sparc.md (G[0-7]_REG, [...]): New constants.
[gcc.git] / gcc / ChangeLog
1 2011-09-22 Maxim Kuvyrkov <maxim@codesourcery.com>
2
3 * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
4
5 2011-09-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6
7 * reload.c (find_reloads): Set operand_mode to Pmode for address
8 operands consisting of just a CONST_INT.
9
10 2011-09-22 Uros Bizjak <ubizjak@gmail.com>
11
12 PR target/50482
13 * config/i386/i386.c (ix86_expand_sse_movcc): When generating
14 blendv, force op_true to register if it doesn't satisfy
15 nonimmediate_operand predicate.
16
17 2011-09-22 Richard Sandiford <rdsandiford@googlemail.com>
18
19 PR middle-end/50113
20 PR middle-end/50061
21 * calls.c (emit_library_call_value_1): Use BLOCK_REG_PADDING to
22 get the locate.where_pad value for register-only arguments.
23 * config/arm/arm.c (arm_pad_arg_upward): Remove HFmode handling.
24 (arm_pad_reg_upward): Handle null types.
25
26 2011-09-22 Jan Hubicka <jh@suse.cz>
27
28 * ipa-inline-analysis.c: Fix overly long lines.
29
30 2011-09-22 Jan Hubicka <jh@suse.cz>
31
32 * ipa-inline-transform.c (inline_call): Always update jump functions
33 after inlining.
34 * ipa-inline.c (ipa_inline): Likewise; do not call
35 ipa_create_all_structures_for_iinln.
36 (ipa_inline): Always free jump functions.
37 * ipa-inline-analysis.c (evaluate_conditions_for_edge): Remove hack.
38 (remap_edge_predicates): Fix pasto.
39 (inline_merge_summary): Remove nlined edge predicate; remove hack.
40 (inline_analyze_function): Always initialize jump functions.
41 (inline_generate_summary): Likewise.
42 (inline_write_summary): Always write jump functions when ipa-cp
43 is not doing that.
44 (inline_read_summary): Always read jump functions when ipa-cp
45 is not doing that.
46 * ipa-prop.c (iinlining_processed_edges): Remove.
47 (update_indirect_edges_after_inlining): Do not use
48 iinlining_processed_edges; instead set param_index to -1.
49 (propagate_info_to_inlined_callees): Only try to indirect inlining
50 when asked to do so; update jump functions of indirect calls, too;
51 remove jump functions of the inlined edge.
52 (ipa_edge_duplication_hook): Do not copy iinlining_processed_edges.
53 (ipa_create_all_structures_for_iinln): Remove.
54 (ipa_free_all_structures_after_iinln): Do not free
55 iinlining_processed_edges.
56 * ipa-prop.h (ipa_create_all_structures_for_iinln): Remove.
57
58 2011-09-22 Richard Sandiford <richard.sandiford@linaro.org>
59
60 * config/arm/predicates.md (expandable_comparison_operator): New
61 predicate, extracted from...
62 (arm_comparison_operator): ...here.
63 * config/arm/arm.md (cbranchsi4, cbranchsf4, cbranchdf4, cbranchdi4)
64 (cstoresi4, cstoresf4, cstoredf4, cstoredi4, movsicc, movsfcc)
65 (movdfcc): Use expandable_comparison_operator.
66
67 2011-09-22 Georg-Johann Lay <avr@gjlay.de>
68
69 PR target/50447
70 PR target/50465
71 * config/avr/avr-protos.h (avr_out_bitop): New prototype.
72 (avr_popcount_each_byte): New prototype.
73 * config/avr/avr.c (avr_popcount): New static function.
74 (avr_popcount_each_byte): New function.
75 (avr_out_bitop): New function.
76 (adjust_insn_length): ADJUST_LEN_OUT_BITOP dispatches to
77 avr_out_bitop. Cleanup code.
78 * config/avr/constraints.md (Ca2, Co2, Cx2): New constraints.
79 (Ca4, Co4, Cx4): New constraints.
80 * config/avr/avr.md (adjust_len): Add "out_bitop" insn attribute
81 alternative.
82 (andhi3, iorhi3, xorhi3): Rewrite insns using avr_out_bitop.
83 (andsi3, iorsi3, xorsi3): Ditto.
84 (*iorhi3_clobber, *iorsi3_clobber): Remove insns.
85
86 2011-09-22 Ira Rosen <ira.rosen@linaro.org>
87
88 PR tree-optimization/50451
89 * tree-vect-slp.c (vect_get_constant_vectors): Don't fail for
90 constant operands in reduction.
91 (vect_get_slp_defs): Don't create vector operand for NULL scalar
92 operand.
93
94 2011-09-22 David S. Miller <davem@davemloft.net>
95
96 * config/sparc/sparc.c (sparc_vis_init_builtins): Do not mark
97 fpack16, fpack32, fpackfix as const.
98
99 * config/sparc/sparc.md (G[0-7]_REG, O[0-7]_REG, L[0-7]_REG,
100 I[0-7]_REG, F[0-62]_REG, FCC[0-3]_REG, CC_REG, SFP_REG): New
101 constants. Use them everywhere.
102
103 2011-09-22 Oleg Endo <oleg.endo@t-online.de>
104
105 * config/sh/sh.c (andcosts): Renamed to and_xor_ior_costs.
106 Added AND special case. Adapted comments.
107 (sh_rtx_costs): Added XOR and IOR case.
108
109 2011-09-21 Jan Hubicka <jh@suse.cz>
110
111 * ipa-inline-analsis.c (compute_inline_parameters): Set
112 cfun and current_function_decl.
113
114 2011-09-21 Jan Hubicka <jh@suse.cz>
115
116 * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Allow
117 handled components in parameter of builtin_constant_p.
118 (will_be_nonconstant_predicate): Allow loads of non-SSA parameters.
119
120 2011-09-21 Jan Hubicka <jh@suse.cz>
121
122 * ipa-inline.c (relative_time_benefit): Fix wrong bracketting.
123 * ipa-inline.h (estimate_edge_time): Fix pasto.
124 * ipa-inline-analysis.c (do_estiamte_edge_time): Remove capping.
125
126 2011-09-21 Jakub Jelinek <jakub@redhat.com>
127
128 * config/i386/i386.c (ix86_expand_sse_movcc): Use
129 blendvps, blendvpd and pblendvb if possible.
130
131 2011-09-21 Uros Bizjak <ubizjak@gmail.com>
132
133 PR target/50464
134 * config/i386/sse.md (xop_pcmov_<mode><avxsizesuffix>): Change
135 operand 1 predicate to register_operand and operand 2 predicate
136 to nonimmediate_operand.
137 * config/i386/i386.c (ix86_expand_sse_movcc): When generating
138 xop_pcmov, force op_true to register. Also, force op_false to
139 register if it doesn't satisfy nonimmediate_operand predicate.
140
141 2011-09-21 Kirill Yukhin <kirill.yukhin@intel.com>
142
143 * config/i386/bmi2intrin.h (_mulx_u64): New.
144 (_mulx_u32): Ditto.
145
146 2011-09-21 Jan Hubicka <jh@suse.cz>
147
148 PR tree-optimization/50433
149 * ipa-inline-analysis.c (eliminated_by_inlining_prob):
150 Use get_base_address.
151
152 2011-09-21 Jakub Jelinek <jakub@redhat.com>
153
154 * config/i386/sse.md (<code><mode>3 smaxmin:VI124_128 expander): Use
155 nonimmediate_operand instead of register_operand predicate for operands
156 1 and 2, force them into registers if expanding them as comparison.
157 (<code><mode>3 umaxmin:VI124_128 expander): Similarly. For UMAX
158 V8HImode force into register just operand 1.
159
160 2011-09-21 Georg-Johann Lay <avr@gjlay.de>
161
162 PR target/45099
163 * config/avr/avr.c (avr_function_arg_advance): Change error to
164 warning if a fixed register is needed as function argument.
165
166 2011-09-21 Georg-Johann Lay <avr@gjlay.de>
167
168 PR target/50449
169 PR target/50465
170 * config/avr/avr.md (adjust_len): New insn attribute.
171 (*reload_insi, *reload_insf): Use it.
172 (*movsi, *movsf): Use new interface of output_movsisf.
173 * config/avr/avr-protos.h (output_movsisf): Change prototype.
174 * config/avr/avr.c (output_movsisf): Ditto.
175 (adjust_insn_length): Use insn attribute "adjust_len" to adjust
176 lengths of insns *reload_insi, *reload_insf.
177 (output_reload_insisf_1): New static function.
178 (output_reload_insisf): Use it.
179
180 2011-09-21 David S. Miller <davem@davemloft.net>
181
182 * config/sparc/sparc.c (def_builtin): Change from macro into function.
183 (def_builtin_const): New.
184 (sparc_vis_init_builtins): Use def_builtin_const for all VIS builtins
185 other than alignaddr and falignaddr.
186
187 * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE, UNSPEC_FCMPGT,
188 UNSPEC_FCMPEQ): New unspec codes.
189 (fcmple16_vis, fcmple32_vis, fcmpne16_vis, fcmpne32_vis, fcmpgt16_vis,
190 fcmpgt32_vis, fcmpeq16_vis, fcmpeq32_vis): New patterns.
191 * config/sparc/sparc.c (sparc_vis_init_builtins): Create builtins for
192 new pixel compare VIS patterns.
193 * config/sparc/visintrin.h (__vis_fcmple16, __vis_fcmple32,
194 __vis_fcmpne16, __vis_fcmpne32, __vis_fcmpgt16, __vis_fcmpgt32,
195 __vis_fcmpeq16, __vis_fcmpeq32): New.
196 * doc/extend.texi: Document new pixel compare VIS intrinsics.
197
198 2011-09-21 Tom de Vries <tom@codesourcery.com>
199
200 * final.c (final): Handle if JUMP_LABEL is not LABEL_P.
201
202 2011-09-20 David S. Miller <davem@davemloft.net>
203
204 * config/sparc/sparc.md (UNSPEC_ALIGNADDRL): New unspec.
205 (aligneddrl<P:mode>_vis): New pattern.
206 (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
207 edge32l_vis): Adjust to take Pmode arguments, and return SImode.
208 * config/sparc/sparc.c (sparc_vis_init_builtins): Handle new
209 alignaddrl insn, and adjust edge operations for updated types.
210 * config/sparc/visintrin.h: Likewise.
211 * doc/extend.texi: Make typing in VIS documentation match reality.
212
213 2011-09-20 Terry Guo <terry.guo@arm.com>
214
215 * config/arm/arm-arches.def: Add armv6s-m.
216 * config/arm/arm-tables.opt: Regenerate.
217
218 2011-09-20 Wei Guozhi <carrot@google.com>
219
220 PR rtl-optimization/49452
221 * postreload.c (reload_combine): Invalidate use information when across
222 volatile insn.
223
224 2011-09-19 Maxim Kuvyrkov <maxim@codesourcery.com>
225
226 * haifa-sched.c (has_edge_p, prev_non_location_insn, check_cfg):
227 Remove maintenance overhead.
228 (haifa_sched_init, sched_finish): Update.
229
230 2011-09-19 Uros Bizjak <ubizjak@gmail.com>
231
232 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX
233 to calculate unit, prefix_rep and prefix_data16 attributes.
234 (*mov<mode>_internal): Ditto for unit attribute.
235 (*movv2sf_internal_rex64): Ditto for unit and prefix_rep attributes.
236 (*movv2sf_internal): Ditto.
237 * config/i386/sse.md (VI1248_256): Remove mode iterator.
238 (avx2_eq<mode>3): Use VI_256 instead of VI1248_256.
239 (*avx2_eq<mode>3): Ditto.
240 (avx2_gt<mode>3): Ditto.
241
242 2011-09-19 Uros Bizjak <ubizjak@gmail.com>
243
244 * config/i386/i386.md (maxmin): New code iterator.
245 * config/i386/sse.md (<maxmin:code><mode>3): Macroize expander
246 from <umaxmin:code><mode>3 and <smaxmin:code><mode>3 using maxmin
247 code iterator.
248 (*avx2_<maxmin:code><mode>3): Macroize isn from
249 *avx2_<umaxmin:code><mode>3 and *avx2_<smaxmin:code><mode>3 using
250 maxmin code iterator.
251 (<smaxmin:code><VI124_128:mode>3): Merge with <smaxmin:code>v8hi3.
252 (<umaxmin:code><VI124_128:mode>3): Merge with umaxv4si3 and
253 <umaxmin:code>v16qi3.
254
255 2011-09-19 Alan Modra <amodra@gmail.com>
256 Michael Meissner <meissner@linux.vnet.ibm.com>
257
258 PR target/50341
259 * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Do not
260 split the load of the indirect function's TOC from the call to
261 prevent the compiler from moving the load of the new TOC above
262 code that references the current function's TOC.
263 (call_indirect_aix<ptrsize>_internal): Ditto.
264 (call_indirect_aix<ptrsize>_nor11): Ditto.
265 (call_indirect_aix<ptrsize>_internal2): Ditto.
266 (call_value_indirect_aix<ptrsize>): Ditto.
267 (call_value_indirect_aix<ptrsize>_internal): Ditto.
268 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
269 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
270
271 2011-09-19 Jakub Jelinek <jakub@redhat.com>
272
273 * config/i386/sse.md (*sse4_1_extractps): Change into
274 define_insn_and_split, add =x 0 n and =x x n alternatives
275 and split them after reload.
276
277 2011-09-19 Alexandre Oliva <aoliva@redhat.com>
278
279 * tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.
280
281 2011-09-19 Alexandre Oliva <aoliva@redhat.com>
282
283 * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
284
285 2011-09-19 Ira Rosen <ira.rosen@linaro.org>
286
287 PR tree-optimization/50413
288 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to vectorize
289 a basic block if one of its data-refs can't be analyzed.
290
291 2011-09-19 Paul Brook <paul@codesourcery.com>
292
293 * config/arm/predicates.md (shift_amount_operand): Check constant
294 shift count is in range.
295 (const_shift_operand): Remove.
296
297 2011-09-18 Eric Botcazou <ebotcazou@adacore.com>
298 Iain Sandoe <developer@sandoe-acoustics.co.uk>
299
300 PR target/50091
301 * config/rs6000/rs6000.md (probe_stack): Use explicit operand.
302 * config/rs6000/rs6000.c (output_probe_stack_range): Likewise.
303
304 2011-09-18 H.J. Lu <hongjiu.lu@intel.com>
305
306 * config/i386/bmiintrin.h: Remove tmp.
307 * config/i386/tbmintrin.h: Likewise.
308
309 2011-09-18 Ira Rosen <ira.rosen@linaro.org>
310
311 PR tree-optimization/50414
312 * tree-vect-slp.c (vect_get_constant_vectors): Handle MAX_EXPR and
313 MIN_EXPR.
314
315 2011-09-18 Ira Rosen <ira.rosen@linaro.org>
316
317 PR tree-optimization/50412
318 * tree-vect-data-refs.c (vect_analyze_group_access): Fail for
319 acceses that require epilogue loop if vectorizing outer loop.
320
321 2011-09-17 David S. Miller <davem@davemloft.net>
322
323 * config/sparc/sparc.md (UNSPEC_EDGE8, UNSPEC_EDGE8L,
324 UNSPEC_EDGE16, UNSPEC_EDGE16L, UNSPEC_EDGE32, UNSPEC_EDGE32L):
325 New unspecs.
326 (define_attr type): New type 'edge'.
327 (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
328 edge32l_vis): New patterns.
329 * config/sparc/ultra1_2.md: Add insn reservation for 'edge'.
330 * config/sparc/ultra3.md: Likewise.
331 * config/sparc/niagara.md: Likewise.
332 * config/sparc/niagara2.md: Likewise.
333 * config/sparc/sparc.d (sparc_vis_init_builtins): Generate
334 builtins for VIS edge instructions.
335 * config/sparc/visintrin.h (__vis_edge8, __vis_edge8l)
336 (__vis_edge16, __vis_edge16l, __vis_edge32, __vis_edge32l): New
337 intrinsics.
338 (__v8qi, __v4qi): Make unsigned.
339 (__vis_faligndatadi, ___vis_faligndatav2si, __vis_faligndatav4hi,
340 __vis_faligndatav8qi, __vis_fmul8x16au, __vis_fmul8x16al,
341 __vis_fpack32): Fix types.
342 * doc/extend.texi: Document new 'edge' VIS intrinsics.
343
344 * gcc/config/sparc/sparc.c (niagara2_costs): Adjust integer
345 divide costs.
346 (niagara3_costs): New.
347 (sparc_option_override): Use it.
348 * gcc/config/sparc/niagara2.md: Adjust with more accurate
349 Niagara-3 reservations.
350
351 2011-09-17 Jakub Jelinek <jakub@redhat.com>
352
353 * config/i386/sse.md (VIMAX_AVX2): Change V4DI to V2TI.
354 (sse2_avx, sseinsnmode): Add V2TI.
355 (REDUC_SMINMAX_MODE): New mode iterator.
356 (reduc_smax_v4sf, reduc_smin_v4sf, reduc_smax_v8sf,
357 reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df): Remove.
358 (reduc_<code>_<mode>): New smaxmin and umaxmin expanders.
359 (sse2_lshrv1ti3): Rename to...
360 (<sse2_avx2>_lshr<mode>3): ... this. Use VIMAX_AVX2 mode
361 iterator. Move before umaxmin expanders.
362 * config/i386/i386.h (VALID_AVX256_REG_MODE,
363 SSE_REG_MODE_P): Accept V2TImode.
364 * config/i386/i386.c (ix86_expand_reduc): Handle V32QImode,
365 V16HImode, V8SImode and V4DImode.
366
367 * config/i386/i386.c (ix86_build_const_vector): Handle V8SImode
368 and V4DImode.
369 (ix86_build_signbit_mask): Likewise.
370 (ix86_expand_int_vcond): Likewise. Handle V16HImode and V32QImode.
371 (bdesc_args): Use CODE_FOR_{s,u}m{ax,in}v{32q,16h,8s}i3
372 instead of CODE_FOR_avx2_{s,u}m{ax,in}v{32q,16h,8s}i3.
373 * config/i386/sse.md (avx2_<code><mode>3 umaxmin expand): Rename to...
374 (<code><mode>3) ... this.
375 (avx2_<code><mode>3 smaxmin expand): Rename to...
376 (<code><mode>3) ... this.
377 (smax<mode>3, smin<mode>3): Macroize using smaxmin code iterator.
378 (smaxv2di3, sminv2di3): Macroize using smaxmin code iterator and
379 VI8_AVX2 mode iterator.
380 (umaxv2di3, uminv2di3): Macroize using umaxmin code iterator and
381 VI8_AVX2 mode iterator.
382 (vcond<V_256:mode><VI_256:mode>, vcondu<V_256:mode><VI_256:mode>):
383 New expanders.
384
385 2011-09-17 Richard Sandiford <rdsandiford@googlemail.com>
386
387 * config/ia64/itanium2.md: Use match_test rather than eq/ne symbol_ref
388 throughout file.
389
390 2011-09-16 David S. Miller <davem@davemloft.net>
391
392 * config/sparc/visintrin.h: New file.
393 * config.gcc: Add it to extra_headers on sparc.
394
395 2011-09-16 Jakub Jelinek <jakub@redhat.com>
396
397 * config/i386/i386.c (ix86_expand_reduc_v4sf): Rename to ...
398 (ix86_expand_reduc): ... this. Handle also V8SFmode and V4DFmode.
399 * config/i386/sse.md (reduc_splus_v4sf, reduc_smax_v4sf,
400 reduc_smin_v4sf): Adjust callers.
401 (reduc_smax_v8sf, reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df):
402 New expanders.
403
404 * config/i386/sse.md (vec_extract_hi_<mode>,
405 vec_extract_hi_v16hi, vec_extract_hi_v32qi): Use
406 vextracti128 instead of vextractf128 for -mavx2 and
407 integer vectors. For V4DFmode fix up mode attribute.
408 (VEC_EXTRACT_MODE): For TARGET_AVX add 32-byte vectors.
409 (vec_set_lo_<mode>, vec_set_hi_<mode>): For VI8F_256 modes use V4DF
410 instead of V8SF mode attribute.
411 (avx2_extracti128): Change into define_expand.
412 * config/i386/i386.c (ix86_expand_vector_extract): Handle
413 32-byte vector modes if TARGET_AVX.
414
415 2011-09-16 Georg-Johann Lay <avr@gjlay.de>
416
417 * config/avr/avr.md: (umulqihi3, mulqihi3): Write as one pattern.
418 (umulqi3_highpart, smulqi3_highpart): Ditto.
419 (*maddqihi4.const, *umaddqihi4.uconst): Ditto.
420 (*msubqihi4.const, *umsubqihi4.uconst): Ditto.
421 (*muluqihi3.uconst, *mulsqihi3.sconst): Ditto.
422
423 2011-09-16 Georg-Johann Lay <avr@gjlay.de>
424
425 PR target/50358
426 * config/avr/avr.md (*ashiftqihi2.signx.1): New insn.
427 (*maddqi4, *maddqi4.const): New insns.
428 (*msubqi4, *msubqi4.const): New insns.
429 * config/avr/avr.c (avr_rtx_costs): Record costs of above in cases
430 PLUS:QI and MINUS:QI. Increase costs of multiply-add/-sub for
431 HImode by 1 in the case of multiplying with a CONST_INT.
432 Record cost of *ashiftqihi2.signx.1 in case ASHIFT:QI.
433
434 2011-09-15 Jan Hubicka <jh@suse.cz>
435
436 PR lto/50430
437 * gimple-fold.c (gimple_get_virt_method_for_binfo): Do not ICE on
438 error_mark_node in the DECL_INITIAL of vtable.
439
440 2011-09-15 Diego Novillo <dnovillo@google.com>
441
442 * Makefile.in (SYSROOT_CFLAGS_FOR_TARGET): Define from
443 @SYSROOT_CFLAGS_FOR_TARGET@.
444 * configure.ac (SYSROOT_CFLAGS_FOR_TARGET): Set from build-sysroot.
445 * configure: Regenerate.
446 (site.exp): Add definition of TEST_ALWAYS_FLAGS.
447 Remove setting of GCC_UNDER_TEST.
448
449 2011-09-15 Uros Bizjak <ubizjak@gmail.com>
450
451 * config/i386/i386.c (output_fp_compare): Return %v prefixed
452 instruction mnemonics for TARGET_AVX.
453
454 * config/i386/i386.md (*movdf_internal_rex64): use cond RTX in
455 "type" attribute calculation.
456 (*movdf_internal): Ditto.
457 (*movsf_internal): Ditto.
458
459 2011-09-15 James Greenhalgh <james.greenhalgh@arm.com>
460
461 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.
462
463 2011-09-15 Jason Merrill <jason@redhat.com>
464
465 PR c++/50361
466 * expr.c (count_type_elements): Handle NULLPTR_TYPE.
467
468 2011-09-15 Jan Hubicka <jh@suse.cz>
469
470 * ipa-inline-analysis.c (add_condition): Add conditions parameter;
471 simplify obviously true clauses.
472 (and_predicates, or_predicates): Add conditions parameter.
473 (inline_duplication_hoook): Update.
474 (mark_modified): New function.
475 (unmodified_parm): New function.
476 (eliminated_by_inlining_prob, (set_cond_stmt_execution_predicate,
477 set_switch_stmt_execution_predicate, will_be_nonconstant_predicate):
478 Use unmodified_parm.
479 (estimate_function_body_sizes): Update.
480 (remap_predicate): Update.
481
482 2011-09-15 Ira Rosen <ira.rosen@linaro.org>
483
484 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Allow
485 read-after-read dependencies in basic block SLP.
486
487 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
488
489 * config/sparc/sparc.md: Use match_test rather than eq/ne symbol_ref
490 throughout file.
491
492 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
493
494 * config/sh/sh.md: Use match_test rather than eq/ne symbol_ref
495 throughout file.
496
497 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
498
499 * config/s390/s390.md: Use match_test rather than eq/ne symbol_ref
500 throughout file.
501
502 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
503
504 * config/rs6000/rs6000.md: Use match_test rather than eq/ne symbol_ref
505 throughout file.
506 * config/rs6000/constraints.md: Likewise.
507
508 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
509
510 * config/microblaze/microblaze.md: Use match_test rather than
511 eq/ne symbol_ref throughout file.
512
513 2011-09-14 Richard Sandiford <rdsandiford@googlemail.com>
514
515 * config/bfin/bfin.md: Use match_test rather than eq/ne symbol_ref
516 throughout file.
517
518 2011-09-14 Tom de Vries <tom@codesourcery.com>
519
520 PR middle-end/50251
521 * explow.c (emit_stack_restore): Set crtl->need_drap if
522 stack_restore is emitted.
523
524 2011-09-14 Julian Brown <julian@codesourcery.com>
525
526 * config/arm/arm.c (arm_override_options): Add unaligned_access
527 support.
528 (arm_file_start): Emit attribute for unaligned access as appropriate.
529 * config/arm/arm.md (UNSPEC_UNALIGNED_LOAD)
530 (UNSPEC_UNALIGNED_STORE): Add constants for unspecs.
531 (insv, extzv): Add unaligned-access support.
532 (extv): Change to expander. Likewise.
533 (extzv_t1, extv_regsi): Add helpers.
534 (unaligned_loadsi, unaligned_loadhis, unaligned_loadhiu)
535 (unaligned_storesi, unaligned_storehi): New.
536 (*extv_reg): New (previous extv implementation).
537 * config/arm/arm.opt (munaligned_access): Add option.
538 * config/arm/constraints.md (Uw): New constraint.
539 * expmed.c (store_bit_field_1): Adjust bitfield numbering according
540 to size of access, not size of unit, when BITS_BIG_ENDIAN !=
541 BYTES_BIG_ENDIAN. Don't use bitfield accesses for
542 volatile accesses when -fstrict-volatile-bitfields is in effect.
543 (extract_bit_field_1): Likewise.
544
545 2011-09-14 Richard Sandiford <richard.sandiford@linaro.org>
546
547 * simplify-rtx.c (simplify_subreg): Check that the inner mode is
548 a scalar integer before applying integer-only optimisations to
549 inner arithmetic.
550
551 2011-09-14 Bernd Schmidt <bernds@codesourcery.com>
552
553 * config/mips/mips.c (mips_expand_epilogue): Generate a
554 simple_return only if the return address is in r31.
555
556 2011-09-13 Bernd Schmidt <bernds@codesourcery.com>
557
558 * cfgcleanup.c (try_head_merge_bb): If get_condition returns
559 NULL for a jump that is a cc0 insn, pick the previous insn for
560 move_before.
561
562 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
563
564 * config/v850/v850.md: Use match_test rather than eq/ne symbol_ref
565 throughout file.
566
567 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
568
569 * config/pa/pa.md: Use match_test rather than eq/ne symbol_ref
570 throughout file.
571
572 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
573
574 * config/mn10300/mn10300.md: Use match_test rather than eq/ne
575 symbol_ref throughout file.
576
577 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
578
579 * config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
580 throughout file.
581
582 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
583
584 * config/h8300/h8300.md: Use match_test rather than eq/ne symbol_ref
585 throughout file.
586
587 2011-09-13 Richard Sandiford <rdsandiford@googlemail.com>
588
589 * config/arm/arm.md: Use match_test rather than eq/ne symbol_ref
590 throughout file.
591 * config/arm/neon.md: Likewise.
592 * config/arm/vfp.md: Likewise.
593 * config/arm/thumb2.md: Likewise.
594 * config/arm/cortex-m4.md: Likewise.
595
596 2011-09-13 Sevak Sargsyan <sevak.sargsyan@ispras.ru>
597
598 * config/arm/neon.md (neon_vabd<mode>_2, neon_vabd<mode>_3): New
599 define_insn patterns for combine.
600
601 2011-09-13 Giuseppe Scrivano <gscrivano@gnu.org>
602
603 * reorg.c: Always define make_return_insns.
604
605 2011-09-13 Jan Hubicka <jh@suse.cz>
606
607 PR other/49533
608 * cgraphunit.c (assemble_thunks_and_aliases): Force alias to be output.
609
610 2011-09-13 Jan Hubicka <jh@suse.cz>
611
612 PR other/49533
613 * ipa-inline-transform.c (can_remove_node_now_p): Fix thunkos.
614
615 2011-09-13 Paul Brook <paul@codesourcery.com>
616
617 * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
618 (ARM_TARGET2_DWARF_FORMAT): Provide default definition.
619 * config/arm/linux-eabi.h (ARM_TARGET2_DWARF_FORMAT): Define.
620 * config/arm/symbian.h (ARM_TARGET2_DWARF_FORMAT): Define.
621 * config/arm/uclinux-eabi.h(ARM_TARGET2_DWARF_FORMAT): Define.
622 * config/arm/t-bpabi (EXTRA_HEADERS): Add unwind-arm-common.h.
623 * config/arm/t-symbian (EXTRA_HEADERS): Add unwind-arm-common.h.
624 * config/c6x/c6x.c (c6x_output_file_unwind): Don't rely on dwarf2 code
625 enabling unwind tables.
626 (c6x_debug_unwind_info): New function.
627 (TARGET_ARM_EABI_UNWINDER): Define.
628 (TARGET_DEBUG_UNWIND_INFO): Define.
629 * config/c6x/c6x.h (DWARF_FRAME_RETURN_COLUMN): Define.
630 (TARGET_EXTRA_CFI_SECTION): Remove.
631 * config/c6x/t-c6x-elf (EXTRA_HEADERS): Set.
632 * ginclude/unwind-arm-common.h: New file.
633
634 2011-09-13 Georg-Johann Lay <avr@gjlay.de>
635
636 PR target/50358
637 * config/avr/predicates.md (const_1_to_6_operand): New predicate.
638 * config/avr/avr.md: (extend_s): New code attribute.
639 (mul_r_d): New code attribute.
640 (*maddqihi4, *umaddqihi4): New insns.
641 (*msubqihi4, *umsubqihi4): New insns.
642 (*usmaddqihi4, *sumaddqihi4): New insns.
643 (*usmsubqihi4, *susubdqihi4): New insns.
644 (*umaddqihi4.uconst, *maddqihi4.sconst): New insn-and-splits.
645 (*umsubqihi4.uconst, *msubqihi4.sconst): New insn-and-splits.
646 (*umsubqihi4.uconst.ashift): New insn-and-split.
647 (*msubqihi4.sconst.ashift): New insn-and-split.
648 (*sumaddqihi4.uconst): New insn-and-split.
649 (*sumsubqihi4.uconst): New insn-and-split.
650 * config/avr/avr.c (avr_rtx_costs): Report costs of above in case
651 PLUS:HI and MINUS:HI.
652
653 2011-09-13 Revital Eres <revital.eres@linaro.org>
654
655 modulo-sched.c (remove_node_from_ps): Return void instead of bool.
656 (optimize_sc): Adjust call to remove_node_from_ps.
657 (sms_schedule): Add print info.
658
659 2011-09-13 Bernd Schmidt <bernds@codesourcery.com>
660
661 * rtl.c (copy_rtx): Do not handle frame_related, jump or call
662 flags specially.
663
664 2011-09-12 Jakub Jelinek <jakub@redhat.com>
665
666 PR bootstrap/50010
667 * dwarf2cfi.c (add_cfis_to_fde): Ignore non-active insns in between
668 NOTE_INSN_CFI notes, with the exception of
669 NOTE_INSN_SWITCH_TEXT_SECTIONS.
670
671 2011-09-12 Bernd Schmidt <bernds@codesourcery.com>
672 Richard Sandiford <rdsandiford@googlemail.com>
673
674 * config/mips/mips.c (mips_epilogue): New structure.
675 (mips16e_save_restore_reg): Queue REG_CFA_RESTORE notes when
676 restoring registers.
677 (mips_epilogue_emit_cfa_restores): New function.
678 (mips_epilogue_set_cfa): Likewise.
679 (mips_restore_reg): Queue REG_CFA_RESTORE notes. When restoring
680 the current CFA register from the stack, redefine the CFA in terms
681 of the stack pointer.
682 (mips_expand_epilogue): Set up mips_epilogue. Attach CFA information
683 to the epilogue instructions.
684
685 2011-09-12 Richard Sandiford <rdsandiford@googlemail.com>
686
687 * config/mips/mips.c (mips16e_save_restore_reg): Add a reg_parm_p
688 argument.
689 (mips16e_build_save_restore): Update accordingly.
690
691 2011-09-12 Jakub Jelinek <jakub@redhat.com>
692
693 PR rtl-optimization/50212
694 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
695 Skip also lps with NULL landing_pad or non-LABEL_P landing_pad.
696
697 PR debug/50299
698 * calls.c (load_register_parameters): Use use_reg_mode instead
699 of use_reg when adding a single register CALL_INSN_FUNCTION_USAGE
700 entry.
701 (expand_call): Set EXPR_LIST mode to TYPE_MODE of the argument
702 for stack CALL_INSN_FUNCTION_USAGE uses.
703 * expr.h (use_reg_mode): New prototype.
704 (use_reg): Changed into inline around use_reg_mode.
705 * expr.c (use_reg): Renamed to...
706 (use_reg_mode): ... this. Added MODE argument, set EXPR_LIST
707 mode to that mode instead of VOIDmode.
708 * var-tracking.c (prepare_call_arguments): Don't track parameters
709 whose EXPR_LIST mode is VOIDmode, BLKmode or X mode isn't convertible
710 to it using lowpart_subreg. Convert VALUE and REG/MEM to the
711 EXPR_LIST mode.
712
713 2011-09-12 Georg-Johann Lay <avr@gjlay.de>
714
715 PR target/43746
716 * config/avr/avr.c (AVR_SECTION_PROGMEM): New Define.
717 (progmem_section): New Variable.
718 (avr_asm_init_sections): Initialize it.
719 (TARGET_ASM_SELECT_SECTION): Define to...
720 (avr_asm_select_section): ... this new Function.
721 (avr_replace_prefix): New Function.
722 (avr_asm_function_rodata_section): Use it.
723 (avr_insert_attributes): Don't add section attribute for PROGMEM.
724 (avr_section_type_flags): Use avr_progmem_p instead of section
725 name to detect if object is in PROGMEM.
726 (avr_asm_named_section): Set section name prefix for objects in
727 PROGMEM.
728
729 2011-09-12 Jakub Jelinek <jakub@redhat.com>
730
731 PR bootstrap/50352
732 * config/arm/arm.md (*push_fp_multi): Add % before %( and %) in the
733 sprintf format string.
734
735 2011-09-12 Richard Guenther <rguenther@suse.de>
736
737 PR tree-optimization/50343
738 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check
739 that the reduction is over an SSA name before checking its definition.
740
741 2011-09-11 Richard Sandiford <rdsandiford@googlemail.com>
742
743 * config/cris/cris.md: Use match_test rather than eq/ne symbol_ref
744 throughout file.
745
746 2011-09-11 Richard Sandiford <rdsandiford@googlemail.com>
747
748 * config/mips/mips.md: Use match_test rather than eq/ne symbol_ref
749 throughout file.
750 * config/mips/sb1.md: Likewise.
751 * config/mips/predicates.md: Replace (match_test "!...")
752 with (not (match_test "..."))
753 * config/mips/constraints.md: Likewise.
754
755 2011-09-09 Andrew Stubbs <ams@codesourcery.com>
756
757 * config/arm/arm-cores.def (generic-armv7-a): New architecture.
758 * config/arm/arm-tables.opt: Regenerate.
759 * config/arm/arm-tune.md: Regenerate.
760 * config/arm/arm.c (arm_file_start): Output .arch directive when
761 user passes -mcpu=generic-*.
762 (arm_issue_rate): Add genericv7a support.
763 * config/arm/arm.h (EXTRA_SPECS): Add asm_cpu_spec.
764 (ASM_CPU_SPEC): New define.
765 * config/arm/elf.h (ASM_SPEC): Use %(asm_cpu_spec).
766 * config/arm/semi.h (ASM_SPEC): Likewise.
767 * doc/invoke.texi (ARM Options): Document -mcpu=generic-*
768 and -mtune=generic-*.
769
770 2011-09-09 Richard Guenther <rguenther@suse.de>
771
772 PR tree-optimization/50328
773 * tree-vect-loop.c (vect_is_simple_reduction_1): Allow one
774 constant or default-def operand.
775
776 2011-09-09 Richard Guenther <rguenther@suse.de>
777
778 * tree-ssa-pre.c (create_expression_by_pieces): Fold the
779 last statement.
780
781 2011-09-09 Richard Guenther <rguenther@suse.de>
782
783 * gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator
784 instead of a statement.
785 * gimple-fold.c (fold_stmt_inplace): Likewise.
786 * sese.c (graphite_copy_stmts_from_block): Adjust.
787 * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
788 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Use
789 fold_stmt.
790 (forward_propagate_addr_into_variable_array_index): Likewise.
791 (forward_propagate_addr_expr_1): adjust.
792 (associate_plusminus): Likewise.
793 (ssa_forward_propagate_and_combine): Likewise.
794 * tree-ssa-mathopts.c (replace_reciprocal): Adjust.
795 (execute_cse_reciprocals): Likewise.
796 * tree-ssa.c (insert_debug_temp_for_var_def): Adjust.
797
798 2011-09-09 Nick Clifton <nickc@redhat.com>
799
800 * config/mn10300/mn10300.c (mn10300_split_and_operand_count):
801 Return a positive value to indicate that the bits at the
802 bottom of the register should be cleared.
803
804 2011-09-09 Richard Guenther <rguenther@suse.de>
805
806 * tree-ssa-operands.c (swap_tree_operands): Always adjust
807 existing operand positions.
808
809 2011-09-09 Richard Guenther <rguenther@suse.de>
810
811 PR middle-end/50333
812 * tree-data-ref.c (split_constant_offset): Do not try to handle
813 ternary ops.
814
815 2011-09-08 Andrew Stubbs <ams@codesourcery.com>
816
817 PR tree-optimization/50318
818 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Correct
819 typo in use of mult_rhs1 and mult_rhs2.
820
821 2011-09-08 Uros Bizjak <ubizjak@gmail.com>
822
823 * config/i386/i386.c (standard_sse_constant_p): Handle AVX2 modes.
824 (standard_sse_constant_opcode) <case 2>: Change vpcmpeqd template.
825
826 2011-09-08 Bernd Schmidt <bernds@codesourcery.com>
827
828 * config/arm/arm.md (push_multi): Emit predicates.
829 (push_fp_multi): Likewise.
830 * config/arm/arm.c (vfp_output_fstmd): Likewise.
831
832 2011-09-08 Dodji Seketeli <dodji@redhat.com>
833
834 PR c++/33255 - Support -Wunused-local-typedefs warning
835 * c-decl.c (lookup_name): Use the new maybe_record_typedef_use.
836 (pushdecl): Use the new record_locally_defined_typedef.
837 (store_parm_decls): Allocate cfun->language.
838 (finish_function): Use the new maybe_warn_unused_local_typedefs,
839 and free cfun->language.
840 (c_push_function_context): Allocate cfun->language here only if needed.
841 (c_pop_function_context): Likewise, mark cfun->language
842 for collection only when it should be done.
843 * c-common.c (handle_used_attribute): Don't ignore TYPE_DECL nodes.
844 * c-typeck.c (c_expr_sizeof_type, c_cast_expr): Use the new
845 maybe_record_local_typedef_use.
846 * doc/invoke.texi: Update documentation for
847 -Wunused-local-typedefs.
848
849 2011-09-08 Enkovich Ilya <ilya.enkovich@intel.com>
850
851 * config/i386/i386-protos.h (ix86_lea_outperforms): New.
852 (ix86_avoid_lea_for_add): Likewise.
853 (ix86_avoid_lea_for_addr): Likewise.
854 (ix86_split_lea_for_addr): Likewise.
855
856 * config/i386/i386.c (LEA_MAX_STALL): New.
857 (increase_distance): Likewise.
858 (insn_defines_reg): Likewise.
859 (insn_uses_reg_mem): Likewise.
860 (distance_non_agu_define_in_bb): Likewise.
861 (distance_agu_use_in_bb): Likewise.
862 (ix86_lea_outperforms): Likewise.
863 (ix86_ok_to_clobber_flags): Likewise.
864 (ix86_avoid_lea_for_add): Likewise.
865 (ix86_avoid_lea_for_addr): Likewise.
866 (ix86_split_lea_for_addr): Likewise.
867 (distance_non_agu_define): Search in pred BBs added.
868 (distance_agu_use): Search in succ BBs added.
869 (IX86_LEA_PRIORITY): Value changed from 2 to 0.
870 (LEA_SEARCH_THRESHOLD): Now depends on LEA_MAX_STALL.
871 (ix86_lea_for_add_ok): Use ix86_lea_outperforms to make decision.
872
873 * config/i386/i386.md: Split added to transform non destructive
874 add into move and add.
875 (lea_1): transformed into insn_and_split to avoid AGU stalls.
876 (lea<mode>_2): Likewise.
877
878 2011-09-08 Martin Jambor <mjambor@suse.cz>
879
880 PR tree-optimization/50287
881 * ipa-split.c (split_function): Do not create SSA names for
882 non-gimple-registers.
883
884 2011-09-08 Richard Guenther <rguenther@suse.de>
885
886 PR tree-optimization/19831
887 * tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Also
888 skip builtins with vdefs that do not really store something.
889 (propagate_necessity): For calls to free that we can associate
890 with an allocation function do not mark the freed pointer
891 definition necessary.
892 (eliminate_unnecessary_stmts): Remove a call to free if
893 the associated call to an allocation function is not necessary.
894
895 2011-09-08 Richard Guenther <rguenther@suse.de>
896
897 PR tree-optimization/19831
898 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark
899 allocation functions as necessary.
900
901 2011-09-08 Iain Sandoe <iains@gcc.gnu.org>
902
903 * config/darwin-driver.c (darwin_find_version_from_kernel): New routine
904 cut from ...
905 (darwin_default_min_version): Amended to provide defaults
906 for the cross directory case.
907 (darwin_driver_init): call darwin_default_min_version unconditionally.
908 * config/darwin.h (DEF_MIN_OSX_VERSION): New.
909 * config/darwin9.h: Likewise.
910 * config/darwin10.h: Likewise.
911 * config/rs6000/darwin7.h: Likewise.
912
913 2011-09-08 Jakub Jelinek <jakub@redhat.com>
914
915 PR target/50310
916 * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Return
917 code early if TARGET_AVX.
918 (ix86_expand_fp_vcond): Handle LTGT and UNEQ.
919
920 2011-09-07 Jakub Jelinek <jakub@redhat.com>
921
922 * config/i386/sse.md (sseinsnmode): Remove 32-byte integer vector
923 duplicates.
924
925 PR target/50310
926 * config/i386/sse.md (*andnot<mode>3, *<code><mode>3): Fix up
927 "mode" attribute computation.
928
929 2011-09-07 Bernd Schmidt <bernds@codesourcery.com>
930
931 * regrename.c (struct du_head): Make nregs signed.
932 (closed_chains): Remove.
933 (create_new_chain): Return the new chain.
934 (chain_from_id): New static function.
935 (dump_def_use_chain): Change argument to be an int, indicating
936 the first ID to print. All callers changed.
937 (merge_overlapping_regs): Use chain_from_id. Assert that
938 chains don't conflict with themselves.
939 (rename_chains): Take no argument. Iterate over id_to_chain
940 rather to find chains to rename. Clear tick before the main loop.
941 (struct incoming_reg_info): New struct.
942 (struct bb_rename_info): New struct.
943 (init_rename_info, set_incoming_from_chain, merge_chains): New
944 static functions.
945 (regrename_analyze): New static function, broken out of
946 regrename_optimize. Record and make use of open chain information
947 at basic block boundaries, and merge chains where possible.
948 (scan_rtx_reg): Make this_nregs signed. Don't update
949 closed_chains.
950 (build_def_use): Return a bool to indicate success. All callers
951 changed. Don't initialize global data here.
952 (regrename_optimize): Move most code out of here into
953 regrename_analyze.
954 * regs.h (add_range_to_hard_reg_set, remove_range_from_hard_reg_set,
955 range_overlaps_hard_reg_set_p, range_in_hard_reg_set_p): New
956 static inline functions.
957 * vec.h (FOR_EACH_VEC_ELT_FROM): New macro.
958
959 * bb-reorder.c (insert_section_boundary_note): Don't check
960 optimize_function_for_speed_p.
961 (gate_handle_partition_blocks): Do it here instead.
962 (gate_handle_reorder_blocks): Move preliminary checks here ...
963 (rest_of_handle_reorder_blocks): ... from here.
964
965 2011-09-07 Martin Jambor <mjambor@suse.cz>
966
967 PR middle-end/50301
968 * ipa-cp.c (find_more_values_for_callers_subset): Check jump
969 function index bounds.
970 (perhaps_add_new_callers): Likewise.
971
972 2011-09-07 Martin Jambor <mjambor@suse.cz>
973
974 PR tree-optimization/49911
975 * tree-sra.c (analyze_access_subtree): Change type of to-be-replaced
976 enumerations to the corresponding plain integer type.
977
978 2011-09-07 Richard Guenther <rguenther@suse.de>
979
980 PR tree-optimization/50319
981 * tree-if-conv.c (set_bb_predicate): Assert we only set
982 canonical predicates.
983 (add_to_predicate_list): Simplify. Allow TRUTH_NOT_EXPR
984 around canonical predicates.
985 (predicate_bbs): Do not re-gimplify already canonical
986 predicates. Properly unshare them though.
987 (find_phi_replacement_condition): Simplify.
988
989 2011-09-07 Richard Sandiford <richard.sandiford@linaro.org>
990
991 PR target/49030
992 * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare.
993 * config/arm/arm.c (maybe_get_arm_condition_code): New function,
994 reusing the old code from get_arm_condition_code. Return ARM_NV
995 for invalid comparison codes.
996 (get_arm_condition_code): Redefine in terms of
997 maybe_get_arm_condition_code.
998 * config/arm/predicates.md (arm_comparison_operator): Use
999 maybe_get_arm_condition_code.
1000
1001 2011-09-07 Richard Guenther <rguenther@suse.de>
1002
1003 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
1004 Canonicalize negated predicates by swapping edges.
1005 (forward_propagate_into_cond): Likewise.
1006
1007 2011-09-07 Richard Guenther <rguenther@suse.de>
1008
1009 PR tree-optimization/50213
1010 * tree-flow.h (simple_iv_increment_p): Declare.
1011 * tree-ssa-dom.c (simple_iv_increment_p): Export. Also handle
1012 POINTER_PLUS_EXPR.
1013 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Do
1014 not propagate simple IV counter increments.
1015
1016 2011-09-07 Eric Botcazou <ebotcazou@adacore.com>
1017 Iain Sandoe <iains@gcc.gnu.org>
1018
1019 * config/rs6000/rs6000.c (compute_save_world_info): Test
1020 cfun->has_nonlocal_label to determine if the out-of-line save
1021 world call may be used.
1022
1023 2011-09-07 Nick Clifton <nickc@redhat.com>
1024
1025 * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump
1026 label on the parallel part of the insn.
1027
1028 2011-09-07 Jakub Jelinek <jakub@redhat.com>
1029
1030 PR debug/50191
1031 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Try
1032 avoid_constant_pool_reference first instead of last.
1033
1034 2011-09-06 Michael Meissner <meissner@linux.vnet.ibm.com>
1035
1036 * doc/configfiles.texi (Configuration Files): Update documentation
1037 about tm_p.h and remove FIXME comment.
1038
1039 2011-09-06 Uros Bizjak <ubizjak@gmail.com>
1040
1041 * config/i386/i386.c (ix86_function_value_regno_p): Use AX_REG.
1042 (function_value_32): Do not check TARGET_MMX, TARGET_SSE or TARGET_AVX.
1043
1044 2011-09-06 Iain Sandoe <iains@gcc.gnu.org>
1045
1046 * config/darwin10.h Remove duplicate LIB_SPEC.
1047
1048 2011-09-06 Enkovich Ilya <ilya.enkovich@intel.com>
1049
1050 PR middle-end/44382
1051 * target.def (reassociation_width): New hook.
1052
1053 * doc/tm.texi.in (reassociation_width): Likewise.
1054
1055 * doc/tm.texi (reassociation_width): Likewise.
1056
1057 * doc/invoke.texi (tree-reassoc-width): New param documented.
1058
1059 * hooks.h (hook_int_uint_mode_1): New default hook.
1060
1061 * hooks.c (hook_int_uint_mode_1): Likewise.
1062
1063 * config/i386/i386.h (ix86_tune_indices): Add
1064 X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
1065
1066 (TARGET_REASSOC_INT_TO_PARALLEL): New.
1067 (TARGET_REASSOC_FP_TO_PARALLEL): Likewise.
1068
1069 * config/i386/i386.c (initial_ix86_tune_features): Add
1070 X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
1071
1072 (ix86_reassociation_width): New function.
1073
1074 * params.def (PARAM_TREE_REASSOC_WIDTH): New param added.
1075
1076 * tree-ssa-reassoc.c (get_required_cycles): New function.
1077 (get_reassociation_width): Likewise.
1078 (swap_ops_for_binary_stmt): Likewise.
1079 (rewrite_expr_tree_parallel): Likewise.
1080
1081 (rewrite_expr_tree): Refactored. Part of code moved into
1082 swap_ops_for_binary_stmt.
1083
1084 (reassociate_bb): Now checks reassociation width to be used and
1085 call rewrite_expr_tree_parallel instead of rewrite_expr_tree if needed.
1086
1087 2011-09-06 Richard Guenther <rguenther@suse.de>
1088
1089 PR tree-optimization/47025
1090 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): BUILT_IN_VA_END
1091 uses nothing.
1092 (call_may_clobber_ref_p_1): BUILT_IN_VA_END is a barrier like
1093 BUILT_IN_FREE.
1094 (stmt_kills_ref_p_1): BUILT_IN_VA_END kills what its argument
1095 definitely points to.
1096 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
1097 BUILT_IN_VA_START doesn't let its va_list argument escape.
1098 * tree-ssa-dce.c (propagate_necessity): BUILT_IN_VA_END does
1099 not make any previous stores necessary.
1100
1101 2011-09-06 Martin Jambor <mjambor@suse.cz>
1102
1103 * ipa-inline.h (struct inline_summary): Move versionable flag...
1104 * cgraph.h (struct cgraph_local_info): ...here
1105 * ipa-cp.c (determine_versionability): Use the new versionable flag.
1106 (determine_versionability): Likewise.
1107 (ipcp_versionable_function_p): Likewise.
1108 (ipcp_generate_summary): Likewise.
1109 * ipa-inline-analysis.c (dump_inline_summary): Do not dump the
1110 versionable flag.
1111 (compute_inline_parameters): Do not clear the versionable flag.
1112 (inline_read_section): Do not stream the versionable flag.
1113 (inline_write_summary): Likewise.
1114 * lto-cgraph.c (lto_output_node): Stream the versionable flag.
1115 (input_overwrite_node): Likewise.
1116
1117 2011-09-06 Richard Guenther <rguenther@suse.de>
1118
1119 PR tree-optimization/48149
1120 * tree-ssa-sccvn.c (vn_get_expr_for): Simplify. Fix tuplification bug.
1121 (vn_valueize): Move earlier.
1122 (valueize_expr): Use vn_valueize.
1123 (simplify_binary_expression): Simplify, also combine COMPLEX_EXPR
1124 operands.
1125 (simplify_unary_expression): Simplify.
1126
1127 2011-09-06 Richard Guenther <rguenther@suse.de>
1128
1129 PR tree-optimization/48317
1130 * tree-ssa-sccvn.h (struct vn_nary_op_s): Make op a true
1131 trailing array.
1132 (sizeof_vn_nary_op): New inline function.
1133 (vn_nary_op_lookup_pieces): Adjust.
1134 (vn_nary_op_insert_pieces): Likewise.
1135 * tree-ssa-sccvn.c (vn_nary_op_eq): Also compare the length.
1136 (init_vn_nary_op_from_pieces): Adjust signature. Deal with
1137 any number of operands.
1138 (vn_nary_length_from_stmt): New function.
1139 (init_vn_nary_op_from_stmt): Adjust for CONSTRUCTOR handling.
1140 (vn_nary_op_lookup_pieces): Adjust signature and allocate properly
1141 sized temporary.
1142 (vn_nary_op_lookup): Likewise.
1143 (vn_nary_op_lookup_stmt): Likewise.
1144 (vn_nary_op_insert_into): Likewise.
1145 (vn_nary_op_insert_stmt): Likewise.
1146 (visit_use): Handle CONSTRUCTOR as nary.
1147 * tree-ssa-pre.c (phi_translate_1): Adjust.
1148 (create_expression_by_pieces): Likewise.
1149 (compute_avail): Likewise.
1150
1151 2011-09-06 Ira Rosen <ira.rosen@linaro.org>
1152
1153 * config/arm/arm.c (arm_preferred_simd_mode): Check
1154 TARGET_NEON_VECTORIZE_DOUBLE instead of
1155 TARGET_NEON_VECTORIZE_QUAD.
1156 (arm_autovectorize_vector_sizes): Likewise.
1157 * config/arm/arm.opt (mvectorize-with-neon-quad): Make inverse
1158 mask of mvectorize-with-neon-double. Add RejectNegative.
1159 (mvectorize-with-neon-double): New.
1160
1161 2011-09-06 Richard Guenther <rguenther@suse.de>
1162
1163 * tree-ssa-sccvn.c (visit_use): CSE stmt pieces and simplify matching.
1164
1165 2011-09-06 Tom de Vries <tom@codesourcery.com>
1166
1167 * recog.c (asm_labels_ok): New function.
1168 (check_asm_operands): Use asm_labels_ok.
1169
1170 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
1171
1172 PR target/49606
1173 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): Check Pmode.
1174 (PMODE_INSN): New macro.
1175 * config/mips/mips.c (gen_load_const_gp): Use PMODE_INSN.
1176 (mips_got_load, mips_expand_synci_loop): Likewise.
1177 (mips_save_gp_to_cprestore_slot): Handle SImode and DImode
1178 cprestore patterns.
1179 (mips_emit_loadgp): Use PMODE_INSN. Handle SImode and DImode
1180 copygp_mips16 patterns.
1181 (mips_expand_prologue): Handle SImode and DImode potential_cprestore
1182 and use_cprestore patterns.
1183 (mips_override_options): Check for incompatible -mabi and -mlong
1184 combinations.
1185 * config/mips/mips.md (unspec_got<mode>): Rename to...
1186 (unspec_got_<mode>): ...this.
1187 (copygp_mips16): Use the Pmode iterator.
1188 (potential_cprestore, cprestore, use_cprestore): Likewise.
1189 (clear_cache, indirect_jump): Use PMODE_INSN.
1190 (indirect_jump<mode>): Rename to...
1191 (indirect_jump_<mode>): ...this.
1192 (tablejump): Use PMODE_INSN.
1193 (tablejump<mode>): Rename to...
1194 (tablejump_<mode>): ...this.
1195 (exception_receiver): Handle restore_gp_si and restore_gp_di.
1196 (restore_gp): Use the Pmode iterator.
1197 * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Use
1198 PMODE_INSN.
1199
1200 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
1201
1202 * config/mips/mips.c (mips_gimplify_va_arg_expr): Unshare off.
1203 Fix the type of the BIT_AND_EXPR.
1204
1205 2011-09-05 David S. Miller <davem@davemloft.net>
1206
1207 * config.host: Add driver-sparc.o and sparc/x-sparc on
1208 native sparc*-*-linux* builds.
1209 * config/sparc/driver-sparc.c: Correct Linux strings.
1210 * config/sparc/linux.h: Add DRIVER_SELF_SPECS.
1211 * config/sparc/linux64.h: Likewise.
1212 * doc/invoke.texi: Document that Linux also supports
1213 -mcpu=native and -mtune=native on sparc.
1214
1215 * config/sparc/sparc-opts.h (PROCESSOR_NIAGARA3,
1216 PROCESSOR_NIAGARA4): New.
1217 * config/sparc/sparc.opt: Handle new processor types.
1218 * config/sparc/sparc.md: Add to "cpu" attribute.
1219 * config/sparc/sparc.h (TARGET_CPU_niagara3,
1220 TARGET_CPU_niagara4): New, treat as niagara2.
1221 * config/sparc/linux64.h: Handle niagara3 and niagara4 like niagara2.
1222 * config/sparc/sol2.h: Likewise.
1223 * config/sparc/niagara2.md: Schedule niagara3 like niagara2.
1224 * config/sparc/sparc.c (sparc_option_override): Add
1225 niagara3 and niagara4 handling.
1226 (sparc32_initialize_trampoline): Likewise.
1227 (sparc64_initialize_trampoline): Likewise.
1228 (sparc_use_sched_lookahead): Likewise.
1229 (sparc_issue_rate): Likewise.
1230 (sparc_register_move_cost): Likewise.
1231 * config/sparc/driver-sparc.c (cpu_names): Use niagara3
1232 and niagara4 as appropriate.
1233 * doc/invoke.texi: Document new processor types.
1234 * config.gcc: Recognize niagara3 and niagara4 in --with-cpu
1235 and --with-tune options.
1236
1237 * config/sparc/sol2-64.h: Move ...
1238 * config/sparc/default-64.h: ... to here. Update comment.
1239 * config.gcc: Update Solaris sparc to use default-64.h, also
1240 prefix this header into the list on sparc64-*-linux.
1241 * config/sparc/linux64.h (TARGET_DEFAULT): Only override if
1242 TARGET_64BIT_DEFAULT is defined. Remove commented out reference
1243 to MASK_HARD_QUAD.
1244
1245 2011-09-05 Georg-Johann Lay <avr@gjlay.de>
1246
1247 PR target/50289
1248 * config/avr/avr.c (sequent_regs_live): Don't recognize sequences
1249 that contain global register variable.
1250
1251 2011-09-05 Richard Guenther <rguenther@suse.de>
1252
1253 * tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.
1254
1255 2011-09-05 Richard Guenther <rguenther@suse.de>
1256
1257 * stor-layout.c (layout_type): Use size_binop for array size
1258 calculations.
1259
1260 2011-09-05 Georg-Johann Lay <avr@gjlay.de>
1261
1262 * config/avr/avr.h (progmem_section): Remove Declaration.
1263 * config/avr/avr.c (progmem_section): Make static and rename to
1264 progmem_swtable_section.
1265 (avr_output_addr_vec_elt): No need to switch sections.
1266 (avr_asm_init_sections): Use output_section_asm_op as section
1267 callback for progmem_swtable_section.
1268 (avr_output_progmem_section_asm_op): Remove Function.
1269 (TARGET_ASM_FUNCTION_RODATA_SECTION): New Define.
1270 (avr_asm_function_rodata_section): New static Function.
1271 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Output
1272 alignment 2**1 for jump tables.
1273
1274 2011-09-04 Jan Hubicka <jh@suse.cz>
1275
1276 * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Check that
1277 parameter is SSA name.
1278
1279 2011-09-04 Richard Guenther <rguenther@suse.de>
1280
1281 Revert
1282 2011-08-31 Richard Guenther <rguenther@suse.de>
1283
1284 * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
1285 special-casing.
1286
1287 2011-09-04 Iain Sandoe <iains@gcc.gnu.org>
1288
1289 PR debug/49901
1290 * config/darwin.h (DEBUG_MACRO_SECTION): New macro.
1291
1292 2011-09-04 Jakub Jelinek <jakub@redhat.com>
1293 Ira Rosen <ira.rosen@linaro.org>
1294
1295 PR tree-optimization/50208
1296 * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add an
1297 argument. Check that def_stmt is inside the loop.
1298 (vect_recog_widen_mult_pattern): Update calls to
1299 vect_handle_widen_mult_by_cons.
1300 (vect_operation_fits_smaller_type): Check that def_stmt is
1301 inside the loop.
1302
1303 2011-09-04 Ira Rosen <ira.rosen@linaro.org>
1304
1305 * tree-vectorizer.c (vect_print_dump_info): Print line
1306 number when dumping to a file.
1307 (vectorize_loops): Add new messages to dump file.
1308
1309 2011-09-03 Martin Jambor <mjambor@suse.cz>
1310
1311 * ipa-prop.h (ipa_jump_func_t): New typedef.
1312 (struct ipa_edge_args): Removed field argument_count, field
1313 jump_functions turned into a vector.
1314 (ipa_set_cs_argument_count): Removed.
1315 (ipa_get_cs_argument_count): Updated to work on vectors.
1316 (ipa_get_ith_jump_func): Likewise.
1317 * ipa-prop.c (ipa_count_arguments): Removed.
1318 (compute_scalar_jump_functions): Use ipa_get_ith_jump_func to access
1319 jump functions. Update caller.
1320 (compute_pass_through_member_ptrs): Likewise.
1321 (compute_cst_member_ptr_arguments): Likewise.
1322 (ipa_compute_jump_functions_for_edge): Get number of arguments from
1323 the statement, allocate vector.
1324 (ipa_compute_jump_functions): Do not call ipa_count_arguments.
1325 (duplicate_ipa_jump_func_array): Removed.
1326 (ipa_edge_duplication_hook): Use VEC_copy, do not copy argument count.
1327 (ipa_read_node_info): Allocate vector.
1328
1329 2011-09-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1330
1331 PR middle-end/50232
1332 * config/pa/pa.md (return): Define "return" insn pattern.
1333 (epilogue): Use it when no epilogue is needed.
1334 * config/pa/pa.c (pa_can_use_return_insn): New function.
1335 * config/pa/pa-protos.h (pa_can_use_return_insn): Declare.
1336
1337 2011-09-03 Eric Botcazou <ebotcazou@adacore.com>
1338
1339 * cfgexpand.c (add_stack_var): Assert that the alignment is not zero.
1340 * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Revert latest change.
1341 Force at least BITS_PER_UNIT alignment on the new variable.
1342
1343 2011-09-02 Gary Funck <gary@intrepid.com>
1344
1345 * opts.c (print_specific_help): Fix off-by-one compare in
1346 assertion check.
1347 * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
1348 CL_TARGET, CL_COMMON, CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED):
1349 Increase by +5 to allow for more languages.
1350 * optc-gen.awk: Generate #if that ensures that the number of
1351 languages is within the implementation-defined limit.
1352
1353 2011-09-02 Michael Matz <matz@suse.de>
1354
1355 PR middle-end/50260
1356 * ipa-split.c (split_function): Call add_referenced_var.
1357
1358 * tree-ssa-phiopt.c (cond_store_replacement): Don't call get_var_ann.
1359 (cond_if_else_store_replacement_1): Ditto.
1360 * tree-ssa-pre.c (get_representative_for): Ditto.
1361 (create_expression_by_pieces): Ditto.
1362 (insert_into_preds_of_block): Ditto.
1363 * tree-sra.c (create_access_replacement): Ditto.
1364 (get_replaced_param_substitute): Ditto.
1365
1366 2011-09-02 Bernd Schmidt <bernds@codesourcery.com>
1367
1368 * config/c6x/c6x.md (collapse-ndfa, no-comb-vect): New
1369 automata_options.
1370 (d1, l1, s1, m1, d2, l2, s2, m2): Changed to define_query_cpu_unit.
1371 (l1w, s1w, l2w, s2w): Define in the main automaton.
1372 (fps1, fpl1, adddps1, adddpl1, fps2, fpl2, adddps2, adddpl2): New
1373 units.
1374 * config/c6x/c6x.c (c6x_sched_insn_info): Add unit_mask member.
1375 (c6x_unit_names): Add the new units.
1376 (c6x_unit_codes): New static array.
1377 (UNIT_QID_D1, UNIT_QID_L1, UNIT_QID_S1, UNIT_QID_M1, UNIT_QID_FPS1,
1378 UNIT_QID_FPL1, UNIT_QID_ADDDPS1, UNIT_QID_ADDDPL1,
1379 UNIT_QID_SIDE_OFFSET): New macros.
1380 (RESERVATION_S2): Adjust value.
1381 (c6x_option_override): Compute c6x_unit_codes.
1382 (assign_reservations): Take the unit_mask of the last instruction
1383 into account. Detect floating point reservations by looking for
1384 the new units. Don't assign reservations if the field is already
1385 nonzero.
1386 (struct c6x_sched_context): Add member prev_cycle_state_ctx.
1387 (init_sched_state): Initialize it.
1388 (c6x_clear_sched_context): Free it.
1389 (insn_set_clock): Clear reservation.
1390 (prev_cycle_state): New static variable.
1391 (c6x_init_sched_context): Save it.
1392 (c6x_sched_init): Allocate space for it and clear it.
1393 (c6x_sched_dfa_pre_cycle_insn): New static function.
1394 (c6x_dfa_new_cycle): Save state at the start of a new cycle.
1395 (c6x_variable_issue): Only record units in the unit_mask that
1396 were not set at the start of the cycle.
1397 (c6x_variable_issue): Compute and store the unit_mask from the
1398 current state.
1399 (reorg_split_calls): Ensure the new information remains correct.
1400 (TARGET_SCHED_DFA_NEW_CYCLE, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
1401 TARGET_SCHED_DFA_PRE_CYCLE_INSN): Define.
1402 * config/c6x/c6x.h (CPU_UNITS_QUERY): Define.
1403 * config/c6x/c6x-sched.md.in (fp4_ls_N__CROSS_, adddp_ls_N__CROSS_):
1404 Add special reservations.
1405 * config/c6x/c6x-sched.md: Regenerate.
1406
1407 2011-09-02 Martin Jambor <mjambor@suse.cz>
1408
1409 * ipa-prop.h (ipa_node_params): Removed fields
1410 called_with_var_arguments and node_versionable.
1411 (ipa_set_called_with_variable_arg): Removed.
1412 (ipa_is_called_with_var_arguments): Likewise.
1413 * ipa-cp.c (ipa_get_lattice): Fixed index check in an assert.
1414 (determine_versionability): Do not check for type attributes and va
1415 builtins. Record versionability into inline summary.
1416 (initialize_node_lattices): Do not check
1417 ipa_is_called_with_var_arguments.
1418 (propagate_constants_accross_call): Likewise, ignore arguments we do
1419 not have PARM_DECLs for, set variable flag for parameters that were
1420 not passed a value.
1421 (create_specialized_node): Dump info that we cannot change signature.
1422 * ipa-prop.c (ipa_compute_jump_functions): Do not care about variable
1423 number of arguments.
1424 (ipa_make_edge_direct_to_target): Likewise.
1425 (ipa_update_after_lto_read): Likewise.
1426 (ipa_node_duplication_hook): Do not copy called_with_var_arguments flag.
1427 * tree-inline.c (copy_arguments_for_versioning): Copy PARM_DECLs if
1428 they were remapped.
1429
1430 2011-09-02 Richard Guenther <rguenther@suse.de>
1431
1432 PR tree-optimization/27460
1433 PR middle-end/29269
1434 * doc/md.texi (vcond): Document.
1435 * genopinit.c (optabs): Turn vcond{,u}_optab into a conversion
1436 optab with two modes.
1437 * optabs.h (enum convert_optab_index): Add COI_vcond, COI_vcondu.
1438 (enum direct_optab_index): Remove DOI_vcond, DOI_vcondu.
1439 (vcond_optab): Adjust.
1440 (vcondu_optab): Likewise.
1441 (expand_vec_cond_expr_p): Adjust prototype.
1442 * optabs.c (get_vcond_icode): Adjust.
1443 (expand_vec_cond_expr_p): Likewise.
1444 (expand_vec_cond_expr): Likewise.
1445 * tree-vect-stmts.c (vect_is_simple_cond): Return the comparison
1446 vector type.
1447 (vectorizable_condition): Allow differing types for comparison
1448 and result.
1449 * config/i386/i386.c (ix86_expand_sse_cmp): Use proper mode
1450 for the comparison.
1451 * config/i386/sse.md (vcond<mode>): Split to
1452 vcond<V_256:mode><VF_256:mode>, vcond<V_128:mode><VF_128:mode>,
1453 vcond<V_128:mode><VI124_128:mode> and
1454 vcondu<V_128:mode><VI124_128:mode>.
1455 (vcondv2di): Change to vcond<VI8F_128:mode>v2di.
1456 (vconduv2di): Likewise.
1457 * config/arm/neon.md (vcond<mode>): Change to vcond*<mode><mode>.
1458 (vcondu<mode>): Likewise.
1459 * config/ia64/vect.md (vcond<mode>): Likewise.
1460 (vcondu<mode>): Likewise.
1461 (vcondv2sf): Likewise.
1462 * config/mips/mips-ps-3d.md (vcondv2sf): Likewise.
1463 * config/rs6000/paired.md (vcondv2sf): Likewise.
1464 * config/rs6000/vector.md (vcond<mode>): Likewise.
1465 (vcondu<mode>): Likewise.
1466 * config/spu/spu.md (vcond<mode>): Likewise.
1467 (vcondu<mode>): Likewise.
1468
1469 2011-09-02 Richard Guenther <rguenther@suse.de>
1470
1471 * pretty-print.h (pp_unsigned_wide_integer): New.
1472 * tree-pretty-print.c (dump_generic_node): Print unsigned
1473 host-wide-int fitting INTEGER_CSTs with pp_unsigned_wide_integer.
1474
1475 2011-09-02 Richard Sandiford <richard.sandiford@linaro.org>
1476
1477 PR target/49987
1478 * config/rs6000/rs6000.c (paired_expand_vector_init): Check for
1479 valid CONST_VECTOR operands.
1480 (rs6000_expand_vector_init): Likewise.
1481
1482 2011-09-02 Martin Jambor <mjambor@suse.cz>
1483
1484 * cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
1485 * gimple-fold.c (gimple_get_virt_method_for_binfo): Rewritten to use
1486 BINFO_VTABLE. Parameter delta removed, all callers updated.
1487 * tree.c (free_lang_data_in_binfo): Clear BINFO_VIRTUALs instead
1488 BINFO_VTABLE.
1489 * cgraph.c (cgraph_make_edge_direct): Removed parameter delta, updated
1490 all calls.
1491 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Removed
1492 handling of thunk_delta.
1493 * ipa-cp.c (get_indirect_edge_target): Removed parameter delta.
1494 (devirtualization_time_bonus): Do not handle thunk deltas.
1495 (ipcp_discover_new_direct_edges): Likewise.
1496 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
1497 (try_make_edge_direct_simple_call): Likewise.
1498 (try_make_edge_direct_virtual_call): Likewise.
1499 * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise. Mark
1500 parameter set as unused.
1501 (output_edge_opt_summary): Likewise. Mark both parameters as unused.
1502 * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise. Mark
1503 parameter set as unused.
1504 (output_edge_opt_summary): Likewise. Mark both parameters as unused.
1505 (input_edge_opt_summary): Likewise.
1506 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not stream
1507 BINFO_VIRTUALS at all.
1508 * lto-streamer-in.c (lto_input_ts_binfo_tree_pointers): Likewise.
1509
1510 2011-09-02 Richard Guenther <rguenther@suse.de>
1511
1512 * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).
1513 (ccp_fold_stmt): Continue replacing args when folding alloca fails.
1514
1515 2011-08-31 Richard Guenther <rguenther@suse.de>
1516
1517 * expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR
1518 handling here, from ...
1519 (expand_expr_real_1): ... here.
1520 * gimple-pretty-print.c (dump_ternary_rhs): Handle COND_EXPR
1521 and VEC_COND_EXPR.
1522 * gimple.c (gimple_rhs_class_table): Make COND_EXPR and VEC_COND_EXPR
1523 a GIMPLE_TERNARY_RHS.
1524 * tree-cfg.c (verify_gimple_assign_ternary): Handle COND_EXPR
1525 and VEC_COND_EXPR here ...
1526 (verify_gimple_assign_single): ... not here.
1527 * gimple-fold.c (fold_gimple_assign): Move COND_EXPR folding.
1528 * tree-object-size.c (cond_expr_object_size): Adjust.
1529 (collect_object_sizes_for): Likewise.
1530 * tree-scalar-evolution.c (interpret_expr): Don't handle ternary RHSs.
1531 * tree-ssa-forwprop.c (forward_propagate_into_cond): Fix and simplify.
1532 (ssa_forward_propagate_and_combine): Adjust.
1533 * tree-ssa-loop-im.c (move_computations_stmt): Build the COND_EXPR
1534 as ternary.
1535 * tree-ssa-threadedge.c (fold_assignment_stmt): Adjust.
1536 * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
1537 * tree-vect-stmt.c (vectorizable_condition): Likewise.
1538 * tree-vrp.c (extract_range_from_cond_expr): Likewise.
1539 (extract_range_from_assignment): Likewise.
1540
1541 2011-08-31 Richard Sandiford <rdsandiford@googlemail.com>
1542
1543 * config/i386/i386.md: Use (match_test ...) for attribute tests.
1544 * config/i386/mmx.md: Likewise.
1545 * config/i386/sse.md: Likewise.
1546 * config/i386/predicates.md (call_insn_operand): Use
1547 (not (match_test "...")) instead of (match_test "!...")
1548 * config/i386/constraints.md (w): Likewise.
1549
1550 2011-08-31 Richard Sandiford <rdsandiford@googlemail.com>
1551
1552 * doc/md.texi: Describe the use of match_tests in attribute tests.
1553 * rtl.def (MATCH_TEST): Update commentary.
1554 * genattrtab.c (attr_copy_rtx, check_attr_test, clear_struct_flag)
1555 (write_test_expr, walk_attr_value): Handle MATCH_TEST.
1556
1557 2011-08-31 Richard Sandiford <rdsandiford@googlemail.com>
1558
1559 * genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.
1560 (attr_string): Use copy_md_ptr_loc.
1561
1562 2011-08-31 Martin Jambor <mjambor@suse.cz>
1563
1564 PR middle-end/49886
1565 * ipa-inline-analysis.c (compute_inline_parameters): Set
1566 can_change_signature of noes with typde attributes.
1567 * ipa-split.c (split_function): Do not skip any arguments if
1568 can_change_signature is set.
1569
1570 2011-08-31 Martin Jambor <mjambor@suse.cz>
1571
1572 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Alias
1573 check removed.
1574
1575 2011-08-31 Richard Guenther <rguenther@suse.de>
1576
1577 * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
1578 special-casing.
1579
1580 2011-08-31 Marc Glisse <marc.glisse@inria.fr>
1581
1582 * doc/generic.texi (Types for C++): CP_TYPE_QUALS -> cp_type_quals.
1583
1584 2011-08-31 Tom de Vries <tom@codesourcery.com>
1585
1586 PR middle-end/43513
1587 * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule.
1588 * tree-ssa-ccp.c (params.h): Include.
1589 (fold_builtin_alloca_for_var): New function.
1590 (ccp_fold_stmt): Use fold_builtin_alloca_for_var.
1591
1592 2011-08-30 Uros Bizjak <ubizjak@gmail.com>
1593
1594 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
1595 Handle FMA option.
1596
1597 2011-08-30 Andrew Stubbs <ams@codesourcery.com>
1598
1599 * config/arm/arm.c (optimal_immediate_sequence_1): Make b1, b2,
1600 b3 and b4 unsigned.
1601
1602 2011-08-30 Andrew Stubbs <ams@codesourcery.com>
1603
1604 * config/arm/arm.c (arm_gen_constant): Set can_negate correctly
1605 when code is SET.
1606
1607 2011-08-30 Richard Guenther <rguenther@suse.de>
1608
1609 PR middle-end/48571
1610 * gimple.h (maybe_fold_offset_to_address): Remove.
1611 (maybe_fold_offset_to_reference): Likewise.
1612 (maybe_fold_stmt_addition): Likewise.
1613 (may_propagate_address_into_dereference): Likewise.
1614 * tree-inline.c (remap_gimple_op_r): Do not reconstruct
1615 array references.
1616 * gimple-fold.c (canonicalize_constructor_val): Likewise.
1617 Canonicalize invariant POINTER_PLUS_EXPRs to invariant MEM_REF
1618 addresses instead.
1619 (may_propagate_address_into_dereference): Remove.
1620 (maybe_fold_offset_to_array_ref): Likewise.
1621 (maybe_fold_offset_to_reference): Likewise.
1622 (maybe_fold_offset_to_address): Likewise.
1623 (maybe_fold_stmt_addition): Likewise.
1624 (fold_gimple_assign): Do not reconstruct array references but
1625 instead canonicalize invariant POINTER_PLUS_EXPRs to invariant
1626 MEM_REF addresses.
1627 (gimple_fold_stmt_to_constant_1): Likewise.
1628 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
1629 * gimplify.c (gimplify_conversion): Likewise.
1630 (gimplify_expr): Likewise.
1631
1632 2011-08-30 Ilya Tocar <ilya.tocar@intel.com>
1633
1634 * config/i386/fmaintrin.h: New.
1635 * config.gcc: Add fmaintrin.h.
1636 * config/i386/i386.c
1637 (enum ix86_builtins) <IX86_BUILTIN_VFMADDSS3>: New.
1638 <IX86_BUILTIN_VFMADDSD3>: Likewise.
1639 * config/i386/sse.md (fmai_vmfmadd_<mode>): New.
1640 (*fmai_fmadd_<mode>): Likewise.
1641 (*fmai_fmsub_<mode>): Likewise.
1642 (*fmai_fnmadd_<mode>): Likewise.
1643 (*fmai_fnmsub_<mode>): Likewise.
1644 * config/i386/immintrin.h: Add fmaintrin.h.
1645
1646 2011-08-30 Bernd Schmidt <bernds@codesourcery.com>
1647
1648 * genautomata.c (NO_COMB_OPTION): New macro.
1649 (no_comb_flag): New static variable.
1650 (gen_automata_option): Handle NO_COMB_OPTION.
1651 (comb_vect_p): False if no_comb_flag.
1652 (add_vect): Move computation of min/max values. Return early if
1653 no_comb_flag.
1654 * doc/md.texi (automata_option): Document no-comb-vect.
1655
1656 * config/i386/i386.c (get_pc_thunk_name): Change prefix to
1657 "__x86.get_pc_thunk".
1658
1659 * bb-reorder.c (insert_section_boundary_note): Only do it if
1660 we reordered the blocks; i.e. not if !optimize_function_for_speed_p.
1661
1662 2011-08-30 Christian Bruel <christian.bruel@st.com>
1663
1664 * coverage.c (coverage_init): Check flag_branch_probabilities instead of
1665 flag_profile_use.
1666
1667 2011-08-29 Michael Meissner <meissner@linux.vnet.ibm.com>
1668
1669 * config/rs6000/rs6000.opt (-msave-toc-indirect): Change default
1670 to off. Document switch.
1671 * doc/invoke.texi (-msave-toc-indirect): Ditto.
1672
1673 2011-08-29 Jakub Jelinek <jakub@redhat.com>
1674
1675 * gthr-posix.h (__gthread_active_p): Do not use preprocessor
1676 conditionals and comments inside macro arguments.
1677
1678 2011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
1679 Richard Guenther <rguenther@suse.de>
1680
1681 * tree.h (constant_boolean_node): Adjust prototype.
1682 * fold-const.c (fold_convert_loc): Move aggregate conversion
1683 leeway down.
1684 (constant_boolean_node): Make value parameter boolean, add
1685 vector type handling.
1686 (fold_unary_loc): Use constant_boolean_node.
1687 (fold_binary_loc): Preserve types properly when folding
1688 COMPLEX_EXPR <__real x, __imag x>.
1689 * gimplify.c (gimplify_expr): Handle vector comparison.
1690 * tree.def (EQ_EXPR, ...): Document behavior on vector typed
1691 comparison.
1692 * tree-cfg.c (verify_gimple_comparison): Verify vector typed
1693 comparisons.
1694
1695 2011-08-29 Jakub Jelinek <jakub@redhat.com>
1696
1697 PR middle-end/48722
1698 * emit-rtl.c (unshare_all_rtl_again): For CALL_INSNs,
1699 reset_used_flags also in CALL_INSN_FUNCTION_USAGE.
1700 (verify_rtl_sharing): Likewise and verify_rtx_sharing
1701 in there too.
1702 (unshare_all_rtl_in_chain): For CALL_INSNs
1703 copy_rtx_if_shared also CALL_INSN_FUNCTION_USAGE.
1704
1705 2011-08-29 Richard Guenther <rguenther@suse.de>
1706
1707 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location
1708 on the built ADDR_EXPR.
1709
1710 2011-08-29 Jakub Jelinek <jakub@redhat.com>
1711
1712 PR debug/50215
1713 * var-tracking.c (create_entry_value): Call cselib_lookup_from_insn
1714 before adding ENTRY_VALUE to val->locs.
1715
1716 2011-08-28 Mikael Pettersson <mikpe@it.uu.se>
1717
1718 PR bootstrap/50218
1719 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Initialize
1720 comp.
1721
1722 2011-08-27 Bernd Schmidt <bernds@codesourcery.com>
1723
1724 * doc/rtl.texi (simple_return): Document.
1725 (parallel, PATTERN): Here too.
1726 * doc/md.texi (return): Mention it's allowed to expand to simple_return
1727 in some cases.
1728 (simple_return): Document standard pattern.
1729 * gengenrtl.c (special_rtx): SIMPLE_RETURN is special.
1730 * final.c (final_scan_insn): Use ANY_RETURN_P on body.
1731 * reorg.c (function_return_label, function_simple_return_label):
1732 New static variables, replacing...
1733 (end_of_function_label): ... this.
1734 (simplejump_or_return_p): New static function.
1735 (optimize_skip, steal_delay_list_from_fallthrough,
1736 fill_slots_from_thread): Use it.
1737 (relax_delay_slots): Likewise. Use ANY_RETURN_P on body.
1738 (rare_destination, follow_jumps): Use ANY_RETURN_P on body.
1739 (find_end_label): Take a new arg which is one of the two return
1740 rtxs. Depending on which, set either function_return_label or
1741 function_simple_return_label. All callers changed.
1742 (make_return_insns): Make both kinds.
1743 (dbr_schedule): Adjust for two kinds of end labels.
1744 * function.c (emit_return_into_block): Set JUMP_LABEL properly.
1745 * genemit.c (gen_exp): Handle SIMPLE_RETURN.
1746 (gen_expand, gen_split): Use ANY_RETURN_P.
1747 * df-scan.c (df_uses_record): Handle SIMPLE_RETURN.
1748 * rtl.def (SIMPLE_RETURN): New code.
1749 * ifcvt.c (find_if_case_1): Be more careful about
1750 redirecting jumps to the EXIT_BLOCK.
1751 * jump.c (condjump_p, condjump_in_parallel_p, any_condjump_p,
1752 returnjump_p_1): Handle SIMPLE_RETURNs.
1753 * print-rtl.c (print_rtx): Likewise.
1754 * rtl.c (copy_rtx): Likewise.
1755 * bt-load.c (compute_defs_uses_and_gen): Use ANY_RETURN_P.
1756 * combine.c (simplify_set): Likewise.
1757 * resource.c (find_dead_or_set_registers, mark_set_resources):
1758 Likewise.
1759 * emit-rtl.c (verify_rtx_sharing, classify_insn, copy_insn_1,
1760 copy_rtx_if_shared_1, mark_used_flags): Handle SIMPLE_RETURNs.
1761 (init_emit_regs): Initialize simple_return_rtx.
1762 * cfglayout.c (fixup_reorder_chain): Pass a JUMP_LABEL to
1763 force_nonfallthru_and_redirect.
1764 * rtl.h (ANY_RETURN_P): Allow SIMPLE_RETURN.
1765 (GR_SIMPLE_RETURN): New enum value.
1766 (simple_return_rtx): New macro.
1767 * basic-block.h (force_nonfallthru_and_redirect): Adjust
1768 declaration.
1769 * cfgrtl.c (force_nonfallthru_and_redirect): Take a new jump_label
1770 argument. All callers changed. Be careful about what kinds of
1771 returnjumps to generate.
1772 * config/i386/3i86.c (ix86_pad_returns, ix86_count_insn_bb,
1773 ix86_pad_short_function): Likewise.
1774 * config/arm/arm.c (arm_final_prescan_insn): Handle both kinds
1775 of return.
1776 * config/mips/mips.md (any_return): New code_iterator.
1777 (optab): Add cases for return and simple_return.
1778 (return): Expand to a simple_return.
1779 (simple_return): New pattern.
1780 (*<optab>, *<optab>_internal for any_return): New patterns.
1781 (return_internal): Remove.
1782 * config/mips/mips.c (mips_expand_epilogue): Make the last insn
1783 a simple_return_internal.
1784
1785 2011-08-27 Uros Bizjak <ubizjak@gmail.com>
1786
1787 * config/i386/sse.md (*absneg<mode>2): Fix split condition.
1788 (vec_extract_lo_<mode>): Prevent both operands in memory.
1789 (vec_extract_lo_v16hi): Ditto.
1790 (*vec_extract_v4sf_mem): Add TARGET_SSE insn constraint.
1791
1792 2011-08-27 Uros Bizjak <ubizjak@gmail.com>
1793
1794 * config/i386/sse.md (mulv16qi3): Attach REG_EQUAL note.
1795 (*sse2_mulv4si3): Ditto.
1796 (mulv2di3): Ditto.
1797 * config/i386/i386.c (legitimize_tls_address): Change REG_EQIV
1798 notes to REG_EQUAL.
1799
1800 2011-08-27 Uros Bizjak <ubizjak@gmail.com>
1801
1802 PR target/50202
1803 * config/i386/sse.md (sse4_2_pcmpestr): Emit NOTE_INSN_DELETED note
1804 when all outputs are unused.
1805 (sse4_2_pcmpistr): Ditto.
1806
1807 2011-08-26 Uros Bizjak <ubizjak@gmail.com>
1808
1809 * config/i386/i386.md (round<mode>2): New expander.
1810 * config/i386/i386.c (enum ix86_builtins): Add
1811 IX86_BUILTIN_ROUND{PS,PD}_AZ{,256}.
1812 (struct builtin_description): Add __builtin_ia32_round{ps,pd}_az{,256}
1813 descriptions.
1814 (ix86_builtin_vectorized_function): Handle BUILT_IN_ROUND{,F} builtins.
1815 (ix86_build_const_vector): Rewrite using loop with RTVEC_ELT accessor.
1816
1817 2011-08-26 Uros Bizjak <ubizjak@gmail.com>
1818
1819 PR middle-end/50083
1820 * convert.c (convert_to_integer) <BUIT_IN_ROUND{,F,L}>: Convert
1821 only when TARGET_C99_FUNCTIONS.
1822 <BUILT_IN_NEARBYINT{,F,L}>: Ditto.
1823 <BUILT_IN_RINT{,F,L}>: Ditto.
1824
1825 2011-08-26 Michael Matz <matz@suse.de>
1826 Jakub Jelinek <jakub@redhat.com>
1827
1828 PR lto/50165
1829 * lto-streamer-in.c (canon_file_name): Initialize new_slot->len;
1830 don't call strlen twice, use memcpy.
1831
1832 2011-08-26 H.J. Lu <hongjiu.lu@intel.com>
1833
1834 * config/i386/bmi2intrin.h: Allow in <immintrin.h>.
1835 * config/i386/bmiintrin.h: Likewise.
1836 * config/i386/lzcntintrin.h: Likewise.
1837
1838 * config/i386/immintrin.h: Include <lzcntintrin.h>,
1839 <bmiintrin.h> and <bmi2intrin.h>.
1840
1841 2011-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1842
1843 PR target/50166
1844 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Check count in main.
1845 * configure: Regenerate.
1846
1847 2011-08-26 Jakub Jelinek <jakub@redhat.com>
1848
1849 PR c/50179
1850 * c-typeck.c (c_process_expr_stmt): Skip over nops and
1851 call mark_exp_read even if exprv is ADDR_EXPR.
1852
1853 2011-08-26 Richard Sandiford <richard.sandiford@linaro.org>
1854
1855 * df-problems.c (df_note_bb_compute): Pass uses rather than defs
1856 to df_set_dead_notes_for_mw.
1857
1858 2011-08-26 Richard Guenther <rguenther@suse.de>
1859
1860 * varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
1861
1862 2011-08-26 Zdenek Dvorak <ook@ucw.cz>
1863 Tom de Vries <tom@codesourcery.com>
1864
1865 * tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.
1866 (struct ivopts_data): Add loop_single_exit_p field.
1867 (niter_for_exit): Change parameter desc_p into return value. Return
1868 desc if desc->may_be_zero. Free desc if unused.
1869 (niter_for_single_dom_exit): Change return type.
1870 (find_induction_variables): Handle changed return type of
1871 niter_for_single_dom_exit. Dump may_be_zero.
1872 (add_candidate_1): Keep original base and step type for IP_ORIGINAL.
1873 (set_use_iv_cost): Add and handle comp parameter.
1874 (determine_use_iv_cost_generic, determine_use_iv_cost_address): Add
1875 comp argument to set_use_iv_cost.
1876 (strip_wrap_conserving_type_conversions, expr_equal_p)
1877 (difference_cannot_overflow_p, iv_elimination_compare_lt): New function.
1878 (may_eliminate_iv): Add comp parameter. Handle new return type of
1879 niter_for_exit. Use loop_single_exit_p. Use iv_elimination_compare_lt.
1880 (determine_use_iv_cost_condition): Add comp argument to set_use_iv_cost
1881 and may_eliminate_iv.
1882 (rewrite_use_compare): Move call to iv_elimination_compare to ...
1883 (may_eliminate_iv): Here.
1884 (tree_ssa_iv_optimize_loop): Initialize loop_single_exit_p.
1885
1886 2011-08-26 Tom de Vries <tom@codesourcery.com>
1887
1888 * tree-pretty-print (dump_generic_node): Test for NULL_TREE before
1889 accessing TREE_TYPE.
1890
1891 2011-08-26 Jiangning Liu <jiangning.liu@arm.com>
1892
1893 * config/arm/arm.md (*ior_scc_scc): Enable for Thumb2 as well.
1894 (*ior_scc_scc_cmp): Likewise
1895 (*and_scc_scc): Likewise.
1896 (*and_scc_scc_cmp): Likewise.
1897 (*and_scc_scc_nodom): Likewise.
1898 (*cmp_ite0, *cmp_ite1, *cmp_and, *cmp_ior): Handle Thumb2.
1899
1900 2011-08-26 Jakub Jelinek <jakub@redhat.com>
1901
1902 * rtlanal.c (nonzero_bits1): Handle CLRSB.
1903
1904 2011-08-26 Richard Guenther <rguenther@suse.de>
1905
1906 * expr.c (string_constant): Handle &MEM_REF.
1907
1908 2011-08-26 Andrew Stubbs <ams@codesourcery.com>
1909
1910 * config/arm/arm.c (struct four_ints): New type.
1911 (count_insns_for_constant): Delete function.
1912 (find_best_start): Delete function.
1913 (optimal_immediate_sequence): New function.
1914 (optimal_immediate_sequence_1): New function.
1915 (arm_gen_constant): Move constant splitting code to
1916 optimal_immediate_sequence.
1917 Rewrite constant negation/invertion code.
1918
1919 2011-08-26 Andrew Stubbs <ams@codesourcery.com>
1920
1921 * config/arm/arm-protos.h (const_ok_for_op): Add prototype.
1922 * config/arm/arm.c (const_ok_for_op): Add support for addw/subw.
1923 Remove prototype. Remove static function type.
1924 * config/arm/arm.md (*arm_addsi3): Add addw/subw support.
1925 Add arch attribute.
1926 * config/arm/constraints.md (Pj, PJ): New constraints.
1927
1928 2011-08-26 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1929
1930 * config/arm/cortex-a9.md ("cortex_a9_mult_long"): New.
1931 ("cortex_a9_multiply_long"): New and use above. Handle all
1932 long multiply cases.
1933 ("cortex_a9_multiply"): Handle smmul and smmulr.
1934 ("cortex_a9_mac"): Handle smmla.
1935
1936 2011-08-25 Richard Henderson <rth@redhat.com>
1937
1938 PR 50132
1939 PR 49864
1940 * cfgcleanup.c (old_insns_match_p): Don't allow cross-jump for
1941 non-constant stack adjutment.
1942 * expr.c (find_args_size_adjust): Break out from ...
1943 (fixup_args_size_notes): ... here.
1944 * rtl.h (find_args_size_adjust): Declare.
1945
1946 2011-08-25 Uros Bizjak <ubizjak@gmail.com>
1947
1948 * config/i386/i386.md (isa): Add sse2, sse2_noavx, sse3,
1949 sse4 and sse4_noavx.
1950 (enabled): Handle sse2, sse2_noavx, sse3, sse4 and sse4_noavx.
1951 (*pushdf_rex64): Change Y2 register constraint to x.
1952 (*movdf_internal_rex64): Ditto.
1953 (*zero_extendsidi2_rex64): Ditto.
1954 (*movdi_internal): Change Y2 register constraint to x
1955 and update "isa" attribute.
1956 (*pushdf): Ditto.
1957 (*movdf internal): Ditto.
1958 (zero_extendsidi2_1): Ditto.
1959 (*truncdfdf_mixed): Ditto.
1960 (*truncxfdf2_mixed): Ditto.
1961 * config/i386/mmx.md (*mov<mode>_internal_rex64): Change Y2
1962 register constraint to x.
1963 (*movv2sf_internal_rex64): Ditto.
1964 (*mov<mode>_internal): Change Y2 register constraint to x
1965 and add "isa" attribute.
1966 (*movv2sf_internal): Ditto.
1967 (*vec_extractv2si_1): Ditto.
1968 * config/i386/sse.md ("vec_set<mode>_0): Change Y2 and Y4 register
1969 constraints to x and update "isa" attribute.
1970 (*vec_interleave_highv2df): Change Y3 registerconstraint
1971 to x and update "isa" attribute.
1972 (*vec_interleave_lowv2df): Ditto.
1973 (*vec_concatv2df): Change Y2 register constraint to x and
1974 update "isa" attribute.
1975 (sse2_loadld): Ditto.
1976 (*vec_extractv2di_1): Ditto.
1977 (*vec_dupv4si): Ditto.
1978 (*vec_dupv2di): Ditto.
1979 (*vec_concatv4si): Ditto.
1980 (vec_concatv2di): Ditto.
1981 * config/i386/constraints.md (Y2): Remove.
1982 (Y3): Ditto.
1983 (Y4): Ditto.
1984
1985 2011-08-25 Bernd Schmidt <bernds@codesourcery.com>
1986
1987 * regrename.c (scan_rtx_reg, scan_rtx_address, build_def_use,
1988 dump_def_use_chain): Don't declare.
1989 (mark_conflict, create_new_chain): Move before users.
1990 (regrename_optimize): Move to near end of file.
1991
1992 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
1993
1994 * config/avr-protos.h (byte_immediate_operand): Remove Prototype.
1995 (secondary_input_reload_class): Remove Prototype.
1996 * config/avr/avr.c (byte_immediate_operand): Remove Function.
1997 * config/avr/avr.md (setmemhi): Use u8_operand.
1998 (strlenhi): Use const0_rtx for comparison.
1999 * config/avr/avr.h (avr_reg_order): Remove Declaration.
2000
2001 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
2002
2003 * config/avr/avr.c (reg_class_tab): Make local to
2004 avr_regno_reg_class. Return smallest register class available.
2005
2006 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
2007
2008 * config/avr/avr.c (STR_PREFIX_P): New Define.
2009 (avr_asm_declare_function_name): Use it.
2010 (avr_asm_named_section): Use it.
2011 (avr_section_type_flags): Use it.
2012
2013 2011-08-25 Bernd Schmidt <bernds@codesourcery.com>
2014
2015 * doc/md.texi (automata_option): Document collapse-ndfa.
2016 * genautomata.c (COLLAPSE_OPTION): New macro.
2017 (collapse_flag): New static variable.
2018 (struct description): New member normal_decls_num.
2019 (struct automaton): New members advance_ainsn and collapse_ainsn.
2020 (gen_automata_option): Check for COLLAPSE_OPTION.
2021 (collapse_ndfa_insn_decl): New static variable.
2022 (add_collapse_ndfa_insn_decl, special_decl_p): New functions.
2023 (find_arc): If insn is the collapse-ndfa insn, accept any arc we find.
2024 (transform_insn_regexps): Call add_collapse_ndfa_insn_decl if
2025 necessary. Use normal_decls_num rather than decls_num, remove
2026 test for special decls.
2027 (create_alt_states, form_ainsn_with_same_reservs): Use special_decl_p.
2028 (make_automaton); Likewise. Use the new advance_cycle_insn member
2029 of struct automaton.
2030 (create_composed_state): Disallow advance-cycle arcs if collapse_flag
2031 is set.
2032 (NDFA_to_DFA): Don't create composed states for the collapse-ndfa
2033 transition. Create the necessary transitions for it.
2034 (create_ainsns): Return void. Take an automaton_t argument, and
2035 update its ainsn_list, advance_ainsn and collapse_ainsn members. All
2036 callers changed.
2037 (COLLAPSE_NDFA_VALUE_NAME): New macro.
2038 (output_tables): Output code to define it.
2039 (output_internal_insn_code_evaluation): Output code to accept
2040 const0_rtx as collapse-ndfa transition.
2041 (output_default_latencies, output_print_reservation_func,
2042 output_print_description): Reorganize loops to use normal_decls_num
2043 as loop bound; remove special case for advance_cycle_insn_decl.
2044 (initiate_automaton_gen): Handle COLLAPSE_OPTION.
2045 (check_automata_insn_issues): Check for collapse_ainsn.
2046 (expand_automate): Allocate sufficient space. Initialize
2047 normal_decls_num.
2048
2049 2011-08-25 Georg-Johann Lay <avr@gjlay.de>
2050
2051 * config/avr/avr.md: Fix indentation from r177991.
2052
2053 2011-08-25 Bernd Schmidt <bernds@codesourcery.com>
2054
2055 * regrename.c (struct du_head): Remove member terminated.
2056 (create_new_chain): Don't initialize it.
2057 (scan_rtx_reg): Don't set or test it, test the open_chains_set
2058 bitmap instead.
2059 (tick, this_tick): New global variables, moved out of
2060 regrename_optimize.
2061 (current_id, open_chains, closed_chains, open_chains_set,
2062 live_in_chains, live_hard_regs): Reorder declarations.
2063 (dump_def_use_chain): Move function earlier in the file.
2064 (rename_chains): New static function, broken out of
2065 regrename_optimize.
2066 (regrename_optimize): Use it. Remove #if 0'ed code.
2067
2068 2011-08-25 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2069
2070 * varasm.c: (default_binds_local_p_1): Commentary typo fix.
2071
2072 2011-08-24 H.J. Lu <hongjiu.lu@intel.com>
2073
2074 PR target/50172
2075 * config/i386/i386.c (ix86_expand_builtin): Convert to Pmode if needed.
2076
2077 2011-08-24 Richard Guenther <rguenther@suse.de>
2078
2079 * tree-data-ref.c (dr_analyze_indices): Avoid unsharing the
2080 ref in the basic-block case. Move stripping array-refs
2081 to the place we create an access-function for it. Remove
2082 bogus stripping down a MEM_REF to its base.
2083
2084 2011-08-24 Richard Guenther <rguenther@suse.de>
2085
2086 * fold-const.c (fold_comparison): Fold &a < &a + 4 even
2087 with -fno-strict-overflow.
2088
2089 2011-08-24 Richard Guenther <rguenther@suse.de>
2090
2091 * tree-vectorizer.c (vect_print_dump_info): Avoid the
2092 file and location clutter when dumping to dump files.
2093
2094 2011-08-24 Simon Baldwin <simonb@google.com>
2095
2096 * gengtype-state.c (write_state): Remove timestamped header line.
2097
2098 2011-08-24 Joseph Myers <joseph@codesourcery.com>
2099
2100 * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
2101 (CFLAGS-c-family/c-pch.o, CFLAGS-prefix.o, CFLAGS-version.o)
2102 (CFLAGS-lto-compress.o, CFLAGS-toplev.o, CFLAGS-intl.o)
2103 (CFLAGS-cppbuiltin.o, CFLAGS-cppdefault.o): New.
2104 (collect2.o, c-family/c-cppbuiltin.o, c-family/c-opts.o)
2105 (c-family/c-pch.o, prefix.o, version.o, lto-compress.o, toplev.o)
2106 (intl.o, cppbuiltin.o, cppdefault.o): Remove explicit compilation
2107 rules.
2108 (lto-wrapper$(exeext)): Use $(LINKER) not $(COMPILER).
2109
2110 2011-08-24 Joseph Myers <joseph@codesourcery.com>
2111
2112 * Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).
2113
2114 2011-08-24 Richard Guenther <rguenther@suse.de>
2115
2116 PR tree-optimization/50067
2117 * tree-data-ref.c (dr_analyze_indices): Do not add an access
2118 function for a MEM_REF base that has no evolution in the loop
2119 nest or that is not analyzable.
2120
2121 2011-08-23 Vladimir Makarov <vmakarov@redhat.com>
2122
2123 * ira.c (ira_init_register_move_cost): Check small subclasses
2124 through ira_reg_class_max_nregs and ira_available_class_regs.
2125
2126 2011-08-23 Uros Bizjak <ubizjak@gmail.com>
2127
2128 * config/i386/constraints.md (Yp): New register constraint.
2129 * config/i386/i386.md (*addhi_1): Merge with *addhi_1_lea using
2130 Yp register constraint.
2131 (*addqi_1): Merge with *addqi_1_lea using Yp register constraint.
2132 (*ashlhi3_1): Merge with *ashlhi3_1_lea using Yp register constraint.
2133 (*ashlqi3_1): Merge with *ashlqi3_1_lea using Yp register constraint.
2134
2135 2011-08-23 Kirill Yukhin <kirill.yukhin@intel.com>
2136
2137 * config/i386/sse.md (<s>mul<mode>3_highpart): Update.
2138
2139 2011-08-23 Mark Heffernan <meheff@google.com>
2140
2141 PR middle-end/38509
2142 * common.opt (Wfree-nonheap-object): New option.
2143 * doc/invoke.texi (Warning options): Document -Wfree-nonheap-object.
2144 * builtins.c (maybe_emit_free_warning): Add OPT_Wfree_nonheap_object
2145 to warning.
2146 (expand_builtin): Make warning conditional.
2147
2148 2011-08-23 Uros Bizjak <ubizjak@gmail.com>
2149
2150 * config/i386/i386.md (type): Add imulx, ishiftx and rotatex.
2151 (length_immediate): Handle imulx, ishiftx and rotatex.
2152 (imm_disp): Ditto.
2153 (isa): Add bmi2.
2154 (enabled): Handle bmi2.
2155 (*mul<mode><dwi>3): Split from *<u>mul<mode><dwi>3.
2156 (*umul<mode><dwi>3): Ditto. Add imulx BMI2 alternative.
2157 (*bmi2_umulditi3_1): New insn pattern.
2158 (*bmi2_umulsidi3_1): Ditto.
2159 (*umul<mode><dwi>3 splitter): New splitter to avoid flags dependency.
2160 (*bmi2_ashl<mode>3_1): New insn pattern.
2161 (*ashl<mode>3_1): Add ishiftx BMI2 alternative.
2162 (*ashl<mode>3_1 splitter): New splitter to avoid flags dependency.
2163 (*bmi2_ashlsi3_1_zext): New insn pattern.
2164 (*ashlsi3_1_zext): Add ishiftx BMI2 alternative.
2165 (*ashlsi3_1_zext splitter): New splitter to avoid flags dependency.
2166 (*bmi2_<shiftrt_insn><mode>3_1): New insn pattern.
2167 (*<shiftrt_insn><mode>3_1): Add ishiftx BMI2 alternative.
2168 (*<shiftrt_insn><mode>3_1 splitter): New splitter to avoid
2169 flags dependency.
2170 (*bmi2_<shiftrt_insn>si3_1_zext): New insn pattern.
2171 (*<shiftrt_insn>si3_1_zext): Add ishiftx BMI2 alternative.
2172 (*<shiftrt_insn>si3_1_zext splitter): New splitter to avoid
2173 flags dependency.
2174 (*bmi2_rorx<mode>3_1): New insn pattern.
2175 (*<rotate_insn><mode>3_1): Add rotatex BMI2 alternative.
2176 (*rotate<mode>3_1 splitter): New splitter to avoid flags dependency.
2177 (*rotatert<mode>3_1 splitter): Ditto.
2178 (*bmi2_rorxsi3_1_zext): New insn pattern.
2179 (*<rotate_insn>si3_1_zext): Add rotatex BMI2 alternative.
2180 (*rotatesi3_1_zext splitter): New splitter to avoid flags dependency.
2181 (*rotatertsi3_1_zext splitter): Ditto.
2182
2183 2011-08-23 Kirill Yukhin <kirill.yukhin@intel.com>
2184
2185 * common/config/i386/i386-common.c (OPTION_MASK_ISA_BMI2_SET): New.
2186 (OPTION_MASK_ISA_BMI2_UNSET): Likewise.
2187 (ix86_handle_option): Handle OPT_mbmi2 case.
2188 * config.gcc (i[34567]86-*-*): Add bmi2intrin.h.
2189 (x86_64-*-*): Likewise.
2190 * config/i386/bmi2intrin.h: New file.
2191 * config/i386/cpuid.h (bit_BMI2): New.
2192 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
2193 BMI2 feature.
2194 * config/i386/i386-c.c (ix86_target_macros_internal):
2195 Conditionally define __BMI2__.
2196 * config/i386/i386.c (ix86_option_override_internal): Define PTA_BMI2.
2197 Handle BMI2 option.
2198 (ix86_valid_target_attribute_inner_p): Handle BMI2 option.
2199 (print_reg): New code.
2200 (ix86_print_operand): Likewise.
2201 (ix86_builtins): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
2202 IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
2203 IX86_BUILTIN_PEXT64.
2204 (bdesc_args): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
2205 IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
2206 IX86_BUILTIN_PEXT64.
2207 * config/i386/i386.h (TARGET_BMI2): New.
2208 * config/i386/i386.md (UNSPEC_PDEP): New.
2209 (UNSPEC_PEXT): Likewise.
2210 (*bmi2_bzhi_<mode>3): Likewise.
2211 (*bmi2_pdep_<mode>3): Likewise.
2212 (*bmi2_pext_<mode>3): Likewise.
2213 * config/i386/i386.opt (mbmi2): New.
2214 * config/i386/x86intrin.h: Include bmi2intrin.h when __BMI2__
2215 is defined.
2216 * doc/extend.texi: Document BMI2 built-in functions.
2217 * doc/invoke.texi: Document -mbmi2.
2218
2219 2011-08-23 Jakub Jelinek <jakub@redhat.com>
2220
2221 PR middle-end/50161
2222 * simplify-rtx.c (simplify_const_unary_operation): If
2223 op is CONST_INT, don't look at op_mode, but use instead mode.
2224 * optabs.c (add_equal_note): For FFS, CLZ, CTZ,
2225 CLRSB, POPCOUNT, PARITY and BSWAP use operand mode for
2226 operation and TRUNCATE/ZERO_EXTEND if needed.
2227 * doc/rtl.texi (ffs, clrsb, clz, ctz, popcount, parity, bswap):
2228 Document that operand mode must be same as operation mode,
2229 or VOIDmode.
2230 * config/avr/avr.md (paritysi2, *parityqihi2.libgcc,
2231 *paritysihi2.libgcc, popcountsi2, *popcountsi2.libgcc,
2232 *popcountqihi2.libgcc, clzsi2, *clzsihi2.libgcc, ctzsi2,
2233 *ctzsihi2.libgcc, ffssi2, *ffssihi2.libgcc): For unary ops
2234 use the mode of operand for the operation and add truncate
2235 or zero_extend around if needed.
2236 * config/c6x/c6x.md (ctzdi2): Likewise.
2237 * config/bfin/bfin.md (clrsbsi2, signbitssi2): Likewise.
2238
2239 2011-08-12 Michael Matz <matz@suse.de>
2240
2241 * cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.
2242 (gimple_expand_cfg): Merge alignment info for coalesced pointer
2243 SSA names.
2244
2245 2011-08-23 Richard Guenther <rguenther@suse.de>
2246
2247 * Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
2248 * tree-affine.h (aff_comb_cannot_overlap_p): Declare.
2249 * tree-affine.c (aff_comb_cannot_overlap_p): New function, moved
2250 from ...
2251 * tree-ssa-loop-im.c (cannot_overlap_p): ... here.
2252 (mem_refs_may_alias_p): Adjust.
2253 * tree-data-ref.h (dr_may_alias_p): Adjust.
2254 * tree-data-ref.c: Include tree-affine.h.
2255 (dr_analyze_indices): Do nothing for the non-loop case.
2256 (dr_may_alias_p): Distinguish loop and non-loop case. Disambiguate
2257 more cases in the non-loop case.
2258 * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Adjust
2259 calls to dr_may_alias_p.
2260 (write_alias_graph_to_ascii_ecc): Likewise.
2261 (write_alias_graph_to_ascii_dot): Likewise.
2262 (build_alias_set_optimal_p): Likewise.
2263
2264 2011-08-23 Richard Guenther <rguenther@suse.de>
2265
2266 PR tree-optimization/50162
2267 * tree-vect-stmts.c (vectorizable_call): Fix argument lookup.
2268
2269 2011-08-23 Richard Guenther <rguenther@suse.de>
2270
2271 * tree-data-ref.c (dr_analyze_indices): Add comments, handle
2272 REALPART_EXPR and IMAGPART_EXPR similar to ARRAY_REFs.
2273 (create_data_ref): Also dump access functions for the created data-ref.
2274
2275 2011-08-22 Uros Bizjak <ubizjak@gmail.com>
2276 Kirill Yukhin <kirill.yukhin@intel.com>
2277
2278 PR target/50155
2279 * config/i386/sse.md (VI_AVX2): New.
2280 (<plusminus_insn><mode>3): Use VI_AVX2 mode iterator.
2281 (*<plusminus_insn><mode>3): Ditto.
2282 (<sse2_avx2>_andnot<mode>3): Ditto.
2283 (*andnot<mode>3): Fix order of cond operands.
2284 Add asserts for correct TARGET_xxx.
2285 (*<any_logic:code><mode>3): Ditto.
2286
2287 2011-08-22 Anatoly Sokolov <aesok@post.ru>
2288
2289 * config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro.
2290 * config/m32c/m32c-protos.h (m32c_class_max_nregs): Remove.
2291 * config/m32c/m32c.c (m32c_class_max_nregs): Make static. Change
2292 regclass argument type to reg_class_t. Change 'max' and 'v' vars
2293 and return types to unsigned char. Use reg_class_contents instead
2294 of class_contents.
2295 (TARGET_CLASS_MAX_NREGS): Define.
2296
2297 2011-08-22 Bernd Schmidt <bernds@codesourcery.com>
2298
2299 * config/c6x/c6x.md (indirect_jump_shadow): Tweak representation
2300 to make computed_jump_p return true.
2301
2302 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2303
2304 * configure.ac (GCC_PICFLAG_FOR_TARGET): Call it.
2305 (PICFLAG_FOR_TARGET): Substitute.
2306 * aclocal.m4: Regenerate.
2307 * configure: Regenerate.
2308
2309 2011-08-22 Dodji Seketeli <dodji@redhat.com>
2310
2311 * c-family/c-pch.c (c_common_read_pch): Re-set line table right
2312 after reading in the pch.
2313
2314 2011-08-22 H.J. Lu <hongjiu.lu@intel.com>
2315
2316 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Error if __ELF__ isn't defined.
2317 * configure: Regenerated.
2318
2319 2011-08-22 Jakub Jelinek <jakub@redhat.com>
2320
2321 PR tree-optimization/50133
2322 * tree-vect-stmts.c (vect_finish_stmt_generation): Copy location
2323 from stmt instead of some statement around gsi.
2324
2325 PR middle-end/50141
2326 * expr.c (get_bit_range): Only use DECL_THREAD_LOCAL_P if
2327 innerdecl is a VAR_DECL.
2328
2329 2011-08-22 Kirill Yukhin <kirill.yukhin@intel.com>
2330
2331 * config/i386/avx2intrin.h: New file.
2332 * config/i386/i386-builtin-types.def (PCINT, PCINT64, PV4SI,
2333 PV8SI, V32QI_FTYPE_V32QI, V32QI_FTYPE_V16QI, V16HI_FTYPE_V16HI,
2334 V16HI_FTYPE_V8HI, V8SI_FTYPE_V8SI, V16HI_FTYPE_V16QI,
2335 V8SI_FTYPE_V16QI, V4DI_FTYPE_V16QI, V8SI_FTYPE_V8HI,
2336 V4DI_FTYPE_V8HI, V4DI_FTYPE_V4SI, V4DI_FTYPE_PV4DI,
2337 V4DI_FTYPE_V2DI, V2DI_FTYPE_PCV2DI_V2DI, V4SI_FTYPE_PCV4SI_V4SI,
2338 V32QI_FTYPE_V16HI_V16HI, V16HI_FTYPE_V8SI_V8SI,
2339 V32QI_FTYPE_V32QI_V32QI, V16HI_FTYPE_V32QI_V32QI,
2340 V16HI_FTYPE_V16HI_V8HI, V16HI_FTYPE_V16HI_V16HI,
2341 V16HI_FTYPE_V16HI_INT, V16HI_FTYPE_V16HI_SI,
2342 V16HI_FTYPE_V16HI_V16HI_INT, V32QI_FTYPE_V32QI_V32QI_INT,
2343 V8SI_FTYPE_V8SI_V4SI, V8SI_FTYPE_V8SI_V8SI,
2344 V8SI_FTYPE_V16HI_V16HI, V8SI_FTYPE_V8SI_INT, V8SI_FTYPE_V8SI_SI,
2345 V8SI_FTYPE_PCV8SI_V8SI, V4DI_FTYPE_V4DI_V4DI,
2346 V4DI_FTYPE_V8SI_V8SI, V4DI_FTYPE_V4DI_V2DI,
2347 V4DI_FTYPE_PCV4DI_V4DI, V4DI_FTYPE_V4DI_INT,
2348 V2DI_FTYPE_V4DI_INT, V4DI_FTYPE_V4DI_V4DI_INT,
2349 V4DI_FTYPE_V4DI_V2DI_INT, VOID_FTYPE_PV2DI_V2DI_V2DI,
2350 VOID_FTYPE_PV4DI_V4DI_V4DI, VOID_FTYPE_PV4SI_V4SI_V4SI,
2351 VOID_FTYPE_PV8SI_V8SI_V8SI,
2352 V2DF_FTYPE_V2DF_PCDOUBLE_V4SI_V2DF_INT,
2353 V4DF_FTYPE_V4DF_PCDOUBLE_V4SI_V4DF_INT,
2354 V2DF_FTYPE_V2DF_PCDOUBLE_V2DI_V2DF_INT,
2355 V4DF_FTYPE_V4DF_PCDOUBLE_V4DI_V4DF_INT,
2356 V4SF_FTYPE_V4SF_PCFLOAT_V4SI_V4SF_INT,
2357 V8SF_FTYPE_V8SF_PCFLOAT_V8SI_V8SF_INT,
2358 V4SF_FTYPE_V4SF_PCFLOAT_V2DI_V4SF_INT,
2359 V4SF_FTYPE_V4SF_PCFLOAT_V4DI_V4SF_INT,
2360 V2DI_FTYPE_V2DI_PCINT64_V4SI_V2DI_INT,
2361 V4DI_FTYPE_V4DI_PCINT64_V4SI_V4DI_INT,
2362 V2DI_FTYPE_V2DI_PCINT64_V2DI_V2DI_INT,
2363 V4DI_FTYPE_V4DI_PCINT64_V4DI_V4DI_INT,
2364 V4SI_FTYPE_V4SI_PCINT_V4SI_V4SI_INT,
2365 V8SI_FTYPE_V8SI_PCINT_V8SI_V8SI_INT,
2366 V4SI_FTYPE_V4SI_PCINT_V2DI_V4SI_INT,
2367 V4SI_FTYPE_V4SI_PCINT_V4DI_V4SI_INT,
2368 V16HI_FTYPE_V16HI_SI_COUNT, V16HI_FTYPE_V16HI_V8HI_COUNT,
2369 V8SI_FTYPE_V8SI_SI_COUNT, V8SI_FTYPE_V8SI_V4SI_COUNT,
2370 V4DI_FTYPE_V4DI_INT_COUNT, V4DI_FTYPE_V4DI_V2DI_COUNT,
2371 V4DI_FTYPE_V4DI_INT_CONVERT,
2372 V4DI_FTYPE_V4DI_V4DI_INT_CONVERT): New.
2373 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MPSADBW256,
2374 IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
2375 IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
2376 IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
2377 IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
2378 IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
2379 IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
2380 IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
2381 IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
2382 IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
2383 IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
2384 IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
2385 IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
2386 IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
2387 IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
2388 IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
2389 IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
2390 IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
2391 IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
2392 IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
2393 IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
2394 IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
2395 IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
2396 IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
2397 IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
2398 IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
2399 IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
2400 IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
2401 IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
2402 IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
2403 IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
2404 IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
2405 IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
2406 IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
2407 IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
2408 IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
2409 IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
2410 IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
2411 IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
2412 IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
2413 IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
2414 IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
2415 IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
2416 IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
2417 IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
2418 IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
2419 IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
2420 IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
2421 IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
2422 IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
2423 IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
2424 IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
2425 IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
2426 IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
2427 IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
2428 IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
2429 IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
2430 IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
2431 IX86_BUILTIN_MOVNTDQA256, IX86_BUILTIN_VBROADCASTSS_PS,
2432 IX86_BUILTIN_VBROADCASTSS_PS256,
2433 IX86_BUILTIN_VBROADCASTSD_PD256,
2434 IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
2435 IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
2436 IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
2437 IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
2438 IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
2439 IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
2440 IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
2441 IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
2442 IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
2443 IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
2444 IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
2445 IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
2446 IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256,
2447 IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
2448 IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
2449 IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
2450 IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
2451 IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI,
2452 IX86_BUILTIN_GATHERSIV2DF, IX86_BUILTIN_GATHERSIV4DF,
2453 IX86_BUILTIN_GATHERDIV2DF, IX86_BUILTIN_GATHERDIV4DF,
2454 IX86_BUILTIN_GATHERSIV4SF, IX86_BUILTIN_GATHERSIV8SF,
2455 IX86_BUILTIN_GATHERDIV4SF, IX86_BUILTIN_GATHERDIV8SF,
2456 IX86_BUILTIN_GATHERSIV2DI, IX86_BUILTIN_GATHERSIV4DI,
2457 IX86_BUILTIN_GATHERDIV2DI, IX86_BUILTIN_GATHERDIV4DI,
2458 IX86_BUILTIN_GATHERSIV4SI, IX86_BUILTIN_GATHERSIV8SI,
2459 IX86_BUILTIN_GATHERDIV4SI, IX86_BUILTIN_GATHERDIV8SI.
2460 (bdesc_special_args): Add IX86_BUILTIN_MOVNTDQA256,
2461 IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
2462 IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
2463 IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
2464 IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256.
2465 (bdesc_args): Add IX86_BUILTIN_MPSADBW256,
2466 IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
2467 IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
2468 IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
2469 IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
2470 IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
2471 IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
2472 IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
2473 IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
2474 IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
2475 IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
2476 IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
2477 IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
2478 IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
2479 IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
2480 IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
2481 IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
2482 IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
2483 IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
2484 IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
2485 IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
2486 IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
2487 IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
2488 IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
2489 IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
2490 IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
2491 IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
2492 IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
2493 IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
2494 IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
2495 IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
2496 IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
2497 IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
2498 IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
2499 IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
2500 IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
2501 IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
2502 IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
2503 IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
2504 IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
2505 IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
2506 IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
2507 IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
2508 IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
2509 IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
2510 IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
2511 IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
2512 IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
2513 IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
2514 IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
2515 IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
2516 IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
2517 IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
2518 IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
2519 IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
2520 IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
2521 IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
2522 IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
2523 IX86_BUILTIN_VBROADCASTSS_PS, IX86_BUILTIN_VBROADCASTSS_PS256,
2524 IX86_BUILTIN_VBROADCASTSD_PD256,
2525 IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
2526 IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
2527 IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
2528 IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
2529 IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
2530 IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
2531 IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
2532 IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
2533 IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
2534 IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
2535 IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
2536 IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
2537 IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
2538 IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI.
2539 (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_GATHERSIV2DF,
2540 IX86_BUILTIN_GATHERSIV4DF, IX86_BUILTIN_GATHERDIV2DF,
2541 IX86_BUILTIN_GATHERDIV4DF, IX86_BUILTIN_GATHERSIV4SF,
2542 IX86_BUILTIN_GATHERSIV8SF, IX86_BUILTIN_GATHERDIV4SF,
2543 IX86_BUILTIN_GATHERDIV8SF, IX86_BUILTIN_GATHERSIV2DI,
2544 IX86_BUILTIN_GATHERSIV4DI, IX86_BUILTIN_GATHERDIV2DI,
2545 IX86_BUILTIN_GATHERDIV4DI, IX86_BUILTIN_GATHERSIV4SI,
2546 IX86_BUILTIN_GATHERSIV8SI, IX86_BUILTIN_GATHERDIV4SI,
2547 IX86_BUILTIN_GATHERDIV8SI.
2548 (ix86_preferred_simd_mode): Support AVX2 modes.
2549 (ix86_expand_args_builtin): Support AVX2 builtins.
2550 (ix86_expand_special_args_builtin): Likewise.
2551 (ix86_expand_builtin): Likewise.
2552 * config/i386/i386.md (UNSPEC_VPERMSI): New.
2553 (UNSPEC_VPERMDF): Likewise.
2554 (UNSPEC_VPERMSF): Likewise.
2555 (UNSPEC_VPERMDI): Likewise.
2556 (UNSPEC_VPERMTI): Likewise.
2557 (UNSPEC_GATHER): Likewise.
2558 (ssemodesuffix): Extend.
2559 * config/i386/immintrin.h: Include avx2intrin.h when __AVX2__
2560 is defined.
2561 * config/i386/predicates.md (const1248_operand): New.
2562 * config/i386/sse.md (VI1_AVX2): New mode iterator.
2563 (VI2_AVX2): Likewise.
2564 (VI4_AVX2): Likewise.
2565 (VI8_AVX2): Likewise.
2566 (VIMAX_AVX2): Likewise.
2567 (SSESCALARMODE): Likewise.
2568 (VI12_AVX2): Likewise.
2569 (VI24_AVX2): Likewise.
2570 (VI124_AVX2): Likewise.
2571 (VI248_AVX2): Likewise.
2572 (VI48_AVX2): Likewise.
2573 (VI4SD_AVX2): Likewise.
2574 (V48_AVX2): Likewise.
2575 (AVX256MODE2P): Likewise.
2576 (AVXMODE48P_DI): Likewise.
2577 (sse2_avx2): New mode attribute.
2578 (ssse3_avx2): Likewise.
2579 (sse4_1_avx2): Likewise.
2580 (avx_avx2): Likewise.
2581 (ssebytemode): Likewise.
2582 (AVXTOSSEMODE): Likewise.
2583 (AVXMODE48P_DI): Likewise.
2584 (gthrfirstp): Likewise.
2585 (gthrlastp): Likewise.
2586 (lshift): New code_iterator
2587 (lshift): New code attribute.
2588 (lshift): Likewise.
2589 (ssescalarmodesuffix): Update.
2590 (sseunpackmode): Likewise.
2591 (ssepackmode): Likewise.
2592 (avx2_vec_dupv4sf): New insn pattern.
2593 (avx2_vec_dupv8sf): Likewise.
2594 (avx2_interleave_highv4di): Likewise.
2595 (avx2_interleave_lowv4di): Likewise.
2596 (avx2_umulv4siv4di3): Likewise
2597 (*avx2_umulv4siv4di3): Likewise
2598 (avx2_pmaddwd): Likewise.
2599 (*avx2_pmaddwd): Likewise.
2600 (avx2_lshrqv4di3): Likewise.
2601 (avx2_lshlqv4di3): Likewise.
2602 (avx2_lshl<mode>3): Likewise.
2603 (avx2_<umaxmin:code><mode>3): Likewise.
2604 (*avx2_<umaxmin:code><mode>3): Likewise.
2605 (avx2_<smaxmin:code><mode>3): Likewise.
2606 (*avx2_<smaxmin:code><mode>3): Likewise.
2607 (avx2_eq<mode>3): Likewise.
2608 (*avx2_eq<mode>3): Likewise.
2609 (avx2_gt<mode>3): Likewise.
2610 (avx2_interleave_highv32qi): New.
2611 (avx2_interleave_lowv32qi): Likewise.
2612 (avx2_interleave_highv16hi): Likewise.
2613 (avx2_interleave_lowv16hi): Likewise.
2614 (avx2_interleave_highv8si): Likewise.
2615 (avx2_interleave_lowv8si): Likewise.
2616 (avx2_pshufd): Likewise.
2617 (avx2_pshufd_1): Likewise.
2618 (avx2_pshuflwv3): Likewise.
2619 (avx2_pshuflw_1): Likewise.
2620 (avx2_pshufhwv3): Likewise.
2621 (avx2_pshufhw_1): Likewise.
2622 (avx2_uavgv32qi3): Likewise.
2623 (*avx2_uavgv32qi3): Likewise.
2624 (avx2_uavgv16hi3): Likewise.
2625 (*avx2_uavgv16hi3): Likewise.
2626 (avx2_pmovmskb): Likewise.
2627 (avx2_phaddwv16hi3): Likewise.
2628 (avx2_phadddv8si3): Likewise.
2629 (avx2_phaddswv16hi3): Likewise.
2630 (avx2_phsubwv16hi3): Likewise.
2631 (avx2_phsubdv8si3): Likewise.
2632 (avx2_phsubswv16hi3): Likewise.
2633 (avx2_pmaddubsw256): Likewise.
2634 (avx2_umulhrswv16hi3): Likewise.
2635 (*avx2_umulhrswv16hi3): Likewise.
2636 (avx2_packusdw): Likewise.
2637 (avx2_pblendd<mode>): Likewise.
2638 (avx2_<code>v16qiv16hi2): Likewise.
2639 (avx2_<code>v8qiv8si2): Likewise.
2640 (avx2_<code>v8hiv8si2): Likewise.
2641 (avx2_<code>v4qiv4di2): Likewise.
2642 (avx2_<code>v4hiv4di2): Likewise.
2643 (avx2_<code>v4siv4di2): Likewise.
2644 (avx2_pbroadcast<mode>): Likewise.
2645 (avx2_permvarv8si): Likewise.
2646 (avx2_permv4df): Likewise.
2647 (avx2_permvarv8sf): Likewise.
2648 (avx2_permv4di): Likewise.
2649 (avx2_permv2ti): Likewise.
2650 (avx2_vec_dupv4df): Likewise.
2651 (avx2_vbroadcasti128_<mode>): Likewise.
2652 (avx2_vec_set_lo_v4di): Likewise.
2653 (avx2_vec_set_hi_v4di): Likewise.
2654 (*avx2_maskmov<avx2modesuffix><avxmodesuffix>): Likewise.
2655 (avx2_extracti128): Likewise.
2656 (avx2_inserti128): Likewise.
2657 (avx2_ashrvv8si): Likewise.
2658 (avx2_ashrvv4si): Likewise.
2659 (avx2_<lshift>vv8si): Likewise.
2660 (avx2_<lshift>v<mode>): Likewise.
2661 (avx2_<lshift>vv2di): Likewise.
2662 (avx2_gathersi<mode>): Likewise.
2663 (*avx2_gathersi<mode>): Likewise.
2664 (avx2_gatherdi<mode>): Likewise.
2665 (*avx2_gatherdi<mode>): Likewise.
2666 (avx2_gatherdi<mode>256): Likewise.
2667 (*avx2_gatherdi<mode>256): Likewise.
2668 (<plusminus_insn><mode>3): Use VI mode iterator.
2669 (*<plusminus_insn><mode>3): Use VI mode iterator.
2670 (<sse2_avx2>_<plusminus_insn><mode>3): Rename from
2671 sse2_<plusminus_insn><mode>3. Use VI12_AVX2 mode iterator.
2672 (*<sse2_avx2>_<plusminus_insn><mode>3): Rename from
2673 *sse2_<plusminus_insn><mode>3. Use VI12_AVX2 mode iterator.
2674 (mul<mode>3): Rename from mulv8hi3. Use VI2_AVX2 mode iterator.
2675 (*mul<mode>3): Rename from *mulv8hi3. Use VI2_AVX2 mode iterator.
2676 (<s>mul<mode>3_highpart): Rename from <s>mulv8hi3_highpart.
2677 Use VI2_AVX2 mode iterator.
2678 (*<s>mul<mode>3_highpart): Rename from *<s>mulv8hi3_highpart.
2679 Use VI2_AVX2 mode iterator.
2680 (mul<mode>3): Rename from mulv4si3. Use VI4_AVX2 mode iterator.
2681 (*mul<mode>3): Rename from *mulv4si3. Use VI4_AVX2 mode iterator.
2682 (*<sse4_1_avx2>_mulv2siv2di3): Rename from *sse4_1_mulv4si3.
2683 Use VI4_AVX2 mode iterator.
2684 (ashr<mode>3): Use VI24_AVX2 mode iterator.
2685 (lshr<mode>3): Use VI248_AVX2 mode iterator.
2686 (<sse2_avx2>_ashl<mode>3): Rename from sse2_ashlv1ti3.
2687 Use VIMAX_AVX2 mode iterator.
2688 (<sse2_avx2>_andnot<mode>3): Rename from sse2_andnot<mode>3.
2689 Use VI mode iterator.
2690 (*andnot<mode>3): Update for AVX2.
2691 (*<any_logic:code><mode>3): Likewise.
2692 (<sse2_avx2>_packsswb): Rename from sse2_packsswb.
2693 Use VI1_AVX mode iterator.
2694 (<sse2_avx2>_packssdw): Rename from sse2_packssdw.
2695 Use VI2_AVX mode iterator.
2696 (<sse2_avx2>_packuswb): Rename from sse2_packsswb.
2697 Use VI1_AVX mode iterator.
2698 (<sse2_avx2>_psadbw): Rename from sse2_psadbw.
2699 Use VI8_AVX2 mode iterator.
2700 (<ssse3_avx2>_pshufb<mode>3): Rename from ssse3_pshufbv16qi3.
2701 Use VI1_AVX2 mode iterator.
2702 (<ssse3_avx2>_psign<mode>3): Rename from ssse3_psign<mode>3.
2703 Use VI124_AVX2 mode iterator.
2704 (<ssse3_avx2>_palignr<mode>): Rename from ssse3_palignrti.
2705 Use SSESCALARMODE mode iterator.
2706 (abs<mode>2): Use VI124_AVX2 mode iterator.
2707 (<sse4_1_avx2>_movntdqa): Rename from sse4_1_movntdqa.
2708 Use VI8_AVX2 mode iterator.
2709 (<sse4_1_avx2>_mpsadbw): Rename from sse4_1_mpsadbw.
2710 Use VI1_AVX2 mode iterator.
2711 (<sse4_1_avx2>_pblendvb): Rename from sse4_1_pblendvb.
2712 Use VI1_AVX2 mode iterator.
2713 (<sse4_1_avx2>_pblendw): Rename from sse4_1_pblendvb.
2714 Use VI2_AVX2 mode iterator.
2715 (<avx_avx2>_maskload<avx2modesuffix><avxmodesuffix>): Rename from
2716 avx_maskload<ssemodesuffix><avxsizesuffix>. Use V48_AVX2 mode iterator.
2717 (<avx_avx2>_maskstore<avx2modesuffix><avxmodesuffix>): Rename from
2718 avx_maskstore<ssemodesuffix><avxsizesuffix>.
2719 Use V48_AVX2 mode iterator.
2720 * doc/extend.texi: Document AVX2 built-in functions.
2721 * doc/invoke.texi: Document -mavx2.
2722
2723 2011-08-22 Matthias Klose <doko@debian.org>
2724
2725 Revert:
2726 2011-07-11 Arthur Loiret <aloiret@debian.org>
2727 Matthias Klose <doko@debian.org>
2728 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
2729 tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
2730 convention.
2731 * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
2732
2733 2011-08-22 Mikael Pettersson <mikpe@it.uu.se>
2734
2735 PR bootstrap/50146
2736 * ira-color.c (assign_hard_reg): Move saved_nregs declaration
2737 to #ifndef HONOR_REG_ALLOC_ORDER block.
2738
2739 2011-08-21 Richard Henderson <rth@redhat.com>
2740
2741 * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.
2742 * dwarf2cfi.c (scan_trace): Test JUMP_P before INSN_ANNULLED_BRANCH_P.
2743 * resource.c (next_insn_no_annul): Likewise.
2744 (mark_set_resources): Likewise.
2745 * reorg.c (delete_from_delay_slot): Likewise.
2746 (dbr_schedule, redundant_insn, try_merge_delay_insns): Likewise.
2747 (get_branch_condition): Test pc_rtx and LABEL_REF before dereferencing.
2748
2749 2011-08-21 Uros Bizjak <ubizjak@gmail.com>
2750
2751 * config/i386/i386.md (any_div): Remove.
2752 (sgnprefix): Update for removal.
2753 (u): Ditto.
2754
2755 2011-08-20 Vladimir Makarov <vmakarov@redhat.com>
2756
2757 * ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class
2758 for ira_reg_class_max_nregs. Increase pressure by 1.
2759 (mark_pseudo_regno_subword_dead): Use allocno class
2760 for ira_reg_class_max_nregs.
2761
2762 2011-08-20 Richard Henderson <rth@redhat.com>
2763
2764 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
2765 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
2766 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
2767 config/c6x/ltf.c: Adjust include path for soft-fp.
2768
2769 2011-08-20 H.J. Lu <hongjiu.lu@intel.com>
2770
2771 PR other/46770
2772 * config.gcc (tm_file): Add initfini-array.h if
2773 .init_arrary/.fini_array are supported.
2774
2775 * crtstuff.c: Don't generate .ctors nor .dtors sections if
2776 USE_INITFINI_ARRAY is defined.
2777
2778 * output.h (default_elf_init_array_asm_out_constructor): New.
2779 (default_elf_fini_array_asm_out_destructor): Likewise.
2780 * varasm.c (elf_init_array_section): Likewise.
2781 (elf_fini_array_section): Likewise.
2782 (get_elf_initfini_array_priority_section): Likewise.
2783 (default_elf_init_array_asm_out_constructor): Likewise.
2784 (default_elf_fini_array_asm_out_destructor): Likewise.
2785
2786 * config/initfini-array.h: New.
2787
2788 2011-08-20 Richard Sandiford <rdsandiford@googlemail.com>
2789
2790 * config/mips/mips.c (mips_class_max_nregs): Check that the mode is
2791 OK for ST_REGS and FP_REGS before taking those classes into account.
2792
2793 2011-08-20 Richard Sandiford <rdsandiford@googlemail.com>
2794
2795 * config/mips/mips.c (mips_reorg_process_insns): Check for jumps
2796 before checking for annulled branches.
2797
2798 2011-08-20 Uros Bizjak <ubizjak@gmail.com>
2799
2800 * config/i386/i386.c (ix86_binary_operator_ok): Use
2801 satisfies_constraint_L.
2802
2803 2011-08-20 Uros Bizjak <ubizjak@gmail.com>
2804 Michael Matz <matz@suse.de>
2805
2806 * config/i386/i386.c (ix86_expand_round_sse4): Expand as
2807 trunc (a + copysign (nextafter (0.5, 0.0), a)).
2808
2809 2011-08-20 Anatoly Sokolov <aesok@post.ru>
2810
2811 * doc/tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
2812 * doc/tm.texi: Regenerate.
2813 * targhooks.c (default_preferred_output_reload_class): Don't use
2814 PREFERRED_OUTPUT_RELOAD_CLASS macro.
2815 * system.h (PREFERRED_OUTPUT_RELOAD_CLASS): Poison.
2816
2817 2011-08-20 Jakub Jelinek <jakub@redhat.com>
2818
2819 PR tree-optimization/48739
2820 * tree-ssa.c: Include cfgloop.h.
2821 (execute_update_addresses_taken): When updating ssa, if in loop closed
2822 SSA form, call rewrite_into_loop_closed_ssa instead of update_ssa.
2823 * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).
2824
2825 2011-08-19 Vladimir Makarov <vmakarov@redhat.com>
2826
2827 PR rtl-optimization/49936
2828 * ira.c (ira_init_register_move_cost): Ignore too small subclasses
2829 for calculation of max register move costs.
2830
2831 2011-08-19 Joseph Myers <joseph@codesourcery.com>
2832
2833 * c-parser.c (c_parser_postfix_expression): Convert operands of
2834 __builtin_complex to their semantic types.
2835
2836 2011-08-19 H.J. Lu <hongjiu.lu@intel.com>
2837
2838 PR middle-end/49721
2839 * explow.c (convert_memory_address_addr_space): Also permute the
2840 conversion and addition of constant for zero-extend.
2841
2842 2011-08-19 Joseph Myers <joseph@codesourcery.com>
2843
2844 * c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.
2845 * doc/extend.texi (__builtin_complex): Document.
2846
2847 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2848
2849 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Handle constants
2850 beyond conversions.
2851 (convert_mult_to_widen): Convert constant inputs to the right type.
2852 (convert_plusminus_to_widen): Don't automatically reject inputs that
2853 are not an SSA_NAME.
2854 Convert constant inputs to the right type.
2855
2856 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2857
2858 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Convert add_rhs
2859 to the correct type.
2860
2861 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2862
2863 * tree-ssa-math-opts.c (convert_mult_to_widen): Better handle
2864 unsigned inputs of different modes.
2865 (convert_plusminus_to_widen): Likewise.
2866
2867 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2868
2869 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Add new argument
2870 'type'.
2871 Use 'type' from caller, not inferred from 'rhs'.
2872 Don't reject non-conversion statements. Do return lhs in this case.
2873 (is_widening_mult_p): Add new argument 'type'.
2874 Use 'type' from caller, not inferred from 'stmt'.
2875 Pass type to is_widening_mult_rhs_p.
2876 (convert_mult_to_widen): Pass type to is_widening_mult_p.
2877 (convert_plusminus_to_widen): Likewise.
2878
2879 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2880
2881 * tree-ssa-math-opts.c (is_widening_mult_p): Remove FIXME.
2882 Ensure the the larger type is the first operand.
2883
2884 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2885
2886 * tree-ssa-math-opts.c (convert_mult_to_widen): Convert
2887 unsupported unsigned multiplies to signed.
2888 (convert_plusminus_to_widen): Likewise.
2889
2890 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2891
2892 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Permit a single
2893 conversion statement separating multiply-and-accumulate.
2894
2895 2011-08-19 Richard Guenther <rguenther@suse.de>
2896
2897 PR tree-optimization/50067
2898 * tree-data-ref.c (dr_analyze_indices): Simplify, strip MEM_REF
2899 offset only if we accounted for it.
2900
2901 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2902
2903 * config/arm/arm.md (maddhidi4): Remove '*' from name.
2904 * expr.c (expand_expr_real_2): Use find_widening_optab_handler.
2905 * optabs.c (find_widening_optab_handler_and_mode): New function.
2906 (expand_widen_pattern_expr): Use find_widening_optab_handler.
2907 (expand_binop_directly): Likewise.
2908 (expand_binop): Likewise.
2909 * optabs.h (find_widening_optab_handler): New macro define.
2910 (find_widening_optab_handler_and_mode): New prototype.
2911 * tree-cfg.c (verify_gimple_assign_binary): Adjust WIDEN_MULT_EXPR
2912 type precision rules.
2913 (verify_gimple_assign_ternary): Likewise for WIDEN_MULT_PLUS_EXPR.
2914 * tree-ssa-math-opts.c (build_and_insert_cast): New function.
2915 (is_widening_mult_rhs_p): Allow widening by more than one mode.
2916 Explicitly disallow mis-matched input types.
2917 (convert_mult_to_widen): Use find_widening_optab_handler, and cast
2918 input types to fit the new handler.
2919 (convert_plusminus_to_widen): Likewise.
2920
2921 2011-08-19 Andrew Stubbs <ams@codesourcery.com>
2922
2923 * expr.c (expand_expr_real_2): Use widening_optab_handler.
2924 * genopinit.c (optabs): Use set_widening_optab_handler for $N.
2925 (gen_insn): $N now means $a must be wider than $b, not consecutive.
2926 * optabs.c (widened_mode): New function.
2927 (expand_widen_pattern_expr): Use widening_optab_handler.
2928 (expand_binop_directly): Likewise.
2929 (expand_binop): Likewise.
2930 * optabs.h (widening_optab_handlers): New struct.
2931 (optab_d): New member, 'widening'.
2932 (widening_optab_handler): New function.
2933 (set_widening_optab_handler): New function.
2934 * tree-ssa-math-opts.c (convert_mult_to_widen): Use
2935 widening_optab_handler.
2936 (convert_plusminus_to_widen): Likewise.
2937
2938 2011-08-19 Joseph Myers <joseph@codesourcery.com>
2939
2940 * c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if
2941 pedantic.
2942 * c-parser.c (c_parser_declspecs): Include _Noreturn in syntax comment.
2943 * ginclude/stdnoreturn.h (noreturn): Don't define for C++.
2944
2945 2011-08-19 Joseph Myers <joseph@codesourcery.com>
2946
2947 * opth-gen.awk: Do not declare target save/restore structures and
2948 functions if IN_RTS defined.
2949
2950 2011-08-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2951
2952 PR target/49437
2953 * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue
2954 when stack was realigned in interrupt handler prologue.
2955
2956 2011-08-18 Joseph Myers <joseph@codesourcery.com>
2957
2958 * c-decl.c (shadow_tag_warned): Check for _Noreturn.
2959 (quals_from_declspecs): Assert _Noreturn not present.
2960 (grokdeclarator): Handle _Noreturn.
2961 (build_null_declspecs): Initialize noreturn_p.
2962 (declspecs_add_scspec): Handle RID_NORETURN.
2963 * c-parser.c (c_token_starts_declspecs, c_parser_declspecs)
2964 (c_parser_attributes): Handle RID_NORETURN.
2965 * c-tree.h (struct c_declspecs): Add noreturn_p.
2966 * ginclude/stdnoreturn.h: New.
2967 * Makefile.in (USER_H): Add stdnoreturn.h.
2968
2969 2011-08-18 Kirill Yukhin <kirill.yukhin@intel.com>
2970
2971 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX2_SET): New.
2972 (OPTION_MASK_ISA_AVX_UNSET): Update.
2973 (OPTION_MASK_ISA_AVX2_UNSET): New.
2974 (ix86_handle_option): Handle OPT_mavx2 case.
2975 * config/i386/cpuid.h (bit_AVX2): New.
2976 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
2977 AVX2 feature.
2978 * config/i386/i386-c.c (ix86_target_macros_internal):
2979 Conditionally define __AVX2__.
2980 * config/i386/i386.c (ix86_option_override_internal): Define PTA_AVX2.
2981 Define "core-avx2" processor alias. Handle avx2 option.
2982 (ix86_valid_target_attribute_inner_p): Handle avx2 option.
2983 * config/i386/i386.h (TARGET_AVX2): New.
2984 * config/i386/i386.opt (mavx2): New.
2985 * doc/invoke.texi: Document -mavx2.
2986
2987 2011-08-18 Vladimir Makarov <vmakarov@redhat.com>
2988
2989 PR rtl-optimization/49890
2990 * ira-costs.c (setup_regno_cost_classes_by_aclass): Don't exclude
2991 subclasses of class which is superset of a pressure class.
2992
2993 2011-08-18 H.J. Lu <hongjiu.lu@intel.com>
2994 Igor Zamyatin <igor.zamyatin@intel.com>
2995
2996 * config/i386/i386-c.c (ix86_target_macros_internal): Replace int
2997 with HOST_WIDE_INT for isa_flag.
2998 (ix86_pragma_target_parse): Replace int with HOST_WIDE_INT for
2999 isa variables.
3000
3001 * config/i386/i386.c (ix86_target_string): Replace int with
3002 HOST_WIDE_INT for isa. Use HOST_WIDE_INT_PRINT to print isa.
3003 (ix86_target_opts): Replace int with HOST_WIDE_INT on mask.
3004 (pta_flags): Removed.
3005 (PTA_XXX): Redefined as (HOST_WIDE_INT_1 << X).
3006 (pta): Use HOST_WIDE_INT on flags.
3007 (builtin_isa): Use HOST_WIDE_INT on isa.
3008 (ix86_add_new_builtins): Likewise.
3009 (def_builtin): Use HOST_WIDE_INT on mask.
3010 (def_builtin_const): Likewise.
3011 (builtin_description): Likewise.
3012
3013 * config/i386/i386.opt (ix86_isa_flags): Replace int with
3014 HOST_WIDE_INT.
3015 (ix86_isa_flags_explicit): Likewise.
3016 (x_ix86_isa_flags_explicit): Likewise.
3017
3018 2011-08-17 Vladimir Makarov <vmakarov@redhat.com>
3019
3020 PR rtl-optimization/50107
3021 * ira-int.h (ira_hard_reg_not_in_set_p): Remove.
3022 (ira_hard_reg_in_set_p): New.
3023
3024 * ira-color.c (calculate_saved_nregs): New.
3025 (assign_hard_reg): Use it. Set up allocated_hard_reg_p for all
3026 hard regs.
3027 (allocno_reload_assign, fast_allocation): Use
3028 ira_hard_reg_set_intersection_p instead of
3029 ira_hard_reg_not_in_set_p.
3030
3031 * ira.c (setup_reg_renumber): Use
3032 ira_hard_reg_set_intersection_p instead of
3033 ira_hard_reg_not_in_set_p.
3034 (setup_allocno_assignment_flags, calculate_allocation_cost): Use
3035 ira_hard_reg_in_set_p instead of ira_hard_reg_not_in_set_p.
3036
3037 * ira-costs.c (ira_tune_allocno_costs): Use
3038 ira_hard_reg_set_intersection_p instead of
3039 ira_hard_reg_not_in_set_p.
3040
3041 2011-08-18 H.J. Lu <hongjiu.lu@intel.com>
3042 Igor Zamyatin <igor.zamyatin@intel.com>
3043
3044 * hwint.h (HOST_WIDE_INT_1): New.
3045
3046 * opt-functions.awk (switch_bit_fields): Initialize the
3047 host_wide_int field.
3048 (host_wide_int_var_name): New.
3049 (var_type_struct): Check and return HOST_WIDE_INT.
3050
3051 * opt-read.awk: Handle HOST_WIDE_INT for "Variable".
3052
3053 * optc-save-gen.awk: Support HOST_WIDE_INT on var_target_other.
3054
3055 * opth-gen.awk: Use HOST_WIDE_INT_1 on HOST_WIDE_INT. Properly
3056 check masks for HOST_WIDE_INT.
3057
3058 * opts-common.c (set_option): Support HOST_WIDE_INT flag_var.
3059 (option_enabled): Likewise.
3060 (get_option_state): Likewise.
3061
3062 * opts.h (cl_option): Add cl_host_wide_int. Change var_value
3063 to HOST_WIDE_INT.
3064
3065 2011-08-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3066 Marc Glisse <marc.glisse@normalesup.org>
3067
3068 PR libstdc++-v3/1773
3069 * target.def (decl_mangling_context): New C++ hook.
3070 * doc/tm.texi: Regenerate.
3071 * config/sol2-cxx.c, config/sol2-stubs.c: New files.
3072 * config/sol2-protos.h: Group by source file.
3073 (solaris_cxx_decl_mangling_context): Declare.
3074 * config/sol2.h (TARGET_CXX_DECL_MANGLING_CONTEXT): Define.
3075 * config/t-sol2 (sol2-cxx.o, sol2-stubs.o): New targets.
3076 Use $<.
3077 * config.gcc (*-*-solaris2*): Add sol2-cxx.o to cxx_target_objs.
3078 Add sol2-stubs.o to extra_objs.
3079
3080 2011-08-18 Jakub Jelinek <jakub@redhat.com>
3081
3082 PR target/50009
3083 * stor-layout.c (update_alignment_for_field): Don't ICE on
3084 packed flexible array members if ms_bitfield_layout_p.
3085
3086 PR target/50092
3087 * config/i386/i386.c (assign_386_stack_local): Call validize_mem
3088 on the result before returning it.
3089
3090 PR debug/50017
3091 * tree-vect-stmts.c (vect_finish_stmt_generation): If gsi_stmt (*gsi)
3092 is a debug stmt, use location of the first non-debug stmt after it.
3093
3094 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
3095
3096 * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
3097 (arm_size_rtx_costs): Likewise.
3098
3099 2011-08-18 Richard Guenther <rguenther@suse.de>
3100
3101 * tree.h (tree_int_cst_msb): Remove.
3102 * tree.c (tree_int_cst_msb): Likewise.
3103 (tree_int_cst_sign_bit): Move from ...
3104 * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): ... here.
3105
3106 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
3107
3108 * doc/tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
3109 * doc/tm.texi: Regenerate.
3110 * target.def (rtx_costs): Add an opno parameter.
3111 * hooks.h (hook_bool_rtx_int_int_intp_bool_false): Replace with...
3112 (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
3113 * hooks.c (hook_bool_rtx_int_int_intp_bool_false): Replace with...
3114 (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
3115 * cse.c (COST_IN): Add an opno parameter.
3116 (notreg_cost): Likewise. Update call to rtx_cost.
3117 (COST, fold_rtx): Update accordingly.
3118 * dojump.c (prefer_and_bit_test): Update call to rtx_cost.
3119 * expmed.c (emit_store_flag): Likewise.
3120 * optabs.c (avoid_expensive_constant): Add an opno parameter.
3121 Update call to rtx_cost.
3122 (expand_binop_directly, expand_binop): Likewise.
3123 (expand_twoval_binop, prepare_cmp_insn): Likewise.
3124 * rtl.h (rtx_cost, get_full_rtx_cost): Add opno parameters.
3125 (set_src_cost, get_full_set_src_cost): Update accordingly.
3126 * rtlanal.c (rtx_cost): Add an opno parameter. Update call
3127 to target hook.
3128 (get_full_rtx_cost): Add an opno paramter. Update calls to rtx_cost.
3129 (default_adress_cost): Update calls to rtx_cost.
3130
3131 * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs)
3132 (arm_slowmul_rtx_costs): Adjust calls to rtx_cost.
3133 (arm_rtx_costs): Add an opno parameter.
3134 * config/alpha/alpha.c (alpha_rtx_costs): Add an opno parameter and
3135 adjust any recursive rtx-cost calls.
3136 * config/avr/avr.c (avr_operand_rtx_cost, avr_rtx_costs): Likewise.
3137 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
3138 * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
3139 * config/cris/cris.c (cris_rtx_costs): Likewise.
3140 * config/frv/frv.c (frv_rtx_costs): Likewise.
3141 * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
3142 * config/i386/i386.c (ix86_rtx_costs): Likewise.
3143 * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
3144 * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
3145 * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
3146 * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
3147 * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
3148 * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
3149 * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
3150 * config/mep/mep.c (mep_rtx_cost): Likewise.
3151 * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
3152 * config/mips/mips.c (mips_binary_cost): Update call to rtx_cost.
3153 (mips_zero_extend_cost): Add an opno parameter.
3154 * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
3155 * config/mn10300/mn10300.c (mn10300_address_cost): Update call
3156 to rtx_cost.
3157 (mn10300_rtx_costs): Add an opno parameter and adjust any recursive
3158 rtx-cost calls.
3159 * config/pa/pa.c (hppa_rtx_costs): Likewise.
3160 * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
3161 * config/picochip/picochip.c (picochip_rtx_costs): Likewise.
3162 * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
3163 (rs6000_debug_rtx_costs): Likewise.
3164 * config/s390/s390.c (s390_rtx_costs): Likewise.
3165 * config/score/score-protos.h (score_rtx_costs): Likewise.
3166 * config/score/score.c (score_rtx_costs): Likewise.
3167 * config/sh/sh.c (andcosts): Update call to rtx_cost.
3168 (sh_rtx_costs): Add an opno parameter.
3169 * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
3170 * config/spu/spu.c (spu_rtx_costs): Likewise.
3171 * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
3172 * config/v850/v850.c (v850_rtx_costs): Likewise.
3173 * config/vax/vax.c (vax_rtx_costs): Likewise.
3174 * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
3175
3176 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
3177
3178 * rtl.h (set_src_cost, get_full_set_src_cost): New functions.
3179 * auto-inc-dec.c (attempt_change): Use set_src_cost instead of
3180 rtx_cost.
3181 * calls.c (precompute_register_parameters): Likewise.
3182 * combine.c (expand_compound_operation, make_extraction): Likewise.
3183 (force_to_mode, distribute_and_simplify_rtx): Likewise.
3184 * dse.c (find_shift_sequence): Likewise.
3185 * expmed.c (init_expmed, expand_mult, expand_smod_pow2): Likewise.
3186 * expr.c (compress_float_constant): Likewise.
3187 * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
3188 * gcse.c (want_to_gcse_p): Likewise.
3189 * ifcvt.c (noce_try_sign_mask): Likewise.
3190 * loop-doloop.c (doloop_optimize): Likewise.
3191 * loop-invariant.c (create_new_invariant): Likewise.
3192 * optabs.c (avoid_expensive_constant): Likewise.
3193 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands)
3194 (try_replace_in_use, reload_cse_move2add): Likewise.
3195 * reload1.c (calculate_elim_costs_all_insns): Likewise.
3196 (note_reg_elim_costly): Likewise.
3197 * rtlanal.c (insn_rtx_cost): Likewise.
3198 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
3199 * stmt.c (lshift_cheap_p): Likewise.
3200 * tree-ssa-loop-ivopts.c (seq_cost, computation_cost): Likewise.
3201 * config/avr/avr.c (final_prescan_insn): Likewise.
3202 * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
3203 * config/mips/mips.c (mips_binary_cost, mips_rtx_costs): Likewise.
3204
3205 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
3206
3207 * rtl.h (set_rtx_cost, get_full_set_rtx_cost): New functions.
3208 * auto-inc-dec.c (attempt_change): Use set_rtx_cost.
3209 * cfgloopanal.c (seq_cost): Likewise.
3210 * loop-invariant.c (create_new_invariant): Likewise.
3211 * postreload.c (move2add_use_add2_insn, move2add_use_add3_insn)
3212 (reload_cse_move2add): Use get_full_set_rtx_cost.
3213
3214 2011-08-18 Richard Guenther <rguenther@suse.de>
3215
3216 * expr.c (get_inner_reference): Fix typo in last change.
3217
3218 2011-08-18 Paolo Carlini <paolo.carlini@oracle.com>
3219 Joseph Myers <joseph@codesourcery.com>
3220
3221 PR tree-optimization/49963
3222 * hwint.c (absu_hwi): Define.
3223 * hwint.h (absu_hwi): Declare.
3224 * fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
3225 of abs_hwi.
3226 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
3227 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
3228
3229 2011-08-18 Richard Guenther <rguenther@suse.de>
3230
3231 * expr.c (get_inner_reference): Sign-extend the constant
3232 twos-complement offset before doing arbitrary precision
3233 arithmetic on it.
3234 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
3235 (get_constraint_for_1): Pass the offset of a MEM_REF unchanged
3236 to get_constraint_for_ptr_offset.
3237
3238 2011-08-17 Kaz Kojima <kkojima@gcc.gnu.org>
3239
3240 PR target/50068
3241 * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
3242
3243 2011-08-17 Richard Guenther <rguenther@suse.de>
3244
3245 * tree.h (convert_to_ptrofftype_loc): New function.
3246 (convert_to_ptrofftype): Define.
3247 * builtins.c (expand_builtin_bzero): Use size_type_node.
3248 (fold_builtin_bzero): Likewise.
3249 (std_gimplify_va_arg_expr): Build the BIT_AND_EXPR on the pointer.
3250 * c-typeck.c (build_unary_op): Use convert_to_ptrofftype_loc.
3251 * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc.
3252 (cgraph_redirect_edge_call_stmt_to_callee): Use size_int.
3253 * expr.c (expand_expr_addr_expr_1): Use fold_build_pointer_plus.
3254 * fold-const.c (build_range_check): Negate using the original type.
3255 (fold_unary_loc): Use fold_build_pointer_plus_loc.
3256 * gimple-fold.c (gimple_adjust_this_by_delta): Use
3257 convert_to_ptrofftype.
3258 * gimplify.c (gimplify_self_mod_expr): Likewise.
3259 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Likewise.
3260 (graphite_create_new_loop_guard): Likewise.
3261 * graphite-sese-to-poly.c (my_long_long): Remove.
3262 (scop_ivs_can_be_represented): Adjust.
3263 * tree-cfg.c (verify_gimple_assign_unary): Use ptrofftype_p.
3264 * tree-chrec.c (chrec_fold_plus_1): Use fold_build_pointer_plus.
3265 * tree-loop-distribution.c (build_size_arg_loc): Use
3266 size_type_node.
3267 (generate_memset_zero): Simplify.
3268 * tree-mudflap.c: Use fold_convert, not convert.
3269 * tree-predcom.c (suitable_reference_p): Expand DR_OFFSET in
3270 its own type.
3271 (determine_offset): Likewise for DR_STEP.
3272 (valid_initializer_p): Likewise.
3273 * tree-profile.c (prepare_instrumented_value): Convert the pointer
3274 to an integer type of same size.
3275 * tree-scalar-evolution.c (interpret_rhs_expr): Do not refer
3276 to sizetype without need.
3277 * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
3278 * tree-ssa-loop-ivopts.c (find_bivs): Use convert_to_ptrofftype.
3279 * tree-ssa-loop-manip.c (create_iv): Likewise.
3280 (determine_exit_conditions): Adjust comment.
3281 * tree-ssa-pre.c (create_expression_by_pieces): Use
3282 convert_to_ptrofftype.
3283 * tree-ssa-structalias.c (get_constraint_for_1): Likewise.
3284 * varasm.c (array_size_for_constructor): Compute using double_ints.
3285
3286 2011-08-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3287
3288 * config/spu/spu.c (spu_emit_branch_or_set): Avoid reverse tests
3289 when generating an integer result where possible. Short-cut
3290 comparison against 0 also for QImode.
3291
3292 2011-08-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3293
3294 * config/spu/spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.
3295 * config/spu/spu-protos.h (spu_legitimize_reload_address): Add
3296 prototype.
3297 * config/spu/spu.c (spu_legitimize_reload_address): New function.
3298 (spu_legitimate_address_p): Do not check displacement if the base
3299 is an eliminable stack register.
3300
3301 2011-08-16 Anatoly Sokolov <aesok@post.ru>
3302
3303 * config/m32c/m32c.h (PREFERRED_RELOAD_CLASS,
3304 PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
3305 * config/m32c/m32c-protos.h (m32c_preferred_reload_class,
3306 m32c_preferred_output_reload_class): Remove.
3307 * config/m32c/m32c.c (m32c_preferred_reload_class): Make static.
3308 Change rclass argument and return types to reg_class_t. Use
3309 reg_class_subset_p instead of class_sizes.
3310 (m32c_preferred_output_reload_class): Make static. Change rclass
3311 argument and return types to reg_class_t.
3312 (TARGET_PREFERRED_RELOAD_CLASS,
3313 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
3314
3315 2011-08-16 Kai Tietz <ktietz@redhat.com>
3316
3317 * config/i386/mingw32.h (GOMP_SELF_SPEC): Add -pthread option.
3318
3319 2011-08-16 Richard GUenther <rguenther@suse.de>
3320
3321 PR tree-optimization/50082
3322 * tree-ssa-forwprop.c (combine_cond_expr_cond): Handle overflow
3323 warnings here, instead of ...
3324 (ssa_forward_propagate_and_combine): ... here.
3325 (forward_propagate_into_comparison_1): Adjust.
3326 (forward_propagate_into_comparison): Likewise.
3327 (forward_propagate_into_gimple_cond): Likewise.
3328 (forward_propagate_into_cond): Likewise.
3329
3330 2011-08-16 Andreas Schwab <schwab@redhat.com>
3331
3332 * ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def
3333 instead of ggc_alloc_zone_vec_rtvec_def.
3334
3335 2011-08-16 Richard Guenther <rguenther@suse.de>
3336
3337 * tree.h (ptrofftype_p): New helper function.
3338 * tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
3339 offset verification.
3340 (verify_gimple_assign_binary): Likewise.
3341 * tree.c (build2_stat): Likewise.
3342 * tree-chrec.c (chrec_fold_plus_poly_poly): Likewise.
3343 (reset_evolution_in_loop): Likewise.
3344 * tree-chrec.h (build_polynomial_chrec): Likewise.
3345
3346 2011-08-16 Liang Wang <lwang1@marvell.com>
3347
3348 * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
3349 ggc_alloc_zone_vec_rtvec_def.
3350
3351 2011-08-16 Richard Guenther <rguenther@suse.de>
3352
3353 * tree-vrp.c (extract_range_from_multiplicative_op_1): New
3354 helper factored out from ...
3355 (extract_range_from_binary_expr_1): ... here. Re-structure
3356 to not glob handling too different tree codes.
3357
3358 2011-08-15 Richard Henderson <rth@redhat.com>
3359
3360 PR middle-end/50006
3361 * explow.c (allocate_dynamic_stack_space): Move suppress_reg_args_size
3362 setting out to include allocate_stack named pattern as well.
3363 * builtins.c (expand_builtin_apply): Add ARG_SIZE 0 note.
3364 * stmt.c (expand_stack_restore): Likewise.
3365
3366 2011-08-15 Richard Guenther <rguenther@suse.de>
3367
3368 PR middle-end/50082
3369 * fold-const.c (maybe_canonicalize_comparison_1): Properly
3370 convert the modified operand to the other operand type.
3371 (fold_comparison): Call maybe_canonicalize_comparison_1 with
3372 useless conversions stripped from comparison operands.
3373
3374 2011-08-15 Richard Guenther <rguenther@suse.de>
3375
3376 * tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.
3377 (extract_range_from_unary_expr_1): Restructure.
3378
3379 2011-08-15 Richard Guenther <rguenther@suse.de>
3380
3381 PR tree-optimization/50058
3382 * tree-ssa-sccvn.c (vn_reference_lookup_3): Relax aggregate
3383 copy matching.
3384
3385 2011-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3386
3387 PR target/50022
3388 * config/arm/arm.c (output_move_double): Add 2 parameters
3389 to count the number of insns emitted and whether to emit or not.
3390 Use the flag to decide when to emit and count number of instructions
3391 that will be emitted.
3392 Handle case where output_move_double might be called for calculating
3393 lengths with an invalid constant.
3394 (arm_count_output_move_double_insns): Define.
3395 * config/arm/arm-protos.h (arm_count_output_move_double_insns): Declare.
3396 (output_move_double): Adjust prototype.
3397 * config/arm/vfp.md ("*movdi_vfp"): Adjust call to
3398 output_move_double.
3399 ("*movdi_vfp_cortexa8"): Likewise and add attribute
3400 for ce_count.
3401 * config/arm/arm.md ("*arm_movdi"): Adjust call to output_move_double.
3402 ("*movdf_soft_insn"): Likewise.
3403 * config/arm/cirrus.md ("*cirrus_arm_movdi"): Likewise.
3404 ("*cirrus_thumb2_movdi"): Likewise.
3405 ("*thumb2_cirrus_movdf_hard_insn"): Likewise.
3406 ("*cirrus_movdf_hard_insn"): Likewise.
3407 * config/arm/neon.md (*neon_mov<mode> VD): Likewise.
3408 * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Likewise.
3409 ("mov<mode>_internal VMMX"): Likewise.
3410 * config/arm/fpa.md (*movdf_fpa, *thumb2_movdf_fpa): Likewise.
3411
3412 2011-08-14 Uros Bizjak <ubizjak@gmail.com>
3413
3414 * config/i386/i386.c (ix86_expand_round_sse4): New function.
3415 * config/i386/i386-protos.h (ix86_expand_round_sse4): New prototype.
3416 * config/i386/i386.md (round<mode>2): Use ix86_expand_round_sse4
3417 for TARGET_ROUND.
3418
3419 (rint<mode>2): Simplify TARGET_ROUND check.
3420 (floor<mode>2): Ditto.
3421 (ceil<mode>2): Ditto.
3422 (btrunc<mode>2): Ditto.
3423
3424 2011-08-14 Anatoly Sokolov <aesok@post.ru>
3425
3426 * config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
3427 as mmix_preferred_output_reload_class.
3428
3429 2011-08-14 Georg-Johann Lay <avr@gjlay.de>
3430
3431 * PR target/49903
3432 * config/avr/avr.md (UNSPEC_IDENTITY): New c_enum.
3433 (branch_unspec): New insn.
3434 (branch): Beauty farm.
3435 * config/avr/avr.c (compare_condition): Use JUMP_P. Test SET_SRC
3436 to be IF_THEN_ELSE.
3437 (avr_compare_pattern, avr_reorg_remove_redundant_compare):
3438 New static functions.
3439 (avr_reorg): Use them. Use next_real_insn instead of NEXT_INSN.
3440 Use CONST_INT_P. Beauty.
3441
3442 2011-08-12 Richard Henderson <rth@redhat.com>
3443
3444 PR rtl-opt/49994
3445 * sched-init.h (struct deps_desc): Add sched_before_next_jump.
3446 * sched-deps.c (init_deps): Clear it.
3447 (deps_analyze_insn): Consume it.
3448 (sched_analyze_insn): Fill it.
3449
3450 2011-08-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3451
3452 PR target/48328
3453 * config/arm/arm.h (CASE_VECTOR_SHORTEN_MODE): Fix distance
3454 for tbh instructions.
3455
3456 2011-08-12 Diego Novillo <dnovillo@google.com>
3457
3458 * data-streamer.h (streamer_write_zero): Rename from output_zero.
3459 (streamer_write_uhwi): Rename from lto_output_uleb128.
3460 (streamer_write_hwi): Rename from output_sleb128.
3461 (streamer_write_string): Rename from lto_output_string.
3462 (streamer_string_index): Rename from lto_string_index.
3463 (streamer_write_string_with_length): Rename from
3464 lto_output_string_with_length.
3465 (streamer_write_uhwi_stream): Rename from lto_output_uleb128_stream.
3466 (streamer_write_hwi_stream): Rename from lto_output_sleb128_stream.
3467 (streamer_read_string): Rename from lto_input_string.
3468 (streamer_read_indexed_string): Rename from input_string_internal.
3469 (streamer_read_uhwi): Rename from lto_input_uleb128.
3470 (streamer_read_hwi): Rename from lto_input_sleb128.
3471 (streamer_write_hwi_in_range): Rename from lto_output_int_in_range.
3472 (streamer_read_hwi_in_range): Rename from lto_input_int_in_range.
3473 (streamer_write_enum): Rename from lto_output_enum.
3474 (streamer_read_enum): Rename from lto_input_enum.
3475 (streamer_write_record_start): Rename from output_record_start.
3476 (streamer_read_record_start): Rename from input_record_start.
3477 (streamer_write_bitpack): Rename from lto_output_bitpack.
3478 (streamer_read_bitpack): Rename from lto_input_bitpack.
3479 (streamer_write_char_stream): Rename from lto_output_1_stream.
3480 (streamer_read_uchar): Rename from lto_input_1_unsigned.
3481 * tree-streamer.h (streamer_cache_d): Rename from lto_streamer_cache_d.
3482 (streamer_handle_as_builtin_p): Rename from lto_stream_as_builtin_p.
3483 (streamer_read_string_cst): Rename from input_string_cst.
3484 (streamer_read_chain): Rename from lto_input_chain.
3485 (streamer_alloc_tree): Rename from lto_materialize_tree.
3486 (streamer_read_tree_body): Rename from lto_input_tree_pointers.
3487 (streamer_get_pickled_tree): Rename from lto_get_pickled_tree.
3488 (streamer_get_builtin_tree): Rename from lto_get_builtin_tree.
3489 (streamer_read_integer_cst): Rename from lto_input_integer_cst.
3490 (streamer_read_tree_bitfields): Rename from tree_read_bitfields.
3491 (streamer_write_chain): Rename from lto_output_chain.
3492 (streamer_write_tree_header): Rename from lto_output_tree_header.
3493 (streamer_pack_tree_bitfields): Rename from pack_value_fields.
3494 (streamer_write_tree_body): Rename from lto_output_tree_pointers.
3495 (streamer_write_integer_cst): Rename from lto_output_integer_cst.
3496 (streamer_write_builtin): Rename from lto_output_builtin_tree.
3497 (streamer_check_handled_ts_structures): Rename from
3498 check_handled_ts_structures.
3499 (streamer_tree_cache_insert): Rename from lto_streamer_cache_insert.
3500 (streamer_tree_cache_insert_at): Rename from
3501 lto_streamer_cache_insert_at.
3502 (streamer_tree_cache_append): Rename from lto_streamer_cache_append.
3503 (streamer_tree_cache_lookup): Rename from lto_streamer_cache_lookup.
3504 (streamer_tree_cache_get): Rename from lto_streamer_cache_get.
3505 (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
3506 (streamer_tree_cache_delete): Rename from lto_streamer_cache_delete.
3507 * tree-streamer-out.c (write_string_cst): Rename from output_string_cst.
3508 (write_identifier): Rename from output_identifier.
3509 (write_ts_common_tree_pointers): Rename from
3510 lto_output_ts_common_tree_pointers.
3511 (write_ts_vector_tree_pointers): Rename from
3512 lto_output_ts_vector_tree_pointers.
3513 (write_ts_complex_tree_pointers): Rename from
3514 lto_output_ts_complex_tree_pointers.
3515 (write_ts_decl_minimal_tree_pointers): Rename from
3516 lto_output_ts_decl_minimal_tree_pointers.
3517 (write_ts_decl_common_tree_pointers): Rename from
3518 lto_output_ts_decl_common_tree_pointers.
3519 (write_ts_decl_non_common_tree_pointers): Rename from
3520 lto_output_ts_decl_non_common_tree_pointers.
3521 (write_ts_decl_with_vis_tree_pointers): Rename from
3522 lto_output_ts_decl_with_vis_tree_pointers.
3523 (write_ts_field_decl_tree_pointers): Rename from
3524 lto_output_ts_field_decl_tree_pointers.
3525 (write_ts_function_decl_tree_pointers): Rename from
3526 lto_output_ts_function_decl_tree_pointers.
3527 (write_ts_type_common_tree_pointers): Rename from
3528 lto_output_ts_type_common_tree_pointers.
3529 (write_ts_type_non_common_tree_pointers): Rename from
3530 lto_output_ts_type_non_common_tree_pointers.
3531 (write_ts_list_tree_pointers): Rename from
3532 lto_output_ts_list_tree_pointers.
3533 (write_ts_vec_tree_pointers): Rename from
3534 lto_output_ts_vec_tree_pointers.
3535 (write_ts_exp_tree_pointers): Rename from
3536 lto_output_ts_exp_tree_pointers.
3537 (write_ts_block_tree_pointers): Rename from
3538 lto_output_ts_block_tree_pointers.
3539 (write_ts_binfo_tree_pointers): Rename from
3540 lto_output_ts_binfo_tree_pointers.
3541 (write_ts_constructor_tree_pointers): Rename from
3542 lto_output_ts_constructor_tree_pointers.
3543 (write_ts_target_option): Rename from lto_output_ts_target_option.
3544 (write_ts_translation_unit_decl_tree_pointers): Rename from
3545 lto_output_ts_translation_unit_decl_tree_pointers.
3546 * tree-streamer.c (streamer_tree_cache_add_to_node_array):
3547 Rename from lto_streamer_cache_add_to_node_array.
3548 (streamer_tree_cache_insert_1): Rename from lto_streamer_cache_insert_1.
3549 (record_common_node): Rename from lto_record_common_node.
3550
3551 * streamer-hooks.h (bitpack_d, lto_streamer_cache_d): Remove forward
3552 declarations.
3553 * data-streamer-in.c (lto_input_widest_uint_uleb128): Remove unused
3554 function.
3555 * data-streamer-out.c (lto_output_widest_uint_uleb128_stream): Remove
3556 unused function.
3557 * Makefile.in (lto-section-out.o): Add dependency on DATA_STREAMER_H.
3558 (ipa-reference.o): Likewise.
3559 * lto-section-out.c: Include data-streamer.h.
3560 * ipa-reference.c: Include data-streamer.h.
3561
3562 2011-08-12 Nick Clifton <nickc@redhat.com>
3563
3564 * builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi pattern.
3565 * doc/md.texi (cmpstrn): Note that the comparison stops if both
3566 fetched bytes are zero.
3567 (cmpstr): Likewise.
3568 (cmpmem): Note that the comparison does not stop if both of the
3569 fetched bytes are zero.
3570
3571 2011-08-12 Uros Bizjak <ubizjak@gmail.com>
3572
3573 * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}
3574 BUILT_IN_IRINT{,F,L}, BUILT_IN_IROUND{,F,L}: New builtin definitions.
3575 * convert.c (convert_to_integer): Convert to BUILT_IN_ICEIL,
3576 BUILT_IN_IFLOOR, BUILT_IN_IRINT or BUILT_INT_IROUND when converting
3577 to integer_type_node.
3578 * fold-const.c (tree_call_nonnegative_warnv_p): Handle BUILT_IN_ICEIL,
3579 BUILT_IN_IFLOOR, BUILT_IN_IRINT and BUILT_INT_IROUND.
3580 * builtins.c (expand_builtin_in): Ditto.
3581 (mathfn_built_in_1): Ditto.
3582 (expand_builtin_int_roundingfn): Handle BUILT_IN_ICEIL and
3583 BUILT_IN_IFLOOR.
3584 (expand_builtin_int_roundingfn_2): Handle BUILT_IN_IRINT and
3585 BUILT_IN_IROUND.
3586 (fold_fixed_mathfn): Canonicalize BUILT_IN_ICEIL, BUILTIN_IN_IFLOOR
3587 BUILT_IN_IRINT and BUILT_IN_IROUND to BUILT_IN_LCEIL,
3588 BUILTIN_IN_LFLOOR, BUILT_IN_LRINT and BUILT_IN_LROUND on ILP32 targets.
3589
3590 2011-08-12 Richard Guenther <rguenther@suse.de>
3591
3592 * tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.
3593
3594 2011-08-12 Romain Geissler <romain.geissler@gmail.com>
3595
3596 * Makefile.in (PLUGIN_HEADERS): Add C_TREE_H.
3597
3598 2011-08-12 Richard Sandiford <rdsandiford@googlemail.com>
3599
3600 * config/arm/arm.c (get_label_padding): New function.
3601 (create_fix_barrier, arm_reorg): Use it.
3602
3603 2011-08-11 Uros Bizjak <ubizjak@gmail.com>
3604
3605 PR target/49781
3606 * config/i386/i386.md (*lea_5_zext): New.
3607 (*lea_6_zext): Ditto.
3608 * config/i386/predicates.md (const_32bit_mask): New predicate.
3609 (lea_address_operand): Reject AND.
3610 * config/i386/i386.c (ix86_decompose_address): Allow Dimode AND with
3611 const_32bit_mask immediate.
3612 (ix86_print_operand_address): Handle AND.
3613 (memory_address_length): Ditto.
3614
3615 2011-08-11 Romain Geissler <romain.geissler@gmail.com>
3616 Brian Hackett <bhackett1024@gmail.com>
3617
3618 * plugin.def: Add event for finish_decl.
3619 * plugin.c (register_callback, invoke_plugin_callbacks): Same.
3620 * c-decl.c (finish_decl): Invoke callbacks on above event.
3621 * doc/plugins.texi: Document above event.
3622
3623 2011-08-11 Richard Guenther <rguenther@suse.de>
3624
3625 * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redundant
3626 lookups, make looking through aggregate copies stronger.
3627
3628 2011-08-11 Richard Henderson <rth@redhat.com>
3629
3630 PR bootstrap/50018
3631 * expr.c (fixup_args_size_notes): Accept and ignore normal calls.
3632
3633 2011-08-11 Richard Guenther <rguenther@suse.de>
3634
3635 * lto-cgraph.c (input_node): Use DECL_BUILT_IN.
3636 * tree-vrp.c (stmt_interesting_for_vrp): Likewise.
3637 (vrp_visit_stmt): Likewise.
3638
3639 2011-08-11 Richard Guenther <rguenther@suse.de>
3640
3641 PR middle-end/50040
3642 * gimplify.c (gimplify_modify_expr_complex_part): Mark the
3643 load of the other piece with TREE_NO_WARNING.
3644 * tree-flow.h (warn_uninit): Adjust prototype.
3645 * tree-ssa.c (warn_uninit): Take uninitialized SSA name,
3646 the base variable and the expression that is used separately.
3647 Properly query all TREE_NO_WARNING flags.
3648 (struct walk_data): Remove.
3649 (warn_uninitialized_var): Likewise.
3650 (warn_uninitialized_vars): Do not walk gimple pieces but simply
3651 look at all SSA uses of the statement. Handle unused memory
3652 separately.
3653 * tree-ssa-uninit.c (warn_uninitialized_phi): Adjust.
3654
3655 2011-08-11 Kazuhiro Inaoka <kazuhiro.inaoka.ud@renesas.com>
3656
3657 * config/rx/rx.md (movsicc): Allow register to register transfers.
3658 (*movsicc): Likewise.
3659 (*stcc): Restrict this pattern to EQ and NE compares.
3660 (*stcc_reg): New pattern. Works for any comparison but only for
3661 register transfers.
3662
3663 2011-08-11 Diego Novillo <dnovillo@google.com>
3664
3665 * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):
3666 Call stream_write_tree instead of output_record_start.
3667 (lto_output_ts_binfo_tree_pointers): Likewise.
3668
3669 * streamer-hooks.h (stream_write_tree): Move from tree-streamer.h.
3670 Convert it to a macro.
3671 (stream_read_tree): Likewise.
3672
3673 * lto-streamer.h (lto_stream_as_builtin_p): Move ...
3674 * tree-streamer.h (lto_stream_as_builtin_p): ... here.
3675
3676 * lto-streamer-in.c (lto_read_tree): Call lto_streamer_cache_append
3677 and tree_read_bitfields.
3678 * lto-streamer-out.c (lto_is_streamable): Move from lto-streamer.c
3679 (lto_write_tree): Call it.
3680 * lto-streamer.c (lto_is_streamable): Move to lto-streamer-out.c
3681 * streamer-hooks.h (struct streamer_hooks): Remove fields
3682 name, is_streamable and alloc_tree. Update all users.
3683 * tree-streamer-in.c (tree_read_bitfields): Factor out of ...
3684 (lto_materialize_tree): ... here.
3685 Handle CALL_EXPR codes.
3686 Remove call to lto_streamer_cache_append.
3687 * tree-streamer-out.c (lto_output_tree_header): Handle CALL_EXPR nodes.
3688 * tree-streamer.h (tree_read_bitfields): Declare.
3689
3690 * Makefile.in (TREE_STREAMER_H): Add STREAMER_HOOKS_H.
3691 (gimple-streamer-in.o): Add dependency on TREE_STREAMER_H.
3692 * tree-streamer.h (stream_read_tree): New. Replace all calls
3693 to lto_input_tree with it.
3694 (stream_write_tree): New. Replace all calls to lto_output_tree,
3695 lto_output_tree_ref and lto_output_tree_or_ref with it.
3696 * lto-streamer-in.c (lto_read_tree): Inline code from
3697 lto_streamer_read_tree.
3698 (lto_input_tree): Move from tree-streamer-in.c.
3699 * lto-streamer-out.c (lto_output_tree_ref): Make static.
3700 Remove handling of NULL values for EXPR.
3701 Do not handle EXPRs that are not indexable.
3702 (lto_write_tree): Move from tree-streamer-out.c.
3703 Inline lto_streamer_write_tree.
3704 (lto_output_tree): Move from tree-streamer-out.c.
3705 If REF_P is true and EXPR is indexable, call lto_output_tree_ref.
3706 * lto-streamer.c (lto_record_common_node): Move to tree-streamer.c.
3707 (lto_preload_common_nodes): Likewise.
3708 Remove assertions and adjustments for nodes
3709 main_identifier_node, ptrdiff_type_node and fileptr_type_node.
3710 (lto_streamer_hooks_init): Set streamer_hooks.write_tree to
3711 lto_output_tree and streamer_hooks.read_tree to lto_input_tree.
3712 * lto-streamer.h (lto_input_tree): Declare.
3713 (lto_output_tree_ref): Remove.
3714 * streamer-hooks.h (struct streamer_hooks): Remove fields
3715 preload_common_nodes, indexable_with_decls_p,
3716 pack_value_fields, unpack_value_fields and output_tree_header.
3717 Update all users.
3718 * tree-streamer-in.c (lto_materialize_tree): Make extern.
3719 (lto_input_tree_pointers): Likewise.
3720 (lto_read_tree): Move to lto-streamer-in.c.
3721 (lto_input_integer_cst): Make extern.
3722 (lto_get_pickled_tree): Likewise.
3723 (lto_get_builtin_tree): Likewise.
3724 (lto_input_tree): Move to lto-streamer-in.c.
3725 * tree-streamer-out.c (pack_value_fields): Make extern.
3726 (lto_output_tree_or_ref): Remove. Replace all callers with
3727 calls to stream_write_tree.
3728 (lto_output_builtin_tree): Make extern.
3729 (lto_streamer_write_tree): Inline into lto_write_tree.
3730 (lto_output_tree_pointers): Make extern.
3731 (lto_output_tree_header): Likewise.
3732 (lto_output_integer_cst): Likewise.
3733 (lto_write_tree): Move to lto-streamer-out.c.
3734 (lto_output_tree): Likewise.
3735 * tree-streamer.c (lto_record_common_node): Move from lto-streamer.c
3736 (preload_common_nodes): Likewise.
3737 (lto_streamer_cache_create): Call it.
3738 * tree-streamer.h: Include streamer-hooks.h.
3739 (stream_write_tree): New.
3740 (stream_read_tree): New.
3741 (lto_input_tree): Remove.
3742 (lto_materialize_tree): Declare.
3743 (lto_input_tree_pointers): Declare.
3744 (lto_get_pickled_tree): Declare.
3745 (lto_get_builtin_tree): Declare.
3746 (lto_input_integer_cst): Declare.
3747 (lto_output_tree_header): Declare.
3748 (pack_value_fields): Declare.
3749 (lto_output_tree_pointers): Declare.
3750 (lto_output_integer_cst): Declare.
3751 (lto_output_builtin_tree): Declare.
3752
3753 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
3754
3755 * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
3756 only if producer writes to the register given by regno.
3757
3758 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
3759 Alexander Monakov <amonakov@ispras.ru>
3760
3761 * sched-deps.c (sched_get_condition_with_rev): Rename to ...
3762 (sched_get_condition_with_rev_uncached): ... this. Factor out
3763 condition caching logic into ...
3764 (sched_get_condition_with_rev): ... this. Reimplement. Do not
3765 attempt to use cache for instructions with zero luid.
3766 (sched_analyze_insn): Use INSN_CACHED_COND instead of INSN_COND.
3767 * sched-int.h (INSN_COND): Rename to INSN_CACHED_COND.
3768
3769 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
3770
3771 * sel-sched-ir.c (get_seqno_of_a_pred): Rename to
3772 get_seqno_for_a_jump. Update the caller.
3773 (get_seqno_by_succs): New. Use it ...
3774 (get_seqno_for_a_jump): ... here to find a seqno if looking at
3775 predecessors was not sufficient.
3776 (get_seqno_by_preds): Include head in iteration range, exclude insn.
3777
3778 2011-08-11 Dmitry Melnik <dm@ispras.ru>
3779
3780 * sel-sched-ir.c (invalidate_av_set): Remove the assert.
3781
3782 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
3783
3784 * sel-sched-ir.h (register_unavailable_p): Declare.
3785 * sel-sched-ir.c (register_unavailable_p): New. Use it...
3786 (set_unavailable_target_for_expr): ... here to properly test
3787 availability of a register.
3788 (speculate_expr): Ditto.
3789 * sel-sched.c (substitute_reg_in_expr): Ditto.
3790 (av_set_could_be_blocked_by_bookkeeping_p): Ditto.
3791
3792 2011-08-11 Sergey Grechanik <mouseentity@ispras.ru>
3793
3794 * sel-sched.c (verify_target_availability): Fix usage of
3795 hard_regno_nregs.
3796
3797 2011-08-11 Dmitry Melnik <dm@ispras.ru>
3798
3799 * sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of
3800 recognized by cannot_copy_insn_p hook and volatile instructions.
3801
3802 2011-08-11 Dmitry Melnik <dm@ispras.ru>
3803
3804 * sel-sched-ir.c (merge_expr_data): Take maximum spec.
3805
3806 2011-08-11 Richard Sandiford <richard.sandiford@linaro.org>
3807
3808 * doc/md.texi (define_bypass): Say that the instruction names can
3809 be filename-style globs.
3810 * Makefile.in (FNMATCH_H): Define.
3811 (build/genattrtab.o, build/genautomata.o): Depend on $(FNMATCH_H).
3812 * genattrtab.c: Include fnmatch.h.
3813 (bypass_list): Change field name from "insn" to "pattern".
3814 (gen_bypass_1): Update accordingly.
3815 (process_bypasses): Use fnmatch to check for matches between
3816 insn reservations and define_bypasses.
3817 * genautomata.c: Include fnmatch.h.
3818 (bypass_decl): Rename in_insn_name and out_insn_name to in_pattern
3819 and out_pattern respectively.
3820 (gen_bypass, insert_bypass): Update accordingly.
3821 (for_each_matching_insn, process_bypass_2, process_bypass_1)
3822 (process_bypass): New functions.
3823 (process_decls): Use process_bypass. Update after field name changes.
3824
3825 2011-08-11 Georg-Johann Lay <avr@gjlay.de>
3826
3827 PR target/49687
3828 * config/avr/avr.md (smulqi3_highpart): New insn.
3829 (umulqi3_highpart): New insn.
3830 (*subqi3.ashiftrt7): New insn.
3831 (smulhi3_highpart): New expander.
3832 (umulhi3_highpart): Nex expander.
3833 (*smulhi3_highpart_call): New insn.
3834 (*umulhi3_highpart_call): New insn.
3835 (extend_u): New code attribute.
3836 (extend_prefix): Rename code attribute to extend_su.
3837 * config/avr/avr.c (avr_rtx_costs): Report costs of highpart of
3838 widening QI/HI multiply.
3839
3840 2011-08-11 Ira Rosen <ira.rosen@linaro.org>
3841
3842 PR tree-optimization/50039
3843 * tree-vect-patterns.c (vect_operation_fits_smaller_type): Check
3844 that DEF_STMT has a stmt_vec_info.
3845
3846 2011-08-10 Richard Guenther <rguenther@suse.de>
3847
3848 * tree.h (can_trust_pointer_alignment): Remove.
3849 * builtins.c (can_trust_pointer_alignment): Remove.
3850
3851 2011-08-10 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
3852
3853 * c-typeck.c (scalar_to_vector): New function. Try scalar to
3854 vector conversion.
3855 (stv_conv): New enum for scalar_to_vector return type.
3856 (build_binary_op): Adjust.
3857 * doc/extend.texi: Description of scalar to vector expansion.
3858
3859 2011-08-10 Richard Guenther <rguenther@suse.de>
3860
3861 * tree.h (get_pointer_alignment): Remove max-align argument.
3862 (get_object_alignment): Likewise.
3863 * builtins.c (get_object_alignment_1): Adjust.
3864 (get_object_alignment): Remove max-align argument.
3865 (get_pointer_alignment): Likewise.
3866 (expand_builtin_strlen): Adjust.
3867 (expand_builtin_memcpy): Likewise.
3868 (expand_builtin_mempcpy_args): Likewise.
3869 (expand_builtin_strncpy): Likewise.
3870 (expand_builtin_memset_args): Likewise.
3871 (expand_builtin_memcmp): Likewise.
3872 (expand_builtin_strcmp): Likewise.
3873 (expand_builtin_strncmp): Likewise.
3874 (get_builtin_sync_mem): Likewise.
3875 (fold_builtin_memset): Likewise.
3876 (fold_builtin_memory_op): Likewise.
3877 (expand_builtin_memory_chk): Likewise.
3878 * emit-rtl.c (get_mem_align_offset): Likewise.
3879 (set_mem_attributes_minus_bitpos): Likewise.
3880 * expr.c (expand_assignment): Likewise.
3881 (expand_expr_real_1): Likewise.
3882 * tree-sra.c (tree_non_mode_aligned_mem_p): Likewise.
3883 * tree-ssa-forwprop.c (simplify_builtin_call): Likewise.
3884 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Likewise.
3885 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
3886 * value-prof.c (gimple_stringops_transform): Likewise.
3887
3888 2011-08-10 Paulo J. Matos <paulo.matos@csr.com>
3889
3890 * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
3891 * doc/tm.texi: Regenerate.
3892
3893 2011-08-10 Georg-Johann Lay <avr@gjlay.de>
3894
3895 PR target/29560
3896 * config/avr/avr.md (*ashlhiqi3): New insn-and-split.
3897 (*ashl<extend_prefix>qihiqi3): New insn-and-splits.
3898 (*ashl<extend_prefix>qihiqi3.mem): New insn-and-splits.
3899 Add peephole2 to map ashlhi3 to ashlqi3 if high part of
3900 shift target is unused.
3901
3902 2011-08-10 Richard Guenther <rguenther@suse.de>
3903
3904 PR tree-optimization/49937
3905 * tree-ssa-ccp.c (get_value_from_alignment): Re-implement
3906 using get_object_alignment_1.
3907
3908 2011-08-09 Uros Bizjak <ubizjak@gmail.com>
3909
3910 * config/i386/i386.c (ix86_emit_i387_round): New function.
3911 * config/i386/i386-protos.h (ix86_emit_i387_round): Declare.
3912 * config/i386/i386.md (round<mode>2): Use X87MODEF mode iterator.
3913 Use ix86_emit_i387_round to expand round function for i387 math.
3914 (lround<X87MODEF:mode><SWI248x:mode>2): Use X87MODEF mode iterator.
3915 Use ix86_emit_i387_round to expand {l,ll}round function for i387 math.
3916
3917 2011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3918
3919 * config/sync.c: Move to ../libgcc.
3920 * Makefile.in (libgcc.mvars): Remove LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS.
3921 * config/mips/t-libgcc-mips16 (LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS):
3922 Remove.
3923
3924 2011-08-09 Anatoly Sokolov <aesok@post.ru>
3925
3926 * config/mmix/mmix.h (REGISTER_MOVE_COST): Remove macro.
3927 * config/mmix/mmix-protos.h (mmix_register_move_cost): Remove.
3928 * config/mmix/mmix.c (mmix_register_move_cost): Make static.
3929 Change 'from' and 'to' arguments type to reg_class_t.
3930 (TARGET_REGISTER_MOVE_COST): Define.
3931
3932 2011-08-09 Vladimir Makarov <vmakarov@redhat.com>
3933
3934 PR target/50026
3935 Revert:
3936 PR rtl-optimization/49990
3937 * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
3938 ignore classes which can not change mode.
3939 (find_costs_and_classes): Ditto.
3940
3941 2011-08-09 Richard Guenther <rguenther@suse.de>
3942
3943 * tree-vrp.c (zero_nonzero_bits_from_vr): Also return precise
3944 information for ranges with only negative values.
3945 (extract_range_from_binary_expr_1): Adjust BIT_IOR_EXPR and
3946 BIT_AND_EXPR handling to handle ranges with negative values.
3947
3948 2011-08-09 Kirill Yukhin <kirill.yukhin@intel.com>
3949
3950 * config/i386/i386.c: Remove traling spaces.
3951 * config/i386/sse.md: Likewise.
3952 (*fma_fmadd_<mode>): Fix insn alternative 1 mnemonic.
3953 (*fma_fmsub_<mode>): Likewise.
3954 (*fma_fnmadd_<mode>): Likewise.
3955 (*fma_fnmsub_<mode>): Likewise.
3956
3957 2011-08-09 Nick Clifton <nickc@redhat.com>
3958
3959 * config/rx/rx.md: Disable extender peepholes at -O3.
3960
3961 2011-08-09 Uros Bizjak <ubizjak@gmail.com>
3962
3963 PR target/49781
3964 * config/i386/i386.md (reload_noff_load): New.
3965 (reload_noff_store): Ditto.
3966 * config/i386/i386.c (ix86_secondary_reload): Use
3967 CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
3968 double-word moves from/to non-offsetable addresses instead of
3969 generating XMM temporary.
3970
3971 2011-08-09 Anatoly Sokolov <aesok@post.ru>
3972
3973 * config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
3974
3975 2011-08-09 Ira Rosen <ira.rosen@linaro.org>
3976
3977 PR tree-optimization/50014
3978 * tree-vect-loop.c (vectorizable_reduction): Get def type before
3979 calling vect_get_vec_def_for_stmt_copy ().
3980
3981 2011-08-08 Vladimir Makarov <vmakarov@redhat.com>
3982
3983 PR rtl-optimization/49990
3984 * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
3985 ignore classes which can not change mode.
3986 (find_costs_and_classes): Ditto.
3987
3988 2011-08-08 Richard Henderson <rth@redhat.com>
3989
3990 PR middle-end/49990
3991 * config/i386/i386.c (ix86_expand_prologue): Call
3992 for SEH target gen_prologue_use instead of gen_blockage
3993 at prologue's end.
3994
3995 2011-08-08 Martin Jambor <mjambor@suse.cz>
3996
3997 PR middle-end/49923
3998 * tree-sra.c (access_precludes_ipa_sra_p): Also check access
3999 memory alignment.
4000
4001 2011-08-08 Diego Novillo <dnovillo@google.com>
4002
4003 * Makefile.in (LTO_STREAMER_H): Add DIAGNOSTIC_H.
4004 (DATA_STREAMER_H): New.
4005 (GIMPLE_STREAMER_H): New.
4006 (TREE_STREAMER_H): New.
4007 (STREAMER_HOOKS_H): New.
4008 (OBJS): Add data-streamer.o, data-streamer-in.o, data-streamer-out.o,
4009 gimple-streamer-in.o, gimple-streamer-out.o, streamer-hooks.o,
4010 tree-streamer.o, tree-streamer-in.o and tree-streamer-out.o.
4011 (data-streamer.o): New.
4012 (data-streamer-in.o): New.
4013 (data-streamer-out.o): New.
4014 (gimple-streamer-in.o): New.
4015 (gimple-streamer-out.o): New.
4016 (streamer-hooks.o): New.
4017 (tree-streamer.o): New.
4018 (tree-streamer-in.o): New.
4019 (tree-streamer-out.o): New.
4020 (lto-cgraph.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
4021 (lto-streamer-in.o): Add dependency on DATA_STREAMER_H,
4022 GIMPLE_STREAMER_H and TREE_STREAMER_H.
4023 (lto-streamer-out.o): Add dependency on DATA_STREAMER_H,
4024 GIMPLE_STREAMER_H and TREE_STREAMER_H.
4025 (lto-streamer.o): Add dependency on STREAMER_HOOKS_H.
4026 (ipa-prop.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
4027 (ipa-inline-analysis.o): Likewise.
4028 (ipa-pure-const.o): Likewise.
4029 * data-streamer-in.c: New.
4030 * data-streamer-out.c: New.
4031 * data-streamer.c: New.
4032 * data-streamer.h: New.
4033 * gimple-streamer-in.c: New.
4034 * gimple-streamer-out.c: New.
4035 * gimple-streamer.h: New.
4036 * ipa-inline-analysis.c: Include data-streamer.h.
4037 * ipa-prop.c: Include data-streamer.h.
4038 * ipa-pure-const.c: Include data-streamer.h.
4039 * lto-cgraph.c: Include data-streamer.h.
4040 * lto-section-in.c (lto_input_uleb128): Move to data-streamer-in.c.
4041 (lto_input_widest_uint_uleb128): Likewise.
4042 (lto_input_sleb128): Likewise.
4043 (bp_unpack_var_len_unsigned): Likewise.
4044 (bp_unpack_var_len_int): Likewise.
4045 * lto-section-out.c (lto_output_uleb128_stream): Move to
4046 data-streamer-out.c.
4047 (lto_output_widest_uint_uleb128_stream): Likewise.
4048 (lto_output_sleb128_stream): Likewise.
4049 (bp_pack_var_len_unsigned): Likewise.
4050 (bp_pack_var_len_int): Likewise.
4051 * lto-streamer-in.c: Include data-streamer.h and gimple-streamer.h.
4052 (struct string_slot): Remove. Update all users.
4053 (lto_tag_check_set): Make extern.
4054 (lto_tag_check_range): Move to lto-streamer.h.
4055 (lto_tag_check): Likewise.
4056 (hash_string_slot_node): Remove. Update all users.
4057 (eq_string_slot_node): Remove. Update all users.
4058 (string_for_index): Move to data-streamer-in.c
4059 (input_string_internal): Likewise.
4060 (input_string_cst): Move to tree-streamer-in.c.
4061 (input_identifier): Likewise.
4062 (lto_input_string): Move to data-streamer-in.c
4063 (input_record_start): Move to data-streamer.h
4064 (canon_file_name): Use new definition of struct string_slot
4065 from data-streamer.h. Set S_SLOT.LEN.
4066 (lto_input_location): Make extern.
4067 (lto_input_chain): Move to tree-streamer-in.c.
4068 (lto_init_eh): Make extern.
4069 (input_phi): Move to gimple-streamer-in.c.
4070 (input_gimple_stmt): Likewise.
4071 (input_bb): Likewise.
4072 (unpack_ts_base_value_fields): Move to tree-streamer-in.c.
4073 (unpack_ts_real_cst_value_fields): Likewise.
4074 (unpack_ts_fixed_cst_value_fields): Likewise.
4075 (unpack_ts_decl_common_value_fields): Likewise.
4076 (unpack_ts_decl_wrtl_value_fields): Likewise.
4077 (unpack_ts_decl_with_vis_value_fields): Likewise.
4078 (unpack_ts_function_decl_value_fields): Likewise.
4079 (unpack_ts_type_common_value_fields): Likewise.
4080 (unpack_ts_block_value_fields): Likewise.
4081 (unpack_ts_translation_unit_decl_value_fields): Likewise.
4082 (unpack_value_fields): Likewise.
4083 (lto_materialize_tree): Likewise.
4084 (lto_input_ts_common_tree_pointers): Likewise.
4085 (lto_input_ts_vector_tree_pointers): Likewise.
4086 (lto_input_ts_complex_tree_pointers): Likewise.
4087 (lto_input_ts_decl_minimal_tree_pointers): Likewise.
4088 (lto_input_ts_decl_common_tree_pointers): Likewise.
4089 (lto_input_ts_decl_non_common_tree_pointers): Likewise.
4090 (lto_input_ts_decl_with_vis_tree_pointers): Likewise.
4091 (lto_input_ts_field_decl_tree_pointers): Likewise.
4092 (lto_input_ts_function_decl_tree_pointers): Likewise.
4093 (lto_input_ts_type_common_tree_pointers): Likewise.
4094 (lto_input_ts_type_non_common_tree_pointers): Likewise.
4095 (lto_input_ts_list_tree_pointers): Likewise.
4096 (lto_input_ts_vec_tree_pointers): Likewise.
4097 (lto_input_ts_exp_tree_pointers): Likewise.
4098 (lto_input_ts_block_tree_pointers): Likewise.
4099 (lto_input_ts_binfo_tree_pointers): Likewise.
4100 (lto_input_ts_constructor_tree_pointers): Likewise.
4101 (lto_input_ts_target_option): Likewise.
4102 (lto_input_ts_translation_unit_decl_tree_pointers): Likewise.
4103 (lto_input_tree_pointers): Likewise.
4104 (lto_get_pickled_tree): Likewise.
4105 (lto_get_builtin_tree): Likewise.
4106 (lto_read_tree): Likewise.
4107 (lto_input_integer_cst): Likewise.
4108 (lto_input_tree): Likewise.
4109 * lto-streamer-out.c: Include data-streamer.h,
4110 gimple-streamer.h and streamer-hooks.h.
4111 (struct string_slot): Move to data-streamer.h.
4112 (hash_string_slot_node): Likewise.
4113 (eq_string_slot_node): Likewise.
4114 (lto_string_index): Move to data-streamer-out.c.
4115 (lto_output_string_with_length): Likewise.
4116 (lto_output_string): Likewise.
4117 (output_string_cst): Move to tree-streamer-out.c.
4118 (output_identifier): Likewise.
4119 (output_zero): Move to data-streamer-out.c
4120 (output_uleb128): Likewise.
4121 (output_sleb128): Likewise.
4122 (output_record_start): Move to data-streamer.h
4123 (pack_ts_base_value_fields): Move to tree-streamer-out.c.
4124 (pack_ts_real_cst_value_fields): Likewise.
4125 (pack_ts_fixed_cst_value_fields): Likewise.
4126 (pack_ts_decl_common_value_fields): Likewise.
4127 (pack_ts_decl_wrtl_value_fields): Likewise.
4128 (pack_ts_decl_with_vis_value_fields): Likewise.
4129 (pack_ts_function_decl_value_fields): Likewise.
4130 (pack_ts_type_common_value_fields): Likewise.
4131 (pack_ts_block_value_fields): Likewise.
4132 (pack_ts_translation_unit_decl_value_fields): Likewise.
4133 (pack_value_fields): Likewise.
4134 (lto_output_chain): Likewise.
4135 (lto_output_ts_common_tree_pointers): Likewise.
4136 (lto_output_ts_vector_tree_pointers): Likewise.
4137 (lto_output_ts_complex_tree_pointers): Likewise.
4138 (lto_output_ts_decl_minimal_tree_pointers): Likewise.
4139 (lto_output_ts_decl_common_tree_pointers): Likewise.
4140 (lto_output_ts_decl_non_common_tree_pointers): Likewise.
4141 (lto_output_ts_decl_with_vis_tree_pointers): Likewise.
4142 (lto_output_ts_field_decl_tree_pointers): Likewise.
4143 (lto_output_ts_function_decl_tree_pointers): Likewise.
4144 (lto_output_ts_type_common_tree_pointers): Likewise.
4145 (lto_output_ts_type_non_common_tree_pointers): Likewise.
4146 (lto_output_ts_list_tree_pointers): Likewise.
4147 (lto_output_ts_vec_tree_pointers): Likewise.
4148 (lto_output_ts_exp_tree_pointers): Likewise.
4149 (lto_output_ts_block_tree_pointers): Likewise.
4150 (lto_output_ts_binfo_tree_pointers): Likewise.
4151 (lto_output_ts_constructor_tree_pointers): Likewise.
4152 (lto_output_ts_target_option): Likewise.
4153 (lto_output_ts_translation_unit_decl_tree_pointers): Likewise.
4154 (lto_output_tree_pointers): Likewise.
4155 (lto_output_tree_header): Likewise.
4156 (lto_output_builtin_tree): Likewise.
4157 (lto_write_tree): Likewise.
4158 (lto_output_integer_cst): Likewise.
4159 (lto_output_tree): Likewise.
4160 (output_phi): Move to gimple-streamer-out.c.
4161 (output_gimple_stmt): Likewise.
4162 (output_bb): Likewise.
4163 * lto-streamer.c: Include tree-streamer.h and streamer-hooks.h.
4164 (streamer_hooks): Move to streamer-hooks.c.
4165 (check_handled_ts_structures): Move to tree-streamer.c
4166 (lto_streamer_cache_add_to_node_array): Likewise.
4167 (lto_streamer_cache_insert_1): Likewise.
4168 (lto_streamer_cache_insert): Likewise.
4169 (lto_streamer_cache_insert_at): Likewise.
4170 (lto_streamer_cache_append): Likewise.
4171 (lto_streamer_cache_lookup): Likewise.
4172 (lto_streamer_cache_get): Likewise.
4173 (lto_record_common_node): Likewise.
4174 (lto_preload_common_nodes): Likewise.
4175 (lto_streamer_cache_create): Likewise.
4176 (lto_streamer_cache_delete): Likewise.
4177 (streamer_hooks_init): Move to streamer-hooks.c.
4178 * lto-streamer.h: Include diagnostic.h
4179 (struct output_block, struct lto_input_block,
4180 struct data_in, struct bitpack_d): Remove forward declarations.
4181 (struct bitpack_d): Move to data-streamer.h.
4182 (struct lto_streamer_cache_d): Move to tree-streamer.h.
4183 (struct streamer_hooks): Move to streamer-hooks.h.
4184 (bp_pack_var_len_unsigned): Move to data-streamer.h.
4185 (bp_pack_var_len_int): Likewise.
4186 (bp_unpack_var_len_unsigned): Likewise.
4187 (bp_unpack_var_len_int): Likewise.
4188 (lto_input_location): Declare.
4189 (lto_tag_check_set): Declare.
4190 (lto_init_eh): Declare.
4191 (lto_output_tree_ref): Declare.
4192 (lto_output_location): Declare.
4193 (bitpack_create): Move to data-streamer.h.
4194 (bp_pack_value): Likewise.
4195 (lto_output_bitpack): Likewise.
4196 (lto_input_bitpack): Likewise.
4197 (bp_unpack_value): Likewise.
4198 (lto_output_1_stream): Likewise.
4199 (lto_input_1_unsigned): Likewise.
4200 (lto_output_int_in_range): Likewise.
4201 (lto_input_int_in_range): Likewise.
4202 (bp_pack_int_in_range): Likewise.
4203 (bp_unpack_int_in_range): Likewise.
4204 (lto_output_enum): Likewise.
4205 (lto_input_enum): Likewise.
4206 (bp_pack_enum): Likewise.
4207 (bp_unpack_enum): Likewise.
4208 * streamer-hooks.c: New.
4209 * streamer-hooks.h: New.
4210 * tree-streamer-in.c: New.
4211 * tree-streamer-out.c: New.
4212 * tree-streamer.c: New.
4213 * tree-streamer.h: New.
4214
4215 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4216
4217 * gthr-posix95.h: Remove.
4218 * gthr.h [_PTHREADS95]: Remove.
4219 * configure.ac (enable_threads): Remove posix95.
4220 * configure: Regenerate.
4221 * doc/install.texi (Configuration, --enable-threads): Remove posix95.
4222
4223 2011-08-08 Uros Bizjak <ubizjak@gmail.com>
4224
4225 PR target/49781
4226 * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
4227 SImode addresses.
4228 (ix86_print_operand_address): Handle zero-extended addresses.
4229 (memory_address_length): Add length of addr32 prefix for
4230 zero-extended addresses.
4231 (ix86_secondary_reload): Handle moves to/from double-word general
4232 registers from/to zero-extended addresses.
4233 * config/i386/predicates.md (lea_address_operand): Reject
4234 zero-extended operands.
4235
4236 2011-08-08 H.J. Lu <hongjiu.lu@intel.com>
4237
4238 PR other/48007
4239 * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
4240
4241 * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
4242 (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
4243
4244 * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
4245 (_Unwind_Context_Reg_Val): Likewise.
4246 (_Unwind_Get_Unwind_Word): Likewise.
4247 (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
4248 (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
4249 (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
4250 for EXTENDED_CONTEXT_BIT.
4251 (__frame_state_for): Likewise.
4252 (uw_init_context_1): Likewise.
4253 (_Unwind_GetGR): Updated.
4254 (_Unwind_SetGR): Likewise.
4255 (_Unwind_GetGRPtr): Likewise.
4256 (_Unwind_SetGRPtr): Likewise.
4257 (_Unwind_SetGRValue): Likewise.
4258 (_Unwind_GRByValue): Likewise.
4259 (uw_install_context_1): Likewise.
4260
4261 * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
4262 ASSUME_EXTENDED_UNWIND_CONTEXT.
4263 * doc/tm.texi: Regenerated.
4264
4265 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4266
4267 * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
4268
4269 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4270
4271 * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
4272 Linux/GNU-specific.
4273 (DEC Alpha Options, -mtune): Likewise.
4274 (MIPS Options, -march): native is supported on IRIX.
4275
4276 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4277
4278 * config/sparc/driver-sparc.c: New file.
4279 * config/sparc/x-sparc: New file.
4280 * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
4281 * config/sparc/sparc.opt (native): New value for enum processor_type.
4282 * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
4283 * config/sparc/sparc.c (sparc_option_override): Abort if
4284 PROCESSOR_NATIVE gets here.
4285 * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
4286 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
4287 DRIVER_SELF_SPECS): Define.
4288 * doc/invoke.texi (SPARC Options, -mcpu): Document native.
4289 (SPARC Options, -mtune): Likewise.
4290 * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
4291 Substitute result.
4292 * configure: Regenerate.
4293 * Makefile.in (EXTRA_GCC_LIBS): Set.
4294 (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
4295 (cpp$(exeext)): Likewise.
4296
4297 2011-08-08 Richard Guenther <rguenther@suse.de>
4298
4299 * tree-vrp.c (extract_range_from_unary_expr_1): New function,
4300 split out from ...
4301 (extract_range_from_unary_expr): ... here. Handle BIT_NOT_EXPR
4302 by composition.
4303
4304 2011-08-08 Mikael Pettersson <mikpe@it.uu.se>
4305
4306 PR tree-optimization/50005
4307 * ipa-inline-analysis (remap_predicate): Add cast to
4308 silence signed/unsigned comparison warning.
4309
4310 2011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
4311
4312 * modulo-sched.c (get_sched_window): Use a table for the debug output.
4313 Print the current ii.
4314 (sms_schedule_by_order): Reduce whitespace in dump line.
4315
4316 2011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
4317
4318 * modulo-sched.c (get_sched_window): Use just one loop for predecessors
4319 and one loop for successors. Fix upper bound of memory range.
4320
4321 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
4322
4323 PR target/50001
4324 * config/alpha/alpha.c (alpha_instantiate_decls): New function.
4325 (TARGET_INSTANTIATE_DECLS): New define.
4326
4327 2011-08-06 Paolo Bonzini <bonzini@gnu.org>
4328 Mikael Morin <mikael.morin@sfr.fr>
4329
4330 * Makefile.in (INCLUDES_FOR_TARGET): New.
4331 (LIBGCC2_CFLAGS): Use it.
4332 (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
4333
4334 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
4335
4336 * config/i386/i386.c (ix86_compute_frame_layout): Simplify
4337 frame->save_regs_using_mov calculation.
4338
4339 2011-08-06 Uros Bizjak <ubizjak@gmail.com>
4340
4341 * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
4342 * config/i386/sse.md (castmode): New mode attribute.
4343 (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
4344 avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
4345
4346 2011-08-05 Jan Hubicka <jh@suse.cz>
4347
4348 PR middle-end/49494
4349 * ipa-inline-analysis.c (remap_predicate): Add bounds check.
4350
4351 2011-08-05 Jan Hubicka <jh@suse.cz>
4352
4353 PR middle-end/49500
4354 * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
4355 handle aliases.
4356 (create_emultls_var):New function.
4357 (ipa_lower_emutls): Handle aliases correctly.
4358
4359 2011-08-05 Jan Hubicka <jh@suse.cz>
4360
4361 PR middle-end/49735
4362 * ipa-inline.c (recursive_inlining): Look through aliases.
4363
4364 2011-08-05 Jason Merrill <jason@redhat.com>
4365
4366 * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
4367 declarations to beginning of function.
4368
4369 2011-08-05 Bernd Schmidt <bernds@codesourcery.com>
4370
4371 PR rtl-optimization/49900
4372 * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
4373 ensure basic blocks stay in the same order.
4374
4375 2011-08-05 Aldy Hernandez <aldyh@redhat.com>
4376
4377 * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
4378 store_bit_field.
4379 (s390_expand_atomic): Same.
4380
4381 2011-08-05 Richard Henderson <rth@redhat.com>
4382
4383 PR rtl-opt/49977
4384 * dwarf2cfi.c (scan_insn_after): Split out of ...
4385 (scan_trace): ... here. Correctly place notes wrt sequences.
4386
4387 2011-08-05 Kaz Kojima <kkojima@gcc.gnu.org>
4388 Richard Henderson <rth@redhat.com>
4389
4390 PR rtl-opt/49982
4391 * expr.c (fixup_args_size_notes): Look through no-op moves.
4392
4393 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
4394
4395 * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
4396 of "m" for operand 0. Add type and mode attribute.
4397 (*pushxf_nointeger"): Use "<" constraint for operand 0.
4398 (*pushdf_rex64): New pattern, split out of *pushdf. Use "m"
4399 constraint instead of "o" for opreand 1.
4400 (*pushdf): Disable for TARGET_64BIT. Correct mode attribute.
4401 (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
4402 operand 0, alternative 4.
4403 (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
4404
4405 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
4406
4407 * config/i386/predicates.md (lea_address_operand): Rename from
4408 no_seg_address_operand.
4409 * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
4410 (*lea_1_zext): Ditto.
4411 (*lea_2): Ditto.
4412 (*lea_2_zext): Ditto.
4413
4414 2011-08-05 Uros Bizjak <ubizjak@gmail.com>
4415
4416 * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
4417 parts.base and parts.index.
4418 * config/i386/predicates.md (aligned_operand): Ditto.
4419 (cmpxchg8b_pic_memory_operand): Ditto.
4420
4421 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4422
4423 * config/soft-fp: Move to ../libgcc.
4424 * Makefile.in (SFP_MACHINE): Remove.
4425 (libgcc-support): Remove $(SFP_MACHINE) dependency.
4426 * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
4427 * config/arm/t-arm-softfp: Move to
4428 ../libgcc/config/arm/t-softfp.
4429 * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
4430 * config/c6x/t-c6x-softfp: Remove.
4431 * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
4432 * config/i386/t-fprules-softfp: Move to
4433 ../libgcc/config/t-softfp-tf.
4434 * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
4435 * config/ia64/t-fprules-softfp: Remove.
4436 * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
4437 * config/lm32/t-fprules-softfp: Remove.
4438 * config/moxie/sfp-machine.h: Remove.
4439 * config/moxie/t-moxie-softfp: Remove.
4440 * config/rs6000/darwin-ldouble-format: Move to
4441 ../libgcc/config/rs6000/ibm-ldouble-format.
4442 * config/rs6000/darwin-ldouble.c: Move to
4443 ../libgcc/config/rs6000/ibm-ldouble.c
4444 * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
4445 * config/rs6000/libgcc-ppc64.ver: Likewise.
4446 * config/rs6000/sfp-machine.h: Likewise.
4447 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
4448 $(srcdir)/config/rs6000/libgcc-ppc64.ver.
4449 (LIB2FUNCS_EXTRA): Remove.
4450 (TARGET_LIBGCC2_CFLAGS): Remove.
4451 * config/rs6000/t-aix52: Likewise
4452 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
4453 $(srcdir)/config/rs6000/darwin-ldouble.c.
4454 (SHLIB_MAPFILES): Remove.
4455 * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
4456 $(srcdir)/config/rs6000/darwin-ldouble.c.
4457 * config/rs6000/t-fprules-softfp: Move to
4458 ../libgcc/config/t-softfp-sfdf.
4459 * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
4460 * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
4461 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
4462 $(srcdir)/config/rs6000/darwin-ldouble.c.
4463 * config/score/sfp-machine.h: Move to ../libgcc/config/score.
4464 * config/score/t-score-softfp: Remove.
4465 * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
4466 soft-fp/t-softfp from tmake_file.
4467 (arm*-*-uclinux*): Likewise.
4468 (arm*-*-ecos-elf): Likewise.
4469 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
4470 (arm*-*-rtems*): Likewise.
4471 (arm*-*-elf): Likewise.
4472 (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
4473 tmake_file.
4474 (moxie-*-uclinux*): Likewise.
4475 (moxie-*-rtems*): Likewise.
4476 (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
4477 tmake_file.
4478 (lm32-*-rtems*): Likewise.
4479 (lm32-*-uclinux*): Likewise.
4480 (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
4481 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
4482 (powerpc-*-linux*, powerpc64-*-linux*): Remove
4483 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
4484 (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
4485 tmake_file.
4486 (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
4487 tmake_file.
4488 (tic6x-*-uclinux): Likewise.
4489 (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
4490 soft-fp/t-softfp from tmake_file.
4491 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
4492 (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
4493 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
4494 (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
4495 (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
4496
4497 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4498
4499 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
4500 (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
4501 (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
4502 TPBIT, TPBIT_FUNCS.
4503 * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
4504 * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
4505 Remove.
4506 * config/arm/t-vxworks: Likewise.
4507 * config/arm/t-wince-pe: Likewise.
4508 * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
4509 * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4510 * config/bfin/t-bfin-elf: Likewise.
4511 * config/bfin/t-bfin-linux: Likewise.
4512 * config/bfin/t-bfin-uclinux: Likewise.
4513 * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
4514 Remove.
4515 * config/fr30/t-fr30: Likewise.
4516 * config/frv/t-frv: Likewise.
4517 * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
4518 * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4519 * config/m32c/t-m32c: Likewise.
4520 * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
4521 * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4522 * config/mcore/t-mcore: Likewise.
4523 * config/mep/t-mep: Likewise.
4524 * config/microblaze/t-microblaze: Likewise.
4525 * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
4526 * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4527 * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
4528 * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4529 * config/mn10300/t-linux: Remove.
4530 * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4531 * config/pdp11/t-pdp11: Likewise.
4532 * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
4533 * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
4534 * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4535 (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
4536 * config/rs6000/t-aix52: Likewise.
4537 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
4538 $(srcdir)/config/rs6000/ppc64-fp.c.
4539 * config/rs6000/t-fprules-fpbit: Remove.
4540 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
4541 * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4542 * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
4543 * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4544 * config/sparc/t-elf: Likewise.
4545 * config/sparc/t-leon: Likewise.
4546 * config/sparc/t-leon3: Likewise.
4547 * config/spu/t-spu-elf: Likewise.
4548 (DPBIT_FUNCS): Remove.
4549 * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
4550 * config/v850/t-v850: Likewise.
4551 * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
4552 (avr-*-*): Likewise.
4553 (h8300-*-rtems*): Set libgcc_tm_file.
4554 (h8300-*-elf*): Likewise.
4555 (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
4556 tmake_file.
4557 (powerpc-*-eabisim*): Likewise.
4558 (powerpc-*-elf*): Likewise.
4559 (powerpc-*-eabialtivec*): Likewise.
4560 (powerpc-xilinx-eabi*): Likewise.
4561 (powerpc-*-eabi*): Likewise.
4562 (powerpc-*-rtems*): Likewise.
4563 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
4564 (powerpcle-*-elf*): Likewise.
4565 (powerpcle-*-eabisim*): Likewise.
4566 (powerpcle-*-eabi*): Likewise.
4567 (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
4568 (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
4569 * doc/fragments.texi (Target Fragment, Floating Point Emulation):
4570 Remove.
4571
4572 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4573
4574 * Makefile.in (UNWIND_H): Remove.
4575 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
4576 ../libgcc/Makefile.in.
4577 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
4578 (LIBUNWINDDEP): Remove.
4579 (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
4580 (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
4581 LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
4582 (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
4583 Don't copy $(UNWIND_H).
4584 * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
4585 * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
4586 * aclocal.m4: Regenerate.
4587 * configure: Regenerate.
4588 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
4589 unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
4590 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
4591 unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
4592 * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
4593 * config/arm/libunwind.S, config/arm/pr-support.c,
4594 config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
4595 ../libgcc/config/arm.
4596 * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
4597 * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
4598 * config/frv/t-frv ($(T)frvbegin$(objext)): Use
4599 $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
4600 ($(T)frvend$(objext)): Likewise.
4601 * config/ia64/t-glibc (LIB2ADDEH): Remove.
4602 * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
4603 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
4604 config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
4605 ../libgcc/config/ia64.
4606 * config/ia64/t-hpux (LIB2ADDEH): Remove.
4607 * config/ia64/t-ia64 (LIB2ADDEH): Remove.
4608 * config/ia64/t-vms (LIB2ADDEH): Remove.
4609 * config/ia64/vms.h (UNW_IVMS_MODE,
4610 MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
4611 * config/picochip/t-picochip (LIB2ADDEH): Remove.
4612 * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
4613 * config/rs6000/t-darwin (LIB2ADDEH): Remove.
4614 * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
4615 * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
4616 $(srcdir)/../libgcc to refer to unwinder sources.
4617 * config/spu/t-spu-elf (LIB2ADDEH): Remove.
4618 * config/t-darwin (LIB2ADDEH): Remove.
4619 * config/t-freebsd (LIB2ADDEH): Remove.
4620 * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
4621 * config/t-libunwind-elf: Move to ../libgcc/config.
4622 * config/t-linux (LIB2ADDEH): Remove.
4623 * config/t-sol2 (LIB2ADDEH): Remove.
4624 * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
4625 * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
4626
4627 2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
4628
4629 * config/i386/i386.c (processor_alias_table): Add core-avx-i.
4630
4631 * doc/invoke.texi: Document core-avx-i.
4632
4633 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4634
4635 * tsystem.h (CONST_CAST2, CONST_CAST): Define.
4636
4637 2011-08-05 Ira Rosen <ira.rosen@linaro.org>
4638
4639 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
4640 result of multiple results reduction when extracting the final
4641 value using scalar code.
4642
4643 2011-08-05 Richard Guenther <rguenther@suse.de>
4644
4645 PR tree-optimization/49984
4646 * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
4647
4648 2011-08-05 Richard Guenther <rguenther@suse.de>
4649
4650 * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
4651 return true for constant integer ranges.
4652 (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
4653 BIT_IOR_EXPR handling.
4654
4655 2011-08-04 Kai Tietz <ktietz@redhat.com>
4656
4657 * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
4658 ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
4659
4660 2011-08-04 Ira Rosen <ira.rosen@linaro.org>
4661
4662 * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
4663 pattern def statement, and its access macro.
4664 (NUM_PATTERNS): Set to 5.
4665 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
4666 pattern def statement.
4667 (vect_transform_loop): Likewise.
4668 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
4669 function vect_recog_over_widening_pattern ().
4670 (vect_operation_fits_smaller_type): New function.
4671 (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
4672 Likewise.
4673 (vect_pattern_recog_1): Move the code that marks pattern
4674 statements to vect_mark_pattern_stmts (), and call it. Update
4675 documentation.
4676 * tree-vect-stmts.c (vect_supportable_shift): New function.
4677 (vect_analyze_stmt): Handle pattern def statement.
4678 (new_stmt_vec_info): Initialize pattern def statement.
4679
4680 2011-08-04 Richard Henderson <rth@redhat.com>
4681
4682 PR target/49964
4683 * config/i386/i386.c (ix86_expand_call): Don't create nested
4684 PARALLELs for TARGET_VZEROUPPER.
4685 (ix86_split_call_vzeroupper): Fix extraction of the original call.
4686 * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
4687 recognize nested PARALLELs.
4688 (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
4689 *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
4690 *sibcall_value_pop_vzeroupper): Likewise.
4691
4692 2011-08-04 Richard Henderson <rth@redhat.com>
4693
4694 PR middle-end/49968
4695 * calls.c (expand_call): Use fixup_args_size_notes for
4696 emit_stack_restore.
4697 * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
4698 in non-standard modes.
4699
4700 2011-08-04 Jakub Jelinek <jakub@redhat.com>
4701
4702 * gcc.c (self_spec): New variable.
4703 (static_specs): Add self_spec.
4704 (main): Call do_self_spec on "self_spec" specs after reading
4705 user specs files. Move compare_debug handling right after that.
4706
4707 2011-08-04 Richard Guenther <rguenther@suse.de>
4708
4709 * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
4710 (value_range_nonnegative_p): New function.
4711 (ssa_name_nonnegative_p): Use it.
4712 (value_range_constant_singleton): New function.
4713 (op_with_constant_singleton_value_range): Use it.
4714 (extract_range_from_binary_expr_1): New function, split out from ...
4715 (extract_range_from_binary_expr): ... this. Remove fallback
4716 constant folding done here.
4717
4718 2011-08-04 Richard Guenther <rguenther@suse.de>
4719
4720 PR tree-optimization/49806
4721 * tree-vrp.c (op_with_boolean_value_range_p): New function.
4722 (simplify_truth_ops_using_ranges): Simplify. Allow inserting
4723 a new statement for a final conversion to bool.
4724
4725 2011-08-04 Romain Geissler <romain.geissler@gmail.com>
4726
4727 * gengtype-state.c: Include "bconfig.h" if
4728 GENERATOR_FILE is defined, "config.h" otherwise.
4729 * gengtype.c: Likewise.
4730 * gengtype-lex.l: Likewise.
4731 * gengtype-parse.c: Likewise.
4732 * Makefile.in (gengtype-lex.o-warn): New variable.
4733 (plugin_resourcesdir): Likewise.
4734 (plugin_bindir): Likewise.
4735 (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
4736 (MOSTLYCLEANFILES): Add gengtype$(exeext).
4737 (native): Depend on gengtype$(exeext) is $enable_plugin
4738 is set to "yes".
4739 (gtype.state): Depend on s-gtype. Use temporary file.
4740 (gengtype-lex.o): New rule.
4741 (gengtype-parse.o): Likewise.
4742 (gengtype-state.o): Likewise.
4743 (gengtype$(exeext)): Likewise.
4744 (install-gengtype): Likewise.
4745 (gengtype.o): Likewise.
4746 (build/gengtype.o): Depend on version.h.
4747 (build/gengtype-state): Depend on double-int.h, version.h,
4748 $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
4749 (install-plugin): Depend on install-gengtype.
4750
4751 2011-08-04 Jakub Jelinek <jakub@redhat.com>
4752
4753 PR middle-end/49905
4754 * tree.h (init_attributes): New prototype.
4755 * attribs.c (init_attributes): No longer static.
4756
4757 2011-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
4758
4759 * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
4760 maybe_suffix.
4761
4762 2011-08-03 David Li <davidxl@google.com>
4763
4764 * tree-optimize.c (execute_fixup_cfg): Fix up entry
4765 outgoing edge counts after inlining.
4766
4767 2011-08-03 David Li <davidxl@google.com>
4768
4769 * profile.c (compute_branch_probabilities): Compute
4770 function frequency after profile annotation.
4771
4772 2011-08-04 Alan Modra <amodra@gmail.com>
4773
4774 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
4775 use_backchain_to_restore_sp initialisation.
4776 (rs6000_legitimate_offset_address_p): Simplify offset test.
4777
4778 2011-08-03 Richard Henderson <rth@redhat.com>
4779
4780 * config/spu/spu.md: Use define_c_enum instead of define_constants.
4781 (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
4782 (UNSPECV_NOP): New.
4783
4784 2011-08-03 Richard Henderson <rth@redhat.com>
4785
4786 PR target/34888
4787 * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
4788
4789 2011-08-03 Jakub Jelinek <jakub@redhat.com>
4790
4791 PR tree-optimization/49948
4792 * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
4793
4794 2011-08-03 Anatoly Sokolov <aesok@post.ru>
4795
4796 * config/m32c/m32c.c (class_sizes): Remove.
4797 (reduce_class): Change arguments and return type to reg_class_t.
4798 Change type cc var to HARD_REG_SET. Change type best var to
4799 reg_class_t. Change type best_size var to unsigned int. Remove
4800 initialization class_sizes var. Use reg_class_size array instead
4801 of class_sizes. Use reg_class_contents array instead
4802 of class_contents.
4803
4804 2011-08-03 Richard Guenther <rguenther@suse.de>
4805
4806 PR middle-end/49958
4807 * fold-const.c (fold_binary_loc): Only associate
4808 (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
4809 overflow wraps.
4810
4811 2011-08-03 Alan Modra <amodra@gmail.com>
4812
4813 PR rtl-optimization/49941
4814 * jump.c (mark_jump_label): Comment.
4815 (mark_jump_label_1): Set JUMP_LABEL for return jumps.
4816 * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
4817 (mark_used_flags): Don't mark RETURN.
4818
4819 2011-08-03 Richard Guenther <rguenther@suse.de>
4820
4821 PR tree-optimization/49938
4822 * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
4823 deal with a POLYNOMIAL_CHREC.
4824
4825 2011-08-03 Revital Eres <revital.eres@linaro.org>
4826
4827 * modulo-sched.c (calculate_stage_count,
4828 calculate_must_precede_follow, get_sched_window,
4829 try_scheduling_node_in_cycle, remove_node_from_ps): Add
4830 declaration.
4831 (update_node_sched_params, set_must_precede_follow, optimize_sc):
4832 New functions.
4833 (reset_sched_times): Call update_node_sched_params.
4834 (sms_schedule): Call optimize_sc.
4835 (get_sched_window): Change function arguments.
4836 (sms_schedule_by_order): Update call to get_sched_window.
4837 Call set_must_precede_follow.
4838 (calculate_stage_count): Add function argument.
4839
4840 2011-08-02 Richard Henderson <rth@redhat.com>
4841
4842 PR target/49864
4843 PR target/49879
4844 * reg-notes.def (REG_ARGS_SIZE): New.
4845 * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
4846 (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
4847 * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
4848 different stack levels.
4849 * combine-stack-adj.c (adjust_frame_related_expr): Remove.
4850 (maybe_move_args_size_note): New.
4851 (combine_stack_adjustments_for_block): Use it.
4852 * combine.c (distribute_notes): Place REG_ARGS_SIZE.
4853 * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
4854 (dw_trace_info): Add beg_true_args_size, end_true_args_size,
4855 beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
4856 (cur_cfa): New.
4857 (queued_args_size): Remove.
4858 (add_cfi_args_size): Assert size is non-negative.
4859 (stack_adjust_offset, dwarf2out_args_size): Remove.
4860 (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
4861 (notice_args_size, notice_eh_throw): New.
4862 (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
4863 (dwarf2out_frame_debug_adjust_cfa): Likewise.
4864 (dwarf2out_frame_debug_cfa_offset): Likewise.
4865 (dwarf2out_frame_debug_expr): Likewise. Don't stack_adjust_offset.
4866 (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
4867 (change_cfi_row): Don't emit args_size.
4868 (maybe_record_trace_start_abnormal): Split out from ...
4869 (maybe_record_trace_start): Here. Set args_size_undefined.
4870 (create_trace_edges): Update to match.
4871 (scan_trace): Handle REG_ARGS_SIZE.
4872 (connect_traces): Connect args_size between EH insns.
4873 * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
4874 * explow.c (suppress_reg_args_size): New.
4875 (adjust_stack_1): Split out from ...
4876 (adjust_stack): ... here.
4877 (anti_adjust_stack): Use it.
4878 (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
4879 * expr.c (mem_autoinc_base): New.
4880 (fixup_args_size_notes): New.
4881 (emit_single_push_insn_1): Rename from emit_single_push_insn.
4882 (emit_single_push_insn): New. Generate REG_ARGS_SIZE.
4883 * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
4884 * reload1.c (reload_as_needed): Likewise.
4885 * rtl.h (fixup_args_size_notes): Declare.
4886
4887 2011-08-02 Paolo Carlini <paolo.carlini@oracle.com>
4888
4889 PR bootstrap/49914
4890 * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
4891 of abs.
4892 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
4893 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
4894
4895 2011-08-02 Richard Henderson <rth@redhat.com>
4896
4897 * config/h8300/h8300.c (push, pop): Return the insn.
4898 (h8300_swap_into_er6): Generate correct unwind info.
4899 (h8300_swap_out_of_er6): Likewise.
4900 * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
4901 complex cfa expression.
4902 (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
4903
4904 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
4905
4906 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
4907
4908 2011-08-02 Richard Henderson <rth@redhat.com>
4909
4910 PR target/49878
4911 * config/h8300/h8300.c (h8300_move_ok): New.
4912 * config/h8300/h8300-protos.h: Declare it.
4913 * config/h8300/h8300.md (P): New mode iterator.
4914 (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
4915 (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
4916 (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
4917 (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
4918 (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
4919 and pushqi1_h8300hs_normal; use PRE_MODIFY and
4920 register_no_sp_elim_operand.
4921 (*pushhi1_h8300hs_<P>): Similarly.
4922 (pushqi1, pushhi1, pushhi1_h8300): Remove.
4923 * config/h8300/predicates.md (register_no_sp_elim_operand): New.
4924
4925 2011-08-02 Richard Henderson <rth@redhat.com>
4926
4927 PR target/49881
4928 * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
4929
4930 2011-08-02 Jakub Jelinek <jakub@redhat.com>
4931
4932 * c-parser.c (enum c_parser_prec): New enum, moved from within
4933 c_parser_binary_expression.
4934 (c_parser_binary_expression): Add PREC argument. Stop parsing
4935 if operator has lower or equal precedence than PREC.
4936 (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
4937 callers.
4938 (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
4939 Adjust c_finish_omp_atomic caller.
4940 (c_parser_omp_taskyield): New function.
4941 (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
4942 (c_parser_omp_clause_name): Handle final and mergeable clauses.
4943 (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
4944 functions.
4945 (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
4946 and PRAGMA_OMP_CLAUSE_MERGEABLE.
4947 (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
4948 (c_parser_omp_clause_reduction): Handle min and max.
4949 * c-typeck.c (c_finish_omp_clauses): Don't complain about
4950 const qualified predetermined vars in firstprivate clause.
4951 andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
4952 Handle MIN_EXPR and MAX_EXPR.
4953 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
4954 and OMP_CLAUSE_MERGEABLE.
4955 (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
4956 and OMP_ATOMIC_CAPTURE_NEW.
4957 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
4958 OMP_CLAUSE_MERGEABLE.
4959 (omp_clause_code_name): Likewise.
4960 (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
4961 * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
4962 and OMP_CLAUSE_MERGEABLE.
4963 (OMP_CLAUSE_FINAL_EXPR): Define.
4964 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
4965 OMP_CLAUSE_MERGEABLE.
4966 (expand_task_call): Likewise.
4967 (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
4968 (expand_omp_atomic_fetch_op): Handle cases where old or new
4969 value is needed afterwards.
4970 (expand_omp_atomic): Call expand_omp_atomic_load resp.
4971 expand_omp_atomic_store.
4972 * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
4973 OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
4974 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
4975 OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
4976 * tree-nested.c (convert_nonlocal_omp_clauses,
4977 convert_local_omp_clauses): Likewise.
4978 * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
4979 OMP_ATOMIC_CAPTURE_NEW): New.
4980 * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
4981 (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
4982 New inlines.
4983 * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
4984 * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
4985 OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
4986
4987 2011-08-02 Kai Tietz <ktietz@redhat.com>
4988
4989 * gimple.c (canonicalize_cond_expr_cond): Handle cast from
4990 boolean-type.
4991 (ssa_forward_propagate_and_combine): Interprete result of
4992 forward_propagate_comparison.
4993 * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
4994 boolean-typed operands for comparisons.
4995
4996 2011-08-02 Georg-Johann Lay <avr@gjlay.de>
4997
4998 * config/avr/libgcc.S: Gather related function in the
4999 same input section.
5000 (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
5001 __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
5002 references.
5003 (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
5004 __udivmodsi4, __divmodsi4, __prologue_saves__,
5005 __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
5006 __do_copy_data, __do_clear_bss, __do_global_ctors,
5007 __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
5008
5009 2011-08-02 Uros Bizjak <ubizjak@gmail.com>
5010
5011 PR target/47766
5012 * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
5013 (stack_protect_test): The pattern compares ptr_mode value.
5014
5015 2011-08-02 Alan Modra <amodra@gmail.com>
5016
5017 * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
5018 note for save_LR_around_toc_setup sequence.
5019
5020 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
5021
5022 * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
5023
5024 2011-08-01 Sebastian Pop <sebastian.pop@amd.com>
5025 Joseph Myers <joseph@codesourcery.com>
5026
5027 * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
5028 * hwint.c: Include diagnostic-core.h.
5029 (abs_hwi): New.
5030 (gcd): Moved here...
5031 (pos_mul_hwi): New.
5032 (mul_hwi): New.
5033 (least_common_multiple): Moved here...
5034 * hwint.h (gcd): ... from here.
5035 (least_common_multiple): ... from here.
5036 (HOST_WIDE_INT_MIN): New.
5037 (HOST_WIDE_INT_MAX): New.
5038 (abs_hwi): Declared.
5039 (gcd): Declared.
5040 (pos_mul_hwi): Declared.
5041 (mul_hwi): Declared.
5042 (least_common_multiple): Declared.
5043 * omega.c (check_pos_mul): Removed.
5044 (check_mul): Removed.
5045 (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
5046 mul_hwi instead of check_mul.
5047
5048 2011-08-01 Richard Henderson <rth@redhat.com>
5049
5050 PR target/49881
5051 * config/avr/avr.h (PUSH_ROUNDING): New.
5052 * config/avr/avr.md (pushqi1): Rename from *pushqi.
5053 (*pushhi, *pushsi, *pushsf): Remove.
5054 (MPUSH): New mode iterator.
5055 (push<MPUSH>1): New expander.
5056
5057 2011-08-01 Anatoly Sokolov <aesok@post.ru>
5058
5059 * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
5060 PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
5061 * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
5062 mmix_preferred_output_reload_class): Remove.
5063 * config/mmix/mmix.c (mmix_preferred_reload_class,
5064 mmix_preferred_output_reload_class): Make static. Change rclass
5065 argument and return type to reg_class_t.
5066 (TARGET_PREFERRED_RELOAD_CLASS,
5067 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
5068
5069 2011-08-01 Joern Rennecke <joern.rennecke@embecosm.com>
5070
5071 * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
5072 handling.
5073
5074 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
5075
5076 PR target/47766
5077 * config/i386/i386.md (PTR): New.
5078 (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
5079 (stack_protect_test): Likewise.
5080 (stack_protect_set_<mode>): Replace ":P" with ":PTR".
5081 (stack_tls_protect_set_<mode>): Likewise.
5082 (stack_tls_protect_test_<mode>): Likewise.
5083
5084 2011-08-01 Uros Bizjak <ubizjak@gmail.com>
5085
5086 PR target/49927
5087 * config/i386/i386.c (ix86_address_subreg_operand): New.
5088 (ix86_decompose_address): Use ix86_address_subreg_operand.
5089 (ix86_legitimate_address_p): Do not assert that subregs satisfy
5090 register_no_elim_operand in DImode.
5091
5092 2011-08-01 Ira Rosen <ira.rosen@linaro.org>
5093
5094 PR tree-optimization/49926
5095 * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
5096 in a chain doesn't have uses both inside and outside the loop.
5097
5098 2011-08-01 Georg-Johann Lay <avr@gjlay.de>
5099
5100 * config/avr/avr.h (mcu_type_s): Add errata_skip field.
5101 * config/avr/avr-devices.c (avr_mcu_types): Use it.
5102 * config/avr/avr-mcus.def (AVR_MCU): Use it.
5103 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
5104 define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
5105 * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
5106 Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
5107 to detect if XJMP must not be skipped.
5108
5109 2011-08-02 Alan Modra <amodra@gmail.com>
5110
5111 * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
5112 Delete.
5113 * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
5114 (rs6000_emit_prologue): Don't prematurely return when
5115 TARGET_SINGLE_PIC_BASE. Don't emit eh_frame info in
5116 save_toc_in_prologue case.
5117 (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
5118 calls_alloca.
5119
5120 2011-08-01 Georg-Johann Lay <avr@gjlay.de>
5121
5122 * config/avr/avr-devices.c: Delete SVN property svn:executable.
5123 * config/avr/predicates.md: Ditto.
5124 * config/avr/driver-avr.c: Ditto.
5125 * config/avr/genopt.sh: Set SVN property svn:executable to *.
5126
5127 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
5128
5129 * calls.c (emit_library_call_value_1): Declare size only if
5130 BLOCK_REG_PADDING is defined.
5131
5132 2011-08-01 Kirill Yukhin <kirill.yukhin@intel.com>
5133
5134 PR target/49547
5135 * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
5136 (x86_64-*-*): Likewise.
5137 * config/i386/i386.opt (mlzcnt): New.
5138 * config/i386/abmintrin.h: File removed.
5139 (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
5140 * config/i386/lzcntintrin.h: ... here. New file.
5141 (__lzcnt): Rename to ...
5142 (__lzcnt32): ... this.
5143 * config/i386/bmiintrin.h (head): Update copyright year.
5144 (__lzcnt_u16): Removed.
5145 (__lzcnt_u32): Likewise.
5146 (__lzcnt_u64): Likewise.
5147 * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
5148 is defined, remove abmintrin.h.
5149 * config/i386/cpuid.h (bit_LZCNT): New.
5150 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
5151 LZCNT feature.
5152 * config/i386/i386-c.c (ix86_target_macros_internal): Define
5153 __LZCNT__ if needed.
5154 * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
5155 (ix86_option_override_internal): Handle LZCNT option.
5156 (ix86_valid_target_attribute_inner_p): Likewise.
5157 (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
5158 * config/i386/i386.h (TARGET_LZCNT): New.
5159 (CLZ_DEFINED_VALUE_AT_ZERO): Update.
5160 * config/i386/i386.md (clz<mode>2): Update insn constraint.
5161 (clz<mode>2_lzcnt): Likewise.
5162 * doc/invoke.texi: Mention -mlzcnt option.
5163 * doc/extend.texi: Likewise.
5164
5165 2011-08-01 Julian Brown <julian@codesourcery.com>
5166
5167 * configure.ac (fixed-point): Add ARM support.
5168 * configure: Regenerate.
5169 * config/arm/arm.c (arm_fixed_mode_set): New struct.
5170 (arm_set_fixed_optab_libfunc): New.
5171 (arm_set_fixed_conv_libfunc): New.
5172 (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
5173 ARM-specific names.
5174 (aapcs_libcall_value): Return sub-word-size fixed-point libcall
5175 return values in SImode.
5176 (arm_return_in_msb): Return fixed-point types in the msb.
5177 (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
5178 upwards.
5179 (arm_scalar_mode_supported_p): Support fixed-point modes.
5180 (arm_vector_mode_supported_p): Support vector fixed-point modes.
5181 * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
5182 (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
5183 (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
5184 (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
5185 * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
5186 New mode iterators.
5187 (qaddsub_suf): New mode attribute.
5188 * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
5189 vector modes.
5190 * config/arm/predicates.md (sat_shift_operator): New predicate.
5191 * config/arm/arm-fixed.md: New.
5192 * config/arm/arm.md: Include arm-fixed.md.
5193 * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
5194
5195 2011-08-01 Julian Brown <julian@codesourcery.com>
5196
5197 * calls.c (emit_library_call_value_1): Support padding for libcall
5198 arguments and return values.
5199 * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
5200 downwards in big-endian mode.
5201
5202 2011-08-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5203
5204 PR debug/49887
5205 * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
5206 * config/sol2-protos.h: Likewise.
5207 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
5208 solaris_code_end.
5209 * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
5210 * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
5211 solaris_file_end.
5212 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
5213
5214 2011-08-01 Julian Brown <julian@codesourcery.com>
5215
5216 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
5217
5218 2011-08-01 Julian Brown <julian@codesourcery.com>
5219
5220 * final.c (output_addr_const): Print fixed-point constants as
5221 decimal not hex.
5222
5223 2011-08-01 Richard Guenther <rguenther@suse.de>
5224
5225 * stor-layout.c (initialize_sizetypes): Properly sign-extend
5226 bitsiztype TYPE_MAX_VALUE.
5227
5228 2011-08-01 Julian Brown <julian@codesourcery.com>
5229
5230 * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
5231 comparison helpers.
5232
5233 2011-07-31 Richard Henderson <rth@redhat.com>
5234
5235 * config/h8300/crti.asm: Add flags to .section directive.
5236 * config/h8300/crtn.asm: Likewise.
5237
5238 2011-07-31 Richard Henderson <rth@redhat.com>
5239
5240 * stor-layout.c (initialize_sizetypes): Handle unsigned short.
5241 * tree.c (build_common_tree_nodes): Likewise.
5242
5243 2011-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
5244
5245 PR target/49880
5246 * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
5247 (divsi3_i1): Likewise.
5248
5249 2011-07-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5250
5251 PR tree-optimization/49749
5252 * tree-ssa-reassoc.c (get_rank): New forward declaration.
5253 (PHI_LOOP_BIAS): New macro.
5254 (phi_rank): New function.
5255 (loop_carried_phi): Likewise.
5256 (propagate_rank): Likewise.
5257 (get_rank): Add calls to phi_rank and propagate_rank.
5258
5259 2011-07-31 H.J. Lu <hongjiu.lu@intel.com>
5260
5261 * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
5262 of TARGET_64BIT.
5263 (PTRDIFF_TYPE): Likewise.
5264
5265 2011-07-31 Uros Bizjak <ubizjak@gmail.com>
5266
5267 PR target/49920
5268 * config/i386/i386.md (strset): Do not expand strset_singleop
5269 when %eax or $edi are fixed.
5270 (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
5271 (*strsetsi_1): Ditto.
5272 (*strsethi_1): Ditto.
5273 (*strsetqi_1): Ditto.
5274 (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
5275 (*rep_stossi): Ditto.
5276 (*rep_stosqi): Ditto.
5277 (*strlenqi_1): Ditto.
5278 (cmpstrnsi): Also fail when %ecx is fixed.
5279 (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
5280 (*cmpstrnqi_1): Ditto.
5281 (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
5282 (*strmovsi_1): Ditto.
5283 (*strmovhi_1): Ditto.
5284 (*strmovqi_1): Ditto.
5285 (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
5286 (*rep_movsi): Ditto.
5287 (*rep_movqi): Ditto.
5288
5289 2011-07-31 Mikael Pettersson <mikpe@it.uu.se>
5290
5291 PR target/47908
5292 * config/m68k/m68k.c (m68k_override_options_after_change): New function.
5293 Disable instruction scheduling for non-ColdFire targets.
5294 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
5295
5296 2011-07-31 Revital Eres <revital.eres@linaro.org>
5297
5298 * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
5299 of anti-dep edge from a branch.
5300 (add_cross_iteration_register_deps): Create anti-dep edge from
5301 a branch.
5302
5303 2011-07-31 Revital Eres <revital.eres@linaro.org>
5304
5305 * modulo-sched.c: Change comment.
5306 (reset_sched_times): Fix print message.
5307 (print_partial_schedule): Add print info.
5308
5309 2011-07-31 Tom de Vries <tom@codesourcery.com>
5310
5311 PR middle-end/43513
5312 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
5313 get_object_alignment and TYPE_ALIGN.
5314
5315 2011-07-30 Tom de Vries <tom@codesourcery.com>
5316
5317 PR middle-end/43513
5318 * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
5319 (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
5320
5321 2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5322
5323 * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
5324 <sys/sbd.h>.
5325 (cpu_types): New array.
5326 (cputype): New function.
5327 (host_detect_local_cpu): Only define buf, f if !__sgi__.
5328 Use scaninvent instead of /proc/cpuinfo if __sgi__.
5329 * config.host: Also use driver-native.o, mips/x-native on
5330 mips-sgi-irix*.
5331 * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
5332 (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
5333 (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
5334
5335 2011-07-29 Jakub Jelinek <jakub@redhat.com>
5336
5337 PR middle-end/49897
5338 PR middle-end/49898
5339 * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
5340 in nested parallel and outer is a gimple_reg, mark it as addressable
5341 and set its bit in task_shared_vars bitmap too.
5342
5343 2011-07-29 Uros Bizjak <ubizjak@gmail.com>
5344
5345 * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
5346
5347 2011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5348
5349 * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
5350 IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
5351 (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
5352 AMASK_LOCKPFTCHOK): Define.
5353 (host_detect_local_cpu): Remove buf, f, cpu_names.
5354 Define cpu_types, implver, amask.
5355 Use __builtin_alpha_implver, __builtin_alpha_amask to determine
5356 native CPU.
5357 * config.host: Also use driver-alpha.o, alpha/x-alpha on
5358 alpha*-dec-osf*.
5359 * config/alpha/osf5.h [__alpha__ || __alpha]
5360 (host_detect_local_cpu): Declare.
5361 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
5362 (DRIVER_SELF_SPECS): Define.
5363
5364 2011-07-29 Uros Bizjak <ubizjak@gmail.com>
5365
5366 PR target/47715
5367 * config/i386/i386.md (*load_tp_x32): New.
5368 (*load_tp_x32_zext): Ditto.
5369 (*add_tp_x32): Ditto.
5370 (*add_tp_x32_zext): Ditto.
5371 (*load_tp_<mode>): Disable for TARGET_X32 targets.
5372 (*add_tp_<mode>): Ditto.
5373 * config/i386/i386.c (get_thread_pointer): Load thread pointer in
5374 ptr_mode and convert to Pmode if needed.
5375
5376 2011-07-29 Georg-Johann Lay <avr@gjlay.de>
5377
5378 PR target/49687
5379 * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
5380 muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
5381 *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
5382 Add X to register footprint: Clobber r26/r27.
5383
5384 2011-07-29 Richard Guenther <rguenther@suse.de>
5385
5386 * builtins.c (fold_builtin_signbit): Build the comparison
5387 with a proper type.
5388
5389 2011-07-29 Richard Guenther <rguenther@suse.de>
5390
5391 PR tree-optimization/49893
5392 * tree-predcom.c (suitable_reference_p): Volatile references
5393 are not suitable.
5394
5395 2011-07-29 Georg-Johann Lay <avr@gjlay.de>
5396
5397 PR target/49313
5398 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
5399 (__ctzsi2): Result for 0 may be undefined.
5400 (__ctzhi2): Result for 0 may be undefined.
5401 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
5402 (__popcountsi2): Ditto. And don't clobber r26.
5403 (__popcountdi2): Ditto. And don't clobber r27.
5404 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
5405 (parityhi2): New expand.
5406 (paritysi2): New expand.
5407 (popcounthi2): New expand.
5408 (popcountsi2): New expand.
5409 (clzhi2): New expand.
5410 (clzsi2): New expand.
5411 (ctzhi2): New expand.
5412 (ctzsi2): New expand.
5413 (ffshi2): New expand.
5414 (ffssi2): New expand.
5415 (copysignsf3): New insn.
5416 (bswapsi2): New expand.
5417 (*parityhi2.libgcc): New insn.
5418 (*parityqihi2.libgcc): New insn.
5419 (*paritysihi2.libgcc): New insn.
5420 (*popcounthi2.libgcc): New insn.
5421 (*popcountsi2.libgcc): New insn.
5422 (*popcountqi2.libgcc): New insn.
5423 (*popcountqihi2.libgcc): New insn-and-split.
5424 (*clzhi2.libgcc): New insn.
5425 (*clzsihi2.libgcc): New insn.
5426 (*ctzhi2.libgcc): New insn.
5427 (*ctzsihi2.libgcc): New insn.
5428 (*ffshi2.libgcc): New insn.
5429 (*ffssihi2.libgcc): New insn.
5430 (*bswapsi2.libgcc): New insn.
5431
5432 2011-07-29 Richard Guenther <rguenther@suse.de>
5433
5434 * tree-vrp.c (get_value_range): Only set parameter default
5435 definitions to varying, leave others at undefined.
5436 (extract_range_from_binary_expr): Fix undefined handling.
5437 (vrp_visit_phi_node): Handle merged undefined state.
5438
5439 2011-07-29 Wei Guozhi <carrot@google.com>
5440
5441 PR rtl-optimization/49799
5442 * combine.c (make_compound_operation): Check if the bit field is valid
5443 before change it to bit field extraction.
5444
5445 2011-07-29 Bernd Schmidt <bernds@codesourcery.com>
5446
5447 PR rtl-optimization/49891
5448 * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
5449 newly created returnjumps.
5450
5451 2011-07-28 DJ Delorie <dj@redhat.com>
5452
5453 * expr.c (expand_expr_addr_expr_1): Detect a user request for a
5454 local frame in a naked function, and produce a suitable error for
5455 that specific case.
5456
5457 * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
5458 registers to be reloaded in HI classes when the target is HI.
5459
5460 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
5461
5462 * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
5463 bound_one, bound_two.
5464
5465 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
5466
5467 PR middle-end/48648
5468 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
5469 CLAST assignments.
5470 (translate_clast): Same.
5471 (translate_clast_assignment): New.
5472
5473 2011-07-28 Sebastian Pop <sebastian.pop@amd.com>
5474
5475 PR tree-optimization/49876
5476 * sese.c (rename_uses): Do not return false on gloog_error: set
5477 the new_expr to integer_zero_node and continue code generation.
5478 (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
5479
5480 2011-07-28 Jakub Jelinek <jakub@redhat.com>
5481
5482 PR debug/49846
5483 * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
5484 arguments also check if they aren't initialized with a MODE_INT
5485 mode of the same size.
5486
5487 2011-07-28 Aldy Hernandez <aldyh@redhat.com>
5488
5489 * expr.c (get_bit_range): Handle *MEM_REF's.
5490
5491 2011-07-28 Bernd Schmidt <bernds@codesourcery.com>
5492
5493 * rtlanal.c (tablejump_p): False for returns.
5494 * reorg.c (first_active_target_insn): New static function.
5495 (find_end_label): Set JUMP_LABEL for a new returnjump.
5496 (optimize_skip, get_jump_flags, rare_destination,
5497 mostly_true_jump, get_branch_condition,
5498 steal_delay_list_from_target, own_thread_p,
5499 fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
5500 fill_eager_delay_slots, relax_delay_slots, make_return_insns,
5501 dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
5502 * jump.c (delete_related_insns): Likewise.
5503 (jump_to_label_p): New function.
5504 (redirect_target): New static function.
5505 (redirect_exp_1): Use it. Adjust to handle ret_rtx in JUMP_LABELS.
5506 (redirect_jump_1): Assert that the new label is nonnull.
5507 (redirect_jump): Likewise.
5508 (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
5509 * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
5510 exit block.
5511 (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE. All callers
5512 changed. Ensure that the right label is passed to redirect_jump.
5513 * function.c (emit_return_into_block,
5514 thread_prologue_and_epilogue_insns): Ensure new returnjumps have
5515 ret_rtx in their JUMP_LABEL.
5516 * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
5517 * emit-rtl.c (skip_consecutive_labels): Allow the caller to
5518 pass ret_rtx as label.
5519 * cfglayout.c (fixup_reorder_chain): Use
5520 force_nonfallthru_and_redirect rather than force_nonfallthru.
5521 (duplicate_insn_chain): Copy JUMP_LABELs for returns.
5522 * rtl.h (ANY_RETURN_P): New macro.
5523 (jump_to_label_p): Declare.
5524 * resource.c (find_dead_or_set_registers): Handle ret_rtx in
5525 JUMP_LABELs.
5526 (mark_target_live_regs): Likewise.
5527 * basic-block.h (force_nonfallthru_and_redirect): Declare.
5528 * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
5529 * config/alpha/alpha.c (alpha_tablejump_addr_vec,
5530 alpha_tablejump_best_label): Remove functions.
5531 * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
5532 alpha_tablejump_best_label): Remove declarations.
5533 * config/sh/sh.c (barrier_align, split_branches): Adjust for
5534 ret_rtx in JUMP_LABELs.
5535 * config/arm/arm.c (is_jump_table): Likewise.
5536
5537 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
5538
5539 * config/i386/predicates.md (pic_32bit_opreand): Do not define as
5540 special predicate. Remove explicit mode checks.
5541
5542 2011-07-28 Jakub Jelinek <jakub@redhat.com>
5543
5544 * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
5545 DW_AT_data_member_location containing just DW_OP_plus_uconst.
5546
5547 PR debug/49871
5548 * dwarf2out.c (size_of_die, value_format, output_die): Use
5549 DW_FORM_udata instead of DW_FORM_data[48] for
5550 dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
5551
5552 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
5553
5554 * config/i386/i386.md (*tls_global_dynamic_64): Update
5555 length attribute.
5556
5557 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
5558
5559 PR target/47715
5560 * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
5561 tls_symbolic_operand check. Update code sequence for TARGET_X32.
5562 (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
5563 (tls_dynamic_gnu2_64): Ditto.
5564 (*tls_dynamic_gnu2_lea_64): Ditto.
5565 (*tls_dynamic_gnu2_call_64): Ditto.
5566 (*tls_dynamic_gnu2_combine_64): Ditto.
5567
5568 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
5569
5570 * config.gcc: Set need_64bit_hwint to yes for x86 targets.
5571
5572 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
5573
5574 PR target/47364
5575 * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
5576
5577 2011-07-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5578
5579 * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
5580 before the core constraints. Adjust attributes.
5581 ("*thumb2_movdf_vfp"): Likewise.
5582
5583 2011-07-28 Kai Tietz <ktietz@redhat.com>
5584
5585 * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
5586 (simplify_truth_ops_using_ranges): Likewise.
5587 (build_assert_expr_for): Likewise.
5588 (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
5589 and handle BIT_NOT_EXPR for truth-operation.
5590
5591 2011-07-28 Georg-Johann Lay <avr@gjlay.de>
5592
5593 PR target/49313
5594 Undo r176835 from trunk
5595 2011-07-27 Georg-Johann Lay
5596
5597 2011-07-28 Georg-Johann Lay <avr@gjlay.de>
5598
5599 PR target/49687
5600 * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
5601 Add _muluhisi3, _mulshisi3, _usmulhisi3.
5602 * config/avr/libgcc.S (__mulsi3): Rewrite.
5603 (__mulhisi3): Rewrite.
5604 (__umulhisi3): Rewrite.
5605 (__usmulhisi3): New.
5606 (__muluhisi3): New.
5607 (__mulshisi3): New.
5608 (__mulohisi3): New.
5609 (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
5610 declare.
5611 * config/avr/predicates.md (pseudo_register_operand): Rewrite.
5612 (pseudo_register_or_const_int_operand): New.
5613 (combine_pseudo_register_operand): New.
5614 (u16_operand): New.
5615 (s16_operand): New.
5616 (o16_operand): New.
5617 * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
5618 * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
5619 (any_extend, any_extend2): New code iterators.
5620 (extend_prefix): New code attribute.
5621 (mulsi3): Rewrite. Turn insn to expander.
5622 (mulhisi3): Ditto.
5623 (umulhisi3): Ditto.
5624 (usmulhisi3): New expander.
5625 (*mulsi3): New insn-and-split.
5626 (mulu<mode>si3): New insn-and-split.
5627 (muls<mode>si3): New insn-and-split.
5628 (mulohisi3): New insn-and-split.
5629 (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
5630 *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
5631 *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
5632 *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
5633 insn-and-split.
5634 (*mulsi3_call): Rewrite.
5635 (*mulhisi3_call): Rewrite.
5636 (*umulhisi3_call): Rewrite.
5637 (*usmulhisi3_call): New insn.
5638 (*muluhisi3_call): New insn.
5639 (*mulshisi3_call): New insn.
5640 (*mulohisi3_call): New insn.
5641 (extendqihi2): Use combine_pseudo_register_operand as predicate
5642 for operand 1.
5643 (extendqisi2): Ditto.
5644 (zero_extendqihi2): Ditto.
5645 (zero_extendqisi2): Ditto.
5646 (zero_extendhisi2): Ditto.
5647 (extendhisi2): Ditto. Don't early-clobber operand 0.
5648
5649 2011-07-28 Uros Bizjak <ubizjak@gmail.com>
5650
5651 * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
5652
5653 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
5654
5655 PR tree-optimization/49471
5656 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
5657 iv only when the largest type is unsigned. Do not call
5658 lang_hooks.types.type_for_size.
5659
5660 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
5661
5662 PR middle-end/45450
5663 * graphite-poly.c (apply_poly_transforms): Disable legality check
5664 after an openscop read.
5665
5666 2011-07-27 Sebastian Pop <sebastian.pop@amd.com>
5667
5668 PR middle-end/47691
5669 * graphite-clast-to-gimple.c (translate_clast_user): Update use of
5670 copy_bb_and_scalar_dependences.
5671 * sese.c (rename_uses): Do not call gcc_assert. Set gloog_error.
5672 (graphite_copy_stmts_from_block): Update call to rename_uses.
5673 (copy_bb_and_scalar_dependences): Update call to
5674 graphite_copy_stmts_from_block.
5675 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
5676
5677 2011-07-27 Georg-Johann Lay <avr@gjlay.de>
5678
5679 PR target/49313
5680 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
5681 (__ctzsi2): Result for 0 may be undefined.
5682 (__ctzhi2): Result for 0 may be undefined.
5683 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
5684 (__popcountsi2): Ditto. And don't clobber r26.
5685 (__popcountdi2): Ditto. And don't clobber r27.
5686 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
5687 (parityhi2): New expand.
5688 (paritysi2): New expand.
5689 (popcounthi2): New expand.
5690 (popcountsi2): New expand.
5691 (clzhi2): New expand.
5692 (clzsi2): New expand.
5693 (ctzhi2): New expand.
5694 (ctzsi2): New expand.
5695 (ffshi2): New expand.
5696 (ffssi2): New expand.
5697 (copysignsf3): New insn.
5698 (bswapsi2): New expand.
5699 (*parityhi2.libgcc): New insn.
5700 (*parityqihi2.libgcc): New insn.
5701 (*paritysihi2.libgcc): New insn.
5702 (*popcounthi2.libgcc): New insn.
5703 (*popcountsi2.libgcc): New insn.
5704 (*popcountqi2.libgcc): New insn.
5705 (*popcountqihi2.libgcc): New insn-and-split.
5706 (*clzhi2.libgcc): New insn.
5707 (*clzsihi2.libgcc): New insn.
5708 (*ctzhi2.libgcc): New insn.
5709 (*ctzsihi2.libgcc): New insn.
5710 (*ffshi2.libgcc): New insn.
5711 (*ffssihi2.libgcc): New insn.
5712 (*bswapsi2.libgcc): New insn.
5713
5714 2011-07-27 Uros Bizjak <ubizjak@gmail.com>
5715
5716 * config/i386/i386.c (ix86_expand_move): Do not explicitly check
5717 the mode of symbolic_opreand RTXes.
5718
5719 2011-07-27 Uros Bizjak <ubizjak@gmail.com>
5720
5721 * config/i386/predicates.md (x86_64_movabs_operand): Return false
5722 for pic_32bit_operand RTXes.
5723 * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
5724 in DImode.
5725
5726 2011-07-27 Kai Tietz <ktietz@redhat.com>
5727
5728 * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
5729 for 32-bit, too.
5730 (ix86_handle_abi_attribute): Allow function attributes
5731 ms_abi/sysv_abi in 32-bit mode, too.
5732 * doc/extend.texi: Adjust attribute documentation.
5733
5734 * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
5735 expression handling.
5736 (and_var_with_comparison_1): Likewise.
5737
5738 2011-07-27 Aldy Hernandez <aldyh@redhat.com>
5739
5740 * params.h (ALLOW_STORE_DATA_RACES): New.
5741 * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
5742 * Makefile.in (expr.o): Depend on PARAMS_H.
5743 * machmode.h (get_best_mode): Add argument.
5744 * fold-const.c (optimize_bit_field_compare): Add argument to
5745 get_best_mode.
5746 (fold_truthop): Same.
5747 * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
5748 * expr.c (emit_group_store): Same.
5749 (copy_blkmode_from_reg): Same.
5750 (write_complex_part): Same.
5751 (optimize_bitfield_assignment_op): Add argument.
5752 Add argument to get_best_mode.
5753 (get_bit_range): New.
5754 (expand_assignment): Calculate maxbits and pass it down accordingly.
5755 (store_field): New argument.
5756 (expand_expr_real_2): New argument to store_field. Include params.h.
5757 * expr.h (store_bit_field): New argument.
5758 * stor-layout.c (get_best_mode): Restrict mode expansion by taking
5759 into account maxbits.
5760 * calls.c (store_unaligned_arguments_into_pseudos): New argument
5761 to store_bit_field.
5762 * expmed.c (store_bit_field_1): New argument. Use it.
5763 (store_bit_field): Same.
5764 (store_fixed_bit_field): Same.
5765 (store_split_bit_field): Same.
5766 (extract_bit_field_1): Pass new argument to get_best_mode.
5767 (extract_bit_field): Same.
5768 * stmt.c (store_bit_field): Pass new argument to store_bit_field.
5769 * doc/invoke.texi: Document parameter allow-store-data-races.
5770
5771 2011-07-27 Jakub Jelinek <jakub@redhat.com>
5772
5773 * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
5774
5775 2011-07-27 Kai Tietz <ktietz@redhat.com>
5776
5777 * tree-vrp.c (extract_range_from_binary_expr): Remove
5778 TRUTH-binary cases and add new bitwise-cases.
5779 (extract_range_from_assignment): Likewise.
5780 (register_edge_assert_for_1): Likeiwise.
5781 (register_edge_assert_for): Likewise.
5782 (simplify_truth_ops_using_ranges): Likewise.
5783 (simplify_stmt_using_ranges): Likewise.
5784
5785 2011-07-26 H.J. Lu <hongjiu.lu@intel.com>
5786
5787 PR target/47372
5788 * config/i386/i386.c (ix86_delegitimize_address): Call
5789 simplify_gen_subreg for PIC with mode of x only if modes of
5790 x and orig_x are different.
5791
5792 2011-07-26 Jakub Jelinek <jakub@redhat.com>
5793
5794 * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
5795 to GC allocated copy of the string.
5796 (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
5797 before .debug_line, not after it.
5798
5799 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
5800
5801 PR middle-end/47046
5802 * tree-chrec.h (evolution_function_is_affine_p): Recursively call
5803 evolution_function_is_affine_p on CHREC_RIGHT.
5804
5805 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
5806
5807 * tree-data-ref.c (max_stmt_executions_tree): Do not call
5808 lang_hooks.types.type_for_size.
5809
5810 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
5811
5812 PR middle-end/47653
5813 * graphite-scop-detection.c (graphite_can_represent_loop): Discard
5814 loops using wrapping semantics.
5815
5816 2011-07-26 Sebastian Pop <sebastian.pop@amd.com>
5817
5818 PR middle-end/48805
5819 * tree-scalar-evolution.c (instantiate_scev_r): Return
5820 chrec_dont_know for ADDR_EXPR.
5821
5822 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
5823 H.J. Lu <hongjiu.lu@intel.com>
5824
5825 PR target/47369
5826 PR target/49853
5827 * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
5828 if legitimize_tls_address returned operand in wrong mode. Allow
5829 SImode and DImode symbolic operand for PIC. Call convert_to_mode
5830 if legitimize_pic_address returned operand in wrong mode.
5831
5832 2011-07-26 Martin Jambor <mjambor@suse.cz>
5833
5834 * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
5835 return false for invariants.
5836
5837 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
5838
5839 * config/i386/i386.md (add->lea splitter): Implement using SWI
5840 mode iterator. Change operand 2 predicate to <nonmemory_operand>.
5841 (add->lea zext splitter): Change operand 2 predicate to
5842 x86_64_nonmemory_operand.
5843
5844 2011-07-26 Richard Guenther <rguenther@suse.de>
5845
5846 * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
5847 frequency makes everything hot.
5848
5849 2011-07-26 Richard Guenther <rguenther@suse.de>
5850
5851 PR tree-optimization/49840
5852 * tree-vrp.c (range_fits_type_p): Properly handle full
5853 double-int precision.
5854
5855 2011-07-26 Martin Jambor <mjambor@suse.cz>
5856
5857 PR bootstrap/49786
5858 * ipa-cp.c (update_profiling_info): Avoid overflow when updating
5859 counts.
5860 (update_specialized_profile): Likewise.
5861
5862 2011-07-26 Uros Bizjak <ubizjak@gmail.com>
5863 H.J. Lu <hongjiu.lu@intel.com>
5864
5865 PR target/47381
5866 PR target/49832
5867 PR target/49833
5868 * config/i386/i386.md (i): Change SImode attribute to "e".
5869 (g): Change SImode attribute to "rme".
5870 (di): Change SImode attribute to "nF".
5871 (general_operand): Change SImode attribute to x86_64_general_operand.
5872 (general_szext_operand): Change SImode attribute to
5873 x86_64_szext_general_operand.
5874 (immediate_operand): Change SImode attribute to
5875 x86_64_immediate_operand.
5876 (nonmemory_operand): Change SImode attribute to
5877 x86_64_nonmemory_operand.
5878 (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
5879 (*movsi_internal): Ditto. Use "e" constraint in alternative 2.
5880 (*lea_1): Use SWI48 mode iterator.
5881 (*lea_1_zext): New insn pattern.
5882 (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
5883 (*bt<mode>): Ditto.
5884 (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
5885 Update operand constraints.
5886 (addsi_1_zext): Ditto.
5887 (*add<mode>2): Ditto.
5888 (*addsi_3_zext): Ditto.
5889 (*subsi_1_zext): Ditto.
5890 (*subsi_2_zext): Ditto.
5891 (*subsi_3_zext): Ditto.
5892 (*addsi3_carry_zext): Ditto.
5893 (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
5894 (*mulsi3_1_zext): Ditto.
5895 (*andsi_1): Ditto.
5896 (*andsi_1_zext): Ditto.
5897 (*andsi_2_zext): Ditto.
5898 (*<any_or:code>si_1_zext): Ditto.
5899 (*<any_or:code>si_2_zext): Ditto.
5900 (*test<mode>_1): Use <general_operand> predicate for operand 1.
5901 (*and<mode>_2): Ditto.
5902 (mov<mode>cc): Use <general_operand> predicate for operands 1 and 2.
5903 (add->lea splitter): Check operand modes in insn constraint. Extend
5904 operands less than SImode wide to SImode.
5905 (add->lea zext splitter): Do not extend input operands to DImode.
5906 (*lea_general_1): Handle only QImode and HImode operands.
5907 (*lea_general_2): Ditto.
5908 (*lea_general_3): Ditto.
5909 (*lea_general_1_zext): Remove.
5910 (*lea_general_2_zext): Ditto.
5911 (*lea_general_3_zext): Ditto.
5912 (*lea_general_4): Check operand modes in insn constraint. Extend
5913 operands less than SImode wide to SImode.
5914 (ashift->lea splitter): Ditto.
5915 * config/i386/i386.c (ix86_print_operand_address): Print address
5916 registers with 'q' modifier on 64bit targets.
5917 * config/i386/predicates.md (pic_32bit_opreand): Define as special
5918 predicate. Reject non-SI and non-DI modes.
5919
5920 2011-07-25 Andrew Pinski <apinski@cavium.com>
5921
5922 PR tree-opt/49671
5923 * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
5924 TREE_THIS_NOTRAP into the inner most MEM_REF.
5925 Always copy TREE_THIS_VOLATILE.
5926 * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
5927 arguments are not volatile references.
5928
5929 2011-07-25 Richard Henderson <rth@redhat.com>
5930
5931 * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
5932 * final.c (final_scan_insn): Don't test for it.
5933 (rest_of_clean_state): Likewise.
5934
5935 2011-07-25 Richard Henderson <rth@redhat.com>
5936
5937 PR debug/49841
5938 * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
5939 (emit_frame_save): Likewise.
5940 (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
5941 insn onto a dummy blockage insn after the join label.
5942
5943 2011-07-25 Richard Henderson <rth@redhat.com>
5944
5945 * dwarf2cfi.c (dw_trace_info): Add ID member.
5946 (get_trace_index): Remove. Change users to use ID member.
5947 (before_next_cfi_note): New.
5948 (connect_traces): Remove unreachable traces before the main loop.
5949 Look across one trace and generate remember/restore_state if needed.
5950
5951 2011-07-25 Richard Henderson <rth@redhat.com>
5952
5953 * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
5954
5955 2011-07-25 Joern Rennecke <joern.rennecke@embecosm.com>
5956
5957 * genattr.c (write_upcase, gen_attr <enum definition writing>):
5958 Move to ...
5959 * genattr-common.c ... here.
5960 (main): Call gen_attr.
5961 * optc-gen.awk: Make generated program include insn-attr-common.h .
5962 * Makefile.in (oprions.o): Depend on insn-attr-common.h
5963
5964 2011-07-25 Anatoly Sokolov <aesok@post.ru>
5965
5966 * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
5967 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
5968 * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
5969 m32c_print_operand, m32c_print_operand_address): Remove.
5970 * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
5971 Change return type to bool. Change argument type to bool.
5972 (m32c_print_operand, m32c_print_operand_address): Make static.
5973 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
5974 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
5975
5976 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5977
5978 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
5979 attributes): Document mmap.
5980
5981 2011-07-25 Anatoly Sokolov <aesok@post.ru>
5982
5983 * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
5984 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
5985 * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
5986 mmix_print_operand, mmix_print_operand_address): Remove.
5987 * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
5988 Change return type to bool. Change argument type to bool.
5989 (mmix_print_operand, mmix_print_operand_address): Make static.
5990 (mmix_intval, mmix_output_condition): Change 'x' argument type
5991 to const_rtx.
5992 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
5993 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
5994
5995 2011-07-25 Georg-Johann Lay <avr@gjlay.de>
5996
5997 PR target/39386
5998 * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
5999 shift counter for x << x and x >> x shifts.
6000
6001 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6002
6003 PR target/47124
6004 * config.gcc: Reject *-*-solaris2 configuration.
6005
6006 2011-07-25 Richard Sandiford <richard.sandiford@linaro.org>
6007
6008 PR tree-optimization/49809
6009 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
6010 gimple_get_lhs instead of gimple_assign_lhs.
6011
6012 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6013
6014 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
6015
6016 2011-07-25 Richard Guenther <rguenther@suse.de>
6017
6018 PR tree-optimization/49822
6019 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
6020 more. Make sure to preserve stmts with side-effects. Properly
6021 handle virtual defs, follow a longer def chain.
6022
6023 2011-07-22 Romain Geissler <romain.geissler@gmail.com>
6024
6025 PR plugins/45348
6026 PR plugins/48425
6027 PR plugins/46577
6028 * Makefile.in: Do not flatten c-family directory when installing
6029 plugin headers.
6030
6031 2011-07-25 Eric Botcazou <ebotcazou@adacore.com>
6032
6033 * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
6034 original nodes if we are dealing with virtual clones.
6035
6036 2011-07-25 Bernd Schmidt <bernds@codesourcery.com>
6037
6038 * common/config/c6x/c6x-common.c: New file.
6039
6040 2011-07-25 Roman Zhuykov <zhroma@ispras.ru>
6041
6042 * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
6043
6044 2011-07-25 Richard Guenther <rguenther@suse.de>
6045
6046 PR tree-optimization/49715
6047 * tree-vrp.c: Include expr.h and optabs.h.
6048 (range_fits_type_): New function.
6049 (simplify_float_conversion_using_ranges): Likewise.
6050 (simplify_stmt_using_ranges): Call it.
6051 * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
6052 * optabs.c (can_float_p): Export.
6053 * optabs.h (can_float_p): Declare.
6054
6055 2011-07-25 Richard Guenther <rguenther@suse.de>
6056
6057 * tree-vrp.c (num_vr_values, values_propagated): New global vars.
6058 (get_value_range): For out-of-range SSA names or names created
6059 after propagation return a read-only varying range.
6060 (dump_all_value_ranges): Adjust.
6061 (vrp_initialize): Likewise.
6062 (vrp_finalize): Likewise.
6063
6064 2011-07-24 Richard Henderson <rth@redhat.com>
6065
6066 PR debug/49831
6067 * dwarf2cfi.c (connect_traces): Allow unvisited traces. Skip
6068 them entirely.
6069
6070 2011-07-24 Richard Henderson <rth@redhat.com>
6071
6072 PR debug/49825
6073 * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
6074 (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
6075
6076 2011-07-24 Richard Henderson <rth@redhat.com>
6077
6078 PR debug/49827
6079 * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
6080
6081 2011-07-24 Richard Henderson <rth@redhat.com>
6082
6083 * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
6084 Zero args_size for abnormal edges. Adjust all callers.
6085
6086 2011-07-24 Richard Henderson <rth@redhat.com>
6087
6088 PR debug/49825
6089 * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
6090
6091 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
6092
6093 PR bootstrap/49835
6094 * collect2.c (demangle_flag): Removed.
6095
6096 2011-07-24 Sandra Loosemore <sandra@codesourcery.com>
6097
6098 * configure.ac (demangler_in_ld): Default to yes.
6099 * configure: Regenerated.
6100 * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
6101 mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
6102 --no-demangle options straight through to ld. When
6103 HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
6104 way that has the intended effect on Windows.
6105
6106 2011-07-23 Richard Henderson <rth@redhat.com>
6107
6108 * dwarf2cfi.c: Include basic-block.h.
6109 (dw_label_info): Remove.
6110 (trace_work_list, trace_index): New.
6111 (remember_row, emit_cfa_remember): Remove.
6112 (dw_trace_info_hash, dw_trace_info_eq): New.
6113 (get_trace_index, get_trace_info): New.
6114 (save_point_p): New.
6115 (free_cfi_row): Remove.
6116 (add_cfi): Do not emit DW_CFA_remember_state.
6117 (cfa_row_equal_p): New.
6118 (barrier_args_size): Remove.
6119 (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
6120 (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
6121 (maybe_record_trace_start, create_trace_edges, scan_trace): New.
6122 (dwarf2out_cfi_begin_epilogue): Remove.
6123 (dwarf2out_frame_debug_restore_state): Remove.
6124 (connect_traces, create_pseudo_cfg): New.
6125 (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
6126 * Makefile.in (dwarf2cfi.o): Update.
6127
6128 2011-07-23 Richard Henderson <rth@redhat.com>
6129
6130 * dwarf2cfi.c (dw_trace_info): New.
6131 (dw_label_info): New.
6132 (cie_return_save): New.
6133 (cur_trace): New.
6134 (queued_args_size): Rename from args_size. Update all users.
6135 (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
6136 (def_cfa_1): Use cur_trace instead of cfa_*.
6137 (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
6138 (clobbers_queued_reg_save, reg_saved_in): Likewise.
6139 (dwarf2out_frame_debug_expr): Likewise.
6140 (create_cie_data): Split out from ...
6141 (execute_dwarf2_frame): ... here. Initialize cur_trace.
6142
6143 2011-07-23 Richard Henderson <rth@redhat.com>
6144
6145 * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
6146 Update all users to match.
6147 (execute_dwarf2_frame): Free reg_saved_in_data.
6148
6149 2011-07-23 Richard Henderson <rth@redhat.com>
6150
6151 * dwarf2cfi.c (queued_reg_save): Reorder for packing. Don't GTY.
6152 (queued_reg_saves): Don't GTY. Change to a VEC.
6153 (queue_reg_save): Update to match.
6154 (dwarf2out_flush_queued_reg_saves): Likewise.
6155 (clobbers_queued_reg_save): Likewise.
6156 (reg_saved_in): Likewise.
6157 (execute_dwarf2_frame): Free queued_reg_saves.
6158
6159 2011-07-23 Richard Henderson <rth@redhat.com>
6160
6161 * dwarf2cfi.c (dw_cfi_row_ref): Remove. Update all users.
6162
6163 2011-07-23 Richard Henderson <rth@redhat.com>
6164
6165 * dwarf2cfi.c (add_cfi_args_size): Split out from...
6166 (dwarf2out_args_size): ... here.
6167 (add_cfi_restore): Split out from ...
6168 (dwarf2out_frame_debug_cfa_restore): ... here.
6169 (def_cfa_0): Split out from ...
6170 (def_cfa_1): ... here.
6171 (cfi_oprnd_equal_p, cfi_equal_p): New.
6172 (change_cfi_row): New.
6173 (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
6174 (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
6175 (output_cfis): Remove.
6176 * dwarf2out.c (output_fde): Simplify output_cfi loop.
6177 (dwarf2out_switch_text_section): Don't call output_cfis.
6178 (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
6179 * dwarf2out.h: Update decls.
6180 (enum dw_val_class): Add dw_val_class_none.
6181
6182 2011-07-23 Richard Henderson <rth@redhat.com>
6183
6184 * dwarf2cfi.c (update_row_reg_save): New.
6185 (dwarf2out_frame_debug_cfa_expression): Use it.
6186 (dwarf2out_frame_debug_cfa_restore): Likewise.
6187 (reg_save): Likewise. Do not emit DW_CFA_same_value.
6188
6189 2011-07-23 Richard Henderson <rth@redhat.com>
6190
6191 * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn. Update all users.
6192
6193 2011-07-23 Richard Henderson <rth@redhat.com>
6194
6195 * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
6196 (cie_cfi_row): New.
6197 (new_cfi_row, copy_cfi_row, free_cfi_row): New.
6198 (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
6199 (cur_row, remember_row): New.
6200 (def_cfa_1): Use cur_row instead of the old_* variables.
6201 (dwarf2out_frame_debug_restore_state): Similarly.
6202 (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
6203 (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
6204 (dwarf2out_frame_debug_adjust_cfa): Likewise.
6205 (dwarf2out_frame_debug_cfa_offset): Likewise.
6206 (dwarf2out_frame_debug_expr): Likewise.
6207 (execute_dwarf2_frame): Set up cur_row.
6208 * dwarf2out.h (struct cfa_loc): Mark for GTY.
6209
6210 2011-07-23 Richard Henderson <rth@redhat.com>
6211
6212 * basic-block.h (EDGE_PRESERVE): New.
6213 (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
6214 * bb-reorder.c: Include except.h.
6215 (fix_up_crossing_landing_pad): New.
6216 (find_rarely_executed_basic_blocks_and_crossing_edges): Place
6217 landing pads in the right partition. Duplicate as necessary.
6218 (partition_hot_cold_basic_blocks): Fix up DF info after
6219 duplicating landing pads.
6220 * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
6221 * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
6222 is set properly. Validate that EH edges are not CROSSING.
6223 * except.c (expand_dw2_landing_pad_for_region): Split out from ...
6224 (dw2_build_landing_pads): ... here.
6225 (convert_to_eh_region_ranges): Remove code to fixup crossing
6226 landing pads.
6227 * except.h (expand_dw2_landing_pad_for_region): Declare.
6228 * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
6229
6230 2011-07-23 Richard Earnshaw <rearnsha@arm.com>
6231
6232 PR target/49816
6233 * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
6234
6235 2011-07-22 Jason Merrill <jason@redhat.com>
6236
6237 * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
6238
6239 2011-07-22 Richard Henderson <rth@redhat.com>
6240
6241 * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
6242
6243 2011-07-22 Richard Henderson <rth@redhat.com>
6244
6245 * jump.c (maybe_propagate_label_ref): Split out of...
6246 (mark_all_labels): ... here. Do not attempt label_ref
6247 propagation while in cfglayout mode.
6248
6249 2011-07-22 Jakub Jelinek <jakub@redhat.com>
6250
6251 * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
6252 (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
6253 (dwarf_attr_name): Handle DW_AT_GNU_macros.
6254 (dwarf2out_define): If the vector is empty and
6255 lineno is 0, emit a dummy entry first.
6256 (dwarf2out_undef): Likewise. Remove redundant semicolon.
6257 (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
6258 optimize_macinfo_range): New functions.
6259 (output_macinfo): Use them. If !dwarf_strict and .debug_str is
6260 mergeable, optimize longer strings using
6261 DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
6262 optimize longer sequences of define/undef ops from headers
6263 using DW_MACRO_GNU_transparent_include. For !dwarf_strict
6264 emit a section headers.
6265 (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
6266 and macinfo_section_label to DEBUG_MACRO_SECTION
6267 resp. DEBUG_MACRO_SECTION_LABEL.
6268 (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
6269 instead of DW_AT_macro_info.
6270
6271 PR other/32998
6272 * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
6273 options.
6274 * dwarf2out.c: Include opts.h.
6275 (dchar_p): New typedef. Define heap VEC for it.
6276 (producer_string): New variable.
6277 (gen_producer_string): New function.
6278 (gen_compile_unit_die): Use it.
6279 (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
6280 * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
6281 * doc/invoke.texi: Document -grecord-gcc-switches and
6282 -gno-record-gcc-switches, add a -grecord-gcc-switches reference
6283 to -frecord-gcc-switches description.
6284
6285 2011-07-22 Jason Merrill <jason@redhat.com>
6286
6287 PR c++/30112
6288 * c-decl.c (c_linkage_bindings): Define.
6289
6290 2011-07-22 Eric Botcazou <ebotcazou@adacore.com>
6291
6292 PR debug/49815
6293 * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
6294
6295 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
6296
6297 * config/i386/i386.c (ix86_option_override_internal): Disallow
6298 MS ABI in x32 mode.
6299 (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
6300 only for TARGET_LP64.
6301 (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
6302
6303 2011-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
6304
6305 * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
6306 avoid warnings when GCC is built with a C++ compiler.
6307
6308 2011-07-22 Martin Jambor <mjambor@suse.cz>
6309
6310 PR lto/49796
6311 * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
6312 if decl node is in another partition, call cgraph_get_node only once.
6313
6314 2011-07-22 Uros Bizjak <ubizjak@gmail.com>
6315
6316 * config.gcc (x86_64-*-linux*): Set
6317 default_gnu_indirect_function to yes.
6318
6319 2011-07-22 Richard Guenther <rguenther@suse.de>
6320
6321 PR tree-optimization/45819
6322 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
6323 preserve volatile and notrap flags.
6324
6325 2011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6326 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6327
6328 PR bootstrap/49794
6329 * configure.ac: Test AM_ICONV with CXX.
6330 * configure: Regenerate.
6331 * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
6332
6333 2011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6334
6335 PR bootstrap/49797
6336 * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
6337 (set_cloog_options): Use it.
6338
6339 2011-07-22 Jakub Jelinek <jakub@redhat.com>
6340
6341 PR c++/49756
6342 * gcc.c (main): Call stack_limit_increase (64MB).
6343 * toplev.c (toplev_main): Likewise.
6344
6345 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
6346
6347 * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
6348 instead of force_reg.
6349
6350 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
6351
6352 * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
6353 needed and use force_reg after convert.
6354 (ix86_expand_call): Likewise.
6355 (ix86_expand_special_args_builtin): Likewise.
6356 (ix86_expand_builtin): Likewise.
6357
6358 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6359
6360 PR middle-end/47654
6361 PR middle-end/49649
6362 * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
6363 in parameter. Initialize v1 and v2 based on the values returned
6364 by clast_name_to_lb_ub.
6365 (type_for_clast_red): Pass v1 and v2 in parameter, and set their
6366 values.
6367 (type_for_clast_bin): Same.
6368 (type_for_clast_expr): Same.
6369 (type_for_clast_eq): Update calls to type_for_clast_expr.
6370 (type_for_clast_for): Same.
6371 (build_iv_mapping): Same.
6372 * graphite-ppl.h (value_min): New.
6373
6374 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6375
6376 * graphite-clast-to-gimple.c (type_for_interval): Generate signed
6377 types whenever possible.
6378
6379 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6380
6381 * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
6382 and ub fields.
6383 (new_clast_name_index): Add lb and ub parameters.
6384 (free_clast_name_index): New.
6385 (clast_name_to_lb_ub): New.
6386 (save_clast_name_index): Add lb and ub parameters.
6387 (compute_bounds_for_param): New.
6388 (type_for_level): Removed.
6389 (type_for_clast_for): Removed level parameter. Do not call
6390 type_for_level.
6391 (graphite_create_new_loop): Store the lb and ub for the clast_name
6392 of the iterator of the loop that has been generated.
6393 (graphite_create_new_loop_guard): Remove parameter level.
6394 (create_params_index): Store the lb and ub of each parameter.
6395 (gloog): Use free_clast_name_index. Pass to create_params_index
6396 the current scop.
6397
6398 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6399
6400 * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
6401 (max_precision_type): Inline max_signed_precision_type.
6402 (type_for_clast_red): Use max_precision_type.
6403 (type_for_clast_bin): Same.
6404 (type_for_clast_for): Same.
6405
6406 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6407
6408 * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
6409 type_for_interval.
6410 (gcc_type_for_value): Renamed type_for_value.
6411 (gcc_type_for_clast_term): Renamed type_for_clast_term.
6412 (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
6413 (gcc_type_for_clast_red): Renamed type_for_clast_red.
6414 (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
6415 (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
6416 (graphite_translate_clast_equation): Update calls.
6417 (compute_type_for_level): Renamed type_for_level.
6418 (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
6419 (build_iv_mapping): Update calls.
6420 (graphite_create_new_loop_guard): Same.
6421
6422 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6423
6424 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
6425 comment.
6426
6427 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6428
6429 * graphite-clast-to-gimple.c (struct ivs_params): New.
6430 (clast_name_to_gcc): Use ivs_params to pass around parameters.
6431 (clast_to_gcc_expression): Same.
6432 (clast_to_gcc_expression_red): Same.
6433 (gcc_type_for_clast_term): Same.
6434 (gcc_type_for_clast_expr): Same.
6435 (gcc_type_for_clast_red): Same.
6436 (gcc_type_for_clast_bin): Same.
6437 (gcc_type_for_clast_eq): Same.
6438 (graphite_translate_clast_equation): Same.
6439 (graphite_create_guard_cond_expr): Same.
6440 (graphite_create_new_guard): Same.
6441 (graphite_create_new_loop): Same.
6442 (build_iv_mapping): Same.
6443 (translate_clast_user): Same.
6444 (graphite_create_new_loop_guard): Same.
6445 (translate_clast): Same.
6446 (translate_clast_for_loop): Same.
6447 (translate_clast_for): Same.
6448 (translate_clast_guard): Same.
6449 (initialize_cloog_names): Fix typo.
6450 (gloog): Initialize an ivs_params struct, pass it to translate_clast.
6451
6452 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6453
6454 * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
6455 (new_clast_name_index): Add level parameter.
6456 (clast_name_to_level): New.
6457 (save_clast_name_index): Add level parameter.
6458 (newivs_to_depth_to_newiv): Removed.
6459 (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
6460 (graphite_create_new_loop): Add level parameter. Pass level to
6461 save_clast_name_index.
6462 (translate_clast_for_loop): Pass level to graphite_create_new_loop.
6463 (create_params_index): Pass level to save_clast_name_index.
6464
6465 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6466
6467 * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
6468 recompute type, lb, and ub. Get them from...
6469 (graphite_create_new_loop_guard): ...here. Pass in parameter
6470 pointers to type, lb, and ub.
6471 (translate_clast_for_loop): Update function calls.
6472 (translate_clast_for): Same.
6473
6474 2011-07-21 Sebastian Pop <sebastian.pop@amd.com>
6475
6476 * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
6477 psct_dynamic_dim.
6478 (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
6479 (gcc_type_for_iv_of_clast_loop): Update use of level.
6480 (gloog): Start counting nesting level from 0.
6481 * graphite-clast-to-gimple.h (get_scattering_level): Removed.
6482 * graphite-dependences.c (graphite_carried_dependence_level_k): Call
6483 psct_dynamic_dim on level.
6484
6485 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
6486
6487 * config/i386/i386.c (ix86_legitimize_address): Convert to
6488 Pmode if needed.
6489
6490 2011-07-21 H.J. Lu <hongjiu.lu@intel.com>
6491
6492 * config/i386/i386.c (function_value_64): Always return pointers
6493 in Pmode.
6494 (ix86_promote_function_mode): New.
6495 (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
6496
6497 2011-07-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6498
6499 PR tree-optimization/49749
6500 * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
6501 remove no-longer-used maxrank variable.
6502
6503 2011-07-21 Georg-Johann Lay <avr@gjlay.de>
6504
6505 * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
6506
6507 2011-07-21 Jason Merrill <jason@redhat.com>
6508
6509 * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
6510 * recog.h (struct insn_data_d): Check it instead of
6511 HAVE_DESIGNATED_INITIALIZERS.
6512 * genoutput.c (output_insn_data): Likewise.
6513
6514 2011-07-21 Richard Guenther <rguenther@suse.de>
6515
6516 PR tree-optimization/49770
6517 * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
6518 valueized any operand. Renamed from ...
6519 (valueize_refs): ... this. New wrapper around valueize_refs_1.
6520 (valueize_shared_reference_ops_from_ref): Return whether we
6521 valueized any operand.
6522 (vn_reference_lookup): Only when we valueized any operand
6523 use the valueized reference for alias analysis. Do not preserve
6524 the original reference tree in this case.
6525
6526 2011-07-21 Uros Bizjak <ubizjak@gmail.com>
6527
6528 * config/i386/i386.c (ix86_decompose_address): Reject all but
6529 register operands and subregs of DImode hard registers in index.
6530
6531 2011-07-21 Kai Tietz <ktietz@redhat.com>
6532
6533 * fold-const.c (fold_unary_loc): Preserve indirect
6534 comparison cast to none-boolean type.
6535 * tree-ssa.c (useless_type_conversion_p): Preserve cast
6536 from/to boolean-type.
6537 * gimplify.c (gimple_boolify): Handle boolification of comparisons.
6538 (gimplify_expr): Boolifiy non aggregate-typed comparisons.
6539 * tree-cfg.c (verify_gimple_comparison): Check result
6540 type of comparison expression.
6541 * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
6542 of condition result and disallow type-cast sinking into comparison.
6543
6544 2011-07-21 Richard Guenther <rguenther@suse.de>
6545
6546 * tree-ssa-forwprop.c (combine_conversions): Return whether
6547 we have to run cfg-cleanup. Properly remove dead stmts.
6548 (ssa_forward_propagate_and_combine): Adjust.
6549
6550 2011-07-21 Richard Sandiford <richard.sandiford@linaro.org>
6551
6552 * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
6553
6554 2011-07-21 Kai Tietz <ktietz@redhat.com>
6555
6556 * tree-ssa-propagate.c (substitute_and_fold): Use
6557 do_dce flag to deside, if BB's statements are scanned
6558 in last to first, or first to last order.
6559
6560 2011-07-21 Georg-Johann Lay <avr@gjlay.de>
6561
6562 * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
6563
6564 2011-07-20 H.J. Lu <hongjiu.lu@intel.com>
6565 Uros Bizjak <ubizjak@gmail.com>
6566 Richard Henderson <rth@redhat.com>
6567
6568 * config/i386/constraints.md (w): New.
6569
6570 * config/i386/i386.c (ix86_output_addr_vec_elt): Check
6571 TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
6572
6573 * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
6574 instead of TARGET_64BIT.
6575
6576 * config/i386/i386.md (indirect_jump): Replace
6577 nonimmediate_operand with indirect_branch_operand.
6578 (*indirect_jump): Likewise. Replace constraint "m" with "w".
6579 (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
6580 Convert operand 0 to Pmode for x32 if not PIC.
6581 (*tablejump_1): Replace nonimmediate_operand with
6582 indirect_branch_operand. Replace constraint "m" with "w".
6583 (*call_vzeroupper): Replace constraint "m" with "w".
6584 (*call): Likewise.
6585 (*call_rex64_ms_sysv_vzeroupper): Likewise.
6586 (*call_rex64_ms_sysv): Likewise.
6587 (*call_value_vzeroupper): Likewise.
6588 (*call_value): Likewise.
6589 (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
6590 (*call_value_rex64_ms_sysv): Likewise.
6591 (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
6592
6593 * config/i386/predicates.md (indirect_branch_operand): New.
6594 (call_insn_operand): Support x32.
6595
6596 2011-07-20 Michael Eager <eager@eagercon.com>
6597
6598 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
6599
6600 2011-07-20 Richard Henderson <rth@redhat.com>
6601
6602 * cfg.c (dump_bb_info): Dump basic_block->flags.
6603 * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
6604
6605 2011-07-20 Uros Bizjak <ubizjak@gmail.com>
6606
6607 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
6608 of DImode hard registers in index.
6609 (ix86_legitimate_address_p): Allow subregs of base and index to span
6610 more than a word. Assert that subregs of base and index satisfy
6611 register_no_elim_operand predicates. Reject addresses where
6612 base and index have different modes.
6613
6614 2011-07-20 Robert Millan <rmh@gnu.org>
6615
6616 * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
6617
6618 2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6619
6620 * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
6621 removing now-unnecessary assignment.
6622
6623 2011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6624
6625 * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
6626 memory address space to the type's address space.
6627
6628 2011-07-20 Georg-Johann Lay <avr@gjlay.de>
6629
6630 PR target/36467
6631 PR target/49687
6632 * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
6633 and expand appropriately if there is a CONST_INT in operand2.
6634 (usmulqihi3): New insn.
6635 (*sumulqihi3): New insn.
6636 (*osmulqihi3): New insn.
6637 (*oumulqihi3): New insn.
6638 (*muluqihi3.uconst): New insn_and_split.
6639 (*muluqihi3.sconst): New insn_and_split.
6640 (*mulsqihi3.sconst): New insn_and_split.
6641 (*mulsqihi3.uconst): New insn_and_split.
6642 (*mulsqihi3.oconst): New insn_and_split.
6643 (*ashifthi3.signx.const): New insn_and_split.
6644 (*ashifthi3.signx.const7): New insn_and_split.
6645 (*ashifthi3.zerox.const): New insn_and_split.
6646 (mulsqihi3): New insn.
6647 (muluqihi3): New insn.
6648 (muloqihi3): New insn.
6649 * config/avr/predicates.md (const_2_to_7_operand): New.
6650 (const_2_to_6_operand): New.
6651 (u8_operand): New.
6652 (s8_operand): New.
6653 (o8_operand): New.
6654 (s9_operand): New.
6655 (register_or_s9_operand): New.
6656
6657 2011-07-20 Kai Tietz <ktietz@redhat.com>
6658
6659 * builtins.c (fold_builtin_expect): See through the cast
6660 from truthvalue_type_node to long.
6661
6662 2011-07-20 Michael Meissner <meissner@linux.vnet.ibm.com>
6663
6664 * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
6665 where we can use them from the standard and altivec instruction
6666 sets, instead of always using the 3 operand VSX forms that require
6667 the destination to overlap one of the inputs.
6668 (vsx_fms*): Ditto.
6669 (vsx_fnma*): Ditto.
6670 (vsx_fnms*): Ditto.
6671
6672 * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
6673 for DF types.
6674 (fmsdf4_fpr): Ditto.
6675 (nfmadf4_fpr): Ditto.
6676 (nfmsdf4_fpr): Ditto.
6677
6678 2011-07-20 Sandra Loosemore <sandra@codesourcery.com>
6679
6680 * genrecog.c (make_insn_sequence): Correct position numbering
6681 when filtering out match_scratch and match_dup.
6682
6683 2011-07-20 Richard Guenther <rguenther@suse.de>
6684
6685 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
6686 against already removed statements.
6687 (forward_propagate_into_comparison): Remove dead defining stmts.
6688 (forward_propagate_into_gimple_cond): Likewise.
6689 (forward_propagate_into_cond): Simplify.
6690 (ssa_forward_propagate_and_combine): Handle changed cfg from
6691 forward_propagate_into_comparison.
6692 * tree-ssa-phiopt.c (conditional_replacement): Use proper
6693 locations for newly built statements.
6694
6695 2011-07-20 Georg-Johann Lay <avr@gjlay.de>
6696
6697 * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
6698
6699 2011-07-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6700
6701 * config/s390/s390.c (s390_class_max_nregs): Fix return type.
6702 * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
6703
6704 2011-07-20 Richard Guenther <rguenther@suse.de>
6705
6706 PR middle-end/18908
6707 * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
6708 * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
6709 ADDR_EXPR folding. Canonicalize X ^ ~0 as ~X.
6710
6711 2011-07-20 Vladimir Makarov <vmakarov@redhat.com>
6712
6713 * config/frv/frv.c (frv_register_move_cost): Define explicitly
6714 costs for subclasses of GR_REGS.
6715
6716 2011-07-20 Uros Bizjak <ubizjak@gmail.com>
6717
6718 PR target/49780
6719 * config/i386/predicates.md (no_seg_addres_operand): No more special.
6720 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
6721 of DImode hard registers in base.
6722 (ix86_legitimate_address_p): Allow SImode and DImode base and index
6723 registers.
6724
6725 2011-07-20 Richard Guenther <rguenther@suse.de>
6726
6727 * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
6728 (unify_nodes): Deal with that.
6729 (solve_graph): Likewise.
6730
6731 2011-07-20 Chung-Lin Tang <cltang@codesourcery.com>
6732
6733 * config/arm/arm.c (arm_canonicalize_comparison): Add case to
6734 canonicalize left operand from ZERO_EXTEND to AND.
6735
6736 2011-07-20 Anatoly Sokolov <aesok@post.ru>
6737
6738 * target.def (class_max_nregs): New hook.
6739 * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
6740 * doc/tm.texi: Regenerate.
6741 * targhooks.c (default_class_max_nregs): New function.
6742 * targhooks.h (default_class_max_nregs): Declare.
6743 * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
6744 x_ira_reg_class_min_nregs arrays to unsigned char.
6745 * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
6746 hook instead of CLASS_MAX_NREGS macro.
6747 * reginfo.c (restore_register_info): Ditto.
6748 * ira-conflicts.c (process_regs_for_copy): Use
6749 ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
6750 Change type rclass and aclass vars to reg_class_t.
6751 * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
6752 array instead of CLASS_MAX_NREGS macro. Change type rclass var to
6753 reg_class_t.
6754 * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
6755 Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
6756
6757 * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
6758 * config/i386/i386.c (ix86_class_max_nregs): New function.
6759 (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
6760 instead of CLASS_MAX_NREGS macro.
6761 (TARGET_CLASS_MAX_NREGS): Define.
6762 * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
6763 * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
6764 * config/avr/avr.c (class_max_nregs): Remove function.
6765 * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
6766 * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
6767 * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
6768 * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
6769 * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
6770 * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
6771 * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
6772 * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
6773 * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
6774 * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
6775 * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
6776 * config/score/score.h (CLASS_MAX_NREGS): Remove.
6777 * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
6778 * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
6779 * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
6780
6781 2011-07-19 Eric Botcazou <ebotcazou@adacore.com>
6782
6783 * cif-code.def (OVERWRITABLE): Fix typo and move around.
6784 (TARGET_OPTIMIZATION_MISMATCH): Delete.
6785 (EH_PERSONALITY): Fix typo.
6786 (NON_CALL_EXCEPTIONS): Fix message.
6787 (OPTIMIZATION_MISMATCH): Adjust message.
6788 * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
6789
6790 2011-07-19 Ian Lance Taylor <iant@google.com>
6791
6792 * doc/install.texi (Configuration): Document
6793 --enable-build-poststage1-with-cxx.
6794
6795 2011-07-19 Robert Millan <rmh@gnu.org>
6796
6797 * config/mips/gnu-user.h: Copy from linux.h. Update comments.
6798 (GLIBC_DYNAMIC_LINKER): Remove.
6799
6800 * config/mips/gnu-user64.h: Copy from linux64.h. Update comments.
6801 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
6802 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
6803 (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
6804 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
6805 GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
6806
6807 * config/mips/linux.h: Remove everything except for ...
6808 (GLIBC_DYNAMIC_LINKER): ... this macro.
6809
6810 * config/mips/linux64.h: Remove everything except for ...
6811 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
6812 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
6813 (BIONIC_DYNAMIC_LINKERN32): ... these macros.
6814 (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
6815 (GNU_USER_LINK_EMULATIONN32): New macros.
6816
6817 * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
6818 Use the new headers.
6819
6820 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
6821
6822 * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
6823 Add offset_known_p and size_known_p fields.
6824 (MEM_OFFSET_KNOWN_P): Update accordingly.
6825 (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
6826 * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
6827 (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
6828 (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
6829 (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
6830 (init_emit_regs): Likewise.
6831
6832 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
6833
6834 * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
6835 (MEM_OFFSET): Change from returning an rtx to returning a
6836 HOST_WIDE_INT.
6837 * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
6838 (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
6839 * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
6840 (clear_mem_offset): Declare.
6841 * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
6842 MEM_OFFSET_KNOWN_P to test whether the offset is known, and
6843 MEM_OFFSET to get a HOST_WIDE_INT offset.
6844 (nonoverlapping_memrefs_p): Likewise. Adjust calls to...
6845 (adjust_offset_for_component_ref): Take a bool "known_p"
6846 parameter and a HOST_WIDE_INT "offset" parameter.
6847 * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
6848 Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
6849 than an rtx. Use clear_mem_offset to clear the offset.
6850 * cfgcleanup.c (merge_memattrs): Likewise.
6851 * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
6852 * function.c (assign_parm_find_stack_rtl): Likewise.
6853 (assign_parm_setup_stack): Likewise.
6854 * print-rtl.c (print_rtx): Likewise.
6855 * reload.c (find_reloads_subreg_address): Likewise.
6856 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
6857 * var-tracking.c (INT_MEM_OFFSET): Likewise.
6858 * emit-rtl.c (set_reg_attrs_from_value): Likewise.
6859 (get_mem_align_offset): Likewise.
6860 (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
6861 (clear_mem_offset): New function.
6862 * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
6863 offset rather than an rtx. Assume both the expressio and offset
6864 are available.
6865 (r10k_needs_protection_p_1): Update accordingly, checking the
6866 expression and offset availability here instead.
6867
6868 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
6869
6870 * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
6871 (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
6872 * rtl.h (MEM_SIZE_KNOWN_P): New macro.
6873 (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
6874 * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
6875 (clear_mem_size): Declare.
6876 * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
6877 (clear_mem_size): New function.
6878 * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
6879 MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
6880 to get a HOST_WIDE_INT size. Adjust calls to set_mem_size,
6881 passing a HOST_WIDE_INT rather than an rtx. Use clear_mem_size
6882 to clear the size.
6883 (nonoverlapping_memrefs_p): Likewise.
6884 * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
6885 (expand_builtin_init_trampoline): Likewise.
6886 * calls.c (compute_argument_addresses): Likewise.
6887 * cfgcleanup.c (merge_memattrs): Likewise.
6888 * dce.c (find_call_stack_args): Likewise.
6889 * dse.c (record_store, scan_insn): Likewise.
6890 * dwarf2out.c (dw_sra_loc_expr): Likewise.
6891 * expr.c (emit_block_move_hints): Likewise.
6892 * function.c (assign_parm_find_stack_rtl): Likewise.
6893 * print-rtl.c (print_rtx): Likewise.
6894 * reload.c (find_reloads_subreg_address): Likewise.
6895 * rtlanal.c (may_trap_p_1): Likewise.
6896 * var-tracking.c (track_expr_p): Likewise.
6897 * varasm.c (assemble_trampoline_template): Likewise.
6898 * config/arm/arm.c (arm_print_operand): Likewise.
6899 * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
6900 * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
6901 (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
6902 (expand_constant_setmem_prologue): Likewise.
6903 * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
6904 * config/rs6000/rs6000.c (expand_block_move): Likewise.
6905 (adjacent_mem_locations): Likewise.
6906 * config/s390/s390.c (s390_expand_setmem): Likewise.
6907 (s390_expand_insv): Likewise.
6908 * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
6909 (*extendqi<mode>2_short_displ): Likewise.
6910 * config/sh/sh.c (expand_block_move): Likewise.
6911 * config/sh/sh.md (extv, extzv): Likewise.
6912
6913 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
6914
6915 * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
6916 (mem_attrs_htab_eq): ...here.
6917 (find_mem_attrs): Replace with...
6918 (set_mem_attrs): ...this function. Take a mem_attrs structure
6919 rather than individual fields.
6920 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
6921 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
6922 (set_mem_size, change_address, adjust_address_1, offset_address)
6923 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
6924 Update accordingly.
6925
6926 2011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
6927
6928 * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
6929 (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
6930 Provide a dummy definition of MEM_ADDR_SPACE for generators.
6931 (target_rtl): Add x_mode_mem_attrs.
6932 (mode_mem_attrs): New macro.
6933 (get_mem_attrs): New function.
6934 * emit-rtl.c (get_mem_attrs): Rename to...
6935 (find_mem_attrs): ...this.
6936 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
6937 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
6938 (set_mem_size, change_address, adjust_address_1, offset_address)
6939 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
6940 Update accordingly.
6941 (init_emit_regs): Initialize mode_mem_attrs.
6942
6943 2011-07-19 Richard Guenther <rguenther@suse.de>
6944
6945 * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
6946 TRUTH_*_EXPR handling.
6947 * tree-ssa-operands.c (get_expr_operands): Likewise.
6948 * tree-ssa-pre.c (fully_constant_expression): Likewise.
6949 * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
6950 Likewise.
6951 (is_and_or_or): Likewise.
6952 (is_norm_cond_subset_of): Likewise.
6953
6954 2011-07-19 Richard Guenther <rguenther@suse.de>
6955
6956 * tree.h (fold_build_pointer_plus_loc): New helper function.
6957 (fold_build_pointer_plus_hwi_loc): Likewise.
6958 (fold_build_pointer_plus): Define.
6959 (fold_build_pointer_plus_hwi): Likewise.
6960 * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
6961 (fold_builtin_memory_op): Likewise.
6962 (fold_builtin_stpcpy): Likewise.
6963 (fold_builtin_memchr): Likewise.
6964 (fold_builtin_strstr): Likewise.
6965 (fold_builtin_strchr): Likewise.
6966 (fold_builtin_strrchr): Likewise.
6967 (fold_builtin_strpbrk): Likewise.
6968 (fold_builtin_strcat): Likewise.
6969 (expand_builtin_memory_chk): Likewise.
6970 (fold_builtin_memory_chk): Likewise.
6971 * c-typeck.c (build_unary_op): Likewise.
6972 * cgraphunit.c (thunk_adjust): Likewise.
6973 * fold-const.c (build_range_check): Likewise.
6974 (fold_binary_loc): Likewise.
6975 * omp-low.c (extract_omp_for_data): Likewise.
6976 (expand_omp_for_generic): Likewise.
6977 (expand_omp_for_static_nochunk): Likewise.
6978 (expand_omp_for_static_chunk): Likewise.
6979 * tree-affine.c (add_elt_to_tree): Likewise.
6980 * tree-data-ref.c (split_constant_offset_1): Likewise.
6981 * tree-loop-distribution.c (generate_memset_zero): Likewise.
6982 * tree-mudflap.c (mf_xform_derefs_1): Likewise.
6983 * tree-predcom.c (ref_at_iteration): Likewise.
6984 * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
6985 (add_to_parts): Likewise.
6986 (create_mem_ref): Likewise.
6987 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
6988 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
6989 (number_of_iterations_le): Likewise.
6990 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
6991 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
6992 (vect_create_addr_base_for_vector_ref): Likewise.
6993 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
6994 (vect_create_cond_for_alias_checks): Likewise.
6995 * tree-vrp.c (extract_range_from_assert): Likewise.
6996 * config/alpha/alpha.c (alpha_va_start): Likewise.
6997 (alpha_gimplify_va_arg_1): Likewise.
6998 * config/i386/i386.c (ix86_va_start): Likewise.
6999 (ix86_gimplify_va_arg): Likewise.
7000 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
7001 * config/mep/mep.c (mep_expand_va_start): Likewise.
7002 (mep_gimplify_va_arg_expr): Likewise.
7003 * config/mips/mips.c (mips_va_start): Likewise.
7004 (mips_gimplify_va_arg_expr): Likewise.
7005 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
7006 * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
7007 (rs6000_gimplify_va_arg): Likewise.
7008 * config/s390/s390.c (s390_va_start): Likewise.
7009 (s390_gimplify_va_arg): Likewise.
7010 * config/sh/sh.c (sh_va_start): Likewise.
7011 (sh_gimplify_va_arg_expr): Likewise.
7012 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
7013 * config/spu/spu.c (spu_va_start): Likewise.
7014 (spu_gimplify_va_arg_expr): Likewise.
7015 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
7016 Likewise.
7017 (xstormy16_gimplify_va_arg_expr): Likewise.
7018 * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
7019 (xtensa_gimplify_va_arg_expr): Likewise.
7020
7021 2011-07-19 Richard Guenther <rguenther@suse.de>
7022
7023 * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
7024 (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
7025 handling.
7026
7027 PR middle-end/18908
7028 * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
7029 result of BIT_*_EXPR to bitfield precision.
7030
7031 2011-07-19 Richard Sandiford <richard.sandiford@linaro.org>
7032
7033 PR tree-optimization/49742
7034 * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
7035 as a potential write.
7036
7037 2011-07-19 Richard Guenther <rguenther@suse.de>
7038
7039 * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
7040 * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
7041 (forward_propagate_comparison): Simplify, remove obsolete code.
7042
7043 2011-07-19 Richard Guenther <rguenther@suse.de>
7044
7045 * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
7046 BIT_XOR_EXPR, same as the RTL expander does.
7047 * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
7048 (verify_gimple_assign_unary): Likewise.
7049 * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
7050 * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
7051 BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
7052
7053 2011-07-19 Jakub Jelinek <jakub@redhat.com>
7054
7055 PR tree-optimization/49768
7056 * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
7057 if offset is smaller than bitoffset, but offset+size is bigger
7058 than bitoffset.
7059
7060 2011-07-19 Ira Rosen <ira.rosen@linaro.org>
7061
7062 PR tree-optimization/49771
7063 * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
7064 zero step, set segment length to the size of the data-ref's type.
7065
7066 2011-07-18 Martin Jambor <mjambor@suse.cz>
7067
7068 * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
7069 comments.
7070 (ipcp_values_pool): Declare.
7071 (ipcp_sources_pool): Likewise.
7072 (ipcp_lattice): Changed to forward declaration.
7073 (ipa_param_descriptor): Removed fields ipcp_lattice, types and
7074 cannot_devirtualize.
7075 (ipa_node_params): New fields descriptors, lattices, known_vals,
7076 clone_for_all_contexts and node dead, removed fields params and
7077 count_scale.
7078 (ipa_set_param_count): Removed.
7079 (ipa_get_param_count): Made to work with descriptors vector.
7080 (ipa_get_param): Updated.
7081 (ipa_param_cannot_devirtualize_p): Removed.
7082 (ipa_param_types_vec_empty): Likewise.
7083 (ipa_set_param_used): New function.
7084 (ipa_get_param_used): Updated to use descriptors vector.
7085 (ipa_func_list): Removed.
7086 (ipa_init_func_list): Removed declaration.
7087 (ipa_push_func_to_list_1): Likewise.
7088 (ipa_pop_func_from_list): Likewise.
7089 (ipa_push_func_to_list): Removed.
7090 (ipa_lattice_from_jfunc): Remove declaration.
7091 (ipa_get_jf_pass_through_result): Declare.
7092 (ipa_get_jf_ancestor_result): Likewise.
7093 (ipa_value_from_jfunc): Likewise.
7094 (ipa_get_lattice): Update.
7095 (ipa_lat_is_single_const): New function.
7096 * ipa-prop.c (ipa_push_func_to_list_1): Removed.
7097 (ipa_init_func_list): Likewise.
7098 (ipa_pop_func_from_list): Likewise.
7099 (ipa_get_param_decl_index): Fix coding style.
7100 (count_formal_params): Removed.
7101 (count_formal_params_1): Renamed to count_formal_params.
7102 (ipa_populate_param_decls): Update to use descriptors vector.
7103 (ipa_initialize_node_params): Likewise.
7104 (visit_ref_for_mod_analysis): Use ipa_set_param_used.
7105 (ipa_analyze_params_uses): Likewise.
7106 (ipa_free_node_params_substructures): Likewise and free also lattices
7107 and known values.
7108 (duplicate_array): Removed.
7109 (ipa_edge_duplication_hook): Add the new edge to the list of edge
7110 clones.
7111 (ipa_node_duplication_hook): Update to use new lattices.
7112 (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
7113 (ipa_free_all_structures_after_iinln): Likewise.
7114 (ipa_write_node_info): Update to use new lattices.
7115 (ipa_read_node_info): Likewise.
7116 (ipa_get_jf_pass_through_result): New function.
7117 (ipa_get_jf_ancestor_result): Likewise.
7118 (ipa_value_from_jfunc): Likewise.
7119 (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
7120 * ipa-cp.c: Reimplemented.
7121 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
7122 (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
7123 (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
7124 * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
7125 * doc/invoke.texi (devirt-type-list-size): Removed description.
7126 (ipa-cp-value-list-size): Added description.
7127
7128 2011-07-18 Richard Henderson <rth@redhat.com>
7129
7130 * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
7131 before calling create_basic_block.
7132
7133 2011-07-18 Jakub Jelinek <jakub@redhat.com>
7134
7135 PR middle-end/49675
7136 * tree.c (build_common_builtin_nodes): Register
7137 __builtin_return_address, __cyg_profile_func_enter
7138 and __cyg_profile_func_exit.
7139
7140 2011-07-18 Richard Henderson <rth@redhat.com>
7141
7142 * bb-reorder.c (emit_barrier_after_bb): Split out of ...
7143 (add_labels_and_missing_jumps): ... here.
7144 (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
7145
7146 2011-07-18 Uros Bizjak <ubizjak@gmail.com>
7147
7148 PR target/47744
7149 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
7150 of DImode hard registers in PLUS address chains.
7151
7152 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7153
7154 PR bootstrap/49769
7155 * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
7156 (alpha*-*-freebsd*): Likewise.
7157 (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
7158 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
7159 i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
7160 crtprec80.o, crtfastmath.o to extra_parts for all targets.
7161 (ia64*-*-elf*): Remove extra_parts.
7162 (sparc-*-linux*): Add crtfastmath.o to extra_parts.
7163 (sparc64-*-linux*): Likewise.
7164 (sparc64-*-freebsd*): Likewise.
7165
7166 Revert:
7167 * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
7168 (ia64*-*-linux*): Likewise.
7169 (mips64*-*-linux*): Likewise.
7170 (mips*-*-linux*): Likewise.
7171
7172 2011-07-18 David Edelsohn <dje.gcc@gmail.com>
7173
7174 * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
7175
7176 2011-07-18 Richard Guenther <rguenther@suse.de>
7177
7178 * gimplify.c (gimplify_expr): Use input_location, not saved_location
7179 when building new trees.
7180
7181 2011-07-18 Richard Guenther <rguenther@suse.de>
7182
7183 * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
7184 expansion result to bitfield precision if required.
7185
7186 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7187
7188 * config.gcc (i[3456x]86-*-netware*): Remove.
7189
7190 * gthr-nks.h: Remove.
7191 * configure.ac (enable_threads): Remove nks.
7192 * configure: Regenerate.
7193
7194 * config/i386/i386.c (ix86_encode_section_info): Remove netware
7195 reference.
7196 * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
7197 <netware.h> reference.
7198
7199 * config/i386/netware-libgcc.c,
7200 gcc/config/i386/netware-libgcc.def,
7201 gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
7202 gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
7203 gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
7204 gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
7205
7206 * doc/extend.texi (Function Attributes,
7207 callee_pop_aggregate_return): Remove i?86-netware reference.
7208 * doc/install.texi (Configuration, --enable-threads): Remove nks.
7209
7210 2011-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7211
7212 PR target/49746
7213 Revert:
7214 2010-12-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7215
7216 * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
7217 patterns.
7218
7219 2011-07-17 Eric Botcazou <ebotcazou@adacore.com>
7220
7221 PR middle-end/49732
7222 * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
7223
7224 2011-07-16 Matthias Klose <doko@ubuntu.com>
7225
7226 * doc/install.texi: Document --enable-static-libjava.
7227
7228 2011-07-15 Richard Henderson <rth@redhat.com>
7229
7230 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
7231 Replace all three arguments by returning a VEC of edges.
7232 (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
7233 pointers and counts.
7234 (fix_edges_for_rarely_executed_code): Merge ...
7235 (rest_of_handle_partition_blocks): ... into...
7236 (partition_hot_cold_basic_blocks): ... here. Return todo items if
7237 any work was performed.
7238 (pass_partition_blocks): Clear todo_flags_finish.
7239
7240 2011-07-15 Paolo Carlini <paolo.carlini@oracle.com>
7241 Jakub Jelinek <jakub@redhat.com>
7242 Jonathan Wakely <jwakely.gcc@gmail.com>
7243
7244 PR libstdc++/49745
7245 * gthr-posix.h: Do not include <unistd.h> unconditionally; use
7246 _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
7247
7248 2011-07-15 Jason Merrill <jason@redhat.com>
7249
7250 PR testsuite/49741
7251 * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
7252 rather than --tool_opts.
7253
7254 2011-07-15 Basile Starynkevitch <basile@starynkevitch.net>
7255
7256 * doc/plugins.texi (Building GCC plugins): gengtype needs its
7257 corresponding gtype.state.
7258
7259 2011-07-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7260
7261 PR target/49723
7262 * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
7263
7264 2011-07-15 Eric Botcazou <ebotcazou@adacore.com>
7265
7266 PR target/48220
7267 * doc/md.texi (Standard Names): Document window_save.
7268 * cfgexpand.c (expand_debug_parm_decl): New function extracted from
7269 expand_debug_expr and expand_debug_source_expr. If the target has
7270 a window_save instruction, adjust the ENTRY_VALUE_EXP.
7271 (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
7272 SSA_NAME_VAR is a parameter.
7273 (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
7274 * var-tracking.c (parm_reg_t): New type and associated vector type.
7275 (windowed_parm_regs): New variable.
7276 (adjust_insn): If the target has a window_save instruction and this
7277 is the instruction, make its effect on parameter registers explicit.
7278 (next_non_note_insn_var_location): New function.
7279 (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
7280 (vt_add_function_parameter): If the target has a window_save insn,
7281 adjust the incoming RTL and record that in windowed_parm_regs.
7282 (vt_finalize): Free windowed_parm_regs.
7283
7284 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
7285
7286 * doc/invoke.texi (C6X Options): New section.
7287 * doc/md.texi (TI C6X family): New section.
7288 * config.gcc: Handle tic6x, in particular tic6x-*-elf and
7289 tic6x-*-uclinux.
7290 * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
7291 count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
7292 Provide C6X definitions.
7293 * config/c6x/c6x.md: New file.
7294 * config/c6x/constraints.md: New file.
7295 * config/c6x/predicates.md: New file.
7296 * config/c6x/c6x-sched.md.in: New file.
7297 * config/c6x/c6x-sched.md: New file.
7298 * config/c6x/gensched.sh: New file.
7299 * config/c6x/c6x-mult.md.in: New file.
7300 * config/c6x/genmult.sh: New file.
7301 * config/c6x/c6x-mult.md: New file.
7302 * config/c6x/sync.md: New file.
7303 * config/c6x/c6x-protos.h: New file.
7304 * config/c6x/sfp-machine.h: New file.
7305 * config/c6x/c6x.c: New file.
7306 * config/c6x/c6x.h: New file.
7307 * config/c6x/crti.s: New file.
7308 * config/c6x/crtn.s: New file.
7309 * config/c6x/lib1funcs.asm: New file.
7310 * config/c6x/c6x-modes.def: New file.
7311 * config/c6x/genopt.sh: New file.
7312 * config/c6x/c6x.opt: New file.
7313 * config/c6x/c6x-tables.opt: New file.
7314 * config/c6x/c6x-opts.h: New file.
7315 * config/c6x/c6x-isas.def: New file.
7316 * config/c6x/elf.h: New file.
7317 * config/c6x/elf-common.h: New file.
7318 * config/c6x/uclinux-elf.h: New file.
7319 * config/c6x/t-c6x: New file.
7320 * config/c6x/t-c6x-elf: New file.
7321 * config/c6x/t-c6x-uclinux: New file.
7322 * config/c6x/t-c6x-softfp: New file.
7323 * config/c6x/gtd.c: New file.
7324 * config/c6x/gtf.c: New file.
7325 * config/c6x/ltd.c: New file.
7326 * config/c6x/ltf.c: New file.
7327 * config/c6x/ged.c: New file.
7328 * config/c6x/gef.c: New file.
7329 * config/c6x/led.c: New file.
7330 * config/c6x/lef.c: New file.
7331 * config/c6x/eqd.c: New file.
7332 * config/c6x/eqf.c: New file.
7333 * config/c6x/libgcc-c6xeabi.ver: New file.
7334
7335 Revert
7336 2003-07-10 Eric Botcazou <ebotcazou@libertysurf.fr>
7337 PR rtl-optimization/11320
7338 * sched-int.h (struct deps) [reg_conditional_sets]: New field.
7339 (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
7340 * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
7341 current_sched_info->compute_jump_reg_dependencies. Record which
7342 registers are used and which registers are set by the jump.
7343 Clear deps->reg_conditional_sets after a barrier.
7344 Set deps->reg_conditional_sets if the insn is a COND_EXEC.
7345 Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
7346 (init_deps): Initialize reg_conditional_sets.
7347 (free_deps): Clear reg_conditional_sets.
7348 * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
7349 Mark registers live on entry of the fallthrough block and conditionally
7350 set as set by the jump. Mark registers live on entry of non-fallthrough
7351 blocks as used by the jump.
7352 * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
7353 Mark new parameters as unused.
7354
7355 2011-07-14 Andrew Pinski <pinskia@gmail.com>
7356
7357 PR tree-opt/49309
7358 * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
7359 Use fold_build2_loc instead of build2.
7360 Use the correct type for the new tree.
7361
7362 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
7363
7364 PR rtl-optimization/11320
7365 * config/ia64/ia64.md (load_symptr_low): Show a MEM.
7366 * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
7367
7368 2011-07-14 Georg-Johann Lay <avr@gjlay.de>
7369
7370 PR target/49487
7371 * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
7372 of REG.
7373 (*rotw<mode>): Use const_int_operand for operand2.
7374 Use match_scatch for operand3.
7375 (*rotb<mode>): Ditto
7376 * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
7377
7378 2011-07-14 Richard Guenther <rguenther@suse.de>
7379
7380 PR tree-optimization/49651
7381 * tree-ssa-structalias.c (get_constraint_for_1): Properly
7382 handle dereferences with subvariables.
7383
7384 2011-07-14 Richard Guenther <rguenther@suse.de>
7385
7386 * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
7387 (fold_stmt_1): Do it here directly on gimple and as a first thing.
7388
7389 2011-07-14 Richard Guenther <rguenther@suse.de>
7390
7391 * fold-const.c (fold_binary_loc): Convert the !bool_var result,
7392 not bool_var when folding bool_var != 1 or bool_var == 0.
7393
7394 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
7395
7396 * haifa-sched.c (schedule_insns): Remove outdated comment.
7397 (schedule_block): When computing a known value for TODO_SPEC,
7398 just set it rather than using logical operations.
7399 (try_ready): Likewise. Use a local variable rather than a
7400 pointer to TODO_SPEC. Reorder an if statement to move the
7401 easy case to the then block.
7402 * sched-deps.c (dep_spec_p): New static function.
7403 (update_dep): Use it to decide whether to call
7404 change_spec_dep_to_hard.
7405 (get_back_and_forw_lists): Use it.
7406 (sd_resolve_dep): Likewise.
7407 (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
7408 (haifa_note_mem_dep): Likewise.
7409 (check_dep): Likewise.
7410 (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
7411 (sched_free_deps): Free in two passes.
7412
7413 2011-07-14 Richard Sandiford <richard.sandiford@linaro.org>
7414
7415 PR middle-end/49736
7416 * expr.c (all_zeros_p): Undo bogus part of last change.
7417
7418 2011-07-14 Matthias Klose <doko@ubuntu.com>
7419
7420 * doc/extend.texi (optimize attribute): Fix typo.
7421
7422 2011-07-14 Richard Guenther <rguenther@suse.de>
7423
7424 * gimplify.c (gimplify_expr): Only do required conversions.
7425
7426 2011-07-14 Georg-Johann Lay <avr@gjlay.de>
7427
7428 PR target/43746
7429 * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
7430 i.e. use default_elf_select_section.
7431 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
7432 (READONLY_DATA_SECTION_ASM_OP): Remove.
7433 (TARGET_ASM_NAMED_SECTION): Move from here...
7434 * config/avr/avr.c: ...to here.
7435 (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
7436 (avr_asm_named_section): Make static.
7437
7438 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7439
7440 PR bootstrap/49739
7441 * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
7442 and crtfastmath.o for Linux/x86.
7443
7444 2011-07-14 Bernd Schmidt <bernds@codesourcery.com>
7445
7446 * haifa-sched.c: Include "hashtab.h"
7447 (sched_no_dce): New global variable.
7448 (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
7449 SHADOW_P): New macros.
7450 (last_clock_var, cycle_issued_insns): Move declarations.
7451 (must_backtrack): New static variable.
7452 (struct delay_pair): New structure.
7453 (delay_htab, delay_htab_i2): New static variables.
7454 (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
7455 record_delay_slot_pair, pair_delay, add_delay_dependencies): New
7456 functions.
7457 (dep_cost_1): If delay pairs exist, try to look up the insns and
7458 use the correct pair delay if we find them.
7459 (rank-for_schedule): Tweak priority for insns that must be scheduled
7460 soon to avoid backtracking.
7461 (queue_insn): Detect conditions which force backtracking.
7462 (ready_add): Likewise.
7463 (struct sched_block_state): Add member shadows_only_p.
7464 (struct haifa_save_data): New structure.
7465 (backtrack_queue): New static variable.
7466 (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
7467 unschedule_insns_until, restore_last_backtrack_point,
7468 free_topmost_backtrack_point, free_backtrack_queue,
7469 estimate_insn_tick, estimate_shadow_tick): New functions.
7470 (prune_ready_list): New arg shadows_only_p. All callers changed.
7471 If true, remove everything that isn't SHADOW_P. Look up delay
7472 pairs and estimate ticks to avoid scheduling the first insn too early.
7473 (verify_shadows): New function.
7474 (schedule_block): Add machinery to enable backtracking.
7475 (sched_init): Take sched_no_dce into account when setting
7476 DF_LR_RUN_DCE.
7477 (free_delay_pairs): New function.
7478 (init_h_i_d): Initialize INSN_EXACT_TICK.
7479 * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
7480 * sched-deps.c (sd_unresolve_dep): New function.
7481 * sched-int. (struct haifa_sched_info): New fields save_state
7482 and restore_state.
7483 (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
7484 feeds_backtrack_insn and shadow_p.
7485 (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
7486 (sched_no_dce): Declare variable.
7487 (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
7488 sd_unresolve_dep): Declare functions.
7489 * modulo-sched.c (sms_sched_info): Clear the two new fields.
7490 * sched-rgn.c (rgn_const_sched_info): Likewise.
7491 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
7492 * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
7493 (ebb_sched_info): Add them for the two new fields.
7494 (add_deps_for_risky_insns): Call add_delay_dependencies.
7495
7496 2011-07-13 Michael Meissner <meissner@linux.vnet.ibm.com>
7497
7498 * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
7499 Rename -mr11.
7500 * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
7501 (rs6000_call_indirect_aix): Ditto.
7502 * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
7503 (call_indirect_aix<ptrsize>_internal): Ditto.
7504 (call_indirect_aix<ptrsize>_nor11): Ditto.
7505 (call_indirect_aix<ptrsize>_internal2): Ditto.
7506 (call_value_indirect_aix<ptrsize>): Ditto.
7507 (call_value_indirect_aix<ptrsize>_internal): Ditto.
7508 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
7509 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
7510 * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
7511
7512 2011-07-13 Jason Merrill <jason@redhat.com>
7513
7514 * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
7515
7516 2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7517
7518 * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
7519 * config/spu/spu.md ("clrsb<mode>2"): New expander.
7520
7521 2011-07-13 Thomas Schwinge <thomas@schwinge.name>
7522
7523 * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
7524 * configure: Regenerate.
7525
7526 2011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7527
7528 * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
7529 (asm_file_start): Remove.
7530 (spu_machine_dependent_reorg): Call compute_bb_for_insn and
7531 free_bb_for_insn around code that modifies insns before
7532 restarting df analysis.
7533
7534 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7535
7536 PR target/49541
7537 * config/sol2.h (LIB_SPEC): Simplify. Move LIB_THREAD_LDFLAGS_SPEC ...
7538 (LINK_SPEC): ... here.
7539
7540 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
7541
7542 * haifa-sched.c (struct sched_block_state): New.
7543 (schedule_block): Move some local variables into such a structure.
7544
7545 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7546
7547 * config/i386/crtprec.c: Move to ../libgcc/config/i386.
7548 * config/i386/t-crtpc: Remove.
7549 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
7550 * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
7551 tmake_file.
7552 (x86_64-*-darwin*): Likewise.
7553 (i[34567]86-*-linux*): Likewise.
7554 (x86_64-*-linux*): Likewise.
7555
7556 * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
7557 Handle -mpc32, -mpc64, -mpc80.
7558
7559 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7560
7561 * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
7562 * config/alpha/t-crtfm: Remove.
7563 * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
7564 * config/i386/t-crtfm: Remove.
7565 * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
7566 * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
7567 * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
7568 * config/sparc/t-crtfm: Remove.
7569
7570 * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
7571 (alpha*-*-freebsd*): Likewise.
7572 (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
7573 (x86_64-*-darwin*): Likewise.
7574 (i[34567]86-*-linux*): Likewise.
7575 (x86_64-*-linux*): Likewise.
7576 (x86_64-*-mingw*): Likewise.
7577 (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
7578 (ia64*-*-freebsd*): Likewise.
7579 (ia64*-*-linux*): Likewise.
7580 (mips64*-*-linux*): Likewise.
7581 (mips*-*-linux*): Likewise.
7582 (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
7583 (sparc64-*-linux*): Likewise.
7584 (sparc64-*-freebsd*): Likewise.
7585
7586 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7587
7588 * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
7589 * config/darwin-crt3.c: Move to ../libgcc/config.
7590 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
7591 ($(T)crt3$(objext)): Remove.
7592 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
7593 ($(T)crt2$(objext)): Remove.
7594 * config.gcc (powerpc-*-darwin*): Remove extra_parts.
7595 (powerpc64-*-darwin*): Likewise.
7596
7597 2011-07-13 H.J. Lu <hongjiu.lu@intel.com>
7598
7599 * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
7600
7601 * config/i386/i386.md (*addsi_1_zext): Renamed to ...
7602 (addsi_1_zext): This.
7603
7604 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
7605
7606 * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
7607 * doc/tm.texi: Regenerate.
7608 * target.def (mergeable_rodata_prefix): New defhookpod.
7609 * varasm.c (mergeable_string_section, mergeable_constant_section):
7610 Use it. Allocate name with alloca.
7611
7612 2011-07-13 H.J. Lu <hongjiu.lu@intel.com>
7613
7614 * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
7615
7616 2011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
7617
7618 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
7619 overlap check.
7620
7621 2011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
7622
7623 * tree.h (categorize_ctor_elements): Remove comment. Fix long line.
7624 (count_type_elements): Delete.
7625 (complete_ctor_at_level_p): Declare.
7626 * expr.c (flexible_array_member_p): New function, split out from...
7627 (count_type_elements): ...here. Make static. Replace allow_flexarr
7628 parameter with for_ctor_p. When for_ctor_p is true, return the
7629 number of elements that should appear in the top-level constructor,
7630 otherwise return an estimate of the number of scalars.
7631 (categorize_ctor_elements): Replace p_must_clear with p_complete.
7632 (categorize_ctor_elements_1): Likewise. Use complete_ctor_at_level_p.
7633 (complete_ctor_at_level_p): New function, borrowing union logic
7634 from old categorize_ctor_elements_1.
7635 (mostly_zeros_p): Return true if the constructor is not complete.
7636 (all_zeros_p): Update call to categorize_ctor_elements.
7637 * gimplify.c (gimplify_init_constructor): Update call to
7638 categorize_ctor_elements. Don't call count_type_elements.
7639 Unconditionally prevent clearing for variable-sized types,
7640 otherwise rely on categorize_ctor_elements to detect
7641 incomplete initializers.
7642
7643 2011-07-13 Richard Guenther <rguenther@suse.de>
7644
7645 * tree-vrp.c (simplify_conversion_using_ranges): Make sure
7646 the final type is integral.
7647
7648 2011-07-13 Bernd Schmidt <bernds@codesourcery.com>
7649
7650 * sched-int.h (struct _dep): Add member cost.
7651 (DEP_COST, UNKNOWN_DEP_COST): New macros.
7652 * sched-deps.c (init_dep_1): Initialize DEP_COST.
7653 * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
7654 (sched_change_pattern): Reset it for dependent insns.
7655
7656 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7657
7658 * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
7659 ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
7660 * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
7661 * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
7662 (CRT0_S, MCRT0_S): Remove.
7663 ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
7664 Remove.
7665 (s-crt0): Remove.
7666 * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
7667
7668 2011-07-12 Eric Botcazou <ebotcazou@adacore.com>
7669
7670 * cse.c (insert_with_costs): Put semi-colon after empty loop body
7671 on the next line.
7672 * emit-rtl.c (push_to_sequence): Likewise.
7673 * haifa-sched.c (max_issue): Likewise.
7674 * matrix-reorg.c (add_allocation_site): Likewise.
7675 * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
7676 * reload.c (alternative_allows_const_pool_ref): Likewise.
7677 * sched-rgn.c (rgn_add_block): Likewise.
7678 (rgn_fix_recovery_cfg): Likewise.
7679 * tree.c (attribute_list_contained): Likewise.
7680
7681 2011-07-12 Uros Bizjak <ubizjak@gmail.com>
7682
7683 * config/i386/i386.c: Tidy processor feature bitmasks.
7684 (m_P4_NOCONA): New.
7685
7686 2011-07-12 Andrew Pinski <pinskia@gmail.com>
7687
7688 PR rtl-opt/49474
7689 * cprop.c (find_implicit_sets): Correct the condition.
7690
7691 2011-07-12 Richard Henderson <rth@redhat.com>
7692
7693 PR target/49713
7694 * dwarf2out.h (dwarf_frame_regnum): Remove.
7695 * dwarf2out.c (based_loc_descr): Revert last change. Initialize regno
7696 earlier from DWARF_FRAME_REGNUM. Never use dbx_reg_number.
7697 * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
7698 (execute_dwarf2_frame): Initialize them.
7699 (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
7700 users of the macros with the variables.
7701 (expand_builtin_dwarf_sp_column): Revert last change.
7702 (expand_builtin_init_dwarf_reg_sizes): Likewise. Compute the
7703 result of DWARF_FRAME_REGNUM into a local variable.
7704
7705 2011-07-12 Richard Henderson <rth@redhat.com>
7706
7707 PR target/49714
7708 * config/i386/i386.c (x86_output_mi_thunk): Use
7709 machopic_indirect_call_target instead of machopic_indirection_name
7710 directly.
7711
7712 2011-07-12 Laurent GUERBY <laurent@guerby.net>
7713 Eric Botcazou <ebotcazou@adacore.com>
7714
7715 * prefix.h: Wrap up in extern "C" block.
7716
7717 2011-07-12 Harsha Jagasia <harsha.jagasia@amd.com>
7718
7719 AMD bdver2 Enablement
7720 * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
7721 (case ${target}): Add bdver2.
7722 * config/i386/driver-i386.c (host_detect_local_cpu): Let
7723 -march=native recognize bdver2 processors.
7724 * config/i386/i386-c.c (ix86_target_macros_internal): Add
7725 bdver2 def_and_undef
7726 * config/i386/i386.c (struct processor_costs bdver2_cost): New
7727 bdver2 cost table.
7728 (m_BDVER2): New definition.
7729 (m_AMD_MULTIPLE): Includes m_BDVER2.
7730 (initial_ix86_tune_features): Add bdver2 tuning.
7731 (processor_target_table): Add bdver2 entry.
7732 (static const char *const cpu_names): Add bdver2 entry.
7733 (ix86_option_override_internal): Add bdver2 instruction sets.
7734 (ix86_issue_rate): Add bdver2.
7735 (ix86_adjust_cost): Add bdver2.
7736 (has_dispatch): Add bdver2.
7737 * config/i386/i386.h (TARGET_BDVER2): New definition.
7738 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
7739 (enum processor_type): Add PROCESSOR_BDVER2.
7740 * config/i386/i386.md (define_attr "cpu"): Add bdver2.
7741 * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
7742 description.
7743
7744 2011-07-12 Richard Henderson <rth@redhat.com>
7745
7746 PR target/49714
7747 * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
7748 destination address in memory on some paths.
7749
7750 2011-07-12 Bernd Schmidt <bernds@codesourcery.com>
7751
7752 * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
7753 TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
7754 (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
7755 * function.c (locate_and_pad_parm): Take it into account.
7756 * target.def (function_arg_round_boundary): New hook.
7757 * targhooks.c (default_function_arg_round_boundary): New function.
7758 * targhooks.h (default_function_arg_round_boundary): Declare.
7759 * doc/tm.texi: Regenerate.
7760
7761 2011-07-12 Richard Guenther <rguenther@suse.de>
7762
7763 * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
7764 Do not perform no-op changes.
7765
7766 2011-07-12 Richard Sandiford <richard.sandiford@linaro.org>
7767
7768 * config/arm/predicates.md (neon_struct_operand): Make a normal
7769 predicate.
7770 (neon_struct_or_register_operand): New predicate.
7771 * config/arm/neon.md (movmisalign<mode>): Replace predicates
7772 with neon_struct_or_register_operand.
7773 (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
7774 neon_struct_operand instead of memory_operand.
7775
7776 2011-07-12 Martin Jambor <mjambor@suse.cz>
7777
7778 * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
7779 * cgraph.c (cgraph_get_node_or_alias): Removed.
7780 (change_decl_assembler_name): Changed all calls to
7781 cgraph_get_node_or_alias to a call to cgraph_get_node.
7782 (cgraph_make_decl_local): Likewise.
7783 * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
7784 * varasm.c (default_binds_local_p_1): Likewise.
7785 (decl_binds_to_current_def_p): Likewise.
7786
7787 2011-07-12 Jakub Jelinek <jakub@redhat.com>
7788
7789 PR tree-optimization/49712
7790 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
7791
7792 2011-07-11 Bernd Schmidt <bernds@codesourcery.com>
7793
7794 * genautomata.c (add_arc): Return void. All callers changed.
7795 (make_automaton): Remove dead code.
7796
7797 2011-07-11 Richard Henderson <rth@redhat.com>
7798
7799 * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
7800 (DW_FRAME_POINTER_REGNUM): New.
7801 (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
7802 (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
7803 (dwf_regno): New.
7804 (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
7805 dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
7806 dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
7807 Use it.
7808 * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
7809 * dwarf2out.h (dwarf_frame_regnum): New.
7810 (struct cfa_loc): Document the domain of the reg member.
7811
7812 2011-07-11 Uros Bizjak <ubizjak@gmail.com>
7813
7814 * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
7815 Use offset everywhere. Always assert that offset <= TRAMPOLINE_SIZE.
7816
7817 2011-07-11 Jakub Jelinek <jakub@redhat.com>
7818
7819 PR debug/49676
7820 * dwarf2out.c (int_shift_loc_descriptor): New function.
7821 (int_loc_descriptor): If shorter, emit i as
7822 (i >> shift), shift, DW_OP_shl for suitable shift value.
7823 Similarly, try to optimize large negative values using
7824 DW_OP_neg of a positive value if shorter.
7825 (size_of_int_shift_loc_descriptor): New function.
7826 (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
7827 changes.
7828 (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
7829 that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
7830 DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
7831 is shorter.
7832 (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
7833 addend as added DW_OP_plus if it is shorter.
7834
7835 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7836
7837 * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
7838 (DTORS_SECTION_ASM_OP): Define.
7839
7840 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7841
7842 * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
7843 * config/t-dfprules: Move to ../libgcc/config.
7844 * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
7845 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
7846 i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
7847 (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
7848 Likewise.
7849 (i[34567]86-*-cygwin*): Likewise.
7850 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
7851 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
7852 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
7853 (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
7854 D64PBIT_FUNCS, D128PBIT_FUNCS.
7855
7856 2011-07-11 Richard Guenther <rguenther@suse.de>
7857
7858 * tree-vrp.c (simplify_conversion_using_ranges): Manually
7859 translate the source value-range through the conversion chain.
7860
7861 2011-07-11 Richard Sandiford <richard.sandiford@linaro.org>
7862
7863 * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
7864
7865 2011-07-11 Arthur Loiret <aloiret@debian.org>
7866
7867 * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
7868 a bi-arch compiler defaulting to 31-bit. In this case:
7869 (tmake_file): Add s390/t-linux64.
7870 * doc/install.texi: Add s390-linux to the list of targets supporting
7871 --enable-targets=all.
7872
7873 2011-07-11 Arthur Loiret <aloiret@debian.org>
7874 Matthias Klose <doko@debian.org>
7875
7876 * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
7877 a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
7878 (tm_file): Add mips/linux64.h.
7879 (tmake_file): Add mips/t-linux64.
7880 (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
7881 * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
7882 instead of hardcoded mabi=n32.
7883 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
7884 tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
7885 convention.
7886
7887 2011-07-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7888
7889 * passes.c (init_optimization_passes): Add invariant motion pass
7890 after induction variable optimization.
7891
7892 2011-07-11 Georg-Johann Lay <avr@gjlay.de>
7893
7894 PR target/39633
7895 * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
7896 offsets 1..5 set cc0 in a usable way.
7897
7898 2011-07-11 Romain Geissler <romain.geissler@gmail.com>
7899
7900 * tree.h (call_expr_arg): Remove.
7901 (call_expr_argp): Likewise.
7902
7903 2011-07-11 Eric Botcazou <ebotcazou@adacore.com>
7904
7905 * config/sparc/sparc.md (save_register_window_1): Rename to...
7906 (window_save): ...this.
7907 * config/sparc/sparc.c (emit_save_register_window): Rename to...
7908 (emit_window_save): ...this.
7909 (sparc_expand_prologue): Adjust to above renaming.
7910
7911 2011-07-10 H.J. Lu <hongjiu.lu@intel.com>
7912
7913 * config/i386/i386.c (ix86_trampoline_init): Use movl instead
7914 of movabs for x32.
7915
7916 2011-07-10 Richard Henderson <rth@redhat.com>
7917
7918 * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
7919 run final, instead of emitting text directly.
7920
7921 2011-07-10 H.J. Lu <hongjiu.lu@intel.com>
7922
7923 * config/i386/i386.c (ix86_option_override_internal): Turn on
7924 OPTION_MASK_ISA_64BIT for TARGET_X32. Only allow small and
7925 small PIC models for TARGET_X32.
7926
7927 2011-07-10 Hans-Peter Nilsson <hp@axis.com>
7928
7929 PR target/49684
7930 * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
7931 $(LIBGCC2_CFLAGS).
7932
7933 PR bootstrap/49680
7934 * config/cris/cris.c (cris_asm_output_case_end): Robustify against
7935 stray notes and debug insns by using prev_nonnote_nondebug_insn
7936 instead of PREV_INSN.
7937
7938 2011-07-09 Richard Henderson <rth@redhat.com>
7939
7940 * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
7941 DWARF_TYPE_SIGNATURE_SIZE): Move from ...
7942 * dwarf2out.c: ... here.
7943 (output_all_cfis): Remove.
7944 (dwarf2out_switch_text_section): Use output_cfis directly.
7945 (size_of_locs): Export.
7946 (output_loc_sequence, output_loc_sequence_raw): Export.
7947 (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
7948 output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
7949 output_cfa_loc_raw): Move to ...
7950 * dwarfcfi.c: ... here.
7951 * dwarf2out.h: Update decls.
7952
7953 2011-07-09 Richard Henderson <rth@redhat.com>
7954
7955 * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
7956 DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
7957 * dwarf2cfi.c: ... here.
7958 (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
7959 (DWARF_ROUND, DWARF_CIE_ID): Remove.
7960 * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
7961 (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
7962 (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
7963
7964 2011-07-09 Richard Henderson <rth@redhat.com>
7965
7966 * dwarf2cfi.c (cie_return_save): New.
7967 (queue_reg_save): Use compare_reg_or_pc.
7968 (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
7969 (dwarf2out_frame_debug_expr): Likewise.
7970 (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
7971 (initial_return_save): Likewise.
7972 (execute_dwarf2_frame): Save and restore initial return save from
7973 the cie to the fde.
7974 * config/mips/mips.c (mips_frame_set): Remove special case for
7975 DWARF_FRAME_RETURN_COLUMN.
7976
7977 2011-07-09 Richard Henderson <rth@redhat.com>
7978
7979 * dwarf2cfi.c (lookup_cfa): Remove.
7980 (execute_dwarf2_frame): Assert queues are empty on entry.
7981 Setup initial cfa directly, not via lookup_cfa.
7982 Don't clear args_size state here.
7983
7984 2011-07-09 Richard Henderson <rth@redhat.com>
7985
7986 * dwarf2cfi.c (add_cfi_vec): New.
7987 (add_cfi): Rename from add_fde_cfi. Add the element to add_cfi_vec.
7988 (def_cfa_1, reg_save): Remove for_cie argument. Update all callers.
7989 (execute_dwarf2_frame): Set add_cfi_vec.
7990
7991 2011-07-09 Richard Henderson <rth@redhat.com>
7992
7993 * defaults.h (ASM_COMMENT_START): Move here...
7994 * dwarf2asm.c: ... from here.
7995 * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
7996 * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
7997 * varasm.c: Likewise.
7998
7999 2011-07-09 Richard Henderson <rth@redhat.com>
8000
8001 PR debug/49686
8002 * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
8003 (create_cfi_notes): ... do it here instead.
8004
8005 2011-07-09 Jakub Jelinek <jakub@redhat.com>
8006
8007 PR debug/49676
8008 * dwarf2out.c (size_of_int_loc_descriptor): New function.
8009 (address_of_int_loc_descriptor): Use it.
8010 (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
8011
8012 2011-07-09 Richard Henderson <rth@redhat.com>
8013
8014 * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
8015 (prologue, epilogue): New.
8016 (return, *rts): New.
8017 (blockage, setd, seti): New.
8018 * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
8019 (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
8020 (pdp11_saved_regno): New.
8021 (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
8022 generate rtl instead of text.
8023 (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
8024 (pdp11_sp_frame_offset): Export. Use pdp11_saved_regno.
8025 * config/pdp11/pdp11-protos.h: Update.
8026
8027 2011-07-09 Richard Henderson <rth@redhat.com>
8028
8029 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
8030 try to insert an rtl prologue here.
8031 (rs6000_output_function_epilogue): Similarly.
8032 * config/rs6000/rs6000.md (prologue): Emit a barrier to
8033 satisfy !TARGET_SCHED_PROLOG.
8034 (epilogue, sibcall_epilogue): Likewise.
8035
8036 2011-07-09 Eric Botcazou <ebotcazou@adacore.com>
8037
8038 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
8039 (FP_REG_P): Delete.
8040 (IN_OR_GLOBAL_P): Likewise.
8041
8042 2011-07-08 Jason Merrill <jason@redhat.com>
8043
8044 PR c++/45437
8045 * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
8046 compound assignment.
8047
8048 * cgraph.c (cgraph_add_to_same_comdat_group): New.
8049 * cgraph.h: Declare it.
8050 * ipa.c (function_and_variable_visibility): Make sure thunks
8051 have the right visibility.
8052
8053 2011-07-08 Richard Henderson <rth@redhat.com>
8054
8055 PR bootstrap/49680
8056 * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
8057 any tablejump vector.
8058
8059 PR bootstrap/49680
8060 * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
8061 end of the prologue.
8062
8063 2011-07-08 Jakub Jelinek <jakub@redhat.com>
8064
8065 PR target/49621
8066 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
8067 CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
8068 * config/rs6000/vector.md (vector_select_<mode>,
8069 vector_select_<mode>_uns): Change second operand of NE to
8070 CONST0_RTX (<MODE>mode) instead of const0_rtx.
8071 * config/rs6000/altivec.md (*altivec_vsel<mode>,
8072 *altivec_vsel<mode>_uns): Expect second operand of NE to be
8073 zero_constant of the corresponding vector mode.
8074 * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
8075 Likewise.
8076
8077 2011-07-08 Sebastian Pop <sebastian.pop@amd.com>
8078
8079 * graphite-dependences.c (build_alias_set_powerset): Remove
8080 continue from loop, add one more assert.
8081
8082 2011-07-08 Georg-Johann Lay <avr@gjlay.de>
8083
8084 PR target/46779
8085 * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
8086 In particular, allow 8-bit values in r28 and r29.
8087 (avr_hard_regno_scratch_ok): Disallow any register that might be
8088 part of the frame pointer.
8089 (avr_hard_regno_rename_ok): Same.
8090 (avr_legitimate_address_p): Don't allow SUBREGs.
8091
8092 2011-07-08 Julian Brown <julian@codesourcery.com>
8093
8094 * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
8095 big-endian mode.
8096 (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
8097 (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
8098 (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
8099 (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
8100 (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
8101 (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
8102 (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
8103 registers in big-endian mode.
8104
8105 2011-07-08 Bernd Schmidt <bernds@codesourcery.com>
8106
8107 * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
8108 in terms of another.
8109 (write_attr_value): Write a cast if necessary.
8110
8111 * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
8112 * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
8113 (REG_WORDS_BIG_ENDIAN): Document.
8114 * doc/tm.texi: Regenerate.
8115 * reload.c (operands_match_p): Take it into account.
8116 (reload_adjust_reg_for_mode): Likewise.
8117 * rtlanal.c (subreg_get_info): Likewise.
8118
8119 2011-07-08 Richard Guenther <rguenther@suse.de>
8120
8121 * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
8122 folding.
8123
8124 2011-07-08 Kai Tietz <ktietz@redhat.com>
8125
8126 * fold-const.c (fold_truth_andor): Factored out truth_andor
8127 label from fold_binary as function.
8128 (fold_binary_loc): Replace truth_andor lable
8129 by function fold_truth_andor.
8130
8131 2011-07-08 Kirill Yukhin <kirill.yukhin@intel.com>
8132
8133 PR middle-end/49519
8134 * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
8135 check if address is stored in register. If so - give up.
8136 (check_sibcall_argument_overlap_1): Do not perform check of
8137 overlapping when it is call to address.
8138
8139 2011-07-08 Georg-Johann Lay <avr@gjlay.de>
8140
8141 * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
8142 of magic '31'.
8143
8144 2011-07-08 Bernd Schmidt <bernds@codesourcery.com>
8145
8146 * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
8147 GET_MODE_BITSIZE where appropriate.
8148 (widen_leading, expand_parity, expand_ctz, expand_ffs,
8149 expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
8150 expand_float, expand_fix): Likewise.
8151 * expr.c (convert_move, convert_modes, expand_expr_real_2,
8152 expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
8153 * stor-layout.c (get_mode_bounds): Likewise.
8154 * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
8155 Likewise.
8156 * convert.c (convert_to_integer): Likewise.
8157 * expmed.c (expand_shift_1): Likewise.
8158
8159 * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
8160 a bitsize.
8161
8162 * optabs.c (expand_binop): Tighten conditions for doubleword
8163 expansions.
8164 (widen_bswap): Assert that mode bitsize and precision are the same.
8165 * stor-layout.c (get_best_mode): Skip modes that have lower
8166 precision than bitsize.
8167 * recog.c (simplify_while_replacing): Assert that bitsize and
8168 precision are the same.
8169
8170 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8171
8172 * Makefile.in (LIBGCOV): Remove.
8173 (libgcc.mvars): Remove LIBGCOV.
8174 * libgov.c: Move to ../libgcc.
8175
8176 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8177
8178 * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
8179
8180 2011-07-08 Martin Jambor <mjambor@suse.cz>
8181
8182 * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
8183 is too big for total scalarization.
8184
8185 2011-07-07 Richard Henderson <rth@redhat.com>
8186
8187 * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
8188 (DBX_DEBUGGING_INFO): Undef.
8189
8190 2011-07-07 Richard Henderson <rth@redhat.com>
8191
8192 * dwarf2out.c (output_cfi_directive): Export. Add FILE parameter.
8193 Handle some opcodes specially for debugging.
8194 * print-rtl.c: Include dwarf2out.h
8195 (print_rtx): Handle NOTE_INSN_CFI.
8196 * Makefile.in (print-rtl.o): Update.
8197
8198 2011-07-07 Richard Henderson <rth@redhat.com>
8199
8200 * tree-pass.h (pass_dwarf2_frame): Declare.
8201 * passes.c (init_optimization_passes): Add it.
8202 * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
8203 (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
8204 make static, do not call add_cfis_to_fde.
8205 (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
8206 dwarf2out_frame_init): Merge into...
8207 (execute_dwarf2_frame): ... here. New function.
8208 (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean. Change
8209 saved_do_cfi_asm to a tri-state variable.
8210 (gate_dwarf2_frame, pass_dwarf2_frame): New.
8211 * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
8212 if it has yet to be done. Don't call dwarf2cfi_function_init.
8213 * dwarf2out.h, debug.h: Update decls.
8214 * final.c (final_start_function): Don't call
8215 dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
8216 * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
8217 * toplev.c (lang_dependent_init): Likewise.
8218
8219 2011-07-07 Richard Henderson <rth@redhat.com>
8220
8221 * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
8222 FDE_TABLE_INCREMENT): Replace with...
8223 (fde_vec): ... this, a new vector.
8224 (current_fde): Remove. Replace all users with cfun->fde.
8225 (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
8226 (size_of_aranges, dwarf2out_finish): Likewise.
8227 (dwarf2out_alloc_current_fde): Break out from ...
8228 (dwarf2out_begin_prologue): ... here.
8229 (dwarf2out_frame_init): Remove.
8230 * dwarf2cfi.c: Update all users of current_fde.
8231 (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
8232 * dwarf2out.h: Update decls.
8233 (dw_fde_node): Add fde_index member.
8234 * function.h (struct function): Add fde member.
8235
8236 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
8237 Richard Henderson <rth@redhat.com>
8238
8239 * dwarf2cfi.c (add_cfi): Remove.
8240 (dwarf2out_cfi_label): Remove force argument. Only generate the
8241 label name.
8242 (add_fde_cfi): Simplify the different code paths.
8243 (add_cie_cfi): New.
8244 (old_cfa, old_cfa_remember): New.
8245 (def_cfa_1, reg_save): Remove label, add for_cie parameter.
8246 (last_reg_save_label): Remove.
8247 (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
8248 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
8249 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
8250 dwarf2out_frame_debug_cfa_expression,
8251 dwarf2out_frame_debug_cfa_restore,
8252 dwarf2out_frame_debug_cfa_window_save,
8253 dwarf2out_frame_debug_expr): Remove label parameter.
8254 (cfi_label_required_p, add_cfis_to_fde): New.
8255 (dwarf2out_frame_debug_after_prologue): New.
8256 (dwarf2cfi_frame_init): Initialize old_cfa.
8257 (dwarf2out_frame_debug_restore_state): Likewise.
8258 * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
8259 (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
8260 * final.c (final_start_function): Call
8261 dwarf2out_frame_debug_after_prologue.
8262
8263 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
8264 Richard Henderson <rth@redhat.com>
8265
8266 * dwarf2cfi.c (cfi_insn): New.
8267 (dwarf2out_cfi_label): Don't emit cfi label here.
8268 (add_fde_cfi): Create a NOTE_INSN_CFI.
8269 (dwarf2out_frame_debug): Setup cfi_insn.
8270 (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
8271 (dwarf2out_cfi_begin_epilogue): Make static.
8272 (dwarf2out_frame_debug_restore_state): Make static.
8273 * dwarf2out.c (output_cfi_directive): Make static.
8274 (dwarf2out_emit_cfi): New.
8275 * dwarf2out.h: Update.
8276 * final.c (final): Remove CFI notes.
8277 (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
8278 dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
8279 Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
8280 * insn-notes.def (NOTE_INSN_CFI): New.
8281 (NOTE_INSN_CFI_LABEL): New.
8282 * rtl.h (union rtunion_def): Add rt_cfi member.
8283 (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
8284
8285 2011-07-07 Richard Henderson <rth@redhat.com>
8286
8287 * dwarf2cfi.c: New file.
8288 * Makefile.in (OBJS): Add it.
8289 (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
8290 * gengtype.c (open_base_files): Include dwarf2out.h.
8291 * coretypes.h (enum var_init_status): Move from ...
8292 * rtl.h: ... here.
8293 * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
8294 dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
8295 expand_builtin_dwarf_sp_column, init_return_column_size,
8296 expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
8297 dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
8298 lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
8299 old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
8300 stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
8301 compute_barrier_args_size, dwarf2out_args_size,
8302 dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
8303 queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
8304 compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
8305 queue_reg_save, dwarf2out_flush_queued_reg_saves,
8306 clobbers_queued_reg_save, reg_saved_in, cfa_temp,
8307 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
8308 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
8309 dwarf2out_frame_debug_cfa_expression,
8310 dwarf2out_frame_debug_cfa_restore,
8311 dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
8312 dwarf2out_frame_debug, dwarf2out_frame_debug_init,
8313 dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
8314 get_cfa_from_loc_descr): Move to dwarf2cfi.c.
8315 (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
8316 dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
8317 dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
8318 dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
8319 dw_loc_descr_node): Move to dwarf2out.h.
8320 (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
8321 mem_loc_descriptor): Export.
8322 (build_cfa_aligned_loc): Export. Take CFA as a parameter.
8323 (dwarf2out_frame_init): Extract CIE generation code to
8324 dwarf2cfi_frame_init.
8325
8326 2011-07-07 Eric Botcazou <ebotcazou@adacore.com>
8327
8328 PR target/49660
8329 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
8330 MASK_V8PLUS, remove commented out flag and reorder.
8331
8332 2011-07-07 Jakub Jelinek <jakub@redhat.com>
8333
8334 PR c/49644
8335 * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
8336 one non-complex and one complex argument, call c_save_expr on both
8337 operands.
8338
8339 2011-07-07 Martin Jambor <mjambor@suse.cz>
8340
8341 PR middle-end/49495
8342 * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
8343 (verify_cgraph_node): Some functinality moved to
8344 verify_edge_corresponds_to_fndecl, call it.
8345
8346 2011-07-07 Joseph Myers <joseph@codesourcery.com>
8347
8348 * config.gcc (*local*): Remove.
8349 * doc/install-old.texi: Don't mention local configurations.
8350
8351 2011-07-07 Jakub Jelinek <jakub@redhat.com>
8352
8353 PR debug/49522
8354 * df-problems.c (dead_debug_reset): Remove dead_debug_uses
8355 referencing debug insns that have been reset.
8356 (dead_debug_insert_before): Don't assert reg is non-NULL,
8357 instead return immediately if it is NULL.
8358
8359 2011-07-07 Joseph Myers <joseph@codesourcery.com>
8360
8361 * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
8362
8363 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
8364
8365 * hw-doloop.c: New file.
8366 * hw-doloop.h: New file.
8367 * Makefile.in (OBJS): Add hw-doloop.o.
8368 (hw-doloop.o): New rule.
8369 ($(obj_out_file)): Add hw-doloop.h dependency.
8370 * config/bfin/bfin.c: Include "hw-doloop.h".
8371 (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
8372 (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
8373 (hwloop_optimize): Renamed from bfin_optimize_loop. Argument
8374 type changed to hwloop_info. Return bool, true if the loop was
8375 successfully optimized. Remove code that was moved to
8376 hw-doloop.c, and adjust other parts.
8377 (hwloop_fail): New static function, containing parts that used
8378 to be in bfin_optimize_loop.
8379 (bfin_discover_loop, bfin_discover_loops, free_loops,
8380 bfin_reorder_loops): Remove.
8381 (hwloop_pattern_reg): New static function.
8382 (bfin_doloop_hooks): New variable.
8383 (bfin_reorg_loops): Remove most code, call reorg_loops.
8384 * config/bfin/bfin.md (doloop_end splitter): Also enable if
8385 loop counter is a memory_operand.
8386
8387 2011-07-07 H.J. Lu <hongjiu.lu@intel.com>
8388
8389 * config.gcc: Support --with-multilib-list for x86 Linux targets.
8390
8391 * configure.ac: Mention x86-64 for --with-multilib-list.
8392 * configure: Regenerated.
8393
8394 * config/i386/gnu-user64.h (SPEC_64): Support x32.
8395 (SPEC_32): Likewise.
8396 (ASM_SPEC): Likewise.
8397 (LINK_SPEC): Likewise.
8398 (TARGET_THREAD_SSP_OFFSET): Likewise.
8399 (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
8400 (SPEC_X32): New.
8401
8402 * config/i386/i386.h (TARGET_X32): New.
8403 (TARGET_LP64): New.
8404 (LONG_TYPE_SIZE): Likewise.
8405 (POINTER_SIZE): Likewise.
8406 (POINTERS_EXTEND_UNSIGNED): Likewise.
8407 (OPT_ARCH64): Support x32.
8408 (OPT_ARCH32): Likewise.
8409
8410 * config/i386/i386.opt (mx32): New.
8411
8412 * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
8413 (GLIBC_DYNAMIC_LINKERX32): Likewise.
8414 * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
8415 (GLIBC_DYNAMIC_LINKERX32): Likewise.
8416
8417 * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
8418 (BIONIC_DYNAMIC_LINKERX32): Likewise.
8419 (GNU_USER_DYNAMIC_LINKERX32): Likewise.
8420
8421 * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
8422
8423 * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
8424
8425 * doc/invoke.texi: Document -mx32.
8426
8427 2011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
8428
8429 * doc/invoke.texi (mwords-little-endian): Deprecate.
8430 * config/arm/arm.opt (mwords-little-endian): Likewise.
8431 * config/arm/arm.c (arm_option_override): Warn about the deprecation
8432 of -mwords-little-endian.
8433
8434 2011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
8435
8436 * reload1.c (choose_reload_regs): Use mode sizes to check whether
8437 an old reload register completely defines the required value.
8438
8439 2011-07-07 Richard Guenther <rguenther@suse.de>
8440
8441 * fold-const.c (fold_unary_loc): Do not strip sign-changes
8442 for NEGATE_EXPR.
8443
8444 2011-07-07 Richard Guenther <rguenther@suse.de>
8445
8446 * tree-vrp.c (simplify_conversion_using_ranges): New function.
8447 (simplify_stmt_using_ranges): Call it.
8448
8449 2011-07-07 Kai Tietz <ktietz@redhat.com>
8450
8451 * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
8452 (lookup_logical_inverted_value): Likewise.
8453 (simplify_bitwise_binary_1): Likewise.
8454 (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
8455
8456 2011-07-07 Joseph Myers <joseph@codesourcery.com>
8457
8458 * gcc.c (%[Spec]): Don't document.
8459 (struct spec_list): Update comment.
8460 (do_spec_1): Don't handle %[Spec].
8461 * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
8462
8463 2011-07-07 Joseph Myers <joseph@codesourcery.com>
8464
8465 * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
8466 default based on TARGET_ASM_NAMED_SECTION.
8467 * common/common-target.def (have_named_sections): Default to true.
8468 * common/config/default-common.c: Don't include tm.h.
8469 * common/config/picochip/picochip-common.c
8470 (TARGET_HAVE_NAMED_SECTIONS): Don't define.
8471 * common/config/m32c/m32c-common.c: Remove.
8472 * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
8473 * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
8474 * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
8475 * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
8476 * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
8477 * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
8478 * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
8479
8480 2011-07-07 Jakub Jelinek <jakub@redhat.com>
8481
8482 PR middle-end/49640
8483 * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
8484 and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
8485
8486 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8487
8488 PR libmudflap/49550
8489 * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
8490
8491 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8492
8493 PR target/39150
8494 * configure.ac (gcc_cv_as_hidden): Also accept
8495 x86_64-*-solaris2.1[0-9]*.
8496 (gcc_cv_as_cfi_directive): Likewise.
8497 (gcc_cv_as_comdat_group_group): Likewise.
8498 (set_have_as_tls): Likewise.
8499 * configure: Regenerate.
8500 * config.gcc (i[34567]86-*-solaris2*): Also handle
8501 x86_64-*-solaris2.1[0-9]*.
8502 * config.host (i[34567]86-*-solaris2*): Likewise.
8503 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
8504 * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
8505 [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
8506 (TARGET_LD_EMULATION): Use it.
8507 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
8508 (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
8509 * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
8510 (ASM_CPU64_DEFAULT_SPEC): Define.
8511 (ASM_CPU_SPEC): Use %(asm_cpu_default).
8512 (ASM_SPEC): Redefine.
8513 (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
8514 * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
8515 * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
8516 (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
8517 configuration.
8518 (Specific, x86_64-*-solaris2.1[0-9]*): Document.
8519
8520 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8521
8522 * config/sol2.h (ASM_SPEC): Split into ...
8523 (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
8524 * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
8525 * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
8526 (ASM_SPEC): Use ASM_SPEC_BASE.
8527 * config/sparc/sol2.h (ASM_SPEC): Redefine.
8528
8529 2011-07-07 Georg-Johann Lay <avr@gjlay.de>
8530
8531 * config/avr/avr.md (*reload_insi): Change predicate #1 to
8532 const_int_operand. Ditto for peep2 producing this insn.
8533 Add argument to output_reload_insisf call.
8534 (*movsi,*movsf): Add argument to output_movsisf call.
8535 (*reload_insf): New insn and new peep2 to produce it.
8536 * config/avr/avr-protos.h (output_movsisf): Change prototype.
8537 (output_reload_insisf): Change prototype.
8538 * config/avr/avr.c (avr_asm_len): New function.
8539 (output_reload_insisf): Rewrite.
8540 (output_movsisf): Change prototype. output_reload_insisf for
8541 all CONST_INT and CONST_DOUBLE. ALlow moving 0.0f to memory.
8542 (adjust_insn_length): Add argument to output_movsisf and
8543 output_reload_insisf call.
8544
8545 2011-07-07 Bernd Schmidt <bernds@codesourcery.com>
8546
8547 * emit-rtl.c (paradoxical_subreg_p): New function.
8548 * rtl.h (paradoxical_subreg_p): Declare.
8549 * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
8550 apply_distributive_law, simplify_comparison, simplify_set): Use it.
8551 * cse.c (record_jump_cond, cse_insn): Likewise.
8552 * expr.c (force_operand): Likewise.
8553 * rtlanal.c (num_sign_bit_copies1): Likewise.
8554 * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
8555 * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
8556 (push_reload): Use precision to check for paradoxical subregs.
8557 * expmed.c (extract_bit_field_1): Likewise.
8558
8559 * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
8560 * combine.c (set_nonzero_bits_and_sign_copies): Use it.
8561 (find_split-point, combine_simplify_rtx, simplify_if_then_else,
8562 simplify_set, simplify_logical, expand_compound_operation,
8563 make_extraction, force_to_mode, if_then_else_cond, extended_count,
8564 try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
8565 record_value_for_reg): Likewise.
8566 * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
8567 * simplify-rtx. c (simplify_unary_operation_1,
8568 simplify_binary_operation_1, simplify_const_relational_operation):
8569 Likewise.
8570
8571 * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
8572 instead of GET_MODE_BITSIZE where appropriate.
8573 * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
8574 num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
8575 init_num_sign_bit_copies_in_rep): Likewise.
8576 * cse.c (fold_rtx, cse_insn): Likewise.
8577 * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
8578 * simplify-rtx.c (simplify_unary_operation_1,
8579 simplify_const_unary_operation, simplify_binary_operation_1,
8580 simplify_const_binary_operation, simplify_ternary_operation,
8581 simplify_const_relational_operation, simplify_subreg): Likewise.
8582 * combine.c (try_combine, find_split_point, combine_simplify_rtx,
8583 simplify_if_then_else, simplify_set, expand_compound_operation,
8584 expand_field_assignment, make_extraction, if_then_else_cond,
8585 make_compound_operation, force_to_mode, make_field_assignment,
8586 reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
8587 extended_count, try_widen_shift_mode, simplify_shift_const_1,
8588 simplify_comparison, record_promoted_value, simplify_compare_const,
8589 record_dead_and_set_regs_1): Likewise.
8590
8591 Revert:
8592 * simplify-rtx.c (simplify_const_binary_operation): Use the
8593 shift_truncation_mask hook instead of performing modulo by width.
8594 Compare against mode precision, not bitsize.
8595 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
8596 Use shift_truncation_mask instead of constructing the value manually.
8597
8598 2011-07-06 Michael Meissner <meissner@linux.vnet.ibm.com>
8599
8600 * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
8601 declaration.
8602 (rs6000_save_toc_in_prologue_p): Ditto.
8603
8604 * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
8605 up the static chain (r11) during indirect function calls.
8606 (-msave-toc-indirect): New undocumented debug switch.
8607
8608 * config/rs6000/rs6000.c (struct machine_function): Add
8609 save_toc_in_prologue field to note whether the prologue needs to
8610 save the TOC value in the reserved stack location.
8611 (rs6000_emit_prologue): Use TOC_REGNUM instead of 2. If we need
8612 to save the TOC in the prologue, do so.
8613 (rs6000_trampoline_init): Don't allow creating AIX style
8614 trampolines if -mno-r11 is in effect.
8615 (rs6000_call_indirect_aix): New function to create AIX style
8616 indirect calls, adding support for -mno-r11 to suppress loading
8617 the static chain, and saving the TOC in the prologue instead of
8618 the call body.
8619 (rs6000_save_toc_in_prologue_p): Return true if we are saving the
8620 TOC in the prologue.
8621
8622 * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
8623 register numbers.
8624 (TOC_REGNUM): Ditto.
8625 (STATIC_CHAIN_REGNUM): Ditto.
8626 (ARG_POINTER_REGNUM): Ditto.
8627 (SFP_REGNO): Delete, unused.
8628 (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
8629 function descriptor offsets.
8630 (TOC_SAVE_OFFSET_64BIT): Ditto.
8631 (AIX_FUNC_DESC_TOC_32BIT): Ditto.
8632 (AIX_FUNC_DESC_TOC_64BIT): Ditto.
8633 (AIX_FUNC_DESC_SC_32BIT): Ditto.
8634 (AIX_FUNC_DESC_SC_64BIT): Ditto.
8635 (ptrload): New mode attribute for the appropriate load of a pointer.
8636 (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
8637 (call_indirect_aix64): Ditto.
8638 (call_value_indirect_aix32): Ditto.
8639 (call_value_indirect_aix64): Ditto.
8640 (call_indirect_nonlocal_aix32_internal): Ditto.
8641 (call_indirect_nonlocal_aix32): Ditto.
8642 (call_indirect_nonlocal_aix64_internal): Ditto.
8643 (call_indirect_nonlocal_aix64): Ditto.
8644 (call): Rewrite AIX indirect function calls. Add support for
8645 eliminating the static chain, and for moving the save of the TOC
8646 to the function prologue.
8647 (call_value): Ditto.
8648 (call_indirect_aix<ptrsize>): Ditto.
8649 (call_indirect_aix<ptrsize>_internal): Ditto.
8650 (call_indirect_aix<ptrsize>_internal2): Ditto.
8651 (call_indirect_aix<ptrsize>_nor11): Ditto.
8652 (call_value_indirect_aix<ptrsize>): Ditto.
8653 (call_value_indirect_aix<ptrsize>_internal): Ditto.
8654 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
8655 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
8656 (call_nonlocal_aix32): Relocate in the rs6000.md file.
8657 (call_nonlocal_aix64): Ditto.
8658
8659 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
8660 -mno-r11 documentation.
8661
8662 2011-07-06 Jonathan Wakely <jwakely.gcc@gmail.com>
8663
8664 PR other/49658
8665 * doc/extend.texi (Compound Literals): Fix typo.
8666
8667 2011-07-06 James Greenhalgh <james.greenhalgh@arm.com>
8668
8669 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
8670
8671 2011-07-06 Basile Starynkevitch <basile@starynkevitch.net>
8672
8673 * configure.ac (plugin-version.h): Generate
8674 GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
8675 GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
8676 macros.
8677
8678 * configure: Regenerate.
8679
8680 * doc/plugins.texi (Building GCC plugins): Mention
8681 GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
8682
8683 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
8684
8685 * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
8686 * combine.c (make_extraction, gen_lowpart_or_truncate,
8687 apply_distributive_law, simplify_comparison,
8688 reg_truncated_to_mode, record_truncated_value): Use it.
8689 * cse.c (notreg_cost): Likewise.
8690 * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
8691 * expr.c (convert_move, convert_modes): Likewise.
8692 * optabs.c (expand_binop, expand_unop): Likewise.
8693 * postreload.c (move2add_last_label): Likewise.
8694 * regmove.c (optimize_reg_copy_3): Likewise.
8695 * rtlhooks.c (gen_lowpart_general): Likewise.
8696 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
8697
8698 2011-07-06 Joseph Myers <joseph@codesourcery.com>
8699
8700 * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
8701
8702 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
8703
8704 * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
8705 * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
8706 (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
8707 (simplify_const_unary_operation, simplify_binary_operation_1,
8708 simplify_const_binary_operation, simplify_const_relational_operation):
8709 Use them. Use GET_MODE_MASK for masking and sign-extensions.
8710 * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
8711 combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
8712 simplify_shift_const_1, simplify_comparison): Likewise.
8713 * expr.c (convert_modes): Likewise.
8714 * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
8715 * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
8716 * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
8717
8718 * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
8719
8720 2011-07-06 Richard Guenther <rguenther@suse.de>
8721
8722 PR tree-optimization/49645
8723 * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
8724 register variables.
8725 * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
8726 in type qualification here ...
8727 (copy_reference_ops_from_ref): ... not here.
8728 (vn_reference_lookup_3): ... or here.
8729 (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
8730 (vn_reference_lookup): Do the lookup with a valueized ao-ref.
8731
8732 2011-07-06 Ian Lance Taylor <iant@google.com>
8733
8734 * doc/install.texi (Configuration): It's
8735 --enable-gnu-indirect-function, not --enable-indirect-function.
8736
8737 2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
8738
8739 * simplify-rtx.c (simplify_const_binary_operation): Use the
8740 shift_truncation_mask hook instead of performing modulo by width.
8741 Compare against mode precision, not bitsize.
8742 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
8743 Use shift_truncation_mask instead of constructing the value manually.
8744
8745 2011-07-06 H.J. Lu <hongjiu.lu@intel.com>
8746
8747 PR middle-end/47383
8748 * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
8749 address computation and convert to address_mode if needed.
8750
8751 2011-07-06 Richard Guenther <rguenther@suse.de>
8752
8753 * tree.c (build_common_tree_nodes_2): Merge with
8754 build_common_tree_nodes.
8755 * tree.h (build_common_tree_nodes): Adjust prototype.
8756 (build_common_tree_nodes_2): Remove.
8757 * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
8758 * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
8759
8760 2011-07-05 Jakub Jelinek <jakub@redhat.com>
8761
8762 PR tree-optimization/49618
8763 * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
8764 t recurse on the decl.
8765 <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
8766 return true if expr isn't known to be defined in current
8767 TU or some other LTO partition.
8768
8769 2011-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
8770
8771 * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
8772 override CASE_VALUES_THRESHOLD.
8773
8774 * stmt.c (toplevel): Include params.h.
8775 (case_values_threshold): Use the --param case-values-threshold
8776 value if non-zero, otherwise use machine dependent value.
8777 (expand_case): Use case_values_threshold.
8778
8779 * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
8780
8781 * doc/invoke.texi (--param case-values-threshold): Document.
8782
8783 2011-07-05 Richard Henderson <rth@redhat.com>
8784
8785 * dwarf2out.c (dwarf2out_cfi_label): Make static.
8786 (dwarf2out_flush_queued_reg_saves): Make static.
8787 (dwarf2out_reg_save): Remove.
8788 (dwarf2out_return_save): Remove.
8789 (dwarf2out_return_reg): Remove.
8790 (dwarf2out_reg_save_reg): Remove.
8791 (dwarf2out_def_cfa): Merge into ...
8792 (dwarf2out_frame_init): ... here.
8793 * dwarf2out.h, tree.h: Remove declarations as necessary.
8794
8795 2011-07-05 Richard Henderson <rth@redhat.com>
8796
8797 * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
8798 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
8799 (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
8800 the alloc insn.
8801
8802 * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
8803 (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
8804 (process_epilogue): Don't call dwarf2out_def_cfa.
8805
8806 * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
8807 indicate the return address save.
8808 (process_cfa_register): Likewise.
8809
8810 * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
8811 (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
8812
8813 * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
8814 for ar.pfs save at alloc insn.
8815
8816 2011-07-05 Richard Henderson <rth@redhat.com>
8817
8818 * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
8819 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
8820 (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
8821 stack pointer save.
8822 (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
8823 (arm_unwind_emit): Walk REG_NOTES for unwinding notes. Emit
8824 proper unwind info for a REG_CFA_REGISTER save of stack pointer.
8825 * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
8826
8827 2011-07-05 Richard Henderson <rth@redhat.com>
8828
8829 * config/vax/vax.md (define_c_enum unspecv): New. Define the
8830 VUNSPEC_* constants here instead of via define_constants.
8831 (VUNSPEC_PEM): New constant.
8832 (procedure_entry_mask): New insn.
8833 (prologue): New expander.
8834 * config/vax/vax.c (vax_add_reg_cfa_offset): New.
8835 (vax_expand_prologue): Rename from vax_output_function_prologue;
8836 emit rtl instead of text.
8837 (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
8838 (print_operand): Add 'x' prefix.
8839
8840 2011-07-05 H.J. Lu <hongjiu.lu@intel.com>
8841
8842 PR middle-end/47715
8843 * calls.c (precompute_register_parameters): Promote the function
8844 argument before checking non-legitimate constant.
8845
8846 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
8847
8848 PR tree-optimization/47654
8849 * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
8850 (lst_do_strip_mine_loop): Return an int.
8851 (lst_do_strip_mine): Same.
8852 (scop_do_strip_mine): Same.
8853 (scop_do_block): Loop blocking should strip-mine at least two loops.
8854 * graphite-interchange.c (lst_interchange_select_outer): Return an int.
8855 (scop_do_interchange): Same.
8856 * graphite-poly.h (scop_do_interchange): Update declaration.
8857 (scop_do_strip_mine): Same.
8858
8859 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
8860
8861 * graphite-clast-to-gimple.c (precision_for_value): Removed.
8862 (precision_for_interval): Removed.
8863 (gcc_type_for_interval): Use mpz_sizeinbase.
8864
8865 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
8866
8867 * graphite-ppl.h (value_max): Correct computation of max.
8868
8869 2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
8870
8871 * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
8872
8873 2011-07-05 Richard Guenther <rguenther@suse.de>
8874
8875 * c-decl.c (c_init_decl_processing): Defer building common
8876 tree nodes to c_common_nodes_and_builtins.
8877
8878 2011-07-05 Razya Ladelsky <razya@il.ibm.com>
8879
8880 PR tree-optimization/49580
8881 * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
8882 the loop's number of iterations.
8883 * tree-parloops.c (transform_to_exit_first_loop): Add the
8884 handling of the loop's number of iterations before the call
8885 to gimple_duplicate_sese_tail.
8886 Insert the stmt caclculating the new rhs of the loop's
8887 condition stmt to the preheader instead of iters_bb.
8888
8889 2011-07-05 H.J. Lu <hongjiu.lu@intel.com>
8890
8891 PR rtl-optimization/47449
8892 * fwprop.c (forward_propagate_subreg): Don't propagate hard
8893 register nor zero/sign extended hard register.
8894
8895 2011-07-05 Richard Guenther <rguenther@suse.de>
8896
8897 PR tree-optimization/49518
8898 PR tree-optimization/49628
8899 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
8900 irrelevant and invariant data-references.
8901 (vect_analyze_data_ref_access): For invariant loads clear the
8902 group association.
8903
8904 2011-07-04 Jakub Jelinek <jakub@redhat.com>
8905
8906 PR rtl-optimization/49619
8907 * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
8908 pass VOIDmode as op0_mode to recursive call, and return temp even
8909 when different from tor, just if it is not IOR of the original
8910 PLUS arguments.
8911
8912 PR rtl-optimization/49472
8913 * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
8914 negating MULT, negate the second operand instead of first.
8915 (simplify_binary_operation_1) <case MULT>: If one operand is
8916 a NEG and the other is MULT, don't attempt to optimize by negation
8917 of the MULT operand if it only moves the NEG operation around.
8918
8919 PR debug/49602
8920 * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
8921 get_current_def return value if it can't be trusted to be
8922 the current value of the variable in the current bb.
8923
8924 2011-07-04 Uros Bizjak <ubizjak@gmail.com>
8925
8926 PR target/49600
8927 * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
8928 general register to memory for !TARGET_INTER_UNIT_MOVES.
8929
8930 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
8931
8932 PR target/44643
8933 * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
8934 instead of TREE_READONLY.
8935
8936 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
8937
8938 * doc/extend.texi (AVR Built-in Functions): Update documentation
8939 of __builtin_avr_fmul*.
8940 * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
8941 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
8942 * config/avr/avr.md (fmul): Rename to fmul_insn.
8943 (fmuls): Rename to fmuls_insn.
8944 (fmulsu): Rename to fmulsu_insn.
8945 (fmul,fmuls,fmulsu): New expander.
8946 (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
8947 * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
8948 * config/avr/libgcc.S (__fmul): New function.
8949 (__fmuls): New function.
8950 (__fmulsu,__fmulsu_exit): New function.
8951
8952 2011-07-04 Richard Guenther <rguenther@suse.de>
8953
8954 PR tree-optimization/49615
8955 * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
8956 basic-block index check.
8957
8958 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
8959
8960 * longlong.h (count_leading_zeros, count_trailing_zeros,
8961 COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
8962 resp. 64.
8963
8964 2011-07-03 Ira Rosen <ira.rosen@linaro.org>
8965
8966 PR tree-optimization/49610
8967 * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
8968 a basic block.
8969
8970 2011-07-02 Eric Botcazou <ebotcazou@adacore.com>
8971 Olivier Hainque <hainque@adacore.com>
8972 Nicolas Setton <setton@adacore.com>
8973
8974 * tree.h (TYPE_ARTIFICIAL): New flag.
8975 * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
8976 the DIE of the type if it is artificial.
8977 (gen_array_type_die): Likewise.
8978 (gen_enumeration_type_die): Likewise.
8979 (gen_struct_or_union_type_die): Likewise.
8980 * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
8981 * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
8982
8983 2011-07-01 Jakub Jelinek <jakub@redhat.com>
8984
8985 * tree-object-size.c (pass_through_call): Handle
8986 BUILT_IN_ASSUME_ALIGNED.
8987
8988 2011-07-01 Martin Jambor <mjambor@suse.cz>
8989
8990 * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
8991
8992 2011-07-01 H.J. Lu <hongjiu.lu@intel.com>
8993
8994 PR middle-end/48016
8995 * explow.c (update_nonlocal_goto_save_area): Use proper mode
8996 for stack save area.
8997 * function.c (expand_function_start): Likewise.
8998
8999 2011-07-01 Richard Guenther <rguenther@suse.de>
9000
9001 PR middle-end/49596
9002 * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
9003 may have unknown refs.
9004
9005 2011-07-01 Kai Tietz <ktietz@redhat.com>
9006
9007 * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
9008
9009 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9010
9011 * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
9012 * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
9013 (Specific, mips-sgi-irix6): Likewise.
9014
9015 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9016
9017 PR libmudflap/49549
9018 * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
9019
9020 2011-07-01 Jakub Jelinek <jakub@redhat.com>
9021
9022 * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
9023 [idx]= and [idx1 ... idx2]= before initializers if needed for
9024 array initializers.
9025
9026 2011-07-01 Chen Liqin <liqin.gcc@gmail.com>
9027
9028 * config.gcc (score-*-elf): Remove score7.o.
9029 * config/score/t-score-elf: Likewise.
9030 * config/score/score.c: Merge score7 to score.c and
9031 remove forwarding functions.
9032 * config/score/score7.c: Deleted.
9033 * config/score/score7.h: Deleted.
9034
9035 2011-07-01 Richard Guenther <rguenther@suse.de>
9036
9037 PR tree-optimization/49603
9038 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
9039
9040 2011-06-30 Martin Jambor <mjambor@suse.cz>
9041
9042 * tree-sra.c (struct access): Rename total_scalarization to
9043 grp_total_scalarization
9044 (completely_scalarize_var): New function.
9045 (sort_and_splice_var_accesses): Set total_scalarization in the
9046 representative access.
9047 (analyze_access_subtree): Propagate total scalarization accross the
9048 tree, no holes in totally scalarized trees, simplify coverage
9049 computation.
9050 (analyze_all_variable_accesses): Call completely_scalarize_var instead
9051 of completely_scalarize_record.
9052
9053 2011-06-30 Richard Henderson <rth@redhat.com>
9054
9055 * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
9056 (TARGET_DEEP_BRANCH_PREDICTION): Remove.
9057 * config/i386/i386.c: Don't include dwarf2out.h.
9058 (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
9059 (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
9060 all code dead thereafter. Don't do dwarf2out_flush_queued_reg_saves.
9061 (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
9062 (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
9063
9064 2011-06-30 Richard Henderson <rth@redhat.com>
9065
9066 * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
9067 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
9068 * final.c (final_scan_insn): Look for it, and invoke
9069 dwarf2out_frame_debug before the insn if found.
9070
9071 2011-06-30 Richard Henderson <rth@redhat.com>
9072
9073 * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
9074 as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
9075
9076 2011-06-30 Richard Henderson <rth@redhat.com>
9077
9078 * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
9079 Define a vector of this type.
9080 (regs_saved_in_regs): Use a VEC.
9081 (num_regs_saved_in_regs): Remove.
9082 (compare_reg_or_pc): New.
9083 (record_reg_saved_in_reg): Split out from...
9084 (dwarf2out_flush_queued_reg_saves): ... here.
9085 (clobbers_queued_reg_save): Update for VEC.
9086 (reg_saved_in): Likewise.
9087 (dwarf2out_frame_debug_init): Likewise.
9088 (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
9089 (dwarf2out_frame_debug_cfa_register): Likewise.
9090
9091 2011-06-30 Eric Botcazou <ebotcazou@adacore.com>
9092
9093 PR tree-optimization/49572
9094 * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
9095 type of the RHS instead of that of the LHS for the expression type.
9096
9097 2011-06-30 Eric Botcazou <ebotcazou@adacore.com>
9098
9099 * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
9100 unconditionally.
9101
9102 2011-06-30 Richard Guenther <rguenther@suse.de>
9103
9104 * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
9105 * tree-ssa-structalias.c (create_variable_info_for): Do not
9106 add initial constraints for non-var-decls. Properly handle
9107 globals in other ltrans partitions.
9108 (intra_create_variable_infos): Manually create constraints for
9109 the fake no-alias parameter.
9110 (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
9111 and assert there are no clones.
9112
9113 2011-06-30 Richard Guenther <rguenther@suse.de>
9114
9115 PR tree-optimization/46787
9116 * tree-data-ref.c (dr_address_invariant_p): Remove.
9117 (find_data_references_in_stmt): Invariant accesses are ok now.
9118 * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
9119 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
9120 invariant loads.
9121
9122 2011-06-30 Martin Jambor <mjambor@suse.cz>
9123
9124 PR tree-optimization/49094
9125 * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
9126 (build_accesses_from_assign): Use it.
9127
9128 2011-06-30 Jakub Jelinek <jakub@redhat.com>
9129
9130 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
9131 handling of BUILT_IN_ASSUME_ALIGNED.
9132
9133 PR debug/49364
9134 * dwarf2out.c (output_abbrev_section): Don't return early
9135 if abbrev_die_table_in_use is 1.
9136 (dwarf2out_finish): Instead don't call output_abbrev_section
9137 nor emit abbrev_section_label in that case.
9138
9139 2011-06-30 Nick Clifton <nickc@redhat.com>
9140
9141 * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
9142 for the V850E.
9143
9144 2011-06-30 Jakub Jelinek <jakub@redhat.com>
9145
9146 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
9147 handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
9148
9149 2011-06-30 Ira Rosen <ira.rosen@linaro.org>
9150
9151 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
9152 both pattern and original statements if necessary.
9153 (vect_transform_loop): Likewise.
9154 * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
9155 * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
9156 Mark the pattern statement only if the original statement doesn't
9157 have its own uses.
9158 (process_use): Call vect_mark_relevant with additional parameter.
9159 (vect_mark_stmts_to_be_vectorized): Likewise.
9160 (vect_get_vec_def_for_operand): Use vectorized pattern statement.
9161 (vect_analyze_stmt): Handle both pattern and original statements
9162 if necessary.
9163 (vect_transform_stmt): Don't store vectorized pattern statement
9164 in the original statement.
9165 (vect_is_simple_use_1): Use related pattern statement only if the
9166 original statement is irrelevant.
9167 * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
9168
9169 2011-06-29 Changpeng Fang <changpeng.fang@amd.com>
9170
9171 * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
9172 option.
9173 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
9174 entry.
9175 (TARGET_AVX128_OPTIMAL): New definition.
9176 * config/i386/i386.c (initial_ix86_tune_features): Initialize
9177 X86_TUNE_AVX128_OPTIMAL entry.
9178 (ix86_option_override_internal): Enable the generation
9179 of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
9180 (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
9181 (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
9182
9183 2011-06-29 Eric Botcazou <ebotcazou@adacore.com>
9184
9185 PR tree-optimization/49539
9186 * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
9187 names by means of stmt_references_abnormal_ssa_name.
9188 (associate_plusminus): Call can_propagate_from before propagating
9189 from definition statements.
9190 (ssa_forward_propagate_and_combine): Remove superfluous newline.
9191
9192 2011-06-29 Richard Guenther <rguenther@suse.de>
9193
9194 * doc/invoke.texi: Document -scev dump modifier.
9195 * tree-pass.h (TDF_SCEV): New dump flag.
9196 * tree-dump.c (dump_option_value_in): Add scev.
9197 * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
9198 * tree-scalar-evolution.c: Likewise.
9199
9200 2011-06-29 Nathan Sidwell <nathan@codesourcery.com>
9201
9202 * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
9203 (cxa_type_match): Correct declaration.
9204 (__gnu_unwind_pr_common): Reconstruct additional indirection
9205 when __cxa_type_match returns succeeded_with_ptr_to_base.
9206
9207 2011-06-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9208
9209 PR rtl-optimization/49114
9210 * reload.c (struct replacement): Remove SUBREG_LOC member.
9211 (push_reload): Do not set it.
9212 (push_replacement): Likewise.
9213 (subst_reload): Remove dead code.
9214 (copy_replacements): Remove assertion.
9215 (copy_replacements_1): Do not handle SUBREG_LOC.
9216 (move_replacements): Likewise.
9217 (find_replacement): Remove dead code. Use reload_adjust_reg_for_mode.
9218 Detect subregs via recursive descent instead of via SUBREG_LOC.
9219
9220 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
9221
9222 * config/avr/avr.c (avr_encode_section_info): Dispatch to
9223 default_encode_section_info.
9224
9225 2011-06-29 Richard Sandiford <richard.sandiford@linaro.org>
9226
9227 PR tree-optimization/49545
9228 * builtins.c (get_object_alignment_1): Update function comment.
9229 Do not use DECL_ALIGN for functions, but test
9230 TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
9231 * fold-const.c (get_pointer_modulus_and_residue): Don't check
9232 for functions here.
9233 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
9234
9235 2011-06-29 Jakub Jelinek <jakub@redhat.com>
9236
9237 PR debug/49567
9238 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
9239 non-MODE_INT modes instead of asserting the mode has MODE_INT class.
9240
9241 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
9242
9243 PR target/34734
9244 * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
9245 about uninitialized data attributed 'progmem' from here...
9246 (avr_encode_section_info): ...to this new function.
9247 (TARGET_ENCODE_SECTION_INFO): New define.
9248 (avr_section_type_flags): For data in ".progmem.data", remove
9249 section flag SECTION_WRITE.
9250
9251 2011-06-29 Georg-Johann Lay <avr@gjlay.de>
9252
9253 * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
9254 _xmulhisi3_exit.
9255 * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
9256 (__mulhisi3): Optimize if have MUL*. Use XJMP instead of rjmp.
9257 (__umulhisi3): Ditto.
9258 * config/avr/avr.md (mulhisi3): New insn expender.
9259 (umulhisi3): New insn expender.
9260 (*mulhisi3_call): New insn.
9261 (*umulhisi3_call): New insn.
9262
9263 2011-06-28 Joseph Myers <joseph@codesourcery.com>
9264
9265 * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
9266
9267 2011-06-28 Richard Henderson <rth@redhat.com>
9268
9269 * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop. Delete
9270 all code and arguments that handled pushes. Update all callers.
9271
9272 2011-06-28 Richard Henderson <rth@redhat.com>
9273
9274 * config/arm/arm.c (arm_output_function_prologue): Don't call
9275 thumb1_output_function_prologue.
9276 (arm_expand_prologue): Avoid dead store.
9277 (number_of_first_bit_set): Use ctz_hwi.
9278 (thumb1_emit_multi_reg_push): New.
9279 (thumb1_expand_prologue): Merge thumb1_output_function_prologue
9280 to emit the entire prologue as rtl.
9281 (thumb1_output_interwork): Split out from
9282 thumb1_output_function_prologue.
9283 (thumb1_output_function_prologue): Remove.
9284 (arm_attr_length_push_multi): Handle thumb1.
9285 * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
9286 (prologue_thumb1_interwork): New.
9287 (*push_multi): Allow thumb1; use push_mult_memory_operand.
9288 * config/arm/predicates.md (push_mult_memory_operand): New.
9289
9290 2011-06-28 Eric Botcazou <ebotcazou@adacore.com>
9291
9292 * config/sparc/sync.md (*stbar): Delete.
9293 (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
9294
9295 2011-06-28 Eric Botcazou <ebotcazou@adacore.com>
9296
9297 * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
9298
9299 2011-06-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9300
9301 * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
9302 (TARGET_64BIT_DEFAULT): Define.
9303 * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
9304 of tm_file.
9305 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
9306
9307 2011-06-28 Joseph Myers <joseph@codesourcery.com>
9308
9309 * common.opt (in_lto_p): New Variable entry.
9310 * flags.h (in_lto_p): Move to common.opt.
9311 * gcc.c: Include params.h.
9312 (set_option_handlers): Also use common_handle_option and
9313 target_handle_option.
9314 (main): Call global_init_params, finish_params and init_options_struct.
9315 * opts.c (debug_type_names): Move from toplev.c.
9316 (print_filtered_help): Access quiet_flag through opts pointer.
9317 (common_handle_option): Return early in the driver for some options.
9318 Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
9319 opts pointer.
9320 * toplev.c (in_lto_p): Move to common.opt.
9321 (debug_type_names): Move to opts.c.
9322 * Makefile.in (OBJS): Remove opts.o.
9323 (OBJS-libcommon-target): Add opts.o.
9324 (gcc.o): Update dependencies.
9325
9326 2011-06-28 Kai Tietz <ktietz@redhat.com>
9327
9328 * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
9329
9330 2011-06-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9331
9332 * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
9333 with '=' constraint modifier.
9334 (*divdf3_vfp): Likewise.
9335 ("*mulsf3_vfp"): Likewise.
9336 ("*muldf3_vfp"): Likewise.
9337 ("*mulsf3negsf_vfp"): Likewise.
9338 ("*muldf3negdf_vfp"): Likewise.
9339
9340 2011-06-28 Nick Clifton <nickc@redhat.com>
9341
9342 * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
9343 relaxation when performing an incremental link.
9344
9345 2011-06-28 Kai Tietz <ktietz@redhat.com>
9346
9347 * tree-ssa-math-opts.c (execute_optimize_bswap): Search
9348 within BB from last to first.
9349
9350 2011-06-28 Joseph Myers <joseph@codesourcery.com>
9351
9352 * genattr-common.c: New. Based on genattr.c.
9353 * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
9354 (MOSTLYCLEANFILES): Add insn-attr-common.h.
9355 (opts.o): Update dependencies.
9356 (.PRECIOUS): Add insn-attr-common.h.
9357 (simple_rtl_generated_h): Add insn-attr-common.h.
9358 (build/genattr-common.o): New.
9359 (genprogrtl): Add attr-common.
9360 * genattr.c (main): Include insn-attr-common.h. Don't generate
9361 definitions of DELAY_SLOTS or INSN_SCHEDULING.
9362 * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
9363
9364 2011-06-28 Georg-Johann Lay <avr@gjlay.de>
9365
9366 * config.gcc (tm_file): Add elfos.h and avr/elf.h for
9367 avr-*-* and avr-*-rtems* targets.
9368
9369 * config/avr/elf.h: New file.
9370 (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
9371 (TARGET_ASM_SELECT_SECTION): Define.
9372 (INIT_SECTION_ASM_OP): Undefine.
9373 (FINI_SECTION_ASM_OP): Undefine.
9374 (READONLY_DATA_SECTION_ASM_OP): Undefine.
9375 (PCC_BITFIELD_TYPE_MATTERS): Undefine.
9376 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
9377 * config/avr/avr.h:
9378 (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
9379 (TARGET_ASM_NAMED_SECTION): Move to elf.h.
9380 (MAX_OFILE_ALIGNMENT): Move to elf.h.
9381 (STRING_LIMIT): Move to elf.h.
9382 (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
9383 (ASM_DECLARE_OBJECT_NAME): Remove.
9384 (ESCAPES): Remove.
9385 (ASM_OUTPUT_SKIP): Remove.
9386 (DWARF2_DEBUGGING_INFO): Remove.
9387 (OBJECT_FORMAT_ELF): Remove.
9388 (USER_LABEL_PREFIX): Remove.
9389 (ASM_OUTPUT_EXTERNAL): Remove.
9390 (ASM_OUTPUT_ASCII): Remove.
9391 (TYPE_ASM_OP): Remove.
9392 (SIZE_ASM_OP): Remove.
9393 (WEAK_ASM_OP): Remove.
9394 (STRING_ASM_OP): Remove.
9395 (SET_ASM_OP): Remove.
9396 (ASM_WEAKEN_LABEL): Remove.
9397 (TYPE_OPERAND_FMT): Remove.
9398 (ASM_DECLARE_FUNCTION_SIZE): Remove.
9399 (ASM_FINISH_DECLARE_OBJECT): Remove.
9400 (NO_DOLLAR_IN_LABEL): Remove.
9401 (ASM_GENERATE_INTERNAL_LABEL): Remove.
9402 (ASM_OUTPUT_CASE_LABEL): Remove.
9403 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
9404 ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
9405 (gas_output_ascii): Remove.
9406 (gas_output_limited_string): Remove.
9407 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
9408 * config/avr/avr-protos.h
9409 (gas_output_ascii): Remove prototye.
9410 (gas_output_limited_string): Remove prototype.
9411
9412 2011-06-27 Richard Earnshaw <rearnsha@arm.com>
9413
9414 PR target/48637
9415 * arm.c (arm_print_operand): Allow sym+offset. Don't abort on invalid
9416 asm operands.
9417
9418 2011-06-27 Jan Hubicka <jh@suse.cz>
9419
9420 * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
9421 node instead of references in node.
9422
9423 2011-06-27 Richard Henderson <rth@redhat.com>
9424
9425 * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
9426 * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
9427 inside ifdef.
9428
9429 2011-06-27 Jakub Jelinek <jakub@redhat.com>
9430
9431 * c-decl.c (union lang_tree_node): Use it in chain_next expression.
9432
9433 * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
9434 * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
9435 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
9436 find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
9437 * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
9438 (evaluate_stmt, execute_fold_all_builtins): Handle
9439 BUILT_IN_ASSUME_ALIGNED.
9440 * tree-ssa-dce.c (propagate_necessity): Likewise.
9441 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
9442 call_may_clobber_ref_p_1): Likewise.
9443 * builtins.c (is_simple_builtin, expand_builtin): Likewise.
9444 (expand_builtin_assume_aligned): New function.
9445 * doc/extend.texi (__builtin_assume_aligned): Document.
9446
9447 PR debug/49544
9448 * cselib.c (promote_debug_loc): If cselib_preserve_constants
9449 and l has two DEBUG_INSN owned locs instead of just one, adjust
9450 the second location's setting_insn too.
9451
9452 2011-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9453
9454 PR libmudflap/38738
9455 * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
9456
9457 2011-06-27 Nick Clifton <nickc@redhat.com>
9458
9459 * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
9460 bit position of highest bit set into a count of the high zero bits.
9461
9462 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
9463
9464 * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
9465
9466 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
9467
9468 PR lto/48492
9469 * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
9470 to a NULL parent.
9471
9472 2011-06-27 Richard Guenther <rguenther@suse.de>
9473
9474 PR tree-optimization/49394
9475 * passes.c (execute_one_pass): Restore current_pass after
9476 applying IPA transforms.
9477
9478 2011-06-27 Kai Tietz <ktietz@redhat.com>
9479
9480 * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
9481 out of type precision after operation.
9482 (find_bswap): Take for limit value the integer auto-promotion
9483 into account.
9484
9485 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
9486
9487 * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
9488 forward scan as well.
9489
9490 2011-06-27 Tristan Gingold <gingold@adacore.com>
9491
9492 PR target/44241
9493 * config/vms/vms-protos.h: New file.
9494 * config/vms/vms-crtlmap.map: New file.
9495 * config/vms/vms.c: New file.
9496 * config/vms/make-crtlmap.awk: New file.
9497 * config/vms/vms-crtl.h: File removed.
9498 * config/vms/vms-crtl-64.h: File removed.
9499 * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
9500 * config/alpha/vms64.h: Do not include vms-crtl-64.h
9501 * config/alpha/alpha.c (alpha_init_builtins): Remove code to
9502 clear some builtins on VMS. Calls vms_patch_builtins.
9503 (avms_asm_output_external): Remove.
9504 * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
9505 (struct crtl_name_spec): Remove
9506 (DO_CTRL_NAMES): Remove.
9507 * config/ia64/vms.h (struct crtl_name_spec): Remove
9508 (DO_CTRL_NAMES): Remove.
9509 * config/ia64/ia64.c (alpha_init_builtins): Remove code to
9510 clear some builtins on VMS. Calls vms_patch_builtins.
9511 (ia64_asm_output_external): Remove DO_CRTL_NAME.
9512 * config/ia64/vms64.h: Do not include vms-crtl-64.h
9513 * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
9514
9515 2011-06-27 Tristan Gingold <gingold@adacore.com>
9516
9517 * config/alpha/alpha.c (alpha_end_function): Always generate .end
9518 directive on VMS.
9519
9520 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
9521
9522 * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
9523 the function receives nonlocal gotos.
9524
9525 2011-06-27 Richard Guenther <rguenther@suse.de>
9526
9527 PR tree-optimization/49536
9528 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
9529 For non-scalar inner types use a scalar type according to
9530 the scalar inner mode.
9531
9532 2011-06-27 Richard Guenther <rguenther@suse.de>
9533
9534 PR tree-optimization/49365
9535 * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
9536
9537 2011-06-27 Richard Guenther <rguenther@suse.de>
9538
9539 PR tree-optimization/49169
9540 * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
9541 the alignment of function decls.
9542
9543 2011-06-26 Iain Sandoe <iains@gcc.gnu.org>
9544
9545 PR target/47997
9546 * config/darwin.c (darwin_mergeable_string_section): Place string
9547 constants in '.cstring' rather than '.const' when CF/NSStrings are
9548 active.
9549
9550 2011-06-26 Eric Botcazou <ebotcazou@adacore.com>
9551
9552 * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
9553 (emit_save_register_window): Likewise.
9554 (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
9555 (sparc_flat_expand_prologue): Add comment. Always emit blockage.
9556 Swap back %o7/%i7 in register naming.
9557
9558 2011-06-25 Iain Sandoe <iains@gcc.gnu.org>
9559
9560 PR driver/49371
9561 * config/darwin.c (darwin_override_options): Improve warning when
9562 mdynamic-no-pic is given together with fPIC/fpic, also warn when it
9563 is given with fpie/fPIE.
9564 * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
9565 * config/darwin9.h (PIE_SPEC): New.
9566
9567 2011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
9568
9569 * timevar.c (timevar_print): Increase width for display of timevar
9570 name.
9571
9572 2011-06-24 Jakub Jelinek <jakub@redhat.com>
9573
9574 PR c++/46400
9575 * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
9576 instead of TYPE_CHAIN for chain_next for types.
9577
9578 2011-06-24 Richard Henderson <rth@redhat.com>
9579
9580 * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
9581 (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
9582 * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
9583 (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
9584 (sparc_flat_expand_prologue): Emit individual instructions
9585 instead of one of the above.
9586
9587 2011-06-24 Easwaran Raman <eraman@google.com>
9588
9589 PR rtl-optimization/49429
9590 PR target/49454
9591 * expr.c (emit_block_move_hints): Mark MEM_EXPR(x) and
9592 MEM_EXPR(y) addressable if emit_block_move_via_libcall is
9593 used to copy y into x.
9594 * calls.c (initialize_argument_information): Mark
9595 an argument addressable if it is passed by invisible reference.
9596 (emit_library_call_value_1): Mark MEM_EXPR (val) addressable
9597 if it is passed by reference.
9598
9599 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
9600
9601 PR rtl-optimization/49504
9602 * rtlanal.c (nonzero_bits1): Properly handle addition or
9603 subtraction of a pointer in Pmode if pointers extend unsigned.
9604 (num_sign_bit_copies1): Likewise.
9605
9606 2011-06-24 Martin Jambor <mjambor@suse.cz>
9607
9608 PR tree-optimizations/49516
9609 * tree-sra.c (sra_modify_assign): Choose the safe path for
9610 aggregate copies if we also did scalar replacements.
9611
9612 2011-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9613
9614 PR target/49335
9615 * config/arm/predicates.md (add_operator): New.
9616 * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
9617
9618 2011-06-24 Andi Kleen <ak@linux.intel.com>
9619
9620 * tree-sra.c (type_internals_preclude_sra_p): Add msg
9621 parameter. Split up ifs and report reason in *msg.
9622 (reject): Add.
9623 (find_var_candiate): Add msg variable.
9624 Split up ifs and report reason to reject.
9625 (find_param_candidates): Add msg variable.
9626 Pass msg to type_internals_preclude_sra_p.
9627
9628 2011-06-23 Jeff Law <law@redhat.com>
9629
9630 PR middle-end/48770
9631 * reload.h (reload): Change to return a bool.
9632 * ira.c (ira): If requested by reload, run a fast DCE pass after
9633 reload has completed. Fix comment typo.
9634 * reload1.c (need_dce): New file scoped static.
9635 (reload): Set reload_completed here. Return whether or not a DCE
9636 pass after reload is needed.
9637 (delete_dead_insn): Set need_dce as needed.
9638
9639 PR middle-end/49465
9640 * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
9641 to detect threading through joiner block. If there was already
9642 an edge to the new target, then do not change the PHI nodes.
9643
9644 2011-06-23 Jakub Jelinek <jakub@redhat.com>
9645
9646 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
9647 get_pointer_alignment to see if base isn't sufficiently aligned.
9648
9649 2011-06-23 Jan Hubicka <jh@suse.cz>
9650
9651 PR tree-optimize/49373
9652 * tree-pass.h (all_late_ipa_passes): Declare.
9653 * cgraphunit.c (init_lowered_empty_function): Fix properties.
9654 (cgraph_optimize): Execute late passes; remove unreachable funcions
9655 after materialization.
9656 * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
9657 LTOing.
9658 * passes.c (all_late_ipa_passes): Declare.
9659 (dump_passes, register_pass): Handle late ipa passes.
9660 (init_optimization_passes): Move ipa_pta to late passes; schedule
9661 fixup_cfg at beggining of all_passes.
9662 (apply_ipa_transforms): New function.
9663 (execute_one_pass): When doing simple ipa pass, apply all transforms.
9664
9665 2011-06-23 Joseph Myers <joseph@codesourcery.com>
9666
9667 * params.c: Include common/common-target.h. Don't include tm.h.
9668 (lang_independent_params): Move from toplev.c.
9669 (global_init_params): New.
9670 * params.h (global_init_params): Declare.
9671 * target.def (default_params): Move to common-target.def.
9672 * toplev.c (lang_independent_options): Remove.
9673 (lang_independent_params): Move to params.c.
9674 (general_init): Use global_init_params.
9675 * common/common-target.def (option_default_params): Move from
9676 target.def.
9677 * common/config/ia64/ia64-common.c: Include params.h.
9678 (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
9679 from ia64.c.
9680 * common/config/rs6000/rs6000-common.c: Include params.h.
9681 (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
9682 from rs6000.c.
9683 * common/config/sh/sh-common.c: Include params.h.
9684 (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
9685 from sh.c.
9686 * common/config/spu/spu-common.c: Include params.h.
9687 (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
9688 from spu.c.
9689 * config/ia64/ia64.c (ia64_option_default_params,
9690 TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
9691 * config/rs6000/rs6000.c (rs6000_option_default_params,
9692 TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
9693 * config/sh/sh.c (sh_option_default_params,
9694 TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
9695 * config/spu/spu.c (spu_option_default_params,
9696 TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
9697 * Makefile.in (OBJS): Remove params.o.
9698 (OBJS-libcommon-target): Add params.o.
9699 (params.o, $(common_out_object_file)): Update dependencies.
9700 * doc/tm.texi: Regenerate.
9701
9702 2011-06-23 Alan Modra <amodra@gmail.com>
9703
9704 PR bootstrap/49383
9705 * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
9706 invocation for 2011-06-09 changes.
9707
9708 2011-06-22 Jakub Jelinek <jakub@redhat.com>
9709
9710 PR libgomp/49490
9711 * omp-low.c (expand_omp_for_static_nochunk): Only
9712 use n ceil/ nthreads size for the first n % nthreads threads in the
9713 team instead of all threads except for the last few ones which
9714 get less work or none at all.
9715
9716 PR debug/49496
9717 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
9718 uses.
9719
9720 2011-06-22 Richard Guenther <rguenther@suse.de>
9721
9722 PR tree-optimization/49493
9723 * tree-ssa-structalias.c (get_constraint_for_ssa_var):
9724 Refer to the alias target of variables.
9725 (associate_varinfo_to_alias_1): Remove.
9726 (ipa_pta_execute): Do not associate aliases with anything.
9727 * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
9728 (cgraph_function_node): Likewise.
9729 (cgraph_function_or_thunk_node): Likewise.
9730 (varpool_variable_node): Likewise.
9731
9732 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
9733
9734 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
9735 * config.gcc (arm*-*-linux*): Default to gnu tls.
9736 (arm*-*-*): Add --with-tls option.
9737 (all_defaults): Add 'tls'.
9738
9739 2011-06-22 Richard Henderson <rth@redhat.com>
9740
9741 * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
9742 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
9743 (dwarf2out_frame_debug_cfa_window_save): Rename from
9744 dwarf2out_window_save; make static.
9745 * tree.h (dwarf2out_window_save): Don't declare.
9746
9747 * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
9748 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
9749 (emit_save_register_window): Rename from gen_save_register_window;
9750 emit the insn and add REG_CFA_* notes.
9751 (sparc_expand_prologue): Update to match.
9752 * config/sparc/sparc.md (save_register_window_1): Simplify from
9753 save_register_window<P:mode>.
9754
9755 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
9756
9757 PR target/49497
9758 * config/i386/i386.md (*lea_general_2): Always allow SImode.
9759 (*lea_general_2_zext): Likewise.
9760 (imul to lea peepholes): Use const359_operand and check
9761 TARGET_PARTIAL_REG_STALL.
9762
9763 * config/i386/predicates.md (const359_operand): New.
9764
9765 2011-06-22 Michael Matz <matz@suse.de>
9766
9767 * cgraphunit.c (assemble_thunk): Use correct return type.
9768
9769 2011-06-22 Dmitry Plotnikov <dplotnikov@ispras.ru>
9770 Dmitry Melnik <dm@ispras.ru>
9771
9772 * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
9773 (neon_output_shift_immediate): Ditto.
9774 * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
9775 prototype.
9776 (neon_output_shift_immediate): Ditto.
9777 * config/arm/neon.md (vashl<mode>3): Modified constraint.
9778 (vashr<mode>3_imm): New insn pattern.
9779 (vlshr<mode>3_imm): Ditto.
9780 (vashr<mode>3): Modified constraint.
9781 (vlshr<mode>3): Ditto.
9782 * config/arm/predicates.md (imm_for_neon_lshift_operand): New
9783 predicate.
9784 (imm_for_neon_rshift_operand): Ditto.
9785 (imm_lshift_or_reg_neon): Ditto.
9786 (imm_rshift_or_reg_neon): Ditto.
9787
9788 * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
9789
9790 2011-06-22 Jakub Jelinek <jakub@redhat.com>
9791
9792 * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
9793 builtin calls even if likelyvalue is not CONSTANT.
9794 Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
9795 Return get_value_for_expr of first operand
9796 for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
9797 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
9798 BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
9799 their non-checking counterparts.
9800 (call_may_clobber_ref_p_1): Likewise.
9801 (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
9802 like their non-checking counterparts.
9803 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
9804 Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
9805 like their non-checking counterparts.
9806 (find_func_clobbers): Likewise.
9807 * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
9808 like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
9809
9810 * dwarf2out.c (size_of_loc_descr, output_loc_operands,
9811 mark_base_types, hash_loc_operands, compare_loc_operands): Allow
9812 DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
9813 of base type reference as argument.
9814 (resolve_addr_in_expr): Likewise. Fix keep computation.
9815 (convert_descriptor_to_signed): Renamed to...
9816 (convert_descriptor_to_mode): ... this. For wider types convert to
9817 unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
9818 (typed_binop): New function.
9819 (scompare_loc_descriptor, ucompare_loc_descriptor,
9820 minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
9821 default to unsigned type instead of signed.
9822
9823 PR debug/47858
9824 * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
9825 (gimple_build_debug_source_bind_stat): New prototype.
9826 (gimple_build_debug_source_bind): Define.
9827 (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
9828 gimple_debug_source_bind_get_value,
9829 gimple_debug_source_bind_get_value_ptr,
9830 gimple_debug_source_bind_set_var,
9831 gimple_debug_source_bind_set_value): New inlines.
9832 * gimple.c (gimple_build_debug_source_bind_stat): New function.
9833 * gimple-pretty-print.c (dump_gimple_debug): Handle
9834 GIMPLE_DEBUG_SOURCE_BIND.
9835 * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
9836 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
9837 * tree-parloops.c (eliminate_local_variables,
9838 separate_decls_in_region): Likewise.
9839 (separate_decls_in_region_debug): Renamed from
9840 separate_decls_in_region_debug_bind. Handle
9841 gimple_debug_source_bind_p.
9842 * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
9843 prototypes.
9844 (DECL_HAS_DEBUG_ARGS_P): Define.
9845 (struct tree_function_decl): Add has_debug_args_flag field.
9846 * tree.c (debug_args_for_decl): New variable.
9847 (decl_debug_args_lookup, decl_debug_args_insert): New functions.
9848 * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
9849 (rewrite_debug_stmt_uses): New function.
9850 (rewrite_stmt): Use it to rewrite debug stmt uses.
9851 * rtl.def (DEBUG_PARAMETER_REF): New.
9852 * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
9853 * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
9854 DEBUG_PARAMETER_REF.
9855 * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
9856 * print-rtl.c (print_rtx): Likewise.
9857 * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
9858 SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
9859 debug stmts in the first bb.
9860 * tree-inline.c (remap_ssa_name): If remapping default def
9861 of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
9862 a source bind debug stmt.
9863 (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
9864 (maybe_move_debug_stmts_to_successors): Likewise.
9865 (copy_debug_stmt): Likewise. Avoid shadowing a variable.
9866 (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
9867 debug args vector from old_decl to new_decl.
9868 * ipa-prop.c (ipa_modify_call_arguments): For optimized away
9869 or modified parameters, add debug bind stmts before call
9870 setting DEBUG_EXPR_DECL which is remembered in debug args vector.
9871 * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
9872 on DECL_DEBUG_EXPRs from debug args vector.
9873 (expand_debug_source_expr): New function.
9874 (expand_debug_locations): Use it for source bind insns.
9875 (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
9876 * var-tracking.c (prepare_call_arguments): Add debug args
9877 to call_arguments if any.
9878 * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
9879 output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
9880 compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
9881 (get_ref_die_offset, parameter_ref_descriptor): New functions.
9882 (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
9883 (gen_subprogram_die): Handle parameters identified by
9884 DEBUG_PARAMETER_REF.
9885
9886 2011-06-22 Nathan Sidwell <nathan@codesourcery.com>
9887
9888 * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
9889 * doc/install.texi (Configuration): Document --with-tls.
9890 * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
9891 (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
9892 (arm_tls_descseq_addr): New.
9893 (legitimize_tls_address): Add tlsdesc support.
9894 (arm_cannot_copy_insn_p): Check for tlscall.
9895 (arm_emit_tls_decoration): Likewise.
9896 * config/arm/arm.h (TARGET_GNU2_TLS): New.
9897 (OPTION_DEFAULT_SPECS): Add with-tls support.
9898 * config/arm/arm.md (R1_REGNUM): Define.
9899 (tlscall): New.
9900 * config/arm/arm.opt (tls_type): New enumeration type and values.
9901 (mtls-dialect): New switch.
9902 * config/arm/arm-opts.h (enum tls_type): New.
9903
9904 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>
9905
9906 * attribs.c (register_attribute): Added assert to check that all
9907 attribute specs are registered with a name that is not empty and
9908 does not start with '_'.
9909 (decl_attributes): Avoid the lookup of the "naked" attribute spec
9910 if the function has no attributes.
9911 * tree.c (is_attribute_with_length_p): Removed.
9912 (is_attribute_p): Removed.
9913 (private_is_attribute_p): New.
9914 (private_lookup_attribute): New.
9915 (lookup_attribute): Removed.
9916 (lookup_ident_attribute): New.
9917 (remove_attribute): Require the first argument to be in the form
9918 'text', not '__text__'. Updated asserts.
9919 (merge_attributes): Use lookup_ident_attributes instead of
9920 lookup_attribute.
9921 (merge_dllimport_decl_attributes): Use remove_attribute.
9922 (attribute_list_contained): Likewise.
9923 (attribute_list_equal): Immediately return 1 if the arguments are
9924 identical pointers.
9925 * tree.h (is_attribute_p): Made inline. Return a 'bool', not an
9926 'int'. Require the first argument to be in the form 'text', not
9927 '__text__'. Require the second argument to be an identifier.
9928 (lookup_attribute): Made inline. Require the first argument to be
9929 in the form 'text', not '__text__'.
9930 (private_is_attribute_p, private_lookup_attribute): New.
9931 Updated comments.
9932
9933 2011-06-21 Andrew MacLeod <amacleod@redhat.com>
9934
9935 * builtins.c: Add sync_ or SYNC__ to builtin names.
9936 * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
9937 * omp-low.c: Add sync_ or SYNC__ to builtin names.
9938
9939 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
9940
9941 PR target/33049
9942 * config/avr/avr.md (extzv): New expander.
9943 (*extzv): New insn.
9944 (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
9945 * config/avr/constraints.md (C04): New constraint.
9946 * doc/md.texi (Machine Constraints): Document it.
9947
9948 2011-06-21 Jakub Jelinek <jakub@redhat.com>
9949
9950 PR middle-end/49489
9951 * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
9952 unsignedp argument instead of 1 for clrsb_optab.
9953 (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
9954 and < 2 * HOST_BITS_PER_WIDE_INT. Optimize BUILT_IN_CLRSB*.
9955 (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
9956 * optabs.c (widen_leading): Call widen_operand and expand_unop
9957 with 0 as unsignedp argument instead of 1 for clrsb_optab.
9958 (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
9959
9960 2011-06-21 Georg-Johann Lay <avr@gjlay.de>
9961
9962 * config/avr/avr.md (*jcindirect_jump): Fix build warning.
9963
9964 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
9965
9966 * gensupport.c (add_define_attr): New static function.
9967 (is_predicable): Allow multi-alternative lists for the "predicable"
9968 attribute.
9969 (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
9970 (process_one_cond_exec): Call alter_attrs_for_insn.
9971 * doc/md.texi (Defining Attributes): Mention some standard names.
9972 (Conditional Execution): Update documentation for "predicable".
9973
9974 * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
9975 __builtin_clrsbll): Document.
9976 * doc/rtl.texi (clrsb): New entry.
9977 * optabs.c (widen_leading): Renamed from widen_clz. New argument
9978 UNOPTAB. All callers changed. Use UNOPTAB instead of clz_optab.
9979 (expand_unop): Handle clrsb_optab.
9980 (init_optabs): Initialize it.
9981 * optabs.h (enum optab_index): New entry OTI_clrsb.
9982 (clrsb_optab): Define.
9983 * genopinit.c (optabs): Add an entry for it.
9984 * builtins.c (expand_builtin): Handle clrsb builtin functions.
9985 * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
9986 BUILT_IN_CLRSBLL): New.
9987 * rtl.def (CLRSB): New code.
9988 * dwarf2out.c (mem_loc_descriptor): Handle it.
9989 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
9990 Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
9991 and popcount.
9992 * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
9993 * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
9994 (__ctzDI2): Move declaration.
9995 * config/bfin/bfin.md (clrsbsi2): New expander.
9996 (signbitssi2): Use the CLRSB rtx.
9997 (clrsbhi2): Renamed from signbitshi2. Use the CLRSB rtx.
9998 * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
9999
10000 2011-06-21 Richard Guenther <rguenther@suse.de>
10001
10002 * ipa-inline-transform.c (inline_transform): Fix previous change.
10003
10004 2011-06-21 Ira Rosen <ira.rosen@linaro.org>
10005
10006 PR tree-optimization/49478
10007 * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
10008 with constant operand.
10009
10010 2011-06-21 Richard Guenther <rguenther@suse.de>
10011
10012 * ipa-inline-transform.c (inline_transform): Fix typo.
10013
10014 2011-06-21 Richard Guenther <rguenther@suse.de>
10015
10016 PR tree-optimization/49483
10017 * tree-vect-stmts.c (vectorizable_assignment): Also handle
10018 VIEW_CONVERT_EXPR conversions.
10019
10020 2011-06-21 Joseph Myers <joseph@codesourcery.com>
10021
10022 * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
10023 * config/avr/avr-tables.opt: New file (generated).
10024 * config.gcc (avr-*-*): Use avr/avr-tables.opt.
10025 * config/avr/avr-devices.c (avr_mcu_types): Move contents to
10026 avr-mcus.def.
10027 * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
10028 (avr_option_override): Don't process -mmcu= argument here. Set
10029 avr_current_device using avr_mcu_index.
10030 (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
10031 * config/avr/avr.opt (mmcu=): Use Enum.
10032 * config/avr/t-avr (avr-devices.o): Update dependencies.
10033 ($(srcdir)/config/avr/avr-tables.opt): New.
10034 * target.def (help): Remove.
10035 * doc/tm.texi.in (TARGET_HELP): Remove.
10036 * doc/tm.texi: Regenerate.
10037 * opts.c: Don't include target.h.
10038 (common_handle_option): Don't call targetm.help.
10039 * system.h (TARGET_HELP): Poison.
10040 * Makefile.in (opts.o): Update dependencies.
10041
10042 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10043
10044 * config/usegld.h: New file.
10045 * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
10046 (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
10047 (LIB_SPEC): Likewise. Search /lib.
10048 (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
10049 (RDYNAMIC_SPEC): Handle GNU ld.
10050 [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
10051 Define.
10052 (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
10053 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
10054 [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
10055 (STACK_CHECK_STATIC_BUILTIN): Define.
10056 * config/sol2.opt (compat-bsd): Remove.
10057 * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
10058 * config/sol2-bi.h: New file.
10059 * config/sol2-gld.h: Remove.
10060 * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
10061 (NO_DBX_BNSYM_ENSYM): Remove.
10062 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
10063 (STACK_CHECK_STATIC_BUILTIN): Remove.
10064 Test USE_GLD instead of TARGET_GNU_LD.
10065 * config/i386/sol2-10.h: Rename to ...
10066 * config/i386/sol2-bi.h .. this.
10067 (SUBTARGET_EXTRA_SPECS): Redefine.
10068 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
10069 (MULTILIB_DEFAULTS): Remove.
10070 (DEFAULT_ARCH32_P): Define.
10071 (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
10072 (ARCH64_SUBDIR): Define.
10073 Test USE_GLD instead of TARGET_GNU_LD.
10074 (I386_EMULATION): Rename to ...
10075 (ARCH32_EMULATION): ... this.
10076 (X86_64_EMULATION): Rename to ...
10077 (ARCH64_EMULATION): ... this.
10078 (TARGET_LD_EMULATION): Remove.
10079 (LINK_ARCH_SPEC): Remove.
10080 * config/i386/sol2-gas.h: Remove.
10081 * config/i386/t-sol2-10: Rename to ...
10082 * config/i386/t-sol2-64: ... this.
10083 * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
10084 (AS_SPARC64_FLAG): Define.
10085 (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
10086 (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
10087 depending on TARGET_CPU_DEFAULT.
10088 (CPP_CPU_SPEC): Redefine.
10089 (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
10090 (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
10091 (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
10092 (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
10093 ASM_ARCH_DEFAULT_SPEC): Redefine.
10094 (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
10095 LINK_ARCH_DEFAULT_SPEC.
10096 [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
10097 [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
10098 (ARCH64_SUBDIR): Define.
10099 (LINK_ARCH64_SPEC): Redefine.
10100 (CC1_SPEC): Redefine.
10101 (OPTION_DEFAULT_SPECS): Redefine.
10102 (MULTILIB_DEFAULTS): Define.
10103 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
10104 [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
10105 [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
10106 (NO_DBX_BNSYM_ENSYM): Remove.
10107 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
10108 (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
10109 (TARGET_ASM_NAMED_SECTION): Likewise.
10110 (STACK_CHECK_STATIC_BUILTIN): Remove.
10111 * config/sparc/sol2-bi.h: Remove.
10112 * config/sparc/sol2-gas-bi.h: Remove.
10113 * config/sparc/sol2-gas.h: Remove.
10114 * config/sparc/sol2-gld-bi.h: Remove.
10115 * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
10116 common parts ...
10117 (*-*-solaris2*): ... here.
10118
10119 2011-06-21 Christian Bruel <christian.bruel@st.com>
10120
10121 PR other/43564
10122 * ipa-inline.c (can_inline_edge_p): Check
10123 !DECL_DISREGARD_INLINE_LIMITS.
10124
10125 2011-06-21 Christian Bruel <christian.bruel@st.com>
10126
10127 PR middle-end/49139
10128 * cgraphunit.c (process_function_and_variable_attributes): warn when
10129 always_inline functions that are not inline.
10130 * ipa-inline-transform.c (inline_transform): Always call
10131 optimize_inline.
10132 * tree-inline.c (tree_inlinable_function_p): Use error instead
10133 of sorry.
10134 (expand_call_inline): Likewise.
10135
10136 2011-06-21 Jakub Jelinek <jakub@redhat.com>
10137
10138 * Makefile.in (dg_target_exps): Set.
10139 (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
10140 instead of 7, try to divide it more evenly.
10141
10142 2011-06-20 Changpeng Fang <changpeng.fang@amd.com>
10143
10144 PR target/49089
10145 * config/i386/i386.c (avx256_split_unaligned_load): New definition.
10146 (avx256_split_unaligned_store): New definition.
10147 (ix86_option_override_internal): Enable avx256 unaligned load/store
10148 splitting only when avx256_split_unaligned_load/store is set.
10149
10150 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
10151
10152 * regrename.c (scan_rtx_reg): Handle the case where we write to an
10153 open chain in a smaller mode without failing the entire block.
10154
10155 2011-06-21 Alan Modra <amodra@gmail.com>
10156
10157 * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
10158 CONST high part large-toc address.
10159 (rs6000_tls_referenced_p): Make static.
10160 * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
10161
10162 2011-06-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
10163
10164 PR target/49385
10165 * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
10166 one of the operands is a register.
10167
10168 2011-06-20 Kai Tietz <ktietz@redhat.com>
10169
10170 * fold-const.c (fold_binary_loc): Add missing folding for truth-not
10171 operations in combination with binary and.
10172
10173 2011-06-20 Bernd Schmidt <bernds@codesourcery.com>
10174
10175 * regrename.c (do_replace): Don't update notes.
10176
10177 2011-06-20 Alan Modra <amodra@gmail.com>
10178
10179 * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
10180 of toc-relative address in CONST.
10181 (rs6000_delegitimize_address): Recognize changed address.
10182 (rs6000_legitimize_reload_address): Likewise.
10183 (rs6000_emit_move): Don't force these constants to memory.
10184 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
10185 toc-relative address in CONST.
10186 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
10187 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
10188
10189 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
10190
10191 * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
10192 (count_trailing_zeros): Likewise.
10193
10194 2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
10195
10196 PR other/49325
10197 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
10198 .init_array can be used with .ctors on targets.
10199 * configure: Regenerated.
10200
10201 2011-06-18 Eric Botcazou <ebotcazou@adacore.com>
10202
10203 * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
10204 if the element type is volatile.
10205
10206 2011-06-18 Jan Hubicka <jh@suse.cz>
10207
10208 * lto-symtab.c (lto_varpool_replace_node): Remove code handling
10209 extra name aliases.
10210 (lto_symtab_resolve_can_prevail_p): Likewise.
10211 (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
10212 * cgraphbuild.c (record_reference): Remove extra body alias code.
10213 (mark_load): Likewise.
10214 (mark_store): Likewise.
10215 * cgraph.h (varpool_node): Remove extra_name filed;
10216 add alias_of and extraname_alias.
10217 (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
10218 (varpool_alias_aliased_node): New inline function.
10219 (varpool_variable_node): New function.
10220 * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
10221 * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
10222 * lto-cgraph.c (lto_output_varpool_node): Update streaming.
10223 (input_varpool_node): Likewise.
10224 * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
10225 (varpool_externally_visible_p): Remove extra body alias code.
10226 (function_and_variable_visibility): Likewise.
10227 * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
10228 (ipa_pta_execute): Use it.
10229 * varpool.c (varpool_remove_node): Remove extra name alias code.
10230 (varpool_mark_needed_node): Likewise.
10231 (varpool_analyze_pending_decls): Analyze aliases.
10232 (assemble_aliases): New functoin.
10233 (varpool_assemble_decl): Use it.
10234 (varpool_create_variable_alias): New function.
10235 (varpool_extra_name_alias): Rewrite.
10236 (varpool_for_node_and_aliases): New function.
10237
10238 2011-06-18 Jakub Jelinek <jakub@redhat.com>
10239
10240 PR target/49411
10241 * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
10242 last_arg_constant and last argument doesn't match its predicate,
10243 for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
10244 if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
10245 (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
10246 spelling of error message.
10247 * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
10248 vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
10249 const_0_to_255_operand instead of const_int_operand.
10250
10251 Revert:
10252 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
10253
10254 * config/i386/sse.md (blendbits): Remove mode attribute.
10255 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
10256 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
10257 Check integer value of operand 3 in insn constraint.
10258
10259 2011-06-17 Hans-Peter Nilsson <hp@axis.com>
10260
10261 PR rtl-optimization/48542
10262 * reload.c (find_equiv_reg): Stop looking when finding a
10263 setjmp-type call.
10264 * reload1.c (reload_as_needed): Invalidate all reload
10265 registers when crossing a setjmp-type call.
10266
10267 2011-06-16 Jeff Law <law@redhat.com>
10268
10269 * tree-ssa-threadupdate.c (struct redirection_data): New field
10270 intermediate_edge.
10271 (THREAD_TARGET2): Define.
10272 (redirection_data_eq): Also check that the intermediate edge is equal.
10273 (lookup_redirection_data): Drop useless argument. Extract the
10274 outgoing_edge and intermediate edge from E. Callers updated.
10275 (copy_phi_args, update_destination_phis): New functions.
10276 (fix_duplicate_block_edges): Likewise.
10277 (create_edge_and_update_destination_phis): Duplicate all the edges
10278 hung off e->aux. Use copy_phi_args.
10279 (create_duplicates): Use fix_duplicate_block_edges.
10280 (fixup_template_block): Likewise.
10281 (redirect_edges): If necessary, redirect the joiner block's incoming
10282 edge to the duplicate of the joiner block.
10283 (thread_block): Don't muck up loops when threading through a joiner
10284 block.
10285 (thread_through_loop_header): Handle threading through a joiner block.
10286 (mark_threaded_blocks, register_jump_thread): Likewise.
10287 * tree-flow.h (register_jump_thread): Add new argument. Callers
10288 updated.
10289 * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
10290 (thread_across_edge): Handle threading through a joiner block.
10291
10292 2011-06-16 Martin Jambor <mjambor@suse.cz>
10293
10294 PR tree-optimization/49343
10295 * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
10296 calculate offset, provide 2nd operand for the new COMPONENT_REF.
10297
10298 2011-06-16 Iain Sandoe <iains@gcc.gnu.org>
10299
10300 * config/darwin-protos.h (machopic_select_rtx_section): Move to
10301 inside RTX_CODE ifdef.
10302
10303 2011-06-16 Tom de Vries <tom@codesourcery.com>
10304
10305 PR target/45098
10306 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
10307 Disallow NULL pointer for pointer arithmetic.
10308
10309 2011-06-16 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
10310
10311 PR target/49398
10312 Revert.
10313 2011-06-10 Wei Guozhi <carrot@google.com>
10314
10315 PR target/45335
10316 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
10317 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
10318 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
10319 related peephole2.
10320 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
10321 related peephole2.
10322 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
10323 (arm_legitimate_ldrd_p): New prototype.
10324 (arm_output_ldrd): New prototype.
10325 * config/arm/arm.c (arm_check_ldrd_operands): New function.
10326 (arm_legitimate_ldrd_p): New function.
10327 (arm_output_ldrd): New function.
10328
10329 2011-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
10330
10331 PR middle-end/46500
10332 * doc/tm.texi.in: Update Copyright date.
10333 * doc/tm.texi: Regenerate.
10334 * targhooks.c (default_setup_incoming_varargs): Replace
10335 CUMULATIVE_ARGS* argument type with cumulative_args_t.
10336 (default_pretend_outgoing_varargs_named): Likewise.
10337 (hook_pass_by_reference_must_pass_in_stack): Likewise.
10338 (hook_callee_copies_named): Likewise.
10339 (default_function_arg_advance): Likewise.
10340 (default_function_arg): Likewise.
10341 (default_function_incoming_arg): Likewise.
10342 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
10343 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
10344 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
10345 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
10346 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
10347 * targhooks.h (default_setup_incoming_varargs): Likewise.
10348 (default_pretend_outgoing_varargs_named): Likewise.
10349 (hook_pass_by_reference_must_pass_in_stack): Likewise.
10350 (hook_callee_copies_named): Likewise.
10351 (default_function_arg_advance): Likewise.
10352 (default_function_arg): Likewise.
10353 (default_function_incoming_arg): Likewise.
10354 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
10355 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
10356 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
10357 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
10358 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
10359 * target.def (pass_by_reference): Likewise.
10360 (setup_incoming_varargs, strict_argument_naming): Likewise.
10361 (pretend_outgoing_varargs_named, callee_copies): Likewise.
10362 (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
10363 (function_incoming_arg): Likewise.
10364 * target.h: Don't include "tm.h" .
10365 (cumulative_args_t): New typedef.
10366 [GCC_TM_H] (get_cumulative_args): New static inline function.
10367 [GCC_TM_H] (pack_cumulative_args): Likewise.
10368 * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
10369 argument type with cumulative_args_t.
10370 (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
10371 (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
10372 * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
10373 (frv_arg_partial_bytes, frv_function_arg): Likewise.
10374 (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
10375 (frv_function_arg_1): Likewise.
10376 * config/s390/s390.c (s390_pass_by_reference): Likewise.
10377 (s390_function_arg_advance, s390_function_arg): Likewise.
10378 * config/m32c/m32c.c (m32c_function_arg): Likewise.
10379 (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
10380 (m32c_strict_argument_naming): Likewise.
10381 * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
10382 (spu_function_arg_advance): Likewise.
10383 (spu_setup_incoming_varargs): Likewise. Make static.
10384 * config/spu/spu-protos.h (spu_setup_incoming_varargs):
10385 Remove prototype.
10386 * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
10387 CUMULATIVE_ARGS* argument type with cumulative_args_t.
10388 (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
10389 (sparc_function_arg, sparc_function_incoming_arg): Likewise.
10390 (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
10391 * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
10392 (mep_pass_by_reference, mep_function_arg): Likewise.
10393 (mep_function_arg_advance): Likewise.
10394 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
10395 (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
10396 (m32r_function_arg, m32r_function_arg_advance): Likewise.
10397 * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
10398 * config/i386/i386.c (ix86_function_arg_advance): Likewise.
10399 (ix86_function_arg, ix86_pass_by_reference): Likewise.
10400 (ix86_setup_incoming_varargs): Likewise.
10401 * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
10402 (sh_strict_argument_naming): Likewise.
10403 (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
10404 (sh_callee_copies, sh_arg_partial_bytes): Likewise.
10405 (sh_function_arg_advance, sh_function_arg): Likewise.
10406 * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
10407 (pdp11_function_arg_advance): Likewise.
10408 * config/microblaze/microblaze.c (microblaze_function_arg_advance):
10409 Likewise.
10410 (microblaze_function_arg, function_arg_partial_bytes): Likewise.
10411 * config/avr/avr.c (avr_function_arg): Likewise.
10412 (avr_function_arg_advance): Likewise.
10413 * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
10414 (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
10415 (xtensa_function_arg_1): Likewise.
10416 * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
10417 Likewise.
10418 (xstormy16_function_arg): Likewise.
10419 * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
10420 (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
10421 (fr30_function_arg_advance): Likewise.
10422 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
10423 (lm32_function_arg, lm32_function_arg_advance): Likewise.
10424 * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
10425 (moxie_function_arg, moxie_function_arg_advance): Likewise.
10426 (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
10427 * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
10428 (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
10429 (cris_function_arg, cris_function_incoming_arg): Likewise.
10430 (cris_function_arg_advance, cris_function_arg_1): Likewise.
10431 * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
10432 (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
10433 (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
10434 * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
10435 (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
10436 (mn10300_arg_partial_bytes): Likewise.
10437 * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
10438 (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
10439 (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
10440 (ia64_function_arg_1): Likewise.
10441 * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
10442 (m68k_function_arg): Likewise.
10443 * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
10444 (rs6000_function_arg, setup_incoming_varargs): Likewise.
10445 (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
10446 * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
10447 (picochip_function_arg, picochip_incoming_function_arg): Likewise.
10448 (picochip_arg_advance): Likewise.
10449 * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
10450 (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
10451 (mcore_function_arg_advance): Likewise.
10452 * config/score/score.c (score_pass_by_reference): Likewise.
10453 (score_function_arg_advance): Likewise.
10454 (score_arg_partial_bytes): Likewise. Make static.
10455 * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
10456 * config/arm/arm.c (arm_arg_partial_bytes): Replace
10457 CUMULATIVE_ARGS* argument type with cumulative_args_t.
10458 (arm_function_arg, arm_function_arg_advance): Likewise.
10459 (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
10460 * config/pa/pa.c (pa_pass_by_reference): Likewise.
10461 (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
10462 (pa_function_arg): Likewise.
10463 * config/mips/mips.c (mips_strict_argument_naming): Likewise.
10464 (mips_function_arg, mips_function_arg_advance): Likewise.
10465 (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
10466 (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
10467 * config/vax/vax.c (vax_function_arg): Likewise.
10468 (vax_function_arg_advance): Likewise.
10469 * config/h8300/h8300.c (h8300_function_arg): Likewise.
10470 (h8300_function_arg_advance): Likewise.
10471 * config/v850/v850.c (v850_pass_by_reference): Likewise.
10472 (v850_strict_argument_naming, v850_function_arg): Likewise.
10473 (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
10474 (v850_setup_incoming_varargs): Likewise.
10475 * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
10476 (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
10477 (mmix_function_arg, mmix_pass_by_reference): Likewise.
10478 (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
10479 with const void *.
10480 * config/bfin/bfin.c (setup_incoming_varargs): Replace
10481 CUMULATIVE_ARGS* argument type with cumulative_args_t.
10482 (bfin_function_arg_advance, bfin_function_arg): Likewise.
10483 (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
10484 * calls.c (emit_call_1): Change type of args_so_far to
10485 cumulative_args_t. Changed all callers.
10486 (initialize_argument_information): Likewise.
10487 (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
10488 * dse.c (get_call_args): Likewise.
10489 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
10490 * function.c (pass_by_reference, reference_callee_copied): Likewise.
10491 (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
10492 New member args_so_far_v. Changed all users.
10493 * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
10494 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
10495 * config/mips/mips.c (mips_output_args_xfer): Likewise.
10496 * config/s390/s390.c (s390_call_saved_register_used): Likewise.
10497 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
10498 * config/microblaze/microblaze.c (microblaze_expand_prologue):
10499 Likewise.
10500 * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
10501 m32r_pass_by_reference.
10502
10503 2011-06-16 Ira Rosen <ira.rosen@linaro.org>
10504
10505 * tree-vectorizer.h (vect_recog_func_ptr): Change the first
10506 argument to be a VEC of statements.
10507 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
10508 assert that pattern statements have to have their vector type set.
10509 * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
10510 Change the first argument to be a VEC of statements. Update
10511 documentation.
10512 (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
10513 (vect_handle_widen_mult_by_const): New function.
10514 (vect_recog_widen_mult_pattern): Change the first argument to be a
10515 VEC of statements. Update documentation. Check that the constant is
10516 INTEGER_CST. Support multiplication by a constant that fits an
10517 intermediate type - call vect_handle_widen_mult_by_const.
10518 (vect_pattern_recog_1): Update vect_recog_func_ptr and its
10519 call. Handle additional pattern statements if necessary.
10520
10521 2011-06-16 Nick Clifton <nickc@redhat.com>
10522
10523 PR target/49427
10524 * config.gcc: Set cpu_type to v850 for any V850 architecture.
10525 (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
10526 md_file, extra_modes, out_file and extra_options are these are all
10527 deduced from cpu_type.
10528
10529 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
10530
10531 * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
10532 truncation mask to 63.
10533
10534 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
10535
10536 PR target/49313
10537 PR target/29524
10538 * longlong.h: Add AVR support:
10539 (count_leading_zeros): New macro.
10540 (count_trailing_zeros): New macro.
10541 (COUNT_LEADING_ZEROS_0): New macro.
10542 * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
10543 _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
10544 _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
10545 _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
10546 (LIB2FUNCS_EXCLUDE): Add _clz.
10547 * config/avr/libgcc.S (XCALL): Move up in file.
10548 (XJMP): New C Macro.
10549 (DEFUN): New asm macro.
10550 (ENDF): New asm macro.
10551 (__ffssi2): New function.
10552 (__ffshi2): New function.
10553 (__loop_ffsqi2): New function.
10554 (__ctzsi2): New function.
10555 (__ctzhi2): New function.
10556 (__clzdi2): New function.
10557 (__clzsi2): New function.
10558 (__clzhi2): New function.
10559 (__paritydi2): New function.
10560 (__paritysi2): New function.
10561 (__parityhi2): New function.
10562 (__parityqi2): New function.
10563 (__popcounthi2): New function.
10564 (__popcountsi2): New function.
10565 (__popcountdi2): New function.
10566 (__popcountqi2): New function.
10567 (__bswapsi2): New function.
10568 (__bswapdi2): New function.
10569 (__ashldi3): New function.
10570 (__ashrdi3): New function.
10571 (__lshrdi3): New function.
10572 Fix suspicous lines.
10573
10574 2011-06-16 Richard Guenther <rguenther@suse.de>
10575
10576 * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
10577 the same as x != 0.
10578 * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
10579 to (bool) X & 1.
10580 * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
10581 equality compares against zero for the lower bit.
10582
10583 2011-06-16 Jakub Jelinek <jakub@redhat.com>
10584
10585 PR tree-optimization/49419
10586 * tree-vrp.c (execute_vrp): Call init_range_assertions
10587 before estimate_numbers_of_iterations, call
10588 free_number_of_iterations_estimates before calling
10589 remove_range_assertions.
10590
10591 2011-06-16 Revital Eres <revital.eres@linaro.org>
10592
10593 * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
10594 (struct partial_schedule): Add rows_length field.
10595 (verify_partial_schedule): Check rows_length.
10596 (ps_insert_empty_row): Handle rows_length.
10597 (create_partial_schedule): Likewise.
10598 (free_partial_schedule): Likewise.
10599 (reset_partial_schedule): Likewise.
10600 (create_ps_insn): Remove rest_count argument.
10601 (remove_node_from_ps): Update rows_length.
10602 (add_node_to_ps): Update rows_length and call create_ps_insn
10603 without passing row_rest_count.
10604 (rotate_partial_schedule): Update rows_length.
10605
10606 2011-06-16 Revital Eres <revital.eres@linaro.org>
10607
10608 * ddg.c (add_intra_loop_mem_dep): New function.
10609 (build_intra_loop_deps): Call it.
10610
10611 2011-06-13 Jeff Law <law@redhat.com>
10612
10613 * df-problems.c (df_lr_local_compute): Manually CSE
10614 PIC_OFFSET_TABLE_REGNUM.
10615 * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
10616 (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
10617
10618 2011-06-13 Jan Hubicka <jh@suse.cz>
10619
10620 * cgraphunit.c (handle_alias_pairs): New function.
10621 (cgraph_finalize_compilation_unit): Use it.
10622 * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
10623 as externally visible.
10624
10625 2011-06-15 Richard Guenther <rguenther@suse.de>
10626
10627 * expr.c (expand_expr_real_2): Reduce all integral types to
10628 bitfield precision.
10629 (expand_expr_real_1): Likewise.
10630
10631 2011-06-15 Martin Jambor <mjambor@suse.cz>
10632
10633 PR tree-optimization/48613
10634 * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
10635 ipa_node_params_vector is NULL.
10636
10637 2011-06-15 Jakub Jelinek <jakub@redhat.com>
10638
10639 PR debug/49382
10640 * dwarf2out.c (dw_loc_list_node): Add force field.
10641 (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
10642 location in the list, even if it is modified before first real insn.
10643 (output_loc_list): Emit empty ranges with force flag set.
10644 (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
10645
10646 2011-06-15 Alexander Monakov <amonakov@ispras.ru>
10647
10648 PR target/49349
10649 * sel-sched.c (find_place_for_bookkeeping): Add new parameter
10650 (fence_to_rewind). Use it to notice when bookkeeping will be placed
10651 above a fence. Update comments.
10652 (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
10653 placed just above it. Do not allow NULL place_to_insert.
10654
10655 2011-06-15 Ira Rosen <ira.rosen@linaro.org>
10656
10657 * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
10658 (slpeel_tree_peel_loop_to_edge): Don't call
10659 remove_dead_stmts_from_loop.
10660 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
10661 remove irrelevant pattern statements. For irrelevant statements
10662 check if it is the last statement of a detected pattern, use
10663 corresponding pattern statement instead.
10664 (destroy_loop_vec_info): No need to remove pattern statements,
10665 only free stmt_vec_info.
10666 (vect_transform_loop): For irrelevant statements check if it is
10667 the last statement of a detected pattern, use corresponding
10668 pattern statement instead.
10669 * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
10670 pattern statements. Set basic block for the new statement.
10671 (vect_pattern_recog): Update documentation.
10672 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
10673 operands of pattern statements.
10674 (vectorizable_call): Fix printing. In case of a pattern statement
10675 use the lhs of the original statement when creating a dummy
10676 statement to replace the original call.
10677 (vect_analyze_stmt): For irrelevant statements check if it is
10678 the last statement of a detected pattern, use corresponding
10679 pattern statement instead.
10680 * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
10681 statements use gsi of the original statement.
10682
10683 2011-06-14 Joseph Myers <joseph@codesourcery.com>
10684
10685 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
10686 common/common-target-def.h.
10687 * target.def (default_target_flags, handle_option,
10688 supports_split_stack, optimization_table, init_struct,
10689 except_unwind_info, unwind_tables_default, have_named_sections):
10690 Move to common/common-target.def.
10691 * target.h (enum opt_levels, struct default_options): Move to
10692 common/common-target.h.
10693 * targhooks.c (default_except_unwind_info,
10694 dwarf2_except_unwind_info, sjlj_except_unwind_info,
10695 default_target_handle_option, empty_optimization_table): Move to
10696 common/common-targhooks.c.
10697 * targhooks.h (default_except_unwind_info,
10698 dwarf2_except_unwind_info, sjlj_except_unwind_info,
10699 default_target_handle_option, empty_optimization_table): Move to
10700 common/common-targhooks.h.
10701 * common/common-target-def.h: Include common/common-targhooks.h.
10702 (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
10703 defined.
10704 * common/common-target.def (handle_option, option_init_struct,
10705 option_optimization_table, default_target_flags,
10706 except_unwind_info, supports_split_stack, unwind_tables_default,
10707 have_named_sections): Move from target.def.
10708 (HOOK_PREFIX): Undefine at end of file.
10709 * common/common-target.h: Include input.h.
10710 (enum opt_levels, struct default_options): Move from target.h.
10711 * common/common-targhooks.c, common/common-targhooks.h: New.
10712 * config.gcc (target_has_targetm_common): Default to yes.
10713 (moxie*): Set target_has_targetm_common=no.
10714 (hppa*-*-*): Don't set target_has_targetm_common=yes.
10715 * doc/tm.texi: Regenerate.
10716 * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
10717 (C_TARGET_DEF_H): Add common/common-targhooks.h.
10718 (GCC_OBJS): Remove vec.o.
10719 (OBJS): Remove hooks.o and vec.o.
10720 (OBJS-libcommon-target): Add vec.o, hooks.o and
10721 common/common-targhooks.o.
10722 (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
10723 tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
10724 expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
10725 cfglayout.o, $(out_object_file), $(common_out_object_file)):
10726 Update dependencies.
10727 (common/common-targhooks.o): New.
10728 * common/config/default-common.c: Include tm.h. Add FIXME comment.
10729 * common/config/pa/pa-common.c: Include more headers. Take
10730 copyright dates from pa.c.
10731 (pa_option_optimization_table, pa_handle_option,
10732 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
10733 TARGET_HANDLE_OPTION): Move from pa.c.
10734 * common/config/alpha/alpha-common.c,
10735 common/config/arm/arm-common.c, common/config/avr/avr-common.c,
10736 common/config/bfin/bfin-common.c,
10737 common/config/cris/cris-common.c,
10738 common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
10739 common/config/h8300/h8300-common.c,
10740 common/config/i386/i386-common.c,
10741 common/config/ia64/ia64-common.c,
10742 common/config/iq2000/iq2000-common.c,
10743 common/config/lm32/lm32-common.c,
10744 common/config/m32c/m32c-common.c,
10745 common/config/m32r/m32r-common.c,
10746 common/config/m68k/m68k-common.c,
10747 common/config/mcore/mcore-common.c,
10748 common/config/mep/mep-common.c,
10749 common/config/microblaze/microblaze-common.c,
10750 common/config/mips/mips-common.c,
10751 common/config/mmix/mmix-common.c,
10752 common/config/mn10300/mn10300-common.c,
10753 common/config/pdp11/pdp11-common.c,
10754 common/config/picochip/picochip-common.c,
10755 common/config/rs6000/rs6000-common.c,
10756 common/config/rx/rx-common.c, common/config/s390/s390-common.c,
10757 common/config/score/score-common.c, common/config/sh/sh-common.c,
10758 common/config/sparc/sparc-common.c,
10759 common/config/spu/spu-common.c, common/config/v850/v850-common.c,
10760 common/config/vax/vax-common.c,
10761 common/config/xstormy16/xstormy16-common.c,
10762 common/config/xtensa/xtensa-common.c: New.
10763 * config/alpha/alpha.c: Include common/common-target.h.
10764 (alpha_option_optimization_table, alpha_handle_option,
10765 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10766 TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
10767 * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
10768 * config/arm/arm.c (arm_option_optimization_table,
10769 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
10770 TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
10771 arm-common.c.
10772 * config/avr/avr.c (avr_option_optimization_table,
10773 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
10774 to avr-common.c.
10775 * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
10776 (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
10777 TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
10778 * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
10779 * config/cris/cris.c (cris_option_optimization_table,
10780 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10781 TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
10782 cris-common.c.
10783 * config/fr30/fr30.c (fr30_option_optimization_table,
10784 TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
10785 to fr30-common.c.
10786 * config/frv/frv.c (frv_option_optimization_table,
10787 MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
10788 TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
10789 * config/h8300/h8300.c (h8300_option_optimization_table,
10790 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
10791 TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
10792 * config/i386/i386-protos.h (ix86_handle_option): Declare.
10793 * config/i386/i386.c: Include common/common-target.h.
10794 (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
10795 OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
10796 OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
10797 OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
10798 OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
10799 OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
10800 OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
10801 OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
10802 OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
10803 OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
10804 OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
10805 OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
10806 OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
10807 OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
10808 OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
10809 OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
10810 OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
10811 OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
10812 OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
10813 OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
10814 OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
10815 OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
10816 OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
10817 OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
10818 OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
10819 OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
10820 OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
10821 OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
10822 OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
10823 ix86_option_optimization_table, ix86_option_init_struct,
10824 ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
10825 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
10826 TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
10827 i386-common.c.
10828 * config/i386/t-i386 (i386.o): Update dependencies.
10829 * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
10830 * config/ia64/ia64.c (ia64_option_optimization_table,
10831 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
10832 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10833 ia64_handle_option): Move to ia64-common.c.
10834 * config/iq2000/iq2000.c (iq2000_option_optimization_table,
10835 TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
10836 * config/lm32/lm32.c (lm32_option_optimization_table,
10837 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
10838 to lm32-common.c.
10839 * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
10840 m32c-common.c.
10841 * config/m32r/m32r.c (m32r_option_optimization_table,
10842 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10843 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
10844 m32r_handle_option): Move to m32r-common.c.
10845 (m32r_memory_move_cost): Remove comment referring to
10846 TARGET_HANDLE_OPTION.
10847 * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
10848 Move to m68k-common.c.
10849 * config/mcore/mcore.c (mcore_option_optimization_table,
10850 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
10851 TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
10852 * config/mep/mep.c (mep_option_optimization_table,
10853 mep_handle_option, TARGET_HANDLE_OPTION,
10854 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
10855 Move to mep-common.c.
10856 * config/microblaze/microblaze.c
10857 (microblaze_option_optimization_table,
10858 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
10859 TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
10860 * config/mips/mips.c (mips_handle_option,
10861 mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
10862 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
10863 mips-common.c.
10864 * config/mmix/mmix.c (mmix_option_optimization_table,
10865 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
10866 Move to mmix-common.c.
10867 * config/mn10300/mn10300.c (mn10300_option_optimization_table,
10868 mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
10869 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10870 TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
10871 * config/pa/pa.c: Include common/common-target.h.
10872 (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
10873 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10874 pa_handle_option): Move to pa-common.c.
10875 (pa_option_override): Use targetm_common.except_unwind_info.
10876 (pa_asm_output_mi_thunk, pa_function_section): Use
10877 targetm_common.have_named_sections.
10878 * config/pdp11/pdp11.c (pdp11_option_optimization_table,
10879 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10880 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
10881 pdp11_handle_option, pdp11_option_init_struct): Move to
10882 pdp11-common.c.
10883 * config/picochip/picochip.c (picochip_option_optimization_table,
10884 TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
10885 TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
10886 * config/rs6000/rs6000.c: Include common/common-target.h.
10887 (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
10888 TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
10889 TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
10890 rs6000_handle_option): Move to rs6000-common.c.
10891 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
10892 * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
10893 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
10894 TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
10895 * config/s390/s390.c (processor_flags_table,
10896 s390_option_optimization_table, s390_option_init_struct,
10897 s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
10898 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
10899 TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
10900 * config/s390/s390.h (processor_flags_table): Declare.
10901 * config/score/score.c (score_option_optimization_table,
10902 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10903 TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
10904 score_handle_option): Move to score-common.c.
10905 * config/sh/sh.c (sh_option_optimization_table,
10906 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
10907 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
10908 sh_handle_option, sh_option_init_struct): Move to sh-common.c.
10909 * config/sparc/sparc.c: Include common/common-target.h.
10910 (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
10911 TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
10912 * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
10913 TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
10914 spu_option_init_struct): Move to spu-common.c.
10915 * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
10916 TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
10917 * config/v850/v850.c (small_memory_physical_max,
10918 v850_handle_memory_optionn v850_handle_option,
10919 v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
10920 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
10921 v850-common.c.
10922 * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
10923 * config/xtensa/xtensa.c (xtensa_option_optimization_table,
10924 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
10925 Move to xtensa-common.c.
10926 * cfglayout.c: Include common/common-target.h.
10927 (fixup_reorder_chain): Use targetm_common.have_named_sections.
10928 * cfgrtl.c: Include common/common-target.h.
10929 (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
10930 targetm_common.have_named_sections.
10931 * dbxout.c: Include common/common-target.h.
10932 (dbxout_function_end): Use targetm_common.have_named_sections.
10933 * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
10934 targetm_common.except_unwind_info.
10935 * dwarf2out.c: Include common/common-target.h.
10936 (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
10937 dwarf2out_begin_prologue, dwarf2out_frame_init,
10938 dwarf2out_frame_finish, dwarf2out_assembly_start): Use
10939 targetm_common.except_unwind_info.
10940 * except.c: Include common/common-target.h.
10941 (init_eh, finish_eh_generation,
10942 output_one_function_exception_table): Use
10943 targetm_common.except_unwind_info.
10944 (switch_to_exception_section): Use targetm_common.have_named_sections.
10945 * explow.c: Include common/common-target.h.
10946 * expr.c: Include common/common-target.h.
10947 (build_personality_function): Use targetm_common.except_unwind_info.
10948 * function.c: Include common/common-target.h.
10949 (expand_function_end): Use targetm_common.except_unwind_info.
10950 * haifa-sched.c: Include common/common-target.h.
10951 (sched_create_recovery_edges): Use targetm_common.have_named_sections.
10952 * lto-opts.c: Include common/common-target.h instead of target.h.
10953 (lto_reissue_options): Use targetm_common.handle_option.
10954 * opts.c: Include common/common-target.h.
10955 (target_handle_option): Use targetm_common.handle_option.
10956 (init_options_struct): Update comment referring to
10957 targetm.target_option.optimization. Use
10958 targetm_common.default_target_flags,
10959 targetm_common.unwind_tables_default and
10960 targetm_common.option_init_struct.
10961 (default_options_optimization): Use
10962 targetm_common.option_optimization_table.
10963 (finish_options): Use targetm_common.except_unwind_info,
10964 targetm_common.unwind_tables_default,
10965 targetm_common.have_named_sections and
10966 targetm_common.supports_split_stack.
10967 * toplev.c: Include common/common-target.h.
10968 (process_options): Use targetm_common.have_named_sections.
10969 * tree-tailcall.c: Include common/common-target.h.
10970 (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
10971 * tree.c: Include common/common-target.h.
10972 (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
10973 * varasm.c: Include common/common-target.h.
10974 (resolve_unique_section, hot_function_section,
10975 default_function_section): Use targetm_common.have_named_sections.
10976
10977 2011-06-14 Easwaran Raman <eraman@google.com>
10978
10979 PR rtl-optimization/44194
10980 * dse.c: Include tree-flow.h
10981 (insn_info): Add new field non_frame_wild_read.
10982 (group_info): Add new fields escaped_n and escaped_p.
10983 (kill_on_calls): New variable.
10984 (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
10985 (dse_step0): Initialize kill_on_calls.
10986 (can_escape): New function.
10987 (set_usage_bits): Add additional parameter; record information
10988 about escaped locations.
10989 (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
10990 (dse_step2_nospill): Set kill_on_calls based on
10991 group->escaped_n and group->escaped_n.
10992 (add_wild_read): Refactor into...
10993 (reset_active_stores): ... New function, and
10994 (free_read_records): ... New function.
10995 (add_non_frame_wild_read): New function.
10996 (scan_insn): Call add_non_frame_wild_read on non-const calls.
10997 (scan_reads_nospill): Handle instructions with non_frame_wild_read.
10998 (dse_step5_nospill): Call scan_reads_nospill for instructions
10999 marked as non_frame_wild_read.
11000 (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
11001
11002 2011-06-14 Joseph Myers <joseph@codesourcery.com>
11003
11004 * common/common-target-def.h, common/common-target.def,
11005 common/common-target.h, common/config/default-common.c,
11006 common/config/pa/pa-common.c: New files.
11007 * Makefile.in (common_out_file, common_out_object_file,
11008 COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
11009 (OBJS-libcommon-target): Include $(common_out_object_file).
11010 (prefix.o): Update dependencies.
11011 ($(common_out_object_file), common/common-target-hooks-def.h,
11012 s-common-target-hooks-def-h): New.
11013 (s-tm-texi): Also check timestamp on common-target.def.
11014 (build/genhooks.o): Update dependencies.
11015 * config.gcc (common_out_file, target_has_targetm_common): Define.
11016 * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
11017 TARGET_ALWAYS_STRIP_DOTDOT.
11018 * configure.ac (common_out_object_file): Define.
11019 (common_out_file, common_out_object_file): Substitute.
11020 (common): Create directory.
11021 * configure: Regenerate.
11022 * doc/tm.texi.in (targetm_common): Document.
11023 (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
11024 * doc/tm.texi: Regenerate.
11025 * genhooks.c (hook_array): Also include common/common-target.def.
11026 * prefix.c (tm.h): Don't include.
11027 (common/common-target.h): Include.
11028 (ALWAYS_STRIP_DOTDOT): Don't define.
11029 (update_path): Use targetm_common.always_strip_dotdot instead of
11030 ALWAYS_STRIP_DOTDOT.
11031 * system.h (ALWAYS_STRIP_DOTDOT): Poison.
11032
11033 2011-06-14 David Li <davidxl@google.com>
11034
11035 * passes.c (execute_function_todo): Remove TODO_dump_func.
11036 (execute_one_pass): Remove TODO_dump_func.
11037 (execute_function_dump): New function.
11038 * tree-vrp.c: Remove TODO_dump_func.
11039 * regrename.c: Remove TODO_dump_func.
11040 * fwprop.c: Remove TODO_dump_func.
11041 * tree-into-ssa.c: Remove TODO_dump_func.
11042 * tree-complex.c: Remove TODO_dump_func.
11043 * tracer.c: Remove TODO_dump_func.
11044 * tree-loop-distribution.c: Remove TODO_dump_func.
11045 * postreload-gcse.c: Remove TODO_dump_func.
11046 * postreload.c: Remove TODO_dump_func.
11047 * tree-ssa-loop-ch.c: Remove TODO_dump_func.
11048 * tree-tailcall.c: Remove TODO_dump_func.
11049 * ipa-cp.c: Remove TODO_dump_func.
11050 * final.c: Remove TODO_dump_func.
11051 * tree-emutls.c: Remove TODO_dump_func.
11052 * omp-low.c: Remove TODO_dump_func.
11053 * tree-ssa-dse.c: Remove TODO_dump_func.
11054 * tree-ssa-uncprop.c: Remove TODO_dump_func.
11055 * auto-inc-dec.c: Remove TODO_dump_func.
11056 * reorg.c: Remove TODO_dump_func.
11057 * tree-ssa-copyrename.c: Remove TODO_dump_func.
11058 * tree-ssa-ccp.c: Remove TODO_dump_func.
11059 * compare-elim.c: Remove TODO_dump_func.
11060 * mode-switching.c: Remove TODO_dump_func.
11061 * modulo-sched.c: Remove TODO_dump_func.
11062 * tree-call-cdce.c: Remove TODO_dump_func.
11063 * cse.c: Remove TODO_dump_func.
11064 * web.c: Remove TODO_dump_func.
11065 * tree-stdarg.c: Remove TODO_dump_func.
11066 * lto-streamer-out.c: Remove TODO_dump_func.
11067 * tree-ssa-math-opts.c: Remove TODO_dump_func.
11068 * tree-ssa-dom.c: Remove TODO_dump_func.
11069 * tree-nrv.c: Remove TODO_dump_func.
11070 * loop-init.c: Remove TODO_dump_func.
11071 * gimple-low.c: Remove TODO_dump_func.
11072 * ipa-inline.c: Remove TODO_dump_func.
11073 * tree-ssa-sink.c: Remove TODO_dump_func.
11074 * jump.c: Remove TODO_dump_func.
11075 * ifcvt.c: Remove TODO_dump_func.
11076 * tree-ssa-loop.c: Remove TODO_dump_func.
11077 * recog.c: Remove TODO_dump_func.
11078 * dse.c: Remove TODO_dump_func.
11079 * tree-ssa-ifcombine.c: Remove TODO_dump_func.
11080 * matrix-reorg.c: Remove TODO_dump_func.
11081 * tree-eh.c: Remove TODO_dump_func.
11082 * regmove.c: Remove TODO_dump_func.
11083 * function.c: Remove TODO_dump_func.
11084 * tree-vectorizer.c: Remove TODO_dump_func.
11085 * ipa-split.c: Remove TODO_dump_func.
11086 * gcse.c: Remove TODO_dump_func.
11087 * tree-if-conv.c: Remove TODO_dump_func.
11088 * init-regs.c: Remove TODO_dump_func.
11089 * tree-ssa-phiopt.c: Remove TODO_dump_func.
11090 * implicit-zee.c: Remove TODO_dump_func.
11091 * lower-subreg.c: Remove TODO_dump_func.
11092 * bt-load.c: Remove TODO_dump_func.
11093 * tree-dfa.c: Remove TODO_dump_func.
11094 * except.c: Remove TODO_dump_func.
11095 * emit-rtl.c: Remove TODO_dump_func.
11096 * store-motion.c: Remove TODO_dump_func.
11097 * cfgexpand.c: Remove TODO_dump_func.
11098 * tree-cfgcleanup.c: Remove TODO_dump_func.
11099 * cfgcleanup.c: Remove TODO_dump_func.
11100 * tree-ssa-pre.c: Remove TODO_dump_func.
11101 * tree-sra.c: Remove TODO_dump_func.
11102 * tree-mudflap.c: Remove TODO_dump_func.
11103 * tree-ssa-copy.c: Remove TODO_dump_func.
11104 * cfglayout.c: Remove TODO_dump_func.
11105 * tree-ssa-forwprop.c: Remove TODO_dump_func.
11106 * tree-ssa-dce.c: Remove TODO_dump_func.
11107 * ira.c: Remove TODO_dump_func.
11108 * tree-ssa.c: Remove TODO_dump_func.
11109 * integrate.c: Remove TODO_dump_func.
11110 * tree-optimize.c: Remove TODO_dump_func.
11111 * tree-ssa-phiprop.c: Remove TODO_dump_func.
11112 * tree-object-size.c: Remove TODO_dump_func.
11113 * combine.c: Remove TODO_dump_func.
11114 * bb-reorder.c: Remove TODO_dump_func.
11115 * cprop.c: Remove TODO_dump_func.
11116 * var-tracking.c: Remove TODO_dump_func.
11117 * tree-profile.c: Remove TODO_dump_func.
11118 * tree-vect-generic.c: Remove TODO_dump_func.
11119 * reg-stack.c: Remove TODO_dump_func.
11120 * sched-rgn.c: Remove TODO_dump_func.
11121 * tree-ssa-structalias.c: Remove TODO_dump_func.
11122 * tree-switch-conversion.c: Remove TODO_dump_func.
11123 * tree-cfg.c: Remove TODO_dump_func.
11124 * tree-ssa-reassoc.c: Remove TODO_dump_func.
11125 * combine-stack-adj.c: Remove TODO_dump_func.
11126 * dce.c: Remove TODO_dump_func.
11127 * tree-ssanames.c: Remove TODO_dump_func.
11128 * regcprop.c: Remove TODO_dump_func.
11129
11130 2011-06-14 H.J. Lu <hongjiu.lu@intel.com>
11131
11132 PR middle-end/47364
11133 * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
11134 and properly handle result not in Pmode.
11135
11136 2011-06-14 Robert Millan <rmh@gnu.org>
11137
11138 * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
11139 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
11140 `config/linux.h'.
11141
11142 * config/i386/kfreebsd-gnu64.h: New file.
11143 * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
11144 with `i386/kfreebsd-gnu64.h'.
11145
11146 * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
11147 (GNU_USER_LINK_EMULATION64): New macros.
11148 * config/i386/gnu-user64.h (LINK_SPEC): Rely on
11149 `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
11150 of hardcoding `elf_i386' and `elf_x86_64'.
11151
11152 2011-06-14 Nick Clifton <nickc@redhat.com>
11153
11154 PR target/49403
11155 * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
11156
11157 PR target/49402
11158 * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
11159
11160 2011-06-14 Jakub Jelinek <jakub@redhat.com>
11161
11162 PR fortran/49103
11163 * tree.h (DECL_NONSHAREABLE): Define.
11164 (struct tree_decl_common): Change decl_common_unused to
11165 decl_nonshareable_flag.
11166 * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
11167 Ignore vars with DECL_NONSHAREABLE bit set.
11168 * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
11169 on stores to automatic aggregate vars.
11170
11171 PR rtl-optimization/49390
11172 Revert:
11173 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
11174
11175 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
11176 MEM_ALIAS_SET.
11177
11178 2011-06-14 Zdenek Dvorak <ook@ucw.cz>
11179 Tom de Vries <tom@codesourcery.com>
11180
11181 PR target/45098
11182 * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
11183 Document changed semantics.
11184 (max_stmt_executions, max_stmt_executions_int): Declare.
11185 * tree-data-ref.c (estimated_loop_iterations)
11186 (estimated_loop_iterations_int): Move functions...
11187 * tree-ssa-loop-niter.c (estimated_loop_iterations)
11188 (estimated_loop_iterations_int): here.
11189 (record_estimate): Change nb_iterations_upper_bound and
11190 nb_iterations_estimate semantics.
11191 (max_stmt_executions, max_stmt_executions_int): New function.
11192 * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
11193 (max_stmt_executions_tree): this.
11194 (analyze_miv_subscript): Use max_stmt_executions_tree instead of
11195 estimated_loop_iterations_tree.
11196 tree-ssa-loop-ivopts.c (avg_loop_niter): Use
11197 max_stmt_executions_int instead of estimated_loop_iterations_int.
11198 * predict.c (predict_loops): Idem.
11199 * tree-parloops.c (parallelize_loops): Idem.
11200 * tree-data-ref.c (analyze_siv_subscript_cst_affine)
11201 (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
11202 (init_omega_for_ddr_1): Idem.
11203 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
11204 (loop_prefetch_arrays): Idem
11205 * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
11206 max_stmt_executions instead of estimated_loop_iterations.
11207 * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
11208 * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
11209 instead of nb_iterations_upper_bound.
11210
11211 2011-06-13 Jan Hubicka <jh@suse.cz>
11212
11213 * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
11214
11215 2011-06-14 Richard Henderson <rth@redhat.com>
11216
11217 PR debug/48459
11218 * dwarf2out.c (frame_pointer_fb_offset_valid): New.
11219 (based_loc_descr): Assert it's true.
11220 (compute_frame_pointer_to_fb_displacement): Set it, rather than
11221 aborting immediately.
11222
11223 2011-06-14 Sanjin Liu <scliu@faraday-tech.com>
11224 Mingfeng Wu <mingfeng@faraday-tech.com>
11225
11226 * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
11227
11228 2011-06-13 Jan Hubicka <jh@suse.cz>
11229
11230 * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
11231
11232 2011-06-13 Jan Hubicka <jh@suse.cz>
11233
11234 * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
11235 similarly to DECL_COMDAT.
11236 * cgraphunit.c (cgraph_analyze_function): Likewise.
11237 * ipa.c (function_and_variable_visibility): Likewise.
11238
11239 2011-06-13 Jan Hubicka <jh@suse.cz>
11240
11241 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
11242 BINFO_VIRTUALS when streaming for ltrans unit.
11243
11244 2011-06-13 David Edelsohn <dje.gcc@gmail.com>
11245
11246 * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
11247 (movdi_internal64): Same.
11248
11249 2011-06-13 Edmar Wienskoski <edmar@freescale.com>
11250
11251 PR target/44618
11252 * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
11253 a set of similar patterns, where the MATCH_OPERAND for the function
11254 argument is replaced with individual references to hardware registers.
11255 (save_fpregs_<mode>): Ditto
11256 (restore_gpregs_<mode>): Ditto
11257 (return_and_restore_gpregs_<mode>): Ditto
11258 (return_and_restore_fpregs_<mode>): Ditto
11259 (return_and_restore_fpregs_aix_<mode>): Ditto
11260
11261 2011-06-13 Jan Hubicka <jh@suse.cz>
11262
11263 * ipa-utils.c (postorder_stack): New structure.
11264 (ipa_reverse_postorder): Handle aliases.
11265
11266 2011-06-13 Jan Hubicka <jh@suse.cz>
11267
11268 * ipa-inline.c (reset_edge_caches): Walk aliases.
11269 (update_caller_keys): Do not test inlinability of aliases.
11270 * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
11271 (do_estimate_growth): Fix typo.
11272
11273 2011-06-13 Jan Hubicka <jh@suse.cz>
11274
11275 * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
11276 (can_remove_node_now_p): ... here; handle same comdat groups.
11277 (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
11278 (inline_call): Update use of can_remove_node_now_p.
11279
11280 2011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
11281
11282 * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
11283 condition to disallow non-identical memory locations.
11284 (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
11285 preference to bit manipulation instructions.
11286
11287 2011-06-13 Jan Hubicka <jh@suse.cz>
11288
11289 * cgraph.c (cgraph_for_node_thunks_and_aliases,
11290 cgraph_for_node_and_aliases): Fix thinko in recursive walking.
11291 (nonremovable_p): New function.
11292 (cgraph_can_remove_if_no_direct_calls_p): New function.
11293 (used_from_object_file_p): New functoin.
11294 (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
11295 references from aliases.
11296 * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
11297 * ipa-inline.c (check_caller_edge): New function.
11298 (want_inline_function_called_once_p): Use it; accept aliases called
11299 once, too.
11300 * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
11301
11302 2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11303
11304 PR target/48454
11305 * config/arm/neon.md (vec_pack_trunc): Set the lengths
11306 correctly for the case with Quad vectors.
11307
11308 2011-06-13 Jakub Jelinek <jakub@redhat.com>
11309 Ira Rosen <ira.rosen@linaro.org>
11310
11311 PR tree-optimization/49352
11312 * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
11313 all, make sure loop_use_stmt after the loop is a def stmt of a used
11314 SSA_NAME that is the only one defined inside of the loop. Don't
11315 check for COND_EXPR and GIMPLE_BINARY_RHS.
11316 (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
11317 check_reduction is true.
11318
11319 2011-06-11 Jan Hubicka <jh@suse.cz>
11320
11321 PR middle-end/49373
11322 * ipa.c (cgraph_externally_visible_p): Check resolution info.
11323
11324 2011-06-11 Jan Hubicka <jh@suse.cz>
11325
11326 PR middle-end/48836
11327 * ipa-inline-transform.c: Include tree-pass.h
11328 (inline_transform): Set TODO_update_ssa_only_virtuals.
11329 * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
11330
11331 2011-06-11 Jan Hubicka <jh@suse.cz>
11332
11333 PR middle-end/49378
11334 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
11335 aliases and thunks.
11336
11337 2011-06-12 Ira Rosen <ira.rosen@linaro.org>
11338
11339 * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
11340 Take number of iterations to peel into account for equally frequent
11341 misalignment values.
11342
11343 2011-06-11 Jan Hubicka <jh@suse.cz>
11344
11345 * lto-streamer-out.c (produce_symtab): Stream out the newly
11346 represented aliases.
11347
11348 2011-06-11 Jan Hubicka <jh@suse.cz>
11349
11350 * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
11351 varying args.
11352 (ipa_update_after_lto_read): Likewise.
11353 (ipa_write_node_info): Do not sream call_with_var_arguments.
11354 (ipa_read_node_info): Likewise.
11355
11356 2011-06-11 Jan Hubicka <jh@suse.cz>
11357
11358 * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
11359
11360 2011-06-11 Jan Hubicka <jh@suse.cz>
11361
11362 * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
11363 (lto_symtab_resolve_can_prevail_p): Likewise.
11364 (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
11365 * cgraph.c (same_body_aliases_done): New global var.
11366 (cgraph_same_body_alias_1): Rename to ...
11367 (cgraph_create_function_alias): ... this one; reorg to new
11368 representation.
11369 (cgraph_same_body_alias): Use cgraph_create_function_alias;
11370 record references when asked to.
11371 (cgraph_add_thunk): Fix formating.
11372 (cgraph_get_node): Kill same body alias code.
11373 (cgraph_node_for_asm): Likewise.
11374 (cgraph_remove_same_body_alias): Remove.
11375 (cgraph_remove_node): Kill same body alias code.
11376 (cgraph_mark_address_taken_node): Mark also the aliased function
11377 as having address taken.
11378 (dump_cgraph_node): Dump same body aliases.
11379 (cgraph_for_node_thunks_and_aliases): Update for new alias
11380 representation.
11381 (cgraph_for_node_and_aliases): Likewise.
11382 * cgraph.h (same_body): Kll pointer.
11383 (same_body_alias): Update comment.
11384 (same_body_aliases_done): Declare.
11385 (cgraph_remove_same_body_alias): Remove declaration.
11386 (cgraph_create_function_alias): Declare.
11387 (cgraph_process_same_body_aliases): Declare.
11388 (cgraph_function_with_gimple_body_p): Check for alias.
11389 (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
11390 (cgraph_alias_aliased_node): New function.
11391 (cgraph_function_node): Update for new aliases.
11392 (cgraph_function_or_thunk_node): Likewise.
11393 * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
11394 (inline_call): Remove dead aliases.
11395 * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
11396 name hack for same body aliases.
11397 (clone_of_p): Look through aliases.
11398 (verify_cgraph_node): Verify aliases.
11399 (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
11400 (cgraph_process_same_body_aliases): New function.
11401 (process_function_and_variable_attributes): Disable weakref warning on
11402 alias.
11403 (cgraph_analyze_functions): Handle aliases.
11404 (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
11405 (assemble_thunks): Rename to ...
11406 (assemble_thunks_and_aliases): ... this one; handle aliases, too.
11407 (cgraph_expand_function): Remove alias output code.
11408 (cgraph_output_in_order): Skip aliases.
11409 (cgraph_preserve_function_body_p): Aliases don't need preserving.
11410 * ipa-ref.c (ipa_ref_use_name): Add alias reference.
11411 (ipa_record_reference): Do not assert on alias references.
11412 (ipa_ref_has_aliases_p): New function.
11413 * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
11414 (ipa_ref_has_aliases_p): Declare.
11415 * lto-cgraph.c (lto_output_node): Handle aliases.
11416 (input_node): Likewise.
11417 * lto-streamer-out.c (lto_output): Skip aliases.
11418 (produce_symtab): Kill same_body_alias code.
11419 * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
11420 (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
11421 * ipa-inline.c (update_caller_keys): Walk aliases.
11422 (inline_small_functions): Fix thinko in previous patch.
11423 * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
11424 (function_and_variable_visibility): Do not walk same body aliases.
11425 * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
11426 (ipa_pta_execute): Use it.
11427
11428 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
11429
11430 * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
11431 (*vec_dupv2df): Rename from vec_dupv2df.
11432 (vec_dupv2df): New expander.
11433
11434 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
11435
11436 * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
11437
11438 2011-06-11 Uros Bizjak <ubizjak@gmail.com>
11439
11440 * config/i386/i386.md: Use default value in "isa" attribute.
11441 * config/i386/sse.md: Ditto.
11442 * config/i386/mmx.md: Ditto.
11443
11444 2011-06-10 Wei Guozhi <carrot@google.com>
11445
11446 PR target/45335
11447 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
11448 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
11449 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
11450 related peephole2.
11451 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
11452 related peephole2.
11453 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
11454 (arm_legitimate_ldrd_p): New prototype.
11455 (arm_output_ldrd): New prototype.
11456 * config/arm/arm.c (arm_check_ldrd_operands): New function.
11457 (arm_legitimate_ldrd_p): New function.
11458 (arm_output_ldrd): New function.
11459
11460 2011-06-10 David Li <davidxl@google.com>
11461
11462 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
11463 * passes.c (passr_eq): New function.
11464 (create_pass_tab): New function.
11465 (pass_traverse): New function.
11466 (dump_one_pass): New function.
11467 (dump_pass_list): New function.
11468 (dump_passes): New function.
11469
11470 2011-06-10 Jan Hubicka <jh@suse.cz>
11471
11472 * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
11473 setting the nothrow flag.
11474 * ipa-reference.c (propagate): Skip aliases.
11475 * ipa-pure-const.c (propagate_pure_const): Skip aliases.
11476 (propagate_nothrow): Skip aliases; do not update cgraph.
11477 (local_pure_const): Do not update cgraph.
11478 * tree-profile.c (tree_profiling): Do fixup_cfg.
11479
11480 2011-06-10 Jan Hubicka <jh@suse.cz>
11481
11482 * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
11483 (cgraph_local_node_p): ... here; handle aliases.
11484 (has_addr_references_p): Break out from ...;
11485 (cgraph_remove_unreachable_nodes) ... here.
11486
11487 2011-06-10 Jan Hubicka <jh@suse.cz>
11488
11489 * opts.c (default_options): Enlist OPT_finline_functions_called_once.
11490 * common.opt (flag_inline_functions_called_once): Do not
11491 initialize to 1.
11492
11493 2011-06-10 Jan Hubicka <jh@suse.cz>
11494
11495 * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
11496 (ipcp_initialize_node_lattices): Do not deal with aliases;
11497 Do not try to propagate through thunks.
11498 (ipcp_change_tops_to_bottom): Do not deal with aliases.
11499
11500 2011-06-10 Jan Hubicka <jh@suse.cz>
11501
11502 * ipa-prop.c (ipa_write_node_info): Stream jump functions
11503 for indirect calls.
11504 (ipa_read_node_info): Likewise.
11505
11506 2011-06-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11507
11508 PR lto/49302
11509 * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
11510 (build_and_insert_call): Likewise.
11511 (build_and_insert_ref): New.
11512 (gimple_expand_builtin_pow): Minor cleanup.
11513 (gimple_expand_builtin_cabs): New.
11514 (execute_cse_sincos): Add case for BUILT_IN_CABS.
11515
11516 2011-06-10 Jan Hubicka <jh@suse.cz>
11517
11518 * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
11519 (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
11520 (ipcp_initialize_node_lattices): We don't propagate through an aliases.
11521 (ipcp_propagate_stage): Skip aliases when propagating.
11522 (ipcp_need_redirect_p): Skip aliases.
11523 (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
11524 collect_callers_of_node.
11525 * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
11526 for aliases.
11527 (ipa_compute_jump_functions): Look through aliases.
11528
11529 2011-06-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11530
11531 * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
11532
11533 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
11534
11535 * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
11536 Adjust comments.
11537 * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
11538
11539 2011-06-10 Jan Hubicka <jh@suse.cz>
11540
11541 * ipa-cp.c (ipcp_process_devirtualization_opportunities):
11542 Update call of gimple_get_virt_method_for_binfo.
11543 * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
11544 refuse_thunks parameter.
11545 (gimple_fold_call): Update.
11546 * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
11547
11548 2011-06-10 Jan Hubicka <jh@suse.cz>
11549
11550 * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
11551 (not_all_callers_have_enough_arguments_p): ... this one; turn into
11552 worker for cgraph_for_node_and_aliases.
11553 (convert_callers_for_node): Break out from ...
11554 (convert_callers): ... here.
11555 (modify_function): Use collect_callers_of_node.
11556 (ipa_early_sra): Use cgraph_for_node_and_aliases.
11557
11558 2011-06-10 Richard Guenther <rguenther@suse.de>
11559
11560 PR tree-optimization/49361
11561 * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
11562 when not already in gimple form.
11563
11564 2011-06-10 Richard Guenther <rguenther@suse.de>
11565
11566 PR bootstrap/49344
11567 * tree-ssa-math-opts.c (convert_mult_to_fma): Use
11568 FOR_EACH_PHI_OR_STMT_USE.
11569
11570 2011-06-10 Jan Hubicka <jh@suse.cz>
11571
11572 * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
11573 (clone_inlined_nodes): ... here.
11574 (inline_call): Use cgraph_function_or_thunk_node; redirect edge
11575 to real destination prior inlining.
11576 * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
11577 can_early_inline_edge_p, want_early_inline_function_p,
11578 want_early_inline_function_p, want_inline_small_function_p,
11579 want_inline_self_recursive_call_p, want_inline_function_called_once_p,
11580 edge_badness, update_all_callee_keys, lookup_recursive_calls,
11581 add_new_edges_to_heap, inline_small_functions, flatten_function,
11582 inline_always_inline_functions, early_inline_small_functions): Use
11583 cgraph_function_or_thunk_node.
11584 * ipa-inline-analysis.c (evaluate_conditions_for_edge,
11585 dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
11586 (do_estimate_edge_growth_1): Break out from ...
11587 (do_estimate_growth) ... here; walk aliases.
11588 (inline_generate_summary): Skip aliases.
11589
11590 2011-06-10 Richard Guenther <rguenther@suse.de>
11591
11592 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
11593 forward when combining, visit inserted stmts when a stmt was changed.
11594
11595 2011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
11596
11597 * tree.h (error_operand_p): Add.
11598 * dbxout.c (dbxout_type_fields): Use the latter.
11599 * c-decl.c (add_stmt): Likewise.
11600 * gimplify.c (omp_add_variable, omp_notice_variable,
11601 gimplify_scan_omp_clauses): Likewise.
11602
11603 2011-06-10 Georg-Johann Lay <avr@gjlay.de>
11604
11605 * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
11606 when a value is actually passed in regs.
11607
11608 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
11609 Laurent Rougé <laurent.rouge@menta.fr>
11610
11611 * doc/invoke.texi (SPARC options): Add -mflat.
11612 * config/sparc/sparc.opt: Likewise.
11613 * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
11614 (sparc_flat_expand_prologue): Declare.
11615 (sparc_flat_expand_epilogue): Likewise.
11616 * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
11617 (CPP_ENDIAN_SPEC): Replace with...
11618 (CPP_OTHER_SPEC): ...this. Also handle -mflat and -msoft-float.
11619 (CPP_SPEC): Adjust to above change.
11620 (EXTRA_SPECS): Likewise.
11621 (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
11622 (INCOMING_REGNO): Likewise.
11623 (OUTGOING_REGNO): Likewise.
11624 (LOCAL_REGNO): Likewise.
11625 (SETUP_FRAME_ADDRESSES): Likewise.
11626 (FIXED_REGISTERS): Set 0 for %fp.
11627 (CALL_USED_REGISTERS): Likewise.
11628 (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
11629 (EXIT_IGNORE_STACK): Define to 1 unconditionally.
11630 (RETURN_ADDR_REGNUM): Define.
11631 (RETURN_ADDR_RTX): Use it.
11632 (INCOMING_RETURN_ADDR_REGNUM): Define.
11633 (INCOMING_RETURN_ADDR_RTX): Use it.
11634 (DWARF_FRAME_RETURN_COLUMN): Likewise.
11635 (EH_RETURN_REGNUM): Define.
11636 (EH_RETURN_STACKADJ_RTX): Use it.
11637 (EH_RETURN_HANDLER_RTX): Delete.
11638 (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
11639 * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
11640 Delete.
11641 (struct machine_function): Add frame_size, apparent_frame_size,
11642 frame_base_reg, frame_base_offset, n_global_fp_regs and
11643 save_local_in_regs_p fields.
11644 (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
11645 sparc_frame_base_offset, sparc_n_global_fp_regs,
11646 sparc_save_local_in_regs_p): New macros.
11647 (sparc_option_override): Error out if -fcall-saved-REG is specified
11648 for Out registers.
11649 (eligible_for_restore_insn): Fix formatting.
11650 (eligible_for_return_delay): Likewise. Add TARGET_FLAT handling.
11651 (eligible_for_sibcall_delay): Likewise.
11652 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
11653 (sparc_legitimate_address_p): Adjust to above change.
11654 (save_global_or_fp_reg_p): New predicate.
11655 (return_addr_reg_needed_p): Likewise.
11656 (save_local_or_in_reg_p): Likewise.
11657 (sparc_compute_frame_size): Use them. Add TARGET_FLAT handling.
11658 (SORR_SAVE, SORR_RESTORE): Delete.
11659 (sorr_pred_t): New typedef.
11660 (sorr_act_t): New enum.
11661 (save_or_restore_regs): Rename to...
11662 (emit_save_or_restore_regs): ...this. Change type of LOW and HIGH
11663 parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
11664 ACTION_TRUE and ACTION_FALSE parameters. Implement more general
11665 mechanism. Add CFI information for double-word saves in 32-bit mode.
11666 (emit_adjust_base_to_offset): New function extracted from...
11667 (emit_save_or_restore_regs): ...this. Rename the rest to...
11668 (emit_save_or_restore_regs_global_fp_regs): ...this.
11669 (emit_save_or_restore_regs_local_in_regs): New function.
11670 (gen_create_flat_frame_[123]): New functions.
11671 (sparc_expand_prologue): Use SIZE local variable. Adjust.
11672 (sparc_flat_expand_prologue): New function.
11673 (sparc_asm_function_prologue): Add TARGET_FLAT handling.
11674 (sparc_expand_epilogue): Use SIZE local variable. Adjust.
11675 (sparc_flat_expand_epilogue): New function.
11676 (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
11677 (output_return): Likewise.
11678 (output_sibcall): Likewise.
11679 (sparc_output_mi_thunk): Likewise.
11680 (sparc_frame_pointer_required): Likewise.
11681 (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
11682 function optimization.
11683 * config/sparc/sparc.md (flat): New attribute.
11684 (prologue): Add TARGET_FLAT handling.
11685 (save_register_window): Disable if TARGET_FLAT.
11686 (create_flat_frame_[123]): New patterns.
11687 (epilogue): Add TARGET_FLAT handling.
11688 (sibcall_epilogue): Likewise.
11689 (eh_return): New expander.
11690 (eh_return_internal): New insn and splitter.
11691 (return_internal): Add TARGET_FLAT handling.
11692 (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
11693 (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
11694 (nonlocal_goto): Add TARGET_FLAT handling.
11695 * config/sparc/t-elf: Add -mflat multilib.
11696 * config/sparc/t-leon: Likewise.
11697
11698 2011-06-10 Jan Hubicka <jh@suse.cz>
11699
11700 * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
11701 * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
11702 (self_recursive_p): Use cgraph_function_node.
11703 (propagate_pure_const): Likewise.
11704 (propagate_nothrow): Likewise.
11705 * ipa-reference.c (ipa_reference_get_not_read_global): Use
11706 cgraph_function_node.
11707 (propagate_bits): Likewise.
11708 (propagate): Likewise.
11709
11710 2011-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11711 Richard Earnshaw <rearnsha@arm.com>
11712
11713 * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
11714 * config/arm/vfp.md (*arm_movdi_vfp): Delete.
11715 (*thumb2_movdi_vfp): Delete.
11716 (*arm_movdi_vfp_cortexa8): Delete.
11717 (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
11718 (*movdi_vfp_cortexa8): Likewise.
11719
11720 2011-06-10 Richard Guenther <rguenther@suse.de>
11721
11722 * stor-layout.c (initialize_sizetypes): Give names to all
11723 sizetype kinds.
11724
11725 2011-06-10 Ira Rosen <ira.rosen@linaro.org>
11726
11727 PR tree-optimization/49318
11728 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
11729 irrelevant pattern statements.
11730
11731 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
11732
11733 * system.h (SETJMP_VIA_SAVE_AREA): Poison.
11734
11735 PR bootstrap/49354
11736 * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
11737 to last assignment.
11738
11739 2011-06-09 Jan Hubicka <jh@suse.cz>
11740
11741 * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
11742 do not recompute reachable flag.
11743 (cgraph_finalize_function, cgraph_analyze_functions): Set
11744 redefined_extern_inline here.
11745
11746 2011-06-09 Jan Hubicka <jh@suse.cz>
11747
11748 * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
11749 (cgraph_only_called_directly_p): ... this one; bring offline.
11750 (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
11751 varpool_used_from_object_file_p): Drop names from the declaratoin.
11752 (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
11753 collect_callers_of_node): New.
11754 (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
11755 (cgraph_edge_recursive_p): Use cgraph_function_node.
11756 * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
11757 (cgraph_node_cannot_be_local_p_1): Break out from ...
11758 (cgraph_node_can_be_local_p): ... here; walk aliases.
11759 (cgraph_for_node_thunks_and_aliases): New function.
11760 (cgraph_for_node_and_aliases): New function.
11761 (cgraph_make_node_local_1): Break out from ...
11762 (cgraph_make_node_local) ... here; use
11763 cgraph_for_node_thunks_and_aliases.
11764 (cgraph_set_nothrow_flag_1): Break out from ...
11765 (cgraph_set_nothrow_flag) ... here;
11766 use cgraph_for_node_thunks_and_aliases.
11767 (cgraph_set_const_flag_1): Break out from ...
11768 (cgraph_set_const_flag) ... here;
11769 use cgraph_for_node_thunks_and_aliases.
11770 (cgraph_set_pure_flag_1): Break out from ...
11771 (cgraph_set_pure_flag) ... here;
11772 use cgraph_for_node_thunks_and_aliases.
11773 (cgraph_propagate_frequency_1): Break out from ...
11774 (cgraph_propagate_frequency) ... here; use
11775 cgraph_for_node_thunks_and_aliases.
11776 (cgraph_used_from_object_file_p): Do not care about aliases.
11777 (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
11778 New functions.
11779 (collect_callers_of_node_1, collect_callers_of_node): New functions.
11780
11781 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
11782
11783 PR rtl-optimization/49154
11784 * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
11785 (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
11786 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
11787 (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
11788 * config/cris/cris.h (cris_register_move_cost): Remove
11789 !TARGET_V32 code. Tweak comments.
11790
11791 2011-06-09 Jan Hubicka <jh@suse.cz>
11792
11793 * cgraphbuild.c (record_eh_tables): Mark personality function as having
11794 address taken.
11795
11796 2011-06-10 Hans-Peter Nilsson <hp@axis.com>
11797
11798 PR rtl-optimization/49154
11799 * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
11800 is a matching slot in the hashtable, assign it to classes_ptr.
11801
11802 PR rtl-optimization/49154
11803 * doc/tm.texi.in (Register Classes): Document rule for the narrowest
11804 register classes.
11805 * doc/tm.texi: Regenerate.
11806
11807 2011-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
11808
11809 PR target/49307
11810 * config/sh/sh.md (UNSPEC_CHKADD): New.
11811 (chk_guard_add): New define_insn_and_split.
11812 (symGOT_load): Use chk_guard_add instead of blockage.
11813
11814 2011-06-09 Kai Tietz <ktietz@redhat.com>
11815
11816 * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
11817
11818 2011-06-09 Eric Botcazou <ebotcazou@adacore.com>
11819
11820 * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
11821
11822 2011-06-09 Wei Guozhi <carrot@google.com>
11823
11824 PR target/46975
11825 * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
11826 (peephole2 for conditional move): Generate 16 bit instructions.
11827
11828 2011-06-09 Uros Bizjak <ubizjak@gmail.com>
11829
11830 * config/i386/i386.md (*movdi_internal_rex64): Merge
11831 alternatives 6 and 8.
11832
11833 2011-06-09 David Li <davidxl@google.com>
11834
11835 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
11836 * passes.c (passr_eq): New function.
11837 (create_pass_tab): New function.
11838 (pass_traverse): New function.
11839 (dump_one_pass): New function.
11840 (dump_pass_list): New function.
11841 (dump_passes): New function.
11842
11843 2011-06-09 David Li <davidxl@google.com>
11844
11845 * tree-complex.c (tree_lower_complex): Gate cleanup.
11846 * tree-stdarg.c (check_all_va_list_escapes): Ditto.
11847 (execute_optimize_stdarg): Ditto.
11848 * tree-eh.c (execute_lower_eh_dispatch): Ditto.
11849 (execute_cleanup_eh_1): Ditto.
11850 (execute_cleanup_eh): Ditto.
11851 * gcse.c (gate_rtl_pre): Ditto.
11852 (execute_rtl_pre): Ditto.
11853 * except.c (finish_eh_generation): Ditto.
11854 (convert_to_eh_region_ranges): Ditto.
11855 * cprop.c (one_cprop_pass): Ditto.
11856
11857 2011-06-09 Bernd Schmidt <bernds@codesourcery.com>
11858
11859 PR target/48673
11860 * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
11861 in all basic blocks.
11862
11863 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11864
11865 * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
11866 (HAVE_ENABLE_EXECUTE_STACK): Define.
11867 * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
11868 (HAVE_ENABLE_EXECUTE_STACK): Define.
11869 * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
11870 (HAVE_ENABLE_EXECUTE_STACK): Define.
11871 * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
11872 (ENABLE_EXECUTE_STACK): Remove.
11873 (HAVE_ENABLE_EXECUTE_STACK): Define.
11874 [IN_LIBGCC2]: Don't include <windows.h>.
11875 * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
11876 (HAVE_ENABLE_EXECUTE_STACK): Define.
11877 * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
11878 (HAVE_ENABLE_EXECUTE_STACK): Define.
11879 * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
11880 * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
11881 (HAVE_ENABLE_EXECUTE_STACK): Define.
11882 * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
11883 (HAVE_ENABLE_EXECUTE_STACK): Define.
11884 * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
11885 (HAVE_ENABLE_EXECUTE_STACK): Define.
11886 * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
11887 (HAVE_ENABLE_EXECUTE_STACK): Define.
11888 * config/alpha/alpha.c (alpha_trampoline_init): Test
11889 HAVE_ENABLE_EXECUTE_STACK.
11890 * config/i386/i386.c (ix86_trampoline_init): Likewise.
11891 * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
11892 (sparc64_initialize_trampoline): Likewise.
11893 * libgcc2.c [L_enable_execute_stack]: Remove.
11894 * system.h (ENABLE_EXECUTE_STACK): Poison.
11895 * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
11896 * doc/tm.texi: Regenerate.
11897 * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
11898
11899 2011-06-09 Jakub Jelinek <jakub@redhat.com>
11900
11901 PR middle-end/49308
11902 * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
11903 variable. After resetting and rescanning insn continue with previous
11904 statement.
11905
11906 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11907
11908 * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
11909 (gcc_cv_ld_hidden): Likewise.
11910 * configure: Regenerate.
11911 * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
11912 (ix86_stack_protect_fail): Mark unused.
11913 (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
11914 * config/rs6000/rs6000.c (rs6000_assemble_visibility)
11915 [TARGET_MACHO]: Don't define.
11916 (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
11917 (TARGET_STACK_PROTECT_FAIL): Likewise.
11918 (rs6000_stack_protect_fail): Mark unused.
11919 * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
11920 USE_LINKONCE_INDIRECT. Don't emit .hidden expicitly.
11921
11922 2011-06-08 Andi Kleen <ak@linux.intel.com>
11923
11924 * varasm.c (get_section): Print location of other conflict
11925 for section conflicts.
11926
11927 2011-06-08 Andi Kleen <ak@linux.intel.com>
11928
11929 * config/i386/driver-i386.c (host_detect_local_cpu):
11930 Add model 0x2d Intel CPU.
11931
11932 2011-06-08 Andi Kleen <ak@linux.intel.com>
11933
11934 * reginfo.c (global_regs_decl): Add.
11935 (globalize_reg): Add decl parameter. Compute location. Pass location
11936 to warnings and add inform. Store decl in global_regs_decl.
11937 * rtl.h (globalize_reg): Update prototype.
11938 * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
11939
11940 2011-06-09 Mingjie Xing <mingjie.xing@gmail.com>
11941
11942 * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
11943
11944 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
11945
11946 PR target/49305
11947 * config/sh/predicates.md (general_movsrc_operand): Check
11948 mode for memory with indexed address for QI and HImode.
11949 (general_movdst_operand): Likewise.
11950
11951 2011-06-09 Nicola Pero <nicola.pero@meta-innovation.com>
11952
11953 * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
11954
11955 2011-06-08 Alexandre Oliva <aoliva@redhat.com>
11956
11957 * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
11958 (num_ssa_operands): Likewise.
11959 (op_iter_init_phiuse): Forward-declare.
11960 (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
11961
11962 2011-06-08 Nick Clifton <nickc@redhat.com>
11963
11964 * doc/invoke.texi (ARM Options): Update description of
11965 -mthumb-interwork.
11966
11967 2011-06-08 H.J. Lu <hongjiu.lu@intel.com>
11968
11969 * config/i386/driver-i386.c (host_detect_local_cpu): Support
11970 unknown Intel family 0x6 CPUs.
11971
11972 2011-06-08 Martin Jambor <mjambor@suse.cz>
11973
11974 * tree-sra.c (mark_rw_status): Removed.
11975 (analyze_access_subtree): New parameter parent instead of
11976 mark_read and mark_write, propagate from that.
11977
11978 2011-06-08 Julian Brown <julian@codesourcery.com>
11979
11980 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
11981 for double-precision helper functions in hard-float mode if only
11982 single-precision arithmetic is supported in hardware.
11983
11984 2011-06-08 Alexander Monakov <amonakov@ispras.ru>
11985
11986 PR rtl-optimization/49303
11987 * sel-sched.c (move_op): Use correct type for 'res'. Verify that
11988 code_motion_path_driver returned 0 or 1.
11989 (sel_region_finish): Clear h_d_i_d.
11990
11991 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
11992
11993 * config/sh/sh.c (prepare_move_operands): Set pic register
11994 appropriately for global and local dynamic tls models even
11995 if flag_pic is unset.
11996
11997 2011-06-07 Jason Merrill <jason@redhat.com>
11998
11999 * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
12000
12001 2011-06-07 Xinliang David Li <davidxl@google.com>
12002 * passes.c (enable_disable_pass): Handle assembler name.
12003 (is_pass_explicitly_enabled_or_disabled): Ditto.
12004
12005 2011-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12006
12007 PR tree-optimization/48497
12008 * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
12009
12010 2011-06-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12011
12012 PR tree-optimization/46728
12013 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
12014 to use gimple_val_nonnegative_real_p.
12015 * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
12016 * gimple.h (gimple_val_nonnegative_real_p): New declaration.
12017
12018 2011-06-07 H.J. Lu <hongjiu.lu@intel.com>
12019
12020 * config/i386/i386.md (*movsf_internal): Optimize AVX check.
12021
12022 2011-06-07 Sergey Grechanik <mouseentity@ispras.ru>
12023
12024 * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
12025 constant vectors.
12026
12027 2011-06-07 Richard Guenther <rguenther@suse.de>
12028
12029 * stor-layout.c (initialize_sizetypes): Initialize all
12030 sizetypes based on target definitions.
12031 (set_sizetype): Remove.
12032 * tree.c (build_common_tree_nodes): Do not call set_sizetype.
12033 * tree.h (set_sizetype): Remove.
12034
12035 2011-06-07 Nick Clifton <nickc@redhat.com>
12036
12037 * config.gcc: Unify V850 architecture options and add support for
12038 newer V850 architectures.
12039 * config/v850/t-v850e: Delete.
12040
12041 2011-06-07 Richard Guenther <rguenther@suse.de>
12042
12043 * tree.c (build_common_tree_nodes): Also initialize size_type_node.
12044 Call set_sizetype from here.
12045
12046 2011-06-07 Andrew Stubbs <ams@codesourcery.com>
12047
12048 * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
12049 (*maddhisi4tb, *maddhisi4tt): New define_insns.
12050
12051 2011-06-07 Bernd Schmidt <bernds@codesourcery.com>
12052 Andrew Stubbs <ams@codesourcery.com>
12053
12054 * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
12055 multiplies.
12056 * doc/md.texi (Canonicalization of Instructions): Document widening
12057 multiply canonicalization.
12058
12059 2011-06-07 Jakub Jelinek <jakub@redhat.com>
12060
12061 PR gcov-profile/49299
12062 * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
12063
12064 2011-06-07 Ira Rosen <ira.rosen@linaro.org>
12065
12066 * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
12067 a pointer.
12068 * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
12069 vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
12070 vect_recog_pow_pattern): Likewise.
12071 (vect_pattern_recog_1): Remove declaration.
12072 (widened_name_p): Remove declaration. Add new argument to specify
12073 whether to check that both types are either signed or unsigned.
12074 (vect_recog_widen_mult_pattern): Update documentation. Handle
12075 unsigned patterns and multiplication by constants.
12076 (vect_pattern_recog_1): Update vect_recog_func references. Use
12077 statement information from the statement returned from pattern
12078 detection functions.
12079 (vect_pattern_recog): Update vect_recog_func reference.
12080 * tree-vect-stmts.c (vectorizable_type_promotion): For widening
12081 multiplication by a constant use the type of the other operand.
12082
12083 2011-06-06 Richard Sandiford <rdsandiford@googlemail.com>
12084
12085 PR rtl-optimization/49145
12086 * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
12087
12088 2011-06-06 Jakub Jelinek <jakub@redhat.com>
12089
12090 PR debug/49262
12091 * dwarf2out.c (native_encode_initializer): Decrement count in each
12092 iteration.
12093
12094 PR debug/49294
12095 * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
12096 non-MODE_INT modes.
12097
12098 PR c++/49264
12099 * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
12100 if stmt folded into nothing.
12101 * tree-inline.c (fold_marked_statements): If a builtin at the end of
12102 a bb folded into nothing, just update cgraph edges and move to next bb.
12103 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
12104 to be NULL. Don't compute count and frequency if new_call is NULL.
12105
12106 2011-06-04 Diego Novillo <dnovillo@google.com>
12107
12108 * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
12109 (cgraph.o): Likewise.
12110 (cgraphunit.o): Likewise.
12111 * cgraphunit.c: Include lto-streamer.h
12112 (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
12113 if LTO is enabled.
12114 * lto-streamer-in.c (unpack_value_fields): Call
12115 streamer_hooks.unpack_value_fields if set.
12116 (lto_materialize_tree): For unhandled nodes, first try to
12117 call lto_streamer_hooks.alloc_tree, if it exists.
12118 (lto_input_ts_decl_common_tree_pointers): Move reading of
12119 DECL_INITIAL to lto_streamer_read_tree.
12120 (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
12121 (lto_streamer_read_tree): New.
12122 (lto_reader_init): Rename from lto_init_reader.
12123 Move initialization code to lto/lto.c.
12124 * lto-streamer-out.c (pack_value_fields): Call
12125 streamer_hooks.pack_value_fields if set.
12126 (lto_output_tree_ref): For tree nodes that are not normally indexable,
12127 call streamer_hooks.indexable_with_decls_p before giving up.
12128 (lto_output_ts_decl_common_tree_pointers): Move handling
12129 for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
12130 (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
12131 lto_is_streamable. Call lto_streamer_hooks.output_tree_header if set.
12132 (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
12133 (lto_streamer_write_tree): New.
12134 (lto_output): Call lto_streamer_init directly.
12135 (lto_writer_init): Remove.
12136 * lto-streamer.c (streamer_hooks): New.
12137 (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
12138 instead of lto_preload_common_nodes.
12139 (lto_is_streamable): Move from lto-streamer.h
12140 (lto_streamer_hooks_init): New.
12141 (streamer_hooks): New.
12142 (streamer_hooks_init): New.
12143 * lto-streamer.h (struct output_block): Forward declare.
12144 (struct lto_input_block): Likewise.
12145 (struct data_in): Likewise.
12146 (struct bitpack_d): Likewise.
12147 (struct streamer_hooks): Declare.
12148 (streamer_hooks): Declare.
12149 (lto_streamer_hooks_init): Declare.
12150 (lto_streamer_write_tree): Declare.
12151 (lto_streamer_read_tree): Declare.
12152 (streamer_hooks_init): Declare.
12153 (lto_is_streamable): Move to lto-streamer.c
12154
12155 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12156
12157 * longlong.h (smul_ppmm): The resulting register pair contains the
12158 higher order word first.
12159
12160 2011-06-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12161
12162 PR tree-optimization/46728
12163 * builtins.c (powi_table): Remove.
12164 (powi_lookup_cost): Remove.
12165 (powi_cost): Remove.
12166 (expand_powi_1): Remove.
12167 (expand_powi): Remove.
12168 (expand_builtin_pow_root): Remove.
12169 (expand_builtin_pow): Remove.
12170 (expand_builtin_powi): Eliminate handling of constant exponent.
12171 (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
12172
12173 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
12174
12175 * cprop.c (local_cprop_pass): Don't set changed for debug insns.
12176
12177 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
12178
12179 * dce.c (reset_unmarked_insns_debug_uses): New.
12180 (delete_unmarked_insns): Skip debug insns.
12181 (prescan_insns_for_dce): Likewise.
12182 (rest_of_handle_ud_dce): Reset debug uses of removed sets.
12183 * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
12184 active reg can be found.
12185 (subst_all_stack_regs_in_debug_insn): New. Reset debug insn then.
12186 (convert_regs_1): Use it.
12187
12188 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
12189
12190 * tree-pretty-print.c (dump_function_header): Add flags.
12191 Don't dump decl_uid with nouid.
12192 * tree-pretty-print.h (dump_function_header): Adjust.
12193 * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
12194 * passes.c (pass_init_dump_file): Pass dump_flags on.
12195 * tree-cfg.c (gimple_dump_cfg): Pass flags on.
12196
12197 2011-06-06 Alexandre Oliva <aoliva@redhat.com>
12198
12199 PR bootstrap/49270
12200 * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
12201
12202 2011-06-06 Mikael Pettersson <mikpe@it.uu.se>
12203
12204 PR tree-optimization/49243
12205 * calls.c (setjmp_call_p): Also check if fndecl has the
12206 returns_twice attribute.
12207
12208 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12209
12210 * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
12211 -ffast-math etc.
12212
12213 2011-06-06 Richard Henderson <rth@redhat.com>
12214 Georg-Johann Lay <avr@gjlay.de>
12215
12216 PR target/42210
12217 * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
12218 New predicates.
12219 * config/avr/avr.md ("insv"): New insn expander.
12220 ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
12221 "*insv.not.io", "*insv.reg"): New insns.
12222
12223 2011-06-06 Hans-Peter Nilsson <hp@bitrange.com>
12224
12225 PR target/49285
12226 * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
12227 to nonimmediate_operand from memory_operand for the operand that is to
12228 be forced to memory by the expander. Lose the constraints.
12229
12230 2011-06-05 Eric Botcazou <ebotcazou@adacore.com>
12231
12232 * config/sparc/sparc.c (output_return): Fix thinko in the output of an
12233 EH return when delayed branches are disabled.
12234
12235 2011-06-05 Uros Bizjak <ubizjak@gmail.com>
12236
12237 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
12238 Remove MODE_TI handling. Remove SSE1 handling in attribute "mode"
12239 calculation.
12240 (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
12241 Simplify MODE_V1DF and MODE_V2SF handling.
12242 (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
12243 Simplify MODE_SF handling.
12244
12245 2011-06-04 Jan Hubicka <jh@suse.cz>
12246
12247 PR tree-optimization/48893
12248 PR tree-optimization/49091
12249 PR tree-optimization/49179
12250 * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
12251 Bounds check.
12252
12253 2011-06-04 Jan Hubicka <jh@suse.cz>
12254
12255 PR lto/48954
12256 * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
12257 bitmaps.
12258
12259 2011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
12260
12261 * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
12262
12263 2011-06-04 Jakub Jelinek <jakub@redhat.com>
12264
12265 PR target/49281
12266 * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
12267 to be strictly smaller than 1 << shiftcount.
12268
12269 2011-06-04 Jan Hubicka <jh@suse.cz>
12270
12271 PR tree-optimize/48929
12272 * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
12273 of empty predicate.
12274
12275 2011-06-04 Alexandre Oliva <aoliva@redhat.com>
12276
12277 PR debug/48333
12278 * calls.c (emit_call_1): Prefer the __builtin declaration of
12279 builtin functions.
12280
12281 2011-06-03 Diego Novillo <dnovillo@google.com>
12282
12283 * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
12284 (lto_input_tree_pointers): Likewise.
12285 * lto-streamer-out.c (pack_value_fields): Likewise.
12286 (lto_output_tree_pointers): Likewise.
12287 * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
12288 and OPTIMIZATION_NODE.
12289
12290 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12291
12292 * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
12293 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
12294 * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
12295 * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
12296 * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
12297 * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
12298 * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
12299 * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
12300 * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
12301 * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
12302 * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
12303 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
12304 * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
12305 * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
12306 * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
12307 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
12308 * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
12309 * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
12310 * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
12311 * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
12312 * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
12313 * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
12314 * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
12315 * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
12316 * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
12317 * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
12318 * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
12319 * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
12320 * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
12321 * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
12322 * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
12323 * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
12324 * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
12325 * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
12326 * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
12327 * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
12328 * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
12329 * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
12330 * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
12331 * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
12332 * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
12333 * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
12334 * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
12335 * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
12336 * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
12337 * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
12338 * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
12339 * system.h (MD_UNWIND_SUPPORT): Poison.
12340 * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
12341 * doc/tm.texi: Regenerate.
12342 * unwind-dw2.c: Include md-unwind-support.h instead of
12343 MD_UNWIND_SUPPORT.
12344 * config/ia64/unwind-ia64.c: Likewise.
12345 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
12346
12347 2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
12348
12349 * varpool.c (varpool_extra_name_alias): Return NULL, not false.
12350
12351 2011-06-03 Richard Henderson <rth@redhat.com>
12352 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12353
12354 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
12355 (sigill_hdlr): Correct insn, insn size.
12356 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
12357
12358 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12359
12360 * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
12361 t-slibgcc-dummy.
12362 * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
12363 * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
12364 * config/mips/t-iris: Remove.
12365 * config/mips/t-irix6: New file.
12366 * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
12367
12368 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12369
12370 * Makefile.in (LIB2ADDEHDEP): Remove.
12371 * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
12372 * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
12373 * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
12374 * config/t-darwin (LIB2ADDEHDEP): Remove.
12375 * config/t-freebsd (LIB2ADDEHDEP): Remove.
12376 * config/t-linux (LIB2ADDEHDEP): Remove.
12377
12378 2011-06-03 Diego Novillo <dnovillo@google.com>
12379
12380 * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
12381 (lto_register_var_decl_in_symtab): Likewise.
12382 (lto_register_function_decl_in_symtab): Likewise.
12383 (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
12384 logic to uniquify_nodes.
12385
12386 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12387
12388 * config/alpha/t-osf5: Remove.
12389 * config/alpha/t-osf-pthread: Remove.
12390 * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
12391 * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
12392
12393 2011-06-03 Julian Brown <julian@codesourcery.com>
12394
12395 * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
12396 (strongarm1110): Use strongarm tuning.
12397 * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
12398 * config/arm/arm.c (arm_strongarm_tune): New.
12399 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
12400 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
12401 (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
12402 setting, using previous defaults or 1 for Cortex-A5.
12403 (arm_option_override): Set max_insns_skipped from current tuning.
12404
12405 2011-06-03 Nathan Sidwell <nathan@codesourcery.com>
12406
12407 * doc/install.texi (Options specification): Document --with-specs.
12408
12409 2011-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
12410
12411 * config/arm/neon.md (orndi3_neon): Actually split it.
12412
12413 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
12414
12415 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
12416 * var-tracking.c (reverse_op): Limite recurse depth to 5.
12417
12418 2011-06-02 Alexandre Oliva <aoliva@redhat.com>
12419
12420 PR debug/47590
12421 * target.def (delay_sched2, delay_vartrack): New.
12422 * doc/tm.texi.in: Update.
12423 * doc/tm.texi: Rebuild.
12424 * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
12425 * var-tracking.c (gate_handle_var_tracking): Likewise.
12426 * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
12427 (bfin_flag_var_tracking): Drop.
12428 (output_file_start): Don't save and override flag_var_tracking.
12429 (bfin_option_override): Ditto flag_schedule_insns_after_reload.
12430 (bfin_reorg): Test original variables.
12431 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
12432 * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
12433 (ia64_flag_var_tracking): Drop.
12434 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
12435 (ia64_file_start): Don't save and override flag_var_tracking.
12436 (ia64_override_options_after_change): Ditto
12437 flag_schedule_insns_after_reload.
12438 (ia64_reorg): Test original variables.
12439 * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
12440 (picochip_flag_var_tracking): Drop.
12441 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
12442 (picochip_option_override): Don't save and override
12443 flag_schedule_insns_after_reload.
12444 (picochip_asm_file_start): Ditto flag_var_tracking.
12445 (picochip_reorg): Test original variables.
12446 * config/spu/spu.c (spu_flag_var_tracking): Drop.
12447 (TARGET_DELAY_VARTRACK): Define.
12448 (spu_var_tracking): New.
12449 (spu_machine_dependent_reorg): Call it.
12450 (asm_file_start): Don't save and override flag_var_tracking.
12451
12452 2011-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
12453
12454 PR target/49163
12455 * config/sh/predicates.md (general_movsrc_operand): Return 0
12456 for memory and memory subreg of which address is an invalid
12457 indexed address for QI and HImode.
12458 (general_movdst_operand): Likewise.
12459
12460 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
12461
12462 * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
12463 edges only, when there is a non-local label in the function.
12464 * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
12465
12466 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
12467
12468 * config/i386/constraints.md (Y3): New register constraint.
12469 * config/i386/sse.md (*vec_interleave_highv2df): Merge with
12470 *sse3_interleave_highv2df and *sse2_interleave_highv2df.
12471 (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
12472 *sse2_interleave_lowv2df.
12473
12474 2011-06-02 Julian Brown <julian@codesourcery.com>
12475
12476 * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
12477 * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
12478 (arm_cortex_a5_tune): New.
12479
12480 2011-06-02 Julian Brown <julian@codesourcery.com>
12481
12482 * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
12483 * config/arm/arm.c (arm_default_branch_cost): New.
12484 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
12485 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
12486 (arm_fa726_tune): Set branch_cost field using
12487 arm_default_branch_cost.
12488 * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
12489 current_tune structure.
12490 * dojump.c (tm_p.h): Include file.
12491
12492 2011-06-02 Julian Brown <julian@codesourcery.com>
12493
12494 * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
12495 tuning.
12496 (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
12497 (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
12498 * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
12499 field.
12500 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
12501 (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
12502 (arm_fa726te_tune): Add prefer_constant_pool setting.
12503 (arm_v6t2_tune, arm_cortex_tune): New.
12504 * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
12505 prefer_constant_pool setting.
12506
12507 2011-06-02 Uros Bizjak <ubizjak@gmail.com>
12508
12509 * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
12510 switch statement.
12511 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
12512 (*movdf_internal) <case 6,7,8>: Ditto.
12513
12514 * config/i386/constraints.md (Y4): New register constraint.
12515 * config/i386/sse.md (vec_set<mode>_0): Merge with
12516 *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
12517 (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
12518 *vec_extractv2di_1_sse.
12519 (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
12520 and *vec_concatv2di_rex64_sse.
12521
12522 2011-06-02 Stuart Henderson <shenders@gcc.gnu.org>
12523
12524 PR target/48807
12525 * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
12526 of cgraph_local_info for null before attempting to use it.
12527
12528 2011-06-02 Eric Botcazou <ebotcazou@adacore.com>
12529
12530 * function.h (struct stack_usage): Remove dynamic_alloc_count field.
12531 (current_function_dynamic_alloc_count): Delete.
12532 * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
12533 (expand_builtin_nonlocal_goto): Remove obsolete comment.
12534 (expand_builtin_update_setjmp_buf): Remove dead code.
12535 * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
12536 * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
12537 support.
12538 * function.c (instantiate_virtual_regs): Likewise.
12539 * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
12540 for a block with a single abnormal incoming edge.
12541 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
12542 (SETJMP_VIA_SAVE_AREA): Delete.
12543 * config/sparc/sparc-protos.h (load_got_register): Declare.
12544 * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
12545 (load_got_register): Make global.
12546 (sparc_frame_pointer_required): Add 'static'.
12547 (sparc_can_eliminate): Likewise. Call sparc_frame_pointer_required.
12548 (sparc_builtin_setjmp_frame_value): New function.
12549 * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
12550 (save_stack_nonlocal): New expander.
12551 (restore_stack_nonlocal): Likewise.
12552 (nonlocal_goto): Remove modes, adjust predicates and reimplement.
12553 (nonlocal_goto_internal): New insn.
12554 (goto_handler_and_restore): Delete.
12555 (builtin_setjmp_setup): Likewise.
12556 (do_builtin_setjmp_setup): Likewise.
12557 (setjmp): Likewise.
12558 (builtin_setjmp_receiver): New expander.
12559
12560 2011-06-01 David Li <davidxl@google.com>
12561
12562 PR middle-end/49261
12563 * tree-pretty-print.c (dump_function_header): Format cleanup.
12564
12565 2011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
12566
12567 PR target/49238
12568 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
12569 needed when original operands are used for msw_skip comparison.
12570
12571 2011-06-01 Jakub Jelinek <jakub@redhat.com>
12572
12573 PR debug/49250
12574 * var-tracking.c (add_uses, add_stores): Don't call
12575 cselib_subst_to_values on ENTRY_VALUE.
12576
12577 2011-06-01 Diego Novillo <dnovillo@google.com>
12578
12579 * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
12580 output_record_start with LTO_null instead of output_zero.
12581 (lto_output_ts_binfo_tree_pointers): Likewise.
12582 (lto_output_tree): Likewise.
12583 (output_eh_try_list): Likewise.
12584 (output_eh_region): Likewise.
12585 (output_eh_lp): Likewise.
12586 (output_eh_regions): Likewise.
12587 (output_bb): Likewise.
12588 (output_function): Likewise.
12589 (output_unreferenced_globals): Likewise.
12590 * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
12591 instead of NUM_TREE_CODES.
12592 (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
12593 (lto_output_int_in_range): Change << to >> when shifting VAL.
12594
12595 2011-06-01 Diego Novillo <dnovillo@google.com>
12596
12597 * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
12598 Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
12599
12600 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
12601
12602 PR target/45074
12603 * optabs.h (valid_multiword_target_p): Declare.
12604 * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
12605 doing multi-word operations.
12606 * optabs.c (expand_binop): Likewise.
12607 (expand_doubleword_bswap): Likewise.
12608 (expand_absneg_bit): Likewise.
12609 (expand_unop): Likewise.
12610 (expand_copysign_bit): Likewise.
12611 (multiword_target_p): New function.
12612
12613 2011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
12614
12615 PR rtl-optimization/48830
12616 PR rtl-optimization/48808
12617 PR rtl-optimization/48792
12618 * reload.c (push_reload): Check contains_reg_of_mode.
12619 * reload1.c (strip_paradoxical_subreg): New function.
12620 (gen_reload_chain_without_interm_reg_p): Use it to handle
12621 paradoxical subregs.
12622 (emit_output_reload_insns, gen_reload): Likewise.
12623
12624 2011-06-01 David Li <davidxl@google.com>
12625
12626 * predict.c : Change pass name
12627 * ipa.c: Ditto.
12628 * dce.c: Ditto.
12629 * tree-profile.c: Ditto.
12630 * except.c: Ditto.
12631
12632 2011-06-01 David Li <davidxl@google.com>
12633
12634 * tree-pretty-print.c (dump_function_header): New function.
12635 * final.c (rest_of_clean_state): Use header dumper.
12636 * tree-cfg.c (gimple_dump_cfg): Use header dumper.
12637 * passes.c (pass_init_dump_file): Use header dumper.
12638
12639 2011-06-01 Jakub Jelinek <jakub@redhat.com>
12640
12641 * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
12642 ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
12643 popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
12644 New functions.
12645 (mem_loc_descriptor): Use them.
12646
12647 * var-tracking.c (create_entry_value): New function.
12648 (vt_add_function_parameter): Use it.
12649
12650 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12651
12652 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
12653 Include <signal.h>, <ucontext.h>.
12654 (sigill_caught): Define.
12655 (sigill_hdlr): New function.
12656 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
12657 insns can be executed.
12658 * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
12659 * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
12660
12661 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12662
12663 * config/t-slibgcc-darwin: Move to ...
12664 * config/t-slibgcc-dummy: ... this. Clarify comments.
12665 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
12666 powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
12667 (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
12668 (i[34567]86-*-rtems*): Remove extra_parts. Use i386/t-rtems.
12669 Remove i386/t-crtstuff from tmake_file.
12670 (i[34567]86-*-solaris2*): Remove t-svr4,
12671 t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
12672 t-slibgcc-dummy.
12673 (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
12674 (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
12675 sparc/t-crtfm from tmake_file.
12676 (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
12677 t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
12678 Remove extra_parts.
12679 * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
12680 * config/i386/t-nwld (SHLIB_LINK): Remove.
12681 * config/i386/t-rtems-i386: Rename to ...
12682 * config/i386/t-rtems: ... this.
12683 ($(T)crti.o, $(T)crtn.o): Remove.
12684 (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
12685 (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
12686 (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
12687 * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
12688 EXTRA_MULTILIB_PARTS): Remove.
12689 * config/sparc/t-sol2-64: Likewise.
12690 * config/sparc/t-sol2: Remove.
12691 * config/sparc/t-crtin: Remove.
12692 * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
12693 * config/i386/gmon-sol2.c: Remove.
12694 * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
12695 * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
12696 * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
12697 * config/i386/sol2-gc1.asm: Remove.
12698 * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
12699 * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
12700 * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
12701 * config/t-slibgcc-sld: Remove.
12702
12703 2011-06-01 Jakub Jelinek <jakub@redhat.com>
12704
12705 * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
12706 base_type_for_mode with op_mode instead of mode.
12707
12708 2011-06-01 Paul Brook <paul@cpodesourcery.com>
12709
12710 * config/arm/arm-cores.def: Add cortex-r5. Add DIV flags to
12711 Cortex-A15.
12712 * config/arm/arm-tune.md: Regenerate.
12713 * config/arm/arm-tables.opt: Regenerate.
12714 * config/arm/arm.c (FL_DIV): Rename...
12715 (FL_THUMB_DIV): ... to this.
12716 (FL_ARM_DIV): Define.
12717 (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
12718 (arm_arch_hwdiv): Remove.
12719 (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
12720 (arm_issue_rate): Add cortexr5.
12721 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
12722 __ARM_ARCH_EXT_IDIV__.
12723 (TARGET_IDIV): Define.
12724 (arm_arch_hwdiv): Remove.
12725 (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
12726 * config/arm/arm.md (tune_cortexr4): Add cortexr5.
12727 (divsi3, udivsi3): New patterns.
12728 * config/arm/thumb2.md (divsi3, udivsi3): Remove.
12729 * doc/invoke.texi: Document ARM -mcpu=cortex-r5
12730
12731 2011-06-01 Martin Jambor <mjambor@suse.cz>
12732
12733 * ipa-utils.c (ipa_dfs_info): New field scc_no.
12734 * ipa-utils.c (searchc): Set scc_no.
12735
12736 2011-06-01 Martin Jambor <mjambor@suse.cz>
12737
12738 * ipa-utils.c (searchc_env): New field allow_overwritable.
12739 (searchc): do not ignore edges to overwritable nodes if indicated
12740 by env->allow_overwritable.
12741 (ipa_reduced_postorder): Set env.allow_overwritable.
12742
12743 2011-06-01 Richard Guenther <rguenther@suse.de>
12744
12745 * tree.c (free_lang_data): Do not reset boolean_type_node nor
12746 char_type_node.
12747 * lto-streamer.c (lto_record_common_node): Take node pointer,
12748 do not register types.
12749 (lto_preload_common_nodes): Explicitly skip preloading nodes
12750 that differ between frontends.
12751
12752 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
12753
12754 * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
12755 NON_FLOAT_REGS.
12756
12757 2011-05-31 Pat Haugen <pthaugen@us.ibm.com>
12758
12759 * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
12760 parameter value for dump. Dump cost on outermost call only.
12761 (rs6000_memory_move_cost): Dump cost on outermost call only.
12762
12763 2011-05-31 Jakub Jelinek <jakub@redhat.com>
12764
12765 * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
12766 DW_OP_GNU_convert ops.
12767
12768 * cselib.c (promote_debug_loc): Allow l->next non-NULL for
12769 cselib_preserve_constants.
12770 (cselib_lookup_1): If cselib_preserve_constants,
12771 a new VALUE is being created for REG and there is a VALUE for the
12772 same register in wider mode, add another loc with lowpart SUBREG of
12773 the wider VALUE.
12774 (cselib_subst_to_values): Handle ENTRY_VALUE.
12775 * var-tracking.c (replace_expr_with_values): Return NULL for
12776 ENTRY_VALUE too.
12777 * dwarf2out.c (convert_descriptor_to_signed): New function.
12778 (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
12779 instead of two shifts.
12780 (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
12781 the right mode if needed.
12782 (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
12783 (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
12784 convert_descriptor_to_signed.
12785 (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
12786 BSWAP, ROTATE, ROTATERT>: Handle these rtls.
12787
12788 PR target/48688
12789 * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
12790
12791 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
12792
12793 * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
12794 of X87MODEI12 and SWI48x instead of SSEMODEI24.
12795 (SWI248x): New mode iterator, rename from X87MODEI.
12796 (X87MODEI): Remove mode iterator.
12797 (X87MODEI12): Ditto.
12798 (SSEMODEI24): Ditto.
12799
12800 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
12801
12802 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
12803 * doc/invoke.texi: Document max-vartrack-expr-depth.
12804 * var-tracking.c (EXPR_DEPTH): New.
12805 (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
12806
12807 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
12808
12809 * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
12810 * config/i386/sse.md: Add n to negated FMA pattern names.
12811
12812 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
12813
12814 * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
12815
12816 2011-05-31 Alexandre Oliva <aoliva@redhat.com>
12817
12818 * gengtype-state.c (read_state_params_structs): Initialize previous.
12819
12820 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
12821
12822 * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
12823 (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
12824
12825 2011-05-31 Uros Bizjak <ubizjak@gmail.com>
12826
12827 * config/i386/i386.md (*movtf_internal): Avoid allocating general
12828 registers. Penalize F*r->o alternative to prevent partial memory
12829 stalls. Slightly penalize *roF->*r alternative. Generate SSE
12830 CONST_DOUBLE immediates when optimizing function for size. Do not move
12831 CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
12832 (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
12833 (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
12834 (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
12835 alternatives.
12836 (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
12837
12838 (fp_register_operand splitters): Use fp_register_operand
12839 constraint. Do not use FP_REG_P in insn condition.
12840 (any_fp_register_operand splitters): Use any_fp_register_operand
12841 constraint. Do not use ANY_FP_REG_P in insn condition.
12842
12843 2011-05-31 Jan Hubicka <jh@suse.cz>
12844
12845 * cgraph.h (cgraph_inline_failed_t): Give enum a name
12846 * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
12847 (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
12848 (lto_output_edge): Use output_enum and var_len_unsigned.
12849 (lto_output_varpool_node): Likewise.
12850 (input_overwrite_node): Do not take resolution parameter;
12851 extract it from a bitpack.
12852 (input_node): Do not read resolution; use input_enum and
12853 var_len_unsigned.
12854 (input_varpool_node): Likewise.
12855 (input_edge): Likewise.
12856 (input_cgraph_1): Likewise.
12857
12858 2011-05-31 Richard Guenther <rguenther@suse.de>
12859
12860 * gimple.c (gimple_register_canonical_type): Do not register
12861 any types via gimple_register_type.
12862
12863 2011-05-31 Jan Hubicka <jh@suse.cz>
12864
12865 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
12866 of thunks.
12867
12868 2011-05-31 Jakub Jelinek <jakub@redhat.com>
12869
12870 PR rtl-optimization/49235
12871 * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
12872 (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
12873
12874 2011-05-31 Ira Rosen <ira.rosen@linaro.org>
12875
12876 PR tree-optimization/49093
12877 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
12878 data references.
12879
12880 2011-05-31 Dodji Seketeli <dodji@redhat.com>
12881
12882 PR debug/49047
12883 * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
12884 for concrete functions containing the code of cloned functions.
12885
12886 2011-05-31 Richard Guenther <rguenther@suse.de>
12887
12888 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
12889 to ...
12890 (forward_propagate_into_comparison_1): ... this.
12891 (forward_propagate_comparison): Rename to ...
12892 (forward_propagate_into_comparison): ... this. Split out
12893 real forward propagation code to ...
12894 (forward_propagate_comparison): ... this.
12895 (forward_propagate_into_gimple_cond): Remove looping.
12896 (forward_propagate_into_cond): Likewise.
12897 (simplify_not_neg_expr): Return whether we have done something.
12898 (simplify_gimple_switch): Likewise.
12899 (tree_ssa_forward_propagate_single_use_vars): Rename to ...
12900 (ssa_forward_propagate_and_combine): ... this. Re-structure
12901 to do a forward forward-propagation walk on BBs and a backward
12902 stmt combining walk on BBs. Consistently re-scan changed statements.
12903 (pass_forwprop): Adjust.
12904
12905 2011-05-30 Ian Lance Taylor <iant@google.com>
12906
12907 * godump.c (go_format_type): Correct length of name added to
12908 obstack for anonymous field.
12909
12910 2011-05-30 Kaz Kojima <kkojima@gcc.gnu.org>
12911
12912 PR target/49186
12913 * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
12914 part of the second operand is 0.
12915
12916 2011-05-30 Uros Bizjak <ubizjak@gmail.com>
12917
12918 * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
12919 to prevent partial memory stalls. Do not move CONST_DOUBLEs directly
12920 to memory for !TARGET_MEMORY_MISMATCH_STALL.
12921 (*movdf_internal_rex64): Do not penalize F->r alternative.
12922 (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
12923 memory stalls. Generate SSE and x87 CONST_DOUBLE immediates only
12924 when optimizing function for size. Do not move CONST_DOUBLEs
12925 directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
12926 (FP move splitters): Merge {TF,XF,DF}mode splitters. Do not handle
12927 SUBREGs. Do not check for MEM_P operands in the insn condition,
12928 check for ANY_FP_REGNO_P instead.
12929 * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
12930 TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
12931 function for speed.
12932 * config/i386/i386.c (ix86_option_override_internal): Do not
12933 set TARGET_INTEGER_DFMODE_MOVES here.
12934
12935 2011-05-30 H.J. Lu <hongjiu.lu@intel.com>
12936
12937 PR target/49168
12938 * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
12939
12940 2011-05-30 Jakub Jelinek <jakub@redhat.com>
12941
12942 * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
12943 DW_TAG_rvalue_reference_type even for
12944 -gdwarf-4 -fno-debug-types-section.
12945
12946 2011-05-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12947
12948 PR tree-optimization/46728
12949 * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
12950 (build_and_insert_binop): New.
12951 (gimple_expand_builtin_pow): Reorder args for
12952 build_and_insert_call; use build_and_insert_binop; add more
12953 optimizations for fractional exponents.
12954
12955 2011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
12956
12957 PR bootstrap/49190
12958
12959 Revert:
12960 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
12961
12962 * tree.h (struct tree_identifier): Inherit from tree_typed, not
12963 tree_common.
12964 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
12965 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
12966 TS_BASE instead of TS_COMMON.
12967 * varasm.c (assemble_name): Remove assert.
12968
12969 2011-05-30 Richard Sandiford <rdsandiford@googlemail.com>
12970
12971 * config.gcc: Keep obselete list sorted.
12972
12973 2011-05-30 Jakub Jelinek <jakub@redhat.com>
12974 Eric Botcazou <ebotcazou@adacore.com>
12975
12976 * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
12977 crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
12978 there is a DRAP register and arg_pointer_rtx is the CFA pointer.
12979 (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
12980 (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
12981
12982 2011-05-30 Richard Guenther <rguenther@suse.de>
12983
12984 * gimple.c (gimple_types_compatible_p_1): Compare record
12985 and union type members properly.
12986
12987 2011-05-30 Richard Guenther <rguenther@suse.de>
12988
12989 PR tree-optimization/49210
12990 * ipa-split.c (split_function): Care for the case where the call
12991 result is not trivially convertible to the result holding variable.
12992
12993 2011-05-30 Richard Guenther <rguenther@suse.de>
12994
12995 PR tree-optimization/49218
12996 * tree-vrp.c (adjust_range_with_scev): Properly check whether
12997 overflow occured.
12998
12999 2011-05-30 Richard Guenther <rguenther@suse.de>
13000
13001 * tree-ssa-forwprop.c (forward_propagate_into_comparison):
13002 New function split out from ...
13003 (forward_propagate_into_gimple_cond): ... here. Adjust.
13004 (forward_propagate_into_cond): Likewise.
13005 (forward_propagate_comparison): Also propagate into
13006 comparisons on assignment RHS. Change return value to
13007 behave similar to forward_propagate_into_cond.
13008 (tree_ssa_forward_propagate_single_use_vars): Handle
13009 strict-overflow warnings properly for forward_propagate_comparison.
13010
13011 2011-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13012
13013 * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
13014 from plugin linker.
13015 * configure: Regenerate.
13016
13017 2011-05-30 Ira Rosen <ira.rosen@linaro.org>
13018
13019 PR tree-optimization/49199
13020 * tree-vect-loop.c (vect_is_slp_reduction): Check that the
13021 non-reduction operands are either defined in the loop or by induction.
13022
13023 2011-05-29 Xinliang David Li <davidxl@google.com>
13024
13025 * opts-global.c (handle_common_deferred_options): Handle new options.
13026 * passes.c (register_one_dump_file): Call register_pass_name.
13027 (execute_one_pass): Check explicit enable/disable flag.
13028 (passr_hash): New function.
13029 (passr_eq): Ditto.
13030 (register_pass_name): Ditto.
13031 (get_pass_by_name): Ditto.
13032 (pass_hash): Ditto.
13033 (pass_eq): Ditto.
13034 (enable_pass): Ditto.
13035 (disable_pass): Ditto.
13036 (is_pass_explicitly_enabled_or_disabled): Ditto.
13037
13038 2011-05-29 Uros Bizjak <ubizjak@gmail.com>
13039
13040 * config/i386/i386.md (*movoi_internal_avx): Use
13041 standard_sse_constant_opcode for alternative 0.
13042 (*movti_internal_sse): Ditto.
13043 (*movti_internal_rex64): Use standard_sse_constant_opcode for
13044 alternative 2.
13045 (*movdi_internal_rex64): Use standard_sse_constant_opcode for
13046 sselog1 type moves.
13047 (*movsi_internal): Ditto.
13048 (*movdi_internal): Ditto. Add ssecvt type moves.
13049
13050 2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
13051
13052 PR target/48830
13053 * rtlanal.c (simplify_subreg_regno): Adjust comment.
13054
13055 2011-05-29 Jakub Jelinek <jakub@redhat.com>
13056
13057 PR rtl-optimization/49095
13058 * config/i386/predicates.md (plusminuslogic_operator): New predicate.
13059 * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
13060
13061 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
13062
13063 PR target/43995
13064 * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
13065 recurse_p argument. Only follow register copies if it is set,
13066 and prevent mips_find_pic_call_symbol from recursing.
13067 (mips_find_pic_call_symbol): Add a recurse_p argument.
13068 Pass it to mips_pic_call_symbol_from_set.
13069 (mips_annotate_pic_calls): Update accordingly.
13070
13071 2011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
13072
13073 * emit-rtl.c (try_split): Use a loop to search for
13074 NOTE_INSN_CALL_ARG_LOCATIONs.
13075
13076 2011-05-29 Richard Guenther <rguenther@suse.de>
13077
13078 PR tree-optimization/49217
13079 * ipa-pure-const.c (propagate_pure_const): Fix typos.
13080
13081 2011-05-28 Jan Hubicka <jh@suse.cz>
13082
13083 * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
13084 length.
13085 (string_slot_free): Remove
13086 (create_output_block): Initialize obstack.
13087 (destroy_output_block): Free obstack.
13088 (lto_string_index): Add PERSISTENT parameter; do not duplicate
13089 the string unless it needs to be added into the hash.
13090 (lto_output_string_with_length): Add persistent attribute;
13091 handle NULL strings.
13092 (lto_output_string): Add PERSISTENT parameter.
13093 (output_string_cst, output_identifier): Simplify.
13094 (lto_output_location_bitpack): Update.
13095 (lto_output_builtin_tree): Update.
13096 * lto-streamer.h (struct output_block): Add obstack.
13097 (lto_output_string, lto_output_string_with_length): Remove
13098 declarations; functions are static now.
13099
13100 2011-05-28 Jan Hubicka <jh@suse.cz>
13101
13102 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
13103 pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
13104 pack_ts_function_decl_value_fields, lto_output_builtin_tree,
13105 output_cfg, output_gimple_stmt): Use enum and variable length i/o.
13106 * lto-streamer-in.c (input_cfg, input_gimple_stmt,
13107 unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
13108 unpack_ts_decl_with_vis_value_fields,
13109 unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
13110 lto_get_builtin_tree): Use enum and variable length i/o.
13111 * basic-block.h (profile_status_d): Add PROFILE_LAST.
13112 * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
13113 New functions.
13114 (bp_pack_enum, bp_unpack_enum): New macros.
13115
13116 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
13117
13118 * genrecog.c: Remove redundant forward declarations.
13119
13120 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
13121
13122 * config.gcc: Deprecate mips*-*-openbsd*.
13123
13124 2011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
13125
13126 PR bootstrap/49195
13127 * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
13128 for match_op_dup.
13129
13130 2011-05-27 Andrew Pinski <pinskia@gmail.com>
13131
13132 PR middle-end/48981
13133 * gengtype.c (vec_prefix_type): New function.
13134 (note_def_vec): Use vec_prefix_type and change the length
13135 attribute to be based on the prefix.
13136 * vec.c: Include coretypes.h before vec.h.
13137 (struct vec_prefix): Remove.
13138 (vec_gc_p_reserve): Change the offsetof to sizeof.
13139 (vec_gc_p_reserve_exact): Likewise.
13140 (vec_heap_p_reserve): Likewise.
13141 (vec_heap_p_reserve_exact): Likewise.
13142 (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
13143 (vec_stack_p_reserve): Change the offsetof to sizeof.
13144 (vec_stack_p_reserve_exact): Likewise.
13145 * vec.h (struct vec_prefix): New struct definition.
13146 (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
13147 (VEC_T_GTY(T,B)): Likewise.
13148 (DEF_VEC_FUNC_P(T)): Use prefix field.
13149 (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
13150 (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
13151
13152 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13153
13154 PR tree-optimization/46728
13155 * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
13156 (powi_as_mults): Add gimple_set_location.
13157 (build_and_insert_call): New.
13158 (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
13159 0.5, 0.25, 0.75, 1./3., or 1./6.
13160
13161 2011-05-27 Alexander Monakov <amonakov@ispras.ru>
13162
13163 * doc/contrib.texi: Update copyright years.
13164 (Contributors): Add Zdenek Sojka.
13165
13166 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
13167
13168 * c-decl.c (c_push_function_context): Copy the current statement
13169 list stack.
13170 (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
13171 (finish_struct): Call building_stmt_list_p instead of checking
13172 cur_stmt_list.
13173 * c-parser.c (c_parser_postfix_expression): Likewise.
13174 * c-typeck.c (c_end_compound_stmt): Likewise.
13175 * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
13176 * tree-iterator.c (stmt_list_cache): Change to a VEC.
13177 (alloc_stmt_list): Adjust for stmt_list_cache's new type.
13178 (free_stmt_list): Likewise.
13179 * tree.h (struct tree_statement_list): Include typed_tree instead
13180 of tree_common.
13181 * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
13182 as TS_TYPED instead of TS_COMMON.
13183
13184 2011-05-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13185 Uros Bizjak <ubizjak@gmail.com>
13186
13187 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
13188 (HAVE_AS_IX86_TLSGDPTL): Define.
13189 (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
13190 (HAVE_AS_IX86_TLSLDMPLT): Define.
13191 * configure: Regenerate.
13192 * config.in: Regenerate.
13193 * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
13194 * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
13195 TARGET_SUN_TLS, use @tlsgdplt or @plt.
13196 (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
13197 (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
13198 @tlsldmplt or @plt.
13199 (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
13200
13201 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
13202
13203 * sched-int.h (struct _haifa_deps_insn_data): New members cond
13204 and reverse_cond.
13205 (INSN_COND, INSN_REVERSE_COND): New macros.
13206 * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
13207 once.
13208 (sched_get_condition_with_rev): Cache the results, and look them up
13209 if possible.
13210 (sched_analyze_insn): Destroy INSN_COND of previous insns if they
13211 are clobbered by the current insn.
13212 * target.def (exposed_pipline): New sched data hook.
13213 * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
13214 * doc/tm.texi: Regenerate.
13215
13216 2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13217
13218 PR tree-optimization/49170
13219 * tree-ssa-math-opts.c (execute_cse_sincos): Add checks for
13220 sincos or cexp.
13221
13222 2011-05-27 Richard Guenther <rguenther@suse.de>
13223
13224 PR middle-end/49189
13225 * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
13226 of comparisons.
13227
13228 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
13229
13230 * haifa-sched.c (sched_scan_info): Remove.
13231 (schedule_block): Call sched_extend_luids rather than sched_init_luids
13232 with NULL args.
13233 (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
13234 Remove functions.
13235 (sched_scan): Remove.
13236 (sched_extend_luids): Renamed from luids_extend_insn and no longer
13237 static. All callers changed.
13238 (sched_init_insn_luid): Renamed from luids_init_insn and no longer
13239 static. All callers changed.
13240 (sched_init_luids): Remove all arguments except the first. All
13241 callers changed. Don't use sched_scan.
13242 (haifa_init_h_i_d): Likewise.
13243 (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
13244 manually rather than using sched_init_luids. Likewise with
13245 extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
13246 * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
13247 rather than sched_init_luids with NULL args.
13248 * sel-sched-ir.c (new_insns): Remove variable.
13249 (sched_scan): New static function, previously in haifa-sched.c. Remove
13250 all arguments but the first two; all callers changed.
13251 (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
13252 rather than sched_init_luids.
13253 (sel_init_bbs): Remove second argument. All callers changed.
13254 (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
13255 with NULL arguments.
13256 (create_insn_rtx_from_pattern): Likewise.
13257 * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
13258 * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
13259 (sched_init_insn_luid, sched_extend_luids): Declare.
13260 (sched_scan_info_def, sched_scan_info, sched_scan): Remove
13261 declarations.
13262
13263 2011-05-27 Richard Guenther <rguenther@suse.de>
13264
13265 PR middle-end/49177
13266 * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
13267 A CMP B ? (T) true : (T) false for non-integral types T again.
13268
13269 2011-05-27 Jan Hubicka <jh@suse.cz>
13270
13271 * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
13272 so 0 means NULL string.
13273 (lto_output_string_with_length): ... here.
13274 (lto_output_string, output_string_cst, output_identifier): Update
13275 handling of NULL strings.
13276 (lto_output_location_bitpack): New function.
13277 (lto_output_location): Use it.
13278 (lto_output_tree_ref): Use output_record_start.
13279 (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
13280 len values.
13281 * lto-streamer-in.c (string_for_index): Break out from ...; offset
13282 values by 1.
13283 (input_string_internal): ... here;
13284 (input_string_cst, input_identifier, lto_input_string): Update handling
13285 of NULL strings.
13286 (lto_input_location_bitpack): New function
13287 (lto_input_location): Use it.
13288 (unpack_ts_type_common_value_fields): Pack align & alias in var len
13289 values.
13290 * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
13291 bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
13292 (bp_pack_value): Sanity check the value range.
13293 * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
13294 New functions.
13295 * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
13296 New functions.
13297
13298 2011-05-27 Hariharan Sandanagobalane <hariharan@picochip.com>
13299
13300 * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
13301 call_arg_location instructions down the floor.
13302
13303 2011-05-26 Vladimir Makarov <vmakarov@redhat.com>
13304
13305 PR rtl-optimization/49154
13306 * ira.c (setup_pressure_classes): Process class without sublcasses
13307 as a candidate for pressure classes.
13308
13309 2011-05-26 Richard Sandiford <rdsandiford@googlemail.com>
13310
13311 PR rtl-optimization/48575
13312 * genrecog.c (position_type): New enum.
13313 (position): New structure.
13314 (decision): Use position structure instead of a string.
13315 (root_pos, peep2_insn_pos_list): New variables.
13316 (next_position, compare_positions): New functions.
13317 (new_decision): Use position structures instead of strings.
13318 (maybe_both_true): Likewise.
13319 (change_state): Likewise.
13320 (write_tree): Likewise.
13321 (make_insn_sequence): Likewise.
13322
13323 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
13324
13325 * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
13326 TS_BASE instead of TS_COMMON.
13327 (find_decls_types_r): Check for TS_TYPED structure before looking at
13328 TREE_TYPE.
13329 * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
13330 Add chain field.
13331 (BLOCK_CHAIN): Use new chain field.
13332
13333 2011-05-26 Pat Haugen <pthaugen@us.ibm.com>
13334
13335 * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
13336 moves expensive on Power7 also.
13337
13338 2011-05-26 Richard Guenther <rguenther@suse.de>
13339
13340 * fold-const.c (fold_unary_loc): Remove bogus code.
13341
13342 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
13343
13344 * tree.h (struct tree_identifier): Inherit from tree_typed, not
13345 tree_common.
13346 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
13347 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
13348 TS_BASE instead of TS_COMMON.
13349 * varasm.c (assemble_name): Remove assert.
13350
13351 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
13352
13353 * Makefile.in (srcdirify): Change order so that libgcc_objdir is
13354 substituted first.
13355 * libgcc-std.ver: Delete file.
13356
13357 2011-05-26 Richard Guenther <rguenther@suse.de>
13358
13359 PR tree-optimization/48702
13360 * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
13361 only when we know the base address is within bounds.
13362 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
13363 assume the base address of TARGET_MEM_REFs is in bounds.
13364
13365 2011-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13366
13367 PR target/49099
13368 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
13369 declaration in TARGET_SOLARIS.
13370
13371 2011-05-26 Hariharan Sandanagobalane <hariharan@picochip.com>
13372
13373 * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
13374 The instruction is then expanded explicitly.
13375 (supported_compare): Callable instruction.
13376 (compare): Likewise.
13377
13378 2011-05-26 Jakub Jelinek <jakub@redhat.com>
13379
13380 PR c++/49165
13381 * gimplify.c (shortcut_cond_r): Don't special case
13382 COND_EXPRs if they have void type on one of their arms.
13383
13384 2011-05-26 Bernd Schmidt <bernds@codesourcery.com>
13385
13386 * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
13387 to reduce duplication, and to achieve a slightly more logical order
13388 of operations.
13389
13390 2011-05-26 Jakub Jelinek <jakub@redhat.com>
13391
13392 PR tree-optimization/49161
13393 * tree-vrp.c (struct case_info): New type.
13394 (compare_case_labels): Sort case_info structs instead of
13395 trees, and not primarily by CASE_LABEL uids but by
13396 label_for_block indexes.
13397 (find_switch_asserts): Put case labels into struct case_info
13398 array instead of TREE_VEC, adjust sorting, compare label_for_block
13399 values instead of CASE_LABELs.
13400
13401 2011-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
13402
13403 * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
13404 ("orndi3_neon"): Likewise.
13405 ("bic<mode>3_neon"): Likewise.
13406
13407 2011-05-26 Ira Rosen <ira.rosen@linaro.org>
13408
13409 PR tree-optimization/49038
13410 * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
13411 Ensure at least one epilogue iteration if required by data
13412 accesses with gaps.
13413 * tree-vectorizer.h (struct _loop_vec_info): Add new field
13414 to mark loops that require peeling for gaps.
13415 * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
13416 (vect_get_known_peeling_cost): Take peeling for gaps into
13417 account.
13418 (vect_transform_loop): Generate epilogue if required by data
13419 access with gaps.
13420 * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
13421 loop as requiring an epilogue if there are gaps in the end of
13422 the strided group.
13423
13424 2011-05-25 Ian Lance Taylor <iant@google.com>
13425
13426 * godump.c (go_format_type): Output the first field with a usable
13427 Go type, if any.
13428
13429 2011-05-25 Ian Lance Taylor <iant@google.com>
13430
13431 * godump.c (go_format_type): Check for invalid type names, pointer
13432 target types, and struct field types.
13433
13434 2011-05-25 Jason Merrill <jason@redhat.com>
13435
13436 * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
13437
13438 2011-05-25 Uros Bizjak <ubizjak@gmail.com>
13439
13440 * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
13441
13442 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
13443
13444 * config/i386/i386.md (*movqi_extv_1)): Put back
13445 "register_operand" check in "type" calculation.
13446 (*movqi_extzv_2): Likewise.
13447
13448 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
13449
13450 * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
13451
13452 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
13453
13454 PR bootstrap/49160
13455 * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
13456 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
13457 __divxc3, __divtc3): Wrap definitions in #ifndef.
13458
13459 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
13460
13461 PR target/49142
13462 * config/i386/i386.md (*movqi_extv_1_rex64): Remove
13463 "register_operand" check and replace q_regs_operand with
13464 QIreg_operand in "type" calculation.
13465 (*movqi_extv_1): Likewise.
13466 (*movqi_extzv_2_rex64): Likewise.
13467 (*movqi_extzv_2): Likewise.
13468
13469 * config/i386/predicates.md (QIreg_operand): New.
13470
13471 2011-05-25 Richard Guenther <rguenther@suse.de>
13472
13473 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
13474 type-based offset disambiguation, streamline MEM_REF and
13475 TARGET_MEM_REF handling.
13476
13477 2011-05-25 H.J. Lu <hongjiu.lu@intel.com>
13478
13479 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
13480 (bdesc_special_args): Add pause intrinsic.
13481
13482 * config/i386/i386.md (UNSPEC_PAUSE): New.
13483 (pause): Likewise.
13484 (*pause): Likewise.
13485 * config/i386/ia32intrin.h (__pause): Likewise.
13486
13487 * doc/extend.texi (X86 Built-in Functions): Add documentation for
13488 pause intrinsic.
13489
13490 2011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13491
13492 PR tree-optimization/46728
13493 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
13494 (execute_cse_sincos): Add switch case for BUILT_IN_POW.
13495
13496 2011-05-25 Nathan Froyd <froydnj@codesourcery.com>
13497
13498 * tree.h (struct tree_exp): Inherit from struct tree_typed.
13499 * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
13500 instead of TS_COMMON.
13501
13502 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
13503
13504 * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
13505 LIBGCC2_GNU_PREFIX is defined.
13506 (__N): New macro.
13507 (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
13508 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
13509 __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
13510 __clz_tab): Define using __N.
13511 (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
13512 COMPAT_SIMODE_TRAPPING_ARITHMETIC.
13513 * target.def (libfunc_gnu_prefix): New hook.
13514 * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
13515 (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
13516 * doc/tm.texi: Regenerate.
13517 * system.h (LIBGCC2_GNU_PREFIX): Poison.
13518 * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
13519 account.
13520 (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
13521 (init_optabs): Likewise for the bswap libfuncs.
13522 * tree.c (build_common_builtin_nodes): Likewise for complex multiply
13523 and divide.
13524 * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
13525 * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
13526 * libgcc-std.ver: Remove.
13527 * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
13528 * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
13529 libgcc-std.ver.
13530 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
13531 * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
13532 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
13533 * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
13534 * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
13535 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
13536 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
13537 * config/fixed-bit.h (FIXED_OP): Define differently depending on
13538 LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
13539 (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
13540
13541 2011-05-25 Jan Hubicka <jh@suse.cz>
13542
13543 * lto-streamer-out.c (output_record_start): Use lto_output_enum
13544 (lto_output_tree): Use output_record_start.
13545 * lto-streamer-in.c (input_record_start): Use lto_input_enum
13546 (lto_get_pickled_tree): Use input_record_start.
13547 * lto-section-in.c (lto_section_overrun): Turn into fatal error.
13548 (lto_value_range_error): New function.
13549 * lto-streamer.h (lto_value_range_error): Declare.
13550 (lto_output_int_in_range, lto_input_int_in_range): New functions.
13551 (lto_output_enum, lto_input_enum): New macros.
13552
13553 2011-05-25 Eric Botcazou <ebotcazou@adacore.com>
13554
13555 * common.opt (flag_stack_usage_info): New variable.
13556 (-Wstack-usage): New option.
13557 * doc/invoke.texi (Warning options): Document -Wstack-usage.
13558 * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
13559 <OPT_fstack_usage>: Likewise.
13560 * toplev.c (output_stack_usage): Handle -Wstack-usage.
13561 * calls.c (expand_call): Test flag_stack_usage_info variable instead
13562 of flag_stack_usage.
13563 (emit_library_call_value_1): Likewise.
13564 * explow.c (allocate_dynamic_stack_space): Likewise.
13565 * function.c (instantiate_virtual_regs ): Likewise.
13566 (prepare_function_start): Likewise.
13567 (rest_of_handle_thread_prologue_and_epilogue): Likewise.
13568 * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
13569 * config/arm/arm.c (arm_expand_prologue): Likewise.
13570 (thumb1_expand_prologue): Likewise.
13571 * config/avr/avr.c (expand_prologue): Likewise.
13572 * config/i386/i386.c (ix86_expand_prologue): Likewise.
13573 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
13574 * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
13575 * config/mips/mips.c (mips_expand_prologue): Likewise.
13576 * config/pa/pa.c (hppa_expand_prologue): Likewise.
13577 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
13578 * config/s390/s390.c (s390_emit_prologue): Likewise.
13579 * config/sh/sh.c (sh_expand_prologue): Likewise.
13580 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
13581 * config/spu/spu.c (spu_expand_prologue): Likewise.
13582
13583 2011-05-25 Richard Guenther <rguenther@suse.de>
13584
13585 * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
13586 (gimple_canonical_types_compatible_p): Likewise.
13587
13588 2011-05-25 Jan Hubicka <jh@suse.cz>
13589
13590 PR middle-end/49062
13591 * ipa.c (function_and_variable_visibility): Only add to same
13592 comdat group list if DECL_ONE_ONLY.
13593
13594 2011-05-25 Andrey Belevantsev <abel@ispras.ru>
13595
13596 PR rtl-optimization/49014
13597 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
13598
13599 2011-05-25 Jakub Jelinek <jakub@redhat.com>
13600
13601 PR target/49128
13602 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
13603
13604 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
13605
13606 PR rtl-optimization/48757
13607 * ira-build.c (loop_with_eh_edge_p): Rename to
13608 loop_with_complex_edge_p, check edges on complexity, make function
13609 conditional.
13610 (mark_loops_for_removal): Make call of loop_with_complex_edge_p
13611 conditional.
13612
13613 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
13614
13615 * config/sparc/sparc.c (sparc_option_override): If not set by the user,
13616 force flag_ira_share_save_slots to 0.
13617
13618 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
13619
13620 * var-tracking.c (compute_cfa_pointer): Adjust head comment.
13621 (vt_initialize): Set PROLOGUE_BB unconditionally.
13622 Add block comment about CFA_BASE_RTX machinery.
13623 Reset FP_CFA_OFFSET to -1 on all invalid paths.
13624 Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
13625
13626 2011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
13627
13628 PR objc/48187
13629 * c-parser.c (c_parser_objc_class_instance_variables): More robust
13630 parsing of syntax error in ObjC instance variable lists. In
13631 particular, avoid an infinite loop if there is a stray ']'.
13632 Updated error message.
13633
13634 2011-05-24 Ian Lance Taylor <iant@google.com>
13635
13636 * godump.c (go_define): Don't accept a string immediately after
13637 another operand.
13638
13639 2011-05-24 Ian Lance Taylor <iant@google.com>
13640
13641 * godump.c (struct godump_container): Add invalid_hash field.
13642 (go_format_type): Return false if type is found in invalid_hash.
13643 (go_output_typedef): Add invalid type to invalid_hash.
13644 (go_finish): Create and delete invalid_hash.
13645
13646 2011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13647
13648 PR tree-optimization/46728
13649 * tree-ssa-math-opts.c (powi_table): New.
13650 (powi_lookup_cost): New.
13651 (powi_cost): New.
13652 (powi_as_mults_1): New.
13653 (powi_as_mults): New.
13654 (gimple_expand_builtin_powi): New.
13655 (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
13656 (gate_cse_sincos): Remove sincos/cexp restriction.
13657
13658 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13659
13660 PR target/3746
13661 * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
13662 mips-tdump native.
13663 * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
13664 * mips-tdump.c: Likewise.
13665
13666 2011-05-24 H.J. Lu <hongjiu.lu@intel.com>
13667
13668 PR target/49128
13669 * config/i386/driver-i386.c (host_detect_local_cpu): Always
13670 add -mno-XXX. Handle FMA.
13671
13672 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
13673
13674 PR rtl-optimization/48633
13675 * ira-build.c (loop_with_eh_edge_p): New function.
13676 (mark_loops_for_removal): Use it.
13677
13678 2011-05-24 Vladimir Makarov <vmakarov@redhat.com>
13679
13680 PR rtl-optimization/48971
13681 * ira.c (setup_pressure_classes): Don't check register move cost
13682 for classes with one registers. Don't add pressure class if there
13683 is a pressure class with the same available hard registers.
13684 Check contains_reg_of_mode. Fix a typo in collecting
13685 temp_hard_regset. Ignore hard registers not belonging to a class.
13686
13687 2011-05-24 Uros Bizjak <ubizjak@gmail.com>
13688
13689 PR target/49133
13690 * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
13691
13692 2011-05-24 Eric Botcazou <ebotcazou@adacore.com>
13693 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13694
13695 PR gcov-profile/48845
13696 * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
13697
13698 2011-05-24 Richard Guenther <rguenther@suse.de>
13699
13700 * gimple.c (compare_type_names_p): Remove for_completion_p arg.
13701 (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
13702 (gimple_types_compatible_p_1): Adjust.
13703 (iterative_hash_canonical_type): Do not bother about complete vs.
13704 incomplete types.
13705 (gimple_canonical_types_compatible_p): Likewise.
13706
13707 2011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13708
13709 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
13710
13711 2011-05-24 Richard Guenther <rguenther@suse.de>
13712
13713 PR bootstrap/49078
13714 * gimple.c (gimple_register_canonical_type): Revert
13715 previous change.
13716 * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
13717 does not for a tree for the case where it matters. Cache
13718 pointer-type alias-sets.
13719
13720 2011-05-24 Joseph Myers <joseph@codesourcery.com>
13721
13722 * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
13723 (OBJS): Remove options.o, opts-common.o and prefix.o.
13724 (OBJS-libcommon-target): New.
13725 (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
13726 (BACKEND): Include libcommon-target.a.
13727 (MOSTLYCLEANFILES): Include libcommon-target.a.
13728 (libcommon-target.a): New.
13729 (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
13730 prefix.o.
13731
13732 2011-05-23 Joseph Myers <joseph@codesourcery.com>
13733
13734 * optc-save-gen.awk: New. Based on optc-gen.awk. Don't generate
13735 parts of output shared with the driver.
13736 * optc-gen.awk: Don't generate parts of output not shared with the
13737 driver.
13738 * opth-gen.awk: Remove GCC_DRIVER conditionals.
13739 * doc/options.texi (SourcerInclude): Mention options-save.c.
13740 * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
13741 (OBJS): Add options-save.o.
13742 (options-save.c, options-save.o): New.
13743 (options.o): Update dependencies.
13744 (gcc-options.o): Remove.
13745 (mostlyclean): Remove options-save.c.
13746
13747 2011-05-23 Jakub Jelinek <jakub@redhat.com>
13748
13749 PR debug/49032
13750 * dbxout.c: Include cgraph.h.
13751 (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
13752 and without value expr, return NULL if no varpool node exists for
13753 it or if it is not needed.
13754 * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
13755
13756 PR c/49120
13757 * c-decl.c (start_decl): Convert expr to void_type_node.
13758
13759 2011-05-23 Richard Sandiford <rdsandiford@googlemail.com>
13760
13761 PR rtl-optimization/48826
13762 * emit-rtl.c (try_split): When splitting a call that is followed
13763 by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
13764
13765 2011-05-23 Jakub Jelinek <jakub@redhat.com>
13766
13767 * cfgexpand.c (expand_debug_expr): For unused non-addressable
13768 parameters passed in memory prefer using DECL_INCOMING_RTL over
13769 the pseudos it will be copied into.
13770
13771 2011-05-23 H.J. Lu <hongjiu.lu@intel.com>
13772
13773 PR target/47315
13774 * config/i386/i386.c (ix86_option_override_internal): Save the
13775 initial options after checking vzeroupper.
13776
13777 2011-05-23 David Li <davidxl@google.com>
13778
13779 PR tree-optimization/48988
13780 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
13781 Initialize has_valid_pred for each pred chain.
13782
13783 2011-05-23 Richard Guenther <rguenther@suse.de>
13784
13785 * gimple.c (gimple_types_compatible_p_1): Always compare type names.
13786 (iterative_hash_gimple_type): Always hash type names.
13787
13788 2011-05-23 Nathan Froyd <froydnj@codesourcery.com>
13789
13790 * c-typeck.c (build_function_call_vec): Tweak call to
13791 check_function_arguments.
13792
13793 2011-05-23 Richard Guenther <rguenther@suse.de>
13794
13795 PR tree-optimization/49115
13796 * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
13797 is not necessarily carried out, do not claim it kills the ref.
13798 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
13799
13800 2011-05-23 Richard Guenther <rguenther@suse.de>
13801
13802 PR middle-end/15419
13803 * builtins.c (fold_builtin_memory_op): Be less restrictive about
13804 what pointer types we accept for folding.
13805
13806 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13807
13808 * gthr-gnat.c: Remove.
13809 * gthr-gnat.h: Remove.
13810 * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
13811 * config/t-freebsd (LIB2ADDEH): Likewise.
13812 * config/t-linux (LIB2ADDEH): Likewise.
13813 * config/t-sol2 (LIB2ADDEH): Likewise.
13814 * config/ia64/t-vms (LIB2ADDEH): Likewise.
13815 * configure.ac (target_thread_file): Remove gnat handling.
13816 * configure: Regenerate.
13817 * doc/install.texi (Configuration, --enable-threads): Remove gnat.
13818
13819 2011-05-23 Tristan Gingold <gingold@adacore.com>
13820 Eric Botcazou <ebotcazou@adacore.com>
13821
13822 * gcov.c (create_file_names): If no object directory is specified,
13823 keep the directory of the file.
13824
13825 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13826
13827 * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
13828 * configure: Regenerate.
13829
13830 2011-05-23 Jakub Jelinek <jakub@redhat.com>
13831
13832 PR middle-end/48973
13833 * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
13834 failed and the comparison has a single bit signed type, use
13835 constm1_rtx instead of const1_rtx for true value.
13836 (do_store_flag): If ops->type is single bit signed type, disable
13837 signel bit test optimization and pass -1 instead of 1 as last
13838 parameter to emit_store_flag_force.
13839
13840 2011-05-23 Tom de Vries <tom@codesourcery.com>
13841
13842 PR target/45098
13843 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
13844 function.
13845 (infer_loop_bounds_from_undefined): Use new function.
13846
13847 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
13848
13849 * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
13850 (ASM_SPEC): Add a -O* option here. Pass -O0 for -noasmopt,
13851 -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
13852 and -O0 otherwise.
13853 (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
13854
13855 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
13856
13857 * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
13858 (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
13859 returns true.
13860
13861 2011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
13862
13863 * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
13864
13865 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
13866
13867 * config/sparc/sparc.c (sparc_delegitimize_address): Handle
13868 UNSPEC_MOVE_PIC pattern.
13869
13870 2011-05-22 Eric Botcazou <ebotcazou@adacore.com>
13871
13872 * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
13873 (sparc-*-rtems*): Likewise.
13874 (sparc64-*-elf*): Likewise.
13875 (sparc64-*-rtems*): Likewise.
13876 (sparc*-*-solaris2*): Likewise. Remove crti.o crtn.o extra parts.
13877 * config/sparc/t-crtin: New file.
13878 * config/sparc/t-sol2 (crti.o): Delete rule.
13879 (crtn.o): Likewise.
13880 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
13881 * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
13882 * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
13883 (ENDFILE_SPEC): Add crtn.o.
13884
13885 2011-05-22 Tom de Vries <tom@codesourcery.com>
13886
13887 PR middle-end/48689
13888 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
13889 CODE_CONTAINS_STRUCT (TS_COMMON).
13890
13891 2011-05-22 Jakub Jelinek <jakub@redhat.com>
13892
13893 PR middle-end/49029
13894 * expmed.c (extract_fixed_bit_field): Test whether target can be used
13895 only after deciding which mode to use.
13896
13897 2011-05-22 Tom de Vries <tom@codesourcery.com>
13898
13899 PR target/45098
13900 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
13901 for call to get_shiftadd_cost.
13902
13903 2011-05-22 Uros Bizjak <ubizjak@gmail.com>
13904
13905 PR target/49104
13906 * config/i386/cpuid.h (bit_MMXEXT): New define.
13907
13908 2011-05-22 Nick Clifton <nickc@redhat.com>
13909
13910 * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
13911 initialisation of non-existant args[2] element. Use args[] array
13912 not arg[] array to pass arguments to build_function_type_list.
13913
13914 2011-05-22 Ira Rosen <ira.rosen@linaro.org>
13915
13916 PR tree-optimization/49087
13917 * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
13918
13919 2011-05-21 Jason Merrill <jason@redhat.com>
13920
13921 PR c++/49092
13922 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
13923 static storage duration.
13924
13925 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
13926
13927 * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
13928 frame pointer.
13929
13930 2011-05-21 Eric Botcazou <ebotcazou@adacore.com>
13931
13932 * config/sparc/sparc.c (eligible_for_return_delay): Do not return
13933 false if there are call-saved registers here...
13934 (sparc_can_use_return_insn_p): ...but here instead.
13935 (save_or_restore_regs): Fix thinko.
13936 (sparc_expand_prologue): Use current_function_is_leaf.
13937 (sparc_frame_pointer_required): Likewise.
13938
13939 2011-05-21 Nick Clifton <nickc@redhat.com>
13940
13941 PR target/49098
13942 * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
13943
13944 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>
13945
13946 * gengtype.c (walk_type): Implemented "atomic" GTY option.
13947 * doc/gty.texi (GTY Options): Document "atomic" GTY option.
13948
13949 2011-05-21 Joseph Myers <joseph@codesourcery.com>
13950
13951 * opt-read.awk: New. Split out of optc-gen.awk and opth-gen.awk.
13952 * optc-gen.awk: Move common code to opt-read.awk.
13953 * opth-gen.awk: Likewise.
13954 * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
13955
13956 2011-05-20 Nathan Froyd <froydnj@codesourcery.com>
13957
13958 * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
13959
13960 2011-05-20 Tom de Vries <tom@codesourcery.com>
13961
13962 PR target/45098
13963 * tree-ssa-loop-ivopts.c: Include expmed.h.
13964 (get_shiftadd_cost): New function.
13965 (force_expr_to_var_cost): Declare forward. Use get_shiftadd_cost.
13966
13967 2011-05-20 Jakub Jelinek <jakub@redhat.com>
13968
13969 PR bootstrap/49086
13970 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
13971 for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
13972
13973 2011-05-20 Joseph Myers <joseph@codesourcery.com>
13974
13975 * Makefile.in: Update comment referring to $(OBJS-common).
13976
13977 2011-05-20 Ian Lance Taylor <iant@google.com>
13978
13979 * godump.c (go_output_typedef): Put enum constants in the macro
13980 hash table to avoid duplicate Go const definitions.
13981
13982 2011-05-20 Joseph Myers <joseph@codesourcery.com>
13983
13984 * Makefile.in (LIBDEPS): Add libcommon.a.
13985 (LIBS): Likewise.
13986 (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
13987 (OBJS-common): Remove diagnostic.o, input.o, intl.o,
13988 pretty-print.o and version.o.
13989 (OBJS-libcommon): New.
13990 (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
13991 (BACKEND): Add libcommon.a.
13992 (MOSTLYCLEANFILES): Likewise.
13993 (libcommon.a): New.
13994 (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
13995 (cpp$(exeext)): Likewise.
13996 (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
13997 pretty-print.o and input.o.
13998 (lto-wrapper$(exeext)): Don't explicitly use intl.o.
13999 (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
14000 (errors.o): Remove.
14001 (mips-tfile): Don't explicitly use version.o.
14002 (mips-tdump): Likewise.
14003 (gcov.o): Depend on $(DIAGNOSTIC_H).
14004 (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
14005 (GCOV_OBJS): Remove intl.o, version.o and errors.o.
14006 (GCOV_DUMP_OBJS): Remove version.o and errors.o.
14007 * gcov-dump.c: Include intl.h and diagnostic.h.
14008 (main): Initialize diagnostics.
14009 * gcov.c: Include diagnostic.h.
14010 (fnotice): Remove.
14011 (main): Initialize diagnostics.
14012 * lto-wrapper.c: Include diagnostic.h.
14013 (main): Initialize diagnostics.
14014
14015 2011-05-20 Michael Matz <matz@suse.de>
14016
14017 * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
14018
14019 2011-05-20 Michael Matz <matz@suse.de>
14020 Richard Guenther <rguenther@suse.de>
14021
14022 * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
14023 use lto_streamer_cache_append directly instead of returning a VEC.
14024 (preload_common_node): Remove.
14025 (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
14026 track seen nodes.
14027 (lto_streamer_cache_create): Call lto_preload_common_nodes.
14028
14029 2011-05-20 Richard Guenther <rguenther@suse.de>
14030
14031 PR tree-optimization/49079
14032 * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
14033 MEM_REFs correctly for the trailing array access detection.
14034 Special case constants the same way as decls for overall size
14035 constraining.
14036
14037 2011-05-20 Uros Bizjak <ubizjak@gmail.com>
14038
14039 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
14040 argument expansion.
14041
14042 2011-05-20 Jakub Jelinek <jakub@redhat.com>
14043
14044 PR tree-optimization/49073
14045 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
14046 PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
14047 * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
14048
14049 2011-05-20 Richard Guenther <rguenther@suse.de>
14050
14051 PR middle-end/48849
14052 * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
14053 of pointer types the same way the middle-end does.
14054
14055 2011-05-20 Richard Guenther <rguenther@suse.de>
14056
14057 * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
14058 or pointer-to chains. Delay all fixup to uniquify_nodes.
14059
14060 2011-05-19 Quentin Neill <quentin.neill@amd.com>
14061
14062 * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
14063 (fma4_fmaddsub): Likewise
14064
14065 2011-05-19 Jan Hubicka <jh@suse.cz>
14066
14067 * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
14068 (GIMPLE_TYPE_PAIR_SIZE): New macro.
14069 (type_pair_cache): New static var.
14070 (lookup_type_pair): Use fixed sized custom hash; make inline.
14071 (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
14072 calls of lookup_type_pair.
14073 (print_gimple_types_stats): Remove cache stats.
14074 (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
14075 and gtc_ob.
14076
14077 2011-05-19 Uros Bizjak <ubizjak@gmail.com>
14078
14079 * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
14080 when TARGET_RDRND is active.
14081 (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
14082 Generate dummy SImode target register when target is NULL.
14083
14084 2011-05-19 Joseph Myers <joseph@codesourcery.com>
14085
14086 * config/arm/arm-fpus.def: New.
14087 * config/arm/genopt.sh: Generate Enum and EnumValue entries from
14088 arm-fpus.def.
14089 * config/arm/arm-tables.opt: Regenerate.
14090 * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
14091 (arm_option_override): Don't decode FPU name to string here.
14092 * config/arm/arm.opt (mfpu=): Use Enum.
14093 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
14094 Update dependencies.
14095
14096 2011-05-19 Joseph Myers <joseph@codesourcery.com>
14097
14098 * collect2.c: Include diagnostic.h.
14099 (fatal_perror, fatal, error, fancy_abort): Remove.
14100 (main): Set progname. Call xmalloc_set_program_name and
14101 diagnostic_initialize.
14102 (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
14103 scan_libraries, resolve_lib_name): Call fatal_error instead of
14104 fatal and fatal_perror.
14105 * collect2.h (error, fatal, fatal_perror): Don't declare.
14106 * tlink.c: Include diagnostic-core.h.
14107 (recompile_files): Call fatal_error instead of fatal_perror.
14108 * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
14109 pretty-print.o and input.o.
14110 (collect2.o, tlink.o): Update dependencies.
14111
14112 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14113
14114 * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
14115
14116 2011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14117
14118 PR target/40483
14119 * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
14120 COMDAT group syntax, both SPARC and x86 variants.
14121 (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
14122 * configure: Regenerate.
14123 * config/sol2.h (TARGET_SOLARIS): Define.
14124 (PUSHSECTION_FORMAT): Remove.
14125 (SECTION_NAME_FORMAT): Define.
14126 * config/sol2.c: Include hashtab.h.
14127 (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
14128 expansion, using SECTION_NAME_FORMAT.
14129 (solaris_comdat_htab): New variable.
14130 (struct comdat_entry): Define.
14131 (comdat_hash): New function.
14132 (comdat_eq): New function.
14133 (solaris_elf_asm_comdat_section): New function.
14134 (solaris_define_comdat_signature): New function.
14135 (solaris_code_end): New function.
14136 * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
14137 (solaris_code_end): Declare.
14138 * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
14139 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
14140 solaris_code_end.
14141 (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
14142 Remove ATTRIBUTE_UNUSED.
14143 [!USE_GAS]: Call solaris_elf_asm_comdat_section for
14144 SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
14145 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
14146 * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
14147 * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
14148 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
14149 (PUSHSECTION_FORMAT): Remove.
14150 (SECTION_NAME_FORMAT): Redefine.
14151
14152 2011-05-19 Kai Tietz <ktietz@redhat.com>
14153
14154 * tree-cfg.c (verify_gimple_assign_binary): Barf on
14155 TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
14156 (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
14157
14158 2011-05-19 Anatoly Sokolov <aesok@post.ru>
14159 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14160
14161 * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
14162
14163 2011-05-19 Richard Guenther <rguenther@suse.de>
14164
14165 PR middle-end/48985
14166 * tree-object-size.c (addr_object_size): If the pointed-to
14167 variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
14168
14169 2011-05-19 Richard Guenther <rguenther@suse.de>
14170
14171 * gimple.c (gimple_types_compatible_p_1): Compare names of
14172 the types themselves.
14173 (iterative_hash_gimple_type): And hash them that way.
14174 (gimple_register_type_1): If we register a main variant properly
14175 initialize the leader to ourselves.
14176
14177 2011-05-19 Tom de Vries <tom@codesourcery.com>
14178
14179 PR target/45098
14180 * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
14181 get_loop_invariant_expr_id.
14182 (get_loop_invariant_expr_id): Use get_expr_id.
14183 (parm_decl_cost): New function.
14184 (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
14185 Improve bound cost estimation. Use different inv_expr_id for elim and
14186 express cases.
14187
14188 2011-05-19 Tom de Vries <tom@codesourcery.com>
14189
14190 PR target/45098
14191 * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
14192 cost_base.cost == 0.
14193
14194 2011-05-18 H.J. Lu <hongjiu.lu@intel.com>
14195
14196 PR target/49002
14197 * config/i386/sse.md
14198 (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
14199 load cast.
14200
14201 2011-05-18 Jakub Jelinek <jakub@redhat.com>
14202
14203 PR tree-optimization/49039
14204 * tree-vrp.c (extract_range_from_binary_expr): For
14205 MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
14206 return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
14207
14208 2011-05-18 Tom de Vries <tom@codesourcery.com>
14209
14210 PR target/45098
14211 * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
14212
14213 2011-05-18 Uros Bizjak <ubizjak@gmail.com>
14214
14215 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
14216 (*tls_global_dynamic_64): Ditto.
14217 (*tls_local_dynamic_base_32_gnu): Ditto.
14218 (*tls_local_dynamic_base_64): Ditto.
14219 (tls_initial_exec_64_sun): Ditto.
14220
14221 2011-05-18 Stuart Henderson <shenders@gcc.gnu.org>
14222
14223 * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
14224 * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
14225 bf592-none.
14226 * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
14227 * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
14228 * config/bfin/bfin.c (bfin_cpus): Add bf592.
14229 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
14230 __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
14231 * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
14232 * config/bfin/elf.h (LIB_SPEC): Add bf592.
14233
14234 2011-05-18 Joseph Myers <joseph@codesourcery.com>
14235
14236 * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
14237 arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
14238 * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
14239 target_thread_pointer, arm_structure_size_boundary, struct
14240 float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
14241 struct abi_name, arm_all_abis): Remove.
14242 (arm_option_override) Don't process most enumerated option values here.
14243 Don't process target_fpe_name here. Work with integer not string for
14244 structure size boundary; use separate diagnostics for each case.
14245 * config/arm/arm.h (enum float_abi_type, enum
14246 arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
14247 to arm-opts.h.
14248 (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
14249 arm_structure_size_boundary): Remove.
14250 * config/arm/arm.opt (mabi=): Use Enum and Init.
14251 (arm_abi_type): New Enum and EnumValue entries.
14252 (mfloat-abi=): Use Enum and Init.
14253 (float_abi_type): New Enum and EnumValue entries.
14254 (mfp=, mfpe=): Replace by separate Alias entries for each argument.
14255 (mfp16-format=): Use Enum and Init.
14256 (arm_fp16_format_type): New Enum and EnumValue entries.
14257 (mstructure-size-boundary=): Use UInteger and Init.
14258 (mtp=): Use Enum and Init.
14259 (arm_tp_type): New Enum and EnumValue entries.
14260
14261 2011-05-18 Richard Guenther <rguenther@suse.de>
14262
14263 PR tree-optimization/49018
14264 * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
14265 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
14266 gimple_has_side_effects.
14267
14268 2011-05-18 Richard Guenther <rguenther@suse.de>
14269
14270 * gimple.c (gimple_register_type_1): New function, split out from ...
14271 (gimple_register_type): ... here. Avoid infinite recursion.
14272
14273 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
14274
14275 PR tree-optimization/41881
14276 * tree-vectorizer.h (struct _loop_vec_info): Add new field
14277 reduction_chains along with a macro for its access.
14278 * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
14279 (destroy_loop_vec_info): Free reduction chains.
14280 (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
14281 (vect_is_slp_reduction): New function.
14282 (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
14283 (vect_create_epilog_for_reduction): Support SLP reduction chains.
14284 * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
14285 definition types for reduction chains.
14286 (vect_supported_load_permutation_p): Don't allow permutations for
14287 reduction chains.
14288 (vect_analyze_slp_instance): Support reduction chains.
14289 (vect_analyze_slp): Try to build SLP instance from reduction chains.
14290 (vect_get_constant_vectors): Handle reduction chains.
14291 (vect_schedule_slp_instance): Mark the first statement of the
14292 reduction chain as reduction.
14293
14294 2011-05-18 Ira Rosen <ira.rosen@linaro.org>
14295
14296 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
14297 names for group elements access.
14298 * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
14299 reduction chains as well. Remove data reference and interleaving
14300 related words from the fields names.
14301 * tree-vect-loop.c (vect_transform_loop): Use new names for group
14302 elements access.
14303 * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
14304 vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
14305 vect_update_interleaving_chain, vect_same_range_drs,
14306 vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
14307 vect_verify_datarefs_alignment, vector_alignment_reachable_p,
14308 vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
14309 vect_analyze_group_access, vect_analyze_data_ref_access,
14310 vect_create_data_ref_ptr, vect_transform_strided_load,
14311 vect_record_strided_load_vectors): Likewise.
14312 * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
14313 vect_model_load_cost, vectorizable_store, vectorizable_load,
14314 vect_remove_stores, new_stmt_vec_info): Likewise.
14315 * tree-vect-slp.c (vect_build_slp_tree,
14316 vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
14317
14318 2011-05-18 Richard Guenther <rguenther@suse.de>
14319
14320 PR middle-end/48989
14321 * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
14322 operand verification.
14323 (verify_gimple_assign_binary): Likewise.
14324 * tree-ssa.c (useless_type_conversion_p): Preserve conversions
14325 to non-1-precision BOOLEAN_TYPEs.
14326
14327 2011-05-18 Tom de Vries <tom@codesourcery.com>
14328
14329 PR target/45098
14330 * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
14331
14332 2011-05-18 Jakub Jelinek <jakub@redhat.com>
14333
14334 PR tree-optimization/49000
14335 * tree-ssa.c (execute_update_addresses_taken): Call
14336 maybe_rewrite_mem_ref_base on debug stmt value. If it couldn't
14337 be rewritten and decl has been marked for renaming, reset
14338 the debug stmt.
14339
14340 2011-05-17 Joseph Myers <joseph@codesourcery.com>
14341
14342 * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
14343 enum_opts_set when testing if attributes have set -mfpmath=.
14344
14345 2011-05-17 Richard Sandiford <rdsandiford@googlemail.com>
14346
14347 * config/mips/mips.c (mips_handle_option): Remove unused variable.
14348
14349 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
14350
14351 * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
14352 info->entry with 0
14353 * tree-inline.c (maybe_inline_call_in_expr): Initialize
14354 id.transform_lang_insert_block with NULL.
14355
14356 2011-05-17 Uros Bizjak <ubizjak@gmail.com>
14357
14358 * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
14359 (output_fp_compare): Change args 3 and 4 to bool.
14360 (ix86_expand_call): Change arg 6 to bool.
14361 (ix86_attr_length_immediate_default): Change arg 2 to bool.
14362 (ix86_attr_length_vex_default): Change arg 3 to bool.
14363 * config/i386/i386.md: Update all uses.
14364 * config/i386/i386.c: Ditto.
14365 (ix86_flags_dependent): Change return type to bool.
14366
14367 2011-05-17 Richard Guenther <rguenther@suse.de>
14368
14369 * gimple.c (type_hash_pair_compare): Fix comparison.
14370
14371 2011-05-17 Richard Guenther <rguenther@suse.de>
14372
14373 * gimple.c (iterative_hash_gimple_type): Simplify singleton
14374 case some more, fix final hash value of the non-singleton case.
14375
14376 2011-05-17 Richard Guenther <rguenther@suse.de>
14377
14378 PR bootstrap/49013
14379 Revert
14380 2011-05-16 Richard Guenther <rguenther@suse.de>
14381
14382 * gimple.c (gimple_types_compatible_p_1): Use names of the
14383 type itself, not its main variant.
14384 (iterative_hash_gimple_type): Likewise.
14385
14386 2011-05-17 Richard Guenther <rguenther@suse.de>
14387
14388 * gimple.c (gimple_register_canonical_type): Use the main-variant
14389 leader for computing the canonical type.
14390
14391 2011-05-17 Nick Clifton <nickc@redhat.com>
14392
14393 * config/rx/rx.c (rx_memory_move_cost): Include cost of register
14394 moves.
14395
14396 * config/rx/rx.md: Add peephole to remove redundant extensions
14397 after loads.
14398 (bitset_in_memory): Use rx_restricted_mem_operand.
14399 (bitinvert_in_memory): Likewise.
14400 (bitclr_in_memory): Likewise.
14401
14402 2011-05-17 Kazuhio Inaoka <kazuhiro.inaoka.ud@renesas.com>
14403 Nick Clifton <nickc@redhat.com>
14404
14405 * config/rx/rx.md: Add peepholes to match a register move followed
14406 by a comparison of the moved register. Replace these with an
14407 addition of zero that does both actions in one instruction.
14408
14409 2011-05-17 Jakub Jelinek <jakub@redhat.com>
14410
14411 PR target/48986
14412 * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
14413 predicate to allow CONST_INT.
14414 (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
14415
14416 2011-05-16 Joseph Myers <joseph@codesourcery.com>
14417
14418 * opts-common.c (opt_enum_arg_to_value): New.
14419 * opts.h (opt_enum_arg_to_value): Declare.
14420 * config/i386/i386.opt (fpmath): Remove.
14421 (mfpmath=): Use Enum, Init and Save.
14422 (fpmath_unit): New Enum and EnumValue entries.
14423 * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
14424 name for function fpmath state.
14425 * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
14426 * config/i386/i386.c: Include diagnostic.h.
14427 (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
14428 (ix86_target_string): Take enum fpmath_unit value instead of string.
14429 (ix86_debug_options): Update call to ix86_target_string.
14430 (ix86_option_override_internal): Don't process fpmath strings here.
14431 (x86_function_specific_save, ix86_function_specific_restore):
14432 Don't handle fpmath state specially.
14433 (ix86_function_specific_print): Pass fpmath state to
14434 ix86_target_string instead of printing in this function.
14435 (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
14436 Handle enum attributes.
14437 (IX86_ATTR_ENUM, ix86_opt_enum): New.
14438 (ix86_valid_target_attribute_tree): Update option_strings
14439 handling. Handle fpmath as enum option.
14440 (ix86_can_inline_p): Update field names for function fpmath state.
14441 (ix86_expand_builtin): Update call to ix86_target_string.
14442 * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
14443 (ix86_fpmath): Remove.
14444 * config/i386/t-i386 (i386.o): Update dependencies.
14445
14446 2011-05-16 Joseph Myers <joseph@codesourcery.com>
14447
14448 PR preprocessor/48677
14449 * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
14450 from decoded_options[0], not from itself.
14451
14452 2011-05-16 Uros Bizjak <ubizjak@gmail.com>
14453
14454 * config/i386/constraints.md (z): New constraint.
14455 * config/i386/i386.c (c): New mode attribute.
14456 (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
14457 *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
14458 constraint for operand 0.
14459 (*call_vzeroupper): Ditto.
14460 (*call_rex64_ms_sysv): Ditto. Use "rzm" constraint for operand 0.
14461 (*call_rex64_ms_sysv_vzeroupper): Ditto.
14462 (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
14463 Use "lzm" constraint for operand 0.
14464 (*call_pop_vzeroupper): Ditto.
14465 (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
14466 *sibcall_1_rex64 patterns using "P" mode iterator. Use "Uz"
14467 constraint for operand 0.
14468 (*sibcall_vzeroupper): Ditto.
14469 (*sibcall_rex64_ms_sysv): Ditto.
14470 (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
14471 (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
14472 *sibcall_pop_1. Use "Uz" constraint for operand 0.
14473 (*sibcall_pop_vzeroupper): Ditto.
14474 (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
14475 *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
14476 mode iterator. Use "<c>zm" constraint for operand 1.
14477 (*call_value_vzeroupper): Ditto.
14478 (*call_value_rex64_ms_sysv): Ditto. Use "rzm" constraint
14479 for operand 1.
14480 (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
14481 (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
14482 *call_value_pop_1. Use "lzm" constraint for operand 1.
14483 (*call_value_pop_vzeroupper): Ditto.
14484 (*sibcall_value): Merge insn pattern from *sibcall_value_0,
14485 *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
14486 mode iterator. Use "Uz" constraint for operand 1.
14487 (*sibcall_value_vzeroupper): Ditto.
14488 (*sibcall_value_rex64_ms_sysv): Ditto.
14489 (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
14490 (*sibcall_value_pop): Rename from *sibcall_pop_1. Use "Uz"
14491 constraint for operand 1.
14492 (*sibcall_value_pop_vzeroupper): Ditto.
14493 (*tls_global_dynamic_64): Use constant_call_address_operand predicate
14494 and "z" constraint for operand 2.
14495 (*tls_global_dynamic_32_gnu): Ditto.
14496 (*tls_local_dynamic_base_32_gnu): Ditto.
14497 (*tls_local_dynamic_base_64): Ditto.
14498 (*tls_local_dynamic_32_once): Ditto.
14499 * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
14500 Update all callers.
14501 * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
14502
14503 2011-05-16 Richard Guenther <rguenther@suse.de>
14504
14505 * gimple.c (gimple_types_compatible_p_1): Use names of the
14506 type itself, not its main variant.
14507 (iterative_hash_gimple_type): Likewise.
14508
14509 2011-05-16 Richard Guenther <rguenther@suse.de>
14510
14511 * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
14512 always visit pointer target and function result and argument types.
14513
14514 2011-05-16 Jason Merrill <jason@redhat.com>
14515
14516 PR c++/48999
14517 * tree-inline.c (copy_statement_list): Put back recursion.
14518
14519 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
14520
14521 PR target/27663
14522 PR target/41076
14523 * config/avr/predicates.md (const_8_16_24_operand): New predicate.
14524 * config/avr/avr.md ("*ior<mode>qi.byte0",
14525 "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
14526
14527 2011-05-16 Georg-Johann Lay <avr@gjlay.de>
14528
14529 PR target/45099
14530 * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
14531 register is needed for a function argument.
14532
14533 2011-05-16 Richard Guenther <rguenther@suse.de>
14534
14535 * gimple.c (struct type_hash_pair): New type.
14536 (type_hash_pair_compare): New function.
14537 (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
14538
14539 2011-05-16 Revital Eres <revital.eres@linaro.org>
14540
14541 * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
14542
14543 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
14544
14545 * config/i386/i386.md (floating point move splitters): Fix
14546 usage of standard_80387_constant_p.
14547 * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
14548
14549 2011-05-15 Uros Bizjak <ubizjak@gmail.com>
14550
14551 * config/i386/i386.md (*movdf_internal): Simplify insn condition.
14552
14553 2011-05-14 Eric Botcazou <ebotcazou@adacore.com>
14554
14555 * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
14556 (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
14557 (tree_ssa_lim_finalize): Likewise.
14558
14559 2011-05-14 Uros Bizjak <ubizjak@gmail.com>
14560
14561 * config/i386/constraint.md (Yd, Yx): New register constraints.
14562 * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger. Use
14563 Yd conditional register constraint.
14564 (*movtf_internal): Use standard_sse_constant_opcode.
14565 (*movxf_internal): Merge with *movxf_internal_nointeger. Use
14566 Yx conditional register constraint.
14567 (*movdf_internal): Merge with *movdf_internal_nointeger. Use
14568 Yd conditional register constraint. Use standard_sse_constant_p to
14569 check for valid SSE constants and call standard_sse_constant_opcode to
14570 output SSE insn.
14571 (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
14572 constants and call standard_sse_constant_opcode to output SSE insn.
14573 * config/i386/i386.c (ix86_option_ovverride_internal): Set
14574 TARGET_INTEGER_DFMODE_MOVES for 64bit targets. Clear it when
14575 optimize_size is set.
14576 (standard_sse_constant_opcode): Output conditional AVX insn templates.
14577
14578 2011-05-14 Tobias Burnus <burnus@net-b.de>
14579
14580 * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
14581
14582 2011-05-13 Martin Jambor <mjambor@suse.cz>
14583
14584 * ipa-prop.c (ipa_cst_from_jfunc): New function.
14585 * ipa-prop.h (ipa_cst_from_jfunc): Declare.
14586 * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
14587 (evaluate_conditions_for_ipcp_clone): Removed.
14588 (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
14589 * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
14590 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
14591
14592 2011-05-13 Eric Botcazou <ebotcazou@adacore.com>
14593
14594 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
14595 * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
14596 lieu of MAY_HAVE_DEBUG_STMTS.
14597 * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
14598 debug statements if !MAY_HAVE_DEBUG_STMTS.
14599
14600 2011-05-13 Martin Thuresson <martint@google.com>
14601
14602 PR gcov-profile/47793
14603 * libgcov.c (gcov_exit): Support relative profile paths.
14604 * doc/invoke.texi (-fprofile-dir): Update for above change.
14605
14606 2011-05-13 Richard Guenther <rguenther@suse.de>
14607
14608 * gimple.c (gimple_canonical_types_compatible_p): Do not use
14609 type-pair caching, do not compare hashes.
14610
14611 2011-05-13 Nathan Froyd <froydnj@codesourcery.com>
14612
14613 PR middle-end/48965
14614 * tree-cfg.c (edge_to_cases_cleanup): Return true.
14615 (verify_expr) [CASE_LABEL_EXPR]: Add checking.
14616
14617 2011-05-13 Kai Tietz <ktietz@redhat.com>
14618
14619 * gimplify.c (gimplify_expr): Make sure operand is boolified.
14620 * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
14621 compatible type for TRUTH_NOT_EXPR.
14622
14623 2011-05-13 H.J. Lu <hongjiu.lu@intel.com>
14624
14625 * config/i386/i386.c (ix86_save_reg): Change return type to bool.
14626 (ix86_hard_regno_mode_ok): Change return value to bool. Use
14627 can_create_pseudo_p ().
14628
14629 2011-05-13 Richard Guenther <rguenther@suse.de>
14630
14631 PR lto/48978
14632 * gimple.c (iterative_hash_gimple_type): Revert change in
14633 pointer target and function result and argument hashing.
14634
14635 2011-05-13 Uros Bizjak <ubizjak@gmail.com>
14636
14637 * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
14638 (*movxf_internal_nointeger): Ditto.
14639 (*movdf_internal_rex64): Ditto.
14640 (*movdf_internal): Ditto.
14641 (*movdf_internal_nointeger): Ditto.
14642 (*movsf_internal): Ditto.
14643 (sincos splitters): Use can_create_pseudo ().
14644
14645 2011-05-13 Joseph Myers <joseph@codesourcery.com>
14646
14647 * config/i386/i386-opts.h: New.
14648 * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
14649 ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
14650 ix86_section_threshold): Remove.
14651 (ix86_handle_option): Move MAX_CODE_ALIGN define here. Handle
14652 OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
14653 OPT_mbranch_cost_.
14654 (ix86_option_override_internal): Don't decode strings for options
14655 other than -march=, -mtune= and -mfpmath=. Don't allow for
14656 __attribute__ uses in remaining diagnostics for options with
14657 string arguments. Don't check for integer arguments being negative.
14658 * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
14659 enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
14660 (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
14661 ix86_branch_cost, ix86_section_threshold): Remove.
14662 * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
14663 HeaderInclude.
14664 (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
14665 but not Var.
14666 (masm=): Use Enum and Init.
14667 (asm_dialect): New Enum and EnumValue entries.
14668 (mbranch-cost=): Use UInteger.
14669 (mlarge-data-threshold=): Use UInteger and Init.
14670 (mcmodel=): Use Enum and Init.
14671 (cmodel): New Enum and EnumValue entries.
14672 (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
14673 (mpreferred-stack-boundary=, mincoming-stack-boundary=,
14674 mregparm=): Use UInteger.
14675 (mstringop-strategy=): Use Enum and Init.
14676 (stringop_alg): New Enum and EnumValue entries.
14677 (mtls-dialect=): Use Enum and Init.
14678 (tls_dialect): New Enum and EnumValue entries.
14679 (mabi=): Use Enum and Init.
14680 (calling_abi): New Enum and EnumValue entries.
14681 (mveclibabi=): Use Enum and Init.
14682 (ix86_veclibabi): New Enum and EnumValue entries.
14683
14684 2011-05-13 Nick Clifton <nickc@redhat.com>
14685
14686 * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
14687 * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
14688
14689 2011-05-13 Kai Tietz <ktietz@redhat.com>
14690
14691 PR middle-end/48984
14692 * gimplify.c (gimplify_expr): Check for boolean_type_node instead
14693 for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
14694 (gimple_boolify): Check for cast for boolean_type_node instead for
14695 BOOLEAN_TYPE.
14696
14697 2011-05-13 Richard Guenther <rguenther@suse.de>
14698
14699 PR tree-optimization/48172
14700 * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
14701 multiplying by number of iterations for equal step.
14702 (vect_create_cond_for_alias_checks): Likewise.
14703
14704 2011-05-13 Andreas Schwab <schwab@redhat.com>
14705
14706 * configure.ac: Use AS_HELP_STRING throughout.
14707 * configure: Regenerate.
14708
14709 2011-05-12 H.J. Lu <hongjiu.lu@intel.com>
14710
14711 * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
14712 (ix86_emit_restore_regs_using_mov): Likewise.
14713 (ix86_emit_restore_sse_regs_using_mov): Likewise.
14714
14715 2011-05-12 Anatoly Sokolov <aesok@post.ru>
14716
14717 * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
14718 SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
14719 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
14720 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
14721 RTX_OK_FOR_OLO10_P): ...here.
14722 (sparc_mode_dependent_address_p): Use symbolic_operand instead of
14723 SYMBOLIC_CONST.
14724
14725 2011-05-12 Kai Tietz <ktietz@redhat.com>
14726
14727 * gimplify.c (gimple_boolify): Re-boolify expression
14728 arguments even if expression type is of kind BOOLEAN_TYPE.
14729 (gimplify_boolean_expr): Removed.
14730 (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
14731 and XOR. Additional take care that we keep expression's type.
14732 * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
14733 of TRUTH_AND|OR|XOR_EXPR.
14734
14735 2011-05-12 Jakub Jelinek <jakub@redhat.com>
14736
14737 PR tree-optimization/48975
14738 * tree-if-conv.c (combine_blocks): Call free_bb_predicate
14739 on all bbs here and free and clear ifc_bbs at the end.
14740
14741 2011-05-12 Richard Guenther <rguenther@suse.de>
14742
14743 * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
14744 NULLPTR_TYPE similar to VOID_TYPE. Defer type-leader lookup
14745 until after simple checks.
14746 (gimple_types_compatible_p): Likewise.
14747 (iterative_hash_gimple_type): Always hash pointer targets
14748 and function return and argument types.
14749 (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
14750 hash TYPE_ALIGN. Do not hash TYPE_MIN/MAX_VALUE.
14751 (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
14752 handle NULLPTR_TYPE similar to VOID_TYPE. Handle non-aggregates
14753 completely in the simple compare section.
14754 (gimple_register_canonical_type): Query the cache again after
14755 registering.
14756
14757 2011-05-12 Richard Guenther <rguenther@suse.de>
14758
14759 PR tree-optimization/48172
14760 * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
14761 the number of iterations from the segment size calculation.
14762 (vect_create_cond_for_alias_checks): Adjust.
14763
14764 2011-05-12 Jakub Jelinek <jakub@redhat.com>
14765
14766 PR debug/48967
14767 * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
14768 if validate_subreg fails.
14769
14770 2011-05-12 Hariharan Sandanagobalane <hariharan@picochip.com>
14771
14772 * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
14773 accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
14774 early.
14775
14776 2011-05-12 DJ Delorie <dj@redhat.com>
14777
14778 * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
14779 (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
14780 created builtin into rx_builtins array.
14781 (rx_builtin_decl): New function.
14782 (TARGET_BUITLIN_DECL): Define. Include gt-rx.h.
14783
14784 2011-05-12 DJ Delorie <dj@redhat.com>
14785 Nick Clifton <nickc@redhat.com>
14786
14787 * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
14788 * config/rx/rx.c (CC_FLAG_FP): Fix comment.
14789 (rx_is_legitimate_address): Add pre-decrement and post-increment
14790 addressing in HImode and QImode. Fix test for out of range
14791 REG+INT addressing.
14792 (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
14793 (rx_align_for_label): Test label before extracting its usage count.
14794 (rx_adjust_insn_lengths): Fix selection of insn codes.
14795 (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
14796
14797 2011-05-11 Jason Merrill <jason@redhat.com>
14798
14799 * tree.c (type_hash_canon): Use struct tree_type_non_common.
14800
14801 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
14802
14803 * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
14804 reindent the subsequent block.
14805
14806 2011-05-11 Satoru Takabayashi <satorux@google.com>
14807 Paul Pluzhnikov <ppluzhnikov@google.com>
14808
14809 * doc/install.texi (Configuration): Document --with-linker-hash-style.
14810 * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
14811 * config.in: Add LINKER_HASH_STYLE.
14812 * configure.ac: Add --with-linker-hash-style.
14813 * configure: Regenerate.
14814
14815 2011-05-11 Richard Guenther <rguenther@suse.de>
14816
14817 PR middle-end/48964
14818 * gimple.c (iterative_hash_canonical_type): Fix typo.
14819
14820 2011-05-11 Uros Bizjak <ubizjak@gmail.com>
14821
14822 * config/i386/i386.c (legitimize_tls_address)
14823 <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
14824 expanders directly for TARGET_GNU2_TLS. Determine pic and
14825 __tls_get_addr symbol reference here. Update call to
14826 gen_tls_global_dynamic_{32,64} for added arguments.
14827 <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
14828 expanders directly for TARGET_GNU2_TLS. Determine
14829 __tls_get_addr symbol reference here. Update call to
14830 gen_tls_local_dynamic_base_{32,64} for added arguments. Attach
14831 unique UNSPEC REG_EQUIV to libcall block.
14832 (ix86_tls_get_addr): Declare static.
14833 * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
14834 * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
14835 Do not determine pic and __tls_get_addr symbol reference here. Do not
14836 call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
14837 (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
14838 (tls_global_dynamic_64): Add operand 2. Do not determine
14839 __tls_get_addr symbol reference here. Do not call
14840 gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
14841 (tls_local_dynamic_base64): Ditto for operand 1.
14842
14843 2011-05-11 Eric Botcazou <ebotcazou@adacore.com>
14844
14845 * function.c (expand_function_start): Initialize stack_check_probe_note
14846 only if the generic stack checking mechanism is used.
14847
14848 2011-05-11 Richard Guenther <rguenther@suse.de>
14849
14850 PR tree-optimization/15256
14851 * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
14852 (A & B) | C, combine (A op CST1) op CST2.
14853 (tree_ssa_forward_propagate_single_use_vars): Only bother to
14854 visit assigns that have uses.
14855
14856 2011-05-11 Nathan Froyd <froydnj@codesourcery.com>
14857
14858 * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
14859 * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
14860 (unpack_ts_type_common_value_fields): ...this. Update comment.
14861 (unpack_value_fields): Adjust for renaming.
14862 (lto_input_ts_type_tree_pointers): Split into...
14863 (lto_input_ts_type_common_tree_pointer): ...this and...
14864 (lto_input_ts_type_non_common_tree_pointers): ...this.
14865 (lto_input_tree_pointers): Adjust for above split.
14866 * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
14867 (pack_ts_type_common_value_fields): ...this. Update comment.
14868 (lto_output_ts_type_tree_pointers): Split into...
14869 (lto_output_ts_type_common_tree_pointers): ...this and...
14870 (lto_output_ts_type_non_common_tree_pointers): ...this.
14871 (lto_output_tree_pointers): Adjust for above split.
14872 * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
14873 TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
14874 * stor-layout.c (vector_type_mode): Adjust location of mode field.
14875 * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
14876 Define.
14877 (struct tree_type): Split into...
14878 (struct tree_type_common: ...this and...
14879 (struct tree_type_with_lang_specific): ...this and...
14880 (struct tree_type_non_common): ...this. Adjust accessor macros
14881 accordingly.
14882 (TYPE_VALUES_RAW): Define.
14883 (union tree_node): Update for above changes.
14884 * tree.c (tree_node_structure_for_code) [tcc_type]: Return
14885 TS_TYPE_NON_COMMON.
14886 (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
14887 Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
14888 (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
14889 * treestructu.def (TS_TYPE): Remove.
14890 (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
14891 Define.
14892
14893 2011-05-11 Jakub Jelinek <jakub@redhat.com>
14894
14895 PR debug/48159
14896 * tree-ssa.c (reset_debug_uses): New function.
14897 * tree-flow.h (reset_debug_uses): New prototype.
14898 * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
14899 * tree-loop-distribution.c (generate_loops_for_partition): Call
14900 reset_debug_uses on the stmts that will be removed. Keep around
14901 all debug stmts, don't count them as bits in partition bitmap.
14902 (generate_builtin): Don't count debug stmts or labels as bits in
14903 partition bitmap.
14904
14905 2011-05-11 Richard Guenther <rguenther@suse.de>
14906
14907 * gimple.c (gimple_type_hash_1): Merge with ...
14908 (gimple_type_hash): ... this.
14909 (gtc_visit): Remove mode parameter and simplify accordingly.
14910 (gimple_types_compatible_p_1): Likewise.
14911 (gimple_types_compatible_p): Likewise.
14912 (iterative_hash_gimple_type): Likewise.
14913 (visit): Likewise.
14914 (gimple_type_eq): Adjust.
14915
14916 2011-05-11 Revital Eres <revital.eres@linaro.org>
14917
14918 * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
14919 enters the branch create an anti edge in the opposite direction
14920 to prevent the creation of reg-moves.
14921 * modulo-sched.c: Adjust comment to reflect the fact we are
14922 scheduling closing branch.
14923 (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
14924 (stage_count): New field in struct partial_schedule.
14925 (calculate_stage_count): New function.
14926 (normalize_sched_times): Rename to reset_sched_times and handle
14927 incrementing the sched time of the nodes by a constant value
14928 passed as parameter.
14929 (duplicate_insns_of_cycles): Skip closing branch.
14930 (sms_schedule_by_order): Schedule closing branch.
14931 (ps_insn_find_column): Handle closing branch.
14932 (sms_schedule): Call reset_sched_times and adjust the code to
14933 support scheduling of the closing branch.
14934 (ps_insert_empty_row): Update calls to normalize_sched_times
14935 and rotate_partial_schedule functions.
14936
14937 2011-05-11 Richard Guenther <rguenther@suse.de>
14938
14939 PR middle-end/48953
14940 * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
14941
14942 2011-05-11 Joseph Myers <joseph@codesourcery.com>
14943
14944 * opts.c (finish_options): Move warning settings from process_options.
14945 * toplev.c (process_options): Move warning settings to finish_options.
14946
14947 2011-05-11 Richard Guenther <rguenther@suse.de>
14948
14949 PR tree-optimization/18041
14950 * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
14951 (simplify_bitwise_binary): ... this. Handle operand conversions
14952 by applying them to the result instead.
14953 (tree_ssa_forward_propagate_single_use_vars): Adjust. CSE tree code.
14954
14955 2011-05-11 Richard Guenther <rguenther@suse.de>
14956
14957 * gimple.c (gimple_canonical_types_compatible_p): Split out
14958 from gimple_types_compatible_p and friends. Do not recurse
14959 to pointed-to types.
14960 (gimple_canonical_type_eq): Use it.
14961 (iterative_hash_canonical_type): Split out from
14962 iterative_hash_gimple_type and friends. Do not recurse
14963 to pointed-to types.
14964 (gimple_canonical_type_hash): Use it, allocate the hash here.
14965
14966 2011-05-11 Revital Eres <revital.eres@linaro.org>
14967
14968 * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
14969 recognizing doloop.
14970
14971 2011-05-11 Revital Eres <revital.eres@linaro.org>
14972
14973 * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
14974 instead of PREV_INSN.
14975
14976 2011-05-11 Revital Eres <revital.eres@linaro.org>
14977
14978 * modulo-sched.c (sms_schedule): Support new form of doloop pattern
14979 * loop-doloop.c (doloop_condition_get): Likewise.
14980 * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
14981 (doloop_end): New.
14982 * config/arm/arm.md (*addsi3_compare0): Remove "*".
14983
14984 2011-05-10 Nathan Froyd <froydnj@codesourcery.com>
14985
14986 * tree.def (CASE_LABEL_EXPR): Add an operand.
14987 * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
14988
14989 2011-05-10 Joseph Myers <joseph@codesourcery.com>
14990
14991 * c-decl.c (c_override_global_bindings_to_false): Remove.
14992 (global_bindings_p): Don't check
14993 c_override_global_bindings_to_false.
14994 * c-tree.h (c_override_global_bindings_to_false): Remove.
14995 * c-typeck.c (composite_type): Don't set
14996 c_override_global_bindings_to_false.
14997
14998 2011-05-10 Michael Meissner <meissner@linux.vnet.ibm.com>
14999
15000 PR target/48857, 48495
15001 * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
15002 (VSX_MODE): Ditto.
15003 (VSX_MOVE_MODE): Ditto.
15004 (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
15005 VSX vector types. Add V2DImode.
15006 (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
15007 ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
15008 (MODES_TIEABLE_P): Ditto.
15009
15010 * config/rs6000/rs6000.c (rs6000_emit_move): Use
15011 ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
15012 VSX_VECTOR_MODE.
15013 (init_cumulative_args): Ditto.
15014 (rs6000_function_arg_boundary): Ditto.
15015 (rs6000_function_arg_advance_1): Ditto.
15016 (rs6000_function_arg): Ditto.
15017 (rs6000_function_ok_for_sibcall): Ditto.
15018 (emit_frame_save): Ditto.
15019 (rs6000_function_value): Ditto.
15020 (rs6000_libcall_value): Ditto.
15021
15022 2011-05-10 Joseph Myers <joseph@codesourcery.com>
15023
15024 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
15025 i386/darwin-lib.h to $libgcc_tm_file.
15026 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
15027
15028 2011-05-10 Joseph Myers <joseph@codesourcery.com>
15029
15030 * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
15031
15032 2011-05-10 Joseph Myers <joseph@codesourcery.com>
15033
15034 * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
15035 * config/rs6000/rs6000-tables.opt: New file (generated).
15036 * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
15037 rs6000/rs6000-tables.opt to extra_options.
15038 * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
15039 * config/rs6000/rs6000.c (rs6000_select): Remove.
15040 (processor_target_table): Move contents to rs6000-cpus.def.
15041 (darwin_rs6000_override_options): Check
15042 global_options_set.x_rs6000_cpu_index instead of
15043 rs6000_select[1].string.
15044 (rs6000_option_override_internal): Likewise.
15045 (rs6000_handle_option): Don't assert that global structures are in
15046 use. Don't handle OPT_mcpu_ and OPT_mtune_ here.
15047 (rs6000_default_cpu): New variable.
15048 (rs6000_file_start): Set it instead of local default_cpu. Check
15049 rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
15050 global_options_set.x_rs6000_tune_index instead of rs6000_select.
15051 (rs6000_darwin_file_start): Check rs6000_default_cpu and
15052 global_options_set.x_rs6000_cpu_index instead of rs6000_select.
15053 * config/rs6000/rs6000.h (struct rs6000_cpu_select,
15054 rs6000_select): Remove.
15055 * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
15056 Remove.
15057 (mcpu=, mtune=): Use Var, Init, Enum and Save.
15058 * config/rs6000/t-rs6000
15059 ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
15060 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
15061 global_options_set.x_rs6000_cpu_index instead of
15062 rs6000_select[1].string.
15063 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
15064 global_options_set.x_rs6000_cpu_index instead of
15065 rs6000_select[1].string.
15066
15067 2011-05-10 Joseph Myers <joseph@codesourcery.com>
15068
15069 * config.gcc (libgcc_tm_file): Define instead of including files
15070 from ../../libgcc/config/ in tm_file.
15071 * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
15072 * configure: Regenerate.
15073 * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
15074 libgcc_tm.h, cs-libgcc_tm.h): New.
15075 (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
15076 (clean): Remove libgcc_tm.h.
15077 * config/arm/symbian.h (RENAME_LIBRARY): Remove.
15078 * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
15079 * system.h (DECLARE_LIBRARY_RENAMES): Poison.
15080
15081 2011-05-10 Georg-Johann Lay <avr@gjlay.de>
15082
15083 PR target/48896
15084 * config/avr/avr.c (avr_ret_register): Return unsigned int
15085 instead of int.
15086 (avr_function_value): Mark fn_decl_or_type as unused, don't pass
15087 it to avr_libcall_value.
15088 avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
15089 expand_expr.
15090 (avr_expand_binop_builtin): Ditto.
15091 (avr_expand_unop_builtin): Ditto.
15092
15093 2011-05-10 DJ Delorie <dj@redhat.com>
15094
15095 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
15096 (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
15097 * config/rx/rx.c (rx_align_for_label): Add label and
15098 uses_threshold parameters. Do not align when the label is not
15099 used enough.
15100 * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
15101
15102 2011-05-10 Richard Guenther <rguenther@suse.de>
15103
15104 * tree-ssa-forwprop.c (combine_conversions): Pattern-match
15105 a series of conversions and apply foldings similar to what
15106 fold-const does.
15107 (tree_ssa_forward_propagate_single_use_vars): Call it.
15108
15109 2011-05-10 Jakub Jelinek <jakub@redhat.com>
15110
15111 PR tree-optimization/48611
15112 PR tree-optimization/48794
15113 * tree-eh.c (remove_unreachable_handlers): Don't remove regions
15114 referenced from RESX or EH_DISPATCH arguments.
15115
15116 PR debug/48928
15117 * dfp.c (decimal_to_decnumber): Handle conversion from
15118 dconst{1,2,m1,half}.
15119
15120 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
15121
15122 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
15123 for !flag_prefer_avx128.
15124 (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
15125
15126 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
15127
15128 * fold-const.c (fold_range_test): Pass LOC to build_range_check.
15129 (fold_ternary_loc): Use expr_location_or.
15130
15131 2011-05-09 H.J. Lu <hongjiu.lu@intel.com>
15132
15133 PR debug/48853
15134 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
15135 POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
15136 Pmode and mem_mode is not VOIDmode.
15137
15138 2011-05-09 Ville Voutilainen <ville.voutilainen@gmail.com>
15139
15140 * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
15141 TYPE_QUAL_RESTRICT): Convert to enum.
15142
15143 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
15144
15145 * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
15146 (const_pow2_1_to_8_operand): Ditto.
15147 (const_pow2_1_to_128_operand): Ditto.
15148 (const_pow2_1_to_32768_operand): Ditto.
15149 * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
15150 const_pow2_1_to_8_operand for operand 3 predicate. Use exact_log2
15151 in insn constraint to check integer value of operand 3.
15152 * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
15153
15154 (PINSR_MODE): New mode iterator.
15155 (sse2p4_1): New mode attribute.
15156 (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
15157 sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
15158 iterator. Use const_int_operand instead of
15159 const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate. Use
15160 exact_log2 in insn constraint to check integer value of operand 3.
15161
15162 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
15163
15164 * config/i386/sse.md (blendbits): Remove mode attribute.
15165 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
15166 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
15167 Check integer value of operand 3 in insn constraint.
15168
15169 2011-05-09 Richard Guenther <rguenther@suse.de>
15170
15171 * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
15172 for diagnostics.
15173 (lto_symtab_merge): Likewise. Do not register types here.
15174 (lto_symtab_merge_decls_2): Likewise.
15175 (lto_symtab_merge_decls_1): Likewise.
15176 * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
15177 * gimple.c (enum gtc_mode): Declare.
15178 (gimple_types_compatible_p): Make static.
15179
15180 2011-05-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15181
15182 * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
15183 temporary register to match Pmode.
15184
15185 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
15186
15187 * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
15188 and *vec_concatv4si_1_avx.
15189
15190 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
15191
15192 PR rtl-optimization/48927
15193 * ira-conflicts.c (commutative_constraint_p): Use
15194 recog_data.alternative_enabled_p to disable alternatives where
15195 "enabled" attribute is false.
15196 (get_dup_num): Ditto.
15197 * ira-lives.c (single_reg_class): Ditto.
15198 (ira_implicitly_set_insn_hard_regs): Ditto.
15199
15200 2011-05-09 Eric Botcazou <ebotcazou@adacore.com>
15201
15202 * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
15203 (dataflow_set_preserve_mem_locs): Likewise.
15204
15205 2011-05-09 Philipp Thomas <pth@suse.de>
15206
15207 * config/mep/mep.c (mep_validate_vliw): Syntax description
15208 should not be translated.
15209
15210 2011-05-09 Joseph Myers <joseph@codesourcery.com>
15211
15212 * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
15213 * config/mips/mips-tables.opt: New file (generated).
15214 * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
15215 * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
15216 MIPS_ARCH_OPTION_NATIVE): Define.
15217 * config/mips/mips.c (mips_cpu_info_table): Move contents to
15218 mips-cpus.def.
15219 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
15220 mips_parse_cpu): Remove.
15221 (mips_cpu_info_from_opt, mips_default_arch): New.
15222 (mips_handle_option): Don't assert that global structures are in
15223 use. Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
15224 (mips_option_override): Use new variables and functions to set
15225 state of these options. Use strcmp to check for individual CPU names.
15226 * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
15227 definition.
15228 * config/mips/mips.opt (march=): Use ToLower and Enum.
15229 (mips): Use ToLower, Enum and Var.
15230 (mtune=): Use ToLower and Enum.
15231 * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
15232
15233 2011-05-08 Jan Hubicka <jh@suse.cz>
15234
15235 * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
15236 Arrange type pairs to be UID ordered.
15237 (gimple_lookup_type_leader): Make inline.
15238
15239 2011-05-09 Nick Clifton <nickc@redhat.com>
15240
15241 PR target/48899
15242 * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
15243 PROCESSOR_DEFAULT.
15244
15245 PR target/48897
15246 * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
15247 variable 's'.
15248
15249 2011-05-08 Chung-Lin Tang <cltang@codesourcery.com>
15250
15251 * combine.c (simplify_comparison): Abstract out parts into...
15252 (simplify_compare_const): ... new function.
15253 (try_combine): Generalize parallel arithmetic/compare combining
15254 to call simplify_compare_const() and CANONICALIZE_COMPARE().
15255
15256 2011-05-08 Jan Hubicka <jh@suse.cz>
15257
15258 * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
15259 (cgraph_create_virtual_clone): Call hooks once virtual clone
15260 is finished.
15261 * cgraph.h (cgraph_clone_node): Update prototype.
15262 * ipa-cp.c (ipcp_estimate_growth): Use
15263 estimate_ipcp_clone_size_and_time.
15264 * ipa-inline-transform.c (clone_inlined_nodes): Update.
15265 * lto-cgraph.c (input_node): Update.
15266 * ipa-inline.c (recursive_inlining): Update.
15267 * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
15268 (evaluate_conditions_for_known_args): Break out from ...
15269 (evaluate_conditions_for_edge): ... here.
15270 (evaluate_conditions_for_ipcp_clone): New function.
15271 (inline_node_duplication_hook): Update clone summary based
15272 on parameter map.
15273 (estimate_callee_size_and_time): Rename to ...
15274 (estimate_node_size_and_time): take NODE instead of EDGE;
15275 take POSSIBLE_TRUTHS as argument.
15276 (estimate_callee_size_and_time): Update.
15277 (estimate_ipcp_clone_size_and_time): New function.
15278 (do_estimate_edge_time): Update.
15279
15280 2011-05-08 Richard Guenther <rguenther@suse.de>
15281
15282 PR middle-end/48908
15283 PR middle-end/48905
15284 * expmed.c (expand_shift_1): Compute adjusted constant shift
15285 amount manually.
15286
15287 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
15288
15289 * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
15290
15291 2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
15292
15293 * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
15294
15295 2011-05-08 Jonathan Wakely <jwakely.gcc@gmail.com>
15296
15297 * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
15298
15299 2011-05-07 Jan Hubicka <jh@suse.cz>
15300
15301 * ipa-inline-transform.c (inline_call): Account when program size
15302 decreases.
15303 * ipa-inline.c (relative_time_benefit): New function.
15304 (edge_badness): Reorganize to be power 2 based; fix thinko when
15305 computing badness for negative growth; update comments to match
15306 reality; better dumps.
15307
15308 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
15309
15310 * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
15311 type to bool and adjust comment.
15312 * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
15313 (fold_mathfn_compare): Remove calls to global_bindings_p.
15314 (fold_inf_compare): Likewise.
15315 * stor-layout.c (variable_size): Adjust call to global_bindings_p.
15316 * c-tree.h (global_bindings_p): Adjust prototype.
15317 * c-decl.c (global_bindings_p): Return bool and simplify.
15318
15319 2011-05-07 Zdenek Dvorak <ook@ucw.cz>
15320
15321 PR tree-optimization/48837
15322 * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
15323 when accumulator transformation is performed.
15324
15325 2011-05-06 Jan Hubicka <jh@suse.cz>
15326
15327 * i386.h (ix86_tune_indices): Add
15328 X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
15329 (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
15330 * i386.c (initial_ix86_tune_features): Add
15331 X86_SOFTARE_PREFETCHING_BENEFICIAL.
15332 (software_prefetching_beneficial_p): Remove predicate.
15333 (ix86_option_override_internal): Use new macro.
15334
15335 2011-05-06 Jan Hubicka <jh@suse.cz>
15336
15337 * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
15338
15339 2011-05-06 Jan Hubicka <jh@suse.cz>
15340
15341 * cgraph.c (cgraph_add_thunk): Create real function node instead
15342 of alias node; finalize it and mark needed/reachale; arrange visibility
15343 to be right and add it into the corresponding same comdat group list.
15344 (dump_cgraph_node): Dump thunks.
15345 * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
15346 cgraph_function_with_gimple_body_p,
15347 cgraph_first_function_with_gimple_body,
15348 cgraph_next_function_with_gimple_body): New functions.
15349 (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
15350 New macros.
15351 * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
15352 (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
15353 * cgraphunit.c (cgraph_finalize_function): Only look into possible
15354 devirtualization when optimizing.
15355 (verify_cgraph_node): Verify thunks.
15356 (cgraph_analyze_function): Analyze thunks.
15357 (cgraph_mark_functions_to_output): Output thunks only in combination
15358 with function they are assigned to.
15359 (assemble_thunk): Turn thunk into non-thunk; don't try to turn
15360 alias into normal node.
15361 (assemble_thunks): New functoin.
15362 (cgraph_expand_function): Use it.
15363 * lto-cgraph.c (lto_output_node): Stream thunks.
15364 (input_overwrite_node): Stream in thunks.
15365 * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
15366 * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
15367 * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
15368 * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
15369 (inline_analyze_function): Do not care about thunk jump functions.
15370 (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
15371 * ipa-prop.c (ipa_prop_write_jump_functions): Use
15372 cgraph_function_with_gimple_body_p.
15373 * passes.c (do_per_function_toporder): Use
15374 cgraph_function_with_gimple_body_p.
15375 (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
15376 (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
15377 (function_called_by_processed_nodes_p): Likewise.
15378
15379 2011-05-06 Joseph Myers <joseph@codesourcery.com>
15380
15381 * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
15382 rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
15383 entries.
15384 (mabi=): Replace with separate entries for mabi=altivec,
15385 mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
15386 mabi=ieeelongdouble and mabi=ibmlongdouble.
15387 * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
15388 check for -mabi=spe without SPE ABI support here.
15389 (rs6000_handle_option): Replace OPT_mabi_ handling with
15390 OPT_mabi_altivec and OPT_mabi_spe handling.
15391
15392 2011-05-06 Cary Coutant <ccoutant@google.com>
15393
15394 * dwarf2out.c (contains_subprogram_definition): New function.
15395 (should_move_die_to_comdat): Call it.
15396
15397 2011-05-06 Jeff Law <law@redhat.com>
15398
15399 * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
15400 remove_ctrl_stmt_and_useless_edges.
15401 (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
15402 (fixup_template_block, thread_single_edge): Likewise.
15403 (mark_threaded_blocks): Use THREAD_TARGET.
15404
15405 2011-05-06 Alan Modra <amodra@gmail.com>
15406
15407 PR target/48900
15408 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
15409 const0_rtx as the arg to the dummy __tls_get_addr libcall.
15410
15411 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
15412
15413 * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
15414 constraint modifier to "r".
15415
15416 2011-05-06 Joseph Myers <joseph@codesourcery.com>
15417
15418 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
15419 fall through for OPT_mcmodel_.
15420
15421 2011-05-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15422
15423 * config/s390/s390.c (s390_asm_trampoline_template): Comment
15424 instruction sizes.
15425 (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
15426
15427 2011-05-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
15428
15429 PR target/47930
15430 * config/arm/arm.opt (marm): Document it.
15431 (mthumb): Reject negative variant.
15432
15433 2011-05-06 Uros Bizjak <ubizjak@gmail.com>
15434
15435 PR target/48898
15436 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
15437 Fix typo in "ccvt" variable name.
15438
15439 2011-05-06 Tristan Gingold <gingold@adacore.com>
15440
15441 PR target/48895
15442 * config/vms/vms-ar.c (main): Remove cwd variable.
15443
15444 2011-05-06 Jakub Jelinek <jakub@redhat.com>
15445
15446 PR debug/48902
15447 * var-tracking.c (prepare_call_arguments): Move else before #endif.
15448
15449 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
15450
15451 * except.c (sjlj_emit_dispatch_table): Call build_case_label.
15452 * gimplify.c (gimplify_switch_expr): Likewise.
15453 * omp-low.c (expand_omp_sections): Likewise.
15454 * tree-eh.c (lower_try_finally_switch): Likewise.
15455 (lower_eh_dispatch): Likewise.
15456 * tree.h (build_case_label): Declare.
15457 * tree.c (build_case_label): Define.
15458
15459 2011-05-05 Jason Merrill <jason@redhat.com>
15460
15461 PR c++/40975
15462 * tree-inline.c (copy_tree_r): Use copy_statement_list.
15463 (copy_statement_list): Don't recurse.
15464 * stor-layout.c (copy_self_referential_tree_r): Don't allow
15465 STATEMENT_LIST.
15466
15467 2011-05-05 Joseph Myers <joseph@codesourcery.com>
15468
15469 * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
15470 through from -mfpu= handling.
15471 * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
15472
15473 2011-05-05 Bernd Schmidt <bernds@codesourcery.com>
15474
15475 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
15476 POST_MODIFY.
15477
15478 2011-05-05 Steve Ellcey <sje@cup.hp.com>
15479
15480 * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
15481 for 11.31.
15482 (hppa[12]*-*-hpux11*): Ditto.
15483 (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
15484 * config/ia64/hpux-unix2003.h: New.
15485 * config/pa/pa-hpux1131.opt: New.
15486 * config/pa/pa-hpux1131.h: New.
15487 * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
15488 * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
15489 * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
15490
15491 2011-05-05 Jakub Jelinek <jakub@redhat.com>
15492
15493 PR debug/48853
15494 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
15495 instead of mode as 3rd argument to recursive call.
15496 (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
15497 emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
15498 VOIDmode.
15499 (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
15500 don't give up if mode is Pmode and mem_mode is not VOIDmode.
15501 (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
15502 use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
15503
15504 2011-05-05 Julian Brown <julian@codesourcery.com>
15505
15506 * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
15507 parenthesis in D-register case.
15508
15509 2011-05-05 Joseph Myers <joseph@codesourcery.com>
15510
15511 * opt-functions.awk (var_type_struct): Handle Enum options.
15512 * optc-gen.awk: Don't check range of variables of character type.
15513 * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
15514 rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
15515 rs6000_sdata_name, rs6000_explicit_options): Remove.
15516 (rs6000_option_override_internal): Check for -malign-power here.
15517 Use global_options_set instead of rs6000_explicit_options.
15518 (rs6000_parse_fpu_option): Remove.
15519 (rs6000_handle_option): Access variables via opts and opts_set
15520 pointers. Use error_at and warning_at. Add fall-through
15521 comments. Don't handle OPT_mcmodel_, OPT_maix_struct_return,
15522 OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
15523 OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
15524 OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
15525 here. Don't use rs6000_parse_fpu_option.
15526 * config/rs6000/rs6000.h (fpu_type): Remove declaration.
15527 * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
15528 rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
15529 (mrecip=): Use Var.
15530 (mspe): Use Var and Save.
15531 (mtraceback=): Use Enum and Var.
15532 (rs6000_traceback_type): New Enum and EnumValue entries.
15533 (mfloat-gprs=): Use Enum, Var and Save.
15534 (rs6000_float_gprs): New Enum and EnumValue entries.
15535 (mlong-double-): use Var and Save.
15536 (msched-costly-dep=, minsert-sched-nops=): Use Var.
15537 (malign-): Use Enum and Var.
15538 (rs6000_alignment_flags): New Enum and EnumValue entries.
15539 (mfpu=): Use Enum.
15540 (fpu_type_t): New Enum and EnumValue entries.
15541 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
15542 global_options_set instead of rs6000_explicit_options.
15543 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
15544 global_options_set instead of rs6000_explicit_options.
15545 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
15546 global_options_set instead of rs6000_explicit_options.
15547 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
15548 global_options_set instead of rs6000_explicit_options.
15549 * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
15550 global_options_set instead of rs6000_explicit_options.
15551 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
15552 global_options_set instead of rs6000_explicit_options.
15553 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
15554 definition.
15555 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
15556 global_options_set instead of rs6000_explicit_options.
15557 * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
15558 (rs6000_cmodel): New Enum and EnumValue entries.
15559 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
15560 global_options_set instead of rs6000_explicit_options.
15561 * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
15562 (mtls-size=): Use Enum and Var.
15563 (rs6000_tls_size): New Enum and EnumValue entries.
15564
15565 2011-05-05 Michael Matz <matz@suse.de>
15566
15567 * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
15568 * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
15569 * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
15570 * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
15571 * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
15572 * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
15573 * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
15574 * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
15575 * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
15576 * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
15577 * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
15578 * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
15579 * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
15580 * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
15581 * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
15582 * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
15583
15584 2011-05-05 Richard Guenther <rguenther@suse.de>
15585
15586 * expmed.c (expand_variable_shift): Rename to ...
15587 (expand_shift_1): ... this. Take an expanded shift amount.
15588 For rotates recurse directly not building trees for the shift amount.
15589 (expand_variable_shift): Wrap around expand_shift_1.
15590 (expand_shift): Adjust.
15591
15592 2011-05-05 Jakub Jelinek <jakub@redhat.com>
15593
15594 * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
15595
15596 2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
15597
15598 * tree.h (get_pending_sizes): Remove prototype.
15599 (put_pending_size): Likewise.
15600 (put_pending_sizes): Likewise.
15601 * stor-layout.c (pending_sizes): Delete.
15602 (get_pending_sizes): Likewise.
15603 (put_pending_size): Likewise.
15604 (put_pending_sizes): Likewise.
15605 (variable_size): Do not call put_pending_size and tidy up.
15606 * function.h (struct function): Remove dont_save_pending_sizes_p.
15607 * lto-streamer-in.c (input_function): Do not stream it.
15608 * lto-streamer-out.c (output_function): Likewise.
15609 * tree-inline.c (initialize_cfun): Do not copy it.
15610 * c-decl.c (store_parm_decls): Do not set it.
15611 * omp-low.c (create_task_copyfn): Likewise.
15612 * tree-optimize.c (tree_rest_of_compilation): Likewise.
15613
15614 2011-05-05 Uros Bizjak <ubizjak@gmail.com>
15615
15616 * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
15617 conditions.
15618 (*movdf_internal): Ditto.
15619 (*movdf_internal_nointeger): Ditto.
15620 (*movsf_internal): Ditto.
15621
15622 2011-05-05 Joseph Myers <joseph@codesourcery.com>
15623
15624 * c-decl.c (finish_decl): Don't call get_pending_sizes.
15625 (grokparm): Add parameter expr. Pass it to grokdeclarator.
15626 (push_parm_decl): Add parameter expr. Pass it to grokdeclarator.
15627 (c_variable_size): Remove.
15628 (grokdeclarator): Use save_expr instead of c_variable_size. Don't
15629 call put_pending_sizes.
15630 (get_parm_info): Add parameter expr. Use it to set
15631 arg_info->pending_sizes.
15632 (store_parm_decls): Use arg_info->pending_sizes instead or calling
15633 get_pending_sizes.
15634 * c-parser.c (c_parser_parms_declarator): Update call to
15635 c_parser_parms_list_declarator.
15636 (c_parser_parms_list_declarator): Take parameter expr. Update
15637 call to push_parm_decl. Update recursive call. Don't call
15638 get_pending_sizes. Update calls to get_parm_info.
15639 (c_parser_objc_method_definition): Update calls to
15640 c_parser_objc_method_decl and objc_start_method_definition.
15641 (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
15642 (c_parser_objc_method_decl): Add parameter expr. Update call to
15643 grokparm.
15644 (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
15645 * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
15646 (get_parm_info, grokparm, push_parm_decl): Update prototypes.
15647
15648 2011-05-05 Michael Hope <michael.hope@linaro.org>
15649
15650 PR pch/45979
15651 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
15652 __ARM_EABI__ hosts.
15653
15654 2011-05-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15655
15656 * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
15657 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
15658 (spu_output_mi_thunk): New function.
15659
15660 2011-05-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15661
15662 * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
15663 targetm.asm_out.print_operand.
15664 * config/sol2.c: Include target.h.
15665
15666 2011-05-04 Jan Hubicka <jh@suse.cz>
15667
15668 * ipa-inline.c (reset_edge_caches): New function.
15669 (update_caller_keys): Add check_inlinablity_for; do not
15670 reset edge caches; remove now unnecesary loop.
15671 (update_callee_keys): Add comments; reset node_growth_cache of callee.
15672 (update_all_callee_keys): Likewise.
15673 (inline_small_functions): Sanity check cache; update code
15674 recomputing it.
15675
15676 2011-05-04 Bernd Schmidt <bernds@codesourcery.com>
15677
15678 PR rtl-optimization/47612
15679 * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
15680 as the last insn of the sequence to be moved.
15681
15682 2011-05-04 Tobias Burnus <burnus@net-b.de>
15683
15684 PR fortran/48864
15685 * doc/invoke.texi (Ofast): Document that it
15686 enables Fortran's -fno-protect-parens.
15687
15688 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
15689
15690 * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
15691
15692 2011-05-04 Eric Botcazou <ebotcazou@adacore.com>
15693
15694 * stor-layout.c (variable_size): Do not issue errors.
15695
15696 2011-05-04 Richard Guenther <rguenther@suse.de>
15697
15698 * coverage.c (tree_coverage_counter_ref): Use integer_type_node
15699 for array-ref indices.
15700 (tree_coverage_counter_addr): Likewise.
15701 (build_fn_info_type): Use size_int for index types.
15702 (build_gcov_info): Likewise.
15703
15704 2011-05-04 Richard Guenther <rguenther@suse.de>
15705
15706 * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
15707 to build_int_cst.
15708 * c-typeck.c (really_start_incremental_init): Use bitsize_int
15709 for constructor indices.
15710 (push_init_level): Likewise.
15711
15712 2011-05-04 Richard Guenther <rguenther@suse.de>
15713
15714 * explow.c (promote_mode): Move variable declarations before code.
15715
15716 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
15717
15718 * tree.h (build_function_type_array): Declare.
15719 (build_varargs_function_type_array): Declare.
15720 (build_function_type_vec, build_varargs_function_type_vec): Define.
15721 * tree.c (build_function_type_array_1): New function.
15722 (build_function_type_array): New function.
15723 (build_varargs_function_type_array): New function.
15724
15725 2011-05-04 Richard Sandiford <richard.sandiford@linaro.org>
15726
15727 * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
15728 before setting STMT_VINFO_TYPE.
15729
15730 2011-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15731
15732 * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
15733 instead of spu_pass_by_reference.
15734
15735 2011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15736
15737 * calls.c (emit_library_call_value_1): Invoke
15738 promote_function_mode hook on libcall arguments.
15739 * explow.c (promote_function_mode, promote_mode): Handle TYPE
15740 argument being NULL.
15741 * targhooks.c (default_promote_function_mode): Lisewise.
15742 * config/s390/s390.c (s390_promote_function_mode): Likewise.
15743 * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
15744
15745 * doc/tm.texi: Document that TYPE argument might be NULL.
15746
15747 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
15748
15749 * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
15750
15751 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
15752
15753 From Bernd Schmidt
15754 * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
15755
15756 2011-05-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15757
15758 * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
15759 (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
15760 Move ...
15761 * mips-tfile.c: ... here.
15762 Don't include coretypes.h, tm.h, filenames.h.
15763 (saber_stop): Remove definition and all calls.
15764 [__SABER__]: Remove.
15765 (__LINE__): Remove default.
15766 (Size_t, Ptrdiff_t): Remove definitions.
15767 Replace by size_t, ptrdiff_t.
15768 [!MIPS_DEBUGGING_INFO]: Remove.
15769 (SHASH_SIZE, THASH_SIZE): Remove defaults.
15770 (progname): Add const.
15771 (STATIC): Remove.
15772 Replace all uses by static.
15773 (ALIGN_SYMTABLE_OFFSET): Remove default.
15774 * mips-tdump.c: Don't include coretypes.h, tm.h.
15775 Remove !MIPS_IS_STAB guard.
15776 * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
15777 $(TM_H), filenames.h dependencies.
15778 (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
15779
15780 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
15781
15782 From Jie Zhang
15783 *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
15784 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
15785
15786 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
15787
15788 From Bernd Schmidt
15789 * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
15790 account and save/restore RETS.
15791 (PROFILE_BEFORE_PROLOGUE): Define.
15792 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character. Correct
15793 the push insn to use predecrement.
15794
15795 2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
15796
15797 From Jie Zhang
15798 * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
15799
15800 2011-05-04 Nick Clifton <nickc@redhat.com>
15801
15802 * config/mn10300/mn10300.c: Include cfgloop.h.
15803 (DUMP): New macro.
15804 (mn10300_insert_setlb_lcc): New function. Inserts a SETLB and a
15805 Lcc or a FLcc insn into the instruction stream.
15806 (mn10300_block_contains_call): New function. Returns true if the
15807 given basic block contains a CALL insn.
15808 (mn10300_loop_contains_call_insn): New function. Returns true if
15809 the given loop contains a CALL insn.
15810 (mn10300_scan_for_setlb_lcc): New function. Finds opportunities
15811 to use the SETLB and Lcc or FLcc insns.
15812 (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
15813 (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
15814 * config/mn10300/mn10300.opt (msetlb): New option. Used to
15815 disable the SETLB optimization.
15816 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
15817 __SETLB__ or __NO_SETLB__.
15818 * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
15819 (movsf_internal): Handle MDR register.
15820 (cmpsi): Make visible.
15821 (setlb): New pattern.
15822 (Lcc): New pattern.
15823 (FLcc): New pattern.
15824
15825 2011-05-04 Uros Bizjak <ubizjak@gmail.com>
15826
15827 PR target/48860
15828 * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
15829 for reg<->xmm moves.
15830 * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
15831 (vec_concatv2di_rex64_sse): Ditto.
15832 (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
15833 (*vec_extractv2di_1_rex64): Ditto.
15834
15835 Revert:
15836 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
15837
15838 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
15839 reg<->xmm moves.
15840 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
15841
15842 2011-05-04 Richard Guenther <rguenther@suse.de>
15843
15844 * tree.h (int_const_binop): Remove notrunc argument.
15845 * fold-const.c (int_const_binop): Remove notrunc argument. Always
15846 create integer constants that are properly truncated.
15847 (extract_muldiv_1): Expand one notrunc int_const_binop caller.
15848 (const_binop): Remove zero notrunc argument to int_const_binop.
15849 (size_binop_loc): Likewise.
15850 (fold_div_compare): Likewise.
15851 (maybe_canonicalize_comparison_1): Likewise.
15852 (fold_comparison): Likewise.
15853 (fold_binary_loc): Likewise.
15854 (multiple_of_p): Likewise.
15855 * expr.c (store_constructor): Likewise.
15856 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
15857 (maybe_fold_stmt_addition): Likewise.
15858 * ipa-prop.c (ipa_modify_call_arguments): Likewise.
15859 * stor-layout.c (layout_type): Likewise.
15860 * tree-data-ref.c (tree_fold_divides_p): Likewise.
15861 * tree-sra.c (build_ref_for_offset): Likewise.
15862 (build_user_friendly_ref_for_offset): Likewise.
15863 * tree-ssa-address.c (maybe_fold_tmr): Likewise.
15864 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
15865 * tree-ssa-loop-niter.c (inverse): Likewise.
15866 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
15867 * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
15868 * tree-switch-conversion.c (check_range): Likewise.
15869 (build_constructors): Likewise.
15870 * tree-vect-generic.c (expand_vector_piecewise): Likewise.
15871 * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
15872 (extract_range_from_assert): Likewise.
15873 (vrp_int_const_binop): Likewise.
15874 (extract_range_from_binary_expr): Likewise.
15875 (extract_range_from_unary_expr): Likewise.
15876 (check_array_ref): Likewise.
15877 (find_case_label_range): Likewise.
15878 (simplify_div_or_mod_using_ranges): Likewise.
15879 * tree-cfg.c (group_case_labels_stmt): Use double-ints for
15880 comparing case labels for merging.
15881
15882 2011-05-03 Mark Wielaard <mjw@redhat.com>
15883
15884 * dwarf2out.c (debug_str_hash_forced): Removed.
15885 (gen_label_for_indirect_string): Removed.
15886 (get_debug_string_label): Removed.
15887 (AT_string_form): Generate label directly.
15888 (output_indirect_string): Test indirect_string_node for
15889 DW_FORM_strp instead of checking label and refcount.
15890 (prune_indirect_string): Removed.
15891 (prune_unused_types): Don't check debug_str_hash_forced or
15892 call prune_indirect_string.
15893
15894 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
15895
15896 PR other/48093
15897 * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
15898
15899 2011-05-04 Alexandre Oliva <aoliva@redhat.com>
15900
15901 PR debug/47994
15902 PR debug/47919
15903 * combine.c (try_combine): Skip debug insns at m_split tests.
15904
15905 2011-04-26 Mark Wielaard <mjw@redhat.com>
15906
15907 PR42288
15908 * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
15909 when info_section_emitted.
15910
15911 2011-05-03 Joseph Myers <joseph@codesourcery.com>
15912
15913 * config/mips/mips-opts.h: New.
15914 * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
15915 to mips-opts.h.
15916 (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
15917 (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
15918 or OPT_mr10k_cache_barrier_ here. Access mips_cache_flush_func
15919 via opts pointer.
15920 * config/mips/mips.h (enum mips_code_readable_setting): Move to
15921 mips-opts.h.
15922 (mips_abi, mips_code_readable): Don't declare.
15923 * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
15924 (mabi=): Use Enum and Var.
15925 (mips_abi): New Enum and EnumValue entries.
15926 (mcode-readable=): Use Enum and Var.
15927 (mips_code_readable_setting): New Enum and EnumValue entries.
15928 (mr10k-cache-barrier=): Use Enum and Var.
15929 (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
15930
15931 2011-05-03 Jan Hubicka <jh@suse.cz>
15932
15933 * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
15934 replace hash by pointer map.
15935 (cgraph_node_set_element_def, cgraph_node_set_element,
15936 const_cgraph_node_set_element, varpool_node_set_element_def,
15937 varpool_node_set_element, const_varpool_node_set_element): Remove.
15938 (free_cgraph_node_set, free_varpool_node_set): New function.
15939 (cgraph_node_set_size, varpool_node_set_size): Use vector size.
15940 * tree-emutls.c: Free varpool node set.
15941 * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
15942 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
15943 debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
15944 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
15945 dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
15946 Move here from ipa.c; implement using pointer_map
15947 * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
15948 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
15949 debug_cgraph_node_set, varpool_node_set_new,
15950 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
15951 dump_varpool_node_set, debug_varpool_node_set):
15952 Move to ipa-uitls.c.
15953 * passes.c (ipa_write_summaries): Update.
15954
15955 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
15956
15957 From Mike Frysinger:
15958 * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
15959 bf542/bf544/bf547/bf548/bf549.
15960
15961 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
15962
15963 * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
15964
15965 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
15966
15967 From Bernd Schmidt:
15968 * config/bfin/bfin.md (MOVCC): New mode_macro.
15969 (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
15970 movsicc_insn1, movsicc_insn2 and movsicc and macroized. Remove
15971 comments from generated assembly.
15972
15973 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
15974
15975 From Bernd Schmidt
15976 * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
15977 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
15978 * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
15979 * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
15980 * config/bfin/lib1funcs.asm (___muldi3): New function.
15981
15982 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
15983
15984 * config/stormy16/stormy16 (xstormy16_init_builtins): Call
15985 build_function_type_list instead of build_function_type.
15986 Rearrange initialization of `args' to do so.
15987
15988 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
15989
15990 * config/i386/i386.c (ix86_code_end): Call build_function_type_list
15991 instead of build_function_type.
15992
15993 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
15994
15995 * config/rs6000/rs6000.c (spe_init_builtins): Call
15996 build_function_type_list instead of build_function_type.
15997 (paired_init_builtins, altivec_init_builtins): Likewise.
15998 (builtin_function_type): Likewise.
15999
16000 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16001
16002 * config/sh/sh.c (sh_media_init_builtins): Call
16003 build_function_type_list instead of build_function_type.
16004
16005 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16006
16007 * config/sparc/sparc.c (sparc_file_end): Call
16008 build_function_type_list instead of build_function_type.
16009
16010 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16011
16012 * config/alpha/alpha.c (alpha_init_builtins): Call
16013 build_function_type_list instead of build_function_type.
16014
16015 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16016
16017 * config/xtensa/xtensa.c (xtensa_init_builtins): Call
16018 build_function_type_list instead of build_function_type.
16019
16020 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16021
16022 * config/iq2000/i2000.c (iq2000_init_builtins): Call
16023 build_function_type_list instead of build_function_type.
16024 Delete `endlink' variable.
16025
16026 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16027
16028 * config/avr/avr.c (avr_init_builtins): Call
16029 build_function_type_list instead of build_function_type.
16030
16031 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16032
16033 * config/picochip/picochip.c (picochip_init_builtins): Call
16034 build_function_type_list instead of build_function_type.
16035 Delete `endlink' variable.
16036
16037 2011-05-03 Nathan Froyd <froydnj@codesourcery.com>
16038
16039 * config/bfin/bfin.c (bfin_init_builtins): Call
16040 build_function_type_list instead of build_function_type.
16041
16042 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
16043
16044 From Bernd Schmidt
16045 * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
16046 that's not CONST_INT. Seemingly redundant check is due to PR39768.
16047
16048 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
16049
16050 From Jie Zhang:
16051 * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
16052 libbffastfp overrides libgcc when -mfast-fp.
16053
16054 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
16055
16056 Originally from Bernd Schmidt
16057 * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
16058 * config/bfin/bfin.c (override_options): Test it and error if
16059 TARGET_FDPIC.
16060
16061 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
16062
16063 Originally From Bernd Schmidt
16064 * config/bfin/bfin.c (override_options): Disable -fstack-limit for
16065 FD-PIC.
16066
16067 2011-05-03 Jeff Law <law@redhat.com>
16068
16069 * tree-ssa-threadupdate.c (THREAD_TARGET): define.
16070 (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
16071 (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
16072 than accessing AUX field directly. Free the AUX field before
16073 clearing it.
16074 (thread_block, thread_through_loop_header): Likewise.
16075 (thread_single_edge, mark_threaded_blocks): Likewise.
16076 (redirect_edges): Delay clearing the AUX field. Free the AUX field.
16077 (register_jump_thread): Do not attempt to thread to a NULL edge.
16078
16079 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
16080
16081 * function.c (init_function_start): Call decide_function_section.
16082 * varasm.c (decide_function_section): New function.
16083 (assemble_start_function): When not using
16084 flag_reorder_blocks_and_partition, don't compute in_cold_section_p
16085 or first_function_block_is_cold.
16086 * rtl.h (decide_function_section): Declare.
16087
16088 2011-05-03 Uros Bizjak <ubizjak@gmail.com>
16089 Jakub Jelinek <jakub@redhat.com>
16090
16091 PR target/48774
16092 * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
16093 only succeed if req_mode is the same as set_mode.
16094
16095 2011-05-03 Bernd Schmidt <bernds@codesourcery.com>
16096
16097 * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
16098 * genemit.c (gen_exp): Handle RETURN.
16099 * emit-rtl.c (verify_rtx_sharing): Likewise.
16100 (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
16101 * rtl.c (copy_rtx): RETURN is shared.
16102 * rtl.h (enum global_rtl_index): Add GR_RETURN.
16103 (ret_rtx): New.
16104 * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
16105 * config/s390/s390.c (s390_emit_epilogue): Likewise.
16106 * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
16107 * config/cris/cris.c (cris_expand_return): Likewise.
16108 * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
16109 * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
16110 rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
16111 * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
16112 * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
16113 Likewise.
16114 * config/v850/v850.c (expand_epilogue): Likewise.
16115 * config/bfin/bfin.c (bfin_expand_call): Likewise.
16116 * config/arm/arm.md (epilogue): Likewise.
16117 * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
16118 * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
16119 variable to ret_reg.
16120
16121 2011-05-03 Richard Guenther <rguenther@suse.de>
16122
16123 PR lto/48846
16124 * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
16125 Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
16126 * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
16127
16128 2011-05-03 Richard Guenther <rguenther@suse.de>
16129
16130 * c-decl.c (grokdeclarator): Instead of looking at
16131 TREE_OVERFLOW check if the constant fits in the index type.
16132
16133 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
16134
16135 * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
16136 (vec_store_lanes<mode><mode>): Likewise.
16137
16138 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
16139
16140 * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
16141 * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
16142 convert_optab_index values.
16143 (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
16144 * genopinit.c (optabs): Initialize the new optabs.
16145 * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
16146 * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
16147 (expand_STORE_LANES): New functions.
16148 * tree.h (build_array_type_nelts): Declare.
16149 * tree.c (build_array_type_nelts): New function.
16150 * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
16151 (vect_model_load_cost): Likewise.
16152 (vect_store_lanes_supported, vect_load_lanes_supported)
16153 (vect_record_strided_load_vectors): Declare.
16154 * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
16155 (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
16156 (vect_transform_strided_load): Split out statement recording into...
16157 (vect_record_strided_load_vectors): ...this new function.
16158 * tree-vect-stmts.c (create_vector_array, read_vector_array)
16159 (write_vector_array, create_array_ref): New functions.
16160 (vect_model_store_cost): Add store_lanes_p argument.
16161 (vect_model_load_cost): Add load_lanes_p argument.
16162 (vectorizable_store): Try to use store-lanes functions for
16163 interleaved stores.
16164 (vectorizable_load): Likewise load-lanes and loads.
16165 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
16166 to vect_model_store_cost.
16167 (vect_build_slp_tree): Likewise vect_model_load_cost.
16168
16169 2011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
16170
16171 * hooks.h (hook_bool_mode_uhwi_false): Declare.
16172 * hooks.c (hook_bool_mode_uhwi_false): New function.
16173 * target.def (array_mode_supported_p): New hook.
16174 * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
16175 * doc/tm.texi: Regenerate.
16176 * stor-layout.c (mode_for_array): New function.
16177 (layout_type): Use it.
16178 * config/arm/arm.c (arm_array_mode_supported_p): New function.
16179 (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
16180
16181 2011-05-03 Eric Botcazou <ebotcazou@adacore.com>
16182
16183 PR target/48723
16184 * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
16185 for -fstack-check if the size to allocate is negative.
16186
16187 2011-05-02 Lawrence Crowl <crowl@google.com>
16188
16189 * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
16190 (timevar_cond_start): New for starting a timer only when it is not
16191 already running.
16192 (timevar_cond_stop): New for stopping a timer when it was not already
16193 running.
16194
16195 * timevar.c (timevar_stop): Enable start/stop timers to start again.
16196 (timevar_cond_start): New as above.
16197 (timevar_cond_stop): New as above.
16198
16199 * timevar.def: Add start/stop timers for compiler phases,
16200 TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
16201 TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
16202 and TV_PHASE_FINALIZE.
16203 Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
16204 Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
16205 TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
16206 Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
16207 Make unused TV_OVERLOAD into a start/stop timer.
16208
16209 Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
16210 Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
16211 to indicate that they are start/stop timers.
16212
16213 * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
16214 Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
16215 Move initialization to do_compile.
16216 (do_compile): Add initialization from above.
16217 Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
16218
16219 * c-decl.c (c_write_global_declarations): Add start/stop of
16220 TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
16221
16222 * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
16223 or TV_PARSE_INLINE, as appropriate.
16224 (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
16225 (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
16226
16227 2011-05-02 Jason Merrill <jason@redhat.com>
16228
16229 PR c++/40975
16230 * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
16231
16232 2011-05-02 Simon Martin <simartin@users.sourceforge.net>
16233
16234 PR c/35445
16235 * c-decl.c (finish_decl): Only create a composite if the types are
16236 compatible.
16237
16238 2011-05-02 Joseph Myers <joseph@codesourcery.com>
16239
16240 * config/fr30/fr30-protos.h (Mmode): Don't define.
16241 * config/m32r/m32r-protos.h (Mmode): Don't define. Expand
16242 definition where used.
16243 * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
16244 define. Expand definitions where used.
16245 * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
16246 Expand definitions where used.
16247 * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
16248 rx_function_arg, rx_function_arg_advance,
16249 rx_function_arg_boundary): Expand definitions of those macros.
16250 * config/v850/v850-protos.h (Mmode): Don't define. Expand
16251 definition where used.
16252
16253 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
16254
16255 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
16256 reg<->xmm moves.
16257 (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
16258 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves. Merge
16259 with *movv2sf_internal_rex64_avx.
16260 (*movv2sf_internal): Merge with *movv2sf_internal_avx.
16261 * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
16262 Use %v prefix in insn mnemonic to handle TARGET_AVX.
16263 (*movdi_internal): Add "isa" attribute. Use "maybe_vex" instead of
16264 "vex" in "prefix" attribute calculation.
16265 (*movdf_internal): Output AVX mnemonics. Add "prefix" attribute.
16266
16267 2011-05-02 Stuart Henderson <shenders@gcc.gnu.org>
16268
16269 PR target/47951
16270 * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
16271 inputs match the output.
16272
16273 2011-05-02 Andreas Schwab <schwab@linux-m68k.org>
16274
16275 PR target/47955
16276 * config/m68k/m68k.c (m68k_expand_prologue): Set
16277 current_function_static_stack_size.
16278
16279 2011-05-02 Jan Hubicka <jh@suse.cz>
16280
16281 * lto-streamer.c (lto_streamer_cache_insert_1,
16282 lto_streamer_cache_lookup, lto_streamer_cache_create,
16283 lto_streamer_cache_delete): Use pointer map instead of hashtable.
16284 * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
16285
16286 2011-05-02 Joseph Myers <joseph@codesourcery.com>
16287
16288 * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
16289 config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
16290 config/m68k/t-opts: New files.
16291 * config/m68k/m68k-tables.opt: New file (generated).
16292 * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
16293 extra_options and m68k/t-opts to tmake_file.
16294 * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
16295 (all_isas): Initialize using m68k-isas.def.
16296 (all_microarchs): Initialize using m68k-microarchs.def.
16297 (m68k_find_selection): Remove.
16298 (m68k_handle_option): Don't assert that global structures are in
16299 use. Use error_at. Access variables via opts pointer. Don't
16300 handle -march=, -mcpu= and -mtune= here. Set gcc_options fields
16301 directly for -m68020-40 and -m68020-60.
16302 (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
16303 m68k_tune_entry here.
16304 * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
16305 to m68k-opts.h.
16306 (m68k_library_id_string): Remove declaration.
16307 * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
16308 (m68k_library_id_string): New Variable.
16309 (march=, mcpu=, mtune=): Use Enum and Var.
16310
16311 2011-05-02 Richard Guenther <rguenther@suse.de>
16312
16313 * varasm.c (output_constructor_regular_field): Compute zero-based
16314 index with double-ints. Make sure to ICE instead of producing
16315 wrong code.
16316 * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
16317 in asserts. Properly use a signed type.
16318
16319 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
16320
16321 * config/i386/sse.md (V): New mode iterator.
16322 (V_128): Rename from SSEMODE. Make V2DF mode conditional on
16323 TARGET_SSE2.
16324 (V_256): Rename from AVX256MODE.
16325 (VF): Make V4SF mode unconditional. Add TARGET_SSE instruction
16326 condition to all users.
16327 (VF1): Ditto.
16328 (VF2): Make V2DF mode unconditional. Add TARGET_SSE2 instruction
16329 condition to all users.
16330 (VF_128): Make V4SF mode unconditional.
16331 (VF_256): Rename from AVX256MODEF2P.
16332 (VI4F_128): Rename from SSEMODE4S.
16333 (VI8F_128): Rename from SSEMODE2D.
16334 (VI4F_256): Rename from AVX256MODE8P.
16335 (VI8F_256): Rename from AVX256MODE4P.
16336 (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
16337 (ssescalarmodesuffix): Remove SF and DF modes.
16338 (SSEMODE124): Remove.
16339 (SSEMODE1248): Ditto.
16340 (SSEMODEF2P): Ditto.
16341 (AVXMODEF2P): Ditto.
16342 (AVXMODEFDP): Ditto.
16343 (AVXMODEFSP): Ditto.
16344 (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
16345 unconditional.
16346 (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO. Make V4SF mode
16347 unconditional.
16348 (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
16349 xop_pcmov_<mode>256. Use V mode iterator.
16350
16351 Adjust RTX patterns globally for renamed mode attributes.
16352
16353 2011-05-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16354
16355 * haifa-sched.c (sched_emit_insn): Emit insn before first
16356 non-scheduled insn. Inform back-end about new insn. Add
16357 new insn to scheduled_insns list.
16358
16359 2011-05-02 Richard Guenther <rguenther@suse.de>
16360
16361 PR tree-optimization/48822
16362 * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
16363 (process_scc): Indicate which iteration we start.
16364
16365 2011-05-02 Jan Hubicka <jh@suse.cz>
16366
16367 * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
16368 (lto_section_overrun): New.
16369 * lto-section-out.c (append_block): Rename to ...
16370 (lto_append_block): ... this one; export.
16371 (lto_output_1_stream): Move lto lto-streamer.h
16372 (lto_output_data_stream): Update.
16373 * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
16374 (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
16375 functions.
16376
16377 2011-05-02 Richard Guenther <rguenther@suse.de>
16378
16379 * tree.c (tree_code_counts): New global array.
16380 (record_node_allocation_statistics): Count individual tree codes.
16381 (dump_tree_statistics): Dump individual code stats.
16382
16383 2011-05-01 Jan Hubicka <jh@suse.cz>
16384
16385 * ipa-inline.c (caller_growth_limits): Fix thinko when
16386 looking for largest stack frame.
16387 * ipa-inline.h (dump_inline_summary): Declare.
16388 * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
16389 on stack usage.
16390 (dump_inline_summary): Export.
16391 (debug_inline_summary): Declare as DEBUG_FUNCTION.
16392
16393 2011-05-01 Anatoly Sokolov <aesok@post.ru>
16394
16395 * reginfo.c (memory_move_cost): Change rclass argument type form
16396 'enum reg_class' to reg_class_t.
16397 * reload.h (memory_move_cost): Update prototype.
16398 * postreload.c reload_cse_simplify_set): Change type dclass var to
16399 reg_class_t.
16400 * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
16401 Update prototype.
16402 (ira_allocate_and_set_costs): Change aclass argument type form
16403 'enum reg_class' to reg_class_t.
16404 * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
16405 Change aclass argument type to reg_class_t.
16406 (update_conflict_hard_reg_costs): Change type aclass and pref vars
16407 to reg_class_t.
16408 * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
16409 memory_move_cost call.
16410
16411 * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
16412 'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
16413 Change type tmp var to reg_class_t.
16414
16415 2011-04-30 Jan Hubicka <jh@suse.cz>
16416
16417 * ipa-inline.c (can_inline_edge_p): Disregard limits when
16418 inlining into function with flatten attribute.
16419 (want_inline_small_function_p): Be more realistic about inlining
16420 cold calls where callee size grows.
16421
16422 2011-04-30 Jan Hubicka <jh@suse.cz>
16423
16424 * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
16425 flags.
16426
16427 2011-04-30 Anatoly Sokolov <aesok@post.ru>
16428
16429 * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
16430 PRINT_OPERAND_PUNCT_VALID_P): Remove.
16431 * config/sparc/sparc-protos.h (print_operand): Remove declaration.
16432 * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
16433 TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
16434 (print_operand): Rename to...
16435 (sparc_print_operand): ...this. Make static. Adjust
16436 sparc_print_operand function call.
16437 (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
16438 functions.
16439
16440 2011-04-30 Jan Hubicka <jh@suse.cz>
16441
16442 PR middle-end/48752
16443 * ipa-inline.c (early_inliner): Disable when doing late
16444 addition of function.
16445
16446 2011-04-30 Jakub Jelinek <jakub@redhat.com>
16447
16448 * dwarf2out.c (get_address_mode): New inline.
16449 (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
16450 if not dwarf_strict emit
16451 DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
16452 desirable. Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
16453 UNSIGNED_FLOAT, FIX and UNSIGNED_FIX. Just return NULL for
16454 FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
16455 (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
16456 dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
16457 mem_loc_descriptor callers.
16458 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
16459 output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
16460 Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
16461 DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
16462 (base_types): New variable.
16463 (get_base_type_offset, calc_base_type_die_sizes,
16464 base_type_for_mode, mark_base_types, base_type_cmp,
16465 move_marked_base_types): New functions.
16466 (calc_die_sizes): Assert that die_offset is 0 or equal to
16467 next_die_offset.
16468 (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
16469 others defer to mem_loc_descriptor. Adjust mem_loc_descriptor
16470 callers. If not dwarf_strict, call mem_loc_descriptor even for
16471 non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
16472 (gen_subprogram_die): Don't give up on call site parameters
16473 with non-integral or large integral modes. Adjust
16474 mem_loc_descriptor callers.
16475 (prune_unused_types): Call prune_unused_types_mark on base_types
16476 vector entries.
16477 (resolve_addr): Call mark_base_types.
16478 (dwarf2out_finish): Call move_marked_base_types.
16479
16480 PR tree-optimization/48809
16481 * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
16482 type.
16483 (gen_inbound_check): Don't compute index_expr - range_min in utype
16484 again, instead reuse SSA_NAME initialized in build_arrays.
16485 Remove two useless gsi_for_stmt calls.
16486
16487 2011-04-29 Jeff Law <law@redhat.com>
16488
16489 * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
16490
16491 2011-04-29 Martin Jambor <mjambor@suse.cz>
16492
16493 * cgraph.h (cgraph_postorder): Remove declaration.
16494 * ipa-utils.h (ipa_free_postorder_info): Declare.
16495 (ipa_reverse_postorder): Likewise.
16496 * cgraphunit.c: Include ipa-utils.h.
16497 (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
16498 * ipa-inline.c: Include ipa-utils.h.
16499 (ipa_inline): Update call to ipa_reverse_postorder.
16500 * ipa-pure-const.c (propagate_pure_const): Update call to
16501 ipa_reduced_postorder and ipa_print_order. Call
16502 ipa_free_postorder_info to clean up.
16503 (propagate_nothrow): Likewise.
16504 * ipa-reference.c (propagate): Removed a useless call to
16505 ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
16506 and ipa_print_order. Call ipa_free_postorder_info to clean up.
16507 * ipa.c: Include ipa-utils.h.
16508 (ipa_profile): Update call to ipa_reverse_postorder.
16509 (cgraph_postorder): Moved to...
16510 * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
16511 (ipa_utils_print_order): Renamed to ipa_print_order.
16512 (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
16513 comments.
16514 (ipa_free_postorder_info): New function.
16515 * passes.c: Include ipa-utils.h.
16516 (do_per_function_toporder): Update call to ipa_reverse_postorder.
16517 (ipa_write_summaries): Likewise.
16518 * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
16519 (cgraphunit.o): Likewise.
16520 (ipa.o): Likewise.
16521 (ipa-inline.o): Likewise.
16522
16523 2011-04-29 Jan Hubicka <jh@suse.cz>
16524
16525 * gcc.dg/tree-ssa/inline-10.c: New testcase.
16526 * gcc.dg/tree-ssa/inline-9.c: Disable partial inlining.
16527 * ipa-inline.h (clause_t): Turn into unsigned int.
16528 * ipa-inline-analysis.c (add_clause): Do more simplification.
16529 (and_predicates): Shortcut more cases.
16530 (predicates_equal_p): Move forward; check that clauses are properly
16531 ordered.
16532 (or_predicates): Shortcut more cases.
16533 (edge_execution_predicate): Rewrite as...
16534 (set_cond_stmt_execution_predicate): ... this function; handle
16535 __builtin_constant_p.
16536 (set_switch_stmt_execution_predicate): New .
16537 (compute_bb_predicates): New.
16538 (will_be_nonconstant_predicate): Update TODO.
16539 (estimate_function_body_sizes): Use compute_bb_predicates
16540 and free them later, always try to estimate if stmt is constant.
16541 (estimate_time_after_inlining, estimate_size_after_inlining):
16542 Gracefully handle optimized out edges.
16543 (read_predicate): Fix off by one error.
16544
16545 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>
16546
16547 * Makefile.in (ENABLE_MAINTAINER_RULES): New.
16548
16549 2011-04-27 Xinliang David Li <davidxl@google.com>
16550
16551 * tree-profile.c (init_ic_make_global_vars): Set
16552 tls attribute on ic vars.
16553 * coverage.c (coverage_end_function): Initialize
16554 function_list with zero.
16555
16556 2011-04-29 Richard Guenther <rguenther@suse.de>
16557
16558 * builtins.c (fold_builtin_classify_type): Use integer_type_node
16559 for the type of the result.
16560 (fold_builtin_isascii): Likewise.
16561 (fold_builtin_toascii): Use integer_type_node where appropriate.
16562 (fold_builtin_logb): Likewise.
16563 (fold_builtin_frexp): Likewise.
16564 (fold_builtin_strstr): Likewise.
16565 (fold_builtin_strpbrk): Likewise.
16566 (fold_builtin_fputs): Likewise.
16567 (fold_builtin_sprintf): Likewise.
16568 (fold_builtin_snprintf): Likewise.
16569 (fold_builtin_printf): Likewise.
16570 (do_mpfr_remquo): Use a proper type for the assigned constant.
16571 (do_mpfr_lgamma_r): Likewise.
16572 * dwarf2out.c (resolve_one_addr): Use size_int.
16573 * except.c (init_eh): Likewise.
16574 (assign_filter_values): Use integer_type_node for filter values.
16575 (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
16576 indices.
16577 * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
16578 for EH region numbers.
16579 * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
16580 for the shift amount.
16581
16582 2011-04-29 Richard Guenther <rguenther@suse.de>
16583
16584 * expr.h (expand_shift): Rename to ...
16585 (expand_variable_shift): ... this.
16586 (expand_shift): Take a constant shift amount.
16587 * expmed.c (expand_shift): Rename to ...
16588 (expand_variable_shift): ... this.
16589 (expand_shift): New wrapper around expand_variable_shift.
16590 * expr.c (convert_move, emit_group_load_1, emit_group_store,
16591 optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
16592 expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
16593 * expmed.c (store_fixed_bit_field, extract_bit_field_1,
16594 extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
16595 expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
16596 extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
16597 emit_store_flag_1, emit_store_flag): Likewise.
16598 * builtins.c (expand_builtin_signbit): Likewise.
16599 * calls.c (load_register_parameters): Likewise.
16600 * function.c (assign_parm_setup_block): Likewise.
16601 * lower-subreg.c (resolve_shift_zext): Likewise.
16602 * optabs.c (widen_bswap, expand_abs_nojump,
16603 expand_one_cmpl_abs_nojump, expand_float): Likewise.
16604 * spu/spu.c (spu_expand_extv): Likewise.
16605 * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
16606
16607 2011-04-29 Richard Guenther <rguenther@suse.de>
16608
16609 * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
16610 for the remapped region number.
16611 * predict.c (build_predict_expr): Use integer_type_node for the
16612 predict kind.
16613 * fold-const.c (fold_binary_loc): Use integer_type_node for
16614 the shift amount. Use a proper type for the PLUS_EXPR operand.
16615
16616 2011-04-29 Michael Matz <matz@suse.de>
16617
16618 * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
16619 other trees that just builtins.
16620 (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
16621
16622 2011-04-29 Richard Guenther <rguenther@suse.de>
16623
16624 * tree-nested.c (get_trampoline_type): Use size_int.
16625 (get_nl_goto_field): Likewise.
16626 * tree-eh.c (lower_try_finally_switch): Use integer_type_node
16627 for all indexes.
16628 (lower_eh_constructs_2): Likewise.
16629 (lower_resx): Likewise.
16630 (lower_eh_dispatch): Likewise.
16631 * tree-mudflap.c (mf_build_string): Use size_int.
16632 (mudflap_register_call): Use integer_type_node for the flag.
16633 (mudflap_enqueue_constant): Use size_int.
16634 * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
16635 instead of rebuilding it.
16636
16637 2011-04-29 Richard Guenther <rguenther@suse.de>
16638
16639 * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
16640 Handle OBJ_TYPE_REF.
16641 (find_func_aliases_for_call): Use it more consistently.
16642
16643 2011-04-29 Alexandre Oliva <aoliva@redhat.com>
16644
16645 * haifa-sched.c (last_nondebug_scheduled_insn): New.
16646 (rank_for_schedule): Use it.
16647 (schedule_block): Set it.
16648
16649 2011-04-28 David Li <davidxl@google.com>
16650
16651 * tree.c (crc32_string): Use crc32_byte.
16652 (crc32_byte): New function.
16653 * tree.h (crc32_byte): New function.
16654 * gcov.c (read_graph_file): Handle new cfg_cksum.
16655 (read_count_file): Ditto.
16656 * profile.c (instrument_values): Ditto.
16657 (get_exec_counts): Ditto.
16658 (read_profile_edge_counts): Ditto.
16659 (compute_branch_probabilities): Ditto.
16660 (compute_value_histograms): Ditto.
16661 (branch_prob): Ditto.
16662 (end_branch_prob): Ditto.
16663 * coverage.c (read_counts_file): Ditto.
16664 (get_coverage_counts): Ditto.
16665 (tree_coverage_counter_addr): Ditto.
16666 (coverage_checksum_string): Ditto.
16667 (coverage_begin_output): Ditto.
16668 (coverage_end_function): Ditto.
16669 (build_fn_info_type): Ditto.
16670 (build_fn_info_value): Ditto.
16671 * libgcov.c (gcov_exit): Ditto.
16672 * gcov-dump.c (tag_function): Ditto.
16673 (compute_checksum): Remove.
16674
16675 2011-04-29 Alan Modra <amodra@gmail.com>
16676
16677 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
16678 unspec plus offset. Tidy macho code.
16679
16680 2011-04-29 Martin Jambor <mjambor@suse.cz>
16681
16682 * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
16683 node instead of a decl. Update all callers.
16684 * cgraph.h: Update declaration.
16685
16686 2011-04-28 Ira Rosen <ira.rosen@linaro.org>
16687
16688 PR tree-optimization/48765
16689 * tree-vectorizer.h (vect_make_slp_decision): Return bool.
16690 * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
16691 to indicate if loop aware SLP is being used. Scan the statements
16692 and update the vectorization factor according to the type of
16693 vectorization before statement analysis.
16694 (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
16695 pass it to vect_analyze_loop_operations.
16696 (vectorizable_reduction): Set number of copies to 1 in case of pure
16697 SLP statement.
16698 * tree-vect-stmts.c (vectorizable_conversion,
16699 vectorizable_assignment, vectorizable_shift,
16700 vectorizable_operation, vectorizable_type_demotion,
16701 vectorizable_type_promotion, vectorizable_store, vectorizable_load):
16702 Likewise.
16703 (vectorizable_condition): Move the check that it is not SLP
16704 vectorization before the number of copies check.
16705 * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
16706 to vectorize the loop using SLP.
16707
16708 2011-04-28 Jakub Jelinek <jakub@redhat.com>
16709
16710 PR middle-end/48597
16711 * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
16712 inline asm.
16713
16714 2011-04-28 Joseph Myers <joseph@codesourcery.com>
16715
16716 * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
16717 *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
16718 (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
16719 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
16720 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
16721 linux*.h headers.
16722 * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
16723 * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
16724 * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
16725 * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
16726 * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
16727 * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
16728 REG_NAME.
16729 * config/i386/linux.h (REG_NAME): Don't define.
16730 * config/i386/linux64.h (REG_NAME): Don't define.
16731 * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
16732 Undefine before defining.
16733
16734 2011-04-28 Jan Hubicka <jh@suse.cz>
16735
16736 * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
16737 nonconstant_names array.
16738 (estimate_function_body_sizes): Build nonconstant_names array; handle
16739 BUILT_IN_CONSTANT_P.
16740
16741 2011-04-28 Richard Guenther <rguenther@suse.de>
16742
16743 PR bootstrap/48804
16744 Revert
16745 2011-04-28 Richard Guenther <rguenther@suse.de>
16746
16747 * tree-ssa-structalias.c (solve_constraints): Build succ graph
16748 as late as possible.
16749
16750 2011-04-28 Richard Guenther <rguenther@suse.de>
16751
16752 * tree-ssa-structalias.c (dump_constraint): Don't end the line.
16753 (debug_constraint): Do it here.
16754 (dump_constraints): And here.
16755 (rewrite_constraints): And here.
16756 (dump_constraint_edge): Remove.
16757 (dump_constraint_graph): Rewrite to produce DOT output.
16758 (solve_constraints): Build succ graph as late as possible.
16759 Dump constraint graphs before and after solving.
16760
16761 2011-04-28 Richard Guenther <rguenther@suse.de>
16762
16763 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
16764 New function split out from ...
16765 (find_func_aliases): ... here. Call it.
16766 (find_func_aliases_for_call): Likewise.
16767
16768 2011-04-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
16769
16770 * internal-fn.h (internal_fn_name_array): Declare.
16771 (internal_fn_flags_array): Likewise.
16772
16773 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
16774
16775 * config/i386/i386.md (ssemodesuffix): Merge with ssevecsize,
16776 ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
16777 Move from sse.md.
16778 (ssemodefsuffix): Remove.
16779 (ssevecmodesuffix): New mode attribute.
16780 (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
16781 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
16782 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
16783 *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
16784 *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
16785 *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
16786 *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
16787 ssemodesuffix mode attribute.
16788 (float splitters): Use ssevecmodesuffix mode attribute.
16789 * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
16790 (sseinsmode): Rename from avxvecmode.
16791 (avxsizesuffix): Rename from avxmodesuffix.
16792 (sseintvecmode): Rename from avxpermvecmode.
16793 (ssedoublevecmode): Rename from ssedoublesizemode.
16794 (ssehalfvecmode): Rename from avxhalfvecmode.
16795 (ssescalarmode): Rename from avxscalarmode.
16796 (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
16797 templates for ssemodesuffix mode attribute.
16798 (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
16799 mode attribute.
16800
16801 Adjust RTX patterns globally for renamed mode attributes.
16802
16803 2011-04-27 Jan Hubcika <jh@suse.cz>
16804
16805 * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
16806 * ipa-inline-analysis.c: Include alloc-pool.h.
16807 (edge_predicate_pool): New.
16808 (trye_predicate_p): New function
16809 (false_predicate_p): New function.
16810 (add_clause): Sanity check that false clauses are "optimized";
16811 never add clauses to predicate that is already known to be false.
16812 (and_predicate): Use flase_predicate_p.
16813 (evaulate_predicate): Rename to ...
16814 (evaluate_predicate): ... this one; update all callers; assert
16815 that false is not listed among possible truths.
16816 (dump_predicate): Use true_predicate_p.
16817 (account_size_time): Use false_predicate_p.
16818 (evaulate_conditions_for_edge): Rename to ...
16819 (evaluate_conditions_for_edge) ... this one.
16820 (edge_set_predicate): New function.
16821 (inline_edge_duplication_hook): Duplicate edge predicates.
16822 (inline_edge_removal_hook): Free edge predicates.
16823 (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
16824 (dump_inline_summary): Update.
16825 (estimate_function_body_sizes): Set edge predicates.
16826 (estimate_calls_size_and_time): Handle predicates.
16827 (estimate_callee_size_and_time): Update.
16828 (remap_predicate): Add toplev_predicate; update comment.
16829 (remap_edge_predicates): New function.
16830 (inline_merge_summary): Compute toplev predicate; update.
16831 (read_predicate): New function.
16832 (read_inline_edge_summary): Use it.
16833 (inline_read_section): Likewise.
16834 (write_predicate): New function.
16835 (write_inline_edge_summary): Use it.
16836 (inline_write_summary): Likewise.
16837 (inline_free_summary): Free alloc pool and edge summary vec.
16838
16839 2011-04-27 Richard Guenther <rguenther@suse.de>
16840
16841 * tree-ssa-structalias.c (changed_count): Remove.
16842 (changed): Use a bitmap.
16843 (unify_nodes): Adjust.
16844 (do_sd_constraint): Likewise.
16845 (do_ds_constraint): Likewise.
16846 (do_complex_constraint): Likewise.
16847 (solve_graph): Likewise.
16848
16849 2011-04-27 Jan Hubicka <jh@suse.cz>
16850
16851 * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
16852
16853 2011-04-27 Uros Bizjak <ubizjak@gmail.com>
16854
16855 * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
16856 (avx_vperm2f128_*_operand): Ditto.
16857 * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
16858 Use avx_vpermilp_parallel in insn condition.
16859 (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
16860 Use avx_vperm2f128_parallel in insn condition.
16861
16862 2011-04-27 Richard Guenther <rguenther@suse.de>
16863
16864 * Makefile.in (tree-ssa-structalias.o): Remove
16865 gt-tree-ssa-structalias.h dependency.
16866 (GTFILES): Remove tree-ssa-structalias.c.
16867 * tree.c (allocate_decl_uid): New function.
16868 (make_node_stat): Use it.
16869 (copy_node_stat): Likewise.
16870 * tree.h (allocate_decl_uid): Declare.
16871 * tree-ssa-alias.h (delete_alias_heapvars): Remove.
16872 * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
16873 * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
16874 * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
16875 * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
16876 (struct heapvar_map): Likewise.
16877 (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
16878 heapvar_insert): Likewise.
16879 (make_heapvar_for): Rename to ...
16880 (make_heapvar): ... this. Simplify.
16881 (fake_var_decl_obstack): New global var.
16882 (build_fake_var_decl): New function.
16883 (make_constraint_from_heapvar): Adjust.
16884 (handle_lhs_call): Likewise.
16885 (create_function_info_for): Likewise.
16886 (intra_create_variable_infos): Likewise.
16887 (init_alias_vars): Allocate fake_var_decl_obstack.
16888 (init_alias_heapvars, delete_alias_heapvars): Remove.
16889 (compute_points_to_sets): Do not call init_alias_heapvars.
16890 (ipa_pta_execute): Likewise.
16891 (delete_points_to_sets): Free fake_var_decl_obstack.
16892
16893 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16894
16895 * config/spu/divmovti4.c (union qword_UTItype): New data type.
16896 (si_from_UTItype, si_to_UTItype): New functions.
16897 (__udivmodti4): Use them to implement type-punning.
16898 * config/spu/multi3.c (union qword_TItype): New data type.
16899 (si_from_TItype, si_to_TItype): New functions.
16900 (__multi3): Use them to implement type-punning.
16901
16902 2011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16903
16904 * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
16905
16906 2011-04-27 Jan Hubicka <jh@suse.cz>
16907
16908 * ipa-prop.c (function_insertion_hook_holder): New holder.
16909 (ipa_add_new_function): New function.
16910 (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
16911 Register/deregister holder.
16912
16913 2011-04-27 Richard Guenther <rguenther@suse.de>
16914
16915 PR tree-optimization/48772
16916 * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
16917
16918 2011-04-27 Richard Guenther <rguenther@suse.de>
16919
16920 * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
16921 TARGET_MEM_REF handling.
16922
16923 2011-04-27 Nick Clifton <nickc@redhat.com>
16924
16925 * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
16926 ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
16927 (REG_CLASS_NAMES): Likewise.
16928 (REG_CLASS_CONTENTS): Likewise.
16929 (EVEN_ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
16930 (ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
16931 (FEVEN_REGS): New macro. Alias for QUAD_ACC_REGS.
16932 (FPR_REGS): New macro. Alias for QUAD_ACC_REGS.
16933 (EVEN_REGS): New macro. Alias for QUAD_REGS.
16934 * config/frv/frv.c (frv_secondary_reload_class): Remove use of
16935 duplicate register classes.
16936 (frv_class_likely_spilled_p): Likewise.
16937 (frv_register_move_cost): Likewise.
16938
16939 * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
16940 end of the regno_reg_class array.
16941
16942 2011-04-27 Jakub Jelinek <jakub@redhat.com>
16943
16944 PR c/48742
16945 * c-typeck.c (build_binary_op): Don't wrap arguments if
16946 int_operands is true.
16947
16948 2011-04-26 Kaz Kojima <kkojima@gcc.gnu.org>
16949
16950 PR target/48767
16951 * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
16952 targetm.calls.must_pass_in_stack for void type.
16953
16954 2011-04-26 Jan Hubicka <jh@suse.cz>
16955
16956 * cgraphbuild.c (build_cgraph_edges): Update call
16957 of cgraph_create_edge and cgraph_create_indirect_edge.
16958 * cgraph.c (cgraph_create_edge_including_clones,
16959 cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
16960 cgraph_update_edges_for_call_stmt_node): Do not take nest
16961 argument; do not initialize call_stmt_size/time.
16962 (dump_cgraph_node): Do not dump nest.
16963 (cgraph_clone_edge): Do not take loop_nest argument;
16964 do not propagate it; do not clone call_stmt_size/time.
16965 (cgraph_clone_node): Likewise.
16966 (cgraph_create_virtual_clone): Update.
16967 * cgraph.h (struct cgraph_edge): Remove
16968 call_stmt_size/call_stmt_time/loop_nest.
16969 (cgraph_create_edge, cgraph_create_indirect_edge,
16970 cgraph_create_edge_including_clones, cgraph_clone_node): Update
16971 prototype.
16972 * tree-emutls.c (gen_emutls_addr): Update.
16973 * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
16974 loop_nest; handle indirect calls, too.
16975 (clone_inlined_nodes): Do not care about updating inline summaries.
16976 * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
16977 * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
16978 stream call_stmt_size/call_stmt_time/loop_nest.
16979 * ipa-inline.c (edge_badness): Update.
16980 (ipa_inline): dump summaries after inlining.
16981 * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
16982 New.
16983 (inline_edge_summary): New function.
16984 * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
16985 (inline_edge_removal_hook): Handle edge summaries.
16986 (inline_edge_duplication_hook): New hook.
16987 (inline_summary_alloc): Alloc hooks.
16988 (initialize_growth_caches): Do not register removal hooks.
16989 (free_growth_caches); Do not free removal hook.
16990 (dump_inline_edge_summary): New function.
16991 (dump_inline_summary): Use it.
16992 (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
16993 (inline_update_callee_summaries): New function.
16994 (inline_merge_summary): Use it.
16995 (do_estimate_edge_time, do_estimate_edge_growth): Update.
16996 (read_inline_edge_summary): New function.
16997 (inline_read_section): Use it.
16998 (write_inline_edge_summary): New function.
16999 (inline_write_summary): Use it.
17000 (inline_free_summary): Free edge new holders.
17001 * tree-inline.c (copy_bb): Update.
17002
17003 2011-04-26 Jason Merrill <jason@redhat.com>
17004
17005 * tree-eh.c (lower_try_finally_switch): Create the label along with
17006 the CASE_LABEL_EXPR.
17007
17008 2011-04-26 David S. Miller <davem@davemloft.net>
17009 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17010
17011 * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
17012 * configure: Regenerate.
17013
17014 2011-04-26 Michael Meissner <meissner@linux.vnet.ibm.com>
17015
17016 PR target/48258
17017 * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
17018 reduction.
17019 (VEC_reduc): New code iterator and splitters for vector reduction.
17020 (VEC_reduc_name): Ditto.
17021 (VEC_reduc_rtx): Ditto.
17022 (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
17023 (reduc_<VEC_reduc_name>_v4sf): Ditto.
17024
17025 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
17026 support for extracting SF on VSX.
17027
17028 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
17029 generating xscvspdp.
17030 (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
17031 (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
17032 double add, minimum, maximum vector reduction.
17033 (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
17034 (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
17035 optimize double vector reduction.
17036 (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
17037
17038 2011-04-26 Joseph Myers <joseph@codesourcery.com>
17039
17040 * config/fr30/fr30.h (inhibit_libc): Don't define.
17041 * config/m32r/m32r-protos.h: Correct comment.
17042 * config/v850/v850.h (GHS_default_section_names,
17043 GHS_current_section_names): Use tree, not union tree_node *.
17044
17045 2011-04-26 Xinliang David Li <davidxl@google.com>
17046
17047 * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
17048 * c-family/c-opts.c (c_common_handle_option): Set
17049 warn_maybe_uninitialized.
17050 * opts.c (common_handle_option): Ditto.
17051 * common.opt: New option.
17052 * tree-ssa.c (warn_uninit): Add one more parameter.
17053 (warn_uninitialized_var): Pass warning code.
17054 * tree-flow.h: Interface change.
17055
17056 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17057
17058 * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
17059 (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
17060 (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
17061
17062 2011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17063
17064 * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
17065 * config/mips/mips.opt (mmips-tfile): Remove.
17066
17067 * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
17068 mips-tdump reference to ...
17069 (Specific, alpha*-dec-osf5.1): ... here. Adapt for Tru64 UNIX.
17070 * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
17071 reference by Tru64 UNIX.
17072
17073 2011-04-26 Jakub Jelinek <jakub@redhat.com>
17074
17075 PR debug/48768
17076 * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
17077 is error_mark_node, set value to NULL.
17078
17079 PR tree-optimization/48734
17080 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
17081 if return value from maybe_fold_*_comparsions isn't something
17082 the code is prepared to handle.
17083
17084 2011-04-26 Uros Bizjak <ubizjak@gmail.com>
17085
17086 * config/i386/predicates.md (ext_QIreg_operand): Remove extra
17087 mode check.
17088 (ext_QIreg_nomode_operands): Remove.
17089 * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
17090 (*andsi_1): Ditto.
17091 (*andhi_1): Ditto.
17092
17093 2011-04-26 Andrew Stubbs <ams@codesourcery.com>
17094
17095 * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
17096
17097 2011-04-26 Richard Guenther <rguenther@suse.de>
17098
17099 * c-typeck.c (build_unary_op): Do not expand array-refs via
17100 pointer arithmetic. Only adjust qualifiers for function types.
17101
17102 2011-04-26 Richard Guenther <rguenther@suse.de>
17103
17104 PR middle-end/48694
17105 * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
17106 * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
17107 compare the operands with OEP_CONSTANT_ADDRESS_OF. Treat trees
17108 with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
17109
17110 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
17111
17112 * doc/extend.texi: Document __underlying_type.
17113
17114 2011-04-25 Segher Boessenkool <segher@kernel.crashing.org>
17115
17116 * config/rs6000/titan.md (automata_option "progress"): Remove.
17117
17118 2011-04-25 Jeff Law <law@redhat.com>
17119
17120 * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
17121
17122 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17123
17124 * system.h (ENUM_BITFIELD): Remove.
17125
17126 2011-04-25 Maxim Kuvyrkov <maxim@codesourcery.com>
17127 Eric Botcazou <ebotcazou@adacore.com>
17128
17129 * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
17130 for STORE_FLAG_VALUE==-1 case.
17131
17132 2011-04-24 Richard Sandiford <richard.sandiford@linaro.org>
17133
17134 PR target/43804
17135 * config/m68k/constraints.md (T): Allow PIC operands that satisfy
17136 LEGITIMATE_PIC_OPERAND_P.
17137
17138 2011-04-24 Jan Hubicka <jh@suse.cz>
17139
17140 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
17141 WPA hack.
17142 * ipa-prop.h (ipa_get_param, ipa_is_param_used,
17143 ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
17144 ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
17145 * ipa-inline-analysis.c (add_clause): Fix clause ordering.
17146 (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
17147 Sanity check predicate length.
17148 (remap_predicate): Likewise; sanity check jump functions.
17149 (inline_read_section, inline_write_summary): Sanity check
17150 predicate length.
17151
17152 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
17153
17154 PR other/48748
17155 * doc/extend.texi (Type Traits): Document __is_standard_layout,
17156 __is_literal_type, and __is_trivial; update throughout about
17157 possibly cv-qualified void types.
17158
17159 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
17160
17161 * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
17162 testsuite and make it version agnostic.
17163
17164 2011-04-22 Jan Hubicka <jh@suse.cz>
17165
17166 * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
17167
17168 2011-04-23 Jakub Jelinek <jakub@redhat.com>
17169
17170 PR c/48685
17171 * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
17172 to VOID_TYPE even around MODIFY_EXPR.
17173
17174 2011-04-22 Mike Stump <mikestump@comcast.net>
17175
17176 * gensupport.c (read_md_rtx): Fix typo in comment.
17177 * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
17178 comment.
17179
17180 2011-04-22 Jan Hubicka <jh@suse.cz>
17181
17182 * gengtype.c (open_base_files): Add ipa-inline.h include.
17183 * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
17184 ipa-prop.c; update all uses.
17185 * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
17186 * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
17187 merge summary of inlined function into former caller.
17188 * ipa-inline.c (max_benefit): Remove.
17189 (edge_badness): Compensate for removal of benefits.
17190 (update_caller_keys): Use
17191 reset_node_growth_cache/reset_edge_growth_cache.
17192 (update_callee_keys): Likewise.
17193 (update_all_callee_keys): Likewise.
17194 (inline_small_functions): Do not collect max_benefit; do not reset
17195 estimated_growth; call free_growth_caches and initialize_growth_caches.
17196 * ipa-inline.h (struct condition, type clause_t, struct predicate,
17197 struct size_time_entry): New structures.
17198 (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
17199 (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
17200 and estimated_growth.
17201 (edge_growth_cache_entry): New structure.
17202 (node_growth_cache, edge_growth_cache): New global vars.
17203 (estimate_growth): Turn into inline.
17204 (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
17205 initialize_growth_caches, free_growth_caches): Declare.
17206 (estimate_edge_growth): Rewrite.
17207 (estimate_edge_time): Implement as inline cache lookup.
17208 (reset_node_growth_cache, reset_edge_growth_cache): New inline
17209 functions.
17210 (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
17211 (NUM_CONDITIONS): New constant.
17212 (predicate_conditions): New enum.
17213 (IS_NOT_CONSTANT): New constant.
17214 (edge_removal_hook_holder): New var.
17215 (node_growth_cache, edge_growth_cache): New global vars.
17216 (true_predicate, single_cond_predicate, false_predicate,
17217 not_inlined_predicate, add_condition, add_clause, and_predicates,
17218 or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
17219 dump_clause, dump_predicate, account_size_time,
17220 evaulate_conditions_for_edge): New functions.
17221 (inline_summary_alloc): Move to heap.
17222 (inline_node_removal_hook): Clear condition and entry vectors.
17223 (inline_edge_removal_hook): New function.
17224 (initialize_growth_caches, free_growth_caches): New function.
17225 (dump_inline_summary): Update.
17226 (edge_execution_predicate): New function.
17227 (will_be_nonconstant_predicate): New function.
17228 (estimate_function_body_sizes): Compute BB and constantness predicates.
17229 (compute_inline_parameters): Do not clear estimated_growth.
17230 (estimate_edge_size_and_time): New function.
17231 (estimate_calls_size_and_time): New function.
17232 (estimate_callee_size_and_time): New function.
17233 (remap_predicate): New function.
17234 (inline_merge_summary): New function.
17235 (do_estimate_edge_time): New function based on...
17236 (estimate_edge_time): ... this one.
17237 (do_estimate_edge_growth): New function.
17238 (do_estimate_growth): New function based on....
17239 (estimate_growth): ... this one.
17240 (inline_analyze_function): Analyze after deciding on jump functions.
17241 (inline_read_section): New function.
17242 (inline_read_summary): Use it.
17243 (inline_write_summary): Write all the new data.
17244 * ipa-prop.c (ipa_get_param_decl_index): Export.
17245 (ipa_lattice_from_jfunc): Move here from ipa-cp.c
17246 * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
17247 Declare.
17248 (ipa_get_lattice): Move here from ipa-cp.c
17249 * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
17250 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
17251 * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
17252 cgraph_edge_inlinable_p): Remove.
17253 * cgraphunit.c: Include ipainline.h
17254 (cgraph_process_new_functions): Update call of
17255 compute_inline_parameters.
17256
17257 2011-04-22 Richard Guenther <rguenther@suse.de>
17258
17259 * tree.c (build_int_cst): Properly create canonicalized integer
17260 constants.
17261 (build_int_cst_type): Remove scary comments.
17262
17263 2011-04-22 Xinliang David Li <davidxl@google.com>
17264
17265 * toplev.c (process_options): Enable -Werror=coverage-mismatch
17266 by default when -Wno-error is not specified.
17267 * opts-global.c (decode_options): Remove call to
17268 control_warning_options.
17269
17270 2011-04-22 Jakub Jelinek <jakub@redhat.com>
17271
17272 PR tree-optimization/48717
17273 * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
17274 ~A + A optimizations use build_int_cst_type instead of build_int_cst.
17275
17276 2011-04-22 Joseph Myers <joseph@codesourcery.com>
17277
17278 * config/bfin/bfin-protos.h (Mmode): Don't define. Expand
17279 definition where used.
17280
17281 2011-04-22 Jakub Jelinek <jakub@redhat.com>
17282
17283 PR c/48716
17284 * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
17285 TREE_STATIC variables declared inside of some OpenMP construct.
17286
17287 2011-04-22 Martin Jambor <mjambor@suse.cz>
17288
17289 PR middle-end/48585
17290 * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
17291
17292 2011-04-22 Alexander Monakov <amonakov@ispras.ru>
17293
17294 PR c/36750
17295 * c-typeck.c (pop_init_level): Do not warn about initializing
17296 with ` = {0}'.
17297
17298 2011-04-22 Alan Modra <amodra@gmail.com>
17299
17300 * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
17301 when returning call_cookie.
17302 (rs6000_function_ok_for_sibcall): Allow sibcalls via function
17303 pointers, to functions with no more vector args than the current
17304 function, and some non-local calls for ABI_V4.
17305 * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
17306 sibcall_nonlocal_aix64): Combine to ..
17307 (sibcall_nonlocal_aix<mode>): ..this. Handle function pointer calls.
17308 (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
17309 (sibcall_value_nonlocal_aix<mode>): ..likewise.
17310 (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
17311 (sibcall_value_nonlocal_sysv<mode>): Likewise. Correct call cookie
17312 operand.
17313 * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
17314 sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
17315 sibcall_value_symbolic_64): Delete.
17316
17317 2011-04-21 Xinliang David Li <davidxl@google.com>
17318
17319 * cgraph.h: Remove pid.
17320 * cgraph.c: Remove pid.
17321 * value-prof.c (init_node_map): New function.
17322 (del_node_map): New function.
17323 (find_func_by_funcdef_no): New function.
17324 (gimple_ic_transform): Call new function.
17325 * cgraphunit.c (cgraph_finalize_function): Remove pid.
17326 * function.c (get_last_funcdef_no): New function.
17327 * function.h (get_last_funcdef_no): New function.
17328 * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
17329 to libgcov function.
17330 (tree-profiling): Call node map init and delete function.
17331
17332 2011-04-21 Ian Lance Taylor <iant@google.com>
17333
17334 * godump.c (go_format_type): Use exported Go name for anonymous
17335 field name.
17336
17337 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
17338
17339 * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
17340 Call builtin_function_type_list instead of builtin_function_type.
17341 (UNARY, BINARY, TRINARY, QUAD): Likewise.
17342
17343 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
17344
17345 * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
17346 build_function_type_list instead of build_function_type.
17347 Delete variable `endlink'.
17348
17349 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
17350
17351 * config/s390/s390.c (s390_init_builtins): Call
17352 build_function_type_list instead of build_function_type.
17353
17354 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
17355
17356 * config/ia64/ia64.c (ia64_init_builtins): Call
17357 build_function_type_list instead of builtin_function_type.
17358
17359 2011-04-21 Easwaran Raman <eraman@google.com>
17360
17361 * cfgexpand.c (stack_var): Remove OFFSET...
17362 (add_stack_var): ...and its reference here...
17363 (expand_stack_vars): ...and here.
17364 (stack_var_cmp): Sort by descending order of size.
17365 (partition_stack_vars): Change heuristic.
17366 (union_stack_vars): Fix to reflect changes in partition_stack_vars.
17367 (dump_stack_var_partition): Add newline after each partition.
17368
17369 2011-04-21 Dimitrios Apostolou <jimis@gmx.net>
17370 Jeff Law <law@redhat.com>
17371
17372 * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
17373 * gengtype.c (matching_file_name_substitute): Likewise.
17374
17375 2011-04-21 Richard Guenther <rguenther@suse.de>
17376
17377 PR lto/48703
17378 * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
17379
17380 2011-04-21 Eric Botcazou <ebotcazou@adacore.com>
17381
17382 * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
17383
17384 2011-04-21 Richard Guenther <rguenther@suse.de>
17385
17386 * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
17387 file name.
17388
17389 2011-04-21 Richard Guenther <rguenther@suse.de>
17390
17391 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
17392 MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
17393 Use DECL_P, not SSA_VAR_P.
17394 (ptr_derefs_may_alias_p): Likewise.
17395 (ptr_deref_may_alias_ref_p_1): Likewise.
17396 (decl_refs_may_alias_p): Likewise.
17397 (refs_may_alias_p_1): Likewise.
17398 (ref_maybe_used_by_call_p_1): Likewise.
17399 (call_may_clobber_ref_p_1): Likewise.
17400 (indirect_ref_may_alias_decl_p): Assume indirect refrences
17401 are either MEM_REF or TARGET_MEM_REF.
17402 (indirect_refs_may_alias_p): Likewise.
17403 * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
17404 for MEM_EXPR of indirect calls.
17405
17406 2011-04-21 Tristan Gingold <gingold@adacore.com>
17407
17408 * vmsdbgout.c (write_srccorr): Compute file length from the string.
17409 (dst_file_info_struct): Remove flen field.
17410 (lookup_filename): Remove code that set flen field.
17411
17412 2011-04-21 Tristan Gingold <gingold@adacore.com>
17413
17414 * config/ia64/ia64.c (ia64_start_function): Add a guard.
17415
17416 2011-04-21 Uros Bizjak <ubizjak@gmail.com>
17417
17418 PR target/48708
17419 * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
17420 vec_extract and vec_concat for non-SSE4_1 targets.
17421
17422 2011-04-21 Richard Guenther <rguenther@suse.de>
17423
17424 * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
17425 return statements.
17426
17427 2011-04-21 Joseph Myers <joseph@codesourcery.com>
17428
17429 * config/i386/cygming.h (union tree_node, TREE): Don't define or
17430 undefine.
17431 (FILE): Don't undefine.
17432
17433 2011-04-21 Joseph Myers <joseph@codesourcery.com>
17434
17435 * config/alpha/alpha.c (struct machine_function): Use rtx, not
17436 struct rtx_def *.
17437 * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
17438 struct rtx_def *.
17439 * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
17440 * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
17441 * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
17442 rtx_def *.
17443 * config/m32c/m32c-protos.h (MM, UINT): Don't define. Expand
17444 definitions where used.
17445 * config/microblaze/microblaze.h (struct microblaze_args): Use
17446 rtx, not struct rtx_def *.
17447 * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
17448 rtx_def *.
17449 * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
17450 * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
17451 * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
17452 not struct rtx_def *.
17453 * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
17454 struct rtx_def *.
17455 * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
17456 rtx_def *.
17457 * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
17458
17459 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
17460
17461 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
17462 operand_equal_p to compare DR_BASE_ADDRESSes.
17463 (vect_check_interleaving): Likewise.
17464
17465 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
17466
17467 PR target/46329
17468 * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
17469 for all Neon struct constants.
17470
17471 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
17472
17473 * target.def (legitimate_constant_p): New hook.
17474 * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
17475 (TARGET_LEGITIMATE_CONSTANT_P): ...this.
17476 * doc/tm.texi: Regenerate.
17477 * hooks.h (hook_bool_mode_rtx_true): Declare.
17478 * hooks.c (hook_bool_mode_rtx_true): Define.
17479 * system.h (LEGITIMATE_CONSTANT_P): Poison.
17480 * calls.c (precompute_register_parameters): Replace uses of
17481 LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
17482 (emit_library_call_value_1): Likewise.
17483 * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
17484 (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
17485 * ira-costs.c (scan_one_insn): Likewise.
17486 * recog.c (general_operand, immediate_operand): Likewise.
17487 * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
17488 * reload1.c (init_eliminable_invariants): Likewise.
17489
17490 * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
17491 mode argument.
17492 * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
17493 * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
17494 argument.
17495 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17496 * config/alpha/predicates.md (input_operand): Update call to
17497 alpha_legitimate_constant_p.
17498
17499 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
17500 * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
17501 (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
17502 * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17503 (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
17504 (arm_legitimate_constant_p): New functions.
17505 (arm_cannot_force_const_mem): Make static.
17506
17507 * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
17508
17509 * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
17510 * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
17511 * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
17512 instead of bfin_legitimate_constant_p.
17513 (bfin_legitimate_constant_p): Make static. Add a mode argument.
17514 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17515
17516 * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
17517
17518 * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
17519
17520 * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
17521 * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
17522 * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17523 (frv_legitimate_constant_p): Make static. Add a mode argument.
17524
17525 * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
17526 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
17527 * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
17528
17529 * config/i386/i386-protos.h (legitimate_constant_p): Delete.
17530 * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
17531 * config/i386/i386.c (legitimate_constant_p): Rename to...
17532 (ix86_legitimate_constant_p): ...this. Make static. Add a mode
17533 argument.
17534 (ix86_cannot_force_const_mem): Update accordingly.
17535 (ix86_legitimate_address_p): Likewise.
17536 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17537 * config/i386/i386.md: Update commentary.
17538
17539 * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
17540 * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
17541 * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17542 (ia64_legitimate_constant_p): Make static. Add a mode argument.
17543
17544 * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
17545
17546 * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
17547 * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
17548 * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17549 (lm32_legitimate_constant_p): Make static. Add a mode argument.
17550
17551 * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
17552 * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
17553 * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
17554
17555 * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
17556 * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17557 (m32r_legitimate_constant_p): New function.
17558
17559 * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
17560 * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
17561 LEGITIMATE_CONSTANT_P.
17562 (LEGITIMATE_CONSTANT_P): Delete.
17563 * config/m68k/m68k.c (m68k_expand_prologue): Call
17564 m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
17565 (m68k_legitimate_constant_p): New function.
17566 * config/m68k/m68k.md: Update comments.
17567
17568 * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
17569 * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17570 (mcore_legitimate_constant_p): New function.
17571
17572 * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
17573 * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
17574 * config/mep/mep.c (mep_legitimate_constant_p): Make static.
17575 Add a mode argument.
17576 (mep_legitimate_address): Update accordingly.
17577 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17578
17579 * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
17580 Delete.
17581 * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
17582 * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
17583 static. Check OP's mode for VOIDmode.
17584 (microblaze_legitimate_constant_p): New function.
17585 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17586
17587 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
17588 * config/mips/mips.c (mips_legitimate_constant_p): New function.
17589 (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
17590 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17591 * config/mips/predicates.md: Update comments.
17592
17593 * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
17594 * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
17595 * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17596 (mmix_legitimate_constant_p): Make static, return a bool, and take
17597 a mode argument.
17598 (mmix_print_operand_address): Update accordingly.
17599
17600 * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
17601 Delete.
17602 * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
17603 * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
17604 static. Add a mode argument.
17605 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17606
17607 * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
17608
17609 * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
17610 * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17611 (pa_legitimate_constant_p): New function.
17612
17613 * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
17614
17615 * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
17616 * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17617 (pdp11_legitimate_constant_p): New function.
17618
17619 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
17620 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17621 (rs6000_legitimate_constant_p): New function.
17622
17623 * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
17624 (rx_legitimate_constant_p): ...this.
17625 * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
17626 * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
17627 (rx_legitimate_constant_p): ...this.
17628 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17629 * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
17630
17631 * config/s390/s390-protos.h (legitimate_constant_p): Delete.
17632 * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
17633 * config/s390/s390.c (legitimate_constant_p): Rename to...
17634 (s390_legitimate_constant_p): ...this. Make static, return a bool,
17635 and add a mode argument.
17636 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17637
17638 * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
17639
17640 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
17641 * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17642 (sh_legitimate_constant_p): New function.
17643
17644 * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
17645 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
17646 * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17647 (legitimate_constant_p): Rename to...
17648 (sparc_legitimate_constant_p): ...this. Make static. Add a mode
17649 argument.
17650 (constant_address_p): Update accordingly.
17651
17652 * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
17653 argument and return a bool.
17654 * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
17655 * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17656 (spu_legitimate_constant_p): Add a mode argument and return a bool.
17657 (spu_rtx_costs): Update accordingly.
17658 * config/spu/predicates.md (vec_imm_operand): Likewise.
17659
17660 * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
17661
17662 * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
17663 * config/v850/v850.c (v850_legitimate_constant_p): New function.
17664 (TARGET_LEGITIMATE_CONSTANT_P): Define.
17665
17666 * config/vax/vax-protos.h (legitimate_constant_p): Delete.
17667 * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
17668 * config/vax/vax.c (legitimate_constant_p): Likewise.
17669
17670 * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
17671 * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
17672 (xtensa_legitimate_constant_p): New function.
17673
17674 2011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
17675
17676 * target.def (cannot_force_const_mem): Add a mode argument.
17677 * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
17678 * doc/tm.texi: Regenerate.
17679 * hooks.h (hook_bool_mode_rtx_false): Declare.
17680 * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
17681 (hook_bool_mode_const_rtx_true): Likewise.
17682 (hook_bool_mode_rtx_false): New function.
17683 * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
17684 to be non-VOID. Update call to cannot_force_const_mem.
17685 (find_reloads): Update accordingly.
17686 * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
17687 * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
17688 argument.
17689 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
17690 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
17691 * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
17692 * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
17693 * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
17694 * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
17695 * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
17696 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
17697 (m68k_cannot_force_const_mem): ...this new function.
17698 * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
17699 argument.
17700 (mips_const_insns, mips_legitimize_const_move): Update calls.
17701 (mips_secondary_reload_class): Likewise.
17702 * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
17703 (pa_cannot_force_const_mem): ...this new function.
17704 * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
17705 (rs6000_cannot_force_const_mem): ...this new function.
17706 * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
17707 argument.
17708 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
17709 * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
17710 to...
17711 (xtensa_cannot_force_const_mem): ...this new function.
17712
17713 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
17714
17715 * config/mips/mips.c (mips16_build_function_stub): Call
17716 build_function_type_list instead of build_function_type.
17717 (mips16_build_call_stub): Likewise.
17718
17719 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
17720
17721 * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
17722 instead of build_function_type.
17723
17724 2011-04-20 Nathan Froyd <froydnj@codesourcery.com>
17725
17726 * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
17727 instead of build_function_type.
17728
17729 2011-04-20 Uros Bizjak <ubizjak@gmail.com>
17730
17731 PR target/48678
17732 * config/i386/i386.md (insv): Change operand 0 constraint to
17733 "register_operand". Change operand 1 and 2 constraint to
17734 "const_int_operand". Expand to pinsr{b,w,d,q} * when appropriate.
17735 * config/i386/sse.md (sse4_1_pinsrb): Export.
17736 (sse2_pinsrw): Ditto.
17737 (sse4_1_pinsrd): Ditto.
17738 (sse4_1_pinsrq): Ditto.
17739 * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
17740 * config/i386/i386.c (ix86_expand_pinsr): New.
17741
17742 2011-04-20 Easwaran Raman <eraman@google.com>
17743
17744 * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
17745 containing union type only with -fstrict-aliasing.
17746
17747 2011-04-20 Jim Meyering <meyering@redhat.com>
17748
17749 Remove useless if-before-free tests.
17750 * calls.c (expand_call, save_area): Likewise.
17751 * cfgcleanup.c (try_forward_edges): Likewise.
17752 * collect2.c (collect_execute): Likewise.
17753 * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
17754 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
17755 * coverage.c (coverage_checksum_string): Likewise.
17756 * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
17757 * cselib.c (cselib_init): Likewise.
17758 * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
17759 (df_set_clean_cfg): Likewise.
17760 * function.c (free_after_compilation): Likewise.
17761 * gcc.c (do_spec_1, main): Likewise.
17762 * gcov.c (create_file_names): Likewise.
17763 * gensupport.c (identify_predicable_attribute): Likewise.
17764 * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
17765 * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
17766 * haifa-sched.c (haifa_finish_h_i_d): Likewise.
17767 * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
17768 * ipa-pure-const.c (local_pure_const): Likewise.
17769 * ipa-reference.c (propagate): Likewise.
17770 * ira-costs.c (free_ira_costs): Likewise.
17771 * ira.c (free_register_move_costs, build_insn_chain): Likewise.
17772 * matrix-reorg.c (mat_free): Likewise.
17773 * prefix.c (get_key_value): Likewise.
17774 * profile.c (compute_value_histograms): Likewise.
17775 * reload1.c (free_reg_equiv): Likewise.
17776 * sched-deps.c (free_deps): Likewise.
17777 * sel-sched-ir.c (fence_clear): Likewise.
17778 * sese.c (set_rename, if_region_set_false_region): Likewise.
17779 * tree-data-ref.c (free_rdg): Likewise.
17780 * tree-eh.c (lower_try_finally): Likewise.
17781 * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
17782 * tree-ssa-live.c (delete_var_map): Likewise.
17783 * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
17784 * tree-ssa-pre.c (phi_trans_add): Likewise.
17785
17786 2011-04-20 Jakub Jelinek <jakub@redhat.com>
17787
17788 PR tree-optimization/48611
17789 * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
17790 beyond ERT_MUST_NOT_THROW region.
17791
17792 2011-04-20 Catherine Moore <clm@codesourcery.com>
17793
17794 * config/mips/mips.opt (mfix-24k): New.
17795 * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
17796 * config/mips/mips.md (length): Increase by 4 for stores if
17797 fixing 24K errata.
17798 * config/mips/mips.c (mips_reorg_process_insns): Do not allow
17799 all noreorder if fixing 24K errata.
17800 * doc/invoke.texi: Document mfix-24k.
17801
17802 2011-04-20 Chung-Lin Tang <cltang@codesourcery.com>
17803
17804 * config/arm/arm.c (arm_legitimize_reload_address): For NEON
17805 quad-word modes, reduce to 9-bit index range when above 1016 limit.
17806
17807 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
17808
17809 * config/arm/arm.c (arm_gen_constant): Move movw support ....
17810 (const_ok_for_op): ... to here.
17811
17812 2011-04-20 Kai Tietz <ktietz@redhat.com>
17813
17814 * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
17815 and (X && !Y) | (!X && Y) optimization to (X ^ Y).
17816
17817 2011-04-20 Andrew Stubbs <ams@codesourcery.com>
17818
17819 * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
17820
17821 2011-04-20 Richard Guenther <rguenther@suse.de>
17822
17823 PR tree-optimization/47892
17824 * tree-if-conv.c (if_convertible_stmt_p): Const builtins
17825 are if-convertible.
17826
17827 2011-04-20 Eric Botcazou <ebotcazou@adacore.com>
17828
17829 * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
17830
17831 2011-04-20 Tristan Gingold <gingold@adacore.com>
17832
17833 * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
17834
17835 2011-04-20 Georg-Johann Lay <avr@gjlay.de>
17836
17837 PR target/18145
17838
17839 * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
17840 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
17841 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
17842 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
17843 (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
17844
17845 * config/avr/avr-protos.h (avr_asm_output_aligned_common):
17846 New prototype.
17847
17848 * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
17849 (avr_asm_named_section, avr_asm_output_aligned_common,
17850 avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
17851 New functions to update...
17852 (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
17853 (avr_asm_init_sections): Overwrite section callbacks for
17854 data_section, bss_section.
17855 (avr_file_start): Move output of __do_copy_data, __do_clear_bss
17856 from here to...
17857 (avr_file_end): ...here.
17858
17859 2011-04-20 Richard Guenther <rguenther@suse.de>
17860
17861 PR middle-end/48695
17862 * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
17863 objects and types here. Adjust for their offset before comparing.
17864
17865 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
17866
17867 * tree-vect-stmts.c (vectorizable_store): Only chain one related
17868 statement per copy.
17869
17870 2011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
17871
17872 * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
17873 (GIMPLE_H): Include $(INTERNAL_FN_H).
17874 (OBJS-common): Add internal-fn.o.
17875 (internal-fn.o): New rule.
17876 * internal-fn.def: New file.
17877 * internal-fn.h: Likewise.
17878 * internal-fn.c: Likewise.
17879 * gimple.h: Include internal-fn.h.
17880 (GF_CALL_INTERNAL): New gf_mask.
17881 (gimple_statement_call): Put fntype into a union with a new
17882 internal_fn field.
17883 (gimple_build_call_internal): Declare.
17884 (gimple_build_call_internal_vec): Likewise.
17885 (gimple_call_same_target_p): Likewise.
17886 (gimple_call_internal_p): New function.
17887 (gimple_call_internal_fn): Likewise.
17888 (gimple_call_fntype): Return null for internal calls.
17889 (gimple_call_set_fntype): Assert that the function is not internal.
17890 (gimple_call_set_fn): Likewise.
17891 (gimple_call_set_fndecl): Likewise.
17892 (gimple_call_set_internal_fn): New function.
17893 (gimple_call_addr_fndecl): Handle null functions.
17894 (gimple_call_return_type): Likewise null types.
17895 * gimple.c (gimple_build_call_internal_1): New function.
17896 (gimple_build_call_internal): Likewise.
17897 (gimple_build_call_internal_vec): Likewise.
17898 (gimple_call_same_target_p): Likewise.
17899 (gimple_call_flags): Handle calls to internal functions.
17900 (gimple_call_fnspec): New function.
17901 (gimple_call_arg_flags, gimple_call_return_flags): Use it.
17902 (gimple_has_side_effects): Handle null functions.
17903 (gimple_rhs_has_side_effects): Likewise.
17904 (gimple_call_copy_skip_args): Handle calls to internal functions.
17905 * cfgexpand.c (expand_call_stmt): Likewise.
17906 * expr.c (expand_expr_real_1): Assert that the call isn't internal.
17907 * gimple-fold.c (gimple_fold_call): Handle null functions.
17908 (gimple_fold_stmt_to_constant_1): Don't fold
17909 calls to internal functions.
17910 * gimple-low.c (gimple_check_call_args): Handle calls to internal
17911 functions.
17912 * gimple-pretty-print.c (dump_gimple_call): Likewise.
17913 * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
17914 * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
17915 (do_warn_unused_result): Likewise.
17916 * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
17917 * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
17918 * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
17919 the target of a call.
17920 (initialize_hash_element): Update accordingly.
17921 (hashable_expr_equal_p): Use gimple_call_same_target_p.
17922 (iterative_hash_hashable_expr): Handle calls to internal functions.
17923 (print_expr_hash_elt): Likewise.
17924 * tree-ssa-pre.c (can_value_number_call): Likewise.
17925 (eliminate): Handle null functions.
17926 * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
17927 * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
17928 (find_func_aliases): Likewise.
17929 * value-prof.c (gimple_ic_transform): Likewise.
17930 (gimple_indirect_call_to_profile): Likewise.
17931 * lto-streamer-in.c (input_gimple_stmt): Likewise.
17932 * lto-streamer-out.c (output_gimple_stmt): Likewise.
17933
17934 2011-04-19 Jan Hubicka <jh@suse.cz>
17935
17936 * ipa-inline-transform.c (save_inline_function_body): Add comments.
17937 * ipa-inline.c (inline_small_functions): Compute summaries first,
17938 populate heap later.
17939
17940 2011-04-19 Jan Hubicka <jh@suse.cz>
17941
17942 * cgraph.h (save_inline_function_body): Remove.
17943 * ipa-inline-transform.c: New file, broke out of...
17944 * ipa-inline.c: ... this one; Update toplevel comment.
17945 (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
17946 make global.
17947 (update_noncloned_frequencies): Move to ipa-inline-transform.c
17948 (cgraph_mark_inline_edge): Rename to inline_call; move to
17949 ipa-inline-transform.c.
17950 (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
17951 move to ipa-inline-transform.c
17952 (recursive_inlining, inline_small_functions, flatten_function,
17953 ipa_inline, inline_always_inline_functions,
17954 early_inline_small_functions): Update.
17955 (inline_transform): Move to ipa-inline-transform.c.
17956 * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
17957 Declare.
17958 * Makefile.in (ipa-inline-transform.o): New file.
17959 * cgraphunit.c (save_inline_function_body): Move to
17960 ipa-inline-transform.c
17961
17962 2011-04-19 DJ Delorie <dj@redhat.com>
17963
17964 * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
17965 registers if we already know there aren't any.
17966 (m32c_emit_epilogue): Don't emit a barrier here.
17967 (m32c_emit_eh_epilogue): Likewise.
17968 * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
17969 operands at expand time.
17970 * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
17971 int" wchar type.
17972 (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
17973 duplicates. Provide aliases instead.
17974 * config/m32c/prologue.md (eh_return): Emit a barrier here.
17975 (eh_epilogue): Add a "(return)" here as a hint to other parts of
17976 the compiler.
17977
17978 2011-04-19 Anatoly Sokolov <aesok@post.ru>
17979
17980 * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
17981 * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
17982 (general_or_i64_p, sparc_register_move_cost): New function.
17983
17984 2011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17985
17986 * doc/install.texi (Configuration, --enable-threads): Remove mach.
17987 Add lynx, mipssde. Sort table.
17988
17989 2011-04-19 Xinliang David Li <davidxl@google.com>
17990
17991 * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
17992 not negative.
17993
17994 2011-04-19 Jakub Jelinek <jakub@redhat.com>
17995
17996 PR target/48678
17997 * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
17998 is a SUBREG with non-MODE_INT mode inside of it.
17999
18000 2011-04-19 Martin Jambor <mjambor@suse.cz>
18001
18002 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
18003 also according to actual contants.
18004 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
18005 (gimple_fold_call): Use it.
18006 * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
18007
18008 2011-04-19 Martin Jambor <mjambor@suse.cz>
18009
18010 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
18011 non-pointer assignments.
18012
18013 2011-04-19 Martin Jambor <mjambor@suse.cz>
18014
18015 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
18016 account anc_offset and otr_type from the indirect edge info.
18017 * ipa-prop.c (get_ancestor_addr_info): New function.
18018 (compute_complex_ancestor_jump_func): Assignment analysis moved to
18019 get_ancestor_addr_info, call it.
18020 (ipa_note_param_call): Do not initialize information about polymorphic
18021 calls, return the indirect call graph edge. Remove the last
18022 parameter, adjust all callers.
18023 (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
18024 parameters. Initialize polymorphic information in the indirect edge.
18025
18026 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
18027
18028 PR lto/48148
18029 * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
18030 the types if they have different enumeration identifiers.
18031
18032 2011-04-19 Jan Hubicka <jh@suse.cz>
18033
18034 * cgraph.h (cgraph_optimize_for_size_p): Declare.
18035 * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
18036 * predict.c (cgraph_optimize_for_size_p): Break out from ...
18037 (optimize_function_for_size_p) ... here.
18038
18039 2011-04-19 Richard Guenther <rguenther@suse.de>
18040
18041 PR lto/48207
18042 * tree.c (free_lang_data): Do not reset the decl-assembler-name
18043 langhook.
18044
18045 2011-04-19 Eric Botcazou <ebotcazou@adacore.com>
18046
18047 * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
18048 if DECL_NO_INLINE_WARNING_P is set on the function.
18049
18050 2011-04-19 Bernd Schmidt <bernds@codesourcery.com>
18051
18052 PR fortran/47976
18053 * reload1.c (inc_for_reload): Return void. All callers changed.
18054 (emit_input_reload_insns): Don't try to delete previous output
18055 reloads to a register, or record spill_reg_store for autoincs.
18056
18057 2011-04-19 Basile Starynkevitch <basile@starynkevitch.net>
18058
18059 * gengtype.h: Updated copyright year.
18060 (struct input_file_st): Add inpisplugin field.
18061 (type_fileloc): New function.
18062 * gengtype.c
18063 (write_typed_struct_alloc_def): Add gcc_assert.
18064 (write_typed_alloc_defns): Ditto. Don't output for plugin files.
18065 (write_typed_alloc_defns): Don't output for plugin files.
18066 (input_file_by_name): Clear inpisplugin field.
18067 (main): Set inpisplugin field for plugin files.
18068
18069 2011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>
18070
18071 * gengtype-state.c (string_eq): New.
18072 (read_state): Use string_eq instead of strcmp when creating the
18073 state_ident_tab.
18074
18075 2011-04-19 Wei Guozhi <carrot@google.com>
18076
18077 PR target/47855
18078 * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
18079 * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
18080 linkage.
18081 * config/arm/constraints.md (Uu): New constraint.
18082 * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
18083
18084 2011-04-19 Tristan Gingold <gingold@adacore.com>
18085
18086 * config.gcc (-*-*-*vms): Added.
18087 (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
18088 definitions moved.
18089 * config/vms/vms-ld.c: New file.
18090 * config/vms/vms-ar.c: New file.
18091 * config/vms/t-vmsnative: New file.
18092
18093 2011-04-18 Xinliang David Li <davidxl@google.com>
18094
18095 * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
18096
18097 2011-04-18 Jakub Jelinek <jakub@redhat.com>
18098
18099 PR middle-end/48661
18100 * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
18101 if TREE_TYPE (v) is non-NULL.
18102
18103 * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
18104 gimple_get_virt_mehtod_for_binfo.
18105 * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
18106 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
18107 callers.
18108 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
18109
18110 2011-04-18 Michael Matz <matz@suse.de>
18111 Steve Ellcey <sje@cup.hp.com>
18112
18113 * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
18114 use its mode as source mode if it isn't VOIDmode.
18115
18116 2011-04-18 Dennis, CHENG Renquan <crquan@fedoraproject.org>
18117
18118 * doc/passes.texi: Fill crossref nodes.
18119
18120 2011-04-18 Jim Meyering <meyering@redhat.com>
18121
18122 Fix doubled-word typos in comments and strings
18123 * config/alpha/vms-unwind.h: s/for for/for/
18124 * config/arm/unwind-arm.h: Likewise.
18125 * config/microblaze/microblaze.c: Likewise.
18126 * config/sh/constraints.md: s/in in/in/
18127 * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
18128
18129 2011-04-18 Uros Bizjak <ubizjak@gmail.com>
18130
18131 * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
18132 (AVX_FLOAT_MODE_P): Ditto.
18133 (AVX128_VEC_FLOAT_MODE_P): Ditto.
18134 (AVX256_VEC_FLOAT_MODE_P): Ditto.
18135 (AVX_VEC_FLOAT_MODE_P): Ditto.
18136 * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
18137 (UNSPEC_MASKSTORE): Ditto.
18138 * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
18139 Merge from <sse>_movmsk<ssemodesuffix> and
18140 avx_movmsk<ssemodesuffix>256. Use VF mode iterator.
18141 (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64. Use P mode
18142 iterator.
18143 (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
18144 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
18145 (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
18146
18147 2011-04-18 Jan Hubicka <jh@suse.cz>
18148
18149 * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
18150
18151 * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
18152 (want_inline_function_called_once_p): Break out the logic from
18153 ipa_inline.
18154 (edge_badness): Ensure that profile is not misupdated.
18155 (lookup_recursive_calls): Prioritize by call frequencies.
18156 (inline_small_functions): Move program size estimates here;
18157 actually process whole queue even when unit growth has been
18158 met. (to properly compute inline_failed reasons and for the
18159 case unit size decrease.) Revisit comments on recursive inlining.
18160 (ipa_inline): Remove unit summary code; first inline hot calls
18161 of functions called once, cold calls next.
18162 (order, nnodes): Remove unused variables.
18163 * Makefile.in (ipa-inline.o): No longer depent on ggc files.
18164 (GTFILES): Remove ipa-inline.c
18165 * sel-sched.c (fill_insns): Silence uninitialized var warning.
18166
18167 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
18168
18169 * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
18170
18171 2011-04-18 Jie Zhang <jie@codesourcery.com>
18172 Richard Earnshaw <rearnsha@arm.com>
18173
18174 * arm.c (neon_builtin_type_bits): Remove.
18175 (typedef enum neon_builtin_mode): New.
18176 (T_MAX): Don't define.
18177 (typedef enum neon_builtin_datum): Remove bits, codes[],
18178 num_vars and base_fcode. Add mode, code and fcode.
18179 (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
18180 VAR10): Change accordingly.
18181 (neon_builtin_data[]): Change accordingly
18182 (arm_init_neon_builtins): Change accordingly.
18183 (neon_builtin_compare): Remove.
18184 (locate_neon_builtin_icode): Remove.
18185 (arm_expand_neon_builtin): Change accordingly.
18186
18187 * arm.h (enum arm_builtins): Move to ...
18188 * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
18189
18190 * arm.c (arm_builtin_decl): Declare.
18191 (TARGET_BUILTIN_DECL): Define.
18192 (enum arm_builtins): Correct ARM_BUILTIN_MAX.
18193 (arm_builtin_decls[]): New.
18194 (arm_init_neon_builtins): Store builtin declarations in
18195 arm_builtin_decls[].
18196 (arm_init_tls_builtins): Likewise.
18197 (arm_init_iwmmxt_builtins): Likewise. Refactor initialization code.
18198 (arm_builtin_decl): New.
18199
18200 2011-04-18 Richard Guenther <rguenther@suse.de>
18201
18202 * tree.c (upper_bound_in_type): Build properly canonicalized
18203 INTEGER_CSTs.
18204 (lower_bound_in_type): Likewise.
18205
18206 2011-04-18 Richard Guenther <rguenther@suse.de>
18207
18208 * gimple.h (gimple_call_addr_fndecl): New function.
18209 (gimple_call_fndecl): Use it.
18210 * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
18211 for direct calls.
18212 * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
18213 * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
18214
18215 2011-04-18 Richard Guenther <rguenther@suse.de>
18216
18217 PR middle-end/48650
18218 * tree.c (build_string): STRING_CST is now derived from tree_typed.
18219
18220 2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
18221
18222 PR lto/48492
18223 * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
18224 DECL_IN_CONSTANT_POOL without RTL.
18225
18226 2011-04-18 Ulrich Weigand <ulrich.weigand@linaro.org>
18227 Ira Rosen <ira.rosen@linaro.org>
18228
18229 PR target/48252
18230 * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
18231 to match neon_vzip/vuzp/vtrn_internal.
18232 * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
18233 outputs explicitly dependent on both inputs.
18234 (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
18235
18236 2011-04-18 Jakub Jelinek <jakub@redhat.com>
18237
18238 PR tree-optimization/48616
18239 * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
18240 whether the shift is by scalar or vector based on whether all SLP
18241 scalar stmts have the same rhs.
18242
18243 2011-04-17 Chung-Lin Tang <cltang@codesourcery.com>
18244
18245 * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
18246 memory operands.
18247
18248 2011-04-17 Richard Sandiford <rdsandiford@googlemail.com>
18249
18250 PR target/43700
18251 * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
18252 registers.
18253
18254 2011-04-17 Jan Hubicka <jh@suse.cz>
18255
18256 * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
18257 * cgrpahunit.c (cgraph_finalize_function): Do not set
18258 finalized_by_frontend.
18259 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
18260 finalized_by_frontend.
18261
18262 2011-04-17 Jan Hubicka <jh@suse.cz>
18263
18264 * cgraph.c (cgraph_clone_node): Do not handle vtable_method
18265 * cgraph.h (struct cgraph_local_info): Drop vtable_method.
18266 * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
18267 * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
18268 method.
18269 * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
18270 gimple-fold.c
18271 * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
18272
18273 2011-04-17 Eric Botcazou <ebotcazou@adacore.com>
18274
18275 PR lto/48538
18276 * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
18277 is non-null before accessing it.
18278 (input_cgraph): Remove trailing spaces.
18279
18280 2011-04-17 Revital Eres <revital.eres@linaro.org>
18281
18282 * params.def (sms-min-sc): New param flag.
18283 * modulo-sched.c (sms_schedule): Use it.
18284 * doc/invoke.texi (sms-min-sc): Document it.
18285
18286 2011-04-17 Jan Hubicka <jh@suse.cz>
18287
18288 * lto-symtab.c (lto_cgraph_replace_node): When call statement is
18289 present, also set gimple_call_set_cannot_inline.
18290 * ipa-inline.c: Update toplevel comment.
18291 (MAX_TIME): Remove.
18292 (cgraph_clone_inlined_nodes): Fix linebreaks.
18293 (cgraph_check_inline_limits): Restructure to ...
18294 (caller_growth_limits): ... this one; be more tolerant
18295 on growth in nested inline chains; add explanatory comment;
18296 fix stack accounting thinko introduced by previous patch.
18297 (cgraph_default_inline_p): Remove.
18298 (report_inline_failed_reason): New function.
18299 (can_inline_edge_p): New function.
18300 (can_early_inline_edge_p): New function.
18301 (leaf_node_p): Move upwards in file.
18302 (want_early_inline_function_p): New function.
18303 (want_inline_small_function_p): New function.
18304 (want_inline_self_recursive_call_p): New function.
18305 (cgraph_edge_badness): Rename to ...
18306 (edge_badness) ... this one; fix linebreaks.
18307 (update_edge_key): Update call of edge_baddness; add
18308 detailed dump about queue updates.
18309 (update_caller_keys): Use can_inline_edge_p and
18310 want_inline_small_function_p.
18311 (cgraph_decide_recursive_inlining): Rename to...
18312 (recursive_inlining): Use can_inline_edge_p and
18313 want_inline_self_recursive_call_p; simplify and remove no longer
18314 valid FIXME.
18315 (cgraph_set_inline_failed): Remove.
18316 (add_new_edges_to_heap): Use can_inline_edge_p and
18317 want_inline_small_function_p.
18318 (cgraph_decide_inlining_of_small_functions): Rename to ...
18319 (inline_small_functions): ... this one; cleanup; use
18320 can/want predicates; cleanup debug ouput; work edges till fibheap
18321 is exhausted and do not stop once unit growth is reached; remove
18322 later loop processing remaining edges.
18323 (cgraph_flatten): Rename to ...
18324 (flatten_function): ... this one; use can_inline_edge_p
18325 and can_early_inline_edge_p predicates.
18326 (cgraph_decide_inlining): Rename to ...
18327 (ipa_inline): ... this one; remove unreachable nodes before
18328 inlining functions called once; simplify the pass.
18329 (cgraph_perform_always_inlining): Rename to ...
18330 (inline_always_inline_functions): ... this one; use
18331 DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
18332 (cgraph_decide_inlining_incrementally): Rename to ...
18333 (early_inline_small_functions): ... this one; simplify
18334 using new predicates; cleanup; make dumps prettier.
18335 (cgraph_early_inlining): Rename to ...
18336 (early_inliner): newer inline regular functions into always-inlines;
18337 fix updating of call stmt summaries.
18338 (pass_early_inline): Update for new names.
18339 (inline_transform): Fix formating.
18340 (gate_cgraph_decide_inlining): Rename to ...
18341 (pass_ipa_inline): ... this one.
18342 * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
18343 * ipa-inline-analysis.c (dump_inline_summary): Update.
18344 (compute_inline_parameters): Do not compute disregard_inline_limits;
18345 look for mismatching arguments.
18346 (estimate_growth): Fix handlig of non-trivial self recursion.
18347 (inline_read_summary): Do not read info->disregard_inline_limits.
18348 (inline_write_summary): Do not write info->disregard_inline_limits.
18349 * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
18350 and move all checks into can_inline_edge_p predicate; re-enable code
18351 comparing optimization levels.
18352 (expand_call_inline): Do not test inline_forbidden_into_p.
18353 * Makefile.in (ipa-inline.o): Update arguments.
18354
18355 2011-04-17 Revital Eres <revital.eres@linaro.org>
18356
18357 * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
18358
18359 2011-04-17 Revital Eres <revital.eres@linaro.org>
18360
18361 * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
18362
18363 2011-04-17 Michael Matz <matz@suse.de>
18364
18365 PR tree-optimization/48622
18366 PR lto/48645
18367 * ipa-inline-analysis.c (inline_read_summary): Read size/time
18368 in same order as they're written.
18369
18370 2011-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18371
18372 * config/pa/predicates.md: Reorganize and simplify predicates.
18373 Eliminate duplicate code checks.
18374 (arith_operand): Rename to arith14_operand
18375 (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
18376 * config/pa/pa.md: Use renamed operands.
18377 * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
18378 (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
18379 arith11_operand, adddi3_operand, indexed_memory_operand,
18380 symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
18381 arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
18382 borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
18383 move_dest_operand, move_src_operand, prefetch_cc_operand,
18384 prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
18385 uint32_operand, reg_before_reload_operand, reg_or_0_operand,
18386 reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
18387 div_operand, int5_operand, movb_comparison_operator,
18388 ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
18389 arith_double_operand, ireg_operand, lhs_lshift_operand,
18390 pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
18391 integer_store_memory_operand): Likewise.
18392 * config/pa/pa.c (adddi3_operand): Move to predicates.md.
18393 (integer_store_memory_operand, read_only_operand,
18394 function_label_operand, borx_reg_operand,
18395 non_hard_reg_operand): Likewise.
18396 (eq_neq_comparison_operator): Delete unused operator.
18397 (legitimize_pic_address): Use VOIDmode for mode argument in calls to
18398 function_label_operand.
18399 (emit_move_sequence): Likewise.
18400
18401 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
18402
18403 * config/i386/sse.md (sseunpackmode): New mode attribute.
18404 (ssepackmode): Ditto.
18405 (vec_pack_trunc_<mode>): Macroize expander from
18406 vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
18407 (vec_unpacks_lo_<mode>): Macroize expander from
18408 vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
18409 (vec_unpacks_hi_<mode>): Macroize expander from
18410 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
18411 (vec_unpacku_lo_<mode>): Macroize expander from
18412 vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
18413 (vec_unpacku_hi_<mode>): Macroize expander from
18414 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
18415 * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
18416 ix86_expand_sse4_unpack.
18417 * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
18418
18419 2011-04-16 Jan Hubicka <jh@suse.cz>
18420
18421 * cgraphbuild.c: Include ipa-inline.h.
18422 (reset_inline_failed): Use initialize_inline_failed.
18423 * cgraph.c: Include ipa-inline.h.
18424 (cgraph_create_node_1): Do not initialize estimated_growth.
18425 (initialize_inline_failed): More to ipa-inline-analysis.c
18426 (dump_cgraph_node): Do not dump inline flags.
18427 * cgraph.h (cgraph_local_info): Remove inlineable, versionable
18428 and disregard_inline_limits flags.
18429 (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
18430 time, size, estimated_growth.
18431 * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
18432 Update.
18433 * cgraphunit.c (cgraph_decide_is_function_needed): Use
18434 DECL_DISREGARD_INLINE_LIMITS.
18435 (cgraph_analyze_function): Do not initialize
18436 node->local.disregard_inline_limits.
18437 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
18438 inlinable, versionable and disregard_inline_limits.
18439 * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
18440 cgraph_check_inline_limits, cgraph_default_inline_p,
18441 cgraph_edge_badness, update_caller_keys, update_callee_keys,
18442 add_new_edges_to_heap): Update.
18443 (cgraph_decide_inlining_of_small_function): Update; set
18444 CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
18445 (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
18446 cgraph_decide_inlining_incrementally): Update.
18447 * ipa-inline.h (inline_summary): Add inlinable, versionable,
18448 disregard_inline_limits, estimated_stack_size, stack_frame_offset,
18449 time, size and estimated_growth parameters.
18450 (estimate_edge_growth): Update.
18451 (initialize_inline_failed): Declare.
18452 * ipa-split.c: Include ipa-inline.h
18453 (execute_split_functions): Update.
18454 * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
18455 (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
18456 (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
18457 * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
18458 estimated_growth to INT_MIN.
18459 (inline_node_duplication_hook): Likewise.
18460 (dump_inline_summary): Dump new fields.
18461 (compute_inline_parameters): Update.
18462 (estimate_edge_time, estimate_time_after_inlining,
18463 estimate_size_after_inlining, estimate_growth, inline_read_summary,
18464 inline_write_summary):
18465 (initialize_inline_failed): Move here from cgraph.c.
18466 * tree-sra.c: Include ipa-inline.h.
18467 (ipa_sra_preliminary_function_checks): Update.
18468 * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
18469 ipa-inline.h.
18470
18471 2011-04-16 Uros Bizjak <ubizjak@gmail.com>
18472
18473 * config/i386/sse.md (V16): New mode iterator.
18474 (VI1, VI8): Ditto.
18475 (AVXMODEQI, AVXMODEDI): Remove.
18476 (sse2, sse3): New mode attribute.
18477 (mov<mode>): Use V16 mode iterator.
18478 (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
18479 (push<mode>1): Use V16 mode iterator.
18480 (movmisalign<mode>): Ditto.
18481 (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
18482 <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
18483 (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
18484 *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
18485 (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
18486 avx_movdqu<avxmodesuffix>.
18487 (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
18488 *avx_movdqu<avxmodesuffix>.
18489 (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
18490 avx_lddqu<avxmodesuffix>.
18491 (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
18492 (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
18493 avx_movnt<AVXMODEDI:mode>.
18494 * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
18495 renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
18496
18497 2011-04-16 Bernd Schmidt <bernds@codesourcery.com>
18498
18499 PR target/48629
18500 * haifa-sched.c (prune_ready_list, schedule_block): Use
18501 sched_pressure_p rather than flag_sched_pressure.
18502
18503 2011-04-15 Pat Haugen <pthaugen@us.ibm.com>
18504
18505 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
18506 cgraph_get_node instead of cgraph_get_create_node.
18507
18508 2011-04-15 Jakub Jelinek <jakub@redhat.com>
18509
18510 * cfgexpand.c (expand_debug_expr): Use
18511 simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
18512
18513 2011-04-15 Michael Matz <matz@suse.de>
18514
18515 * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
18516 * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
18517 * function.c (gimplify_parameters): Ditto.
18518 * gimplify.c (gimplify_vla_decl): Ditto.
18519
18520 * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
18521 (gimple_call_set_alloca_for_var): New inline function.
18522 (gimple_call_alloca_for_var_p): Ditto.
18523 * gimple.c (gimple_build_call_from_tree): Remember
18524 CALL_ALLOCA_FOR_VAR_P state.
18525 * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
18526
18527 * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
18528 calls if they were for VLA objects.
18529
18530 2011-04-15 Martin Jambor <mjambor@suse.cz>
18531
18532 * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
18533 of ADR_EXPRs.
18534
18535 2011-04-15 Martin Jambor <mjambor@suse.cz>
18536
18537 PR middle-end/48601
18538 * tree-emutls.c (lower_emutls_function_body): Call
18539 cgraph_get_create_node instead of cgraph_get_node. Do not assert the
18540 result is non-NULL.
18541
18542 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
18543
18544 * c-decl.c (detect_field_duplicates): Call
18545 objc_detect_field_duplicates instead of objc_get_interface_ivars.
18546
18547 2011-04-15 Nathan Froyd <froydnj@codesourcery.com>
18548
18549 * gimple.h (gimple_asm_clobbers_memory_p): Declare.
18550 * gimple.c (gimple_asm_clobbers_memory_p): Define.
18551 * ipa-pure-const.c (check_stmt): Call it.
18552 * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
18553
18554 2011-04-15 Richard Guenther <rguenther@suse.de>
18555
18556 PR tree-optimization/48290
18557 * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
18558 Properly decide inhibiting propagation based on the valueized
18559 operand. Do loop-closed SSA form preserving here ...
18560 (init_copy_prop): ... not here.
18561
18562 2011-04-15 H.J. Lu <hongjiu.lu@intel.com>
18563
18564 PR target/48612
18565 * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
18566 (*ieee_smax<mode>3): Likewise.
18567
18568 2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18569
18570 * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
18571 Replace match_operand with match_dup for the third operand in
18572 these expanders.
18573
18574 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
18575
18576 * combine.c (subst, combine_simlify_rtx): Add new argument, use it
18577 to track processing of conditionals. Update all callers.
18578 (try_combine, simplify_if_then_else): Update.
18579
18580 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
18581
18582 * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
18583 -fsched-pressure.
18584
18585 2011-04-15 Georg-Johann Lay <avr@gjlay.de>
18586
18587 * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
18588 instead of match_operand for operand 3.
18589
18590 2011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
18591
18592 * recog.h (insn_operand_data): Add an "allows_mem" field.
18593 * genoutput.c (output_operand_data): Initialize it.
18594 * optabs.c (maybe_legitimize_operand_same_code): New function.
18595 (maybe_legitimize_operand): Use it when matching the original
18596 op->value.
18597
18598 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
18599
18600 * gimplify.c: Fix issues in comments throughout.
18601 (voidify_wrapper_expr): Fix long line.
18602 (build_stack_save_restore): Likewise.
18603 (gimplify_loop_expr): Likewise.
18604 (gimplify_compound_lval): Likewise.
18605 (gimplify_init_ctor_eval): Likewise.
18606 (gimplify_modify_expr_rhs): Likewise.
18607 (omp_notice_threadprivate_variable): Likewise.
18608
18609 2011-04-15 Eric Botcazou <ebotcazou@adacore.com>
18610
18611 * cfgexpand.c (expand_call_stmt): Convert the function type to the
18612 original one if this is not a builtin function.
18613
18614 2011-04-14 Jakub Jelinek <jakub@redhat.com>
18615
18616 PR target/48605
18617 * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
18618 offset it as needed based on top 2 bits in operands[3], change
18619 MEM mode to SFmode and mask those 2 bits away from operands[3].
18620
18621 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
18622
18623 * c-parser.c (c_parser_objc_protocol_definition): Updated for
18624 change from objc_declare_protocols() to objc_declare_protocol().
18625
18626 2011-04-14 Uros Bizjak <ubizjak@gmail.com>
18627
18628 * config/i386/sse.md (sse4_1): New mode attribute.
18629 (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
18630 avx_blend<ssemodesuffix><avxmodesuffix> and
18631 sse4_1_blend<ssemodesuffix> using VF mode iterator.
18632 (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
18633 avx_blendv<ssemodesuffix><avxmodesuffix> and
18634 sse4_1_blendv<ssemodesuffix> using VF mode iterator.
18635 (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
18636 avx_dp<ssemodesuffix><avxmodesuffix> and
18637 sse4_1_dp<ssemodesuffix> using VF mode iterator.
18638 (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
18639 (sse4_1_packusdw): Merge with *avx_packusdw.
18640 (sse4_1_pblendvb): Merge with *avx_pblendvb.
18641 (sse4_1_pblendw): Merge with *avx_pblendw.
18642 (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
18643 (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
18644 avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
18645 VF mode iterator.
18646 (sse4_1_round<ssescalarmodesuffix>): Merge with
18647 *avx_round<ssescalarmodesuffix>.
18648 (aesenc): Merge with *avx_aesenc.
18649 (aesenclast): Merge with *avx_aesenclast.
18650 (aesdec): Merge with *avx_aesdec.
18651 (aesdeclast): Merge with *avx_aesdeclast.
18652 (pclmulqdq): Merge with *pclmulqdq.
18653 * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
18654 New predicate.
18655 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
18656
18657 2011-04-14 H.J. Lu <hongjiu.lu@intel.com>
18658
18659 PR middle-end/48608
18660 * cfgexpand.c (get_decl_align_unit): Renamed to ...
18661 (align_local_variable): This. Update DECL_ALIGN.
18662 (add_stack_var): Updated.
18663 (expand_one_stack_var): Likewise.
18664
18665 2011-04-14 Richard Guenther <rguenther@suse.de>
18666
18667 * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
18668 Remove.
18669 (dse_initialize_block_local_data, dse_leave_block,
18670 record_voperand_set, get_stmt_uid): Likewise.
18671 (dse_possible_dead_store_p): Allow any kind of killing stmt.
18672 (dse_optimize_stmt): Remove voperand set handling code.
18673 Simplify and improve to handle any kind of killing stmt.
18674 (dse_record_phi): Remove.
18675 (dse_enter_block): Simplify.
18676 (tree_ssa_dse): Likewise.
18677 * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
18678
18679 2011-04-14 Jan Hubicka <jh@suse.cz>
18680
18681 * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
18682 * cgraph.h (struct inline_summary): Move to ipa-inline.h
18683 (cgraph_local_info): Remove inline_summary.
18684 * ipa-cp.c: Include ipa-inline.h.
18685 (ipcp_cloning_candidate_p, ipcp_estimate_growth,
18686 ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
18687 accesor.
18688 * lto-cgraph.c (lto_output_node): Do not stream inline summary.
18689 (input_overwrite_node): Do not set inline summary.
18690 (input_node): Do not stream inline summary.
18691 * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
18692 (cgraph_decide_inlining_incrementally): Do not try to estimate overall
18693 growth; we do not have inline parameters computed for that anyway.
18694 (cgraph_early_inlining): After inlining compute call_stmt_sizes.
18695 * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
18696 (inline_summary_t): New type and VECtor.
18697 (debug_inline_summary, dump_inline_summaries): Declare.
18698 (inline_summary): Use VOCtor.
18699 (estimate_edge_growth): Kill hack computing call stmt size directly.
18700 * lto-section-in.c (lto_section_name): Add inline section.
18701 * ipa-inline-analysis.c: Include lto-streamer.h
18702 (node_removal_hook_holder, node_duplication_hook_holder): New holders
18703 (inline_node_removal_hook, inline_node_duplication_hook): New functions.
18704 (inline_summary_vec): Define.
18705 (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
18706 dump_inline_summaries): New functions.
18707 (estimate_function_body_sizes): Properly compute size/time of outgoing
18708 calls.
18709 (compute_inline_parameters): Alloc inline_summary; do not compute
18710 size/time of incomming calls.
18711 (estimate_edge_time): Avoid missing time summary hack.
18712 (inline_read_summary): Read inline summary info.
18713 (inline_write_summary): Write inline summary info.
18714 (inline_free_summary): Free all hooks and inline summary vector.
18715 * lto-streamer.h: Add LTO_section_inline_summary section.
18716 * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
18717 * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
18718
18719 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
18720
18721 * tree-vectorizer.h (vect_strided_store_supported): Add a
18722 HOST_WIDE_INT argument.
18723 (vect_strided_load_supported): Likewise.
18724 (vect_permute_store_chain): Return void.
18725 (vect_transform_strided_load): Likewise.
18726 (vect_permute_load_chain): Delete.
18727 * tree-vect-data-refs.c (vect_strided_store_supported): Take a
18728 count argument. Check that the count is a power of two.
18729 (vect_strided_load_supported): Likewise.
18730 (vect_permute_store_chain): Return void. Update after above changes.
18731 Assert that the access is supported.
18732 (vect_permute_load_chain): Likewise.
18733 (vect_transform_strided_load): Return void.
18734 * tree-vect-stmts.c (vectorizable_store): Update calls after
18735 above interface changes.
18736 (vectorizable_load): Likewise.
18737 (vect_analyze_stmt): Don't check for strided powers of two here.
18738
18739 2011-04-14 Richard Guenther <rguenther@suse.de>
18740
18741 PR tree-optimization/48590
18742 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
18743 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
18744 (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
18745 BUILT_IN_STACK_SAVE.
18746 * tree-ssa-dce.c (propagate_necessity): Handle
18747 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
18748
18749 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
18750
18751 * c-parser.c (c_parser_objc_class_declaration): Updated call to
18752 objc_declare_class.
18753
18754 2011-04-14 Richard Guenther <rguenther@suse.de>
18755
18756 * tree.h (get_object_alignment_1): Declare.
18757 * builtins.c (get_object_alignment_1): Split out worker from ...
18758 (get_object_alignment): ... here.
18759 * fold-const.c (get_pointer_modulus_and_residue): Use
18760 get_object_alignment_1.
18761
18762 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
18763
18764 * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
18765 type parameter.
18766 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
18767 parameter. Generalise code to handle arrays as well as vectors.
18768 (vect_setup_realignment): Update accordingly.
18769 * tree-vect-stmts.c (vectorizable_store): Likewise.
18770 (vectorizable_load): Likewise.
18771
18772 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
18773
18774 * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
18775 within the per-copy loop.
18776
18777 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
18778
18779 * tree-vect-stmts.c (vectorizable_load): Print the number of copies
18780 in the dump file.
18781
18782 2011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
18783
18784 * doc/options.texi (Negative): Explicitly mention that the
18785 Negative chain must be circular.
18786
18787 2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
18788
18789 * function.h (block_chainon): Declare.
18790 * function.c (block_chainon): Define.
18791
18792 2011-04-14 Anatoly Sokolov <aesok@post.ru>
18793 Eric Weddington <eric.weddington@atmel.com>
18794 Georg-Johann Lay <avr@gjlay.de>
18795
18796 * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
18797 New Includes
18798 (avr_init_builtins, avr_expand_builtin,
18799 avr_expand_delay_cycles, avr_expand_unop_builtin,
18800 avr_expand_binop_builtin ): New functions.
18801 (avr_builtin_id): New enum
18802 (struct avr_builtin_description): New struct
18803 (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
18804 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
18805
18806 * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
18807 UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
18808 UNSPECV_DELAY_CYCLES): new enumeration values
18809 (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
18810 ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
18811 ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
18812 ("*rotlqi3_4"): rename insn to "rotlqi3_4"
18813 ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
18814 "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
18815 "fmulsu"): New insns
18816
18817 * config/avr/avr-c.c: fix line endings
18818 (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
18819 __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
18820 __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
18821 __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
18822 __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
18823
18824 * doc/extend.texi (AVR Built-in Functions): New node
18825 (Target Builtins): Add documentation of AVR
18826 built-in functions.
18827
18828 2011-04-14 Georg-Johann Lay <avr@gjlay.de>
18829
18830 PR target/44643
18831 * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
18832 alone. Error if non-const data has attribute progmem.
18833
18834 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
18835
18836 * tree.h (struct tree_constructor): Include tree_typed instead of
18837 tree_common.
18838 * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
18839 TS_TYPED instead of TS_COMMON.
18840
18841 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
18842
18843 * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
18844 (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
18845 (sse2_psadbw): Merge with *avx_psadbw.
18846 (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
18847 (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
18848 (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
18849 (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
18850 (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
18851 (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
18852 (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
18853 (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
18854 (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
18855 (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
18856 (ssse3_palignrti): Merge with *avx_palignrti.
18857
18858 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
18859
18860 * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
18861 * tree-ssanames.c (fini_ssanames): VEC_free it.
18862 (make_ssa_name_fn): Update for VECness of free_ssanames.
18863 (release_ssa_name, release_dead_ssa_names): Likewise.
18864 * tree.h (struct tree_ssa_name): Include tree_typed instead of
18865 tree_common.
18866 * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
18867 TS_TYPED instead of TS_COMMON.
18868
18869 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
18870
18871 * postreload-gcse.c (gcse_after_reload_main): Add calls to
18872 statistics_counter_event.
18873 * tree-ssa-copyrename.c (stats): Define.
18874 (rename_ssa_copies): Count coalesced SSA_NAMEs. Add call to
18875 statistics_counter_event.
18876 * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
18877 (bswap_stats, widen_mul_stats): Define.
18878 (insert_reciprocals): Increment rdivs_inserted.
18879 (execute_cse_reciprocals): Zeroize reciprocal_stats. Increment
18880 rfuncs_inserted. Add calls to statistics_counter_event.
18881 (execute_cse_sincos_1): Increment inserted.
18882 (execute_cse_sincos): Zeroize sincos_stats. Add call to
18883 statistics_counter_event.
18884 (execute_optimize_bswap): Zeroize bswap_stats. Increment fields
18885 of bswap_stats. Add calls to statistics_counter_event.
18886 (convert_mult_to_widen): Increment widen_mults_inserted.
18887 (convert_plusminus_to_widen): Increment maccs_inserted.
18888 (convert_mult_to_fma): Increment fmas_inserted.
18889 (execute_optimize_widening_mul): Zeroize widen_mul_stats. Add
18890 calls to statistics_counter_event.
18891
18892 2011-04-13 Vladimir Makarov <vmakarov@redhat.com>
18893
18894 PR rtl-optimization/48455
18895 * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
18896 `temp_costs->mem_cost'.
18897
18898 2011-04-13 Jan Hubicka <jh@suse.cz>
18899
18900 * ipa-inline.h: New file.
18901 * ipa-inline-analysis.c: New file. Broken out of ...
18902 * ipa-inline.c: ... this file; update toplevel comment;
18903 include ipa-inline.h
18904 (inline_summary): Move to ipa-inline.h
18905 (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
18906 ipa-inline-analysis.c.
18907 (cgraph_estimate_time_after_inlining): Rename to
18908 estiamte_time_after_inlining; move to ipa-inline-analysis.c
18909 (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
18910 to estimate_edge_growth.
18911 (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
18912 rename to estimate_size_after_inlining.
18913 (cgraph_mark_inline_edge): Update for new naming convention.
18914 (cgraph_check_inline_limits): Likewise.
18915 (cgraph_edge_badness): Likewise.
18916 (cgraph_decide_recursive_inlining): Likewise.
18917 (cgraph_decide_inlining_of_small_functions): Likewise.
18918 (cgraph_decide_inlining_incrementally): Likewise.
18919 (cgraph_estimate_growth): Rename to estimate_growth; move to
18920 ipa-inline-analysis.c.
18921 (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
18922 (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
18923 (compute_inline_parameters): Likewise.
18924 (compute_inline_parameters_for_current): Likewise.
18925 (pass_inline_parameters): Likewise.
18926 (inline_indirect_intraprocedural_analysis): Likewise.
18927 (analyze_function): Rename to inline_analyze_function; likewise.
18928 (add_new_function): Move to ipa-inline-analysis.c.
18929 (inline_generate_summary): Likewise.
18930 (inline_read_summary): Likewise.
18931 (inline_write_summary): Likewise.
18932 * Makefile.in (ipa-inline-analysis.c): New file.
18933
18934 2011-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18935
18936 * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
18937 * configure: Regenerate.
18938
18939 2011-04-13 Nathan Froyd <froydnj@codesourcery.com>
18940
18941 * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
18942 instead of tree_common.
18943 (struct tree_fixed_cst, struct tree_string, struct tree_complex):
18944 Likewise.
18945 * tree.c (initialize_tree_contains_struct): Mark such nodes as being
18946 TS_TYPED rather than TS_COMMON.
18947 * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
18948
18949 2011-04-01 Georg-Johann Lay <avr@gjlay.de>
18950
18951 PR target/45263
18952 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
18953 r20 around calls of __tablejump_elpm__
18954
18955 2011-04-13 Jakub Jelinek <jakub@redhat.com>
18956
18957 PR middle-end/48591
18958 * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
18959 NULL.
18960 (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
18961
18962 2011-04-13 Bernd Schmidt <bernds@codesourcery.com>
18963
18964 * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
18965 (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
18966 (cfi_vec): New typedef.
18967 (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
18968 dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
18969 (cie_cfi_vec): New static variable.
18970 (cie_cfi_head): Delete.
18971 (add_cfi): Accept a cfi_vec * as first argument. All callers and
18972 declaration changed. Use vector rather than list operations.
18973 (new_cfi): Don't initialize the dw_cfi_next field.
18974 (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
18975 rather than list operations.
18976 (lookup_cfa): Use vector rather than list operations.
18977 (output_cfis): New argument upto. Accept a cfi_vec rather than
18978 a dw_cfi_ref list head as argument. All callers changed.
18979 Iterate over the vector using upto as a maximum index.
18980 (output_all_cfis): New static function.
18981 (output_fde): Use vector rather than list operations. Use the
18982 new upto argument for output_cfis rather than manipulating a
18983 list.
18984 (dwarf2out_begin_prologue): Change initializations to match
18985 new struct members.
18986 (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
18987 from the vector length rather than searching for the end of a list.
18988 Use output_all_cfis.
18989 (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
18990
18991 2011-04-13 Nick Clifton <nickc@redhat.com>
18992
18993 * config/rx/rx.md (movmemsi): Do not use this pattern when
18994 volatile pointers are involved.
18995
18996 2011-04-13 Uros Bizjak <ubizjak@gmail.com>
18997
18998 * config/i386/sse.md (pinsrbits): Remove.
18999 (sse2_packsswb): Merge with *avx_packsswb.
19000 (sse2_packssdw): Merge with *avx_packssdw.
19001 (sse2_packuswb): Merge with *avx_packuswb.
19002 (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
19003 (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
19004 (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
19005 (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
19006 (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
19007 (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
19008 (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
19009 (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
19010 (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
19011 (*sse4_1_pinsrq): Merge with *avx_pinsrq.
19012 (sse2_loadld): Merge with *avx_loadld.
19013 (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
19014 (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
19015 (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
19016 (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
19017 (vec_concatv2di): Merge with *vec_concatv2di_avx.
19018
19019 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
19020
19021 * c-decl.c (union lang_tree_node): Check for TS_COMMON before
19022 calling TREE_CHAIN.
19023 * print-tree.c (print_node): Likewise.
19024 * tree-inline.c (copy_tree_r): Likewise.
19025 * c-lang.c (LANG_HOOKS_INIT_TS): Define.
19026 * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
19027 instead of TS_COMMON.
19028 * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
19029 * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
19030 (copy_node_stat): Zero TREE_CHAIN only if necessary.
19031 (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
19032 (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
19033 ...and these...
19034 (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
19035 * tree.h: ...here.
19036 (TREE_CHAIN): Check for a TS_COMMON structure.
19037 (TREE_TYPE): Check for a TS_TYPED structure.
19038
19039 2011-04-12 Pat Haugen <pthaugen@us.ibm.com>
19040
19041 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
19042 cgraph_get_create_node instead of cgraph_node.
19043
19044 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
19045
19046 * c-parser.c (c_parser_initelt): Updated call to
19047 objc_build_message_expr.
19048 (c_parser_postfix_expression): Likewise.
19049
19050 2011-04-12 Kai Tietz <ktietz@redhat.com>
19051
19052 * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
19053 MASK_MS_BITFIELD_LAYOUT bit.
19054
19055 2011-04-12 Jakub Jelinek <jakub@redhat.com>
19056
19057 * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
19058 assert it is always true.
19059 (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
19060 moves.
19061
19062 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
19063
19064 * c-parser.c (c_lex_one_token): Rewritten conditional used when
19065 compiling Objective-C to be more efficient.
19066
19067 2011-04-12 Axel Freyn <axel-freyn@gmx.de>
19068
19069 * opts-common.c (decode_cmdline_options_to_array): Remove variable
19070 argv_copied.
19071
19072 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
19073
19074 * recog.h, genoutput.c, optabs.c: Revert last patch.
19075
19076 2011-04-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
19077
19078 PR target/48090
19079 * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
19080
19081 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
19082
19083 * recog.h (insn_operand_data): Add an "allows_mem" field.
19084 * genoutput.c (output_operand_data): Initialize it.
19085 * optabs.c (maybe_legitimize_operand_same_code): New function.
19086 (maybe_legitimize_operand): Use it when matching the original
19087 op->value.
19088
19089 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
19090
19091 * genpreds.c (process_define_predicate): Move most processing
19092 to gensupport.c. Continue to validate the expression.
19093 * genrecog.c (did_you_mean_codes, compute_predicate_codes)
19094 (process_define_predicate): Move processing to gensupport.c.
19095 (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
19096 * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
19097 (compute_predicate_codes): Moved from genrecog.c. Add lineno
19098 argument.
19099 (valid_predicate_name_p): New function, split out from old
19100 genpreds.c:process_define_predicate.
19101 (process_define_predicate): New function, combining code from
19102 old genpreds.c and genrecog.c functions.
19103 (process_rtx): Call it for DEFINE_PREDICATE and
19104 DEFINE_SPECIAL_PREDICATE.
19105
19106 2011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
19107
19108 * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
19109 size of a '%A' memory reference.
19110 (T_DREG, T_QREG): New neon_builtin_type_bits.
19111 (arm_init_neon_builtins): Assert that the load and store operands
19112 are neon_struct_operands.
19113 (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
19114 (NEON_ARG_MEMORY): New builtin_arg.
19115 (neon_dereference_pointer): New function.
19116 (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
19117 Handle NEON_ARG_MEMORY.
19118 (arm_expand_neon_builtin): Update after above interface changes.
19119 Use NEON_ARG_MEMORY for loads and stores.
19120 * config/arm/predicates.md (neon_struct_operand): New predicate.
19121 * config/arm/iterators.md (V_two_elem): Tweak formatting.
19122 (V_three_elem): Use BLKmode for accesses that have no associated mode.
19123 (V_four_elem): Tweak formatting.
19124 * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
19125 (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
19126 (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
19127 (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
19128 (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
19129 (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
19130 (neon_vst4<mode>): Replace pointer operand with a memory operand.
19131 Use %A in the output template.
19132 (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
19133 (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
19134 (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
19135 the width of the memory access. Remove post-increment.
19136 * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
19137
19138 2011-04-12 Nick Clifton <nickc@redhat.com>
19139
19140 * config/v850/v850.c (expand_prologue): Do not use the CALLT
19141 instruction for interrupt handlers if the target is the basic V850
19142 architecture.
19143 (expand_epilogue): Likewise.
19144
19145 2011-04-12 Jakub Jelinek <jakub@redhat.com>
19146
19147 PR rtl-optimization/48549
19148 * combine.c (propagate_for_debug): Also stop after BB_END of
19149 this_basic_block. Process LAST and just stop processing after it.
19150 (combine_instructions): If last_combined_insn has been deleted,
19151 set last_combined_insn to its PREV_INSN.
19152
19153 2011-04-12 Richard Guenther <rguenther@suse.de>
19154
19155 PR tree-optimization/46076
19156 * gimple.h (struct gimple_statement_call): Add fntype field.
19157 (gimple_call_fntype): Adjust.
19158 (gimple_call_set_fntype): New function.
19159 * gimple.c (gimple_build_call_1): Set the call function type.
19160 * gimplify.c (gimplify_call_expr): Preserve the function
19161 type the frontend used for the call.
19162 (gimplify_modify_expr): Likewise.
19163 * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
19164 function type.
19165 * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
19166 function type.
19167 * tree-ssa.c (useless_type_conversion_p): Function pointer
19168 conversions are useless.
19169
19170 2011-04-12 Martin Jambor <mjambor@suse.cz>
19171
19172 * cgraph.h (cgraph_node): Remove function declaration.
19173 (cgraph_create_node): Declare.
19174 (cgraph_get_create_node): Likewise.
19175 * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
19176 Updated all callers.
19177 (cgraph_node): Renamed to cgraph_create_node, assert that a node for
19178 the decl does not already exist. Call cgraph_get_create_node instead
19179 of cgraph_node.
19180 (cgraph_get_create_node): New function.
19181 (cgraph_same_body_alias): Update comment.
19182 (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
19183 assert it does not return NULL.
19184 (cgraph_update_edges_for_call_stmt): Likewise.
19185 (cgraph_clone_edge): Likewise.
19186 (cgraph_create_virtual_clone): Likewise.
19187 (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
19188 instead of cgraph_node.
19189 (cgraph_add_new_function): Call cgraph_create_node or
19190 cgraph_get_create_node instead of cgraph_node.
19191 * cgraphbuild.c (record_reference): Call cgraph_get_create_node
19192 instead of cgraph_node.
19193 (record_eh_tables): Likewise.
19194 (mark_address): Likewise.
19195 (mark_load): Likewise.
19196 (build_cgraph_edges): Call cgraph_get_create_node instead
19197 of cgraph_node.
19198 (rebuild_cgraph_edges): Likewise.
19199 * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
19200 instead of cgraph_node.
19201 (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
19202 cgraph_node.
19203 * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
19204 cgraph_create_node instead of cgraph_node.
19205 * c-decl.c (finish_function): Call cgraph_get_create_node instead
19206 of cgraph_node.
19207 * lto-cgraph.c (input_node): Likewise.
19208 * lto-streamer-in.c (input_function): Likewise.
19209 * varasm.c (mark_decl_referenced): Likewise.
19210 (assemble_alias): Likewise.
19211
19212 2011-04-12 Martin Jambor <mjambor@suse.cz>
19213
19214 * tree-inline.c (tree_function_versioning): Call cgraph_get_node
19215 instead of cgraph_node and assert it does not return NULL.
19216 * lto-streamer-in.c (lto_read_body): Likewise.
19217 * omp-low.c (new_omp_context): Likewise.
19218 (create_task_copyfn): Likewise.
19219 * tree-emutls.c (lower_emutls_function_body): Likewise.
19220 * matrix-reorg.c (transform_allocation_sites): Likewise.
19221
19222 2011-04-12 Jakub Jelinek <jakub@redhat.com>
19223
19224 PR c/48552
19225 * c-typeck.c (build_asm_expr): Error out on attempts to use
19226 void type outputs or inputs for constraints that allow reg or
19227 don't allow memory.
19228
19229 2011-04-11 Chung-Lin Tang <cltang@codesourcery.com>
19230 Richard Earnshaw <rearnsha@arm.com>
19231
19232 PR target/48250
19233 * config/arm/arm.c (arm_legitimize_reload_address): Update cases
19234 to use sign-magnitude offsets. Reject unsupported unaligned
19235 cases. Add detailed description in comments.
19236 * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
19237 condition from TARGET_32BIT to TARGET_ARM.
19238
19239 2011-04-11 Nathan Froyd <froydnj@codesourcery.com>
19240
19241 * tree.h (struct typed_tree): New.
19242 (struct tree_common): Include it instead of tree_base.
19243 (TREE_TYPE): Update for new location of type field.
19244 (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
19245 (DECL_USER_ALIGN, DECL_PACKED): Likewise.
19246 (union tree_node): Add typed field.
19247 * treestruct.def (TS_TYPED): New.
19248 * lto-streamer.c (check_handled_ts_structures): Handle it.
19249 * tree.c (MARK_TS_TYPED): New macro.
19250 (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
19251
19252 2011-04-11 Eric Botcazou <ebotcazou@adacore.com>
19253
19254 * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
19255 (force_nonfallthru): Do not alter the loop nest if no basic block
19256 was created.
19257
19258 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
19259
19260 * config/i386/sse.md (VI): New mode iterator.
19261 (SSEMODEI): Remove.
19262 (AVX256MODEI): Ditto.
19263 (AVXMODEF4P): Ditto.
19264 (avxvecpsmode): Ditto.
19265 (one_cmpl<mode>2): Enable for TARGET_SSE. Use VI mode iterator.
19266 (sse2_andnot<mode>3): New expander.
19267 (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
19268 *avx_andnot<mode>3. Enable for TARGET_SSE. Use VI mode iterator.
19269 (<any_logic:code><mode>3): Use VI mode iterator.
19270 (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
19271 and *avx_<any_logic:code><mode>3. Use VI mode iterator.
19272 (*andnottf3): Handle AVX three-operand constraints.
19273 (*<any_logic:code>tf3): Handle AVX three-operand constraints.
19274
19275 2011-04-11 Joseph Myers <joseph@codesourcery.com>
19276 Robert Millan <rmh@gnu.org>
19277
19278 * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
19279 * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
19280 GNU_USER_DYNAMIC_LINKER64): Define.
19281 (REG_NAME): Don't undefine.
19282 (MD_UNWIND_SUPPORT): Undefine.
19283 * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
19284 (REG_NAME): Don't undefine.
19285 (MD_UNWIND_SUPPORT): Undefine.
19286 * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
19287
19288 2011-04-11 Joseph Myers <joseph@codesourcery.com>
19289
19290 * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
19291 (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
19292
19293 2011-04-11 Xinliang David Li <davidxl@google.com>
19294
19295 * value-profile.c (check_ic_target): New function.
19296 (gimple_ic_transform): Sanity check indirect call target.
19297 * gimple-low.c (gimple_check_call_args): Interface change.
19298 (gimple_check_call_matching_types): New function.
19299 * tree-inline.c (tree_can_inline_p): Call new function.
19300
19301 2011-04-11 Basile Starynkevitch <basile@starynkevitch.net>
19302
19303 * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
19304 tree-pretty-print.h & realmpfr.h.
19305
19306 2011-04-11 Vladimir Makarov <vmakarov@redhat.com>
19307
19308 PR middle-end/48464
19309 * ira.c (setup_pressure_classes): Fix typo in loop condition.
19310 (setup_allocno_and_important_classes): Ditto.
19311
19312 2011-04-11 Joseph Myers <joseph@codesourcery.com>
19313
19314 * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
19315 GNU_USER_DYNAMIC_LINKER.
19316 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
19317 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19318 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
19319 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
19320 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
19321 GNU_USER_TARGET_OS_CPP_BUILTINS.
19322 * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
19323 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19324 * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
19325 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19326 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
19327 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
19328 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
19329 GNU_USER_TARGET_OS_CPP_BUILTINS.
19330 * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19331 GNU_USER_DYNAMIC_LINKER.
19332 * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
19333 GNU_USER_TARGET_OS_CPP_BUILTINS.
19334 * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
19335 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19336 * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
19337 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19338 * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
19339 * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
19340 GNU_USER_DYNAMIC_LINKER64): Remove.
19341 * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
19342 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19343 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19344 GNU_USER_DYNAMIC_LINKER.
19345 * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
19346 GNU_USER_TARGET_OS_CPP_BUILTINS.
19347 * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
19348 GNU_USER_TARGET_OS_CPP_BUILTINS.
19349 * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
19350 to GNU_USER_TARGET_OS_CPP_BUILTINS.
19351 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
19352 GNU_USER_TARGET_OS_CPP_BUILTINS.
19353 (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
19354 (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
19355 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
19356 * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
19357 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19358 * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19359 GNU_USER_DYNAMIC_LINKER.
19360 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
19361 GNU_USER_TARGET_OS_CPP_BUILTINS.
19362 * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
19363 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19364 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19365 GNU_USER_DYNAMIC_LINKER.
19366 * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
19367 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19368 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
19369 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19370 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19371 GNU_USER_DYNAMIC_LINKER.
19372 * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
19373 GNU_USER_DYNAMIC_LINKERN32.
19374 (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
19375 GNU_USER_DYNAMIC_LINKERN32. Change LINUX_DYNAMIC_LINKER64 to
19376 GNU_USER_DYNAMIC_LINKER64. Change LINUX_DYNAMIC_LINKER32 to
19377 GNU_USER_DYNAMIC_LINKER32.
19378 * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
19379 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19380 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19381 GNU_USER_DYNAMIC_LINKER.
19382 * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
19383 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19384 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
19385 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19386 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
19387 * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
19388 GNU_USER_DYNAMIC_LINKER32.
19389 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
19390 * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
19391 GNU_USER_DYNAMIC_LINKER.
19392 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
19393 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19394 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
19395 GNU_USER_DYNAMIC_LINKER32. Change LINUX_DYNAMIC_LINKER64 to
19396 GNU_USER_DYNAMIC_LINKER64.
19397 * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
19398 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19399 (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19400 GNU_USER_DYNAMIC_LINKER.
19401 * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
19402 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19403 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
19404 GNU_USER_DYNAMIC_LINKER.
19405 * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
19406 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19407 (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
19408 GNU_USER_DYNAMIC_LINKER32.
19409 (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
19410 GNU_USER_DYNAMIC_LINKER64.
19411 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
19412 GNU_USER_DYNAMIC_LINKER64.
19413 * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
19414 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19415 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
19416 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
19417 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
19418
19419 2011-04-11 Joseph Myers <joseph@codesourcery.com>
19420
19421 * config/i386/gnu-user.h: Copy from linux.h. Update comments.
19422 (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
19423 (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
19424 GNU_USER_DYNAMIC_LINKER.
19425 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
19426 * config/i386/gnu-user64.h: Copy from linux64.h. Update comments.
19427 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
19428 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
19429 GNU_USER_DYNAMIC_LINKER64.
19430 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
19431 * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
19432 GNU_USER_LINK_EMULATION.
19433 * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
19434 DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
19435 ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
19436 MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
19437 PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
19438 CPP_SPEC, CC1_SPEC): Remove.
19439 (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
19440 (GNU_USER_DYNAMIC_LINKER): Define.
19441 (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
19442 ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
19443 ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
19444 LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
19445 TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
19446 STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
19447 TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
19448 * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
19449 CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
19450 TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
19451 LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
19452 LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
19453 (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
19454 (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
19455 TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
19456 TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
19457 * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
19458 GNU_USER_DYNAMIC_LINKER.
19459 * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
19460 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
19461 * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
19462 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
19463 * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
19464 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
19465 * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
19466 i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
19467 i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
19468 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
19469
19470 2011-04-11 Kai Tietz <ktietz@redhat.com>
19471
19472 PR target/9601
19473 PR target/11772
19474 * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
19475 * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
19476 comment.
19477 (ix86_is_msabi_thiscall): Removed.
19478 (ix86_is_type_thiscall): Likewise.
19479 (ix86_get_callcvt): New function.
19480 (ix86_comp_type_attributes): Simplify check.
19481 (ix86_function_regparm): Use ix86_get_callcvt for calling
19482 convention attribute checks.
19483 (ix86_return_pops_args): Likewise.
19484 (ix86_static_chain): Likewise.
19485 (x86_this_parameter): Likewise.
19486 (x86_output_mi_thunk): Likewise.
19487 (ix86_function_type_abi): Optimize check for types without attributes.
19488 * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
19489 IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
19490 IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
19491 by flag-values.
19492 (IX86_BASE_CALLCVT): Helper macro.
19493 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
19494 Use ix86_get_callcvt for calling convention attribute checks and avoid
19495 symbol-decoration for stdcall in TARGET_RTD case.
19496 * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
19497 Likewise.
19498 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
19499 for declaration.
19500
19501 2011-04-11 Uros Bizjak <ubizjak@gmail.com>
19502
19503 * config/i386/sse.md (VI_128): New mode iterator.
19504 (VI12_128): Rename from SSEMODE12.
19505 (VI14_128): Rename from SSEMODE14.
19506 (VI124_128): New mode iterator.
19507 (VI24_128): Rename from SSEMODE248.
19508 (VI248_128): Rename from SSEMODE248.
19509 (SSEMODE124C8): Remove.
19510 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
19511 (*sse2_<plusminus_insn><mode>3): Merge with
19512 *avx_<plusminus_insn><mode>3.
19513 (*mulv8hi3): Merge with *avx_mulv8hi3.
19514 (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
19515 (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
19516 (*sse2_pmaddwd): Merge with *avx_pmaddwd.
19517 (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
19518 (ashr<mode>3): Merge with *avx_ashr<mode>3.
19519 (lshr<mode>3): Merge with *avx_lshr<mode>3.
19520 (ashl<mode>3): Merge with *avx_ashl<mode>3.
19521 (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
19522 (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
19523 (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
19524 (*<smaxmin:code>v8hi3): Ditto.
19525 (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
19526 (*<smaxmin:code>v16qi3): Ditto.
19527 (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
19528 (*sse2_eq<mode>3): Ditto.
19529 (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
19530 (*sse2_gt<mode>3): Ditto.
19531 (vcondv2di): Split out of vcond<mode>.
19532 (vconduv2di): Split out of vcondu<mode>.
19533
19534 2011-04-11 Richard Guenther <rguenther@suse.de>
19535
19536 * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
19537 before calling tree_low_cst.
19538
19539 2011-04-11 Richard Guenther <rguenther@suse.de>
19540
19541 * stor-layout.c (layout_type): Compute all array index size operations
19542 in the original type.
19543 (initialize_sizetypes): Add comment.
19544 (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
19545
19546 2011-04-11 Joseph Myers <joseph@codesourcery.com>
19547
19548 * common.opt (Tbss=, Tdata=, Ttext=): New options.
19549
19550 2011-04-11 Martin Jambor <mjambor@suse.cz>
19551
19552 * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
19553 of cgraph_node, handle NULL return value.
19554 (cgraph_global_info): Likewise.
19555 (cgraph_rtl_info): Likewise.
19556 * tree-inline.c (estimate_num_insns): Likewise.
19557 * gimplify.c (unshare_body): Likewise.
19558 (unvisit_body): Likewise.
19559 (gimplify_body): Likewise.
19560 * predict.c (optimize_function_for_size_p): Likewise.
19561 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
19562 (call_may_clobber_ref_p_1): Likewise.
19563 * varasm.c (function_section_1): Likewise.
19564 (assemble_start_function): Likewise.
19565
19566 2011-04-11 Martin Jambor <mjambor@suse.cz>
19567
19568 * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
19569 of cgraph_node.
19570 * final.c (rest_of_clean_state): Likewise.
19571 * gimple-iterator.c (update_call_edge_frequencies): Likewise.
19572 * passes.c (pass_init_dump_file): Likewise.
19573 (execute_all_ipa_transforms): Likewise.
19574 (function_called_by_processed_nodes_p): Likewise.
19575 * predict.c (maybe_hot_frequency_p): Likewise.
19576 (probably_never_executed_bb_p): Likewise.
19577 (compute_function_frequency): Likewise.
19578 * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
19579 (unnest_nesting_tree_1): Likewise.
19580 (lower_nested_functions): Likewise.
19581 * tree-optimize.c (execute_fixup_cfg): Likewise.
19582 (tree_rest_of_compilation): Likewise.
19583 * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
19584 * tree-sra.c (ipa_early_sra): Likewise.
19585 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
19586 * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
19587 * ipa.c (record_cdtor_fn): Likewise.
19588 * ipa-inline.c (cgraph_early_inlining): Likewise.
19589 (compute_inline_parameters_for_current): Likewise.
19590 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
19591 * ipa-pure-const.c (local_pure_const): Likewise.
19592 * ipa-split.c (split_function): Likewise.
19593 (execute_split_functions): Likewise.
19594 * cgraphbuild.c (build_cgraph_edges): Likewise.
19595 (rebuild_cgraph_edges): Likewise.
19596 (cgraph_rebuild_references): Likewise.
19597 (remove_cgraph_callee_edges): Likewise.
19598 * cgraphunit.c (cgraph_mark_if_needed): Likewise.
19599 (verify_cgraph_node): Likewise.
19600 (cgraph_analyze_functions): Likewise.
19601 (cgraph_preserve_function_body_p): Likewise.
19602 (save_inline_function_body): Likewise.
19603 (save_inline_function_body): Likewise.
19604 * tree-inline.c (copy_bb): Likewise.
19605 (optimize_inline_calls): Likewise.
19606
19607 2011-04-11 Martin Jambor <mjambor@suse.cz>
19608
19609 PR tree-optimization/48195
19610 * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
19611 ipa_check_create_edge_args.
19612 (ipcp_generate_summary): Do not call ipa_check_create_node_params and
19613 ipa_check_create_edge_args.
19614 * ipa-inline.c (inline_generate_summary): Do not call
19615 ipa_check_create_node_params and ipa_check_create_edge_args.
19616 * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
19617 ipa_check_create_edge_args.
19618
19619 2011-04-09 Anatoly Sokolov <aesok@post.ru>
19620
19621 * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
19622 instead of loop.
19623 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
19624 * function.c (record_hard_reg_sets): Likewise.
19625 * ira.c (compute_regs_asm_clobbered): Likewise.
19626 * sched-deps.c (sched_analyze_1): Likewise.
19627 * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
19628
19629 2011-04-09 Xinliang David Li <davidxl@google.com>
19630
19631 PR tree-optimization/PR48484
19632 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
19633 has_valid_pred lazily
19634
19635 2011-04-09 Duncan Sands <baldrick@free.fr>
19636
19637 * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
19638
19639 2011-04-08 Eric Botcazou <ebotcazou@adacore.com>
19640
19641 * combine.c (combine_validate_cost): Adjust comments. Set registered
19642 cost of I0 to zero at the end, if any.
19643
19644 2011-04-08 Xinliang David Li <davidxl@google.com>
19645
19646 * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
19647 to insane profile data.
19648
19649 2011-04-08 Xinliang David Li <davidxl@google.com>
19650
19651 * ipa-cp.c (ipcp_update_profiling): Correct
19652 negative scale factor due to insane profile data.
19653
19654 2011-04-08 Xinliang David Li <davidxl@google.com>
19655
19656 * final.c (dump_basic_block_info): New function.
19657 (final): Dump basic block.
19658 (final_scan_insn): Remove old dump.
19659
19660 2011-04-08 Steven G. Kargl <kargl@gcc.gnu.org>
19661
19662 PR target/47829
19663 * config.gcc (i386-*-freebsd): Disable unwind table generation for
19664 crtbegin/crtend.
19665
19666 2011-04-08 Michael Matz <matz@suse.de>
19667
19668 PR middle-end/48389
19669 * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
19670 functions.
19671 (rebuild_jump_labels): Call rebuild_jump_labels_1.
19672 * rtl.h (rebuild_jump_labels_chain): Declare.
19673 * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
19674 insns inserted on edges.
19675
19676 2011-04-08 Joseph Myers <joseph@codesourcery.com>
19677
19678 * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
19679 * config/arm/arm-arches.def: New.
19680 * config/arm/arm-opts.h: New.
19681 * config/arm/genopt.sh: New.
19682 * config/arm/arm-tables.opt: New (generated).
19683 * config/arm/arm.c (arm_handle_option, arm_target_help,
19684 TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
19685 (all_architectures): Get most table contents from arm-arches.def.
19686 (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
19687 arm_selected_tune here.
19688 * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
19689 * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
19690 (march=, mcpu=, mtune=): Use Enum and Var.
19691 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
19692 (arm.o): Update dependencies.
19693
19694 2011-04-08 Basile Starynkevitch <basile@starynkevitch.net>
19695
19696 * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
19697 of header_file.
19698 (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
19699 (write_typed_alloc_defns): Likewise.
19700 (main): Calls write_typed_alloc_defns with output_header.
19701
19702 2011-04-08 Vladimir Makarov <vmakarov@redhat.com>
19703
19704 PR inline-asm/48435
19705 * ira-color.c (setup_profitable_hard_regs): Add comments.
19706 Don't take prohibited hard regs into account.
19707 (setup_conflict_profitable_regs): Rename to
19708 get_conflict_profitable_regs.
19709 (check_hard_reg_p): Check prohibited hard regs.
19710
19711 2011-04-08 Nathan Froyd <froydnj@codesourcery.com>
19712
19713 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
19714 * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
19715 * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
19716
19717 2011-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19718
19719 PR target/48366
19720 * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
19721 move from floating point to shift amount register.
19722 (emit_move_sequence): Remove secondary reload support for floating
19723 point to shift amount amount register copies.
19724 (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
19725 amount register copies.
19726 * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
19727 register, return false if mode isn't a scalar integer mode.
19728 * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
19729
19730 2011-04-08 Richard Guenther <rguenther@suse.de>
19731
19732 * gimple.c (gimple_call_flags): Remove kludge.
19733
19734 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
19735
19736 * sel-sched.c (sel_region_init): Move call to
19737 sel_setup_region_sched_flags after setup_current_loop_nest.
19738
19739 2011-04-08 Andrey Belevantsev <abel@ispras.ru>
19740
19741 PR rtl-optimization/48272
19742 * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
19743 init_insn_reg_pressure_info. Adjust a caller.
19744 * sched-int.h (init_insn_reg_pressure_info): Declare.
19745 * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
19746 when sched-pressure is enabled.
19747
19748 2011-04-08 Richard Guenther <rguenther@suse.de>
19749
19750 * gimple.c (gimple_set_modified): Do not queue calls to
19751 MODIFIED_NORETURN_CALLS here ...
19752 * tree-ssa-operands.c (update_stmt_operands): ... but here.
19753
19754 2011-04-08 Richard Guenther <rguenther@suse.de>
19755
19756 PR lto/48467
19757 * toplev.c (lang_dependent_init): Do not open asm_out_file
19758 in WPA mode, nor perform debug machinery initialization.
19759 (finalize): Do not unlink asm_out_file in WPA mode.
19760
19761 2011-04-08 Richard Guenther <rguenther@suse.de>
19762
19763 * gimple.h (gimple_call_fntype): New function.
19764 (gimple_call_return_type): Use it.
19765 * expr.c (expand_expr_real_1): Use gimple_call_fntype.
19766 * gimple-low.c (gimple_check_call_args): Likewise.
19767 * gimple.c (gimple_call_flags): Likewise.
19768 (gimple_call_arg_flags): Likewise.
19769 (gimple_call_return_flags): Likewise.
19770 * tree-cfg.c (verify_gimple_call): Likewise.
19771 (do_warn_unused_result): Likewise.
19772 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
19773 * value-prof.c (gimple_ic_transform): Fix fndecl check.
19774
19775 2011-04-08 Dmitry Melnik <dm@ispras.ru>
19776
19777 PR rtl-optimization/48235
19778 * sel-sched.c (code_motion_process_successors): Recompute the last
19779 insn in basic block if control flow changed.
19780 (code_motion_path_driver): Ditto. Recompute the first insn as well.
19781 Update condition for ilist_remove.
19782
19783 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
19784
19785 PR rtl-optimization/48302
19786 * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
19787 * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument. Use
19788 it to record added preheader blocks.
19789 * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument. Pass it
19790 on to sel_add_loop_preheaders.
19791 (sel_region_init): Move call to setup_current_loop_nest after
19792 sel_init_bbs.
19793
19794 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
19795
19796 PR target/48273
19797 * cfgloop.h (loop_has_exit_edges): New helper.
19798 * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
19799 non-clonable.
19800 * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
19801 that have no exit edges.
19802
19803 2011-04-08 Alexander Monakov <amonakov@ispras.ru>
19804
19805 PR rtl-optimization/48442
19806 * sel-sched.c (init_seqno): Remove number_of_insns argument. Update
19807 all callers. Adjust assert.
19808
19809 2011-04-08 Jakub Jelinek <jakub@redhat.com>
19810
19811 PR tree-optimization/48377
19812 * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
19813 is_packed to true even for types with smaller TYPE_ALIGN than
19814 TYPE_SIZE.
19815
19816 2011-04-08 Richard Guenther <rguenther@suse.de>
19817
19818 PR bootstrap/48513
19819 * doc/tm.texi: Re-generate.
19820
19821 2011-04-08 Wei Guozhi <carrot@google.com>
19822
19823 PR target/47855
19824 * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
19825 * config/arm/arm.c (arm_attr_length_push_multi): New function.
19826 * config/arm/arm.md (*push_multi): Change the length computation to
19827 call a C function.
19828
19829 2011-04-08 Anatoly Sokolov <aesok@post.ru>
19830
19831 * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
19832 (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
19833 * doc/tm.texi: Regenerate.
19834 * system.h (ASM_OUTPUT_BSS): Poison.
19835 * varasm.c (asm_output_bss): Remove function.
19836 (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
19837
19838 * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
19839 * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
19840 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
19841 * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
19842 Likewise.
19843 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
19844 Likewise.
19845 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
19846 Likewise.
19847 * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
19848
19849 2011-04-07 Joseph Myers <joseph@codesourcery.com>
19850
19851 * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
19852 EnumValue lines.
19853
19854 2011-04-07 Joseph Myers <joseph@codesourcery.com>
19855
19856 * config/m68k/m68k.c (m68k_handle_option): Don't handle
19857 OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
19858 OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
19859 OPT_mcpu32.
19860 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
19861 handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
19862 -m68030, -m68040, -m68060, -mcpu32 and -m68332.
19863 * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
19864 m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
19865 * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
19866 (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
19867 (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
19868 options. Don't map other m68k options manually. Don't handle
19869 old-style options as canonical.
19870 (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
19871 * doc/install.texi (m68k-*-*): Document binutils version requirement.
19872
19873 2011-04-07 Eric Botcazou <ebotcazou@adacore.com>
19874
19875 * basic-block.h (force_nonfallthru): Move to...
19876 * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
19877 (force_nonfallthru): ...here.
19878 * cfghooks.c (force_nonfallthru): New function.
19879 * cfgrtl.c (force_nonfallthru): Rename into...
19880 (rtl_force_nonfallthru): ...this.
19881 (commit_one_edge_insertion): Do not set AUX field.
19882 (commit_edge_insertions): Do not discover new basic blocks.
19883 (rtl_cfg_hooks): Add rtl_force_nonfallthru.
19884 (cfg_layout_rtl_cfg_hooks): Likewise.
19885 * function.c (thread_prologue_and_epilogue_insns): Remove bogus
19886 ATTRIBUTE_UNUSED. Discover new basic blocks in the prologue insns.
19887 * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
19888
19889 2011-04-07 Anatoly Sokolov <aesok@post.ru>
19890
19891 * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
19892 Remove macros.
19893
19894 2011-04-07 Uros Bizjak <ubizjak@gmail.com>
19895
19896 * config/i386/sse.md: Update copyright year.
19897 (avxcvtvecmode): Remove.
19898 (sse_movhlps): Merge with *avx_movhlps.
19899 (sse_movlhps): Merge with *avx_movlhps.
19900 (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
19901 (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
19902 (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
19903 (sse_loadhps): Merge with *avx_loadhps.
19904 (sse_storelps): Merge with *avx_storelps.
19905 (sse_loadlps): Merge with *avx_loadlps.
19906 (sse_movss): Merge with *avx_movss.
19907 (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
19908 (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
19909 (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
19910 (*vec_set<mode>_0_sse2): Split multi-unit alternative.
19911 (vec_set<mode>_0): Ditto.
19912 (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
19913 (sse4_1_insertps): Merge with *avx_insertps.
19914 (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
19915 (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
19916 (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
19917 (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
19918 (sse2_storehpd): Merge with *avx_storehpd.
19919 (sse2_loadhpd): Merge with *avx_loadhpd.
19920 (sse2_loadlpd): Merge with *avx_loadlpd.
19921 (sse2_movsd): Merge with *avx_movsd.
19922 (*vec_concatv2df): Merge with *vec_concatv2df.
19923
19924 2011-04-07 Jakub Jelinek <jakub@redhat.com>
19925
19926 PR debug/48343
19927 * combine.c (combine_instructions): Add last_combined_insn,
19928 update it if insn is after it, pass it to all try_combine calls.
19929 (try_combine): Add last_combined_insn parameter, pass it instead of
19930 i3 to propagate_for_debug.
19931
19932 2011-04-07 Nick Clifton <nickc@redhat.com>
19933
19934 * config/mn10300/mn10300.md (movqi_internal): Add alternatives
19935 to handle MDR <-> data register transfers.
19936 (movhi_internal): Likewise.
19937
19938 2011-04-07 Alan Modra <amodra@gmail.com>
19939
19940 * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
19941 previous stack info.
19942
19943 2011-04-07 Tom de Vries <tom@codesourcery.com>
19944
19945 PR target/43920
19946 * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter. Pass dir to
19947 flow_find_cross_jump. Swap variables to implement backward replacement.
19948 (try_crossjump_bb): Add argument to try_crossjump_to_edge.
19949
19950 2011-04-07 Tom de Vries <tom@codesourcery.com>
19951
19952 PR target/43920
19953 * cfgcleanup.c (walk_to_nondebug_insn): New function.
19954 (flow_find_cross_jump): Use walk_to_nondebug_insn. Recalculate bb1
19955 and bb2.
19956 (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
19957 src1 or src2. Redirect edges to the last basic block. Update
19958 frequency and count on multiple basic blocks in case of fallthru.
19959
19960 2011-04-07 Tom de Vries <tom@codesourcery.com>
19961
19962 PR target/43920
19963 * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
19964 function.
19965 (old_insns_match_p): Change return type. Replace return false/true
19966 with return dir_none/dir_both. Use can_replace_by.
19967 (flow_find_cross_jump): Add dir_p parameter. Init replacement
19968 direction from dir_p. Register replacement direction in dir, last_dir
19969 and afterlast_dir. Handle new return type of old_insns_match_p using
19970 merge_dir. Return replacement direction in dir_p.
19971 (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
19972 return type of old_insns_match_p.
19973 (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
19974 * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
19975 flow_find_cross_jump.
19976 * basic-block.h (enum replace_direction): New type.
19977 (flow_find_cross_jump): Add parameter to declaration.
19978
19979 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
19980
19981 * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
19982 (AVXMODEDCVTPS2DQ): Ditto.
19983 (VEC_FLOAT_MODE): Ditto.
19984 (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3. Use VF mode
19985 iterator. Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
19986 (<any_logic:code><mode>3): Use VF mode iterator.
19987 (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
19988 Use VF mode iterator.
19989 (copysign<mode>3): Use VF mode iterator.
19990 (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3. Handle
19991 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
19992 (*<any_logic:code><MODEF:mode>3): Merge with
19993 *avx_<any_logic:code><MODEF:mode>3.
19994 (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
19995 (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
19996 (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
19997 (avx_cvtdq2ps<avxmodesuffix>): Remove.
19998 (sse2_cvtdq2ps): Use %v modifier.
19999 (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
20000 (avx_cvtps2dq<avxmodesuffix>): Remove.
20001 (sse2_cvtps2dq): Use %v modifier.
20002 (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
20003 (avx_cvttps2dq<avxmodesuffix>): Remove.
20004 (sse2_cvttps2dq): Use %v modifier.
20005 (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
20006 (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
20007 (sse2_cvtsd2siq): Fix insn template.
20008 (sse2_cvtsd2siq_2): Ditto.
20009 (sse2_cvttsd2siq): Ditto.
20010 (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
20011 (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
20012
20013 2011-04-06 Joseph Myers <joseph@codesourcery.com>
20014
20015 * gcov-io.c: Use GCC Runtime Library Exception.
20016
20017 2011-04-06 Jakub Jelinek <jakub@redhat.com>
20018
20019 PR debug/48466
20020 * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
20021 as base_reg whatever register reg has been eliminated to, instead
20022 of hardcoding STACK_POINTER_REGNUM.
20023
20024 2011-04-06 Joseph Myers <joseph@codesourcery.com>
20025
20026 * doc/tm.texi.in: Document C target hooks as separate from general
20027 target hooks.
20028 * doc/tm.texi: Regenerate.
20029 * genhooks.c (struct hook_desc): Add docname field.
20030 (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC). Initialize
20031 docname field.
20032 (hook_array): Include c-target.def.
20033 (emit_documentation): Use docname field in output.
20034 (emit_init_macros): Take docname argument. Only emit definitions
20035 for hooks matching docname.
20036 (main): Expect additional arguments in all cases. Pass argument
20037 to emit_init_macros.
20038 * target.def: Move initial macro definitions and comments to
20039 target-hooks-macros.h.
20040 (gcc_targetcm): Move to c-family/c-target.def.
20041 * target.h (targetcm): Move declaration to c-family/c-target.h.
20042 * targhooks.c (default_handle_c_option): Move to
20043 c-family/c-opts.c.
20044 * targhooks.h (default_handle_c_option): Move declaration to
20045 c-family/c-common.h.
20046 * target-hooks-macros.h: New file.
20047 * config.gcc (target_has_targetcm): Define and use to add to
20048 c_target_objs and cxx_target_objs.
20049 * config/default-c.c: New file.
20050 * config/darwin-c.c: Include c-target.h and c-target-def.h instead
20051 of target.h and target-def.h.
20052 (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
20053 (darwin_objc_construct_string, darwin_cfstring_ref_p,
20054 darwin_check_cfstring_format_arg): Make static.
20055 (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
20056 TARGET_STRING_OBJECT_REF_TYPE_P,
20057 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
20058 * config/darwin-protos.h (darwin_objc_construct_string,
20059 darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
20060 declare.
20061 * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
20062 TARGET_STRING_OBJECT_REF_TYPE_P,
20063 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
20064 * config/t-darwin (darwin-c.o): Update dependencies.
20065 * system.h (TARGET_HAS_TARGETCM): Poison.
20066 * Makefile.in (TARGET_H): Update.
20067 (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
20068 (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
20069 (default-c.o): New target.
20070 (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
20071 (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
20072 (s-tm-texi): Pass -d option to genhooks. Also test timestamp on
20073 c-target.def.
20074 (build/genhooks.o): Update dependencies.
20075
20076 2011-04-06 Richard Guenther <rguenther@suse.de>
20077
20078 * ipa-inline.c (enum inlining_mode): Remove.
20079 (cgraph_flatten): Use some other token.
20080 (cgraph_edge_early_inlinable_p): New function, split out from ...
20081 (cgraph_perform_always_inlining): New function, split out from ...
20082 (cgraph_decide_inlining_incrementally): ... here.
20083 (cgraph_mark_inline_edge): Adjust.
20084 (cgraph_early_inlining): Re-structure.
20085 (pass_early_inline): Require SSA form.
20086
20087 2011-04-06 Andrew Stubbs <ams@codesourcery.com>
20088 Julian Brown <julian@codesourcery.com>
20089 Mark Shinwell <shinwell@codesourcery.com>
20090
20091 * config/arm/arm.h (arm_class_likely_spilled_p): Check against
20092 LO_REGS only for Thumb-1.
20093 (MODE_BASE_REG_CLASS): Restrict base registers to those which can
20094 be used in short instructions when optimising for size on Thumb-2.
20095
20096 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
20097
20098 * gimple-low.c (lower_gimple_return): When not optimizing, force labels
20099 associated with user returns to be preserved.
20100
20101 2011-04-06 Tristan Gingold <gingold@adacore.com>
20102
20103 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
20104 symbol_queue_size, DBXOUT_DECR_NESTING,
20105 (DBXOUT_DECR_NESTING_AND_RETURN): Also define
20106 if XCOFF_DEBUGGING_INFO.
20107
20108 2011-04-06 Uros Bizjak <ubizjak@gmail.com>
20109
20110 * config/i386/i386.md (attribute isa): New.
20111 (attribute enabled): New.
20112 (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
20113 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
20114 (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
20115 (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
20116 (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
20117 (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
20118 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
20119 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
20120
20121 * config/i386/sse.md (VF): New mode iterator.
20122 (VF1): Ditto.
20123 (VF2): Ditto.
20124 (VF_128): Ditto.
20125 (SSEMODEF4): Remove.
20126 (attribute sse): Handle V8SF and V4DF modes.
20127 (<absneg:code><mode>2): Use VF mode iterator.
20128 (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2. Use VF
20129 mode iterator.
20130 (<plusminus_insn><mode>3): Use VF mode iterator.
20131 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
20132 Use VF mode iterator.
20133 (<sse>_vm<plusminus_insn><mode>3): Merge with
20134 *avx_vm<plusminus_insn><mode>3. Use VF_128 mode iterator.
20135 (mul<mode>3): Use VF mode iterator.
20136 (*mul<mode>3): Merge with *avx_mul<mode>3. Use VF mode iterator.
20137 (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3. Use VF_128
20138 mode iterator.
20139 (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
20140 (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
20141 (<sse>_div<mode>3): Merge with *avx_div<mode>3. Use VF mode iterator.
20142 (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3. Use VF_128
20143 mode iterator.
20144 (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
20145 Use VF1 mode iterator.
20146 (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
20147 (sqrt<VF2:mode>2): New expander.
20148 (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
20149 (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
20150 and sqrtv2df2. Use VF mode iterator.
20151 (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2. Use VF_128
20152 mode iterator.
20153 (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
20154 (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
20155 Use VF1 mode iterator.
20156 (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
20157 (<smaxmin:code><mode>3): Use VF mode iterator.
20158 (*<smaxmin:code><mode>3_finite): Merge with
20159 *avx_<smaxmin:code><mode>3_finite. Use VF mode iterator.
20160 (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
20161 (<sse>_vm<smaxmin:code><mode>2): Merge with
20162 *avx_vm<smaxmin:code><mode>2. Use VF_128 mode iterator.
20163 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3. Use VF
20164 mode iterator.
20165 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3. Use VF
20166 mode iterator.
20167 (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
20168 (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
20169 (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
20170 (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
20171 (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3. Use
20172 VF mode iterator.
20173 (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
20174 Use VF_128 mode iterator.
20175 (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3. Use VF
20176 mode iterator.
20177 (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3. Use
20178 VF_128 mode iterator.
20179 (vcond<mode>): Use VF mode iterator.
20180 * config/i386/predicates.md (sse_comparison_operator): Merge with
20181 avx_comparison_float_operator. Do not declare as special_predicate.
20182 * config/i386/i386.c (struct builtin_description): Update for renamed
20183 compare patterns.
20184 (ix86_expand_args_builtin): Ditto.
20185 (ix86_expand_sse_compare_mask): Ditto.
20186
20187 2011-04-06 Richard Guenther <rguenther@suse.de>
20188
20189 * tree-inline.c (estimate_num_insns): For calls simply account
20190 for all passed arguments and a used return value.
20191
20192 2011-04-06 Richard Guenther <rguenther@suse.de>
20193
20194 PR tree-optimization/47663
20195 * cgraph.h (struct cgraph_edge): Add call_stmt_size and
20196 call_stmt_time fields.
20197 (cgraph_edge_inlinable_p): Declare.
20198 (cgraph_edge_recursive_p): New inline function.
20199 * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
20200 (cgraph_clone_edge): Copy it.
20201 * ipa-inline.c (cgraph_estimate_edge_time): New function.
20202 Account for call stmt time.
20203 (cgraph_estimate_time_after_inlining): Take edge argument.
20204 (cgraph_estimate_edge_growth): Account call stmt size.
20205 (cgraph_estimate_size_after_inlining): Take edge argument.
20206 (cgraph_mark_inline_edge): Adjust.
20207 (cgraph_check_inline_limits): Likewise.
20208 (cgraph_recursive_inlining_p): Remove.
20209 (cgraph_edge_badness): Use cgraph_edge_recursive_p.
20210 (cgraph_decide_recursive_inlining): Take edge argument and
20211 adjust.
20212 (cgraph_decide_inlining_of_small_functions): Do not avoid
20213 diags for recursive inlining here.
20214 (cgraph_flatten): Adjust.
20215 (cgraph_decide_inlining_incrementally): Likewise.
20216 (estimate_function_body_sizes): Remove call cost handling.
20217 (compute_inline_parameters): Initialize caller edge call costs.
20218 (cgraph_estimate_edge_growth): New function.
20219 (cgraph_estimate_growth): Use it.
20220 (cgraph_edge_badness): Likewise.
20221 (cgraph_check_inline_limits): Take an edge argument.
20222 (cgraph_decide_inlining_of_small_functions): Adjust.
20223 (cgraph_decide_inlining): Likewise.
20224 * tree-inline.c (estimate_num_insns): Only account for call
20225 return value if it is used.
20226 (expand_call_inline): Avoid diagnostics on recursive inline
20227 functions here.
20228 * lto-cgraph.c (lto_output_edge): Output edge call costs.
20229 (input_edge): Input edge call costs.
20230
20231 2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20232
20233 * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
20234
20235 2011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
20236
20237 * doc/invoke.texi (Spec Files): Fix typo.
20238
20239 2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
20240
20241 * profile.c (branch_prob): Move declaration of local variable. Remove
20242 obsolete ??? comment. Expand the location explicitly instead of using
20243 the LOCATION_FILE and LOCATION_LINE macros.
20244
20245 2011-04-06 Wei Guozhi <carrot@google.com>
20246
20247 PR target/47855
20248 * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
20249 (arm_cond_branch): Likewise.
20250 (arm_cond_branch_reversed): Likewise.
20251 (arm_jump): Likewise.
20252 (push_multi): Likewise.
20253 * config/arm/constraints.md (Py): New constraint.
20254
20255 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
20256
20257 PR bootstrap/48471
20258 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
20259 Move these...
20260 (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
20261 (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
20262 #ifdef DBX_DEBUGGING_INFO.
20263
20264 2011-04-05 Bernd Schmidt <bernds@codesourcery.com>
20265
20266 PR bootstrap/48403
20267 * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
20268 if old and new states differ.
20269
20270 2011-04-05 Joseph Myers <joseph@codesourcery.com>
20271
20272 * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
20273 OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
20274 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
20275 handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
20276 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
20277 mcfv4e): Use Alias.
20278 * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
20279 ColdFire options to -mcpu= options.
20280
20281 2011-04-05 Jeff Law <law@redhat.com>
20282
20283 * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
20284 check if BB is a successor of LOOP->header and return
20285 NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
20286
20287 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
20288
20289 * cprop.c (struct reg_use): Remove.
20290 (reg_use_table): Make an array of RTX.
20291 (find_used_regs, constprop_register, local_cprop_pass,
20292 bypass_block): Simplify users of reg_use_table.
20293 (cprop_insn): Likewise. Iterate if copy propagation succeeded
20294 on one of the uses found by find_used_regs.
20295
20296 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
20297
20298 PR bootstrap/48469
20299 * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
20300 declaration.
20301
20302 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
20303
20304 * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
20305 as an rtx.
20306 (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
20307
20308 2011-04-05 Steven Bosscher <steven@gcc.gnu.org>
20309
20310 PR middle-end/48441
20311 * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
20312
20313 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
20314
20315 * combine.c: Include obstack.h.
20316 (struct insn_link): Define.
20317 (uid_log_links): Adjust type.
20318 (FOR_EACH_LOG_LINK): New macro.
20319 (insn_link_obstack): Declare.
20320 (alloc_insn_link): Define.
20321 (create_log_links): Call it. Use FOR_EACH_LOG_LINK and adjust
20322 type of link variables.
20323 (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
20324 (try_combine, record_promoted_values, distribute_notes): Likewise.
20325 (distribute_links): Likewise. Tweak prototype.
20326 (clear_log_links): Delete.
20327 (adjust_for_new_dest): Call alloc_insn_link.
20328 * Makefile.in (combine.o): Depend on $(OBSTACK_H).
20329
20330 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
20331
20332 * gcse.c (modify_mem_list): Convert to an array of VECs.
20333 (canon_modify_mem_list, compute_transp): Tweak formatting.
20334 (alloc_gcse_mem): Likewise. Adjust for modify_mem_list change.
20335 (load_killed_in_block_p): Likewise.
20336 (record_last_mem_set_info): Likewise.
20337 (clear_modify_mem_tables): Likewise.
20338
20339 2011-04-05 Tom de Vries <tom@codesourcery.com>
20340
20341 PR middle-end/48461
20342 * function.c (emit_use_return_register_into_block): Only define if
20343 HAVE_return.
20344
20345 2011-04-05 Eric Botcazou <ebotcazou@adacore.com>
20346
20347 * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
20348
20349 2011-04-05 Joseph Myers <joseph@codesourcery.com>
20350
20351 * config/rx/rx-opts.h: New.
20352 * config/rx/rx.c (rx_cpu_type): Remove.
20353 (rx_handle_option): Don't assert that global structures are in
20354 use. Access variables via opts pointer. Defer most handling of
20355 OPT_mint_register_. Use error_at.
20356 (rx_option_override): Handle deferred OPT_mint_register_ here.
20357 * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
20358 * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
20359 (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
20360 (rx_cpu_types): New Enum and EnumValue entries.
20361 (mint-register=): Use Defer and use Var accordingly.
20362
20363 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
20364
20365 * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
20366 (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
20367 * final.c (debug_flush_symbol_queue, debug_queue_symbol):
20368 Move these...
20369 (debug_free_queue, debug_nesting, symbol_queue_index):
20370 ...and these...
20371 * dbxout.c: ...to here. Make static.
20372
20373 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
20374
20375 * gcse.c (modify_pair): Define. Define a VEC of it.
20376 (canon_modify_mem_list): Convert to an array of VECs.
20377 (free_insn_expr_list_list): Delete.
20378 (clear_modify_mem_tables): Call VEC_free instead.
20379 (record_last_mem_set_info): Don't modify canon_modify_mem_list.
20380 (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
20381 (canon_list_insert, compute_transp): Likewise.
20382
20383 2011-04-05 Tom de Vries <tom@codesourcery.com>
20384
20385 PR target/43920
20386 * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
20387 for size.
20388
20389 2011-04-05 Tom de Vries <tom@codesourcery.com>
20390
20391 PR target/43920
20392 * function.c (emit_use_return_register_into_block): New function.
20393 (thread_prologue_and_epilogue_insns): Use
20394 emit_use_return_register_into_block.
20395
20396 2011-04-05 Tom de Vries <tom@codesourcery.com>
20397
20398 PR target/43920
20399 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
20400 insn.
20401
20402 2011-04-05 Tom de Vries <tom@codesourcery.com>
20403
20404 * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
20405
20406 2011-04-05 Yufeng Zhang <yufeng.zhang@arm.com>
20407
20408 * config/arm/arm.md (define_constants for unspec): Replace with
20409 define_c_enum.
20410 (define_constants for unspecv): Replace with define_c_enum.
20411 * config/arm/neon.md (define_constants for unspec): Replace with
20412 define_c_enum.
20413
20414 2011-04-04 Richard Henderson <rth@redhat.com>
20415
20416 PR bootstrap/48400
20417 * dwarf2out.c (output_line_info): Always emit line info from
20418 at least one section.
20419 (dwarf2out_init): Create text_section_line_info here ...
20420 (set_cur_line_info_table): ... not here.
20421
20422 2011-04-04 Vladimir Makarov <vmakarov@redhat.com>
20423
20424 PR target/48380
20425 * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
20426 not called.
20427
20428 * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
20429
20430 2011-04-04 Steven Bosscher <steven@gcc.gnu.org>
20431
20432 * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
20433 (expr_equiv_p): Remove.
20434 (insert_set_in_table): Look at <dest, src> pair instead of expr.
20435 (hash_scan_set): Update call to insert_set_in_table.
20436 (dump_hash_table): Dump <dest, src> pair.
20437 (lookup_set): Simplify. Lookup <dest, src> pair.
20438 (compute_transp): Remove, fold heavily simplified code into...
20439 (compute_local_properties): ...here. Expect COMP and TRANSP
20440 unconditionally.
20441 (find_avail_set): Take set directly from struct expr.
20442 (find_bypass-set): Likewise.
20443 (bypass_block): Likewise.
20444 (cprop_insn): Likewise. Remove redundant INSN_P test.
20445
20446 * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
20447 checks on form of COND from find_implicit_sets to here.
20448 (find_implicit_sets): Cleanup control flow. Split critical edges
20449 if it exposes implicit sets. Allocate/resize implicit_sets as
20450 necessary.
20451 (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
20452 changed something. Run df_analyze after find_implicit_sets if any
20453 edges were split. Do not allocate implicit_sets here.
20454
20455 * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
20456 (gcse_obstack): Renamed to cprop_obstack.
20457 (GNEW, GNEWVEC, GNEWVAR): Remove.
20458 (gmalloc): Remove.
20459 (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
20460 (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
20461 (gcse_alloc): Likewise, and rename to cprop_alloc.
20462 (alloc_gcse_men, free_gcse_mem): Remove.
20463 (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
20464 (compute_hash_table_work): Allocate and free reg_set_bitmap here.
20465 (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
20466
20467 * cprop.c (oprs_not_set_p): Remove.
20468 (mark_set, mark_clobber): Remove.
20469 (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
20470 (reg_not_set_p): New function.
20471 (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
20472 (cprop_insn): Likewise.
20473 (cprop_jump): Use FOR_EACH_EDGE.
20474
20475 2011-04-04 Bernd Schmidt <bernds@codesourcery.com>
20476
20477 PR bootstrap/48403
20478 * haifa-sched.c (nonscheduled_insns_begin): New static variable.
20479 (rank_for_schedule): Use scheduled_insns vector instead of
20480 last_scheduled_insn.
20481 (ok_for_early_queue_removal): Likewise.
20482 (queue_to_ready): Search forward in nonscheduled_insns_begin if
20483 we have a dbg_cnt.
20484 (choose_ready): Likewise.
20485 (commit_schedule): Use VEC_iterate.
20486 (schedule_block): Initialize nonscheduled_insns_begin. If we have
20487 a dbg_cnt, use it and ensure the first insn is in the ready list.
20488 (haifa_sched_init): Allocate scheduled_insns.
20489 (sched_extend_ready_list): Don't allocate it; reserve space.
20490 (haifa_sched_finish): Free it.
20491
20492 2011-04-04 Joseph Myers <joseph@codesourcery.com>
20493
20494 * optc-gen.awk: Always remove type from Variable entry before
20495 recording in var_seen.
20496
20497 2011-04-04 Eric Botcazou <ebotcazou@adacore.com>
20498
20499 * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
20500 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
20501 call to tidy_fallthru_edges.
20502
20503 2011-04-04 Joseph Myers <joseph@codesourcery.com>
20504
20505 * doc/options.texi (ToLower): Document.
20506 * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
20507 * opts-common.c (decode_cmdline_option): Handle cl_tolower.
20508 * opts.h (cl_option): Add cl_tolower field.
20509 * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
20510 arguments with lowercase strings.
20511 * config/rx/rx.opt (mcpu=): Add ToLower.
20512 * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
20513 argument.
20514
20515 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
20516
20517 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
20518
20519 2011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
20520
20521 * config/vax/vax.c: Include reload.h.
20522
20523 2011-04-04 Anatoly Sokolov <aesok@post.ru>
20524
20525 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
20526 * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
20527 (sparc_preferred_reload_class): New function.
20528
20529 2011-04-04 Jakub Jelinek <jakub@redhat.com>
20530
20531 PR debug/48401
20532 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
20533 Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
20534
20535 2011-04-03 Nathan Froyd <froydnj@codesourcery.com>
20536
20537 * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
20538 * tree.c (initialize_tree_contains_struct): Adjust accordingly.
20539
20540 2011-04-03 Anatoly Sokolov <aesok@post.ru>
20541
20542 * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
20543 (ASM_OUTPUT_ALIGNED_BSS): Define.
20544
20545 2011-04-03 Michael Matz <matz@suse.de>
20546
20547 * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
20548 and next_slot members.
20549 (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
20550 lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
20551 (lto_streamer_cache_append): Declare.
20552 * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
20553 unsigned index, remove offset parameter, ensure that we append
20554 or update existing entries.
20555 (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
20556 parameter, update next_slot for append.
20557 (lto_streamer_cache_insert): Use unsigned index, remove offset_p
20558 parameter.
20559 (lto_streamer_cache_insert_at): Likewise.
20560 (lto_streamer_cache_append): New function.
20561 (lto_streamer_cache_lookup): Use unsigned index.
20562 (lto_streamer_cache_get): Likewise.
20563 (lto_record_common_node): Don't test tree_node_can_be_shared.
20564 (preload_common_node): Adjust call to lto_streamer_cache_insert.
20565 (lto_streamer_cache_delete): Don't free offsets member.
20566 * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
20567 (lto_output_string_with_length): Use lto_output_data_stream.
20568 (lto_output_tree_header): Remove ix parameter, don't write it.
20569 (lto_output_builtin_tree): Likewise.
20570 (lto_write_tree): Adjust callers to above, don't track and write
20571 offset, write unsigned index.
20572 (output_unreferenced_globals): Don't emit all global vars.
20573 (write_global_references): Use unsigned indices.
20574 (lto_output_decl_state_refs): Likewise.
20575 (write_symbol): Likewise.
20576 * lto-streamer-in.c (lto_input_chain): Move earlier.
20577 (input_function): Use unsigned index.
20578 (input_alias_pairs): Don't read and then ignore all global vars.
20579 (lto_materialize_tree): Remove ix_p parameter, don't read index,
20580 don't pass it back, use lto_streamer_cache_append.
20581 (lto_register_var_decl_in_symtab): Use unsigned index.
20582 (lto_register_function_decl_in_symtab): Likewise.
20583 (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
20584 index.
20585 (lto_get_builtin_tree): Don't read index, use
20586 lto_streamer_cache_append.
20587 (lto_read_tree): Adjust call to lto_materialize_tree.
20588
20589 * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
20590 don't use function calls in arguments to MIN.
20591
20592 * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
20593 twice.
20594
20595 * gimple.c (gimple_type_leader_entry): Mark deletable.
20596
20597 2011-04-03 Alan Modra <amodra@gmail.com>
20598
20599 * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
20600
20601 2011-04-03 Michael Matz <matz@suse.de>
20602
20603 * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
20604 an integer.
20605 * tree.h (tree_decl_non_common.vindex): Adjust comment.
20606
20607 2011-04-03 Michael Matz <matz@suse.de>
20608
20609 * cgraphbuild.c (record_reference): Canonicalize constructor values.
20610 * gimple-fold.c (canonicalize_constructor_val): Accept being called
20611 without function context.
20612 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
20613 current_function_decl and cfun.
20614
20615 2011-04-03 Michael Matz <matz@suse.de>
20616
20617 * tree.c (decl_init_priority_insert): Don't create entry for
20618 default priority.
20619 (decl_fini_priority_insert): Ditto.
20620 (fields_compatible_p, find_compatible_field): Remove.
20621 * tree.h (fields_compatible_p, find_compatible_field): Remove.
20622 * gimple.c (gimple_compare_field_offset): Adjust block comment.
20623
20624 2011-04-03 Eric Botcazou <ebotcazou@adacore.com>
20625
20626 * combine.c (try_combine): Remove useless local variable.
20627
20628 2011-04-03 Richard Guenther <rguenther@suse.de>
20629 Ira Rosen <ira.rosen@linaro.org>
20630
20631 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
20632 non-variable offsets and compare the remaining bases of the two
20633 accesses instead of looking for exact same data-ref.
20634
20635 2011-04-02 Kai Tietz <ktietz@redhat.com>
20636
20637 PR target/48416
20638 * i386.c (ix86_function_arg_boundary): Fix printf formatter.
20639
20640 * i386.c (ix86_is_msabi_thiscall): New helper function.
20641 (ix86_is_type_thiscall): New helper function.
20642 (ix86_comp_type_attributes): Handle thiscall for method-functions
20643 special.
20644 (init_cumulative_args): Likewise.
20645 (find_drap_reg): Likewise.
20646 (ix86_static_chain): Likewise.
20647 (x86_this_parameter): Likewise.
20648 (x86_output_mi_thunk): Likewise.
20649
20650 2011-04-01 Olivier Hainque <hainque@adacore.com>
20651 Nicolas Setton <setton@adacore.com>
20652 Eric Botcazou <ebotcazou@adacore.com>
20653
20654 * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
20655 (add_gnat_descriptive_type_attribute): New function.
20656 (gen_array_type_die): Call it.
20657 (gen_enumeration_type_die): Likewise.
20658 (gen_struct_or_union_type_die): Likewise.
20659 (modified_type_die): Likewise.
20660 * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
20661 * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
20662 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
20663
20664 2011-04-01 Jakub Jelinek <jakub@redhat.com>
20665
20666 PR bootstrap/48148
20667 * dwarf2out.c (resolve_addr): Don't call force_decl_die
20668 if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
20669
20670 Revert:
20671 2011-03-17 Richard Guenther <rguenther@suse.de>
20672
20673 PR bootstrap/48148
20674 * lto-cgraph.c (input_overwrite_node): Clear the abstract
20675 origin for decls in other ltrans units.
20676 (input_varpool_node): Likewise.
20677
20678 2011-04-01 Jakub Jelinek <jakub@redhat.com>
20679
20680 PR middle-end/48335
20681 * expr.c (expand_assignment): Handle all possibilities
20682 if TO_RTX is CONCAT.
20683 * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
20684 (store_split_bit_field): If SUBREG_REG (op0) or
20685 op0 itself has smaller mode than word, return it
20686 for offset 0 and const0_rtx for out-of-bounds stores.
20687 If word is const0_rtx, skip it.
20688
20689 2011-04-01 Naveen H.S <naveen.S@kpitcummins.com>
20690
20691 * config/h8300/h8300.c (print_operand_address): Rename to...
20692 (h8300_print_operand_address): ...this. Make static. Adjust comments.
20693 Call h8300_print_operand and h8300_print_operand_address instead of
20694 print_operand and print_operand_address. Declare.
20695 (print_operand): Renake to...
20696 (h8300_print_operand): ...this. Make static. Adjust comments.
20697 Call h8300_print_operand instead of print_operand. Declare.
20698 (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
20699 (h8300_register_move_cost): Likewise.
20700 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
20701 TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
20702 * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
20703 PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
20704 * config/h8300/h8300-protos.h (print_operand): Delete.
20705 (print_operand_address): Delete.
20706
20707 2011-04-01 Richard Henderson <rth@redhat.com>
20708
20709 PR 48400
20710 * dwarf2out.c (dwarf2out_source_line): Disable discriminators
20711 in strict mode before dwarf4. Re-order tests to early out
20712 before switching sections.
20713
20714 2011-04-01 Nathan Froyd <froydnj@codesourcery.com>
20715
20716 * config/h8300/constraints.md: New file.
20717 * config/h8300/h8300.md: Include it. Use satisfies_constraint_J,
20718 satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
20719 (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
20720 * config/h8300/predicates.md (bit_operand): Likewise.
20721 (incdec_operand): Use satisfies_constraint_M and
20722 satisfies_constraint_O. Don't use C code block.
20723 * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
20724 * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
20725 (compute_mov_length): Use satisfies_constraint_G.
20726 (fix_bit_operand): Use satisfies_constraint_U.
20727 * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
20728 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
20729 (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
20730 (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
20731 (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
20732 (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
20733 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
20734 (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
20735 (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
20736 (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
20737 (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
20738 (EXTRA_MEMORY_CONSTRAINT): Delete.
20739
20740 2011-04-01 Andrew Pinski <pinskia@gmail.com>
20741 Michael Meissner <meissner@linux.vnet.ibm.com>
20742
20743 PR target/48262
20744 * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
20745 operands, as per the specifications.
20746
20747 * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
20748 (vec_extract_evenv4sf): Ditto.
20749 (vec_extract_evenv8hi): Ditto.
20750 (vec_extract_evenv16qi): Ditto.
20751 (vec_extract_oddv4si): Ditto.
20752
20753 2011-03-31 Mark Wielaard <mjw@redhat.com>
20754
20755 * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
20756 high_pc attribute if the CU has no associated code. Only output
20757 DW_AT_entry_pc for CU if not generating strict dwarf and
20758 dwarf_version < 4.
20759
20760 2011-04-01 Bernd Schmidt <bernds@codesourcery.com>
20761
20762 * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
20763 * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
20764 out of ...
20765 (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
20766 * final.c (final_start_function): Call the new function rather
20767 than using a NULL argument for dwarf2out_frame_debug.
20768
20769 * ifcvt.c (cond_exec_process_insns): Disallow converting a block
20770 that contains the prologue.
20771
20772 * haifa-sched.c (queue_insn): New arg REASON. All callers
20773 changed. Print it in debugging output.
20774
20775 * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
20776
20777 * sched-ebb.c (begin_schedule_ready): Remove second argument.
20778 Split most of the code into...
20779 (begin_move_insn): ... here. New function.
20780 (ebb_sched_info): Add a pointer to it.
20781 * haifa-sched.c (scheduled_insns): New static variable.
20782 (sched_extend_ready_list): Allocate it.
20783 (schedule_block): Use it to record the order of scheduled insns.
20784 Perform RTL changes to move insns only after all scheduling
20785 decisions have been made.
20786 * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
20787 begin_move_insn field.
20788 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
20789 * sched-int.h (struct haifa_sched_info): Remove second argument
20790 from begin_schedule_ready hook. Add new member begin_move_insn.
20791 * sched-rgn.c (begin_schedule_ready): Remove second argument.
20792 (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
20793
20794 * haifa-sched.c (prune_ready_list): New function, broken out of
20795 schedule_block.
20796 (schedule_block): Use it.
20797
20798 2011-04-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20799
20800 * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
20801
20802 2011-04-01 Kai Tietz <ktietz@redhat.com>
20803
20804 * config.gcc (*-*-mingw*): Allow as option the
20805 posix threading model.
20806 * config/i386/mingw32.h (SPEC_PTHREAD1, SPEC_PTHREAD2):
20807 New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
20808 definition.
20809 (CPP_SPEC): Add pthread/no-pthread handling.
20810 (LIB_SPEC): Likewise.
20811 * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
20812 (LIB_SPEC): Likewise.
20813 * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
20814 flag to pass -pthread option for shared libgcc build.
20815 (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
20816 for shared libgcc build.
20817 * config/i386/t-mingw-pthread: New file.
20818 * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
20819 New define to enable use of library pthread by default.
20820 * config/i386/mingw.opt (pthread): New driver option.
20821 (no-pthread): New driver option.
20822 * config/i386/cygming.opt: Make sure trailing empty line is retained.
20823 * config/i386/mingw-w64.opt: Likewise.
20824
20825 2011-04-01 Gary Funck <gary@intrepid.com>
20826
20827 * c-decl.c (grokdeclarator): Fix formatting.
20828
20829 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
20830
20831 * expr.c (emit_block_move_via_movmem): Use n_generator_args
20832 instead of n_operands.
20833 (set_storage_via_setmem): Likewise.
20834 * optabs.c (maybe_gen_insn): Likewise.
20835 * config/arm/arm.c (arm_init_neon_builtins): Likewise.
20836 * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
20837 (mips_expand_builtin_direct): Likewise.
20838 * config/spu/spu.c (expand_builtin_args): Likewise.
20839
20840 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
20841
20842 * recog.h (insn_data_d): Add n_generator_args.
20843 * genoutput.c (data): Likewise.
20844 (output_insn_data): Print it.
20845 (max_opno, num_dups): Delete.
20846 (scan_operands): Just fill in "d->operand[...]".
20847 (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
20848
20849 2011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
20850
20851 * gensupport.h (pattern_stats): New structure.
20852 * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
20853 * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
20854 (max_operand_1, max_operand_vec): Delete.
20855 (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
20856
20857 2011-03-31 Nathan Froyd <froydnj@codesourcery.com>
20858
20859 * emit-rtl.c (emit_pattern_after_setloc): New function.
20860 (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
20861 (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
20862 (emit_pattern_after): New function.
20863 (emit_insn_after, emit_jump_insn_after): Call it.
20864 (emit_call_insn_after, emit_debug_insn_after): Likewise.
20865 (emit_pattern_before_setloc): New function.
20866 (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
20867 (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
20868 Likewise.
20869 (emit_pattern_before): New function.
20870 (emit_insn_before, emit_jump_insn_before): Call it.
20871 (emit_call_insn_before, emit_debug_insn_before): Likewise.
20872
20873 2011-03-31 Richard Henderson <rth@redhat.com>
20874
20875 * dwarf2out.c (dw_separate_line_info_ref): Remove.
20876 (dw_separate_line_info_entry): Remove.
20877 (enum dw_line_info_opcode): New.
20878 (dw_line_info_entry): Use it.
20879 (dw_line_info_table, dw_line_info_table_p): New.
20880 (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
20881 (line_info_table, line_info_label_num): Remove.
20882 (line_info_table_in_use): Remove.
20883 (separate_line_info_table): Remove.
20884 (separate_line_info_table_allocated): Remove.
20885 (separate_line_info_table_in_use): Remove.
20886 (LINE_INFO_TABLE_INCREMENT): Remove.
20887 (line_info_label_num): New.
20888 (cur_line_info_table): New.
20889 (text_section_line_info, cold_text_section_line_info): New.
20890 (separate_line_info): New.
20891 (SEPARATE_LINE_CODE_LABEL): Remove.
20892 (print_dwarf_line_table): Remove.
20893 (debug_dwarf): Don't dump it.
20894 (output_one_line_info_table): New.
20895 (output_line_info): Use it.
20896 (new_line_info_table): New.
20897 (set_cur_line_info_table): New.
20898 (dwarf2out_switch_text_section): Use it.
20899 (dwarf2out_begin_function): Likewise.
20900 (push_dw_line_info_entry): New.
20901 (dwarf2out_source_line): Rewrite for new line info tables.
20902 (dwarf2out_init): Remove dead initailizations.
20903
20904 2011-03-31 Joseph Myers <joseph@codesourcery.com>
20905
20906 * opts.h (cl_option): Add comments to fields. Add bit-fields for
20907 various flags.
20908 (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
20909 CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
20910 CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
20911 CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
20912 (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
20913 * opt-functions.awk (flag_init, switch_bit_fields): New.
20914 (switch_flags): Don't handle flags moved to bit-fields. Don't
20915 generate CL_MISSING_OK or CL_SAVE.
20916 * optc-gen.awk: Update to generate bit-field output as well as
20917 flags field.
20918 * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
20919 bit-field instead of CL_REJECT_DRIVER flag.
20920 * opts-common.c (generate_canonical_option,
20921 decode_cmdline_option): Use bit-fields instead of CL_* flags.
20922 * opts.c (maybe_default_option): Use cl_reject_negative bit-field
20923 instead of CL_REJECT_NEGATIVE flag.
20924 * toplev.c (print_switch_values): Use cl_report bit-field instead
20925 of CL_REPORT flag.
20926
20927 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
20928
20929 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
20930 a zero minimum index only if it is redundant.
20931
20932 2011-03-31 Vladimir Makarov <vmakarov@redhat.com>
20933
20934 PR rtl-optimization/48381
20935 * ira-color.c (assign_hard_reg): Use hard reg set intersection
20936 instead of ira_class_hard_reg_index for calculating conflicting
20937 hard registers.
20938
20939 2011-03-31 Steven Bosscher <steven@gcc.gnu.org>
20940
20941 * cprop.c: Clean up hash table building.
20942 (reg_avail_info): Remove.
20943 (oprs_available_p): Remove.
20944 (record_last_reg_set_info): Remove.
20945 (record_last_set_info): Remove.
20946 (reg_available_p): New function.
20947 (gcse_constant_p): Do not treat unfolded conditions as constants.
20948 (make_set_regs_unavailable): New function.
20949 (hash_scan_set): Simplify with new reg_available_p.
20950 (compute_hash_table_work): Traverse insns stream only once.
20951 Do not compute reg_avail_info. Traverse insns in reverse order.
20952 Record implicit sets after recording explicit sets from the block.
20953
20954 2011-03-31 Michael Matz <matz@suse.de>
20955
20956 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
20957
20958 2011-03-31 Anatoly Sokolov <aesok@post.ru>
20959
20960 * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
20961 * config/h8300/h8300-protos.h (h8300_get_index): Remove.
20962 * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
20963 (h8300_mode_dependent_address_p): New function.
20964 (h8300_get_index): Make static.
20965
20966 2011-03-31 Jeff Law <law@redhat.com>
20967
20968 * reload1.c (elimination_effects): Fix typo in recent change.
20969
20970 * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
20971 typo potentially leading to null pointer dereference.
20972
20973 * caller-save.c (new_saved_hard_reg): Eliminate return value.
20974 (setup_save_areas): Corresponding changes to avoid useless
20975 assignments.
20976
20977 * jump.c (reversed_comparison_code_parts): Avoid successive return
20978 statements when REVERSE_CONDITION is defined.
20979
20980 * expr.c (expand_assignment): Avoid useless assignments.
20981 (expand_expr_real_1): Likewise.
20982 (expand_expr_real_2): Avoid useless statements.
20983
20984 * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
20985
20986 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
20987
20988 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
20989 statements.
20990
20991 * stmt.c (expand_expr_stmt): Avoid useless assignment.
20992
20993 2011-03-31 Joseph Myers <joseph@codesourcery.com>
20994
20995 PR target/47109
20996 * doc/tm.texi.in (TARGET_VERSION): Remove.
20997 * doc/tm.texi: Regenerate.
20998 * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
20999 * collect2.c (main): Don't use TARGET_VERSION.
21000 * mips-tdump.c (main): Don't use TARGET_VERSION.
21001 * mips-tfile.c (main): Don't use TARGET_VERSION.
21002 * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
21003 * config/rs6000/vxworksae.h: Remove.
21004 * config/alpha/alpha.h (TARGET_VERSION): Remove.
21005 * config/alpha/freebsd.h (TARGET_VERSION): Remove.
21006 * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
21007 * config/alpha/netbsd.h (TARGET_VERSION): Remove.
21008 * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
21009 * config/arm/arm.h (TARGET_VERSION): Remove.
21010 * config/arm/coff.h (TARGET_VERSION): Remove.
21011 * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
21012 * config/arm/elf.h (TARGET_VERSION): Remove.
21013 * config/arm/freebsd.h (TARGET_VERSION): Remove.
21014 * config/arm/linux-elf.h (TARGET_VERSION): Remove.
21015 * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
21016 * config/arm/pe.h (TARGET_VERSION): Remove.
21017 * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
21018 * config/arm/semi.h (TARGET_VERSION): Remove.
21019 * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
21020 * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
21021 * config/arm/vxworks.h (TARGET_VERSION): Remove.
21022 * config/avr/avr.h (TARGET_VERSION): Remove.
21023 * config/bfin/bfin.h (TARGET_VERSION): Remove.
21024 * config/fr30/fr30.h (TARGET_VERSION): Remove.
21025 * config/frv/frv.h (TARGET_VERSION): Remove.
21026 * config/h8300/h8300.h (TARGET_VERSION): Remove.
21027 * config/i386/cygwin.h (TARGET_VERSION): Remove.
21028 * config/i386/darwin.h (TARGET_VERSION): Remove.
21029 * config/i386/darwin64.h (TARGET_VERSION): Remove.
21030 * config/i386/djgpp.h (TARGET_VERSION): Remove.
21031 * config/i386/freebsd.h (TARGET_VERSION): Remove.
21032 * config/i386/freebsd64.h (TARGET_VERSION): Remove.
21033 * config/i386/gnu.h (TARGET_VERSION): Remove.
21034 * config/i386/i386-interix.h (TARGET_VERSION): Remove.
21035 * config/i386/i386elf.h (TARGET_VERSION): Remove.
21036 * config/i386/linux.h (TARGET_VERSION): Remove.
21037 * config/i386/linux64.h (TARGET_VERSION): Remove.
21038 * config/i386/lynx.h (TARGET_VERSION): Remove.
21039 * config/i386/mingw32.h (TARGET_VERSION): Remove.
21040 * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
21041 * config/i386/netbsd64.h (TARGET_VERSION): Remove.
21042 * config/i386/netware.h (TARGET_VERSION): Remove.
21043 * config/i386/nto.h (TARGET_VERSION): Remove.
21044 * config/i386/openbsd.h (TARGET_VERSION): Remove.
21045 * config/i386/vxworks.h (TARGET_VERSION): Remove.
21046 * config/ia64/elf.h (TARGET_VERSION): Remove.
21047 * config/ia64/freebsd.h (TARGET_VERSION): Remove.
21048 * config/ia64/hpux.h (TARGET_VERSION): Remove.
21049 * config/ia64/linux.h (TARGET_VERSION): Remove.
21050 * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
21051 * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
21052 TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
21053 * config/lm32/lm32.h (TARGET_VERSION): Remove.
21054 * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
21055 * config/m32c/m32c.h (TARGET_VERSION): Remove.
21056 * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
21057 * config/m32r/m32r.h (TARGET_VERSION): Remove.
21058 * config/m68k/linux.h (TARGET_VERSION): Remove.
21059 * config/m68k/m68k.h (TARGET_VERSION): Remove.
21060 * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
21061 * config/m68k/uclinux.h (TARGET_VERSION): Remove.
21062 * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
21063 * config/mep/mep.h (TARGET_VERSION): Remove.
21064 * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
21065 MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
21066 * config/mips/iris6.h (MACHINE_TYPE): Remove.
21067 * config/mips/linux.h (TARGET_VERSION): Remove.
21068 * config/mips/netbsd.h (MACHINE_TYPE): Remove.
21069 * config/mips/vxworks.h (TARGET_VERSION): Remove.
21070 * config/mmix/mmix.h (TARGET_VERSION): Remove.
21071 * config/mn10300/linux.h (TARGET_VERSION): Remove.
21072 * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
21073 * config/pa/pa.h (TARGET_VERSION): Remove.
21074 * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
21075 * config/picochip/picochip.h (TARGET_VERSION): Remove.
21076 * config/rs6000/aix.h (TARGET_VERSION): Remove.
21077 * config/rs6000/darwin.h (TARGET_VERSION): Remove.
21078 * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
21079 * config/rs6000/eabi.h (TARGET_VERSION): Remove.
21080 * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
21081 * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
21082 * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
21083 * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
21084 * config/rs6000/linux.h (TARGET_VERSION): Remove.
21085 * config/rs6000/linux64.h (TARGET_VERSION): Remove.
21086 * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
21087 * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
21088 * config/rs6000/lynx.h (TARGET_VERSION): Remove.
21089 * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
21090 * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
21091 * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
21092 * config/s390/linux.h (TARGET_VERSION): Remove.
21093 * config/s390/s390.h (TARGET_VERSION): Remove.
21094 * config/s390/tpf.h (TARGET_VERSION): Remove.
21095 * config/score/score.h (TARGET_VERSION): Remove.
21096 * config/sh/linux.h (TARGET_VERSION): Remove.
21097 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
21098 TARGET_VERSION_CPU, TARGET_VERSION): Remove.
21099 * config/sh/sh.h (TARGET_VERSION): Remove.
21100 * config/sh/sh64.h (TARGET_VERSION): Remove.
21101 * config/sh/superh.h (TARGET_VERSION): Remove.
21102 * config/sh/vxworks.h (TARGET_VERSION): Remove.
21103 * config/sparc/freebsd.h (TARGET_VERSION): Remove.
21104 * config/sparc/linux.h (TARGET_VERSION): Remove.
21105 * config/sparc/linux64.h (TARGET_VERSION): Remove.
21106 * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
21107 TARGET_NAME32, TARGET_NAME): Remove.
21108 * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
21109 * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
21110 * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
21111 * config/sparc/sysv4.h (TARGET_VERSION): Remove.
21112 * config/sparc/vxworks.h (TARGET_VERSION): Remove.
21113 * config/spu/spu.h (TARGET_VERSION): Remove.
21114 * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
21115 * config/v850/v850.h (TARGET_VERSION): Remove.
21116 * config/vax/linux.h (TARGET_VERSION): Remove.
21117 * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
21118 * config/xtensa/elf.h (TARGET_VERSION): Remove.
21119 * config/xtensa/linux.h (TARGET_VERSION): Remove.
21120
21121 2011-03-31 Eric Botcazou <ebotcazou@adacore.com>
21122
21123 PR target/48142
21124 * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
21125 frame-related from frame-unrelated adjustments to the stack pointer.
21126
21127 2011-03-31 Jakub Jelinek <jakub@redhat.com>
21128
21129 * common.opt (fdebug-types-section): Move earlier.
21130 * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
21131
21132 2011-03-31 Andreas Tobler <andreast@fgznet.ch>
21133
21134 * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
21135 var.
21136
21137 2011-03-30 Nathan Froyd <froydnj@codesourcery.com>
21138
21139 * tree.h (CASE_CHAIN): Define.
21140 * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
21141 (gimple_redirect_edge_and_branch): Likewise.
21142
21143 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
21144
21145 PR middle-end/48367
21146 * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
21147 calculation.
21148
21149 2011-03-30 Jeff Law <law@redhat.com>
21150
21151 * PR bootstrap/48371
21152 * reload1.c (reload): Fix botch in last change.
21153
21154 * reload.h (struct reload): Fix typo introduced in last change.
21155
21156 2011-03-30 Joseph Myers <joseph@codesourcery.com>
21157
21158 * config/arm/arm.opt (mhard-float, msoft-float): Mark
21159 Undocumented. Remove help text.
21160 * doc/invoke.texi (ARM Options): Don't document -msoft-float and
21161 -mhard-float.
21162
21163 2011-03-30 Joseph Myers <joseph@codesourcery.com>
21164
21165 * doc/options.texi (NegativeAlias): Document.
21166 (Alias): Mention NegativeAlias.
21167 * opt-functions.awk: Handle NegativeAlias.
21168 * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
21169 * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
21170 * opts.h (CL_NEGATIVE_ALIAS): Define.
21171 * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
21172 (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
21173 OPT_mspe_.
21174 * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
21175 Alias entries.
21176 * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
21177 mno-spe and mno-isel instead of mspe=no and -misel=no.
21178
21179 2011-03-29 Mark Wielaard <mjw@redhat.com>
21180
21181 * common.opt (fdebug-types-section): New flag.
21182 * doc/invoke.texi: Document new -fno-debug-types-section flag.
21183 * dwarf2out.c (use_debug_types): New define.
21184 (struct die_struct): Mark die_id with GTY desc use_debug_types.
21185 (print_die): Guard output of type unit signatures using
21186 use_debug_types.
21187 (build_abbrev_table): Replace assert of dwarf_version >= 4
21188 with assert on use_debug_types.
21189 (size_of_die): Likewise.
21190 (unmark_dies): Likewise.
21191 (value_format): Decide AT_ref_external form on use_debug_types.
21192 (output_die): Replace dwarf_version version check guard with
21193 use_debug_types where appropriate.
21194 (modified_type_die): Likewise.
21195 (gen_reference_type_die): Likewise.
21196 (dwarf2out_start_source_file): Likewise.
21197 (dwarf2out_end_source_file): Likewise.
21198 (prune_unused_types_walk_attribs): Likewise.
21199 (dwarf2out_finish): Likewise.
21200
21201 2011-03-30 Vladimir Makarov <vmakarov@redhat.com>
21202
21203 * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
21204
21205 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
21206
21207 PR rtl-optimization/48332
21208 * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
21209 mode of input operand N and modeN to its actual mode.
21210
21211 2011-03-30 Jeff Law <law@redhat.com>
21212
21213 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
21214 define accessor macro.
21215 (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
21216 (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
21217 (reg_equiv_init): Likewise.
21218 (reg_equivs_size): New variable.
21219 (reg_equiv_init_size): Remove.
21220 (allocate_initial_values): Move prototype to here from....
21221 * integrate.h (allocate_initial_values): Remove prototype.
21222 * integrate.c: Include reload.h.
21223 (allocate_initial_values): Corresponding changes.
21224 * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
21225 (fix_reg_equiv_init, no_equiv): Corresponding changes.
21226 (update_equiv_regs): Corresponding changes.
21227 (ira): Corresponding changes.
21228 * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
21229 (push_secondary_reload): Corresponding changes.
21230 (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
21231 (make_memloc, find_reloads_address): Corresponding changes.
21232 (subst_reg_equivs, subst_indexed_address): Corresponding changes.
21233 (find_reloads_address_1): Corresponding changes.
21234 (find_reloads_subreg_address, subst_reloads): Corresponding changes.
21235 (refers_to_regno_for_reload_p): Corresponding changes.
21236 (reg_overlap_mentioned_for_reload_p): Corresponding changes.
21237 (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
21238 * reload1.c: Include ggc.h.
21239 (grow_reg_equivs): New function.
21240 (replace_pseudos_in, reload): Corresponding changes.
21241 (calculate_needs_all_insns, alter_regs): Corresponding changes.
21242 (eliminate_regs_1, elimination_effects): Corresponding changes.
21243 (emit_input_reload_insns, emit_output_reload_insns): Likewise.
21244 (delete_output_reload): Likewise.
21245 * caller-save.c (mark_referenced_regs): Corresponding changes.
21246 * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
21247 * frv/predicates.md (frv_load_operand): Corresponding changes.
21248 * microblaze/microblaze.c (double_memory_operand): Corresponding
21249 changes.
21250 * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
21251 * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
21252 * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
21253 * m68k/m68k.c (emit_move_sequence): Corresponding changes.
21254 * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
21255 changes.
21256 * pa/pa.c (emit_move_sequence): Corresponding changes.
21257 * vax/vax.c (nonindexed_address_p): Corresponding changes.
21258
21259 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
21260
21261 PR target/47551
21262 * config/arm/arm.c (coproc_secondary_reload_class): Handle
21263 structure modes. Don't check neon_vector_mem_operand for
21264 vector or structure modes.
21265
21266 2011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
21267 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
21268
21269 PR target/43590
21270 * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
21271 operand 1 and reshuffle the operands to match.
21272 (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
21273
21274 2011-03-30 Christian Schüler <cschueler@gmx.de>
21275
21276 PR driver/48208
21277 * config/c.opt (F): Added 'Driver' to -F option.
21278
21279 PR driver/48260
21280 * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
21281 handler function.
21282 * config/darwin.opt: Added '-arch' option.
21283
21284 2011-03-30 Nick Clifton <nickc@redhat.com>
21285
21286 * config/rx/rx.md: Add peepholes and patterns to combine
21287 extending loads and simple arithmetic instructions.
21288 * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
21289 * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
21290 * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
21291 modes to use pre-decrement and post-increment addressing.
21292 (rx_is_restricted_memory_address): Add range checking of REG+INT
21293 addresses.
21294 (rx_print_operand): Add support for %Q. Fix handling of %Q.
21295 (rx_memory_move_cost): Adjust cost of stores.
21296 (rx_adjust_insn_length): New function.
21297
21298 2011-03-30 Jakub Jelinek <jakub@redhat.com>
21299
21300 PR c/48305
21301 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
21302 arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
21303 matching arg00/arg01 types.
21304
21305 2011-03-30 Eric Botcazou <ebotcazou@adacore.com>
21306
21307 * cfglayout.c (insn_locators_alloc): Initialize curr_location and
21308 last_location to UNKNOWN_LOCATION.
21309
21310 2011-03-30 H.J. Lu <hongjiu.lu@intel.com>
21311
21312 PR target/48349
21313 * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
21314 FLOAT_SSE_REGS.
21315
21316 2011-03-30 Joseph Myers <joseph@codesourcery.com>
21317 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21318
21319 PR bootstrap/48337
21320 * config/sparc/sparc.opt (sparc_cpu_and_features): Add
21321 Init(PROCESSOR_V7).
21322 (sparc_cpu): Likewise.
21323 * config/sparc/sparc.c (sparc_option_override): Replace 0 by
21324 PROCESSOR_V7.
21325
21326 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
21327
21328 PR target/48336
21329 PR middle-end/48342
21330 PR rtl-optimization/48345
21331 * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
21332 hard regs for given mode from profitable regs when doing secondary
21333 allocation.
21334
21335 2011-03-29 Jeff Law <law@redhat.com>
21336
21337 PR bootstrap/48327
21338 * tree-ssa-threadupdate.c (struct redirection_data): Remove
21339 do_not_duplicate field.
21340 (lookup_redirection_data): Corresponding changes.
21341 (create_duplicates): Always create a template block.
21342 (redirect_edges): Remove code which reused the original block
21343 when it was going to become unreachable code.
21344 (thread_block): Don't set do_not_duplicate field.
21345
21346 2011-03-29 Joseph Myers <joseph@codesourcery.com>
21347
21348 * lto-opts.c (register_user_option_p, lto_register_user_option):
21349 Make type argument unsigned.
21350 * lto-streamer.h (lto_register_user_option): Make type argument
21351 unsigned.
21352 * opth-gen.awk: Make CL_* macros unsigned.
21353 * opts-common.c (find_opt): Make lang_mask argument unsigned.
21354 * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
21355 CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
21356 CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
21357 CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
21358 CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
21359 (find_opt): Make lang_mask argument unsigned.
21360
21361 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
21362
21363 PR rtl-optimization/48331
21364 PR rtl-optimization/48334
21365 * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
21366 for any used algorithm.
21367
21368 2011-03-29 Vladimir Makarov <vmakarov@redhat.com>
21369
21370 * ira-conflicts.c (build_object_conflicts): Add unused attribute
21371 to parent_max.
21372
21373 2011-03-29 Uros Bizjak <ubizjak@gmail.com>
21374
21375 * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
21376 (alpha_option_override): Don't set alpha_sr_alias_set.
21377 (emit_frame_store_1): Use gen_frame_mem rather than calling
21378 set_mem_alias_set.
21379 (alpha_expand_epilogue): Ditto.
21380
21381 2011-03-29 Ira Rosen <ira.rosen@linaro.org>
21382
21383 PR tree-optimization/48290
21384 * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
21385 vectorization, check that relevant phis in the basic block after
21386 the inner loop are really inner loop's exit phis.
21387
21388 2011-03-29 Richard Sandiford <richard.sandiford@linaro.org>
21389
21390 PR debug/48190
21391 * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
21392 (cached_dw_loc_list_def): New structure.
21393 (cached_dw_loc_list): New typedef.
21394 (cached_dw_loc_list_table): New variable.
21395 (cached_dw_loc_list_table_hash): New function.
21396 (cached_dw_loc_list_table_eq): Likewise.
21397 (add_location_or_const_value_attribute): Take a bool cache_p.
21398 Cache the list when the parameter is true.
21399 (gen_formal_parameter_die): Update caller.
21400 (gen_variable_die): Likewise.
21401 (dwarf2out_finish): Likewise.
21402 (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
21403 while generating debug info for the decl.
21404 (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
21405 (dwarf2out_init): Initialize cached_dw_loc_list_table.
21406 (resolve_addr): Cache the result of resolving a chain of
21407 location lists.
21408
21409 2011-03-28 Vladimir Makarov <vmakarov@redhat.com>
21410
21411 * ira-color.c (update_left_conflict_sizes_p): Don't assume that
21412 conflict object hard regset nodes have intersecting hard reg sets.
21413
21414 * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
21415 after regstat_init_n_sets_and_refs.
21416
21417 * ira.c: Add more comments at the top.
21418 (setup_stack_reg_pressure_class, setup_pressure_classes):
21419 Add comments how we compute the register pressure classes.
21420 (setup_allocno_and_important_classes): Add more comments.
21421 (setup_class_translate_array, reorder_important_classes)
21422 (setup_reg_class_relations): Add comments.
21423
21424 * ira-emit.c: Add 2011 to the Copyright line. Add comments at the
21425 start of the file.
21426
21427 * ira-color.c: Add 2011 to the Copyright line.
21428 (assign_hard_reg): Add more comments.
21429 (improve_allocation): Ditto.
21430
21431 * ira-costs.c: Add 2011 to the Copyright line.
21432 (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
21433 comments.
21434 (setup_regno_cost_classes_by_mode): Ditto.
21435
21436 Initial patches from ira-improv branch:
21437
21438 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
21439
21440 * ira-build.c (ira_create_object): Remove initialization of
21441 OBJECT_PROFITABLE_HARD_REGS. Initialize OBJECT_ADD_DATA.
21442 (ira_create_allocno): Remove initialization of
21443 ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
21444 ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
21445 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
21446 ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
21447 ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
21448 Initialize ALLOCNO_ADD_DATA.
21449 (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
21450 and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
21451 ALLOCNO_REG.
21452 (ira_flattening): Ditto. Use ALLOCNO_EMIT_DATA instead of
21453 ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
21454
21455 * ira.c (ira_reallocate): Remove.
21456 (setup_pressure_classes): Call
21457 ira_init_register_move_cost_if_necessary. Use
21458 ira_register_move_cost instead of ira_get_register_move_cost.
21459 (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
21460 (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
21461
21462 * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
21463 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
21464 ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
21465 ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
21466 instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
21467 OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
21468 Fix formatting.
21469 (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
21470 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
21471 (struct allocno_color_data): New.
21472 (allocno_color_data_t): New typedef.
21473 (allocno_color_data): New definition.
21474 (ALLOCNO_COLOR_DATA): New macro.
21475 (struct object_color_data): New.
21476 (object_color_data_t): New typedef.
21477 (object_color_data): New definition.
21478 (OBJECT_COLOR_DATA): New macro.
21479 (update_copy_costs, calculate_allocno_spill_cost): Call
21480 ira_init_register_move_cost_if_necessary. Use
21481 ira_register_move_cost instead of ira_get_register_move_cost.
21482 (move_spill_restore, update_curr_costs): Ditto.
21483 (allocno_spill_priority): Make it inline.
21484 (color_pass): Allocate and free allocno_color_dat and object_color_data.
21485 (struct coalesce_data, coalesce_data_t): New.
21486 (allocno_coalesce_data): New definition.
21487 (ALLOCNO_COALESCE_DATA): New macro.
21488 (merge_allocnos, coalesced_allocno_conflict_p): Use
21489 ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
21490 ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
21491 (coalesce_allocnos): Ditto.
21492 (setup_coalesced_allocno_costs_and_nums): Ditto.
21493 (collect_spilled_coalesced_allocnos): Ditto.
21494 (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
21495 (setup_slot_coalesced_allocno_live_ranges): Ditto.
21496 (coalesce_spill_slots): Ditto.
21497 (ira_sort_regnos_for_alter_reg): Ditto. Allocate, initialize and
21498 free allocno_coalesce_data.
21499
21500 * ira-conflicts.c: Fix formatting.
21501 (process_regs_for_copy): Call
21502 ira_init_register_move_cost_if_necessary. Use
21503 ira_register_move_cost instead of ira_get_register_move_cost.
21504 (build_object_conflicts): Optimize.
21505
21506 * ira-costs.c (record_reg_classes): Optimize. Call
21507 ira_init_register_move_cost_if_necessary. Use
21508 ira_register_move_cost, ira_may_move_in_cost, and
21509 ira_may_move_out_cost instead of ira_get_register_move_cost and
21510 ira_get_may_move_cost.
21511 (record_address_regs): Ditto.
21512 (scan_one_insn): Optimize.
21513 (find_costs_and_classes): Optimize.
21514 (process_bb_node_for_hard_reg_moves): Call
21515 ira_init_register_move_cost_if_necessary. Use
21516 ira_register_move_cost instead of ira_get_register_move_cost.
21517
21518 * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
21519 ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
21520 ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
21521 (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
21522 definitions.
21523 (ira_initiate_emit_data, ira_finish_emit_data)
21524 (create_new_allocno): New functions.
21525 (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
21526 (emit_move_list): Call ira_init_register_move_cost_if_necessary.
21527 Use ira_register_move_cost instead of ira_get_register_move_cost.
21528
21529 * ira-int.h: Fix some comments.
21530 (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
21531 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
21532 (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
21533 hard_regs_subnodes_start, hard_regs_subnodes_num. Add new member
21534 add_data.
21535 (struct ira_allocno): Make mode and aclass a bitfield. Move other
21536 bitfield after mode. Make hard_regno a short int. Make
21537 hard_regno short. Remove first_coalesced_allocno and
21538 next_coalesced_allocno. Move mem_optimized_dest_p,
21539 somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
21540 into struct ira_emit_data. Remove in_graph_p, may_be_spilled_p,
21541 available_regs_num, next_bucket_allocno, prev_bucket_allocno,
21542 temp, colorable_p. Add new member add_data.
21543 (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
21544 (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
21545 (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
21546 (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
21547 (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
21548 (ALLOCNO_ADD_DATA): New macro.
21549 (ira_emit_data_t): New typedef.
21550 (struct ira_emit_data): New. Move mem_optimized_dest_p,
21551 somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
21552 from struct ira_allocno.
21553 (ALLOCNO_EMIT_DATA): New macro.
21554 (ira_allocno_emit_data, allocno_emit_reg): New.
21555 (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
21556 (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
21557 (OBJECT_ADD_DATA): New macro.
21558 (ira_reallocate): Remove.
21559 (ira_initiate_emit_data, ira_finish_emit_data): New.
21560 (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
21561 (ira_init_register_move_cost_if_necessary): New.
21562 (ira_object_conflict_iter_next): Merge into
21563 ira_object_conflict_iter_cond.
21564 (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
21565
21566 * ira-live.c (process_single_reg_class_operands): Call
21567 ira_init_register_move_cost_if_necessary. Use
21568 ira_register_move_cost instead of ira_get_register_move_cost.
21569
21570 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
21571
21572 * ira-int.h (struct target_ira_int): Remove x_cost_classes.
21573
21574 * ira-costs.c: Fix formatting.
21575 (cost_classes, cost_classes_num): Remove.
21576 (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
21577 (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
21578 (cost_classes_del, cost_classes_htab): New.
21579 (cost_classes_aclass_cache, cost_classes_mode_cache): New.
21580 (initiate_regno_cost_classes, setup_cost_classes): New.
21581 (setup_regno_cost_classes_by_aclass): New.
21582 (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
21583 (record_reg_classes): Use regno_cost_classes instead of
21584 cost_classes. Move checking opposite operand up.
21585 (record_address_regs): Use regno_cost_classes
21586 instead of cost_classes.
21587 (scan_one_insn): Ditto. Use always general register.
21588 (print_allocno_costs): Use regno_cost_classes instead of
21589 cost_classes.
21590 (print_pseudo_costs): Ditto. Use Reg_N_REFS.
21591 (find_costs_and_classes): Set up cost classes for each registers.
21592 Use also their mode for this. Use regno_cost_classes instead of
21593 cost_classes.
21594 (setup_allocno_class_and_costs): Use regno_cost_classes instead of
21595 cost_classes.
21596 (free_ira_costs, ira_init_costs): Don't use cost_classes.
21597 (ira_costs, ira_set_pseudo_classes): Call
21598 initiate_regno_cost_classes and finish_regno_cost_classes.
21599
21600 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
21601
21602 * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
21603
21604 * target.def (ira_cover_classes): Remove.
21605
21606 * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
21607
21608 * doc/tm.texi.in: Ditto.
21609
21610 * ira-conflicts.c: Remove mentioning cover classes from the file.
21611 Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Use
21612 ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST. Fix formatting.
21613
21614 * targhooks.c (default_ira_cover_classes): Remove.
21615
21616 * targhooks.h (default_ira_cover_classes): Ditto.
21617
21618 * haifa-sched.c: Remove mentioning cover classes from the file.
21619 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
21620 ira_pressure_classes and ira_pressure_classes_num instead of
21621 ira_reg_class_cover_size and ira_reg_class_cover. Use
21622 sched_regno_pressure_class instead of sched_regno_cover_class.
21623 (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
21624 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
21625
21626 * ira-int.h: Add 2010 to Copyright. Remove mentioning cover
21627 classes from the file.
21628 (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
21629 (struct object_hard_regs, struct object_hard_regs_node): New.
21630 (struct ira_object): New members profitable_hard_regs,
21631 hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
21632 (struct ira_allocno): Rename cover_class to aclass. Rename
21633 cover_class_cost and updated_cover_class_cost to class_cost and
21634 updated_class_cost. Remove splay_removed_p and
21635 left_conflict_size. Add new members colorable_p.
21636 (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
21637 (ALLOCNO_COLORABLE_P): New macro.
21638 (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
21639 (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
21640 Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
21641 (OBJECT_...): Rename parameter C to O.
21642 (OBJECT_PROFITABLE_HARD_REGS): New macro.
21643 (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
21644 (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
21645 (struct target_ira_int): New members x_ira_max_memory_move_cost,
21646 x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
21647 x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
21648 x_ira_reg_pressure_class_p, x_ira_important_class_nums,
21649 x_ira_reg_class_superunion. Rename x_prohibited_class_mode_reg to
21650 x_ira_prohibited_class_mode_reg. Rename x_ira_reg_class_union to
21651 x_ira_reg_class_subunion.
21652 (ira_max_memory_move_cost, ira_max_register_move_cost)
21653 (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
21654 (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
21655 (ira_important_class_nums, ira_reg_class_superunion): New macros.
21656 (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
21657 (ira_reg_class_union): Rename to ira_reg_class_subunion.
21658 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
21659 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
21660 (ira_tune_allocno_costs_and_cover_classes): Rename to
21661 ira_tune_allocno_costs.
21662 (ira_debug_hard_regs_forest): New.
21663 (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
21664 (ira_object_conflict_iter_next): Fix comments.
21665 (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
21666 (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
21667 cover_class to aclass.
21668 (ira_allocate_and_accumulate_costs): Ditto.
21669 (ira_allocate_and_set_or_copy_costs): Ditto.
21670
21671 * opts.c (decode_options): Remove ira_cover_class check.
21672
21673 * ira-color.c: Remove mentioning cover classes from the file. Use
21674 ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
21675 instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
21676 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
21677 (splay-tree.h): Remove include.
21678 (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
21679 before copy_freq_compare_func.
21680 (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
21681 (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
21682 New definitions.
21683 (hard_regs_roots, hard_regs_node_vec): Ditto.
21684 (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
21685 (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
21686 (finish_object_hard_regs, object_hard_regs_compare): Ditto.
21687 (create_new_object_hard_regs_node): Ditto.
21688 (add_new_object_hard_regs_node_to_forest): Ditto.
21689 (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
21690 (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
21691 Ditto.
21692 (print_hard_reg_set, print_hard_regs_subforest): Ditto.
21693 (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
21694 (remove_unused_object_hard_regs_nodes): Ditto.
21695 (enumerate_object_hard_regs_nodes): Ditto.
21696 (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
21697 (object_hard_regs_subnode_t): Ditto.
21698 (struct object_hard_regs_subnode): Ditto.
21699 (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
21700 (setup_object_hard_regs_subnode_index): Ditto.
21701 (get_object_hard_regs_subnodes_num): Ditto.
21702 (form_object_hard_regs_nodes_forest): Ditto.
21703 (finish_object_hard_regs_nodes_tree): Ditto.
21704 (finish_object_hard_regs_nodes_forest): Ditto.
21705 (allocnos_have_intersected_live_ranges_p): Rename to
21706 allocnos_conflict_by_live_ranges_p. Move before copy_freq_compare_func.
21707 (pseudos_have_intersected_live_ranges_p): Rename to
21708 conflict_by_live_ranges_p. Move before copy_freq_compare_func.
21709 (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
21710 (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
21711 (update_copy_costs): Remove assert. Skip cost update if the hard
21712 reg does not belong the class.
21713 (assign_hard_reg): Process only profitable hard regs.
21714 (uncolorable_allocnos_num): Make it scalar.
21715 (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
21716 and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
21717 and ira_reg_class_max_nregs.
21718 (bucket_allocno_compare_func): Check frequency first.
21719 (sort_bucket): Add compare function as a parameter.
21720 (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
21721 (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
21722 (push_allocno_to_stack): Rewrite for checking new allocno
21723 colorability.
21724 (remove_allocno_from_bucket_and_push): Print cost too. Remove assert.
21725 (push_only_colorable): Pass new parameter to sort_bucket.
21726 (push_allocno_to_spill): Remove.
21727 (allocno_spill_priority_compare): Make it inline and rewrite.
21728 (splay_tree_allocate, splay_tree_free): Remove.
21729 (allocno_spill_sort_compare): New function.
21730 (push_allocnos_to_stack): Sort allocnos for spilling once. Don't
21731 build and use splay tree. Choose first allocno in uncolorable
21732 allocno bucket to spill. Remove setting spill cost.
21733 (all_conflicting_hard_regs): Remove.
21734 (setup_allocno_available_regs_num): Check only profitable hard
21735 regs. Print info about hard regs nodes.
21736 (setup_allocno_left_conflicts_size): Remove.
21737 (put_allocno_into_bucket): Don't call
21738 setup_allocno_left_conflicts_size. Use setup_left_conflict_sizes_p.
21739 (improve_allocation): New.
21740 (color_allocnos): Call setup_profitable_hard_regs,
21741 form_object_hard_regs_nodes_forest, improve_allocation,
21742 finish_object_hard_regs_nodes_forest. Setup spill cost.
21743 (print_loop_title): Use pressure classes.
21744 (color_allocnso): Ditto.
21745 (do_coloring): Remove allocation and freeing splay_tree_node_pool
21746 and allocnos_for_spilling.
21747 (ira_sort_regnos_for_alter_reg): Don't setup members
21748 {first,next}_coalesced_allocno.
21749 (color): Remove allocating and freeing removed_splay_allocno_vec.
21750 (fast_allocation): Use ira_prohibited_class_mode_regs instead of
21751 prohibited_class_mode_regs.
21752
21753 * ira-lives.c: Remove mentioning cover classes from the file. Fix
21754 formatting.
21755 (update_allocno_pressure_excess_length): Use pressure classes.
21756 (inc_register_pressure, dec_register_pressure): Check for pressure
21757 class.
21758 (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
21759 pressure class. Use ira_reg_class_nregs instead of
21760 ira_reg_class_max_nregs.
21761 (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
21762 (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
21763 (single_reg_class): Use ira_reg_class_nregs instead of
21764 ira_reg_class_max_nregs.
21765 (process_bb_node_lives): Use pressure classes.
21766
21767 * ira-emit.c: Remove mentioning cover classes from the file. Use
21768 ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Fix formatting.
21769 (change_loop): Use pressure classes.
21770 (modify_move_list): Call ira_set_allocno_class instead of
21771 ira_set_allocno_cover_class.
21772
21773 * ira-build.c: Remove mentioning cover classes from the file. Use
21774 ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
21775 ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST. Use
21776 ALLOCNO_UPDATED_CLASS_COST instead of
21777 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
21778 (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
21779 (ira_create_allocno): Remove initialization of
21780 ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE. Initialize
21781 ALLOCNO_COLORABLE_P.
21782 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
21783 Update conflict regs for the objects.
21784 (create_cap_allocno): Remove assert. Don't propagate
21785 ALLOCNO_AVAILABLE_REGS_NUM.
21786 (ira_free_allocno_costs): New function.
21787 (finish_allocno): Change a part of code into call of
21788 ira_free_allocno_costs.
21789 (low_pressure_loop_node_p): Use pressure classes.
21790 (object_range_compare_func): Don't compare classes.
21791 (setup_min_max_conflict_allocno_ids): Ditto.
21792
21793 * loop-invariant.c: Remove mentioning cover classes from the file.
21794 Use ira_pressure_classes and ira_pressure_classes_num instead of
21795 ira_reg_class_cover_size and ira_reg_class_cover. Fix formatting.
21796 (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
21797 Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
21798 Use reg_allocno_class instead of reg_cover_class.
21799 (get_inv_cost): Use instead ira_stack_reg_pressure_class of
21800 STACK_REG_COVER_CLASS.
21801 (get_regno_cover_class): Rename to get_regno_pressure_class.
21802 (move_loop_invariants): Initialize and finalize regstat.
21803
21804 * ira.c: Remove mentioning cover classes from the file. Add
21805 comments about coloring without cover classes. Use ALLOCNO_CLASS
21806 instead of ALLOCNO_COVER_CLASS. Fix formatting.
21807 (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
21808 setup_class_subset_and_memory_move_costs.
21809 (setup_stack_reg_pressure_class, setup_pressure_classes): New.
21810 (setup_cover_and_important_classes): Rename to
21811 setup_allocno_and_important_classes.
21812 (setup_class_translate_array): New.
21813 (setup_class_translate): Call it for allocno and pressure classes.
21814 (cover_class_order): Rename to allocno_class_order.
21815 (comp_reg_classes_func): Use ira_allocno_class_translate instead
21816 of ira_class_translate.
21817 (reorder_important_classes): Set up ira_important_class_nums.
21818 (setup_reg_class_relations): Set up ira_reg_class_superunion.
21819 (print_class_cover): Rename to print_classes. Add parameter.
21820 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
21821 Print pressure classes too.
21822 (find_reg_class_closure): Rename to find_reg_classes. Don't call
21823 setup_reg_subclasses.
21824 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
21825 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
21826 (setup_prohibited_class_mode_regs): Use
21827 ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
21828 (clarify_prohibited_class_mode_regs): New function.
21829 (ira_init_register_move_cost): Set up ira_max_register_move_cost,
21830 ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
21831 (ira_init_once): Initialize them.
21832 (free_register_move_costs): Process them.
21833 (ira_init): Move calls of find_reg_classes and
21834 setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
21835 Call clarify_prohibited_class_mode_regs.
21836 (ira_no_alloc_reg): Remove.
21837 (too_high_register_pressure_p): Use pressure classes.
21838
21839 * sched-deps.c: Remove mentioning cover classes from the file.
21840 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
21841 ira_pressure_classes and ira_pressure_classes_num instead of
21842 ira_reg_class_cover_size and ira_reg_class_cover.
21843 (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
21844 sched_regno_pressure_class instead of sched_regno_cover_class.
21845 (mark_insn_pseudo_birth, mark_pseudo_death): Ditto. Use
21846 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
21847
21848 * ira.h: Add 2010 to Copyright.
21849 (ira_no_alloc_reg): Remove external.
21850 (struct target_ira): Rename x_ira_hard_regno_cover_class,
21851 x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
21852 x_ira_class_translate to x_ira_hard_regno_allocno_class,
21853 x_ira_allocno_classes_num, x_ira_allocno_classes, and
21854 x_ira_allocno_class_translate. Add x_ira_pressure_classes_num,
21855 x_ira_pressure_classes, x_ira_pressure_class_translate, and
21856 x_ira_stack_reg_pressure_class. Rename x_ira_reg_class_nregs to
21857 x_ira_reg_class_max_nregs. Add x_ira_reg_class_min_nregs and
21858 x_ira_no_alloc_regs.
21859 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
21860 (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
21861 ira_allocno_classes_num and ira_allocno_classes.
21862 (ira_class_translate): Rename to ira_allocno_class_translate.
21863 (ira_pressure_classes_num, ira_pressure_classes): New definitions.
21864 (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
21865 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
21866 (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
21867 (ira_no_alloc_regs): New.
21868
21869 * ira-costs.c: Add 2010 to Copyright. Remove mentioning cover
21870 classes from the file. Use ALLOCNO_CLASS instead of
21871 ALLOCNO_COVER_CLASS. Use ALLOCNO_CLASS_COST instead of
21872 ALLOCNO_COVER_CLASS_COST.
21873 (regno_cover_class): Rename to regno_aclass.
21874 (record_reg_classes): Use ira_reg_class_subunion instead of
21875 ira_reg_class_union.
21876 (record_address_regs): Check overflow.
21877 (scan_one_insn): Ditto.
21878 (print_allocno_costs): Print total mem cost fore regional allocation.
21879 (print_pseudo_costs): Use REG_N_REFS.
21880 (find_costs_and_classes): Use classes intersected with them on the
21881 1st pass. Check overflow. Use ira_reg_class_subunion instead of
21882 ira_reg_class_union. Use ira_allocno_class_translate and
21883 regno_aclass instead of ira_class_translate and regno_cover_class.
21884 Modify code for finding regno_aclass. Setup preferred classes for
21885 the next pass.
21886 (setup_allocno_cover_class_and_costs): Rename to
21887 setup_allocno_class_and_costs. Use regno_aclass instead of
21888 regno_cover_class. Use ira_set_allocno_class instead of
21889 ira_set_allocno_cover_class.
21890 (init_costs, finish_costs): Use regno_aclass instead of
21891 regno_cover_class.
21892 (ira_costs): Use setup_allocno_class_and_costs instead of
21893 setup_allocno_cover_class_and_costs.
21894 (ira_tune_allocno_costs_and_cover_classes): Rename to
21895 ira_tune_allocno_costs. Check overflow. Skip conflict hard regs
21896 by processing objects. Use ira_reg_class_max_nregs instead of
21897 ira_reg_class_nregs.
21898
21899 * rtl.h (reg_cover_class): Rename to reg_allocno_class.
21900
21901 * sched-int.h: Remove mentioning cover classes from the file.
21902 (sched_regno_cover_class): Rename to sched_regno_pressure_class.
21903
21904 * reginfo.c: Add 2010 to Copyright. Remove mentioning cover
21905 classes from the file.
21906 (struct reg_pref): Rename coverclass into allocnoclass.
21907 (reg_cover_class): Rename to reg_allocno_class.
21908
21909 * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
21910
21911 * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
21912
21913 * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
21914
21915 * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
21916
21917 * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
21918
21919 * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
21920
21921 * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
21922
21923 * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
21924
21925 * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
21926
21927 * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
21928
21929 * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
21930 (i386_ira_cover_classes): Ditto.
21931
21932 * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
21933
21934 * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
21935
21936 * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
21937
21938 * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
21939
21940 * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
21941
21942 * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
21943
21944 * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
21945 (mips_ira_cover_classes): Ditto.
21946
21947 * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
21948
21949 * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
21950
21951 * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
21952
21953 * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
21954
21955 * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
21956
21957 * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
21958 (IRA_COVER_CLASSES_VSX): Ditto.
21959
21960 * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
21961 (rs6000_ira_cover_classes): Ditto.
21962
21963 * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
21964
21965 * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
21966
21967 * config/score/score.h (IRA_COVER_CLASSES): Ditto.
21968
21969 * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
21970
21971 * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
21972
21973 * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
21974
21975 * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
21976
21977 * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
21978
21979 * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
21980
21981 * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
21982
21983 2011-03-29 Jakub Jelinek <jakub@redhat.com>
21984
21985 PR debug/48253
21986 * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
21987 dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
21988 dw_fde_unlikely_section_end_label, cold_in_std_section,
21989 dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
21990 Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
21991 fields.
21992 (output_fde): Use dw_fde_second_{begin,end} if second is
21993 true, otherwise dw_fde_{begin,end}.
21994 (output_call_frame_info): Test dw_fde_second_begin != NULL
21995 instead of dw_fde_switched_sections.
21996 (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
21997 fields, initialize new fields. Initialize in_std_section
21998 unconditionally from the first partition.
21999 (dwarf2out_end_epilogue): Don't override dw_fde_end when
22000 dw_fde_second_begin is non-NULL.
22001 (dwarf2out_switch_text_section): Stop initializing removed
22002 dw_fde_struct fields, initialize new fields, initialize
22003 also dw_fde_end here. Set dw_fde_switch_cfi even when
22004 dwarf2out_do_cfi_asm (). Call var_location_switch_text_section.
22005 (struct var_loc_list_def): Add last_before_switch field.
22006 (arange_table, arange_table_allocated, arange_table_in_use,
22007 ARANGE_TABLE_INCREMENT, add_arange): Removed.
22008 (size_of_aranges): Count !in_std_section and !second_in_std_section
22009 hunks in fdes, instead of looking at arange_table_in_use.
22010 (output_aranges): Add aranges_length argument, don't call
22011 size_of_aranges here. Instead of using aranges_table*
22012 emit ranges for fdes when !in_std_section resp.
22013 !second_in_std_section.
22014 (dw_loc_list): Break ranges crossing section switch.
22015 (convert_cfa_to_fb_loc_list): Likewise. If switched sections,
22016 use dw_fde_second_end instead of dw_fde_end as end of last range.
22017 (gen_subprogram_die): Don't call add_arange. Use
22018 dw_fde_{begin,end} for first partition and if switched
22019 section dw_fde_second_{begin,end} for the second.
22020 (var_location_switch_text_section_1,
22021 var_location_switch_text_section): New functions.
22022 (dwarf2out_begin_function): Initialize cold_text_section even
22023 when function_section () isn't text_section.
22024 (prune_unused_types): Don't walk arange_table.
22025 (dwarf2out_finish): Don't needlessly test
22026 flag_reorder_blocks_and_partition when testing cold_text_section_used.
22027 If info_section_emitted, call size_of_aranges and if it indicates
22028 non-empty .debug_aranges, call output_aranges with the computed
22029 size. Stop using removed dw_fde_struct fields, use
22030 dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
22031 for second.
22032
22033 PR debug/48203
22034 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
22035 create ENTRY_VALUE if incoming or address of incoming's MEM
22036 is a hard REG.
22037 * dwarf2out.c (mem_loc_descriptor): Don't emit
22038 DW_OP_GNU_entry_value of DW_OP_fbreg.
22039 * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
22040 on ENTRY_VALUE is able to find the canonical parameter VALUE.
22041 * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
22042 rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
22043 ENTRY_VALUE_EXPs.
22044 (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
22045 is a REG_P or MEM_P with REG_P address, compute hash directly
22046 instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
22047 (preserve_only_constants): Don't clear VALUES forwaring
22048 ENTRY_VALUE to some other VALUE.
22049
22050 2011-03-28 Richard Sandiford <richard.sandiford@linaro.org>
22051
22052 * builtins.c (expand_builtin_memset_args): Use gen_int_mode
22053 instead of GEN_INT.
22054
22055 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
22056
22057 * cfgexpand.c (expand_gimple_cond): Always set the source location and
22058 block before expanding the statement.
22059 (expand_gimple_stmt_1): Likewise. Set them here...
22060 (expand_gimple_stmt): ...and not here. Tidy.
22061 * cfglayout.c (curr_insn_locator): Return 0 if the current location is
22062 unknown.
22063
22064 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
22065
22066 * Makefile.in: New rule for cprop.o.
22067 * gcse.c: Move constant/copy propagation to cprop.c.
22068 (compute_local_properties): Only handle expression tables.
22069 (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
22070 (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
22071 (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
22072 next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
22073 mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
22074 compute_cprop_data, find_used_regs, try_replace_reg,
22075 find_avail_set, cprop_jump, constprop_register, cprop_insn,
22076 local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
22077 fis_get_condition, implicit_set_cond_p, find_implicit_sets,
22078 find_bypass_set, reg_killed_on_edge, bypass_block,
22079 bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
22080 execute_rtl_cprop, pass_rtl_cprop): Move to...
22081 * cprop.c: ...here. New file, constant/copy propagation for RTL
22082 moved from gcse.c to here with minor cleanups in duplicated code.
22083
22084 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
22085
22086 * config/i386/i386.c (flag_opts): Fix a typo in
22087 -mavx256-split-unaligned-store.
22088
22089 2011-03-28 Anatoly Sokolov <aesok@post.ru>
22090
22091 * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
22092 LIBCALL_VALUE): Remove macros.
22093 * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
22094 TARGET_FUNCTION_VALUE_REGNO_P): Define.
22095 (h8300_function_value, h8300_libcall_value,
22096 h8300_function_value_regno_p): New functions.
22097
22098 2011-03-28 Anatoly Sokolov <aesok@post.ru>
22099
22100 * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
22101
22102 2011-03-28 Jeff Law <law@redhat.com>
22103
22104 * tree-ssa-threadupdate.c (redirect_edges): Call
22105 create_edge_and_update_destination_phis as needed.
22106 (create_edge_and_update_destination_phis): Accept new BB argument.
22107 All callers updated.
22108 (thread_block): Do not update the profile when threading around
22109 intermediate blocks.
22110 (thread_single_edge): Likewise.
22111 (determine_bb_domination_status): If BB is not a successor of the
22112 loop header, return NONDOMINATING.
22113 (register_jump_thread): Note when we register a jump thread around
22114 an intermediate block.
22115 * tree-ssa-threadedge.c (thread_around_empty_block): New function.
22116 (thread_across_edge): Use it.
22117
22118 2011-03-28 Tristan Gingold <gingold@adacore.com>
22119
22120 * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
22121 when for_return is 2.
22122
22123 2011-03-28 Jeff Law <law@redhat.com>
22124
22125 * var-tracking.c (canonicalize_values_mark): Delete unused
22126 lhs assignment.
22127 (canonicalize_values_star, set_variable_part): Likewise.
22128 (clobber_variable_part, delete_variable_part): Likewise.
22129
22130 2011-03-28 Steven Bosscher <steven@gcc.gnu.org>
22131
22132 * gcse.c (free_gcse_mem): Free reg_set_bitmap.
22133
22134 2011-03-28 Martin Jambor <mjambor@suse.cz>
22135
22136 * tree-inline.c (expand_call_inline): Do not check that destination
22137 node is analyzed.
22138 (optimize_inline_calls): Assert that destination node is analyzed.
22139 * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
22140 not call tree_lowering_passes.
22141 * cgraph.h (cgraph_analyze_function): Declare.
22142 * cgraphunit.c (cgraph_analyze_function): Make public.
22143
22144 2011-03-28 Joseph Myers <joseph@codesourcery.com>
22145
22146 * config/sparc/sparc-opts.h: New.
22147 * config/sparc/sparc.c (sparc_handle_option, sparc_select,
22148 sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
22149 (sparc_option_override): Store processor_type enumeration rather
22150 than string in cpu_default. Remove name and enumeration from
22151 cpu_table. Directly default -mcpu then default -mtune from -mcpu
22152 without using sparc_select. Use target_flags_explicit instead of
22153 fpu_option_set.
22154 * config/sparc/sparc.h (enum processor_type): Move to
22155 sparc-opts.h.
22156 (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
22157 * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
22158 HeaderInclude entry.
22159 (mcpu=, mtune=): Use Var and Enum.
22160 (sparc_processor_type): New Enum and EnumValue entries.
22161
22162 2011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22163 Iain Sandoe <iains@gcc.gnu.org>
22164
22165 PR target/48245
22166 * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
22167
22168 2011-03-28 Eric Botcazou <ebotcazou@adacore.com>
22169
22170 * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
22171 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
22172 Insert new statements at it in lieu of STMT.
22173 (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
22174 * tree-vect-stmts.c (vectorizable_store): Likewise.
22175 (vectorizable_load): Likewise.
22176
22177 2011-03-28 Uros Bizjak <ubizjak@gmail.com>
22178
22179 * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
22180 (divtf3): Ditto.
22181 (multf3): Ditto.
22182 (subtf3): Ditto.
22183
22184 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
22185
22186 * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
22187 unaligned 256bit load/store.
22188 (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
22189 (*avx_movdqu<avxmodesuffix>): Likewise.
22190
22191 2011-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22192
22193 PR target/48288
22194 * config/pa/predicates.md (reg_or_ior_operand): New predicate.
22195 * config/pa/pa.md (iordi3): Use new predicate in expander.
22196 (iorsi3): Likewise.
22197
22198 2011-03-27 Anatoly Sokolov <aesok@post.ru>
22199
22200 * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
22201 FUNCTION_VALUE_REGNO_P): Remove macros.
22202 * config/mips/mips-protos.h (mips_function_value): Remove.
22203 * config/mips/mips.c (mips_function_value): Rename to...
22204 (mips_function_value_1): ... this. Make static. Handle receiving
22205 the function type in 'fn_decl_or_type' argument.
22206 (mips_function_value, mips_libcall_value,
22207 mips_function_value_regno_p): New function.
22208 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
22209 TARGET_FUNCTION_VALUE_REGNO_P): Define.
22210
22211 2011-03-27 H.J. Lu <hongjiu.lu@intel.com>
22212
22213 * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
22214 and -mavx256-split-unaligned-store.
22215 (ix86_option_override_internal): Split 32-byte AVX unaligned
22216 load/store by default.
22217 (ix86_avx256_split_vector_move_misalign): New.
22218 (ix86_expand_vector_move_misalign): Use it.
22219
22220 * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
22221 -mavx256-split-unaligned-store.
22222
22223 * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
22224 256bit load/store. Generate unaligned store on misaligned memory
22225 operand.
22226 (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
22227 256bit load/store.
22228 (*avx_movdqu<avxmodesuffix>): Likewise.
22229
22230 * doc/invoke.texi: Document -mavx256-split-unaligned-load and
22231 -mavx256-split-unaligned-store.
22232
22233 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
22234
22235 PR target/38598
22236 * config/mips/mips.md (extendsidi2): Add an "l" alternative.
22237 Update commentary.
22238
22239 2011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
22240
22241 * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
22242 opno arguments with an expand_operand. Use create_input_operand.
22243 (mips_prepare_builtin_target): Delete.
22244 (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
22245 functions.
22246 (mips_expand_builtin_direct): Use create_output_operand and
22247 mips_expand_builtin_insn. Update call to mips_prepare_builtin_arg.
22248 (mips_expand_builtin_movtf): Likewise. Use mips_expand_fp_comparison.
22249 (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
22250
22251 2011-03-27 Ira Rosen <ira.rosen@linaro.org>
22252
22253 * config/arm/arm.c (arm_autovectorize_vector_sizes): New
22254 function.
22255 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
22256
22257 2011-03-26 Eric Botcazou <ebotcazou@adacore.com>
22258
22259 * basic-block.h (fixup_abnormal_edges): Adjust prototype.
22260 * reload1.c (reload): Adjust call to fixup_abnormal_edges. Rediscover
22261 basic blocks and call commit_edge_insertions directly.
22262 (fixup_abnormal_edges): Move from here to...
22263 * cfgrtl.c (fixup_abnormal_edges): ...here. Only insert instructions
22264 on the edges and return whether some have actually been inserted.
22265 * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
22266 compensation code.
22267
22268 2011-03-26 Andrey Belevantsev <abel@ispras.ru>
22269
22270 PR rtl-optimization/48144
22271 * sel-sched-ir.c (merge_history_vect): Factor out from ...
22272 (merge_expr_data): ... here.
22273 (av_set_intersect): Rename to av_set_code_motion_filter.
22274 Update all callers. Call merge_history_vect when an expression
22275 is found in both sets.
22276 * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
22277
22278 2011-03-26 Alan Modra <amodra@gmail.com>
22279
22280 * config/rs6000/predicates.md (word_offset_memref_op): Handle
22281 cmodel medium addresses.
22282 * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
22283 64-bit gpr loads and stores.
22284 (rs6000_secondary_reload_ppc64): New function.
22285 * config/rs6000/rs6000-protos.h: Declare it.
22286 * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
22287
22288 2011-03-26 Alan Modra <amodra@gmail.com>
22289
22290 PR target/47487
22291 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
22292 GNU Go in traceback table.
22293
22294 2011-03-25 Richard Henderson <rth@redhat.com>
22295
22296 * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
22297 if there are exactly 6 operands.
22298 (set_storage_via_setmem): Similarly.
22299
22300 2011-03-25 Kai Tietz <ktietz@redhat.com>
22301
22302 * collect2.c (write_c_file_stat): Handle backslash
22303 as right-hand directory separator.
22304 (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
22305 checking just for slash.
22306 * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
22307 instead of checking for trailing slash.
22308 * gcc.c (record_temp_file): Use filename_cmp instead
22309 of strcmp.
22310 (do_spec_1): Likewise.
22311 (replace_outfile_spec_function): Likewise.
22312 (is_directory): Use filename_ncmp instead of strncmp.
22313 (print_multilib_info): Likewise.
22314 * gcov.c (find_source): Use filename_cmp instead
22315 instead of strcmp.
22316 (make_gcov_file_name): Fix order of slash/backslash
22317 checks.
22318 * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
22319 (add_standard_paths): Likewise.
22320 * mips-tfile.c (saber_stop): Handle backslash.
22321 * prefix.c (update_path): Use filename_ncmp instead of
22322 strncmp.
22323 * profile.c (output_location): Use filename_cmp instead
22324 of strcmp.
22325 * read-md.c (handle_toplevel_file): Handle backslash.
22326 * tlink.c (frob_extension): Likewise.
22327 * tree-cfg.c (same_line_p): Use filename_cmp instead of
22328 strcmp.
22329 * tree-dump.c (dequeue_and_dump): Handle backslash.
22330 * tree.c (get_file_function_name): Likewise.
22331 * gengtype.c (read_input_list): Likewise.
22332 (get_file_realbasename): Likewise.
22333 (get_output_file_with_visibility): Use filename_cmp
22334 instead of strcmp.
22335
22336 2011-03-25 Richard Sandiford <richard.sandiford@linaro.org>
22337
22338 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
22339 case to VFPv1.
22340
22341 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
22342
22343 * fold-const.c (expr_location_or): New function.
22344 (fold_truth_not_expr): Call it.
22345
22346 2011-03-25 Jeff Law <law@redhat.com>
22347
22348 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
22349 va_end.
22350 * c-family/c-common.c (def_fn_type): Likewise.
22351 * ada/gcc-interface/utils.c (def_fn_type): Likewise.
22352 * emit-rtl.c (gen_rtvec): Likewise.
22353 * lto/lto-lang.c (def_fn_type): Likewise.
22354
22355 2011-03-25 Richard Guenther <rguenther@suse.de>
22356
22357 * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
22358 also generate copies.
22359 (fini_copy_prop): Handle constant values properly.
22360
22361 2011-03-25 Jakub Jelinek <jakub@redhat.com>
22362
22363 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
22364 mode size instead of bitsize with DWARF2_ADDR_SIZE.
22365 (hash_loc_operands, compare_loc_operands): Handle
22366 DW_OP_GNU_entry_value.
22367
22368 2011-03-25 Kai Tietz <ktietz@redhat.com>
22369
22370 * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
22371 (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
22372 * config/i386/i386.c (ix86_conditional_register_usage): Adjust
22373 comment and use macro TARGET_64BIT_MS_ABI instead.
22374 (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
22375 and change default behavior for 32-bit MS_ABI.
22376 (ix86_reg_parm_stack_space): Check additionally for bit-ness.
22377 (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
22378 32-bit, too.
22379 (ix86_cfun_abi): Likewise.
22380 (ix86_maybe_switch_abi): Adjust comment.
22381 (init_cumulative_args): Check for bit-ness in MS_ABI case.
22382 (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
22383 instead of checking for SYSV_ABI.
22384 (ix86_nsaved_sseregs): Likewise.
22385 (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
22386 to 16 bytes.
22387 (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
22388 * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
22389 (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
22390 (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
22391 * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
22392
22393 2011-03-25 Richard Guenther <rguenther@suse.de>
22394
22395 * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
22396 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
22397 (verify_gimple): Remove.
22398 * tree-cfg.c (verify_gimple_call): Merge verification
22399 from verify_stmts.
22400 (verify_gimple_phi): Merge verification from verify_stmts.
22401 (verify_gimple_label): New function.
22402 (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
22403 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
22404 (verify_stmt): Merge into verify_gimple_in_cfg and callees.
22405 (verify_stmts): Rename to verify_gimple_in_cfg.
22406 (verify_gimple_in_cfg): New function.
22407 * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
22408 * tree-ssa.c (verify_ssa): Likewise.
22409 * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
22410
22411 2011-03-25 Richard Guenther <rguenther@suse.de>
22412
22413 * passes.c (init_optimization_passes): Add FRE pass after
22414 early SRA.
22415
22416 2011-03-25 Bernd Schmidt <bernds@codesourcery.com>
22417 Andrew Stubbs <ams@codesourcery.com>
22418
22419 * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
22420 for Cortex-A8.
22421 (arm_movdi_vfp_cortexa8): New pattern.
22422 * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
22423 iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
22424 instructions when tuning for Cortex-A8. Set attribute "arch".
22425 * config/arm/arm.md: Move include arm-tune.md up a bit.
22426 (define_attr "arch"): Add "onlya8" and "nota8" values.
22427 (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
22428
22429 2011-03-25 Nathan Froyd <froydnj@codesourcery.com>
22430
22431 PR bootstrap/48282
22432 Revert:
22433 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
22434
22435 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
22436 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
22437 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
22438 * passes.c (init_optimization_passes): Move
22439 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
22440
22441 2011-03-25 Kai Tietz <ktietz@redhat.com>
22442
22443 * c-typeck.c (comptypes_internal): Replace target
22444 hook call of comp_type_attributes by version in tree.c file.
22445 * gimple.c (gimple_types_compatible_p_1): Likewise.
22446 * tree-ssa.c (useless_type_conversion_p): Likewise.
22447 * tree.c (build_type_attribute_qual_variant): Likewise.
22448 (attribute_value_equal): New static helper function.
22449 (comp_type_attributes): New function.
22450 (merge_attributes): Use attribute_value_equal for comparison.
22451 (attribute_list_contained): Likewise.
22452 * tree.h (comp_type_attributes): New prototype.
22453
22454 2011-03-25 Richard Guenther <rguenther@suse.de>
22455
22456 * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
22457 of complex types at -O0.
22458 (verify_gimple_assign_binary): Likewise.
22459 (verify_gimple_assign_ternary): Likewise.
22460
22461 2011-03-24 Mark Wielaard <mjw@redhat.com>
22462
22463 * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
22464 (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
22465
22466 2011-03-24 Mark Wielaard <mjw@redhat.com>
22467
22468 PR debug/48041
22469 * dwarf2out.c (output_abbrev_section): Only write table when
22470 abbrev_die_table_in_use > 1.
22471
22472 2011-02-24 Richard Henderson <rth@redhat.com>
22473
22474 * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
22475 (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
22476 (alpha_expand_unaligned_load_words): Use extql.
22477 (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
22478 (emit_insxl): Handle all modes for consistency.
22479
22480 2011-02-24 Richard Henderson <rth@redhat.com>
22481
22482 * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
22483 (alpha_expand_unaligned_load): Likewise.
22484 (alpha_expand_unaligned_store): Likewise.
22485 (alpha_expand_unaligned_load_words): Likewise.
22486 (alpha_expand_unaligned_store_words): Likewise.
22487 (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
22488 (alpha_split_lock_test_and_set_12): Likewise.
22489 (print_operand, alpha_fold_builtin_extxx): Likewise.
22490 (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
22491 * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
22492 (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
22493 (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
22494 (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
22495 (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
22496 (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
22497 (unaligned_storeqi_be, unaligned_storehi_be): Remove.
22498 (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
22499 (extwl, extll, extql): Similarly.
22500 (inswh, inslh, insqh): Similarly.
22501 (mskbl, mskwl, mskll, mskql): Similarly.
22502 (mskwh, msklh, mskqh): Similarly.
22503
22504 2011-02-24 Richard Henderson <rth@redhat.com>
22505
22506 * config/alpha/alpha.md (attribute isa): Add er, ner.
22507 (attribute enabled): Handle them.
22508 (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
22509
22510 2011-02-24 Richard Henderson <rth@redhat.com>
22511
22512 * config/alpha/alpha.md (attribute isa): Add vms.
22513 (attribute enabled): Handle it.
22514 (*movsf): Merge *movsf_{nofix,fix,nofp}.
22515 (*movdf): Merge *movdf_{nofix,fix,nofp}.
22516 (*movtf): Rename from *movtf_internal for consistency.
22517 (*movsi): Merge with *movsi_nt_vms.
22518 (*movhi): Merge *movhi_nobwx, *movhi_bwx.
22519 (*movqi): Merge *movqi_nobwx, *movqi_bwx.
22520 (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
22521 * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
22522
22523 2011-02-24 Richard Henderson <rth@redhat.com>
22524
22525 * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
22526 (extendqisi2, extendhisi2): Likewise.
22527 (extendqidi2): Simplify BWX/non-BWX expansions.
22528 (extendhidi2): Similarly.
22529
22530 2011-02-24 Richard Henderson <rth@redhat.com>
22531
22532 * config/alpha/alpha.md (attribute isa): New.
22533 (attribute enabled): New.
22534 (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
22535 (zero_extendqisi2, zero_extendqidi2): Similarly.
22536 (zero_extendhisi2, zero_extendhidi2): Similarly.
22537 * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
22538
22539 2011-02-24 Richard Henderson <rth@redhat.com>
22540
22541 * config/alpha/predicates.md (input_operand): Revert last change;
22542 update comment to mention 32-bit VMS rather than Windows.
22543
22544 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
22545
22546 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
22547 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
22548 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
22549 * passes.c (init_optimization_passes): Move
22550 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
22551
22552 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
22553
22554 * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
22555
22556 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
22557
22558 * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
22559 correctly.
22560
22561 2011-03-24 Jakub Jelinek <jakub@redhat.com>
22562
22563 PR debug/48204
22564 * simplify-rtx.c (simplify_const_unary_operation): Call
22565 real_convert when changing mode class with FLOAT_EXTEND.
22566
22567 2011-03-24 Nick Clifton <nickc@redhat.com>
22568
22569 * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
22570 (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
22571 * config/rx/rx.c (rx_option_override): Set align_jumps,
22572 align_loops and align_labels if not set by the user.
22573 (rx_align_for_label): New function.
22574 (rx_max_skip_for_label): New function.
22575 (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
22576 (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
22577 (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
22578 (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
22579 * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
22580
22581 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
22582
22583 PR rtl-optimization/48263
22584 * optabs.c (expand_binop_directly): Reinstate convert_modes code
22585 and original commutative_p handling. Use maybe_gen_insn.
22586
22587 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22588
22589 * reload.c (find_reloads_subreg_address): Add address_reloaded
22590 parameter and return true there if the full address has been
22591 reloaded.
22592 (find_reloads_toplev): Pass address_reloaded flag.
22593 (find_reloads_address_1): Don't use address_reloaded parameter.
22594
22595 2011-03-24 Jeff Law <law@redhat.com>
22596
22597 * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
22598 unused variable "ann".
22599 (remove_unused_locals): Likewise.
22600
22601 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
22602 statement.
22603
22604 * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
22605 after it is freed.
22606
22607 2011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22608
22609 * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
22610 for invalid symbolic addresses.
22611 (s390_secondary_reload): Don't use s390_check_symref_alignment for
22612 larl operands.
22613
22614 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
22615
22616 * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
22617 the argument in calls to fold_truth_not_expr.
22618
22619 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
22620
22621 * tree.c (record_node_allocation_statistics): New function.
22622 (make_node_stat, copy_node_stat, build_string): Call it.
22623 (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
22624 (build1_stat, build_omp_clause): Likewise.
22625
22626 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
22627
22628 * builtins.c (expand_movstr): Fix endp == 1 adjustment after
22629 last commit.
22630
22631 2011-03-24 Richard Guenther <rguenther@suse.de>
22632
22633 PR tree-optimization/48271
22634 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
22635 blocks that still exist.
22636
22637 2011-03-24 Richard Guenther <rguenther@suse.de>
22638
22639 PR tree-optimization/48270
22640 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
22641 not free datarefs before ddrs.
22642
22643 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
22644
22645 * tree-sra.c (build_ref_for_offset): Strip useless type conversions
22646 from the address built for a reference with variable offset.
22647
22648 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
22649
22650 PR target/48237
22651 * config/i386/i386.md (*movdf_internal_rex64): Do not split
22652 alternatives that can be handled with movq or movabsq insn.
22653 (*movdf_internal): Disable for !TARGET_64BIT.
22654 (*movdf_internal_nointeger): Ditto.
22655 * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
22656
22657 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
22658
22659 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
22660 (FUNCTION_ARG_ADVANCE): Likewise.
22661 * tm.texi.in: Change references to them to hook references.
22662 * tm.texi: Regenerate.
22663 * targhooks.c (default_function_arg): Eliminate check for target macro.
22664 (default_function_incoming_arg): Likewise.
22665 (default_function_arg_advance): Likewise.
22666 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
22667 (function_arg_advance): Likewise.
22668 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
22669
22670 2011-03-24 Richard Guenther <rguenther@suse.de>
22671
22672 PR middle-end/48269
22673 * tree-object-size.c (addr_object_size): Do not double-account
22674 for MEM_REF offsets.
22675
22676 2011-03-24 Diego Novillo <dnovillo@google.com>
22677
22678 * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
22679 * lto-streamer-in.c (input_string_internal): Add clarifying comments.
22680 (lto_input_data_block): Move from lto-opts.c. Make extern.
22681 Update all users.
22682 (lto_input_string): Rename from input_string. Make extern.
22683 Update all users.
22684 * lto-streamer-out.c (lto_output_string_with_length): Rename from
22685 output_string_with_length.
22686 Output 0 to indicate a non-NULL string. Update all callers to
22687 not emit 0.
22688 (lto_output_string): Rename from output_string. Make extern.
22689 Update all users.
22690 (lto_output_decl_state_streams): Make extern.
22691 (lto_output_decl_state_refs): Make extern.
22692 * lto-streamer.h (lto_input_string): Declare.
22693 (lto_input_data_block): Declare.
22694 (lto_output_string): Declare.
22695 (lto_output_string_with_length): Declare.
22696 (lto_output_decl_state_streams): Declare.
22697 (lto_output_decl_state_refs): Declare.
22698
22699 2011-03-24 Richard Guenther <rguenther@suse.de>
22700
22701 PR tree-optimization/46562
22702 * tree.c (build_invariant_address): New function.
22703 * tree.h (build_invariant_address): Declare.
22704 * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
22705 a renamed function moved ...
22706 * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
22707 Take valueization callback parameter.
22708 * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
22709 * gimple-fold.h: New file.
22710 * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
22711 (ccp_fold, fold_const_aggregate_ref,
22712 fold_ctor_reference, fold_nonarray_ctor_reference,
22713 fold_array_ctor_reference, fold_string_cst_ctor_reference,
22714 get_base_constructor): Move ...
22715 * gimple-fold.c: ... here.
22716 (gimple_fold_stmt_to_constant_1): New function
22717 split out from ccp_fold. Take a valueization callback parameter.
22718 Valueize all operands.
22719 (gimple_fold_stmt_to_constant): New wrapper function.
22720 (fold_const_aggregate_ref_1): New function split out from
22721 fold_const_aggregate_ref. Take a valueization callback parameter.
22722 (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
22723 * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
22724 invariant POINTER_PLUS_EXPRs to invariant form.
22725 (vn_valueize): New function.
22726 (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
22727 * tree-vrp.c (vrp_valueize): New function.
22728 (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
22729 to fold statements to constants.
22730 * tree-ssa-pre.c (eliminate): Properly guard propagation of
22731 function declarations.
22732 * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
22733 tree-ssa-ccp.o): Add gimple-fold.h dependencies.
22734
22735 2011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
22736
22737 * config/h8300/predicates.md (jump_address_operand): Fix register
22738 mode check.
22739
22740 2011-03-24 Ira Rosen <ira.rosen@linaro.org>
22741
22742 * doc/invoke.texi (max-stores-to-sink): Document.
22743 * params.h (MAX_STORES_TO_SINK): Define.
22744 * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
22745 if either vectorization or if-conversion is disabled.
22746 * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
22747 tree-vect-data-refs.c vect_equal_offsets.
22748 (dr_equal_offsets_p): New function.
22749 (find_data_references_in_bb): Remove static.
22750 * tree-data-ref.h (find_data_references_in_bb): Declare.
22751 (dr_equal_offsets_p): Likewise.
22752 * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
22753 (vect_drs_dependent_in_basic_block): Update calls to
22754 vect_equal_offsets.
22755 (vect_check_interleaving): Likewise.
22756 * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
22757 (cond_if_else_store_replacement): Rename to...
22758 (cond_if_else_store_replacement_1): ... this. Change arguments and
22759 documentation.
22760 (cond_if_else_store_replacement): New function.
22761 * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
22762 * params.def (PARAM_MAX_STORES_TO_SINK): Define.
22763
22764 2011-03-23 Chung-Lin Tang <cltang@codesourcery.com>
22765
22766 PR target/46934
22767 * config/arm/arm.md (casesi): Use the gen_int_mode() function
22768 to subtract lower bound instead of GEN_INT().
22769
22770 2011-03-23 Jonathan Wakely <jwakely.gcc@gmail.com>
22771
22772 PR other/48179
22773 PR other/48221
22774 PR other/48234
22775 * doc/extend.texi (Alignment): Move section to match order in TOC.
22776 * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
22777 (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
22778
22779 2011-03-23 Jeff Law <law@redhat.com>
22780
22781 * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
22782 before removing the edge.
22783
22784 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
22785 it may have been freed by redirect_branch_edge or
22786 redirect_edge_succ_nodup.
22787
22788 2011-03-23 Richard Guenther <rguenther@suse.de>
22789
22790 * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
22791 (check_va_list_escapes): Likewise.
22792 (check_all_va_list_escapes): Likewise.
22793
22794 2011-03-23 Richard Guenther <rguenther@suse.de>
22795
22796 * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
22797 (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
22798 (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
22799 (alias.o): Likewise.
22800 (ipa-type-escape.o): Remove.
22801 (ipa-struct-reorg.o): Likewise.
22802 (GTFILES): Remove ipa-struct-reorg.c.
22803 * alias.c: Do not include ipa-type-escape.h.
22804 * tree-ssa-alias.c: Likewise.
22805 * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
22806 * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
22807 * passes.c (init_optimization_passes): Remove ipa-struct-reorg
22808 and ipa-type-escape passes.
22809 * tree-pass.h (pass_ipa_type_escape): Remove.
22810 (pass_ipa_struct_reorg): Likewise.
22811 * ipa-struct-reorg.h: Remove.
22812 * ipa-struct-reorg.c: Likewise.
22813 * ipa-type-escape.h: Likewise.
22814 * ipa-type-escape.c: Likewise.
22815 * doc/invoke.texi (-fipa-struct-reorg): Remove.
22816 (--param struct-reorg-cold-struct-ratio): Likewise.
22817 * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
22818 * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
22819 * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
22820
22821 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22822
22823 * config/s390/2084.md: Enable all insn reservations also for z9_ec
22824 cpu attribute value.
22825 * config/s390/s390-opts.h (enum s390_arch_option): Remove.
22826 (enum processor_type): Add PROCESSOR_2094_Z9_EC.
22827 * config/s390/s390.c (processor_flags_table): New constant array.
22828 (s390_handle_arch_option): Remove.
22829 (s390_handle_option): Remove s390_handle_arch_option invocations
22830 and OPT_mwarn_framesize_ handling.
22831 (s390_option_override): Remove s390_handle_arch_option invocation.
22832 (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
22833 warnings.
22834 * config/s390/s390.md (cpu attribute): Add z9_ec value.
22835 * config/s390/s390.opt (s390_tune, s390_arch)
22836 (march=): Replace s390_arch_option enum and values with
22837 processor_type. Set variable name to s390_arch. Set
22838 initialization value.
22839 (mtune=): Replace s390_arch_option with processor_type. Set
22840 variable name to s390_tune. Set initialization value.
22841
22842 2011-03-23 Julian Brown <julian@codesourcery.com>
22843
22844 * expr.c (expand_expr_real_1): Only use BLKmode for volatile
22845 accesses which are not naturally aligned.
22846
22847 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
22848
22849 PR target/47553
22850 * config/arm/predicates.md (neon_lane_number): Accept 0..15.
22851
22852 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
22853
22854 * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
22855 parameter from "int" to "enum insn_code".
22856 (expand_operand_type): New enum.
22857 (expand_operand): New structure.
22858 (create_expand_operand): New function.
22859 (create_fixed_operand, create_output_operand): Likewise
22860 (create_input_operand, create_convert_operand_to): Likewise.
22861 (create_convert_operand_from, create_address_operand): Likewise.
22862 (create_integer_operand): Likewise.
22863 (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
22864 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
22865 (expand_insn, expand_jump_insn): Likewise.
22866 * builtins.c (expand_builtin_prefetch): Use the new interfaces.
22867 (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
22868 (expand_movstr, expand_builtin___clear_cache): Likewise.
22869 (expand_builtin_lock_release): Likewise.
22870 * explow.c (allocate_dynamic_stack_space): Likewise.
22871 (probe_stack_range): Likewise. Allow check_stack to FAIL,
22872 and use the default handling in that case.
22873 * expmed.c (check_predicate_volatile_ok): Delete.
22874 (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
22875 (emit_cstore): Likewise.
22876 * expr.c (emit_block_move_via_movmem): Likewise.
22877 (set_storage_via_setmem, expand_assignment): Likewise.
22878 (emit_storent_insn, try_casesi): Likewise.
22879 (emit_single_push_insn): Likewise. Allow the expansion to fail.
22880 * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
22881 (expand_vec_shift_expr, expand_binop_directly): Likewise.
22882 (expand_twoval_unop, expand_twoval_binop): Likewise.
22883 (expand_unop_direct, emit_indirect_jump): Likewise.
22884 (emit_conditional_move, vector_compare_rtx): Likewise.
22885 (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
22886 (expand_sync_operation, expand_sync_fetch_operation): Likewise.
22887 (expand_sync_lock_test_and_set): Likewise.
22888 (maybe_emit_unop_insn): Likewise. Change icode to an insn_code.
22889 (emit_unop_insn): Likewise.
22890 (expand_copysign_absneg): Change icode to an insn_code.
22891 (create_convert_operand_from_type): New function.
22892 (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
22893 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
22894 (expand_insn, expand_jump_insn): Likewise.
22895 * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
22896 than const_int_operand for operand 2.
22897
22898 2011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22899
22900 * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
22901 if possible.
22902
22903 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
22904
22905 * emit-rtl.c (emit_pattern_before_noloc): New function.
22906 (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
22907 (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
22908 (emit_pattern_after_noloc): New function.
22909 (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
22910 (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
22911
22912 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
22913
22914 * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
22915 (__ffsDI2): Likewise.
22916
22917 2011-03-22 Richard Henderson <rth@redhat.com>
22918
22919 * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
22920 of !TARGET_ABI_OPEN_VMS.
22921 (alpha_trampoline_init, alpha_start_function): Likewise.
22922 (alpha_expand_epilogue, alpha_file_start): Likewise.
22923 * config/alpha/alpha.md (divsi3, modsi3): Likewise.
22924 (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
22925 (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
22926 (*divmodsi_internal, *divmoddi_internal_er): Likewise.
22927 (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
22928
22929 2011-03-22 Joseph Myers <joseph@codesourcery.com>
22930
22931 * config/s390/s390-opts.h: New.
22932 * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
22933 s390_arch_flags, s390_warn_framesize, s390_stack_size,
22934 s390_stack_guard): Remove.
22935 (s390_handle_arch_option): Return void. Take enum
22936 s390_arch_option value instead of string and searching array.
22937 (s390_handle_option): Don't assert that global structures are in
22938 use. Access variables via opts pointer. Use error_at. Don't use
22939 sscanf for -mstack-guard= or -mstack-size=. Update call to
22940 s390_handle_arch_option.
22941 (s390_option_override): Update call to s390_handle_arch_option.
22942 (s390_emit_prologue): Use %d format for s390_stack_size in
22943 diagnostic. Use %wd for HOST_WIDE_INT.
22944 * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
22945 (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
22946 * config/s390/s390.opt (config/s390/s390-opts.h): New
22947 HeaderInclude entry.
22948 (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
22949 s390_arch_flags, s390_warn_framesize): New Variable entries.
22950 (s390_arch_option): New Enum and EnumValue entries.
22951 (march=): Use Enum instead of Var.
22952 (mstack-guard=, mstack-size=): Use UInteger and Var.
22953 (mtune=): Use Enum.
22954
22955 2011-03-22 Joseph Myers <joseph@codesourcery.com>
22956
22957 * config/score/score.c (score_handle_option): Don't assert that
22958 global structures are in use. Access target_flags via opts
22959 pointer. Use value of -march= option to determine target_flags
22960 settings.
22961 * config/score/score.opt (march=): Use Enum.
22962 (score_arch): New Enum and EnumValue entries.
22963
22964 2011-03-22 Joseph Myers <joseph@codesourcery.com>
22965
22966 * config/mep/mep.c (option_mtiny_specified): Remove.
22967 (mep_option_override): Move register handling for -mivc2 from
22968 mep_handle_option. Use global_options_set.x_mep_tiny_cutoff
22969 instead of option_mtiny_specified.
22970 (mep_handle_option): Access target_flags via opts pointer. Don't
22971 assert that global structures are in use. Defer part of -mivc2
22972 handling and move it to mep_option_override.
22973 * config/mep/mep.opt (IVC2): New Mask entry.
22974 (mivc2): Use Var and Defer instead of Mask.
22975
22976 2011-03-22 Joseph Myers <joseph@codesourcery.com>
22977
22978 * config/v850/v850-opts.h: New.
22979 * config/v850/v850.c (small_memory): Replace with
22980 small_memory_physical_max array. Make that array static const.
22981 (v850_handle_memory_option): Take integer value of argument. Take
22982 gcc_options pointer, option text and location. Return void.
22983 Update for changes to small memory structures.
22984 (v850_handle_option): Access target_flags via opts pointer. Don't
22985 assert that global structures are in use. Update calls to
22986 v850_handle_memory_option.
22987 (v850_encode_data_area): Update references to small memory settings.
22988 * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
22989 (enum small_memory_type): Move to v850-opts.h.
22990 * config/v850/v850.opt (config/v850/v850-opts.h): New
22991 HeaderInclude entry.
22992 (small_memory_max): New Variable entry.
22993 (msda): Replace by pair of options msda= and msda-. Use UInteger.
22994 (mtda, mzda): Likewise.
22995
22996 2011-03-22 Joseph Myers <joseph@codesourcery.com>
22997
22998 * config/sh/sh.c (sh_handle_option): Access target_flags via opts
22999 pointer. Don't assert that global structures are in use.
23000
23001 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23002
23003 * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
23004 via opts pointer. Don't assert that global structures are in use.
23005
23006 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23007
23008 * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
23009 (munix=93): Use Var.
23010 * config/pa/pa-hpux1010.opt (munix=95): Use Var.
23011 * config/pa/pa-hpux1111.opt (munix=98): Use Var.
23012 * config/pa/pa-opts.h: New.
23013 * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
23014 (pa_handle_option): Don't assert that global structures are in
23015 use. Access target_flags via opts pointer. Don't handle
23016 OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
23017 OPT_munix_98 here.
23018 (pa_option_override): Handle deferred OPT_mfixed_range_.
23019
23020 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23021
23022 * config/mn10300/mn10300-opts.h: New.
23023 * config/mn10300/mn10300.c (mn10300_processor,
23024 mn10300_tune_string): Remove.
23025 (mn10300_handle_option): Don't assert that global structures are
23026 in use. Access mn10300_processor via opts pointer. Don't handle
23027 OPT_mtune_ here.
23028 * config/mn10300/mn10300.h (enum processor_type): Move to
23029 mn10300-opts.h.
23030 (mn10300_processor): Remove.
23031 * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
23032 HeaderInclude entry.
23033 (mn10300_processor): New Variable entry.
23034 (mtune=): Use Var.
23035
23036 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23037
23038 * config/microblaze/microblaze.c: Don't include opts.h.
23039 (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
23040 * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
23041 (mno-clearbss): Use Var and Warn.
23042
23043 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23044
23045 * config/m32r/m32r-opts.h: New.
23046 * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
23047 (m32r_handle_option): Don't assert that global structures are in
23048 use. Access target_flags and m32r_cache_flush_func via opts
23049 pointer. Don't handle OPT_mmodel_, OPT_msdata_ or
23050 OPT_mno_flush_trap here.
23051 * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
23052 include of m32r-opts.h.
23053 * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
23054 HeaderInclude entry.
23055 (m32r_model_selected, m32r_sdata_selected): New Variable entries.
23056 (mmodel=): Use Enum and Var.
23057 (m32r_model): New Enum and EnumValue entries.
23058 (mno-flush-trap): Use Var.
23059 (msdata=): Use Enum and Var.
23060 (m32r_sdata): New Enum and EnumValue entries.
23061
23062 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23063
23064 * config/m32c/m32c.c: Don't include opts.h.
23065 (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
23066 m32c_handle_option): Remove.
23067 (m32c_option_override): Check global_options_set.x_target_memregs
23068 instead of target_memregs_set.
23069 * config/m32c/m32c.h (target_memregs): Remove.
23070 * config/m32c/m32c.opt (memregs=): Use UInteger with integer
23071 variable.
23072
23073 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23074
23075 * config/iq2000/iq2000-opts.h: New.
23076 * config/iq2000/iq2000.c: Don't include opts.h.
23077 (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
23078 * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
23079 * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
23080 HeaderInclude entry.
23081 (iq2000_tune): New Variable entry.
23082 (march=): Add comment. Use Enum.
23083 (iq2000_arch): New Enum and EnumValue entries.
23084 (mcpu=): Use Enum and Var.
23085 (iq2000_tune): New Enum and EnumValue entries.
23086
23087 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23088
23089 * config/ia64/ia64-opts.h: New.
23090 * config/ia64/ia64.c (ia64_tune): Remove.
23091 (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
23092 here. Use error_at.
23093 (ia64_option_override): Handle deferred OPT_mfixed_range_.
23094 * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
23095 * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
23096 HeaderInclude entry.
23097 (ia64_tune): New Variable entry.
23098 (mfixed-range=): Use Defer and Var.
23099 (mtune=): Use Enum and Var.
23100 (ia64_tune): New Enum and EnumValue entries.
23101
23102 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23103
23104 * config/frv/frv-opts.h: New.
23105 * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
23106 frv-opts.h.
23107 (frv_cpu_type): Remove.
23108 * config/frv/frv.c: Don't include opts.h.
23109 (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
23110 * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
23111 (frv_cpu_type): New Variable entry.
23112 (frv_cpu): New Enum and EnumValue entries.
23113
23114 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23115
23116 * config/cris/cris.c (cris_handle_option): Access target_flags via
23117 opts pointer. Don't assert that global structures are in use.
23118 Don't call CRIS_SUBTARGET_HANDLE_OPTION.
23119 * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
23120
23121 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23122
23123 * config/bfin/bfin-opts.h: New.
23124 * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
23125 bfin_si_revision, bfin_workarounds): Remove.
23126 (bfin_cpus): Make static const.
23127 (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
23128 not bfin_lib_id_given.
23129 (bfin_handle_option): Don't set bfin_lib_id_given. Access
23130 bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
23131 pointer. Use error_at. Don't assert that global structures are in use.
23132 * config/bfin/bfin.h: Include bfin-opts.h.
23133 (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
23134 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
23135 * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
23136 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
23137 entries.
23138
23139 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23140
23141 * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
23142 * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
23143 or -msoft-float here.
23144 * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
23145 -msoft-float and -mhard-float.
23146 (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
23147 * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
23148 msoft-float.
23149 * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
23150 -msoft-float.
23151 (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
23152 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
23153 not mhard-float.
23154 (LIBGCC_SPEC): Don't handle -msoft-float.
23155 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
23156 -mhard-float.
23157 * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
23158 msoft-float.
23159 * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
23160 -mfloat-abi=*, not -msoft-float and -mhard-float.
23161 * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
23162 -msoft-float.
23163 * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
23164 Use mfloat-abi=hard and mfloat-abi=soft in comments, not
23165 mhard-float and msoft-float.
23166 * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
23167 mfloat-abi=soft in comments, not mhard-float and msoft-float.
23168 * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
23169 mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
23170 mhard-float.
23171 * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
23172 mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
23173 msoft-float.
23174 * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
23175 not mhard-float.
23176 * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
23177 not msoft-float.
23178
23179 2011-03-22 Richard Henderson <rth@redhat.com>
23180
23181 * config/alpha/alpha.c (alpha_expand_prologue): Don't test
23182 TARGET_ABI_WINDOWS_NT.
23183 (alpha_output_function_end_prologue): Likewise.
23184 * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
23185 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
23186 * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
23187 (trap, *movsi_nt_vms): Likewise.
23188 (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
23189 (*tablejump_osf_nt_internal): Remove.
23190 * config/alpha/predicates.md (input_operand): Only test Pmode.
23191
23192 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23193
23194 * config/alpha/alpha.c (alpha_handle_option): Access target_flags
23195 via opts pointer. Use error_at. Don't assert that global
23196 structures are in use.
23197
23198 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23199
23200 * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
23201 (ix86_handle_option): Access ix86_isa_flags and
23202 ix86_isa_flags_explicit via opts pointer. Don't assert that
23203 global structures are in use.
23204 (ix86_function_specific_save, ix86_function_specific_restore):
23205 Update ix86_isa_flags_explicit field name.
23206 * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
23207 (ix86_isa_flags_explicit): Rename TargetSave entry to
23208 x_ix86_isa_flags_explicit.
23209
23210 2011-03-22 Richard Henderson <rth@redhat.com>
23211
23212 * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
23213 (alpha_option_override, direct_return): Likewise.
23214 (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
23215 (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
23216 (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
23217 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
23218 (alpha_expand_epilogue, alpha_end_function): Likewise.
23219 (alpha_init_libfuncs): Likewise.
23220 (struct machine_function): Remove unicosmk members.
23221 (print_operand) ['t']: Remove.
23222 (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
23223 unicosmk_output_module_name, unicosmk_output_common,
23224 current_section_align, unicosmk_output_text_section_asm_op,
23225 unicosmk_output_data_section_asm_op, unicosmk_init_sections,
23226 unicosmk_section_type_flags, unicosmk_unique_section,
23227 unicosmk_asm_named_section, unicosmk_insert_attributes,
23228 unicosmk_output_align, unicosmk_defer_case_vector,
23229 unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
23230 SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
23231 unicosmk_output_ssib, unicosmk_add_call_info_word,
23232 unicosmk_extern_head, unicosmk_output_default_externs,
23233 unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
23234 unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
23235 unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
23236 * config/alpha/alpha-protos.h: Update.
23237 * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
23238 * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
23239 (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
23240 (mulsi3): Don't test TARGET_ABI_UNICOSMK.
23241 (*mulsi_se, mulvsi3): Likewise.
23242 (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
23243 (*divmodsi_internal, call, call_value, realign): Likewise.
23244 (moddi3, umoddi3): Likewise; remove duplicate expander.
23245 (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
23246 (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
23247 (*movdi_nofix): Remove r/U alternative.
23248 (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
23249 * config/alpha/constraints.md ("U"): Remove.
23250 * config/alpha/predicates.md (call_operand"): Don't test
23251 TARGET_ABI_UNICOSMK.
23252
23253 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23254
23255 * target.def (handle_option): Take gcc_options and
23256 cl_decoded_option pointers and location_t.
23257 * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
23258 * doc/tm.texi: Regenerate.
23259 * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
23260 * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
23261 * lto-opts.c (lto_reissue_options): Generate option structure for
23262 targetm.handle_option call.
23263 * opts.c (target_handle_option): Update call to
23264 targetm.handle_option. Remove assertions about values now passed
23265 down to hook.
23266 * targhooks.c (default_target_handle_option): New.
23267 * targhooks.h (default_target_handle_option): Declare.
23268 * config/alpha/alpha.c: Include opts.h.
23269 (alpha_handle_option): Update to new hook interface.
23270 * config/arm/arm.c: Include opts.h.
23271 (arm_handle_option): Update to new hook interface.
23272 * config/arm/t-arm (arm.o): Update dependencies.
23273 * config/bfin/bfin.c: Include opts.h.
23274 (bfin_handle_option): Update to new hook interface.
23275 * config/cris/cris.c: Include opts.h.
23276 (cris_handle_option): Update to new hook interface.
23277 * config/frv/frv.c: Include opts.h.
23278 (frv_handle_option): Update to new hook interface.
23279 * config/i386/i386.c: Include opts.h.
23280 (ix86_handle_option): Update to new hook interface.
23281 (ix86_valid_target_attribute_inner_p): Generate option structure
23282 for call to ix86_handle_option.
23283 * config/i386/t-i386 (i386.o): Update dependencies.
23284 * config/ia64/ia64.c: Include opts.h.
23285 (ia64_handle_option): Update to new hook interface.
23286 * config/ia64/t-ia64 (ia64.o): Update dependencies.
23287 * config/iq2000/iq2000.c: Include opts.h.
23288 (iq2000_handle_option): Update to new hook interface.
23289 * config/m32c/m32c.c: Include opts.h.
23290 (m32c_handle_option): Update to new hook interface.
23291 * config/m32r/m32r.c: Include opts.h.
23292 (m32r_handle_option): Update to new hook interface.
23293 * config/m68k/m68k.c: Include opts.h.
23294 (m68k_handle_option): Update to new hook interface.
23295 * config/mep/mep.c: Include opts.h.
23296 (mep_handle_option): Update to new hook interface.
23297 * config/microblaze/microblaze.c: Include opts.h.
23298 (microblaze_handle_option): Update to new hook interface.
23299 * config/mips/mips.c: Include opts.h.
23300 (mips_handle_option): Update to new hook interface.
23301 * config/mn10300/mn10300.c: Include opts.h.
23302 (mn10300_handle_option): Update to new hook interface.
23303 * config/pa/pa.c: Include opts.h.
23304 (pa_handle_option): Update to new hook interface.
23305 * config/pdp11/pdp11.c: Include opts.h.
23306 (pdp11_handle_option): Update to new hook interface.
23307 * config/rs6000/rs6000.c: Include opts.h.
23308 (rs6000_handle_option): Update to new hook interface.
23309 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
23310 * config/rx/rx.c: Include opts.h.
23311 (rx_handle_option): Update to new hook interface.
23312 * config/s390/s390.c: Include opts.h.
23313 (s390_handle_option): Update to new hook interface.
23314 * config/score/score.c: Include opts.h.
23315 (score_handle_option): Update to new hook interface.
23316 * config/sh/sh.c: Include opts.h.
23317 (sh_handle_option): Update to new hook interface.
23318 * config/sparc/sparc.c: Include opts.h.
23319 (sparc_handle_option): Update to new hook interface.
23320 * config/v850/v850.c: Include opts.h.
23321 (v850_handle_option): Update to new hook interface.
23322
23323 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23324
23325 * gcc.c (driver_unknown_option_callback): Only permit and save
23326 unknown -Wno- options.
23327 (driver_wrong_lang_callback): Save options directly instead of via
23328 driver_unknown_option_callback.
23329
23330 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
23331
23332 * combine.c (simplify_set): Try harder to find the best CC mode when
23333 simplifying a nested COMPARE on the RHS.
23334
23335 2011-03-22 Joseph Myers <joseph@codesourcery.com>
23336
23337 * config/alpha/gnu.h: Remove.
23338 * config/arc: Remove directory.
23339 * config/arm/netbsd.h: Remove.
23340 * config/arm/t-pe: Remove.
23341 * config/crx: Remove directory.
23342 * config/i386/netbsd.h: Remove.
23343 * config/m68hc11: Remove directory.
23344 * config/m68k/uclinux-oldabi.h: Remove.
23345 * config/mcore/mcore-pe.h: Remove.
23346 * config/mcore/t-mcore-pe: Remove.
23347 * config/netbsd-aout.h: Remove.
23348 * config/rs6000/gnu.h: Remove.
23349 * config/sh/sh-symbian.h: Remove.
23350 * config/sh/symbian-base.c: Remove.
23351 * config/sh/symbian-c.c: Remove.
23352 * config/sh/symbian-cxx.c: Remove.
23353 * config/sh/symbian-post.h: Remove.
23354 * config/sh/symbian-pre.h: Remove.
23355 * config/sh/t-symbian: Remove.
23356 * config/svr3.h: Remove.
23357 * config/vax/netbsd.h: Remove.
23358 * config.build: Don't handle i[34567]86-*-pe.
23359 * config.gcc: Remove handling of deprecations for most deprecated
23360 targets.
23361 (m68k-*-uclinuxoldabi*): Add to second deprecated list.
23362 (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
23363 i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
23364 m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
23365 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
23366 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
23367 Remove cases.
23368 * config.host: Don't handle i[34567]86-*-pe.
23369 * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
23370 (ASM_SPEC32): Don't handle -mcall-gnu.
23371 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
23372 -mcall-gnu.
23373 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
23374 STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
23375 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
23376 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
23377 (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
23378 * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
23379 conditional on SYMBIAN.
23380 * configure.ac: Don't handle powerpc*-*-gnu*.
23381 * configure: Regenerate.
23382 * doc/extend.texi (interrupt attribute): Don't mention CRX.
23383 * doc/install-old.texi (m6811, m6812): Don't mention.
23384 * doc/install.texi (arc-*-elf*): Don't document multilib option.
23385 (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
23386 (m68k-uclinuxoldabi): Don't mention.
23387 * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
23388 Remove.
23389 (-mcall-gnu): Remove.
23390 * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
23391 families): Remove constraint documentation.
23392
23393 2011-03-22 Marius Strobl <marius@FreeBSD.org>
23394
23395 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
23396 (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
23397 (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
23398
23399 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
23400
23401 PR target/48226
23402 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
23403 vector when peeking at the next token for vector, don't expand the
23404 keywords.
23405
23406 2011-03-21 Georg-Johann Lay <avr@gjlay.de>
23407
23408 * config/avr/avr-protos.h (expand_epilogue): Change prototype
23409 * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
23410 * config/avr/avr.c (init_cumulative_args)
23411 (avr_function_arg_advance): Use it.
23412 * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
23413 sibcall epilogues.
23414 (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
23415 (avr_function_ok_for_sibcall): ...this new function.
23416 (avr_lookup_function_attribute1): New static Function.
23417 (avr_naked_function_p, interrupt_function_p)
23418 (signal_function_p, avr_OS_task_function_p)
23419 (avr_OS_main_function_p): Use it.
23420 * config/avr/avr.md ("sibcall", "sibcall_value")
23421 ("sibcall_epilogue"): New expander.
23422 ("*call_insn", "*call_value_insn"): New insn.
23423 ("call_insn", "call_value_insn"): Remove
23424 ("call", "call_value", "epilogue"): Change expander to handle
23425 sibling calls.
23426
23427 2011-03-21 Nick Clifton <nickc@redhat.com>
23428
23429 * doc/invoke.texi (Overall Options): Move closing brace to end of
23430 options list.
23431 (Optimization Options): Add missing @gol.
23432 (Directory Options): Likewise.
23433 (i386 and x86-64 Options): Likewise.
23434 (RS6000 and PowerPC Options): Likewise.
23435 (i386 and x86-64 Windows Options): Likewise.
23436 (V850 Options): Add text missing from descriptions.
23437
23438 2011-03-22 Richard Henderson <rth@redhat.com>
23439
23440 * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
23441 (avr_incoming_return_addr_rtx): New.
23442 (emit_push_byte): New.
23443 (expand_prologue): Use it. Remove incorrect dwarf annotation for
23444 SREG, RAMPZ, zero register. Push frame pointer by bytes. Add dwarf
23445 annotation for __prologue_saves__. Fixup dwarf annotation for CFA.
23446 (emit_pop_byte): New.
23447 (expand_epilogue): Use it. Pop frame pointer by bytes.
23448 * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
23449 (INCOMING_RETURN_ADDR_RTX): New.
23450 (INCOMING_FRAME_SP_OFFSET): New.
23451 (ARG_POINTER_CFA_OFFSET): New.
23452 * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
23453 (*pushhi, *pushsi, *pushsf, popqi): Likewise.
23454 (pophi): Remove.
23455
23456 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
23457
23458 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
23459
23460 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
23461 (FUNCTION_ARG_ADVANCE): Likewise.
23462 * tm.texi.in: Change references to them to hook references.
23463 * tm.texi: Regenerate.
23464 * targhooks.c (default_function_arg): Eliminate check for target
23465 macro.
23466 (default_function_incoming_arg): Likewise.
23467 (default_function_arg_advance): Likewise.
23468 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
23469 (function_arg_advance): Likewise.
23470 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
23471
23472 2011-03-22 Nathan Froyd <froydnj@codesourcery.com>
23473
23474 * tree.c (build_call_1): New function.
23475 (build_call_valist, build_call_array_loc, build_call_vec): Call it.
23476
23477 2011-03-22 Richard Guenther <rguenther@suse.de>
23478
23479 PR tree-optimization/48228
23480 * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
23481 for single-arg PHIs.
23482
23483 2011-03-22 Andrey Belevantsev <abel@ispras.ru>
23484
23485 PR rtl-optimization/48143
23486 * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
23487 (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
23488 sse2_cvtps2pd): Likewise.
23489
23490 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23491
23492 * recog.c (canonicalize_change_group): Use validate_unshare_change.
23493
23494 2011-03-22 Richard Guenther <rguenther@suse.de>
23495
23496 * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
23497 a valid RHS. Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
23498 * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
23499 and REALIGN_LOAD_EXPR.
23500 (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
23501 DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
23502 * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
23503 DOT_PROD_EXPR case ...
23504 (expand_expr_real_2): ... here.
23505 * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
23506 and REALIGN_LOAD_EXPR.
23507 * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
23508 * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
23509 (vect_create_epilog_for_reduction): Likewise.
23510 (vectorizable_reduction): Likewise.
23511 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
23512 * tree-vect-stmts.c (vectorizable_load): Likewise.
23513
23514 2011-03-22 Eric Botcazou <ebotcazou@adacore.com>
23515
23516 * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
23517
23518 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23519
23520 * config/s390/s390.c (s390_delegitimize_address): Fix offset
23521 handling for PLTOFF/GOTOFF.
23522
23523 2011-03-22 Nick Clifton <nickc@redhat.com>
23524
23525 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
23526 trailing backslash from the end of the macro definition.
23527
23528 2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23529
23530 * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
23531 and PLT unspecs.
23532
23533 2011-03-21 Richard Sandiford <richard.sandiford@linaro.org>
23534
23535 * expr.h (prepare_operand): Move to...
23536 * optabs.h (prepare_operand): ...here and change the insn code
23537 parameter from "int" to "enum insn_code".
23538 (insn_operand_matches): Declare.
23539 * expr.c (init_expr_target): Use insn_operand_matches.
23540 (compress_float_constant): Likewise.
23541 * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
23542 * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
23543 (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
23544 (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
23545 Likewise.
23546 (gen_cond_trap): Likewise.
23547 (prepare_operand): Likewise. Change icode to an insn_code.
23548 (insn_operand_matches): New function.
23549 * reload.c (find_reloads_address_1): Use insn_operand_matches.
23550 * reload1.c (gen_reload): Likewise.
23551 * targhooks.c (default_secondary_reload): Likewise.
23552
23553 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
23554
23555 * config/alpha/alpha.md (unspec): New define_c_enum.
23556 (unspecv): Ditto.
23557
23558 2011-03-21 Uros Bizjak <ubizjak@gmail.com>
23559
23560 PR debug/48214
23561 * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
23562 between a call and its CALL_ARG_LOCATION note.
23563
23564 2011-03-21 Eric Botcazou <ebotcazou@adacore.com>
23565
23566 * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
23567
23568 2011-03-21 Jakub Jelinek <jakub@redhat.com>
23569
23570 PR c/42544
23571 PR c/48197
23572 * c-common.c (shorten_compare): If primopN is first sign-extended
23573 to opN and then zero-extended to result type, set primopN to opN.
23574
23575 2011-03-21 Daniel Jacobowitz <dan@codesourcery.com>
23576
23577 * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
23578 for barrier handlers.
23579
23580 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
23581
23582 * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
23583 UNSPEC constants to be in the unspec enumeration, and redefine
23584 all UNSPECV constants to be in the unspecv enumeration, so that
23585 dumps print which unspec/unspec_volatile this is.
23586 * config/rs6000/vector.md (UNSPEC_*): Ditto.
23587 * config/rs6000/paired.md (UNSPEC_*): Ditto.
23588 * config/rs6000/vsx.md (UNSPEC_*): Ditto.
23589 * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
23590 * config/rs6000/dfp.md (UNSPEC_*): Ditto.
23591
23592 * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
23593 UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
23594 UNSPECV_LWSYNC, since these are used as unspec_volatile.
23595 * config/rs6000/sync.md (isync, lwsync): Ditto.
23596
23597 2011-03-21 Richard Guenther <rguenther@suse.de>
23598
23599 * params.def (lto-min-partition): Fix typo.
23600
23601 2011-03-21 Richard Guenther <rguenther@suse.de>
23602
23603 PR c/47939
23604 * c-decl.c (grokdeclarator): Drop to the main variant only
23605 for array types. Drop flag_gen_aux_info check.
23606
23607 2011-03-21 Richard Guenther <rguenther@suse.de>
23608
23609 PR translation/47911
23610 * params.def (lto-partitions): Fix typo.
23611 (lto-min-partition): Fix wording.
23612
23613 2011-03-21 Andreas Tobler <andreast@fgznet.ch>
23614
23615 * config/rs6000/t-freebsd: Remove duplication from file.
23616
23617 2011-03-21 Richard Guenther <rguenther@suse.de>
23618
23619 PR middle-end/47661
23620 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
23621
23622 2011-03-21 Richard Guenther <rguenther@suse.de>
23623
23624 PR lto/48210
23625 * params.def (lto-partitions): Require at least 1 partition.
23626
23627 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23628
23629 * gthr-solaris.h: Remove.
23630 * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
23631 * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
23632 (LIB_SPEC): Likewise.
23633 * config/sol2.opt (threads): Remove.
23634 * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
23635 (sparc*-*-solaris2*): Likewise.
23636 * configure.ac (enable_threads): Enable solaris support.
23637 * configure: Regenerate.
23638 * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
23639 * doc/install.texi (Configuration, --enable-threads=lib): Remove
23640 solaris.
23641
23642 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23643
23644 * config.gcc: Obsolete *-*-solaris2.8*.
23645 * doc/install.texi (Specific, *-*-solaris2*): Document it.
23646
23647 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23648
23649 PR bootstrap/48135
23650 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
23651 reference. Solaris 8 perl works.
23652
23653 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23654
23655 PR bootstrap/48135
23656 * doc/install.texi (Prerequisites): Move jar etc. up.
23657 Explain support library version requirements.
23658
23659 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23660
23661 PR bootstrap/48135
23662 * doc/install.texi (Prerequisites): Move Perl to build
23663 requirements. Always necessary on Solaris 2 with Sun ld.
23664
23665 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23666
23667 * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
23668 binutils 2.21.
23669 (Specific, i?86-*-solaris2.[89]): Likewise.
23670 (Specific, i?86-*-solaris2.10): Likewise.
23671 (Specific, mips-sgi-irix6): Likewise.
23672 (Specific, *-*-solaris2*): Remove Sun Studio download URL.
23673 Update for binutils 2.21.
23674
23675 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23676
23677 * configure.ac (gcc_cv_lto_plugin): Fix typo.
23678 Allow -fuse-linker-plugin for non-default plugin linker.
23679 * configure: Regenerate.
23680
23681 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
23682
23683 PR bootstrap/48167
23684 * gengtype.c (files_rules): Added rule for cp/parser.h.
23685
23686 2011-03-21 Jakub Jelinek <jakub@redhat.com>
23687
23688 PR target/48213
23689 * config/s390/s390.c (s390_delegitimize_address): Don't call
23690 lowpart_subreg if orig_x has BLKmode.
23691
23692 2011-03-21 Kai Tietz <ktietz@redhat.com>
23693
23694 PR target/12171
23695 * doc/plugins.texi: Adjust documentation for plugin register_callback.
23696 * tree.h (attribute_spec): Add new member affects_type_identity.
23697 * attribs.c (empty_attribute_table): Adjust attribute_spec
23698 initializers.
23699 * config/alpha/alpha.c: Likewise.
23700 * config/arc/arc.c: Likewise.
23701 * config/arm/arm.c: Likewise.
23702 * config/avr/avr.c: Likewise.
23703 * config/bfin/bfin.c: Likewise.
23704 * config/crx/crx.c: Likewise.
23705 * config/darwin.h: Likewise.
23706 * config/h8300/h8300.c: Likewise.
23707 * config/i386/cygming.h: Likewise.
23708 * config/i386/i386.c: Likewise.
23709 * config/ia64/ia64.c: Likewise.
23710 * config/m32c/m32c.c: Likewise.
23711 * config/m32r/m32r.c: Likewise.
23712 * config/m68hc11/m68hc11.c: Likewise.
23713 * config/m68k/m68k.c: Likewise.
23714 * config/mcore/mcore.c: Likewise.
23715 * config/mep/mep.c: Likewise.
23716 * config/microblaze/microblaze.c: Likewise.
23717 * config/mips/mips.c: Likewise.
23718 * config/rs6000/rs6000.c: Likewise.
23719 * config/rx/rx.c: Likewise.
23720 * config/sh/sh.c: Likewise.
23721 * config/sol2.h: Likewise.
23722 * config/sparc/sparc.c: Likewise.
23723 * config/spu/spu.c: Likewise.
23724 * config/stormy16/stormy16.c: Likewise.
23725 * config/v850/v850.c: Likewise.
23726
23727 2011-03-21 Chung-Lin Tang <cltang@codesourcery.com>
23728
23729 * simplify-rtx.c (simplify_binary_operation_1): Handle
23730 (xor (and A B) C) case when B and C are both constants.
23731
23732 2011-03-21 Mingjie Xing <mingjie.xing@gmail.com>
23733
23734 * tree-dfa.c (add_referenced_var): Fix typo in comment.
23735
23736 2011-03-20 Eric Botcazou <ebotcazou@adacore.com>
23737
23738 PR bootstrap/48168
23739 * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
23740
23741 2011-03-20 Jakub Jelinek <jakub@redhat.com>
23742
23743 PR rtl-optimization/48156
23744 * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
23745 assume df and df_lr are not NULL.
23746
23747 2011-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
23748
23749 PR debug/48023
23750 * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
23751 between a call and its CALL_ARG_LOCATION note.
23752
23753 2011-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
23754
23755 PR debug/48178
23756 * config/sh/sh.c (find_barrier): Don't emit a constant pool
23757 between a call and its corresponding CALL_ARG_LOCATION note.
23758
23759 2011-03-19 Anatoly Sokolov <aesok@post.ru>
23760
23761 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
23762 instead of loop. Use HARD_REGISTER_NUM_P predicate.
23763 * haifa-sched.c (setup_ref_regs): Ditto.
23764 * caller-save.c (add_used_regs_1): Ditto.
23765 * dse.c (look_for_hardregs): Ditto.
23766 * df-problems.c (df_simulate_one_insn_forwards): Ditto.
23767 * sched-rgn.c (check_live_1): Ditto.
23768
23769 2011-03-18 Joseph Myers <joseph@codesourcery.com>
23770
23771 * c-decl.c (diagnose_mismatched_decls): Give an error for
23772 redefining a typedef with variably modified type.
23773
23774 2011-03-18 Joseph Myers <joseph@codesourcery.com>
23775
23776 * c-decl.c (grokfield): Don't allow typedefs for structures or
23777 unions with no tag by default.
23778 * doc/extend.texi (Unnamed Fields): Update.
23779
23780 2011-03-18 Uros Bizjak <ubizjak@gmail.com>
23781
23782 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
23783 Rewrite using indirect functions.
23784 (lwp_slwpcb): Ditto.
23785 * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
23786 (avx_vinsertf128<mode>): Ditto.
23787
23788 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23789
23790 * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
23791 unspecs.
23792
23793 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23794
23795 * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
23796 splitting between a call and its corresponding CALL_ARG_LOCATION note.
23797
23798 2011-03-18 Maxim Kuvyrkov <maxim@codesourcery.com>
23799
23800 PR rtl-optimization/48170
23801 * gcse.c (hoist_code): Remove bogus asserts.
23802
23803 2011-03-18 Georg-Johann Lay <avr@gjlay.de>
23804
23805 * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
23806 computation for prologue/epilogue.
23807
23808 2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23809
23810 * Makefile.in (check-consistency): Remove.
23811
23812 2011-03-18 Jakub Jelinek <jakub@redhat.com>
23813
23814 PR debug/48176
23815 * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
23816 arange_table_in_use is 0, but either text_section_used or
23817 cold_text_section_used is true. Don't call it if
23818 !info_section_emitted.
23819
23820 2011-03-18 Anatoly Sokolov <aesok@post.ru>
23821
23822 * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
23823 FUNCTION_VALUE_REGNO_P): Remove.
23824 * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
23825 Remove.
23826 * config/avr/avr.c (avr_ret_register): Make static inline.
23827 (avr_function_value_regno_p): New function.
23828 (avr_libcall_value): Make static. Add 'func' argument.
23829 (avr_function_value): Make static. Rename 'func' argument to
23830 'fn_decl_or_type', forward it to avr_libcall_value. Call
23831 avr_ret_register function instead of RET_REGISTER macro.
23832 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
23833
23834 2011-03-18 Jason Merrill <jason@redhat.com>
23835
23836 PR c++/23372
23837 * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
23838
23839 2011-03-18 Richard Guenther <rguenther@suse.de>
23840
23841 * doc/install.texi (--enable-gold): Remove.
23842 (--with-plugin-ld): Document.
23843 * doc/invoke.texi (-fuse-linker-plugin): Clarify.
23844
23845 2011-03-18 Andrew Pinski <pinskia@gmail.com>
23846
23847 PR middle-end/47790
23848 * expr.c (optimize_bitfield_assignment_op): Revamp to work
23849 again after expansion changes.
23850
23851 2011-03-18 Chung-Lin Tang <cltang@codesourcery.com>
23852
23853 * combine.c (try_combine): Do simplification only call of
23854 subst() on i2 even when i1 is present. Update comments.
23855
23856 2011-03-18 Kaz Kojima <kkojima@gcc.gnu.org>
23857
23858 * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
23859 and UNSPEC_PCREL_SYMOFF.
23860
23861 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23862
23863 * config/s390/s390.md: Use define_c_enum for the unspec constant
23864 definitions.
23865
23866 2011-03-18 Richard Henderson <rth@redhat.com>
23867 Jakub Jelinek <jakub@redhat.com>
23868
23869 PR bootstrap/48161
23870 * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
23871 instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
23872
23873 2011-03-17 Anatoly Sokolov <aesok@post.ru>
23874
23875 * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
23876 * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
23877 * config/v850/v850.c (v850_output_addr_const_extra): Make static.
23878 Change return type to bool.
23879 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
23880
23881 2011-03-17 Jakub Jelinek <jakub@redhat.com>
23882
23883 PR debug/48163
23884 * var-tracking.c (prepare_call_arguments): If CALL target
23885 is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
23886 pc instead of looking it up using cselib_lookup and use
23887 Pmode for it if x has VOIDmode.
23888 * dwarf2out.c (gen_subprogram_die): If also both first and
23889 second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
23890
23891 PR debug/48163
23892 * function.c (assign_parms): For data.passed_pointer parms
23893 use MEM of data.entry_parm instead of data.entry_parm itself
23894 as DECL_INCOMING_RTL.
23895 * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
23896 also when passed and declared mode is the same, DECL_RTL
23897 is a MEM with pseudo as address and DECL_INCOMING_RTL is
23898 a MEM too.
23899
23900 2011-03-16 Jeff Law <law@redhat.com>
23901
23902 PR rtl-optimization/37273
23903 * ira-costs.c (scan_one_insn): Detect constants living in memory and
23904 handle them like argument loads from stack slots. Do not double
23905 count memory for memory constants and argument loads from stack slots.
23906
23907 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
23908
23909 PR debug/48160
23910 * var-tracking.c (prepare_call_arguments): Check SUBREG.
23911
23912 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
23913
23914 PR target/48171
23915 * config/i386/i386.opt: Add Save to -mavx and -mfma.
23916
23917 2011-03-17 Jakub Jelinek <jakub@redhat.com>
23918
23919 PR bootstrap/48153
23920 * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
23921 if dwarf_strict.
23922 (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
23923 Clear call_arg_locations and call_arg_loc_last always.
23924
23925 PR middle-end/48152
23926 * var-tracking.c (prepare_call_arguments): If argument needs to be
23927 passed by reference, adjust argtype and mode.
23928
23929 2011-03-17 Richard Guenther <rguenther@suse.de>
23930
23931 PR middle-end/48134
23932 * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
23933 a value make sure to fold the statement.
23934
23935 2011-03-17 Chung-Lin Tang <cltang@codesourcery.com>
23936
23937 PR target/43872
23938 * config/arm/arm.c (arm_get_frame_offsets): Adjust early
23939 return condition with !cfun->calls_alloca.
23940
23941 2011-03-17 Richard Guenther <rguenther@suse.de>
23942
23943 PR bootstrap/48148
23944 * lto-cgraph.c (input_overwrite_node): Clear the abstract
23945 origin for decls in other ltrans units.
23946 (input_varpool_node): Likewise.
23947
23948 2011-03-17 Richard Guenther <rguenther@suse.de>
23949
23950 PR middle-end/48165
23951 * tree-object-size.c (compute_object_offset): Properly return
23952 the offset operand of MEM_REFs as sizetype.
23953
23954 2011-03-17 Jakub Jelinek <jakub@redhat.com>
23955
23956 PR rtl-optimization/48141
23957 * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
23958 * dse.c: Include params.h.
23959 (active_local_stores_len): New variable.
23960 (add_wild_read, dse_step1): Clear it when setting active_local_stores
23961 to NULL.
23962 (record_store, check_mem_read_rtx): Decrease it when removing
23963 from the chain.
23964 (scan_insn): Likewise. Increase it when adding to chain, if it
23965 reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
23966 set active_local_stores to NULL before the addition.
23967 * Makefile.in (dse.o): Depend on $(PARAMS_H).
23968
23969 PR rtl-optimization/48141
23970 * dse.c (record_store): If no positions are needed in an insn
23971 that cannot be deleted, at least unchain it from active_local_stores.
23972
23973 2011-03-16 Dodji Seketeli <dodji@redhat.com>
23974
23975 PR debug/47510
23976 * dwarf2out.c (strip_naming_typedef): Factorize out of ...
23977 (lookup_type_die_strip_naming_typedef): ... here.
23978 (get_context_die): Use it.
23979 (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
23980 the anonymous struct named by the naming typedef.
23981
23982 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
23983
23984 PR target/48154
23985 * config/i386/i386.c (ix86_builtin_vectorized_function): Check
23986 TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
23987
23988 2011-03-16 Jeff Law <law@redhat.com>
23989
23990 * tree-vrp.c (identify_jump_threads): Slightly simplify type
23991 check for operands of conditional. Allow type to be a pointer.
23992
23993 2011-03-16 Richard Guenther <rguenther@suse.de>
23994
23995 PR tree-optimization/48149
23996 * fold-const.c (fold_binary_loc): Fold
23997 COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
23998
23999 2011-03-16 Richard Guenther <rguenther@suse.de>
24000
24001 PR tree-optimization/26134
24002 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
24003 complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
24004 (non_rewritable_mem_ref_base): Handle complex type component
24005 accesses, constrain offsets for vector and complex extracts
24006 more properly.
24007
24008 2011-03-16 Richard Guenther <rguenther@suse.de>
24009
24010 PR tree-optimization/48146
24011 * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
24012 operands avoiding the need for renaming.
24013
24014 2011-03-16 Richard Guenther <rguenther@suse.de>
24015
24016 * gimple-fold.c (maybe_fold_reference): Open-code relevant
24017 constant folding. Move MEM_REF canonicalization first.
24018 Rely on fold_const_aggregate_ref for initializer folding.
24019 * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
24020
24021 2011-03-16 Jakub Jelinek <jakub@redhat.com>
24022
24023 PR middle-end/48136
24024 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
24025 arg0/arg1 or their arguments are always fold converted to matching
24026 types.
24027
24028 * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
24029 to nargs.
24030
24031 2011-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24032
24033 PR lto/46944
24034 * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
24035 Handle in-tree gold.
24036 (ld_vers): Extract binutils version for gold.
24037 (gcc_cv_ld_hidden): Handle gold here.
24038 (gcc_cv_lto_plugin): Determine level of linker plugin support.
24039 * configure: Regenerate.
24040 * config.in: Regenerate.
24041 * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
24042 -fuse-linker-plugin otherwise.
24043 (LINK_PLUGIN_SPEC): Define. Extract from LINK_COMMAND_SPEC.
24044 (LINK_COMMAND_SPEC): Use it.
24045 (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
24046
24047 2011-03-16 Jakub Jelinek <jakub@redhat.com>
24048
24049 * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
24050 * calls.c: Remove debug.h include.
24051 (emit_call_1): Don't call virtual_call_token debug hook.
24052 * dwarf2out.c (debug_dcall_section, debug_vcall_section,
24053 dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
24054 vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
24055 size_of_dcall_table, output_dcall_table, size_of_vcall_table,
24056 output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
24057 vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
24058 dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
24059 dwarf2out_virtual_call): Remove.
24060 (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
24061 copy_call_info and virtual_call hooks.
24062 (dwarf2out_init): Don't initialize vcall_insn_table,
24063 debug_dcall_section and debug_vcall_section.
24064 (prune_unused_types): Don't mark nodes from dcall_table.
24065 (dwarf2out_finish): Don't output dcall or vcall tables.
24066 * final.c (final_scan_insn): Don't call direct_call or
24067 virtual_call debug hooks.
24068 * debug.h (struct gcc_debug_hooks): Remove direct_call,
24069 virtual_call_token, copy_call_info and virtual_call hooks.
24070 (debug_nothing_uid): Remove prototype.
24071 * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
24072 copy_call_info and virtual_call hooks.
24073 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
24074 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
24075 * debug.c (do_nothing_debug_hooks): Likewise.
24076 (debug_nothing_uid): Remove.
24077 * doc/invoke.texi (-fenable-icf-debug): Remove.
24078 * common.opt (-fenable-icf-debug): Likewise.
24079
24080 * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
24081 * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
24082 call's MEM. Handle functions returning aggregate through a hidden
24083 first pointer. For virtual calls add clobbered pc to call arguments
24084 chain.
24085 * dwarf2out.c (gen_subprogram_die): Emit
24086 DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
24087 can't be emitted.
24088
24089 PR debug/45882
24090 * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
24091 * rtl.h (ENTRY_VALUE_EXP): Define.
24092 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
24093 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
24094 * print-rtl.c (print_rtx): Likewise.
24095 * gengtype.c (adjust_field_rtx_def): Likewise.
24096 * var-tracking.c (vt_add_function_parameter): Adjust
24097 gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
24098 * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
24099 * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
24100 partition is a default definition of a PARM_DECL, use ENTRY_VALUE
24101 of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
24102
24103 * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
24104 Call var_location debug hook even on CALL_INSNs.
24105 (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
24106 * rtl.def (ENTRY_VALUE): New.
24107 * dwarf2out.c: Include cfglayout.h.
24108 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
24109 output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
24110 (struct call_arg_loc_node): New type.
24111 (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
24112 tail_call_site_count): New variables.
24113 (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
24114 DW_TAG_GNU_call_site_parameter.
24115 (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
24116 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
24117 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
24118 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
24119 and DW_AT_GNU_all_source_call_sites.
24120 (mem_loc_descriptor): Handle ENTRY_VALUE.
24121 (add_src_coords_attributes): Don't add enything if
24122 DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
24123 (dwarf2out_abstract_function): Save and clear call_arg_location,
24124 call_site_count and tail_call_site_count around dwarf2out_decl call.
24125 (gen_call_site_die): New function.
24126 (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
24127 (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
24128 (dwarf2out_function_decl): Clear call_arg_locations,
24129 call_arg_loc_last, set call_site_count and tail_call_site_count
24130 to -1 and free block_map.
24131 (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
24132 CALL_INSNs. Add NOTE_DURING_CALL_P var location notes even when not
24133 followed by any real instructions.
24134 (dwarf2out_begin_function): Set call_site_count and
24135 tail_call_site_count to 0.
24136 (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
24137 is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
24138 attempt to force a DIE for it and worst case remove the attribute.
24139 (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
24140 check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
24141 the decl itself.
24142 * var-tracking.c: Include tm_p.h.
24143 (vt_stack_adjustments): For calls call note_register_arguments.
24144 (argument_reg_set): New variable.
24145 (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
24146 ensure the VALUE is resolved.
24147 (call_arguments): New variable.
24148 (prepare_call_arguments): New function.
24149 (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
24150 (struct expand_loc_callback_data): Add ignore_cur_loc field.
24151 (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
24152 always use the best expression.
24153 (vt_expand_loc): Add ignore_cur_loc argument.
24154 (vt_expand_loc_dummy): Clear ignore_cur_loc field.
24155 (emit_note_insn_var_location): Adjust vt_expand_loc callers.
24156 (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
24157 note for all calls.
24158 (vt_add_function_parameter): Use cselib_lookup_from_insn.
24159 If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
24160 argument. Don't call cselib_preserve_only_values and
24161 cselib_reset_table.
24162 (note_register_arguments): New function.
24163 (vt_initialize): Compute argument_reg_set. Call
24164 vt_add_function_parameters before processing basic blocks instead of
24165 afterwards. For calls call prepare_call_arguments before calling
24166 cselib_process_insn.
24167 * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
24168 * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
24169 (var-tracking.o): Depend on $(TM_P_H).
24170 * cfglayout.h (insn_scope): New prototype.
24171 * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
24172 * cfglayout.c (insn_scope): No longer static.
24173 * insn-notes.def (CALL_ARG_LOCATION): New.
24174 * calls.c (expand_call, emit_library_call_value_1): Put USEs for
24175 MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
24176 * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
24177 nothing for DECL_EXTERNAL BLOCK_VARS.
24178
24179 2011-03-16 Alan Modra <amodra@gmail.com>
24180
24181 PR target/45844
24182 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
24183 create invalid offset address for vsx splat insn.
24184 * config/rs6000/predicates.md (splat_input_operand): New.
24185 * config/rs6000/vsx.md (vsx_splat_*): Use it.
24186
24187 2011-03-15 Xinliang David Li <davidxl@google.com>
24188
24189 PR c/47837
24190 * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
24191 (normalize_preds): New function.
24192 (is_use_properly_guarded): Normalize def predicates.
24193
24194 2011-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
24195
24196 PR target/46788
24197 * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
24198 in the output template.
24199
24200 2011-03-15 Richard Guenther <rguenther@suse.de>
24201
24202 PR middle-end/47650
24203 * tree-pretty-print.c (dump_function_declaration): Properly
24204 dump unprototyped and varargs function types.
24205
24206 2011-03-15 Richard Guenther <rguenther@suse.de>
24207
24208 PR tree-optimization/13954
24209 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
24210 and friends.
24211
24212 2011-03-15 Richard Guenther <rguenther@suse.de>
24213
24214 PR tree-optimization/48037
24215 * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
24216 selects into BIT_FIELD_REFs.
24217 (non_rewritable_mem_ref_base): Check if a MEM_REF is a
24218 vector select.
24219
24220 2011-03-15 Jakub Jelinek <jakub@redhat.com>
24221
24222 PR tree-optimization/48129
24223 * builtins.c (fold_builtin_snprintf): Convert to type of
24224 built_in_decls[BUILT_IN_SNPRINTF] retval instead of
24225 implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
24226
24227 2011-03-15 Richard Guenther <rguenther@suse.de>
24228
24229 PR tree-optimization/41490
24230 * tree-ssa-dce.c (propagate_necessity): Handle returns without
24231 value but with VUSE.
24232 * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
24233 return statements.
24234 * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
24235 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
24236 * tree-tailcall.c (find_tail_calls): Ignore returns.
24237
24238 2011-03-15 Richard Guenther <rguenther@suse.de>
24239
24240 PR middle-end/48031
24241 * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
24242 or variable-indexed array accesses when in gimple form.
24243
24244 2011-03-15 Richard Guenther <rguenther@suse.de>
24245
24246 * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
24247
24248 2011-03-15 Alan Modra <amodra@gmail.com>
24249
24250 PR target/48032
24251 * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
24252 presume symbol_refs without a symbol_ref_decl are suitably
24253 aligned, nor other trees we may see here. Handle anchor symbols.
24254 (legitimate_constant_pool_address_p): Comment. Add mode param.
24255 Check cmodel=medium addresses. Adjust all calls.
24256 (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
24257 creating cmodel=medium optimized access to locals.
24258 * config/rs6000/constraints.md (R): Pass QImode to
24259 legitimate_constant_pool_address_p.
24260 * config/rs6000/predicates.md (input_operand): Pass mode to
24261 legitimate_constant_pool_address_p.
24262 * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
24263 Update prototype.
24264
24265 2011-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
24266
24267 PR target/48053
24268 * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
24269 64-bit constants being loaded into registers other than GPRs such
24270 as loading 0 into a VSX register.
24271
24272 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24273
24274 * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
24275
24276 2011-03-14 Jakub Jelinek <jakub@redhat.com>
24277
24278 PR middle-end/47917
24279 * builtins.c (fold_builtin_snprintf): New function.
24280 (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
24281 (fold_builtin_4): Likewise.
24282
24283 PR middle-end/38878
24284 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
24285 STRIP_NOPS on arg0 and arg1. When optimizing X +- C == X
24286 and C - X == X also strip nops from +/-/p+ operand.
24287 When optimizing -X == C, fold C to arg0's type.
24288
24289 PR debug/47946
24290 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
24291 emit it as add_AT_int instead of add_AT_unsigned.
24292
24293 2011-03-14 Tom Tromey <tromey@redhat.com>
24294
24295 * unwind-dw2.c: Include sys/sdt.h if it exists.
24296 (_Unwind_DebugHook): Use STAP_PROBE2.
24297 * config.in, configure: Rebuild.
24298 * configure.ac: Check for sys/sdt.h.
24299
24300 2011-03-14 Uros Bizjak <ubizjak@gmail.com>
24301
24302 * config/i386/i386.md (ROUND_FLOOR): New constant.
24303 (ROUND_CEIL): Ditto.
24304 (ROUND_TRUNC): Ditto.
24305 (ROUND_MXCSR): Ditto.
24306 (ROUND_NO_EXC): Ditto.
24307 (rint<mode>2): Use new defines instead of numerical constants.
24308 (floor<mode>2): Ditto.
24309 (ceil<mode>2): Ditto.
24310 (btrunc<mode>2): Ditto.
24311 * config/i386/i386-builtin-types.def: Define ROUND function type
24312 aliases.
24313 * config/i386/i386.c (enum ix86_builtins): Add
24314 IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
24315 (struct builtin_description): Add
24316 __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
24317 (ix86_expand_sse_round): New static function.
24318 (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
24319 function types.
24320 (ix86_builtin_vectorized_function): Handle
24321 BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
24322
24323 2011-03-14 Tom Tromey <tromey@redhat.com>
24324
24325 * c-parser.c (c_parser_asm_string_literal): Clear
24326 warn_overlength_strings.
24327
24328 2011-03-14 Tom Tromey <tromey@redhat.com>
24329
24330 * c-parser.c (disable_extension_diagnostics): Save
24331 warn_overlength_strings.
24332 (restore_extension_diagnostics): Restore warn_overlength_strings.
24333
24334 2011-03-14 Jakub Jelinek <jakub@redhat.com>
24335
24336 * BASE-VER: Change to 4.7.0.
24337
24338 2011-03-14 Richard Guenther <rguenther@suse.de>
24339
24340 PR middle-end/48098
24341 * tree.c (build_vector_from_val): Adjust assert to requirements
24342 and reality.
24343
24344 2011-03-14 Jakub Jelinek <jakub@redhat.com>
24345
24346 PR bootstrap/48102
24347 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
24348
24349 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
24350
24351 * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
24352 terms of target_flags_explicit. Adjust copyright year.
24353
24354 * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
24355 * config/rs6000/t-freebsd: New file. Add override for
24356 LIB2FUNCS_EXTRA.
24357
24358 2011-03-13 Chris Demetriou <cgd@google.com>
24359
24360 * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
24361 (-fno-diagnostics-show-option): this, to reflect current default.
24362 (-Werror=): Update text about -fno-diagnostics-show-option.
24363
24364 2011-03-12 Peter Bergner <bergner@vnet.ibm.com>
24365
24366 PR target/48053
24367 * config/rs6000/predicates.md (easy_vector_constant_add_self,
24368 easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
24369 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
24370 mode is not V2DImode or V2DFmode.
24371 (vspltis_constant): Do not handle V2DImode and V2DFmode.
24372 (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
24373 * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
24374 registers to 0.
24375 (movdi_internal64): Likewise.
24376
24377 2011-03-12 Sebastian Pop <sebastian.pop@amd.com>
24378
24379 PR tree-optimization/47127
24380 * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
24381 parameter.
24382 (set_cloog_options): Same.
24383 (scop_to_clast): Same.
24384 (print_clast_stmt): Do not call cloog_state_malloc and
24385 cloog_state_free.
24386 (print_generated_program): Same.
24387 (gloog): Same.
24388 * graphite-clast-to-gimple.h (cloog_state): Declared.
24389 (scop_to_clast): Adjust declaration.
24390 * graphite.c (cloog_state): Defined here.
24391 (graphite_initialize): Call cloog_state_malloc.
24392 (graphite_finalize): Call cloog_state_free.
24393
24394 2011-03-11 Jason Merrill <jason@redhat.com>
24395
24396 * attribs.c (lookup_attribute_spec): Take const_tree.
24397 * tree.h: Adjust.
24398
24399 2011-03-11 Joseph Myers <joseph@codesourcery.com>
24400
24401 * config/sparc/sparc.c (sparc_option_override): Use
24402 PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
24403
24404 2011-03-11 Richard Guenther <rguenther@suse.de>
24405
24406 PR tree-optimization/48067
24407 * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
24408 multiplication result will be only used once on the target
24409 stmt.
24410
24411 2011-03-11 Richard Guenther <rguenther@suse.de>
24412
24413 * doc/invoke.texi (max-inline-insns-single): Adjust default value.
24414
24415 2011-03-11 Richard Guenther <rguenther@suse.de>
24416
24417 PR lto/48073
24418 * tree.c (find_decls_types_r): Do not walk types only reachable
24419 from IDENTIFIER_NODEs.
24420
24421 2011-03-11 Jakub Jelinek <jakub@redhat.com>
24422
24423 PR middle-end/48044
24424 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
24425 all vnode->force_output nodes as needed.
24426
24427 2011-03-11 Jason Merrill <jason@redhat.com>
24428
24429 PR c++/48069
24430 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
24431 COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
24432
24433 2011-03-11 Martin Jambor <mjambor@suse.cz>
24434
24435 * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
24436 cgraph_node.
24437
24438 2011-03-11 Jakub Jelinek <jakub@redhat.com>
24439
24440 PR tree-optimization/48063
24441 * ipa-inline.c (cgraph_decide_inlining): Don't try to
24442 inline functions called once if !tree_can_inline_p (node->callers).
24443
24444 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
24445
24446 * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
24447 extra_objs.
24448 * config/score/score3.c: Delete.
24449 * config/score/score3.h: Delete.
24450 * config/score/mul-div.S: Delete.
24451 * config/score/sfp-machine.h: Add new file.
24452 * config/score/constraints.md: Add new file.
24453 * config/score/t-score-softfp: Add new file.
24454 * config/score/t-score-elf: Remove score3.o, do not generate multilib.
24455 * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
24456 (score7_extra_constraint): Delete.
24457 (score7_option_override): Remove unused code.
24458 * config/score/score.c: Remove score3 and score5 define and code.
24459 * config/score/score.h: Remove score3 and score5 define and code.
24460 * config/score/score.md: Remove score3 template and unusual insn.
24461 * config/score/score.opt: Remove score3 and score5 options.
24462
24463 2011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24464
24465 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
24466 when _HPUX_SOURCE is defined.
24467 (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
24468
24469 2011-03-10 Jason Merrill <jason@redhat.com>
24470
24471 PR c++/48029
24472 * stor-layout.c (layout_type): Don't set structural equality
24473 on arrays of incomplete type.
24474 * tree.c (type_hash_eq): Handle comparing them properly.
24475
24476 2011-03-10 Jakub Jelinek <jakub@redhat.com>
24477
24478 PR debug/48043
24479 * config/s390/s390.c (s390_delegitimize_address): Make sure the
24480 result mode matches original rtl mode.
24481
24482 2011-03-10 Nick Clifton <nickc@redhat.com>
24483
24484 * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
24485 (andsi3, andsi3_flags): Fix timings for three operand alternative.
24486
24487 2011-03-09 Jakub Jelinek <jakub@redhat.com>
24488
24489 PR rtl-optimization/47866
24490 * expr.c (store_field): If MEM_SCALAR_P (target), don't use
24491 MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
24492 if target wasn't scalar.
24493 * function.c (assign_stack_temp_for_type): Assert that neither
24494 MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
24495 MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
24496 macro.
24497 * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
24498
24499 2011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24500
24501 * config/s390/s390-protos.h (s390_label_align): New prototype.
24502 * config/s390/s390.c (s390_label_align): New function.
24503 * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
24504
24505 2011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
24506
24507 PR target/47755
24508 * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
24509 V2DI/V2DF constants. Only all 0's or all 1's are easy.
24510 (output_vec_const_move): Ditto.
24511
24512 2011-03-08 Anatoly Sokolov <aesok@post.ru>
24513
24514 * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
24515 * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
24516 * config/mips/mips.c (mips_preferred_reload_class): Make static.
24517 Change 'rclass' argument and result type to reg_class_t.
24518 (TARGET_PREFERRED_RELOAD_CLASS): Define.
24519
24520 2011-03-08 Georg-Johann Lay <avr@gjlay.de>
24521
24522 * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
24523 * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
24524 (TARGET_MEMORY_MOVE_COST): Define.
24525 (avr_register_move_cost, avr_memory_move_cost): New Functions.
24526
24527 2011-03-08 Jakub Jelinek <jakub@redhat.com>
24528
24529 PR debug/47881
24530 * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
24531 removed anything.
24532
24533 PR tree-optimization/48022
24534 * fold-const.c (fold_comparison): Don't call fold_overflow_warning
24535 for EQ/NE_EXPR.
24536
24537 2011-03-07 Jakub Jelinek <jakub@redhat.com>
24538
24539 PR debug/47991
24540 * var-tracking.c (find_use_val): Return NULL for
24541 cui->sets && cui->store_p BLKmode MEMs.
24542
24543 2011-03-07 Anatoly Sokolov <aesok@post.ru>
24544
24545 * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
24546 Remove.
24547 * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
24548 xstormy16_print_operand_address): Remove.
24549 * config/stormy16/stormy16.c (xstormy16_print_operand,
24550 xstormy16_print_operand_address): Make static.
24551 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
24552
24553 2011-03-07 Pat Haugen <pthaugen@us.ibm.com>
24554
24555 PR target/47862
24556 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
24557 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
24558 before definition.
24559
24560 2011-03-07 Zdenek Dvorak <ook@ucw.cz>
24561
24562 PR bootstrap/48000
24563 * cfgloopmanip.c (fix_bb_placements): Return immediately
24564 if FROM is BASE_LOOP's header.
24565
24566 2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
24567
24568 * gimplify.c (gimplify_function_tree): Fix building calls
24569 to __builtin_return_address.
24570
24571 2011-03-07 Alan Modra <amodra@gmail.com>
24572
24573 * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
24574 * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
24575 * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
24576 * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
24577 return_mode args.
24578 * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
24579 (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
24580 (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
24581 (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
24582 * config/rs6000/rs6000.c
24583 (rs6000_elf_end_indicate_exec_stack): Rename to..
24584 (rs6000_elf_file_end): ..this. Only call file_end_indicate_exec_stack
24585 for POWERPC_LINUX. Move code emitting .gnu_attribute to here, from..
24586 (rs6000_file_start): ..here.
24587 (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
24588 file scope variables.
24589 (call_ABI_of_interest): New function.
24590 (init_cumulative_args): Set above vars when function return value
24591 is a float, vector, or small struct.
24592 (rs6000_function_arg_advance_1): Likewise for function args.
24593 (rs6000_va_start): Set rs6000_passes_float if variable arg function
24594 references float args.
24595
24596 2011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
24597
24598 * doc/cfg.texi: Remove "See" before @ref.
24599 * doc/invoke.texi: Likewise.
24600
24601 2011-03-05 Jason Merrill <jason@redhat.com>
24602
24603 * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
24604
24605 2011-03-05 Anthony Green <green@moxielogic.com>
24606
24607 * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
24608
24609 2011-03-05 Zdenek Dvorak <ook@ucw.cz>
24610
24611 PR rtl-optimization/47899
24612 * cfgloopmanip.c (fix_bb_placements): Fix first argument
24613 to flow_loop_nested_p when moving the loop upward.
24614
24615 2011-03-05 Richard Earnshaw <rearnsha@arm.com>
24616
24617 PR target/47719
24618 * arm.md (movhi_insn_arch4): Accept any immediate constant.
24619
24620 2011-03-05 Jakub Jelinek <jakub@redhat.com>
24621
24622 PR tree-optimization/47967
24623 * ipa-cp.c (build_const_val): Return NULL instead of creating
24624 VIEW_CONVERT_EXPR for mismatching sizes.
24625 (ipcp_create_replace_map): Return NULL if build_const_val failed.
24626 (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
24627 give up on versioning.
24628
24629 2011-03-05 Alan Modra <amodra@gmail.com>
24630
24631 PR target/47986
24632 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
24633 full cmodel medium/large lo_sum + high addresses.
24634
24635 2011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24636
24637 * config/s390/s390.c (s390_decompose_address): Reject non-literal
24638 pool references in UNSPEC_LTREL_OFFSET.
24639
24640 2011-03-04 Jan Hubicka <jh@suse.cz>
24641
24642 PR lto/47497
24643 * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
24644 (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
24645 * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
24646 Add node pointers.
24647 * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
24648 cgraph_add_thunk): Add node pointers.
24649 * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
24650 associated to right node.
24651 (input_node): Update use of cgraph_same_body_alias
24652 and cgraph_add_thunk.
24653
24654 2011-03-04 Changpeng Fang <changpeng.fang@amd.com>
24655
24656 * config/i386/i386.opt (mprefer-avx128): New flag.
24657 * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
24658 modes when the flag -mprefer-avx128 is on.
24659
24660 2011-03-04 Richard Sandiford <richard.sandiford@linaro.org>
24661
24662 * dwarf2out.c (compare_loc_operands): Fix address handling.
24663
24664 2011-03-04 Alan Modra <amodra@gmail.com>
24665
24666 * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
24667
24668 2011-03-04 Richard Guenther <rguenther@suse.de>
24669
24670 PR middle-end/47968
24671 * expmed.c (extract_bit_field_1): Prefer vector modes that
24672 vec_extract patterns can handle.
24673
24674 2011-03-04 Richard Guenther <rguenther@suse.de>
24675
24676 PR middle-end/47975
24677 * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
24678
24679 2011-03-04 Richard Henderson <rth@redhat.com>
24680
24681 * explow.c (emit_stack_save): Remove 'after' parameter.
24682 (emit_stack_restore): Likewise.
24683 * expr.h: Update to match.
24684 * builtins.c, calls.c, stmt.c: Likewise.
24685 * config/alpha/alpha.md, config/avr/avr.md: Likewise.
24686 * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
24687 * function.c (expand_function_end): Insert the emit_stack_save
24688 sequence before parm_birth_insn instead of after.
24689
24690 2011-03-03 Uros Bizjak <ubizjak@gmail.com>
24691
24692 * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
24693 (ssse3_pmaddubsw128): Ditto.
24694 (ssse3_pmaddubsw): Ditto.
24695
24696 2011-03-03 Steve Ellcey <sje@cup.hp.com>
24697
24698 * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
24699
24700 2011-03-03 Jakub Jelinek <jakub@redhat.com>
24701
24702 PR c/47963
24703 * gimplify.c (omp_add_variable): Only call omp_notice_variable
24704 on TYPE_SIZE_UNIT if it is a DECL.
24705
24706 PR debug/47283
24707 * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
24708 first operand is not is_gimple_mem_ref_addr, try to fold it.
24709 If the operand still isn't is_gimple_mem_ref_addr, clear
24710 MEM_EXPR on op0.
24711
24712 2011-03-03 Richard Guenther <rguenther@suse.de>
24713
24714 PR middle-end/47283
24715 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
24716 match comment.
24717 (refs_may_alias_p_1): For release branches return true if
24718 we are confused by our input.
24719
24720 2011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24721
24722 * config/s390/s390.c (s390_function_value): Rename to ...
24723 (s390_function_and_libcall_value): ... this.
24724 (s390_function_value): New function.
24725 (s390_libcall_value): New function.
24726 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
24727 * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
24728 target macro definitions.
24729 * config/s390/s390-protos.h (s390_function_value): Remove prototype.
24730
24731 2011-03-02 Joseph Myers <joseph@codesourcery.com>
24732
24733 * config/i386/freebsd64.h (CC1_SPEC): Define.
24734 * config/i386/linux64.h (CC1_SPEC): Define.
24735 * config/i386/x86-64.h (CC1_SPEC): Don't define.
24736
24737 2011-03-02 Anatoly Sokolov <aesok@post.ru>
24738
24739 * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
24740 Remove.
24741 * config/stormy16/stormy16.c: Include reload.h.
24742 (xstormy16_memory_move_cost): New function.
24743 (TARGET_MEMORY_MOVE_COST): Define.
24744
24745 2011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
24746
24747 PR rtl-optimization/47925
24748 * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
24749 with side effects. Remove the more-specific check for volatile asms.
24750
24751 2011-03-02 Alan Modra <amodra@gmail.com>
24752
24753 PR target/47935
24754 * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
24755 toc relative addresses for valid offsets.
24756
24757 2011-03-01 Richard Guenther <rguenther@suse.de>
24758
24759 PR tree-optimization/47890
24760 * tree-vect-loop.c (get_initial_def_for_induction): Set
24761 related stmt properly.
24762
24763 2011-03-01 Richard Guenther <rguenther@suse.de>
24764
24765 PR lto/47924
24766 * lto-streamer.c (lto_record_common_node): Also register
24767 the canonical type.
24768
24769 2011-03-01 Richard Guenther <rguenther@suse.de>
24770
24771 PR lto/46911
24772 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
24773 Do not stream DECL_ABSTRACT_ORIGIN.
24774 (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
24775 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
24776 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
24777 Do not stream DECL_ABSTRACT_ORIGIN.
24778 (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
24779 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
24780
24781 2011-02-28 Anatoly Sokolov <aesok@post.ru>
24782
24783 * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
24784 FUNCTION_VALUE_REGNO_P): Remove.
24785 * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
24786 * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
24787 Add 'outgoing' argument.
24788 (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
24789 function.
24790 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
24791 TARGET_FUNCTION_VALUE_REGNO_P): Define.
24792
24793 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
24794
24795 PR debug/28047
24796 * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
24797 (lookup_filename): Likewise.
24798 * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
24799
24800 2011-02-28 Bernd Schmidt <bernds@codesourcery.com>
24801 Jakub Jelinek <jakub@redhat.com>
24802
24803 PR middle-end/47893
24804 * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
24805 (assign_stack_local_1): Change last argument type to int.
24806 * function.c (assign_stack_local_1): Replace reduce_alignment_ok
24807 argument with kind. If bit ASLK_RECORD_PAD is not set in it,
24808 don't record padding space into frame_space_list nor use those areas.
24809 (assign_stack_local): Adjust caller.
24810 (assign_stack_temp_for_type): Call assign_stack_local_1 instead
24811 of assign_stack_local, pass 0 as last argument.
24812 * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
24813 callers.
24814
24815 2011-02-28 Jakub Jelinek <jakub@redhat.com>
24816
24817 PR debug/47283
24818 * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
24819 Use target address_mode and pointer_mode hooks instead of hardcoded
24820 Pmode and ptr_mode. Handle some simple cases of extending if
24821 POINTERS_EXTEND_UNSIGNED < 0.
24822 (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
24823 Call convert_debug_memory_address.
24824 (expand_debug_expr) <case ADDR_EXPR>: Pass as to
24825 convert_debug_memory_address.
24826
24827 PR middle-end/46790
24828 * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
24829 * configure: Regenerated.
24830 * config.in: Regenerated.
24831 * varasm.c (default_function_section): Return NULL
24832 if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
24833
24834 2011-02-28 Martin Jambor <mjambor@suse.cz>
24835
24836 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
24837 the description to match the printed values.
24838
24839 2011-02-28 Richard Guenther <rguenther@suse.de>
24840
24841 * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
24842 of the copied scope tree.
24843
24844 2011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24845
24846 * doc/extend.texi (Function Attributes): Avoid deeply (and
24847 wrongly) nested tables.
24848
24849 2011-02-27 Jakub Jelinek <jakub@redhat.com>
24850
24851 PR middle-end/47903
24852 * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
24853 MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
24854 r isn't op0 nor op1.
24855
24856 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
24857
24858 * config/avr/avr.md: Remove magic comment for emacs.
24859
24860 2011-02-23 Georg-Johann Lay <avr@gjlay.de>
24861
24862 PR target/45261
24863 * config/avr/avr.c (avr_option_override): Use error on bad options.
24864 (avr_help): New function.
24865 (TARGET_HELP): Define.
24866
24867 2011-02-22 Georg-Johann Lay <avr@gjlay.de>
24868
24869 PR target/42240
24870 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
24871 (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
24872
24873 2011-02-26 Gerald Pfeifer <gerald@pfeifer.com>
24874
24875 * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
24876 (ARM Options): Ditto.
24877 (i386 and x86-64 Options): Ditto.
24878 (RX Options): Ditto.
24879 (SPARC Options): Ditto.
24880
24881 2011-02-26 Tijl Coosemans <tijl@coosemans.org>
24882
24883 * config.gcc (i386-*-freebsd*): Make i486 the default arch on
24884 FreeBSD 6 and later. Generally use cpu generic.
24885
24886 2011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
24887
24888 * doc/cpp.texi: Update copyright years.
24889
24890 2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
24891
24892 PR target/46898
24893 * config/lm32/lm32.md (ashrsi3): Added needed variable.
24894
24895 2011-02-25 Jon Beniston <jon@beniston.com>
24896
24897 PR target/46898
24898 * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
24899 * config/lm32/lm32.md (ashlsi3): Remove unused variable.
24900 * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
24901 (lm32_block_move_inline): Add type cast to remove warning.
24902 (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
24903 (gen_int_relational): Move declarations to start of function.
24904
24905 2011-02-25 Eric Botcazou <ebotcazou@adacore.com>
24906
24907 PR tree-optimization/45470
24908 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
24909 can throw internally only.
24910 * tree-vect-stmts.c (vectorizable_call): Likewise.
24911
24912 2011-02-24 Anatoly Sokolov <aesok@post.ru>
24913
24914 * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
24915 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
24916 * config/stormy16/stormy16-protos.h
24917 (xstormy16_preferred_reload_class): Remove.
24918 * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
24919 static. Change 'rclass' argument and return type to reg_class_t.
24920 (TARGET_PREFERRED_RELOAD_CLASS,
24921 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
24922
24923 2011-02-24 Richard Guenther <rguenther@suse.de>
24924
24925 * lto-streamer-in.c (input_bb): Do not find referenced vars
24926 in debug statements.
24927
24928 2011-02-23 Jason Merrill <jason@redhat.com>
24929
24930 * common.opt (fabi-version): Document v5 and v6.
24931
24932 2011-02-23 Richard Guenther <rguenther@suse.de>
24933
24934 PR tree-optimization/47849
24935 * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
24936
24937 2011-02-23 Jie Zhang <jie@codesourcery.com>
24938
24939 * opts-common.c (decode_cmdline_option): Print empty string
24940 argument as "" in decoded->orig_option_with_args_text.
24941 * gcc.c (execute): Print empty string argument as ""
24942 in the verbose output.
24943 (do_spec_1): Keep empty string argument.
24944
24945 2011-02-23 Nathan Froyd <froydnj@codesourcery.com>
24946
24947 * config.gcc: Declare score-* and crx-* obsolete.
24948
24949 2011-02-23 Jie Zhang <jie@codesourcery.com>
24950
24951 PR rtl-optimization/47763
24952 * web.c (web_main): Ignore naked clobber when replacing register.
24953
24954 2011-02-22 Anatoly Sokolov <aesok@post.ru>
24955
24956 * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
24957 Remove.
24958
24959 2011-02-22 Sebastian Pop <sebastian.pop@amd.com>
24960
24961 PR doc/47848
24962 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
24963
24964 2011-02-22 Mike Stump <mikestump@comcast.net>
24965
24966 * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
24967 assembler.
24968 * configure: Regenerate.
24969
24970 2011-02-21 Chung-Lin Tang <cltang@codesourcery.com>
24971
24972 PR rtl-optimization/46002
24973 * ira-color.c (update_copy_costs): Change class intersection
24974 test to reg_class_contents[] test of 'hard_regno'.
24975
24976 2011-02-21 Joseph Myers <joseph@codesourcery.com>
24977
24978 * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
24979 than Driver option.
24980 * config/hpux11.opt (mt): Likewise.
24981 * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
24982 * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
24983 * config/vax/elf.opt (mno-asm-pic): Likewise.
24984 * config/vms/vms.opt (map, mvms-return-codes): Likewise.
24985
24986 2011-02-21 Mike Stump <mikestump@comcast.net>
24987
24988 PR target/47822
24989 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
24990 tree so we can get save the type.
24991 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
24992 for CFString instead of trying to use past the end of the builtins.
24993 * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
24994 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
24995 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
24996 * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
24997 Rename to darwin_builtin_cfstring.
24998 (darwin_init_cfstring_builtins): Return the built type.
24999
25000 2011-02-21 Uros Bizjak <ubizjak@gmail.com>
25001
25002 PR target/47840
25003 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
25004 (_mm256_insert_epi64): Use _mm_insert_epi64.
25005
25006 2011-02-21 Anatoly Sokolov <aesok@post.ru>
25007
25008 * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
25009 * config/stormy16/stormy16-protos.h
25010 (xstormy16_mode_dependent_address_p): Remove.
25011 * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
25012 Make static. Change return type to bool. Change argument type to
25013 const_rtx. Remove dead code.
25014 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
25015
25016 2011-02-21 Richard Guenther <rguenther@suse.de>
25017
25018 PR lto/47820
25019 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
25020 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
25021 (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
25022 TUs context.
25023 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
25024 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
25025
25026 2011-02-20 Richard Guenther <rguenther@suse.de>
25027
25028 PR lto/47822
25029 * tree.c (free_lang_data_in_decl): Clean builtins from
25030 the TU decl BLOCK_VARS.
25031
25032 2011-02-19 Alexandre Oliva <aoliva@redhat.com>
25033
25034 PR debug/47620
25035 PR debug/47630
25036 * haifa-sched.c (fix_tick_ready): Skip tick computation
25037 for debug insns.
25038
25039 2011-02-19 Richard Guenther <rguenther@suse.de>
25040
25041 PR lto/47647
25042 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
25043 Remove lazy BLOCK_VARS streaming.
25044 (lto_input_ts_block_tree_pointers): Likewise.
25045 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
25046
25047 2011-02-19 Joseph Myers <joseph@codesourcery.com>
25048
25049 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
25050
25051 2011-02-19 Joseph Myers <joseph@codesourcery.com>
25052
25053 * config/i386/biarch32.h, config/i386/mach.h,
25054 config/rs6000/aix.opt, config/sh/superh64.h: Remove.
25055
25056 2011-02-19 Jakub Jelinek <jakub@redhat.com>
25057
25058 PR target/47800
25059 * config/i386/i386.md (peephole2 for shift and plus): Use
25060 operands[1] original mode in the first insn.
25061
25062 2011-02-18 Mike Stump <mikestump@comcast.net>
25063
25064 * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
25065
25066 2011-02-18 Jan Hubicka <jh@suse.cz>
25067
25068 PR middle-end/47788
25069 * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
25070 to zero when the function is not inlinable at all.
25071
25072 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25073
25074 * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
25075 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
25076 pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
25077 * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
25078 * config/pa/t-pa64: Likewise.
25079 * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
25080
25081 2011-02-18 Jakub Jelinek <jakub@redhat.com>
25082
25083 PR driver/47787
25084 * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
25085
25086 2011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25087
25088 PR target/47792
25089 * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
25090
25091 2011-02-18 Anatoly Sokolov <aesok@post.ru>
25092
25093 * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
25094 RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
25095 LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
25096 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
25097 * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
25098 (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
25099 m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
25100 m32r_load_postinc_p, m32r_store_preinc_predec_p,
25101 m32r_legitimate_address_p): New functions.
25102 * config/m32r/constraints.md (constraint "S"): Don't use
25103 STORE_PREINC_PREDEC_P.
25104 (constraint "U"): Don't use LOAD_POSTINC_P.
25105
25106 2011-02-18 Chung-Lin Tang <cltang@codesourcery.com>
25107
25108 PR rtl-optimization/46178
25109 * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
25110 compute ira_hard_regno_cover_class[].
25111
25112 2011-02-18 Richard Guenther <rguenther@suse.de>
25113
25114 PR lto/47798
25115 * lto-streamer.h (lto_global_var_decls): Declare.
25116 * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
25117 statics for global var processing.
25118
25119 2011-02-18 Richard Guenther <rguenther@suse.de>
25120
25121 PR tree-optimization/47737
25122 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
25123 edge dominance check.
25124
25125 2011-02-18 Jakub Jelinek <jakub@redhat.com>
25126
25127 PR debug/47780
25128 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
25129 avoid invalid rtx sharing.
25130
25131 2011-02-18 Gerald Pfeifer <gerald@pfeifer.com>
25132
25133 * doc/cpp.texi (Obsolete Features): Add background on the
25134 origin of assertions.
25135
25136 2011-02-17 Iain Sandoe <iains@gcc.gnu.org>
25137
25138 * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
25139 objc_abi == 2.
25140 * config/darwin.c (output_objc_section_asm_op): Added support for
25141 ABI v1 and v2.
25142 (is_objc_metadata): New.
25143 (darwin_objc2_section): New.
25144 (darwin_objc1_section): New.
25145 (machopic_select_section): Added support for ABI v1 and v2.
25146 (darwin_emit_objc_zeroed): New.
25147 (darwin_output_aligned_bss): Detect objc metadata and treat it
25148 appropriately.
25149 (darwin_asm_output_aligned_decl_common): Same.
25150 (darwin_asm_output_aligned_decl_local): Same.
25151 * config/darwin-sections.def: Updated for ABI v1 and v2.
25152 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
25153 compiling Objective-C code for the NeXT runtime, default to using
25154 ABI version 0 for 32-bit, and version 2 for 64-bit.
25155
25156 2011-02-17 Joseph Myers <joseph@codesourcery.com>
25157
25158 * common.opt (optimize_fast): New Variable.
25159 * opts.c (default_options_optimization): Use opts->x_optimize_fast
25160 instead of local variable ofast.
25161
25162 2011-02-17 Nicola Pero <nicola.pero@meta-innovation.com>
25163
25164 * doc/invoke.texi (fobjc-abi-version): Documented.
25165 (fobjc-nilcheck): Documented.
25166 (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
25167 version.
25168
25169 2011-02-17 Joseph Myers <joseph@codesourcery.com>
25170
25171 PR driver/47390
25172 * common.opt (export-dynamic): New Driver option.
25173 * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
25174
25175 2011-02-17 Joseph Myers <joseph@codesourcery.com>
25176
25177 * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
25178
25179 2011-02-17 Alexandre Oliva <aoliva@redhat.com>
25180 Jan Hubicka <jh@suse.cz>
25181
25182 PR debug/47106
25183 PR debug/47402
25184 * cfgexpand.c (account_used_vars_for_block): Remove.
25185 (estimated_stack_frame_size): Use referenced vars.
25186 * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
25187 that were referenced in the original function. Test src_fn
25188 rather than cfun. Drop redundant get_var_ann.
25189 (setup_one_parameter): Drop redundant get_var_ann.
25190 (declare_return_variable): Likewise.
25191 (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
25192 (copy_arguments_for_versioning): Drop redundant get_var_ann.
25193 * ipa-inline.c (compute_inline_parameters): Do not compute
25194 disregard_inline_limits here.
25195 (compute_inlinable_for_current, pass_inlinable): New.
25196 (pass_inline_parameters): Require PROP_referenced_vars.
25197 * cgraphunit.c (cgraph_process_new_functions): Don't run
25198 compute_inline_parameters explicitly unless function is in SSA form.
25199 (cgraph_analyze_function): Set .disregard_inline_limits.
25200 * tree-sra.c (convert_callers): Compute inliner parameters
25201 only for functions already in SSA form.
25202
25203 2011-02-17 Joseph Myers <joseph@codesourcery.com>
25204
25205 * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
25206 -mlittle-endian-data.
25207
25208 2011-02-17 Joseph Myers <joseph@codesourcery.com>
25209
25210 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
25211 -mno-fpu, not -fpu and -no-fpu.
25212 * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
25213 * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
25214
25215 2011-02-17 Uros Bizjak <ubizjak@gmail.com>
25216
25217 PR target/43653
25218 * config/i386/i386.c (ix86_secondary_reload): Handle SSE
25219 input reload with PLUS RTX.
25220
25221 2011-02-16 Joseph Myers <joseph@codesourcery.com>
25222
25223 * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
25224 of InverseVar(MDMX).
25225
25226 2011-02-16 Joseph Myers <joseph@codesourcery.com>
25227
25228 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
25229 --m4-340.
25230
25231 2011-02-16 Joseph Myers <joseph@codesourcery.com>
25232
25233 * config/mn10300/mn10300.opt (mno-crt0): New.
25234
25235 2011-02-16 Joseph Myers <joseph@codesourcery.com>
25236
25237 * config/m68k/uclinux.opt (static-libc): New Driver option.
25238
25239 2011-02-16 Joseph Myers <joseph@codesourcery.com>
25240
25241 * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
25242
25243 2011-02-16 Joseph Myers <joseph@codesourcery.com>
25244
25245 * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
25246 %{muser-extend-enabled}.
25247
25248 2011-02-16 Richard Guenther <rguenther@suse.de>
25249
25250 PR tree-optimization/47738
25251 * tree-ssa-loop.c (run_tree_predictive_commoning): Return
25252 the TODO from tree_predictive_commoning.
25253
25254 2011-02-15 Jeff Law <law@redhat.com>
25255
25256 Revert
25257 2011-01-25 Jeff Law <law@redhat.com>
25258
25259 PR rtl-optimization/37273
25260 * ira-costs.c (scan_one_insn): Detect constants living in memory and
25261 handle them like argument loads from stack slots. Do not double
25262 count memory for memory constants and argument loads from stack slots.
25263
25264 2011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
25265
25266 PR target/47755
25267 * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
25268 mode for vector constants. Remove code that checks for TImode.
25269
25270 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
25271
25272 PR debug/47106
25273 PR debug/47402
25274 * cgraph.h (compute_inline_parameters): Return void.
25275 * ipa-inline.c (compute_inline_parameters): Adjust.
25276
25277 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
25278
25279 PR debug/47106
25280 PR debug/47402
25281 * tree-inline.h (estimated_stack_frame_size): Take cgraph node
25282 rather than decl.
25283 * cfgexpand.c (estimated_stack_frame_size): Likewise.
25284 * ipa-inline.c (compute_inline_parameters): Adjust.
25285
25286 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
25287
25288 PR debug/47106
25289 PR debug/47402
25290 * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
25291 Adjust all users. Pass FN to...
25292 * tree-flow-inline.h (first_referenced_var): ... this. Add
25293 fn argument.
25294 * ipa-struct-reorg.c: Adjust.
25295 * tree-dfa.c: Adjust.
25296 * tree-into-ssa.c: Adjust.
25297 * tree-sra.c: Adjust.
25298 * tree-ssa-alias.c: Adjust.
25299 * tree-ssa-live.c: Adjust.
25300 * tree-ssa.c: Adjust.
25301 * tree-ssanames.c: Adjust.
25302 * tree-tailcall.c: Adjust.
25303
25304 2011-02-15 Alexandre Oliva <aoliva@redhat.com>
25305
25306 PR debug/47106
25307 PR debug/47402
25308 * tree-flow.h (referenced_var_lookup): Add fn parameter.
25309 Adjust all callers.
25310 * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
25311 * tree-flow-inline.h: Adjust.
25312 * gimple-pretty-print.c: Adjust.
25313 * tree-into-ssa.c: Adjust.
25314 * tree-ssa.c: Adjust.
25315 * cfgexpand.c: Adjust.
25316
25317 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
25318
25319 * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
25320 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
25321 (EXTRA_CONSTRAINT): Delete.
25322 * config/iq2000/constraints.md: New file.
25323 * config/iq2000/iq2000.md: Include it.
25324 (define_insn ""): Delete.
25325 (movsi_internal2, movhi_internal2, movqi_internal2): Delete
25326 unsupported constraint letters from patterns.
25327 (call_value, call_value_internal1): Likewise.
25328 (call_value_multiple_internal1): Likewise.
25329
25330 2011-02-15 Nick Clifton <nickc@redhat.com>
25331
25332 * config/mn10300/mn10300.c: Include tm-constrs.h.
25333 (struct liw_data): New data structure describing an LIW candidate
25334 instruction.
25335 (extract_bundle): Use struct liw_data. Allow small integer
25336 operands for some instructions.
25337 (check_liw_constraints): Use struct liw_data. Remove swapped
25338 parameter. Add comments describing the checks. Fix bug when
25339 assigning the source of liw1 to the source of liw2.
25340 (liw_candidate): Delete. Code moved into extract_bundle.
25341 (mn10300_bundle_liw): Use struct liw_data. Check constraints
25342 before swapping.
25343 * config/mn10300/predicates.md (liw_operand): New predicate.
25344 Allows registers and small integer constants.
25345 * config/mn10300/constraints.md (O): New constraint. Accetps
25346 integers in the range -8 to +7 inclusive.
25347 * config/mn10300/mn10300.md (movesi_internal): Add an alternative
25348 for moving a small integer into a register. Give this alternative
25349 LIW attributes.
25350 (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
25351 (ashlsi3): Likewise, plus give LIW attributes to the alternatives
25352 using the J,K,L and M constraints,
25353 (liw): Remove SI mode on second operands to allow for HI and QI
25354 mode values.
25355 (cmp_liw, liw_cmp): Likewise. Plus fix order of operands in the
25356 instruction.
25357
25358 2011-02-15 Richard Guenther <rguenther@suse.de>
25359
25360 PR tree-optimization/47743
25361 * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
25362 for a non-type-compatible VN lookup bail out.
25363
25364 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
25365
25366 * config/fr30/constraints.md: New file.
25367 * config/fr30/fr30.md: Include it.
25368 * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
25369 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
25370 (EXTRA_CONSTRAINT): Delete.
25371
25372 2011-02-15 Nathan Froyd <froydnj@codesourcery.com>
25373
25374 * config/frv/constraints.md: New file.
25375 * config/frv/predicates.md: Include it.
25376 * config/frv/frv.c (reg_class_from_letter): Delete.
25377 (frv_option_override): Don't initialize it.
25378 * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
25379 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
25380 (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
25381 (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
25382 (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
25383 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
25384 (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
25385 (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
25386 (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
25387 (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
25388 (REG_CLASS_FROM_CONSTRAINT): Delete.
25389
25390 2011-02-15 Jakub Jelinek <jakub@redhat.com>
25391
25392 PR middle-end/47581
25393 * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
25394 if frame size is 0 in a leaf function.
25395
25396 2011-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25397
25398 PR pch/14940
25399 * config/alpha/host-osf.c: New file.
25400 * config/alpha/x-osf: New file.
25401 * config.host (alpha*-dec-osf*): Use it.
25402
25403 2011-02-14 Anatoly Sokolov <aesok@post.ru>
25404
25405 * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
25406 * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
25407 * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
25408 (rx_mode_dependent_address_p): ...this. Make static. Change argument
25409 type to const_rtx.
25410 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
25411
25412 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
25413
25414 * config/stormy16/constraints.md: New file.
25415 * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
25416 Use satisfies_constraint_Q and satisfies_constraint_R.
25417 * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
25418 Delete.
25419 (xstormy16_legitiamte_address_p): Declare.
25420 * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
25421 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
25422 (EXTRA_CONSTRAINT): Delete.
25423 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
25424 Un-staticize.
25425 (xstormy16_extra_constraint_p): Delete.
25426
25427 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
25428
25429 PR tree-optimization/46494
25430 * loop-unroll.c (split_edge_and_insert): Adjust comment.
25431 * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
25432 (pass_rtl_loop_done): Add TODO_verify_flow.
25433 * fwprop.c (pass_rtl_fwprop): Likewise.
25434 * modulo-sched.c (pass_sms): Likewise.
25435 * tree-ssa-dom.c (pass_dominator): Likewise.
25436 * tree-ssa-loop-ch.c (pass_ch): Likewise.
25437 * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
25438 (pass_tree_loop_done): Likewise.
25439 * tree-ssa-pre.c (execute_pre): Likewise.
25440 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
25441 * tree-ssa-sink.c (pass_sink_code): Likewise.
25442 * tree-vrp.c (pass_vrp): Likewise.
25443
25444 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
25445
25446 * config/v850/constraints.md: New file.
25447 * config/v850/v850.md: Include it.
25448 * config/v850/predicates.md (reg_or_0_operand): Use
25449 satisfies_constraint_G.
25450 (special_symbolref_operand): Use satisfies_constraint_K.
25451 * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
25452 (GO_IF_LEGITIMATE_ADDRESS): Likewise.
25453 (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
25454 (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
25455 (EXTRA_CONSTRAINT): Delete.
25456 (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
25457 (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
25458 (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
25459
25460 2011-02-14 Anatoly Sokolov <aesok@post.ru>
25461
25462 PR target/47696
25463 * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
25464 description.
25465
25466 2011-02-14 Nathan Froyd <froydnj@codesourcery.com>
25467
25468 * config/mcore/constraints.md: New file.
25469 * config/mcore/mcore.md: Include it.
25470 * config/mcore/mcore.c (reg_class_from_letter): Delete.
25471 * config/mcore/mcore.h (reg_class_from_letter): Delete.
25472 (REG_CLASS_FROM_LETTER): Delete.
25473 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
25474 insn_const_int_ok_for_constraint.
25475 (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
25476 (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
25477 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
25478 (EXTRA_CONSTRAINT): Delete.
25479
25480 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25481
25482 PR ada/41929
25483 * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
25484 (IS_SIGHANDLER): Define.
25485 (sparc64_is_sighandler): New function, split off from
25486 sparc64_fallback_frame_state.
25487 (sparc_is_sighandler): New function, split off from
25488 sparc_fallback_frame_state.
25489 (sparc64_fallback_frame_state): Merge with ...
25490 (sparc_fallback_frame_state): ... this into ...
25491 (MD_FALLBACK_FRAME_STATE_FOR): ... this.
25492 Change new_cfa to long. Remove regs_off, fpu_save_off, fpu_save.
25493 Define nframes, mctx. Use IS_SIGHANDLER, handler_args, mctx, walk
25494 stack instead of hardcoded offsets.
25495
25496 2011-02-14 Andriy Gapon <avg@freebsd.org>
25497
25498 PR target/45808
25499 * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
25500
25501 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25502
25503 * configure: Regenerate.
25504
25505 2011-02-12 Joseph Myers <joseph@codesourcery.com>
25506
25507 PR driver/45731
25508 * gcc.c (asm_options): Correct spec matching --target-help.
25509
25510 2011-02-12 Martin Jambor <mjambor@suse.cz>
25511
25512 * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
25513 to gimple call error.
25514
25515 2011-02-12 Mike Stump <mikestump@comcast.net>
25516
25517 * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
25518 comments in backslash regions.
25519
25520 2011-02-12 Mike Stump <mikestump@comcast.net>
25521 Jakub Jelinek <jakub@redhat.com>
25522 Iain Sandoe <iains@gcc.gnu.org>
25523
25524 PR target/47324
25525 * dwarf2out.c (output_cfa_loc): When required, apply the
25526 DWARF2_FRAME_REG_OUT macro to adjust register numbers.
25527 (output_loc_sequence): Likewise.
25528 (output_loc_operands_raw): Likewise.
25529 (output_loc_sequence_raw): Likewise.
25530 (output_cfa_loc): Likewise.
25531 (output_loc_list): Suppress register number adjustment when
25532 calling output_loc_sequence()
25533 (output_die): Likewise.
25534
25535 2011-02-12 Anatoly Sokolov <aesok@post.ru>
25536
25537 * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
25538 Remove macros.
25539 * config/xtensa/xtensa.c (xtensa_register_move_cost,
25540 xtensa_memory_move_cost): New functions.
25541 (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
25542
25543 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
25544
25545 PR lto/47225
25546 * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
25547 in the current directory.
25548 * configure: Rebuilt.
25549
25550 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
25551
25552 * config/darwin.c (darwin_override_options): Add a hunk missed
25553 from the commit of r168571. Trim comment line lengths and
25554 correct indents of the preceding block.
25555
25556 2011-02-12 Iain Sandoe <iains@gcc.gnu.org>
25557
25558 * gcc.c (driver_handle_option): Concatenate the argument to -F with
25559 the switch.
25560
25561 2011-02-11 Joseph Myers <joseph@codesourcery.com>
25562
25563 * common.opt (nostartfiles): New Driver option.
25564
25565 2011-02-11 Xinliang David Li <davidxl@google.com>
25566
25567 PR tree-optimization/47707
25568 * tree-chrec.c (convert_affine_scev): Keep type precision.
25569
25570 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
25571
25572 PR tree-optimization/47420
25573 * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
25574
25575 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
25576
25577 PR rtl-optimization/47614
25578 * rtl.h (check_for_inc_dec): Declare.
25579 * dse.c (check_for_inc_dec): Externalize...
25580 * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
25581 (reload_cse_simplify_operands): Don't simplify opnds with side effects.
25582
25583 2011-02-11 Joseph Myers <joseph@codesourcery.com>
25584
25585 PR driver/47678
25586 * gcc.c (main): Do not compile inputs if there were errors in
25587 option handling.
25588 * opts-common.c (read_cmdline_option): Check for wrong language
25589 after other error checks.
25590
25591 2011-02-11 Nathan Froyd <froydnj@codesourcery.com>
25592
25593 * cgraph.c: Fix comment typos.
25594 * cgraph.h: Likewise.
25595 * cgraphunit.c: Likewise.
25596 * ipa-cp.c: Likewise.
25597 * ipa-inline.c: Likewise.
25598 * ipa-prop.c: Likewise.
25599 * ipa-pure-const.c: Likewise.
25600 * ipa-ref.c: Likewise.
25601 * ipa-reference.c: Likewise.
25602
25603 2011-02-11 Jakub Jelinek <jakub@redhat.com>
25604
25605 PR debug/47684
25606 * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
25607
25608 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25609
25610 PR testsuite/47400
25611 * doc/sourcebuild.texi (Require Support): Document
25612 dg-require-ascii-locale.
25613
25614 2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
25615
25616 * doc/lto.texi (Write summary): Fix missing parentheses.
25617
25618 2011-02-10 DJ Delorie <dj@redhat.com>
25619
25620 * config/m32c/m32c.c (m32c_option_override): Disable
25621 -fcombine-stack-adjustments until flag value tracking and compare
25622 optimization can be rewritten.
25623
25624 2011-02-10 Peter Bergner <bergner@vnet.ibm.com>
25625
25626 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
25627 PROCESSOR_POWER7.
25628 (PROCESSOR_DEFAULT64): Likewise.
25629
25630 2011-02-10 Richard Henderson <rth@redhat.com>
25631
25632 * config/rx/predicates.md (rx_zs_comparison_operator): Revert
25633 change from 2011-02-03.
25634 * config/rx/rx.c (flags_from_code): Likewise.
25635 (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
25636 is valid, n/pz otherwise.
25637 (rx_select_cc_mode): Return CCmode if Y is not zero.
25638
25639 2011-02-10 Richard Guenther <rguenther@suse.de>
25640
25641 * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
25642
25643 2011-02-10 Richard Guenther <rguenther@suse.de>
25644
25645 PR tree-optimization/47677
25646 * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
25647
25648 2011-02-10 Jakub Jelinek <jakub@redhat.com>
25649
25650 PR target/47665
25651 * combine.c (make_compound_operation): Only change shifts into
25652 multiplication for SCALAR_INT_MODE_P.
25653
25654 2011-02-10 Jie Zhang <jie@codesourcery.com>
25655
25656 PR testsuite/47622
25657 Revert
25658 2011-02-05 Jie Zhang <jie@codesourcery.com>
25659 PR debug/42631
25660 * web.c (entry_register): Don't clobber the number of the
25661 first uninitialized reference in used[].
25662
25663 2011-02-09 Richard Guenther <rguenther@suse.de>
25664
25665 PR tree-optimization/47664
25666 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
25667 all edges again.
25668
25669 2011-02-09 David Edelsohn <dje.gcc@gmail.com>
25670
25671 PR target/46481
25672 PR target/47032
25673 * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
25674 PROCESSOR_POWER7.
25675 (PROCESSOR_DEFAULT64): Same.
25676 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
25677
25678 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25679
25680 * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
25681
25682 2011-02-09 Martin Jambor <mjambor@suse.cz>
25683
25684 PR middle-end/45505
25685 * tree-sra.c (struct access): New flags grp_scalar_read and
25686 grp_scalar_write. Changed description of assignment read and write
25687 flags.
25688 (dump_access): Dump new flags, reorder all of them.
25689 (sort_and_splice_var_accesses): Set the new flag accordingly, use them
25690 to detect multiple scalar reads.
25691 (analyze_access_subtree): Use the new scalar read write flags instead
25692 of the old flags. Adjusted comments.
25693
25694 2011-02-08 DJ Delorie <dj@redhat.com>
25695
25696 PR target/47548
25697 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
25698 patterns.
25699
25700 2011-02-08 Joseph Myers <joseph@codesourcery.com>
25701
25702 * config/m68k/uclinux.opt: New.
25703 * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
25704
25705 2011-02-08 Joseph Myers <joseph@codesourcery.com>
25706
25707 * config/cris/elf.opt (sim): New Driver option.
25708
25709 2011-02-08 Joseph Myers <joseph@codesourcery.com>
25710
25711 * config/xtensa/elf.opt: New.
25712 * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
25713
25714 2011-02-08 Joseph Myers <joseph@codesourcery.com>
25715
25716 * config/vax/elf.opt: New.
25717 * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
25718
25719 2011-02-08 Joseph Myers <joseph@codesourcery.com>
25720
25721 * config/rs6000/aix64.opt (posix, pthread): New Driver options.
25722
25723 2011-02-08 Joseph Myers <joseph@codesourcery.com>
25724
25725 * config/gnu-user.opt: New.
25726 * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
25727 *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
25728 *-*-uclinux*): Use gnu-user.opt.
25729
25730 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
25731
25732 * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
25733 * config/i386/gnu.h (CPP_SPEC): Likewise.
25734
25735 2011-02-08 Ian Lance Taylor <iant@google.com>
25736
25737 * common.opt (fcx-limited-range): Add SetByCombined flag.
25738 (ffinite-math-only, fmath-errno, frounding-math): Likewise.
25739 (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
25740 (fassociative-math, freciprocal-math): Likewise.
25741 (funsafe-math-optimizations): Likewise.
25742 * opth-gen.awk: Handle SetByCombined.
25743 * optc-gen.awk: Likewise.
25744 * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
25745 (set_unsafe_math_optimizations_flags): Likewise.
25746 * doc/options.texi (Option properties): Document SetByCombined.
25747
25748 2011-02-08 Joseph Myers <joseph@codesourcery.com>
25749
25750 * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
25751 i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
25752 m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
25753 m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
25754 sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
25755
25756 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
25757
25758 PR tree-optimization/46834
25759 PR tree-optimization/46994
25760 PR tree-optimization/46995
25761 * graphite-sese-to-poly.c (used_outside_reduction): New.
25762 (detect_commutative_reduction): Call used_outside_reduction.
25763 (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
25764 translate_scalar_reduction_to_array only when at least one
25765 loop-phi/close-phi tuple has been detected.
25766
25767 2011-02-08 Richard Guenther <rguenther@suse.de>
25768
25769 PR middle-end/47639
25770 * tree-vect-generic.c (expand_vector_operations_1): Update
25771 stmts here ...
25772 (expand_vector_operations): ... not here. Cleanup EH info
25773 and the CFG if required.
25774
25775 2011-02-08 Richard Guenther <rguenther@suse.de>
25776
25777 PR tree-optimization/47641
25778 * tree-ssa.c (execute_update_addresses_taken): For asm outputs
25779 require type compatibility.
25780
25781 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25782
25783 * gimple-low.c (lower_function_body): Don't remove the location of
25784 the return statement here.
25785 (lower_gimple_return): Do it here instead but only if the return
25786 statement is actually used twice.
25787
25788 2011-02-08 Richard Guenther <rguenther@suse.de>
25789
25790 PR tree-optimization/47632
25791 * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
25792 unused up_to_stmt parameter, return whether cfg-cleanup is
25793 necessary, remove EH info properly.
25794 (forward_propagate_into_gimple_cond): Adjust caller.
25795 (forward_propagate_into_cond): Likewise.
25796 (forward_propagate_comparison): Likewise.
25797 (tree_ssa_forward_propagate_single_use_vars): Make
25798 forward_propagate_comparison case similar to the two others.
25799
25800 2011-02-08 Nick Clifton <nickc@redhat.com>
25801
25802 * config/mn10300/mn10300.opt (mliw): New command line option.
25803 * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
25804 (liw_bundling): New automaton.
25805 (liw): New attribute.
25806 (liw_op): New attribute.
25807 (liw_op1, liw_op2, liw_both, liw_either): New reservations.
25808 (movsi_internal): Add LIW attributes.
25809 (andsi3): Likewise.
25810 (iorsi3): Likewise.
25811 (xorsi3): Likewise.
25812 (addsi3): Separate register and immediate alternatives.
25813 Add LIW attributes.
25814 (subsi3): Likewise.
25815 (cmpsi): Likewise.
25816 (aslsi3): Likewise.
25817 (lshrsi3): Likewise.
25818 (ashrsi3): Likewise.
25819 (liw): New pattern.
25820 * config/mn10300/mn10300.c (liw_op_names): New
25821 (mn10300_print_operand): Handle 'W' operand descriptor.
25822 (extract_bundle): New function.
25823 (check_liw_constraints): New function.
25824 (liw_candidate): New function.
25825 (mn10300_bundle_liw): New function.
25826 (mn10300_reorg): New function.
25827 (TARGET_MACHINE_DEPENDENT_REORG): Define.
25828 (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
25829 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
25830 __LIW__ or __NO_LIW__.
25831 * doc/invoke.texi: Describe the -mliw command line option.
25832
25833 2011-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25834
25835 * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
25836 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
25837 pthread_mutex_unlock): Remove.
25838 * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
25839 * config/pa/t-pa64: Likewise.
25840 * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
25841 shared libc if not linking against libpthread.
25842 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
25843
25844 2011-02-07 Iain Sandoe <iains@gcc.gnu.org>
25845
25846 PR target/47558
25847 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
25848 on 10.6 and later to ensure that we always use the unwinder from
25849 the system. Only add -no_compact_unwind when tarteting darwin
25850 10.6 or later.
25851
25852 2011-02-07 Steve Ellcey <sje@cup.hp.com>
25853
25854 PR target/46997
25855 * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
25856 (vec_interleave_lowv2sf): Ditto.
25857 (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
25858 (vec_extract_oddv2sf): Ditto.
25859
25860 2011-02-07 Mike Stump <mikestump@comcast.net>
25861
25862 PR target/42333
25863 Add __ieee_divdc3 entry point.
25864 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
25865 entry point.
25866 (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
25867 * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
25868 * config/darwin.c (darwin_rename_builtins): Add.
25869 * config/darwin-protos.h (darwin_rename_builtins): Add.
25870
25871 2011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
25872
25873 PR target/47636
25874 * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
25875 for the condition.
25876
25877 2011-02-07 Mike Stump <mikestump@comcast.net>
25878
25879 * config/darwin.opt (mmacosx-version-min): Update default OS version.
25880
25881 2011-02-07 Denis Chertykov <chertykov@gmail.com>
25882
25883 PR target/47534
25884 * config/avr/libgcc.S (exit): Move .endfunc
25885
25886 2011-02-07 Richard Guenther <rguenther@suse.de>
25887
25888 PR tree-optimization/47615
25889 * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
25890 * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
25891 (run_scc_vn): Initialize it.
25892 (visit_reference_op_load): Use it.
25893 * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
25894
25895 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
25896
25897 * config/spu/spu.c (spu_init_libfuncs): Install SImode and
25898 DImode trapping arithmetic libfuncs.
25899
25900 2011-02-07 Richard Guenther <rguenther@suse.de>
25901
25902 PR tree-optimization/47621
25903 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
25904 two duplicates ...
25905 (execute_update_addresses_taken): ... here. Make it more
25906 conservative in what we accept.
25907
25908 2011-02-06 Joseph Myers <joseph@codesourcery.com>
25909
25910 * config/sparc/freebsd.h (ASM_SPEC): Define.
25911 * config/sparc/vxworks.h (ASM_SPEC): Define.
25912
25913 2011-02-06 Joseph Myers <joseph@codesourcery.com>
25914
25915 * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
25916
25917 2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
25918
25919 * doc/invoke.texi: Remove reference to compiler internals from
25920 user documentation.
25921
25922 * reg-notes.def: Remove REG_VALUE_PROFILE.
25923 * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
25924
25925 2011-02-05 Jakub Jelinek <jakub@redhat.com>
25926
25927 PR middle-end/47610
25928 * varasm.c (default_section_type_flags): If decl is NULL,
25929 and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
25930
25931 2011-02-05 Jie Zhang <jie@codesourcery.com>
25932
25933 PR debug/42631
25934 * web.c (entry_register): Don't clobber the number of the
25935 first uninitialized reference in used[].
25936
25937 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
25938
25939 PR tree-optimization/46194
25940 * tree-data-ref.c (analyze_miv_subscript): Remove comment.
25941 (build_classic_dist_vector_1): Do not represent classic distance
25942 vectors when the access functions are variating in different loops.
25943
25944 2011-02-04 Joseph Myers <joseph@codesourcery.com>
25945
25946 * config/mips/iris6.opt: New.
25947 * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
25948
25949 2011-02-04 Richard Henderson <rth@redhat.com>
25950 Steve Ellcey <sje@cup.hp.com>
25951
25952 PR target/46997
25953 * config/ia64/predicates.md (mux1_brcst_element): New.
25954 * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
25955 * config/ia64/ia64.c (ia64_unpack_assemble): New.
25956 (ia64_unpack_sign): New.
25957 (ia64_expand_unpack): Rewrite using new routines.
25958 (ia64_expand_widen_sum): Ditto.
25959 (ia64_expand_dot_prod_v8qi): Ditto.
25960 * config/ia64/vect.md (mulv8qi3): Rewrite to use new
25961 routines, add endian check.
25962 (pmpy2_even): Rename from pmpy2_r, add endian check.
25963 (pmpy2_odd): Rename from pmpy2_l, add endian check.
25964 (vec_widen_smult_lo_v4hi): Rewrite using new routines.
25965 (vec_widen_smult_hi_v4hi): Ditto.
25966 (vec_widen_umult_lo_v4hi): Ditto.
25967 (vec_widen_umult_hi_v4hi): Ditto.
25968 (mulv2si3): Change endian checks.
25969 (sdot_prodv4hi): Rewrite with new calls.
25970 (udot_prodv4hi): New.
25971 (vec_pack_ssat_v4hi): Add endian check.
25972 (vec_pack_usat_v4hi): Ditto.
25973 (vec_pack_ssat_v2si): Ditto.
25974 (max1_even): Rename from max1_r, add endian check.
25975 (max1_odd): Rename from max1_l, add endian check.
25976 (*mux1_rev): Format change.
25977 (*mux1_mix): Ditto.
25978 (*mux1_shuf): Ditto.
25979 (*mux1_alt): Ditto.
25980 (*mux1_brcst_v8qi): Use new predicate.
25981 (vec_extract_evenv8qi): Remove endian check.
25982 (vec_extract_oddv8qi): Ditto.
25983 (vec_interleave_lowv4hi): Format change.
25984 (vec_interleave_highv4hi): Ditto.
25985 (mix2_even): Rename from mix2_r, add endian check.
25986 (mix2_odd): Rename from mux2_l, add endian check.
25987 (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
25988 (vec_extract_evenodd_helper): Format change.
25989 (vec_extract_evenv4hi): Remove endian check.
25990 (vec_extract_oddv4hi): Remove endian check.
25991 (vec_interleave_lowv2si): Format change.
25992 (vec_interleave_highv2si): Format change.
25993 (vec_initv2si): Remove endian check.
25994 (vecinit_v2si): Add endian check.
25995 (reduc_splus_v2sf): Add endian check.
25996 (reduc_smax_v2sf): Ditto.
25997 (reduc_smin_v2sf): Ditto.
25998 (vec_initv2sf): Remove endian check.
25999 (fpack): Add endian check.
26000 (fswap): Add endian check.
26001 (vec_interleave_highv2sf): Add endian check.
26002 (vec_interleave_lowv2sf): Add endian check.
26003 (fmix_lr): Add endian check.
26004 (vec_setv2sf): Format change.
26005 (*vec_extractv2sf_0_be): Use shift to extract operand.
26006 (*vec_extractv2sf_1_be): New.
26007 (vec_pack_trunc_v4hi): Add endian check.
26008 (vec_pack_trunc_v2si): Format change.
26009
26010 2011-02-04 Jakub Jelinek <jakub@redhat.com>
26011
26012 PR inline-asm/23200
26013 * tree-ssa-ter.c (is_replaceable_p): Add TER argument. Don't
26014 do bb, locus and block comparison and disallow loads if it is not set.
26015 (stmt_is_replaceable_p): New function.
26016 (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
26017 callers.
26018 * expr.c (expand_expr_real_1) <case SSA_NAME>: If
26019 get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
26020 SSA_NAME_DEF_STMT.
26021 * tree-flow.h (stmt_is_replaceable_p): New prototype.
26022
26023 2011-02-04 Joseph Myers <joseph@codesourcery.com>
26024
26025 * config/rs6000/xilinx.opt: New.
26026 * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
26027
26028 2011-02-04 Joseph Myers <joseph@codesourcery.com>
26029
26030 * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
26031
26032 2011-02-03 Anatoly Sokolov <aesok@post.ru>
26033
26034 * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
26035 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
26036 * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
26037 secondary_reload_info, xtensa_secondary_reload): Remove.
26038 * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
26039 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
26040 (xtensa_preferred_reload_class): Make static. Change return and
26041 'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
26042 Use CONST_DOUBLE_P predicate.
26043 (xtensa_preferred_output_reload_class): New function.
26044 (xtensa_secondary_reload): Make static.
26045
26046 2011-02-03 Joseph Myers <joseph@codesourcery.com>
26047
26048 * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
26049 Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
26050 Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
26051
26052 2011-02-03 Jakub Jelinek <jakub@redhat.com>
26053
26054 PR middle-end/31490
26055 * output.h (SECTION_RELRO): Define.
26056 (SECTION_MACH_DEP): Adjust.
26057 (get_variable_section): New prototype.
26058 * varpool.c (varpool_finalize_named_section_flags): New function.
26059 (varpool_assemble_pending_decls): Call it.
26060 * cgraph.h (varpool_finalize_named_section_flags): New prototype.
26061 * cgraphunit.c (cgraph_output_in_order): Call
26062 varpool_finalize_named_section_flags.
26063 * varasm.c (get_section): Allow section flags conflicts between
26064 relro and read-only sections if the section hasn't been declared yet.
26065 Set SECTION_OVERRIDE after diagnosing section type conflict.
26066 (get_variable_section): No longer static.
26067 (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
26068 readonly sections that need relocations.
26069 (decl_readonly_section_1): New function.
26070 (decl_readonly_section): Use it.
26071
26072 Revert:
26073 2010-11-17 Dinar Temirbulatov <dtemirbulatov@gmail.com>
26074 Steve Ellcey <sje@cup.hp.com>
26075
26076 PR middle-end/31490
26077 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
26078 if section attribute used.
26079
26080 2011-02-03 Jakub Jelinek <jakub@redhat.com>
26081
26082 * config/darwin.h (SECTION_NO_ANCHOR): Remove.
26083 * config/darwin.c (SECTION_NO_ANCHOR): Define.
26084 (darwin_init_sections): Remove assertion.
26085
26086 2011-02-03 Nick Clifton <nickc@redhat.com>
26087
26088 * config/rx/predicates.md (rx_zs_comparison_operator): Remove
26089 lt and ge.
26090 * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
26091 * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
26092 instead of "n" and "pz".
26093 (flags_from_code): LT and GE tests need CC_FLAG_O as well as
26094 CC_FLAG_S.
26095
26096 2011-02-03 Jakub Jelinek <jakub@redhat.com>
26097
26098 PR target/47312
26099 * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
26100 fma, expand FMA_EXPR as fma{,f,l} call.
26101
26102 PR lto/47274
26103 * lto-streamer-out.c (write_symbol): When writing kind and visibility,
26104 copy them into a unsigned char variable and pass address of it to
26105 lto_output_data_stream.
26106
26107 PR target/47564
26108 * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
26109 around backend_init_target and lang_dependent_init_target calls.
26110 * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
26111 (verify_cgraph_node): Don't call set_cfun here. Use
26112 cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
26113 Set error_found for incorrectly represented calls to thunks.
26114
26115 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
26116
26117 PR debug/43092
26118 PR rtl-optimization/43494
26119 * rtl.h (for_each_inc_dec_fn): New type.
26120 (for_each_inc_dec): Declare.
26121 * rtlanal.c (struct for_each_inc_dec_ops): New type.
26122 (for_each_inc_dec_find_inc_dec): New fn.
26123 (for_each_inc_dec_find_mem): New fn.
26124 (for_each_inc_dec): New fn.
26125 * dse.c (struct insn_size): Remove.
26126 (replace_inc_dec, replace_inc_dec_mem): Remove.
26127 (emit_inc_dec_insn_before): New fn.
26128 (check_for_inc_dec): Use it, along with for_each_inc_dec.
26129 (canon_address): Pass mem modes to cselib_lookup.
26130 * cselib.h (cselib_lookup): Add memmode argument. Adjust callers.
26131 (cselib_lookup_from_insn): Likewise.
26132 (cselib_subst_to_values): Likewise.
26133 * cselib.c (find_slot_memmode): New var.
26134 (cselib_find_slot): New fn. Use it instead of
26135 htab_find_slot_with_hash everywhere.
26136 (entry_and_rtx_equal_p): Use find_slot_memmode.
26137 (autoinc_split): New fn.
26138 (rtx_equal_for_cselib_p): Rename and implement in terms of...
26139 (rtx_equal_for_cselib_1): ... this. Take memmode, pass it on.
26140 Deal with autoinc. Special-case recursion into MEMs.
26141 (cselib_hash_rtx): Likewise.
26142 (cselib_lookup_mem): Infer pmode from address mode. Distinguish
26143 address and MEM modes.
26144 (cselib_subst_to_values): Add memmode, pass it on.
26145 Deal with autoinc.
26146 (cselib_lookup): Add memmode argument, pass it on.
26147 (cselib_lookup_from_insn): Add memmode.
26148 (cselib_invalidate_rtx): Discard obsolete push_operand handling.
26149 (struct cselib_record_autoinc_data): New.
26150 (cselib_record_autoinc_cb): New fn.
26151 (cselib_record_sets): Use it, along with for_each_inc_dec. Pass MEM
26152 mode to cselib_lookup. Reset autoinced REGs here instead of...
26153 (cselib_process_insn): ... here.
26154 * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
26155 to cselib_lookup.
26156 (add_uses): Likewise, also to cselib_subst_to_values.
26157 (add_stores): Likewise.
26158 * sched-deps.c (add_insn_mem_dependence): Pass mode to
26159 cselib_subst_to_values.
26160 (sched_analyze_1, sched_analyze_2): Likewise. Adjusted.
26161 * gcse.c (do_local_cprop): Adjusted.
26162 * postreload.c (reload_cse_simplify_set): Adjusted.
26163 (reload_cse_simplify_operands): Adjusted.
26164 * sel-sched-dump (debug_mem_addr_value): Pass mode.
26165
26166 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
26167
26168 PR tree-optimization/45122
26169 * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
26170 unsafe assumptions when there's more than one loop exit.
26171
26172 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
26173
26174 PR target/47272
26175 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
26176 Document using vector double with the load/store builtins, and
26177 that the load/store builtins always use Altivec instructions.
26178
26179 * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
26180 to use altivec memory instructions, even on VSX.
26181 (vector_altivec_store_<mode>): Ditto.
26182
26183 * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
26184 function.
26185
26186 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
26187 V2DF, V2DI support to load/store overloaded builtins.
26188
26189 * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
26190 altivec load/store builtins for V2DF/V2DI types.
26191
26192 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
26193 set avoid indexed addresses on power6 if -maltivec.
26194 (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
26195 vector_altivec_load/vector_altivec_store builtins.
26196 (altivec_expand_st_builtin): Ditto.
26197 (altivec_expand_builtin): Add VSX memory builtins.
26198 (rs6000_init_builtins): Add V2DI types to internal types.
26199 (altivec_init_builtins): Add support for V2DF/V2DI altivec
26200 load/store builtins.
26201 (rs6000_address_for_altivec): Insure memory address is appropriate
26202 for Altivec.
26203
26204 * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
26205 vec_vsx_ld and vec_vsx_st.
26206 (vsx_store_<mode>): Ditto.
26207
26208 * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
26209 variables to hold long long types for VSX vector memory builtins.
26210 (RS6000_BTI_unsigned_long_long): Ditto.
26211 (long_long_integer_type_internal_node): Ditti.
26212 (long_long_unsigned_type_internal_node): Ditti.
26213
26214 * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
26215 (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
26216 (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
26217
26218 * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
26219 short cuts.
26220 (vec_vsx_st): Ditto.
26221
26222 2011-02-02 Joseph Myers <joseph@codesourcery.com>
26223
26224 * config/pa/pa-hpux10.opt: New.
26225 * config/hpux11.opt (pthread): New Driver option.
26226 * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
26227 * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
26228
26229 2011-02-02 Joseph Myers <joseph@codesourcery.com>
26230
26231 * config/ia64/vms.opt: New.
26232 * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
26233
26234 2011-02-01 Michael Meissner <meissner@linux.vnet.ibm.com>
26235
26236 PR target/47580
26237 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
26238 gpc_reg_operand instead of vsx_register_operand to match rs6000.md
26239 generator functions.
26240 (vsx_floatuns<VSi><mode>2): Ditto.
26241 (vsx_fix_trunc<mode><VSi>2): Ditto.
26242 (vsx_fixuns_trunc<mode><VSi>2): Ditto.
26243
26244 2011-02-02 Joseph Myers <joseph@codesourcery.com>
26245
26246 * config/i386/djgpp.opt (posix): New Driver option.
26247
26248 2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
26249
26250 * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
26251 Move to the unsupported targets list.
26252
26253 2011-02-02 Peter Bergner <bergner@vnet.ibm.com>
26254
26255 PR rtl-optimization/47525
26256 * df-scan.c: Update copyright years.
26257 (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
26258 and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
26259
26260 2011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26261
26262 * config/i386/sysv4.h (TARGET_VERSION): Remove.
26263 (SUBTARGET_RETURN_IN_MEMORY): Remove.
26264 (ASM_OUTPUT_ASCII): Remove.
26265 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
26266
26267 2011-02-02 Jeff Law <law@redhat.com>
26268
26269 PR middle-end/47543
26270 * reload.c (find_reloads_address): Handle reg+d address where both
26271 components are invalid by reloading the entire address.
26272
26273 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
26274 Richard Guenther <rguenther@suse.de>
26275
26276 PR tree-optimization/40979
26277 PR bootstrap/47044
26278 * passes.c (init_optimization_passes): After LIM call copy_prop
26279 and DCE to clean up.
26280 * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
26281
26282 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
26283
26284 PR tree-optimization/47576
26285 PR tree-optimization/47555
26286 * doc/invoke.texi (scev-max-expr-complexity): Documented.
26287 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
26288 (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
26289 * tree-scalar-evolution.c (follow_ssa_edge): Use
26290 PARAM_SCEV_MAX_EXPR_COMPLEXITY.
26291
26292 2011-02-02 Richard Guenther <rguenther@suse.de>
26293
26294 PR tree-optimization/47566
26295 * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
26296
26297 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
26298
26299 PR debug/47106
26300 PR debug/47402
26301 * tree-inline.c (declare_return_variable): Remove unused caller
26302 variable.
26303
26304 PR debug/47106
26305 PR debug/47402
26306 * tree-flow-inline.h (clear_is_used, is_used_p): New.
26307 * cfgexpand.c (account_used_vars_for_block): Use them.
26308 * tree-nrv.c (tree_nrv): Likewise.
26309 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
26310 (dump_scope_block): Likewise.
26311 (remove_unused_locals): Likewise.
26312
26313 PR debug/47106
26314 PR debug/47402
26315 * tree-inline.c (declare_return_variable): Add result decl to
26316 local decls only once.
26317 * gimple-low.c (record_vars_into): Mark newly-created variables
26318 as referenced.
26319
26320 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
26321
26322 PR debug/47498
26323 PR debug/47501
26324 PR debug/45136
26325 PR debug/45130
26326 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
26327 debug insns.
26328 (no_real_insns_p, schedule_block, set_priorities): Drop special
26329 treatment of boundary debug insns.
26330 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
26331 * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
26332 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
26333 (BOUNDARY_DEBUG_INSN_P): Likewise.
26334 (SCHEDULE_DEBUG_INSN_P): Likewise.
26335 * sched-rgn.c (init_ready_list): Drop special treatment of
26336 boundary debug insns.
26337 * final.c (rest_of_clean_state): Clear notes' BB.
26338
26339 2011-02-01 Joseph Myers <joseph@codesourcery.com>
26340
26341 * config/openbsd.opt (assert=): New Driver option.
26342
26343 2011-02-01 Joseph Myers <joseph@codesourcery.com>
26344
26345 * config/i386/nto.opt: New.
26346 * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
26347
26348 2011-02-01 Joseph Myers <joseph@codesourcery.com>
26349
26350 * config/i386/netware.opt: New.
26351 * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
26352
26353 2011-02-01 Joseph Myers <joseph@codesourcery.com>
26354
26355 * config/interix.opt (posix): New Driver option.
26356
26357 2011-02-01 DJ Delorie <dj@redhat.com>
26358
26359 * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
26360
26361 * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
26362 class for A0/A1.
26363
26364 2011-02-01 Sebastian Pop <sebastian.pop@amd.com>
26365
26366 PR tree-optimization/47561
26367 * toplev.c (process_options): Print the Graphite flags. Add
26368 flag_loop_flatten to the list of options requiring Graphite.
26369
26370 2011-02-01 Joseph Myers <joseph@codesourcery.com>
26371
26372 * config/i386/cygming.opt (posix): New Driver option.
26373
26374 2011-02-01 Joseph Myers <joseph@codesourcery.com>
26375
26376 * config/arm/vxworks.opt: New.
26377 * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
26378
26379 2011-02-01 Joseph Myers <joseph@codesourcery.com>
26380
26381 * config/alpha/elf.opt: New.
26382 * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
26383 alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
26384
26385 2011-02-01 Richard Guenther <rguenther@suse.de>
26386
26387 PR tree-optimization/47559
26388 * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
26389 store-motion on references that can throw.
26390
26391 2011-02-01 Bernd Schmidt <bernds@codesourcery.com>
26392
26393 * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
26394 * tree-pass.h (TDF_CSELIB): New macro.
26395 * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
26396 cselib_lookup): Check for it rather than for TDF_DETAILS.
26397
26398 2011-02-01 H.J. Lu <hongjiu.lu@intel.com>
26399
26400 PR driver/47547
26401 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
26402 is HOST_BIT_BUCKET.
26403
26404 * opts.c (finish_options): Don't add x_aux_base_name if it is
26405 HOST_BIT_BUCKET.
26406
26407 2011-02-01 Richard Guenther <rguenther@suse.de>
26408
26409 PR tree-optimization/47555
26410 Revert
26411 2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
26412
26413 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
26414
26415 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
26416
26417 PR gcc/46692
26418 * config/lm32/t-lm32: Add multilib for all CPU options.
26419
26420 2011-02-01 Richard Guenther <rguenther@suse.de>
26421
26422 PR tree-optimization/47541
26423 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
26424 sure to have a field at offset zero.
26425
26426 2011-01-31 Joseph Myers <joseph@codesourcery.com>
26427
26428 * config/arc/arc.opt (EB, EL): New Driver options.
26429
26430 2011-01-31 Joseph Myers <joseph@codesourcery.com>
26431
26432 * config/alpha/osf5.opt: New.
26433 * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
26434
26435 2011-01-31 Joseph Myers <joseph@codesourcery.com>
26436
26437 * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
26438
26439 2011-01-31 Sebastian Pop <sebastian.pop@amd.com>
26440
26441 * common.opt (ftree-loop-linear): Use Alias to make it an alias of
26442 -floop-interchange.
26443 * invoke.texi (-ftree-loop-linear): Make it clear that this flag
26444 is an alias of -floop-interchange and that it requires the
26445 Graphite infrastructure.
26446 * tree-ssa-loop.c (gate_graphite_transforms): Do not set
26447 flag_loop_interchange based on the value of flag_tree_loop_linear.
26448
26449 2011-01-31 Jakub Jelinek <jakub@redhat.com>
26450 Richard Guenther <rguenther@suse.de>
26451
26452 PR tree-optimization/47538
26453 * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
26454 type instead of r1type, except for comparisons. For right
26455 shifts and comparisons punt if there are mismatches in
26456 sizetype vs. non-sizetype types.
26457
26458 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26459
26460 * doc/sourcebuild.texi (Effective-Target Keywords): Document
26461 avx_runtime.
26462
26463 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26464
26465 * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
26466 version number.
26467 * configure: Regenerate.
26468
26469 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26470
26471 * configure.ac (gcc_cv_ld_static_option): Define.
26472 (gcc_cv_ld_dynamic_option): Define.
26473 (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
26474 instead.
26475 (HAVE_LD_STATIC_DYNAMIC): Update message.
26476 (LD_STATIC_OPTION): Define.
26477 (LD_DYNAMIC_OPTION): Define.
26478 * configure: Regenerate.
26479 * config.in: Regenerate.
26480 * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
26481 HAVE_LD_STATIC_DYNAMIC]: Use them.
26482
26483 2011-01-31 Nick Clifton <nickc@redhat.com>
26484
26485 * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
26486 registers inside interrupt handlers if the handler is not a leaf
26487 function.
26488
26489 2011-01-31 Nick Clifton <nickc@redhat.com>
26490
26491 * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
26492 reg_renumber returning an INVALID_REGNUM.
26493
26494 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
26495
26496 PR libgcj/44341
26497 * doc/install.texi: Document host options discarded when cross
26498 configuring target libraries.
26499
26500 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
26501
26502 Reverted:
26503 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
26504 PR debug/45136
26505 PR debug/45130
26506 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
26507 debug insns.
26508 (no_real_insns_p, schedule_block, set_priorities): Drop special
26509 treatment of boundary debug insns.
26510 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
26511 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
26512 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
26513 (BOUNDARY_DEBUG_INSN_P): Likewise.
26514 (SCHEDULE_DEBUG_INSN_P): Likewise.
26515 * sched-rgn.c (init_ready_list): Drop special treatment of
26516 boundary debug insns.
26517 * final.c (rest_of_clean-state): Clear notes' BB.
26518
26519 2011-01-31 Alan Modra <amodra@gmail.com>
26520
26521 * config/rs6000/rs6000.c (print_operand): Rearrange addends in
26522 toc relative expressions as we do in print_operand_address.
26523
26524 2011-01-30 Kazu Hirata <kazu@codesourcery.com>
26525
26526 * doc/extend.texi: Follow spelling conventions.
26527 * doc/invoke.texi: Fix a typo.
26528
26529 2011-01-30 Joseph Myers <joseph@codesourcery.com>
26530
26531 * config/hpux11.opt: New.
26532 * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
26533 ia64*-*-hpux*): Use hpux11.opt.
26534
26535 2011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
26536
26537 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
26538 to tmake_file.
26539
26540 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
26541
26542 * doc/install.texi (hppa-hp-hpux10): Remove references to HP
26543 support sites.
26544
26545 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
26546
26547 * doc/install.texi (Binaries): Remove outdated reference for
26548 Motorola 68HC11/68HC12 downloads.
26549
26550 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
26551
26552 * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
26553 Drepper's paper.
26554
26555 2011-01-29 Jonathan Wakely <jwakely.gcc@gmail.com>
26556
26557 PR bootstrap/47147
26558 * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
26559 used by NetBSD.
26560
26561 2011-01-28 Ahmad Sharif <asharif@google.com>
26562
26563 * value-prof.c (check_counter): Corrected error message.
26564
26565 2011-01-29 Jie Zhang <jie@codesourcery.com>
26566
26567 * config/arm/arm.c (arm_legitimize_reload_address): New.
26568 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
26569 arm_legitimize_reload_address.
26570 * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
26571
26572 2011-01-28 Ian Lance Taylor <iant@google.com>
26573
26574 * godump.c (go_define): Ignore macros whose definitions include
26575 two adjacent operands.
26576
26577 2011-01-28 Jakub Jelinek <jakub@redhat.com>
26578
26579 PR target/42894
26580 * varasm.c (force_const_mem): Store copy of x in desc->constant
26581 instead of x itself.
26582 * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
26583 itself into REG_EQUAL note.
26584
26585 2011-01-28 Joseph Myers <joseph@codesourcery.com>
26586
26587 * config/freebsd.opt (posix, rdynamic): New Driver options.
26588
26589 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26590
26591 * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
26592 -Bstatic/-Bdynamic.
26593 * configure: Regenerate.
26594
26595 2011-01-27 Joseph Myers <joseph@codesourcery.com>
26596
26597 * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
26598 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
26599
26600 2011-01-27 Anatoly Sokolov <aesok@post.ru>
26601
26602 * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
26603 * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
26604 * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
26605 (s390_preferred_reload_class): Make static. Change return and
26606 'rclass' argument type to reg_class_t.
26607
26608 2011-01-27 Jan Hubicka <jh@suse.cz>
26609
26610 PR middle-end/46949
26611 * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
26612 (process_function_and_variable_attributes): Check defined weakrefs.
26613
26614 2011-01-27 Martin Jambor <mjambor@suse.cz>
26615
26616 PR tree-optimization/47228
26617 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
26618 build_ref_for_offset.
26619
26620 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
26621
26622 * config/spu/spu-elf.h (ASM_SPEC): Remove.
26623
26624 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
26625
26626 PR rtl-optimization/46856
26627 * postreload.c (reload_combine_recognize_const_pattern): Do not
26628 separate cc0 setter and user on cc0 targets.
26629
26630 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
26631
26632 PR c/43082
26633 * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
26634 passed a VOID_TYPE expression, immediately emit an error and
26635 return error_mark_node.
26636
26637 2011-01-26 Jeff Law <law@redhat.com>
26638
26639 PR rtl-optimization/47464
26640 * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
26641 rather than may_trap_p as needed.
26642
26643 2011-01-26 DJ Delorie <dj@redhat.com>
26644
26645 PR rtl-optimization/46878
26646 * combine.c (insn_a_feeds_b): Check for the implicit cc0
26647 setter/user dependency as well.
26648
26649 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
26650
26651 PR rtl-optimization/44469
26652 * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
26653 after removing trivially dead basic blocks.
26654
26655 2011-01-26 Joseph Myers <joseph@codesourcery.com>
26656
26657 * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
26658 * config/frv/frv.h (LINK_SPEC): Likewise.
26659 * config/i386/netware.h (LINK_SPEC): Likewise.
26660 * config/m68k/linux.h (ASM_SPEC): Likewise.
26661 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
26662 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
26663 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
26664 * config/sparc/linux.h (ASM_SPEC): Likewise.
26665 * config/sparc/linux64.h (ASM_SPEC): Likewise.
26666 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
26667
26668 2011-01-26 Joseph Myers <joseph@codesourcery.com>
26669
26670 * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
26671 * config/frv/frv.h (ASM_SPEC): Likewise.
26672 * config/m68k/linux.h (ASM_SPEC): Likewise.
26673 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
26674 * config/rs6000/linux64.h (ASM_SPEC): Likewise.
26675 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
26676 * config/sparc/linux.h (ASM_SPEC): Likewise.
26677 * config/sparc/linux64.h (ASM_SPEC): Likewise.
26678 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
26679
26680 2011-01-26 Joseph Myers <joseph@codesourcery.com>
26681
26682 * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
26683 * config/frv/frv.h (LINK_SPEC): Likewise.
26684 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
26685
26686 2011-01-26 Joseph Myers <joseph@codesourcery.com>
26687
26688 * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
26689 * config/frv/frv.h (ASM_SPEC): Likewise.
26690 * config/i386/sol2-10.h (ASM_SPEC): Likewise.
26691 * config/m68k/linux.h (ASM_SPEC): Likewise.
26692 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
26693 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
26694 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
26695 * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
26696 * config/sparc/linux.h (ASM_SPEC): Likewise.
26697 * config/sparc/linux64.h (ASM_SPEC): Likewise.
26698 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
26699 * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
26700
26701 2011-01-26 Steve Ellcey <sje@cup.hp.com>
26702
26703 PR target/46997
26704 * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
26705 (*mux2): Ditto.
26706 (vec_extract_evenodd_help): Ditto.
26707 (vec_extract_evenv4hi): Ditto.
26708 (vec_extract_oddv4hi): Ditto.
26709 (vec_interleave_lowv2si): Ditto.
26710 (vec_interleave_highv2si): Ditto.
26711 (vec_extract_evenv2si): Ditto.
26712 (vec_extract_oddv2si: Ditto.
26713 (vec_pack_trunc_v2si): Ditto.
26714
26715 2011-01-22 Jan Hubicka <jh@suse.cz>
26716
26717 PR target/47237
26718 * cgraph.h (cgraph_local_info): New field can_change_signature.
26719 * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
26720 signature can change.
26721 (ipcp_estimate_growth): Call sequence simplify only if calle signature
26722 can change.
26723 (ipcp_insert_stage): Only compute args_to_skip if signature can change.
26724 (cgraph_function_versioning): We can not change signature of functions
26725 that don't allow that.
26726 * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
26727 (lto_input_node): Likewise.
26728 * ipa-inline.c (compute_inline_parameters): Compute
26729 local.can_change_signature.
26730 * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
26731 * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
26732 functions that can not change signature.
26733 * i386.c (ix86_function_regparm, ix86_function_sseregparm,
26734 init_cumulative_args): Do not use local calling conventions
26735 for functions that can not change signature.
26736
26737 2011-01-22 Jan Hubicka <jh@suse.cz>
26738
26739 * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
26740
26741 2011-01-26 Richard Guenther <rguenther@suse.de>
26742
26743 PR tree-optimization/47190
26744 * cgraphunit.c (process_common_attributes): New function.
26745 (process_function_and_variable_attributes): Use it.
26746
26747 2011-01-26 Richard Guenther <rguenther@suse.de>
26748
26749 PR lto/47423
26750 * cgraphbuild.c (record_eh_tables): Record reference to personality
26751 function.
26752
26753 2011-01-26 Alexandre Oliva <aoliva@redhat.com>
26754
26755 PR debug/45454
26756 * sel-sched.c (moveup_expr): Don't let debug insns prevent
26757 non-debug insns from moving up.
26758
26759 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
26760
26761 PR target/40125
26762 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
26763 t-dlldir{,-x} fragment for build and add it to tmake_file.
26764 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
26765 * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
26766 * config/i386/t-dlldir: New file.
26767 (SHLIB_DLLDIR): Define.
26768 * config/i386/t-dlldir-x: New file.
26769 (SHLIB_DLLDIR): Define.
26770 * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
26771 (SHLIB_INSTALL): Use it.
26772
26773 2011-01-26 Chung-Lin Tang <cltang@codesourcery.com>
26774
26775 PR target/47246
26776 * config/arm/arm.c (thumb2_legitimate_index_p): Change the
26777 lower bound of the allowed Thumb-2 coprocessor load/store
26778 index range to -256. Add explaining comment.
26779
26780 2011-01-25 Ian Lance Taylor <iant@google.com>
26781
26782 * godump.c (go_define): Improve lexing of macro expansion to only
26783 accept expressions which match Go spec.
26784
26785 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
26786
26787 PR c++/43601
26788 * tree.c (handle_dll_attribute): Handle it.
26789 * doc/extend.texi (@item dllexport): Mention it.
26790 * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
26791
26792 2011-01-25 Ian Lance Taylor <iant@google.com>
26793
26794 PR tree-optimization/26854
26795 * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
26796 (decl_jump_unsafe): Move higher in file, with no other change.
26797 (bind): Set has_jump_unsafe_decl if appropriate.
26798 (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
26799 (check_earlier_gotos): Likewise.
26800 (c_check_switch_jump_warnings): Likewise.
26801
26802 2011-01-25 Jonathan Wakely <jwakely.gcc@gmail.com>
26803
26804 * doc/invoke.texi (Warning Options): Add missing hyphen.
26805 (-fprofile-dir): Minor grammatical fixes.
26806 (-fbranch-probabilities): Likewise.
26807
26808 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
26809
26810 PR debug/45136
26811 PR debug/45130
26812 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
26813 debug insns.
26814 (no_real_insns_p, schedule_block, set_priorities): Drop special
26815 treatment of boundary debug insns.
26816 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
26817 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
26818 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
26819 (BOUNDARY_DEBUG_INSN_P): Likewise.
26820 (SCHEDULE_DEBUG_INSN_P): Likewise.
26821 * sched-rgn.c (init_ready_list): Drop special treatment of
26822 boundary debug insns.
26823 * final.c (rest_of_clean-state): Clear notes' BB.
26824
26825 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
26826
26827 * Makefile.in (LAMBDA_H): Removed.
26828 (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
26829 (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
26830 lambda-trans.o, and tree-loop-linear.o.
26831 (lto-symtab.o): Remove dependence on LAMBDA_H.
26832 (tree-loop-linear.o): Remove rule.
26833 (lambda-mat.o): Same.
26834 (lambda-trans.o): Same.
26835 (lambda-code.o): Same.
26836 (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
26837 (tree-vect-slp.o): Same.
26838 * hwint.h (gcd): Moved here.
26839 (least_common_multiple): Same.
26840 * lambda-code.c: Removed.
26841 * lambda-mat.c: Removed.
26842 * lambda-trans.c: Removed.
26843 * lambda.h: Removed.
26844 * tree-loop-linear.c: Removed.
26845 * lto-symtab.c: Do not include lambda.h.
26846 * omega.c (gcd): Removed.
26847 * passes.c (init_optimization_passes): Remove pass_linear_transform.
26848 * tree-data-ref.c (print_lambda_vector): Moved here.
26849 (lambda_vector_copy): Same.
26850 (lambda_matrix_copy): Same.
26851 (lambda_matrix_id): Same.
26852 (lambda_vector_first_nz): Same.
26853 (lambda_matrix_row_add): Same.
26854 (lambda_matrix_row_exchange): Same.
26855 (lambda_vector_mult_const): Same.
26856 (lambda_vector_negate): Same.
26857 (lambda_matrix_row_negate): Same.
26858 (lambda_vector_equal): Same.
26859 (lambda_matrix_right_hermite): Same.
26860 * tree-data-ref.h: Do not include lambda.h.
26861 (lambda_vector): Moved here.
26862 (lambda_matrix): Same.
26863 (dependence_level): Same.
26864 (lambda_transform_legal_p): Removed declaration.
26865 (lambda_collect_parameters): Same.
26866 (lambda_compute_access_matrices): Same.
26867 (lambda_vector_gcd): Same.
26868 (lambda_vector_new): Same.
26869 (lambda_vector_clear): Same.
26870 (lambda_vector_lexico_pos): Same.
26871 (lambda_vector_zerop): Same.
26872 (lambda_matrix_new): Same.
26873 * tree-flow.h (least_common_multiple): Removed declaration.
26874 * tree-parloops.c (lambda_trans_matrix): Moved here.
26875 (LTM_MATRIX): Same.
26876 (LTM_ROWSIZE): Same.
26877 (LTM_COLSIZE): Same.
26878 (LTM_DENOMINATOR): Same.
26879 (lambda_trans_matrix_new): Same.
26880 (lambda_matrix_vector_mult): Same.
26881 (lambda_transform_legal_p): Same.
26882 * tree-pass.h (pass_linear_transform): Removed declaration.
26883 * tree-ssa-loop.c (tree_linear_transform): Removed.
26884 (gate_tree_linear_transform): Removed.
26885 (pass_linear_transform): Removed.
26886 (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
26887 flag_loop_interchange.
26888
26889 2011-01-25 Jakub Jelinek <jakub@redhat.com>
26890
26891 PR tree-optimization/47265
26892 PR tree-optimization/47443
26893 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
26894 if name still has some uses.
26895
26896 2011-01-25 Martin Jambor <mjambor@suse.cz>
26897
26898 PR tree-optimization/47382
26899 * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
26900 (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
26901
26902 2011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
26903
26904 * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
26905 sjlj_except_unwind_info.
26906
26907 2011-01-25 Richard Guenther <rguenther@suse.de>
26908
26909 PR tree-optimization/47426
26910 * tree-ssa-structalias.c (ipa_pta_execute): Make externally
26911 visible functions results escape.
26912
26913 2011-01-25 Jakub Jelinek <jakub@redhat.com>
26914
26915 PR target/45701
26916 * config/arm/arm.c (any_sibcall_uses_r3): New function.
26917 (arm_get_frame_offsets): Use it.
26918
26919 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
26920 Jakub Jelinek <jakub@redhat.com>
26921
26922 PR tree-optimization/47271
26923 * tree-if-conv.c (bb_postdominates_preds): New.
26924 (if_convertible_bb_p): Call bb_postdominates_preds.
26925 (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
26926 (predicate_scalar_phi): Call bb_postdominates_preds.
26927
26928 2011-01-25 Nick Clifton <nickc@redhat.com>
26929
26930 * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
26931 * config/rx/rx.c (rx_function_value): Likewise.
26932 (rx_promote_function_mode): Likewise.
26933 (gen_safe_add): Place an outsized immediate value inside an UNSPEC
26934 in order to make it legitimate.
26935 * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
26936 make sure that the first operand is the same as the result register.
26937 (addsi3_unspec): Delete.
26938 (subdi3): Do not accept immediate operands.
26939 (subdi3_internal): Likewise.
26940
26941 2011-01-25 Jeff Law <law@redhat.com>
26942
26943 PR rtl-optimization/37273
26944 * ira-costs.c (scan_one_insn): Detect constants living in memory and
26945 handle them like argument loads from stack slots. Do not double
26946 count memory for memory constants and argument loads from stack slots.
26947
26948 2011-01-25 Jakub Jelinek <jakub@redhat.com>
26949
26950 PR tree-optimization/47427
26951 PR tree-optimization/47428
26952 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
26953 coalesce if the new root var would be TREE_READONLY.
26954
26955 2011-01-25 Richard Guenther <rguenther@suse.de>
26956
26957 PR middle-end/47414
26958 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
26959 correct type for TBAA.
26960
26961 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
26962
26963 * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
26964 (close_phi_written_to_memory): Call for_each_index with
26965 dr_indices_valid_in_loop.
26966
26967 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
26968
26969 * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
26970 when it is initialized.
26971
26972 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
26973
26974 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
26975 call to graphite_find_data_references_in_stmt.
26976 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
26977 (try_generate_gimple_bb): Call outermost_loop_in_sese_1. Update
26978 call to graphite_find_data_references_in_stmt.
26979 (analyze_drs_in_stmts): Same.
26980 * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
26981 in which the scalar analysis of indices is performed.
26982 (create_data_ref): Same. Update call to dr_analyze_indices.
26983 (find_data_references_in_stmt): Update call to create_data_ref.
26984 (graphite_find_data_references_in_stmt): Same.
26985 * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
26986 declaration.
26987 (create_data_ref): Same.
26988 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
26989 call to create_data_ref.
26990
26991 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
26992
26993 * graphite-sese-to-poly.c (build_poly_scop): Move
26994 rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
26995
26996 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
26997
26998 * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
26999 VAR_DECL, PARM_DECL, and RESULT_DECL.
27000
27001 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27002
27003 * graphite-dependences.c (reduction_dr_1): Allow several reductions
27004 in a reduction PBB.
27005 * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
27006 that have already been marked as PBB_IS_REDUCTION.
27007
27008 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27009
27010 * graphite-scop-detection.c (same_close_phi_node): New.
27011 (remove_duplicate_close_phi): New.
27012 (make_close_phi_nodes_unique): New.
27013 (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
27014
27015 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27016
27017 * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
27018 * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
27019 of both data references to be the same.
27020
27021 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27022
27023 * graphite-dependences.c (build_lexicographical_constraint): Remove
27024 the gdim parameter.
27025 (build_lexicographical_constraint): Adjust call to
27026 ppl_powerset_is_empty.
27027 (dependence_polyhedron): Same.
27028 (graphite_legal_transform_dr): Same.
27029 (graphite_carried_dependence_level_k): Same.
27030 * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
27031 parameter.
27032 * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
27033
27034 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27035
27036 * graphite-sese-to-poly.c
27037 (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
27038 (close_phi_written_to_memory): New.
27039 (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
27040 and unshare_expr.
27041
27042 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27043
27044 * doc/install.texi: Update the expected version number of PPL to 0.11.
27045 * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
27046 #if PPL_VERSION_MINOR < 11.
27047
27048 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27049
27050 * graphite-dependences.c: Include graphite-cloog-util.h.
27051 (new_poly_ddr): Inlined into dependence_polyhedron.
27052 (free_poly_ddr): Moved close by new_poly_ddr.
27053 (dependence_polyhedron_1): Renamed dependence_polyhedron.
27054 Early return NULL when ppl_powerset_is_empty returns true.
27055 (dependence_polyhedron): Renamed new_poly_ddr. Call only once
27056 poly_drs_may_alias_p. Avoid one call to ppl_powerset_is_empty.
27057 (graphite_legal_transform_dr): Call new_poly_ddr.
27058 (graphite_carried_dependence_level_k): Same.
27059 (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2. Use new_poly_ddr.
27060 (dot_transformed_deps_stmt_1): Removed.
27061 (dot_deps_stmt_1): Call dot_deps_stmt_2.
27062 (dot_original_deps): Renamed dot_deps_2. Call new_poly_ddr.
27063 (dot_deps_1): Call dot_deps_2.
27064 * Makefile.in (graphite-dependences.o): Add missing dependence on
27065 graphite-cloog-util.h.
27066
27067 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27068
27069 * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
27070 (build_lexicographical_constraint): Same.
27071 (dependence_polyhedron_1): Same.
27072 (graphite_legal_transform_dr): Same.
27073 (graphite_carried_dependence_level_k): Same.
27074 * graphite-ppl.c (ppl_powerset_is_empty): New.
27075 * graphite-ppl.h (ppl_powerset_is_empty): Declared.
27076 * tree-data-ref.c (dump_data_reference): Print the basic block index.
27077
27078 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27079
27080 * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
27081 the "a followed by b" relation and document it.
27082
27083 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27084
27085 * graphite-dependences.c (build_lexicographical_constraint): Stop the
27086 iteration when the bag of constraints is empty.
27087
27088 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27089
27090 * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
27091
27092 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27093
27094 * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
27095 nest and two loop depths as parameters.
27096 (lst_try_interchange_loops): Call lst_interchange_profitable_p after
27097 lst_perfect_nestify.
27098
27099 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27100
27101 * graphite-dependences.c (print_pddr): Call
27102 ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
27103
27104 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
27105
27106 * graphite-ppl.c (debug_gmp_value): New.
27107 * graphite-ppl.h (debug_gmp_value): Declared.
27108
27109 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
27110
27111 * doc/install.texi: Document availability of cloog-0.16.
27112
27113 2011-01-25 Vladimir Kargov <kargov@gmail.com>
27114
27115 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
27116 invalid postdominance info.
27117
27118 2011-01-24 Jan Hubicka <jh@suse.cz>
27119
27120 PR c/21659
27121 * doc/extend.texi (weak pragma): Drop claim that it must
27122 appear before definition.
27123 * varasm.c (merge_weak, declare_weak): Only sanity check
27124 that DECL is not output at a time it is declared weak.
27125
27126 2011-01-24 Kenneth Zadeck <zadeck@naturalbridge.com>
27127
27128 * machmode.def: Fixed comments.
27129
27130 2011-01-24 Kai Tietz <kai.tietz@onevision.com>
27131
27132 * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
27133
27134 2011-01-24 Paul Koning <ni1d@arrl.net>
27135
27136 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
27137 WORDS_BIG_ENDIAN.
27138
27139 2011-01-24 H.J. Lu <hongjiu.lu@intel.com>
27140
27141 PR target/46519
27142 * config/i386/i386.c: Include sbitmap.h and fibheap.h.
27143 (block_info): Add scanned and prev.
27144 (move_or_delete_vzeroupper_2): Return if the basic block
27145 has been scanned and the upper 128bit state is unchanged
27146 from the last scan.
27147 (move_or_delete_vzeroupper_1): Return true if the exit
27148 state is changed.
27149 (move_or_delete_vzeroupper): Visit basic blocks using the
27150 work-list based algorithm based on vt_find_locations in
27151 var-tracking.c.
27152
27153 * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
27154
27155 2011-01-24 Nick Clifton <nickc@redhat.com>
27156
27157 * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
27158 * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
27159 -mv850e1 to the assembler. If -mv850e1 or -mv850es is specified
27160 then define __v850e1__.
27161 * doc/invoke.texi: Document -mv850es.
27162
27163 2011-01-24 Richard Henderson <rth@redhat.com>
27164
27165 * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
27166 compound unordered comparisons.
27167 * config/rx/rx.c (rx_split_fp_compare): Remove.
27168 * config/rx/rx-protos.h: Update.
27169 * config/rx/rx.md (gcc_conds, rx_conds): Remove.
27170 (cbranchsf4): Don't call rx_split_fp_compare.
27171 (*cbranchsf4): Use rx_split_cbranch.
27172 (*cmpsf): Don't accept "i" constraint.
27173 (*conditional_branch): Only valid after reload.
27174 (cstoresf4): Merge expander with insn. Don't call rx_split_fp_compare.
27175
27176 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
27177
27178 PR target/47385
27179 * config/rs6000/altivec.md (vector constant splitters): Add
27180 support for creating vector single precision constants if -mvsx is
27181 used and we would create the constant using Altivec primitives.
27182
27183 2011-01-23 Bernd Schmidt <bernds@codesourcery.com>
27184 Richard Sandiford <rdsandiford@googlemail.com>
27185
27186 PR rtl-optimization/47166
27187 * reload1.c (emit_reload_insns): Disable the spill_reg_store
27188 mechanism for PRE_MODIFY and POST_MODIFY.
27189 (inc_for_reload): For PRE_MODIFY, return the insn that sets the
27190 reloadreg.
27191
27192 2011-01-23 Andreas Schwab <schwab@linux-m68k.org>
27193
27194 * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
27195
27196 2011-01-22 Jan Hubicka <jh@suse.cz>
27197
27198 PR lto/47333
27199 * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
27200
27201 2011-01-22 Jan Hubicka <jh@suse.cz>
27202
27203 PR tree-optimization/43884
27204 PR lto/44334
27205 * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
27206 * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
27207
27208 2011-01-22 Anatoly Sokolov <aesok@post.ru>
27209
27210 * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
27211 * config/s390/s390.c (s390_register_move_cost,
27212 s390_memory_move_cost): New.
27213 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
27214
27215 2011-01-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27216
27217 PR middle-end/47401
27218 * except.c (sjlj_assign_call_site_values): Move setting the
27219 crtl->uses_eh_lsda flag to ...
27220 (sjlj_mark_call_sites): ... here.
27221 (sjlj_emit_function_enter): Support NULL dispatch label.
27222 (sjlj_build_landing_pads): In a function with no landing pads
27223 that still has must-not-throw regions, generate code to register
27224 a personality function with empty LSDA.
27225
27226 2011-01-21 Richard Henderson <rth@redhat.com>
27227
27228 * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
27229
27230 * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
27231
27232 * compare-elim.c: New file.
27233 * Makefile.in (OBJS-common): Add it.
27234 (compare-elim.o): New.
27235 * common.opt (fcompare-elim): New.
27236 * opts.c (default_options_table): Add OPT_fcompare_elim.
27237 * tree-pass.h (pass_compare_elim_after_reload): New.
27238 * passes.c (init_optimization_passes): Add it.
27239 * recog.h: Protect against re-inclusion.
27240 * target.def (TARGET_FLAGS_REGNUM): New POD hook.
27241 * doc/invoke.texi (-fcompare-elim): Document it.
27242 * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
27243 * doc/tm.texi: Rebuild.
27244
27245 2011-01-22 Nick Clifton <nickc@redhat.com>
27246
27247 * config/rx/rx.md (cstoresf4): Pass comparison operator to
27248 rx_split_fp_compare.
27249
27250 2011-01-22 Nick Clifton <nickc@redhat.com>
27251
27252 * config/rx/rx.md (UNSPEC_CONST): New.
27253 (deallocate_and_return): Wrap the amount popped off the stack in
27254 an UNSPEC_CONST in order to stop it being rejected by
27255 -mmax-constant-size.
27256 (pop_and_return): Add a "(return)" rtx.
27257 (call): Drop the immediate operand.
27258 (call_internal): Likewise.
27259 (call_value): Likewise.
27260 (call_value_internal): Likewise.
27261 (sibcall_internal): Likewise.
27262 (sibcall_value_internal): Likewise.
27263 (sibcall): Likewise. Generate an explicit call using
27264 sibcall_internal.
27265 (sibcall_value): Likewise.
27266 (mov<>): FAIL if a constant operand is not legitimate.
27267 (addsi3_unpsec): New pattern.
27268
27269 * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
27270 (ok_for_max_constant): New function.
27271 (gen_safe_add): New function.
27272 (rx_expand_prologue): Use gen_safe_add.
27273 (rx_expand_epilogue): Likewise.
27274 (rx_is_legitimate_constant): Use ok_for_max_constant. Handle
27275 UNSPEC CONSTs.
27276
27277 2011-01-21 Jeff Law <law@redhat.com>
27278
27279 PR tree-optimization/47053
27280 * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
27281 (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
27282 statements are deleted.
27283 (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP. If NEED_EH_CLEANUP
27284 is nonempty, then purge dead edges and cleanup the CFG.
27285
27286 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
27287
27288 PR debug/47402
27289 Temporarily revert:
27290 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
27291 PR debug/47106
27292 * tree-dfa.c (create_var_ann): Mark variable as used.
27293
27294 2011-01-21 Jakub Jelinek <jakub@redhat.com>
27295
27296 PR middle-end/45566
27297 * except.c (convert_to_eh_region_ranges): Emit queued no-region
27298 notes from other section in hot/cold partitioning even if
27299 last_action is -3. Increment call_site_base.
27300
27301 PR rtl-optimization/47366
27302 * fwprop.c (forward_propagate_into): Return bool. If
27303 any changes are made, -fnon-call-exceptions is used and
27304 REG_EH_REGION note is present, call purge_dead_edges
27305 and return true if it purged anything.
27306 (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
27307 any EH edges were purged.
27308
27309 2011-01-21 Jeff Law <law@redhat.com>
27310
27311 PR rtl-optimization/41619
27312 * caller-save.c (setup_save_areas): Break out code to determine
27313 which hard regs are live across calls by examining the reload chains
27314 so that it is always used.
27315 Eliminate code which checked REG_N_CALLS_CROSSED.
27316
27317 2011-01-21 Jakub Jelinek <jakub@redhat.com>
27318
27319 PR tree-optimization/47355
27320 * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
27321 NOP has non-debug uses beyond PHIs in new_bb.
27322
27323 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
27324
27325 PR debug/47106
27326 * cfgexpand.c (account_used_vars_for_block): Only account vars
27327 that are annotated as used.
27328 (estimated_stack_frame_size): Don't set TREE_USED.
27329 * tree-dfa.c (create_var_ann): Mark variable as used.
27330
27331 2011-01-21 Richard Guenther <rguenther@suse.de>
27332
27333 PR middle-end/47395
27334 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
27335
27336 2011-01-21 Richard Guenther <rguenther@suse.de>
27337
27338 PR tree-optimization/47365
27339 * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
27340 (vn_reference_lookup_pieces): Adjust.
27341 (vn_reference_lookup): Likewise.
27342 * tree-ssa-sccvn.c (vn_walk_kind): New static global.
27343 (vn_reference_lookup_3): Only look through kills if in
27344 VN_WALKREWRITE mode.
27345 (vn_reference_lookup_pieces): Adjust.
27346 (vn_reference_lookup): Likewise.
27347 (visit_reference_op_load): Likewise.
27348 (visit_reference_op_store): Likewise.
27349 * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
27350 (compute_avail): Likewise.
27351 (eliminate): Likewise.
27352
27353 2011-01-21 Jakub Jelinek <jakub@redhat.com>
27354
27355 * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
27356 DECL_IGNORED_P non-reg vars if they are used.
27357
27358 PR tree-optimization/47391
27359 * varpool.c (const_value_known_p): Return false if
27360 decl is volatile.
27361
27362 2011-01-21 Kai Tietz <kai.tietz@onevision.com>
27363
27364 PR bootstrap/47215
27365 * config/i386/i386.c (ix86_local_alignment): Handle
27366 case for va_list_type_node is nil.
27367 (ix86_canonical_va_list_type): Likewise.
27368
27369 2011-01-21 Alan Modra <amodra@gmail.com>
27370
27371 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
27372 builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
27373
27374 2011-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
27375
27376 * config/arm/arm.md (define_attr type): Rename f_load
27377 and f_store to f_fpa_load and f_fpa_store. Update.
27378 (write_conflict): Deal with rename fallout.
27379 (*push_fp_multi): Likewise.
27380 * config/arm/fpa.md (f_load): Use f_fpa_load.
27381 (f_store): Use f_fpa_store.
27382 (*movsf_fpa): Likewise.
27383 (*movdf_fpa): Likewise.
27384 (*movxf_fpa): Likewise.
27385 (*thumb2_movsf_fpa): Likewise.
27386 (*thumb2_movdf_fpa): Likewise.
27387 (*thumb2_movxf_fpa): Likewise.
27388 * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
27389 f_loadd and f_stored.
27390 (*thumb2_movdi_vfp): Likewise.
27391 (*thumb2_movsf_vfp): Fix attribute to f_loads.
27392 (*thumb2_movsi_vfp): Likewise.
27393 * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
27394 Use f_loads instead of f_load.
27395 * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
27396
27397 2011-01-20 Anatoly Sokolov <aesok@post.ru>
27398
27399 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
27400 * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
27401 * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
27402 (xtensa_mode_dependent_address_p): New function.
27403 (constantpool_address_p): Make static. Change return type to bool.
27404 Change argument type to const_rtx. Use CONST_INT_P predicate.
27405
27406 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
27407
27408 PR debug/46583
27409 * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
27410
27411 2011-01-20 Jakub Jelinek <jakub@redhat.com>
27412
27413 PR debug/47283
27414 * cfgexpand.c (expand_debug_expr): Instead of generating
27415 (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
27416 etc. handling.
27417
27418 2011-01-20 Richard Guenther <rguenther@suse.de>
27419
27420 PR middle-end/47370
27421 * tree-inline.c (remap_gimple_op_r): Recurse manually for
27422 the pointer operand of MEM_REFs.
27423
27424 2011-01-20 Jakub Jelinek <jakub@redhat.com>
27425
27426 PR tree-optimization/46130
27427 * ipa-split.c (consider_split): If return_bb contains non-virtual
27428 PHIs other than for retval or if split_function would not adjust it,
27429 refuse to split.
27430
27431 2011-01-20 Richard Guenther <rguenther@suse.de>
27432
27433 PR tree-optimization/47167
27434 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
27435 Revert previous change, only avoid enumeral type changes.
27436
27437 2011-01-19 Mike Stump <mikestump@comcast.net>
27438
27439 * doc/tm.texi.in (BRANCH_COST): Englishify.
27440 * doc/tm.texi (BRANCH_COST): Likewise.
27441
27442 2011-01-19 Dodji Seketeli <dodji@redhat.com>
27443
27444 PR c++/47291
27445 * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
27446 (gen_scheduled_generic_parms_dies): New functions.
27447 (gen_struct_or_union_type_die): Schedule template parameters DIEs
27448 generation for the end of CU compilation.
27449 (dwarf2out_finish): Generate template parameters DIEs here.
27450
27451 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
27452
27453 PR debug/46240
27454 * tree-into-ssa.c (maybe_register_def): Do not attempt to add
27455 debug bind stmt on merge edges.
27456
27457 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
27458
27459 PR debug/47079
27460 PR debug/46724
27461 * function.c (instantiate_expr): Instantiate incoming rtl of
27462 implicit arguments, and recurse on VALUE_EXPRs.
27463 (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
27464 * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
27465
27466 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
27467
27468 * c-parser.c (c_parser_for_statement): Initialize
27469 collection_expression.
27470
27471 2011-01-19 Joseph Myers <joseph@codesourcery.com>
27472
27473 * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
27474
27475 2011-01-19 Joseph Myers <joseph@codesourcery.com>
27476
27477 * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
27478 (LINK_SHLIB_SPEC): Don't use %(link_path).
27479 (SUBTARGET_EXTRA_SPECS): Remove link_path.
27480
27481 2011-01-19 Joseph Myers <joseph@codesourcery.com>
27482
27483 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
27484 (NO_SHARED_LIB_SUPPORT): Remove.
27485 (LINK_SHLIB_SPEC): Remove one conditional definition.
27486
27487 2011-01-19 Joseph Myers <joseph@codesourcery.com>
27488
27489 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
27490 %{call_shared}.
27491 * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
27492 * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
27493 * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
27494 %{call_shared} and conditionals on these options not being passed.
27495 * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
27496 %{call_shared}.
27497
27498 2011-01-19 Jakub Jelinek <jakub@redhat.com>
27499
27500 * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
27501 simplify.
27502
27503 * ipa-split.c: Spelling fixes.
27504
27505 2011-01-19 Richard Henderson <rth@redhat.com>
27506
27507 * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
27508 (*mulsi3): Likewise.
27509
27510 * longlong.h [__mn10300__] (count_leading_zeros): New.
27511 [__mn10300__] (umul_ppmm, smul_ppmm): New.
27512 [__mn10300__] (add_ssaaaa, subddmmss): New.
27513 [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
27514 [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
27515
27516 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27517
27518 * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
27519
27520 2011-01-19 Richard Henderson <rth@redhat.com>
27521
27522 * config/mn10300/mn10300.md (addsi3_flags): New.
27523 (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
27524 (subsi3_flags, subc_internal, subdi3): New.
27525 (subdi3_internal, *subdi3_degenerate): New.
27526 * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
27527
27528 * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
27529 (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
27530 (mn10300_expand_epilogue): Use it. Compute REG_SAVE_BYTES once.
27531 * config/mn10300/mn10300-protos.h: Update.
27532 * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
27533 (return_ret): Likewise. Rename from return_internal_regs.
27534 (return_internal): Remove.
27535
27536 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
27537 (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
27538 (mn10300_legitimate_constant_p): Likewise.
27539 (mn10300_can_use_return_insn): Use mn10300_initial_offset.
27540 (mn10300_frame_size): New.
27541 (mn10300_expand_prologue): Use it.
27542 (mn10300_expand_epilogue): Likewise.
27543 (mn10300_initial_offset): Likewise.
27544 * config/mn10300/mn10300-protos.h: Update.
27545 * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
27546 * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
27547 (prologue, epilogue, return_internal): Tidy output code.
27548 (mn10300_store_multiple_operation, return): Likewise.
27549 (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
27550 (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
27551 (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
27552 (load_pic, am33_load_pic): New.
27553 (mn10300_load_pic0, mn10300_load_pic1): New.
27554
27555 * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
27556 * config/mn10300/mn10300.c (CC_FLAG_Z): New.
27557 (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
27558 (cc_flags_for_mode, cc_flags_for_code): New.
27559 (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
27560 overflow flag is not valid. Validate that the flags we need
27561 for the comparison are valid.
27562 (mn10300_output_cmp): Remove.
27563 (mn10300_output_add): New.
27564 (mn10300_select_cc_mode): Use cc_flags_for_code.
27565 (mn10300_split_cbranch): New.
27566 (mn10300_match_ccmode): New.
27567 (mn10300_split_and_operand_count): New.
27568 * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
27569 to the function.
27570 * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
27571 (addsi3): ... here. Use mn10300_output_add.
27572 (*addsi3_flags): New.
27573 (*am33_subsi3, *mn10300_subsi3): Merge...
27574 (subsi3): ... here. Use attribute isa.
27575 (*subsi3_flags): New.
27576 (negsi2): Rewrite from expander to insn_and_split. Use NOT+INC
27577 when possible.
27578 (*am33_andsi3, *mn10300_andsi3): Merge...
27579 (andsi3): ... here.
27580 (*andsi3_flags): New.
27581 (andsi3 splitters): New.
27582 (*am33_iorsi3, *mn10300_iorsi3): Merge...
27583 (iorsi3): ... here.
27584 (*iorsi3_flags): New.
27585 (*am33_xorsi3, *mn10300_xorsi3): Merge...
27586 (xorsi3): ... here.
27587 (*xorsi3_flags): New.
27588 (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
27589 (one_cmplsi2): ... here.
27590 (*one_cmplsi2_flags): New.
27591 (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload. Use "r"
27592 instead of "dax" in constraints. Use mn10300_split_cbranch.
27593 (*cmpsi): Rename from cmpsi. Do not use mn10300_output_cmp. Do not
27594 use matching constraints to eliminate a self-comparison.
27595 (*integer_conditional_branch): Rename from integer_conditional_branch.
27596 Use int_mode_flags to match CC_REG.
27597 (*cbranchsi4_btst, *btstsi): New.
27598 (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload. Use
27599 mn10300_split_cbranch.
27600 (*am33_cmpsf): Rename from am33_cmpsf.
27601 (*float_conditional_branch): Rename from float_conditional_branch.
27602 (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
27603 (zero_extendqisi2): ... here.
27604 (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
27605 (zero_extendhisi2): ... here.
27606 (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
27607 (extendqisi2): ... here.
27608 (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
27609 (extendhisi2): ... here.
27610 (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
27611 (ashlsi3): ... here.
27612 (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
27613 (lshrsi3): ... here.
27614 (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
27615 (ashrsi3): ... here.
27616 (consecutive add peephole): Remove.
27617 * config/mn10300/predicates.md (label_ref_operand): New.
27618 (int_mode_flags): New.
27619 (CCZN_comparison_operator): New.
27620
27621 * config/mn10300/mn10300.md (UNSPEC_EXT): New.
27622 (throughput_42_latency_43): New reservation.
27623 (mulsidi3, umulsidi3): New expanders.
27624 (mulsidi3_internal): Rewrite from old mulsidi3 pattern. Expose
27625 the MDR register to allocation; separately allocate the low and
27626 high parts of the DImode result.
27627 (umulsidi3_internal): Similarly.
27628 (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
27629 (*mulsi3): ... here. Clobber MDR as a scratch as necessary.
27630 (udivsi3, umodsi3): Remove.
27631 (udivmodsi4, divmodsi4): New expanders.
27632 (*udivmodsi4): Rename from udivmodsi4. Expose MDR properly.
27633 (*divmodsi4): Simiarly.
27634 (ext_internal): New.
27635
27636 * config/mn10300/constraints.md ("z"): New constraint.
27637 * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
27638 (FIXED_REGISTERS): Don't fix MDR.
27639 (CALL_USED_REGSITERS): Reformat nicely.
27640 (REG_ALLOC_ORDER): Add MDR.
27641 (enum regclass): Add MDR_REGS.
27642 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
27643 (IRA_COVER_CLASSES): Add MDR_REGS.
27644 (REGNO_REG_CLASS): Handle MDR_REG.
27645 * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
27646 (mn10300_register_move_cost): Likewise.
27647 * config/mn10300/mn10300.md (MDR_REG): New.
27648 (*movsi_internal): Handle moves to/from MDR_REGS.
27649
27650 * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
27651 POST_MODIFY.
27652 (mn10300_secondary_reload): Tidy combination reload classes.
27653 (mn10300_legitimate_address_p): Allow post-modify and reg+reg
27654 addresses for AM33. Allow symbolic offsets for reg+imm.
27655 (mn10300_regno_in_class_p): New.
27656 (mn10300_legitimize_reload_address): New.
27657 * config/mn10300/mn10300.h (enum reg_class): Remove
27658 DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
27659 SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS. Add
27660 SP_OR_GENERAL_REGS.
27661 (REG_CLASS_NAMES): Update to match.
27662 (REG_CLASS_CONTENTS): Likewise.
27663 (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
27664 (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
27665 (REGNO_IN_RANGE_P): Remove.
27666 (REGNO_DATA_P): Use mn10300_regno_in_class_p.
27667 (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
27668 (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
27669 (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
27670 (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
27671 (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
27672 (REGNO_GENERAL_P): New.
27673 (HAVE_POST_MODIFY_DISP): New.
27674 (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
27675 (LEGITIMIZE_RELOAD_ADDRESS): New.
27676 * config/mn10300/mn10300-protos.h: Update.
27677
27678 * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
27679 DATA_REGS for AM33 stack-pointer destination.
27680 (mn10300_preferred_output_reload_class): Likewise.
27681 (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
27682 into a form appropriate for ...
27683 (TARGET_SECONDARY_RELOAD): New.
27684 * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
27685 * config/mn10300/mn10300-protos.h: Update.
27686 * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
27687 reload_insi; use the "A" constraint for the scratch; handle AM33
27688 moves of sp to non-address registers.
27689
27690 * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
27691 (*movqi_internal): ... here.
27692 (*am33_movhi, *mn10300_movhi): Merge into...
27693 (*movhi_internal): ... here.
27694 (*movsi_internal): Use "r" instead of "dax" in constraints. Use "A"
27695 as the source/destination of moves from/to SP.
27696 (movsf): Only allow for AM33-2.
27697 (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
27698 any integer constant constraint. Only allow for AM33-2. Tidy
27699 all of the alternative outputs.
27700 (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
27701 (udivmodsi4): Delete expander and promote *udivmodsi4. Disallow
27702 for MN103.
27703 (udivsi3, umodsi3): New patterns for MN103 only.
27704
27705 2011-01-19 Joern Rennecke <amylaar@spamcop.net>
27706
27707 * doc/tm.texi.in: Spell out that a lack of register class unions
27708 can lead to ICEs.
27709 * doc/tm.texi: Regenerate.
27710
27711 2011-01-19 Jakub Jelinek <jakub@redhat.com>
27712
27713 PR rtl-optimization/47337
27714 * dce.c (check_argument_store): New function.
27715 (find_call_stack_args): Ignore debug insns. Use check_argument_store.
27716
27717 PR tree-optimization/47290
27718 * tree-eh.c (infinite_empty_loop_p): New function.
27719 (cleanup_empty_eh): Use it.
27720
27721 2011-01-18 Steve Ellcey <sje@cup.hp.com>
27722
27723 PR target/46997
27724 * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
27725 (a64_expand_widen_sum): Ditto.
27726 * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
27727 (vec_extract_evenodd_help): Ditto.
27728 (vec_extract_evenv4hi): Ditto.
27729 (vec_extract_oddv4hi): Ditto.
27730 (vec_extract_evenv2si): Ditto.
27731 (vec_extract_oddv2si): Ditto.
27732 (vec_extract_evenv2sf): Ditto.
27733 (vec_extract_oddv2sf): Ditto.
27734 (vec_pack_trunc_v4hi: Ditto.
27735 (vec_pack_trunc_v2si): Ditto.
27736 (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
27737 (vec_interleave_highv8qi): Ditto.
27738 (mix1_r): Ditto.
27739 (vec_extract_oddv8qi): Ditto.
27740 (vec_interleave_lowv4hi): Ditto.
27741 (vec_interleave_highv4hi): Ditto.
27742 (vec_interleave_lowv2si): Ditto.
27743 (vec_interleave_highv2si): Ditto.
27744
27745 2011-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
27746
27747 * doc/extend.texi: Mention __float128 support on hppa HP-UX.
27748 * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
27749 * config/pa/pa.c (pa_expand_builtin): New. Include "langhooks.h".
27750 (pa_c_mode_for_suffix): New.
27751 (TARGET_EXPAND_BUILTIN): Define.
27752 (TARGET_C_MODE_FOR_SUFFIX): Define.
27753 (pa_builtins): Define.
27754 (pa_init_builtins): Register __float128 type and init new support
27755 builtins.
27756 * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
27757 * config/pa/quadlib.c (_U_Qfcopysign): New.
27758
27759 2011-01-18 Eric Botcazou <ebotcazou@adacore.com>
27760
27761 PR middle-end/46894
27762 * explow.c (allocate_dynamic_stack_space): Do not assume more than
27763 BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
27764 are defined.
27765
27766 2011-01-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27767
27768 PR tree-optimization/47179
27769 * config/spu/spu.c (spu_ref_may_alias_errno): New function.
27770 (TARGET_REF_MAY_ALIAS_ERRNO): Define.
27771
27772 2011-01-18 Richard Guenther <rguenther@suse.de>
27773
27774 PR rtl-optimization/47216
27775 * emit-rtl.c: Include tree-flow.h.
27776 (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
27777 of replicating it with different semantics.
27778 * Makefile.in (emit-rtl.o): Adjust.
27779
27780 2011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
27781
27782 * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
27783 (cortex_a9_dp): Handle neon types correctly.
27784
27785 2011-01-18 Jakub Jelinek <jakub@redhat.com>
27786
27787 PR rtl-optimization/47299
27788 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
27789 subtarget. Use normal multiplication if both operands are constants.
27790 * expmed.c (expand_widening_mult): Don't try to optimize constant
27791 multiplication if op0 has VOIDmode. Convert op1 constant to mode
27792 before using it.
27793
27794 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27795
27796 * doc/lto.texi (LTO): Ensure two spaces after period. Fix
27797 spacing after 'e.g.', typos, comma, hyphenation.
27798
27799 2011-01-17 Richard Henderson <rth@redhat.com>
27800
27801 * config/rx/predicates.md (rx_constshift_operand): Use match_test.
27802 (rx_restricted_mem_operand): New.
27803 (rx_shift_operand): Use register_operand.
27804 (rx_source_operand, rx_compare_operand): Likewise.
27805 * config/rx/rx.md (addsi3_flags): New expander.
27806 (adddi3): Rewrite as expander.
27807 (adc_internal, *adc_flags, adddi3_internal): New patterns.
27808 (subsi3_flags): New expander.
27809 (subdi3): Rewrite as expander.
27810 (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
27811
27812 * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
27813 (rx_init_builtins): Remove sat builtin.
27814 (rx_expand_builtin): Likewise.
27815 * config/rx/rx.md (ssaddsi3): New.
27816 (*sat): Rename from sat. Represent the CC_REG input.
27817
27818 * config/rx/predicates.md (rshift_operator): New.
27819 * config/rx/rx.c (rx_expand_insv): Remove.
27820 * config/rx/rx-protos.h: Update.
27821 * config/rx/rx.md (*bitset): Rename from bitset. Swap the ashift
27822 operand to the canonical position.
27823 (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
27824 (*bitclr, *bitclr_in_memory): Similarly.
27825 (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
27826 (insv): Retain the zero_extract in the expansion.
27827
27828 * config/rx/rx.md (bswapsi2): Use = not + for output reload.
27829 (bswaphi2, bitinvert, revw): Likewise.
27830
27831 * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
27832 (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
27833 * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
27834 (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
27835 (bitset, bitset_in_memory): Likewise.
27836 (bitinvert, bitinvert_in_memory): Likewise.
27837 (bitclr, bitclr_in_memory): Likewise.
27838 (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
27839 (rx_strend, rx_cmpstrn): Likewise.
27840 (rx_setmem): Likewise. Make the source BLKmode to match the dest.
27841 (bitop peep2 patterns): Remove.
27842
27843 * config/rx/rx.c (rx_match_ccmode): New.
27844 * config/rx/rx-protos.h: Update.
27845 * config/rx/rx.md (abssi2): Clobber, don't set flags.
27846 (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
27847 (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
27848 (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
27849 (fix_truncsfsi2, floatsisf2): Likewise.
27850 (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
27851 (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
27852 (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
27853 (*subsi3_flags, *xorsi3_flags): New.
27854
27855 * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
27856
27857 * config/rx/rx.c (rx_print_operand): Remove workaround for
27858 unsplit comparison operations.
27859
27860 * config/rx/rx.md (movsicc): Split after reload.
27861 (*movsicc): Merge *movsieq and *movsine via match_operator.
27862 (*stcc): New pattern.
27863
27864 * config/rx/rx.c (rx_float_compare_mode): Remove.
27865 * config/rx/rx.h (rx_float_compare_mode): Remove.
27866 * config/rx/rx.md (cstoresi4): Split after reload.
27867 (*sccc): New pattern.
27868
27869 * config/rx/predicates.md (label_ref_operand): New.
27870 (rx_z_comparison_operator): New.
27871 (rx_zs_comparison_operator): New.
27872 (rx_fp_comparison_operator): New.
27873 * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
27874 Validate that the flags are set properly for the comparison.
27875 (rx_gen_cond_branch_template): Remove.
27876 (rx_cc_modes_compatible): Remove.
27877 (mode_from_flags): New.
27878 (flags_from_code): Rename from flags_needed_for_conditional.
27879 (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
27880 (rx_select_cc_mode): Likewise.
27881 (rx_split_fp_compare): New.
27882 (rx_split_cbranch): New.
27883 * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
27884 (*cbranchsi4): Use match_operator and rx_split_cbranch.
27885 (*cbranchsf4): Similarly.
27886 (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>. Use
27887 match_operator and rx_split_cbranch.
27888 (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
27889 tstbranchsi4m_ne. Use match_operator and rx_split_cbranch.
27890 (*cmpsi): Rename from cmpsi.
27891 (*tstsi): Rename from tstsi.
27892 (*cmpsf): Rename from cmpsf; use CC_Fmode.
27893 (*conditional_branch): Rename from conditional_branch.
27894 (*reveresed_conditional_branch): Remove.
27895 (b<code>): Remove expander.
27896 * config/rx/rx-protos.h: Update.
27897
27898 * config/rx/rx.c (rx_compare_redundant): Remove.
27899 * config/rx/rx.md (cmpsi): Don't use it.
27900 * config/rx/rx-protos.h: Update.
27901
27902 * config/rx/rx-modes.def (CC_F): New mode.
27903 * config/rx/rx.c (rx_select_cc_mode): New.
27904 * config/rx/rx.h (SELECT_CC_MODE): Use it.
27905 * config/rx/rx-protos.h: Update.
27906
27907 2011-01-17 Richard Henderson <rth@redhat.com>
27908
27909 * except.c (dump_eh_tree): Fix stray ; after for statement.
27910
27911 2011-01-17 Richard Guenther <rguenther@suse.de>
27912
27913 PR tree-optimization/47313
27914 * tree-inline.c (tree_function_versioning): Move DECL_RESULT
27915 handling before copying the body. Properly deal with
27916 by-reference result in SSA form.
27917
27918 2011-01-17 Ian Lance Taylor <iant@google.com>
27919
27920 PR target/47219
27921 * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
27922 (struct_value_alias_set): Don't define.
27923 (sparc_option_override): Don't set sparc_sr_alias_set and
27924 struct_value_alias_set.
27925 (save_or_restore_regs): Use gen_frame_mem rather than calling
27926 set_mem_alias_set.
27927 (sparc_struct_value_rtx): Likewise.
27928
27929 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
27930
27931 PR target/47318
27932 * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
27933 (_mm_maskstore_pd): Likewise.
27934 (_mm_maskload_ps): Likewise.
27935 (_mm_maskstore_ps): Likewise.
27936 (_mm256_maskload_pd): Change mask to __m256i.
27937 (_mm256_maskstore_pd): Likewise.
27938 (_mm256_maskload_ps): Likewise.
27939 (_mm256_maskstore_ps): Likewise.
27940
27941 * config/i386/i386-builtin-types.def: Updated.
27942 (ix86_expand_special_args_builtin): Likewise.
27943
27944 * config/i386/i386.c (bdesc_special_args): Update
27945 __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
27946 __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
27947 __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
27948 __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
27949
27950 * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
27951 Use <avxpermvecmode> on mask register.
27952 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
27953
27954 2011-01-17 Olivier Hainque <hainque@adacore.com>
27955 Michael Haubenwallner <michael.haubenwallner@salomon.at>
27956 Eric Botcazou <ebotcazou@adacore.com>
27957
27958 PR target/46655
27959 * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
27960 if <= USHRT_MAX in 32-bit mode.
27961
27962 2011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27963
27964 * doc/install.texi (Configuration, Specific): Wrap long
27965 lines in examples. Allow line wrapping in long options
27966 and URLs where beneficial for PDF output.
27967
27968 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
27969
27970 * config/mips/mips.c (mips_classify_symbol): Don't return
27971 SYMBOL_PC_RELATIVE for nonlocal labels.
27972
27973 2011-01-15 Eric Botcazou <ebotcazou@adacore.com>
27974
27975 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
27976
27977 2011-01-15 Jan Hubicka <jh@suse.cz>
27978
27979 PR tree-optimization/47276
27980 * ipa.c (function_and_variable_visibility): Do not try to mark alias
27981 declarations as needed.
27982
27983 2011-01-15 Martin Jambor <mjambor@suse.cz>
27984
27985 * common.opt (fdevirtualize): New flag.
27986 * doc/invoke.texi (Option Summary): Document it.
27987 * opts.c (default_options_table): Add devirtualize flag.
27988 * ipa-prop.c (detect_type_change): Return immediately if
27989 devirtualize flag is not set.
27990 (detect_type_change_ssa): Likewise.
27991 (compute_known_type_jump_func): Likewise.
27992 (ipa_analyze_virtual_call_uses): Likewise.
27993
27994 2011-01-14 Martin Jambor <mjambor@suse.cz>
27995
27996 PR tree-optimization/45934
27997 PR tree-optimization/46302
27998 * ipa-prop.c (type_change_info): New type.
27999 (stmt_may_be_vtbl_ptr_store): New function.
28000 (check_stmt_for_type_change): Likewise.
28001 (detect_type_change): Likewise.
28002 (detect_type_change_ssa): Likewise.
28003 (compute_complex_assign_jump_func): Check for dynamic type change.
28004 (compute_complex_ancestor_jump_func): Likewise.
28005 (compute_known_type_jump_func): Likewise.
28006 (compute_scalar_jump_functions): Likewise.
28007 (ipa_analyze_virtual_call_uses): Likewise.
28008 (ipa_analyze_node): Push and pop cfun, set current_function_decl.
28009
28010 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28011
28012 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
28013 * config/i386/i386.opt (msse5): New Alias.
28014
28015 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28016
28017 * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
28018 * config/sparc/linux64.h (CC1_SPEC): Likewise.
28019 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
28020 * config/sparc/sparc.h (CC1_SPEC): Likewise.
28021
28022 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28023
28024 * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
28025 -mcpu options.
28026 * config/sparc/linux64.h (CC1_SPEC): Likewise.
28027 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
28028 * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
28029 * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
28030 Likewise.
28031 * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
28032
28033 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28034
28035 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
28036
28037 2011-01-14 Mike Stump <mikestump@comcast.net>
28038
28039 * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
28040 * config/fr30/fr30.md: Likweise
28041 (movsi_push): Likewise.
28042 (movsi_pop): Likewise.
28043 (enter_func): Likewise.
28044 * config/moxie/moxie.md (movsi_push): Likewise.
28045 (movsi_pop): Likewise.
28046
28047 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28048
28049 * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
28050 %{no_archive} %{exact_version}.
28051 * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
28052 * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
28053 %{no_archive} %{exact_version}.
28054 * config/mips/openbsd.h (LINK_SPEC): Likewise.
28055 * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
28056 * config/mips/vxworks.h: Likewise.
28057
28058 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28059
28060 * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
28061
28062 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28063
28064 * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
28065 ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
28066
28067 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28068
28069 * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
28070 -nodefaultlib.
28071
28072 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28073
28074 * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
28075 for mcpu not cpu.
28076 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
28077 CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
28078 not cpu.
28079 (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
28080 Don't handle -shlib.
28081
28082 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28083
28084 * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
28085 (CC1_SPEC): Don't handle -profile.
28086
28087 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28088
28089 * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
28090 * config/mips/mips.h (CC1_SPEC): Likewise.
28091
28092 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28093
28094 * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
28095 * config/mips/mips.h (CC1_SPEC): Likewise.
28096
28097 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28098
28099 * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
28100 * config/m32r/linux.h (LINK_SPEC): Likewise.
28101 * config/mips/linux.h (LINK_SPEC): Likewise.
28102 * config/mips/linux64.h (LINK_SPEC): Likewise.
28103 * config/sparc/linux.h (LINK_SPEC): Likewise.
28104 * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
28105 LINK_SPEC): Likewise.
28106 * config/xtensa/linux.h (LINK_SPEC): Likewise.
28107
28108 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28109
28110 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
28111 %{version:-v}.
28112 * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
28113
28114 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28115
28116 * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
28117 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
28118
28119 2011-01-14 Joseph Myers <joseph@codesourcery.com>
28120
28121 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
28122
28123 2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28124
28125 * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
28126 supports -Bstatic/-Bdynamic.
28127 * configure: Regenerate.
28128
28129 2011-01-14 Jan Hubicka <jh@suse.cz>
28130 Jack Howarth <howarth@bromo.med.uc.edu>
28131
28132 PR target/46037
28133 * config/darwin.c (darwin_override_options): Honor flag_gtoggle
28134 when checking debug_info_level. Test write_symbols instead of
28135 debug_hooks->var_location when setting flag_var_tracking_uninit.
28136
28137 2011-01-14 Richard Guenther <rguenther@suse.de>
28138
28139 PR tree-optimization/47179
28140 * target.def (ref_may_alias_errno): New target hook.
28141 * targhooks.h (default_ref_may_alias_errno): Declare.
28142 * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
28143 (default_ref_may_alias_errno): New function.
28144 * target.h (struct ao_ref_s): Declare.
28145 * tree-ssa-alias.c: Include target.h.
28146 (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
28147 * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
28148 (targhooks.o): Likewise.
28149 * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
28150 * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
28151
28152 2011-01-14 Richard Guenther <rguenther@suse.de>
28153
28154 * tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
28155
28156 2011-01-14 Richard Guenther <rguenther@suse.de>
28157
28158 PR tree-optimization/47280
28159 * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
28160 return CFG changes.
28161 (tree_ssa_forward_propagate_single_use_vars): Deal with
28162 CFG changes from associate_plusminus.
28163
28164 2011-01-14 Richard Guenther <rguenther@suse.de>
28165
28166 PR middle-end/47281
28167 Revert
28168 2011-01-11 Richard Guenther <rguenther@suse.de>
28169
28170 PR tree-optimization/46076
28171 * tree-ssa.c (useless_type_conversion_p): Conversions from
28172 unprototyped to empty argument list function types are useless.
28173
28174 2011-01-14 Richard Guenther <rguenther@suse.de>
28175
28176 PR tree-optimization/47286
28177 * tree-ssa-structalias.c (new_var_info): Register variables are global.
28178
28179 2011-01-14 Martin Jambor <mjambor@suse.cz>
28180
28181 PR middle-end/46823
28182 * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
28183
28184 2011-01-13 Anatoly Sokolov <aesok@post.ru>
28185
28186 * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
28187 LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
28188 * config/xtensa/xtensa.c (xtensa_libcall_value,
28189 xtensa_function_value_regno_p): New functions.
28190 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
28191
28192 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
28193
28194 PR c++/47213
28195 * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
28196 PE specific hook.
28197 * config/i386/i386-protos.h (i386_pe_assemble_visibility):
28198 New function prototype.
28199 * config/i386/winnt.c (i386_pe_assemble_visibility):
28200 Warn only if attribute was specified by user.
28201
28202 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
28203
28204 PR target/47251
28205 * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
28206 floating point.
28207 (floatunsdidf2_fcfidu): Ditto.
28208
28209 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28210
28211 * config/s390/s390.c (print_operand_address): Replace 'error' with
28212 'output_operand_lossage'.
28213 (print_operand): Likewise.
28214
28215 2011-01-13 Jeff Law <law@redhat.com>
28216
28217 PR rtl-optimization/39077
28218 * doc/invoke.texi (max-gcse-insertion-ratio): Document.
28219 * params.h (MAX_GCSE_INSERTION_RATIO): Define.
28220 * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
28221 * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
28222 * gcse.c (prune_insertions_deletions): New function.
28223 (compute_pre_data): Use it.
28224
28225 2011-01-13 Dodji Seketeli <dodji@redhat.com>
28226
28227 PR debug/PR46973
28228 * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
28229 static function.
28230 (prune_unused_types_mark): Use it.
28231
28232 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
28233
28234 PR rtl-optimization/45352
28235 * sel-sched.c: Update copyright years.
28236 (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
28237 in the advancing loop when we have issued issue_rate insns.
28238
28239 2011-01-12 Richard Henderson <rth@redhat.com>
28240
28241 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
28242 (TARGET_MD_ASM_CLOBBERS): New.
28243
28244 * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
28245 (TARGET_DELEGITIMIZE_ADDRESS): New.
28246
28247 * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
28248 (clzsi2, *bsch): New patterns.
28249
28250 * config/mn10300/mn10300.md (INT): New mode iterator.
28251 (*mov<INT>_clr): New pattern, and peep2 to generate it.
28252
28253 * config/mn10300/mn10300.c (mn10300_option_override): Force enable
28254 flag_split_wide_types.
28255
28256 * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
28257 (mn10300_trampoline_init): Rewrite without a template, an immediate
28258 load and a direct branch.
28259 * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
28260
28261 2011-01-12 Anatoly Sokolov <aesok@post.ru>
28262
28263 * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
28264 * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
28265 * config/s390/s390.c (s390_output_addr_const_extra): Make static.
28266 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
28267
28268 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
28269
28270 PR debug/47209
28271 * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
28272 of type.
28273
28274 2011-01-12 Jan Hubicka <jh@suse.cz>
28275
28276 PR driver/47244
28277 * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
28278 (PLUGIN_COND_CLOSE): New macro.
28279 (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
28280
28281 2011-01-12 Richard Guenther <rguenther@suse.de>
28282
28283 PR lto/47259
28284 * lto-streamer-out.c (output_gimple_stmt): Do not wrap
28285 register variables in a MEM_REF.
28286
28287 2011-01-12 Joseph Myers <joseph@codesourcery.com>
28288
28289 * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
28290 crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
28291 hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
28292 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
28293 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
28294 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
28295 ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
28296 m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
28297 mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
28298 s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
28299 sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
28300 am33_2.0-*-linux*): Use gnu-user.h before linux.h.
28301 * config/gnu-user.h: New. Copied from linux.h.
28302 (LINUX_TARGET_STARTFILE_SPEC): Rename to
28303 GNU_USER_TARGET_STARTFILE_SPEC.
28304 (LINUX_TARGET_ENDFILE_SPEC): Rename to
28305 GNU_USER_TARGET_ENDFILE_SPEC.
28306 (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
28307 (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
28308 (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
28309 LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
28310 CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
28311 UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
28312 BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
28313 BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
28314 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
28315 TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
28316 * config/arm/linux-eabi.h (CC1_SPEC): Use
28317 GNU_USER_TARGET_CC1_SPEC.
28318 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
28319 (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
28320 (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
28321 * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
28322 LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
28323 LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
28324 CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
28325 LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
28326
28327 2011-01-12 Richard Guenther <rguenther@suse.de>
28328
28329 PR other/46946
28330 * doc/invoke.texi (ffast-math): Document it is turned on
28331 with -Ofast.
28332
28333 2011-01-12 Jan Hubicka <jh@suse.cz>
28334
28335 PR tree-optimization/47233
28336 * opts.c (common_handle_option): Disable ipa-reference with profile
28337 feedback.
28338
28339 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
28340
28341 * c-parser.c (c_parser_objc_at_property_declaration): Improved
28342 error message.
28343
28344 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
28345
28346 * c-parser.c (c_lex_one_token): Updated and reindented some
28347 comments. No changes in code.
28348
28349 2011-01-11 Ian Lance Taylor <iant@google.com>
28350
28351 * godump.c (go_output_var): Don't output the variable if there is
28352 already a type with the same name.
28353
28354 2011-01-11 Ian Lance Taylor <iant@google.com>
28355
28356 * godump.c (go_format_type): Don't generate float80.
28357
28358 2011-01-11 Richard Henderson <rth@redhat.com>
28359
28360 * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
28361 declaration. Rewrite for both speed and size.
28362 (mn10300_address_cost_1): Remove.
28363 (mn10300_register_move_cost): New.
28364 (mn10300_memory_move_cost): New.
28365 (mn10300_rtx_costs): Rewrite for both speed and size. Don't handle
28366 ZERO_EXTRACT. Do handle UNSPEC, arithmetic, logicals, compare,
28367 extensions, shifts, BSWAP, CLZ.
28368 (mn10300_wide_const_load_uses_clr): Remove.
28369 (TARGET_REGISTER_MOVE_COST): New.
28370 (TARGET_MEMORY_MOVE_COST): New.
28371 * config/mn10300/mn10300-protos.h: Update.
28372 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
28373
28374 * config/mn10300/constraints.md ("R", "T"): Remove constraints.
28375 * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
28376 * config/mn10300/mn10300-protos.h: Update.
28377 * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
28378 (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
28379 (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
28380 (*test_int_bitfield, *test_byte_bitfield): Remove.
28381 (*bit_test, *subreg_bit_test): Remove.
28382 * config/mn10300/predicates.md (const_8bit_operand): Remove.
28383
28384 * config/mn10300/constraints.md ("c"): Rename from "A".
28385 ("A", "D"): New constraint letters.
28386 * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
28387 (fmssf4, fnmasf4, fnmssf4): Likewise.
28388
28389 * config/mn10300/mn10300.md (isa): New attribute.
28390 (enabled): New attribute.
28391
28392 * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
28393 (abssf2, negsf2): Define only for hardware fp.
28394 (sqrtsf2): Reformat.
28395 (addsf3, subsf3, mulsf3): Merge expander and insn.
28396
28397 * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
28398 (DEBUGGER_AUTO_OFFSET): Remove.
28399 (DEBUGGER_ARG_OFFSET): Remove.
28400
28401 * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
28402 Emit register stores with the same offsets as the hardware.
28403 (mn10300_store_multiple_operation): Don't check that the register
28404 save offsets are monotonic.
28405 * config/mn10300/mn10300-protos.h: Update.
28406
28407 * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
28408
28409 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
28410 in terms of the value on the stack, not the MDR register.
28411
28412 2011-01-11 Jan Hubicka <jh@suse.cz>
28413
28414 PR lto/45721
28415 PR lto/45375
28416 * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
28417 (symbol_alias_set_destroy, symbol_alias_set_contains,
28418 propagate_aliases_backward): Declare.
28419 * lto-streamer-out.c (struct sets): New sturcture.
28420 (trivally_defined_alias): New function.
28421 (output_alias_pair_p): Rewrite.
28422 (output_unreferenced_globals): Fix output of alias pairs.
28423 (produce_symtab): Likewise.
28424 * ipa.c (function_and_variable_visibility): Set weak alias destination
28425 as needed in lto.
28426 * varasm.c (symbol_alias_set_t): Remove.
28427 (symbol_alias_set_destroy): Export.
28428 (propagate_aliases_forward, propagate_aliases_backward): New functions
28429 based on ...
28430 (compute_visible_aliases): ... this one; remove.
28431 (trivially_visible_alias): New
28432 (trivially_defined_alias): New.
28433 (remove_unreachable_alias_pairs): Rewrite.
28434 (finish_aliases_1): Reorganize code checking if alias is defined.
28435 * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
28436 in LTO mode.
28437
28438 2011-01-11 Richard Guenther <rguenther@suse.de>
28439
28440 PR tree-optimization/46076
28441 * tree-ssa.c (useless_type_conversion_p): Conversions from
28442 unprototyped to empty argument list function types are useless.
28443
28444 2011-01-11 Richard Guenther <rguenther@suse.de>
28445
28446 PR middle-end/45235
28447 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
28448 volatile MEMs as MEM_READONLY_P.
28449
28450 2011-01-11 Richard Guenther <rguenther@suse.de>
28451
28452 PR tree-optimization/47239
28453 * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
28454
28455 2011-01-11 Jeff Law <law@redhat.com>
28456
28457 PR tree-optimization/47086
28458 * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
28459 IVs from statements that might throw.
28460
28461 2011-01-10 Jan Hubicka <jh@suse.cz>
28462
28463 PR lto/45375
28464 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
28465
28466 2011-01-10 Jan Hubicka <jh@suse.cz>
28467
28468 PR lto/45375
28469 * profile.c (read_profile_edge_counts): Ignore profile inconistency
28470 when correcting profile.
28471
28472 2011-01-10 Jan Hubicka <jh@suse.cz>
28473
28474 PR lto/46083
28475 * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
28476 DECL_FINI_PRIORITY.
28477 * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
28478 Restore DECL_FINI_PRIORITY.
28479
28480 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28481
28482 * doc/gimple.texi: Fix quoting of multi-word return values in
28483 @deftypefn statements. Ensure presence of return value. Wrap
28484 overlong @deftypefn lines.
28485 (is_gimple_operand, is_gimple_min_invariant_address): Remove
28486 descriptions of removed functions.
28487 * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
28488 of multi-word return value in @deftypefn statement.
28489
28490 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28491
28492 * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
28493 (Conditional Expressions, Logical Operators)
28494 (Statement and operand traversals): Do not indent smallexample
28495 code. Fix duplicate function argument in example.
28496
28497 2011-01-10 Jeff Law <law@redhat.com>
28498
28499 PR tree-optimization/47141
28500 * ipa-split.c (split_function): Handle case where we are
28501 returning a value and the return block has a virtual operand phi.
28502
28503 2011-01-10 Jan Hubicka <jh@suse.cz>
28504
28505 PR tree-optimization/47234
28506 * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
28507 (pass_feedback_split_functions): Declare.
28508 * passes.c (init_optimization_passes): Add ipa-split as subpass of
28509 tree-profile.
28510 * ipa-split.c (gate_split_functions): Update comments; disable
28511 split-functions for profile_arc_flag and branch_probabilities.
28512 (gate_feedback_split_functions): New function.
28513 (execute_feedback_split_functions): New function.
28514 (pass_feedback_split_functions): New global var.
28515
28516 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
28517
28518 PR lto/46760
28519 * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
28520 calling gimple_call_set_cannot_inline.
28521
28522 2011-01-10 Iain Sandoe <iains@gcc.gnu.org>
28523
28524 * config/darwin-sections.def: Remove unused section.
28525
28526 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
28527
28528 PR c++/47218
28529 * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
28530
28531 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
28532
28533 PR objc/47232
28534 * c-parser.c (c_parser_declaration_or_fndef): Improved
28535 error message.
28536
28537 2011-01-09 Kai Tietz <kai.tietz@onevision.com>
28538
28539 * config/i386/winnt.c (i386_pe_start_function): Make sure
28540 to switch back to function's section.
28541
28542 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
28543
28544 PR gcc/46902
28545 PR testsuite/46912
28546 * plugin.c: Move include of dlfcn.h from here...
28547 * system.h: ... to here.
28548
28549 2011-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28550
28551 * doc/cpp.texi (C++ Named Operators): Fix markup for header
28552 file name.
28553 * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
28554 two extra empty pages in PDF output.
28555
28556 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
28557
28558 PR objc/47078
28559 * c-parser.c (c_parser_objc_type_name): If the type is unknown,
28560 for error recovery purposes behave as if it was not specified so
28561 that the default type is usd.
28562
28563 2011-01-07 Jan Hubicka <jh@suse.cz>
28564
28565 PR tree-optmization/46469
28566 * ipa.c (function_and_variable_visibility): Clear needed flags on
28567 nodes with external decls; handle weakrefs merging correctly.
28568
28569 2011-01-07 Joseph Myers <joseph@codesourcery.com>
28570
28571 * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
28572 not false.
28573
28574 2011-01-07 Jan Hubicka <jh@suse.cz>
28575
28576 * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
28577 and no longer claim that gold is required for linker plugin.
28578 * configure: Regenerate.
28579 * gcc.c (PLUGIN_COND): New macro.
28580 (LINK_COMMAND_SPEC): Use it.
28581 (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
28582 * config.in (HAVE_LTO_PLUGIN): New.
28583 * configure.ac (--with-lto-plugin): New parameter; autodetect
28584 HAVE_LTO_PLUGIN.
28585
28586 2011-01-07 Jan Hubicka <jh@suse.cz>
28587
28588 PR tree-optimization/46367
28589 * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
28590 when we can update original.
28591 (cgraph_mark_inline_edge): Sanity check.
28592 * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
28593
28594 2011-01-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28595
28596 * config/spu/spu.h (ASM_COMMENT_START): Define.
28597
28598 2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
28599
28600 PR driver/42445
28601 * gcc.c (%>S): New.
28602 (SWITCH_KEEP_FOR_GCC): Likewise.
28603 (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
28604 (do_spec_1): Handle "%>".
28605
28606 * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
28607
28608 2011-01-07 Jakub Jelinek <jakub@redhat.com>
28609
28610 PR target/47201
28611 * config/i386/i386.c (ix86_delegitimize_address): If
28612 simplify_gen_subreg fails, return orig_x.
28613
28614 PR bootstrap/47187
28615 * value-prof.c (gimple_stringop_fixed_value): Handle
28616 lhs of the call properly.
28617
28618 2011-01-07 Jan Hubicka <jh@suse.cz>
28619
28620 PR lto/45375
28621 * lto-opt.c (lto_reissue_options): Set flag_shlib.
28622
28623 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
28624
28625 * target.def (function_switched_text_sections): New hook.
28626 * doc/tm.texi: Regenerated.
28627 * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
28628 * final.c (default_function_switched_text_sections): New.
28629 (final_scan_insn): Call function_switched_text_sections when a
28630 mid-function section change occurs.
28631 * output.h (default_function_switched_text_sections): Declare.
28632 * config/darwin-protos.h (darwin_function_switched_text_sections):
28633 Likewise.
28634 * config/darwin.c (darwin_function_switched_text_sections): New.
28635 * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
28636
28637 2011-01-07 Iain Sandoe <iains@gcc.gnu.org>
28638
28639 * dwarf2out.c (gen_subprogram_die): Add pubnames with code ranges for
28640 DWARF >= 3. Add pubnames for the primary section and a reduced DIE for
28641 the secondary code fragment when outputting for DWARF == 2.
28642
28643 2011-01-07 Anatoly Sokolov <aesok@post.ru>
28644
28645 * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
28646 * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
28647 Remove.
28648 * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
28649 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
28650
28651 2011-01-06 Eric Botcazou <ebotcazou@adacore.com>
28652
28653 PR debug/46704
28654 * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
28655 when it is not empty.
28656
28657 2011-01-06 Changpeng Fang <changpeng.fang@amd.com>
28658
28659 Bobcat Enablement
28660 * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
28661 (case ${target}): Add btver1.
28662 * config/i386/driver-i386.c (host_detect_local_cpu): Let
28663 -march=native recognize btver1 processors.
28664 * config/i386/i386-c.c (ix86_target_macros_internal): Add
28665 btver1 def_and_undef
28666 * config/i386/i386.c (struct processor_costs btver1_cost): New
28667 btver1 cost table.
28668 (m_BTVER1): New definition.
28669 (m_AMD_MULTIPLE): Includes m_BTVER1.
28670 (initial_ix86_tune_features): Add btver1 tune.
28671 (processor_target_table): Add btver1 entry.
28672 (static const char *const cpu_names): Add btver1 entry.
28673 (software_prefetching_beneficial_p): Add btver1.
28674 (ix86_option_override_internal): Add btver1 instruction sets.
28675 (ix86_issue_rate): Add btver1.
28676 (ix86_adjust_cost): Add btver1.
28677 * config/i386/i386.h (TARGET_BTVER1): New definition.
28678 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
28679 (enum processor_type): Add PROCESSOR_BTVER1.
28680 * config/i386/i386.md (define_attr "cpu"): Add btver1.
28681
28682 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28683
28684 PR target/43309
28685 * config/i386/i386.c (legitimize_tls_address)
28686 <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
28687 * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
28688 (tls_initial_exec_64_sun): New pattern.
28689
28690 2011-01-06 Gerald Pfeifer <gerald@pfeifer.com>
28691
28692 * doc/invoke.texi (Overall Options): Improve wording and markup
28693 of the description of -wrapper.
28694
28695 2011-01-06 Joseph Myers <joseph@codesourcery.com>
28696
28697 * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
28698 rdynamic, threads): New Driver options.
28699
28700 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28701
28702 PR target/38118
28703 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
28704 if coming from .tdata.
28705 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
28706
28707 2011-01-06 Jan Hubicka <jh@suse.cz>
28708
28709 PR lto/47188
28710 * collect2.c (main): Do not enable LTOmode when plugin is active.
28711
28712 2011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28713
28714 PR other/45915
28715 * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
28716 --version output if supported.
28717 * configure: Regenerate.
28718
28719 2011-01-06 Joseph Myers <joseph@codesourcery.com>
28720
28721 * config/linux-android.opt (tno-android-cc, tno-android-ld): New
28722 Driver options.
28723
28724 2011-01-06 Jakub Jelinek <jakub@redhat.com>
28725
28726 PR c/47150
28727 * c-convert.c (convert): When converting a complex expression
28728 other than COMPLEX_EXPR to a different complex type, ensure
28729 c_save_expr is called instead of save_expr, unless in_late_binary_op.
28730 * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
28731 when converting COMPLEX_TYPE.
28732
28733 2011-01-06 Ira Rosen <irar@il.ibm.com>
28734
28735 PR tree-optimization/47139
28736 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
28737 only the last reduction value is used outside the loop. Update
28738 documentation.
28739
28740 2011-01-05 Joseph Myers <joseph@codesourcery.com>
28741
28742 * config/rtems.opt: New.
28743 * config.gcc (*-*-rtems*): Use rtems.opt.
28744
28745 2011-01-05 Changpeng Fang <changpeng.fang@amd.com>
28746
28747 * config/i386/i386.c (ix86_option_override_internal): Bulldozer
28748 processors do not support 3DNow instructions.
28749
28750 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28751
28752 * config/spu/spu.c (spu_option_override): Set parameter
28753 PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
28754
28755 2011-01-05 Jan Hubicka <jh@suse.cz>
28756
28757 * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
28758 at the command line.
28759
28760 2011-01-05 Martin Jambor <mjambor@suse.cz>
28761
28762 PR lto/47162
28763 * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
28764 deltas on streamed outgoing edges.
28765 (output_node_opt_summary): Output info for outgoing edges only when
28766 the node is in new parameter set.
28767 (output_cgraph_opt_summary): New parameter set, passed to the two
28768 aforementioned functions. Update its forward declaration and its
28769 callee too.
28770
28771 2011-01-05 Tom Tromey <tromey@redhat.com>
28772
28773 * c-parser.c (c_parser_omp_atomic): Pass location of assignment
28774 operator to c_finish_omp_atomic.
28775 * c-typeck.c (lvalue_or_else): Add 'loc' argument.
28776 (build_unary_op): Update.
28777 (build_modify_expr): Update.
28778 (build_asm_expr): Update.
28779
28780 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28781
28782 * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
28783 newly inserted insns.
28784 (pad_bb): Likewise.
28785 (spu_emit_branch_hint): Likewise.
28786 (insert_hbrp_for_ilb_runout): Likewise.
28787 (spu_machine_dependent_reorg): Call df_finish_pass after
28788 schedule_insns returns.
28789
28790 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28791
28792 * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
28793
28794 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
28795
28796 PR tree-optimization/47005
28797 * tree-sra.c (struct access): Add 'non_addressable' bit.
28798 (create_access): Set it for a DECL_NONADDRESSABLE_P field.
28799 (decide_one_param_reduction): Return 0 if the parameter is passed by
28800 reference and one of the accesses in the group is non_addressable.
28801
28802 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
28803
28804 PR tree-optimization/47056
28805 * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
28806 (mark_load): Likewise. Handle FUNCTION_DECL specially.
28807 (mark_store): Likewise. Pass STMT to ipa_record_reference.
28808
28809 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
28810
28811 * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
28812 initializer. Skip view conversions from aggregate types.
28813
28814 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
28815
28816 PR bootstrap/47055
28817 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
28818
28819 2011-01-04 Philipp Thomas <pth@suse.de>
28820
28821 * config/microblaze/microbalse.opt (mxl-float-convert): Fix
28822 obvious typo.
28823
28824 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28825
28826 * function.c (thread_prologue_and_epilogue_insns): Do not crash
28827 on empty epilogue sequences.
28828
28829 2011-01-04 Joseph Myers <joseph@codesourcery.com>
28830
28831 * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
28832 non-static): New Driver options.
28833
28834 2011-01-04 Jie Zhang <jie@codesourcery.com>
28835
28836 PR driver/47137
28837 * gcc.c (default_compilers[]): Set combinable field to 0
28838 for all assembly languages.
28839
28840 2011-01-04 Mingjie Xing <mingjie.xing@gmail.com>
28841
28842 * config/mips/loongson3a.md: New file.
28843 * config/mips/mips.md: Include loongson3a.md.
28844 * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
28845 TUNE_LOONGSON_3A.
28846
28847 2011-01-03 Eric Botcazou <ebotcazou@adacore.com>
28848
28849 PR middle-end/47017
28850 * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
28851 instead of convert_memory_address_addr_space on the base expression.
28852
28853 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28854
28855 * config/spu/spu.c (spu_option_override): Update error text
28856 for bad -march= / -mtune= values.
28857
28858 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28859
28860 * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
28861 if branch-hint optimization will be performed.
28862
28863 2011-01-03 Jakub Jelinek <jakub@redhat.com>
28864
28865 PR tree-optimization/47148
28866 * ipa-split.c (split_function): Convert arguments to
28867 DECL_ARG_TYPE if possible.
28868
28869 PR tree-optimization/47155
28870 * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
28871 when computing uns.
28872
28873 PR rtl-optimization/47157
28874 * combine.c (try_combine): If undobuf.other_insn becomes
28875 (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
28876 and set *new_direct_jump_p too.
28877
28878 2011-01-03 Sebastian Pop <sebastian.pop@amd.com>
28879
28880 PR tree-optimization/47021
28881 * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
28882
28883 2011-01-03 Jakub Jelinek <jakub@redhat.com>
28884
28885 * gcc.c (process_command): Update copyright notice dates.
28886 * gcov.c (print_version): Likewise.
28887 * gcov-dump.c (print_version): Likewise.
28888 * mips-tfile.c (main): Likewise.
28889 * mips-tdump.c (main): Likewise.
28890
28891 2011-01-03 Martin Jambor <mjambor@suse.cz>
28892
28893 PR tree-optimization/46801
28894 * tree-sra.c (type_internals_preclude_sra_p): Check whether
28895 aggregate fields start at byte boundary instead of the bit-field flag.
28896
28897 2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
28898
28899 PR driver/47137
28900 * gcc.c (main): Revert revision 168407.
28901
28902 2011-01-03 Martin Jambor <mjambor@suse.cz>
28903
28904 * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
28905
28906 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28907
28908 * tree-vect-generic.c (expand_vector_operations_1): When using vector/
28909 vector optab to expand vector/scalar shift, update gimple to vector.
28910
28911 2011-01-03 Martin Jambor <mjambor@suse.cz>
28912
28913 * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
28914 a thunk.
28915
28916 2011-01-03 Martin Jambor <mjambor@suse.cz>
28917
28918 PR tree-optimization/46984
28919 * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
28920 HOST_WIDE_INT.
28921 (cgraph_create_indirect_edge): Fixed line length.
28922 (cgraph_indirect_call_info): Declare.
28923 (cgraph_make_edge_direct) Update declaration.
28924 * cgraph.c (cgraph_allocate_init_indirect_info): New function.
28925 (cgraph_create_indirect_edge): Use it.
28926 (cgraph_make_edge_direct): Made delta HOST_WIDE_INT. Updated all
28927 callees.
28928 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
28929 the new thunk_delta representation.
28930 * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
28931 HOST_WIDE_INT.
28932 (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
28933 (ipa_read_indirect_edge_info): Likewise.
28934 * lto-cgraph.c (output_edge_opt_summary): New function.
28935 (output_node_opt_summary): Call it on all outgoing edges.
28936 (input_edge_opt_summary): New function.
28937 (input_node_opt_summary): Call it on all outgoing edges.
28938
28939 2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
28940
28941 PR driver/47137
28942 * gcc.c (main): Don't check have_o when settting combine_inputs.
28943
28944 2011-01-02 Eric Botcazou <ebotcazou@adacore.com>
28945
28946 * regrename.c: Add general comment describing the pass.
28947 (struct du_head): Remove 'length' field.
28948 (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
28949 (regrename_optimize): Do not sort chains. Rework comments, add others.
28950 Force renaming to the preferred class (if any) in the first pass and do
28951 not consider registers that belong to it in the second pass.
28952 (create_new_chain): Do not set 'length' field.
28953 (scan_rtx_reg): Likewise.
28954
28955 2011-01-02 Jakub Jelinek <jakub@redhat.com>
28956
28957 PR tree-optimization/47140
28958 * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
28959 TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
28960 to bit_value_binop.
28961
28962 PR rtl-optimization/47028
28963 * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
28964 parm_birth_insn instead of at the beginning of first bb.
28965
28966 2011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
28967
28968 * doc/generic.texi: Remove duplicated "@subsubsection Statements".
28969 Remove the word "see" before "@pxref".
28970 * doc/rtl.texi: Remove the word "see" before "@pxref".
28971
28972 2011-01-01 Jan Hubicka <jh@suse.cz>
28973
28974 * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
28975 memory.
28976
28977 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
28978
28979 PR target/38662
28980 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
28981
28982 \f
28983 Copyright (C) 2011 Free Software Foundation, Inc.
28984
28985 Copying and distribution of this file, with or without modification,
28986 are permitted in any medium without royalty provided the copyright
28987 notice and this notice are preserved.