]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / ChangeLog
CommitLineData
40118062
VM
12011-08-08 Vladimir Makarov <vmakarov@redhat.com>
2
3 PR rtl-optimization/49990
4 * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
5 ignore classes which can not change mode.
6 (find_costs_and_classes): Ditto.
7
8714c21f
RH
82011-08-08 Richard Henderson <rth@redhat.com>
9
10 PR middle-end/49990
11 * config/i386/i386.c (ix86_expand_prologue): Call
12 for SEH target gen_prologue_use instead of gen_blockage
13 at prologue's end.
14
1ad663a8
MJ
152011-08-08 Martin Jambor <mjambor@suse.cz>
16
17 PR middle-end/49923
18 * tree-sra.c (access_precludes_ipa_sra_p): Also check access
19 memory alignment.
20
f0efc7aa
DN
212011-08-08 Diego Novillo <dnovillo@google.com>
22
23 * Makefile.in (LTO_STREAMER_H): Add DIAGNOSTIC_H.
24 (DATA_STREAMER_H): New.
25 (GIMPLE_STREAMER_H): New.
26 (TREE_STREAMER_H): New.
27 (STREAMER_HOOKS_H): New.
28 (OBJS): Add data-streamer.o, data-streamer-in.o, data-streamer-out.o,
29 gimple-streamer-in.o, gimple-streamer-out.o, streamer-hooks.o,
30 tree-streamer.o, tree-streamer-in.o and tree-streamer-out.o.
31 (data-streamer.o): New.
32 (data-streamer-in.o): New.
33 (data-streamer-out.o): New.
34 (gimple-streamer-in.o): New.
35 (gimple-streamer-out.o): New.
36 (streamer-hooks.o): New.
37 (tree-streamer.o): New.
38 (tree-streamer-in.o): New.
39 (tree-streamer-out.o): New.
40 (lto-cgraph.o): Add dependency on DATA_STREAMER_H and
41 TREE_STREAMER_H.
42 (lto-streamer-in.o): Add dependency on DATA_STREAMER_H,
43 GIMPLE_STREAMER_H and TREE_STREAMER_H.
44 (lto-streamer-out.o): Add dependency on DATA_STREAMER_H,
45 GIMPLE_STREAMER_H and TREE_STREAMER_H.
46 (lto-streamer.o): Add dependency on STREAMER_HOOKS_H.
47 (ipa-prop.o): Add dependency on DATA_STREAMER_H and
48 TREE_STREAMER_H.
49 (ipa-inline-analysis.o): Likewise.
50 (ipa-pure-const.o): Likewise.
51 * data-streamer-in.c: New.
52 * data-streamer-out.c: New.
53 * data-streamer.c: New.
54 * data-streamer.h: New.
55 * gimple-streamer-in.c: New.
56 * gimple-streamer-out.c: New.
57 * gimple-streamer.h: New.
58 * ipa-inline-analysis.c: Include data-streamer.h.
59 * ipa-prop.c: Include data-streamer.h.
60 * ipa-pure-const.c: Include data-streamer.h.
61 * lto-cgraph.c: Include data-streamer.h.
62 * lto-section-in.c (lto_input_uleb128): Move to data-streamer-in.c.
63 (lto_input_widest_uint_uleb128): Likewise.
64 (lto_input_sleb128): Likewise.
65 (bp_unpack_var_len_unsigned): Likewise.
66 (bp_unpack_var_len_int): Likewise.
67 * lto-section-out.c (lto_output_uleb128_stream): Move to
68 data-streamer-out.c.
69 (lto_output_widest_uint_uleb128_stream): Likewise.
70 (lto_output_sleb128_stream): Likewise.
71 (bp_pack_var_len_unsigned): Likewise.
72 (bp_pack_var_len_int): Likewise.
73 * lto-streamer-in.c: Include data-streamer.h and
74 gimple-streamer.h.
75 (struct string_slot): Remove. Update all users.
76 (lto_tag_check_set): Make extern.
77 (lto_tag_check_range): Move to lto-streamer.h.
78 (lto_tag_check): Likewise.
79 (hash_string_slot_node): Remove. Update all users.
80 (eq_string_slot_node): Remove. Update all users.
81 (string_for_index): Move to data-streamer-in.c
82 (input_string_internal): Likewise.
83 (input_string_cst): Move to tree-streamer-in.c.
84 (input_identifier): Likewise.
85 (lto_input_string): Move to data-streamer-in.c
86 (input_record_start): Move to data-streamer.h
87 (canon_file_name): Use new definition of struct string_slot
88 from data-streamer.h.
89 Set S_SLOT.LEN.
90 (lto_input_location): Make extern.
91 (lto_input_chain): Move to tree-streamer-in.c.
92 (lto_init_eh): Make extern.
93 (input_phi): Move to gimple-streamer-in.c.
94 (input_gimple_stmt): Likewise.
95 (input_bb): Likewise.
96 (unpack_ts_base_value_fields): Move to tree-streamer-in.c.
97 (unpack_ts_real_cst_value_fields): Likewise.
98 (unpack_ts_fixed_cst_value_fields): Likewise.
99 (unpack_ts_decl_common_value_fields): Likewise.
100 (unpack_ts_decl_wrtl_value_fields): Likewise.
101 (unpack_ts_decl_with_vis_value_fields): Likewise.
102 (unpack_ts_function_decl_value_fields): Likewise.
103 (unpack_ts_type_common_value_fields): Likewise.
104 (unpack_ts_block_value_fields): Likewise.
105 (unpack_ts_translation_unit_decl_value_fields): Likewise.
106 (unpack_value_fields): Likewise.
107 (lto_materialize_tree): Likewise.
108 (lto_input_ts_common_tree_pointers): Likewise.
109 (lto_input_ts_vector_tree_pointers): Likewise.
110 (lto_input_ts_complex_tree_pointers): Likewise.
111 (lto_input_ts_decl_minimal_tree_pointers): Likewise.
112 (lto_input_ts_decl_common_tree_pointers): Likewise.
113 (lto_input_ts_decl_non_common_tree_pointers): Likewise.
114 (lto_input_ts_decl_with_vis_tree_pointers): Likewise.
115 (lto_input_ts_field_decl_tree_pointers): Likewise.
116 (lto_input_ts_function_decl_tree_pointers): Likewise.
117 (lto_input_ts_type_common_tree_pointers): Likewise.
118 (lto_input_ts_type_non_common_tree_pointers): Likewise.
119 (lto_input_ts_list_tree_pointers): Likewise.
120 (lto_input_ts_vec_tree_pointers): Likewise.
121 (lto_input_ts_exp_tree_pointers): Likewise.
122 (lto_input_ts_block_tree_pointers): Likewise.
123 (lto_input_ts_binfo_tree_pointers): Likewise.
124 (lto_input_ts_constructor_tree_pointers): Likewise.
125 (lto_input_ts_target_option): Likewise.
126 (lto_input_ts_translation_unit_decl_tree_pointers): Likewise.
127 (lto_input_tree_pointers): Likewise.
128 (lto_get_pickled_tree): Likewise.
129 (lto_get_builtin_tree): Likewise.
130 (lto_read_tree): Likewise.
131 (lto_input_integer_cst): Likewise.
132 (lto_input_tree): Likewise.
133 * lto-streamer-out.c: Include data-streamer.h,
134 gimple-streamer.h and streamer-hooks.h.
135 (struct string_slot): Move to data-streamer.h.
136 (hash_string_slot_node): Likewise.
137 (eq_string_slot_node): Likewise.
138 (lto_string_index): Move to data-streamer-out.c.
139 (lto_output_string_with_length): Likewise.
140 (lto_output_string): Likewise.
141 (output_string_cst): Move to tree-streamer-out.c.
142 (output_identifier): Likewise.
143 (output_zero): Move to data-streamer-out.c
144 (output_uleb128): Likewise.
145 (output_sleb128): Likewise.
146 (output_record_start): Move to data-streamer.h
147 (pack_ts_base_value_fields): Move to tree-streamer-out.c.
148 (pack_ts_real_cst_value_fields): Likewise.
149 (pack_ts_fixed_cst_value_fields): Likewise.
150 (pack_ts_decl_common_value_fields): Likewise.
151 (pack_ts_decl_wrtl_value_fields): Likewise.
152 (pack_ts_decl_with_vis_value_fields): Likewise.
153 (pack_ts_function_decl_value_fields): Likewise.
154 (pack_ts_type_common_value_fields): Likewise.
155 (pack_ts_block_value_fields): Likewise.
156 (pack_ts_translation_unit_decl_value_fields): Likewise.
157 (pack_value_fields): Likewise.
158 (lto_output_chain): Likewise.
159 (lto_output_ts_common_tree_pointers): Likewise.
160 (lto_output_ts_vector_tree_pointers): Likewise.
161 (lto_output_ts_complex_tree_pointers): Likewise.
162 (lto_output_ts_decl_minimal_tree_pointers): Likewise.
163 (lto_output_ts_decl_common_tree_pointers): Likewise.
164 (lto_output_ts_decl_non_common_tree_pointers): Likewise.
165 (lto_output_ts_decl_with_vis_tree_pointers): Likewise.
166 (lto_output_ts_field_decl_tree_pointers): Likewise.
167 (lto_output_ts_function_decl_tree_pointers): Likewise.
168 (lto_output_ts_type_common_tree_pointers): Likewise.
169 (lto_output_ts_type_non_common_tree_pointers): Likewise.
170 (lto_output_ts_list_tree_pointers): Likewise.
171 (lto_output_ts_vec_tree_pointers): Likewise.
172 (lto_output_ts_exp_tree_pointers): Likewise.
173 (lto_output_ts_block_tree_pointers): Likewise.
174 (lto_output_ts_binfo_tree_pointers): Likewise.
175 (lto_output_ts_constructor_tree_pointers): Likewise.
176 (lto_output_ts_target_option): Likewise.
177 (lto_output_ts_translation_unit_decl_tree_pointers): Likewise.
178 (lto_output_tree_pointers): Likewise.
179 (lto_output_tree_header): Likewise.
180 (lto_output_builtin_tree): Likewise.
181 (lto_write_tree): Likewise.
182 (lto_output_integer_cst): Likewise.
183 (lto_output_tree): Likewise.
184 (output_phi): Move to gimple-streamer-out.c.
185 (output_gimple_stmt): Likewise.
186 (output_bb): Likewise.
187 * lto-streamer.c: Include tree-streamer.h and streamer-hooks.h.
188 (streamer_hooks): Move to streamer-hooks.c.
189 (check_handled_ts_structures): Move to tree-streamer.c
190 (lto_streamer_cache_add_to_node_array): Likewise.
191 (lto_streamer_cache_insert_1): Likewise.
192 (lto_streamer_cache_insert): Likewise.
193 (lto_streamer_cache_insert_at): Likewise.
194 (lto_streamer_cache_append): Likewise.
195 (lto_streamer_cache_lookup): Likewise.
196 (lto_streamer_cache_get): Likewise.
197 (lto_record_common_node): Likewise.
198 (lto_preload_common_nodes): Likewise.
199 (lto_streamer_cache_create): Likewise.
200 (lto_streamer_cache_delete): Likewise.
201 (streamer_hooks_init): Move to streamer-hooks.c.
202 * lto-streamer.h: Include diagnostic.h
203 (struct output_block, struct lto_input_block,
204 struct data_in, struct bitpack_d): Remove forward
205 declarations.
206 (struct bitpack_d): Move to data-streamer.h.
207 (struct lto_streamer_cache_d): Move to tree-streamer.h.
208 (struct streamer_hooks): Move to streamer-hooks.h.
209 (bp_pack_var_len_unsigned): Move to data-streamer.h.
210 (bp_pack_var_len_int): Likewise.
211 (bp_unpack_var_len_unsigned): Likewise.
212 (bp_unpack_var_len_int): Likewise.
213 (lto_input_location): Declare.
214 (lto_tag_check_set): Declare.
215 (lto_init_eh): Declare.
216 (lto_output_tree_ref): Declare.
217 (lto_output_location): Declare.
218 (bitpack_create): Move to data-streamer.h.
219 (bp_pack_value): Likewise.
220 (lto_output_bitpack): Likewise.
221 (lto_input_bitpack): Likewise.
222 (bp_unpack_value): Likewise.
223 (lto_output_1_stream): Likewise.
224 (lto_input_1_unsigned): Likewise.
225 (lto_output_int_in_range): Likewise.
226 (lto_input_int_in_range): Likewise.
227 (bp_pack_int_in_range): Likewise.
228 (bp_unpack_int_in_range): Likewise.
229 (lto_output_enum): Likewise.
230 (lto_input_enum): Likewise.
231 (bp_pack_enum): Likewise.
232 (bp_unpack_enum): Likewise.
233 * streamer-hooks.c: New.
234 * streamer-hooks.h: New.
235 * tree-streamer-in.c: New.
236 * tree-streamer-out.c: New.
237 * tree-streamer.c: New.
238 * tree-streamer.h: New.
239
ddaad3c8
RO
2402011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
241
242 * gthr-posix95.h: Remove.
243 * gthr.h [_PTHREADS95]: Remove.
244 * configure.ac (enable_threads): Remove posix95.
245 * configure: Regenerate.
246 * doc/install.texi (Configuration, --enable-threads): Remove
247 posix95.
248
473b30ce
UB
2492011-08-07 Uros Bizjak <ubizjak@gmail.com>
250
251 PR target/49781
252 * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
253 SImode addresses.
254 (ix86_print_operand_address): Handle zero-extended addresses.
255 (memory_address_length): Add length of addr32 prefix for
256 zero-extended addresses.
257 (ix86_secondary_reload): Handle moves to/from double-word general
258 registers from/to zero-extended addresses.
259 * config/i386/predicates.md (lea_address_operand): Reject
260 zero-extended operands.
261
cca2207a
L
2622011-08-08 H.J. Lu <hongjiu.lu@intel.com>
263
264 PR other/48007
473b30ce 265 * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
cca2207a
L
266
267 * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
268 (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
269
270 * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
271 (_Unwind_Context_Reg_Val): Likewise.
272 (_Unwind_Get_Unwind_Word): Likewise.
273 (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
274 (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
275 (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
276 for EXTENDED_CONTEXT_BIT.
277 (__frame_state_for): Likewise.
278 (uw_init_context_1): Likewise.
279 (_Unwind_GetGR): Updated.
280 (_Unwind_SetGR): Likewise.
281 (_Unwind_GetGRPtr): Likewise.
282 (_Unwind_SetGRPtr): Likewise.
283 (_Unwind_SetGRValue): Likewise.
284 (_Unwind_GRByValue): Likewise.
285 (uw_install_context_1): Likewise.
286
287 * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
288 ASSUME_EXTENDED_UNWIND_CONTEXT.
289 * doc/tm.texi: Regenerated.
290
b6ee5bef
RO
2912011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
292
293 * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
294
46135ba7
RO
2952011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
296
297 * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
298 Linux/GNU-specific.
299 (DEC Alpha Options, -mtune): Likewise.
300 (MIPS Options, -march): native is supported on IRIX.
301
e3b3fa45
RO
3022011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
303
304 * config/sparc/driver-sparc.c: New file.
305 * config/sparc/x-sparc: New file.
473b30ce
UB
306 * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
307 * config/sparc/sparc.opt (native): New value for enum processor_type.
e3b3fa45
RO
308 * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
309 * config/sparc/sparc.c (sparc_option_override): Abort if
310 PROCESSOR_NATIVE gets here.
311 * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
312 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
313 DRIVER_SELF_SPECS): Define.
314 * doc/invoke.texi (SPARC Options, -mcpu): Document native.
315 (SPARC Options, -mtune): Likewise.
316 * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
317 Substitute result.
318 * configure: Regenerate.
319 * Makefile.in (EXTRA_GCC_LIBS): Set.
320 (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
321 (cpp$(exeext)): Likewise.
322
ce6bfa50
RG
3232011-08-08 Richard Guenther <rguenther@suse.de>
324
325 * tree-vrp.c (extract_range_from_unary_expr_1): New function,
326 split out from ...
327 (extract_range_from_unary_expr): ... here. Handle BIT_NOT_EXPR
328 by composition.
329
daae4650
MP
3302011-08-08 Mikael Pettersson <mikpe@it.uu.se>
331
332 PR tree-optimization/50005
333 * ipa-inline-analysis (remap_predicate): Add cast to
334 silence signed/unsigned comparison warning.
335
3e762578
RS
3362011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
337
338 * modulo-sched.c (get_sched_window): Use a table for the debug output.
339 Print the current ii.
340 (sms_schedule_by_order): Reduce whitespace in dump line.
341
fe43febc
RS
3422011-08-08 Richard Sandiford <richard.sandiford@linaro.org>
343
344 * modulo-sched.c (get_sched_window): Use just one loop for predecessors
345 and one loop for successors. Fix upper bound of memory range.
346
1e46eb2a
UB
3472011-08-06 Uros Bizjak <ubizjak@gmail.com>
348
349 PR target/50001
350 * config/alpha/alpha.c (alpha_instantiate_decls): New function.
351 (TARGET_INSTANTIATE_DECLS): New define.
352
cc3801b0 3532011-08-06 Paolo Bonzini <bonzini@gnu.org>
473b30ce 354 Mikael Morin <mikael.morin@sfr.fr>
cc3801b0
PB
355
356 * Makefile.in (INCLUDES_FOR_TARGET): New.
357 (LIBGCC2_CFLAGS): Use it.
1e46eb2a 358 (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
cc3801b0 359
f68c9aa8
UB
3602011-08-06 Uros Bizjak <ubizjak@gmail.com>
361
362 * config/i386/i386.c (ix86_compute_frame_layout): Simplify
363 frame->save_regs_using_mov calculation.
364
cd7c6bc5
UB
3652011-08-06 Uros Bizjak <ubizjak@gmail.com>
366
367 * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
368 * config/i386/sse.md (castmode): New mode attribute.
369 (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
370 avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
371
9911e25a
JH
3722011-08-05 Jan Hubicka <jh@suse.cz>
373
374 PR middle-end/49494
375 * ipa-inline-analysis.c (remap_predicate): Add bounds check.
376
75d3e6e3
JH
3772011-08-05 Jan Hubicka <jh@suse.cz>
378
379 PR middle-end/49500
380 * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
381 handle aliases.
382 (create_emultls_var):New function.
383 (ipa_lower_emutls): Handle aliases correctly.
384
f791d333
JH
3852011-08-05 Jan Hubicka <jh@suse.cz>
386
387 PR middle-end/49735
388 * ipa-inline.c (recursive_inlining): Look through aliases.
389
f93b21e2
JM
3902011-08-05 Jason Merrill <jason@redhat.com>
391
392 * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
393 declarations to beginning of function.
394
2c331232
BS
3952011-08-05 Bernd Schmidt <bernds@codesourcery.com>
396
397 PR rtl-optimization/49900
398 * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
399 ensure basic blocks stay in the same order.
400
44e95206
AH
4012011-08-05 Aldy Hernandez <aldyh@redhat.com>
402
403 * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
404 store_bit_field.
405 (s390_expand_atomic): Same.
406
6fe818aa
RH
4072011-08-05 Richard Henderson <rth@redhat.com>
408
409 PR rtl-opt/49977
410 * dwarf2cfi.c (scan_insn_after): Split out of ...
411 (scan_trace): ... here. Correctly place notes wrt sequences.
412
7ac17442
KK
4132011-08-05 Kaz Kojima <kkojima@gcc.gnu.org>
414 Richard Henderson <rth@redhat.com>
415
416 PR rtl-opt/49982
417 * expr.c (fixup_args_size_notes): Look through no-op moves.
418
24911a50
UB
4192011-08-05 Uros Bizjak <ubizjak@gmail.com>
420
421 * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
422 of "m" for operand 0. Add type and mode attribute.
423 (*pushxf_nointeger"): Use "<" constraint for operand 0.
424 (*pushdf_rex64): New pattern, split out of *pushdf. Use "m"
425 constraint instead of "o" for opreand 1.
426 (*pushdf): Disable for TARGET_64BIT. Correct mode attribute.
42443bdb
UB
427 (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
428 operand 0, alternative 4.
429 (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
24911a50
UB
430
4312011-08-05 Uros Bizjak <ubizjak@gmail.com>
432
433 * config/i386/predicates.md (lea_address_operand): Rename from
434 no_seg_address_operand.
435 * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
436 (*lea_1_zext): Ditto.
437 (*lea_2): Ditto.
438 (*lea_2_zext): Ditto.
439
4402011-08-05 Uros Bizjak <ubizjak@gmail.com>
441
442 * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
443 parts.base and parts.index.
444 * config/i386/predicates.md (aligned_operand): Ditto.
445 (cmpxchg8b_pic_memory_operand): Ditto.
446
aca0b0b3
RO
4472011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
448
449 * config/soft-fp: Move to ../libgcc.
450 * Makefile.in (SFP_MACHINE): Remove.
451 (libgcc-support): Remove $(SFP_MACHINE) dependency.
452 * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
453 * config/arm/t-arm-softfp: Move to
454 ../libgcc/config/arm/t-softfp.
455 * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
456 * config/c6x/t-c6x-softfp: Remove.
457 * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
458 * config/i386/t-fprules-softfp: Move to
459 ../libgcc/config/t-softfp-tf.
460 * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
461 * config/ia64/t-fprules-softfp: Remove.
462 * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
463 * config/lm32/t-fprules-softfp: Remove.
464 * config/moxie/sfp-machine.h: Remove.
465 * config/moxie/t-moxie-softfp: Remove.
466 * config/rs6000/darwin-ldouble-format: Move to
467 ../libgcc/config/rs6000/ibm-ldouble-format.
468 * config/rs6000/darwin-ldouble.c: Move to
469 ../libgcc/config/rs6000/ibm-ldouble.c
470 * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
471 * config/rs6000/libgcc-ppc64.ver: Likewise.
472 * config/rs6000/sfp-machine.h: Likewise.
473 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
474 $(srcdir)/config/rs6000/libgcc-ppc64.ver.
475 (LIB2FUNCS_EXTRA): Remove.
476 (TARGET_LIBGCC2_CFLAGS): Remove.
477 * config/rs6000/t-aix52: Likewise
478 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
479 $(srcdir)/config/rs6000/darwin-ldouble.c.
480 (SHLIB_MAPFILES): Remove.
481 * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
482 $(srcdir)/config/rs6000/darwin-ldouble.c.
483 * config/rs6000/t-fprules-softfp: Move to
484 ../libgcc/config/t-softfp-sfdf.
485 * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
486 * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
487 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
488 $(srcdir)/config/rs6000/darwin-ldouble.c.
489 * config/score/sfp-machine.h: Move to ../libgcc/config/score.
490 * config/score/t-score-softfp: Remove.
491 * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
492 soft-fp/t-softfp from tmake_file.
493 (arm*-*-uclinux*): Likewise.
494 (arm*-*-ecos-elf): Likewise.
495 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
496 (arm*-*-rtems*): Likewise.
497 (arm*-*-elf): Likewise.
498 (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
499 tmake_file.
500 (moxie-*-uclinux*): Likewise.
501 (moxie-*-rtems*): Likewise.
502 (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
503 tmake_file.
504 (lm32-*-rtems*): Likewise.
505 (lm32-*-uclinux*): Likewise.
506 (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
507 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
508 (powerpc-*-linux*, powerpc64-*-linux*): Remove
509 rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
510 (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
511 tmake_file.
512 (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
513 tmake_file.
514 (tic6x-*-uclinux): Likewise.
515 (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
516 soft-fp/t-softfp from tmake_file.
517 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
518 (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
519 (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
24911a50 520 (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
aca0b0b3
RO
521 (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
522
569dc494
RO
5232011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
524
525 * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
24911a50 526 (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
569dc494
RO
527 (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
528 TPBIT, TPBIT_FUNCS.
529 * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
530 * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
531 Remove.
532 * config/arm/t-vxworks: Likewise.
533 * config/arm/t-wince-pe: Likewise.
534 * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
535 * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
536 * config/bfin/t-bfin-elf: Likewise.
537 * config/bfin/t-bfin-linux: Likewise.
538 * config/bfin/t-bfin-uclinux: Likewise.
539 * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
540 Remove.
541 * config/fr30/t-fr30: Likewise.
542 * config/frv/t-frv: Likewise.
543 * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
544 * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
545 * config/m32c/t-m32c: Likewise.
546 * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
547 * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
548 * config/mcore/t-mcore: Likewise.
549 * config/mep/t-mep: Likewise.
550 * config/microblaze/t-microblaze: Likewise.
551 * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
552 * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
553 * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
554 * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
555 * config/mn10300/t-linux: Remove.
556 * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
557 * config/pdp11/t-pdp11: Likewise.
558 * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
559 * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
560 * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
561 (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
562 * config/rs6000/t-aix52: Likewise.
563 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
564 $(srcdir)/config/rs6000/ppc64-fp.c.
565 * config/rs6000/t-fprules-fpbit: Remove.
566 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
567 * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
568 * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
569 * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
570 * config/sparc/t-elf: Likewise.
571 * config/sparc/t-leon: Likewise.
572 * config/sparc/t-leon3: Likewise.
573 * config/spu/t-spu-elf: Likewise.
574 (DPBIT_FUNCS): Remove.
575 * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
576 * config/v850/t-v850: Likewise.
577 * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
578 (avr-*-*): Likewise.
579 (h8300-*-rtems*): Set libgcc_tm_file.
580 (h8300-*-elf*): Likewise.
581 (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
582 tmake_file.
583 (powerpc-*-eabisim*): Likewise.
584 (powerpc-*-elf*): Likewise.
585 (powerpc-*-eabialtivec*): Likewise.
586 (powerpc-xilinx-eabi*): Likewise.
587 (powerpc-*-eabi*): Likewise.
588 (powerpc-*-rtems*): Likewise.
589 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
590 (powerpcle-*-elf*): Likewise.
591 (powerpcle-*-eabisim*): Likewise.
592 (powerpcle-*-eabi*): Likewise.
593 (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
594 (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
595 * doc/fragments.texi (Target Fragment, Floating Point Emulation):
596 Remove.
597
201cdb74
RO
5982011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
599
600 * Makefile.in (UNWIND_H): Remove.
601 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
602 ../libgcc/Makefile.in.
603 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
604 (LIBUNWINDDEP): Remove.
605 (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
606 (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
607 LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
608 (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
609 Don't copy $(UNWIND_H).
24911a50 610 * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
201cdb74
RO
611 * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
612 * aclocal.m4: Regenerate.
613 * configure: Regenerate.
614 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
615 unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
616 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
617 unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
618 * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
619 * config/arm/libunwind.S, config/arm/pr-support.c,
620 config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
621 ../libgcc/config/arm.
622 * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
623 * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
624 * config/frv/t-frv ($(T)frvbegin$(objext)): Use
625 $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
626 ($(T)frvend$(objext)): Likewise.
627 * config/ia64/t-glibc (LIB2ADDEH): Remove.
628 * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
629 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
630 config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
631 ../libgcc/config/ia64.
632 * config/ia64/t-hpux (LIB2ADDEH): Remove.
633 * config/ia64/t-ia64 (LIB2ADDEH): Remove.
634 * config/ia64/t-vms (LIB2ADDEH): Remove.
635 * config/ia64/vms.h (UNW_IVMS_MODE,
636 MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
637 * config/picochip/t-picochip (LIB2ADDEH): Remove.
638 * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
639 * config/rs6000/t-darwin (LIB2ADDEH): Remove.
640 * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
641 * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
642 $(srcdir)/../libgcc to refer to unwinder sources.
643 * config/spu/t-spu-elf (LIB2ADDEH): Remove.
644 * config/t-darwin (LIB2ADDEH): Remove.
645 * config/t-freebsd (LIB2ADDEH): Remove.
646 * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
647 * config/t-libunwind-elf: Move to ../libgcc/config.
648 * config/t-linux (LIB2ADDEH): Remove.
649 * config/t-sol2 (LIB2ADDEH): Remove.
650 * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
651 * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
652
cee0d6d2
L
6532011-08-05 H.J. Lu <hongjiu.lu@intel.com>
654
655 * config/i386/i386.c (processor_alias_table): Add core-avx-i.
656
657 * doc/invoke.texi: Document core-avx-i.
658
96c891b3
RO
6592011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
660
661 * tsystem.h (CONST_CAST2, CONST_CAST): Define.
662
2aacf3c3
IR
6632011-08-05 Ira Rosen <ira.rosen@linaro.org>
664
665 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
666 result of multiple results reduction when extracting the final
667 value using scalar code.
668
0f36b2da
RG
6692011-08-05 Richard Guenther <rguenther@suse.de>
670
671 PR tree-optimization/49984
672 * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
673
8b201bc5
RG
6742011-08-05 Richard Guenther <rguenther@suse.de>
675
676 * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
677 return true for constant integer ranges.
678 (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
679 BIT_IOR_EXPR handling.
680
c1ea7f07
KT
6812011-08-04 Kai Tietz <ktietz@redhat.com>
682
683 * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
684 ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
685
1107f3ae
IR
6862011-08-04 Ira Rosen <ira.rosen@linaro.org>
687
688 * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
689 pattern def statement, and its access macro.
690 (NUM_PATTERNS): Set to 5.
691 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
692 pattern def statement.
693 (vect_transform_loop): Likewise.
694 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
695 function vect_recog_over_widening_pattern ().
696 (vect_operation_fits_smaller_type): New function.
697 (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
698 Likewise.
699 (vect_pattern_recog_1): Move the code that marks pattern
700 statements to vect_mark_pattern_stmts (), and call it. Update
701 documentation.
702 * tree-vect-stmts.c (vect_supportable_shift): New function.
703 (vect_analyze_stmt): Handle pattern def statement.
704 (new_stmt_vec_info): Initialize pattern def statement.
705
6394830f
RH
7062011-08-04 Richard Henderson <rth@redhat.com>
707
708 PR target/49964
709 * config/i386/i386.c (ix86_expand_call): Don't create nested
710 PARALLELs for TARGET_VZEROUPPER.
711 (ix86_split_call_vzeroupper): Fix extraction of the original call.
712 * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
713 recognize nested PARALLELs.
714 (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
715 *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
716 *sibcall_value_pop_vzeroupper): Likewise.
717
faf7a23d
RH
7182011-08-04 Richard Henderson <rth@redhat.com>
719
720 PR middle-end/49968
721 * calls.c (expand_call): Use fixup_args_size_notes for
722 emit_stack_restore.
723 * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
724 in non-standard modes.
725
84f405a1
JJ
7262011-08-04 Jakub Jelinek <jakub@redhat.com>
727
728 * gcc.c (self_spec): New variable.
729 (static_specs): Add self_spec.
730 (main): Call do_self_spec on "self_spec" specs after reading
731 user specs files. Move compare_debug handling right after that.
732
4d320da4
RG
7332011-08-04 Richard Guenther <rguenther@suse.de>
734
735 * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
736 (value_range_nonnegative_p): New function.
737 (ssa_name_nonnegative_p): Use it.
738 (value_range_constant_singleton): New function.
739 (op_with_constant_singleton_value_range): Use it.
740 (extract_range_from_binary_expr_1): New function, split out from ...
741 (extract_range_from_binary_expr): ... this. Remove fallback
742 constant folding done here.
743
7e29ba60
RG
7442011-08-04 Richard Guenther <rguenther@suse.de>
745
746 PR tree-optimization/49806
747 * tree-vrp.c (op_with_boolean_value_range_p): New function.
748 (simplify_truth_ops_using_ranges): Simplify. Allow inserting
749 a new statement for a final conversion to bool.
750
f142b5bc
RG
7512011-08-04 Romain Geissler <romain.geissler@gmail.com>
752
753 * gengtype-state.c: Include "bconfig.h" if
754 GENERATOR_FILE is defined, "config.h" otherwise.
755 * gengtype.c: Likewise.
756 * gengtype-lex.l: Likewise.
757 * gengtype-parse.c: Likewise.
758 * Makefile.in (gengtype-lex.o-warn): New variable.
759 (plugin_resourcesdir): Likewise.
760 (plugin_bindir): Likewise.
761 (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
762 (MOSTLYCLEANFILES): Add gengtype$(exeext).
763 (native): Depend on gengtype$(exeext) is $enable_plugin
764 is set to "yes".
765 (gtype.state): Depend on s-gtype. Use temporary file.
766 (gengtype-lex.o): New rule.
767 (gengtype-parse.o): Likewise.
768 (gengtype-state.o): Likewise.
769 (gengtype$(exeext)): Likewise.
770 (install-gengtype): Likewise.
771 (gengtype.o): Likewise.
772 (build/gengtype.o): Depend on version.h.
773 (build/gengtype-state): Depend on double-int.h, version.h,
774 $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
775 (install-plugin): Depend on install-gengtype.
776
8dd00781
JJ
7772011-08-04 Jakub Jelinek <jakub@redhat.com>
778
779 PR middle-end/49905
780 * tree.h (init_attributes): New prototype.
781 * attribs.c (init_attributes): No longer static.
782
6eb9142a
RR
7832011-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
784
785 * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
786 maybe_suffix.
787
63a73071
DL
7882011-08-03 David Li <davidxl@google.com>
789
790 * tree-optimize.c (execute_fixup_cfg): Fix up entry
791 outgoing edge counts after inlining.
792
90037898
DL
7932011-08-03 David Li <davidxl@google.com>
794
795 * profile.c (compute_branch_probabilities): Compute
796 function frequency after profile annotation.
797
ea6c2b0e
AM
7982011-08-04 Alan Modra <amodra@gmail.com>
799
800 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
801 use_backchain_to_restore_sp initialisation.
802 (rs6000_legitimate_offset_address_p): Simplify offset test.
803
4b39813a
RH
8042011-08-03 Richard Henderson <rth@redhat.com>
805
806 * config/spu/spu.md: Use define_c_enum instead of define_constants.
807 (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
808 (UNSPECV_NOP): New.
809
a6365e99
RH
8102011-08-03 Richard Henderson <rth@redhat.com>
811
812 PR target/34888
813 * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
814
cb3d2e33
JJ
8152011-08-03 Jakub Jelinek <jakub@redhat.com>
816
817 PR tree-optimization/49948
818 * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
819
35bdbc69
AS
8202011-08-03 Anatoly Sokolov <aesok@post.ru>
821
822 * config/m32c/m32c.c (class_sizes): Remove.
823 (reduce_class): Change arguments and return type to reg_class_t.
824 Change type cc var to HARD_REG_SET. Change type best var to
825 reg_class_t. Change type best_size var to unsigned int. Remove
826 initialization class_sizes var. Use reg_class_size array instead
827 of class_sizes. Use reg_class_contents array instead
828 of class_contents.
829
a130fb24
RG
8302011-08-03 Richard Guenther <rguenther@suse.de>
831
832 PR middle-end/49958
833 * fold-const.c (fold_binary_loc): Only associate
834 (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
835 overflow wraps.
836
276e0224
AM
8372011-08-03 Alan Modra <amodra@gmail.com>
838
839 PR rtl-optimization/49941
840 * jump.c (mark_jump_label): Comment.
841 (mark_jump_label_1): Set JUMP_LABEL for return jumps.
842 * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
843 (mark_used_flags): Don't mark RETURN.
844
eb723fa3
RG
8452011-08-03 Richard Guenther <rguenther@suse.de>
846
847 PR tree-optimization/49938
848 * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
849 deal with a POLYNOMIAL_CHREC.
850
edc429ff
RE
8512011-08-03 Revital Eres <revital.eres@linaro.org>
852
853 * modulo-sched.c (calculate_stage_count,
854 calculate_must_precede_follow, get_sched_window,
855 try_scheduling_node_in_cycle, remove_node_from_ps): Add
856 declaration.
857 (update_node_sched_params, set_must_precede_follow, optimize_sc):
858 New functions.
859 (reset_sched_times): Call update_node_sched_params.
860 (sms_schedule): Call optimize_sc.
861 (get_sched_window): Change function arguments.
862 (sms_schedule_by_order): Update call to get_sched_window.
863 Call set_must_precede_follow.
864 (calculate_stage_count): Add function argument.
865
9a08d230
RH
8662011-08-02 Richard Henderson <rth@redhat.com>
867
868 PR target/49864
a3fef928 869 PR target/49879
9a08d230
RH
870 * reg-notes.def (REG_ARGS_SIZE): New.
871 * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
872 (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
873 * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
874 different stack levels.
875 * combine-stack-adj.c (adjust_frame_related_expr): Remove.
876 (maybe_move_args_size_note): New.
877 (combine_stack_adjustments_for_block): Use it.
878 * combine.c (distribute_notes): Place REG_ARGS_SIZE.
879 * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
880 (dw_trace_info): Add beg_true_args_size, end_true_args_size,
881 beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
882 (cur_cfa): New.
883 (queued_args_size): Remove.
884 (add_cfi_args_size): Assert size is non-negative.
885 (stack_adjust_offset, dwarf2out_args_size): Remove.
886 (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
887 (notice_args_size, notice_eh_throw): New.
888 (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
889 (dwarf2out_frame_debug_adjust_cfa): Likewise.
890 (dwarf2out_frame_debug_cfa_offset): Likewise.
891 (dwarf2out_frame_debug_expr): Likewise. Don't stack_adjust_offset.
892 (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
893 (change_cfi_row): Don't emit args_size.
894 (maybe_record_trace_start_abnormal): Split out from ...
895 (maybe_record_trace_start): Here. Set args_size_undefined.
896 (create_trace_edges): Update to match.
897 (scan_trace): Handle REG_ARGS_SIZE.
898 (connect_traces): Connect args_size between EH insns.
899 * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
900 * explow.c (suppress_reg_args_size): New.
901 (adjust_stack_1): Split out from ...
902 (adjust_stack): ... here.
903 (anti_adjust_stack): Use it.
904 (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
905 * expr.c (mem_autoinc_base): New.
906 (fixup_args_size_notes): New.
907 (emit_single_push_insn_1): Rename from emit_single_push_insn.
908 (emit_single_push_insn): New. Generate REG_ARGS_SIZE.
909 * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
910 * reload1.c (reload_as_needed): Likewise.
911 * rtl.h (fixup_args_size_notes): Declare.
912
9f813990
PC
9132011-08-02 Paolo Carlini <paolo.carlini@oracle.com>
914
915 PR bootstrap/49914
916 * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
917 of abs.
918 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
919 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
920
8f1594b2
RH
9212011-08-02 Richard Henderson <rth@redhat.com>
922
923 * config/h8300/h8300.c (push, pop): Return the insn.
924 (h8300_swap_into_er6): Generate correct unwind info.
925 (h8300_swap_out_of_er6): Likewise.
cde7b553
RH
926 * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
927 complex cfa expression.
928 (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
8f1594b2 929
3ed2c643
L
9302011-08-02 H.J. Lu <hongjiu.lu@intel.com>
931
932 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
933
f9b4f8c1
RH
9342011-08-02 Richard Henderson <rth@redhat.com>
935
936 PR target/49878
937 * config/h8300/h8300.c (h8300_move_ok): New.
938 * config/h8300/h8300-protos.h: Declare it.
939 * config/h8300/h8300.md (P): New mode iterator.
940 (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
941 (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
942 (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
943 (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
944 (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
945 and pushqi1_h8300hs_normal; use PRE_MODIFY and
946 register_no_sp_elim_operand.
947 (*pushhi1_h8300hs_<P>): Similarly.
948 (pushqi1, pushhi1, pushhi1_h8300): Remove.
949 * config/h8300/predicates.md (register_no_sp_elim_operand): New.
950
b7cef595
RH
9512011-08-02 Richard Henderson <rth@redhat.com>
952
953 PR target/49881
954 * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
955
20906c66
JJ
9562011-08-02 Jakub Jelinek <jakub@redhat.com>
957
958 * c-parser.c (enum c_parser_prec): New enum, moved from within
959 c_parser_binary_expression.
960 (c_parser_binary_expression): Add PREC argument. Stop parsing
961 if operator has lower or equal precedence than PREC.
962 (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
963 callers.
964 (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
965 Adjust c_finish_omp_atomic caller.
966 (c_parser_omp_taskyield): New function.
967 (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
968 (c_parser_omp_clause_name): Handle final and mergeable clauses.
969 (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
970 functions.
971 (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
972 and PRAGMA_OMP_CLAUSE_MERGEABLE.
973 (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
974 (c_parser_omp_clause_reduction): Handle min and max.
975 * c-typeck.c (c_finish_omp_clauses): Don't complain about
976 const qualified predetermined vars in firstprivate clause.
977 andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
978 Handle MIN_EXPR and MAX_EXPR.
979 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
980 and OMP_CLAUSE_MERGEABLE.
981 (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
982 and OMP_ATOMIC_CAPTURE_NEW.
983 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
984 OMP_CLAUSE_MERGEABLE.
985 (omp_clause_code_name): Likewise.
986 (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
987 * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
988 and OMP_CLAUSE_MERGEABLE.
989 (OMP_CLAUSE_FINAL_EXPR): Define.
990 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
991 OMP_CLAUSE_MERGEABLE.
992 (expand_task_call): Likewise.
993 (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
994 (expand_omp_atomic_fetch_op): Handle cases where old or new
995 value is needed afterwards.
996 (expand_omp_atomic): Call expand_omp_atomic_load resp.
997 expand_omp_atomic_store.
998 * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
999 OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
1000 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
1001 OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
1002 * tree-nested.c (convert_nonlocal_omp_clauses,
1003 convert_local_omp_clauses): Likewise.
1004 * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
1005 OMP_ATOMIC_CAPTURE_NEW): New.
1006 * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
1007 (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
1008 New inlines.
1009 * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
1010 * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
1011 OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
1012
9b80d091
KT
10132011-08-02 Kai Tietz <ktietz@redhat.com>
1014
1015 * gimple.c (canonicalize_cond_expr_cond): Handle cast from
1016 boolean-type.
1017 (ssa_forward_propagate_and_combine): Interprete result of
1018 forward_propagate_comparison.
1019 * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
1020 boolean-typed operands for comparisons.
1021
7ea56b23 10222011-08-02 Georg-Johann Lay <avr@gjlay.de>
276e0224 1023
7ea56b23
GJL
1024 * config/avr/libgcc.S: Gather related function in the
1025 same input section.
276e0224 1026 (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
7ea56b23
GJL
1027 __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
1028 references.
1029 (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
1030 __udivmodsi4, __divmodsi4, __prologue_saves__,
1031 __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
1032 __do_copy_data, __do_clear_bss, __do_global_ctors,
1033 __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
1034
643e867f
UB
10352011-08-02 Uros Bizjak <ubizjak@gmail.com>
1036
1037 PR target/47766
1038 * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
1039 (stack_protect_test): The pattern compares ptr_mode value.
1040
390fa588
AM
10412011-08-02 Alan Modra <amodra@gmail.com>
1042
1043 * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
1044 note for save_LR_around_toc_setup sequence.
1045
d4be16f6
L
10462011-08-01 H.J. Lu <hongjiu.lu@intel.com>
1047
643e867f 1048 * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
d4be16f6 1049
3c67fd9c
SP
10502011-08-01 Sebastian Pop <sebastian.pop@amd.com>
1051 Joseph Myers <joseph@codesourcery.com>
1052
1053 * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
1054 * hwint.c: Include diagnostic-core.h.
1055 (abs_hwi): New.
1056 (gcd): Moved here...
1057 (pos_mul_hwi): New.
1058 (mul_hwi): New.
1059 (least_common_multiple): Moved here...
1060 * hwint.h (gcd): ... from here.
1061 (least_common_multiple): ... from here.
1062 (HOST_WIDE_INT_MIN): New.
1063 (HOST_WIDE_INT_MAX): New.
1064 (abs_hwi): Declared.
1065 (gcd): Declared.
1066 (pos_mul_hwi): Declared.
1067 (mul_hwi): Declared.
1068 (least_common_multiple): Declared.
1069 * omega.c (check_pos_mul): Removed.
1070 (check_mul): Removed.
1071 (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
1072 mul_hwi instead of check_mul.
1073
172c08a5
RH
10742011-08-01 Richard Henderson <rth@redhat.com>
1075
1076 PR target/49881
1077 * config/avr/avr.h (PUSH_ROUNDING): New.
1078 * config/avr/avr.md (pushqi1): Rename from *pushqi.
1079 (*pushhi, *pushsi, *pushsf): Remove.
1080 (MPUSH): New mode iterator.
1081 (push<MPUSH>1): New expander.
1082
0d5e496f
AS
10832011-08-01 Anatoly Sokolov <aesok@post.ru>
1084
1085 * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
1086 PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
1087 * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
1088 mmix_preferred_output_reload_class): Remove.
1089 * config/mmix/mmix.c (mmix_preferred_reload_class,
1090 mmix_preferred_output_reload_class): Make static. Change rclass
1091 argument and return type to reg_class_t.
1092 (TARGET_PREFERRED_RELOAD_CLASS,
1093 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
1094
a44250f4
JR
10952011-08-01 Joern Rennecke <joern.rennecke@embecosm.com>
1096
1097 * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
1098 handling.
1099
efd7630c
L
11002011-08-01 H.J. Lu <hongjiu.lu@intel.com>
1101
1102 PR target/47766
1103 * config/i386/i386.md (PTR): New.
1104 (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
1105 (stack_protect_test): Likewise.
1106 (stack_protect_set_<mode>): Replace ":P" with ":PTR".
1107 (stack_tls_protect_set_<mode>): Likewise.
1108 (stack_tls_protect_test_<mode>): Likewise.
1109
03acddfe
UB
11102011-08-01 Uros Bizjak <ubizjak@gmail.com>
1111
1112 PR target/49927
1113 * config/i386/i386.c (ix86_address_subreg_operand): New.
1114 (ix86_decompose_address): Use ix86_address_subreg_operand.
1115 (ix86_legitimate_address_p): Do not assert that subregs satisfy
1116 register_no_elim_operand in DImode.
1117
67f2d54f
IR
11182011-08-01 Ira Rosen <ira.rosen@linaro.org>
1119
1120 PR tree-optimization/49926
1121 * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
1122 in a chain doesn't have uses both inside and outside the loop.
1123
f2c308fa 11242011-08-01 Georg-Johann Lay <avr@gjlay.de>
03acddfe 1125
f2c308fa
GJL
1126 * config/avr/avr.h (mcu_type_s): Add errata_skip field.
1127 * config/avr/avr-devices.c (avr_mcu_types): Use it.
1128 * config/avr/avr-mcus.def (AVR_MCU): Use it.
1129 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
1130 define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
1131 * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
1132 Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
1133 to detect if XJMP must not be skipped.
1134
bd15e32c
AM
11352011-08-02 Alan Modra <amodra@gmail.com>
1136
03acddfe
UB
1137 * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
1138 Delete.
bd15e32c
AM
1139 * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
1140 (rs6000_emit_prologue): Don't prematurely return when
1141 TARGET_SINGLE_PIC_BASE. Don't emit eh_frame info in
1142 save_toc_in_prologue case.
1143 (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
1144 calls_alloca.
1145
d80de9e1 11462011-08-01 Georg-Johann Lay <avr@gjlay.de>
bd15e32c 1147
d80de9e1
GJL
1148 * config/avr/avr-devices.c: Delete SVN property svn:executable.
1149 * config/avr/predicates.md: Ditto.
1150 * config/avr/driver-avr.c: Ditto.
1151 * config/avr/genopt.sh: Set SVN property svn:executable to *.
1152
ee222ce0
L
11532011-08-01 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 * calls.c (emit_library_call_value_1): Declare size only if
1156 BLOCK_REG_PADDING is defined.
1157
5fcafa60
KY
11582011-08-01 Kirill Yukhin <kirill.yukhin@intel.com>
1159
1160 PR target/49547
03acddfe 1161 * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
5fcafa60
KY
1162 (x86_64-*-*): Likewise.
1163 * config/i386/i386.opt (mlzcnt): New.
1164 * config/i386/abmintrin.h: File removed.
1165 (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
03acddfe 1166 * config/i386/lzcntintrin.h: ... here. New file.
5fcafa60
KY
1167 (__lzcnt): Rename to ...
1168 (__lzcnt32): ... this.
1169 * config/i386/bmiintrin.h (head): Update copyright year.
1170 (__lzcnt_u16): Removed.
1171 (__lzcnt_u32): Likewise.
1172 (__lzcnt_u64): Likewise.
1173 * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
1174 is defined, remove abmintrin.h.
1175 * config/i386/cpuid.h (bit_LZCNT): New.
1176 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
1177 LZCNT feature.
1178 * config/i386/i386-c.c (ix86_target_macros_internal): Define
1179 __LZCNT__ if needed.
1180 * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
1181 (ix86_option_override_internal): Handle LZCNT option.
1182 (ix86_valid_target_attribute_inner_p): Likewise.
1183 (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
1184 * config/i386/i386.h (TARGET_LZCNT): New.
1185 (CLZ_DEFINED_VALUE_AT_ZERO): Update.
1186 * config/i386/i386.md (clz<mode>2): Update insn constraint.
1187 (clz<mode>2_lzcnt): Likewise.
1188 * doc/invoke.texi: Mention -mlzcnt option.
1189 * doc/extend.texi: Likewise.
1190
655b30bf
JB
11912011-08-01 Julian Brown <julian@codesourcery.com>
1192
1193 * configure.ac (fixed-point): Add ARM support.
1194 * configure: Regenerate.
1195 * config/arm/arm.c (arm_fixed_mode_set): New struct.
1196 (arm_set_fixed_optab_libfunc): New.
1197 (arm_set_fixed_conv_libfunc): New.
1198 (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
1199 ARM-specific names.
1200 (aapcs_libcall_value): Return sub-word-size fixed-point libcall
1201 return values in SImode.
1202 (arm_return_in_msb): Return fixed-point types in the msb.
1203 (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
1204 upwards.
1205 (arm_scalar_mode_supported_p): Support fixed-point modes.
1206 (arm_vector_mode_supported_p): Support vector fixed-point modes.
1207 * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
1208 (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
1209 (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
1210 (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
1211 * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
1212 New mode iterators.
1213 (qaddsub_suf): New mode attribute.
1214 * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
1215 vector modes.
1216 * config/arm/predicates.md (sat_shift_operator): New predicate.
1217 * config/arm/arm-fixed.md: New.
1218 * config/arm/arm.md: Include arm-fixed.md.
1219 * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
1220
460b171d
JB
12212011-08-01 Julian Brown <julian@codesourcery.com>
1222
1223 * calls.c (emit_library_call_value_1): Support padding for libcall
1224 arguments and return values.
1225 * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
1226 downwards in big-endian mode.
1227
b6193c94
RO
12282011-08-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1229
1230 PR debug/49887
1231 * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
1232 * config/sol2-protos.h: Likewise.
1233 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
1234 solaris_code_end.
1235 * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
1236 * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
1237 solaris_file_end.
1238 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
1239
0747aae4
JB
12402011-08-01 Julian Brown <julian@codesourcery.com>
1241
1242 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
1243
848fac28
JB
12442011-08-01 Julian Brown <julian@codesourcery.com>
1245
1246 * final.c (output_addr_const): Print fixed-point constants as
1247 decimal not hex.
1248
e62a2b6e
RG
12492011-08-01 Richard Guenther <rguenther@suse.de>
1250
1251 * stor-layout.c (initialize_sizetypes): Properly sign-extend
1252 bitsiztype TYPE_MAX_VALUE.
1253
f64398b5
JB
12542011-08-01 Julian Brown <julian@codesourcery.com>
1255
1256 * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
1257 comparison helpers.
1258
c469244e
RH
12592011-07-31 Richard Henderson <rth@redhat.com>
1260
1261 * config/h8300/crti.asm: Add flags to .section directive.
1262 * config/h8300/crtn.asm: Likewise.
1263
b87ac615
RH
12642011-07-31 Richard Henderson <rth@redhat.com>
1265
1266 * stor-layout.c (initialize_sizetypes): Handle unsigned short.
1267 * tree.c (build_common_tree_nodes): Likewise.
1268
05eb5cc3
KK
12692011-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
1270
1271 PR target/49880
1272 * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
1273 (divsi3_i1): Likewise.
1274
a3059635
BS
12752011-07-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1276
1277 PR tree-optimization/49749
1278 * tree-ssa-reassoc.c (get_rank): New forward declaration.
1279 (PHI_LOOP_BIAS): New macro.
1280 (phi_rank): New function.
1281 (loop_carried_phi): Likewise.
1282 (propagate_rank): Likewise.
1283 (get_rank): Add calls to phi_rank and propagate_rank.
bd15e32c 1284
3ee7be4c
L
12852011-07-31 H.J. Lu <hongjiu.lu@intel.com>
1286
1287 * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
1288 of TARGET_64BIT.
1289 (PTRDIFF_TYPE): Likewise.
1290
deb1f617
UB
12912011-07-31 Uros Bizjak <ubizjak@gmail.com>
1292
1293 PR target/49920
1294 * config/i386/i386.md (strset): Do not expand strset_singleop
1295 when %eax or $edi are fixed.
1296 (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
1297 (*strsetsi_1): Ditto.
1298 (*strsethi_1): Ditto.
1299 (*strsetqi_1): Ditto.
1300 (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
1301 (*rep_stossi): Ditto.
1302 (*rep_stosqi): Ditto.
03acddfe 1303 (*strlenqi_1): Ditto.
deb1f617
UB
1304 (cmpstrnsi): Also fail when %ecx is fixed.
1305 (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
1306 (*cmpstrnqi_1): Ditto.
deb1f617
UB
1307 (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
1308 (*strmovsi_1): Ditto.
1309 (*strmovhi_1): Ditto.
1310 (*strmovqi_1): Ditto.
1311 (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
1312 (*rep_movsi): Ditto.
1313 (*rep_movqi): Ditto.
1314
03e69b12
MP
13152011-07-31 Mikael Pettersson <mikpe@it.uu.se>
1316
1317 PR target/47908
1318 * config/m68k/m68k.c (m68k_override_options_after_change): New function.
1319 Disable instruction scheduling for non-ColdFire targets.
1320 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
1321
dcaac07d
RE
13222011-07-31 Revital Eres <revital.eres@linaro.org>
1323
1324 * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
1325 of anti-dep edge from a branch.
1326 (add_cross_iteration_register_deps): Create anti-dep edge from
1327 a branch.
1328
413e50a2
RE
13292011-07-31 Revital Eres <revital.eres@linaro.org>
1330
1331 * modulo-sched.c: Change comment.
1332 (reset_sched_times): Fix print message.
1333 (print_partial_schedule): Add print info.
1334
f047e518
TV
13352011-07-31 Tom de Vries <tom@codesourcery.com>
1336
1337 PR middle-end/43513
1338 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
1339 get_object_alignment and TYPE_ALIGN.
1340
b3421a06
TV
13412011-07-30 Tom de Vries <tom@codesourcery.com>
1342
1343 PR middle-end/43513
1344 * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
1345 (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
1346
cc822cc1
RO
13472011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1348
1349 * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
1350 <sys/sbd.h>.
1351 (cpu_types): New array.
1352 (cputype): New function.
1353 (host_detect_local_cpu): Only define buf, f if !__sgi__.
1354 Use scaninvent instead of /proc/cpuinfo if __sgi__.
1355 * config.host: Also use driver-native.o, mips/x-native on
1356 mips-sgi-irix*.
deb1f617 1357 * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
cc822cc1
RO
1358 (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
1359 (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
1360
25142650
JJ
13612011-07-29 Jakub Jelinek <jakub@redhat.com>
1362
1363 PR middle-end/49897
1364 PR middle-end/49898
1365 * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
1366 in nested parallel and outer is a gimple_reg, mark it as addressable
1367 and set its bit in task_shared_vars bitmap too.
1368
89840058
UB
13692011-07-29 Uros Bizjak <ubizjak@gmail.com>
1370
1371 * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
1372
d2da41f5
RO
13732011-07-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1374
1375 * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
1376 IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
1377 (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
1378 AMASK_LOCKPFTCHOK): Define.
1379 (host_detect_local_cpu): Remove buf, f, cpu_names.
1380 Define cpu_types, implver, amask.
1381 Use __builtin_alpha_implver, __builtin_alpha_amask to determine
1382 native CPU.
1383 * config.host: Also use driver-alpha.o, alpha/x-alpha on
1384 alpha*-dec-osf*.
1385 * config/alpha/osf5.h [__alpha__ || __alpha]
1386 (host_detect_local_cpu): Declare.
1387 (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
1388 (DRIVER_SELF_SPECS): Define.
1389
dadecee2
UB
13902011-07-29 Uros Bizjak <ubizjak@gmail.com>
1391
1392 PR target/47715
1393 * config/i386/i386.md (*load_tp_x32): New.
1394 (*load_tp_x32_zext): Ditto.
1395 (*add_tp_x32): Ditto.
1396 (*add_tp_x32_zext): Ditto.
1397 (*load_tp_<mode>): Disable for TARGET_X32 targets.
1398 (*add_tp_<mode>): Ditto.
1399 * config/i386/i386.c (get_thread_pointer): Load thread pointer in
1400 ptr_mode and convert to Pmode if needed.
1401
db7ccee2 14022011-07-29 Georg-Johann Lay <avr@gjlay.de>
dadecee2 1403
db7ccee2
GJL
1404 PR target/49687
1405 * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
1406 muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
1407 *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
1408 Add X to register footprint: Clobber r26/r27.
1409
96d03496
RG
14102011-07-29 Richard Guenther <rguenther@suse.de>
1411
1412 * builtins.c (fold_builtin_signbit): Build the comparison
1413 with a proper type.
1414
64fb0d3a
RG
14152011-07-29 Richard Guenther <rguenther@suse.de>
1416
1417 PR tree-optimization/49893
1418 * tree-predcom.c (suitable_reference_p): Volatile references
1419 are not suitable.
1420
6130646b 14212011-07-29 Georg-Johann Lay <avr@gjlay.de>
dadecee2 1422
6130646b
GJL
1423 PR target/49313
1424 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
1425 (__ctzsi2): Result for 0 may be undefined.
1426 (__ctzhi2): Result for 0 may be undefined.
1427 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
1428 (__popcountsi2): Ditto. And don't clobber r26.
1429 (__popcountdi2): Ditto. And don't clobber r27.
1430 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
1431 (parityhi2): New expand.
1432 (paritysi2): New expand.
1433 (popcounthi2): New expand.
1434 (popcountsi2): New expand.
1435 (clzhi2): New expand.
1436 (clzsi2): New expand.
1437 (ctzhi2): New expand.
1438 (ctzsi2): New expand.
1439 (ffshi2): New expand.
1440 (ffssi2): New expand.
1441 (copysignsf3): New insn.
1442 (bswapsi2): New expand.
1443 (*parityhi2.libgcc): New insn.
1444 (*parityqihi2.libgcc): New insn.
1445 (*paritysihi2.libgcc): New insn.
1446 (*popcounthi2.libgcc): New insn.
1447 (*popcountsi2.libgcc): New insn.
1448 (*popcountqi2.libgcc): New insn.
1449 (*popcountqihi2.libgcc): New insn-and-split.
1450 (*clzhi2.libgcc): New insn.
1451 (*clzsihi2.libgcc): New insn.
1452 (*ctzhi2.libgcc): New insn.
1453 (*ctzsihi2.libgcc): New insn.
1454 (*ffshi2.libgcc): New insn.
1455 (*ffssihi2.libgcc): New insn.
1456 (*bswapsi2.libgcc): New insn.
1457
a9b332d4
RG
14582011-07-29 Richard Guenther <rguenther@suse.de>
1459
1460 * tree-vrp.c (get_value_range): Only set parameter default
1461 definitions to varying, leave others at undefined.
1462 (extract_range_from_binary_expr): Fix undefined handling.
1463 (vrp_visit_phi_node): Handle merged undefined state.
1464
154516d9
WG
14652011-07-29 Wei Guozhi <carrot@google.com>
1466
1467 PR rtl-optimization/49799
1468 * combine.c (make_compound_operation): Check if the bit field is valid
1469 before change it to bit field extraction.
1470
e40a0b69
BS
14712011-07-29 Bernd Schmidt <bernds@codesourcery.com>
1472
1473 PR rtl-optimization/49891
1474 * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
1475 newly created returnjumps.
1476
13a23442
DD
14772011-07-28 DJ Delorie <dj@redhat.com>
1478
69135c94
DD
1479 * expr.c (expand_expr_addr_expr_1): Detect a user request for a
1480 local frame in a naked function, and produce a suitable error for
1481 that specific case.
1482
13a23442
DD
1483 * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
1484 registers to be reloaded in HI classes when the target is HI.
1485
6c6c79a9
SP
14862011-07-28 Sebastian Pop <sebastian.pop@amd.com>
1487
1488 * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
1489 bound_one, bound_two.
1490
0c43dbaf
SP
14912011-07-28 Sebastian Pop <sebastian.pop@amd.com>
1492
1493 PR middle-end/48648
1494 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
1495 CLAST assignments.
1496 (translate_clast): Same.
1497 (translate_clast_assignment): New.
1498
60cf26cc
SP
14992011-07-28 Sebastian Pop <sebastian.pop@amd.com>
1500
1501 PR tree-optimization/49876
1502 * sese.c (rename_uses): Do not return false on gloog_error: set
1503 the new_expr to integer_zero_node and continue code generation.
1504 (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
1505
4fe249e7
JJ
15062011-07-28 Jakub Jelinek <jakub@redhat.com>
1507
1508 PR debug/49846
1509 * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
1510 arguments also check if they aren't initialized with a MODE_INT
1511 mode of the same size.
1512
86f98641
AH
15132011-07-28 Aldy Hernandez <aldyh@redhat.com>
1514
1515 * expr.c (get_bit_range): Handle *MEM_REF's.
1516
dc0ff1c8
BS
15172011-07-28 Bernd Schmidt <bernds@codesourcery.com>
1518
1519 * rtlanal.c (tablejump_p): False for returns.
1520 * reorg.c (first_active_target_insn): New static function.
1521 (find_end_label): Set JUMP_LABEL for a new returnjump.
1522 (optimize_skip, get_jump_flags, rare_destination,
1523 mostly_true_jump, get_branch_condition,
1524 steal_delay_list_from_target, own_thread_p,
1525 fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
1526 fill_eager_delay_slots, relax_delay_slots, make_return_insns,
1527 dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
1528 * jump.c (delete_related_insns): Likewise.
1529 (jump_to_label_p): New function.
1530 (redirect_target): New static function.
1531 (redirect_exp_1): Use it. Adjust to handle ret_rtx in JUMP_LABELS.
1532 (redirect_jump_1): Assert that the new label is nonnull.
1533 (redirect_jump): Likewise.
1534 (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
1535 * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
1536 exit block.
1537 (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE. All callers
1538 changed. Ensure that the right label is passed to redirect_jump.
1539 * function.c (emit_return_into_block,
1540 thread_prologue_and_epilogue_insns): Ensure new returnjumps have
1541 ret_rtx in their JUMP_LABEL.
1542 * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
1543 * emit-rtl.c (skip_consecutive_labels): Allow the caller to
1544 pass ret_rtx as label.
1545 * cfglayout.c (fixup_reorder_chain): Use
1546 force_nonfallthru_and_redirect rather than force_nonfallthru.
1547 (duplicate_insn_chain): Copy JUMP_LABELs for returns.
1548 * rtl.h (ANY_RETURN_P): New macro.
1549 (jump_to_label_p): Declare.
1550 * resource.c (find_dead_or_set_registers): Handle ret_rtx in
1551 JUMP_LABELs.
1552 (mark_target_live_regs): Likewise.
1553 * basic-block.h (force_nonfallthru_and_redirect): Declare.
1554 * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
1555 * config/alpha/alpha.c (alpha_tablejump_addr_vec,
1556 alpha_tablejump_best_label): Remove functions.
1557 * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
1558 alpha_tablejump_best_label): Remove declarations.
1559 * config/sh/sh.c (barrier_align, split_branches): Adjust for
1560 ret_rtx in JUMP_LABELs.
1561 * config/arm/arm.c (is_jump_table): Likewise.
1562
a2e49bb2
UB
15632011-07-28 Uros Bizjak <ubizjak@gmail.com>
1564
1565 * config/i386/predicates.md (pic_32bit_opreand): Do not define as
1566 special predicate. Remove explicit mode checks.
1567
64153cce
JJ
15682011-07-28 Jakub Jelinek <jakub@redhat.com>
1569
a2e49bb2
UB
1570 * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
1571 DW_AT_data_member_location containing just DW_OP_plus_uconst.
b3882148 1572
64153cce
JJ
1573 PR debug/49871
1574 * dwarf2out.c (size_of_die, value_format, output_die): Use
1575 DW_FORM_udata instead of DW_FORM_data[48] for
1576 dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
1577
0465f4f8
L
15782011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1579
844bf05b
UB
1580 * config/i386/i386.md (*tls_global_dynamic_64): Update
1581 length attribute.
0465f4f8 1582
f51c4a8a
UB
15832011-07-28 Uros Bizjak <ubizjak@gmail.com>
1584
1585 PR target/47715
1586 * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
1587 tls_symbolic_operand check. Update code sequence for TARGET_X32.
1588 (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
1589 (tls_dynamic_gnu2_64): Ditto.
1590 (*tls_dynamic_gnu2_lea_64): Ditto.
1591 (*tls_dynamic_gnu2_call_64): Ditto.
1592 (*tls_dynamic_gnu2_combine_64): Ditto.
1593
5e9627ca
L
15942011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1595
1596 * config.gcc: Set need_64bit_hwint to yes for x86 targets.
1597
40b9321d
L
15982011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1599
1600 PR target/47364
1601 * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
1602
95f89bb3
RR
16032011-07-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1604
1605 * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
1606 before the core constraints. Adjust attributes.
a2e49bb2 1607 ("*thumb2_movdf_vfp"): Likewise.
95f89bb3 1608
98958241
KT
16092011-07-28 Kai Tietz <ktietz@redhat.com>
1610
f51c4a8a 1611 * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
98958241
KT
1612 (simplify_truth_ops_using_ranges): Likewise.
1613 (build_assert_expr_for): Likewise.
1614 (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
1615 and handle BIT_NOT_EXPR for truth-operation.
1616
f627fef2 16172011-07-28 Georg-Johann Lay <avr@gjlay.de>
f51c4a8a 1618
f627fef2
GJL
1619 PR target/49313
1620 Undo r176835 from trunk
1621 2011-07-27 Georg-Johann Lay
1622
296799ba 16232011-07-28 Georg-Johann Lay <avr@gjlay.de>
f51c4a8a 1624
296799ba
GJL
1625 PR target/49687
1626 * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
1627 Add _muluhisi3, _mulshisi3, _usmulhisi3.
1628 * config/avr/libgcc.S (__mulsi3): Rewrite.
1629 (__mulhisi3): Rewrite.
1630 (__umulhisi3): Rewrite.
1631 (__usmulhisi3): New.
1632 (__muluhisi3): New.
1633 (__mulshisi3): New.
1634 (__mulohisi3): New.
1635 (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
1636 declare.
1637 * config/avr/predicates.md (pseudo_register_operand): Rewrite.
1638 (pseudo_register_or_const_int_operand): New.
1639 (combine_pseudo_register_operand): New.
1640 (u16_operand): New.
1641 (s16_operand): New.
1642 (o16_operand): New.
1643 * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
1644 * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
1645 (any_extend, any_extend2): New code iterators.
1646 (extend_prefix): New code attribute.
1647 (mulsi3): Rewrite. Turn insn to expander.
1648 (mulhisi3): Ditto.
1649 (umulhisi3): Ditto.
1650 (usmulhisi3): New expander.
1651 (*mulsi3): New insn-and-split.
1652 (mulu<mode>si3): New insn-and-split.
1653 (muls<mode>si3): New insn-and-split.
1654 (mulohisi3): New insn-and-split.
1655 (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
1656 *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
1657 *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
1658 *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
1659 insn-and-split.
1660 (*mulsi3_call): Rewrite.
1661 (*mulhisi3_call): Rewrite.
1662 (*umulhisi3_call): Rewrite.
1663 (*usmulhisi3_call): New insn.
1664 (*muluhisi3_call): New insn.
1665 (*mulshisi3_call): New insn.
1666 (*mulohisi3_call): New insn.
1667 (extendqihi2): Use combine_pseudo_register_operand as predicate
1668 for operand 1.
1669 (extendqisi2): Ditto.
1670 (zero_extendqihi2): Ditto.
1671 (zero_extendqisi2): Ditto.
1672 (zero_extendhisi2): Ditto.
1673 (extendhisi2): Ditto. Don't early-clobber operand 0.
1674
d8fa1b73
UB
16752011-07-28 Uros Bizjak <ubizjak@gmail.com>
1676
1677 * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
1678
3689198d
SP
16792011-07-27 Sebastian Pop <sebastian.pop@amd.com>
1680
1681 PR tree-optimization/49471
1682 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
1683 iv only when the largest type is unsigned. Do not call
1684 lang_hooks.types.type_for_size.
1685
27165edd
SP
16862011-07-27 Sebastian Pop <sebastian.pop@amd.com>
1687
1688 PR middle-end/45450
1689 * graphite-poly.c (apply_poly_transforms): Disable legality check
1690 after an openscop read.
1691
bd4a54da
SP
16922011-07-27 Sebastian Pop <sebastian.pop@amd.com>
1693
1694 PR middle-end/47691
1695 * graphite-clast-to-gimple.c (translate_clast_user): Update use of
1696 copy_bb_and_scalar_dependences.
1697 * sese.c (rename_uses): Do not call gcc_assert. Set gloog_error.
1698 (graphite_copy_stmts_from_block): Update call to rename_uses.
1699 (copy_bb_and_scalar_dependences): Update call to
1700 graphite_copy_stmts_from_block.
1701 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
1702
04c9ea12 17032011-07-27 Georg-Johann Lay <avr@gjlay.de>
bd4a54da 1704
04c9ea12
GJL
1705 PR target/49313
1706 * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
1707 (__ctzsi2): Result for 0 may be undefined.
1708 (__ctzhi2): Result for 0 may be undefined.
1709 (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
1710 (__popcountsi2): Ditto. And don't clobber r26.
1711 (__popcountdi2): Ditto. And don't clobber r27.
1712 * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
1713 (parityhi2): New expand.
1714 (paritysi2): New expand.
1715 (popcounthi2): New expand.
1716 (popcountsi2): New expand.
1717 (clzhi2): New expand.
1718 (clzsi2): New expand.
1719 (ctzhi2): New expand.
1720 (ctzsi2): New expand.
1721 (ffshi2): New expand.
1722 (ffssi2): New expand.
1723 (copysignsf3): New insn.
1724 (bswapsi2): New expand.
1725 (*parityhi2.libgcc): New insn.
1726 (*parityqihi2.libgcc): New insn.
1727 (*paritysihi2.libgcc): New insn.
1728 (*popcounthi2.libgcc): New insn.
1729 (*popcountsi2.libgcc): New insn.
1730 (*popcountqi2.libgcc): New insn.
1731 (*popcountqihi2.libgcc): New insn-and-split.
1732 (*clzhi2.libgcc): New insn.
1733 (*clzsihi2.libgcc): New insn.
1734 (*ctzhi2.libgcc): New insn.
1735 (*ctzsihi2.libgcc): New insn.
1736 (*ffshi2.libgcc): New insn.
1737 (*ffssihi2.libgcc): New insn.
1738 (*bswapsi2.libgcc): New insn.
1739
479a4921
UB
17402011-07-27 Uros Bizjak <ubizjak@gmail.com>
1741
1742 * config/i386/i386.c (ix86_expand_move): Do not explicitly check
1743 the mode of symbolic_opreand RTXes.
1744
7aecd4e8
UB
17452011-07-27 Uros Bizjak <ubizjak@gmail.com>
1746
a2e49bb2
UB
1747 * config/i386/predicates.md (x86_64_movabs_operand): Return false
1748 for pic_32bit_operand RTXes.
7aecd4e8
UB
1749 * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
1750 in DImode.
1751
eb9820c0
KT
17522011-07-27 Kai Tietz <ktietz@redhat.com>
1753
2fe83a0c
KT
1754 * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
1755 for 32-bit, too.
1756 (ix86_handle_abi_attribute): Allow function attributes
1757 ms_abi/sysv_abi in 32-bit mode, too.
1758 * doc/extend.texi: Adjust attribute documentation.
1759
eb9820c0
KT
1760 * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
1761 expression handling.
1762 (and_var_with_comparison_1): Likewise.
1763
1169e45d
AH
17642011-07-27 Aldy Hernandez <aldyh@redhat.com>
1765
1766 * params.h (ALLOW_STORE_DATA_RACES): New.
1767 * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
1768 * Makefile.in (expr.o): Depend on PARAMS_H.
1769 * machmode.h (get_best_mode): Add argument.
1770 * fold-const.c (optimize_bit_field_compare): Add argument to
1771 get_best_mode.
1772 (fold_truthop): Same.
1773 * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
1774 * expr.c (emit_group_store): Same.
1775 (copy_blkmode_from_reg): Same.
1776 (write_complex_part): Same.
1777 (optimize_bitfield_assignment_op): Add argument.
1778 Add argument to get_best_mode.
1779 (get_bit_range): New.
7aecd4e8 1780 (expand_assignment): Calculate maxbits and pass it down accordingly.
1169e45d 1781 (store_field): New argument.
7aecd4e8 1782 (expand_expr_real_2): New argument to store_field. Include params.h.
1169e45d
AH
1783 * expr.h (store_bit_field): New argument.
1784 * stor-layout.c (get_best_mode): Restrict mode expansion by taking
1785 into account maxbits.
1786 * calls.c (store_unaligned_arguments_into_pseudos): New argument
1787 to store_bit_field.
1788 * expmed.c (store_bit_field_1): New argument. Use it.
1789 (store_bit_field): Same.
1790 (store_fixed_bit_field): Same.
1791 (store_split_bit_field): Same.
1792 (extract_bit_field_1): Pass new argument to get_best_mode.
1793 (extract_bit_field): Same.
1794 * stmt.c (store_bit_field): Pass new argument to store_bit_field.
1795 * doc/invoke.texi: Document parameter allow-store-data-races.
1796
7bbdd4e9
JJ
17972011-07-27 Jakub Jelinek <jakub@redhat.com>
1798
7aecd4e8 1799 * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
7bbdd4e9 1800
aebf4828
KT
18012011-07-27 Kai Tietz <ktietz@redhat.com>
1802
1803 * tree-vrp.c (extract_range_from_binary_expr): Remove
1804 TRUTH-binary cases and add new bitwise-cases.
1805 (extract_range_from_assignment): Likewise.
1806 (register_edge_assert_for_1): Likeiwise.
1807 (register_edge_assert_for): Likewise.
1808 (simplify_truth_ops_using_ranges): Likewise.
1809 (simplify_stmt_using_ranges): Likewise.
1810
65ceed36
L
18112011-07-26 H.J. Lu <hongjiu.lu@intel.com>
1812
1813 PR target/47372
1814 * config/i386/i386.c (ix86_delegitimize_address): Call
1815 simplify_gen_subreg for PIC with mode of x only if modes of
1816 x and orig_x are different.
1817
b56bc05b
JJ
18182011-07-26 Jakub Jelinek <jakub@redhat.com>
1819
1820 * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
1821 to GC allocated copy of the string.
1822 (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
1823 before .debug_line, not after it.
1824
bce26def
SP
18252011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1826
1827 PR middle-end/47046
1828 * tree-chrec.h (evolution_function_is_affine_p): Recursively call
1829 evolution_function_is_affine_p on CHREC_RIGHT.
1830
5f72e02d
SP
18312011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1832
1833 * tree-data-ref.c (max_stmt_executions_tree): Do not call
1834 lang_hooks.types.type_for_size.
1835
cbc1994b
SP
18362011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1837
1838 PR middle-end/47653
1839 * graphite-scop-detection.c (graphite_can_represent_loop): Discard
1840 loops using wrapping semantics.
1841
4c7d6755
SP
18422011-07-26 Sebastian Pop <sebastian.pop@amd.com>
1843
1844 PR middle-end/48805
1845 * tree-scalar-evolution.c (instantiate_scev_r): Return
1846 chrec_dont_know for ADDR_EXPR.
1847
e207e41f
UB
18482011-07-26 Uros Bizjak <ubizjak@gmail.com>
1849 H.J. Lu <hongjiu.lu@intel.com>
1850
1851 PR target/47369
1852 PR target/49853
1853 * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
1854 if legitimize_tls_address returned operand in wrong mode. Allow
1855 SImode and DImode symbolic operand for PIC. Call convert_to_mode
1856 if legitimize_pic_address returned operand in wrong mode.
1857
842eeb9b
MJ
18582011-07-26 Martin Jambor <mjambor@suse.cz>
1859
1860 * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
1861 return false for invariants.
1862
98d2c0ad
UB
18632011-07-26 Uros Bizjak <ubizjak@gmail.com>
1864
1865 * config/i386/i386.md (add->lea splitter): Implement using SWI
1866 mode iterator. Change operand 2 predicate to <nonmemory_operand>.
1867 (add->lea zext splitter): Change operand 2 predicate to
1868 x86_64_nonmemory_operand.
1869
c21510a9
RG
18702011-07-26 Richard Guenther <rguenther@suse.de>
1871
1872 * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
1873 frequency makes everything hot.
1874
9f61fd17
RG
18752011-07-26 Richard Guenther <rguenther@suse.de>
1876
1877 PR tree-optimization/49840
1878 * tree-vrp.c (range_fits_type_p): Properly handle full
1879 double-int precision.
1880
5bf3d50d
MJ
18812011-07-26 Martin Jambor <mjambor@suse.cz>
1882
1883 PR bootstrap/49786
1884 * ipa-cp.c (update_profiling_info): Avoid overflow when updating
1885 counts.
1886 (update_specialized_profile): Likewise.
1887
536e3f49
UB
18882011-07-26 Uros Bizjak <ubizjak@gmail.com>
1889 H.J. Lu <hongjiu.lu@intel.com>
1890
1891 PR target/47381
1892 PR target/49832
1893 PR target/49833
1894 * config/i386/i386.md (i): Change SImode attribute to "e".
1895 (g): Change SImode attribute to "rme".
1896 (di): Change SImode attribute to "nF".
1897 (general_operand): Change SImode attribute to x86_64_general_operand.
1898 (general_szext_operand): Change SImode attribute to
1899 x86_64_szext_general_operand.
1900 (immediate_operand): Change SImode attribute to
1901 x86_64_immediate_operand.
1902 (nonmemory_operand): Change SImode attribute to
1903 x86_64_nonmemory_operand.
1904 (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
1905 (*movsi_internal): Ditto. Use "e" constraint in alternative 2.
1906 (*lea_1): Use SWI48 mode iterator.
1907 (*lea_1_zext): New insn pattern.
1908 (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
1909 (*bt<mode>): Ditto.
1910 (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
1911 Update operand constraints.
1912 (addsi_1_zext): Ditto.
1913 (*add<mode>2): Ditto.
1914 (*addsi_3_zext): Ditto.
1915 (*subsi_1_zext): Ditto.
1916 (*subsi_2_zext): Ditto.
1917 (*subsi_3_zext): Ditto.
1918 (*addsi3_carry_zext): Ditto.
1919 (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
1920 (*mulsi3_1_zext): Ditto.
1921 (*andsi_1): Ditto.
1922 (*andsi_1_zext): Ditto.
1923 (*andsi_2_zext): Ditto.
1924 (*<any_or:code>si_1_zext): Ditto.
1925 (*<any_or:code>si_2_zext): Ditto.
1926 (*test<mode>_1): Use <general_operand> predicate for operand 1.
1927 (*and<mode>_2): Ditto.
1928 (mov<mode>cc): Use <general_operand> predicate for operands 1 and 2.
1929 (add->lea splitter): Check operand modes in insn constraint. Extend
1930 operands less than SImode wide to SImode.
1931 (add->lea zext splitter): Do not extend input operands to DImode.
1932 (*lea_general_1): Handle only QImode and HImode operands.
1933 (*lea_general_2): Ditto.
1934 (*lea_general_3): Ditto.
1935 (*lea_general_1_zext): Remove.
1936 (*lea_general_2_zext): Ditto.
1937 (*lea_general_3_zext): Ditto.
1938 (*lea_general_4): Check operand modes in insn constraint. Extend
1939 operands less than SImode wide to SImode.
1940 (ashift->lea splitter): Ditto.
1941 * config/i386/i386.c (ix86_print_operand_address): Print address
1942 registers with 'q' modifier on 64bit targets.
1943 * config/i386/predicates.md (pic_32bit_opreand): Define as special
1944 predicate. Reject non-SI and non-DI modes.
1945
0de204de
AP
19462011-07-25 Andrew Pinski <apinski@cavium.com>
1947
1948 PR tree-opt/49671
1949 * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
1950 TREE_THIS_NOTRAP into the inner most MEM_REF.
1951 Always copy TREE_THIS_VOLATILE.
1952 * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
1953 arguments are not volatile references.
1954
104fcc7a
RH
19552011-07-25 Richard Henderson <rth@redhat.com>
1956
1957 * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
1958 * final.c (final_scan_insn): Don't test for it.
1959 (rest_of_clean_state): Likewise.
1960
c24a6738
RH
19612011-07-25 Richard Henderson <rth@redhat.com>
1962
1963 PR debug/49841
1964 * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
1965 (emit_frame_save): Likewise.
1966 (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
1967 insn onto a dummy blockage insn after the join label.
1968
200e10dc
RH
19692011-07-25 Richard Henderson <rth@redhat.com>
1970
1971 * dwarf2cfi.c (dw_trace_info): Add ID member.
1972 (get_trace_index): Remove. Change users to use ID member.
1973 (before_next_cfi_note): New.
1974 (connect_traces): Remove unreachable traces before the main loop.
1975 Look across one trace and generate remember/restore_state if needed.
1976
a5d0ce89
RH
19772011-07-25 Richard Henderson <rth@redhat.com>
1978
1979 * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
1980
c344a866
JR
19812011-07-25 Joern Rennecke <joern.rennecke@embecosm.com>
1982
1983 * genattr.c (write_upcase, gen_attr <enum definition writing>):
1984 Move to ...
1985 * genattr-common.c ... here.
1986 (main): Call gen_attr.
1987 * optc-gen.awk: Make generated program include insn-attr-common.h .
1988 * Makefile.in (oprions.o): Depend on insn-attr-common.h
1989
4645179e
AS
19902011-07-25 Anatoly Sokolov <aesok@post.ru>
1991
1992 * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
1993 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
1994 * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
1995 m32c_print_operand, m32c_print_operand_address): Remove.
1996 * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
1997 Change return type to bool. Change argument type to bool.
1998 (m32c_print_operand, m32c_print_operand_address): Make static.
1999 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
2000 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
2001
8175c19c
RO
20022011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2003
2004 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
2005 attributes): Document mmap.
2006
5057fa13
AS
20072011-07-25 Anatoly Sokolov <aesok@post.ru>
2008
2009 * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
2010 PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
2011 * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
2012 mmix_print_operand, mmix_print_operand_address): Remove.
2013 * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
2014 Change return type to bool. Change argument type to bool.
2015 (mmix_print_operand, mmix_print_operand_address): Make static.
536e3f49 2016 (mmix_intval, mmix_output_condition): Change 'x' argument type
5057fa13
AS
2017 to const_rtx.
2018 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
2019 TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
2020
f4da258f 20212011-07-25 Georg-Johann Lay <avr@gjlay.de>
536e3f49 2022
f4da258f
GJL
2023 PR target/39386
2024 * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
2025 shift counter for x << x and x >> x shifts.
2026
1500b428
RO
20272011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2028
2029 PR target/47124
2030 * config.gcc: Reject *-*-solaris2 configuration.
2031
59daeef4
RS
20322011-07-25 Richard Sandiford <richard.sandiford@linaro.org>
2033
2034 PR tree-optimization/49809
2035 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
2036 gimple_get_lhs instead of gimple_assign_lhs.
2037
4d1c7421
RO
20382011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2039
2040 * system.h [__cplusplus]: Wrap C function declarations in extern "C".
2041
7fdab8d4
RG
20422011-07-25 Richard Guenther <rguenther@suse.de>
2043
2044 PR tree-optimization/49822
2045 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
2046 more. Make sure to preserve stmts with side-effects. Properly
2047 handle virtual defs, follow a longer def chain.
2048
1baae426
RG
20492011-07-22 Romain Geissler <romain.geissler@gmail.com>
2050
2051 PR plugins/45348
2052 PR plugins/48425
2053 PR plugins/46577
2054 * Makefile.in: Do not flatten c-family directory when installing
2055 plugin headers.
2056
264b47b0
EB
20572011-07-25 Eric Botcazou <ebotcazou@adacore.com>
2058
2059 * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
2060 original nodes if we are dealing with virtual clones.
2061
3d02ae65
BS
20622011-07-25 Bernd Schmidt <bernds@codesourcery.com>
2063
2064 * common/config/c6x/c6x-common.c: New file.
2065
2eaa698b
RZ
20662011-07-25 Roman Zhuykov <zhroma@ispras.ru>
2067
2068 * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
2069
ebeadd91
RG
20702011-07-25 Richard Guenther <rguenther@suse.de>
2071
2072 PR tree-optimization/49715
2073 * tree-vrp.c: Include expr.h and optabs.h.
2074 (range_fits_type_): New function.
2075 (simplify_float_conversion_using_ranges): Likewise.
2076 (simplify_stmt_using_ranges): Call it.
2077 * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
2078 * optabs.c (can_float_p): Export.
2079 * optabs.h (can_float_p): Declare.
2080
d9256277
RG
20812011-07-25 Richard Guenther <rguenther@suse.de>
2082
2083 * tree-vrp.c (num_vr_values, values_propagated): New global vars.
2084 (get_value_range): For out-of-range SSA names or names created
2085 after propagation return a read-only varying range.
2086 (dump_all_value_ranges): Adjust.
2087 (vrp_initialize): Likewise.
2088 (vrp_finalize): Likewise.
2089
149e741d
RH
20902011-07-24 Richard Henderson <rth@redhat.com>
2091
2092 PR debug/49831
2093 * dwarf2cfi.c (connect_traces): Allow unvisited traces. Skip
2094 them entirely.
2095
981dc735
RH
20962011-07-24 Richard Henderson <rth@redhat.com>
2097
2098 PR debug/49825
2099 * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
2100 (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
2101
3382318a
RH
21022011-07-24 Richard Henderson <rth@redhat.com>
2103
2104 PR debug/49827
2105 * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
2106
2f23f97a
RH
21072011-07-24 Richard Henderson <rth@redhat.com>
2108
2109 * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
2110 Zero args_size for abnormal edges. Adjust all callers.
2111
2edb462e
RH
21122011-07-24 Richard Henderson <rth@redhat.com>
2113
2114 PR debug/49825
2115 * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
2116
96d5384b
L
21172011-07-24 H.J. Lu <hongjiu.lu@intel.com>
2118
2119 PR bootstrap/49835
2120 * collect2.c (demangle_flag): Removed.
2121
df45fc34
SL
21222011-07-24 Sandra Loosemore <sandra@codesourcery.com>
2123
2124 * configure.ac (demangler_in_ld): Default to yes.
2125 * configure: Regenerated.
2126 * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
2127 mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
2128 --no-demangle options straight through to ld. When
2129 HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
2130 way that has the intended effect on Windows.
2131
829bdd4b
RH
21322011-07-23 Richard Henderson <rth@redhat.com>
2133
2134 * dwarf2cfi.c: Include basic-block.h.
2135 (dw_label_info): Remove.
2136 (trace_work_list, trace_index): New.
2137 (remember_row, emit_cfa_remember): Remove.
2138 (dw_trace_info_hash, dw_trace_info_eq): New.
2139 (get_trace_index, get_trace_info): New.
2140 (save_point_p): New.
2141 (free_cfi_row): Remove.
2142 (add_cfi): Do not emit DW_CFA_remember_state.
2143 (cfa_row_equal_p): New.
2144 (barrier_args_size): Remove.
2145 (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
2146 (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
2147 (maybe_record_trace_start, create_trace_edges, scan_trace): New.
2148 (dwarf2out_cfi_begin_epilogue): Remove.
2149 (dwarf2out_frame_debug_restore_state): Remove.
2150 (connect_traces, create_pseudo_cfg): New.
2151 (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
2152 * Makefile.in (dwarf2cfi.o): Update.
2153
43215a89
RH
21542011-07-23 Richard Henderson <rth@redhat.com>
2155
2156 * dwarf2cfi.c (dw_trace_info): New.
2157 (dw_label_info): New.
2158 (cie_return_save): New.
2159 (cur_trace): New.
2160 (queued_args_size): Rename from args_size. Update all users.
2161 (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
2162 (def_cfa_1): Use cur_trace instead of cfa_*.
2163 (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
2164 (clobbers_queued_reg_save, reg_saved_in): Likewise.
2165 (dwarf2out_frame_debug_expr): Likewise.
2166 (create_cie_data): Split out from ...
2167 (execute_dwarf2_frame): ... here. Initialize cur_trace.
2168
6ffc63e1
RH
21692011-07-23 Richard Henderson <rth@redhat.com>
2170
2171 * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
2172 Update all users to match.
2173 (execute_dwarf2_frame): Free reg_saved_in_data.
2174
999646c1
RH
21752011-07-23 Richard Henderson <rth@redhat.com>
2176
2177 * dwarf2cfi.c (queued_reg_save): Reorder for packing. Don't GTY.
2178 (queued_reg_saves): Don't GTY. Change to a VEC.
2179 (queue_reg_save): Update to match.
2180 (dwarf2out_flush_queued_reg_saves): Likewise.
2181 (clobbers_queued_reg_save): Likewise.
2182 (reg_saved_in): Likewise.
2183 (execute_dwarf2_frame): Free queued_reg_saves.
2184
ce363ef2
RH
21852011-07-23 Richard Henderson <rth@redhat.com>
2186
2187 * dwarf2cfi.c (dw_cfi_row_ref): Remove. Update all users.
2188
57e16c96
RH
21892011-07-23 Richard Henderson <rth@redhat.com>
2190
2191 * dwarf2cfi.c (add_cfi_args_size): Split out from...
2192 (dwarf2out_args_size): ... here.
2193 (add_cfi_restore): Split out from ...
2194 (dwarf2out_frame_debug_cfa_restore): ... here.
2195 (def_cfa_0): Split out from ...
2196 (def_cfa_1): ... here.
2197 (cfi_oprnd_equal_p, cfi_equal_p): New.
2198 (change_cfi_row): New.
2199 (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
2200 (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
2201 (output_cfis): Remove.
2202 * dwarf2out.c (output_fde): Simplify output_cfi loop.
2203 (dwarf2out_switch_text_section): Don't call output_cfis.
2204 (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
2205 * dwarf2out.h: Update decls.
2206 (enum dw_val_class): Add dw_val_class_none.
2207
f1a0e830
RH
22082011-07-23 Richard Henderson <rth@redhat.com>
2209
2210 * dwarf2cfi.c (update_row_reg_save): New.
2211 (dwarf2out_frame_debug_cfa_expression): Use it.
2212 (dwarf2out_frame_debug_cfa_restore): Likewise.
2213 (reg_save): Likewise. Do not emit DW_CFA_same_value.
2214
141618e2
RH
22152011-07-23 Richard Henderson <rth@redhat.com>
2216
2217 * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn. Update all users.
2218
f17d3401
RH
22192011-07-23 Richard Henderson <rth@redhat.com>
2220
2221 * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
2222 (cie_cfi_row): New.
2223 (new_cfi_row, copy_cfi_row, free_cfi_row): New.
2224 (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
2225 (cur_row, remember_row): New.
2226 (def_cfa_1): Use cur_row instead of the old_* variables.
2227 (dwarf2out_frame_debug_restore_state): Similarly.
2228 (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
2229 (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
2230 (dwarf2out_frame_debug_adjust_cfa): Likewise.
2231 (dwarf2out_frame_debug_cfa_offset): Likewise.
2232 (dwarf2out_frame_debug_expr): Likewise.
2233 (execute_dwarf2_frame): Set up cur_row.
2234 * dwarf2out.h (struct cfa_loc): Mark for GTY.
2235
0be7e7a6
RH
22362011-07-23 Richard Henderson <rth@redhat.com>
2237
2238 * basic-block.h (EDGE_PRESERVE): New.
2239 (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
2240 * bb-reorder.c: Include except.h.
2241 (fix_up_crossing_landing_pad): New.
536e3f49 2242 (find_rarely_executed_basic_blocks_and_crossing_edges): Place
0be7e7a6
RH
2243 landing pads in the right partition. Duplicate as necessary.
2244 (partition_hot_cold_basic_blocks): Fix up DF info after
2245 duplicating landing pads.
2246 * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
2247 * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
2248 is set properly. Validate that EH edges are not CROSSING.
2249 * except.c (expand_dw2_landing_pad_for_region): Split out from ...
2250 (dw2_build_landing_pads): ... here.
2251 (convert_to_eh_region_ranges): Remove code to fixup crossing
2252 landing pads.
2253 * except.h (expand_dw2_landing_pad_for_region): Declare.
2254 * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
2255
e0170551
RE
22562011-07-23 Richard Earnshaw <rearnsha@arm.com>
2257
2258 PR target/49816
2259 * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
2260
15c2ccba
JM
22612011-07-22 Jason Merrill <jason@redhat.com>
2262
2263 * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
2264
295331a4
RH
22652011-07-22 Richard Henderson <rth@redhat.com>
2266
2267 * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
2268
5f93b30a
RH
22692011-07-22 Richard Henderson <rth@redhat.com>
2270
2271 * jump.c (maybe_propagate_label_ref): Split out of...
2272 (mark_all_labels): ... here. Do not attempt label_ref
2273 propagation while in cfglayout mode.
2274
e967adf4
JJ
22752011-07-22 Jakub Jelinek <jakub@redhat.com>
2276
520cda8c
JJ
2277 * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
2278 (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
2279 (dwarf_attr_name): Handle DW_AT_GNU_macros.
2280 (dwarf2out_define): If the vector is empty and
2281 lineno is 0, emit a dummy entry first.
2282 (dwarf2out_undef): Likewise. Remove redundant semicolon.
2283 (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
2284 optimize_macinfo_range): New functions.
2285 (output_macinfo): Use them. If !dwarf_strict and .debug_str is
2286 mergeable, optimize longer strings using
2287 DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
2288 optimize longer sequences of define/undef ops from headers
2289 using DW_MACRO_GNU_transparent_include. For !dwarf_strict
2290 emit a section headers.
2291 (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
2292 and macinfo_section_label to DEBUG_MACRO_SECTION
2293 resp. DEBUG_MACRO_SECTION_LABEL.
2294 (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
2295 instead of DW_AT_macro_info.
2296
e967adf4
JJ
2297 PR other/32998
2298 * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
2299 options.
2300 * dwarf2out.c: Include opts.h.
2301 (dchar_p): New typedef. Define heap VEC for it.
2302 (producer_string): New variable.
2303 (gen_producer_string): New function.
2304 (gen_compile_unit_die): Use it.
536e3f49 2305 (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
e967adf4
JJ
2306 * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
2307 * doc/invoke.texi: Document -grecord-gcc-switches and
2308 -gno-record-gcc-switches, add a -grecord-gcc-switches reference
2309 to -frecord-gcc-switches description.
2310
3a636414
JM
23112011-07-22 Jason Merrill <jason@redhat.com>
2312
2313 PR c++/30112
2314 * c-decl.c (c_linkage_bindings): Define.
2315
8b9b2275
EB
23162011-07-22 Eric Botcazou <ebotcazou@adacore.com>
2317
2318 PR debug/49815
2319 * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
2320
3de69514
L
23212011-07-22 H.J. Lu <hongjiu.lu@intel.com>
2322
2323 * config/i386/i386.c (ix86_option_override_internal): Disallow
2324 MS ABI in x32 mode.
2325 (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
2326 only for TARGET_LP64.
536e3f49 2327 (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
3de69514 2328
49f6f4f7 23292011-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
e56fa6bb
MM
2330
2331 * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
2332 avoid warnings when GCC is built with a C++ compiler.
2333
b75d1e21
MJ
23342011-07-22 Martin Jambor <mjambor@suse.cz>
2335
2336 PR lto/49796
2337 * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
536e3f49 2338 if decl node is in another partition, call cgraph_get_node only once.
b75d1e21 2339
63708bf5
UB
23402011-07-22 Uros Bizjak <ubizjak@gmail.com>
2341
e3c666fd 2342 * config.gcc (x86_64-*-linux*): Set
63708bf5
UB
2343 default_gnu_indirect_function to yes.
2344
27315aa6
RG
23452011-07-22 Richard Guenther <rguenther@suse.de>
2346
2347 PR tree-optimization/45819
2348 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
2349 preserve volatile and notrap flags.
2350
5b6d595b
RO
23512011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2352 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2353
2354 PR bootstrap/49794
2355 * configure.ac: Test AM_ICONV with CXX.
2356 * configure: Regenerate.
2357 * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
2358
7e2fe488
RO
23592011-07-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2360
2361 PR bootstrap/49797
2362 * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
2363 (set_cloog_options): Use it.
2364
d423df48
JJ
23652011-07-22 Jakub Jelinek <jakub@redhat.com>
2366
2367 PR c++/49756
2368 * gcc.c (main): Call stack_limit_increase (64MB).
2369 * toplev.c (toplev_main): Likewise.
2370
7fd72c6f
L
23712011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2372
2373 * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
2374 instead of force_reg.
2375
96f0b772
L
23762011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2377
2378 * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
2379 needed and use force_reg after convert.
2380 (ix86_expand_call): Likewise.
2381 (ix86_expand_special_args_builtin): Likewise.
2382 (ix86_expand_builtin): Likewise.
2383
ef74e2ba
SP
23842011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2385
2386 PR middle-end/47654
2387 PR middle-end/49649
2388 * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
2389 in parameter. Initialize v1 and v2 based on the values returned
2390 by clast_name_to_lb_ub.
2391 (type_for_clast_red): Pass v1 and v2 in parameter, and set their
2392 values.
2393 (type_for_clast_bin): Same.
2394 (type_for_clast_expr): Same.
2395 (type_for_clast_eq): Update calls to type_for_clast_expr.
2396 (type_for_clast_for): Same.
2397 (build_iv_mapping): Same.
2398 * graphite-ppl.h (value_min): New.
2399
84f2ffea
SP
24002011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2401
2402 * graphite-clast-to-gimple.c (type_for_interval): Generate signed
2403 types whenever possible.
2404
3d9784cb
SP
24052011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2406
2407 * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
2408 and ub fields.
2409 (new_clast_name_index): Add lb and ub parameters.
2410 (free_clast_name_index): New.
2411 (clast_name_to_lb_ub): New.
2412 (save_clast_name_index): Add lb and ub parameters.
2413 (compute_bounds_for_param): New.
2414 (type_for_level): Removed.
2415 (type_for_clast_for): Removed level parameter. Do not call
2416 type_for_level.
2417 (graphite_create_new_loop): Store the lb and ub for the clast_name
2418 of the iterator of the loop that has been generated.
2419 (graphite_create_new_loop_guard): Remove parameter level.
2420 (create_params_index): Store the lb and ub of each parameter.
2421 (gloog): Use free_clast_name_index. Pass to create_params_index
2422 the current scop.
2423
12b30e6d
SP
24242011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2425
2426 * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
2427 (max_precision_type): Inline max_signed_precision_type.
2428 (type_for_clast_red): Use max_precision_type.
2429 (type_for_clast_bin): Same.
2430 (type_for_clast_for): Same.
2431
0cdd9dcf
SP
24322011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2433
2434 * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
2435 type_for_interval.
2436 (gcc_type_for_value): Renamed type_for_value.
2437 (gcc_type_for_clast_term): Renamed type_for_clast_term.
2438 (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
2439 (gcc_type_for_clast_red): Renamed type_for_clast_red.
2440 (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
2441 (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
2442 (graphite_translate_clast_equation): Update calls.
2443 (compute_type_for_level): Renamed type_for_level.
2444 (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
2445 (build_iv_mapping): Update calls.
2446 (graphite_create_new_loop_guard): Same.
2447
8aab43a0
SP
24482011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2449
2450 * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
2451 comment.
2452
cf7eab7d
SP
24532011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2454
2455 * graphite-clast-to-gimple.c (struct ivs_params): New.
2456 (clast_name_to_gcc): Use ivs_params to pass around parameters.
2457 (clast_to_gcc_expression): Same.
2458 (clast_to_gcc_expression_red): Same.
2459 (gcc_type_for_clast_term): Same.
2460 (gcc_type_for_clast_expr): Same.
2461 (gcc_type_for_clast_red): Same.
2462 (gcc_type_for_clast_bin): Same.
2463 (gcc_type_for_clast_eq): Same.
2464 (graphite_translate_clast_equation): Same.
2465 (graphite_create_guard_cond_expr): Same.
2466 (graphite_create_new_guard): Same.
2467 (graphite_create_new_loop): Same.
2468 (build_iv_mapping): Same.
2469 (translate_clast_user): Same.
2470 (graphite_create_new_loop_guard): Same.
2471 (translate_clast): Same.
2472 (translate_clast_for_loop): Same.
2473 (translate_clast_for): Same.
2474 (translate_clast_guard): Same.
2475 (initialize_cloog_names): Fix typo.
2476 (gloog): Initialize an ivs_params struct, pass it to translate_clast.
2477
7b1e9596
SP
24782011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2479
2480 * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
2481 (new_clast_name_index): Add level parameter.
2482 (clast_name_to_level): New.
2483 (save_clast_name_index): Add level parameter.
2484 (newivs_to_depth_to_newiv): Removed.
2485 (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
2486 (graphite_create_new_loop): Add level parameter. Pass level to
2487 save_clast_name_index.
2488 (translate_clast_for_loop): Pass level to graphite_create_new_loop.
2489 (create_params_index): Pass level to save_clast_name_index.
2490
6e6568db
SP
24912011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2492
2493 * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
2494 recompute type, lb, and ub. Get them from...
2495 (graphite_create_new_loop_guard): ...here. Pass in parameter
2496 pointers to type, lb, and ub.
2497 (translate_clast_for_loop): Update function calls.
2498 (translate_clast_for): Same.
2499
dff62090
SP
25002011-07-21 Sebastian Pop <sebastian.pop@amd.com>
2501
2502 * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
2503 psct_dynamic_dim.
2504 (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
2505 (gcc_type_for_iv_of_clast_loop): Update use of level.
2506 (gloog): Start counting nesting level from 0.
2507 * graphite-clast-to-gimple.h (get_scattering_level): Removed.
2508 * graphite-dependences.c (graphite_carried_dependence_level_k): Call
2509 psct_dynamic_dim on level.
2510
628c1ac9
L
25112011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2512
2513 * config/i386/i386.c (ix86_legitimize_address): Convert to
2514 Pmode if needed.
2515
08a8923e
L
25162011-07-21 H.J. Lu <hongjiu.lu@intel.com>
2517
2518 * config/i386/i386.c (function_value_64): Always return pointers
2519 in Pmode.
2520 (ix86_promote_function_mode): New.
2521 (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
2522
777a4e9a
BS
25232011-07-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2524
2525 PR tree-optimization/49749
2526 * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
2527 remove no-longer-used maxrank variable.
63708bf5 2528
e9514725 25292011-07-21 Georg-Johann Lay <avr@gjlay.de>
63708bf5 2530
e9514725
GJL
2531 * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
2532
9ca1483b
JM
25332011-07-21 Jason Merrill <jason@redhat.com>
2534
2535 * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
2536 * recog.h (struct insn_data_d): Check it instead of
2537 HAVE_DESIGNATED_INITIALIZERS.
2538 * genoutput.c (output_insn_data): Likewise.
2539
3ceaf2f5
RG
25402011-07-21 Richard Guenther <rguenther@suse.de>
2541
2542 PR tree-optimization/49770
2543 * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
2544 valueized any operand. Renamed from ...
2545 (valueize_refs): ... this. New wrapper around valueize_refs_1.
2546 (valueize_shared_reference_ops_from_ref): Return whether we
2547 valueized any operand.
2548 (vn_reference_lookup): Only when we valueized any operand
2549 use the valueized reference for alias analysis. Do not preserve
2550 the original reference tree in this case.
2551
7c53a140
UB
25522011-07-21 Uros Bizjak <ubizjak@gmail.com>
2553
2554 * config/i386/i386.c (ix86_decompose_address): Reject all but
a4235495 2555 register operands and subregs of DImode hard registers in index.
7c53a140 2556
7f3ff782
KT
25572011-07-21 Kai Tietz <ktietz@redhat.com>
2558
2559 * fold-const.c (fold_unary_loc): Preserve indirect
2560 comparison cast to none-boolean type.
2561 * tree-ssa.c (useless_type_conversion_p): Preserve cast
2562 from/to boolean-type.
7c53a140
UB
2563 * gimplify.c (gimple_boolify): Handle boolification of comparisons.
2564 (gimplify_expr): Boolifiy non aggregate-typed comparisons.
7f3ff782
KT
2565 * tree-cfg.c (verify_gimple_comparison): Check result
2566 type of comparison expression.
7c53a140
UB
2567 * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
2568 of condition result and disallow type-cast sinking into comparison.
7f3ff782 2569
91bc6112
RG
25702011-07-21 Richard Guenther <rguenther@suse.de>
2571
2572 * tree-ssa-forwprop.c (combine_conversions): Return whether
2573 we have to run cfg-cleanup. Properly remove dead stmts.
2574 (ssa_forward_propagate_and_combine): Adjust.
2575
d6f23738
RS
25762011-07-21 Richard Sandiford <richard.sandiford@linaro.org>
2577
2578 * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
2579
fec3cad3
KT
25802011-07-21 Kai Tietz <ktietz@redhat.com>
2581
2582 * tree-ssa-propagate.c (substitute_and_fold): Use
2583 do_dce flag to deside, if BB's statements are scanned
2584 in last to first, or first to last order.
2585
21f3ae2f 25862011-07-21 Georg-Johann Lay <avr@gjlay.de>
7c53a140 2587
21f3ae2f
GJL
2588 * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
2589
6025b127
L
25902011-07-20 H.J. Lu <hongjiu.lu@intel.com>
2591 Uros Bizjak <ubizjak@gmail.com>
2592 Richard Henderson <rth@redhat.com>
2593
2594 * config/i386/constraints.md (w): New.
2595
2596 * config/i386/i386.c (ix86_output_addr_vec_elt): Check
2597 TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
2598
2599 * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
2600 instead of TARGET_64BIT.
2601
2602 * config/i386/i386.md (indirect_jump): Replace
2603 nonimmediate_operand with indirect_branch_operand.
2604 (*indirect_jump): Likewise. Replace constraint "m" with "w".
a4235495
UB
2605 (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
2606 Convert operand 0 to Pmode for x32 if not PIC.
6025b127
L
2607 (*tablejump_1): Replace nonimmediate_operand with
2608 indirect_branch_operand. Replace constraint "m" with "w".
2609 (*call_vzeroupper): Replace constraint "m" with "w".
2610 (*call): Likewise.
2611 (*call_rex64_ms_sysv_vzeroupper): Likewise.
2612 (*call_rex64_ms_sysv): Likewise.
2613 (*call_value_vzeroupper): Likewise.
2614 (*call_value): Likewise.
2615 (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
2616 (*call_value_rex64_ms_sysv): Likewise.
a4235495 2617 (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
6025b127
L
2618
2619 * config/i386/predicates.md (indirect_branch_operand): New.
2620 (call_insn_operand): Support x32.
2621
7f8925a1
ME
26222011-07-20 Michael Eager <eager@eagercon.com>
2623
2624 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
2625
510a442a
RH
26262011-07-20 Richard Henderson <rth@redhat.com>
2627
2628 * cfg.c (dump_bb_info): Dump basic_block->flags.
2629 * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
2630
00b40d0d
UB
26312011-07-20 Uros Bizjak <ubizjak@gmail.com>
2632
2633 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
2634 of DImode hard registers in index.
2635 (ix86_legitimate_address_p): Allow subregs of base and index to span
2636 more than a word. Assert that subregs of base and index satisfy
2637 register_no_elim_operand predicates. Reject addresses where
2638 base and index have different modes.
2639
87f53554
RM
26402011-07-20 Robert Millan <rmh@gnu.org>
2641
2642 * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
2643
742f29ab
UW
26442011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2645
2646 * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
2647 removing now-unnecessary assignment.
2648
d05f3564
UW
26492011-07-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2650
2651 * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
2652 memory address space to the type's address space.
2653
8c352fa8 26542011-07-20 Georg-Johann Lay <avr@gjlay.de>
00b40d0d 2655
8c352fa8
GJL
2656 PR target/36467
2657 PR target/49687
00b40d0d
UB
2658 * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
2659 and expand appropriately if there is a CONST_INT in operand2.
8c352fa8
GJL
2660 (usmulqihi3): New insn.
2661 (*sumulqihi3): New insn.
2662 (*osmulqihi3): New insn.
2663 (*oumulqihi3): New insn.
2664 (*muluqihi3.uconst): New insn_and_split.
2665 (*muluqihi3.sconst): New insn_and_split.
2666 (*mulsqihi3.sconst): New insn_and_split.
2667 (*mulsqihi3.uconst): New insn_and_split.
2668 (*mulsqihi3.oconst): New insn_and_split.
2669 (*ashifthi3.signx.const): New insn_and_split.
2670 (*ashifthi3.signx.const7): New insn_and_split.
2671 (*ashifthi3.zerox.const): New insn_and_split.
2672 (mulsqihi3): New insn.
2673 (muluqihi3): New insn.
2674 (muloqihi3): New insn.
2675 * config/avr/predicates.md (const_2_to_7_operand): New.
2676 (const_2_to_6_operand): New.
2677 (u8_operand): New.
2678 (s8_operand): New.
2679 (o8_operand): New.
2680 (s9_operand): New.
2681 (register_or_s9_operand): New.
2682
be31603a
KT
26832011-07-20 Kai Tietz <ktietz@redhat.com>
2684
2685 * builtins.c (fold_builtin_expect): See through the cast
2686 from truthvalue_type_node to long.
2687
c36193c6
MM
26882011-07-20 Michael Meissner <meissner@linux.vnet.ibm.com>
2689
2690 * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
2691 where we can use them from the standard and altivec instruction
2692 sets, instead of always using the 3 operand VSX forms that require
2693 the destination to overlap one of the inputs.
2694 (vsx_fms*): Ditto.
2695 (vsx_fnma*): Ditto.
2696 (vsx_fnms*): Ditto.
2697
2698 * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
2699 for DF types.
2700 (fmsdf4_fpr): Ditto.
2701 (nfmadf4_fpr): Ditto.
2702 (nfmsdf4_fpr): Ditto.
2703
02aec184
SL
27042011-07-20 Sandra Loosemore <sandra@codesourcery.com>
2705
2706 * genrecog.c (make_insn_sequence): Correct position numbering
2707 when filtering out match_scratch and match_dup.
2708
f8ecf734
RG
27092011-07-20 Richard Guenther <rguenther@suse.de>
2710
2711 * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
2712 against already removed statements.
2713 (forward_propagate_into_comparison): Remove dead defining stmts.
2714 (forward_propagate_into_gimple_cond): Likewise.
2715 (forward_propagate_into_cond): Simplify.
2716 (ssa_forward_propagate_and_combine): Handle changed cfg from
2717 forward_propagate_into_comparison.
2718 * tree-ssa-phiopt.c (conditional_replacement): Use proper
2719 locations for newly built statements.
2720
73451ae7
GJL
27212011-07-20 Georg-Johann Lay <avr@gjlay.de>
2722
2723 * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
2724
c4100a35
AK
27252011-07-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2726
2727 * config/s390/s390.c (s390_class_max_nregs): Fix return type.
2728 * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
2729
dca412a1
RG
27302011-07-20 Richard Guenther <rguenther@suse.de>
2731
2732 PR middle-end/18908
2733 * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
2734 * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
2735 ADDR_EXPR folding. Canonicalize X ^ ~0 as ~X.
2736
73d7e266
VM
27372011-07-20 Vladimir Makarov <vmakarov@redhat.com>
2738
2739 * config/frv/frv.c (frv_register_move_cost): Define explicitly
2740 costs for subclasses of GR_REGS.
2741
5e27a6d4
UB
27422011-07-20 Uros Bizjak <ubizjak@gmail.com>
2743
2744 PR target/49780
2745 * config/i386/predicates.md (no_seg_addres_operand): No more special.
2746 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
2747 of DImode hard registers in base.
2748 (ix86_legitimate_address_p): Allow SImode and DImode base and index
2749 registers.
2750
74d8fa44
RG
27512011-07-20 Richard Guenther <rguenther@suse.de>
2752
5e27a6d4 2753 * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
74d8fa44
RG
2754 (unify_nodes): Deal with that.
2755 (solve_graph): Likewise.
2756
b0e43da8
CLT
27572011-07-20 Chung-Lin Tang <cltang@codesourcery.com>
2758
2759 * config/arm/arm.c (arm_canonicalize_comparison): Add case to
2760 canonicalize left operand from ZERO_EXTEND to AND.
2761
a8c44c52
AS
27622011-07-20 Anatoly Sokolov <aesok@post.ru>
2763
2764 * target.def (class_max_nregs): New hook.
2765 * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
2766 * doc/tm.texi: Regenerate.
2767 * targhooks.c (default_class_max_nregs): New function.
2768 * targhooks.h (default_class_max_nregs): Declare.
2769 * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
2770 x_ira_reg_class_min_nregs arrays to unsigned char.
2771 * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
2772 hook instead of CLASS_MAX_NREGS macro.
2773 * reginfo.c (restore_register_info): Ditto.
2774 * ira-conflicts.c (process_regs_for_copy): Use
2775 ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
2776 Change type rclass and aclass vars to reg_class_t.
2777 * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
2778 array instead of CLASS_MAX_NREGS macro. Change type rclass var to
2779 reg_class_t.
2780 * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
2781 Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
2782
2783 * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
2784 * config/i386/i386.c (ix86_class_max_nregs): New function.
2785 (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
2786 instead of CLASS_MAX_NREGS macro.
2787 (TARGET_CLASS_MAX_NREGS): Define.
2788 * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
2789 * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
2790 * config/avr/avr.c (class_max_nregs): Remove function.
2791 * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
2792 * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
2793 * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
2794 * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
2795 * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
2796 * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
2797 * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
2798 * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
2799 * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
2800 * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
2801 * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
2802 * config/score/score.h (CLASS_MAX_NREGS): Remove.
2803 * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
2804 * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
2805 * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
2806
fd811f03
EB
28072011-07-19 Eric Botcazou <ebotcazou@adacore.com>
2808
2809 * cif-code.def (OVERWRITABLE): Fix typo and move around.
2810 (TARGET_OPTIMIZATION_MISMATCH): Delete.
2811 (EH_PERSONALITY): Fix typo.
2812 (NON_CALL_EXCEPTIONS): Fix message.
2813 (OPTIMIZATION_MISMATCH): Adjust message.
2814 * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
2815
78767fd9
ILT
28162011-07-19 Ian Lance Taylor <iant@google.com>
2817
2818 * doc/install.texi (Configuration): Document
2819 --enable-build-poststage1-with-cxx.
2820
0baeec1b
RM
28212011-07-19 Robert Millan <rmh@gnu.org>
2822
2823 * config/mips/gnu-user.h: Copy from linux.h. Update comments.
2824 (GLIBC_DYNAMIC_LINKER): Remove.
2825
2826 * config/mips/gnu-user64.h: Copy from linux64.h. Update comments.
2827 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
2828 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
2829 (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
2830 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
2831 GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
2832
2833 * config/mips/linux.h: Remove everything except for ...
2834 (GLIBC_DYNAMIC_LINKER): ... this macro.
2835
2836 * config/mips/linux64.h: Remove everything except for ...
2837 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
2838 (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
2839 (BIONIC_DYNAMIC_LINKERN32): ... these macros.
2840 (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
2841 (GNU_USER_LINK_EMULATIONN32): New macros.
2842
5e27a6d4
UB
2843 * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
2844 Use the new headers.
0baeec1b 2845
754c3d5d
RS
28462011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2847
2848 * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
2849 Add offset_known_p and size_known_p fields.
2850 (MEM_OFFSET_KNOWN_P): Update accordingly.
2851 (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
2852 * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
2853 (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
2854 (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
2855 (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
2856 (init_emit_regs): Likewise.
2857
527210c4
RS
28582011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2859
2860 * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
2861 (MEM_OFFSET): Change from returning an rtx to returning a
2862 HOST_WIDE_INT.
2863 * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
2864 (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
2865 * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
2866 (clear_mem_offset): Declare.
2867 * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
2868 MEM_OFFSET_KNOWN_P to test whether the offset is known, and
2869 MEM_OFFSET to get a HOST_WIDE_INT offset.
2870 (nonoverlapping_memrefs_p): Likewise. Adjust calls to...
2871 (adjust_offset_for_component_ref): Take a bool "known_p"
2872 parameter and a HOST_WIDE_INT "offset" parameter.
2873 * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
2874 Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
2875 than an rtx. Use clear_mem_offset to clear the offset.
2876 * cfgcleanup.c (merge_memattrs): Likewise.
2877 * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
2878 * function.c (assign_parm_find_stack_rtl): Likewise.
2879 (assign_parm_setup_stack): Likewise.
2880 * print-rtl.c (print_rtx): Likewise.
2881 * reload.c (find_reloads_subreg_address): Likewise.
2882 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
2883 * var-tracking.c (INT_MEM_OFFSET): Likewise.
2884 * emit-rtl.c (set_reg_attrs_from_value): Likewise.
2885 (get_mem_align_offset): Likewise.
2886 (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
2887 (clear_mem_offset): New function.
2888 * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
2889 offset rather than an rtx. Assume both the expressio and offset
2890 are available.
2891 (r10k_needs_protection_p_1): Update accordingly, checking the
2892 expression and offset availability here instead.
2893
f5541398
RS
28942011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2895
2896 * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
2897 (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
2898 * rtl.h (MEM_SIZE_KNOWN_P): New macro.
2899 (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
2900 * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
2901 (clear_mem_size): Declare.
2902 * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
2903 (clear_mem_size): New function.
2904 * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
2905 MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
2906 to get a HOST_WIDE_INT size. Adjust calls to set_mem_size,
2907 passing a HOST_WIDE_INT rather than an rtx. Use clear_mem_size
2908 to clear the size.
2909 (nonoverlapping_memrefs_p): Likewise.
2910 * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
2911 (expand_builtin_init_trampoline): Likewise.
2912 * calls.c (compute_argument_addresses): Likewise.
2913 * cfgcleanup.c (merge_memattrs): Likewise.
2914 * dce.c (find_call_stack_args): Likewise.
2915 * dse.c (record_store, scan_insn): Likewise.
2916 * dwarf2out.c (dw_sra_loc_expr): Likewise.
2917 * expr.c (emit_block_move_hints): Likewise.
2918 * function.c (assign_parm_find_stack_rtl): Likewise.
2919 * print-rtl.c (print_rtx): Likewise.
2920 * reload.c (find_reloads_subreg_address): Likewise.
2921 * rtlanal.c (may_trap_p_1): Likewise.
2922 * var-tracking.c (track_expr_p): Likewise.
2923 * varasm.c (assemble_trampoline_template): Likewise.
2924 * config/arm/arm.c (arm_print_operand): Likewise.
2925 * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
2926 * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
2927 (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
2928 (expand_constant_setmem_prologue): Likewise.
2929 * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
2930 * config/rs6000/rs6000.c (expand_block_move): Likewise.
2931 (adjacent_mem_locations): Likewise.
2932 * config/s390/s390.c (s390_expand_setmem): Likewise.
2933 (s390_expand_insv): Likewise.
2934 * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
2935 (*extendqi<mode>2_short_displ): Likewise.
2936 * config/sh/sh.c (expand_block_move): Likewise.
2937 * config/sh/sh.md (extv, extzv): Likewise.
2938
f12144dd
RS
29392011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2940
2941 * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
2942 (mem_attrs_htab_eq): ...here.
2943 (find_mem_attrs): Replace with...
2944 (set_mem_attrs): ...this function. Take a mem_attrs structure
2945 rather than individual fields.
2946 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
2947 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
2948 (set_mem_size, change_address, adjust_address_1, offset_address)
2949 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
2950 Update accordingly.
2951
1c3f523e
RS
29522011-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2953
2954 * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
2955 (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
2956 Provide a dummy definition of MEM_ADDR_SPACE for generators.
2957 (target_rtl): Add x_mode_mem_attrs.
2958 (mode_mem_attrs): New macro.
2959 (get_mem_attrs): New function.
2960 * emit-rtl.c (get_mem_attrs): Rename to...
2961 (find_mem_attrs): ...this.
2962 (set_mem_attributes_minus_bitpos, set_mem_alias_set)
2963 (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
2964 (set_mem_size, change_address, adjust_address_1, offset_address)
2965 (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
2966 Update accordingly.
2967 (init_emit_regs): Initialize mode_mem_attrs.
2968
3046b1a9
RG
29692011-07-19 Richard Guenther <rguenther@suse.de>
2970
2971 * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
2972 TRUTH_*_EXPR handling.
2973 * tree-ssa-operands.c (get_expr_operands): Likewise.
2974 * tree-ssa-pre.c (fully_constant_expression): Likewise.
2975 * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
2976 Likewise.
2977 (is_and_or_or): Likewise.
2978 (is_norm_cond_subset_of): Likewise.
2979
5d49b6a7
RG
29802011-07-19 Richard Guenther <rguenther@suse.de>
2981
2982 * tree.h (fold_build_pointer_plus_loc): New helper function.
2983 (fold_build_pointer_plus_hwi_loc): Likewise.
2984 (fold_build_pointer_plus): Define.
2985 (fold_build_pointer_plus_hwi): Likewise.
2986 * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
2987 (fold_builtin_memory_op): Likewise.
2988 (fold_builtin_stpcpy): Likewise.
2989 (fold_builtin_memchr): Likewise.
2990 (fold_builtin_strstr): Likewise.
2991 (fold_builtin_strchr): Likewise.
2992 (fold_builtin_strrchr): Likewise.
2993 (fold_builtin_strpbrk): Likewise.
2994 (fold_builtin_strcat): Likewise.
2995 (expand_builtin_memory_chk): Likewise.
2996 (fold_builtin_memory_chk): Likewise.
2997 * c-typeck.c (build_unary_op): Likewise.
2998 * cgraphunit.c (thunk_adjust): Likewise.
2999 * fold-const.c (build_range_check): Likewise.
3000 (fold_binary_loc): Likewise.
3001 * omp-low.c (extract_omp_for_data): Likewise.
3002 (expand_omp_for_generic): Likewise.
3003 (expand_omp_for_static_nochunk): Likewise.
3004 (expand_omp_for_static_chunk): Likewise.
3005 * tree-affine.c (add_elt_to_tree): Likewise.
3006 * tree-data-ref.c (split_constant_offset_1): Likewise.
3007 * tree-loop-distribution.c (generate_memset_zero): Likewise.
3008 * tree-mudflap.c (mf_xform_derefs_1): Likewise.
3009 * tree-predcom.c (ref_at_iteration): Likewise.
3010 * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
3011 (add_to_parts): Likewise.
3012 (create_mem_ref): Likewise.
3013 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
3014 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
3015 (number_of_iterations_le): Likewise.
3016 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
3017 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
3018 (vect_create_addr_base_for_vector_ref): Likewise.
3019 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
3020 (vect_create_cond_for_alias_checks): Likewise.
3021 * tree-vrp.c (extract_range_from_assert): Likewise.
3022 * config/alpha/alpha.c (alpha_va_start): Likewise.
3023 (alpha_gimplify_va_arg_1): Likewise.
3024 * config/i386/i386.c (ix86_va_start): Likewise.
3025 (ix86_gimplify_va_arg): Likewise.
3026 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
3027 * config/mep/mep.c (mep_expand_va_start): Likewise.
3028 (mep_gimplify_va_arg_expr): Likewise.
3029 * config/mips/mips.c (mips_va_start): Likewise.
3030 (mips_gimplify_va_arg_expr): Likewise.
3031 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
3032 * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
3033 (rs6000_gimplify_va_arg): Likewise.
3034 * config/s390/s390.c (s390_va_start): Likewise.
3035 (s390_gimplify_va_arg): Likewise.
3036 * config/sh/sh.c (sh_va_start): Likewise.
3037 (sh_gimplify_va_arg_expr): Likewise.
3038 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
3039 * config/spu/spu.c (spu_va_start): Likewise.
3040 (spu_gimplify_va_arg_expr): Likewise.
3041 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
3042 Likewise.
3043 (xstormy16_gimplify_va_arg_expr): Likewise.
3044 * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
3045 (xtensa_gimplify_va_arg_expr): Likewise.
3046
d906fd7f
RG
30472011-07-19 Richard Guenther <rguenther@suse.de>
3048
3049 * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
3050 (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
3051 handling.
3052
3053 PR middle-end/18908
3054 * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
3055 result of BIT_*_EXPR to bitfield precision.
3056
1b14d815
RS
30572011-07-19 Richard Sandiford <richard.sandiford@linaro.org>
3058
3059 PR tree-optimization/49742
3060 * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
3061 as a potential write.
3062
d906fd7f
RG
30632011-07-19 Richard Guenther <rguenther@suse.de>
3064
3065 * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
3066 * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
3067 (forward_propagate_comparison): Simplify, remove obsolete code.
3068
53020648
RG
30692011-07-19 Richard Guenther <rguenther@suse.de>
3070
3071 * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
3072 BIT_XOR_EXPR, same as the RTL expander does.
3073 * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
3074 (verify_gimple_assign_unary): Likewise.
3075 * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
3076 * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
3077 BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
3078
b8b2b009
JJ
30792011-07-19 Jakub Jelinek <jakub@redhat.com>
3080
3081 PR tree-optimization/49768
3082 * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
3083 if offset is smaller than bitoffset, but offset+size is bigger
3084 than bitoffset.
3085
338f655d
IR
30862011-07-19 Ira Rosen <ira.rosen@linaro.org>
3087
3088 PR tree-optimization/49771
3089 * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
3090 zero step, set segment length to the size of the data-ref's type.
3091
310bc633
MJ
30922011-07-18 Martin Jambor <mjambor@suse.cz>
3093
3094 * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
3095 comments.
3096 (ipcp_values_pool): Declare.
3097 (ipcp_sources_pool): Likewise.
3098 (ipcp_lattice): Changed to forward declaration.
3099 (ipa_param_descriptor): Removed fields ipcp_lattice, types and
3100 cannot_devirtualize.
3101 (ipa_node_params): New fields descriptors, lattices, known_vals,
3102 clone_for_all_contexts and node dead, removed fields params and
3103 count_scale.
3104 (ipa_set_param_count): Removed.
3105 (ipa_get_param_count): Made to work with descriptors vector.
3106 (ipa_get_param): Updated.
3107 (ipa_param_cannot_devirtualize_p): Removed.
3108 (ipa_param_types_vec_empty): Likewise.
3109 (ipa_set_param_used): New function.
3110 (ipa_get_param_used): Updated to use descriptors vector.
3111 (ipa_func_list): Removed.
3112 (ipa_init_func_list): Removed declaration.
3113 (ipa_push_func_to_list_1): Likewise.
3114 (ipa_pop_func_from_list): Likewise.
3115 (ipa_push_func_to_list): Removed.
3116 (ipa_lattice_from_jfunc): Remove declaration.
3117 (ipa_get_jf_pass_through_result): Declare.
3118 (ipa_get_jf_ancestor_result): Likewise.
3119 (ipa_value_from_jfunc): Likewise.
3120 (ipa_get_lattice): Update.
3121 (ipa_lat_is_single_const): New function.
3122 * ipa-prop.c (ipa_push_func_to_list_1): Removed.
3123 (ipa_init_func_list): Likewise.
3124 (ipa_pop_func_from_list): Likewise.
3125 (ipa_get_param_decl_index): Fix coding style.
3126 (count_formal_params): Removed.
3127 (count_formal_params_1): Renamed to count_formal_params.
3128 (ipa_populate_param_decls): Update to use descriptors vector.
3129 (ipa_initialize_node_params): Likewise.
3130 (visit_ref_for_mod_analysis): Use ipa_set_param_used.
3131 (ipa_analyze_params_uses): Likewise.
3132 (ipa_free_node_params_substructures): Likewise and free also lattices
3133 and known values.
3134 (duplicate_array): Removed.
3135 (ipa_edge_duplication_hook): Add the new edge to the list of edge
3136 clones.
3137 (ipa_node_duplication_hook): Update to use new lattices.
3138 (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
3139 (ipa_free_all_structures_after_iinln): Likewise.
3140 (ipa_write_node_info): Update to use new lattices.
3141 (ipa_read_node_info): Likewise.
3142 (ipa_get_jf_pass_through_result): New function.
3143 (ipa_get_jf_ancestor_result): Likewise.
3144 (ipa_value_from_jfunc): Likewise.
3145 (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
3146 * ipa-cp.c: Reimplemented.
3147 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
3148 (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
3149 (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
3150 * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
3151 * doc/invoke.texi (devirt-type-list-size): Removed description.
3152 (ipa-cp-value-list-size): Added description.
3153
6774a66f
RH
31542011-07-18 Richard Henderson <rth@redhat.com>
3155
3156 * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
3157 before calling create_basic_block.
3158
8b316874
JJ
31592011-07-18 Jakub Jelinek <jakub@redhat.com>
3160
3161 PR middle-end/49675
3162 * tree.c (build_common_builtin_nodes): Register
3163 __builtin_return_address, __cyg_profile_func_enter
3164 and __cyg_profile_func_exit.
3165
9f68560b
RH
31662011-07-18 Richard Henderson <rth@redhat.com>
3167
3168 * bb-reorder.c (emit_barrier_after_bb): Split out of ...
3169 (add_labels_and_missing_jumps): ... here.
3170 (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
3171
03126412
UB
31722011-07-18 Uros Bizjak <ubizjak@gmail.com>
3173
3174 PR target/47744
3175 * config/i386/i386.c (ix86_decompose_address): Allow only subregs
3176 of DImode hard registers in PLUS address chains.
3177
fbf80ef7
RO
31782011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3179
3180 PR bootstrap/49769
3181 * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
3182 (alpha*-*-freebsd*): Likewise.
3183 (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3184 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
3185 i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
3186 crtprec80.o, crtfastmath.o to extra_parts for all targets.
3187 (ia64*-*-elf*): Remove extra_parts.
3188 (sparc-*-linux*): Add crtfastmath.o to extra_parts.
3189 (sparc64-*-linux*): Likewise.
3190 (sparc64-*-freebsd*): Likewise.
3191
3192 Revert:
3193 * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
3194 (ia64*-*-linux*): Likewise.
3195 (mips64*-*-linux*): Likewise.
3196 (mips*-*-linux*): Likewise.
3197
daf633ba
DE
31982011-07-18 David Edelsohn <dje.gcc@gmail.com>
3199
3200 * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
3201
4b4455e5
RG
32022011-07-18 Richard Guenther <rguenther@suse.de>
3203
3204 * gimplify.c (gimplify_expr): Use input_location, not saved_location
3205 when building new trees.
3206
e002c7cb
RG
32072011-07-18 Richard Guenther <rguenther@suse.de>
3208
3209 * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
3210 expansion result to bitfield precision if required.
3211
e44dbbe1
RO
32122011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3213
3214 * config.gcc (i[3456x]86-*-netware*): Remove.
3215
3216 * gthr-nks.h: Remove.
3217 * configure.ac (enable_threads): Remove nks.
3218 * configure: Regenerate.
3219
3220 * config/i386/i386.c (ix86_encode_section_info): Remove netware
3221 reference.
3222 * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
3223 <netware.h> reference.
3224
3225 * config/i386/netware-libgcc.c,
3226 gcc/config/i386/netware-libgcc.def,
3227 gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
3228 gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
3229 gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
3230 gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
3231
3232 * doc/extend.texi (Function Attributes,
3233 callee_pop_aggregate_return): Remove i?86-netware reference.
3234 * doc/install.texi (Configuration, --enable-threads): Remove nks.
3235
fd862017
JDA
32362011-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3237
3238 PR target/49746
3239 Revert:
3240 2010-12-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3241
3242 * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
3243 patterns.
3244
1ff24749
EB
32452011-07-17 Eric Botcazou <ebotcazou@adacore.com>
3246
3247 PR middle-end/49732
3248 * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
3249
a4a2c37d
MK
32502011-07-16 Matthias Klose <doko@ubuntu.com>
3251
3252 * doc/install.texi: Document --enable-static-libjava.
3253
ea6136a2
RH
32542011-07-15 Richard Henderson <rth@redhat.com>
3255
3256 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
3257 Replace all three arguments by returning a VEC of edges.
3258 (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
3259 pointers and counts.
3260 (fix_edges_for_rarely_executed_code): Merge ...
3261 (rest_of_handle_partition_blocks): ... into...
3262 (partition_hot_cold_basic_blocks): ... here. Return todo items if
3263 any work was performed.
3264 (pass_partition_blocks): Clear todo_flags_finish.
3265
6545e33e
PC
32662011-07-15 Paolo Carlini <paolo.carlini@oracle.com>
3267 Jakub Jelinek <jakub@redhat.com>
3268 Jonathan Wakely <jwakely.gcc@gmail.com>
3269
3270 PR libstdc++/49745
3271 * gthr-posix.h: Do not include <unistd.h> unconditionally; use
3272 _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
3273
6feeed06
JM
32742011-07-15 Jason Merrill <jason@redhat.com>
3275
3276 PR testsuite/49741
3277 * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
3278 rather than --tool_opts.
3279
44762055
BS
32802011-07-15 Basile Starynkevitch <basile@starynkevitch.net>
3281
3282 * doc/plugins.texi (Building GCC plugins): gengtype needs its
0fa71447 3283 corresponding gtype.state.
44762055 3284
1be0310c
JDA
32852011-07-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3286
3287 PR target/49723
3288 * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
3289
12c5ffe5
EB
32902011-07-15 Eric Botcazou <ebotcazou@adacore.com>
3291
3292 PR target/48220
3293 * doc/md.texi (Standard Names): Document window_save.
3294 * cfgexpand.c (expand_debug_parm_decl): New function extracted from
3295 expand_debug_expr and expand_debug_source_expr. If the target has
3296 a window_save instruction, adjust the ENTRY_VALUE_EXP.
3297 (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
3298 SSA_NAME_VAR is a parameter.
3299 (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
3300 * var-tracking.c (parm_reg_t): New type and associated vector type.
3301 (windowed_parm_regs): New variable.
3302 (adjust_insn): If the target has a window_save instruction and this
3303 is the instruction, make its effect on parameter registers explicit.
3304 (next_non_note_insn_var_location): New function.
3305 (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
3306 (vt_add_function_parameter): If the target has a window_save insn,
3307 adjust the incoming RTL and record that in windowed_parm_regs.
3308 (vt_finalize): Free windowed_parm_regs.
3309
bcead286
BS
33102011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3311
3312 * doc/invoke.texi (C6X Options): New section.
3313 * doc/md.texi (TI C6X family): New section.
3314 * config.gcc: Handle tic6x, in particular tic6x-*-elf and
3315 tic6x-*-uclinux.
3316 * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
3317 count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
3318 Provide C6X definitions.
3319 * config/c6x/c6x.md: New file.
3320 * config/c6x/constraints.md: New file.
3321 * config/c6x/predicates.md: New file.
3322 * config/c6x/c6x-sched.md.in: New file.
3323 * config/c6x/c6x-sched.md: New file.
3324 * config/c6x/gensched.sh: New file.
3325 * config/c6x/c6x-mult.md.in: New file.
3326 * config/c6x/genmult.sh: New file.
3327 * config/c6x/c6x-mult.md: New file.
3328 * config/c6x/sync.md: New file.
3329 * config/c6x/c6x-protos.h: New file.
3330 * config/c6x/sfp-machine.h: New file.
3331 * config/c6x/c6x.c: New file.
3332 * config/c6x/c6x.h: New file.
3333 * config/c6x/crti.s: New file.
3334 * config/c6x/crtn.s: New file.
3335 * config/c6x/lib1funcs.asm: New file.
3336 * config/c6x/c6x-modes.def: New file.
3337 * config/c6x/genopt.sh: New file.
3338 * config/c6x/c6x.opt: New file.
3339 * config/c6x/c6x-tables.opt: New file.
3340 * config/c6x/c6x-opts.h: New file.
3341 * config/c6x/c6x-isas.def: New file.
3342 * config/c6x/elf.h: New file.
3343 * config/c6x/elf-common.h: New file.
3344 * config/c6x/uclinux-elf.h: New file.
3345 * config/c6x/t-c6x: New file.
3346 * config/c6x/t-c6x-elf: New file.
3347 * config/c6x/t-c6x-uclinux: New file.
3348 * config/c6x/t-c6x-softfp: New file.
3349 * config/c6x/gtd.c: New file.
3350 * config/c6x/gtf.c: New file.
3351 * config/c6x/ltd.c: New file.
3352 * config/c6x/ltf.c: New file.
3353 * config/c6x/ged.c: New file.
3354 * config/c6x/gef.c: New file.
3355 * config/c6x/led.c: New file.
3356 * config/c6x/lef.c: New file.
3357 * config/c6x/eqd.c: New file.
3358 * config/c6x/eqf.c: New file.
3359 * config/c6x/libgcc-c6xeabi.ver: New file.
3360
aef0e7a8
BS
3361 Revert
3362 2003-07-10 Eric Botcazou <ebotcazou@libertysurf.fr>
3363 PR rtl-optimization/11320
3364 * sched-int.h (struct deps) [reg_conditional_sets]: New field.
3365 (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
3366 * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
3367 current_sched_info->compute_jump_reg_dependencies. Record which
3368 registers are used and which registers are set by the jump.
3369 Clear deps->reg_conditional_sets after a barrier.
3370 Set deps->reg_conditional_sets if the insn is a COND_EXEC.
3371 Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
3372 (init_deps): Initialize reg_conditional_sets.
3373 (free_deps): Clear reg_conditional_sets.
3374 * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
3375 Mark registers live on entry of the fallthrough block and conditionally
3376 set as set by the jump. Mark registers live on entry of non-fallthrough
3377 blocks as used by the jump.
3378 * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
3379 Mark new parameters as unused.
3380
9bed2f0d
AP
33812011-07-14 Andrew Pinski <pinskia@gmail.com>
3382
3383 PR tree-opt/49309
3384 * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
3385 Use fold_build2_loc instead of build2.
3386 Use the correct type for the new tree.
3387
1f88caaa
BS
33882011-07-14 Bernd Schmidt <bernds@codesourcery.com>
3389
3390 PR rtl-optimization/11320
3391 * config/ia64/ia64.md (load_symptr_low): Show a MEM.
3392 * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
3393
d772f97c 33942011-07-14 Georg-Johann Lay <avr@gjlay.de>
1f88caaa 3395
d772f97c
GJL
3396 PR target/49487
3397 * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
3398 of REG.
3399 (*rotw<mode>): Use const_int_operand for operand2.
3400 Use match_scatch for operand3.
3401 (*rotb<mode>): Ditto
3402 * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
3403
1a5d20a4
RG
34042011-07-14 Richard Guenther <rguenther@suse.de>
3405
3406 PR tree-optimization/49651
3407 * tree-ssa-structalias.c (get_constraint_for_1): Properly
3408 handle dereferences with subvariables.
3409
5fbcc0ed
RG
34102011-07-14 Richard Guenther <rguenther@suse.de>
3411
3412 * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
3413 (fold_stmt_1): Do it here directly on gimple and as a first thing.
3414
fbf3fee2
RG
34152011-07-14 Richard Guenther <rguenther@suse.de>
3416
3417 * fold-const.c (fold_binary_loc): Convert the !bool_var result,
3418 not bool_var when folding bool_var != 1 or bool_var == 0.
3419
b953c2b8
BS
34202011-07-14 Bernd Schmidt <bernds@codesourcery.com>
3421
3422 * haifa-sched.c (schedule_insns): Remove outdated comment.
3423 (schedule_block): When computing a known value for TODO_SPEC,
3424 just set it rather than using logical operations.
3425 (try_ready): Likewise. Use a local variable rather than a
3426 pointer to TODO_SPEC. Reorder an if statement to move the
3427 easy case to the then block.
3428 * sched-deps.c (dep_spec_p): New static function.
3429 (update_dep): Use it to decide whether to call
3430 change_spec_dep_to_hard.
3431 (get_back_and_forw_lists): Use it.
3432 (sd_resolve_dep): Likewise.
3433 (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
3434 (haifa_note_mem_dep): Likewise.
3435 (check_dep): Likewise.
3436 (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
3437 (sched_free_deps): Free in two passes.
3438
1f098f07
RS
34392011-07-14 Richard Sandiford <richard.sandiford@linaro.org>
3440
3441 PR middle-end/49736
3442 * expr.c (all_zeros_p): Undo bogus part of last change.
3443
73059910
MK
34442011-07-14 Matthias Klose <doko@ubuntu.com>
3445
3446 * doc/extend.texi (optimize attribute): Fix typo.
3447
bd5d002e
RG
34482011-07-14 Richard Guenther <rguenther@suse.de>
3449
3450 * gimplify.c (gimplify_expr): Only do required conversions.
3451
eb1dcdff
GJL
34522011-07-14 Georg-Johann Lay <avr@gjlay.de>
3453
3454 PR target/43746
3455 * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
3456 i.e. use default_elf_select_section.
3457 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
3458 (READONLY_DATA_SECTION_ASM_OP): Remove.
3459 (TARGET_ASM_NAMED_SECTION): Move from here...
3460 * config/avr/avr.c: ...to here.
03126412 3461 (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
eb1dcdff
GJL
3462 (avr_asm_named_section): Make static.
3463
d31fb329
RO
34642011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3465
3466 PR bootstrap/49739
03126412
UB
3467 * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
3468 and crtfastmath.o for Linux/x86.
d31fb329 3469
26965010
BS
34702011-07-14 Bernd Schmidt <bernds@codesourcery.com>
3471
3472 * haifa-sched.c: Include "hashtab.h"
3473 (sched_no_dce): New global variable.
3474 (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
3475 SHADOW_P): New macros.
3476 (last_clock_var, cycle_issued_insns): Move declarations.
3477 (must_backtrack): New static variable.
3478 (struct delay_pair): New structure.
3479 (delay_htab, delay_htab_i2): New static variables.
3480 (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
3481 record_delay_slot_pair, pair_delay, add_delay_dependencies): New
3482 functions.
3483 (dep_cost_1): If delay pairs exist, try to look up the insns and
3484 use the correct pair delay if we find them.
3485 (rank-for_schedule): Tweak priority for insns that must be scheduled
3486 soon to avoid backtracking.
3487 (queue_insn): Detect conditions which force backtracking.
3488 (ready_add): Likewise.
3489 (struct sched_block_state): Add member shadows_only_p.
3490 (struct haifa_save_data): New structure.
3491 (backtrack_queue): New static variable.
3492 (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
3493 unschedule_insns_until, restore_last_backtrack_point,
3494 free_topmost_backtrack_point, free_backtrack_queue,
3495 estimate_insn_tick, estimate_shadow_tick): New functions.
3496 (prune_ready_list): New arg shadows_only_p. All callers changed.
3497 If true, remove everything that isn't SHADOW_P. Look up delay
03126412 3498 pairs and estimate ticks to avoid scheduling the first insn too early.
26965010
BS
3499 (verify_shadows): New function.
3500 (schedule_block): Add machinery to enable backtracking.
3501 (sched_init): Take sched_no_dce into account when setting
3502 DF_LR_RUN_DCE.
3503 (free_delay_pairs): New function.
3504 (init_h_i_d): Initialize INSN_EXACT_TICK.
3505 * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
3506 * sched-deps.c (sd_unresolve_dep): New function.
3507 * sched-int. (struct haifa_sched_info): New fields save_state
3508 and restore_state.
3509 (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
3510 feeds_backtrack_insn and shadow_p.
3511 (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
3512 (sched_no_dce): Declare variable.
3513 (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
3514 sd_unresolve_dep): Declare functions.
3515 * modulo-sched.c (sms_sched_info): Clear the two new fields.
3516 * sched-rgn.c (rgn_const_sched_info): Likewise.
3517 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
3518 * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
3519 (ebb_sched_info): Add them for the two new fields.
3520 (add_deps_for_risky_insns): Call add_delay_dependencies.
3521
1db75f6c
MM
35222011-07-13 Michael Meissner <meissner@linux.vnet.ibm.com>
3523
3524 * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
3525 Rename -mr11.
3526 * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
3527 (rs6000_call_indirect_aix): Ditto.
3528 * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
3529 (call_indirect_aix<ptrsize>_internal): Ditto.
3530 (call_indirect_aix<ptrsize>_nor11): Ditto.
3531 (call_indirect_aix<ptrsize>_internal2): Ditto.
3532 (call_value_indirect_aix<ptrsize>): Ditto.
3533 (call_value_indirect_aix<ptrsize>_internal): Ditto.
3534 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
3535 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
3536 * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
3537
e2995714
JM
35382011-07-13 Jason Merrill <jason@redhat.com>
3539
3540 * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
3541
4dfe3ad5
UW
35422011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3543
3544 * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
3545 * config/spu/spu.md ("clrsb<mode>2"): New expander.
3546
dddc6762
TS
35472011-07-13 Thomas Schwinge <thomas@schwinge.name>
3548
3549 * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
3550 * configure: Regenerate.
3551
b4d80e56
UW
35522011-07-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3553
3554 * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
3555 (asm_file_start): Remove.
3556 (spu_machine_dependent_reorg): Call compute_bb_for_insn and
3557 free_bb_for_insn around code that modifies insns before
3558 restarting df analysis.
3559
9e34e53f
RO
35602011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3561
3562 PR target/49541
03126412 3563 * config/sol2.h (LIB_SPEC): Simplify. Move LIB_THREAD_LDFLAGS_SPEC ...
9e34e53f
RO
3564 (LINK_SPEC): ... here.
3565
51564684
BS
35662011-07-13 Bernd Schmidt <bernds@codesourcery.com>
3567
3568 * haifa-sched.c (struct sched_block_state): New.
3569 (schedule_block): Move some local variables into such a structure.
3570
b3fe1584
RO
35712011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3572
3573 * config/i386/crtprec.c: Move to ../libgcc/config/i386.
3574 * config/i386/t-crtpc: Remove.
3575 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
3576 * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
3577 tmake_file.
3578 (x86_64-*-darwin*): Likewise.
3579 (i[34567]86-*-linux*): Likewise.
3580 (x86_64-*-linux*): Likewise.
3581
3582 * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
3583 Handle -mpc32, -mpc64, -mpc80.
3584
35d8090d
RO
35852011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3586
3587 * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
3588 * config/alpha/t-crtfm: Remove.
3589 * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
3590 * config/i386/t-crtfm: Remove.
3591 * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
3592 * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
3593 * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
3594 * config/sparc/t-crtfm: Remove.
3595
3596 * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
3597 (alpha*-*-freebsd*): Likewise.
3598 (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
3599 (x86_64-*-darwin*): Likewise.
3600 (i[34567]86-*-linux*): Likewise.
3601 (x86_64-*-linux*): Likewise.
3602 (x86_64-*-mingw*): Likewise.
3603 (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
3604 (ia64*-*-freebsd*): Likewise.
3605 (ia64*-*-linux*): Likewise.
3606 (mips64*-*-linux*): Likewise.
3607 (mips*-*-linux*): Likewise.
3608 (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
3609 (sparc64-*-linux*): Likewise.
3610 (sparc64-*-freebsd*): Likewise.
3611
e141542e
RO
36122011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3613
3614 * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
3615 * config/darwin-crt3.c: Move to ../libgcc/config.
3616 * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
3617 ($(T)crt3$(objext)): Remove.
3618 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
3619 ($(T)crt2$(objext)): Remove.
3620 * config.gcc (powerpc-*-darwin*): Remove extra_parts.
3621 (powerpc64-*-darwin*): Likewise.
3622
72fbc381
L
36232011-07-13 H.J. Lu <hongjiu.lu@intel.com>
3624
03126412 3625 * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
72fbc381
L
3626
3627 * config/i386/i386.md (*addsi_1_zext): Renamed to ...
3628 (addsi_1_zext): This.
3629
727a65e6
BS
36302011-07-13 Bernd Schmidt <bernds@codesourcery.com>
3631
3632 * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
3633 * doc/tm.texi: Regenerate.
73451ae7 3634 * target.def (mergeable_rodata_prefix): New defhookpod.
727a65e6
BS
3635 * varasm.c (mergeable_string_section, mergeable_constant_section):
3636 Use it. Allocate name with alloca.
3637
cb77b6cf
L
36382011-07-13 H.J. Lu <hongjiu.lu@intel.com>
3639
3640 * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
3641
36fc3799
RS
36422011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
3643
3644 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
3645 overlap check.
3646
953d0c90
RS
36472011-07-13 Richard Sandiford <richard.sandiford@linaro.org>
3648
3649 * tree.h (categorize_ctor_elements): Remove comment. Fix long line.
3650 (count_type_elements): Delete.
3651 (complete_ctor_at_level_p): Declare.
3652 * expr.c (flexible_array_member_p): New function, split out from...
3653 (count_type_elements): ...here. Make static. Replace allow_flexarr
3654 parameter with for_ctor_p. When for_ctor_p is true, return the
3655 number of elements that should appear in the top-level constructor,
3656 otherwise return an estimate of the number of scalars.
3657 (categorize_ctor_elements): Replace p_must_clear with p_complete.
3658 (categorize_ctor_elements_1): Likewise. Use complete_ctor_at_level_p.
3659 (complete_ctor_at_level_p): New function, borrowing union logic
3660 from old categorize_ctor_elements_1.
3661 (mostly_zeros_p): Return true if the constructor is not complete.
3662 (all_zeros_p): Update call to categorize_ctor_elements.
3663 * gimplify.c (gimplify_init_constructor): Update call to
3664 categorize_ctor_elements. Don't call count_type_elements.
3665 Unconditionally prevent clearing for variable-sized types,
3666 otherwise rely on categorize_ctor_elements to detect
3667 incomplete initializers.
3668
9111c715
RG
36692011-07-13 Richard Guenther <rguenther@suse.de>
3670
3671 * tree-vrp.c (simplify_conversion_using_ranges): Make sure
3672 the final type is integral.
3673
a19af9c4
BS
36742011-07-13 Bernd Schmidt <bernds@codesourcery.com>
3675
3676 * sched-int.h (struct _dep): Add member cost.
3677 (DEP_COST, UNKNOWN_DEP_COST): New macros.
3678 * sched-deps.c (init_dep_1): Initialize DEP_COST.
3679 * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
3680 (sched_change_pattern): Reset it for dependent insns.
3681
2d1efe2d
RO
36822011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3683
3684 * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
3685 ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
3686 * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
3687 * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
3688 (CRT0_S, MCRT0_S): Remove.
3689 ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
3690 Remove.
3691 (s-crt0): Remove.
3692 * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
3693
e84a58ff
EB
36942011-07-12 Eric Botcazou <ebotcazou@adacore.com>
3695
3696 * cse.c (insert_with_costs): Put semi-colon after empty loop body
3697 on the next line.
3698 * emit-rtl.c (push_to_sequence): Likewise.
3699 * haifa-sched.c (max_issue): Likewise.
3700 * matrix-reorg.c (add_allocation_site): Likewise.
3701 * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
3702 * reload.c (alternative_allows_const_pool_ref): Likewise.
3703 * sched-rgn.c (rgn_add_block): Likewise.
3704 (rgn_fix_recovery_cfg): Likewise.
3705 * tree.c (attribute_list_contained): Likewise.
3706
3a4ffde6
UB
37072011-07-12 Uros Bizjak <ubizjak@gmail.com>
3708
3709 * config/i386/i386.c: Tidy processor feature bitmasks.
3710 (m_P4_NOCONA): New.
3711
10b75750
AP
37122011-07-12 Andrew Pinski <pinskia@gmail.com>
3713
3714 PR rtl-opt/49474
3715 * cprop.c (find_implicit_sets): Correct the condition.
3716
4f42d714
RH
37172011-07-12 Richard Henderson <rth@redhat.com>
3718
3719 PR target/49713
3720 * dwarf2out.h (dwarf_frame_regnum): Remove.
3721 * dwarf2out.c (based_loc_descr): Revert last change. Initialize regno
3722 earlier from DWARF_FRAME_REGNUM. Never use dbx_reg_number.
3723 * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
3724 (execute_dwarf2_frame): Initialize them.
3725 (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
3726 users of the macros with the variables.
3727 (expand_builtin_dwarf_sp_column): Revert last change.
3728 (expand_builtin_init_dwarf_reg_sizes): Likewise. Compute the
3729 result of DWARF_FRAME_REGNUM into a local variable.
3730
3a5e4ad6
RH
37312011-07-12 Richard Henderson <rth@redhat.com>
3732
3733 PR target/49714
3734 * config/i386/i386.c (x86_output_mi_thunk): Use
3735 machopic_indirect_call_target instead of machopic_indirection_name
3736 directly.
3737
9e9bd455
LG
37382011-07-12 Laurent GUERBY <laurent@guerby.net>
3739 Eric Botcazou <ebotcazou@adacore.com>
3740
3741 * prefix.h: Wrap up in extern "C" block.
3742
4d652a18
HJ
37432011-07-12 Harsha Jagasia <harsha.jagasia@amd.com>
3744
3745 AMD bdver2 Enablement
3746 * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
3747 (case ${target}): Add bdver2.
3748 * config/i386/driver-i386.c (host_detect_local_cpu): Let
3749 -march=native recognize bdver2 processors.
3750 * config/i386/i386-c.c (ix86_target_macros_internal): Add
3751 bdver2 def_and_undef
3752 * config/i386/i386.c (struct processor_costs bdver2_cost): New
3753 bdver2 cost table.
3754 (m_BDVER2): New definition.
3755 (m_AMD_MULTIPLE): Includes m_BDVER2.
3756 (initial_ix86_tune_features): Add bdver2 tuning.
3757 (processor_target_table): Add bdver2 entry.
3758 (static const char *const cpu_names): Add bdver2 entry.
3759 (ix86_option_override_internal): Add bdver2 instruction sets.
3760 (ix86_issue_rate): Add bdver2.
3761 (ix86_adjust_cost): Add bdver2.
3762 (has_dispatch): Add bdver2.
3763 * config/i386/i386.h (TARGET_BDVER2): New definition.
3764 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
3765 (enum processor_type): Add PROCESSOR_BDVER2.
3766 * config/i386/i386.md (define_attr "cpu"): Add bdver2.
3767 * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
3768 description.
3769
5756d08c
RH
37702011-07-12 Richard Henderson <rth@redhat.com>
3771
3772 PR target/49714
3773 * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
3774 destination address in memory on some paths.
3775
123148b5
BS
37762011-07-12 Bernd Schmidt <bernds@codesourcery.com>
3777
3778 * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
3779 TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
3780 (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
3781 * function.c (locate_and_pad_parm): Take it into account.
3782 * target.def (function_arg_round_boundary): New hook.
3783 * targhooks.c (default_function_arg_round_boundary): New function.
3784 * targhooks.h (default_function_arg_round_boundary): Declare.
3785 * doc/tm.texi: Regenerate.
3786
b7a83ad8
RG
37872011-07-12 Richard Guenther <rguenther@suse.de>
3788
3789 * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
3790 Do not perform no-op changes.
3791
12c4ecb1
RS
37922011-07-12 Richard Sandiford <richard.sandiford@linaro.org>
3793
3794 * config/arm/predicates.md (neon_struct_operand): Make a normal
3795 predicate.
3796 (neon_struct_or_register_operand): New predicate.
3797 * config/arm/neon.md (movmisalign<mode>): Replace predicates
3798 with neon_struct_or_register_operand.
3799 (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
3800 neon_struct_operand instead of memory_operand.
3801
ab079773
MJ
38022011-07-12 Martin Jambor <mjambor@suse.cz>
3803
3804 * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
3805 * cgraph.c (cgraph_get_node_or_alias): Removed.
3806 (change_decl_assembler_name): Changed all calls to
3807 cgraph_get_node_or_alias to a call to cgraph_get_node.
3808 (cgraph_make_decl_local): Likewise.
3809 * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
3810 * varasm.c (default_binds_local_p_1): Likewise.
3811 (decl_binds_to_current_def_p): Likewise.
3812
d5fed62d
JJ
38132011-07-12 Jakub Jelinek <jakub@redhat.com>
3814
3815 PR tree-optimization/49712
3816 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
3817
c0b6224a
BS
38182011-07-11 Bernd Schmidt <bernds@codesourcery.com>
3819
3820 * genautomata.c (add_arc): Return void. All callers changed.
3821 (make_automaton): Remove dead code.
3822
7263c6d7
RH
38232011-07-11 Richard Henderson <rth@redhat.com>
3824
3825 * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
3826 (DW_FRAME_POINTER_REGNUM): New.
3827 (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
3828 (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
3829 (dwf_regno): New.
3830 (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
3831 dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
3832 dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
3833 Use it.
3834 * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
3835 * dwarf2out.h (dwarf_frame_regnum): New.
3836 (struct cfa_loc): Document the domain of the reg member.
3837
f9610d20
UB
38382011-07-11 Uros Bizjak <ubizjak@gmail.com>
3839
3840 * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
3841 Use offset everywhere. Always assert that offset <= TRAMPOLINE_SIZE.
3842
96ae7458
JJ
38432011-07-11 Jakub Jelinek <jakub@redhat.com>
3844
3845 PR debug/49676
3846 * dwarf2out.c (int_shift_loc_descriptor): New function.
3847 (int_loc_descriptor): If shorter, emit i as
3848 (i >> shift), shift, DW_OP_shl for suitable shift value.
3849 Similarly, try to optimize large negative values using
3850 DW_OP_neg of a positive value if shorter.
3851 (size_of_int_shift_loc_descriptor): New function.
3852 (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
3853 changes.
3854 (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
3855 that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
3856 DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
3857 is shorter.
3858 (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
3859 addend as added DW_OP_plus if it is shorter.
3860
feffaec4
RO
38612011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3862
3863 * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
3864 (DTORS_SECTION_ASM_OP): Define.
3865
2d8d5935
RO
38662011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3867
3868 * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
3869 * config/t-dfprules: Move to ../libgcc/config.
3870 * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3871 i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
3872 i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
3873 (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
3874 Likewise.
3875 (i[34567]86-*-cygwin*): Likewise.
3876 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
3877 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
3878 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
3879 (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
3880 D64PBIT_FUNCS, D128PBIT_FUNCS.
3881
dcc95c20
RG
38822011-07-11 Richard Guenther <rguenther@suse.de>
3883
3884 * tree-vrp.c (simplify_conversion_using_ranges): Manually
3885 translate the source value-range through the conversion chain.
3886
28164eed
RS
38872011-07-11 Richard Sandiford <richard.sandiford@linaro.org>
3888
3889 * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
3890
f3054223
AL
38912011-07-11 Arthur Loiret <aloiret@debian.org>
3892
3893 * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
3894 a bi-arch compiler defaulting to 31-bit. In this case:
3895 (tmake_file): Add s390/t-linux64.
3896 * doc/install.texi: Add s390-linux to the list of targets supporting
3897 --enable-targets=all.
3898
bd5ab709
AL
38992011-07-11 Arthur Loiret <aloiret@debian.org>
3900 Matthias Klose <doko@debian.org>
3901
3902 * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
3903 a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
3904 (tm_file): Add mips/linux64.h.
3905 (tmake_file): Add mips/t-linux64.
3906 (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
3907 * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
3908 instead of hardcoded mabi=n32.
3909 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
3910 tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
3911 convention.
3912
d3b7e946
AK
39132011-07-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3914
3915 * passes.c (init_optimization_passes): Add invariant motion pass
3916 after induction variable optimization.
3917
7e4ec472 39182011-07-11 Georg-Johann Lay <avr@gjlay.de>
f9610d20 3919
7e4ec472
GJL
3920 PR target/39633
3921 * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
3922 offsets 1..5 set cc0 in a usable way.
3923
0e65e631
RG
39242011-07-11 Romain Geissler <romain.geissler@gmail.com>
3925
3926 * tree.h (call_expr_arg): Remove.
3927 (call_expr_argp): Likewise.
3928
18970372
EB
39292011-07-11 Eric Botcazou <ebotcazou@adacore.com>
3930
3931 * config/sparc/sparc.md (save_register_window_1): Rename to...
3932 (window_save): ...this.
3933 * config/sparc/sparc.c (emit_save_register_window): Rename to...
3934 (emit_window_save): ...this.
3935 (sparc_expand_prologue): Adjust to above renaming.
3936
9e419e38
L
39372011-07-10 H.J. Lu <hongjiu.lu@intel.com>
3938
3939 * config/i386/i386.c (ix86_trampoline_init): Use movl instead
3940 of movabs for x32.
3941
3db72de3
RH
39422011-07-10 Richard Henderson <rth@redhat.com>
3943
3944 * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
3945 run final, instead of emitting text directly.
3946
a1f91bca
L
39472011-07-10 H.J. Lu <hongjiu.lu@intel.com>
3948
3949 * config/i386/i386.c (ix86_option_override_internal): Turn on
3950 OPTION_MASK_ISA_64BIT for TARGET_X32. Only allow small and
3951 small PIC models for TARGET_X32.
3952
a50023f9
HPN
39532011-07-10 Hans-Peter Nilsson <hp@axis.com>
3954
9a0b29f0
HPN
3955 PR target/49684
3956 * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
3957 $(LIBGCC2_CFLAGS).
3958
a50023f9
HPN
3959 PR bootstrap/49680
3960 * config/cris/cris.c (cris_asm_output_case_end): Robustify against
3961 stray notes and debug insns by using prev_nonnote_nondebug_insn
3962 instead of PREV_INSN.
3963
948d330e
RH
39642011-07-09 Richard Henderson <rth@redhat.com>
3965
3966 * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
3967 DWARF_TYPE_SIGNATURE_SIZE): Move from ...
3968 * dwarf2out.c: ... here.
3969 (output_all_cfis): Remove.
3970 (dwarf2out_switch_text_section): Use output_cfis directly.
3971 (size_of_locs): Export.
3972 (output_loc_sequence, output_loc_sequence_raw): Export.
3973 (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
3974 output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
3975 output_cfa_loc_raw): Move to ...
3976 * dwarfcfi.c: ... here.
3977 * dwarf2out.h: Update decls.
3978
db42e39d
RH
39792011-07-09 Richard Henderson <rth@redhat.com>
3980
3981 * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
3982 DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
3983 * dwarf2cfi.c: ... here.
3984 (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
3985 (DWARF_ROUND, DWARF_CIE_ID): Remove.
3986 * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
3987 (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
3988 (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
3989
a8e5c0e7
RH
39902011-07-09 Richard Henderson <rth@redhat.com>
3991
3992 * dwarf2cfi.c (cie_return_save): New.
3993 (queue_reg_save): Use compare_reg_or_pc.
3994 (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
3995 (dwarf2out_frame_debug_expr): Likewise.
3996 (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
3997 (initial_return_save): Likewise.
3998 (execute_dwarf2_frame): Save and restore initial return save from
3999 the cie to the fde.
4000 * config/mips/mips.c (mips_frame_set): Remove special case for
4001 DWARF_FRAME_RETURN_COLUMN.
4002
4a8ee122
RH
40032011-07-09 Richard Henderson <rth@redhat.com>
4004
4005 * dwarf2cfi.c (lookup_cfa): Remove.
4006 (execute_dwarf2_frame): Assert queues are empty on entry.
4007 Setup initial cfa directly, not via lookup_cfa.
4008 Don't clear args_size state here.
4009
3edb53aa
RH
40102011-07-09 Richard Henderson <rth@redhat.com>
4011
4012 * dwarf2cfi.c (add_cfi_vec): New.
4013 (add_cfi): Rename from add_fde_cfi. Add the element to add_cfi_vec.
4014 (def_cfa_1, reg_save): Remove for_cie argument. Update all callers.
4015 (execute_dwarf2_frame): Set add_cfi_vec.
4016
ded49a7f
RH
40172011-07-09 Richard Henderson <rth@redhat.com>
4018
4019 * defaults.h (ASM_COMMENT_START): Move here...
4020 * dwarf2asm.c: ... from here.
4021 * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
4022 * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
4023 * varasm.c: Likewise.
4024
45fba6d1
RH
40252011-07-09 Richard Henderson <rth@redhat.com>
4026
4027 PR debug/49686
4028 * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
4029 (create_cfi_notes): ... do it here instead.
4030
5b696ba2
JJ
40312011-07-09 Jakub Jelinek <jakub@redhat.com>
4032
4033 PR debug/49676
4034 * dwarf2out.c (size_of_int_loc_descriptor): New function.
4035 (address_of_int_loc_descriptor): Use it.
f9610d20 4036 (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
5b696ba2 4037
8662b2ba
RH
40382011-07-09 Richard Henderson <rth@redhat.com>
4039
4040 * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
4041 (prologue, epilogue): New.
4042 (return, *rts): New.
4043 (blockage, setd, seti): New.
4044 * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
4045 (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
4046 (pdp11_saved_regno): New.
4047 (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
4048 generate rtl instead of text.
4049 (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
4050 (pdp11_sp_frame_offset): Export. Use pdp11_saved_regno.
4051 * config/pdp11/pdp11-protos.h: Update.
4052
28b21ebb
RH
40532011-07-09 Richard Henderson <rth@redhat.com>
4054
4055 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
4056 try to insert an rtl prologue here.
4057 (rs6000_output_function_epilogue): Similarly.
4058 * config/rs6000/rs6000.md (prologue): Emit a barrier to
4059 satisfy !TARGET_SCHED_PROLOG.
4060 (epilogue, sibcall_epilogue): Likewise.
4061
0a222ba7
EB
40622011-07-09 Eric Botcazou <ebotcazou@adacore.com>
4063
4064 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
4065 (FP_REG_P): Delete.
4066 (IN_OR_GLOBAL_P): Likewise.
4067
2fda8e14
JM
40682011-07-08 Jason Merrill <jason@redhat.com>
4069
4063e61b
JM
4070 PR c++/45437
4071 * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
4072 compound assignment.
4073
2fda8e14
JM
4074 * cgraph.c (cgraph_add_to_same_comdat_group): New.
4075 * cgraph.h: Declare it.
4076 * ipa.c (function_and_variable_visibility): Make sure thunks
4077 have the right visibility.
4078
830f11fe
RH
40792011-07-08 Richard Henderson <rth@redhat.com>
4080
4081 PR bootstrap/49680
4082 * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
4083 any tablejump vector.
4084
965b2557
RH
4085 PR bootstrap/49680
4086 * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
4087 end of the prologue.
4088
70db9095
JJ
40892011-07-08 Jakub Jelinek <jakub@redhat.com>
4090
4091 PR target/49621
4092 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
f9610d20 4093 CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
70db9095
JJ
4094 * config/rs6000/vector.md (vector_select_<mode>,
4095 vector_select_<mode>_uns): Change second operand of NE to
4096 CONST0_RTX (<MODE>mode) instead of const0_rtx.
4097 * config/rs6000/altivec.md (*altivec_vsel<mode>,
4098 *altivec_vsel<mode>_uns): Expect second operand of NE to be
4099 zero_constant of the corresponding vector mode.
4100 * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
4101 Likewise.
4102
e92c5020
SP
41032011-07-08 Sebastian Pop <sebastian.pop@amd.com>
4104
4105 * graphite-dependences.c (build_alias_set_powerset): Remove
4106 continue from loop, add one more assert.
4107
3e4f8484 41082011-07-08 Georg-Johann Lay <avr@gjlay.de>
f9610d20 4109
3e4f8484
GJL
4110 PR target/46779
4111 * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
4112 In particular, allow 8-bit values in r28 and r29.
4113 (avr_hard_regno_scratch_ok): Disallow any register that might be
4114 part of the frame pointer.
4115 (avr_hard_regno_rename_ok): Same.
4116 (avr_legitimate_address_p): Don't allow SUBREGs.
4117
0094f21b
JB
41182011-07-08 Julian Brown <julian@codesourcery.com>
4119
4120 * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
4121 big-endian mode.
4122 (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
4123 (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
4124 (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
4125 (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
4126 (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
4127 (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
4128 (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
4129 registers in big-endian mode.
4130
9ae60101
BS
41312011-07-08 Bernd Schmidt <bernds@codesourcery.com>
4132
4133 * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
4134 in terms of another.
4135 (write_attr_value): Write a cast if necessary.
4136
c0a6a1ef
BS
4137 * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
4138 * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
4139 (REG_WORDS_BIG_ENDIAN): Document.
4140 * doc/tm.texi: Regenerate.
4141 * reload.c (operands_match_p): Take it into account.
4142 (reload_adjust_reg_for_mode): Likewise.
4143 * rtlanal.c (subreg_get_info): Likewise.
4144
b862187a
RG
41452011-07-08 Richard Guenther <rguenther@suse.de>
4146
4147 * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
4148 folding.
4149
e8e8c74b
KT
41502011-07-08 Kai Tietz <ktietz@redhat.com>
4151
4152 * fold-const.c (fold_truth_andor): Factored out truth_andor
4153 label from fold_binary as function.
4154 (fold_binary_loc): Replace truth_andor lable
4155 by function fold_truth_andor.
4156
6c3cb698
KY
41572011-07-08 Kirill Yukhin <kirill.yukhin@intel.com>
4158
4159 PR middle-end/49519
4160 * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
4161 check if address is stored in register. If so - give up.
4162 (check_sibcall_argument_overlap_1): Do not perform check of
4163 overlapping when it is call to address.
4164
7d8d6d73 41652011-07-08 Georg-Johann Lay <avr@gjlay.de>
9ae60101 4166
7d8d6d73
GJL
4167 * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
4168 of magic '31'.
4169
69660a70
BS
41702011-07-08 Bernd Schmidt <bernds@codesourcery.com>
4171
4172 * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
4173 GET_MODE_BITSIZE where appropriate.
4174 (widen_leading, expand_parity, expand_ctz, expand_ffs,
4175 expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
4176 expand_float, expand_fix): Likewise.
4177 * expr.c (convert_move, convert_modes, expand_expr_real_2,
4178 expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
4179 * stor-layout.c (get_mode_bounds): Likewise.
4180 * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
4181 Likewise.
4182 * convert.c (convert_to_integer): Likewise.
4183 * expmed.c (expand_shift_1): Likewise.
4184
86cdf393
BS
4185 * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
4186 a bitsize.
4187
0d44736e
BS
4188 * optabs.c (expand_binop): Tighten conditions for doubleword
4189 expansions.
f9610d20 4190 (widen_bswap): Assert that mode bitsize and precision are the same.
0d44736e
BS
4191 * stor-layout.c (get_best_mode): Skip modes that have lower
4192 precision than bitsize.
4193 * recog.c (simplify_while_replacing): Assert that bitsize and
4194 precision are the same.
4195
2c50b2c3
RO
41962011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4197
4198 * Makefile.in (LIBGCOV): Remove.
4199 (libgcc.mvars): Remove LIBGCOV.
4200 * libgov.c: Move to ../libgcc.
4201
a039d7c2
RO
42022011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4203
4204 * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
4205
e923ef41
MJ
42062011-07-08 Martin Jambor <mjambor@suse.cz>
4207
4208 * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
4209 is too big for total scalarization.
4210
b709e189
RH
42112011-07-07 Richard Henderson <rth@redhat.com>
4212
4213 * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
4214 (DBX_DEBUGGING_INFO): Undef.
4215
2867fa7c
RH
42162011-07-07 Richard Henderson <rth@redhat.com>
4217
4218 * dwarf2out.c (output_cfi_directive): Export. Add FILE parameter.
4219 Handle some opcodes specially for debugging.
4220 * print-rtl.c: Include dwarf2out.h
4221 (print_rtx): Handle NOTE_INSN_CFI.
4222 * Makefile.in (print-rtl.o): Update.
4223
7644b3c7
RH
42242011-07-07 Richard Henderson <rth@redhat.com>
4225
4226 * tree-pass.h (pass_dwarf2_frame): Declare.
4227 * passes.c (init_optimization_passes): Add it.
4228 * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
4229 (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
4230 make static, do not call add_cfis_to_fde.
4231 (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
4232 dwarf2out_frame_init): Merge into...
4233 (execute_dwarf2_frame): ... here. New function.
4234 (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean. Change
4235 saved_do_cfi_asm to a tri-state variable.
4236 (gate_dwarf2_frame, pass_dwarf2_frame): New.
4237 * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
4238 if it has yet to be done. Don't call dwarf2cfi_function_init.
4239 * dwarf2out.h, debug.h: Update decls.
4240 * final.c (final_start_function): Don't call
4241 dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
4242 * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
4243 * toplev.c (lang_dependent_init): Likewise.
4244
a518b996
RH
42452011-07-07 Richard Henderson <rth@redhat.com>
4246
4247 * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
4248 FDE_TABLE_INCREMENT): Replace with...
4249 (fde_vec): ... this, a new vector.
4250 (current_fde): Remove. Replace all users with cfun->fde.
4251 (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
4252 (size_of_aranges, dwarf2out_finish): Likewise.
4253 (dwarf2out_alloc_current_fde): Break out from ...
4254 (dwarf2out_begin_prologue): ... here.
4255 (dwarf2out_frame_init): Remove.
4256 * dwarf2cfi.c: Update all users of current_fde.
4257 (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
4258 * dwarf2out.h: Update decls.
4259 (dw_fde_node): Add fde_index member.
4260 * function.h (struct function): Add fde member.
4261
89e25f95
BS
42622011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4263 Richard Henderson <rth@redhat.com>
4264
4265 * dwarf2cfi.c (add_cfi): Remove.
4266 (dwarf2out_cfi_label): Remove force argument. Only generate the
4267 label name.
4268 (add_fde_cfi): Simplify the different code paths.
4269 (add_cie_cfi): New.
4270 (old_cfa, old_cfa_remember): New.
4271 (def_cfa_1, reg_save): Remove label, add for_cie parameter.
4272 (last_reg_save_label): Remove.
4273 (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
4274 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
4275 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
4276 dwarf2out_frame_debug_cfa_expression,
4277 dwarf2out_frame_debug_cfa_restore,
4278 dwarf2out_frame_debug_cfa_window_save,
4279 dwarf2out_frame_debug_expr): Remove label parameter.
4280 (cfi_label_required_p, add_cfis_to_fde): New.
4281 (dwarf2out_frame_debug_after_prologue): New.
4282 (dwarf2cfi_frame_init): Initialize old_cfa.
4283 (dwarf2out_frame_debug_restore_state): Likewise.
4284 * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
4285 (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
4286 * final.c (final_start_function): Call
4287 dwarf2out_frame_debug_after_prologue.
4288
bc5612ed
BS
42892011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4290 Richard Henderson <rth@redhat.com>
4291
4292 * dwarf2cfi.c (cfi_insn): New.
4293 (dwarf2out_cfi_label): Don't emit cfi label here.
4294 (add_fde_cfi): Create a NOTE_INSN_CFI.
4295 (dwarf2out_frame_debug): Setup cfi_insn.
4296 (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
4297 (dwarf2out_cfi_begin_epilogue): Make static.
4298 (dwarf2out_frame_debug_restore_state): Make static.
4299 * dwarf2out.c (output_cfi_directive): Make static.
4300 (dwarf2out_emit_cfi): New.
4301 * dwarf2out.h: Update.
4302 * final.c (final): Remove CFI notes.
4303 (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
4304 dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
4305 Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
4306 * insn-notes.def (NOTE_INSN_CFI): New.
4307 (NOTE_INSN_CFI_LABEL): New.
4308 * rtl.h (union rtunion_def): Add rt_cfi member.
4309 (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
4310
647a1567
RH
43112011-07-07 Richard Henderson <rth@redhat.com>
4312
4313 * dwarf2cfi.c: New file.
4314 * Makefile.in (OBJS): Add it.
4315 (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
4316 * gengtype.c (open_base_files): Include dwarf2out.h.
4317 * coretypes.h (enum var_init_status): Move from ...
4318 * rtl.h: ... here.
4319 * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
4320 dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
4321 expand_builtin_dwarf_sp_column, init_return_column_size,
4322 expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
4323 dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
4324 lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
4325 old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
4326 stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
4327 compute_barrier_args_size, dwarf2out_args_size,
4328 dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
4329 queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
4330 compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
4331 queue_reg_save, dwarf2out_flush_queued_reg_saves,
4332 clobbers_queued_reg_save, reg_saved_in, cfa_temp,
4333 dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
4334 dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
4335 dwarf2out_frame_debug_cfa_expression,
4336 dwarf2out_frame_debug_cfa_restore,
4337 dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
4338 dwarf2out_frame_debug, dwarf2out_frame_debug_init,
4339 dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
4340 get_cfa_from_loc_descr): Move to dwarf2cfi.c.
4341 (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
4342 dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
4343 dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
4344 dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
4345 dw_loc_descr_node): Move to dwarf2out.h.
4346 (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
4347 mem_loc_descriptor): Export.
4348 (build_cfa_aligned_loc): Export. Take CFA as a parameter.
4349 (dwarf2out_frame_init): Extract CIE generation code to
4350 dwarf2cfi_frame_init.
4351
b286d9ed
EB
43522011-07-07 Eric Botcazou <ebotcazou@adacore.com>
4353
4354 PR target/49660
4355 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
4356 MASK_V8PLUS, remove commented out flag and reorder.
4357
c4603e7c
JJ
43582011-07-07 Jakub Jelinek <jakub@redhat.com>
4359
4360 PR c/49644
4361 * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
4362 one non-complex and one complex argument, call c_save_expr on both
4363 operands.
4364
81361831
MJ
43652011-07-07 Martin Jambor <mjambor@suse.cz>
4366
4367 PR middle-end/49495
4368 * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
4369 (verify_cgraph_node): Some functinality moved to
4370 verify_edge_corresponds_to_fndecl, call it.
4371
1e4b2746
JM
43722011-07-07 Joseph Myers <joseph@codesourcery.com>
4373
4374 * config.gcc (*local*): Remove.
4375 * doc/install-old.texi: Don't mention local configurations.
4376
d7ff1e11
JJ
43772011-07-07 Jakub Jelinek <jakub@redhat.com>
4378
4379 PR debug/49522
4380 * df-problems.c (dead_debug_reset): Remove dead_debug_uses
4381 referencing debug insns that have been reset.
4382 (dead_debug_insert_before): Don't assert reg is non-NULL,
4383 instead return immediately if it is NULL.
4384
2492731a
JM
43852011-07-07 Joseph Myers <joseph@codesourcery.com>
4386
f9610d20 4387 * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
2492731a 4388
9d9c740d
BS
43892011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4390
4391 * hw-doloop.c: New file.
4392 * hw-doloop.h: New file.
4393 * Makefile.in (OBJS): Add hw-doloop.o.
4394 (hw-doloop.o): New rule.
4395 ($(obj_out_file)): Add hw-doloop.h dependency.
4396 * config/bfin/bfin.c: Include "hw-doloop.h".
4397 (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
4398 (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
4399 (hwloop_optimize): Renamed from bfin_optimize_loop. Argument
4400 type changed to hwloop_info. Return bool, true if the loop was
4401 successfully optimized. Remove code that was moved to
4402 hw-doloop.c, and adjust other parts.
4403 (hwloop_fail): New static function, containing parts that used
4404 to be in bfin_optimize_loop.
4405 (bfin_discover_loop, bfin_discover_loops, free_loops,
4406 bfin_reorder_loops): Remove.
4407 (hwloop_pattern_reg): New static function.
4408 (bfin_doloop_hooks): New variable.
4409 (bfin_reorg_loops): Remove most code, call reorg_loops.
4410 * config/bfin/bfin.md (doloop_end splitter): Also enable if
4411 loop counter is a memory_operand.
4412
f0ea7581
L
44132011-07-07 H.J. Lu <hongjiu.lu@intel.com>
4414
f9610d20 4415 * config.gcc: Support --with-multilib-list for x86 Linux targets.
f0ea7581
L
4416
4417 * configure.ac: Mention x86-64 for --with-multilib-list.
4418 * configure: Regenerated.
4419
4420 * config/i386/gnu-user64.h (SPEC_64): Support x32.
4421 (SPEC_32): Likewise.
4422 (ASM_SPEC): Likewise.
4423 (LINK_SPEC): Likewise.
4424 (TARGET_THREAD_SSP_OFFSET): Likewise.
4425 (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
4426 (SPEC_X32): New.
4427
4428 * config/i386/i386.h (TARGET_X32): New.
4429 (TARGET_LP64): New.
4430 (LONG_TYPE_SIZE): Likewise.
4431 (POINTER_SIZE): Likewise.
4432 (POINTERS_EXTEND_UNSIGNED): Likewise.
4433 (OPT_ARCH64): Support x32.
4434 (OPT_ARCH32): Likewise.
4435
4436 * config/i386/i386.opt (mx32): New.
4437
4438 * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
4439 (GLIBC_DYNAMIC_LINKERX32): Likewise.
4440 * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
4441 (GLIBC_DYNAMIC_LINKERX32): Likewise.
4442
4443 * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
4444 (BIONIC_DYNAMIC_LINKERX32): Likewise.
4445 (GNU_USER_DYNAMIC_LINKERX32): Likewise.
4446
4447 * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
4448
f9610d20 4449 * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
f0ea7581
L
4450
4451 * doc/invoke.texi: Document -mx32.
4452
38460025
RS
44532011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
4454
4455 * doc/invoke.texi (mwords-little-endian): Deprecate.
4456 * config/arm/arm.opt (mwords-little-endian): Likewise.
4457 * config/arm/arm.c (arm_option_override): Warn about the deprecation
4458 of -mwords-little-endian.
4459
3f125532
RS
44602011-07-07 Richard Sandiford <richard.sandiford@linaro.org>
4461
4462 * reload1.c (choose_reload_regs): Use mode sizes to check whether
4463 an old reload register completely defines the required value.
4464
bbc210ab
RG
44652011-07-07 Richard Guenther <rguenther@suse.de>
4466
4467 * fold-const.c (fold_unary_loc): Do not strip sign-changes
4468 for NEGATE_EXPR.
4469
29c5134a
RG
44702011-07-07 Richard Guenther <rguenther@suse.de>
4471
4472 * tree-vrp.c (simplify_conversion_using_ranges): New function.
4473 (simplify_stmt_using_ranges): Call it.
4474
0816a42a
KT
44752011-07-07 Kai Tietz <ktietz@redhat.com>
4476
4477 * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
4478 (lookup_logical_inverted_value): Likewise.
4479 (simplify_bitwise_binary_1): Likewise.
4480 (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
4481
3ce9f090
JM
44822011-07-07 Joseph Myers <joseph@codesourcery.com>
4483
4484 * gcc.c (%[Spec]): Don't document.
4485 (struct spec_list): Update comment.
4486 (do_spec_1): Don't handle %[Spec].
4487 * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
4488
41dfca87
JM
44892011-07-07 Joseph Myers <joseph@codesourcery.com>
4490
4491 * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
4492 default based on TARGET_ASM_NAMED_SECTION.
4493 * common/common-target.def (have_named_sections): Default to true.
4494 * common/config/default-common.c: Don't include tm.h.
4495 * common/config/picochip/picochip-common.c
4496 (TARGET_HAVE_NAMED_SECTIONS): Don't define.
4497 * common/config/m32c/m32c-common.c: Remove.
4498 * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
f9610d20
UB
4499 * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4500 * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4501 * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
41dfca87 4502 * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
f9610d20
UB
4503 * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
4504 * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
41dfca87 4505
19c44640
JJ
45062011-07-07 Jakub Jelinek <jakub@redhat.com>
4507
4508 PR middle-end/49640
f9610d20
UB
4509 * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
4510 and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
19c44640 4511
891a2e42
RO
45122011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4513
4514 PR libmudflap/49550
4515 * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
4516
fbdd5d87
RO
45172011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4518
4519 PR target/39150
4520 * configure.ac (gcc_cv_as_hidden): Also accept
4521 x86_64-*-solaris2.1[0-9]*.
4522 (gcc_cv_as_cfi_directive): Likewise.
4523 (gcc_cv_as_comdat_group_group): Likewise.
4524 (set_have_as_tls): Likewise.
4525 * configure: Regenerate.
4526 * config.gcc (i[34567]86-*-solaris2*): Also handle
4527 x86_64-*-solaris2.1[0-9]*.
4528 * config.host (i[34567]86-*-solaris2*): Likewise.
4529 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
4530 * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
4531 [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
4532 (TARGET_LD_EMULATION): Use it.
4533 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
4534 (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
4535 * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
4536 (ASM_CPU64_DEFAULT_SPEC): Define.
4537 (ASM_CPU_SPEC): Use %(asm_cpu_default).
4538 (ASM_SPEC): Redefine.
4539 (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
4540 * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
f9610d20 4541 * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
fbdd5d87
RO
4542 (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
4543 configuration.
4544 (Specific, x86_64-*-solaris2.1[0-9]*): Document.
4545
fcf7471a
RO
45462011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4547
4548 * config/sol2.h (ASM_SPEC): Split into ...
4549 (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
4550 * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
4551 * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
4552 (ASM_SPEC): Use ASM_SPEC_BASE.
4553 * config/sparc/sol2.h (ASM_SPEC): Redefine.
4554
1e6a67d1 45552011-07-07 Georg-Johann Lay <avr@gjlay.de>
f9610d20 4556
1e6a67d1
GJL
4557 * config/avr/avr.md (*reload_insi): Change predicate #1 to
4558 const_int_operand. Ditto for peep2 producing this insn.
4559 Add argument to output_reload_insisf call.
4560 (*movsi,*movsf): Add argument to output_movsisf call.
4561 (*reload_insf): New insn and new peep2 to produce it.
4562 * config/avr/avr-protos.h (output_movsisf): Change prototype.
4563 (output_reload_insisf): Change prototype.
4564 * config/avr/avr.c (avr_asm_len): New function.
4565 (output_reload_insisf): Rewrite.
4566 (output_movsisf): Change prototype. output_reload_insisf for
4567 all CONST_INT and CONST_DOUBLE. ALlow moving 0.0f to memory.
4568 (adjust_insn_length): Add argument to output_movsisf and
4569 output_reload_insisf call.
4570
6a4bdc79
BS
45712011-07-07 Bernd Schmidt <bernds@codesourcery.com>
4572
4573 * emit-rtl.c (paradoxical_subreg_p): New function.
4574 * rtl.h (paradoxical_subreg_p): Declare.
4575 * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
4576 apply_distributive_law, simplify_comparison, simplify_set): Use it.
4577 * cse.c (record_jump_cond, cse_insn): Likewise.
4578 * expr.c (force_operand): Likewise.
4579 * rtlanal.c (num_sign_bit_copies1): Likewise.
4580 * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
4581 * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
4582 (push_reload): Use precision to check for paradoxical subregs.
4583 * expmed.c (extract_bit_field_1): Likewise.
4584
46c9550f
BS
4585 * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
4586 * combine.c (set_nonzero_bits_and_sign_copies): Use it.
4587 (find_split-point, combine_simplify_rtx, simplify_if_then_else,
4588 simplify_set, simplify_logical, expand_compound_operation,
4589 make_extraction, force_to_mode, if_then_else_cond, extended_count,
4590 try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
4591 record_value_for_reg): Likewise.
4592 * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
4593 * simplify-rtx. c (simplify_unary_operation_1,
4594 simplify_binary_operation_1, simplify_const_relational_operation):
4595 Likewise.
4596
5511bc5a
BS
4597 * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
4598 instead of GET_MODE_BITSIZE where appropriate.
4599 * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
4600 num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
4601 init_num_sign_bit_copies_in_rep): Likewise.
4602 * cse.c (fold_rtx, cse_insn): Likewise.
4603 * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
4604 * simplify-rtx.c (simplify_unary_operation_1,
4605 simplify_const_unary_operation, simplify_binary_operation_1,
4606 simplify_const_binary_operation, simplify_ternary_operation,
4607 simplify_const_relational_operation, simplify_subreg): Likewise.
4608 * combine.c (try_combine, find_split_point, combine_simplify_rtx,
4609 simplify_if_then_else, simplify_set, expand_compound_operation,
4610 expand_field_assignment, make_extraction, if_then_else_cond,
4611 make_compound_operation, force_to_mode, make_field_assignment,
4612 reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
4613 extended_count, try_widen_shift_mode, simplify_shift_const_1,
4614 simplify_comparison, record_promoted_value, simplify_compare_const,
4615 record_dead_and_set_regs_1): Likewise.
4616
d58c1a38
BS
4617 Revert:
4618 * simplify-rtx.c (simplify_const_binary_operation): Use the
f9610d20
UB
4619 shift_truncation_mask hook instead of performing modulo by width.
4620 Compare against mode precision, not bitsize.
d58c1a38 4621 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
f9610d20 4622 Use shift_truncation_mask instead of constructing the value manually.
d58c1a38 4623
76594d53
MM
46242011-07-06 Michael Meissner <meissner@linux.vnet.ibm.com>
4625
4626 * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
4627 declaration.
4628 (rs6000_save_toc_in_prologue_p): Ditto.
4629
4630 * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
4631 up the static chain (r11) during indirect function calls.
4632 (-msave-toc-indirect): New undocumented debug switch.
4633
4634 * config/rs6000/rs6000.c (struct machine_function): Add
4635 save_toc_in_prologue field to note whether the prologue needs to
4636 save the TOC value in the reserved stack location.
4637 (rs6000_emit_prologue): Use TOC_REGNUM instead of 2. If we need
4638 to save the TOC in the prologue, do so.
4639 (rs6000_trampoline_init): Don't allow creating AIX style
4640 trampolines if -mno-r11 is in effect.
4641 (rs6000_call_indirect_aix): New function to create AIX style
4642 indirect calls, adding support for -mno-r11 to suppress loading
4643 the static chain, and saving the TOC in the prologue instead of
4644 the call body.
4645 (rs6000_save_toc_in_prologue_p): Return true if we are saving the
4646 TOC in the prologue.
4647
4648 * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
4649 register numbers.
4650 (TOC_REGNUM): Ditto.
4651 (STATIC_CHAIN_REGNUM): Ditto.
4652 (ARG_POINTER_REGNUM): Ditto.
4653 (SFP_REGNO): Delete, unused.
4654 (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
4655 function descriptor offsets.
4656 (TOC_SAVE_OFFSET_64BIT): Ditto.
4657 (AIX_FUNC_DESC_TOC_32BIT): Ditto.
4658 (AIX_FUNC_DESC_TOC_64BIT): Ditto.
4659 (AIX_FUNC_DESC_SC_32BIT): Ditto.
4660 (AIX_FUNC_DESC_SC_64BIT): Ditto.
f9610d20
UB
4661 (ptrload): New mode attribute for the appropriate load of a pointer.
4662 (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
76594d53
MM
4663 (call_indirect_aix64): Ditto.
4664 (call_value_indirect_aix32): Ditto.
4665 (call_value_indirect_aix64): Ditto.
4666 (call_indirect_nonlocal_aix32_internal): Ditto.
4667 (call_indirect_nonlocal_aix32): Ditto.
4668 (call_indirect_nonlocal_aix64_internal): Ditto.
4669 (call_indirect_nonlocal_aix64): Ditto.
4670 (call): Rewrite AIX indirect function calls. Add support for
4671 eliminating the static chain, and for moving the save of the TOC
4672 to the function prologue.
4673 (call_value): Ditto.
4674 (call_indirect_aix<ptrsize>): Ditto.
4675 (call_indirect_aix<ptrsize>_internal): Ditto.
4676 (call_indirect_aix<ptrsize>_internal2): Ditto.
4677 (call_indirect_aix<ptrsize>_nor11): Ditto.
4678 (call_value_indirect_aix<ptrsize>): Ditto.
4679 (call_value_indirect_aix<ptrsize>_internal): Ditto.
4680 (call_value_indirect_aix<ptrsize>_internal2): Ditto.
4681 (call_value_indirect_aix<ptrsize>_nor11): Ditto.
4682 (call_nonlocal_aix32): Relocate in the rs6000.md file.
4683 (call_nonlocal_aix64): Ditto.
4684
4685 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
4686 -mno-r11 documentation.
4687
49d6830d
JW
46882011-07-06 Jonathan Wakely <jwakely.gcc@gmail.com>
4689
4690 PR other/49658
4691 * doc/extend.texi (Compound Literals): Fix typo.
4692
c884924f
JG
46932011-07-06 James Greenhalgh <james.greenhalgh@arm.com>
4694
f9610d20 4695 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
c884924f 4696
bf588455
BS
46972011-07-06 Basile Starynkevitch <basile@starynkevitch.net>
4698
4699 * configure.ac (plugin-version.h): Generate
4700 GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
4701 GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
4702 macros.
4703
4704 * configure: Regenerate.
4705
4706 * doc/plugins.texi (Building GCC plugins): Mention
4707 GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
4708
d0edd768
BS
47092011-07-06 Bernd Schmidt <bernds@codesourcery.com>
4710
4711 * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
4712 * combine.c (make_extraction, gen_lowpart_or_truncate,
4713 apply_distributive_law, simplify_comparison,
4714 reg_truncated_to_mode, record_truncated_value): Use it.
4715 * cse.c (notreg_cost): Likewise.
4716 * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
4717 * expr.c (convert_move, convert_modes): Likewise.
4718 * optabs.c (expand_binop, expand_unop): Likewise.
4719 * postreload.c (move2add_last_label): Likewise.
4720 * regmove.c (optimize_reg_copy_3): Likewise.
4721 * rtlhooks.c (gen_lowpart_general): Likewise.
4722 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
4723
e5cabdfb
JM
47242011-07-06 Joseph Myers <joseph@codesourcery.com>
4725
4726 * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
4727
2d0c270f
BS
47282011-07-06 Bernd Schmidt <bernds@codesourcery.com>
4729
4730 * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
4731 * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
4732 (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
4733 (simplify_const_unary_operation, simplify_binary_operation_1,
f9610d20
UB
4734 simplify_const_binary_operation, simplify_const_relational_operation):
4735 Use them. Use GET_MODE_MASK for masking and sign-extensions.
2d0c270f
BS
4736 * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
4737 combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
4738 simplify_shift_const_1, simplify_comparison): Likewise.
4739 * expr.c (convert_modes): Likewise.
4740 * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
f9610d20 4741 * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
2d0c270f
BS
4742 * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
4743
f9c08345
BS
4744 * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
4745
6d6c9525
RG
47462011-07-06 Richard Guenther <rguenther@suse.de>
4747
4748 PR tree-optimization/49645
4749 * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
4750 register variables.
4751 * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
4752 in type qualification here ...
4753 (copy_reference_ops_from_ref): ... not here.
4754 (vn_reference_lookup_3): ... or here.
4755 (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
4756 (vn_reference_lookup): Do the lookup with a valueized ao-ref.
4757
d1a6ec10
ILT
47582011-07-06 Ian Lance Taylor <iant@google.com>
4759
4760 * doc/install.texi (Configuration): It's
4761 --enable-gnu-indirect-function, not --enable-indirect-function.
4762
ff3e08af
BS
47632011-07-06 Bernd Schmidt <bernds@codesourcery.com>
4764
4765 * simplify-rtx.c (simplify_const_binary_operation): Use the
f9610d20
UB
4766 shift_truncation_mask hook instead of performing modulo by width.
4767 Compare against mode precision, not bitsize.
ff3e08af 4768 * combine.c (combine_simplify_rtx, simplify_shift_const_1):
f9610d20 4769 Use shift_truncation_mask instead of constructing the value manually.
ff3e08af 4770
a369b639
L
47712011-07-06 H.J. Lu <hongjiu.lu@intel.com>
4772
4773 PR middle-end/47383
4774 * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
4775 address computation and convert to address_mode if needed.
4776
1a072294
RG
47772011-07-06 Richard Guenther <rguenther@suse.de>
4778
4779 * tree.c (build_common_tree_nodes_2): Merge with
4780 build_common_tree_nodes.
4781 * tree.h (build_common_tree_nodes): Adjust prototype.
4782 (build_common_tree_nodes_2): Remove.
4783 * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
4784 * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
4785
f2c3a8ce
JJ
47862011-07-05 Jakub Jelinek <jakub@redhat.com>
4787
4788 PR tree-optimization/49618
4789 * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
4790 t recurse on the decl.
4791 <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
4792 return true if expr isn't known to be defined in current
4793 TU or some other LTO partition.
4794
3aa439ed
MM
47952011-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
4796
4797 * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
4798 override CASE_VALUES_THRESHOLD.
4799
4800 * stmt.c (toplevel): Include params.h.
4801 (case_values_threshold): Use the --param case-values-threshold
4802 value if non-zero, otherwise use machine dependent value.
4803 (expand_case): Use case_values_threshold.
4804
4805 * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
4806
4807 * doc/invoke.texi (--param case-values-threshold): Document.
4808
49956667
RH
48092011-07-05 Richard Henderson <rth@redhat.com>
4810
4811 * dwarf2out.c (dwarf2out_cfi_label): Make static.
4812 (dwarf2out_flush_queued_reg_saves): Make static.
4813 (dwarf2out_reg_save): Remove.
4814 (dwarf2out_return_save): Remove.
4815 (dwarf2out_return_reg): Remove.
4816 (dwarf2out_reg_save_reg): Remove.
4817 (dwarf2out_def_cfa): Merge into ...
4818 (dwarf2out_frame_init): ... here.
4819 * dwarf2out.h, tree.h: Remove declarations as necessary.
4820
9f2ff8e5
RH
48212011-07-05 Richard Henderson <rth@redhat.com>
4822
c2b40eba
RH
4823 * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
4824 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
4825 (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
4826 the alloc insn.
4827
7d3c6cd8
RH
4828 * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
4829 (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
4830 (process_epilogue): Don't call dwarf2out_def_cfa.
4831
5f740973
RH
4832 * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
4833 indicate the return address save.
4834 (process_cfa_register): Likewise.
4835
a1880147
RH
4836 * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
4837 (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
4838
9f2ff8e5
RH
4839 * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
4840 for ar.pfs save at alloc insn.
4841
ddc6e7d6
RH
48422011-07-05 Richard Henderson <rth@redhat.com>
4843
4844 * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
4845 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
4846 (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
4847 stack pointer save.
4848 (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
4849 (arm_unwind_emit): Walk REG_NOTES for unwinding notes. Emit
4850 proper unwind info for a REG_CFA_REGISTER save of stack pointer.
4851 * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
4852
a3515605
RH
48532011-07-05 Richard Henderson <rth@redhat.com>
4854
4855 * config/vax/vax.md (define_c_enum unspecv): New. Define the
4856 VUNSPEC_* constants here instead of via define_constants.
4857 (VUNSPEC_PEM): New constant.
4858 (procedure_entry_mask): New insn.
4859 (prologue): New expander.
4860 * config/vax/vax.c (vax_add_reg_cfa_offset): New.
4861 (vax_expand_prologue): Rename from vax_output_function_prologue;
4862 emit rtl instead of text.
4863 (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
4864 (print_operand): Add 'x' prefix.
4865
a7adbbcb
L
48662011-07-05 H.J. Lu <hongjiu.lu@intel.com>
4867
4868 PR middle-end/47715
4869 * calls.c (precompute_register_parameters): Promote the function
4870 argument before checking non-legitimate constant.
4871
cec11ec4
SP
48722011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4873
4874 PR tree-optimization/47654
4875 * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
4876 (lst_do_strip_mine_loop): Return an int.
4877 (lst_do_strip_mine): Same.
4878 (scop_do_strip_mine): Same.
4879 (scop_do_block): Loop blocking should strip-mine at least two loops.
4880 * graphite-interchange.c (lst_interchange_select_outer): Return an int.
4881 (scop_do_interchange): Same.
4882 * graphite-poly.h (scop_do_interchange): Update declaration.
4883 (scop_do_strip_mine): Same.
4884
9b0d314a
SP
48852011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4886
4887 * graphite-clast-to-gimple.c (precision_for_value): Removed.
4888 (precision_for_interval): Removed.
4889 (gcc_type_for_interval): Use mpz_sizeinbase.
4890
81d6d080
SP
48912011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4892
4893 * graphite-ppl.h (value_max): Correct computation of max.
4894
369e3430
SP
48952011-07-05 Sebastian Pop <sebastian.pop@amd.com>
4896
4897 * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
4898
fce5dddd
RG
48992011-07-05 Richard Guenther <rguenther@suse.de>
4900
4901 * c-decl.c (c_init_decl_processing): Defer building common
4902 tree nodes to c_common_nodes_and_builtins.
4903
12037899
RL
49042011-07-05 Razya Ladelsky <razya@il.ibm.com>
4905
4906 PR tree-optimization/49580
f9610d20 4907 * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
12037899 4908 the loop's number of iterations.
f9610d20
UB
4909 * tree-parloops.c (transform_to_exit_first_loop): Add the
4910 handling of the loop's number of iterations before the call
12037899 4911 to gimple_duplicate_sese_tail.
28b21ebb 4912 Insert the stmt caclculating the new rhs of the loop's
12037899
RL
4913 condition stmt to the preheader instead of iters_bb.
4914
509a31f8
L
49152011-07-05 H.J. Lu <hongjiu.lu@intel.com>
4916
4917 PR rtl-optimization/47449
4918 * fwprop.c (forward_propagate_subreg): Don't propagate hard
4919 register nor zero/sign extended hard register.
4920
39becbac
RG
49212011-07-05 Richard Guenther <rguenther@suse.de>
4922
4923 PR tree-optimization/49518
4924 PR tree-optimization/49628
4925 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
4926 irrelevant and invariant data-references.
4927 (vect_analyze_data_ref_access): For invariant loads clear the
4928 group association.
4929
15923c25
JJ
49302011-07-04 Jakub Jelinek <jakub@redhat.com>
4931
af421d9c
JJ
4932 PR rtl-optimization/49619
4933 * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
4934 pass VOIDmode as op0_mode to recursive call, and return temp even
4935 when different from tor, just if it is not IOR of the original
4936 PLUS arguments.
4937
707f9919
JJ
4938 PR rtl-optimization/49472
4939 * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
4940 negating MULT, negate the second operand instead of first.
4941 (simplify_binary_operation_1) <case MULT>: If one operand is
f9610d20
UB
4942 a NEG and the other is MULT, don't attempt to optimize by negation
4943 of the MULT operand if it only moves the NEG operation around.
707f9919 4944
15923c25
JJ
4945 PR debug/49602
4946 * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
4947 get_current_def return value if it can't be trusted to be
4948 the current value of the variable in the current bb.
4949
0d5e0c1b
UB
49502011-07-04 Uros Bizjak <ubizjak@gmail.com>
4951
4952 PR target/49600
4953 * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
4954 general register to memory for !TARGET_INTER_UNIT_MOVES.
4955
db297e20
GJL
49562011-07-04 Georg-Johann Lay <avr@gjlay.de>
4957
4958 PR target/44643
4959 * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
4960 instead of TREE_READONLY.
4961
f451d14d
GJL
49622011-07-04 Georg-Johann Lay <avr@gjlay.de>
4963
4964 * doc/extend.texi (AVR Built-in Functions): Update documentation
4965 of __builtin_avr_fmul*.
0d5e0c1b 4966 * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
f451d14d
GJL
4967 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
4968 * config/avr/avr.md (fmul): Rename to fmul_insn.
4969 (fmuls): Rename to fmuls_insn.
4970 (fmulsu): Rename to fmulsu_insn.
4971 (fmul,fmuls,fmulsu): New expander.
4972 (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
4973 * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
4974 * config/avr/libgcc.S (__fmul): New function.
4975 (__fmuls): New function.
4976 (__fmulsu,__fmulsu_exit): New function.
4977
30f1e6de
RG
49782011-07-04 Richard Guenther <rguenther@suse.de>
4979
4980 PR tree-optimization/49615
4981 * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
4982 basic-block index check.
4983
6dab9931
GJL
49842011-07-04 Georg-Johann Lay <avr@gjlay.de>
4985
4986 * longlong.h (count_leading_zeros, count_trailing_zeros,
4987 COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
4988 resp. 64.
4989
b5066d8b
IR
49902011-07-03 Ira Rosen <ira.rosen@linaro.org>
4991
4992 PR tree-optimization/49610
4993 * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
4994 a basic block.
4995
bc712852
EB
49962011-07-02 Eric Botcazou <ebotcazou@adacore.com>
4997 Olivier Hainque <hainque@adacore.com>
4998 Nicolas Setton <setton@adacore.com>
4999
5000 * tree.h (TYPE_ARTIFICIAL): New flag.
5001 * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
5002 the DIE of the type if it is artificial.
5003 (gen_array_type_die): Likewise.
5004 (gen_enumeration_type_die): Likewise.
5005 (gen_struct_or_union_type_die): Likewise.
5006 * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
5007 * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
5008
8b1bdcc5
JJ
50092011-07-01 Jakub Jelinek <jakub@redhat.com>
5010
5011 * tree-object-size.c (pass_through_call): Handle
5012 BUILT_IN_ASSUME_ALIGNED.
5013
06e88d73
MJ
50142011-07-01 Martin Jambor <mjambor@suse.cz>
5015
5016 * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
5017
6bbec3e1
L
50182011-07-01 H.J. Lu <hongjiu.lu@intel.com>
5019
5020 PR middle-end/48016
5021 * explow.c (update_nonlocal_goto_save_area): Use proper mode
5022 for stack save area.
5023 * function.c (expand_function_start): Likewise.
5024
e8fdf1cd
RG
50252011-07-01 Richard Guenther <rguenther@suse.de>
5026
5027 PR middle-end/49596
5028 * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
5029 may have unknown refs.
5030
80d3dd38
KT
50312011-07-01 Kai Tietz <ktietz@redhat.com>
5032
5033 * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
5034
179fc656
RO
50352011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5036
5037 * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
5038 * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
5039 (Specific, mips-sgi-irix6): Likewise.
5040
14a393a3
RO
50412011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5042
5043 PR libmudflap/49549
5044 * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
5045
3aecd443
JJ
50462011-07-01 Jakub Jelinek <jakub@redhat.com>
5047
5048 * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
5049 [idx]= and [idx1 ... idx2]= before initializers if needed for
5050 array initializers.
5051
7474f719
CL
50522011-07-01 Chen Liqin <liqin.gcc@gmail.com>
5053
5054 * config.gcc (score-*-elf): Remove score7.o.
5055 * config/score/t-score-elf: Likewise.
5056 * config/score/score.c: Merge score7 to score.c and
5057 remove forwarding functions.
5058 * config/score/score7.c: Deleted.
5059 * config/score/score7.h: Deleted.
5060
ab70d825
RG
50612011-07-01 Richard Guenther <rguenther@suse.de>
5062
5063 PR tree-optimization/49603
0d5e0c1b 5064 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
ab70d825 5065
1ac93f10
MJ
50662011-06-30 Martin Jambor <mjambor@suse.cz>
5067
5068 * tree-sra.c (struct access): Rename total_scalarization to
5069 grp_total_scalarization
5070 (completely_scalarize_var): New function.
5071 (sort_and_splice_var_accesses): Set total_scalarization in the
5072 representative access.
5073 (analyze_access_subtree): Propagate total scalarization accross the
5074 tree, no holes in totally scalarized trees, simplify coverage
5075 computation.
5076 (analyze_all_variable_accesses): Call completely_scalarize_var instead
5077 of completely_scalarize_record.
5078
97f309c3
RH
50792011-06-30 Richard Henderson <rth@redhat.com>
5080
5081 * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
5082 (TARGET_DEEP_BRANCH_PREDICTION): Remove.
5083 * config/i386/i386.c: Don't include dwarf2out.h.
5084 (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
5085 (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
5086 all code dead thereafter. Don't do dwarf2out_flush_queued_reg_saves.
5087 (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
5088 (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
5089
ef284364
RH
50902011-06-30 Richard Henderson <rth@redhat.com>
5091
5092 * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
5093 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
5094 * final.c (final_scan_insn): Look for it, and invoke
5095 dwarf2out_frame_debug before the insn if found.
5096
c8412f97
RH
50972011-06-30 Richard Henderson <rth@redhat.com>
5098
5099 * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
5100 as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
5101
e3f903d8
RH
51022011-06-30 Richard Henderson <rth@redhat.com>
5103
5104 * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
5105 Define a vector of this type.
5106 (regs_saved_in_regs): Use a VEC.
5107 (num_regs_saved_in_regs): Remove.
5108 (compare_reg_or_pc): New.
5109 (record_reg_saved_in_reg): Split out from...
5110 (dwarf2out_flush_queued_reg_saves): ... here.
5111 (clobbers_queued_reg_save): Update for VEC.
5112 (reg_saved_in): Likewise.
5113 (dwarf2out_frame_debug_init): Likewise.
5114 (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
5115 (dwarf2out_frame_debug_cfa_register): Likewise.
5116
e2c9010a
EB
51172011-06-30 Eric Botcazou <ebotcazou@adacore.com>
5118
5119 PR tree-optimization/49572
5120 * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
5121 type of the RHS instead of that of the LHS for the expression type.
5122
dbb07bbc
EB
51232011-06-30 Eric Botcazou <ebotcazou@adacore.com>
5124
5125 * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
5126 unconditionally.
5127
1565af08
RG
51282011-06-30 Richard Guenther <rguenther@suse.de>
5129
5130 * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
5131 * tree-ssa-structalias.c (create_variable_info_for): Do not
5132 add initial constraints for non-var-decls. Properly handle
5133 globals in other ltrans partitions.
5134 (intra_create_variable_infos): Manually create constraints for
5135 the fake no-alias parameter.
5136 (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
5137 and assert there are no clones.
5138
42373e0b
RG
51392011-06-30 Richard Guenther <rguenther@suse.de>
5140
5141 PR tree-optimization/46787
5142 * tree-data-ref.c (dr_address_invariant_p): Remove.
5143 (find_data_references_in_stmt): Invariant accesses are ok now.
0d5e0c1b 5144 * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
42373e0b
RG
5145 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
5146 invariant loads.
5147
7aa62ea1
MJ
51482011-06-30 Martin Jambor <mjambor@suse.cz>
5149
5150 PR tree-optimization/49094
5151 * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
5152 (build_accesses_from_assign): Use it.
5153
f60f32b3
JJ
51542011-06-30 Jakub Jelinek <jakub@redhat.com>
5155
d9048d16
JJ
5156 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
5157 handling of BUILT_IN_ASSUME_ALIGNED.
5158
f60f32b3
JJ
5159 PR debug/49364
5160 * dwarf2out.c (output_abbrev_section): Don't return early
5161 if abbrev_die_table_in_use is 1.
5162 (dwarf2out_finish): Instead don't call output_abbrev_section
5163 nor emit abbrev_section_label in that case.
5164
7cce15d4
NC
51652011-06-30 Nick Clifton <nickc@redhat.com>
5166
5167 * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
5168 for the V850E.
5169
ce7e54ff
JJ
51702011-06-30 Jakub Jelinek <jakub@redhat.com>
5171
5172 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
5173 handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
5174
83197f37
IR
51752011-06-30 Ira Rosen <ira.rosen@linaro.org>
5176
5177 * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
5178 both pattern and original statements if necessary.
5179 (vect_transform_loop): Likewise.
5180 * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
5181 * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
5182 Mark the pattern statement only if the original statement doesn't
5183 have its own uses.
5184 (process_use): Call vect_mark_relevant with additional parameter.
5185 (vect_mark_stmts_to_be_vectorized): Likewise.
5186 (vect_get_vec_def_for_operand): Use vectorized pattern statement.
5187 (vect_analyze_stmt): Handle both pattern and original statements
5188 if necessary.
5189 (vect_transform_stmt): Don't store vectorized pattern statement
5190 in the original statement.
5191 (vect_is_simple_use_1): Use related pattern statement only if the
5192 original statement is irrelevant.
5193 * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
5194
dbb07bbc 51952011-06-29 Changpeng Fang <changpeng.fang@amd.com>
5c0d88e6 5196
dbb07bbc
EB
5197 * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
5198 option.
5199 * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
5200 entry.
5c0d88e6
CF
5201 (TARGET_AVX128_OPTIMAL): New definition.
5202 * config/i386/i386.c (initial_ix86_tune_features): Initialize
5203 X86_TUNE_AVX128_OPTIMAL entry.
5204 (ix86_option_override_internal): Enable the generation
5205 of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
5206 (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
5207 (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
5208
931050d0
EB
52092011-06-29 Eric Botcazou <ebotcazou@adacore.com>
5210
5211 PR tree-optimization/49539
5212 * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
5213 names by means of stmt_references_abnormal_ssa_name.
5214 (associate_plusminus): Call can_propagate_from before propagating
5215 from definition statements.
5216 (ssa_forward_propagate_and_combine): Remove superfluous newline.
5217
dfedbe40
RG
52182011-06-29 Richard Guenther <rguenther@suse.de>
5219
5220 * doc/invoke.texi: Document -scev dump modifier.
5221 * tree-pass.h (TDF_SCEV): New dump flag.
5222 * tree-dump.c (dump_option_value_in): Add scev.
5223 * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
5224 * tree-scalar-evolution.c: Likewise.
5225
3a86cfeb
NS
52262011-06-29 Nathan Sidwell <nathan@codesourcery.com>
5227
5228 * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
5229 (cxa_type_match): Correct declaration.
0d5e0c1b
UB
5230 (__gnu_unwind_pr_common): Reconstruct additional indirection
5231 when __cxa_type_match returns succeeded_with_ptr_to_base.
3a86cfeb 5232
f3678bfb
UW
52332011-06-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5234
5235 PR rtl-optimization/49114
5236 * reload.c (struct replacement): Remove SUBREG_LOC member.
5237 (push_reload): Do not set it.
5238 (push_replacement): Likewise.
5239 (subst_reload): Remove dead code.
5240 (copy_replacements): Remove assertion.
5241 (copy_replacements_1): Do not handle SUBREG_LOC.
5242 (move_replacements): Likewise.
5243 (find_replacement): Remove dead code. Use reload_adjust_reg_for_mode.
5244 Detect subregs via recursive descent instead of via SUBREG_LOC.
5245
433ba0a5 52462011-06-29 Georg-Johann Lay <avr@gjlay.de>
0d5e0c1b 5247
433ba0a5
GJL
5248 * config/avr/avr.c (avr_encode_section_info): Dispatch to
5249 default_encode_section_info.
5250
73f6eabc
RS
52512011-06-29 Richard Sandiford <richard.sandiford@linaro.org>
5252
5253 PR tree-optimization/49545
5254 * builtins.c (get_object_alignment_1): Update function comment.
5255 Do not use DECL_ALIGN for functions, but test
5256 TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
5257 * fold-const.c (get_pointer_modulus_and_residue): Don't check
5258 for functions here.
5259 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
5260
a0f33d3a
JJ
52612011-06-29 Jakub Jelinek <jakub@redhat.com>
5262
5263 PR debug/49567
0d5e0c1b
UB
5264 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
5265 non-MODE_INT modes instead of asserting the mode has MODE_INT class.
a0f33d3a 5266
946c8b23 52672011-06-29 Georg-Johann Lay <avr@gjlay.de>
0d5e0c1b 5268
946c8b23 5269 PR target/34734
0d5e0c1b 5270 * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
946c8b23
GJL
5271 about uninitialized data attributed 'progmem' from here...
5272 (avr_encode_section_info): ...to this new function.
5273 (TARGET_ENCODE_SECTION_INFO): New define.
5274 (avr_section_type_flags): For data in ".progmem.data", remove
5275 section flag SECTION_WRITE.
5276
9a63dee4 52772011-06-29 Georg-Johann Lay <avr@gjlay.de>
0d5e0c1b 5278
9a63dee4
GJL
5279 * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
5280 _xmulhisi3_exit.
5281 * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
5282 (__mulhisi3): Optimize if have MUL*. Use XJMP instead of rjmp.
5283 (__umulhisi3): Ditto.
5284 * config/avr/avr.md (mulhisi3): New insn expender.
5285 (umulhisi3): New insn expender.
5286 (*mulhisi3_call): New insn.
5287 (*umulhisi3_call): New insn.
5288
4374ce45
JM
52892011-06-28 Joseph Myers <joseph@codesourcery.com>
5290
5291 * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
5292
94759030
RH
52932011-06-28 Richard Henderson <rth@redhat.com>
5294
5295 * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop. Delete
5296 all code and arguments that handled pushes. Update all callers.
5297
d018b46e
RH
52982011-06-28 Richard Henderson <rth@redhat.com>
5299
5300 * config/arm/arm.c (arm_output_function_prologue): Don't call
5301 thumb1_output_function_prologue.
5302 (arm_expand_prologue): Avoid dead store.
5303 (number_of_first_bit_set): Use ctz_hwi.
5304 (thumb1_emit_multi_reg_push): New.
5305 (thumb1_expand_prologue): Merge thumb1_output_function_prologue
5306 to emit the entire prologue as rtl.
5307 (thumb1_output_interwork): Split out from
5308 thumb1_output_function_prologue.
5309 (thumb1_output_function_prologue): Remove.
5310 (arm_attr_length_push_multi): Handle thumb1.
5311 * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
5312 (prologue_thumb1_interwork): New.
5313 (*push_multi): Allow thumb1; use push_mult_memory_operand.
5314 * config/arm/predicates.md (push_mult_memory_operand): New.
5315
97269a23
EB
53162011-06-28 Eric Botcazou <ebotcazou@adacore.com>
5317
5318 * config/sparc/sync.md (*stbar): Delete.
5319 (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
5320
4a9206ce
EB
53212011-06-28 Eric Botcazou <ebotcazou@adacore.com>
5322
5323 * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
5324
6138f9bd
RO
53252011-06-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5326
5327 * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
5328 (TARGET_64BIT_DEFAULT): Define.
5329 * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
5330 of tm_file.
5331 * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
5332
a7d0d30f
JM
53332011-06-28 Joseph Myers <joseph@codesourcery.com>
5334
5335 * common.opt (in_lto_p): New Variable entry.
5336 * flags.h (in_lto_p): Move to common.opt.
5337 * gcc.c: Include params.h.
5338 (set_option_handlers): Also use common_handle_option and
5339 target_handle_option.
0d5e0c1b 5340 (main): Call global_init_params, finish_params and init_options_struct.
a7d0d30f
JM
5341 * opts.c (debug_type_names): Move from toplev.c.
5342 (print_filtered_help): Access quiet_flag through opts pointer.
0d5e0c1b
UB
5343 (common_handle_option): Return early in the driver for some options.
5344 Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
5345 opts pointer.
a7d0d30f
JM
5346 * toplev.c (in_lto_p): Move to common.opt.
5347 (debug_type_names): Move to opts.c.
5348 * Makefile.in (OBJS): Remove opts.o.
5349 (OBJS-libcommon-target): Add opts.o.
5350 (gcc.o): Update dependencies.
5351
420863a9
KT
53522011-06-28 Kai Tietz <ktietz@redhat.com>
5353
0d5e0c1b 5354 * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
420863a9 5355
0498a2be
RR
53562011-06-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5357
5358 * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
5359 with '=' constraint modifier.
5360 (*divdf3_vfp): Likewise.
5361 ("*mulsf3_vfp"): Likewise.
5362 ("*muldf3_vfp"): Likewise.
5363 ("*mulsf3negsf_vfp"): Likewise.
5364 ("*muldf3negdf_vfp"): Likewise.
5365
4a68b724
NC
53662011-06-28 Nick Clifton <nickc@redhat.com>
5367
5368 * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
5369 relaxation when performing an incremental link.
5370
72a32729
KT
53712011-06-28 Kai Tietz <ktietz@redhat.com>
5372
5373 * tree-ssa-math-opts.c (execute_optimize_bswap): Search
5374 within BB from last to first.
5375
88a00ef7
JM
53762011-06-28 Joseph Myers <joseph@codesourcery.com>
5377
5378 * genattr-common.c: New. Based on genattr.c.
5379 * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
5380 (MOSTLYCLEANFILES): Add insn-attr-common.h.
5381 (opts.o): Update dependencies.
5382 (.PRECIOUS): Add insn-attr-common.h.
5383 (simple_rtl_generated_h): Add insn-attr-common.h.
5384 (build/genattr-common.o): New.
5385 (genprogrtl): Add attr-common.
5386 * genattr.c (main): Include insn-attr-common.h. Don't generate
5387 definitions of DELAY_SLOTS or INSN_SCHEDULING.
0d5e0c1b 5388 * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
88a00ef7 5389
880962ac
GJL
53902011-06-28 Georg-Johann Lay <avr@gjlay.de>
5391
4a68b724 5392 * config.gcc (tm_file): Add elfos.h and avr/elf.h for
880962ac 5393 avr-*-* and avr-*-rtems* targets.
4a68b724 5394
880962ac
GJL
5395 * config/avr/elf.h: New file.
5396 (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
5397 (TARGET_ASM_SELECT_SECTION): Define.
5398 (INIT_SECTION_ASM_OP): Undefine.
5399 (FINI_SECTION_ASM_OP): Undefine.
5400 (READONLY_DATA_SECTION_ASM_OP): Undefine.
5401 (PCC_BITFIELD_TYPE_MATTERS): Undefine.
5402 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
5403 * config/avr/avr.h:
5404 (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
5405 (TARGET_ASM_NAMED_SECTION): Move to elf.h.
5406 (MAX_OFILE_ALIGNMENT): Move to elf.h.
5407 (STRING_LIMIT): Move to elf.h.
5408 (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
5409 (ASM_DECLARE_OBJECT_NAME): Remove.
5410 (ESCAPES): Remove.
5411 (ASM_OUTPUT_SKIP): Remove.
5412 (DWARF2_DEBUGGING_INFO): Remove.
5413 (OBJECT_FORMAT_ELF): Remove.
5414 (USER_LABEL_PREFIX): Remove.
5415 (ASM_OUTPUT_EXTERNAL): Remove.
5416 (ASM_OUTPUT_ASCII): Remove.
5417 (TYPE_ASM_OP): Remove.
5418 (SIZE_ASM_OP): Remove.
5419 (WEAK_ASM_OP): Remove.
5420 (STRING_ASM_OP): Remove.
5421 (SET_ASM_OP): Remove.
5422 (ASM_WEAKEN_LABEL): Remove.
5423 (TYPE_OPERAND_FMT): Remove.
5424 (ASM_DECLARE_FUNCTION_SIZE): Remove.
5425 (ASM_FINISH_DECLARE_OBJECT): Remove.
5426 (NO_DOLLAR_IN_LABEL): Remove.
5427 (ASM_GENERATE_INTERNAL_LABEL): Remove.
5428 (ASM_OUTPUT_CASE_LABEL): Remove.
5429 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
5430 ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
5431 (gas_output_ascii): Remove.
5432 (gas_output_limited_string): Remove.
5433 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
5434 * config/avr/avr-protos.h
5435 (gas_output_ascii): Remove prototye.
5436 (gas_output_limited_string): Remove prototype.
5437
a1b5eb93
RE
54382011-06-27 Richard Earnshaw <rearnsha@arm.com>
5439
5440 PR target/48637
5441 * arm.c (arm_print_operand): Allow sym+offset. Don't abort on invalid
5442 asm operands.
5443
310e71a8
JH
54442011-06-27 Jan Hubicka <jh@suse.cz>
5445
4a9206ce
EB
5446 * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
5447 node instead of references in node.
310e71a8 5448
171da07a
RH
54492011-06-27 Richard Henderson <rth@redhat.com>
5450
5451 * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
5452 * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
5453 inside ifdef.
5454
dc2a58da
JJ
54552011-06-27 Jakub Jelinek <jakub@redhat.com>
5456
56300785
JJ
5457 * c-decl.c (union lang_tree_node): Use it in chain_next expression.
5458
45d439ac
JJ
5459 * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
5460 * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
5461 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
5462 find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
5463 * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
5464 (evaluate_stmt, execute_fold_all_builtins): Handle
5465 BUILT_IN_ASSUME_ALIGNED.
5466 * tree-ssa-dce.c (propagate_necessity): Likewise.
5467 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
5468 call_may_clobber_ref_p_1): Likewise.
5469 * builtins.c (is_simple_builtin, expand_builtin): Likewise.
5470 (expand_builtin_assume_aligned): New function.
5471 * doc/extend.texi (__builtin_assume_aligned): Document.
5472
dc2a58da
JJ
5473 PR debug/49544
5474 * cselib.c (promote_debug_loc): If cselib_preserve_constants
5475 and l has two DEBUG_INSN owned locs instead of just one, adjust
5476 the second location's setting_insn too.
5477
0d72f628
RO
54782011-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5479
5480 PR libmudflap/38738
5481 * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
5482
bebd619e
NC
54832011-06-27 Nick Clifton <nickc@redhat.com>
5484
0d5e0c1b
UB
5485 * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
5486 bit position of highest bit set into a count of the high zero bits.
bebd619e 5487
353b39fa
EB
54882011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5489
5490 * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
5491
a7af037b
EB
54922011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5493
5494 PR lto/48492
5495 * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
5496 to a NULL parent.
5497
1c86160a
RG
54982011-06-27 Richard Guenther <rguenther@suse.de>
5499
5500 PR tree-optimization/49394
5501 * passes.c (execute_one_pass): Restore current_pass after
5502 applying IPA transforms.
5503
5da49a9d
KT
55042011-06-27 Kai Tietz <ktietz@redhat.com>
5505
5506 * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
5507 out of type precision after operation.
0d5e0c1b
UB
5508 (find_bswap): Take for limit value the integer auto-promotion
5509 into account.
5da49a9d 5510
9242213f
EB
55112011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5512
5513 * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
5514 forward scan as well.
5515
db8b22ef
TG
55162011-06-27 Tristan Gingold <gingold@adacore.com>
5517
5518 PR target/44241
5519 * config/vms/vms-protos.h: New file.
5520 * config/vms/vms-crtlmap.map: New file.
5521 * config/vms/vms.c: New file.
5522 * config/vms/make-crtlmap.awk: New file.
5523 * config/vms/vms-crtl.h: File removed.
5524 * config/vms/vms-crtl-64.h: File removed.
5525 * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
5526 * config/alpha/vms64.h: Do not include vms-crtl-64.h
5527 * config/alpha/alpha.c (alpha_init_builtins): Remove code to
5528 clear some builtins on VMS. Calls vms_patch_builtins.
5529 (avms_asm_output_external): Remove.
5530 * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
5531 (struct crtl_name_spec): Remove
5532 (DO_CTRL_NAMES): Remove.
5533 * config/ia64/vms.h (struct crtl_name_spec): Remove
5534 (DO_CTRL_NAMES): Remove.
5535 * config/ia64/ia64.c (alpha_init_builtins): Remove code to
5536 clear some builtins on VMS. Calls vms_patch_builtins.
5537 (ia64_asm_output_external): Remove DO_CRTL_NAME.
5538 * config/ia64/vms64.h: Do not include vms-crtl-64.h
0d5e0c1b 5539 * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
db8b22ef 5540
b213221d
TG
55412011-06-27 Tristan Gingold <gingold@adacore.com>
5542
5543 * config/alpha/alpha.c (alpha_end_function): Always generate .end
5544 directive on VMS.
5545
157b9300
EB
55462011-06-27 Eric Botcazou <ebotcazou@adacore.com>
5547
5548 * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
5549 the function receives nonlocal gotos.
5550
ccbf5bb4
RG
55512011-06-27 Richard Guenther <rguenther@suse.de>
5552
5553 PR tree-optimization/49536
5554 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
5555 For non-scalar inner types use a scalar type according to
5556 the scalar inner mode.
5557
fe4cd14b
RG
55582011-06-27 Richard Guenther <rguenther@suse.de>
5559
5560 PR tree-optimization/49365
5561 * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
5562
afc3f22f
RS
55632011-06-27 Richard Guenther <rguenther@suse.de>
5564
5565 PR tree-optimization/49169
5566 * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
5567 the alignment of function decls.
5568
92590751 55692011-06-26 Iain Sandoe <iains@gcc.gnu.org>
a45a766b
IS
5570
5571 PR target/47997
5572 * config/darwin.c (darwin_mergeable_string_section): Place string
5573 constants in '.cstring' rather than '.const' when CF/NSStrings are
5574 active.
5575
605354f3
EB
55762011-06-26 Eric Botcazou <ebotcazou@adacore.com>
5577
5578 * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
5579 (emit_save_register_window): Likewise.
5580 (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
5581 (sparc_flat_expand_prologue): Add comment. Always emit blockage.
5582 Swap back %o7/%i7 in register naming.
5583
0e9197f5
IS
55842011-06-25 Iain Sandoe <iains@gcc.gnu.org>
5585
5586 PR driver/49371
5587 * config/darwin.c (darwin_override_options): Improve warning when
5588 mdynamic-no-pic is given together with fPIC/fpic, also warn when it
5589 is given with fpie/fPIE.
5590 * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
5591 * config/darwin9.h (PIE_SPEC): New.
53461199 5592
605354f3 55932011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
53461199
BS
5594
5595 * timevar.c (timevar_print): Increase width for display of timevar
5596 name.
5597
f796c438
JJ
55982011-06-24 Jakub Jelinek <jakub@redhat.com>
5599
5600 PR c++/46400
5601 * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
5602 instead of TYPE_CHAIN for chain_next for types.
5603
a7289eaf
RH
56042011-06-24 Richard Henderson <rth@redhat.com>
5605
5606 * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
5607 (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
5608 * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
5609 (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
5610 (sparc_flat_expand_prologue): Emit individual instructions
5611 instead of one of the above.
5612
c4b9a87e
ER
56132011-06-24 Easwaran Raman <eraman@google.com>
5614
5615 PR rtl-optimization/49429
5616 PR target/49454
5617 * expr.c (emit_block_move_hints): Mark MEM_EXPR(x) and
5618 MEM_EXPR(y) addressable if emit_block_move_via_libcall is
5619 used to copy y into x.
5620 * calls.c (initialize_argument_information): Mark
5621 an argument addressable if it is passed by invisible reference.
5622 (emit_library_call_value_1): Mark MEM_EXPR (val) addressable
5623 if it is passed by reference.
5624
5ac6c59e
L
56252011-06-24 H.J. Lu <hongjiu.lu@intel.com>
5626
5627 PR rtl-optimization/49504
5628 * rtlanal.c (nonzero_bits1): Properly handle addition or
1f134bd6
L
5629 subtraction of a pointer in Pmode if pointers extend unsigned.
5630 (num_sign_bit_copies1): Likewise.
5ac6c59e 5631
b807e627
MJ
56322011-06-24 Martin Jambor <mjambor@suse.cz>
5633
5634 PR tree-optimizations/49516
5635 * tree-sra.c (sra_modify_assign): Choose the safe path for
5636 aggregate copies if we also did scalar replacements.
5637
9a1ea4b9
RR
56382011-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
5639
5640 PR target/49335
5641 * config/arm/predicates.md (add_operator): New.
0d5e0c1b 5642 * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
9a1ea4b9 5643
949cfd0a
AK
56442011-06-24 Andi Kleen <ak@linux.intel.com>
5645
5646 * tree-sra.c (type_internals_preclude_sra_p): Add msg
5647 parameter. Split up ifs and report reason in *msg.
5648 (reject): Add.
5649 (find_var_candiate): Add msg variable.
5650 Split up ifs and report reason to reject.
5651 (find_param_candidates): Add msg variable.
5652 Pass msg to type_internals_preclude_sra_p.
5653
49e9c661 56542011-06-23 Jeff Law <law@redhat.com>
ad3577df 5655
b0c11403
JL
5656 PR middle-end/48770
5657 * reload.h (reload): Change to return a bool.
5658 * ira.c (ira): If requested by reload, run a fast DCE pass after
5659 reload has completed. Fix comment typo.
5660 * reload1.c (need_dce): New file scoped static.
5661 (reload): Set reload_completed here. Return whether or not a DCE
5662 pass after reload is needed.
5663 (delete_dead_insn): Set need_dce as needed.
5664
ad3577df
JL
5665 PR middle-end/49465
5666 * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
5667 to detect threading through joiner block. If there was already
5668 an edge to the new target, then do not change the PHI nodes.
5669
7cf64710
JJ
56702011-06-23 Jakub Jelinek <jakub@redhat.com>
5671
5672 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
5673 get_pointer_alignment to see if base isn't sufficiently aligned.
5674
febb1302
JH
56752011-06-23 Jan Hubicka <jh@suse.cz>
5676
5677 PR tree-optimize/49373
5678 * tree-pass.h (all_late_ipa_passes): Declare.
5679 * cgraphunit.c (init_lowered_empty_function): Fix properties.
4a9206ce
EB
5680 (cgraph_optimize): Execute late passes; remove unreachable funcions
5681 after materialization.
5682 * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
5683 LTOing.
febb1302
JH
5684 * passes.c (all_late_ipa_passes): Declare.
5685 (dump_passes, register_pass): Handle late ipa passes.
4a9206ce
EB
5686 (init_optimization_passes): Move ipa_pta to late passes; schedule
5687 fixup_cfg at beggining of all_passes.
febb1302
JH
5688 (apply_ipa_transforms): New function.
5689 (execute_one_pass): When doing simple ipa pass, apply all transforms.
5690
4c77620d
JM
56912011-06-23 Joseph Myers <joseph@codesourcery.com>
5692
5693 * params.c: Include common/common-target.h. Don't include tm.h.
5694 (lang_independent_params): Move from toplev.c.
5695 (global_init_params): New.
5696 * params.h (global_init_params): Declare.
5697 * target.def (default_params): Move to common-target.def.
5698 * toplev.c (lang_independent_options): Remove.
5699 (lang_independent_params): Move to params.c.
5700 (general_init): Use global_init_params.
5701 * common/common-target.def (option_default_params): Move from
5702 target.def.
5703 * common/config/ia64/ia64-common.c: Include params.h.
5704 (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5705 from ia64.c.
5706 * common/config/rs6000/rs6000-common.c: Include params.h.
5707 (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5708 from rs6000.c.
5709 * common/config/sh/sh-common.c: Include params.h.
5710 (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5711 from sh.c.
5712 * common/config/spu/spu-common.c: Include params.h.
5713 (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
5714 from spu.c.
5715 * config/ia64/ia64.c (ia64_option_default_params,
5716 TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
5717 * config/rs6000/rs6000.c (rs6000_option_default_params,
5718 TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
5719 * config/sh/sh.c (sh_option_default_params,
5720 TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
5721 * config/spu/spu.c (spu_option_default_params,
5722 TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
5723 * Makefile.in (OBJS): Remove params.o.
5724 (OBJS-libcommon-target): Add params.o.
5725 (params.o, $(common_out_object_file)): Update dependencies.
5726 * doc/tm.texi: Regenerate.
5727
6aad1e38
AM
57282011-06-23 Alan Modra <amodra@gmail.com>
5729
5730 PR bootstrap/49383
5731 * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
5732 invocation for 2011-06-09 changes.
5733
4fb489e7
JJ
57342011-06-22 Jakub Jelinek <jakub@redhat.com>
5735
fb79f500
JJ
5736 PR libgomp/49490
5737 * omp-low.c (expand_omp_for_static_nochunk): Only
0d5e0c1b
UB
5738 use n ceil/ nthreads size for the first n % nthreads threads in the
5739 team instead of all threads except for the last few ones which
fb79f500
JJ
5740 get less work or none at all.
5741
4fb489e7
JJ
5742 PR debug/49496
5743 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
5744 uses.
5745
9c7c9f10
RG
57462011-06-22 Richard Guenther <rguenther@suse.de>
5747
5748 PR tree-optimization/49493
5749 * tree-ssa-structalias.c (get_constraint_for_ssa_var):
5750 Refer to the alias target of variables.
5751 (associate_varinfo_to_alias_1): Remove.
5752 (ipa_pta_execute): Do not associate aliases with anything.
5753 * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
5754 (cgraph_function_node): Likewise.
5755 (cgraph_function_or_thunk_node): Likewise.
5756 (varpool_variable_node): Likewise.
5757
7cf13d1f
NS
57582011-06-22 Nathan Sidwell <nathan@codesourcery.com>
5759
0d5e0c1b 5760 * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
7cf13d1f
NS
5761 * config.gcc (arm*-*-linux*): Default to gnu tls.
5762 (arm*-*-*): Add --with-tls option.
5763 (all_defaults): Add 'tls'.
5764
78a8eb4e
RH
57652011-06-22 Richard Henderson <rth@redhat.com>
5766
5767 * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
5768 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
5769 (dwarf2out_frame_debug_cfa_window_save): Rename from
5770 dwarf2out_window_save; make static.
5771 * tree.h (dwarf2out_window_save): Don't declare.
5772
5773 * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
5774 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
5775 (emit_save_register_window): Rename from gen_save_register_window;
5776 emit the insn and add REG_CFA_* notes.
5777 (sparc_expand_prologue): Update to match.
5778 * config/sparc/sparc.md (save_register_window_1): Simplify from
5779 save_register_window<P:mode>.
5780
3b4c46d7
L
57812011-06-22 H.J. Lu <hongjiu.lu@intel.com>
5782
5783 PR target/49497
5784 * config/i386/i386.md (*lea_general_2): Always allow SImode.
5785 (*lea_general_2_zext): Likewise.
5786 (imul to lea peepholes): Use const359_operand and check
5787 TARGET_PARTIAL_REG_STALL.
5788
5789 * config/i386/predicates.md (const359_operand): New.
5790
4399cf59
MM
57912011-06-22 Michael Matz <matz@suse.de>
5792
5793 * cgraphunit.c (assemble_thunk): Use correct return type.
5794
31a0c825 57952011-06-22 Dmitry Plotnikov <dplotnikov@ispras.ru>
0d5e0c1b 5796 Dmitry Melnik <dm@ispras.ru>
31a0c825
DP
5797
5798 * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
5799 (neon_output_shift_immediate): Ditto.
5800 * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
5801 prototype.
5802 (neon_output_shift_immediate): Ditto.
5803 * config/arm/neon.md (vashl<mode>3): Modified constraint.
5804 (vashr<mode>3_imm): New insn pattern.
5805 (vlshr<mode>3_imm): Ditto.
5806 (vashr<mode>3): Modified constraint.
5807 (vlshr<mode>3): Ditto.
5808 * config/arm/predicates.md (imm_for_neon_lshift_operand): New
5809 predicate.
5810 (imm_for_neon_rshift_operand): Ditto.
5811 (imm_lshift_or_reg_neon): Ditto.
5812 (imm_rshift_or_reg_neon): Ditto.
5813
5814 * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
5815
ddb555ed
JJ
58162011-06-22 Jakub Jelinek <jakub@redhat.com>
5817
36dc1a88
JJ
5818 * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
5819 builtin calls even if likelyvalue is not CONSTANT.
5820 Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
5821 Return get_value_for_expr of first operand
5822 for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
5823 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
5824 BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
5825 their non-checking counterparts.
5826 (call_may_clobber_ref_p_1): Likewise.
5827 (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
5828 like their non-checking counterparts.
5829 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
5830 Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
5831 like their non-checking counterparts.
5832 (find_func_clobbers): Likewise.
5833 * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
5834 like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
5835
41cd4957
JJ
5836 * dwarf2out.c (size_of_loc_descr, output_loc_operands,
5837 mark_base_types, hash_loc_operands, compare_loc_operands): Allow
5838 DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
5839 of base type reference as argument.
5840 (resolve_addr_in_expr): Likewise. Fix keep computation.
5841 (convert_descriptor_to_signed): Renamed to...
0d5e0c1b
UB
5842 (convert_descriptor_to_mode): ... this. For wider types convert to
5843 unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
41cd4957
JJ
5844 (typed_binop): New function.
5845 (scompare_loc_descriptor, ucompare_loc_descriptor,
5846 minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
5847 default to unsigned type instead of signed.
5848
ddb555ed
JJ
5849 PR debug/47858
5850 * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
5851 (gimple_build_debug_source_bind_stat): New prototype.
5852 (gimple_build_debug_source_bind): Define.
5853 (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
5854 gimple_debug_source_bind_get_value,
5855 gimple_debug_source_bind_get_value_ptr,
5856 gimple_debug_source_bind_set_var,
5857 gimple_debug_source_bind_set_value): New inlines.
5858 * gimple.c (gimple_build_debug_source_bind_stat): New function.
5859 * gimple-pretty-print.c (dump_gimple_debug): Handle
5860 GIMPLE_DEBUG_SOURCE_BIND.
5861 * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
5862 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
5863 * tree-parloops.c (eliminate_local_variables,
5864 separate_decls_in_region): Likewise.
5865 (separate_decls_in_region_debug): Renamed from
5866 separate_decls_in_region_debug_bind. Handle
5867 gimple_debug_source_bind_p.
5868 * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
5869 prototypes.
5870 (DECL_HAS_DEBUG_ARGS_P): Define.
5871 (struct tree_function_decl): Add has_debug_args_flag field.
5872 * tree.c (debug_args_for_decl): New variable.
5873 (decl_debug_args_lookup, decl_debug_args_insert): New functions.
5874 * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
5875 (rewrite_debug_stmt_uses): New function.
5876 (rewrite_stmt): Use it to rewrite debug stmt uses.
5877 * rtl.def (DEBUG_PARAMETER_REF): New.
5878 * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
5879 * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
5880 DEBUG_PARAMETER_REF.
5881 * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
5882 * print-rtl.c (print_rtx): Likewise.
5883 * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
5884 SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
5885 debug stmts in the first bb.
5886 * tree-inline.c (remap_ssa_name): If remapping default def
5887 of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
5888 a source bind debug stmt.
5889 (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
5890 (maybe_move_debug_stmts_to_successors): Likewise.
5891 (copy_debug_stmt): Likewise. Avoid shadowing a variable.
5892 (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
5893 debug args vector from old_decl to new_decl.
5894 * ipa-prop.c (ipa_modify_call_arguments): For optimized away
5895 or modified parameters, add debug bind stmts before call
0d5e0c1b 5896 setting DEBUG_EXPR_DECL which is remembered in debug args vector.
ddb555ed
JJ
5897 * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
5898 on DECL_DEBUG_EXPRs from debug args vector.
5899 (expand_debug_source_expr): New function.
5900 (expand_debug_locations): Use it for source bind insns.
5901 (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
5902 * var-tracking.c (prepare_call_arguments): Add debug args
5903 to call_arguments if any.
5904 * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
0d5e0c1b
UB
5905 output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
5906 compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
ddb555ed
JJ
5907 (get_ref_die_offset, parameter_ref_descriptor): New functions.
5908 (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
5909 (gen_subprogram_die): Handle parameters identified by
5910 DEBUG_PARAMETER_REF.
5911
ccdc2164
NS
59122011-06-22 Nathan Sidwell <nathan@codesourcery.com>
5913
5914 * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
5915 * doc/install.texi (Configuration): Document --with-tls.
ccdc2164
NS
5916 * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
5917 (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
5918 (arm_tls_descseq_addr): New.
5919 (legitimize_tls_address): Add tlsdesc support.
5920 (arm_cannot_copy_insn_p): Check for tlscall.
5921 (arm_emit_tls_decoration): Likewise.
5922 * config/arm/arm.h (TARGET_GNU2_TLS): New.
5923 (OPTION_DEFAULT_SPECS): Add with-tls support.
5924 * config/arm/arm.md (R1_REGNUM): Define.
5925 (tlscall): New.
5926 * config/arm/arm.opt (tls_type): New enumeration type and values.
5927 (mtls-dialect): New switch.
5928 * config/arm/arm-opts.h (enum tls_type): New.
5929
70e41a6a
NP
59302011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>
5931
5932 * attribs.c (register_attribute): Added assert to check that all
5933 attribute specs are registered with a name that is not empty and
5934 does not start with '_'.
5935 (decl_attributes): Avoid the lookup of the "naked" attribute spec
5936 if the function has no attributes.
5937 * tree.c (is_attribute_with_length_p): Removed.
5938 (is_attribute_p): Removed.
0d5e0c1b 5939 (private_is_attribute_p): New.
70e41a6a
NP
5940 (private_lookup_attribute): New.
5941 (lookup_attribute): Removed.
5942 (lookup_ident_attribute): New.
5943 (remove_attribute): Require the first argument to be in the form
5944 'text', not '__text__'. Updated asserts.
5945 (merge_attributes): Use lookup_ident_attributes instead of
5946 lookup_attribute.
5947 (merge_dllimport_decl_attributes): Use remove_attribute.
5948 (attribute_list_contained): Likewise.
5949 (attribute_list_equal): Immediately return 1 if the arguments are
5950 identical pointers.
5951 * tree.h (is_attribute_p): Made inline. Return a 'bool', not an
5952 'int'. Require the first argument to be in the form 'text', not
5953 '__text__'. Require the second argument to be an identifier.
5954 (lookup_attribute): Made inline. Require the first argument to be
5955 in the form 'text', not '__text__'.
5956 (private_is_attribute_p, private_lookup_attribute): New.
5957 Updated comments.
0d5e0c1b 5958
e0a8ecf2
AM
59592011-06-21 Andrew MacLeod <amacleod@redhat.com>
5960
5961 * builtins.c: Add sync_ or SYNC__ to builtin names.
5962 * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
5963 * omp-low.c: Add sync_ or SYNC__ to builtin names.
5964
663827d3 59652011-06-21 Georg-Johann Lay <avr@gjlay.de>
637c11bd 5966
663827d3
GJL
5967 PR target/33049
5968 * config/avr/avr.md (extzv): New expander.
5969 (*extzv): New insn.
5970 (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
5971 * config/avr/constraints.md (C04): New constraint.
5972 * doc/md.texi (Machine Constraints): Document it.
5973
146aef0b
JJ
59742011-06-21 Jakub Jelinek <jakub@redhat.com>
5975
5976 PR middle-end/49489
5977 * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
5978 unsignedp argument instead of 1 for clrsb_optab.
5979 (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
5980 and < 2 * HOST_BITS_PER_WIDE_INT. Optimize BUILT_IN_CLRSB*.
5981 (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
5982 * optabs.c (widen_leading): Call widen_operand and expand_unop
5983 with 0 as unsignedp argument instead of 1 for clrsb_optab.
637c11bd 5984 (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
146aef0b 5985
c0503294
GJL
59862011-06-21 Georg-Johann Lay <avr@gjlay.de>
5987
5988 * config/avr/avr.md (*jcindirect_jump): Fix build warning.
5989
3801c801
BS
59902011-06-21 Bernd Schmidt <bernds@codesourcery.com>
5991
0bddee8e
BS
5992 * gensupport.c (add_define_attr): New static function.
5993 (is_predicable): Allow multi-alternative lists for the "predicable"
5994 attribute.
5995 (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
5996 (process_one_cond_exec): Call alter_attrs_for_insn.
5997 * doc/md.texi (Defining Attributes): Mention some standard names.
5998 (Conditional Execution): Update documentation for "predicable".
5999
3801c801
BS
6000 * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
6001 __builtin_clrsbll): Document.
6002 * doc/rtl.texi (clrsb): New entry.
6003 * optabs.c (widen_leading): Renamed from widen_clz. New argument
6004 UNOPTAB. All callers changed. Use UNOPTAB instead of clz_optab.
6005 (expand_unop): Handle clrsb_optab.
6006 (init_optabs): Initialize it.
6007 * optabs.h (enum optab_index): New entry OTI_clrsb.
6008 (clrsb_optab): Define.
6009 * genopinit.c (optabs): Add an entry for it.
6010 * builtins.c (expand_builtin): Handle clrsb builtin functions.
6011 * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
6012 BUILT_IN_CLRSBLL): New.
6013 * rtl.def (CLRSB): New code.
6014 * dwarf2out.c (mem_loc_descriptor): Handle it.
6015 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
6016 Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
6017 and popcount.
6018 * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
6019 * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
6020 (__ctzDI2): Move declaration.
6021 * config/bfin/bfin.md (clrsbsi2): New expander.
6022 (signbitssi2): Use the CLRSB rtx.
6023 (clrsbhi2): Renamed from signbitshi2. Use the CLRSB rtx.
6024 * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
6025
55f01229
RG
60262011-06-21 Richard Guenther <rguenther@suse.de>
6027
637c11bd 6028 * ipa-inline-transform.c (inline_transform): Fix previous change.
55f01229 6029
5181cd6a
IR
60302011-06-21 Ira Rosen <ira.rosen@linaro.org>
6031
6032 PR tree-optimization/49478
6033 * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
6034 with constant operand.
6035
e4ee3d70
RG
60362011-06-21 Richard Guenther <rguenther@suse.de>
6037
6038 * ipa-inline-transform.c (inline_transform): Fix typo.
637c11bd 6039
7b7ec6c5
RG
60402011-06-21 Richard Guenther <rguenther@suse.de>
6041
6042 PR tree-optimization/49483
6043 * tree-vect-stmts.c (vectorizable_assignment): Also handle
6044 VIEW_CONVERT_EXPR conversions.
6045
1b916ca6
JM
60462011-06-21 Joseph Myers <joseph@codesourcery.com>
6047
6048 * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
6049 * config/avr/avr-tables.opt: New file (generated).
6050 * config.gcc (avr-*-*): Use avr/avr-tables.opt.
6051 * config/avr/avr-devices.c (avr_mcu_types): Move contents to
6052 avr-mcus.def.
6053 * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
6054 (avr_option_override): Don't process -mmcu= argument here. Set
6055 avr_current_device using avr_mcu_index.
637c11bd 6056 (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
1b916ca6
JM
6057 * config/avr/avr.opt (mmcu=): Use Enum.
6058 * config/avr/t-avr (avr-devices.o): Update dependencies.
6059 ($(srcdir)/config/avr/avr-tables.opt): New.
6060 * target.def (help): Remove.
6061 * doc/tm.texi.in (TARGET_HELP): Remove.
6062 * doc/tm.texi: Regenerate.
6063 * opts.c: Don't include target.h.
6064 (common_handle_option): Don't call targetm.help.
6065 * system.h (TARGET_HELP): Poison.
6066 * Makefile.in (opts.o): Update dependencies.
6067
7ecfa34f
RO
60682011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6069
6070 * config/usegld.h: New file.
6071 * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
6072 (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
637c11bd 6073 (LIB_SPEC): Likewise. Search /lib.
7ecfa34f
RO
6074 (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
6075 (RDYNAMIC_SPEC): Handle GNU ld.
637c11bd
UB
6076 [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
6077 Define.
7ecfa34f
RO
6078 (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
6079 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
6080 [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
6081 (STACK_CHECK_STATIC_BUILTIN): Define.
6082 * config/sol2.opt (compat-bsd): Remove.
6083 * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
6084 * config/sol2-bi.h: New file.
6085 * config/sol2-gld.h: Remove.
6086 * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
6087 (NO_DBX_BNSYM_ENSYM): Remove.
6088 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
6089 (STACK_CHECK_STATIC_BUILTIN): Remove.
6090 Test USE_GLD instead of TARGET_GNU_LD.
6091 * config/i386/sol2-10.h: Rename to ...
6092 * config/i386/sol2-bi.h .. this.
6093 (SUBTARGET_EXTRA_SPECS): Redefine.
6094 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
6095 (MULTILIB_DEFAULTS): Remove.
6096 (DEFAULT_ARCH32_P): Define.
6097 (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
6098 (ARCH64_SUBDIR): Define.
6099 Test USE_GLD instead of TARGET_GNU_LD.
6100 (I386_EMULATION): Rename to ...
6101 (ARCH32_EMULATION): ... this.
6102 (X86_64_EMULATION): Rename to ...
6103 (ARCH64_EMULATION): ... this.
6104 (TARGET_LD_EMULATION): Remove.
6105 (LINK_ARCH_SPEC): Remove.
6106 * config/i386/sol2-gas.h: Remove.
6107 * config/i386/t-sol2-10: Rename to ...
6108 * config/i386/t-sol2-64: ... this.
6109 * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
6110 (AS_SPARC64_FLAG): Define.
6111 (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
6112 (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
6113 depending on TARGET_CPU_DEFAULT.
6114 (CPP_CPU_SPEC): Redefine.
6115 (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
6116 (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
6117 (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
6118 (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
6119 ASM_ARCH_DEFAULT_SPEC): Redefine.
6120 (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
6121 LINK_ARCH_DEFAULT_SPEC.
6122 [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
6123 [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
6124 (ARCH64_SUBDIR): Define.
6125 (LINK_ARCH64_SPEC): Redefine.
6126 (CC1_SPEC): Redefine.
6127 (OPTION_DEFAULT_SPECS): Redefine.
6128 (MULTILIB_DEFAULTS): Define.
6129 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
6130 [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
6131 [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
6132 (NO_DBX_BNSYM_ENSYM): Remove.
6133 (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
6134 (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
6135 (TARGET_ASM_NAMED_SECTION): Likewise.
6136 (STACK_CHECK_STATIC_BUILTIN): Remove.
6137 * config/sparc/sol2-bi.h: Remove.
6138 * config/sparc/sol2-gas-bi.h: Remove.
6139 * config/sparc/sol2-gas.h: Remove.
6140 * config/sparc/sol2-gld-bi.h: Remove.
6141 * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
6142 common parts ...
6143 (*-*-solaris2*): ... here.
6144
4b583c43 61452011-06-21 Christian Bruel <christian.bruel@st.com>
637c11bd 6146
4b583c43 6147 PR other/43564
637c11bd
UB
6148 * ipa-inline.c (can_inline_edge_p): Check
6149 !DECL_DISREGARD_INLINE_LIMITS.
6150
3bb556ad 61512011-06-21 Christian Bruel <christian.bruel@st.com>
637c11bd 6152
3bb556ad
CB
6153 PR middle-end/49139
6154 * cgraphunit.c (process_function_and_variable_attributes): warn when
6155 always_inline functions that are not inline.
637c11bd
UB
6156 * ipa-inline-transform.c (inline_transform): Always call
6157 optimize_inline.
6158 * tree-inline.c (tree_inlinable_function_p): Use error instead
6159 of sorry.
3bb556ad 6160 (expand_call_inline): Likewise.
637c11bd 6161
f1ee724c
JJ
61622011-06-21 Jakub Jelinek <jakub@redhat.com>
6163
6164 * Makefile.in (dg_target_exps): Set.
6165 (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
6166 instead of 7, try to divide it more evenly.
6167
61682011-06-20 Changpeng Fang <changpeng.fang@amd.com>
97ef5ae6 6169
931050d0 6170 PR target/49089
97ef5ae6
CF
6171 * config/i386/i386.c (avx256_split_unaligned_load): New definition.
6172 (avx256_split_unaligned_store): New definition.
6173 (ix86_option_override_internal): Enable avx256 unaligned load/store
6174 splitting only when avx256_split_unaligned_load/store is set.
6175
998c75b6
BS
61762011-06-20 Bernd Schmidt <bernds@codesourcery.com>
6177
6178 * regrename.c (scan_rtx_reg): Handle the case where we write to an
6179 open chain in a smaller mode without failing the entire block.
6180
3a769784
AM
61812011-06-21 Alan Modra <amodra@gmail.com>
6182
6183 * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
6184 CONST high part large-toc address.
6185 (rs6000_tls_referenced_p): Make static.
6186 * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
6187
c2954af9
RR
61882011-06-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
6189
6190 PR target/49385
6191 * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
6192 one of the operands is a register.
6193
a95015b6
KT
61942011-06-20 Kai Tietz <ktietz@redhat.com>
6195
637c11bd
UB
6196 * fold-const.c (fold_binary_loc): Add missing folding for truth-not
6197 operations in combination with binary and.
a95015b6 6198
49a30d00
BS
61992011-06-20 Bernd Schmidt <bernds@codesourcery.com>
6200
6201 * regrename.c (do_replace): Don't update notes.
6202
3bae1d98
AM
62032011-06-20 Alan Modra <amodra@gmail.com>
6204
6205 * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
6206 of toc-relative address in CONST.
6207 (rs6000_delegitimize_address): Recognize changed address.
6208 (rs6000_legitimize_reload_address): Likewise.
6209 (rs6000_emit_move): Don't force these constants to memory.
6210 * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
6211 toc-relative address in CONST.
6212 (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
6213 (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
6214
10937b0c
L
62152011-06-18 H.J. Lu <hongjiu.lu@intel.com>
6216
637c11bd 6217 * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
10937b0c
L
6218 (count_trailing_zeros): Likewise.
6219
0c587260
L
62202011-06-18 H.J. Lu <hongjiu.lu@intel.com>
6221
6222 PR other/49325
6223 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
6224 .init_array can be used with .ctors on targets.
6225 * configure: Regenerated.
6226
c020c92b
EB
62272011-06-18 Eric Botcazou <ebotcazou@adacore.com>
6228
6229 * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
6230 if the element type is volatile.
6231
cd35bcf7
JH
62322011-06-18 Jan Hubicka <jh@suse.cz>
6233
6234 * lto-symtab.c (lto_varpool_replace_node): Remove code handling
6235 extra name aliases.
6236 (lto_symtab_resolve_can_prevail_p): Likewise.
6237 (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
6238 * cgraphbuild.c (record_reference): Remove extra body alias code.
6239 (mark_load): Likewise.
6240 (mark_store): Likewise.
6241 * cgraph.h (varpool_node): Remove extra_name filed;
6242 add alias_of and extraname_alias.
6243 (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
6244 (varpool_alias_aliased_node): New inline function.
6245 (varpool_variable_node): New function.
6246 * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
6247 * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
6248 * lto-cgraph.c (lto_output_varpool_node): Update streaming.
6249 (input_varpool_node): Likewise.
6250 * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
6251 (varpool_externally_visible_p): Remove extra body alias code.
6252 (function_and_variable_visibility): Likewise.
6253 * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
6254 (ipa_pta_execute): Use it.
6255 * varpool.c (varpool_remove_node): Remove extra name alias code.
6256 (varpool_mark_needed_node): Likewise.
6257 (varpool_analyze_pending_decls): Analyze aliases.
6258 (assemble_aliases): New functoin.
6259 (varpool_assemble_decl): Use it.
6260 (varpool_create_variable_alias): New function.
6261 (varpool_extra_name_alias): Rewrite.
6262 (varpool_for_node_and_aliases): New function.
6263
c96b4102
JJ
62642011-06-18 Jakub Jelinek <jakub@redhat.com>
6265
6266 PR target/49411
6267 * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
6268 last_arg_constant and last argument doesn't match its predicate,
6269 for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
6270 if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
6271 (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
6272 spelling of error message.
6273 * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
6274 vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
6275 const_0_to_255_operand instead of const_int_operand.
6276
6277 Revert:
6278 2011-05-09 Uros Bizjak <ubizjak@gmail.com>
6279
6280 * config/i386/sse.md (blendbits): Remove mode attribute.
6281 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
6282 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
6283 Check integer value of operand 3 in insn constraint.
6284
9a2091cd
HPN
62852011-06-17 Hans-Peter Nilsson <hp@axis.com>
6286
6287 PR rtl-optimization/48542
6288 * reload.c (find_equiv_reg): Stop looking when finding a
6289 setjmp-type call.
6290 * reload1.c (reload_as_needed): Invalidate all reload
6291 registers when crossing a setjmp-type call.
6292
361b51c0
JL
62932011-06-16 Jeff Law <law@redhat.com>
6294
6295 * tree-ssa-threadupdate.c (struct redirection_data): New field
6296 intermediate_edge.
6297 (THREAD_TARGET2): Define.
637c11bd 6298 (redirection_data_eq): Also check that the intermediate edge is equal.
361b51c0
JL
6299 (lookup_redirection_data): Drop useless argument. Extract the
6300 outgoing_edge and intermediate edge from E. Callers updated.
6301 (copy_phi_args, update_destination_phis): New functions.
6302 (fix_duplicate_block_edges): Likewise.
6303 (create_edge_and_update_destination_phis): Duplicate all the edges
6304 hung off e->aux. Use copy_phi_args.
6305 (create_duplicates): Use fix_duplicate_block_edges.
6306 (fixup_template_block): Likewise.
6307 (redirect_edges): If necessary, redirect the joiner block's incoming
6308 edge to the duplicate of the joiner block.
6309 (thread_block): Don't muck up loops when threading through a joiner
6310 block.
637c11bd 6311 (thread_through_loop_header): Handle threading through a joiner block.
361b51c0
JL
6312 (mark_threaded_blocks, register_jump_thread): Likewise.
6313 * tree-flow.h (register_jump_thread): Add new argument. Callers
6314 updated.
6315 * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
6316 (thread_across_edge): Handle threading through a joiner block.
637c11bd 6317
ee460e75
MJ
63182011-06-16 Martin Jambor <mjambor@suse.cz>
6319
6320 PR tree-optimization/49343
6321 * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
6322 calculate offset, provide 2nd operand for the new COMPONENT_REF.
6323
a285ba2e
IS
63242011-06-16 Iain Sandoe <iains@gcc.gnu.org>
6325
6326 * config/darwin-protos.h (machopic_select_rtx_section): Move to
6327 inside RTX_CODE ifdef.
6328
0703f020
TV
63292011-06-16 Tom de Vries <tom@codesourcery.com>
6330
6331 PR target/45098
637c11bd
UB
6332 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
6333 Disallow NULL pointer for pointer arithmetic.
0703f020 6334
900c07da
RR
63352011-06-16 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
6336
6337 PR target/49398
6338 Revert.
6339 2011-06-10 Wei Guozhi <carrot@google.com>
6340
6341 PR target/45335
6342 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
6343 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
6344 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
6345 related peephole2.
6346 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
6347 related peephole2.
6348 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
6349 (arm_legitimate_ldrd_p): New prototype.
6350 (arm_output_ldrd): New prototype.
6351 * config/arm/arm.c (arm_check_ldrd_operands): New function.
6352 (arm_legitimate_ldrd_p): New function.
6353 (arm_output_ldrd): New function.
6354
c020c92b 63552011-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
d5cc9181
JR
6356
6357 PR middle-end/46500
6358 * doc/tm.texi.in: Update Copyright date.
6359 * doc/tm.texi: Regenerate.
6360 * targhooks.c (default_setup_incoming_varargs): Replace
6361 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6362 (default_pretend_outgoing_varargs_named): Likewise.
6363 (hook_pass_by_reference_must_pass_in_stack): Likewise.
6364 (hook_callee_copies_named): Likewise.
6365 (default_function_arg_advance): Likewise.
6366 (default_function_arg): Likewise.
6367 (default_function_incoming_arg): Likewise.
6368 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
6369 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
6370 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
6371 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
6372 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
6373 * targhooks.h (default_setup_incoming_varargs): Likewise.
6374 (default_pretend_outgoing_varargs_named): Likewise.
6375 (hook_pass_by_reference_must_pass_in_stack): Likewise.
6376 (hook_callee_copies_named): Likewise.
6377 (default_function_arg_advance): Likewise.
6378 (default_function_arg): Likewise.
6379 (default_function_incoming_arg): Likewise.
6380 (hook_bool_CUMULATIVE_ARGS_false): Likewise.
6381 (hook_bool_CUMULATIVE_ARGS_true): Likewise.
6382 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
6383 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
6384 (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
6385 * target.def (pass_by_reference): Likewise.
6386 (setup_incoming_varargs, strict_argument_naming): Likewise.
6387 (pretend_outgoing_varargs_named, callee_copies): Likewise.
6388 (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
6389 (function_incoming_arg): Likewise.
6390 * target.h: Don't include "tm.h" .
6391 (cumulative_args_t): New typedef.
6392 [GCC_TM_H] (get_cumulative_args): New static inline function.
6393 [GCC_TM_H] (pack_cumulative_args): Likewise.
6394 * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
6395 argument type with cumulative_args_t.
6396 (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
6397 (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
6398 * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
6399 (frv_arg_partial_bytes, frv_function_arg): Likewise.
6400 (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
6401 (frv_function_arg_1): Likewise.
6402 * config/s390/s390.c (s390_pass_by_reference): Likewise.
6403 (s390_function_arg_advance, s390_function_arg): Likewise.
6404 * config/m32c/m32c.c (m32c_function_arg): Likewise.
6405 (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
6406 (m32c_strict_argument_naming): Likewise.
6407 * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
6408 (spu_function_arg_advance): Likewise.
6409 (spu_setup_incoming_varargs): Likewise. Make static.
6410 * config/spu/spu-protos.h (spu_setup_incoming_varargs):
6411 Remove prototype.
6412 * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
6413 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6414 (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
6415 (sparc_function_arg, sparc_function_incoming_arg): Likewise.
6416 (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
6417 * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
6418 (mep_pass_by_reference, mep_function_arg): Likewise.
6419 (mep_function_arg_advance): Likewise.
6420 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
6421 (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
6422 (m32r_function_arg, m32r_function_arg_advance): Likewise.
6423 * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
6424 * config/i386/i386.c (ix86_function_arg_advance): Likewise.
6425 (ix86_function_arg, ix86_pass_by_reference): Likewise.
6426 (ix86_setup_incoming_varargs): Likewise.
6427 * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
6428 (sh_strict_argument_naming): Likewise.
6429 (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
6430 (sh_callee_copies, sh_arg_partial_bytes): Likewise.
6431 (sh_function_arg_advance, sh_function_arg): Likewise.
6432 * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
6433 (pdp11_function_arg_advance): Likewise.
6434 * config/microblaze/microblaze.c (microblaze_function_arg_advance):
6435 Likewise.
6436 (microblaze_function_arg, function_arg_partial_bytes): Likewise.
6437 * config/avr/avr.c (avr_function_arg): Likewise.
6438 (avr_function_arg_advance): Likewise.
6439 * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
6440 (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
6441 (xtensa_function_arg_1): Likewise.
637c11bd
UB
6442 * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
6443 Likewise.
d5cc9181
JR
6444 (xstormy16_function_arg): Likewise.
6445 * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
6446 (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
6447 (fr30_function_arg_advance): Likewise.
6448 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
6449 (lm32_function_arg, lm32_function_arg_advance): Likewise.
6450 * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
6451 (moxie_function_arg, moxie_function_arg_advance): Likewise.
6452 (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
6453 * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
6454 (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
6455 (cris_function_arg, cris_function_incoming_arg): Likewise.
6456 (cris_function_arg_advance, cris_function_arg_1): Likewise.
6457 * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
6458 (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
6459 (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
6460 * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
6461 (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
6462 (mn10300_arg_partial_bytes): Likewise.
6463 * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
6464 (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
6465 (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
6466 (ia64_function_arg_1): Likewise.
6467 * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
6468 (m68k_function_arg): Likewise.
6469 * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
6470 (rs6000_function_arg, setup_incoming_varargs): Likewise.
6471 (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
6472 * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
6473 (picochip_function_arg, picochip_incoming_function_arg): Likewise.
6474 (picochip_arg_advance): Likewise.
6475 * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
6476 (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
6477 (mcore_function_arg_advance): Likewise.
6478 * config/score/score.c (score_pass_by_reference): Likewise.
6479 (score_function_arg_advance): Likewise.
6480 (score_arg_partial_bytes): Likewise. Make static.
6481 * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
6482 * config/arm/arm.c (arm_arg_partial_bytes): Replace
6483 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6484 (arm_function_arg, arm_function_arg_advance): Likewise.
6485 (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
6486 * config/pa/pa.c (pa_pass_by_reference): Likewise.
6487 (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
6488 (pa_function_arg): Likewise.
6489 * config/mips/mips.c (mips_strict_argument_naming): Likewise.
6490 (mips_function_arg, mips_function_arg_advance): Likewise.
6491 (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
6492 (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
6493 * config/vax/vax.c (vax_function_arg): Likewise.
6494 (vax_function_arg_advance): Likewise.
6495 * config/h8300/h8300.c (h8300_function_arg): Likewise.
6496 (h8300_function_arg_advance): Likewise.
6497 * config/v850/v850.c (v850_pass_by_reference): Likewise.
6498 (v850_strict_argument_naming, v850_function_arg): Likewise.
6499 (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
6500 (v850_setup_incoming_varargs): Likewise.
6501 * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
6502 (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
6503 (mmix_function_arg, mmix_pass_by_reference): Likewise.
6504 (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
6505 with const void *.
6506 * config/bfin/bfin.c (setup_incoming_varargs): Replace
6507 CUMULATIVE_ARGS* argument type with cumulative_args_t.
6508 (bfin_function_arg_advance, bfin_function_arg): Likewise.
6509 (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
6510 * calls.c (emit_call_1): Change type of args_so_far to
6511 cumulative_args_t. Changed all callers.
6512 (initialize_argument_information): Likewise.
6513 (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
6514 * dse.c (get_call_args): Likewise.
6515 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
6516 * function.c (pass_by_reference, reference_callee_copied): Likewise.
6517 (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
6518 New member args_so_far_v. Changed all users.
6519 * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
6520 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
6521 * config/mips/mips.c (mips_output_args_xfer): Likewise.
6522 * config/s390/s390.c (s390_call_saved_register_used): Likewise.
6523 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
637c11bd
UB
6524 * config/microblaze/microblaze.c (microblaze_expand_prologue):
6525 Likewise.
d5cc9181
JR
6526 * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
6527 m32r_pass_by_reference.
6528
51312233
IR
65292011-06-16 Ira Rosen <ira.rosen@linaro.org>
6530
6531 * tree-vectorizer.h (vect_recog_func_ptr): Change the first
6532 argument to be a VEC of statements.
637c11bd
UB
6533 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
6534 assert that pattern statements have to have their vector type set.
51312233
IR
6535 * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
6536 Change the first argument to be a VEC of statements. Update
6537 documentation.
6538 (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
6539 (vect_handle_widen_mult_by_const): New function.
637c11bd
UB
6540 (vect_recog_widen_mult_pattern): Change the first argument to be a
6541 VEC of statements. Update documentation. Check that the constant is
6542 INTEGER_CST. Support multiplication by a constant that fits an
6543 intermediate type - call vect_handle_widen_mult_by_const.
51312233
IR
6544 (vect_pattern_recog_1): Update vect_recog_func_ptr and its
6545 call. Handle additional pattern statements if necessary.
6546
fd4df33d
NC
65472011-06-16 Nick Clifton <nickc@redhat.com>
6548
6549 PR target/49427
6550 * config.gcc: Set cpu_type to v850 for any V850 architecture.
6551 (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
6552 md_file, extra_modes, out_file and extra_options are these are all
6553 deduced from cpu_type.
6554
fbd05da0
GJL
65552011-06-16 Georg-Johann Lay <avr@gjlay.de>
6556
6557 * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
6558 truncation mask to 63.
6559
0ad8bb3b
GJL
65602011-06-16 Georg-Johann Lay <avr@gjlay.de>
6561
6562 PR target/49313
6563 PR target/29524
6564 * longlong.h: Add AVR support:
6565 (count_leading_zeros): New macro.
6566 (count_trailing_zeros): New macro.
6567 (COUNT_LEADING_ZEROS_0): New macro.
637c11bd
UB
6568 * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
6569 _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
6570 _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
6571 _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
0ad8bb3b
GJL
6572 (LIB2FUNCS_EXCLUDE): Add _clz.
6573 * config/avr/libgcc.S (XCALL): Move up in file.
6574 (XJMP): New C Macro.
6575 (DEFUN): New asm macro.
6576 (ENDF): New asm macro.
6577 (__ffssi2): New function.
6578 (__ffshi2): New function.
6579 (__loop_ffsqi2): New function.
6580 (__ctzsi2): New function.
6581 (__ctzhi2): New function.
6582 (__clzdi2): New function.
6583 (__clzsi2): New function.
6584 (__clzhi2): New function.
6585 (__paritydi2): New function.
6586 (__paritysi2): New function.
6587 (__parityhi2): New function.
59c1e10b 6588 (__parityqi2): New function.
0ad8bb3b
GJL
6589 (__popcounthi2): New function.
6590 (__popcountsi2): New function.
6591 (__popcountdi2): New function.
6592 (__popcountqi2): New function.
6593 (__bswapsi2): New function.
6594 (__bswapdi2): New function.
6595 (__ashldi3): New function.
6596 (__ashrdi3): New function.
6597 (__lshrdi3): New function.
6598 Fix suspicous lines.
6599
12430896
RG
66002011-06-16 Richard Guenther <rguenther@suse.de>
6601
6602 * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
6603 the same as x != 0.
637c11bd
UB
6604 * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
6605 to (bool) X & 1.
12430896
RG
6606 * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
6607 equality compares against zero for the lower bit.
6608
09302442
JJ
66092011-06-16 Jakub Jelinek <jakub@redhat.com>
6610
6611 PR tree-optimization/49419
6612 * tree-vrp.c (execute_vrp): Call init_range_assertions
6613 before estimate_numbers_of_iterations, call
6614 free_number_of_iterations_estimates before calling
6615 remove_range_assertions.
6616
81c41166
RE
66172011-06-16 Revital Eres <revital.eres@linaro.org>
6618
6619 * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
6620 (struct partial_schedule): Add rows_length field.
6621 (verify_partial_schedule): Check rows_length.
6622 (ps_insert_empty_row): Handle rows_length.
6623 (create_partial_schedule): Likewise.
6624 (free_partial_schedule): Likewise.
6625 (reset_partial_schedule): Likewise.
6626 (create_ps_insn): Remove rest_count argument.
6627 (remove_node_from_ps): Update rows_length.
6628 (add_node_to_ps): Update rows_length and call create_ps_insn
6629 without passing row_rest_count.
6630 (rotate_partial_schedule): Update rows_length.
6631
d24dc7b3
RE
66322011-06-16 Revital Eres <revital.eres@linaro.org>
6633
6634 * ddg.c (add_intra_loop_mem_dep): New function.
6635 (build_intra_loop_deps): Call it.
6636
361b51c0 66372011-06-13 Jeff Law <law@redhat.com>
2098e438
JL
6638
6639 * df-problems.c (df_lr_local_compute): Manually CSE
6640 PIC_OFFSET_TABLE_REGNUM.
6641 * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
6642 (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
6643
85ce9375
JH
66442011-06-13 Jan Hubicka <jh@suse.cz>
6645
6646 * cgraphunit.c (handle_alias_pairs): New function.
6647 (cgraph_finalize_compilation_unit): Use it.
6648 * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
6649 as externally visible.
6650
a577c405
RG
66512011-06-15 Richard Guenther <rguenther@suse.de>
6652
6653 * expr.c (expand_expr_real_2): Reduce all integral types to
6654 bitfield precision.
6655 (expand_expr_real_1): Likewise.
6656
93536c97
MJ
66572011-06-15 Martin Jambor <mjambor@suse.cz>
6658
6659 PR tree-optimization/48613
6660 * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
6661 ipa_node_params_vector is NULL.
fd4df33d 6662
ba45cfc4
JJ
66632011-06-15 Jakub Jelinek <jakub@redhat.com>
6664
6665 PR debug/49382
6666 * dwarf2out.c (dw_loc_list_node): Add force field.
637c11bd
UB
6667 (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
6668 location in the list, even if it is modified before first real insn.
ba45cfc4 6669 (output_loc_list): Emit empty ranges with force flag set.
637c11bd 6670 (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
ba45cfc4 6671
6fc5966f
AM
66722011-06-15 Alexander Monakov <amonakov@ispras.ru>
6673
6674 PR target/49349
6675 * sel-sched.c (find_place_for_bookkeeping): Add new parameter
6676 (fence_to_rewind). Use it to notice when bookkeeping will be placed
6677 above a fence. Update comments.
6678 (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
6679 placed just above it. Do not allow NULL place_to_insert.
6680
9d5e7640
IR
66812011-06-15 Ira Rosen <ira.rosen@linaro.org>
6682
6683 * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
6684 (slpeel_tree_peel_loop_to_edge): Don't call
6685 remove_dead_stmts_from_loop.
6686 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
6687 remove irrelevant pattern statements. For irrelevant statements
6688 check if it is the last statement of a detected pattern, use
6689 corresponding pattern statement instead.
6690 (destroy_loop_vec_info): No need to remove pattern statements,
6691 only free stmt_vec_info.
6692 (vect_transform_loop): For irrelevant statements check if it is
6693 the last statement of a detected pattern, use corresponding
6694 pattern statement instead.
6695 * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
6696 pattern statements. Set basic block for the new statement.
6697 (vect_pattern_recog): Update documentation.
6698 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
6699 operands of pattern statements.
6700 (vectorizable_call): Fix printing. In case of a pattern statement
6701 use the lhs of the original statement when creating a dummy
6702 statement to replace the original call.
6703 (vect_analyze_stmt): For irrelevant statements check if it is
6704 the last statement of a detected pattern, use corresponding
6705 pattern statement instead.
6706 * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
6707 statements use gsi of the original statement.
6708
677f3fa8
JM
67092011-06-14 Joseph Myers <joseph@codesourcery.com>
6710
6711 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
6712 common/common-target-def.h.
6713 * target.def (default_target_flags, handle_option,
6714 supports_split_stack, optimization_table, init_struct,
6715 except_unwind_info, unwind_tables_default, have_named_sections):
6716 Move to common/common-target.def.
6717 * target.h (enum opt_levels, struct default_options): Move to
6718 common/common-target.h.
6719 * targhooks.c (default_except_unwind_info,
6720 dwarf2_except_unwind_info, sjlj_except_unwind_info,
6721 default_target_handle_option, empty_optimization_table): Move to
6722 common/common-targhooks.c.
6723 * targhooks.h (default_except_unwind_info,
6724 dwarf2_except_unwind_info, sjlj_except_unwind_info,
6725 default_target_handle_option, empty_optimization_table): Move to
6726 common/common-targhooks.h.
6727 * common/common-target-def.h: Include common/common-targhooks.h.
6728 (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
6729 defined.
6730 * common/common-target.def (handle_option, option_init_struct,
6731 option_optimization_table, default_target_flags,
6732 except_unwind_info, supports_split_stack, unwind_tables_default,
6733 have_named_sections): Move from target.def.
6734 (HOOK_PREFIX): Undefine at end of file.
6735 * common/common-target.h: Include input.h.
6736 (enum opt_levels, struct default_options): Move from target.h.
6737 * common/common-targhooks.c, common/common-targhooks.h: New.
6738 * config.gcc (target_has_targetm_common): Default to yes.
6739 (moxie*): Set target_has_targetm_common=no.
6740 (hppa*-*-*): Don't set target_has_targetm_common=yes.
6741 * doc/tm.texi: Regenerate.
6742 * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
6743 (C_TARGET_DEF_H): Add common/common-targhooks.h.
6744 (GCC_OBJS): Remove vec.o.
6745 (OBJS): Remove hooks.o and vec.o.
6746 (OBJS-libcommon-target): Add vec.o, hooks.o and
6747 common/common-targhooks.o.
6748 (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
6749 tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
6750 expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
6751 cfglayout.o, $(out_object_file), $(common_out_object_file)):
6752 Update dependencies.
6753 (common/common-targhooks.o): New.
637c11bd 6754 * common/config/default-common.c: Include tm.h. Add FIXME comment.
677f3fa8
JM
6755 * common/config/pa/pa-common.c: Include more headers. Take
6756 copyright dates from pa.c.
6757 (pa_option_optimization_table, pa_handle_option,
6758 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
6759 TARGET_HANDLE_OPTION): Move from pa.c.
6760 * common/config/alpha/alpha-common.c,
6761 common/config/arm/arm-common.c, common/config/avr/avr-common.c,
6762 common/config/bfin/bfin-common.c,
6763 common/config/cris/cris-common.c,
6764 common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
6765 common/config/h8300/h8300-common.c,
6766 common/config/i386/i386-common.c,
6767 common/config/ia64/ia64-common.c,
6768 common/config/iq2000/iq2000-common.c,
6769 common/config/lm32/lm32-common.c,
6770 common/config/m32c/m32c-common.c,
6771 common/config/m32r/m32r-common.c,
6772 common/config/m68k/m68k-common.c,
6773 common/config/mcore/mcore-common.c,
6774 common/config/mep/mep-common.c,
6775 common/config/microblaze/microblaze-common.c,
6776 common/config/mips/mips-common.c,
6777 common/config/mmix/mmix-common.c,
6778 common/config/mn10300/mn10300-common.c,
6779 common/config/pdp11/pdp11-common.c,
6780 common/config/picochip/picochip-common.c,
6781 common/config/rs6000/rs6000-common.c,
6782 common/config/rx/rx-common.c, common/config/s390/s390-common.c,
6783 common/config/score/score-common.c, common/config/sh/sh-common.c,
6784 common/config/sparc/sparc-common.c,
6785 common/config/spu/spu-common.c, common/config/v850/v850-common.c,
6786 common/config/vax/vax-common.c,
6787 common/config/xstormy16/xstormy16-common.c,
6788 common/config/xtensa/xtensa-common.c: New.
6789 * config/alpha/alpha.c: Include common/common-target.h.
6790 (alpha_option_optimization_table, alpha_handle_option,
6791 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6792 TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
6793 * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
6794 * config/arm/arm.c (arm_option_optimization_table,
6795 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6796 TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
6797 arm-common.c.
6798 * config/avr/avr.c (avr_option_optimization_table,
6799 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
6800 to avr-common.c.
6801 * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
6802 (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
6803 TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
6804 * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
6805 * config/cris/cris.c (cris_option_optimization_table,
6806 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6807 TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
6808 cris-common.c.
6809 * config/fr30/fr30.c (fr30_option_optimization_table,
6810 TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
6811 to fr30-common.c.
6812 * config/frv/frv.c (frv_option_optimization_table,
6813 MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
6814 TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
6815 * config/h8300/h8300.c (h8300_option_optimization_table,
6816 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6817 TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
6818 * config/i386/i386-protos.h (ix86_handle_option): Declare.
6819 * config/i386/i386.c: Include common/common-target.h.
6820 (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
6821 OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
6822 OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
6823 OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
6824 OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
6825 OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
6826 OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
6827 OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
6828 OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
6829 OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
6830 OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
6831 OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
6832 OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
6833 OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
6834 OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
6835 OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
6836 OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
6837 OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
6838 OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
6839 OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
6840 OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
6841 OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
6842 OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
6843 OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
6844 OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
6845 OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
6846 OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
6847 OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
6848 OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
6849 ix86_option_optimization_table, ix86_option_init_struct,
6850 ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
6851 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
6852 TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
6853 i386-common.c.
6854 * config/i386/t-i386 (i386.o): Update dependencies.
6855 * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
6856 * config/ia64/ia64.c (ia64_option_optimization_table,
6857 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
6858 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6859 ia64_handle_option): Move to ia64-common.c.
6860 * config/iq2000/iq2000.c (iq2000_option_optimization_table,
6861 TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
6862 * config/lm32/lm32.c (lm32_option_optimization_table,
6863 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
6864 to lm32-common.c.
6865 * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
6866 m32c-common.c.
6867 * config/m32r/m32r.c (m32r_option_optimization_table,
6868 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6869 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
6870 m32r_handle_option): Move to m32r-common.c.
6871 (m32r_memory_move_cost): Remove comment referring to
6872 TARGET_HANDLE_OPTION.
6873 * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
6874 Move to m68k-common.c.
6875 * config/mcore/mcore.c (mcore_option_optimization_table,
6876 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6877 TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
6878 * config/mep/mep.c (mep_option_optimization_table,
6879 mep_handle_option, TARGET_HANDLE_OPTION,
6880 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
6881 Move to mep-common.c.
6882 * config/microblaze/microblaze.c
6883 (microblaze_option_optimization_table,
6884 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
6885 TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
6886 * config/mips/mips.c (mips_handle_option,
6887 mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
6888 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
6889 mips-common.c.
6890 * config/mmix/mmix.c (mmix_option_optimization_table,
6891 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
6892 Move to mmix-common.c.
6893 * config/mn10300/mn10300.c (mn10300_option_optimization_table,
6894 mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
6895 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6896 TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
6897 * config/pa/pa.c: Include common/common-target.h.
6898 (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
6899 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6900 pa_handle_option): Move to pa-common.c.
6901 (pa_option_override): Use targetm_common.except_unwind_info.
6902 (pa_asm_output_mi_thunk, pa_function_section): Use
6903 targetm_common.have_named_sections.
6904 * config/pdp11/pdp11.c (pdp11_option_optimization_table,
6905 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6906 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
6907 pdp11_handle_option, pdp11_option_init_struct): Move to
6908 pdp11-common.c.
6909 * config/picochip/picochip.c (picochip_option_optimization_table,
6910 TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
6911 TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
6912 * config/rs6000/rs6000.c: Include common/common-target.h.
6913 (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
6914 TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
6915 TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
6916 rs6000_handle_option): Move to rs6000-common.c.
6917 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
6918 * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
6919 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
6920 TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
6921 * config/s390/s390.c (processor_flags_table,
6922 s390_option_optimization_table, s390_option_init_struct,
6923 s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
6924 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
6925 TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
6926 * config/s390/s390.h (processor_flags_table): Declare.
6927 * config/score/score.c (score_option_optimization_table,
6928 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6929 TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
6930 score_handle_option): Move to score-common.c.
6931 * config/sh/sh.c (sh_option_optimization_table,
6932 TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
6933 TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
6934 sh_handle_option, sh_option_init_struct): Move to sh-common.c.
6935 * config/sparc/sparc.c: Include common/common-target.h.
6936 (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
6937 TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
6938 * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
6939 TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
6940 spu_option_init_struct): Move to spu-common.c.
6941 * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
6942 TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
6943 * config/v850/v850.c (small_memory_physical_max,
6944 v850_handle_memory_optionn v850_handle_option,
6945 v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
6946 TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
6947 v850-common.c.
637c11bd 6948 * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
677f3fa8
JM
6949 * config/xtensa/xtensa.c (xtensa_option_optimization_table,
6950 TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
6951 Move to xtensa-common.c.
6952 * cfglayout.c: Include common/common-target.h.
6953 (fixup_reorder_chain): Use targetm_common.have_named_sections.
6954 * cfgrtl.c: Include common/common-target.h.
6955 (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
6956 targetm_common.have_named_sections.
6957 * dbxout.c: Include common/common-target.h.
6958 (dbxout_function_end): Use targetm_common.have_named_sections.
6959 * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
6960 targetm_common.except_unwind_info.
6961 * dwarf2out.c: Include common/common-target.h.
6962 (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
6963 dwarf2out_begin_prologue, dwarf2out_frame_init,
6964 dwarf2out_frame_finish, dwarf2out_assembly_start): Use
6965 targetm_common.except_unwind_info.
6966 * except.c: Include common/common-target.h.
6967 (init_eh, finish_eh_generation,
6968 output_one_function_exception_table): Use
6969 targetm_common.except_unwind_info.
637c11bd 6970 (switch_to_exception_section): Use targetm_common.have_named_sections.
677f3fa8
JM
6971 * explow.c: Include common/common-target.h.
6972 * expr.c: Include common/common-target.h.
637c11bd 6973 (build_personality_function): Use targetm_common.except_unwind_info.
677f3fa8
JM
6974 * function.c: Include common/common-target.h.
6975 (expand_function_end): Use targetm_common.except_unwind_info.
6976 * haifa-sched.c: Include common/common-target.h.
637c11bd 6977 (sched_create_recovery_edges): Use targetm_common.have_named_sections.
677f3fa8
JM
6978 * lto-opts.c: Include common/common-target.h instead of target.h.
6979 (lto_reissue_options): Use targetm_common.handle_option.
6980 * opts.c: Include common/common-target.h.
6981 (target_handle_option): Use targetm_common.handle_option.
6982 (init_options_struct): Update comment referring to
6983 targetm.target_option.optimization. Use
6984 targetm_common.default_target_flags,
6985 targetm_common.unwind_tables_default and
6986 targetm_common.option_init_struct.
6987 (default_options_optimization): Use
6988 targetm_common.option_optimization_table.
6989 (finish_options): Use targetm_common.except_unwind_info,
6990 targetm_common.unwind_tables_default,
6991 targetm_common.have_named_sections and
6992 targetm_common.supports_split_stack.
6993 * toplev.c: Include common/common-target.h.
6994 (process_options): Use targetm_common.have_named_sections.
6995 * tree-tailcall.c: Include common/common-target.h.
637c11bd 6996 (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
677f3fa8 6997 * tree.c: Include common/common-target.h.
637c11bd 6998 (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
677f3fa8
JM
6999 * varasm.c: Include common/common-target.h.
7000 (resolve_unique_section, hot_function_section,
7001 default_function_section): Use targetm_common.have_named_sections.
7002
d26c7090
ER
70032011-06-14 Easwaran Raman <eraman@google.com>
7004
7005 PR rtl-optimization/44194
7006 * dse.c: Include tree-flow.h
7007 (insn_info): Add new field non_frame_wild_read.
7008 (group_info): Add new fields escaped_n and escaped_p.
7009 (kill_on_calls): New variable.
7010 (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
7011 (dse_step0): Initialize kill_on_calls.
7012 (can_escape): New function.
7013 (set_usage_bits): Add additional parameter; record information
7014 about escaped locations.
637c11bd 7015 (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
d26c7090
ER
7016 (dse_step2_nospill): Set kill_on_calls based on
7017 group->escaped_n and group->escaped_n.
7018 (add_wild_read): Refactor into...
7019 (reset_active_stores): ... New function, and
7020 (free_read_records): ... New function.
7021 (add_non_frame_wild_read): New function.
7022 (scan_insn): Call add_non_frame_wild_read on non-const calls.
637c11bd 7023 (scan_reads_nospill): Handle instructions with non_frame_wild_read.
d26c7090
ER
7024 (dse_step5_nospill): Call scan_reads_nospill for instructions
7025 marked as non_frame_wild_read.
637c11bd 7026 (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
d26c7090 7027
c49a6962
JM
70282011-06-14 Joseph Myers <joseph@codesourcery.com>
7029
7030 * common/common-target-def.h, common/common-target.def,
7031 common/common-target.h, common/config/default-common.c,
7032 common/config/pa/pa-common.c: New files.
7033 * Makefile.in (common_out_file, common_out_object_file,
7034 COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
7035 (OBJS-libcommon-target): Include $(common_out_object_file).
7036 (prefix.o): Update dependencies.
7037 ($(common_out_object_file), common/common-target-hooks-def.h,
7038 s-common-target-hooks-def-h): New.
7039 (s-tm-texi): Also check timestamp on common-target.def.
7040 (build/genhooks.o): Update dependencies.
7041 * config.gcc (common_out_file, target_has_targetm_common): Define.
7042 * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
7043 TARGET_ALWAYS_STRIP_DOTDOT.
7044 * configure.ac (common_out_object_file): Define.
7045 (common_out_file, common_out_object_file): Substitute.
7046 (common): Create directory.
7047 * configure: Regenerate.
7048 * doc/tm.texi.in (targetm_common): Document.
7049 (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
7050 * doc/tm.texi: Regenerate.
7051 * genhooks.c (hook_array): Also include common/common-target.def.
7052 * prefix.c (tm.h): Don't include.
7053 (common/common-target.h): Include.
7054 (ALWAYS_STRIP_DOTDOT): Don't define.
7055 (update_path): Use targetm_common.always_strip_dotdot instead of
7056 ALWAYS_STRIP_DOTDOT.
7057 * system.h (ALWAYS_STRIP_DOTDOT): Poison.
7058
22c5fa5f
DL
70592011-06-14 David Li <davidxl@google.com>
7060
7061 * passes.c (execute_function_todo): Remove TODO_dump_func.
7062 (execute_one_pass): Remove TODO_dump_func.
7063 (execute_function_dump): New function.
7064 * tree-vrp.c: Remove TODO_dump_func.
7065 * regrename.c: Remove TODO_dump_func.
7066 * fwprop.c: Remove TODO_dump_func.
7067 * tree-into-ssa.c: Remove TODO_dump_func.
7068 * tree-complex.c: Remove TODO_dump_func.
7069 * tracer.c: Remove TODO_dump_func.
7070 * tree-loop-distribution.c: Remove TODO_dump_func.
7071 * postreload-gcse.c: Remove TODO_dump_func.
7072 * postreload.c: Remove TODO_dump_func.
7073 * tree-ssa-loop-ch.c: Remove TODO_dump_func.
7074 * tree-tailcall.c: Remove TODO_dump_func.
7075 * ipa-cp.c: Remove TODO_dump_func.
7076 * final.c: Remove TODO_dump_func.
7077 * tree-emutls.c: Remove TODO_dump_func.
7078 * omp-low.c: Remove TODO_dump_func.
7079 * tree-ssa-dse.c: Remove TODO_dump_func.
7080 * tree-ssa-uncprop.c: Remove TODO_dump_func.
7081 * auto-inc-dec.c: Remove TODO_dump_func.
7082 * reorg.c: Remove TODO_dump_func.
7083 * tree-ssa-copyrename.c: Remove TODO_dump_func.
7084 * tree-ssa-ccp.c: Remove TODO_dump_func.
7085 * compare-elim.c: Remove TODO_dump_func.
7086 * mode-switching.c: Remove TODO_dump_func.
7087 * modulo-sched.c: Remove TODO_dump_func.
7088 * tree-call-cdce.c: Remove TODO_dump_func.
7089 * cse.c: Remove TODO_dump_func.
7090 * web.c: Remove TODO_dump_func.
7091 * tree-stdarg.c: Remove TODO_dump_func.
7092 * lto-streamer-out.c: Remove TODO_dump_func.
7093 * tree-ssa-math-opts.c: Remove TODO_dump_func.
7094 * tree-ssa-dom.c: Remove TODO_dump_func.
7095 * tree-nrv.c: Remove TODO_dump_func.
7096 * loop-init.c: Remove TODO_dump_func.
7097 * gimple-low.c: Remove TODO_dump_func.
7098 * ipa-inline.c: Remove TODO_dump_func.
7099 * tree-ssa-sink.c: Remove TODO_dump_func.
7100 * jump.c: Remove TODO_dump_func.
7101 * ifcvt.c: Remove TODO_dump_func.
7102 * tree-ssa-loop.c: Remove TODO_dump_func.
7103 * recog.c: Remove TODO_dump_func.
7104 * dse.c: Remove TODO_dump_func.
7105 * tree-ssa-ifcombine.c: Remove TODO_dump_func.
7106 * matrix-reorg.c: Remove TODO_dump_func.
7107 * tree-eh.c: Remove TODO_dump_func.
7108 * regmove.c: Remove TODO_dump_func.
7109 * function.c: Remove TODO_dump_func.
7110 * tree-vectorizer.c: Remove TODO_dump_func.
7111 * ipa-split.c: Remove TODO_dump_func.
7112 * gcse.c: Remove TODO_dump_func.
7113 * tree-if-conv.c: Remove TODO_dump_func.
7114 * init-regs.c: Remove TODO_dump_func.
7115 * tree-ssa-phiopt.c: Remove TODO_dump_func.
7116 * implicit-zee.c: Remove TODO_dump_func.
7117 * lower-subreg.c: Remove TODO_dump_func.
7118 * bt-load.c: Remove TODO_dump_func.
7119 * tree-dfa.c: Remove TODO_dump_func.
7120 * except.c: Remove TODO_dump_func.
7121 * emit-rtl.c: Remove TODO_dump_func.
7122 * store-motion.c: Remove TODO_dump_func.
7123 * cfgexpand.c: Remove TODO_dump_func.
7124 * tree-cfgcleanup.c: Remove TODO_dump_func.
7125 * cfgcleanup.c: Remove TODO_dump_func.
7126 * tree-ssa-pre.c: Remove TODO_dump_func.
7127 * tree-sra.c: Remove TODO_dump_func.
7128 * tree-mudflap.c: Remove TODO_dump_func.
7129 * tree-ssa-copy.c: Remove TODO_dump_func.
7130 * cfglayout.c: Remove TODO_dump_func.
7131 * tree-ssa-forwprop.c: Remove TODO_dump_func.
7132 * tree-ssa-dce.c: Remove TODO_dump_func.
7133 * ira.c: Remove TODO_dump_func.
7134 * tree-ssa.c: Remove TODO_dump_func.
7135 * integrate.c: Remove TODO_dump_func.
7136 * tree-optimize.c: Remove TODO_dump_func.
7137 * tree-ssa-phiprop.c: Remove TODO_dump_func.
7138 * tree-object-size.c: Remove TODO_dump_func.
7139 * combine.c: Remove TODO_dump_func.
7140 * bb-reorder.c: Remove TODO_dump_func.
7141 * cprop.c: Remove TODO_dump_func.
7142 * var-tracking.c: Remove TODO_dump_func.
7143 * tree-profile.c: Remove TODO_dump_func.
7144 * tree-vect-generic.c: Remove TODO_dump_func.
7145 * reg-stack.c: Remove TODO_dump_func.
7146 * sched-rgn.c: Remove TODO_dump_func.
7147 * tree-ssa-structalias.c: Remove TODO_dump_func.
7148 * tree-switch-conversion.c: Remove TODO_dump_func.
7149 * tree-cfg.c: Remove TODO_dump_func.
7150 * tree-ssa-reassoc.c: Remove TODO_dump_func.
7151 * combine-stack-adj.c: Remove TODO_dump_func.
7152 * dce.c: Remove TODO_dump_func.
7153 * tree-ssanames.c: Remove TODO_dump_func.
7154 * regcprop.c: Remove TODO_dump_func.
7155
fa465762
L
71562011-06-14 H.J. Lu <hongjiu.lu@intel.com>
7157
7158 PR middle-end/47364
7159 * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
7160 and properly handle result not in Pmode.
7161
7d8d16c3
RM
71622011-06-14 Robert Millan <rmh@gnu.org>
7163
7164 * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
7165 * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
7166 `config/linux.h'.
7167
7168 * config/i386/kfreebsd-gnu64.h: New file.
7169 * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
7170 with `i386/kfreebsd-gnu64.h'.
7171
7172 * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
7173 (GNU_USER_LINK_EMULATION64): New macros.
7174 * config/i386/gnu-user64.h (LINK_SPEC): Rely on
7175 `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
7176 of hardcoding `elf_i386' and `elf_x86_64'.
7177
0ccef3d2
NC
71782011-06-14 Nick Clifton <nickc@redhat.com>
7179
7180 PR target/49403
7181 * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
7182
7183 PR target/49402
7184 * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
7185
8a76c4a0
JJ
71862011-06-14 Jakub Jelinek <jakub@redhat.com>
7187
1ace6185
JJ
7188 PR fortran/49103
7189 * tree.h (DECL_NONSHAREABLE): Define.
7190 (struct tree_decl_common): Change decl_common_unused to
7191 decl_nonshareable_flag.
7192 * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
7193 Ignore vars with DECL_NONSHAREABLE bit set.
7194 * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
7195 on stores to automatic aggregate vars.
7196
8a76c4a0
JJ
7197 PR rtl-optimization/49390
7198 Revert:
7199 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
7200
7201 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
7202 MEM_ALIAS_SET.
7203
b4a9343c
ZD
72042011-06-14 Zdenek Dvorak <ook@ucw.cz>
7205 Tom de Vries <tom@codesourcery.com>
7206
7207 PR target/45098
7208 * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
7209 Document changed semantics.
7210 (max_stmt_executions, max_stmt_executions_int): Declare.
7211 * tree-data-ref.c (estimated_loop_iterations)
7212 (estimated_loop_iterations_int): Move functions...
7213 * tree-ssa-loop-niter.c (estimated_loop_iterations)
7214 (estimated_loop_iterations_int): here.
7215 (record_estimate): Change nb_iterations_upper_bound and
7216 nb_iterations_estimate semantics.
7217 (max_stmt_executions, max_stmt_executions_int): New function.
7218 * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
7219 (max_stmt_executions_tree): this.
7220 (analyze_miv_subscript): Use max_stmt_executions_tree instead of
7221 estimated_loop_iterations_tree.
7222 tree-ssa-loop-ivopts.c (avg_loop_niter): Use
7223 max_stmt_executions_int instead of estimated_loop_iterations_int.
7224 * predict.c (predict_loops): Idem.
7225 * tree-parloops.c (parallelize_loops): Idem.
7226 * tree-data-ref.c (analyze_siv_subscript_cst_affine)
7227 (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
7228 (init_omega_for_ddr_1): Idem.
7229 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
7230 (loop_prefetch_arrays): Idem
7231 * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
7232 max_stmt_executions instead of estimated_loop_iterations.
7233 * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
7234 * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
7235 instead of nb_iterations_upper_bound.
7236
d2640c43
JH
72372011-06-13 Jan Hubicka <jh@suse.cz>
7238
7239 * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
7240
40873cdd
RH
72412011-06-14 Richard Henderson <rth@redhat.com>
7242
7243 PR debug/48459
7244 * dwarf2out.c (frame_pointer_fb_offset_valid): New.
7245 (based_loc_descr): Assert it's true.
7246 (compute_frame_pointer_to_fb_displacement): Set it, rather than
7247 aborting immediately.
7248
73e8cb24
SL
72492011-06-14 Sanjin Liu <scliu@faraday-tech.com>
7250 Mingfeng Wu <mingfeng@faraday-tech.com>
7251
7252 * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
7253
f835f0a7
JH
72542011-06-13 Jan Hubicka <jh@suse.cz>
7255
7256 * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
7257
ee6f1177
JH
72582011-06-13 Jan Hubicka <jh@suse.cz>
7259
7260 * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
7261 similarly to DECL_COMDAT.
7262 * cgraphunit.c (cgraph_analyze_function): Likewise.
7263 * ipa.c (function_and_variable_visibility): Likewise.
7264
618abf9a
JH
72652011-06-13 Jan Hubicka <jh@suse.cz>
7266
7267 * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
7268 BINFO_VIRTUALS when streaming for ltrans unit.
7269
a45fe02f
DE
72702011-06-13 David Edelsohn <dje.gcc@gmail.com>
7271
7272 * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
7273 (movdi_internal64): Same.
7274
72752011-06-13 Edmar Wienskoski <edmar@freescale.com>
7276
e641e495 7277 PR target/44618
7d8d16c3
RM
7278 * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
7279 a set of similar patterns, where the MATCH_OPERAND for the function
7280 argument is replaced with individual references to hardware registers.
a45fe02f
DE
7281 (save_fpregs_<mode>): Ditto
7282 (restore_gpregs_<mode>): Ditto
7283 (return_and_restore_gpregs_<mode>): Ditto
7284 (return_and_restore_fpregs_<mode>): Ditto
7285 (return_and_restore_fpregs_aix_<mode>): Ditto
7286
8775a18b
JH
72872011-06-13 Jan Hubicka <jh@suse.cz>
7288
7289 * ipa-utils.c (postorder_stack): New structure.
7290 (ipa_reverse_postorder): Handle aliases.
7291
72922011-06-13 Jan Hubicka <jh@suse.cz>
7293
7294 * ipa-inline.c (reset_edge_caches): Walk aliases.
7295 (update_caller_keys): Do not test inlinability of aliases.
7296 * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
7297 (do_estimate_growth): Fix typo.
7298
6c69a029
JH
72992011-06-13 Jan Hubicka <jh@suse.cz>
7300
7301 * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
7302 (can_remove_node_now_p): ... here; handle same comdat groups.
7303 (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
7304 (inline_call): Update use of can_remove_node_now_p.
7305
10c63ba4 73062011-06-13 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
495f8c14 7307
10c63ba4 7308 * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
495f8c14
KP
7309 condition to disallow non-identical memory locations.
7310 (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
7311 preference to bit manipulation instructions.
495f8c14 7312
9aa3f5c5
JH
73132011-06-13 Jan Hubicka <jh@suse.cz>
7314
7315 * cgraph.c (cgraph_for_node_thunks_and_aliases,
7316 cgraph_for_node_and_aliases): Fix thinko in recursive walking.
7317 (nonremovable_p): New function.
7318 (cgraph_can_remove_if_no_direct_calls_p): New function.
7319 (used_from_object_file_p): New functoin.
10c63ba4
EB
7320 (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
7321 references from aliases.
9aa3f5c5
JH
7322 * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
7323 * ipa-inline.c (check_caller_edge): New function.
10c63ba4
EB
7324 (want_inline_function_called_once_p): Use it; accept aliases called
7325 once, too.
9aa3f5c5
JH
7326 * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
7327
30cecf17
RR
73282011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7329
7330 PR target/48454
7331 * config/arm/neon.md (vec_pack_trunc): Set the lengths
7332 correctly for the case with Quad vectors.
7333
29f85237
JJ
73342011-06-13 Jakub Jelinek <jakub@redhat.com>
7335 Ira Rosen <ira.rosen@linaro.org>
7336
7337 PR tree-optimization/49352
7338 * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
7339 all, make sure loop_use_stmt after the loop is a def stmt of a used
7340 SSA_NAME that is the only one defined inside of the loop. Don't
7341 check for COND_EXPR and GIMPLE_BINARY_RHS.
7342 (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
7343 check_reduction is true.
7344
c3e3f090
JH
73452011-06-11 Jan Hubicka <jh@suse.cz>
7346
7347 PR middle-end/49373
7348 * ipa.c (cgraph_externally_visible_p): Check resolution info.
7349
516e0768
JH
73502011-06-11 Jan Hubicka <jh@suse.cz>
7351
7352 PR middle-end/48836
7353 * ipa-inline-transform.c: Include tree-pass.h
7354 (inline_transform): Set TODO_update_ssa_only_virtuals.
7355 * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
7356
903b0a8b
JH
73572011-06-11 Jan Hubicka <jh@suse.cz>
7358
7359 PR middle-end/49378
7360 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
7361 aliases and thunks.
7362
44542f8e
IR
73632011-06-12 Ira Rosen <ira.rosen@linaro.org>
7364
7365 * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
7366 Take number of iterations to peel into account for equally frequent
7367 misalignment values.
7368
ea89702b
JH
73692011-06-11 Jan Hubicka <jh@suse.cz>
7370
637c11bd
UB
7371 * lto-streamer-out.c (produce_symtab): Stream out the newly
7372 represented aliases.
ea89702b 7373
380ed5ed
JH
73742011-06-11 Jan Hubicka <jh@suse.cz>
7375
637c11bd
UB
7376 * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
7377 varying args.
380ed5ed
JH
7378 (ipa_update_after_lto_read): Likewise.
7379 (ipa_write_node_info): Do not sream call_with_var_arguments.
7380 (ipa_read_node_info): Likewise.
7381
00cfc363
JH
73822011-06-11 Jan Hubicka <jh@suse.cz>
7383
7384 * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
7385
39e2db00
JH
73862011-06-11 Jan Hubicka <jh@suse.cz>
7387
7388 * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
7389 (lto_symtab_resolve_can_prevail_p): Likewise.
7390 (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
7391 * cgraph.c (same_body_aliases_done): New global var.
7392 (cgraph_same_body_alias_1): Rename to ...
7393 (cgraph_create_function_alias): ... this one; reorg to new
7394 representation.
7395 (cgraph_same_body_alias): Use cgraph_create_function_alias;
7396 record references when asked to.
7397 (cgraph_add_thunk): Fix formating.
7398 (cgraph_get_node): Kill same body alias code.
7399 (cgraph_node_for_asm): Likewise.
7400 (cgraph_remove_same_body_alias): Remove.
7401 (cgraph_remove_node): Kill same body alias code.
7402 (cgraph_mark_address_taken_node): Mark also the aliased function
7403 as having address taken.
7404 (dump_cgraph_node): Dump same body aliases.
7405 (cgraph_for_node_thunks_and_aliases): Update for new alias
7406 representation.
7407 (cgraph_for_node_and_aliases): Likewise.
7408 * cgraph.h (same_body): Kll pointer.
7409 (same_body_alias): Update comment.
7410 (same_body_aliases_done): Declare.
7411 (cgraph_remove_same_body_alias): Remove declaration.
7412 (cgraph_create_function_alias): Declare.
7413 (cgraph_process_same_body_aliases): Declare.
7414 (cgraph_function_with_gimple_body_p): Check for alias.
7415 (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
7416 (cgraph_alias_aliased_node): New function.
7417 (cgraph_function_node): Update for new aliases.
7418 (cgraph_function_or_thunk_node): Likewise.
7419 * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
7420 (inline_call): Remove dead aliases.
10c63ba4
EB
7421 * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
7422 name hack for same body aliases.
39e2db00
JH
7423 (clone_of_p): Look through aliases.
7424 (verify_cgraph_node): Verify aliases.
7425 (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
7426 (cgraph_process_same_body_aliases): New function.
7427 (process_function_and_variable_attributes): Disable weakref warning on
7428 alias.
7429 (cgraph_analyze_functions): Handle aliases.
7430 (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
7431 (assemble_thunks): Rename to ...
7432 (assemble_thunks_and_aliases): ... this one; handle aliases, too.
7433 (cgraph_expand_function): Remove alias output code.
7434 (cgraph_output_in_order): Skip aliases.
7435 (cgraph_preserve_function_body_p): Aliases don't need preserving.
7436 * ipa-ref.c (ipa_ref_use_name): Add alias reference.
7437 (ipa_record_reference): Do not assert on alias references.
7438 (ipa_ref_has_aliases_p): New function.
7439 * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
7440 (ipa_ref_has_aliases_p): Declare.
7441 * lto-cgraph.c (lto_output_node): Handle aliases.
7442 (input_node): Likewise.
7443 * lto-streamer-out.c (lto_output): Skip aliases.
7444 (produce_symtab): Kill same_body_alias code.
7445 * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
7446 (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
7447 * ipa-inline.c (update_caller_keys): Walk aliases.
7448 (inline_small_functions): Fix thinko in previous patch.
7449 * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
7450 (function_and_variable_visibility): Do not walk same body aliases.
7451 * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
7452 (ipa_pta_execute): Use it.
7453
9ee65b55
UB
74542011-06-11 Uros Bizjak <ubizjak@gmail.com>
7455
7456 * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
7457 (*vec_dupv2df): Rename from vec_dupv2df.
7458 (vec_dupv2df): New expander.
7459
74602011-06-11 Uros Bizjak <ubizjak@gmail.com>
7461
7462 * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
7463
74642011-06-11 Uros Bizjak <ubizjak@gmail.com>
7465
7466 * config/i386/i386.md: Use default value in "isa" attribute.
7467 * config/i386/sse.md: Ditto.
7468 * config/i386/mmx.md: Ditto.
7469
ba68a139
WG
74702011-06-10 Wei Guozhi <carrot@google.com>
7471
7472 PR target/45335
7473 * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
7474 stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
7475 (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
7476 related peephole2.
7477 (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
7478 related peephole2.
7479 * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
7480 (arm_legitimate_ldrd_p): New prototype.
7481 (arm_output_ldrd): New prototype.
7482 * config/arm/arm.c (arm_check_ldrd_operands): New function.
7483 (arm_legitimate_ldrd_p): New function.
7484 (arm_output_ldrd): New function.
7485
deced1e2
XDL
74862011-06-10 David Li <davidxl@google.com>
7487
7488 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
7489 * passes.c (passr_eq): New function.
7490 (create_pass_tab): New function.
7491 (pass_traverse): New function.
7492 (dump_one_pass): New function.
7493 (dump_pass_list): New function.
7494 (dump_passes): New function.
7495
71fb4f92
JH
74962011-06-10 Jan Hubicka <jh@suse.cz>
7497
7498 * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
7499 setting the nothrow flag.
7500 * ipa-reference.c (propagate): Skip aliases.
7501 * ipa-pure-const.c (propagate_pure_const): Skip aliases.
7502 (propagate_nothrow): Skip aliases; do not update cgraph.
7503 (local_pure_const): Do not update cgraph.
7504 * tree-profile.c (tree_profiling): Do fixup_cfg.
7505
41817394
JH
75062011-06-10 Jan Hubicka <jh@suse.cz>
7507
7508 * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
7509 (cgraph_local_node_p): ... here; handle aliases.
7510 (has_addr_references_p): Break out from ...;
7511 (cgraph_remove_unreachable_nodes) ... here.
7512
fb37c1de
JH
75132011-06-10 Jan Hubicka <jh@suse.cz>
7514
7515 * opts.c (default_options): Enlist OPT_finline_functions_called_once.
9ee65b55
UB
7516 * common.opt (flag_inline_functions_called_once): Do not
7517 initialize to 1.
fb37c1de 7518
0818c24c
JH
75192011-06-10 Jan Hubicka <jh@suse.cz>
7520
7521 * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
9ee65b55
UB
7522 (ipcp_initialize_node_lattices): Do not deal with aliases;
7523 Do not try to propagate through thunks.
0818c24c
JH
7524 (ipcp_change_tops_to_bottom): Do not deal with aliases.
7525
c8246dbe
JH
75262011-06-10 Jan Hubicka <jh@suse.cz>
7527
9ee65b55
UB
7528 * ipa-prop.c (ipa_write_node_info): Stream jump functions
7529 for indirect calls.
c8246dbe
JH
7530 (ipa_read_node_info): Likewise.
7531
d7e2a1c1
BS
75322011-06-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7533
7534 PR lto/49302
7535 * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
7536 (build_and_insert_call): Likewise.
7537 (build_and_insert_ref): New.
7538 (gimple_expand_builtin_pow): Minor cleanup.
7539 (gimple_expand_builtin_cabs): New.
7540 (execute_cse_sincos): Add case for BUILT_IN_CABS.
9ee65b55 7541
749f25d8
JH
75422011-06-10 Jan Hubicka <jh@suse.cz>
7543
7544 * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
7545 (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
7546 (ipcp_initialize_node_lattices): We don't propagate through an aliases.
7547 (ipcp_propagate_stage): Skip aliases when propagating.
7548 (ipcp_need_redirect_p): Skip aliases.
7549 (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
7550 collect_callers_of_node.
7551 * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
7552 for aliases.
7553 (ipa_compute_jump_functions): Look through aliases.
7554
8340fbd7
RO
75552011-06-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7556
7557 * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
7558
9aaa7e47
HPN
75592011-06-10 Hans-Peter Nilsson <hp@axis.com>
7560
7561 * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
7562 Adjust comments.
7563 * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
7564
f1724940
JH
75652011-06-10 Jan Hubicka <jh@suse.cz>
7566
7567 * ipa-cp.c (ipcp_process_devirtualization_opportunities):
7568 Update call of gimple_get_virt_method_for_binfo.
7569 * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
7570 refuse_thunks parameter.
7571 (gimple_fold_call): Update.
7572 * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
7573
a6f834c5
JH
75742011-06-10 Jan Hubicka <jh@suse.cz>
7575
7576 * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
7577 (not_all_callers_have_enough_arguments_p): ... this one; turn into
7578 worker for cgraph_for_node_and_aliases.
7579 (convert_callers_for_node): Break out from ...
7580 (convert_callers): ... here.
7581 (modify_function): Use collect_callers_of_node.
7582 (ipa_early_sra): Use cgraph_for_node_and_aliases.
7583
7871eee3
RG
75842011-06-10 Richard Guenther <rguenther@suse.de>
7585
7586 PR tree-optimization/49361
7587 * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
7588 when not already in gimple form.
7589
dae957ae
RG
75902011-06-10 Richard Guenther <rguenther@suse.de>
7591
7592 PR bootstrap/49344
7593 * tree-ssa-math-opts.c (convert_mult_to_fma): Use
7594 FOR_EACH_PHI_OR_STMT_USE.
7595
a5b1779f
JH
75962011-06-10 Jan Hubicka <jh@suse.cz>
7597
7598 * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
7599 (clone_inlined_nodes): ... here.
7600 (inline_call): Use cgraph_function_or_thunk_node; redirect edge
7601 to real destination prior inlining.
7602 * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
7603 can_early_inline_edge_p, want_early_inline_function_p,
7604 want_early_inline_function_p, want_inline_small_function_p,
7605 want_inline_self_recursive_call_p, want_inline_function_called_once_p,
7606 edge_badness, update_all_callee_keys, lookup_recursive_calls,
7607 add_new_edges_to_heap, inline_small_functions, flatten_function,
7608 inline_always_inline_functions, early_inline_small_functions): Use
7609 cgraph_function_or_thunk_node.
7610 * ipa-inline-analysis.c (evaluate_conditions_for_edge,
7611 dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
7612 (do_estimate_edge_growth_1): Break out from ...
7613 (do_estimate_growth) ... here; walk aliases.
7614 (inline_generate_summary): Skip aliases.
7615
c1ae3ca5
RG
76162011-06-10 Richard Guenther <rguenther@suse.de>
7617
9ee65b55
UB
7618 * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
7619 forward when combining, visit inserted stmts when a stmt was changed.
c1ae3ca5 7620
b504a918
PC
76212011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
7622
7623 * tree.h (error_operand_p): Add.
7624 * dbxout.c (dbxout_type_fields): Use the latter.
7625 * c-decl.c (add_stmt): Likewise.
7626 * gimplify.c (omp_add_variable, omp_notice_variable,
7627 gimplify_scan_omp_clauses): Likewise.
7628
3f5ea9dc 76292011-06-10 Georg-Johann Lay <avr@gjlay.de>
b504a918 7630
3f5ea9dc
GJL
7631 * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
7632 when a value is actually passed in regs.
7633
b11b0904 76342011-06-10 Eric Botcazou <ebotcazou@adacore.com>
870c3cf8 7635 Laurent Rougé <laurent.rouge@menta.fr>
b11b0904
EB
7636
7637 * doc/invoke.texi (SPARC options): Add -mflat.
7638 * config/sparc/sparc.opt: Likewise.
7639 * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
7640 (sparc_flat_expand_prologue): Declare.
7641 (sparc_flat_expand_epilogue): Likewise.
7642 * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
7643 (CPP_ENDIAN_SPEC): Replace with...
7644 (CPP_OTHER_SPEC): ...this. Also handle -mflat and -msoft-float.
7645 (CPP_SPEC): Adjust to above change.
7646 (EXTRA_SPECS): Likewise.
7647 (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
7648 (INCOMING_REGNO): Likewise.
7649 (OUTGOING_REGNO): Likewise.
7650 (LOCAL_REGNO): Likewise.
7651 (SETUP_FRAME_ADDRESSES): Likewise.
7652 (FIXED_REGISTERS): Set 0 for %fp.
7653 (CALL_USED_REGISTERS): Likewise.
7654 (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
7655 (EXIT_IGNORE_STACK): Define to 1 unconditionally.
7656 (RETURN_ADDR_REGNUM): Define.
7657 (RETURN_ADDR_RTX): Use it.
7658 (INCOMING_RETURN_ADDR_REGNUM): Define.
7659 (INCOMING_RETURN_ADDR_RTX): Use it.
7660 (DWARF_FRAME_RETURN_COLUMN): Likewise.
7661 (EH_RETURN_REGNUM): Define.
7662 (EH_RETURN_STACKADJ_RTX): Use it.
7663 (EH_RETURN_HANDLER_RTX): Delete.
7664 (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
7665 * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
7666 Delete.
7667 (struct machine_function): Add frame_size, apparent_frame_size,
7668 frame_base_reg, frame_base_offset, n_global_fp_regs and
7669 save_local_in_regs_p fields.
7670 (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
7671 sparc_frame_base_offset, sparc_n_global_fp_regs,
7672 sparc_save_local_in_regs_p): New macros.
7673 (sparc_option_override): Error out if -fcall-saved-REG is specified
7674 for Out registers.
7675 (eligible_for_restore_insn): Fix formatting.
7676 (eligible_for_return_delay): Likewise. Add TARGET_FLAT handling.
7677 (eligible_for_sibcall_delay): Likewise.
7678 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
7679 (sparc_legitimate_address_p): Adjust to above change.
7680 (save_global_or_fp_reg_p): New predicate.
7681 (return_addr_reg_needed_p): Likewise.
7682 (save_local_or_in_reg_p): Likewise.
7683 (sparc_compute_frame_size): Use them. Add TARGET_FLAT handling.
7684 (SORR_SAVE, SORR_RESTORE): Delete.
7685 (sorr_pred_t): New typedef.
7686 (sorr_act_t): New enum.
7687 (save_or_restore_regs): Rename to...
7688 (emit_save_or_restore_regs): ...this. Change type of LOW and HIGH
7689 parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
7690 ACTION_TRUE and ACTION_FALSE parameters. Implement more general
7691 mechanism. Add CFI information for double-word saves in 32-bit mode.
7692 (emit_adjust_base_to_offset): New function extracted from...
7693 (emit_save_or_restore_regs): ...this. Rename the rest to...
7694 (emit_save_or_restore_regs_global_fp_regs): ...this.
7695 (emit_save_or_restore_regs_local_in_regs): New function.
7696 (gen_create_flat_frame_[123]): New functions.
7697 (sparc_expand_prologue): Use SIZE local variable. Adjust.
7698 (sparc_flat_expand_prologue): New function.
7699 (sparc_asm_function_prologue): Add TARGET_FLAT handling.
7700 (sparc_expand_epilogue): Use SIZE local variable. Adjust.
7701 (sparc_flat_expand_epilogue): New function.
7702 (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
7703 (output_return): Likewise.
7704 (output_sibcall): Likewise.
7705 (sparc_output_mi_thunk): Likewise.
7706 (sparc_frame_pointer_required): Likewise.
7707 (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
7708 function optimization.
7709 * config/sparc/sparc.md (flat): New attribute.
7710 (prologue): Add TARGET_FLAT handling.
7711 (save_register_window): Disable if TARGET_FLAT.
7712 (create_flat_frame_[123]): New patterns.
7713 (epilogue): Add TARGET_FLAT handling.
7714 (sibcall_epilogue): Likewise.
7715 (eh_return): New expander.
7716 (eh_return_internal): New insn and splitter.
7717 (return_internal): Add TARGET_FLAT handling.
7718 (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
7719 (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
7720 (nonlocal_goto): Add TARGET_FLAT handling.
7721 * config/sparc/t-elf: Add -mflat multilib.
7722 * config/sparc/t-leon: Likewise.
7723
fede8efa
JH
77242011-06-10 Jan Hubicka <jh@suse.cz>
7725
7726 * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
7727 * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
7728 (self_recursive_p): Use cgraph_function_node.
7729 (propagate_pure_const): Likewise.
7730 (propagate_nothrow): Likewise.
7731 * ipa-reference.c (ipa_reference_get_not_read_global): Use
7732 cgraph_function_node.
7733 (propagate_bits): Likewise.
7734 (propagate): Likewise.
7735
0127c76f
RR
77362011-06-10 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
7737 Richard Earnshaw <rearnsha@arm.com>
7738
9ee65b55 7739 * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
0127c76f
RR
7740 * config/arm/vfp.md (*arm_movdi_vfp): Delete.
7741 (*thumb2_movdi_vfp): Delete.
7742 (*arm_movdi_vfp_cortexa8): Delete.
7743 (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
7744 (*movdi_vfp_cortexa8): Likewise.
7745
f93fe5a0
RG
77462011-06-10 Richard Guenther <rguenther@suse.de>
7747
7748 * stor-layout.c (initialize_sizetypes): Give names to all
7749 sizetype kinds.
7750
f2164f87
IR
77512011-06-10 Ira Rosen <ira.rosen@linaro.org>
7752
7753 PR tree-optimization/49318
7754 * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
7755 irrelevant pattern statements.
7756
3f91c962
HPN
77572011-06-10 Hans-Peter Nilsson <hp@axis.com>
7758
3d223145
HPN
7759 * system.h (SETJMP_VIA_SAVE_AREA): Poison.
7760
3f91c962
HPN
7761 PR bootstrap/49354
7762 * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
7763 to last assignment.
7764
b125ad45
JH
77652011-06-09 Jan Hubicka <jh@suse.cz>
7766
7767 * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
7768 do not recompute reachable flag.
7769 (cgraph_finalize_function, cgraph_analyze_functions): Set
7770 redefined_extern_inline here.
7771
be330ed4
JH
77722011-06-09 Jan Hubicka <jh@suse.cz>
7773
7774 * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
7775 (cgraph_only_called_directly_p): ... this one; bring offline.
7776 (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
7777 varpool_used_from_object_file_p): Drop names from the declaratoin.
7778 (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
7779 collect_callers_of_node): New.
7780 (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
7781 (cgraph_edge_recursive_p): Use cgraph_function_node.
7782 * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
7783 (cgraph_node_cannot_be_local_p_1): Break out from ...
7784 (cgraph_node_can_be_local_p): ... here; walk aliases.
7785 (cgraph_for_node_thunks_and_aliases): New function.
7786 (cgraph_for_node_and_aliases): New function.
7787 (cgraph_make_node_local_1): Break out from ...
9ee65b55
UB
7788 (cgraph_make_node_local) ... here; use
7789 cgraph_for_node_thunks_and_aliases.
be330ed4 7790 (cgraph_set_nothrow_flag_1): Break out from ...
9ee65b55
UB
7791 (cgraph_set_nothrow_flag) ... here;
7792 use cgraph_for_node_thunks_and_aliases.
be330ed4 7793 (cgraph_set_const_flag_1): Break out from ...
9ee65b55
UB
7794 (cgraph_set_const_flag) ... here;
7795 use cgraph_for_node_thunks_and_aliases.
be330ed4 7796 (cgraph_set_pure_flag_1): Break out from ...
9ee65b55
UB
7797 (cgraph_set_pure_flag) ... here;
7798 use cgraph_for_node_thunks_and_aliases.
be330ed4 7799 (cgraph_propagate_frequency_1): Break out from ...
9ee65b55
UB
7800 (cgraph_propagate_frequency) ... here; use
7801 cgraph_for_node_thunks_and_aliases.
be330ed4 7802 (cgraph_used_from_object_file_p): Do not care about aliases.
9ee65b55
UB
7803 (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
7804 New functions.
be330ed4
JH
7805 (collect_callers_of_node_1, collect_callers_of_node): New functions.
7806
2ea91d6b
HPN
78072011-06-10 Hans-Peter Nilsson <hp@axis.com>
7808
7809 PR rtl-optimization/49154
7810 * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
7811 (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
7812 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
7813 (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
7814 * config/cris/cris.h (cris_register_move_cost): Remove
7815 !TARGET_V32 code. Tweak comments.
7816
9cf4fb5a
JH
78172011-06-09 Jan Hubicka <jh@suse.cz>
7818
7819 * cgraphbuild.c (record_eh_tables): Mark personality function as having
7820 address taken.
7821
6049a4c8
HPN
78222011-06-10 Hans-Peter Nilsson <hp@axis.com>
7823
c577822e 7824 PR rtl-optimization/49154
9ee65b55
UB
7825 * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
7826 is a matching slot in the hashtable, assign it to classes_ptr.
c577822e 7827
54e1e4f7 7828 PR rtl-optimization/49154
6049a4c8
HPN
7829 * doc/tm.texi.in (Register Classes): Document rule for the narrowest
7830 register classes.
7831 * doc/tm.texi: Regenerate.
7832
3be68b64
KK
78332011-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
7834
7835 PR target/49307
7836 * config/sh/sh.md (UNSPEC_CHKADD): New.
7837 (chk_guard_add): New define_insn_and_split.
7838 (symGOT_load): Use chk_guard_add instead of blockage.
7839
bf806a90
KT
78402011-06-09 Kai Tietz <ktietz@redhat.com>
7841
7842 * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
7843
d5a9738b
EB
78442011-06-09 Eric Botcazou <ebotcazou@adacore.com>
7845
7846 * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
7847
527e82c2
WG
78482011-06-09 Wei Guozhi <carrot@google.com>
7849
7850 PR target/46975
7851 * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
7852 (peephole2 for conditional move): Generate 16 bit instructions.
7853
b8bc3a43
UB
78542011-06-09 Uros Bizjak <ubizjak@gmail.com>
7855
7856 * config/i386/i386.md (*movdi_internal_rex64): Merge
7857 alternatives 6 and 8.
7858
4745da6e
DL
78592011-06-09 David Li <davidxl@google.com>
7860
7861 * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
7862 * passes.c (passr_eq): New function.
7863 (create_pass_tab): New function.
7864 (pass_traverse): New function.
7865 (dump_one_pass): New function.
7866 (dump_pass_list): New function.
7867 (dump_passes): New function.
7868
bdf67bcb
DL
78692011-06-09 David Li <davidxl@google.com>
7870
7871 * tree-complex.c (tree_lower_complex): Gate cleanup.
7872 * tree-stdarg.c (check_all_va_list_escapes): Ditto.
7873 (execute_optimize_stdarg): Ditto.
7874 * tree-eh.c (execute_lower_eh_dispatch): Ditto.
7875 (execute_cleanup_eh_1): Ditto.
7876 (execute_cleanup_eh): Ditto.
7877 * gcse.c (gate_rtl_pre): Ditto.
7878 (execute_rtl_pre): Ditto.
7879 * except.c (finish_eh_generation): Ditto.
7880 (convert_to_eh_region_ranges): Ditto.
7881 * cprop.c (one_cprop_pass): Ditto.
7882
547fdef8
BS
78832011-06-09 Bernd Schmidt <bernds@codesourcery.com>
7884
7885 PR target/48673
7886 * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
7887 in all basic blocks.
7888
10e48e39
RO
78892011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7890
7891 * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
7892 (HAVE_ENABLE_EXECUTE_STACK): Define.
7893 * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
7894 (HAVE_ENABLE_EXECUTE_STACK): Define.
7895 * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
7896 (HAVE_ENABLE_EXECUTE_STACK): Define.
7897 * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
7898 (ENABLE_EXECUTE_STACK): Remove.
7899 (HAVE_ENABLE_EXECUTE_STACK): Define.
7900 [IN_LIBGCC2]: Don't include <windows.h>.
7901 * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
7902 (HAVE_ENABLE_EXECUTE_STACK): Define.
7903 * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
7904 (HAVE_ENABLE_EXECUTE_STACK): Define.
7905 * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
7906 * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
7907 (HAVE_ENABLE_EXECUTE_STACK): Define.
7908 * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
7909 (HAVE_ENABLE_EXECUTE_STACK): Define.
7910 * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
7911 (HAVE_ENABLE_EXECUTE_STACK): Define.
7912 * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
7913 (HAVE_ENABLE_EXECUTE_STACK): Define.
7914 * config/alpha/alpha.c (alpha_trampoline_init): Test
7915 HAVE_ENABLE_EXECUTE_STACK.
7916 * config/i386/i386.c (ix86_trampoline_init): Likewise.
7917 * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
7918 (sparc64_initialize_trampoline): Likewise.
7919 * libgcc2.c [L_enable_execute_stack]: Remove.
7920 * system.h (ENABLE_EXECUTE_STACK): Poison.
7921 * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
7922 * doc/tm.texi: Regenerate.
7923 * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
7924
8ced31fe
JJ
79252011-06-09 Jakub Jelinek <jakub@redhat.com>
7926
7927 PR middle-end/49308
7928 * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
7929 variable. After resetting and rescanning insn continue with previous
7930 statement.
7931
ee610fcd
RO
79322011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7933
7934 * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
7935 (gcc_cv_ld_hidden): Likewise.
7936 * configure: Regenerate.
7937 * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
7938 (ix86_stack_protect_fail): Mark unused.
7939 (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
7940 * config/rs6000/rs6000.c (rs6000_assemble_visibility)
7941 [TARGET_MACHO]: Don't define.
7942 (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
7943 (TARGET_STACK_PROTECT_FAIL): Likewise.
7944 (rs6000_stack_protect_fail): Mark unused.
7945 * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
b8bc3a43 7946 USE_LINKONCE_INDIRECT. Don't emit .hidden expicitly.
ee610fcd 7947
8f2e22ff
AK
79482011-06-08 Andi Kleen <ak@linux.intel.com>
7949
7950 * varasm.c (get_section): Print location of other conflict
7951 for section conflicts.
7952
815cecbe
AK
79532011-06-08 Andi Kleen <ak@linux.intel.com>
7954
7955 * config/i386/driver-i386.c (host_detect_local_cpu):
7956 Add model 0x2d Intel CPU.
7957
1460ec5c
AK
79582011-06-08 Andi Kleen <ak@linux.intel.com>
7959
7960 * reginfo.c (global_regs_decl): Add.
b8bc3a43
UB
7961 (globalize_reg): Add decl parameter. Compute location. Pass location
7962 to warnings and add inform. Store decl in global_regs_decl.
1460ec5c
AK
7963 * rtl.h (globalize_reg): Update prototype.
7964 * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
7965
df17530a
MX
79662011-06-09 Mingjie Xing <mingjie.xing@gmail.com>
7967
7968 * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
7969
409fed48
KK
79702011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
7971
7972 PR target/49305
7973 * config/sh/predicates.md (general_movsrc_operand): Check
7974 mode for memory with indexed address for QI and HImode.
7975 (general_movdst_operand): Likewise.
7976
87c16a45
NP
79772011-06-09 Nicola Pero <nicola.pero@meta-innovation.com>
7978
b8bc3a43 7979 * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
87c16a45 7980
49931fcb
AO
79812011-06-08 Alexandre Oliva <aoliva@redhat.com>
7982
7983 * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
7984 (num_ssa_operands): Likewise.
7985 (op_iter_init_phiuse): Forward-declare.
7986 (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
7987
29494d1f
NC
79882011-06-08 Nick Clifton <nickc@redhat.com>
7989
7990 * doc/invoke.texi (ARM Options): Update description of
7991 -mthumb-interwork.
7992
4ffae7ff
L
79932011-06-08 H.J. Lu <hongjiu.lu@intel.com>
7994
7995 * config/i386/driver-i386.c (host_detect_local_cpu): Support
7996 unknown Intel family 0x6 CPUs.
7997
d9c77712
MJ
79982011-06-08 Martin Jambor <mjambor@suse.cz>
7999
8000 * tree-sra.c (mark_rw_status): Removed.
8001 (analyze_access_subtree): New parameter parent instead of
8002 mark_read and mark_write, propagate from that.
8003
b1def36c
JB
80042011-06-08 Julian Brown <julian@codesourcery.com>
8005
8006 * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
8007 for double-precision helper functions in hard-float mode if only
8008 single-precision arithmetic is supported in hardware.
8009
6c8e9fc9
AM
80102011-06-08 Alexander Monakov <amonakov@ispras.ru>
8011
8012 PR rtl-optimization/49303
8013 * sel-sched.c (move_op): Use correct type for 'res'. Verify that
8014 code_motion_path_driver returned 0 or 1.
8015 (sel_region_finish): Clear h_d_i_d.
8016
c2bbcb0d
KK
80172011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
8018
8019 * config/sh/sh.c (prepare_move_operands): Set pic register
8020 appropriately for global and local dynamic tls models even
8021 if flag_pic is unset.
8022
6976ae51
JM
80232011-06-07 Jason Merrill <jason@redhat.com>
8024
8025 * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
8026
bb5b1f5e
XDL
80272011-06-07 Xinliang David Li <davidxl@google.com>
8028 * passes.c (enable_disable_pass): Handle assembler name.
8029 (is_pass_explicitly_enabled_or_disabled): Ditto.
8030
91ffe356
RO
80312011-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8032
8033 PR tree-optimization/48497
8034 * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
8035
06bc3ec7
BS
80362011-06-07 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8037
8038 PR tree-optimization/46728
8039 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
8040 to use gimple_val_nonnegative_real_p.
8041 * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
8042 * gimple.h (gimple_val_nonnegative_real_p): New declaration.
29494d1f 8043
c074d740
L
80442011-06-07 H.J. Lu <hongjiu.lu@intel.com>
8045
8046 * config/i386/i386.md (*movsf_internal): Optimize AVX check.
8047
8973b112
SG
80482011-06-07 Sergey Grechanik <mouseentity@ispras.ru>
8049
8050 * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
8051 constant vectors.
8052
67b88453
RG
80532011-06-07 Richard Guenther <rguenther@suse.de>
8054
8055 * stor-layout.c (initialize_sizetypes): Initialize all
8056 sizetypes based on target definitions.
8057 (set_sizetype): Remove.
8058 * tree.c (build_common_tree_nodes): Do not call set_sizetype.
8059 * tree.h (set_sizetype): Remove.
8060
1dcad079
NC
80612011-06-07 Nick Clifton <nickc@redhat.com>
8062
8063 * config.gcc: Unify V850 architecture options and add support for
8064 newer V850 architectures.
8065 * config/v850/t-v850e: Delete.
8066
009db074
RG
80672011-06-07 Richard Guenther <rguenther@suse.de>
8068
8069 * tree.c (build_common_tree_nodes): Also initialize size_type_node.
8070 Call set_sizetype from here.
8071
f373314f
AS
80722011-06-07 Andrew Stubbs <ams@codesourcery.com>
8073
8074 * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
8075 (*maddhisi4tb, *maddhisi4tt): New define_insns.
8076
c536876e
AS
80772011-06-07 Bernd Schmidt <bernds@codesourcery.com>
8078 Andrew Stubbs <ams@codesourcery.com>
8079
8080 * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
8081 multiplies.
8082 * doc/md.texi (Canonicalization of Instructions): Document widening
8083 multiply canonicalization.
8084
308dc890
JJ
80852011-06-07 Jakub Jelinek <jakub@redhat.com>
8086
8087 PR gcov-profile/49299
b8bc3a43 8088 * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
308dc890 8089
383d9c83
IR
80902011-06-07 Ira Rosen <ira.rosen@linaro.org>
8091
8092 * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
8093 a pointer.
8094 * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
8095 vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
8096 vect_recog_pow_pattern): Likewise.
8097 (vect_pattern_recog_1): Remove declaration.
8098 (widened_name_p): Remove declaration. Add new argument to specify
8099 whether to check that both types are either signed or unsigned.
8100 (vect_recog_widen_mult_pattern): Update documentation. Handle
8101 unsigned patterns and multiplication by constants.
8102 (vect_pattern_recog_1): Update vect_recog_func references. Use
8103 statement information from the statement returned from pattern
8104 detection functions.
8105 (vect_pattern_recog): Update vect_recog_func reference.
8106 * tree-vect-stmts.c (vectorizable_type_promotion): For widening
8107 multiplication by a constant use the type of the other operand.
8108
4de4b0f2
RS
81092011-06-06 Richard Sandiford <rdsandiford@googlemail.com>
8110
8111 PR rtl-optimization/49145
8112 * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
8113
a9d24544
JJ
81142011-06-06 Jakub Jelinek <jakub@redhat.com>
8115
99a5e049
JJ
8116 PR debug/49262
8117 * dwarf2out.c (native_encode_initializer): Decrement count in each
8118 iteration.
8119
04902d4c
JJ
8120 PR debug/49294
8121 * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
8122 non-MODE_INT modes.
8123
a9d24544
JJ
8124 PR c++/49264
8125 * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
8126 if stmt folded into nothing.
b8bc3a43
UB
8127 * tree-inline.c (fold_marked_statements): If a builtin at the end of
8128 a bb folded into nothing, just update cgraph edges and move to next bb.
a9d24544
JJ
8129 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
8130 to be NULL. Don't compute count and frequency if new_call is NULL.
8131
47c79d56
DN
81322011-06-04 Diego Novillo <dnovillo@google.com>
8133
8134 * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
8135 (cgraph.o): Likewise.
8136 (cgraphunit.o): Likewise.
8137 * cgraphunit.c: Include lto-streamer.h
8138 (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
8139 if LTO is enabled.
8140 * lto-streamer-in.c (unpack_value_fields): Call
8141 streamer_hooks.unpack_value_fields if set.
8142 (lto_materialize_tree): For unhandled nodes, first try to
8143 call lto_streamer_hooks.alloc_tree, if it exists.
8144 (lto_input_ts_decl_common_tree_pointers): Move reading of
8145 DECL_INITIAL to lto_streamer_read_tree.
8146 (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
8147 (lto_streamer_read_tree): New.
8148 (lto_reader_init): Rename from lto_init_reader.
8149 Move initialization code to lto/lto.c.
8150 * lto-streamer-out.c (pack_value_fields): Call
8151 streamer_hooks.pack_value_fields if set.
b8bc3a43
UB
8152 (lto_output_tree_ref): For tree nodes that are not normally indexable,
8153 call streamer_hooks.indexable_with_decls_p before giving up.
47c79d56 8154 (lto_output_ts_decl_common_tree_pointers): Move handling
b8bc3a43
UB
8155 for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
8156 (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
8157 lto_is_streamable. Call lto_streamer_hooks.output_tree_header if set.
8158 (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
47c79d56
DN
8159 (lto_streamer_write_tree): New.
8160 (lto_output): Call lto_streamer_init directly.
8161 (lto_writer_init): Remove.
8162 * lto-streamer.c (streamer_hooks): New.
8163 (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
8164 instead of lto_preload_common_nodes.
8165 (lto_is_streamable): Move from lto-streamer.h
8166 (lto_streamer_hooks_init): New.
8167 (streamer_hooks): New.
8168 (streamer_hooks_init): New.
8169 * lto-streamer.h (struct output_block): Forward declare.
8170 (struct lto_input_block): Likewise.
8171 (struct data_in): Likewise.
8172 (struct bitpack_d): Likewise.
8173 (struct streamer_hooks): Declare.
8174 (streamer_hooks): Declare.
8175 (lto_streamer_hooks_init): Declare.
8176 (lto_streamer_write_tree): Declare.
8177 (lto_streamer_read_tree): Declare.
8178 (streamer_hooks_init): Declare.
8179 (lto_is_streamable): Move to lto-streamer.c
8180
22afe143
AK
81812011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8182
8183 * longlong.h (smul_ppmm): The resulting register pair contains the
8184 higher order word first.
8185
3906ea1b
BS
81862011-06-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8187
8188 PR tree-optimization/46728
8189 * builtins.c (powi_table): Remove.
8190 (powi_lookup_cost): Remove.
8191 (powi_cost): Remove.
8192 (expand_powi_1): Remove.
8193 (expand_powi): Remove.
8194 (expand_builtin_pow_root): Remove.
8195 (expand_builtin_pow): Remove.
8196 (expand_builtin_powi): Eliminate handling of constant exponent.
8197 (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
b8bc3a43 8198
3598cabd
AO
81992011-06-06 Alexandre Oliva <aoliva@redhat.com>
8200
8201 * cprop.c (local_cprop_pass): Don't set changed for debug insns.
8202
a7a110bb
AO
82032011-06-06 Alexandre Oliva <aoliva@redhat.com>
8204
8205 * dce.c (reset_unmarked_insns_debug_uses): New.
8206 (delete_unmarked_insns): Skip debug insns.
8207 (prescan_insns_for_dce): Likewise.
8208 (rest_of_handle_ud_dce): Reset debug uses of removed sets.
8209 * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
8210 active reg can be found.
8211 (subst_all_stack_regs_in_debug_insn): New. Reset debug insn then.
8212 (convert_regs_1): Use it.
8213
6d8402ac
AO
82142011-06-06 Alexandre Oliva <aoliva@redhat.com>
8215
8216 * tree-pretty-print.c (dump_function_header): Add flags.
8217 Don't dump decl_uid with nouid.
8218 * tree-pretty-print.h (dump_function_header): Adjust.
8219 * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
8220 * passes.c (pass_init_dump_file): Pass dump_flags on.
8221 * tree-cfg.c (gimple_dump_cfg): Pass flags on.
8222
f75e1f1e
AO
82232011-06-06 Alexandre Oliva <aoliva@redhat.com>
8224
8225 PR bootstrap/49270
8226 * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
8227
275311c4
MP
82282011-06-06 Mikael Pettersson <mikpe@it.uu.se>
8229
8230 PR tree-optimization/49243
8231 * calls.c (setjmp_call_p): Also check if fndecl has the
8232 returns_twice attribute.
8233
aa4203e7
RO
82342011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8235
8236 * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
8237 -ffast-math etc.
8238
48f9d59a
RH
82392011-06-06 Richard Henderson <rth@redhat.com>
8240 Georg-Johann Lay <avr@gjlay.de>
8241
8242 PR target/42210
8243 * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
8244 New predicates.
8245 * config/avr/avr.md ("insv"): New insn expander.
8246 ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
8247 "*insv.not.io", "*insv.reg"): New insns.
8248
11494830
HPN
82492011-06-06 Hans-Peter Nilsson <hp@bitrange.com>
8250
8251 PR target/49285
b8bc3a43
UB
8252 * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
8253 to nonimmediate_operand from memory_operand for the operand that is to
8254 be forced to memory by the expander. Lose the constraints.
11494830 8255
679e70df
EB
82562011-06-05 Eric Botcazou <ebotcazou@adacore.com>
8257
8258 * config/sparc/sparc.c (output_return): Fix thinko in the output of an
8259 EH return when delayed branches are disabled.
8260
4d3d7f15
UB
82612011-06-05 Uros Bizjak <ubizjak@gmail.com>
8262
8263 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
8264 Remove MODE_TI handling. Remove SSE1 handling in attribute "mode"
8265 calculation.
8266 (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
8267 Simplify MODE_V1DF and MODE_V2SF handling.
8268 (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
8269 Simplify MODE_SF handling.
8270
a45c0557
JH
82712011-06-04 Jan Hubicka <jh@suse.cz>
8272
8273 PR tree-optimization/48893
8274 PR tree-optimization/49091
8275 PR tree-optimization/49179
8276 * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
8277 Bounds check.
8278
26740835
JH
82792011-06-04 Jan Hubicka <jh@suse.cz>
8280
8281 PR lto/48954
b8bc3a43
UB
8282 * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
8283 bitmaps.
26740835 8284
014ab419
JW
82852011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
8286
8287 * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
8288
407bcba7
JJ
82892011-06-04 Jakub Jelinek <jakub@redhat.com>
8290
8291 PR target/49281
8292 * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
8293 to be strictly smaller than 1 << shiftcount.
8294
e3195c52
JH
82952011-06-04 Jan Hubicka <jh@suse.cz>
8296
8297 PR tree-optimize/48929
8298 * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
8299 of empty predicate.
8300
047d33a0
AO
83012011-06-04 Alexandre Oliva <aoliva@redhat.com>
8302
8303 PR debug/48333
8304 * calls.c (emit_call_1): Prefer the __builtin declaration of
8305 builtin functions.
8306
dc587809
DN
83072011-06-03 Diego Novillo <dnovillo@google.com>
8308
8309 * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
8310 (lto_input_tree_pointers): Likewise.
8311 * lto-streamer-out.c (pack_value_fields): Likewise.
8312 (lto_output_tree_pointers): Likewise.
8313 * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
8314 and OPTIMIZATION_NODE.
8315
58cd1d70
RO
83162011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8317
8318 * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
8319 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
8320 * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
8321 * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
8322 * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
8323 * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
8324 * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
8325 * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
8326 * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
8327 * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
8328 * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
8329 * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
8330 * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
8331 * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
8332 * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
8333 * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
8334 * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
8335 * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
8336 * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
8337 * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
8338 * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
8339 * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
8340 * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
8341 * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
8342 * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
8343 * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
8344 * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
8345 * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
8346 * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
8347 * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
8348 * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
8349 * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
8350 * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
8351 * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
8352 * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
8353 * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
8354 * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
8355 * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
8356 * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
8357 * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
8358 * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
8359 * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
8360 * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
8361 * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
8362 * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
8363 * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
8364 * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
8365 * system.h (MD_UNWIND_SUPPORT): Poison.
8366 * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
8367 * doc/tm.texi: Regenerate.
8368 * unwind-dw2.c: Include md-unwind-support.h instead of
8369 MD_UNWIND_SUPPORT.
8370 * config/ia64/unwind-ia64.c: Likewise.
8371 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
8372
10c63ba4 83732011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
34e0c8d5
JH
8374
8375 * varpool.c (varpool_extra_name_alias): Return NULL, not false.
8376
1b7a0148
RH
83772011-06-03 Richard Henderson <rth@redhat.com>
8378 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8379
8380 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
8381 (sigill_hdlr): Correct insn, insn size.
8382 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
8383
737346fa
RO
83842011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8385
8386 * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
8387 t-slibgcc-dummy.
8388 * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
8389 * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
8390 * config/mips/t-iris: Remove.
8391 * config/mips/t-irix6: New file.
8392 * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
8393
c192cee6
RO
83942011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8395
8396 * Makefile.in (LIB2ADDEHDEP): Remove.
8397 * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
8398 * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
8399 * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
8400 * config/t-darwin (LIB2ADDEHDEP): Remove.
8401 * config/t-freebsd (LIB2ADDEHDEP): Remove.
8402 * config/t-linux (LIB2ADDEHDEP): Remove.
8403
d5828cc7
DN
84042011-06-03 Diego Novillo <dnovillo@google.com>
8405
8406 * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
8407 (lto_register_var_decl_in_symtab): Likewise.
8408 (lto_register_function_decl_in_symtab): Likewise.
8409 (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
8929d9ea 8410 logic to uniquify_nodes.
d5828cc7 8411
ee33b5f0
RO
84122011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8413
8414 * config/alpha/t-osf5: Remove.
8415 * config/alpha/t-osf-pthread: Remove.
8416 * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
8417 * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
8418
16868d84
JB
84192011-06-03 Julian Brown <julian@codesourcery.com>
8420
8421 * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
8422 (strongarm1110): Use strongarm tuning.
4d3d7f15 8423 * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
16868d84
JB
8424 * config/arm/arm.c (arm_strongarm_tune): New.
8425 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
8426 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
8427 (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
8428 setting, using previous defaults or 1 for Cortex-A5.
8429 (arm_option_override): Set max_insns_skipped from current tuning.
8430
1cec1285
NS
84312011-06-03 Nathan Sidwell <nathan@codesourcery.com>
8432
8433 * doc/install.texi (Options specification): Document --with-specs.
8434
eed55426
RR
84352011-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
8436
8437 * config/arm/neon.md (orndi3_neon): Actually split it.
8438
d5b6cc25
AO
84392011-06-02 Alexandre Oliva <aoliva@redhat.com>
8440
8441 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
8442 * var-tracking.c (reverse_op): Limite recurse depth to 5.
8443
2ba42841
AO
84442011-06-02 Alexandre Oliva <aoliva@redhat.com>
8445
8446 PR debug/47590
8447 * target.def (delay_sched2, delay_vartrack): New.
8448 * doc/tm.texi.in: Update.
8449 * doc/tm.texi: Rebuild.
8450 * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
8451 * var-tracking.c (gate_handle_var_tracking): Likewise.
8452 * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
8453 (bfin_flag_var_tracking): Drop.
8454 (output_file_start): Don't save and override flag_var_tracking.
8455 (bfin_option_override): Ditto flag_schedule_insns_after_reload.
8456 (bfin_reorg): Test original variables.
8457 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
8458 * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
8459 (ia64_flag_var_tracking): Drop.
8460 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
8461 (ia64_file_start): Don't save and override flag_var_tracking.
8462 (ia64_override_options_after_change): Ditto
8463 flag_schedule_insns_after_reload.
8464 (ia64_reorg): Test original variables.
8465 * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
8466 (picochip_flag_var_tracking): Drop.
8467 (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
8468 (picochip_option_override): Don't save and override
8469 flag_schedule_insns_after_reload.
8470 (picochip_asm_file_start): Ditto flag_var_tracking.
8471 (picochip_reorg): Test original variables.
8472 * config/spu/spu.c (spu_flag_var_tracking): Drop.
8473 (TARGET_DELAY_VARTRACK): Define.
8474 (spu_var_tracking): New.
8475 (spu_machine_dependent_reorg): Call it.
8476 (asm_file_start): Don't save and override flag_var_tracking.
8477
a700b5f0
KK
84782011-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
8479
8480 PR target/49163
8481 * config/sh/predicates.md (general_movsrc_operand): Return 0
8482 for memory and memory subreg of which address is an invalid
8483 indexed address for QI and HImode.
8484 (general_movdst_operand): Likewise.
8485
76015c34
EB
84862011-06-02 Eric Botcazou <ebotcazou@adacore.com>
8487
8488 * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
8489 edges only, when there is a non-local label in the function.
8490 * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
8491
4e76acd2
UB
84922011-06-02 Uros Bizjak <ubizjak@gmail.com>
8493
8494 * config/i386/constraints.md (Y3): New register constraint.
8495 * config/i386/sse.md (*vec_interleave_highv2df): Merge with
8496 *sse3_interleave_highv2df and *sse2_interleave_highv2df.
8497 (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
8498 *sse2_interleave_lowv2df.
8499
288f605f
JB
85002011-06-02 Julian Brown <julian@codesourcery.com>
8501
8502 * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
8503 * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
8504 (arm_cortex_a5_tune): New.
8505
7ec70105
JB
85062011-06-02 Julian Brown <julian@codesourcery.com>
8507
153668ec
JB
8508 * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
8509 * config/arm/arm.c (arm_default_branch_cost): New.
8510 (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
8511 (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
8512 (arm_fa726_tune): Set branch_cost field using
8513 arm_default_branch_cost.
8514 * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
8515 current_tune structure.
8516 * dojump.c (tm_p.h): Include file.
8517
85182011-06-02 Julian Brown <julian@codesourcery.com>
8519
8520 * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
8521 tuning.
7ec70105
JB
8522 (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
8523 (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
8524 * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
8525 field.
8526 * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
8527 (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
8528 (arm_fa726te_tune): Add prefer_constant_pool setting.
8529 (arm_v6t2_tune, arm_cortex_tune): New.
8530 * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
8531 prefer_constant_pool setting.
8532
aad61732
UB
85332011-06-02 Uros Bizjak <ubizjak@gmail.com>
8534
4e76acd2
UB
8535 * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
8536 switch statement.
aad61732
UB
8537 * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
8538 (*movdf_internal) <case 6,7,8>: Ditto.
8539
4e76acd2 8540 * config/i386/constraints.md (Y4): New register constraint.
aad61732
UB
8541 * config/i386/sse.md (vec_set<mode>_0): Merge with
8542 *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
8543 (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
8544 *vec_extractv2di_1_sse.
8545 (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
8546 and *vec_concatv2di_rex64_sse.
8547
6e588138
SH
85482011-06-02 Stuart Henderson <shenders@gcc.gnu.org>
8549
8550 PR target/48807
8551 * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
8552 of cgraph_local_info for null before attempting to use it.
8553
bc6d3f91
EB
85542011-06-02 Eric Botcazou <ebotcazou@adacore.com>
8555
8556 * function.h (struct stack_usage): Remove dynamic_alloc_count field.
8557 (current_function_dynamic_alloc_count): Delete.
8558 * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
8559 (expand_builtin_nonlocal_goto): Remove obsolete comment.
8560 (expand_builtin_update_setjmp_buf): Remove dead code.
8561 * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
8562 * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
8563 support.
8564 * function.c (instantiate_virtual_regs): Likewise.
8565 * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
8566 for a block with a single abnormal incoming edge.
8567 * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
a21ede65 8568 (SETJMP_VIA_SAVE_AREA): Delete.
bc6d3f91
EB
8569 * config/sparc/sparc-protos.h (load_got_register): Declare.
8570 * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
8571 (load_got_register): Make global.
8572 (sparc_frame_pointer_required): Add 'static'.
8573 (sparc_can_eliminate): Likewise. Call sparc_frame_pointer_required.
8574 (sparc_builtin_setjmp_frame_value): New function.
8575 * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
8576 (save_stack_nonlocal): New expander.
8577 (restore_stack_nonlocal): Likewise.
8578 (nonlocal_goto): Remove modes, adjust predicates and reimplement.
8579 (nonlocal_goto_internal): New insn.
8580 (goto_handler_and_restore): Delete.
8581 (builtin_setjmp_setup): Likewise.
8582 (do_builtin_setjmp_setup): Likewise.
8583 (setjmp): Likewise.
8584 (builtin_setjmp_receiver): New expander.
8585
69282fee
DL
85862011-06-01 David Li <davidxl@google.com>
8587
8588 PR middle-end/49261
8589 * tree-pretty-print.c (dump_function_header): Format cleanup.
8590
e95873dd
KK
85912011-06-01 Kaz Kojima <kkojima@gcc.gnu.org>
8592
8593 PR target/49238
8594 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
8595 needed when original operands are used for msw_skip comparison.
8596
88c15821
JJ
85972011-06-01 Jakub Jelinek <jakub@redhat.com>
8598
8599 PR debug/49250
8600 * var-tracking.c (add_uses, add_stores): Don't call
8601 cselib_subst_to_values on ENTRY_VALUE.
8602
07233947
DN
86032011-06-01 Diego Novillo <dnovillo@google.com>
8604
8605 * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
8606 output_record_start with LTO_null instead of output_zero.
8607 (lto_output_ts_binfo_tree_pointers): Likewise.
8608 (lto_output_tree): Likewise.
8609 (output_eh_try_list): Likewise.
8610 (output_eh_region): Likewise.
8611 (output_eh_lp): Likewise.
8612 (output_eh_regions): Likewise.
8613 (output_bb): Likewise.
8614 (output_function): Likewise.
8615 (output_unreferenced_globals): Likewise.
8616 * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
8617 instead of NUM_TREE_CODES.
8618 (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
8619 (lto_output_int_in_range): Change << to >> when shifting VAL.
8620
4ee3537a
DN
86212011-06-01 Diego Novillo <dnovillo@google.com>
8622
8623 * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
8624 Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
8625
02972eaf
RS
86262011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
8627
8628 PR target/45074
8629 * optabs.h (valid_multiword_target_p): Declare.
8630 * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
8631 doing multi-word operations.
8632 * optabs.c (expand_binop): Likewise.
8633 (expand_doubleword_bswap): Likewise.
8634 (expand_absneg_bit): Likewise.
8635 (expand_unop): Likewise.
8636 (expand_copysign_bit): Likewise.
8637 (multiword_target_p): New function.
8638
4d41c2d1
RS
86392011-06-01 Richard Sandiford <rdsandiford@googlemail.com>
8640
8641 PR rtl-optimization/48830
8642 PR rtl-optimization/48808
8643 PR rtl-optimization/48792
8644 * reload.c (push_reload): Check contains_reg_of_mode.
8645 * reload1.c (strip_paradoxical_subreg): New function.
8646 (gen_reload_chain_without_interm_reg_p): Use it to handle
8647 paradoxical subregs.
8648 (emit_output_reload_insns, gen_reload): Likewise.
8649
5f57dccb
DL
86502011-06-01 David Li <davidxl@google.com>
8651
8652 * predict.c : Change pass name
8653 * ipa.c: Ditto.
8654 * dce.c: Ditto.
8655 * tree-profile.c: Ditto.
8656 * except.c: Ditto.
8657
ea6cf778
DL
86582011-06-01 David Li <davidxl@google.com>
8659
8660 * tree-pretty-print.c (dump_function_header): New function.
8661 * final.c (rest_of_clean_state): Use header dumper.
8662 * tree-cfg.c (gimple_dump_cfg): Use header dumper.
8663 * passes.c (pass_init_dump_file): Use header dumper.
8664
ebdc0d4b
JJ
86652011-06-01 Jakub Jelinek <jakub@redhat.com>
8666
eeeb9b49
JJ
8667 * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
8668 ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
8669 popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
8670 New functions.
8671 (mem_loc_descriptor): Use them.
8672
ebdc0d4b
JJ
8673 * var-tracking.c (create_entry_value): New function.
8674 (vt_add_function_parameter): Use it.
8675
0699e415
RO
86762011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8677
8678 * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
8679 Include <signal.h>, <ucontext.h>.
8680 (sigill_caught): Define.
8681 (sigill_hdlr): New function.
8682 (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
8683 insns can be executed.
aad61732 8684 * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
0699e415
RO
8685 * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
8686
ca24c5ad
RO
86872011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8688
8689 * config/t-slibgcc-darwin: Move to ...
aad61732 8690 * config/t-slibgcc-dummy: ... this. Clarify comments.
ca24c5ad
RO
8691 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
8692 powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
8693 (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
aad61732 8694 (i[34567]86-*-rtems*): Remove extra_parts. Use i386/t-rtems.
ca24c5ad
RO
8695 Remove i386/t-crtstuff from tmake_file.
8696 (i[34567]86-*-solaris2*): Remove t-svr4,
8697 t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
8698 t-slibgcc-dummy.
8699 (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
8700 (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
8701 sparc/t-crtfm from tmake_file.
8702 (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
8703 t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
8704 Remove extra_parts.
8705 * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
8706 * config/i386/t-nwld (SHLIB_LINK): Remove.
8707 * config/i386/t-rtems-i386: Rename to ...
8708 * config/i386/t-rtems: ... this.
8709 ($(T)crti.o, $(T)crtn.o): Remove.
8710 (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
8711 (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
8712 (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
8713 * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
8714 EXTRA_MULTILIB_PARTS): Remove.
8715 * config/sparc/t-sol2-64: Likewise.
8716 * config/sparc/t-sol2: Remove.
8717 * config/sparc/t-crtin: Remove.
8718 * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
8719 * config/i386/gmon-sol2.c: Remove.
8720 * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
8721 * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
8722 * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
8723 * config/i386/sol2-gc1.asm: Remove.
8724 * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
8725 * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
8726 * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
8727 * config/t-slibgcc-sld: Remove.
8728
a78d13c3
JJ
87292011-06-01 Jakub Jelinek <jakub@redhat.com>
8730
8731 * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
8732 base_type_for_mode with op_mode instead of mode.
8733
572070ef
PB
87342011-06-01 Paul Brook <paul@cpodesourcery.com>
8735
8736 * config/arm/arm-cores.def: Add cortex-r5. Add DIV flags to
8737 Cortex-A15.
8738 * config/arm/arm-tune.md: Regenerate.
8739 * config/arm/arm-tables.opt: Regenerate.
8740 * config/arm/arm.c (FL_DIV): Rename...
8741 (FL_THUMB_DIV): ... to this.
8742 (FL_ARM_DIV): Define.
8743 (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
8744 (arm_arch_hwdiv): Remove.
8745 (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
8746 (arm_issue_rate): Add cortexr5.
8747 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
8748 __ARM_ARCH_EXT_IDIV__.
8749 (TARGET_IDIV): Define.
8750 (arm_arch_hwdiv): Remove.
8751 (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
8752 * config/arm/arm.md (tune_cortexr4): Add cortexr5.
8753 (divsi3, udivsi3): New patterns.
8754 * config/arm/thumb2.md (divsi3, udivsi3): Remove.
8755 * doc/invoke.texi: Document ARM -mcpu=cortex-r5
8756
11026b51
MJ
87572011-06-01 Martin Jambor <mjambor@suse.cz>
8758
8759 * ipa-utils.c (ipa_dfs_info): New field scc_no.
8760 * ipa-utils.c (searchc): Set scc_no.
8761
b6156cf2
MJ
87622011-06-01 Martin Jambor <mjambor@suse.cz>
8763
8764 * ipa-utils.c (searchc_env): New field allow_overwritable.
8765 (searchc): do not ignore edges to overwritable nodes if indicated
8766 by env->allow_overwritable.
8767 (ipa_reduced_postorder): Set env.allow_overwritable.
8768
6807da97
RG
87692011-06-01 Richard Guenther <rguenther@suse.de>
8770
8771 * tree.c (free_lang_data): Do not reset boolean_type_node nor
8772 char_type_node.
8773 * lto-streamer.c (lto_record_common_node): Take node pointer,
8774 do not register types.
8775 (lto_preload_common_nodes): Explicitly skip preloading nodes
8776 that differ between frontends.
8777
66bd20e7 87782011-05-31 Pat Haugen <pthaugen@us.ibm.com>
ddaf42bc
PH
8779
8780 * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
8781 NON_FLOAT_REGS.
8782
66bd20e7 87832011-05-31 Pat Haugen <pthaugen@us.ibm.com>
abdd692e
PH
8784
8785 * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
8786 parameter value for dump. Dump cost on outermost call only.
8787 (rs6000_memory_move_cost): Dump cost on outermost call only.
8788
7351d8da
JJ
87892011-05-31 Jakub Jelinek <jakub@redhat.com>
8790
ead7c399
JJ
8791 * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
8792 DW_OP_GNU_convert ops.
8793
509f4495
JJ
8794 * cselib.c (promote_debug_loc): Allow l->next non-NULL for
8795 cselib_preserve_constants.
8796 (cselib_lookup_1): If cselib_preserve_constants,
8797 a new VALUE is being created for REG and there is a VALUE for the
8798 same register in wider mode, add another loc with lowpart SUBREG of
8799 the wider VALUE.
8800 (cselib_subst_to_values): Handle ENTRY_VALUE.
8801 * var-tracking.c (replace_expr_with_values): Return NULL for
8802 ENTRY_VALUE too.
8803 * dwarf2out.c (convert_descriptor_to_signed): New function.
8804 (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
8805 instead of two shifts.
8806 (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
8807 the right mode if needed.
8808 (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
8809 (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
8810 convert_descriptor_to_signed.
8811 (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
8812 BSWAP, ROTATE, ROTATERT>: Handle these rtls.
8813
7351d8da
JJ
8814 PR target/48688
8815 * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
8816
5cc93ee0
UB
88172011-05-31 Uros Bizjak <ubizjak@gmail.com>
8818
8819 * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
8820 of X87MODEI12 and SWI48x instead of SSEMODEI24.
8821 (SWI248x): New mode iterator, rename from X87MODEI.
8822 (X87MODEI): Remove mode iterator.
8823 (X87MODEI12): Ditto.
8824 (SSEMODEI24): Ditto.
8825
f0686e78
AO
88262011-05-31 Alexandre Oliva <aoliva@redhat.com>
8827
8828 * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
8829 * doc/invoke.texi: Document max-vartrack-expr-depth.
8830 * var-tracking.c (EXPR_DEPTH): New.
8831 (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
8832
f3308413
AO
88332011-05-31 Alexandre Oliva <aoliva@redhat.com>
8834
8835 * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
8836 * config/i386/sse.md: Add n to negated FMA pattern names.
8837
28c14a04
AO
88382011-05-31 Alexandre Oliva <aoliva@redhat.com>
8839
8840 * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
8841
70efc82d
AO
88422011-05-31 Alexandre Oliva <aoliva@redhat.com>
8843
5cc93ee0 8844 * gengtype-state.c (read_state_params_structs): Initialize previous.
70efc82d 8845
6ba5d856
UB
88462011-05-31 Uros Bizjak <ubizjak@gmail.com>
8847
8848 * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
8849 (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
8850
88512011-05-31 Uros Bizjak <ubizjak@gmail.com>
8852
8853 * config/i386/i386.md (*movtf_internal): Avoid allocating general
8854 registers. Penalize F*r->o alternative to prevent partial memory
8855 stalls. Slightly penalize *roF->*r alternative. Generate SSE
8856 CONST_DOUBLE immediates when optimizing function for size. Do not move
8857 CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
8858 (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
8859 (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
8860 (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
8861 alternatives.
8862 (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
8863
8864 (fp_register_operand splitters): Use fp_register_operand
8865 constraint. Do not use FP_REG_P in insn condition.
8866 (any_fp_register_operand splitters): Use any_fp_register_operand
8867 constraint. Do not use ANY_FP_REG_P in insn condition.
8868
533c07c5
JH
88692011-05-31 Jan Hubicka <jh@suse.cz>
8870
8871 * cgraph.h (cgraph_inline_failed_t): Give enum a name
8872 * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
8873 (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
8874 (lto_output_edge): Use output_enum and var_len_unsigned.
8875 (lto_output_varpool_node): Likewise.
8876 (input_overwrite_node): Do not take resolution parameter;
8877 extract it from a bitpack.
8878 (input_node): Do not read resolution; use input_enum and
8879 var_len_unsigned.
8880 (input_varpool_node): Likewise.
8881 (input_edge): Likewise.
8882 (input_cgraph_1): Likewise.
8883
2611db71
RG
88842011-05-31 Richard Guenther <rguenther@suse.de>
8885
8886 * gimple.c (gimple_register_canonical_type): Do not register
8887 any types via gimple_register_type.
8888
b9e57365
JH
88892011-05-31 Jan Hubicka <jh@suse.cz>
8890
8891 * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
8892 of thunks.
8893
35979cc2
JJ
88942011-05-31 Jakub Jelinek <jakub@redhat.com>
8895
8896 PR rtl-optimization/49235
8897 * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
8898 (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
8899
8f7de592
IR
89002011-05-31 Ira Rosen <ira.rosen@linaro.org>
8901
8902 PR tree-optimization/49093
8903 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
8904 data references.
8905
8d8a3bda
DS
89062011-05-31 Dodji Seketeli <dodji@redhat.com>
8907
8908 PR debug/49047
8909 * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
6ba5d856 8910 for concrete functions containing the code of cloned functions.
8d8a3bda 8911
2e87621c
RG
89122011-05-31 Richard Guenther <rguenther@suse.de>
8913
8914 * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
8915 to ...
8916 (forward_propagate_into_comparison_1): ... this.
8917 (forward_propagate_comparison): Rename to ...
8918 (forward_propagate_into_comparison): ... this. Split out
8919 real forward propagation code to ...
8920 (forward_propagate_comparison): ... this.
8921 (forward_propagate_into_gimple_cond): Remove looping.
8922 (forward_propagate_into_cond): Likewise.
8923 (simplify_not_neg_expr): Return whether we have done something.
8924 (simplify_gimple_switch): Likewise.
8925 (tree_ssa_forward_propagate_single_use_vars): Rename to ...
8926 (ssa_forward_propagate_and_combine): ... this. Re-structure
8927 to do a forward forward-propagation walk on BBs and a backward
6ba5d856 8928 stmt combining walk on BBs. Consistently re-scan changed statements.
2e87621c
RG
8929 (pass_forwprop): Adjust.
8930
5a880d5d
ILT
89312011-05-30 Ian Lance Taylor <iant@google.com>
8932
8933 * godump.c (go_format_type): Correct length of name added to
8934 obstack for anonymous field.
8935
5f133038
KK
89362011-05-30 Kaz Kojima <kkojima@gcc.gnu.org>
8937
8938 PR target/49186
8939 * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
8940 part of the second operand is 0.
8941
b17d5426
UB
89422011-05-30 Uros Bizjak <ubizjak@gmail.com>
8943
8944 * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
8945 to prevent partial memory stalls. Do not move CONST_DOUBLEs directly
8946 to memory for !TARGET_MEMORY_MISMATCH_STALL.
8947 (*movdf_internal_rex64): Do not penalize F->r alternative.
6ba5d856 8948 (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
b17d5426
UB
8949 memory stalls. Generate SSE and x87 CONST_DOUBLE immediates only
8950 when optimizing function for size. Do not move CONST_DOUBLEs
8951 directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
6ba5d856
UB
8952 (FP move splitters): Merge {TF,XF,DF}mode splitters. Do not handle
8953 SUBREGs. Do not check for MEM_P operands in the insn condition,
b17d5426
UB
8954 check for ANY_FP_REGNO_P instead.
8955 * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
8956 TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
8957 function for speed.
8958 * config/i386/i386.c (ix86_option_override_internal): Do not
8959 set TARGET_INTEGER_DFMODE_MOVES here.
8960
a0cd843f
L
89612011-05-30 H.J. Lu <hongjiu.lu@intel.com>
8962
8963 PR target/49168
aad61732 8964 * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
a0cd843f 8965
006a5f38
JJ
89662011-05-30 Jakub Jelinek <jakub@redhat.com>
8967
8968 * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
8969 DW_TAG_rvalue_reference_type even for
8970 -gdwarf-4 -fno-debug-types-section.
8971
6e96f98a
BS
89722011-05-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8973
8974 PR tree-optimization/46728
8975 * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
8976 (build_and_insert_binop): New.
8977 (gimple_expand_builtin_pow): Reorder args for
8978 build_and_insert_call; use build_and_insert_binop; add more
8979 optimizations for fractional exponents.
b17d5426 8980
4f60111f
NF
89812011-05-30 Nathan Froyd <froydnj@gcc.gnu.org>
8982
8983 PR bootstrap/49190
8984
8985 Revert:
8986 2011-05-26 Nathan Froyd <froydnj@codesourcery.com>
8987
8988 * tree.h (struct tree_identifier): Inherit from tree_typed, not
8989 tree_common.
8990 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
8991 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
8992 TS_BASE instead of TS_COMMON.
8993 * varasm.c (assemble_name): Remove assert.
8994
3fd7879d
RS
89952011-05-30 Richard Sandiford <rdsandiford@googlemail.com>
8996
8997 * config.gcc: Keep obselete list sorted.
8998
80060f7a
JJ
89992011-05-30 Jakub Jelinek <jakub@redhat.com>
9000 Eric Botcazou <ebotcazou@adacore.com>
9001
9002 * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
9003 crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
9004 there is a DRAP register and arg_pointer_rtx is the CFA pointer.
9005 (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
9006 (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
9007
17e99cdb
RG
90082011-05-30 Richard Guenther <rguenther@suse.de>
9009
9010 * gimple.c (gimple_types_compatible_p_1): Compare record
9011 and union type members properly.
9012
42b05b6e
RG
90132011-05-30 Richard Guenther <rguenther@suse.de>
9014
9015 PR tree-optimization/49210
6ba5d856
UB
9016 * ipa-split.c (split_function): Care for the case where the call
9017 result is not trivially convertible to the result holding variable.
42b05b6e 9018
f3321158
RG
90192011-05-30 Richard Guenther <rguenther@suse.de>
9020
9021 PR tree-optimization/49218
9022 * tree-vrp.c (adjust_range_with_scev): Properly check whether
9023 overflow occured.
9024
d12d8efe
RG
90252011-05-30 Richard Guenther <rguenther@suse.de>
9026
9027 * tree-ssa-forwprop.c (forward_propagate_into_comparison):
9028 New function split out from ...
9029 (forward_propagate_into_gimple_cond): ... here. Adjust.
9030 (forward_propagate_into_cond): Likewise.
9031 (forward_propagate_comparison): Also propagate into
9032 comparisons on assignment RHS. Change return value to
9033 behave similar to forward_propagate_into_cond.
9034 (tree_ssa_forward_propagate_single_use_vars): Handle
9035 strict-overflow warnings properly for forward_propagate_comparison.
9036
df33b41f
RO
90372011-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9038
9039 * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
9040 from plugin linker.
9041 * configure: Regenerate.
9042
69940d4d
IR
90432011-05-30 Ira Rosen <ira.rosen@linaro.org>
9044
9045 PR tree-optimization/49199
9046 * tree-vect-loop.c (vect_is_slp_reduction): Check that the
b17d5426 9047 non-reduction operands are either defined in the loop or by induction.
69940d4d 9048
226c52aa
XDL
90492011-05-29 Xinliang David Li <davidxl@google.com>
9050
9051 * opts-global.c (handle_common_deferred_options): Handle new options.
9052 * passes.c (register_one_dump_file): Call register_pass_name.
9053 (execute_one_pass): Check explicit enable/disable flag.
9054 (passr_hash): New function.
9055 (passr_eq): Ditto.
9056 (register_pass_name): Ditto.
9057 (get_pass_by_name): Ditto.
9058 (pass_hash): Ditto.
9059 (pass_eq): Ditto.
9060 (enable_pass): Ditto.
9061 (disable_pass): Ditto.
9062 (is_pass_explicitly_enabled_or_disabled): Ditto.
9063
491d8eed
UB
90642011-05-29 Uros Bizjak <ubizjak@gmail.com>
9065
9066 * config/i386/i386.md (*movoi_internal_avx): Use
9067 standard_sse_constant_opcode for alternative 0.
9068 (*movti_internal_sse): Ditto.
9069 (*movti_internal_rex64): Use standard_sse_constant_opcode for
9070 alternative 2.
9071 (*movdi_internal_rex64): Use standard_sse_constant_opcode for
9072 sselog1 type moves.
9073 (*movsi_internal): Ditto.
9074 (*movdi_internal): Ditto. Add ssecvt type moves.
9075
eb93b31f
EB
90762011-05-29 Eric Botcazou <ebotcazou@adacore.com>
9077
9078 PR target/48830
9079 * rtlanal.c (simplify_subreg_regno): Adjust comment.
9080
3f831b7d
JJ
90812011-05-29 Jakub Jelinek <jakub@redhat.com>
9082
9083 PR rtl-optimization/49095
9084 * config/i386/predicates.md (plusminuslogic_operator): New predicate.
9085 * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
9086
ee3ee488
RS
90872011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
9088
9089 PR target/43995
9090 * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
9091 recurse_p argument. Only follow register copies if it is set,
9092 and prevent mips_find_pic_call_symbol from recursing.
9093 (mips_find_pic_call_symbol): Add a recurse_p argument.
9094 Pass it to mips_pic_call_symbol_from_set.
9095 (mips_annotate_pic_calls): Update accordingly.
9096
65f3dedb
RS
90972011-05-29 Richard Sandiford <rdsandiford@googlemail.com>
9098
9099 * emit-rtl.c (try_split): Use a loop to search for
9100 NOTE_INSN_CALL_ARG_LOCATIONs.
9101
61e374ab
RG
91022011-05-29 Richard Guenther <rguenther@suse.de>
9103
9104 PR tree-optimization/49217
9105 * ipa-pure-const.c (propagate_pure_const): Fix typos.
9106
fac009a8
JH
91072011-05-28 Jan Hubicka <jh@suse.cz>
9108
9109 * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
9110 length.
9111 (string_slot_free): Remove
9112 (create_output_block): Initialize obstack.
9113 (destroy_output_block): Free obstack.
9114 (lto_string_index): Add PERSISTENT parameter; do not duplicate
9115 the string unless it needs to be added into the hash.
9116 (lto_output_string_with_length): Add persistent attribute;
9117 handle NULL strings.
9118 (lto_output_string): Add PERSISTENT parameter.
9119 (output_string_cst, output_identifier): Simplify.
9120 (lto_output_location_bitpack): Update.
9121 (lto_output_builtin_tree): Update.
9122 * lto-streamer.h (struct output_block): Add obstack.
491d8eed
UB
9123 (lto_output_string, lto_output_string_with_length): Remove
9124 declarations; functions are static now.
fac009a8 9125
fa766006
JH
91262011-05-28 Jan Hubicka <jh@suse.cz>
9127
9128 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
9129 pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
9130 pack_ts_function_decl_value_fields, lto_output_builtin_tree,
9131 output_cfg, output_gimple_stmt): Use enum and variable length i/o.
9132 * lto-streamer-in.c (input_cfg, input_gimple_stmt,
9133 unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
9134 unpack_ts_decl_with_vis_value_fields,
9135 unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
9136 lto_get_builtin_tree): Use enum and variable length i/o.
9137 * basic-block.h (profile_status_d): Add PROFILE_LAST.
9138 * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
9139 New functions.
9140 (bp_pack_enum, bp_unpack_enum): New macros.
9141
e092158b
RS
91422011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
9143
9144 * genrecog.c: Remove redundant forward declarations.
9145
7ca2afa0
RS
91462011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
9147
9148 * config.gcc: Deprecate mips*-*-openbsd*.
9149
a601a53a
RS
91502011-05-28 Richard Sandiford <rdsandiford@googlemail.com>
9151
9152 PR bootstrap/49195
9153 * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
9154 for match_op_dup.
9155
fc64b448
AP
91562011-05-27 Andrew Pinski <pinskia@gmail.com>
9157
9158 PR middle-end/48981
9159 * gengtype.c (vec_prefix_type): New function.
9160 (note_def_vec): Use vec_prefix_type and change the length
9161 attribute to be based on the prefix.
9162 * vec.c: Include coretypes.h before vec.h.
9163 (struct vec_prefix): Remove.
9164 (vec_gc_p_reserve): Change the offsetof to sizeof.
9165 (vec_gc_p_reserve_exact): Likewise.
9166 (vec_heap_p_reserve): Likewise.
9167 (vec_heap_p_reserve_exact): Likewise.
9168 (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
9169 (vec_stack_p_reserve): Change the offsetof to sizeof.
9170 (vec_stack_p_reserve_exact): Likewise.
9171 * vec.h (struct vec_prefix): New struct definition.
9172 (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
9173 (VEC_T_GTY(T,B)): Likewise.
9174 (DEF_VEC_FUNC_P(T)): Use prefix field.
9175 (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
9176 (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
9177
ba869341
BS
91782011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9179
9180 PR tree-optimization/46728
9181 * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
9182 (powi_as_mults): Add gimple_set_location.
9183 (build_and_insert_call): New.
9184 (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
9185 0.5, 0.25, 0.75, 1./3., or 1./6.
491d8eed 9186
d296760d
AM
91872011-05-27 Alexander Monakov <amonakov@ispras.ru>
9188
9189 * doc/contrib.texi: Update copyright years.
9190 (Contributors): Add Zdenek Sojka.
9191
38e01f9e
NF
91922011-05-27 Nathan Froyd <froydnj@codesourcery.com>
9193
9194 * c-decl.c (c_push_function_context): Copy the current statement
9195 list stack.
9196 (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
9197 (finish_struct): Call building_stmt_list_p instead of checking
9198 cur_stmt_list.
9199 * c-parser.c (c_parser_postfix_expression): Likewise.
9200 * c-typeck.c (c_end_compound_stmt): Likewise.
9201 * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
9202 * tree-iterator.c (stmt_list_cache): Change to a VEC.
9203 (alloc_stmt_list): Adjust for stmt_list_cache's new type.
9204 (free_stmt_list): Likewise.
9205 * tree.h (struct tree_statement_list): Include typed_tree instead
9206 of tree_common.
9207 * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
9208 as TS_TYPED instead of TS_COMMON.
9209
8950516e 92102011-05-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
66bd20e7 9211 Uros Bizjak <ubizjak@gmail.com>
8950516e
RO
9212
9213 * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
9214 (HAVE_AS_IX86_TLSGDPTL): Define.
9215 (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
9216 (HAVE_AS_IX86_TLSLDMPLT): Define.
9217 * configure: Regenerate.
9218 * config.in: Regenerate.
9219 * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
9220 * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
9221 TARGET_SUN_TLS, use @tlsgdplt or @plt.
9222 (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
9223 (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
9224 @tlsldmplt or @plt.
9225 (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
9226
b0bd15f7
BS
92272011-05-27 Bernd Schmidt <bernds@codesourcery.com>
9228
9229 * sched-int.h (struct _haifa_deps_insn_data): New members cond
9230 and reverse_cond.
9231 (INSN_COND, INSN_REVERSE_COND): New macros.
9232 * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
9233 once.
9234 (sched_get_condition_with_rev): Cache the results, and look them up
9235 if possible.
9236 (sched_analyze_insn): Destroy INSN_COND of previous insns if they
9237 are clobbered by the current insn.
9238 * target.def (exposed_pipline): New sched data hook.
9239 * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
9240 * doc/tm.texi: Regenerate.
9241
fa65a9cf
BS
92422011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9243
9244 PR tree-optimization/49170
9245 * tree-ssa-math-opts.c (execute_cse_sincos): Add checks for
9246 sincos or cexp.
b0bd15f7 9247
c2299dfe
RG
92482011-05-27 Richard Guenther <rguenther@suse.de>
9249
9250 PR middle-end/49189
9251 * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
9252 of comparisons.
9253
a95b23b4
BS
92542011-05-27 Bernd Schmidt <bernds@codesourcery.com>
9255
9256 * haifa-sched.c (sched_scan_info): Remove.
9257 (schedule_block): Call sched_extend_luids rather than sched_init_luids
9258 with NULL args.
9259 (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
9260 Remove functions.
9261 (sched_scan): Remove.
9262 (sched_extend_luids): Renamed from luids_extend_insn and no longer
9263 static. All callers changed.
9264 (sched_init_insn_luid): Renamed from luids_init_insn and no longer
9265 static. All callers changed.
9266 (sched_init_luids): Remove all arguments except the first. All
9267 callers changed. Don't use sched_scan.
9268 (haifa_init_h_i_d): Likewise.
9269 (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
9270 manually rather than using sched_init_luids. Likewise with
9271 extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
9272 * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
9273 rather than sched_init_luids with NULL args.
9274 * sel-sched-ir.c (new_insns): Remove variable.
9275 (sched_scan): New static function, previously in haifa-sched.c. Remove
9276 all arguments but the first two; all callers changed.
9277 (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
9278 rather than sched_init_luids.
9279 (sel_init_bbs): Remove second argument. All callers changed.
9280 (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
9281 with NULL arguments.
9282 (create_insn_rtx_from_pattern): Likewise.
9283 * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
9284 * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
9285 (sched_init_insn_luid, sched_extend_luids): Declare.
9286 (sched_scan_info_def, sched_scan_info, sched_scan): Remove
9287 declarations.
9288
f8f972fc
RB
92892011-05-27 Richard Guenther <rguenther@suse.de>
9290
9291 PR middle-end/49177
9292 * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
9293 A CMP B ? (T) true : (T) false for non-integral types T again.
9294
51a9ed47
JH
92952011-05-27 Jan Hubicka <jh@suse.cz>
9296
9297 * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
9298 so 0 means NULL string.
9299 (lto_output_string_with_length): ... here.
f8f972fc
RB
9300 (lto_output_string, output_string_cst, output_identifier): Update
9301 handling of NULL strings.
51a9ed47
JH
9302 (lto_output_location_bitpack): New function.
9303 (lto_output_location): Use it.
9304 (lto_output_tree_ref): Use output_record_start.
f8f972fc
RB
9305 (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
9306 len values.
9307 * lto-streamer-in.c (string_for_index): Break out from ...; offset
9308 values by 1.
491d8eed 9309 (input_string_internal): ... here;
f8f972fc
RB
9310 (input_string_cst, input_identifier, lto_input_string): Update handling
9311 of NULL strings.
51a9ed47
JH
9312 (lto_input_location_bitpack): New function
9313 (lto_input_location): Use it.
f8f972fc
RB
9314 (unpack_ts_type_common_value_fields): Pack align & alias in var len
9315 values.
51a9ed47
JH
9316 * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
9317 bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
9318 (bp_pack_value): Sanity check the value range.
9319 * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
9320 New functions.
9321 * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
9322 New functions.
9323
66bd20e7 93242011-05-27 Hariharan Sandanagobalane <hariharan@picochip.com>
dc38fc2e
HS
9325
9326 * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
9327 call_arg_location instructions down the floor.
9328
574e418a
VM
93292011-05-26 Vladimir Makarov <vmakarov@redhat.com>
9330
9331 PR rtl-optimization/49154
9332 * ira.c (setup_pressure_classes): Process class without sublcasses
9333 as a candidate for pressure classes.
9334
6a1a787e
RS
93352011-05-26 Richard Sandiford <rdsandiford@googlemail.com>
9336
9337 PR rtl-optimization/48575
9338 * genrecog.c (position_type): New enum.
9339 (position): New structure.
9340 (decision): Use position structure instead of a string.
9341 (root_pos, peep2_insn_pos_list): New variables.
9342 (next_position, compare_positions): New functions.
9343 (new_decision): Use position structures instead of strings.
9344 (maybe_both_true): Likewise.
9345 (change_state): Likewise.
9346 (write_tree): Likewise.
9347 (make_insn_sequence): Likewise.
9348
92e948a8
NF
93492011-05-26 Nathan Froyd <froydnj@codesourcery.com>
9350
9351 * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
9352 TS_BASE instead of TS_COMMON.
9353 (find_decls_types_r): Check for TS_TYPED structure before looking at
9354 TREE_TYPE.
9355 * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
9356 Add chain field.
9357 (BLOCK_CHAIN): Use new chain field.
9358
66bd20e7 93592011-05-26 Pat Haugen <pthaugen@us.ibm.com>
c61e40d3
PH
9360
9361 * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
9362 moves expensive on Power7 also.
9363
1f498652
RG
93642011-05-26 Richard Guenther <rguenther@suse.de>
9365
9366 * fold-const.c (fold_unary_loc): Remove bogus code.
9367
a2fc3e63
NF
93682011-05-26 Nathan Froyd <froydnj@codesourcery.com>
9369
9370 * tree.h (struct tree_identifier): Inherit from tree_typed, not
9371 tree_common.
9372 (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
9373 * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
9374 TS_BASE instead of TS_COMMON.
9375 * varasm.c (assemble_name): Remove assert.
9376
d11bf18f
BS
93772011-05-26 Bernd Schmidt <bernds@codesourcery.com>
9378
9379 * Makefile.in (srcdirify): Change order so that libgcc_objdir is
9380 substituted first.
9381 * libgcc-std.ver: Delete file.
9382
ac8e1875
RG
93832011-05-26 Richard Guenther <rguenther@suse.de>
9384
9385 PR tree-optimization/48702
9386 * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
9387 only when we know the base address is within bounds.
9388 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
9389 assume the base address of TARGET_MEM_REFs is in bounds.
9390
7e32e652
RO
93912011-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9392
9393 PR target/49099
9394 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
9395 declaration in TARGET_SOLARIS.
9396
66bd20e7 93972011-05-26 Hariharan Sandanagobalane <hariharan@picochip.com>
43660e0b
HS
9398
9399 * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
491d8eed 9400 The instruction is then expanded explicitly.
43660e0b
HS
9401 (supported_compare): Callable instruction.
9402 (compare): Likewise.
9403
1537737f
JJ
94042011-05-26 Jakub Jelinek <jakub@redhat.com>
9405
9406 PR c++/49165
9407 * gimplify.c (shortcut_cond_r): Don't special case
9408 COND_EXPRs if they have void type on one of their arms.
9409
7b1ac803
BS
94102011-05-26 Bernd Schmidt <bernds@codesourcery.com>
9411
9412 * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
9413 to reduce duplication, and to achieve a slightly more logical order
9414 of operations.
9415
1aa9438f
JJ
94162011-05-26 Jakub Jelinek <jakub@redhat.com>
9417
9418 PR tree-optimization/49161
9419 * tree-vrp.c (struct case_info): New type.
9420 (compare_case_labels): Sort case_info structs instead of
9421 trees, and not primarily by CASE_LABEL uids but by
9422 label_for_block indexes.
9423 (find_switch_asserts): Put case labels into struct case_info
9424 array instead of TREE_VEC, adjust sorting, compare label_for_block
9425 values instead of CASE_LABELs.
9426
50fed7bf
RR
94272011-05-26 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
9428
9429 * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
9430 ("orndi3_neon"): Likewise.
9431 ("bic<mode>3_neon"): Likewise.
9432
48df3fa6
IR
94332011-05-26 Ira Rosen <ira.rosen@linaro.org>
9434
9435 PR tree-optimization/49038
9436 * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
9437 Ensure at least one epilogue iteration if required by data
9438 accesses with gaps.
9439 * tree-vectorizer.h (struct _loop_vec_info): Add new field
9440 to mark loops that require peeling for gaps.
9441 * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
9442 (vect_get_known_peeling_cost): Take peeling for gaps into
9443 account.
9444 (vect_transform_loop): Generate epilogue if required by data
9445 access with gaps.
9446 * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
9447 loop as requiring an epilogue if there are gaps in the end of
9448 the strided group.
9449
53febcba
ILT
94502011-05-25 Ian Lance Taylor <iant@google.com>
9451
9452 * godump.c (go_format_type): Output the first field with a usable
9453 Go type, if any.
9454
dbbc4d4c
ILT
94552011-05-25 Ian Lance Taylor <iant@google.com>
9456
9457 * godump.c (go_format_type): Check for invalid type names, pointer
9458 target types, and struct field types.
9459
f03a5402
JM
94602011-05-25 Jason Merrill <jason@redhat.com>
9461
9462 * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
9463
c497c412
UB
94642011-05-25 Uros Bizjak <ubizjak@gmail.com>
9465
9466 * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
9467
e470affe
L
94682011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9469
9470 * config/i386/i386.md (*movqi_extv_1)): Put back
9471 "register_operand" check in "type" calculation.
9472 (*movqi_extzv_2): Likewise.
9473
6c81b2bc
L
94742011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9475
c497c412 9476 * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
6c81b2bc 9477
0c007eb2
BS
94782011-05-25 Bernd Schmidt <bernds@codesourcery.com>
9479
9480 PR bootstrap/49160
9481 * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
9482 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
9483 __divxc3, __divtc3): Wrap definitions in #ifndef.
9484
521ca78e
L
94852011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9486
9487 PR target/49142
9488 * config/i386/i386.md (*movqi_extv_1_rex64): Remove
9489 "register_operand" check and replace q_regs_operand with
9490 QIreg_operand in "type" calculation.
9491 (*movqi_extv_1): Likewise.
9492 (*movqi_extzv_2_rex64): Likewise.
9493 (*movqi_extzv_2): Likewise.
9494
9495 * config/i386/predicates.md (QIreg_operand): New.
9496
29f8b844
RG
94972011-05-25 Richard Guenther <rguenther@suse.de>
9498
9499 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
9500 type-based offset disambiguation, streamline MEM_REF and
9501 TARGET_MEM_REF handling.
9502
74838de3
L
95032011-05-25 H.J. Lu <hongjiu.lu@intel.com>
9504
9505 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
9506 (bdesc_special_args): Add pause intrinsic.
9507
9508 * config/i386/i386.md (UNSPEC_PAUSE): New.
9509 (pause): Likewise.
9510 (*pause): Likewise.
9511 * config/i386/ia32intrin.h (__pause): Likewise.
9512
9513 * doc/extend.texi (X86 Built-in Functions): Add documentation for
9514 pause intrinsic.
9515
d24ad7d6
BS
95162011-05-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9517
9518 PR tree-optimization/46728
9519 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
9520 (execute_cse_sincos): Add switch case for BUILT_IN_POW.
c497c412 9521
d9f8303f
NF
95222011-05-25 Nathan Froyd <froydnj@codesourcery.com>
9523
9524 * tree.h (struct tree_exp): Inherit from struct tree_typed.
9525 * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
9526 instead of TS_COMMON.
9527
cdbf4541
BS
95282011-05-25 Bernd Schmidt <bernds@codesourcery.com>
9529
9530 * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
9531 LIBGCC2_GNU_PREFIX is defined.
9532 (__N): New macro.
9533 (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
9534 __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
9535 __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
9536 __clz_tab): Define using __N.
9537 (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
9538 COMPAT_SIMODE_TRAPPING_ARITHMETIC.
9539 * target.def (libfunc_gnu_prefix): New hook.
9540 * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
9541 (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
9542 * doc/tm.texi: Regenerate.
9543 * system.h (LIBGCC2_GNU_PREFIX): Poison.
9544 * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
9545 account.
9546 (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
9547 (init_optabs): Likewise for the bswap libfuncs.
9548 * tree.c (build_common_builtin_nodes): Likewise for complex multiply
9549 and divide.
9550 * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
9551 * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
9552 * libgcc-std.ver: Remove.
9553 * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
9554 * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
9555 libgcc-std.ver.
9556 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
9557 * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
9558 * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
9559 * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
9560 * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
9561 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
9562 * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
9563 * config/fixed-bit.h (FIXED_OP): Define differently depending on
9564 LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
9565 (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
9566
f242c0a5
JH
95672011-05-25 Jan Hubicka <jh@suse.cz>
9568
9569 * lto-streamer-out.c (output_record_start): Use lto_output_enum
9570 (lto_output_tree): Use output_record_start.
9571 * lto-streamer-in.c (input_record_start): Use lto_input_enum
9572 (lto_get_pickled_tree): Use input_record_start.
9573 * lto-section-in.c (lto_section_overrun): Turn into fatal error.
9574 (lto_value_range_error): New function.
9575 * lto-streamer.h (lto_value_range_error): Declare.
9576 (lto_output_int_in_range, lto_input_int_in_range): New functions.
9577 (lto_output_enum, lto_input_enum): New macros.
9578
a11e0df4
EB
95792011-05-25 Eric Botcazou <ebotcazou@adacore.com>
9580
9581 * common.opt (flag_stack_usage_info): New variable.
9582 (-Wstack-usage): New option.
9583 * doc/invoke.texi (Warning options): Document -Wstack-usage.
9584 * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
9585 <OPT_fstack_usage>: Likewise.
9586 * toplev.c (output_stack_usage): Handle -Wstack-usage.
9587 * calls.c (expand_call): Test flag_stack_usage_info variable instead
9588 of flag_stack_usage.
9589 (emit_library_call_value_1): Likewise.
9590 * explow.c (allocate_dynamic_stack_space): Likewise.
9591 * function.c (instantiate_virtual_regs ): Likewise.
9592 (prepare_function_start): Likewise.
9593 (rest_of_handle_thread_prologue_and_epilogue): Likewise.
9594 * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
9595 * config/arm/arm.c (arm_expand_prologue): Likewise.
9596 (thumb1_expand_prologue): Likewise.
9597 * config/avr/avr.c (expand_prologue): Likewise.
9598 * config/i386/i386.c (ix86_expand_prologue): Likewise.
9599 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
9600 * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
9601 * config/mips/mips.c (mips_expand_prologue): Likewise.
9602 * config/pa/pa.c (hppa_expand_prologue): Likewise.
9603 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
9604 * config/s390/s390.c (s390_emit_prologue): Likewise.
9605 * config/sh/sh.c (sh_expand_prologue): Likewise.
9606 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
9607 * config/spu/spu.c (spu_expand_prologue): Likewise.
9608
e7cfe241
RG
96092011-05-25 Richard Guenther <rguenther@suse.de>
9610
9611 * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
9612 (gimple_canonical_types_compatible_p): Likewise.
9613
c5235f4c
JH
96142011-05-25 Jan Hubicka <jh@suse.cz>
9615
9616 PR middle-end/49062
9617 * ipa.c (function_and_variable_visibility): Only add to same
9618 comdat group list if DECL_ONE_ONLY.
9619
8242a0f6
AB
96202011-05-25 Andrey Belevantsev <abel@ispras.ru>
9621
9622 PR rtl-optimization/49014
9623 * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
9624
642a011d
JJ
96252011-05-25 Jakub Jelinek <jakub@redhat.com>
9626
9627 PR target/49128
9628 * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
9629
30a435d8
VM
96302011-05-24 Vladimir Makarov <vmakarov@redhat.com>
9631
9632 PR rtl-optimization/48757
9633 * ira-build.c (loop_with_eh_edge_p): Rename to
9634 loop_with_complex_edge_p, check edges on complexity, make function
9635 conditional.
9636 (mark_loops_for_removal): Make call of loop_with_complex_edge_p
9637 conditional.
9638
24d1bbc7
EB
96392011-05-24 Eric Botcazou <ebotcazou@adacore.com>
9640
9641 * config/sparc/sparc.c (sparc_option_override): If not set by the user,
9642 force flag_ira_share_save_slots to 0.
9643
65773087
EB
96442011-05-24 Eric Botcazou <ebotcazou@adacore.com>
9645
9646 * var-tracking.c (compute_cfa_pointer): Adjust head comment.
9647 (vt_initialize): Set PROLOGUE_BB unconditionally.
9648 Add block comment about CFA_BASE_RTX machinery.
9649 Reset FP_CFA_OFFSET to -1 on all invalid paths.
9650 Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
9651
4e26ba90
NP
96522011-05-24 Nicola Pero <nicola.pero@meta-innovation.com>
9653
9654 PR objc/48187
9655 * c-parser.c (c_parser_objc_class_instance_variables): More robust
9656 parsing of syntax error in ObjC instance variable lists. In
9657 particular, avoid an infinite loop if there is a stray ']'.
9658 Updated error message.
9659
936fd13c
ILT
96602011-05-24 Ian Lance Taylor <iant@google.com>
9661
9662 * godump.c (go_define): Don't accept a string immediately after
9663 another operand.
9664
f17333e3
ILT
96652011-05-24 Ian Lance Taylor <iant@google.com>
9666
9667 * godump.c (struct godump_container): Add invalid_hash field.
9668 (go_format_type): Return false if type is found in invalid_hash.
9669 (go_output_typedef): Add invalid type to invalid_hash.
9670 (go_finish): Create and delete invalid_hash.
9671
d24ad7d6 96722011-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
c497c412 9673
78be79d5
BS
9674 PR tree-optimization/46728
9675 * tree-ssa-math-opts.c (powi_table): New.
9676 (powi_lookup_cost): New.
9677 (powi_cost): New.
9678 (powi_as_mults_1): New.
9679 (powi_as_mults): New.
9680 (gimple_expand_builtin_powi): New.
9681 (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
9682 (gate_cse_sincos): Remove sincos/cexp restriction.
f17333e3 9683
caee412b
RO
96842011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9685
9686 PR target/3746
9687 * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
9688 mips-tdump native.
9689 * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
9690 * mips-tdump.c: Likewise.
9691
5eed4f27
L
96922011-05-24 H.J. Lu <hongjiu.lu@intel.com>
9693
9694 PR target/49128
9695 * config/i386/driver-i386.c (host_detect_local_cpu): Always
9696 add -mno-XXX. Handle FMA.
9697
8c5fdaae
VM
96982011-05-24 Vladimir Makarov <vmakarov@redhat.com>
9699
9700 PR rtl-optimization/48633
9701 * ira-build.c (loop_with_eh_edge_p): New function.
9702 (mark_loops_for_removal): Use it.
9703
97042011-05-24 Vladimir Makarov <vmakarov@redhat.com>
113a5be6
VM
9705
9706 PR rtl-optimization/48971
9707 * ira.c (setup_pressure_classes): Don't check register move cost
9708 for classes with one registers. Don't add pressure class if there
9709 is a pressure class with the same available hard registers.
9710 Check contains_reg_of_mode. Fix a typo in collecting
9711 temp_hard_regset. Ignore hard registers not belonging to a class.
9712
df1f7315
UB
97132011-05-24 Uros Bizjak <ubizjak@gmail.com>
9714
9715 PR target/49133
9716 * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
9717
ee0cb37c
EB
97182011-05-24 Eric Botcazou <ebotcazou@adacore.com>
9719 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9720
9721 PR gcov-profile/48845
9722 * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
9723
6a20ce76
RG
97242011-05-24 Richard Guenther <rguenther@suse.de>
9725
9726 * gimple.c (compare_type_names_p): Remove for_completion_p arg.
9727 (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
9728 (gimple_types_compatible_p_1): Adjust.
9729 (iterative_hash_canonical_type): Do not bother about complete vs.
9730 incomplete types.
9731 (gimple_canonical_types_compatible_p): Likewise.
9732
2fcb858c
RO
97332011-05-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9734
9735 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
9736
96d91dcf
RG
97372011-05-24 Richard Guenther <rguenther@suse.de>
9738
9739 PR bootstrap/49078
9740 * gimple.c (gimple_register_canonical_type): Revert
9741 previous change.
9742 * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
9743 does not for a tree for the case where it matters. Cache
9744 pointer-type alias-sets.
9745
1ed1641d
JM
97462011-05-24 Joseph Myers <joseph@codesourcery.com>
9747
9748 * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
9749 (OBJS): Remove options.o, opts-common.o and prefix.o.
9750 (OBJS-libcommon-target): New.
9751 (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
9752 (BACKEND): Include libcommon-target.a.
9753 (MOSTLYCLEANFILES): Include libcommon-target.a.
9754 (libcommon-target.a): New.
9755 (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
9756 prefix.o.
9757
57dfdff0
JM
97582011-05-23 Joseph Myers <joseph@codesourcery.com>
9759
9760 * optc-save-gen.awk: New. Based on optc-gen.awk. Don't generate
9761 parts of output shared with the driver.
9762 * optc-gen.awk: Don't generate parts of output not shared with the
9763 driver.
9764 * opth-gen.awk: Remove GCC_DRIVER conditionals.
9765 * doc/options.texi (SourcerInclude): Mention options-save.c.
9766 * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
9767 (OBJS): Add options-save.o.
9768 (options-save.c, options-save.o): New.
9769 (options.o): Update dependencies.
9770 (gcc-options.o): Remove.
9771 (mostlyclean): Remove options-save.c.
9772
0e0d82a7
JJ
97732011-05-23 Jakub Jelinek <jakub@redhat.com>
9774
9166988f
JJ
9775 PR debug/49032
9776 * dbxout.c: Include cgraph.h.
9777 (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
9778 and without value expr, return NULL if no varpool node exists for
9779 it or if it is not needed.
9780 * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
9781
0e0d82a7
JJ
9782 PR c/49120
9783 * c-decl.c (start_decl): Convert expr to void_type_node.
9784
65712d5c
RS
97852011-05-23 Richard Sandiford <rdsandiford@googlemail.com>
9786
9787 PR rtl-optimization/48826
9788 * emit-rtl.c (try_split): When splitting a call that is followed
9789 by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
9790
9025085e
JJ
97912011-05-23 Jakub Jelinek <jakub@redhat.com>
9792
9793 * cfgexpand.c (expand_debug_expr): For unused non-addressable
9794 parameters passed in memory prefer using DECL_INCOMING_RTL over
9795 the pseudos it will be copied into.
9796
34a061be
L
97972011-05-23 H.J. Lu <hongjiu.lu@intel.com>
9798
9799 PR target/47315
9800 * config/i386/i386.c (ix86_option_override_internal): Save the
9801 initial options after checking vzeroupper.
9802
c375a3a4
DL
98032011-05-23 David Li <davidxl@google.com>
9804
9805 PR tree-optimization/48988
9806 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
9807 Initialize has_valid_pred for each pred chain.
9808
e1caba18
RG
98092011-05-23 Richard Guenther <rguenther@suse.de>
9810
9811 * gimple.c (gimple_types_compatible_p_1): Always compare type names.
9812 (iterative_hash_gimple_type): Always hash type names.
9813
dde05067
NF
98142011-05-23 Nathan Froyd <froydnj@codesourcery.com>
9815
9816 * c-typeck.c (build_function_call_vec): Tweak call to
9817 check_function_arguments.
9818
094f6ab3
RG
98192011-05-23 Richard Guenther <rguenther@suse.de>
9820
9821 PR tree-optimization/49115
9822 * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
9823 is not necessarily carried out, do not claim it kills the ref.
9824 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
9825
9a9822e1
RG
98262011-05-23 Richard Guenther <rguenther@suse.de>
9827
9828 PR middle-end/15419
9829 * builtins.c (fold_builtin_memory_op): Be less restrictive about
9830 what pointer types we accept for folding.
9831
c8028650
RO
98322011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9833
9834 * gthr-gnat.c: Remove.
9835 * gthr-gnat.h: Remove.
9836 * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
9837 * config/t-freebsd (LIB2ADDEH): Likewise.
9838 * config/t-linux (LIB2ADDEH): Likewise.
9839 * config/t-sol2 (LIB2ADDEH): Likewise.
9840 * config/ia64/t-vms (LIB2ADDEH): Likewise.
9841 * configure.ac (target_thread_file): Remove gnat handling.
9842 * configure: Regenerate.
9843 * doc/install.texi (Configuration, --enable-threads): Remove gnat.
9844
15882fe9
TG
98452011-05-23 Tristan Gingold <gingold@adacore.com>
9846 Eric Botcazou <ebotcazou@adacore.com>
9847
9848 * gcov.c (create_file_names): If no object directory is specified,
9849 keep the directory of the file.
9850
da90c957
RO
98512011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9852
9853 * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
9854 * configure: Regenerate.
9855
7bba408b
JJ
98562011-05-23 Jakub Jelinek <jakub@redhat.com>
9857
9858 PR middle-end/48973
9859 * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
9860 failed and the comparison has a single bit signed type, use
9861 constm1_rtx instead of const1_rtx for true value.
9862 (do_store_flag): If ops->type is single bit signed type, disable
9863 signel bit test optimization and pass -1 instead of 1 as last
9864 parameter to emit_store_flag_force.
9865
bc69f7ff
TV
98662011-05-23 Tom de Vries <tom@codesourcery.com>
9867
9868 PR target/45098
9869 * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
9870 function.
9871 (infer_loop_bounds_from_undefined): Use new function.
9872
29cedf8e
RS
98732011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
9874
9875 * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
9876 (ASM_SPEC): Add a -O* option here. Pass -O0 for -noasmopt,
9877 -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
9878 and -O0 otherwise.
9879 (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
9880
afe8b6ec
EB
98812011-05-22 Eric Botcazou <ebotcazou@adacore.com>
9882
9883 * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
9884 (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
9885 returns true.
9886
872dab53
RS
98872011-05-22 Richard Sandiford <rdsandiford@googlemail.com>
9888
9889 * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
9890
145f6c5b
EB
98912011-05-22 Eric Botcazou <ebotcazou@adacore.com>
9892
9893 * config/sparc/sparc.c (sparc_delegitimize_address): Handle
9894 UNSPEC_MOVE_PIC pattern.
9895
8ac79835
EB
98962011-05-22 Eric Botcazou <ebotcazou@adacore.com>
9897
9898 * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
9899 (sparc-*-rtems*): Likewise.
9900 (sparc64-*-elf*): Likewise.
9901 (sparc64-*-rtems*): Likewise.
9902 (sparc*-*-solaris2*): Likewise. Remove crti.o crtn.o extra parts.
9903 * config/sparc/t-crtin: New file.
9904 * config/sparc/t-sol2 (crti.o): Delete rule.
9905 (crtn.o): Likewise.
9906 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
9907 * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
9908 * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
9909 (ENDFILE_SPEC): Add crtn.o.
9910
5fb43dd8
TV
99112011-05-22 Tom de Vries <tom@codesourcery.com>
9912
9913 PR middle-end/48689
9914 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
9915 CODE_CONTAINS_STRUCT (TS_COMMON).
9916
ccb1b17b
JJ
99172011-05-22 Jakub Jelinek <jakub@redhat.com>
9918
9919 PR middle-end/49029
9920 * expmed.c (extract_fixed_bit_field): Test whether target can be used
9921 only after deciding which mode to use.
9922
50ad7db2
TV
99232011-05-22 Tom de Vries <tom@codesourcery.com>
9924
9925 PR target/45098
dc0a3366 9926 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
50ad7db2
TV
9927 for call to get_shiftadd_cost.
9928
ef230b38
UB
99292011-05-22 Uros Bizjak <ubizjak@gmail.com>
9930
9931 PR target/49104
9932 * config/i386/cpuid.h (bit_MMXEXT): New define.
9933
15f072f9
NC
99342011-05-22 Nick Clifton <nickc@redhat.com>
9935
9936 * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
9937 initialisation of non-existant args[2] element. Use args[] array
9938 not arg[] array to pass arguments to build_function_type_list.
9939
e38fdc94
IR
99402011-05-22 Ira Rosen <ira.rosen@linaro.org>
9941
9942 PR tree-optimization/49087
ef230b38 9943 * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
e38fdc94 9944
5b018c65
JM
99452011-05-21 Jason Merrill <jason@redhat.com>
9946
9947 PR c++/49092
9948 * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
9949 static storage duration.
9950
abd9a770
EB
99512011-05-21 Eric Botcazou <ebotcazou@adacore.com>
9952
9953 * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
9954 frame pointer.
9955
bd9a3248
EB
99562011-05-21 Eric Botcazou <ebotcazou@adacore.com>
9957
9958 * config/sparc/sparc.c (eligible_for_return_delay): Do not return
9959 false if there are call-saved registers here...
9960 (sparc_can_use_return_insn_p): ...but here instead.
9961 (save_or_restore_regs): Fix thinko.
9962 (sparc_expand_prologue): Use current_function_is_leaf.
9963 (sparc_frame_pointer_required): Likewise.
9964
a5dfec9a
NC
99652011-05-21 Nick Clifton <nickc@redhat.com>
9966
9967 PR target/49098
9968 * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
9969
555c3771
NP
99702011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>
9971
9972 * gengtype.c (walk_type): Implemented "atomic" GTY option.
9973 * doc/gty.texi (GTY Options): Document "atomic" GTY option.
9974
86fa5de4
JM
99752011-05-21 Joseph Myers <joseph@codesourcery.com>
9976
9977 * opt-read.awk: New. Split out of optc-gen.awk and opth-gen.awk.
9978 * optc-gen.awk: Move common code to opt-read.awk.
9979 * opth-gen.awk: Likewise.
ef230b38 9980 * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
86fa5de4 9981
bce33ab2
NF
99822011-05-20 Nathan Froyd <froydnj@codesourcery.com>
9983
9984 * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
9985
e6450c11
TV
99862011-05-20 Tom de Vries <tom@codesourcery.com>
9987
9988 PR target/45098
9989 * tree-ssa-loop-ivopts.c: Include expmed.h.
9990 (get_shiftadd_cost): New function.
9991 (force_expr_to_var_cost): Declare forward. Use get_shiftadd_cost.
9992
0e8b84ec
JJ
99932011-05-20 Jakub Jelinek <jakub@redhat.com>
9994
9995 PR bootstrap/49086
9996 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
9997 for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
9998
946bdf67
JM
99992011-05-20 Joseph Myers <joseph@codesourcery.com>
10000
10001 * Makefile.in: Update comment referring to $(OBJS-common).
10002
c53aafdf
ILT
100032011-05-20 Ian Lance Taylor <iant@google.com>
10004
10005 * godump.c (go_output_typedef): Put enum constants in the macro
10006 hash table to avoid duplicate Go const definitions.
10007
2691e6d7
JM
100082011-05-20 Joseph Myers <joseph@codesourcery.com>
10009
10010 * Makefile.in (LIBDEPS): Add libcommon.a.
10011 (LIBS): Likewise.
10012 (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
10013 (OBJS-common): Remove diagnostic.o, input.o, intl.o,
10014 pretty-print.o and version.o.
10015 (OBJS-libcommon): New.
10016 (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
10017 (BACKEND): Add libcommon.a.
10018 (MOSTLYCLEANFILES): Likewise.
10019 (libcommon.a): New.
10020 (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
10021 (cpp$(exeext)): Likewise.
10022 (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
10023 pretty-print.o and input.o.
10024 (lto-wrapper$(exeext)): Don't explicitly use intl.o.
10025 (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
10026 (errors.o): Remove.
10027 (mips-tfile): Don't explicitly use version.o.
10028 (mips-tdump): Likewise.
10029 (gcov.o): Depend on $(DIAGNOSTIC_H).
10030 (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
10031 (GCOV_OBJS): Remove intl.o, version.o and errors.o.
10032 (GCOV_DUMP_OBJS): Remove version.o and errors.o.
10033 * gcov-dump.c: Include intl.h and diagnostic.h.
10034 (main): Initialize diagnostics.
10035 * gcov.c: Include diagnostic.h.
10036 (fnotice): Remove.
10037 (main): Initialize diagnostics.
10038 * lto-wrapper.c: Include diagnostic.h.
10039 (main): Initialize diagnostics.
10040
252b3e8c
MM
100412011-05-20 Michael Matz <matz@suse.de>
10042
10043 * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
10044
2ee36ba6
MM
100452011-05-20 Michael Matz <matz@suse.de>
10046 Richard Guenther <rguenther@suse.de>
10047
10048 * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
10049 use lto_streamer_cache_append directly instead of returning a VEC.
10050 (preload_common_node): Remove.
10051 (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
10052 track seen nodes.
10053 (lto_streamer_cache_create): Call lto_preload_common_nodes.
10054
90ff582f
RG
100552011-05-20 Richard Guenther <rguenther@suse.de>
10056
10057 PR tree-optimization/49079
10058 * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
10059 MEM_REFs correctly for the trailing array access detection.
10060 Special case constants the same way as decls for overall size
10061 constraining.
10062
3cda91d8
UB
100632011-05-20 Uros Bizjak <ubizjak@gmail.com>
10064
10065 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
10066 argument expansion.
10067
6c66f733
JJ
100682011-05-20 Jakub Jelinek <jakub@redhat.com>
10069
10070 PR tree-optimization/49073
3cda91d8
UB
10071 * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
10072 PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
6c66f733
JJ
10073 * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
10074
0ea80a16
RG
100752011-05-20 Richard Guenther <rguenther@suse.de>
10076
10077 PR middle-end/48849
10078 * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
10079 of pointer types the same way the middle-end does.
10080
fb291a1e
RG
100812011-05-20 Richard Guenther <rguenther@suse.de>
10082
3cda91d8
UB
10083 * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
10084 or pointer-to chains. Delay all fixup to uniquify_nodes.
fb291a1e 10085
37cb25ed
QN
100862011-05-19 Quentin Neill <quentin.neill@amd.com>
10087
10088 * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
10089 (fma4_fmaddsub): Likewise
10090
a30726a4
JH
100912011-05-19 Jan Hubicka <jh@suse.cz>
10092
10093 * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
10094 (GIMPLE_TYPE_PAIR_SIZE): New macro.
10095 (type_pair_cache): New static var.
10096 (lookup_type_pair): Use fixed sized custom hash; make inline.
10097 (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
10098 calls of lookup_type_pair.
10099 (print_gimple_types_stats): Remove cache stats.
10100 (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
10101 and gtc_ob.
10102
0955cf61
UB
101032011-05-19 Uros Bizjak <ubizjak@gmail.com>
10104
10105 * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
10106 when TARGET_RDRND is active.
10107 (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
10108 Generate dummy SImode target register when target is NULL.
10109
12d844c8
JM
101102011-05-19 Joseph Myers <joseph@codesourcery.com>
10111
10112 * config/arm/arm-fpus.def: New.
10113 * config/arm/genopt.sh: Generate Enum and EnumValue entries from
10114 arm-fpus.def.
10115 * config/arm/arm-tables.opt: Regenerate.
10116 * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
10117 (arm_option_override): Don't decode FPU name to string here.
10118 * config/arm/arm.opt (mfpu=): Use Enum.
10119 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
10120 Update dependencies.
10121
9e350e99
JM
101222011-05-19 Joseph Myers <joseph@codesourcery.com>
10123
10124 * collect2.c: Include diagnostic.h.
10125 (fatal_perror, fatal, error, fancy_abort): Remove.
10126 (main): Set progname. Call xmalloc_set_program_name and
10127 diagnostic_initialize.
10128 (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
10129 scan_libraries, resolve_lib_name): Call fatal_error instead of
10130 fatal and fatal_perror.
10131 * collect2.h (error, fatal, fatal_perror): Don't declare.
10132 * tlink.c: Include diagnostic-core.h.
10133 (recompile_files): Call fatal_error instead of fatal_perror.
10134 * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
10135 pretty-print.o and input.o.
10136 (collect2.o, tlink.o): Update dependencies.
10137
86ff4081
RO
101382011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10139
10140 * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
10141
2ca48caa
RO
101422011-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10143
10144 PR target/40483
10145 * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
10146 COMDAT group syntax, both SPARC and x86 variants.
10147 (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
10148 * configure: Regenerate.
10149 * config/sol2.h (TARGET_SOLARIS): Define.
10150 (PUSHSECTION_FORMAT): Remove.
10151 (SECTION_NAME_FORMAT): Define.
10152 * config/sol2.c: Include hashtab.h.
10153 (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
10154 expansion, using SECTION_NAME_FORMAT.
10155 (solaris_comdat_htab): New variable.
10156 (struct comdat_entry): Define.
10157 (comdat_hash): New function.
10158 (comdat_eq): New function.
10159 (solaris_elf_asm_comdat_section): New function.
10160 (solaris_define_comdat_signature): New function.
10161 (solaris_code_end): New function.
10162 * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
10163 (solaris_code_end): Declare.
10164 * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
10165 * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
10166 solaris_code_end.
10167 (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
10168 Remove ATTRIBUTE_UNUSED.
10169 [!USE_GAS]: Call solaris_elf_asm_comdat_section for
10170 SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
0955cf61 10171 * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
2ca48caa
RO
10172 * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
10173 * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
10174 * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
10175 (PUSHSECTION_FORMAT): Remove.
10176 (SECTION_NAME_FORMAT): Redefine.
10177
da5fb469
KT
101782011-05-19 Kai Tietz <ktietz@redhat.com>
10179
10180 * tree-cfg.c (verify_gimple_assign_binary): Barf on
10181 TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
10182 (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
10183
1651e703 101842011-05-19 Anatoly Sokolov <aesok@post.ru>
0967b228
AS
10185 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10186
10187 * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
10188
e497b9bd
RG
101892011-05-19 Richard Guenther <rguenther@suse.de>
10190
10191 PR middle-end/48985
10192 * tree-object-size.c (addr_object_size): If the pointed-to
10193 variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
10194
31b3ca64
RG
101952011-05-19 Richard Guenther <rguenther@suse.de>
10196
10197 * gimple.c (gimple_types_compatible_p_1): Compare names of
10198 the types themselves.
10199 (iterative_hash_gimple_type): And hash them that way.
10200 (gimple_register_type_1): If we register a main variant properly
10201 initialize the leader to ourselves.
10202
bb8d292d
TV
102032011-05-19 Tom de Vries <tom@codesourcery.com>
10204
10205 PR target/45098
10206 * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
10207 get_loop_invariant_expr_id.
10208 (get_loop_invariant_expr_id): Use get_expr_id.
10209 (parm_decl_cost): New function.
10210 (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
10211 Improve bound cost estimation. Use different inv_expr_id for elim and
10212 express cases.
10213
a53c5024
TV
102142011-05-19 Tom de Vries <tom@codesourcery.com>
10215
10216 PR target/45098
10217 * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
10218 cost_base.cost == 0.
10219
31f9eb59
L
102202011-05-18 H.J. Lu <hongjiu.lu@intel.com>
10221
10222 PR target/49002
66bd20e7
EB
10223 * config/i386/sse.md
10224 (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
10225 load cast.
31f9eb59 10226
681056ae
JJ
102272011-05-18 Jakub Jelinek <jakub@redhat.com>
10228
10229 PR tree-optimization/49039
10230 * tree-vrp.c (extract_range_from_binary_expr): For
10231 MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
10232 return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
10233
b5ee6752
TV
102342011-05-18 Tom de Vries <tom@codesourcery.com>
10235
10236 PR target/45098
10237 * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
10238
0bda47a3
UB
102392011-05-18 Uros Bizjak <ubizjak@gmail.com>
10240
10241 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
10242 (*tls_global_dynamic_64): Ditto.
10243 (*tls_local_dynamic_base_32_gnu): Ditto.
10244 (*tls_local_dynamic_base_64): Ditto.
10245 (tls_initial_exec_64_sun): Ditto.
10246
033b0805
SH
102472011-05-18 Stuart Henderson <shenders@gcc.gnu.org>
10248
10249 * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
10250 * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
10251 bf592-none.
10252 * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
10253 * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
10254 * config/bfin/bfin.c (bfin_cpus): Add bf592.
10255 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
0bda47a3 10256 __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
033b0805
SH
10257 * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
10258 * config/bfin/elf.h (LIB_SPEC): Add bf592.
10259
ba163417
JM
102602011-05-18 Joseph Myers <joseph@codesourcery.com>
10261
10262 * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
0bda47a3 10263 arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
ba163417
JM
10264 * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
10265 target_thread_pointer, arm_structure_size_boundary, struct
10266 float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
10267 struct abi_name, arm_all_abis): Remove.
0bda47a3
UB
10268 (arm_option_override) Don't process most enumerated option values here.
10269 Don't process target_fpe_name here. Work with integer not string for
10270 structure size boundary; use separate diagnostics for each case.
ba163417
JM
10271 * config/arm/arm.h (enum float_abi_type, enum
10272 arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
10273 to arm-opts.h.
10274 (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
10275 arm_structure_size_boundary): Remove.
10276 * config/arm/arm.opt (mabi=): Use Enum and Init.
10277 (arm_abi_type): New Enum and EnumValue entries.
10278 (mfloat-abi=): Use Enum and Init.
10279 (float_abi_type): New Enum and EnumValue entries.
0bda47a3 10280 (mfp=, mfpe=): Replace by separate Alias entries for each argument.
ba163417
JM
10281 (mfp16-format=): Use Enum and Init.
10282 (arm_fp16_format_type): New Enum and EnumValue entries.
10283 (mstructure-size-boundary=): Use UInteger and Init.
10284 (mtp=): Use Enum and Init.
10285 (arm_tp_type): New Enum and EnumValue entries.
10286
179184e3
RG
102872011-05-18 Richard Guenther <rguenther@suse.de>
10288
10289 PR tree-optimization/49018
10290 * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
10291 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
10292 gimple_has_side_effects.
10293
93b2a207
RG
102942011-05-18 Richard Guenther <rguenther@suse.de>
10295
10296 * gimple.c (gimple_register_type_1): New function, split out from ...
10297 (gimple_register_type): ... here. Avoid infinite recursion.
10298
b010117a
IR
102992011-05-18 Ira Rosen <ira.rosen@linaro.org>
10300
10301 PR tree-optimization/41881
10302 * tree-vectorizer.h (struct _loop_vec_info): Add new field
10303 reduction_chains along with a macro for its access.
10304 * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
10305 (destroy_loop_vec_info): Free reduction chains.
10306 (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
10307 (vect_is_slp_reduction): New function.
10308 (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
10309 (vect_create_epilog_for_reduction): Support SLP reduction chains.
10310 * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
10311 definition types for reduction chains.
10312 (vect_supported_load_permutation_p): Don't allow permutations for
10313 reduction chains.
10314 (vect_analyze_slp_instance): Support reduction chains.
10315 (vect_analyze_slp): Try to build SLP instance from reduction chains.
10316 (vect_get_constant_vectors): Handle reduction chains.
10317 (vect_schedule_slp_instance): Mark the first statement of the
10318 reduction chain as reduction.
10319
e14c1050
IR
103202011-05-18 Ira Rosen <ira.rosen@linaro.org>
10321
10322 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
10323 names for group elements access.
10324 * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
10325 reduction chains as well. Remove data reference and interleaving
10326 related words from the fields names.
10327 * tree-vect-loop.c (vect_transform_loop): Use new names for group
10328 elements access.
10329 * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
10330 vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
10331 vect_update_interleaving_chain, vect_same_range_drs,
10332 vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
10333 vect_verify_datarefs_alignment, vector_alignment_reachable_p,
10334 vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
10335 vect_analyze_group_access, vect_analyze_data_ref_access,
10336 vect_create_data_ref_ptr, vect_transform_strided_load,
10337 vect_record_strided_load_vectors): Likewise.
10338 * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
10339 vect_model_load_cost, vectorizable_store, vectorizable_load,
10340 vect_remove_stores, new_stmt_vec_info): Likewise.
10341 * tree-vect-slp.c (vect_build_slp_tree,
10342 vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
10343
51c213f7
RG
103442011-05-18 Richard Guenther <rguenther@suse.de>
10345
10346 PR middle-end/48989
10347 * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
10348 operand verification.
10349 (verify_gimple_assign_binary): Likewise.
10350 * tree-ssa.c (useless_type_conversion_p): Preserve conversions
10351 to non-1-precision BOOLEAN_TYPEs.
10352
8f5e5434
TV
103532011-05-18 Tom de Vries <tom@codesourcery.com>
10354
10355 PR target/45098
10356 * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
10357
116bc3a4
JJ
103582011-05-18 Jakub Jelinek <jakub@redhat.com>
10359
10360 PR tree-optimization/49000
10361 * tree-ssa.c (execute_update_addresses_taken): Call
10362 maybe_rewrite_mem_ref_base on debug stmt value. If it couldn't
10363 be rewritten and decl has been marked for renaming, reset
10364 the debug stmt.
10365
26a8964c
JM
103662011-05-17 Joseph Myers <joseph@codesourcery.com>
10367
10368 * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
10369 enum_opts_set when testing if attributes have set -mfpmath=.
10370
82bd45d7
RS
103712011-05-17 Richard Sandiford <rdsandiford@googlemail.com>
10372
10373 * config/mips/mips.c (mips_handle_option): Remove unused variable.
10374
267ffce3
UB
103752011-05-17 Uros Bizjak <ubizjak@gmail.com>
10376
10377 * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
10378 info->entry with 0
10379 * tree-inline.c (maybe_inline_call_in_expr): Initialize
10380 id.transform_lang_insert_block with NULL.
10381
103822011-05-17 Uros Bizjak <ubizjak@gmail.com>
d9403b0d
UB
10383
10384 * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
10385 (output_fp_compare): Change args 3 and 4 to bool.
10386 (ix86_expand_call): Change arg 6 to bool.
10387 (ix86_attr_length_immediate_default): Change arg 2 to bool.
10388 (ix86_attr_length_vex_default): Change arg 3 to bool.
10389 * config/i386/i386.md: Update all uses.
10390 * config/i386/i386.c: Ditto.
10391 (ix86_flags_dependent): Change return type to bool.
10392
5beaf664
RG
103932011-05-17 Richard Guenther <rguenther@suse.de>
10394
10395 * gimple.c (type_hash_pair_compare): Fix comparison.
10396
008bad7a
RG
103972011-05-17 Richard Guenther <rguenther@suse.de>
10398
10399 * gimple.c (iterative_hash_gimple_type): Simplify singleton
10400 case some more, fix final hash value of the non-singleton case.
10401
36461340
RG
104022011-05-17 Richard Guenther <rguenther@suse.de>
10403
10404 PR bootstrap/49013
10405 Revert
10406 2011-05-16 Richard Guenther <rguenther@suse.de>
10407
10408 * gimple.c (gimple_types_compatible_p_1): Use names of the
10409 type itself, not its main variant.
10410 (iterative_hash_gimple_type): Likewise.
10411
6b6a59f3
RG
104122011-05-17 Richard Guenther <rguenther@suse.de>
10413
10414 * gimple.c (gimple_register_canonical_type): Use the main-variant
10415 leader for computing the canonical type.
10416
4ffc4134
NC
104172011-05-17 Nick Clifton <nickc@redhat.com>
10418
a1d8754e
NC
10419 * config/rx/rx.c (rx_memory_move_cost): Include cost of register
10420 moves.
10421
4ffc4134
NC
10422 * config/rx/rx.md: Add peephole to remove redundant extensions
10423 after loads.
39960f7a
NC
10424 (bitset_in_memory): Use rx_restricted_mem_operand.
10425 (bitinvert_in_memory): Likewise.
10426 (bitclr_in_memory): Likewise.
4ffc4134 10427
b3db92ac
KI
104282011-05-17 Kazuhio Inaoka <kazuhiro.inaoka.ud@renesas.com>
10429 Nick Clifton <nickc@redhat.com>
10430
10431 * config/rx/rx.md: Add peepholes to match a register move followed
10432 by a comparison of the moved register. Replace these with an
10433 addition of zero that does both actions in one instruction.
10434
8637e32a
JJ
104352011-05-17 Jakub Jelinek <jakub@redhat.com>
10436
10437 PR target/48986
10438 * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
10439 predicate to allow CONST_INT.
10440 (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
10441
8023568e
JM
104422011-05-16 Joseph Myers <joseph@codesourcery.com>
10443
10444 * opts-common.c (opt_enum_arg_to_value): New.
10445 * opts.h (opt_enum_arg_to_value): Declare.
10446 * config/i386/i386.opt (fpmath): Remove.
10447 (mfpmath=): Use Enum, Init and Save.
10448 (fpmath_unit): New Enum and EnumValue entries.
10449 * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
10450 name for function fpmath state.
10451 * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
10452 * config/i386/i386.c: Include diagnostic.h.
10453 (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
d9403b0d 10454 (ix86_target_string): Take enum fpmath_unit value instead of string.
8023568e 10455 (ix86_debug_options): Update call to ix86_target_string.
d9403b0d 10456 (ix86_option_override_internal): Don't process fpmath strings here.
8023568e
JM
10457 (x86_function_specific_save, ix86_function_specific_restore):
10458 Don't handle fpmath state specially.
10459 (ix86_function_specific_print): Pass fpmath state to
10460 ix86_target_string instead of printing in this function.
10461 (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
10462 Handle enum attributes.
10463 (IX86_ATTR_ENUM, ix86_opt_enum): New.
10464 (ix86_valid_target_attribute_tree): Update option_strings
10465 handling. Handle fpmath as enum option.
10466 (ix86_can_inline_p): Update field names for function fpmath state.
10467 (ix86_expand_builtin): Update call to ix86_target_string.
10468 * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
10469 (ix86_fpmath): Remove.
10470 * config/i386/t-i386 (i386.o): Update dependencies.
10471
9e8d926e
JM
104722011-05-16 Joseph Myers <joseph@codesourcery.com>
10473
10474 PR preprocessor/48677
10475 * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
10476 from decoded_options[0], not from itself.
10477
f6449011
UB
104782011-05-16 Uros Bizjak <ubizjak@gmail.com>
10479
10480 * config/i386/constraints.md (z): New constraint.
10481 * config/i386/i386.c (c): New mode attribute.
10482 (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
10483 *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
10484 constraint for operand 0.
10485 (*call_vzeroupper): Ditto.
10486 (*call_rex64_ms_sysv): Ditto. Use "rzm" constraint for operand 0.
10487 (*call_rex64_ms_sysv_vzeroupper): Ditto.
10488 (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
10489 Use "lzm" constraint for operand 0.
10490 (*call_pop_vzeroupper): Ditto.
10491 (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
10492 *sibcall_1_rex64 patterns using "P" mode iterator. Use "Uz"
10493 constraint for operand 0.
10494 (*sibcall_vzeroupper): Ditto.
10495 (*sibcall_rex64_ms_sysv): Ditto.
10496 (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
10497 (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
10498 *sibcall_pop_1. Use "Uz" constraint for operand 0.
10499 (*sibcall_pop_vzeroupper): Ditto.
10500 (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
10501 *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
10502 mode iterator. Use "<c>zm" constraint for operand 1.
10503 (*call_value_vzeroupper): Ditto.
10504 (*call_value_rex64_ms_sysv): Ditto. Use "rzm" constraint
d9403b0d 10505 for operand 1.
f6449011
UB
10506 (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
10507 (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
10508 *call_value_pop_1. Use "lzm" constraint for operand 1.
10509 (*call_value_pop_vzeroupper): Ditto.
10510 (*sibcall_value): Merge insn pattern from *sibcall_value_0,
10511 *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
10512 mode iterator. Use "Uz" constraint for operand 1.
10513 (*sibcall_value_vzeroupper): Ditto.
10514 (*sibcall_value_rex64_ms_sysv): Ditto.
10515 (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
10516 (*sibcall_value_pop): Rename from *sibcall_pop_1. Use "Uz"
10517 constraint for operand 1.
10518 (*sibcall_value_pop_vzeroupper): Ditto.
10519 (*tls_global_dynamic_64): Use constant_call_address_operand predicate
10520 and "z" constraint for operand 2.
10521 (*tls_global_dynamic_32_gnu): Ditto.
10522 (*tls_local_dynamic_base_32_gnu): Ditto.
10523 (*tls_local_dynamic_base_64): Ditto.
10524 (*tls_local_dynamic_32_once): Ditto.
10525 * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
10526 Update all callers.
10527 * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
10528
c11b6902
RG
105292011-05-16 Richard Guenther <rguenther@suse.de>
10530
10531 * gimple.c (gimple_types_compatible_p_1): Use names of the
10532 type itself, not its main variant.
10533 (iterative_hash_gimple_type): Likewise.
10534
1e83b5f1
RG
105352011-05-16 Richard Guenther <rguenther@suse.de>
10536
f6449011
UB
10537 * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
10538 always visit pointer target and function result and argument types.
1e83b5f1 10539
62e36382
JM
105402011-05-16 Jason Merrill <jason@redhat.com>
10541
10542 PR c++/48999
10543 * tree-inline.c (copy_statement_list): Put back recursion.
10544
687027a4
GJL
105452011-05-16 Georg-Johann Lay <avr@gjlay.de>
10546
10547 PR target/27663
10548 PR target/41076
10549 * config/avr/predicates.md (const_8_16_24_operand): New predicate.
10550 * config/avr/avr.md ("*ior<mode>qi.byte0",
10551 "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
10552
f24a5190
GJL
105532011-05-16 Georg-Johann Lay <avr@gjlay.de>
10554
10555 PR target/45099
10556 * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
10557 register is needed for a function argument.
10558
3066f593
RG
105592011-05-16 Richard Guenther <rguenther@suse.de>
10560
10561 * gimple.c (struct type_hash_pair): New type.
10562 (type_hash_pair_compare): New function.
f6449011 10563 (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
3066f593 10564
b2ab2cf4
RE
105652011-05-16 Revital Eres <revital.eres@linaro.org>
10566
f6449011 10567 * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
b2ab2cf4 10568
dfb737fc
UB
105692011-05-15 Uros Bizjak <ubizjak@gmail.com>
10570
10571 * config/i386/i386.md (floating point move splitters): Fix
10572 usage of standard_80387_constant_p.
f6449011 10573 * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
dfb737fc 10574
8caa1de0
UB
105752011-05-15 Uros Bizjak <ubizjak@gmail.com>
10576
10577 * config/i386/i386.md (*movdf_internal): Simplify insn condition.
10578
8a519095
EB
105792011-05-14 Eric Botcazou <ebotcazou@adacore.com>
10580
10581 * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
10582 (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
10583 (tree_ssa_lim_finalize): Likewise.
10584
479fecd3
UB
105852011-05-14 Uros Bizjak <ubizjak@gmail.com>
10586
10587 * config/i386/constraint.md (Yd, Yx): New register constraints.
10588 * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger. Use
10589 Yd conditional register constraint.
10590 (*movtf_internal): Use standard_sse_constant_opcode.
10591 (*movxf_internal): Merge with *movxf_internal_nointeger. Use
10592 Yx conditional register constraint.
10593 (*movdf_internal): Merge with *movdf_internal_nointeger. Use
10594 Yd conditional register constraint. Use standard_sse_constant_p to
10595 check for valid SSE constants and call standard_sse_constant_opcode to
10596 output SSE insn.
10597 (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
10598 constants and call standard_sse_constant_opcode to output SSE insn.
10599 * config/i386/i386.c (ix86_option_ovverride_internal): Set
10600 TARGET_INTEGER_DFMODE_MOVES for 64bit targets. Clear it when
10601 optimize_size is set.
10602 (standard_sse_constant_opcode): Output conditional AVX insn templates.
10603
2d8c9ad5
TB
106042011-05-14 Tobias Burnus <burnus@net-b.de>
10605
10606 * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
10607
411a20d6
MJ
106082011-05-13 Martin Jambor <mjambor@suse.cz>
10609
10610 * ipa-prop.c (ipa_cst_from_jfunc): New function.
10611 * ipa-prop.h (ipa_cst_from_jfunc): Declare.
10612 * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
10613 (evaluate_conditions_for_ipcp_clone): Removed.
10614 (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
10615 * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
10616 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
10617
dc764d10
EB
106182011-05-13 Eric Botcazou <ebotcazou@adacore.com>
10619
10620 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
10621 * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
10622 lieu of MAY_HAVE_DEBUG_STMTS.
10623 * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
10624 debug statements if !MAY_HAVE_DEBUG_STMTS.
10625
9f47a24e
MT
106262011-05-13 Martin Thuresson <martint@google.com>
10627
10628 PR gcov-profile/47793
10629 * libgcov.c (gcov_exit): Support relative profile paths.
10630 * doc/invoke.texi (-fprofile-dir): Update for above change.
10631
b8a71aed
RG
106322011-05-13 Richard Guenther <rguenther@suse.de>
10633
10634 * gimple.c (gimple_canonical_types_compatible_p): Do not use
10635 type-pair caching, do not compare hashes.
10636
eb9f9259
NF
106372011-05-13 Nathan Froyd <froydnj@codesourcery.com>
10638
10639 PR middle-end/48965
10640 * tree-cfg.c (edge_to_cases_cleanup): Return true.
10641 (verify_expr) [CASE_LABEL_EXPR]: Add checking.
10642
3c6cbf7a
KT
106432011-05-13 Kai Tietz <ktietz@redhat.com>
10644
10645 * gimplify.c (gimplify_expr): Make sure operand is boolified.
10646 * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
10647 compatible type for TRUTH_NOT_EXPR.
10648
2e7f5dc0
L
106492011-05-13 H.J. Lu <hongjiu.lu@intel.com>
10650
dc764d10 10651 * config/i386/i386.c (ix86_save_reg): Change return type to bool.
2e7f5dc0
L
10652 (ix86_hard_regno_mode_ok): Change return value to bool. Use
10653 can_create_pseudo_p ().
10654
e834e95c
RG
106552011-05-13 Richard Guenther <rguenther@suse.de>
10656
10657 PR lto/48978
10658 * gimple.c (iterative_hash_gimple_type): Revert change in
10659 pointer target and function result and argument hashing.
10660
34203483
UB
106612011-05-13 Uros Bizjak <ubizjak@gmail.com>
10662
10663 * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
10664 (*movxf_internal_nointeger): Ditto.
10665 (*movdf_internal_rex64): Ditto.
10666 (*movdf_internal): Ditto.
10667 (*movdf_internal_nointeger): Ditto.
10668 (*movsf_internal): Ditto.
10669 (sincos splitters): Use can_create_pseudo ().
10670
7eb68c06
JM
106712011-05-13 Joseph Myers <joseph@codesourcery.com>
10672
10673 * config/i386/i386-opts.h: New.
10674 * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
10675 ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
10676 ix86_section_threshold): Remove.
10677 (ix86_handle_option): Move MAX_CODE_ALIGN define here. Handle
10678 OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
10679 OPT_mbranch_cost_.
10680 (ix86_option_override_internal): Don't decode strings for options
10681 other than -march=, -mtune= and -mfpmath=. Don't allow for
10682 __attribute__ uses in remaining diagnostics for options with
34203483 10683 string arguments. Don't check for integer arguments being negative.
7eb68c06 10684 * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
34203483 10685 enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
7eb68c06
JM
10686 (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
10687 ix86_branch_cost, ix86_section_threshold): Remove.
10688 * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
10689 HeaderInclude.
10690 (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
10691 but not Var.
10692 (masm=): Use Enum and Init.
10693 (asm_dialect): New Enum and EnumValue entries.
10694 (mbranch-cost=): Use UInteger.
10695 (mlarge-data-threshold=): Use UInteger and Init.
10696 (mcmodel=): Use Enum and Init.
10697 (cmodel): New Enum and EnumValue entries.
10698 (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
10699 (mpreferred-stack-boundary=, mincoming-stack-boundary=,
10700 mregparm=): Use UInteger.
10701 (mstringop-strategy=): Use Enum and Init.
10702 (stringop_alg): New Enum and EnumValue entries.
10703 (mtls-dialect=): Use Enum and Init.
10704 (tls_dialect): New Enum and EnumValue entries.
10705 (mabi=): Use Enum and Init.
10706 (calling_abi): New Enum and EnumValue entries.
10707 (mveclibabi=): Use Enum and Init.
10708 (ix86_veclibabi): New Enum and EnumValue entries.
10709
f67e203c
NC
107102011-05-13 Nick Clifton <nickc@redhat.com>
10711
34203483
UB
10712 * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
10713 * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
f67e203c 10714
221df0b6
KT
107152011-05-13 Kai Tietz <ktietz@redhat.com>
10716
10717 PR middle-end/48984
10718 * gimplify.c (gimplify_expr): Check for boolean_type_node instead
10719 for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
10720 (gimple_boolify): Check for cast for boolean_type_node instead for
10721 BOOLEAN_TYPE.
10722
208cb8cb
RG
107232011-05-13 Richard Guenther <rguenther@suse.de>
10724
10725 PR tree-optimization/48172
10726 * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
10727 multiplying by number of iterations for equal step.
10728 (vect_create_cond_for_alias_checks): Likewise.
10729
b88ecf55
AS
107302011-05-13 Andreas Schwab <schwab@redhat.com>
10731
10732 * configure.ac: Use AS_HELP_STRING throughout.
10733 * configure: Regenerate.
10734
569b527e
L
107352011-05-12 H.J. Lu <hongjiu.lu@intel.com>
10736
34203483 10737 * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
569b527e
L
10738 (ix86_emit_restore_regs_using_mov): Likewise.
10739 (ix86_emit_restore_sse_regs_using_mov): Likewise.
10740
8b9a1428
AS
107412011-05-12 Anatoly Sokolov <aesok@post.ru>
10742
10743 * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
10744 SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
10745 (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
10746 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
10747 RTX_OK_FOR_OLO10_P): ...here.
10748 (sparc_mode_dependent_address_p): Use symbolic_operand instead of
10749 SYMBOLIC_CONST.
10750
1d15f620
KT
107512011-05-12 Kai Tietz <ktietz@redhat.com>
10752
10753 * gimplify.c (gimple_boolify): Re-boolify expression
10754 arguments even if expression type is of kind BOOLEAN_TYPE.
10755 (gimplify_boolean_expr): Removed.
10756 (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
10757 and XOR. Additional take care that we keep expression's type.
10758 * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
10759 of TRUTH_AND|OR|XOR_EXPR.
10760
c2b5fc8d
JJ
107612011-05-12 Jakub Jelinek <jakub@redhat.com>
10762
10763 PR tree-optimization/48975
10764 * tree-if-conv.c (combine_blocks): Call free_bb_predicate
10765 on all bbs here and free and clear ifc_bbs at the end.
10766
61332f77
RG
107672011-05-12 Richard Guenther <rguenther@suse.de>
10768
10769 * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
10770 NULLPTR_TYPE similar to VOID_TYPE. Defer type-leader lookup
10771 until after simple checks.
10772 (gimple_types_compatible_p): Likewise.
10773 (iterative_hash_gimple_type): Always hash pointer targets
10774 and function return and argument types.
10775 (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
10776 hash TYPE_ALIGN. Do not hash TYPE_MIN/MAX_VALUE.
10777 (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
10778 handle NULLPTR_TYPE similar to VOID_TYPE. Handle non-aggregates
10779 completely in the simple compare section.
10780 (gimple_register_canonical_type): Query the cache again after
10781 registering.
10782
e2a3a5f1
RG
107832011-05-12 Richard Guenther <rguenther@suse.de>
10784
10785 PR tree-optimization/48172
10786 * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
10787 the number of iterations from the segment size calculation.
10788 (vect_create_cond_for_alias_checks): Adjust.
10789
2c703f3a
JJ
107902011-05-12 Jakub Jelinek <jakub@redhat.com>
10791
10792 PR debug/48967
10793 * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
10794 if validate_subreg fails.
10795
107962011-05-12 Hariharan Sandanagobalane <hariharan@picochip.com>
b27981e0
HS
10797
10798 * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
10799 accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
10800 early.
10801
87e91fca
DD
108022011-05-12 DJ Delorie <dj@redhat.com>
10803
d53903d6 10804 * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
87e91fca
DD
10805 (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
10806 created builtin into rx_builtins array.
10807 (rx_builtin_decl): New function.
34203483 10808 (TARGET_BUITLIN_DECL): Define. Include gt-rx.h.
87e91fca 10809
5f2f13fd
DD
108102011-05-12 DJ Delorie <dj@redhat.com>
10811 Nick Clifton <nickc@redhat.com>
10812
10813 * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
10814 * config/rx/rx.c (CC_FLAG_FP): Fix comment.
10815 (rx_is_legitimate_address): Add pre-decrement and post-increment
10816 addressing in HImode and QImode. Fix test for out of range
10817 REG+INT addressing.
87e91fca 10818 (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
34203483 10819 (rx_align_for_label): Test label before extracting its usage count.
5f2f13fd 10820 (rx_adjust_insn_lengths): Fix selection of insn codes.
87e91fca 10821 (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
5f2f13fd 10822
57421f45
JM
108232011-05-11 Jason Merrill <jason@redhat.com>
10824
10825 * tree.c (type_hash_canon): Use struct tree_type_non_common.
10826
898c90c0
EB
108272011-05-11 Eric Botcazou <ebotcazou@adacore.com>
10828
10829 * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
10830 reindent the subsequent block.
10831
79bec923
ST
108322011-05-11 Satoru Takabayashi <satorux@google.com>
10833 Paul Pluzhnikov <ppluzhnikov@google.com>
10834
34203483 10835 * doc/install.texi (Configuration): Document --with-linker-hash-style.
e77e2cbb
PP
10836 * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
10837 * config.in: Add LINKER_HASH_STYLE.
10838 * configure.ac: Add --with-linker-hash-style.
10839 * configure: Regenerate.
79bec923 10840
d0340959
RG
108412011-05-11 Richard Guenther <rguenther@suse.de>
10842
10843 PR middle-end/48964
10844 * gimple.c (iterative_hash_canonical_type): Fix typo.
10845
cb032fee
UB
108462011-05-11 Uros Bizjak <ubizjak@gmail.com>
10847
10848 * config/i386/i386.c (legitimize_tls_address)
479fecd3 10849 <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
cb032fee
UB
10850 expanders directly for TARGET_GNU2_TLS. Determine pic and
10851 __tls_get_addr symbol reference here. Update call to
10852 gen_tls_global_dynamic_{32,64} for added arguments.
479fecd3 10853 <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
cb032fee
UB
10854 expanders directly for TARGET_GNU2_TLS. Determine
10855 __tls_get_addr symbol reference here. Update call to
10856 gen_tls_local_dynamic_base_{32,64} for added arguments. Attach
10857 unique UNSPEC REG_EQUIV to libcall block.
10858 (ix86_tls_get_addr): Declare static.
10859 * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
10860 * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
10861 Do not determine pic and __tls_get_addr symbol reference here. Do not
10862 call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
10863 (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
10864 (tls_global_dynamic_64): Add operand 2. Do not determine
10865 __tls_get_addr symbol reference here. Do not call
10866 gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
10867 (tls_local_dynamic_base64): Ditto for operand 1.
10868
6d3cc8f0
EB
108692011-05-11 Eric Botcazou <ebotcazou@adacore.com>
10870
10871 * function.c (expand_function_start): Initialize stack_check_probe_note
10872 only if the generic stack checking mechanism is used.
10873
51e020fc
RG
108742011-05-11 Richard Guenther <rguenther@suse.de>
10875
10876 PR tree-optimization/15256
10877 * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
10878 (A & B) | C, combine (A op CST1) op CST2.
10879 (tree_ssa_forward_propagate_single_use_vars): Only bother to
10880 visit assigns that have uses.
10881
51545682
NF
108822011-05-11 Nathan Froyd <froydnj@codesourcery.com>
10883
cb032fee 10884 * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
51545682
NF
10885 * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
10886 (unpack_ts_type_common_value_fields): ...this. Update comment.
10887 (unpack_value_fields): Adjust for renaming.
10888 (lto_input_ts_type_tree_pointers): Split into...
10889 (lto_input_ts_type_common_tree_pointer): ...this and...
10890 (lto_input_ts_type_non_common_tree_pointers): ...this.
10891 (lto_input_tree_pointers): Adjust for above split.
10892 * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
10893 (pack_ts_type_common_value_fields): ...this. Update comment.
10894 (lto_output_ts_type_tree_pointers): Split into...
10895 (lto_output_ts_type_common_tree_pointers): ...this and...
10896 (lto_output_ts_type_non_common_tree_pointers): ...this.
10897 (lto_output_tree_pointers): Adjust for above split.
10898 * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
10899 TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
10900 * stor-layout.c (vector_type_mode): Adjust location of mode field.
10901 * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
10902 Define.
10903 (struct tree_type): Split into...
10904 (struct tree_type_common: ...this and...
10905 (struct tree_type_with_lang_specific): ...this and...
10906 (struct tree_type_non_common): ...this. Adjust accessor macros
10907 accordingly.
10908 (TYPE_VALUES_RAW): Define.
10909 (union tree_node): Update for above changes.
10910 * tree.c (tree_node_structure_for_code) [tcc_type]: Return
10911 TS_TYPE_NON_COMMON.
10912 (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
10913 Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
10914 (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
10915 * treestructu.def (TS_TYPE): Remove.
10916 (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
10917 Define.
10918
b03c3082
JJ
109192011-05-11 Jakub Jelinek <jakub@redhat.com>
10920
10921 PR debug/48159
10922 * tree-ssa.c (reset_debug_uses): New function.
10923 * tree-flow.h (reset_debug_uses): New prototype.
10924 * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
10925 * tree-loop-distribution.c (generate_loops_for_partition): Call
10926 reset_debug_uses on the stmts that will be removed. Keep around
10927 all debug stmts, don't count them as bits in partition bitmap.
10928 (generate_builtin): Don't count debug stmts or labels as bits in
10929 partition bitmap.
10930
b5e04de5
RG
109312011-05-11 Richard Guenther <rguenther@suse.de>
10932
10933 * gimple.c (gimple_type_hash_1): Merge with ...
10934 (gimple_type_hash): ... this.
10935 (gtc_visit): Remove mode parameter and simplify accordingly.
10936 (gimple_types_compatible_p_1): Likewise.
10937 (gimple_types_compatible_p): Likewise.
10938 (iterative_hash_gimple_type): Likewise.
10939 (visit): Likewise.
10940 (gimple_type_eq): Adjust.
10941
fc6970e4
RE
109422011-05-11 Revital Eres <revital.eres@linaro.org>
10943
10944 * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
10945 enters the branch create an anti edge in the opposite direction
10946 to prevent the creation of reg-moves.
10947 * modulo-sched.c: Adjust comment to reflect the fact we are
10948 scheduling closing branch.
10949 (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
10950 (stage_count): New field in struct partial_schedule.
10951 (calculate_stage_count): New function.
10952 (normalize_sched_times): Rename to reset_sched_times and handle
10953 incrementing the sched time of the nodes by a constant value
10954 passed as parameter.
10955 (duplicate_insns_of_cycles): Skip closing branch.
10956 (sms_schedule_by_order): Schedule closing branch.
10957 (ps_insn_find_column): Handle closing branch.
10958 (sms_schedule): Call reset_sched_times and adjust the code to
10959 support scheduling of the closing branch.
10960 (ps_insert_empty_row): Update calls to normalize_sched_times
10961 and rotate_partial_schedule functions.
10962
41a58a92
RG
109632011-05-11 Richard Guenther <rguenther@suse.de>
10964
10965 PR middle-end/48953
10966 * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
10967
e9f8dcf9
JM
109682011-05-11 Joseph Myers <joseph@codesourcery.com>
10969
cb032fee
UB
10970 * opts.c (finish_options): Move warning settings from process_options.
10971 * toplev.c (process_options): Move warning settings to finish_options.
e9f8dcf9 10972
10c224a9
RG
109732011-05-11 Richard Guenther <rguenther@suse.de>
10974
10975 PR tree-optimization/18041
10976 * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
10977 (simplify_bitwise_binary): ... this. Handle operand conversions
10978 by applying them to the result instead.
10979 (tree_ssa_forward_propagate_single_use_vars): Adjust. CSE tree code.
10980
825b27de
RG
109812011-05-11 Richard Guenther <rguenther@suse.de>
10982
10983 * gimple.c (gimple_canonical_types_compatible_p): Split out
10984 from gimple_types_compatible_p and friends. Do not recurse
10985 to pointed-to types.
10986 (gimple_canonical_type_eq): Use it.
10987 (iterative_hash_canonical_type): Split out from
10988 iterative_hash_gimple_type and friends. Do not recurse
10989 to pointed-to types.
10990 (gimple_canonical_type_hash): Use it, allocate the hash here.
10991
ca756625
RE
109922011-05-11 Revital Eres <revital.eres@linaro.org>
10993
10994 * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
10995 recognizing doloop.
10996
b8abece3
RE
109972011-05-11 Revital Eres <revital.eres@linaro.org>
10998
10999 * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
11000 instead of PREV_INSN.
11001
ce7b3761
RE
110022011-05-11 Revital Eres <revital.eres@linaro.org>
11003
11004 * modulo-sched.c (sms_schedule): Support new form of doloop pattern
11005 * loop-doloop.c (doloop_condition_get): Likewise.
11006 * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
11007 (doloop_end): New.
11008 * config/arm/arm.md (*addsi3_compare0): Remove "*".
11009
a9dc9d37
NF
110102011-05-10 Nathan Froyd <froydnj@codesourcery.com>
11011
11012 * tree.def (CASE_LABEL_EXPR): Add an operand.
11013 * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
11014
96703596
JM
110152011-05-10 Joseph Myers <joseph@codesourcery.com>
11016
11017 * c-decl.c (c_override_global_bindings_to_false): Remove.
11018 (global_bindings_p): Don't check
11019 c_override_global_bindings_to_false.
11020 * c-tree.h (c_override_global_bindings_to_false): Remove.
11021 * c-typeck.c (composite_type): Don't set
11022 c_override_global_bindings_to_false.
11023
dbcc9f08
MM
110242011-05-10 Michael Meissner <meissner@linux.vnet.ibm.com>
11025
11026 PR target/48857, 48495
11027 * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
11028 (VSX_MODE): Ditto.
11029 (VSX_MOVE_MODE): Ditto.
11030 (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
11031 VSX vector types. Add V2DImode.
11032 (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
11033 ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
11034 (MODES_TIEABLE_P): Ditto.
11035
11036 * config/rs6000/rs6000.c (rs6000_emit_move): Use
11037 ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
11038 VSX_VECTOR_MODE.
11039 (init_cumulative_args): Ditto.
11040 (rs6000_function_arg_boundary): Ditto.
11041 (rs6000_function_arg_advance_1): Ditto.
11042 (rs6000_function_arg): Ditto.
11043 (rs6000_function_ok_for_sibcall): Ditto.
11044 (emit_frame_save): Ditto.
11045 (rs6000_function_value): Ditto.
11046 (rs6000_libcall_value): Ditto.
11047
4a68b4ca
JM
110482011-05-10 Joseph Myers <joseph@codesourcery.com>
11049
11050 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
11051 i386/darwin-lib.h to $libgcc_tm_file.
11052 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
11053
bcb521e9
JM
110542011-05-10 Joseph Myers <joseph@codesourcery.com>
11055
11056 * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
11057
f10d3ac9
JM
110582011-05-10 Joseph Myers <joseph@codesourcery.com>
11059
cb032fee 11060 * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
f10d3ac9
JM
11061 * config/rs6000/rs6000-tables.opt: New file (generated).
11062 * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
11063 rs6000/rs6000-tables.opt to extra_options.
11064 * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
11065 * config/rs6000/rs6000.c (rs6000_select): Remove.
11066 (processor_target_table): Move contents to rs6000-cpus.def.
11067 (darwin_rs6000_override_options): Check
11068 global_options_set.x_rs6000_cpu_index instead of
11069 rs6000_select[1].string.
11070 (rs6000_option_override_internal): Likewise.
11071 (rs6000_handle_option): Don't assert that global structures are in
11072 use. Don't handle OPT_mcpu_ and OPT_mtune_ here.
11073 (rs6000_default_cpu): New variable.
11074 (rs6000_file_start): Set it instead of local default_cpu. Check
11075 rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
11076 global_options_set.x_rs6000_tune_index instead of rs6000_select.
11077 (rs6000_darwin_file_start): Check rs6000_default_cpu and
11078 global_options_set.x_rs6000_cpu_index instead of rs6000_select.
11079 * config/rs6000/rs6000.h (struct rs6000_cpu_select,
11080 rs6000_select): Remove.
11081 * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
11082 Remove.
11083 (mcpu=, mtune=): Use Var, Init, Enum and Save.
11084 * config/rs6000/t-rs6000
11085 ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
11086 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
11087 global_options_set.x_rs6000_cpu_index instead of
11088 rs6000_select[1].string.
11089 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
11090 global_options_set.x_rs6000_cpu_index instead of
11091 rs6000_select[1].string.
11092
80cf2e08
JM
110932011-05-10 Joseph Myers <joseph@codesourcery.com>
11094
11095 * config.gcc (libgcc_tm_file): Define instead of including files
11096 from ../../libgcc/config/ in tm_file.
cb032fee 11097 * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
80cf2e08
JM
11098 * configure: Regenerate.
11099 * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
11100 libgcc_tm.h, cs-libgcc_tm.h): New.
11101 (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
11102 (clean): Remove libgcc_tm.h.
11103 * config/arm/symbian.h (RENAME_LIBRARY): Remove.
11104 * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
11105 * system.h (DECLARE_LIBRARY_RENAMES): Poison.
11106
fd01a351
GJL
111072011-05-10 Georg-Johann Lay <avr@gjlay.de>
11108
11109 PR target/48896
11110 * config/avr/avr.c (avr_ret_register): Return unsigned int
11111 instead of int.
11112 (avr_function_value): Mark fn_decl_or_type as unused, don't pass
11113 it to avr_libcall_value.
11114 avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
11115 expand_expr.
11116 (avr_expand_binop_builtin): Ditto.
11117 (avr_expand_unop_builtin): Ditto.
11118
34cc3c86
DD
111192011-05-10 DJ Delorie <dj@redhat.com>
11120
11121 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
11122 (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
11123 * config/rx/rx.c (rx_align_for_label): Add label and
11124 uses_threshold parameters. Do not align when the label is not
11125 used enough.
11126 * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
11127
be173289
RG
111282011-05-10 Richard Guenther <rguenther@suse.de>
11129
11130 * tree-ssa-forwprop.c (combine_conversions): Pattern-match
11131 a series of conversions and apply foldings similar to what
11132 fold-const does.
11133 (tree_ssa_forward_propagate_single_use_vars): Call it.
11134
e7f78021
JJ
111352011-05-10 Jakub Jelinek <jakub@redhat.com>
11136
6ae70ea2
JJ
11137 PR tree-optimization/48611
11138 PR tree-optimization/48794
11139 * tree-eh.c (remove_unreachable_handlers): Don't remove regions
11140 referenced from RESX or EH_DISPATCH arguments.
11141
e7f78021
JJ
11142 PR debug/48928
11143 * dfp.c (decimal_to_decnumber): Handle conversion from
11144 dconst{1,2,m1,half}.
11145
fca132b9
UB
111462011-05-09 Uros Bizjak <ubizjak@gmail.com>
11147
11148 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
11149 for !flag_prefer_avx128.
11150 (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
11151
e4c03378
EB
111522011-05-09 Eric Botcazou <ebotcazou@adacore.com>
11153
11154 * fold-const.c (fold_range_test): Pass LOC to build_range_check.
11155 (fold_ternary_loc): Use expr_location_or.
11156
805d6a75
L
111572011-05-09 H.J. Lu <hongjiu.lu@intel.com>
11158
11159 PR debug/48853
11160 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
11161 POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
11162 Pmode and mem_mode is not VOIDmode.
11163
e4c03378 111642011-05-09 Ville Voutilainen <ville.voutilainen@gmail.com>
b5da71d4 11165
e4c03378
EB
11166 * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
11167 TYPE_QUAL_RESTRICT): Convert to enum.
b5da71d4 11168
51e7f377
UB
111692011-05-09 Uros Bizjak <ubizjak@gmail.com>
11170
11171 * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
11172 (const_pow2_1_to_8_operand): Ditto.
11173 (const_pow2_1_to_128_operand): Ditto.
11174 (const_pow2_1_to_32768_operand): Ditto.
11175 * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
11176 const_pow2_1_to_8_operand for operand 3 predicate. Use exact_log2
11177 in insn constraint to check integer value of operand 3.
11178 * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
11179
11180 (PINSR_MODE): New mode iterator.
11181 (sse2p4_1): New mode attribute.
11182 (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
11183 sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
11184 iterator. Use const_int_operand instead of
11185 const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate. Use
11186 exact_log2 in insn constraint to check integer value of operand 3.
11187
111882011-05-09 Uros Bizjak <ubizjak@gmail.com>
11189
11190 * config/i386/sse.md (blendbits): Remove mode attribute.
11191 (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
11192 instead of const_0_to_<blendbits>_operand for operand 3 predicate.
11193 Check integer value of operand 3 in insn constraint.
11194
0ca8de87
RG
111952011-05-09 Richard Guenther <rguenther@suse.de>
11196
11197 * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
11198 for diagnostics.
11199 (lto_symtab_merge): Likewise. Do not register types here.
11200 (lto_symtab_merge_decls_2): Likewise.
11201 (lto_symtab_merge_decls_1): Likewise.
11202 * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
11203 * gimple.c (enum gtc_mode): Declare.
11204 (gimple_types_compatible_p): Make static.
11205
a9e6994a
AK
112062011-05-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11207
11208 * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
11209 temporary register to match Pmode.
11210
fb55d62e
UB
112112011-05-09 Uros Bizjak <ubizjak@gmail.com>
11212
11213 * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
11214 and *vec_concatv4si_1_avx.
11215
eb1485a6
UB
112162011-05-09 Uros Bizjak <ubizjak@gmail.com>
11217
11218 PR rtl-optimization/48927
11219 * ira-conflicts.c (commutative_constraint_p): Use
11220 recog_data.alternative_enabled_p to disable alternatives where
11221 "enabled" attribute is false.
11222 (get_dup_num): Ditto.
11223 * ira-lives.c (single_reg_class): Ditto.
11224 (ira_implicitly_set_insn_hard_regs): Ditto.
11225
c46d001a
EB
112262011-05-09 Eric Botcazou <ebotcazou@adacore.com>
11227
11228 * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
11229 (dataflow_set_preserve_mem_locs): Likewise.
11230
112312011-05-09 Philipp Thomas <pth@suse.de>
11232
6d9e7c41
PT
11233 * config/mep/mep.c (mep_validate_vliw): Syntax description
11234 should not be translated.
11235
d371df6f
JM
112362011-05-09 Joseph Myers <joseph@codesourcery.com>
11237
11238 * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
11239 * config/mips/mips-tables.opt: New file (generated).
eb1485a6 11240 * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
d371df6f
JM
11241 * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
11242 MIPS_ARCH_OPTION_NATIVE): Define.
11243 * config/mips/mips.c (mips_cpu_info_table): Move contents to
11244 mips-cpus.def.
11245 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
11246 mips_parse_cpu): Remove.
11247 (mips_cpu_info_from_opt, mips_default_arch): New.
11248 (mips_handle_option): Don't assert that global structures are in
11249 use. Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
11250 (mips_option_override): Use new variables and functions to set
eb1485a6 11251 state of these options. Use strcmp to check for individual CPU names.
d371df6f
JM
11252 * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
11253 definition.
11254 * config/mips/mips.opt (march=): Use ToLower and Enum.
11255 (mips): Use ToLower, Enum and Var.
11256 (mtune=): Use ToLower and Enum.
11257 * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
11258
4fc07af9
JH
112592011-05-08 Jan Hubicka <jh@suse.cz>
11260
11261 * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
11262 Arrange type pairs to be UID ordered.
11263 (gimple_lookup_type_leader): Make inline.
11264
2cf320a8
NC
112652011-05-09 Nick Clifton <nickc@redhat.com>
11266
61d6def5
NC
11267 PR target/48899
11268 * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
11269 PROCESSOR_DEFAULT.
11270
2cf320a8
NC
11271 PR target/48897
11272 * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
11273 variable 's'.
11274
4f82319d
CLT
112752011-05-08 Chung-Lin Tang <cltang@codesourcery.com>
11276
11277 * combine.c (simplify_comparison): Abstract out parts into...
11278 (simplify_compare_const): ... new function.
11279 (try_combine): Generalize parallel arithmetic/compare combining
11280 to call simplify_compare_const() and CANONICALIZE_COMPARE().
11281
74605a11
JH
112822011-05-08 Jan Hubicka <jh@suse.cz>
11283
11284 * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
eb1485a6
UB
11285 (cgraph_create_virtual_clone): Call hooks once virtual clone
11286 is finished.
74605a11 11287 * cgraph.h (cgraph_clone_node): Update prototype.
eb1485a6
UB
11288 * ipa-cp.c (ipcp_estimate_growth): Use
11289 estimate_ipcp_clone_size_and_time.
74605a11
JH
11290 * ipa-inline-transform.c (clone_inlined_nodes): Update.
11291 * lto-cgraph.c (input_node): Update.
11292 * ipa-inline.c (recursive_inlining): Update.
11293 * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
11294 (evaluate_conditions_for_known_args): Break out from ...
11295 (evaluate_conditions_for_edge): ... here.
11296 (evaluate_conditions_for_ipcp_clone): New function.
11297 (inline_node_duplication_hook): Update clone summary based
11298 on parameter map.
11299 (estimate_callee_size_and_time): Rename to ...
11300 (estimate_node_size_and_time): take NODE instead of EDGE;
11301 take POSSIBLE_TRUTHS as argument.
11302 (estimate_callee_size_and_time): Update.
11303 (estimate_ipcp_clone_size_and_time): New function.
11304 (do_estimate_edge_time): Update.
11305
5c049507
RG
113062011-05-08 Richard Guenther <rguenther@suse.de>
11307
11308 PR middle-end/48908
11309 PR middle-end/48905
11310 * expmed.c (expand_shift_1): Compute adjusted constant shift
11311 amount manually.
11312
f64c36ba
EB
113132011-05-08 Eric Botcazou <ebotcazou@adacore.com>
11314
11315 * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
11316
c461a957
EB
113172011-05-08 Eric Botcazou <ebotcazou@adacore.com>
11318
11319 * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
11320
7c74e556
JW
113212011-05-08 Jonathan Wakely <jwakely.gcc@gmail.com>
11322
11323 * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
11324
b4c0a884
JH
113252011-05-07 Jan Hubicka <jh@suse.cz>
11326
a9bcb3f0
EB
11327 * ipa-inline-transform.c (inline_call): Account when program size
11328 decreases.
b4c0a884 11329 * ipa-inline.c (relative_time_benefit): New function.
a9bcb3f0
EB
11330 (edge_badness): Reorganize to be power 2 based; fix thinko when
11331 computing badness for negative growth; update comments to match
11332 reality; better dumps.
b4c0a884 11333
c99c0026
EB
113342011-05-07 Eric Botcazou <ebotcazou@adacore.com>
11335
11336 * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
11337 type to bool and adjust comment.
11338 * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
11339 (fold_mathfn_compare): Remove calls to global_bindings_p.
11340 (fold_inf_compare): Likewise.
11341 * stor-layout.c (variable_size): Adjust call to global_bindings_p.
11342 * c-tree.h (global_bindings_p): Adjust prototype.
11343 * c-decl.c (global_bindings_p): Return bool and simplify.
11344
1400c8e5
ZD
113452011-05-07 Zdenek Dvorak <ook@ucw.cz>
11346
11347 PR tree-optimization/48837
11348 * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
11349 when accumulator transformation is performed.
11350
5d0878e7
JH
113512011-05-06 Jan Hubicka <jh@suse.cz>
11352
a9bcb3f0
EB
11353 * i386.h (ix86_tune_indices): Add
11354 X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
eb1485a6 11355 (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
a9bcb3f0
EB
11356 * i386.c (initial_ix86_tune_features): Add
11357 X86_SOFTARE_PREFETCHING_BENEFICIAL.
5d0878e7
JH
11358 (software_prefetching_beneficial_p): Remove predicate.
11359 (ix86_option_override_internal): Use new macro.
11360
58696ce5
JH
113612011-05-06 Jan Hubicka <jh@suse.cz>
11362
11363 * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
11364
c47d0034
JH
113652011-05-06 Jan Hubicka <jh@suse.cz>
11366
11367 * cgraph.c (cgraph_add_thunk): Create real function node instead
11368 of alias node; finalize it and mark needed/reachale; arrange visibility
11369 to be right and add it into the corresponding same comdat group list.
11370 (dump_cgraph_node): Dump thunks.
11371 * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
a9bcb3f0
EB
11372 cgraph_function_with_gimple_body_p,
11373 cgraph_first_function_with_gimple_body,
c47d0034
JH
11374 cgraph_next_function_with_gimple_body): New functions.
11375 (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
11376 New macros.
11377 * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
11378 (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
11379 * cgraphunit.c (cgraph_finalize_function): Only look into possible
11380 devirtualization when optimizing.
11381 (verify_cgraph_node): Verify thunks.
11382 (cgraph_analyze_function): Analyze thunks.
11383 (cgraph_mark_functions_to_output): Output thunks only in combination
11384 with function they are assigned to.
11385 (assemble_thunk): Turn thunk into non-thunk; don't try to turn
11386 alias into normal node.
11387 (assemble_thunks): New functoin.
11388 (cgraph_expand_function): Use it.
11389 * lto-cgraph.c (lto_output_node): Stream thunks.
11390 (input_overwrite_node): Stream in thunks.
11391 * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
11392 * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
11393 * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
11394 * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
11395 (inline_analyze_function): Do not care about thunk jump functions.
11396 (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
a9bcb3f0
EB
11397 * ipa-prop.c (ipa_prop_write_jump_functions): Use
11398 cgraph_function_with_gimple_body_p.
11399 * passes.c (do_per_function_toporder): Use
11400 cgraph_function_with_gimple_body_p.
c47d0034
JH
11401 (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
11402 (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
11403 (function_called_by_processed_nodes_p): Likewise.
11404
d8f426ec
JM
114052011-05-06 Joseph Myers <joseph@codesourcery.com>
11406
11407 * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
11408 rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
11409 entries.
11410 (mabi=): Replace with separate entries for mabi=altivec,
11411 mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
11412 mabi=ieeelongdouble and mabi=ibmlongdouble.
11413 * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
11414 check for -mabi=spe without SPE ABI support here.
11415 (rs6000_handle_option): Replace OPT_mabi_ handling with
11416 OPT_mabi_altivec and OPT_mabi_spe handling.
11417
80bde45b
CC
114182011-05-06 Cary Coutant <ccoutant@google.com>
11419
11420 * dwarf2out.c (contains_subprogram_definition): New function.
11421 (should_move_die_to_comdat): Call it.
11422
a91926b9
JL
114232011-05-06 Jeff Law <law@redhat.com>
11424
11425 * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
11426 remove_ctrl_stmt_and_useless_edges.
11427 (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
11428 (fixup_template_block, thread_single_edge): Likewise.
11429 (mark_threaded_blocks): Use THREAD_TARGET.
11430
1fc1b66d
AM
114312011-05-06 Alan Modra <amodra@gmail.com>
11432
11433 PR target/48900
11434 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
11435 const0_rtx as the arg to the dummy __tls_get_addr libcall.
11436
e194de64
UB
114372011-05-06 Uros Bizjak <ubizjak@gmail.com>
11438
11439 * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
11440 constraint modifier to "r".
11441
d740dc9e
JM
114422011-05-06 Joseph Myers <joseph@codesourcery.com>
11443
11444 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
11445 fall through for OPT_mcmodel_.
11446
cab78b15
AK
114472011-05-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11448
11449 * config/s390/s390.c (s390_asm_trampoline_template): Comment
11450 instruction sizes.
e194de64 11451 (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
cab78b15 11452
ee6824ae
RR
114532011-05-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
11454
eb1485a6
UB
11455 PR target/47930
11456 * config/arm/arm.opt (marm): Document it.
11457 (mthumb): Reject negative variant.
ee6824ae 11458
9ef58464
UB
114592011-05-06 Uros Bizjak <ubizjak@gmail.com>
11460
11461 PR target/48898
11462 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
11463 Fix typo in "ccvt" variable name.
11464
155b6176
TG
114652011-05-06 Tristan Gingold <gingold@adacore.com>
11466
11467 PR target/48895
11468 * config/vms/vms-ar.c (main): Remove cwd variable.
11469
3becc47b
JJ
114702011-05-06 Jakub Jelinek <jakub@redhat.com>
11471
11472 PR debug/48902
11473 * var-tracking.c (prepare_call_arguments): Move else before #endif.
11474
3d528853
NF
114752011-05-05 Nathan Froyd <froydnj@codesourcery.com>
11476
11477 * except.c (sjlj_emit_dispatch_table): Call build_case_label.
11478 * gimplify.c (gimplify_switch_expr): Likewise.
11479 * omp-low.c (expand_omp_sections): Likewise.
11480 * tree-eh.c (lower_try_finally_switch): Likewise.
11481 (lower_eh_dispatch): Likewise.
11482 * tree.h (build_case_label): Declare.
11483 * tree.c (build_case_label): Define.
11484
deb5046b
JM
114852011-05-05 Jason Merrill <jason@redhat.com>
11486
11487 PR c++/40975
11488 * tree-inline.c (copy_tree_r): Use copy_statement_list.
11489 (copy_statement_list): Don't recurse.
11490 * stor-layout.c (copy_self_referential_tree_r): Don't allow
11491 STATEMENT_LIST.
11492
013c0411
JM
114932011-05-05 Joseph Myers <joseph@codesourcery.com>
11494
11495 * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
11496 through from -mfpu= handling.
11497 * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
11498
a0905f8b
BS
114992011-05-05 Bernd Schmidt <bernds@codesourcery.com>
11500
11501 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
11502 POST_MODIFY.
11503
fc4538e4
SE
115042011-05-05 Steve Ellcey <sje@cup.hp.com>
11505
11506 * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
11507 for 11.31.
11508 (hppa[12]*-*-hpux11*): Ditto.
11509 (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
11510 * config/ia64/hpux-unix2003.h: New.
11511 * config/pa/pa-hpux1131.opt: New.
11512 * config/pa/pa-hpux1131.h: New.
11513 * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
11514 * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
4eec64ff 11515 * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
fc4538e4 11516
1e30c578
JJ
115172011-05-05 Jakub Jelinek <jakub@redhat.com>
11518
11519 PR debug/48853
11520 * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
11521 instead of mode as 3rd argument to recursive call.
11522 (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
11523 emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
11524 VOIDmode.
11525 (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
11526 don't give up if mode is Pmode and mem_mode is not VOIDmode.
11527 (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
11528 use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
11529
d19eb620
JB
115302011-05-05 Julian Brown <julian@codesourcery.com>
11531
11532 * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
11533 parenthesis in D-register case.
11534
c860fe8c
JM
115352011-05-05 Joseph Myers <joseph@codesourcery.com>
11536
11537 * opt-functions.awk (var_type_struct): Handle Enum options.
11538 * optc-gen.awk: Don't check range of variables of character type.
11539 * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
11540 rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
11541 rs6000_sdata_name, rs6000_explicit_options): Remove.
11542 (rs6000_option_override_internal): Check for -malign-power here.
11543 Use global_options_set instead of rs6000_explicit_options.
11544 (rs6000_parse_fpu_option): Remove.
11545 (rs6000_handle_option): Access variables via opts and opts_set
11546 pointers. Use error_at and warning_at. Add fall-through
11547 comments. Don't handle OPT_mcmodel_, OPT_maix_struct_return,
11548 OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
11549 OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
11550 OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
11551 here. Don't use rs6000_parse_fpu_option.
11552 * config/rs6000/rs6000.h (fpu_type): Remove declaration.
11553 * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
11554 rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
11555 (mrecip=): Use Var.
11556 (mspe): Use Var and Save.
11557 (mtraceback=): Use Enum and Var.
11558 (rs6000_traceback_type): New Enum and EnumValue entries.
11559 (mfloat-gprs=): Use Enum, Var and Save.
11560 (rs6000_float_gprs): New Enum and EnumValue entries.
11561 (mlong-double-): use Var and Save.
11562 (msched-costly-dep=, minsert-sched-nops=): Use Var.
11563 (malign-): Use Enum and Var.
11564 (rs6000_alignment_flags): New Enum and EnumValue entries.
11565 (mfpu=): Use Enum.
11566 (fpu_type_t): New Enum and EnumValue entries.
11567 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11568 global_options_set instead of rs6000_explicit_options.
11569 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11570 global_options_set instead of rs6000_explicit_options.
11571 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11572 global_options_set instead of rs6000_explicit_options.
11573 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
11574 global_options_set instead of rs6000_explicit_options.
11575 * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
11576 global_options_set instead of rs6000_explicit_options.
11577 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
11578 global_options_set instead of rs6000_explicit_options.
11579 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
11580 definition.
11581 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
11582 global_options_set instead of rs6000_explicit_options.
11583 * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
11584 (rs6000_cmodel): New Enum and EnumValue entries.
11585 * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
11586 global_options_set instead of rs6000_explicit_options.
11587 * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
11588 (mtls-size=): Use Enum and Var.
11589 (rs6000_tls_size): New Enum and EnumValue entries.
11590
0691dde9
MM
115912011-05-05 Michael Matz <matz@suse.de>
11592
11593 * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
11594 * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
11595 * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
11596 * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
11597 * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
11598 * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
11599 * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
11600 * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
11601 * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
11602 * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
11603 * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
11604 * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
11605 * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
11606 * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
11607 * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
11608 * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
11609
86529a49
RG
116102011-05-05 Richard Guenther <rguenther@suse.de>
11611
11612 * expmed.c (expand_variable_shift): Rename to ...
11613 (expand_shift_1): ... this. Take an expanded shift amount.
11614 For rotates recurse directly not building trees for the shift amount.
11615 (expand_variable_shift): Wrap around expand_shift_1.
11616 (expand_shift): Adjust.
11617
d0228c2e
JJ
116182011-05-05 Jakub Jelinek <jakub@redhat.com>
11619
11620 * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
11621
907a08d9
EB
116222011-05-05 Eric Botcazou <ebotcazou@adacore.com>
11623
11624 * tree.h (get_pending_sizes): Remove prototype.
11625 (put_pending_size): Likewise.
11626 (put_pending_sizes): Likewise.
11627 * stor-layout.c (pending_sizes): Delete.
11628 (get_pending_sizes): Likewise.
11629 (put_pending_size): Likewise.
11630 (put_pending_sizes): Likewise.
11631 (variable_size): Do not call put_pending_size and tidy up.
11632 * function.h (struct function): Remove dont_save_pending_sizes_p.
11633 * lto-streamer-in.c (input_function): Do not stream it.
11634 * lto-streamer-out.c (output_function): Likewise.
11635 * tree-inline.c (initialize_cfun): Do not copy it.
11636 * c-decl.c (store_parm_decls): Do not set it.
11637 * omp-low.c (create_task_copyfn): Likewise.
11638 * tree-optimize.c (tree_rest_of_compilation): Likewise.
11639
386d9c57
UB
116402011-05-05 Uros Bizjak <ubizjak@gmail.com>
11641
11642 * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
11643 conditions.
11644 (*movdf_internal): Ditto.
11645 (*movdf_internal_nointeger): Ditto.
11646 (*movsf_internal): Ditto.
11647
a04a722b
JM
116482011-05-05 Joseph Myers <joseph@codesourcery.com>
11649
11650 * c-decl.c (finish_decl): Don't call get_pending_sizes.
11651 (grokparm): Add parameter expr. Pass it to grokdeclarator.
11652 (push_parm_decl): Add parameter expr. Pass it to grokdeclarator.
11653 (c_variable_size): Remove.
11654 (grokdeclarator): Use save_expr instead of c_variable_size. Don't
11655 call put_pending_sizes.
11656 (get_parm_info): Add parameter expr. Use it to set
11657 arg_info->pending_sizes.
11658 (store_parm_decls): Use arg_info->pending_sizes instead or calling
11659 get_pending_sizes.
11660 * c-parser.c (c_parser_parms_declarator): Update call to
11661 c_parser_parms_list_declarator.
11662 (c_parser_parms_list_declarator): Take parameter expr. Update
11663 call to push_parm_decl. Update recursive call. Don't call
11664 get_pending_sizes. Update calls to get_parm_info.
11665 (c_parser_objc_method_definition): Update calls to
11666 c_parser_objc_method_decl and objc_start_method_definition.
386d9c57 11667 (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
a04a722b
JM
11668 (c_parser_objc_method_decl): Add parameter expr. Update call to
11669 grokparm.
386d9c57 11670 (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
a04a722b
JM
11671 * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
11672 (get_parm_info, grokparm, push_parm_decl): Update prototypes.
11673
c92a6f97
MH
116742011-05-05 Michael Hope <michael.hope@linaro.org>
11675
386d9c57
UB
11676 PR pch/45979
11677 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
11678 __ARM_EABI__ hosts.
c92a6f97 11679
07ea0048
UW
116802011-05-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11681
11682 * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
11683 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
11684 (spu_output_mi_thunk): New function.
11685
d634bfa1
RO
116862011-05-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11687
11688 * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
11689 targetm.asm_out.print_operand.
11690 * config/sol2.c: Include target.h.
11691
40fda55b
JH
116922011-05-04 Jan Hubicka <jh@suse.cz>
11693
11694 * ipa-inline.c (reset_edge_caches): New function.
11695 (update_caller_keys): Add check_inlinablity_for; do not
11696 reset edge caches; remove now unnecesary loop.
386d9c57 11697 (update_callee_keys): Add comments; reset node_growth_cache of callee.
40fda55b
JH
11698 (update_all_callee_keys): Likewise.
11699 (inline_small_functions): Sanity check cache; update code
11700 recomputing it.
11701
0360f70d
BS
117022011-05-04 Bernd Schmidt <bernds@codesourcery.com>
11703
11704 PR rtl-optimization/47612
11705 * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
11706 as the last insn of the sequence to be moved.
11707
7a994646
TB
117082011-05-04 Tobias Burnus <burnus@net-b.de>
11709
11710 PR fortran/48864
11711 * doc/invoke.texi (Ofast): Document that it
11712 enables Fortran's -fno-protect-parens.
11713
7a2f7208
UB
117142011-05-04 Uros Bizjak <ubizjak@gmail.com>
11715
11716 * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
11717
a2d42931
EB
117182011-05-04 Eric Botcazou <ebotcazou@adacore.com>
11719
11720 * stor-layout.c (variable_size): Do not issue errors.
11721
f81b1a3d
RG
117222011-05-04 Richard Guenther <rguenther@suse.de>
11723
11724 * coverage.c (tree_coverage_counter_ref): Use integer_type_node
11725 for array-ref indices.
11726 (tree_coverage_counter_addr): Likewise.
11727 (build_fn_info_type): Use size_int for index types.
11728 (build_gcov_info): Likewise.
11729
c62c040f
RG
117302011-05-04 Richard Guenther <rguenther@suse.de>
11731
11732 * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
11733 to build_int_cst.
11734 * c-typeck.c (really_start_incremental_init): Use bitsize_int
11735 for constructor indices.
11736 (push_init_level): Likewise.
11737
1e3287d0
RG
117382011-05-04 Richard Guenther <rguenther@suse.de>
11739
11740 * explow.c (promote_mode): Move variable declarations before code.
11741
6c32445b
NF
117422011-05-04 Nathan Froyd <froydnj@codesourcery.com>
11743
11744 * tree.h (build_function_type_array): Declare.
11745 (build_varargs_function_type_array): Declare.
11746 (build_function_type_vec, build_varargs_function_type_vec): Define.
11747 * tree.c (build_function_type_array_1): New function.
11748 (build_function_type_array): New function.
11749 (build_varargs_function_type_array): New function.
11750
fdabf269
RS
117512011-05-04 Richard Sandiford <richard.sandiford@linaro.org>
11752
11753 * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
11754 before setting STMT_VINFO_TYPE.
11755
a207915a
UW
117562011-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11757
11758 * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
11759 instead of spu_pass_by_reference.
11760
5e617be8
AK
117612011-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11762
11763 * calls.c (emit_library_call_value_1): Invoke
11764 promote_function_mode hook on libcall arguments.
11765 * explow.c (promote_function_mode, promote_mode): Handle TYPE
11766 argument being NULL.
11767 * targhooks.c (default_promote_function_mode): Lisewise.
11768 * config/s390/s390.c (s390_promote_function_mode): Likewise.
11769 * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
11770
11771 * doc/tm.texi: Document that TYPE argument might be NULL.
11772
486d04be
SH
117732011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11774
11775 * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
11776
9b19b026
SH
117772011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11778
11779 From Bernd Schmidt
11780 * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
11781
502bc3df
RO
117822011-05-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11783
11784 * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
11785 (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
11786 Move ...
11787 * mips-tfile.c: ... here.
11788 Don't include coretypes.h, tm.h, filenames.h.
11789 (saber_stop): Remove definition and all calls.
11790 [__SABER__]: Remove.
11791 (__LINE__): Remove default.
11792 (Size_t, Ptrdiff_t): Remove definitions.
11793 Replace by size_t, ptrdiff_t.
11794 [!MIPS_DEBUGGING_INFO]: Remove.
11795 (SHASH_SIZE, THASH_SIZE): Remove defaults.
11796 (progname): Add const.
11797 (STATIC): Remove.
11798 Replace all uses by static.
11799 (ALIGN_SYMTABLE_OFFSET): Remove default.
11800 * mips-tdump.c: Don't include coretypes.h, tm.h.
11801 Remove !MIPS_IS_STAB guard.
11802 * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
11803 $(TM_H), filenames.h dependencies.
11804 (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
11805
991eb6ef
SH
118062011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11807
11808 From Jie Zhang
11809 *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
11810 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
11811
420ccc84
SH
118122011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11813
11814 From Bernd Schmidt
11815 * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
11816 account and save/restore RETS.
11817 (PROFILE_BEFORE_PROLOGUE): Define.
11818 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character. Correct
11819 the push insn to use predecrement.
11820
9f8d69ee
SH
118212011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
11822
11823 From Jie Zhang
11824 * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
11825
662c03f4
NC
118262011-05-04 Nick Clifton <nickc@redhat.com>
11827
11828 * config/mn10300/mn10300.c: Include cfgloop.h.
11829 (DUMP): New macro.
11830 (mn10300_insert_setlb_lcc): New function. Inserts a SETLB and a
11831 Lcc or a FLcc insn into the instruction stream.
11832 (mn10300_block_contains_call): New function. Returns true if the
11833 given basic block contains a CALL insn.
11834 (mn10300_loop_contains_call_insn): New function. Returns true if
11835 the given loop contains a CALL insn.
11836 (mn10300_scan_for_setlb_lcc): New function. Finds opportunities
11837 to use the SETLB and Lcc or FLcc insns.
11838 (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
11839 (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
11840 * config/mn10300/mn10300.opt (msetlb): New option. Used to
11841 disable the SETLB optimization.
11842 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
11843 __SETLB__ or __NO_SETLB__.
11844 * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
11845 (movsf_internal): Handle MDR register.
11846 (cmpsi): Make visible.
11847 (setlb): New pattern.
11848 (Lcc): New pattern.
11849 (FLcc): New pattern.
11850
843b6915
UB
118512011-05-04 Uros Bizjak <ubizjak@gmail.com>
11852
11853 PR target/48860
11854 * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
11855 for reg<->xmm moves.
11856 * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
11857 (vec_concatv2di_rex64_sse): Ditto.
11858 (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
11859 (*vec_extractv2di_1_rex64): Ditto.
11860
11861 Revert:
11862 2011-05-02 Uros Bizjak <ubizjak@gmail.com>
11863
11864 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
11865 reg<->xmm moves.
11866 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
11867
d35936ab
RG
118682011-05-04 Richard Guenther <rguenther@suse.de>
11869
11870 * tree.h (int_const_binop): Remove notrunc argument.
11871 * fold-const.c (int_const_binop): Remove notrunc argument. Always
11872 create integer constants that are properly truncated.
11873 (extract_muldiv_1): Expand one notrunc int_const_binop caller.
11874 (const_binop): Remove zero notrunc argument to int_const_binop.
11875 (size_binop_loc): Likewise.
11876 (fold_div_compare): Likewise.
11877 (maybe_canonicalize_comparison_1): Likewise.
11878 (fold_comparison): Likewise.
11879 (fold_binary_loc): Likewise.
11880 (multiple_of_p): Likewise.
11881 * expr.c (store_constructor): Likewise.
11882 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
11883 (maybe_fold_stmt_addition): Likewise.
11884 * ipa-prop.c (ipa_modify_call_arguments): Likewise.
11885 * stor-layout.c (layout_type): Likewise.
11886 * tree-data-ref.c (tree_fold_divides_p): Likewise.
11887 * tree-sra.c (build_ref_for_offset): Likewise.
11888 (build_user_friendly_ref_for_offset): Likewise.
11889 * tree-ssa-address.c (maybe_fold_tmr): Likewise.
11890 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
11891 * tree-ssa-loop-niter.c (inverse): Likewise.
11892 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
11893 * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
11894 * tree-switch-conversion.c (check_range): Likewise.
11895 (build_constructors): Likewise.
11896 * tree-vect-generic.c (expand_vector_piecewise): Likewise.
11897 * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
11898 (extract_range_from_assert): Likewise.
11899 (vrp_int_const_binop): Likewise.
11900 (extract_range_from_binary_expr): Likewise.
11901 (extract_range_from_unary_expr): Likewise.
11902 (check_array_ref): Likewise.
11903 (find_case_label_range): Likewise.
11904 (simplify_div_or_mod_using_ranges): Likewise.
11905 * tree-cfg.c (group_case_labels_stmt): Use double-ints for
11906 comparing case labels for merging.
11907
8992c063
MW
119082011-05-03 Mark Wielaard <mjw@redhat.com>
11909
11910 * dwarf2out.c (debug_str_hash_forced): Removed.
11911 (gen_label_for_indirect_string): Removed.
11912 (get_debug_string_label): Removed.
11913 (AT_string_form): Generate label directly.
11914 (output_indirect_string): Test indirect_string_node for
11915 DW_FORM_strp instead of checking label and refcount.
11916 (prune_indirect_string): Removed.
11917 (prune_unused_types): Don't check debug_str_hash_forced or
11918 call prune_indirect_string.
11919
4868e6ea
AO
119202011-05-04 Alexandre Oliva <aoliva@redhat.com>
11921
11922 PR other/48093
11923 * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
11924
01a5c0ab
AO
119252011-05-04 Alexandre Oliva <aoliva@redhat.com>
11926
11927 PR debug/47994
11928 PR debug/47919
11929 * combine.c (try_combine): Skip debug insns at m_split tests.
11930
6ac00218
MW
119312011-04-26 Mark Wielaard <mjw@redhat.com>
11932
11933 PR42288
11934 * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
11935 when info_section_emitted.
11936
3af42a7b
JM
119372011-05-03 Joseph Myers <joseph@codesourcery.com>
11938
11939 * config/mips/mips-opts.h: New.
11940 * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
11941 to mips-opts.h.
11942 (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
11943 (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
11944 or OPT_mr10k_cache_barrier_ here. Access mips_cache_flush_func
11945 via opts pointer.
11946 * config/mips/mips.h (enum mips_code_readable_setting): Move to
11947 mips-opts.h.
11948 (mips_abi, mips_code_readable): Don't declare.
843b6915 11949 * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
3af42a7b
JM
11950 (mabi=): Use Enum and Var.
11951 (mips_abi): New Enum and EnumValue entries.
11952 (mcode-readable=): Use Enum and Var.
11953 (mips_code_readable_setting): New Enum and EnumValue entries.
11954 (mr10k-cache-barrier=): Use Enum and Var.
11955 (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
11956
1cb1a99f
JH
119572011-05-03 Jan Hubicka <jh@suse.cz>
11958
11959 * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
11960 replace hash by pointer map.
11961 (cgraph_node_set_element_def, cgraph_node_set_element,
11962 const_cgraph_node_set_element, varpool_node_set_element_def,
11963 varpool_node_set_element, const_varpool_node_set_element): Remove.
11964 (free_cgraph_node_set, free_varpool_node_set): New function.
11965 (cgraph_node_set_size, varpool_node_set_size): Use vector size.
11966 * tree-emutls.c: Free varpool node set.
11967 * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
11968 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
11969 debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
11970 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
11971 dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
11972 Move here from ipa.c; implement using pointer_map
11973 * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
11974 cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
11975 debug_cgraph_node_set, varpool_node_set_new,
11976 varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
11977 dump_varpool_node_set, debug_varpool_node_set):
11978 Move to ipa-uitls.c.
11979 * passes.c (ipa_write_summaries): Update.
11980
7f31f4db
SH
119812011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11982
7a2f7208
UB
11983 From Mike Frysinger:
11984 * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
11985 bf542/bf544/bf547/bf548/bf549.
7f31f4db 11986
b70fce6d
UB
119872011-05-03 Uros Bizjak <ubizjak@gmail.com>
11988
11989 * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
11990
265b1d82
SH
119912011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
11992
11993 From Bernd Schmidt:
11994 * config/bfin/bfin.md (MOVCC): New mode_macro.
11995 (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
11996 movsicc_insn1, movsicc_insn2 and movsicc and macroized. Remove
11997 comments from generated assembly.
11998
f0b568f3
SH
119992011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
12000
12001 From Bernd Schmidt
12002 * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
12003 * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
12004 * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
12005 * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
12006 * config/bfin/lib1funcs.asm (___muldi3): New function.
12007
2c67cf6e
NF
120082011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12009
12010 * config/stormy16/stormy16 (xstormy16_init_builtins): Call
12011 build_function_type_list instead of build_function_type.
12012 Rearrange initialization of `args' to do so.
12013
f9ac28ad
NF
120142011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12015
12016 * config/i386/i386.c (ix86_code_end): Call build_function_type_list
12017 instead of build_function_type.
12018
22b8798c
NF
120192011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12020
12021 * config/rs6000/rs6000.c (spe_init_builtins): Call
12022 build_function_type_list instead of build_function_type.
12023 (paired_init_builtins, altivec_init_builtins): Likewise.
12024 (builtin_function_type): Likewise.
12025
4cb44528
NF
120262011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12027
12028 * config/sh/sh.c (sh_media_init_builtins): Call
12029 build_function_type_list instead of build_function_type.
12030
4c203a6a
NF
120312011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12032
12033 * config/sparc/sparc.c (sparc_file_end): Call
12034 build_function_type_list instead of build_function_type.
12035
d6a3d62b
NF
120362011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12037
12038 * config/alpha/alpha.c (alpha_init_builtins): Call
12039 build_function_type_list instead of build_function_type.
12040
de530b86
NF
120412011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12042
12043 * config/xtensa/xtensa.c (xtensa_init_builtins): Call
12044 build_function_type_list instead of build_function_type.
12045
baeec5f2
NF
120462011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12047
12048 * config/iq2000/i2000.c (iq2000_init_builtins): Call
12049 build_function_type_list instead of build_function_type.
12050 Delete `endlink' variable.
12051
c19afe52
NF
120522011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12053
12054 * config/avr/avr.c (avr_init_builtins): Call
12055 build_function_type_list instead of build_function_type.
12056
a341df0a
NF
120572011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12058
12059 * config/picochip/picochip.c (picochip_init_builtins): Call
12060 build_function_type_list instead of build_function_type.
12061 Delete `endlink' variable.
12062
2102b1e1
NF
120632011-05-03 Nathan Froyd <froydnj@codesourcery.com>
12064
12065 * config/bfin/bfin.c (bfin_init_builtins): Call
12066 build_function_type_list instead of build_function_type.
12067
9f111209
SH
120682011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
12069
12070 From Bernd Schmidt
12071 * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
12072 that's not CONST_INT. Seemingly redundant check is due to PR39768.
12073
7071d064
SH
120742011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
12075
12076 From Jie Zhang:
12077 * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
12078 libbffastfp overrides libgcc when -mfast-fp.
12079
748f7574 120802011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
44fb48ef
SH
12081
12082 Originally from Bernd Schmidt
12083 * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
12084 * config/bfin/bfin.c (override_options): Test it and error if
12085 TARGET_FDPIC.
12086
1a3a9152
SH
120872011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
12088
12089 Originally From Bernd Schmidt
12090 * config/bfin/bfin.c (override_options): Disable -fstack-limit for
12091 FD-PIC.
12092
7134c090
JL
120932011-05-03 Jeff Law <law@redhat.com>
12094
12095 * tree-ssa-threadupdate.c (THREAD_TARGET): define.
12096 (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
12097 (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
b70fce6d
UB
12098 than accessing AUX field directly. Free the AUX field before
12099 clearing it.
7134c090
JL
12100 (thread_block, thread_through_loop_header): Likewise.
12101 (thread_single_edge, mark_threaded_blocks): Likewise.
12102 (redirect_edges): Delay clearing the AUX field. Free the AUX field.
12103 (register_jump_thread): Do not attempt to thread to a NULL edge.
b70fce6d 12104
2c7eebae
BS
121052011-05-03 Bernd Schmidt <bernds@codesourcery.com>
12106
12107 * function.c (init_function_start): Call decide_function_section.
12108 * varasm.c (decide_function_section): New function.
12109 (assemble_start_function): When not using
12110 flag_reorder_blocks_and_partition, don't compute in_cold_section_p
12111 or first_function_block_is_cold.
12112 * rtl.h (decide_function_section): Declare.
12113
17038fcf
JJ
121142011-05-03 Uros Bizjak <ubizjak@gmail.com>
12115 Jakub Jelinek <jakub@redhat.com>
12116
12117 PR target/48774
12118 * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
12119 only succeed if req_mode is the same as set_mode.
12120
3810076b
BS
121212011-05-03 Bernd Schmidt <bernds@codesourcery.com>
12122
12123 * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
12124 * genemit.c (gen_exp): Handle RETURN.
12125 * emit-rtl.c (verify_rtx_sharing): Likewise.
12126 (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
12127 * rtl.c (copy_rtx): RETURN is shared.
12128 * rtl.h (enum global_rtl_index): Add GR_RETURN.
12129 (ret_rtx): New.
12130 * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
12131 * config/s390/s390.c (s390_emit_epilogue): Likewise.
12132 * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
12133 * config/cris/cris.c (cris_expand_return): Likewise.
12134 * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
12135 * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
12136 rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
12137 * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
12138 * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
12139 Likewise.
12140 * config/v850/v850.c (expand_epilogue): Likewise.
12141 * config/bfin/bfin.c (bfin_expand_call): Likewise.
12142 * config/arm/arm.md (epilogue): Likewise.
12143 * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
12144 * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
12145 variable to ret_reg.
12146
9efdb4ad
RG
121472011-05-03 Richard Guenther <rguenther@suse.de>
12148
12149 PR lto/48846
12150 * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
12151 Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
12152 * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
12153
60a45536
RG
121542011-05-03 Richard Guenther <rguenther@suse.de>
12155
12156 * c-decl.c (grokdeclarator): Instead of looking at
12157 TREE_OVERFLOW check if the constant fits in the index type.
12158
3188ed59
RS
121592011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
12160
12161 * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
12162 (vec_store_lanes<mode><mode>): Likewise.
12163
272c6793
RS
121642011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
12165
12166 * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
12167 * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
12168 convert_optab_index values.
12169 (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
12170 * genopinit.c (optabs): Initialize the new optabs.
12171 * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
12172 * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
12173 (expand_STORE_LANES): New functions.
12174 * tree.h (build_array_type_nelts): Declare.
12175 * tree.c (build_array_type_nelts): New function.
12176 * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
12177 (vect_model_load_cost): Likewise.
12178 (vect_store_lanes_supported, vect_load_lanes_supported)
12179 (vect_record_strided_load_vectors): Declare.
12180 * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
12181 (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
12182 (vect_transform_strided_load): Split out statement recording into...
12183 (vect_record_strided_load_vectors): ...this new function.
12184 * tree-vect-stmts.c (create_vector_array, read_vector_array)
12185 (write_vector_array, create_array_ref): New functions.
12186 (vect_model_store_cost): Add store_lanes_p argument.
12187 (vect_model_load_cost): Add load_lanes_p argument.
12188 (vectorizable_store): Try to use store-lanes functions for
12189 interleaved stores.
12190 (vectorizable_load): Likewise load-lanes and loads.
12191 * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
12192 to vect_model_store_cost.
12193 (vect_build_slp_tree): Likewise vect_model_load_cost.
12194
0f6d54f7
RS
121952011-05-03 Richard Sandiford <richard.sandiford@linaro.org>
12196
12197 * hooks.h (hook_bool_mode_uhwi_false): Declare.
12198 * hooks.c (hook_bool_mode_uhwi_false): New function.
12199 * target.def (array_mode_supported_p): New hook.
12200 * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
12201 * doc/tm.texi: Regenerate.
12202 * stor-layout.c (mode_for_array): New function.
12203 (layout_type): Use it.
12204 * config/arm/arm.c (arm_array_mode_supported_p): New function.
12205 (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
12206
b15eacc7
EB
122072011-05-03 Eric Botcazou <ebotcazou@adacore.com>
12208
12209 PR target/48723
12210 * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
12211 for -fstack-check if the size to allocate is negative.
12212
575bfb00
LC
122132011-05-02 Lawrence Crowl <crowl@google.com>
12214
12215 * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
12216 (timevar_cond_start): New for starting a timer only when it is not
12217 already running.
12218 (timevar_cond_stop): New for stopping a timer when it was not already
12219 running.
12220
12221 * timevar.c (timevar_stop): Enable start/stop timers to start again.
12222 (timevar_cond_start): New as above.
12223 (timevar_cond_stop): New as above.
12224
12225 * timevar.def: Add start/stop timers for compiler phases,
12226 TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
12227 TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
12228 and TV_PHASE_FINALIZE.
12229 Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
12230 Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
12231 TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
12232 Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
12233 Make unused TV_OVERLOAD into a start/stop timer.
12234
12235 Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
12236 Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
12237 to indicate that they are start/stop timers.
12238
12239 * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
12240 Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
12241 Move initialization to do_compile.
12242 (do_compile): Add initialization from above.
12243 Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
12244
12245 * c-decl.c (c_write_global_declarations): Add start/stop of
12246 TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
12247
12248 * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
12249 or TV_PARSE_INLINE, as appropriate.
12250 (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
12251 (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
12252
3533b943
JM
122532011-05-02 Jason Merrill <jason@redhat.com>
12254
12255 PR c++/40975
12256 * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
12257
2609a0ce
SM
122582011-05-02 Simon Martin <simartin@users.sourceforge.net>
12259
12260 PR c/35445
12261 * c-decl.c (finish_decl): Only create a composite if the types are
12262 compatible.
12263
6b0e4cbb
JM
122642011-05-02 Joseph Myers <joseph@codesourcery.com>
12265
12266 * config/fr30/fr30-protos.h (Mmode): Don't define.
12267 * config/m32r/m32r-protos.h (Mmode): Don't define. Expand
12268 definition where used.
12269 * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
12270 define. Expand definitions where used.
12271 * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
12272 Expand definitions where used.
12273 * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
12274 rx_function_arg, rx_function_arg_advance,
12275 rx_function_arg_boundary): Expand definitions of those macros.
12276 * config/v850/v850-protos.h (Mmode): Don't define. Expand
12277 definition where used.
12278
4e938ce6
UB
122792011-05-02 Uros Bizjak <ubizjak@gmail.com>
12280
12281 * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
12282 reg<->xmm moves.
12283 (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
12284 (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves. Merge
12285 with *movv2sf_internal_rex64_avx.
12286 (*movv2sf_internal): Merge with *movv2sf_internal_avx.
12287 * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
12288 Use %v prefix in insn mnemonic to handle TARGET_AVX.
12289 (*movdi_internal): Add "isa" attribute. Use "maybe_vex" instead of
12290 "vex" in "prefix" attribute calculation.
12291 (*movdf_internal): Output AVX mnemonics. Add "prefix" attribute.
12292
36019c19
SH
122932011-05-02 Stuart Henderson <shenders@gcc.gnu.org>
12294
7a2f7208
UB
12295 PR target/47951
12296 * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
12297 inputs match the output.
36019c19 12298
f69ea688
AS
122992011-05-02 Andreas Schwab <schwab@linux-m68k.org>
12300
12301 PR target/47955
12302 * config/m68k/m68k.c (m68k_expand_prologue): Set
12303 current_function_static_stack_size.
12304
c33406f5
JH
123052011-05-02 Jan Hubicka <jh@suse.cz>
12306
12307 * lto-streamer.c (lto_streamer_cache_insert_1,
12308 lto_streamer_cache_lookup, lto_streamer_cache_create,
12309 lto_streamer_cache_delete): Use pointer map instead of hashtable.
12310 * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
12311
47c94d21
JM
123122011-05-02 Joseph Myers <joseph@codesourcery.com>
12313
12314 * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
12315 config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
12316 config/m68k/t-opts: New files.
12317 * config/m68k/m68k-tables.opt: New file (generated).
12318 * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
12319 extra_options and m68k/t-opts to tmake_file.
12320 * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
12321 (all_isas): Initialize using m68k-isas.def.
12322 (all_microarchs): Initialize using m68k-microarchs.def.
12323 (m68k_find_selection): Remove.
12324 (m68k_handle_option): Don't assert that global structures are in
12325 use. Use error_at. Access variables via opts pointer. Don't
12326 handle -march=, -mcpu= and -mtune= here. Set gcc_options fields
12327 directly for -m68020-40 and -m68020-60.
12328 (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
12329 m68k_tune_entry here.
12330 * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
12331 to m68k-opts.h.
12332 (m68k_library_id_string): Remove declaration.
4e938ce6 12333 * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
47c94d21
JM
12334 (m68k_library_id_string): New Variable.
12335 (march=, mcpu=, mtune=): Use Enum and Var.
12336
e562bf36
RG
123372011-05-02 Richard Guenther <rguenther@suse.de>
12338
12339 * varasm.c (output_constructor_regular_field): Compute zero-based
12340 index with double-ints. Make sure to ICE instead of producing
12341 wrong code.
12342 * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
12343 in asserts. Properly use a signed type.
12344
6bec6c98
UB
123452011-05-02 Uros Bizjak <ubizjak@gmail.com>
12346
12347 * config/i386/sse.md (V): New mode iterator.
12348 (V_128): Rename from SSEMODE. Make V2DF mode conditional on
12349 TARGET_SSE2.
12350 (V_256): Rename from AVX256MODE.
12351 (VF): Make V4SF mode unconditional. Add TARGET_SSE instruction
12352 condition to all users.
12353 (VF1): Ditto.
12354 (VF2): Make V2DF mode unconditional. Add TARGET_SSE2 instruction
12355 condition to all users.
12356 (VF_128): Make V4SF mode unconditional.
12357 (VF_256): Rename from AVX256MODEF2P.
12358 (VI4F_128): Rename from SSEMODE4S.
12359 (VI8F_128): Rename from SSEMODE2D.
12360 (VI4F_256): Rename from AVX256MODE8P.
12361 (VI8F_256): Rename from AVX256MODE4P.
12362 (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
12363 (ssescalarmodesuffix): Remove SF and DF modes.
12364 (SSEMODE124): Remove.
12365 (SSEMODE1248): Ditto.
12366 (SSEMODEF2P): Ditto.
12367 (AVXMODEF2P): Ditto.
12368 (AVXMODEFDP): Ditto.
12369 (AVXMODEFSP): Ditto.
12370 (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
12371 unconditional.
12372 (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO. Make V4SF mode
12373 unconditional.
12374 (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
12375 xop_pcmov_<mode>256. Use V mode iterator.
12376
12377 Adjust RTX patterns globally for renamed mode attributes.
12378
2dfdcb4b
UW
123792011-05-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12380
12381 * haifa-sched.c (sched_emit_insn): Emit insn before first
12382 non-scheduled insn. Inform back-end about new insn. Add
12383 new insn to scheduled_insns list.
12384
90bc4623
RG
123852011-05-02 Richard Guenther <rguenther@suse.de>
12386
12387 PR tree-optimization/48822
12388 * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
12389 (process_scc): Indicate which iteration we start.
12390
bc0fe8cb
JH
123912011-05-02 Jan Hubicka <jh@suse.cz>
12392
12393 * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
12394 (lto_section_overrun): New.
12395 * lto-section-out.c (append_block): Rename to ...
12396 (lto_append_block): ... this one; export.
12397 (lto_output_1_stream): Move lto lto-streamer.h
12398 (lto_output_data_stream): Update.
12399 * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
12400 (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
12401 functions.
12402
f070a9d1
RG
124032011-05-02 Richard Guenther <rguenther@suse.de>
12404
12405 * tree.c (tree_code_counts): New global array.
12406 (record_node_allocation_statistics): Count individual tree codes.
12407 (dump_tree_statistics): Dump individual code stats.
12408
09dfe187
JH
124092011-05-01 Jan Hubicka <jh@suse.cz>
12410
12411 * ipa-inline.c (caller_growth_limits): Fix thinko when
12412 looking for largest stack frame.
12413 * ipa-inline.h (dump_inline_summary): Declare.
12414 * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
12415 on stack usage.
12416 (dump_inline_summary): Export.
12417 (debug_inline_summary): Declare as DEBUG_FUNCTION.
12418
6f76a878
AS
124192011-05-01 Anatoly Sokolov <aesok@post.ru>
12420
12421 * reginfo.c (memory_move_cost): Change rclass argument type form
12422 'enum reg_class' to reg_class_t.
12423 * reload.h (memory_move_cost): Update prototype.
12424 * postreload.c reload_cse_simplify_set): Change type dclass var to
12425 reg_class_t.
12426 * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
12427 Update prototype.
12428 (ira_allocate_and_set_costs): Change aclass argument type form
12429 'enum reg_class' to reg_class_t.
6bec6c98 12430 * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
6f76a878
AS
12431 Change aclass argument type to reg_class_t.
12432 (update_conflict_hard_reg_costs): Change type aclass and pref vars
12433 to reg_class_t.
12434 * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
12435 memory_move_cost call.
12436
12437 * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
12438 'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
12439 Change type tmp var to reg_class_t.
12440
9a4ac625
JH
124412011-04-30 Jan Hubicka <jh@suse.cz>
12442
12443 * ipa-inline.c (can_inline_edge_p): Disregard limits when
12444 inlining into function with flatten attribute.
12445 (want_inline_small_function_p): Be more realistic about inlining
12446 cold calls where callee size grows.
12447
dd8352ee
JH
124482011-04-30 Jan Hubicka <jh@suse.cz>
12449
12450 * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
12451 flags.
12452
46e43d2b
AS
124532011-04-30 Anatoly Sokolov <aesok@post.ru>
12454
12455 * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
12456 PRINT_OPERAND_PUNCT_VALID_P): Remove.
12457 * config/sparc/sparc-protos.h (print_operand): Remove declaration.
12458 * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
12459 TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
12460 (print_operand): Rename to...
12461 (sparc_print_operand): ...this. Make static. Adjust
12462 sparc_print_operand function call.
12463 (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
12464 functions.
12465
ecb62563
JH
124662011-04-30 Jan Hubicka <jh@suse.cz>
12467
6bec6c98 12468 PR middle-end/48752
ecb62563
JH
12469 * ipa-inline.c (early_inliner): Disable when doing late
12470 addition of function.
12471
edb9b69e
JJ
124722011-04-30 Jakub Jelinek <jakub@redhat.com>
12473
be80a87e
JJ
12474 * dwarf2out.c (get_address_mode): New inline.
12475 (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
12476 if not dwarf_strict emit
12477 DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
12478 desirable. Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
12479 UNSIGNED_FLOAT, FIX and UNSIGNED_FIX. Just return NULL for
12480 FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
12481 (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
12482 dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
12483 mem_loc_descriptor callers.
12484 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
12485 output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
12486 Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
12487 DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
12488 (base_types): New variable.
12489 (get_base_type_offset, calc_base_type_die_sizes,
12490 base_type_for_mode, mark_base_types, base_type_cmp,
12491 move_marked_base_types): New functions.
12492 (calc_die_sizes): Assert that die_offset is 0 or equal to
12493 next_die_offset.
12494 (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
12495 others defer to mem_loc_descriptor. Adjust mem_loc_descriptor
12496 callers. If not dwarf_strict, call mem_loc_descriptor even for
12497 non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
12498 (gen_subprogram_die): Don't give up on call site parameters
12499 with non-integral or large integral modes. Adjust
12500 mem_loc_descriptor callers.
12501 (prune_unused_types): Call prune_unused_types_mark on base_types
12502 vector entries.
12503 (resolve_addr): Call mark_base_types.
12504 (dwarf2out_finish): Call move_marked_base_types.
12505
edb9b69e
JJ
12506 PR tree-optimization/48809
12507 * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
12508 type.
12509 (gen_inbound_check): Don't compute index_expr - range_min in utype
12510 again, instead reuse SSA_NAME initialized in build_arrays.
12511 Remove two useless gsi_for_stmt calls.
12512
a6545a3d
JL
125132011-04-29 Jeff Law <law@redhat.com>
12514
12515 * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
12516
af8bca3c
MJ
125172011-04-29 Martin Jambor <mjambor@suse.cz>
12518
12519 * cgraph.h (cgraph_postorder): Remove declaration.
12520 * ipa-utils.h (ipa_free_postorder_info): Declare.
12521 (ipa_reverse_postorder): Likewise.
12522 * cgraphunit.c: Include ipa-utils.h.
12523 (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
12524 * ipa-inline.c: Include ipa-utils.h.
12525 (ipa_inline): Update call to ipa_reverse_postorder.
12526 * ipa-pure-const.c (propagate_pure_const): Update call to
12527 ipa_reduced_postorder and ipa_print_order. Call
12528 ipa_free_postorder_info to clean up.
12529 (propagate_nothrow): Likewise.
12530 * ipa-reference.c (propagate): Removed a useless call to
12531 ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
12532 and ipa_print_order. Call ipa_free_postorder_info to clean up.
12533 * ipa.c: Include ipa-utils.h.
12534 (ipa_profile): Update call to ipa_reverse_postorder.
12535 (cgraph_postorder): Moved to...
12536 * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
12537 (ipa_utils_print_order): Renamed to ipa_print_order.
12538 (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
12539 comments.
12540 (ipa_free_postorder_info): New function.
12541 * passes.c: Include ipa-utils.h.
12542 (do_per_function_toporder): Update call to ipa_reverse_postorder.
12543 (ipa_write_summaries): Likewise.
12544 * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
12545 (cgraphunit.o): Likewise.
12546 (ipa.o): Likewise.
12547 (ipa-inline.o): Likewise.
12548
b15c64ee
JH
125492011-04-29 Jan Hubicka <jh@suse.cz>
12550
12551 * gcc.dg/tree-ssa/inline-10.c: New testcase.
12552 * gcc.dg/tree-ssa/inline-9.c: Disable partial inlining.
12553 * ipa-inline.h (clause_t): Turn into unsigned int.
12554 * ipa-inline-analysis.c (add_clause): Do more simplification.
12555 (and_predicates): Shortcut more cases.
12556 (predicates_equal_p): Move forward; check that clauses are properly
12557 ordered.
12558 (or_predicates): Shortcut more cases.
12559 (edge_execution_predicate): Rewrite as...
12560 (set_cond_stmt_execution_predicate): ... this function; handle
12561 __builtin_constant_p.
12562 (set_switch_stmt_execution_predicate): New .
12563 (compute_bb_predicates): New.
12564 (will_be_nonconstant_predicate): Update TODO.
12565 (estimate_function_body_sizes): Use compute_bb_predicates
12566 and free them later, always try to estimate if stmt is constant.
12567 (estimate_time_after_inlining, estimate_size_after_inlining):
12568 Gracefully handle optimized out edges.
12569 (read_predicate): Fix off by one error.
12570
a88fdc2a
NP
125712011-04-29 Nicola Pero <nicola.pero@meta-innovation.com>
12572
12573 * Makefile.in (ENABLE_MAINTAINER_RULES): New.
12574
d984c8ef
XDL
125752011-04-27 Xinliang David Li <davidxl@google.com>
12576
12577 * tree-profile.c (init_ic_make_global_vars): Set
12578 tls attribute on ic vars.
12579 * coverage.c (coverage_end_function): Initialize
12580 function_list with zero.
12581
45a2c477
RG
125822011-04-29 Richard Guenther <rguenther@suse.de>
12583
12584 * builtins.c (fold_builtin_classify_type): Use integer_type_node
12585 for the type of the result.
12586 (fold_builtin_isascii): Likewise.
12587 (fold_builtin_toascii): Use integer_type_node where appropriate.
12588 (fold_builtin_logb): Likewise.
12589 (fold_builtin_frexp): Likewise.
12590 (fold_builtin_strstr): Likewise.
12591 (fold_builtin_strpbrk): Likewise.
12592 (fold_builtin_fputs): Likewise.
12593 (fold_builtin_sprintf): Likewise.
12594 (fold_builtin_snprintf): Likewise.
12595 (fold_builtin_printf): Likewise.
12596 (do_mpfr_remquo): Use a proper type for the assigned constant.
12597 (do_mpfr_lgamma_r): Likewise.
12598 * dwarf2out.c (resolve_one_addr): Use size_int.
12599 * except.c (init_eh): Likewise.
12600 (assign_filter_values): Use integer_type_node for filter values.
12601 (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
12602 indices.
12603 * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
12604 for EH region numbers.
12605 * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
12606 for the shift amount.
12607
eb6c3df1
RG
126082011-04-29 Richard Guenther <rguenther@suse.de>
12609
12610 * expr.h (expand_shift): Rename to ...
12611 (expand_variable_shift): ... this.
12612 (expand_shift): Take a constant shift amount.
12613 * expmed.c (expand_shift): Rename to ...
12614 (expand_variable_shift): ... this.
12615 (expand_shift): New wrapper around expand_variable_shift.
12616 * expr.c (convert_move, emit_group_load_1, emit_group_store,
12617 optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
12618 expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
12619 * expmed.c (store_fixed_bit_field, extract_bit_field_1,
12620 extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
12621 expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
12622 extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
12623 emit_store_flag_1, emit_store_flag): Likewise.
12624 * builtins.c (expand_builtin_signbit): Likewise.
12625 * calls.c (load_register_parameters): Likewise.
12626 * function.c (assign_parm_setup_block): Likewise.
12627 * lower-subreg.c (resolve_shift_zext): Likewise.
12628 * optabs.c (widen_bswap, expand_abs_nojump,
12629 expand_one_cmpl_abs_nojump, expand_float): Likewise.
12630 * spu/spu.c (spu_expand_extv): Likewise.
12631 * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
12632
9f616812
RG
126332011-04-29 Richard Guenther <rguenther@suse.de>
12634
12635 * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
12636 for the remapped region number.
12637 * predict.c (build_predict_expr): Use integer_type_node for the
12638 predict kind.
12639 * fold-const.c (fold_binary_loc): Use integer_type_node for
12640 the shift amount. Use a proper type for the PLUS_EXPR operand.
12641
b823cdfe
MM
126422011-04-29 Michael Matz <matz@suse.de>
12643
12644 * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
12645 other trees that just builtins.
12646 (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
12647
413581ba
RG
126482011-04-29 Richard Guenther <rguenther@suse.de>
12649
12650 * tree-nested.c (get_trampoline_type): Use size_int.
12651 (get_nl_goto_field): Likewise.
12652 * tree-eh.c (lower_try_finally_switch): Use integer_type_node
12653 for all indexes.
12654 (lower_eh_constructs_2): Likewise.
12655 (lower_resx): Likewise.
12656 (lower_eh_dispatch): Likewise.
12657 * tree-mudflap.c (mf_build_string): Use size_int.
12658 (mudflap_register_call): Use integer_type_node for the flag.
12659 (mudflap_enqueue_constant): Use size_int.
12660 * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
12661 instead of rebuilding it.
12662
5c04e9f4
RG
126632011-04-29 Richard Guenther <rguenther@suse.de>
12664
12665 * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
12666 Handle OBJ_TYPE_REF.
12667 (find_func_aliases_for_call): Use it more consistently.
12668
5c24671b
AO
126692011-04-29 Alexandre Oliva <aoliva@redhat.com>
12670
12671 * haifa-sched.c (last_nondebug_scheduled_insn): New.
12672 (rank_for_schedule): Use it.
12673 (schedule_block): Set it.
12674
10adac51
XDL
126752011-04-28 David Li <davidxl@google.com>
12676
12677 * tree.c (crc32_string): Use crc32_byte.
12678 (crc32_byte): New function.
12679 * tree.h (crc32_byte): New function.
12680 * gcov.c (read_graph_file): Handle new cfg_cksum.
12681 (read_count_file): Ditto.
12682 * profile.c (instrument_values): Ditto.
12683 (get_exec_counts): Ditto.
12684 (read_profile_edge_counts): Ditto.
12685 (compute_branch_probabilities): Ditto.
12686 (compute_value_histograms): Ditto.
12687 (branch_prob): Ditto.
12688 (end_branch_prob): Ditto.
12689 * coverage.c (read_counts_file): Ditto.
12690 (get_coverage_counts): Ditto.
12691 (tree_coverage_counter_addr): Ditto.
12692 (coverage_checksum_string): Ditto.
12693 (coverage_begin_output): Ditto.
12694 (coverage_end_function): Ditto.
12695 (build_fn_info_type): Ditto.
12696 (build_fn_info_value): Ditto.
12697 * libgcov.c (gcov_exit): Ditto.
12698 * gcov-dump.c (tag_function): Ditto.
12699 (compute_checksum): Remove.
12700
5d6358a5
AM
127012011-04-29 Alan Modra <amodra@gmail.com>
12702
12703 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
12704 unspec plus offset. Tidy macho code.
12705
85ad2ef5
MJ
127062011-04-29 Martin Jambor <mjambor@suse.cz>
12707
12708 * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
12709 node instead of a decl. Update all callers.
12710 * cgraph.h: Update declaration.
12711
437f4a00
IR
127122011-04-28 Ira Rosen <ira.rosen@linaro.org>
12713
12714 PR tree-optimization/48765
12715 * tree-vectorizer.h (vect_make_slp_decision): Return bool.
12716 * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
12717 to indicate if loop aware SLP is being used. Scan the statements
12718 and update the vectorization factor according to the type of
12719 vectorization before statement analysis.
12720 (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
12721 pass it to vect_analyze_loop_operations.
12722 (vectorizable_reduction): Set number of copies to 1 in case of pure
12723 SLP statement.
12724 * tree-vect-stmts.c (vectorizable_conversion,
12725 vectorizable_assignment, vectorizable_shift,
12726 vectorizable_operation, vectorizable_type_demotion,
12727 vectorizable_type_promotion, vectorizable_store, vectorizable_load):
12728 Likewise.
12729 (vectorizable_condition): Move the check that it is not SLP
12730 vectorization before the number of copies check.
12731 * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
12732 to vectorize the loop using SLP.
12733
c6fc44f3
JJ
127342011-04-28 Jakub Jelinek <jakub@redhat.com>
12735
12736 PR middle-end/48597
12737 * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
12738 inline asm.
12739
6c0170ea
JM
127402011-04-28 Joseph Myers <joseph@codesourcery.com>
12741
12742 * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
12743 *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
12744 (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
12745 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
12746 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
12747 linux*.h headers.
6bec6c98 12748 * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
6c0170ea
JM
12749 * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
12750 * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
12751 * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
6bec6c98 12752 * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
6c0170ea
JM
12753 * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
12754 REG_NAME.
12755 * config/i386/linux.h (REG_NAME): Don't define.
12756 * config/i386/linux64.h (REG_NAME): Don't define.
12757 * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
12758 Undefine before defining.
12759
970dabbd
JH
127602011-04-28 Jan Hubicka <jh@suse.cz>
12761
6bec6c98
UB
12762 * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
12763 nonconstant_names array.
970dabbd
JH
12764 (estimate_function_body_sizes): Build nonconstant_names array; handle
12765 BUILT_IN_CONSTANT_P.
12766
8d3e3924
RG
127672011-04-28 Richard Guenther <rguenther@suse.de>
12768
12769 PR bootstrap/48804
12770 Revert
12771 2011-04-28 Richard Guenther <rguenther@suse.de>
12772
12773 * tree-ssa-structalias.c (solve_constraints): Build succ graph
12774 as late as possible.
6bec6c98 12775
8576f20a
RG
127762011-04-28 Richard Guenther <rguenther@suse.de>
12777
12778 * tree-ssa-structalias.c (dump_constraint): Don't end the line.
12779 (debug_constraint): Do it here.
12780 (dump_constraints): And here.
12781 (rewrite_constraints): And here.
12782 (dump_constraint_edge): Remove.
12783 (dump_constraint_graph): Rewrite to produce DOT output.
12784 (solve_constraints): Build succ graph as late as possible.
12785 Dump constraint graphs before and after solving.
12786
e38811ce
RG
127872011-04-28 Richard Guenther <rguenther@suse.de>
12788
12789 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
12790 New function split out from ...
12791 (find_func_aliases): ... here. Call it.
12792 (find_func_aliases_for_call): Likewise.
12793
fbaf0d0c
GDR
127942011-04-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
12795
12796 * internal-fn.h (internal_fn_name_array): Declare.
12797 (internal_fn_flags_array): Likewise.
12798
cbb734aa
UB
127992011-04-27 Uros Bizjak <ubizjak@gmail.com>
12800
12801 * config/i386/i386.md (ssemodesuffix): Merge with ssevecsize,
12802 ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
12803 Move from sse.md.
12804 (ssemodefsuffix): Remove.
12805 (ssevecmodesuffix): New mode attribute.
12806 (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
12807 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
12808 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
12809 *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
12810 *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
12811 *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
12812 *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
12813 ssemodesuffix mode attribute.
12814 (float splitters): Use ssevecmodesuffix mode attribute.
12815 * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
12816 (sseinsmode): Rename from avxvecmode.
12817 (avxsizesuffix): Rename from avxmodesuffix.
12818 (sseintvecmode): Rename from avxpermvecmode.
12819 (ssedoublevecmode): Rename from ssedoublesizemode.
12820 (ssehalfvecmode): Rename from avxhalfvecmode.
12821 (ssescalarmode): Rename from avxscalarmode.
12822 (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
12823 templates for ssemodesuffix mode attribute.
12824 (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
12825 mode attribute.
12826
12827 Adjust RTX patterns globally for renamed mode attributes.
12828
991278ab
JH
128292011-04-27 Jan Hubcika <jh@suse.cz>
12830
12831 * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
12832 * ipa-inline-analysis.c: Include alloc-pool.h.
12833 (edge_predicate_pool): New.
12834 (trye_predicate_p): New function
12835 (false_predicate_p): New function.
12836 (add_clause): Sanity check that false clauses are "optimized";
12837 never add clauses to predicate that is already known to be false.
12838 (and_predicate): Use flase_predicate_p.
12839 (evaulate_predicate): Rename to ...
12840 (evaluate_predicate): ... this one; update all callers; assert
12841 that false is not listed among possible truths.
12842 (dump_predicate): Use true_predicate_p.
12843 (account_size_time): Use false_predicate_p.
12844 (evaulate_conditions_for_edge): Rename to ...
12845 (evaluate_conditions_for_edge) ... this one.
12846 (edge_set_predicate): New function.
12847 (inline_edge_duplication_hook): Duplicate edge predicates.
12848 (inline_edge_removal_hook): Free edge predicates.
cbb734aa 12849 (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
991278ab
JH
12850 (dump_inline_summary): Update.
12851 (estimate_function_body_sizes): Set edge predicates.
12852 (estimate_calls_size_and_time): Handle predicates.
12853 (estimate_callee_size_and_time): Update.
12854 (remap_predicate): Add toplev_predicate; update comment.
12855 (remap_edge_predicates): New function.
12856 (inline_merge_summary): Compute toplev predicate; update.
12857 (read_predicate): New function.
12858 (read_inline_edge_summary): Use it.
12859 (inline_read_section): Likewise.
12860 (write_predicate): New function.
12861 (write_inline_edge_summary): Use it.
12862 (inline_write_summary): Likewise.
12863 (inline_free_summary): Free alloc pool and edge summary vec.
12864
648b5f85
RG
128652011-04-27 Richard Guenther <rguenther@suse.de>
12866
12867 * tree-ssa-structalias.c (changed_count): Remove.
12868 (changed): Use a bitmap.
12869 (unify_nodes): Adjust.
12870 (do_sd_constraint): Likewise.
12871 (do_ds_constraint): Likewise.
12872 (do_complex_constraint): Likewise.
12873 (solve_graph): Likewise.
12874
4d5dcfb2
JH
128752011-04-27 Jan Hubicka <jh@suse.cz>
12876
12877 * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
12878
200eb7d2
UB
128792011-04-27 Uros Bizjak <ubizjak@gmail.com>
12880
12881 * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
12882 (avx_vperm2f128_*_operand): Ditto.
12883 * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
12884 Use avx_vpermilp_parallel in insn condition.
12885 (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
12886 Use avx_vperm2f128_parallel in insn condition.
12887
7d6e2521
RG
128882011-04-27 Richard Guenther <rguenther@suse.de>
12889
12890 * Makefile.in (tree-ssa-structalias.o): Remove
12891 gt-tree-ssa-structalias.h dependency.
12892 (GTFILES): Remove tree-ssa-structalias.c.
12893 * tree.c (allocate_decl_uid): New function.
12894 (make_node_stat): Use it.
12895 (copy_node_stat): Likewise.
12896 * tree.h (allocate_decl_uid): Declare.
12897 * tree-ssa-alias.h (delete_alias_heapvars): Remove.
12898 * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
12899 * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
200eb7d2 12900 * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
7d6e2521
RG
12901 * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
12902 (struct heapvar_map): Likewise.
12903 (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
12904 heapvar_insert): Likewise.
12905 (make_heapvar_for): Rename to ...
12906 (make_heapvar): ... this. Simplify.
12907 (fake_var_decl_obstack): New global var.
12908 (build_fake_var_decl): New function.
12909 (make_constraint_from_heapvar): Adjust.
12910 (handle_lhs_call): Likewise.
12911 (create_function_info_for): Likewise.
12912 (intra_create_variable_infos): Likewise.
12913 (init_alias_vars): Allocate fake_var_decl_obstack.
12914 (init_alias_heapvars, delete_alias_heapvars): Remove.
12915 (compute_points_to_sets): Do not call init_alias_heapvars.
12916 (ipa_pta_execute): Likewise.
12917 (delete_points_to_sets): Free fake_var_decl_obstack.
12918
526ed6c2
UW
129192011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12920
12921 * config/spu/divmovti4.c (union qword_UTItype): New data type.
12922 (si_from_UTItype, si_to_UTItype): New functions.
12923 (__udivmodti4): Use them to implement type-punning.
12924 * config/spu/multi3.c (union qword_TItype): New data type.
12925 (si_from_TItype, si_to_TItype): New functions.
12926 (__multi3): Use them to implement type-punning.
12927
c187d33c
UW
129282011-04-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12929
12930 * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
12931
40982661
JH
129322011-04-27 Jan Hubicka <jh@suse.cz>
12933
12934 * ipa-prop.c (function_insertion_hook_holder): New holder.
12935 (ipa_add_new_function): New function.
200eb7d2
UB
12936 (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
12937 Register/deregister holder.
40982661 12938
9aef53ee
RG
129392011-04-27 Richard Guenther <rguenther@suse.de>
12940
12941 PR tree-optimization/48772
200eb7d2 12942 * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
9aef53ee 12943
f63d806d
RG
129442011-04-27 Richard Guenther <rguenther@suse.de>
12945
12946 * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
12947 TARGET_MEM_REF handling.
12948
e1ea7451
NC
129492011-04-27 Nick Clifton <nickc@redhat.com>
12950
9b5db25d
NC
12951 * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
12952 ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
12953 (REG_CLASS_NAMES): Likewise.
12954 (REG_CLASS_CONTENTS): Likewise.
12955 (EVEN_ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
12956 (ACC_REGS): New macro. Alias for QUAD_ACC_REGS.
12957 (FEVEN_REGS): New macro. Alias for QUAD_ACC_REGS.
12958 (FPR_REGS): New macro. Alias for QUAD_ACC_REGS.
12959 (EVEN_REGS): New macro. Alias for QUAD_REGS.
12960 * config/frv/frv.c (frv_secondary_reload_class): Remove use of
12961 duplicate register classes.
97d20907 12962 (frv_class_likely_spilled_p): Likewise.
9b5db25d
NC
12963 (frv_register_move_cost): Likewise.
12964
e1ea7451
NC
12965 * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
12966 end of the regno_reg_class array.
12967
5c2f94b4
JJ
129682011-04-27 Jakub Jelinek <jakub@redhat.com>
12969
12970 PR c/48742
12971 * c-typeck.c (build_binary_op): Don't wrap arguments if
12972 int_operands is true.
12973
57a944d7
KK
129742011-04-26 Kaz Kojima <kkojima@gcc.gnu.org>
12975
12976 PR target/48767
12977 * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
12978 targetm.calls.must_pass_in_stack for void type.
12979
898b8927
JH
129802011-04-26 Jan Hubicka <jh@suse.cz>
12981
12982 * cgraphbuild.c (build_cgraph_edges): Update call
12983 of cgraph_create_edge and cgraph_create_indirect_edge.
12984 * cgraph.c (cgraph_create_edge_including_clones,
12985 cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
12986 cgraph_update_edges_for_call_stmt_node): Do not take nest
12987 argument; do not initialize call_stmt_size/time.
12988 (dump_cgraph_node): Do not dump nest.
12989 (cgraph_clone_edge): Do not take loop_nest argument;
12990 do not propagate it; do not clone call_stmt_size/time.
12991 (cgraph_clone_node): Likewise.
12992 (cgraph_create_virtual_clone): Update.
12993 * cgraph.h (struct cgraph_edge): Remove
12994 call_stmt_size/call_stmt_time/loop_nest.
12995 (cgraph_create_edge, cgraph_create_indirect_edge,
12996 cgraph_create_edge_including_clones, cgraph_clone_node): Update
12997 prototype.
12998 * tree-emutls.c (gen_emutls_addr): Update.
12999 * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
13000 loop_nest; handle indirect calls, too.
13001 (clone_inlined_nodes): Do not care about updating inline summaries.
13002 * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
13003 * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
13004 stream call_stmt_size/call_stmt_time/loop_nest.
13005 * ipa-inline.c (edge_badness): Update.
13006 (ipa_inline): dump summaries after inlining.
13007 * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
200eb7d2 13008 New.
898b8927
JH
13009 (inline_edge_summary): New function.
13010 * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
13011 (inline_edge_removal_hook): Handle edge summaries.
13012 (inline_edge_duplication_hook): New hook.
13013 (inline_summary_alloc): Alloc hooks.
13014 (initialize_growth_caches): Do not register removal hooks.
13015 (free_growth_caches); Do not free removal hook.
13016 (dump_inline_edge_summary): New function.
13017 (dump_inline_summary): Use it.
13018 (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
13019 (inline_update_callee_summaries): New function.
13020 (inline_merge_summary): Use it.
13021 (do_estimate_edge_time, do_estimate_edge_growth): Update.
13022 (read_inline_edge_summary): New function.
13023 (inline_read_section): Use it.
13024 (write_inline_edge_summary): New function.
13025 (inline_write_summary): Use it.
13026 (inline_free_summary): Free edge new holders.
13027 * tree-inline.c (copy_bb): Update.
13028
ffa03772
JM
130292011-04-26 Jason Merrill <jason@redhat.com>
13030
13031 * tree-eh.c (lower_try_finally_switch): Create the label along with
13032 the CASE_LABEL_EXPR.
13033
6d7b45ad
DM
130342011-04-26 David S. Miller <davem@davemloft.net>
13035 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13036
13037 * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
13038 * configure: Regenerate.
13039
df10b6d4
MM
130402011-04-26 Michael Meissner <meissner@linux.vnet.ibm.com>
13041
13042 PR target/48258
13043 * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
13044 reduction.
13045 (VEC_reduc): New code iterator and splitters for vector reduction.
13046 (VEC_reduc_name): Ditto.
13047 (VEC_reduc_rtx): Ditto.
13048 (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
13049 (reduc_<VEC_reduc_name>_v4sf): Ditto.
13050
13051 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
13052 support for extracting SF on VSX.
13053
13054 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
13055 generating xscvspdp.
13056 (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
13057 (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
13058 double add, minimum, maximum vector reduction.
13059 (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
13060 (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
13061 optimize double vector reduction.
13062 (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
13063
35a5db04
JM
130642011-04-26 Joseph Myers <joseph@codesourcery.com>
13065
13066 * config/fr30/fr30.h (inhibit_libc): Don't define.
13067 * config/m32r/m32r-protos.h: Correct comment.
13068 * config/v850/v850.h (GHS_default_section_names,
13069 GHS_current_section_names): Use tree, not union tree_node *.
13070
2f964ad6
XDL
130712011-04-26 Xinliang David Li <davidxl@google.com>
13072
200eb7d2 13073 * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
2f964ad6
XDL
13074 * c-family/c-opts.c (c_common_handle_option): Set
13075 warn_maybe_uninitialized.
13076 * opts.c (common_handle_option): Ditto.
13077 * common.opt: New option.
13078 * tree-ssa.c (warn_uninit): Add one more parameter.
13079 (warn_uninitialized_var): Pass warning code.
13080 * tree-flow.h: Interface change.
13081
9c7bd91a
RO
130822011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13083
200eb7d2 13084 * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
9c7bd91a
RO
13085 (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
13086 (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
13087
c2f36e21
RO
130882011-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13089
13090 * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
13091 * config/mips/mips.opt (mmips-tfile): Remove.
13092
13093 * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
13094 mips-tdump reference to ...
200eb7d2 13095 (Specific, alpha*-dec-osf5.1): ... here. Adapt for Tru64 UNIX.
c2f36e21
RO
13096 * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
13097 reference by Tru64 UNIX.
13098
2c9da85b
JJ
130992011-04-26 Jakub Jelinek <jakub@redhat.com>
13100
0c5f6539
JJ
13101 PR debug/48768
13102 * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
13103 is error_mark_node, set value to NULL.
13104
2c9da85b
JJ
13105 PR tree-optimization/48734
13106 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
13107 if return value from maybe_fold_*_comparsions isn't something
13108 the code is prepared to handle.
13109
77fa1d54
UB
131102011-04-26 Uros Bizjak <ubizjak@gmail.com>
13111
13112 * config/i386/predicates.md (ext_QIreg_operand): Remove extra
13113 mode check.
13114 (ext_QIreg_nomode_operands): Remove.
13115 * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
13116 (*andsi_1): Ditto.
13117 (*andhi_1): Ditto.
13118
0e2a6c2b
AS
131192011-04-26 Andrew Stubbs <ams@codesourcery.com>
13120
13121 * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
13122
961562d8
RB
131232011-04-26 Richard Guenther <rguenther@suse.de>
13124
13125 * c-typeck.c (build_unary_op): Do not expand array-refs via
13126 pointer arithmetic. Only adjust qualifiers for function types.
13127
131282011-04-26 Richard Guenther <rguenther@suse.de>
13129
13130 PR middle-end/48694
13131 * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
13132 * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
77fa1d54
UB
13133 compare the operands with OEP_CONSTANT_ADDRESS_OF. Treat trees
13134 with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
961562d8 13135
a0d260fc
PC
131362011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
13137
6bec6c98 13138 * doc/extend.texi: Document __underlying_type.
a0d260fc 13139
4d583bb9
SB
131402011-04-25 Segher Boessenkool <segher@kernel.crashing.org>
13141
13142 * config/rs6000/titan.md (automata_option "progress"): Remove.
13143
1f3fcdc3
JL
131442011-04-25 Jeff Law <law@redhat.com>
13145
13146 * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
13147
e5b0dad8
JK
131482011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13149
13150 * system.h (ENUM_BITFIELD): Remove.
13151
5157a881 131522011-04-25 Maxim Kuvyrkov <maxim@codesourcery.com>
b15eacc7 13153 Eric Botcazou <ebotcazou@adacore.com>
5157a881
MK
13154
13155 * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
13156 for STORE_FLAG_VALUE==-1 case.
13157
ed4c109e
RS
131582011-04-24 Richard Sandiford <richard.sandiford@linaro.org>
13159
13160 PR target/43804
13161 * config/m68k/constraints.md (T): Allow PIC operands that satisfy
13162 LEGITIMATE_PIC_OPERAND_P.
13163
f3181aa2
JH
131642011-04-24 Jan Hubicka <jh@suse.cz>
13165
13166 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
13167 WPA hack.
77fa1d54
UB
13168 * ipa-prop.h (ipa_get_param, ipa_is_param_used,
13169 ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
13170 ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
f3181aa2
JH
13171 * ipa-inline-analysis.c (add_clause): Fix clause ordering.
13172 (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
13173 Sanity check predicate length.
13174 (remap_predicate): Likewise; sanity check jump functions.
13175 (inline_read_section, inline_write_summary): Sanity check
13176 predicate length.
13177
5307cbaa
PC
131782011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
13179
13180 PR other/48748
13181 * doc/extend.texi (Type Traits): Document __is_standard_layout,
13182 __is_literal_type, and __is_trivial; update throughout about
13183 possibly cv-qualified void types.
13184
bebd5f99
GP
131852011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
13186
13187 * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
13188 testsuite and make it version agnostic.
13189
7ee28a74
JH
131902011-04-22 Jan Hubicka <jh@suse.cz>
13191
13192 * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
13193
16997bc0
JJ
131942011-04-23 Jakub Jelinek <jakub@redhat.com>
13195
13196 PR c/48685
13197 * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
13198 to VOID_TYPE even around MODIFY_EXPR.
13199
f94d4ab1
MS
132002011-04-22 Mike Stump <mikestump@comcast.net>
13201
1a84c183 13202 * gensupport.c (read_md_rtx): Fix typo in comment.
f94d4ab1
MS
13203 * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
13204 comment.
13205
632b4f8e
JH
132062011-04-22 Jan Hubicka <jh@suse.cz>
13207
13208 * gengtype.c (open_base_files): Add ipa-inline.h include.
77fa1d54
UB
13209 * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
13210 ipa-prop.c; update all uses.
632b4f8e 13211 * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
77fa1d54
UB
13212 * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
13213 merge summary of inlined function into former caller.
632b4f8e
JH
13214 * ipa-inline.c (max_benefit): Remove.
13215 (edge_badness): Compensate for removal of benefits.
77fa1d54
UB
13216 (update_caller_keys): Use
13217 reset_node_growth_cache/reset_edge_growth_cache.
632b4f8e
JH
13218 (update_callee_keys): Likewise.
13219 (update_all_callee_keys): Likewise.
77fa1d54
UB
13220 (inline_small_functions): Do not collect max_benefit; do not reset
13221 estimated_growth; call free_growth_caches and initialize_growth_caches.
13222 * ipa-inline.h (struct condition, type clause_t, struct predicate,
13223 struct size_time_entry): New structures.
632b4f8e 13224 (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
77fa1d54
UB
13225 (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
13226 and estimated_growth.
632b4f8e
JH
13227 (edge_growth_cache_entry): New structure.
13228 (node_growth_cache, edge_growth_cache): New global vars.
13229 (estimate_growth): Turn into inline.
13230 (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
13231 initialize_growth_caches, free_growth_caches): Declare.
13232 (estimate_edge_growth): Rewrite.
13233 (estimate_edge_time): Implement as inline cache lookup.
77fa1d54
UB
13234 (reset_node_growth_cache, reset_edge_growth_cache): New inline
13235 functions.
632b4f8e
JH
13236 (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
13237 (NUM_CONDITIONS): New constant.
13238 (predicate_conditions): New enum.
13239 (IS_NOT_CONSTANT): New constant.
13240 (edge_removal_hook_holder): New var.
13241 (node_growth_cache, edge_growth_cache): New global vars.
77fa1d54
UB
13242 (true_predicate, single_cond_predicate, false_predicate,
13243 not_inlined_predicate, add_condition, add_clause, and_predicates,
13244 or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
13245 dump_clause, dump_predicate, account_size_time,
632b4f8e
JH
13246 evaulate_conditions_for_edge): New functions.
13247 (inline_summary_alloc): Move to heap.
13248 (inline_node_removal_hook): Clear condition and entry vectors.
13249 (inline_edge_removal_hook): New function.
13250 (initialize_growth_caches, free_growth_caches): New function.
13251 (dump_inline_summary): Update.
13252 (edge_execution_predicate): New function.
13253 (will_be_nonconstant_predicate): New function.
13254 (estimate_function_body_sizes): Compute BB and constantness predicates.
13255 (compute_inline_parameters): Do not clear estimated_growth.
13256 (estimate_edge_size_and_time): New function.
13257 (estimate_calls_size_and_time): New function.
13258 (estimate_callee_size_and_time): New function.
13259 (remap_predicate): New function.
13260 (inline_merge_summary): New function.
13261 (do_estimate_edge_time): New function based on...
13262 (estimate_edge_time): ... this one.
13263 (do_estimate_edge_growth): New function.
13264 (do_estimate_growth): New function based on....
13265 (estimate_growth): ... this one.
13266 (inline_analyze_function): Analyze after deciding on jump functions.
13267 (inline_read_section): New function.
13268 (inline_read_summary): Use it.
13269 (inline_write_summary): Write all the new data.
13270 * ipa-prop.c (ipa_get_param_decl_index): Export.
13271 (ipa_lattice_from_jfunc): Move here from ipa-cp.c
77fa1d54
UB
13272 * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
13273 Declare.
13274 (ipa_get_lattice): Move here from ipa-cp.c
632b4f8e
JH
13275 * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
13276 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
13277 * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
13278 cgraph_edge_inlinable_p): Remove.
13279 * cgraphunit.c: Include ipainline.h
77fa1d54
UB
13280 (cgraph_process_new_functions): Update call of
13281 compute_inline_parameters.
632b4f8e 13282
1df5b0db
RG
132832011-04-22 Richard Guenther <rguenther@suse.de>
13284
13285 * tree.c (build_int_cst): Properly create canonicalized integer
13286 constants.
13287 (build_int_cst_type): Remove scary comments.
13288
ae01169c
XDL
132892011-04-22 Xinliang David Li <davidxl@google.com>
13290
13291 * toplev.c (process_options): Enable -Werror=coverage-mismatch
13292 by default when -Wno-error is not specified.
13293 * opts-global.c (decode_options): Remove call to
13294 control_warning_options.
13295
93dfac24
JJ
132962011-04-22 Jakub Jelinek <jakub@redhat.com>
13297
13298 PR tree-optimization/48717
13299 * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
13300 ~A + A optimizations use build_int_cst_type instead of build_int_cst.
13301
1b5f5069
JM
133022011-04-22 Joseph Myers <joseph@codesourcery.com>
13303
13304 * config/bfin/bfin-protos.h (Mmode): Don't define. Expand
13305 definition where used.
13306
144f4153
JJ
133072011-04-22 Jakub Jelinek <jakub@redhat.com>
13308
13309 PR c/48716
13310 * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
13311 TREE_STATIC variables declared inside of some OpenMP construct.
13312
f9fd305b
MJ
133132011-04-22 Martin Jambor <mjambor@suse.cz>
13314
13315 PR middle-end/48585
1d284ec5 13316 * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
f9fd305b 13317
49819fef
AM
133182011-04-22 Alexander Monakov <amonakov@ispras.ru>
13319
13320 PR c/36750
13321 * c-typeck.c (pop_init_level): Do not warn about initializing
13322 with ` = {0}'.
13323
401f6699
AM
133242011-04-22 Alan Modra <amodra@gmail.com>
13325
13326 * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
13327 when returning call_cookie.
13328 (rs6000_function_ok_for_sibcall): Allow sibcalls via function
13329 pointers, to functions with no more vector args than the current
13330 function, and some non-local calls for ABI_V4.
13331 * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
13332 sibcall_nonlocal_aix64): Combine to ..
13333 (sibcall_nonlocal_aix<mode>): ..this. Handle function pointer calls.
13334 (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
13335 (sibcall_value_nonlocal_aix<mode>): ..likewise.
13336 (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
13337 (sibcall_value_nonlocal_sysv<mode>): Likewise. Correct call cookie
13338 operand.
13339 * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
13340 sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
13341 sibcall_value_symbolic_64): Delete.
13342
903d1e67
XDL
133432011-04-21 Xinliang David Li <davidxl@google.com>
13344
13345 * cgraph.h: Remove pid.
13346 * cgraph.c: Remove pid.
13347 * value-prof.c (init_node_map): New function.
13348 (del_node_map): New function.
13349 (find_func_by_funcdef_no): New function.
13350 (gimple_ic_transform): Call new function.
13351 * cgraphunit.c (cgraph_finalize_function): Remove pid.
13352 * function.c (get_last_funcdef_no): New function.
13353 * function.h (get_last_funcdef_no): New function.
13354 * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
13355 to libgcov function.
13356 (tree-profiling): Call node map init and delete function.
13357
7378e95f
ILT
133582011-04-21 Ian Lance Taylor <iant@google.com>
13359
13360 * godump.c (go_format_type): Use exported Go name for anonymous
13361 field name.
13362
e84a6fcf
NF
133632011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13364
13365 * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
13366 Call builtin_function_type_list instead of builtin_function_type.
13367 (UNARY, BINARY, TRINARY, QUAD): Likewise.
13368
4fe058e2
NF
133692011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13370
13371 * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
13372 build_function_type_list instead of build_function_type.
13373 Delete variable `endlink'.
13374
1ba0a2d2
NF
133752011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13376
13377 * config/s390/s390.c (s390_init_builtins): Call
13378 build_function_type_list instead of build_function_type.
13379
c0676219
NF
133802011-04-21 Nathan Froyd <froydnj@codesourcery.com>
13381
13382 * config/ia64/ia64.c (ia64_init_builtins): Call
13383 build_function_type_list instead of builtin_function_type.
13384
6ddfda8a
ER
133852011-04-21 Easwaran Raman <eraman@google.com>
13386
3a6448ea 13387 * cfgexpand.c (stack_var): Remove OFFSET...
6ddfda8a
ER
13388 (add_stack_var): ...and its reference here...
13389 (expand_stack_vars): ...and here.
13390 (stack_var_cmp): Sort by descending order of size.
13391 (partition_stack_vars): Change heuristic.
1d284ec5 13392 (union_stack_vars): Fix to reflect changes in partition_stack_vars.
6ddfda8a
ER
13393 (dump_stack_var_partition): Add newline after each partition.
13394
23756963
DA
133952011-04-21 Dimitrios Apostolou <jimis@gmx.net>
13396 Jeff Law <law@redhat.com>
13397
77fa1d54 13398 * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
23756963
DA
13399 * gengtype.c (matching_file_name_substitute): Likewise.
13400
aa2a43d2
RG
134012011-04-21 Richard Guenther <rguenther@suse.de>
13402
13403 PR lto/48703
1d284ec5 13404 * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
aa2a43d2 13405
4d931f41
EB
134062011-04-21 Eric Botcazou <ebotcazou@adacore.com>
13407
13408 * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
13409
f103fa7a
RG
134102011-04-21 Richard Guenther <rguenther@suse.de>
13411
13412 * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
13413 file name.
13414
e19f6650
RG
134152011-04-21 Richard Guenther <rguenther@suse.de>
13416
13417 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
13418 MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
13419 Use DECL_P, not SSA_VAR_P.
13420 (ptr_derefs_may_alias_p): Likewise.
13421 (ptr_deref_may_alias_ref_p_1): Likewise.
13422 (decl_refs_may_alias_p): Likewise.
13423 (refs_may_alias_p_1): Likewise.
13424 (ref_maybe_used_by_call_p_1): Likewise.
13425 (call_may_clobber_ref_p_1): Likewise.
13426 (indirect_ref_may_alias_decl_p): Assume indirect refrences
13427 are either MEM_REF or TARGET_MEM_REF.
13428 (indirect_refs_may_alias_p): Likewise.
13429 * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
13430 for MEM_EXPR of indirect calls.
13431
9d1831bb
TG
134322011-04-21 Tristan Gingold <gingold@adacore.com>
13433
13434 * vmsdbgout.c (write_srccorr): Compute file length from the string.
13435 (dst_file_info_struct): Remove flen field.
13436 (lookup_filename): Remove code that set flen field.
13437
f199c029
TG
134382011-04-21 Tristan Gingold <gingold@adacore.com>
13439
13440 * config/ia64/ia64.c (ia64_start_function): Add a guard.
13441
2894086e
UB
134422011-04-21 Uros Bizjak <ubizjak@gmail.com>
13443
13444 PR target/48708
13445 * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
13446 vec_extract and vec_concat for non-SSE4_1 targets.
13447
53f94a5c
RG
134482011-04-21 Richard Guenther <rguenther@suse.de>
13449
13450 * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
13451 return statements.
13452
f0dca5ba
JM
134532011-04-21 Joseph Myers <joseph@codesourcery.com>
13454
13455 * config/i386/cygming.h (union tree_node, TREE): Don't define or
13456 undefine.
13457 (FILE): Don't undefine.
13458
984514ac
JM
134592011-04-21 Joseph Myers <joseph@codesourcery.com>
13460
13461 * config/alpha/alpha.c (struct machine_function): Use rtx, not
13462 struct rtx_def *.
13463 * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
13464 struct rtx_def *.
13465 * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
2894086e 13466 * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
984514ac
JM
13467 * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
13468 rtx_def *.
13469 * config/m32c/m32c-protos.h (MM, UINT): Don't define. Expand
13470 definitions where used.
13471 * config/microblaze/microblaze.h (struct microblaze_args): Use
13472 rtx, not struct rtx_def *.
13473 * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
13474 rtx_def *.
2894086e
UB
13475 * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
13476 * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
984514ac
JM
13477 * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
13478 not struct rtx_def *.
13479 * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
13480 struct rtx_def *.
13481 * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
13482 rtx_def *.
2894086e 13483 * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
984514ac 13484
0b5a2724
RS
134852011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13486
13487 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
13488 operand_equal_p to compare DR_BASE_ADDRESSes.
13489 (vect_check_interleaving): Likewise.
13490
4b18d683
RS
134912011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13492
13493 PR target/46329
13494 * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
13495 for all Neon struct constants.
13496
1a627b35
RS
134972011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13498
13499 * target.def (legitimate_constant_p): New hook.
13500 * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
13501 (TARGET_LEGITIMATE_CONSTANT_P): ...this.
13502 * doc/tm.texi: Regenerate.
13503 * hooks.h (hook_bool_mode_rtx_true): Declare.
13504 * hooks.c (hook_bool_mode_rtx_true): Define.
13505 * system.h (LEGITIMATE_CONSTANT_P): Poison.
13506 * calls.c (precompute_register_parameters): Replace uses of
13507 LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
13508 (emit_library_call_value_1): Likewise.
13509 * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
13510 (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
13511 * ira-costs.c (scan_one_insn): Likewise.
13512 * recog.c (general_operand, immediate_operand): Likewise.
13513 * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
13514 * reload1.c (init_eliminable_invariants): Likewise.
13515
13516 * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
13517 mode argument.
13518 * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
13519 * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
13520 argument.
13521 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13522 * config/alpha/predicates.md (input_operand): Update call to
13523 alpha_legitimate_constant_p.
13524
13525 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
13526 * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
13527 (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
13528 * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13529 (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
13530 (arm_legitimate_constant_p): New functions.
13531 (arm_cannot_force_const_mem): Make static.
13532
13533 * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
13534
13535 * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
13536 * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
13537 * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
13538 instead of bfin_legitimate_constant_p.
13539 (bfin_legitimate_constant_p): Make static. Add a mode argument.
13540 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13541
13542 * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
13543
13544 * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
13545
13546 * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
13547 * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
13548 * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13549 (frv_legitimate_constant_p): Make static. Add a mode argument.
13550
13551 * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
13552 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
13553 * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
13554
13555 * config/i386/i386-protos.h (legitimate_constant_p): Delete.
13556 * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
13557 * config/i386/i386.c (legitimate_constant_p): Rename to...
13558 (ix86_legitimate_constant_p): ...this. Make static. Add a mode
13559 argument.
13560 (ix86_cannot_force_const_mem): Update accordingly.
13561 (ix86_legitimate_address_p): Likewise.
13562 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13563 * config/i386/i386.md: Update commentary.
13564
13565 * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
13566 * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
13567 * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13568 (ia64_legitimate_constant_p): Make static. Add a mode argument.
13569
13570 * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
13571
13572 * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
13573 * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
13574 * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13575 (lm32_legitimate_constant_p): Make static. Add a mode argument.
13576
13577 * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
13578 * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
13579 * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
13580
13581 * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
13582 * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13583 (m32r_legitimate_constant_p): New function.
13584
13585 * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
13586 * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
13587 LEGITIMATE_CONSTANT_P.
13588 (LEGITIMATE_CONSTANT_P): Delete.
13589 * config/m68k/m68k.c (m68k_expand_prologue): Call
13590 m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
13591 (m68k_legitimate_constant_p): New function.
13592 * config/m68k/m68k.md: Update comments.
13593
13594 * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
13595 * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13596 (mcore_legitimate_constant_p): New function.
13597
13598 * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
13599 * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
13600 * config/mep/mep.c (mep_legitimate_constant_p): Make static.
13601 Add a mode argument.
13602 (mep_legitimate_address): Update accordingly.
13603 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13604
13605 * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
13606 Delete.
13607 * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
13608 * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
13609 static. Check OP's mode for VOIDmode.
13610 (microblaze_legitimate_constant_p): New function.
13611 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13612
13613 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
13614 * config/mips/mips.c (mips_legitimate_constant_p): New function.
13615 (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
13616 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13617 * config/mips/predicates.md: Update comments.
13618
13619 * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
13620 * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
13621 * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13622 (mmix_legitimate_constant_p): Make static, return a bool, and take
13623 a mode argument.
13624 (mmix_print_operand_address): Update accordingly.
13625
13626 * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
13627 Delete.
13628 * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
2894086e
UB
13629 * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
13630 static. Add a mode argument.
1a627b35
RS
13631 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13632
13633 * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
13634
13635 * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
13636 * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13637 (pa_legitimate_constant_p): New function.
13638
13639 * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
13640
13641 * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
13642 * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13643 (pdp11_legitimate_constant_p): New function.
13644
13645 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
13646 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13647 (rs6000_legitimate_constant_p): New function.
13648
13649 * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
13650 (rx_legitimate_constant_p): ...this.
13651 * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
13652 * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
13653 (rx_legitimate_constant_p): ...this.
13654 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13655 * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
13656
13657 * config/s390/s390-protos.h (legitimate_constant_p): Delete.
13658 * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
13659 * config/s390/s390.c (legitimate_constant_p): Rename to...
13660 (s390_legitimate_constant_p): ...this. Make static, return a bool,
13661 and add a mode argument.
13662 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13663
13664 * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
13665
13666 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
13667 * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13668 (sh_legitimate_constant_p): New function.
13669
13670 * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
13671 * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
13672 * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13673 (legitimate_constant_p): Rename to...
13674 (sparc_legitimate_constant_p): ...this. Make static. Add a mode
13675 argument.
13676 (constant_address_p): Update accordingly.
13677
13678 * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
13679 argument and return a bool.
13680 * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
13681 * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13682 (spu_legitimate_constant_p): Add a mode argument and return a bool.
13683 (spu_rtx_costs): Update accordingly.
13684 * config/spu/predicates.md (vec_imm_operand): Likewise.
13685
13686 * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
13687
13688 * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
13689 * config/v850/v850.c (v850_legitimate_constant_p): New function.
13690 (TARGET_LEGITIMATE_CONSTANT_P): Define.
13691
13692 * config/vax/vax-protos.h (legitimate_constant_p): Delete.
13693 * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
13694 * config/vax/vax.c (legitimate_constant_p): Likewise.
13695
13696 * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
13697 * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
13698 (xtensa_legitimate_constant_p): New function.
13699
fbbf66e7
RS
137002011-04-21 Richard Sandiford <richard.sandiford@linaro.org>
13701
13702 * target.def (cannot_force_const_mem): Add a mode argument.
13703 * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
13704 * doc/tm.texi: Regenerate.
13705 * hooks.h (hook_bool_mode_rtx_false): Declare.
13706 * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
13707 (hook_bool_mode_const_rtx_true): Likewise.
13708 (hook_bool_mode_rtx_false): New function.
13709 * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
13710 to be non-VOID. Update call to cannot_force_const_mem.
13711 (find_reloads): Update accordingly.
13712 * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
13713 * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
13714 argument.
13715 * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
13716 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
13717 * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
13718 * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
13719 * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
13720 * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
13721 * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
13722 * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
13723 (m68k_cannot_force_const_mem): ...this new function.
13724 * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
13725 argument.
13726 (mips_const_insns, mips_legitimize_const_move): Update calls.
13727 (mips_secondary_reload_class): Likewise.
13728 * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
13729 (pa_cannot_force_const_mem): ...this new function.
2894086e 13730 * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
fbbf66e7
RS
13731 (rs6000_cannot_force_const_mem): ...this new function.
13732 * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
13733 argument.
13734 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
13735 * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
13736 to...
13737 (xtensa_cannot_force_const_mem): ...this new function.
13738
b861891b
NF
137392011-04-20 Nathan Froyd <froydnj@codesourcery.com>
13740
13741 * config/mips/mips.c (mips16_build_function_stub): Call
13742 build_function_type_list instead of build_function_type.
13743 (mips16_build_call_stub): Likewise.
13744
34149ed5
NF
137452011-04-20 Nathan Froyd <froydnj@codesourcery.com>
13746
13747 * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
13748 instead of build_function_type.
13749
12526412
NF
137502011-04-20 Nathan Froyd <froydnj@codesourcery.com>
13751
13752 * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
13753 instead of build_function_type.
13754
3b84d61f
UB
137552011-04-20 Uros Bizjak <ubizjak@gmail.com>
13756
13757 PR target/48678
13758 * config/i386/i386.md (insv): Change operand 0 constraint to
13759 "register_operand". Change operand 1 and 2 constraint to
13760 "const_int_operand". Expand to pinsr{b,w,d,q} * when appropriate.
13761 * config/i386/sse.md (sse4_1_pinsrb): Export.
13762 (sse2_pinsrw): Ditto.
13763 (sse4_1_pinsrd): Ditto.
13764 (sse4_1_pinsrq): Ditto.
13765 * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
13766 * config/i386/i386.c (ix86_expand_pinsr): New.
13767
4a25752b
ER
137682011-04-20 Easwaran Raman <eraman@google.com>
13769
13770 * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
13771 containing union type only with -fstrict-aliasing.
13772
04695783
JM
137732011-04-20 Jim Meyering <meyering@redhat.com>
13774
13775 Remove useless if-before-free tests.
13776 * calls.c (expand_call, save_area): Likewise.
13777 * cfgcleanup.c (try_forward_edges): Likewise.
13778 * collect2.c (collect_execute): Likewise.
13779 * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
13780 * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
13781 * coverage.c (coverage_checksum_string): Likewise.
13782 * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
13783 * cselib.c (cselib_init): Likewise.
13784 * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
13785 (df_set_clean_cfg): Likewise.
13786 * function.c (free_after_compilation): Likewise.
13787 * gcc.c (do_spec_1, main): Likewise.
13788 * gcov.c (create_file_names): Likewise.
13789 * gensupport.c (identify_predicable_attribute): Likewise.
13790 * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
13791 * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
13792 * haifa-sched.c (haifa_finish_h_i_d): Likewise.
13793 * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
13794 * ipa-pure-const.c (local_pure_const): Likewise.
13795 * ipa-reference.c (propagate): Likewise.
13796 * ira-costs.c (free_ira_costs): Likewise.
13797 * ira.c (free_register_move_costs, build_insn_chain): Likewise.
13798 * matrix-reorg.c (mat_free): Likewise.
13799 * prefix.c (get_key_value): Likewise.
13800 * profile.c (compute_value_histograms): Likewise.
13801 * reload1.c (free_reg_equiv): Likewise.
13802 * sched-deps.c (free_deps): Likewise.
13803 * sel-sched-ir.c (fence_clear): Likewise.
13804 * sese.c (set_rename, if_region_set_false_region): Likewise.
13805 * tree-data-ref.c (free_rdg): Likewise.
13806 * tree-eh.c (lower_try_finally): Likewise.
13807 * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
13808 * tree-ssa-live.c (delete_var_map): Likewise.
13809 * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
13810 * tree-ssa-pre.c (phi_trans_add): Likewise.
13811
6788475a
JJ
138122011-04-20 Jakub Jelinek <jakub@redhat.com>
13813
13814 PR tree-optimization/48611
13815 * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
13816 beyond ERT_MUST_NOT_THROW region.
13817
0eda4033
CM
138182011-04-20 Catherine Moore <clm@codesourcery.com>
13819
13820 * config/mips/mips.opt (mfix-24k): New.
13821 * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
13822 * config/mips/mips.md (length): Increase by 4 for stores if
13823 fixing 24K errata.
13824 * config/mips/mips.c (mips_reorg_process_insns): Do not allow
13825 all noreorder if fixing 24K errata.
13826 * doc/invoke.texi: Document mfix-24k.
13827
01475747
CLT
138282011-04-20 Chung-Lin Tang <cltang@codesourcery.com>
13829
13830 * config/arm/arm.c (arm_legitimize_reload_address): For NEON
2894086e 13831 quad-word modes, reduce to 9-bit index range when above 1016 limit.
01475747 13832
bc2c1a60
AS
138332011-04-20 Andrew Stubbs <ams@codesourcery.com>
13834
13835 * config/arm/arm.c (arm_gen_constant): Move movw support ....
13836 (const_ok_for_op): ... to here.
13837
583722ee
KT
138382011-04-20 Kai Tietz <ktietz@redhat.com>
13839
2894086e
UB
13840 * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
13841 and (X && !Y) | (!X && Y) optimization to (X ^ Y).
583722ee 13842
422c0989
AS
138432011-04-20 Andrew Stubbs <ams@codesourcery.com>
13844
13845 * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
13846
d7978bff
RG
138472011-04-20 Richard Guenther <rguenther@suse.de>
13848
13849 PR tree-optimization/47892
13850 * tree-if-conv.c (if_convertible_stmt_p): Const builtins
13851 are if-convertible.
13852
818412ba
EB
138532011-04-20 Eric Botcazou <ebotcazou@adacore.com>
13854
13855 * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
13856
b501ce4e
TG
138572011-04-20 Tristan Gingold <gingold@adacore.com>
13858
13859 * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
13860
516edfdd
GJL
138612011-04-20 Georg-Johann Lay <avr@gjlay.de>
13862
13863 PR target/18145
13864
13865 * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
13866 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
13867 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
13868 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
13869 (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
13870
13871 * config/avr/avr-protos.h (avr_asm_output_aligned_common):
13872 New prototype.
13873
13874 * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
13875 (avr_asm_named_section, avr_asm_output_aligned_common,
13876 avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
13877 New functions to update...
13878 (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
13879 (avr_asm_init_sections): Overwrite section callbacks for
13880 data_section, bss_section.
13881 (avr_file_start): Move output of __do_copy_data, __do_clear_bss
13882 from here to...
13883 (avr_file_end): ...here.
13884
dafc9511
RG
138852011-04-20 Richard Guenther <rguenther@suse.de>
13886
13887 PR middle-end/48695
13888 * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
2894086e 13889 objects and types here. Adjust for their offset before comparing.
dafc9511 13890
1da0876c
RS
138912011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
13892
13893 * tree-vect-stmts.c (vectorizable_store): Only chain one related
13894 statement per copy.
13895
25583c4f
RS
138962011-04-20 Richard Sandiford <richard.sandiford@linaro.org>
13897
13898 * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
13899 (GIMPLE_H): Include $(INTERNAL_FN_H).
13900 (OBJS-common): Add internal-fn.o.
13901 (internal-fn.o): New rule.
13902 * internal-fn.def: New file.
13903 * internal-fn.h: Likewise.
13904 * internal-fn.c: Likewise.
13905 * gimple.h: Include internal-fn.h.
13906 (GF_CALL_INTERNAL): New gf_mask.
13907 (gimple_statement_call): Put fntype into a union with a new
13908 internal_fn field.
13909 (gimple_build_call_internal): Declare.
13910 (gimple_build_call_internal_vec): Likewise.
13911 (gimple_call_same_target_p): Likewise.
13912 (gimple_call_internal_p): New function.
13913 (gimple_call_internal_fn): Likewise.
13914 (gimple_call_fntype): Return null for internal calls.
13915 (gimple_call_set_fntype): Assert that the function is not internal.
13916 (gimple_call_set_fn): Likewise.
13917 (gimple_call_set_fndecl): Likewise.
13918 (gimple_call_set_internal_fn): New function.
13919 (gimple_call_addr_fndecl): Handle null functions.
13920 (gimple_call_return_type): Likewise null types.
13921 * gimple.c (gimple_build_call_internal_1): New function.
13922 (gimple_build_call_internal): Likewise.
13923 (gimple_build_call_internal_vec): Likewise.
13924 (gimple_call_same_target_p): Likewise.
13925 (gimple_call_flags): Handle calls to internal functions.
13926 (gimple_call_fnspec): New function.
13927 (gimple_call_arg_flags, gimple_call_return_flags): Use it.
13928 (gimple_has_side_effects): Handle null functions.
13929 (gimple_rhs_has_side_effects): Likewise.
13930 (gimple_call_copy_skip_args): Handle calls to internal functions.
13931 * cfgexpand.c (expand_call_stmt): Likewise.
13932 * expr.c (expand_expr_real_1): Assert that the call isn't internal.
13933 * gimple-fold.c (gimple_fold_call): Handle null functions.
13934 (gimple_fold_stmt_to_constant_1): Don't fold
13935 calls to internal functions.
13936 * gimple-low.c (gimple_check_call_args): Handle calls to internal
13937 functions.
13938 * gimple-pretty-print.c (dump_gimple_call): Likewise.
13939 * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
13940 * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
13941 (do_warn_unused_result): Likewise.
13942 * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
13943 * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
13944 * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
13945 the target of a call.
13946 (initialize_hash_element): Update accordingly.
13947 (hashable_expr_equal_p): Use gimple_call_same_target_p.
13948 (iterative_hash_hashable_expr): Handle calls to internal functions.
13949 (print_expr_hash_elt): Likewise.
13950 * tree-ssa-pre.c (can_value_number_call): Likewise.
13951 (eliminate): Handle null functions.
13952 * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
13953 * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
13954 (find_func_aliases): Likewise.
13955 * value-prof.c (gimple_ic_transform): Likewise.
13956 (gimple_indirect_call_to_profile): Likewise.
13957 * lto-streamer-in.c (input_gimple_stmt): Likewise.
13958 * lto-streamer-out.c (output_gimple_stmt): Likewise.
13959
1a3118e9
JH
139602011-04-19 Jan Hubicka <jh@suse.cz>
13961
13962 * ipa-inline-transform.c (save_inline_function_body): Add comments.
9d12f71a
EB
13963 * ipa-inline.c (inline_small_functions): Compute summaries first,
13964 populate heap later.
1a3118e9 13965
fee8b6da
JH
139662011-04-19 Jan Hubicka <jh@suse.cz>
13967
13968 * cgraph.h (save_inline_function_body): Remove.
13969 * ipa-inline-transform.c: New file, broke out of...
13970 * ipa-inline.c: ... this one; Update toplevel comment.
13971 (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
13972 make global.
13973 (update_noncloned_frequencies): Move to ipa-inline-transform.c
13974 (cgraph_mark_inline_edge): Rename to inline_call; move to
13975 ipa-inline-transform.c.
13976 (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
13977 move to ipa-inline-transform.c
13978 (recursive_inlining, inline_small_functions, flatten_function,
13979 ipa_inline, inline_always_inline_functions,
13980 early_inline_small_functions): Update.
13981 (inline_transform): Move to ipa-inline-transform.c.
13982 * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
13983 Declare.
13984 * Makefile.in (ipa-inline-transform.o): New file.
13985 * cgraphunit.c (save_inline_function_body): Move to
13986 ipa-inline-transform.c
13987
f0679612
DD
139882011-04-19 DJ Delorie <dj@redhat.com>
13989
13990 * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
13991 registers if we already know there aren't any.
13992 (m32c_emit_epilogue): Don't emit a barrier here.
13993 (m32c_emit_eh_epilogue): Likewise.
13994 * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
13995 operands at expand time.
13996 * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
13997 int" wchar type.
13998 (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
13999 duplicates. Provide aliases instead.
14000 * config/m32c/prologue.md (eh_return): Emit a barrier here.
14001 (eh_epilogue): Add a "(return)" here as a hint to other parts of
14002 the compiler.
14003
32257ddc
AS
140042011-04-19 Anatoly Sokolov <aesok@post.ru>
14005
14006 * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
14007 * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
14008 (general_or_i64_p, sparc_register_move_cost): New function.
14009
60bea929
RO
140102011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14011
14012 * doc/install.texi (Configuration, --enable-threads): Remove mach.
3b84d61f 14013 Add lynx, mipssde. Sort table.
60bea929 14014
444b3995 140152011-04-19 Xinliang David Li <davidxl@google.com>
3b84d61f 14016
9d12f71a
EB
14017 * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
14018 not negative.
444b3995 14019
d708ce50
JJ
140202011-04-19 Jakub Jelinek <jakub@redhat.com>
14021
14022 PR target/48678
14023 * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
14024 is a SUBREG with non-MODE_INT mode inside of it.
14025
49c471e3
MJ
140262011-04-19 Martin Jambor <mjambor@suse.cz>
14027
14028 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
14029 also according to actual contants.
14030 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
14031 (gimple_fold_call): Use it.
14032 * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
14033
0004f992
MJ
140342011-04-19 Martin Jambor <mjambor@suse.cz>
14035
14036 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
14037 non-pointer assignments.
14038
40591473
MJ
140392011-04-19 Martin Jambor <mjambor@suse.cz>
14040
14041 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
14042 account anc_offset and otr_type from the indirect edge info.
14043 * ipa-prop.c (get_ancestor_addr_info): New function.
14044 (compute_complex_ancestor_jump_func): Assignment analysis moved to
14045 get_ancestor_addr_info, call it.
14046 (ipa_note_param_call): Do not initialize information about polymorphic
14047 calls, return the indirect call graph edge. Remove the last
14048 parameter, adjust all callers.
14049 (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
14050 parameters. Initialize polymorphic information in the indirect edge.
14051
abe36b81
EB
140522011-04-19 Eric Botcazou <ebotcazou@adacore.com>
14053
14054 PR lto/48148
14055 * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
14056 the types if they have different enumeration identifiers.
14057
e6416b30
JH
140582011-04-19 Jan Hubicka <jh@suse.cz>
14059
14060 * cgraph.h (cgraph_optimize_for_size_p): Declare.
14061 * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
14062 * predict.c (cgraph_optimize_for_size_p): Break out from ...
14063 (optimize_function_for_size_p) ... here.
14064
d39132ea
RG
140652011-04-19 Richard Guenther <rguenther@suse.de>
14066
14067 PR lto/48207
14068 * tree.c (free_lang_data): Do not reset the decl-assembler-name
14069 langhook.
14070
ff7037dc
EB
140712011-04-19 Eric Botcazou <ebotcazou@adacore.com>
14072
14073 * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
14074 if DECL_NO_INLINE_WARNING_P is set on the function.
14075
c1ee2892
BS
140762011-04-19 Bernd Schmidt <bernds@codesourcery.com>
14077
14078 PR fortran/47976
14079 * reload1.c (inc_for_reload): Return void. All callers changed.
14080 (emit_input_reload_insns): Don't try to delete previous output
14081 reloads to a register, or record spill_reg_store for autoincs.
fbb20b29
BS
14082
140832011-04-19 Basile Starynkevitch <basile@starynkevitch.net>
14084
14085 * gengtype.h: Updated copyright year.
14086 (struct input_file_st): Add inpisplugin field.
14087 (type_fileloc): New function.
14088 * gengtype.c
14089 (write_typed_struct_alloc_def): Add gcc_assert.
14090 (write_typed_alloc_defns): Ditto. Don't output for plugin files.
14091 (write_typed_alloc_defns): Don't output for plugin files.
14092 (input_file_by_name): Clear inpisplugin field.
14093 (main): Set inpisplugin field for plugin files.
14094
897e0a89
NP
140952011-04-19 Nicola Pero <nicola.pero@meta-innovation.com>
14096
14097 * gengtype-state.c (string_eq): New.
14098 (read_state): Use string_eq instead of strcmp when creating the
14099 state_ident_tab.
14100
363ee90e
WG
141012011-04-19 Wei Guozhi <carrot@google.com>
14102
14103 PR target/47855
14104 * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
14105 * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
14106 linkage.
14107 * config/arm/constraints.md (Uu): New constraint.
14108 * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
14109
18a24fed
TG
141102011-04-19 Tristan Gingold <gingold@adacore.com>
14111
14112 * config.gcc (-*-*-*vms): Added.
14113 (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
14114 definitions moved.
14115 * config/vms/vms-ld.c: New file.
14116 * config/vms/vms-ar.c: New file.
14117 * config/vms/t-vmsnative: New file.
14118
1c13f168
XDL
141192011-04-18 Xinliang David Li <davidxl@google.com>
14120
14121 * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
14122
84825707
JJ
141232011-04-18 Jakub Jelinek <jakub@redhat.com>
14124
14125 PR middle-end/48661
14126 * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
14127 if TREE_TYPE (v) is non-NULL.
14128
14129 * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
14130 gimple_get_virt_mehtod_for_binfo.
14131 * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
14132 * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
14133 callers.
14134 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
14135
7d4f8d02 141362011-04-18 Michael Matz <matz@suse.de>
7254cb57
MM
14137 Steve Ellcey <sje@cup.hp.com>
14138
7d4f8d02
EB
14139 * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
14140 use its mode as source mode if it isn't VOIDmode.
7254cb57 14141
474e8e70
DCR
141422011-04-18 Dennis, CHENG Renquan <crquan@fedoraproject.org>
14143
14144 * doc/passes.texi: Fill crossref nodes.
14145
cff41484
JM
141462011-04-18 Jim Meyering <meyering@redhat.com>
14147
7d4f8d02 14148 Fix doubled-word typos in comments and strings
cff41484
JM
14149 * config/alpha/vms-unwind.h: s/for for/for/
14150 * config/arm/unwind-arm.h: Likewise.
14151 * config/microblaze/microblaze.c: Likewise.
14152 * config/sh/constraints.md: s/in in/in/
14153 * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
14154
f60c2554
UB
141552011-04-18 Uros Bizjak <ubizjak@gmail.com>
14156
14157 * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
14158 (AVX_FLOAT_MODE_P): Ditto.
14159 (AVX128_VEC_FLOAT_MODE_P): Ditto.
14160 (AVX256_VEC_FLOAT_MODE_P): Ditto.
14161 (AVX_VEC_FLOAT_MODE_P): Ditto.
14162 * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
14163 (UNSPEC_MASKSTORE): Ditto.
14164 * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
14165 Merge from <sse>_movmsk<ssemodesuffix> and
14166 avx_movmsk<ssemodesuffix>256. Use VF mode iterator.
14167 (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64. Use P mode
14168 iterator.
14169 (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
14170 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
14171 (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
14172
09a2806f
JH
141732011-04-18 Jan Hubicka <jh@suse.cz>
14174
8a8dccb2
JH
14175 * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
14176
09a2806f
JH
14177 * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
14178 (want_inline_function_called_once_p): Break out the logic from
14179 ipa_inline.
14180 (edge_badness): Ensure that profile is not misupdated.
14181 (lookup_recursive_calls): Prioritize by call frequencies.
14182 (inline_small_functions): Move program size estimates here;
14183 actually process whole queue even when unit growth has been
14184 met. (to properly compute inline_failed reasons and for the
f60c2554 14185 case unit size decrease.) Revisit comments on recursive inlining.
09a2806f
JH
14186 (ipa_inline): Remove unit summary code; first inline hot calls
14187 of functions called once, cold calls next.
14188 (order, nnodes): Remove unused variables.
14189 * Makefile.in (ipa-inline.o): No longer depent on ggc files.
14190 (GTFILES): Remove ipa-inline.c
14191 * sel-sched.c (fill_insns): Silence uninitialized var warning.
14192
3eea52ef
EB
141932011-04-18 Eric Botcazou <ebotcazou@adacore.com>
14194
14195 * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
14196
229a1c59 141972011-04-18 Jie Zhang <jie@codesourcery.com>
3eea52ef 14198 Richard Earnshaw <rearnsha@arm.com>
229a1c59
JZ
14199
14200 * arm.c (neon_builtin_type_bits): Remove.
14201 (typedef enum neon_builtin_mode): New.
14202 (T_MAX): Don't define.
14203 (typedef enum neon_builtin_datum): Remove bits, codes[],
14204 num_vars and base_fcode. Add mode, code and fcode.
14205 (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
14206 VAR10): Change accordingly.
14207 (neon_builtin_data[]): Change accordingly
14208 (arm_init_neon_builtins): Change accordingly.
14209 (neon_builtin_compare): Remove.
14210 (locate_neon_builtin_icode): Remove.
14211 (arm_expand_neon_builtin): Change accordingly.
14212
14213 * arm.h (enum arm_builtins): Move to ...
14214 * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
14215
14216 * arm.c (arm_builtin_decl): Declare.
14217 (TARGET_BUILTIN_DECL): Define.
14218 (enum arm_builtins): Correct ARM_BUILTIN_MAX.
14219 (arm_builtin_decls[]): New.
14220 (arm_init_neon_builtins): Store builtin declarations in
14221 arm_builtin_decls[].
14222 (arm_init_tls_builtins): Likewise.
14223 (arm_init_iwmmxt_builtins): Likewise. Refactor initialization code.
14224 (arm_builtin_decl): New.
14225
75e802cc
RG
142262011-04-18 Richard Guenther <rguenther@suse.de>
14227
14228 * tree.c (upper_bound_in_type): Build properly canonicalized
14229 INTEGER_CSTs.
14230 (lower_bound_in_type): Likewise.
14231
3b45a007
RG
142322011-04-18 Richard Guenther <rguenther@suse.de>
14233
14234 * gimple.h (gimple_call_addr_fndecl): New function.
14235 (gimple_call_fndecl): Use it.
14236 * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
14237 for direct calls.
14238 * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
14239 * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
14240
d25a79ea
RG
142412011-04-18 Richard Guenther <rguenther@suse.de>
14242
14243 PR middle-end/48650
14244 * tree.c (build_string): STRING_CST is now derived from tree_typed.
14245
7d5fc814
EB
142462011-04-18 Eric Botcazou <ebotcazou@adacore.com>
14247
14248 PR lto/48492
14249 * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
14250 DECL_IN_CONSTANT_POOL without RTL.
14251
7e7cfcf6
UW
142522011-04-18 Ulrich Weigand <ulrich.weigand@linaro.org>
14253 Ira Rosen <ira.rosen@linaro.org>
14254
14255 PR target/48252
14256 * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
14257 to match neon_vzip/vuzp/vtrn_internal.
14258 * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
14259 outputs explicitly dependent on both inputs.
14260 (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
14261
49eab32e
JJ
142622011-04-18 Jakub Jelinek <jakub@redhat.com>
14263
14264 PR tree-optimization/48616
14265 * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
14266 whether the shift is by scalar or vector based on whether all SLP
14267 scalar stmts have the same rhs.
14268
e54170f4
CLT
142692011-04-17 Chung-Lin Tang <cltang@codesourcery.com>
14270
14271 * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
14272 memory operands.
14273
b14ee6c9
RS
142742011-04-17 Richard Sandiford <rdsandiford@googlemail.com>
14275
269e0e18 14276 PR target/43700
b14ee6c9
RS
14277 * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
14278 registers.
14279
10158cd3
JH
142802011-04-17 Jan Hubicka <jh@suse.cz>
14281
14282 * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
7d5fc814
EB
14283 * cgrpahunit.c (cgraph_finalize_function): Do not set
14284 finalized_by_frontend.
10158cd3
JH
14285 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
14286 finalized_by_frontend.
14287
2e9bb6ba
JH
142882011-04-17 Jan Hubicka <jh@suse.cz>
14289
14290 * cgraph.c (cgraph_clone_node): Do not handle vtable_method
14291 * cgraph.h (struct cgraph_local_info): Drop vtable_method.
14292 * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
7d5fc814
EB
14293 * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
14294 method.
2e9bb6ba
JH
14295 * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
14296 gimple-fold.c
14297 * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
14298
beb628e1
EB
142992011-04-17 Eric Botcazou <ebotcazou@adacore.com>
14300
14301 PR lto/48538
14302 * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
14303 is non-null before accessing it.
14304 (input_cgraph): Remove trailing spaces.
14305
3e2fdd24
RE
143062011-04-17 Revital Eres <revital.eres@linaro.org>
14307
14308 * params.def (sms-min-sc): New param flag.
14309 * modulo-sched.c (sms_schedule): Use it.
14310 * doc/invoke.texi (sms-min-sc): Document it.
14311
4c0f7679
JH
143122011-04-17 Jan Hubicka <jh@suse.cz>
14313
14314 * lto-symtab.c (lto_cgraph_replace_node): When call statement is
14315 present, also set gimple_call_set_cannot_inline.
14316 * ipa-inline.c: Update toplevel comment.
14317 (MAX_TIME): Remove.
14318 (cgraph_clone_inlined_nodes): Fix linebreaks.
14319 (cgraph_check_inline_limits): Restructure to ...
14320 (caller_growth_limits): ... this one; be more tolerant
14321 on growth in nested inline chains; add explanatory comment;
14322 fix stack accounting thinko introduced by previous patch.
14323 (cgraph_default_inline_p): Remove.
14324 (report_inline_failed_reason): New function.
14325 (can_inline_edge_p): New function.
14326 (can_early_inline_edge_p): New function.
14327 (leaf_node_p): Move upwards in file.
14328 (want_early_inline_function_p): New function.
14329 (want_inline_small_function_p): New function.
14330 (want_inline_self_recursive_call_p): New function.
14331 (cgraph_edge_badness): Rename to ...
14332 (edge_badness) ... this one; fix linebreaks.
14333 (update_edge_key): Update call of edge_baddness; add
14334 detailed dump about queue updates.
14335 (update_caller_keys): Use can_inline_edge_p and
14336 want_inline_small_function_p.
14337 (cgraph_decide_recursive_inlining): Rename to...
14338 (recursive_inlining): Use can_inline_edge_p and
f60c2554
UB
14339 want_inline_self_recursive_call_p; simplify and remove no longer
14340 valid FIXME.
4c0f7679
JH
14341 (cgraph_set_inline_failed): Remove.
14342 (add_new_edges_to_heap): Use can_inline_edge_p and
14343 want_inline_small_function_p.
14344 (cgraph_decide_inlining_of_small_functions): Rename to ...
14345 (inline_small_functions): ... this one; cleanup; use
f60c2554
UB
14346 can/want predicates; cleanup debug ouput; work edges till fibheap
14347 is exhausted and do not stop once unit growth is reached; remove
14348 later loop processing remaining edges.
4c0f7679
JH
14349 (cgraph_flatten): Rename to ...
14350 (flatten_function): ... this one; use can_inline_edge_p
14351 and can_early_inline_edge_p predicates.
14352 (cgraph_decide_inlining): Rename to ...
14353 (ipa_inline): ... this one; remove unreachable nodes before
14354 inlining functions called once; simplify the pass.
14355 (cgraph_perform_always_inlining): Rename to ...
14356 (inline_always_inline_functions): ... this one; use
f60c2554 14357 DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
4c0f7679
JH
14358 (cgraph_decide_inlining_incrementally): Rename to ...
14359 (early_inline_small_functions): ... this one; simplify
14360 using new predicates; cleanup; make dumps prettier.
14361 (cgraph_early_inlining): Rename to ...
14362 (early_inliner): newer inline regular functions into always-inlines;
14363 fix updating of call stmt summaries.
14364 (pass_early_inline): Update for new names.
14365 (inline_transform): Fix formating.
14366 (gate_cgraph_decide_inlining): Rename to ...
14367 (pass_ipa_inline): ... this one.
14368 * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
14369 * ipa-inline-analysis.c (dump_inline_summary): Update.
14370 (compute_inline_parameters): Do not compute disregard_inline_limits;
14371 look for mismatching arguments.
14372 (estimate_growth): Fix handlig of non-trivial self recursion.
14373 (inline_read_summary): Do not read info->disregard_inline_limits.
14374 (inline_write_summary): Do not write info->disregard_inline_limits.
beb628e1
EB
14375 * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
14376 and move all checks into can_inline_edge_p predicate; re-enable code
14377 comparing optimization levels.
4c0f7679
JH
14378 (expand_call_inline): Do not test inline_forbidden_into_p.
14379 * Makefile.in (ipa-inline.o): Update arguments.
14380
54333b7c
RE
143812011-04-17 Revital Eres <revital.eres@linaro.org>
14382
14383 * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
14384
42c2bf92
RE
143852011-04-17 Revital Eres <revital.eres@linaro.org>
14386
14387 * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
14388
b183e9e0
MM
143892011-04-17 Michael Matz <matz@suse.de>
14390
14391 PR tree-optimization/48622
14392 PR lto/48645
14393 * ipa-inline-analysis.c (inline_read_summary): Read size/time
14394 in same order as they're written.
14395
b8a17fa2
JDA
143962011-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14397
14398 * config/pa/predicates.md: Reorganize and simplify predicates.
14399 Eliminate duplicate code checks.
14400 (arith_operand): Rename to arith14_operand
14401 (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
14402 * config/pa/pa.md: Use renamed operands.
14403 * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
14404 (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
14405 arith11_operand, adddi3_operand, indexed_memory_operand,
14406 symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
14407 arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
14408 borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
14409 move_dest_operand, move_src_operand, prefetch_cc_operand,
14410 prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
14411 uint32_operand, reg_before_reload_operand, reg_or_0_operand,
14412 reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
14413 div_operand, int5_operand, movb_comparison_operator,
14414 ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
14415 arith_double_operand, ireg_operand, lhs_lshift_operand,
14416 pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
14417 integer_store_memory_operand): Likewise.
14418 * config/pa/pa.c (adddi3_operand): Move to predicates.md.
14419 (integer_store_memory_operand, read_only_operand,
14420 function_label_operand, borx_reg_operand,
14421 non_hard_reg_operand): Likewise.
14422 (eq_neq_comparison_operator): Delete unused operator.
14423 (legitimize_pic_address): Use VOIDmode for mode argument in calls to
14424 function_label_operand.
14425 (emit_move_sequence): Likewise.
14426
8dfb9f16
UB
144272011-04-16 Uros Bizjak <ubizjak@gmail.com>
14428
14429 * config/i386/sse.md (sseunpackmode): New mode attribute.
14430 (ssepackmode): Ditto.
14431 (vec_pack_trunc_<mode>): Macroize expander from
14432 vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
14433 (vec_unpacks_lo_<mode>): Macroize expander from
14434 vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14435 (vec_unpacks_hi_<mode>): Macroize expander from
14436 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14437 (vec_unpacku_lo_<mode>): Macroize expander from
14438 vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14439 (vec_unpacku_hi_<mode>): Macroize expander from
14440 vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
14441 * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
14442 ix86_expand_sse4_unpack.
14443 * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
14444
e7f23018
JH
144452011-04-16 Jan Hubicka <jh@suse.cz>
14446
14447 * cgraphbuild.c: Include ipa-inline.h.
14448 (reset_inline_failed): Use initialize_inline_failed.
14449 * cgraph.c: Include ipa-inline.h.
14450 (cgraph_create_node_1): Do not initialize estimated_growth.
14451 (initialize_inline_failed): More to ipa-inline-analysis.c
14452 (dump_cgraph_node): Do not dump inline flags.
14453 * cgraph.h (cgraph_local_info): Remove inlineable, versionable
14454 and disregard_inline_limits flags.
14455 (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
14456 time, size, estimated_growth.
8dfb9f16
UB
14457 * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
14458 Update.
e7f23018
JH
14459 * cgraphunit.c (cgraph_decide_is_function_needed): Use
14460 DECL_DISREGARD_INLINE_LIMITS.
14461 (cgraph_analyze_function): Do not initialize
14462 node->local.disregard_inline_limits.
14463 * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
14464 inlinable, versionable and disregard_inline_limits.
14465 * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
8dfb9f16
UB
14466 cgraph_check_inline_limits, cgraph_default_inline_p,
14467 cgraph_edge_badness, update_caller_keys, update_callee_keys,
14468 add_new_edges_to_heap): Update.
14469 (cgraph_decide_inlining_of_small_function): Update; set
14470 CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
e7f23018
JH
14471 (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
14472 cgraph_decide_inlining_incrementally): Update.
8dfb9f16
UB
14473 * ipa-inline.h (inline_summary): Add inlinable, versionable,
14474 disregard_inline_limits, estimated_stack_size, stack_frame_offset,
14475 time, size and estimated_growth parameters.
e7f23018
JH
14476 (estimate_edge_growth): Update.
14477 (initialize_inline_failed): Declare.
14478 * ipa-split.c: Include ipa-inline.h
14479 (execute_split_functions): Update.
14480 * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
14481 (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
14482 (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
14483 * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
14484 estimated_growth to INT_MIN.
14485 (inline_node_duplication_hook): Likewise.
14486 (dump_inline_summary): Dump new fields.
14487 (compute_inline_parameters): Update.
14488 (estimate_edge_time, estimate_time_after_inlining,
14489 estimate_size_after_inlining, estimate_growth, inline_read_summary,
14490 inline_write_summary):
14491 (initialize_inline_failed): Move here from cgraph.c.
14492 * tree-sra.c: Include ipa-inline.h.
14493 (ipa_sra_preliminary_function_checks): Update.
f60c2554
UB
14494 * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
14495 ipa-inline.h.
e7f23018 14496
e81b8564
UB
144972011-04-16 Uros Bizjak <ubizjak@gmail.com>
14498
14499 * config/i386/sse.md (V16): New mode iterator.
14500 (VI1, VI8): Ditto.
14501 (AVXMODEQI, AVXMODEDI): Remove.
14502 (sse2, sse3): New mode attribute.
14503 (mov<mode>): Use V16 mode iterator.
14504 (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
14505 (push<mode>1): Use V16 mode iterator.
14506 (movmisalign<mode>): Ditto.
14507 (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
14508 <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
14509 (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
14510 *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
14511 (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
14512 avx_movdqu<avxmodesuffix>.
14513 (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
14514 *avx_movdqu<avxmodesuffix>.
14515 (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
14516 avx_lddqu<avxmodesuffix>.
14517 (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
14518 (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
14519 avx_movnt<AVXMODEDI:mode>.
14520 * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
14521 renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
14522
4743d438
BS
145232011-04-16 Bernd Schmidt <bernds@codesourcery.com>
14524
14525 PR target/48629
14526 * haifa-sched.c (prune_ready_list, schedule_block): Use
14527 sched_pressure_p rather than flag_sched_pressure.
14528
748f7574 145292011-04-15 Pat Haugen <pthaugen@us.ibm.com>
eb229cf4
PH
14530
14531 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
14532 cgraph_get_node instead of cgraph_get_create_node.
14533
2ba172e0
JJ
145342011-04-15 Jakub Jelinek <jakub@redhat.com>
14535
14536 * cfgexpand.c (expand_debug_expr): Use
14537 simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
14538
63d2a353
MM
145392011-04-15 Michael Matz <matz@suse.de>
14540
14541 * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
14542 * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
14543 * function.c (gimplify_parameters): Ditto.
14544 * gimplify.c (gimplify_vla_decl): Ditto.
14545
14546 * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
14547 (gimple_call_set_alloca_for_var): New inline function.
14548 (gimple_call_alloca_for_var_p): Ditto.
e81b8564
UB
14549 * gimple.c (gimple_build_call_from_tree): Remember
14550 CALL_ALLOCA_FOR_VAR_P state.
63d2a353
MM
14551 * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
14552
14553 * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
14554 calls if they were for VLA objects.
14555
dee74c34
MJ
145562011-04-15 Martin Jambor <mjambor@suse.cz>
14557
14558 * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
14559 of ADR_EXPRs.
14560
8e5837bc
MJ
145612011-04-15 Martin Jambor <mjambor@suse.cz>
14562
14563 PR middle-end/48601
14564 * tree-emutls.c (lower_emutls_function_body): Call
14565 cgraph_get_create_node instead of cgraph_get_node. Do not assert the
14566 result is non-NULL.
14567
0dc33c3c
NP
145682011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
14569
14570 * c-decl.c (detect_field_duplicates): Call
14571 objc_detect_field_duplicates instead of objc_get_interface_ivars.
14572
edcdea5b
NF
145732011-04-15 Nathan Froyd <froydnj@codesourcery.com>
14574
14575 * gimple.h (gimple_asm_clobbers_memory_p): Declare.
14576 * gimple.c (gimple_asm_clobbers_memory_p): Define.
14577 * ipa-pure-const.c (check_stmt): Call it.
14578 * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
14579
8456558d
RG
145802011-04-15 Richard Guenther <rguenther@suse.de>
14581
14582 PR tree-optimization/48290
14583 * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
14584 Properly decide inhibiting propagation based on the valueized
14585 operand. Do loop-closed SSA form preserving here ...
14586 (init_copy_prop): ... not here.
14587
266446be
L
145882011-04-15 H.J. Lu <hongjiu.lu@intel.com>
14589
14590 PR target/48612
14591 * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
14592 (*ieee_smax<mode>3): Likewise.
14593
17465c6e
AK
145942011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14595
14596 * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
14597 Replace match_operand with match_dup for the third operand in
14598 these expanders.
14599
bce204e5
MK
146002011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
14601
14602 * combine.c (subst, combine_simlify_rtx): Add new argument, use it
14603 to track processing of conditionals. Update all callers.
14604 (try_combine, simplify_if_then_else): Update.
14605
3162fdf4
MK
146062011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
14607
14608 * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
14609 -fsched-pressure.
14610
79002a57 146112011-04-15 Georg-Johann Lay <avr@gjlay.de>
e81b8564 14612
79002a57
GJL
14613 * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
14614 instead of match_operand for operand 3.
14615
4fd3a105
RS
146162011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
14617
14618 * recog.h (insn_operand_data): Add an "allows_mem" field.
14619 * genoutput.c (output_operand_data): Initialize it.
14620 * optabs.c (maybe_legitimize_operand_same_code): New function.
14621 (maybe_legitimize_operand): Use it when matching the original
14622 op->value.
14623
ad19c4be
EB
146242011-04-15 Eric Botcazou <ebotcazou@adacore.com>
14625
14626 * gimplify.c: Fix issues in comments throughout.
14627 (voidify_wrapper_expr): Fix long line.
14628 (build_stack_save_restore): Likewise.
14629 (gimplify_loop_expr): Likewise.
14630 (gimplify_compound_lval): Likewise.
14631 (gimplify_init_ctor_eval): Likewise.
14632 (gimplify_modify_expr_rhs): Likewise.
14633 (omp_notice_threadprivate_variable): Likewise.
14634
b25aa0e8 146352011-04-15 Eric Botcazou <ebotcazou@adacore.com>
e7925582 14636
b25aa0e8
EB
14637 * cfgexpand.c (expand_call_stmt): Convert the function type to the
14638 original one if this is not a builtin function.
e7925582 14639
09db7afe
JJ
146402011-04-14 Jakub Jelinek <jakub@redhat.com>
14641
14642 PR target/48605
14643 * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
14644 offset it as needed based on top 2 bits in operands[3], change
14645 MEM mode to SFmode and mask those 2 bits away from operands[3].
14646
c59633d9
NP
146472011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
14648
14649 * c-parser.c (c_parser_objc_protocol_definition): Updated for
14650 change from objc_declare_protocols() to objc_declare_protocol().
14651
5e60198b
UB
146522011-04-14 Uros Bizjak <ubizjak@gmail.com>
14653
14654 * config/i386/sse.md (sse4_1): New mode attribute.
14655 (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
14656 avx_blend<ssemodesuffix><avxmodesuffix> and
14657 sse4_1_blend<ssemodesuffix> using VF mode iterator.
14658 (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
14659 avx_blendv<ssemodesuffix><avxmodesuffix> and
14660 sse4_1_blendv<ssemodesuffix> using VF mode iterator.
14661 (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
14662 avx_dp<ssemodesuffix><avxmodesuffix> and
14663 sse4_1_dp<ssemodesuffix> using VF mode iterator.
14664 (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
14665 (sse4_1_packusdw): Merge with *avx_packusdw.
14666 (sse4_1_pblendvb): Merge with *avx_pblendvb.
14667 (sse4_1_pblendw): Merge with *avx_pblendw.
14668 (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
14669 (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
14670 avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
14671 VF mode iterator.
14672 (sse4_1_round<ssescalarmodesuffix>): Merge with
14673 *avx_round<ssescalarmodesuffix>.
14674 (aesenc): Merge with *avx_aesenc.
14675 (aesenclast): Merge with *avx_aesenclast.
14676 (aesdec): Merge with *avx_aesdec.
14677 (aesdeclast): Merge with *avx_aesdeclast.
14678 (pclmulqdq): Merge with *pclmulqdq.
14679 * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
14680 New predicate.
14681 (nonimm_not_xmm0_operand_maybe_avx): Ditto.
14682
6f197850
L
146832011-04-14 H.J. Lu <hongjiu.lu@intel.com>
14684
14685 PR middle-end/48608
14686 * cfgexpand.c (get_decl_align_unit): Renamed to ...
14687 (align_local_variable): This. Update DECL_ALIGN.
14688 (add_stack_var): Updated.
14689 (expand_one_stack_var): Likewise.
14690
4a5ba3ed
RG
146912011-04-14 Richard Guenther <rguenther@suse.de>
14692
14693 * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
14694 Remove.
14695 (dse_initialize_block_local_data, dse_leave_block,
14696 record_voperand_set, get_stmt_uid): Likewise.
14697 (dse_possible_dead_store_p): Allow any kind of killing stmt.
14698 (dse_optimize_stmt): Remove voperand set handling code.
14699 Simplify and improve to handle any kind of killing stmt.
14700 (dse_record_phi): Remove.
14701 (dse_enter_block): Simplify.
14702 (tree_ssa_dse): Likewise.
14703 * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
14704
10a5dd5d
JH
147052011-04-14 Jan Hubicka <jh@suse.cz>
14706
14707 * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
14708 * cgraph.h (struct inline_summary): Move to ipa-inline.h
14709 (cgraph_local_info): Remove inline_summary.
14710 * ipa-cp.c: Include ipa-inline.h.
14711 (ipcp_cloning_candidate_p, ipcp_estimate_growth,
14712 ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
14713 accesor.
14714 * lto-cgraph.c (lto_output_node): Do not stream inline summary.
14715 (input_overwrite_node): Do not set inline summary.
14716 (input_node): Do not stream inline summary.
14717 * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
14718 (cgraph_decide_inlining_incrementally): Do not try to estimate overall
14719 growth; we do not have inline parameters computed for that anyway.
14720 (cgraph_early_inlining): After inlining compute call_stmt_sizes.
14721 * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
14722 (inline_summary_t): New type and VECtor.
14723 (debug_inline_summary, dump_inline_summaries): Declare.
14724 (inline_summary): Use VOCtor.
14725 (estimate_edge_growth): Kill hack computing call stmt size directly.
14726 * lto-section-in.c (lto_section_name): Add inline section.
14727 * ipa-inline-analysis.c: Include lto-streamer.h
14728 (node_removal_hook_holder, node_duplication_hook_holder): New holders
14729 (inline_node_removal_hook, inline_node_duplication_hook): New functions.
14730 (inline_summary_vec): Define.
14731 (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
14732 dump_inline_summaries): New functions.
5e60198b
UB
14733 (estimate_function_body_sizes): Properly compute size/time of outgoing
14734 calls.
14735 (compute_inline_parameters): Alloc inline_summary; do not compute
14736 size/time of incomming calls.
10a5dd5d
JH
14737 (estimate_edge_time): Avoid missing time summary hack.
14738 (inline_read_summary): Read inline summary info.
14739 (inline_write_summary): Write inline summary info.
14740 (inline_free_summary): Free all hooks and inline summary vector.
14741 * lto-streamer.h: Add LTO_section_inline_summary section.
14742 * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
14743 * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
14744
b602d918
RS
147452011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14746
14747 * tree-vectorizer.h (vect_strided_store_supported): Add a
14748 HOST_WIDE_INT argument.
14749 (vect_strided_load_supported): Likewise.
14750 (vect_permute_store_chain): Return void.
14751 (vect_transform_strided_load): Likewise.
14752 (vect_permute_load_chain): Delete.
14753 * tree-vect-data-refs.c (vect_strided_store_supported): Take a
14754 count argument. Check that the count is a power of two.
14755 (vect_strided_load_supported): Likewise.
14756 (vect_permute_store_chain): Return void. Update after above changes.
14757 Assert that the access is supported.
14758 (vect_permute_load_chain): Likewise.
14759 (vect_transform_strided_load): Return void.
14760 * tree-vect-stmts.c (vectorizable_store): Update calls after
14761 above interface changes.
14762 (vectorizable_load): Likewise.
14763 (vect_analyze_stmt): Don't check for strided powers of two here.
14764
ab4472fa
RG
147652011-04-14 Richard Guenther <rguenther@suse.de>
14766
14767 PR tree-optimization/48590
14768 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
14769 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
14770 (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
14771 BUILT_IN_STACK_SAVE.
14772 * tree-ssa-dce.c (propagate_necessity): Handle
14773 BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
14774
32dabdaf
NP
147752011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
14776
14777 * c-parser.c (c_parser_objc_class_declaration): Updated call to
14778 objc_declare_class.
14779
daade206
RG
147802011-04-14 Richard Guenther <rguenther@suse.de>
14781
14782 * tree.h (get_object_alignment_1): Declare.
14783 * builtins.c (get_object_alignment_1): Split out worker from ...
14784 (get_object_alignment): ... here.
14785 * fold-const.c (get_pointer_modulus_and_residue): Use
14786 get_object_alignment_1.
14787
920e8172
RS
147882011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14789
14790 * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
14791 type parameter.
14792 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
14793 parameter. Generalise code to handle arrays as well as vectors.
14794 (vect_setup_realignment): Update accordingly.
14795 * tree-vect-stmts.c (vectorizable_store): Likewise.
14796 (vectorizable_load): Likewise.
14797
5ce1ee7f
RS
147982011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
14799
14800 * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
14801 within the per-copy loop.
14802
6438fe33 148032011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
0ea25ecd
RS
14804
14805 * tree-vect-stmts.c (vectorizable_load): Print the number of copies
14806 in the dump file.
14807
6438fe33 148082011-04-14 Richard Sandiford <richard.sandiford@linaro.org>
77b10485
RS
14809
14810 * doc/options.texi (Negative): Explicitly mention that the
14811 Negative chain must be circular.
14812
61e46a7d
NF
148132011-04-14 Nathan Froyd <froydnj@codesourcery.com>
14814
14815 * function.h (block_chainon): Declare.
14816 * function.c (block_chainon): Define.
14817
43ea6502 148182011-04-14 Anatoly Sokolov <aesok@post.ru>
5e60198b 14819 Eric Weddington <eric.weddington@atmel.com>
748f7574 14820 Georg-Johann Lay <avr@gjlay.de>
5e60198b 14821
f60c2554 14822 * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
43ea6502
AS
14823 New Includes
14824 (avr_init_builtins, avr_expand_builtin,
14825 avr_expand_delay_cycles, avr_expand_unop_builtin,
14826 avr_expand_binop_builtin ): New functions.
14827 (avr_builtin_id): New enum
14828 (struct avr_builtin_description): New struct
14829 (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
14830 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
5e60198b 14831
43ea6502 14832 * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
5e60198b 14833 UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
43ea6502
AS
14834 UNSPECV_DELAY_CYCLES): new enumeration values
14835 (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
14836 ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
14837 ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
14838 ("*rotlqi3_4"): rename insn to "rotlqi3_4"
14839 ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
14840 "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
14841 "fmulsu"): New insns
5e60198b 14842
43ea6502
AS
14843 * config/avr/avr-c.c: fix line endings
14844 (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
14845 __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
14846 __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
14847 __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
14848 __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
5e60198b 14849
43ea6502
AS
14850 * doc/extend.texi (AVR Built-in Functions): New node
14851 (Target Builtins): Add documentation of AVR
14852 built-in functions.
14853
8a9b55f3
GJL
148542011-04-14 Georg-Johann Lay <avr@gjlay.de>
14855
14856 PR target/44643
14857 * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
14858 alone. Error if non-const data has attribute progmem.
14859
94bd1825
NF
148602011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14861
14862 * tree.h (struct tree_constructor): Include tree_typed instead of
14863 tree_common.
14864 * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
14865 TS_TYPED instead of TS_COMMON.
14866
5e60198b 148672011-04-13 Uros Bizjak <ubizjak@gmail.com>
81b1e7eb
UB
14868
14869 * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
14870 (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
14871 (sse2_psadbw): Merge with *avx_psadbw.
14872 (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
14873 (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
14874 (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
14875 (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
14876 (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
14877 (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
14878 (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
14879 (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
14880 (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
14881 (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
14882 (ssse3_palignrti): Merge with *avx_palignrti.
14883
4b1a4694
NF
148842011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14885
14886 * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
14887 * tree-ssanames.c (fini_ssanames): VEC_free it.
14888 (make_ssa_name_fn): Update for VECness of free_ssanames.
14889 (release_ssa_name, release_dead_ssa_names): Likewise.
14890 * tree.h (struct tree_ssa_name): Include tree_typed instead of
14891 tree_common.
14892 * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
14893 TS_TYPED instead of TS_COMMON.
14894
4da3b811
NF
148952011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14896
14897 * postreload-gcse.c (gcse_after_reload_main): Add calls to
14898 statistics_counter_event.
14899 * tree-ssa-copyrename.c (stats): Define.
14900 (rename_ssa_copies): Count coalesced SSA_NAMEs. Add call to
14901 statistics_counter_event.
14902 * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
14903 (bswap_stats, widen_mul_stats): Define.
14904 (insert_reciprocals): Increment rdivs_inserted.
14905 (execute_cse_reciprocals): Zeroize reciprocal_stats. Increment
14906 rfuncs_inserted. Add calls to statistics_counter_event.
14907 (execute_cse_sincos_1): Increment inserted.
14908 (execute_cse_sincos): Zeroize sincos_stats. Add call to
14909 statistics_counter_event.
14910 (execute_optimize_bswap): Zeroize bswap_stats. Increment fields
14911 of bswap_stats. Add calls to statistics_counter_event.
14912 (convert_mult_to_widen): Increment widen_mults_inserted.
14913 (convert_plusminus_to_widen): Increment maccs_inserted.
14914 (convert_mult_to_fma): Increment fmas_inserted.
14915 (execute_optimize_widening_mul): Zeroize widen_mul_stats. Add
14916 calls to statistics_counter_event.
14917
89fa552a
VM
149182011-04-13 Vladimir Makarov <vmakarov@redhat.com>
14919
14920 PR rtl-optimization/48455
14921 * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
14922 `temp_costs->mem_cost'.
14923
03dfc36d
JH
149242011-04-13 Jan Hubicka <jh@suse.cz>
14925
14926 * ipa-inline.h: New file.
14927 * ipa-inline-analysis.c: New file. Broken out of ...
14928 * ipa-inline.c: ... this file; update toplevel comment;
14929 include ipa-inline.h
14930 (inline_summary): Move to ipa-inline.h
14931 (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
14932 ipa-inline-analysis.c.
7d4f8d02
EB
14933 (cgraph_estimate_time_after_inlining): Rename to
14934 estiamte_time_after_inlining; move to ipa-inline-analysis.c
03dfc36d
JH
14935 (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
14936 to estimate_edge_growth.
14937 (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
14938 rename to estimate_size_after_inlining.
14939 (cgraph_mark_inline_edge): Update for new naming convention.
14940 (cgraph_check_inline_limits): Likewise.
14941 (cgraph_edge_badness): Likewise.
14942 (cgraph_decide_recursive_inlining): Likewise.
14943 (cgraph_decide_inlining_of_small_functions): Likewise.
14944 (cgraph_decide_inlining_incrementally): Likewise.
7d4f8d02
EB
14945 (cgraph_estimate_growth): Rename to estimate_growth; move to
14946 ipa-inline-analysis.c.
03dfc36d
JH
14947 (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
14948 (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
14949 (compute_inline_parameters): Likewise.
14950 (compute_inline_parameters_for_current): Likewise.
14951 (pass_inline_parameters): Likewise.
14952 (inline_indirect_intraprocedural_analysis): Likewise.
14953 (analyze_function): Rename to inline_analyze_function; likewise.
14954 (add_new_function): Move to ipa-inline-analysis.c.
14955 (inline_generate_summary): Likewise.
14956 (inline_read_summary): Likewise.
14957 (inline_write_summary): Likewise.
14958 * Makefile.in (ipa-inline-analysis.c): New file.
14959
7673c962
RO
149602011-04-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14961
14962 * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
14963 * configure: Regenerate.
14964
9698252f
NF
149652011-04-13 Nathan Froyd <froydnj@codesourcery.com>
14966
14967 * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
14968 instead of tree_common.
14969 (struct tree_fixed_cst, struct tree_string, struct tree_complex):
14970 Likewise.
14971 * tree.c (initialize_tree_contains_struct): Mark such nodes as being
14972 TS_TYPED rather than TS_COMMON.
14973 * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
14974
3a7bfdd5
GJL
149752011-04-01 Georg-Johann Lay <avr@gjlay.de>
14976
14977 PR target/45263
86d83530
GJL
14978 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
14979 r20 around calls of __tablejump_elpm__
3a7bfdd5 14980
20790697
JJ
149812011-04-13 Jakub Jelinek <jakub@redhat.com>
14982
14983 PR middle-end/48591
14984 * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
14985 NULL.
14986 (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
14987
094d7661
BS
149882011-04-13 Bernd Schmidt <bernds@codesourcery.com>
14989
14990 * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
14991 (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
14992 (cfi_vec): New typedef.
14993 (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
14994 dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
14995 (cie_cfi_vec): New static variable.
14996 (cie_cfi_head): Delete.
14997 (add_cfi): Accept a cfi_vec * as first argument. All callers and
14998 declaration changed. Use vector rather than list operations.
14999 (new_cfi): Don't initialize the dw_cfi_next field.
15000 (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
15001 rather than list operations.
15002 (lookup_cfa): Use vector rather than list operations.
15003 (output_cfis): New argument upto. Accept a cfi_vec rather than
15004 a dw_cfi_ref list head as argument. All callers changed.
15005 Iterate over the vector using upto as a maximum index.
15006 (output_all_cfis): New static function.
15007 (output_fde): Use vector rather than list operations. Use the
15008 new upto argument for output_cfis rather than manipulating a
15009 list.
15010 (dwarf2out_begin_prologue): Change initializations to match
15011 new struct members.
15012 (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
15013 from the vector length rather than searching for the end of a list.
15014 Use output_all_cfis.
15015 (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
15016
673a5740
NC
150172011-04-13 Nick Clifton <nickc@redhat.com>
15018
15019 * config/rx/rx.md (movmemsi): Do not use this pattern when
15020 volatile pointers are involved.
15021
1ee8b298
UB
150222011-04-13 Uros Bizjak <ubizjak@gmail.com>
15023
15024 * config/i386/sse.md (pinsrbits): Remove.
15025 (sse2_packsswb): Merge with *avx_packsswb.
15026 (sse2_packssdw): Merge with *avx_packssdw.
15027 (sse2_packuswb): Merge with *avx_packuswb.
15028 (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
15029 (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
15030 (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
15031 (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
15032 (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
15033 (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
15034 (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
15035 (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
15036 (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
15037 (*sse4_1_pinsrq): Merge with *avx_pinsrq.
15038 (sse2_loadld): Merge with *avx_loadld.
15039 (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
15040 (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
15041 (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
15042 (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
15043 (vec_concatv2di): Merge with *vec_concatv2di_avx.
15044
81f653d6
NF
150452011-04-12 Nathan Froyd <froydnj@codesourcery.com>
15046
15047 * c-decl.c (union lang_tree_node): Check for TS_COMMON before
15048 calling TREE_CHAIN.
15049 * print-tree.c (print_node): Likewise.
15050 * tree-inline.c (copy_tree_r): Likewise.
15051 * c-lang.c (LANG_HOOKS_INIT_TS): Define.
15052 * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
15053 instead of TS_COMMON.
15054 * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
15055 * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
15056 (copy_node_stat): Zero TREE_CHAIN only if necessary.
15057 (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
15058 (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
15059 ...and these...
15060 (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
15061 * tree.h: ...here.
15062 (TREE_CHAIN): Check for a TS_COMMON structure.
15063 (TREE_TYPE): Check for a TS_TYPED structure.
15064
748f7574 150652011-04-12 Pat Haugen <pthaugen@us.ibm.com>
ed940a4a
PH
15066
15067 * config/rs6000/rs6000.c (call_ABI_of_interest): Call
15068 cgraph_get_create_node instead of cgraph_node.
15069
eb345401
NP
150702011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
15071
15072 * c-parser.c (c_parser_initelt): Updated call to
15073 objc_build_message_expr.
15074 (c_parser_postfix_expression): Likewise.
15075
a6c46762
KT
150762011-04-12 Kai Tietz <ktietz@redhat.com>
15077
15078 * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
15079 MASK_MS_BITFIELD_LAYOUT bit.
15080
b4ccfed9
JJ
150812011-04-12 Jakub Jelinek <jakub@redhat.com>
15082
15083 * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
15084 assert it is always true.
15085 (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
15086 moves.
15087
0d8a2528
NP
150882011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
15089
15090 * c-parser.c (c_lex_one_token): Rewritten conditional used when
15091 compiling Objective-C to be more efficient.
15092
06bd234a
AF
150932011-04-12 Axel Freyn <axel-freyn@gmx.de>
15094
15095 * opts-common.c (decode_cmdline_options_to_array): Remove variable
15096 argv_copied.
15097
28569ac3
RS
150982011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
15099
15100 * recog.h, genoutput.c, optabs.c: Revert last patch.
15101
ae59e00d
RR
151022011-04-12 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
15103
81b1e7eb
UB
15104 PR target/48090
15105 * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
ae59e00d 15106
cff1b7e0
RS
151072011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
15108
15109 * recog.h (insn_operand_data): Add an "allows_mem" field.
15110 * genoutput.c (output_operand_data): Initialize it.
15111 * optabs.c (maybe_legitimize_operand_same_code): New function.
15112 (maybe_legitimize_operand): Use it when matching the original
15113 op->value.
15114
77059241
RS
151152011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
15116
15117 * genpreds.c (process_define_predicate): Move most processing
15118 to gensupport.c. Continue to validate the expression.
15119 * genrecog.c (did_you_mean_codes, compute_predicate_codes)
15120 (process_define_predicate): Move processing to gensupport.c.
15121 (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
15122 * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
15123 (compute_predicate_codes): Moved from genrecog.c. Add lineno
15124 argument.
15125 (valid_predicate_name_p): New function, split out from old
15126 genpreds.c:process_define_predicate.
15127 (process_define_predicate): New function, combining code from
15128 old genpreds.c and genrecog.c functions.
15129 (process_rtx): Call it for DEFINE_PREDICATE and
15130 DEFINE_SPECIAL_PREDICATE.
15131
6308e208
RS
151322011-04-12 Richard Sandiford <richard.sandiford@linaro.org>
15133
15134 * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
15135 size of a '%A' memory reference.
15136 (T_DREG, T_QREG): New neon_builtin_type_bits.
15137 (arm_init_neon_builtins): Assert that the load and store operands
15138 are neon_struct_operands.
15139 (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
15140 (NEON_ARG_MEMORY): New builtin_arg.
15141 (neon_dereference_pointer): New function.
15142 (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
15143 Handle NEON_ARG_MEMORY.
15144 (arm_expand_neon_builtin): Update after above interface changes.
15145 Use NEON_ARG_MEMORY for loads and stores.
15146 * config/arm/predicates.md (neon_struct_operand): New predicate.
15147 * config/arm/iterators.md (V_two_elem): Tweak formatting.
15148 (V_three_elem): Use BLKmode for accesses that have no associated mode.
15149 (V_four_elem): Tweak formatting.
15150 * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
15151 (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
15152 (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
15153 (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
15154 (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
15155 (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
15156 (neon_vst4<mode>): Replace pointer operand with a memory operand.
15157 Use %A in the output template.
15158 (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
15159 (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
15160 (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
15161 the width of the memory access. Remove post-increment.
15162 * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
15163
e5db8f2f
NC
151642011-04-12 Nick Clifton <nickc@redhat.com>
15165
15166 * config/v850/v850.c (expand_prologue): Do not use the CALLT
15167 instruction for interrupt handlers if the target is the basic V850
15168 architecture.
15169 (expand_epilogue): Likewise.
15170
74f091d6
JJ
151712011-04-12 Jakub Jelinek <jakub@redhat.com>
15172
15173 PR rtl-optimization/48549
15174 * combine.c (propagate_for_debug): Also stop after BB_END of
15175 this_basic_block. Process LAST and just stop processing after it.
15176 (combine_instructions): If last_combined_insn has been deleted,
15177 set last_combined_insn to its PREV_INSN.
15178
f20ca725
RG
151792011-04-12 Richard Guenther <rguenther@suse.de>
15180
15181 PR tree-optimization/46076
15182 * gimple.h (struct gimple_statement_call): Add fntype field.
15183 (gimple_call_fntype): Adjust.
15184 (gimple_call_set_fntype): New function.
15185 * gimple.c (gimple_build_call_1): Set the call function type.
15186 * gimplify.c (gimplify_call_expr): Preserve the function
15187 type the frontend used for the call.
15188 (gimplify_modify_expr): Likewise.
15189 * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
15190 function type.
15191 * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
15192 function type.
15193 * tree-ssa.c (useless_type_conversion_p): Function pointer
15194 conversions are useless.
15195
a358e188
MJ
151962011-04-12 Martin Jambor <mjambor@suse.cz>
15197
15198 * cgraph.h (cgraph_node): Remove function declaration.
15199 (cgraph_create_node): Declare.
15200 (cgraph_get_create_node): Likewise.
15201 * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
15202 Updated all callers.
15203 (cgraph_node): Renamed to cgraph_create_node, assert that a node for
15204 the decl does not already exist. Call cgraph_get_create_node instead
15205 of cgraph_node.
15206 (cgraph_get_create_node): New function.
15207 (cgraph_same_body_alias): Update comment.
15208 (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
15209 assert it does not return NULL.
15210 (cgraph_update_edges_for_call_stmt): Likewise.
15211 (cgraph_clone_edge): Likewise.
15212 (cgraph_create_virtual_clone): Likewise.
15213 (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
15214 instead of cgraph_node.
15215 (cgraph_add_new_function): Call cgraph_create_node or
15216 cgraph_get_create_node instead of cgraph_node.
15217 * cgraphbuild.c (record_reference): Call cgraph_get_create_node
15218 instead of cgraph_node.
15219 (record_eh_tables): Likewise.
15220 (mark_address): Likewise.
15221 (mark_load): Likewise.
15222 (build_cgraph_edges): Call cgraph_get_create_node instead
15223 of cgraph_node.
15224 (rebuild_cgraph_edges): Likewise.
15225 * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
15226 instead of cgraph_node.
15227 (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
15228 cgraph_node.
15229 * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
15230 cgraph_create_node instead of cgraph_node.
15231 * c-decl.c (finish_function): Call cgraph_get_create_node instead
15232 of cgraph_node.
15233 * lto-cgraph.c (input_node): Likewise.
15234 * lto-streamer-in.c (input_function): Likewise.
15235 * varasm.c (mark_decl_referenced): Likewise.
15236 (assemble_alias): Likewise.
15237
fe660d7b
MJ
152382011-04-12 Martin Jambor <mjambor@suse.cz>
15239
15240 * tree-inline.c (tree_function_versioning): Call cgraph_get_node
15241 instead of cgraph_node and assert it does not return NULL.
15242 * lto-streamer-in.c (lto_read_body): Likewise.
15243 * omp-low.c (new_omp_context): Likewise.
15244 (create_task_copyfn): Likewise.
15245 * tree-emutls.c (lower_emutls_function_body): Likewise.
15246 * matrix-reorg.c (transform_allocation_sites): Likewise.
15247
bae5cddf
JJ
152482011-04-12 Jakub Jelinek <jakub@redhat.com>
15249
15250 PR c/48552
15251 * c-typeck.c (build_asm_expr): Error out on attempts to use
15252 void type outputs or inputs for constraints that allow reg or
15253 don't allow memory.
15254
06eb52ca
CLT
152552011-04-11 Chung-Lin Tang <cltang@codesourcery.com>
15256 Richard Earnshaw <rearnsha@arm.com>
15257
15258 PR target/48250
15259 * config/arm/arm.c (arm_legitimize_reload_address): Update cases
15260 to use sign-magnitude offsets. Reject unsupported unaligned
15261 cases. Add detailed description in comments.
15262 * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
15263 condition from TARGET_32BIT to TARGET_ARM.
15264
648a616b
NF
152652011-04-11 Nathan Froyd <froydnj@codesourcery.com>
15266
15267 * tree.h (struct typed_tree): New.
15268 (struct tree_common): Include it instead of tree_base.
15269 (TREE_TYPE): Update for new location of type field.
15270 (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
15271 (DECL_USER_ALIGN, DECL_PACKED): Likewise.
15272 (union tree_node): Add typed field.
15273 * treestruct.def (TS_TYPED): New.
15274 * lto-streamer.c (check_handled_ts_structures): Handle it.
15275 * tree.c (MARK_TS_TYPED): New macro.
15276 (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
15277
1e6d1da0
EB
152782011-04-11 Eric Botcazou <ebotcazou@adacore.com>
15279
15280 * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
15281 (force_nonfallthru): Do not alter the loop nest if no basic block
15282 was created.
15283
152842011-04-11 Uros Bizjak <ubizjak@gmail.com>
d8700b1c
UB
15285
15286 * config/i386/sse.md (VI): New mode iterator.
15287 (SSEMODEI): Remove.
15288 (AVX256MODEI): Ditto.
15289 (AVXMODEF4P): Ditto.
15290 (avxvecpsmode): Ditto.
15291 (one_cmpl<mode>2): Enable for TARGET_SSE. Use VI mode iterator.
15292 (sse2_andnot<mode>3): New expander.
15293 (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
15294 *avx_andnot<mode>3. Enable for TARGET_SSE. Use VI mode iterator.
15295 (<any_logic:code><mode>3): Use VI mode iterator.
15296 (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
15297 and *avx_<any_logic:code><mode>3. Use VI mode iterator.
15298 (*andnottf3): Handle AVX three-operand constraints.
15299 (*<any_logic:code>tf3): Handle AVX three-operand constraints.
15300
b1372d5d 153012011-04-11 Joseph Myers <joseph@codesourcery.com>
d8700b1c 15302 Robert Millan <rmh@gnu.org>
b1372d5d
JM
15303
15304 * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
15305 * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
15306 GNU_USER_DYNAMIC_LINKER64): Define.
15307 (REG_NAME): Don't undefine.
15308 (MD_UNWIND_SUPPORT): Undefine.
15309 * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
15310 (REG_NAME): Don't undefine.
15311 (MD_UNWIND_SUPPORT): Undefine.
d8700b1c 15312 * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
b1372d5d 15313
761c0c6e
JM
153142011-04-11 Joseph Myers <joseph@codesourcery.com>
15315
15316 * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
15317 (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
15318
26e0228f
XDL
153192011-04-11 Xinliang David Li <davidxl@google.com>
15320
15321 * value-profile.c (check_ic_target): New function.
15322 (gimple_ic_transform): Sanity check indirect call target.
15323 * gimple-low.c (gimple_check_call_args): Interface change.
15324 (gimple_check_call_matching_types): New function.
15325 * tree-inline.c (tree_can_inline_p): Call new function.
6075765d
BS
15326
153272011-04-11 Basile Starynkevitch <basile@starynkevitch.net>
15328
15329 * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
15330 tree-pretty-print.h & realmpfr.h.
15331
a58dfa49
VM
153322011-04-11 Vladimir Makarov <vmakarov@redhat.com>
15333
15334 PR middle-end/48464
15335 * ira.c (setup_pressure_classes): Fix typo in loop condition.
15336 (setup_allocno_and_important_classes): Ditto.
15337
107fd1c1
JM
153382011-04-11 Joseph Myers <joseph@codesourcery.com>
15339
15340 * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
15341 GNU_USER_DYNAMIC_LINKER.
15342 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
15343 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15344 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
15345 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
15346 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
15347 GNU_USER_TARGET_OS_CPP_BUILTINS.
15348 * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
15349 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15350 * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
15351 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15352 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
15353 LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
15354 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
15355 GNU_USER_TARGET_OS_CPP_BUILTINS.
15356 * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15357 GNU_USER_DYNAMIC_LINKER.
15358 * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15359 GNU_USER_TARGET_OS_CPP_BUILTINS.
15360 * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
15361 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15362 * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
15363 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15364 * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
15365 * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
15366 GNU_USER_DYNAMIC_LINKER64): Remove.
15367 * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
15368 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15369 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15370 GNU_USER_DYNAMIC_LINKER.
15371 * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15372 GNU_USER_TARGET_OS_CPP_BUILTINS.
15373 * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15374 GNU_USER_TARGET_OS_CPP_BUILTINS.
15375 * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
15376 to GNU_USER_TARGET_OS_CPP_BUILTINS.
15377 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
15378 GNU_USER_TARGET_OS_CPP_BUILTINS.
15379 (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
15380 (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
15381 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
15382 * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
15383 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15384 * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15385 GNU_USER_DYNAMIC_LINKER.
15386 (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
15387 GNU_USER_TARGET_OS_CPP_BUILTINS.
15388 * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
15389 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15390 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15391 GNU_USER_DYNAMIC_LINKER.
15392 * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
15393 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15394 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
15395 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15396 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15397 GNU_USER_DYNAMIC_LINKER.
15398 * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
15399 GNU_USER_DYNAMIC_LINKERN32.
15400 (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
15401 GNU_USER_DYNAMIC_LINKERN32. Change LINUX_DYNAMIC_LINKER64 to
15402 GNU_USER_DYNAMIC_LINKER64. Change LINUX_DYNAMIC_LINKER32 to
15403 GNU_USER_DYNAMIC_LINKER32.
15404 * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
15405 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15406 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15407 GNU_USER_DYNAMIC_LINKER.
15408 * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
15409 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15410 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
15411 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
d8700b1c 15412 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
107fd1c1
JM
15413 * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
15414 GNU_USER_DYNAMIC_LINKER32.
15415 (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
15416 * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
15417 GNU_USER_DYNAMIC_LINKER.
15418 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
15419 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15420 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
15421 GNU_USER_DYNAMIC_LINKER32. Change LINUX_DYNAMIC_LINKER64 to
15422 GNU_USER_DYNAMIC_LINKER64.
15423 * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
15424 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15425 (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15426 GNU_USER_DYNAMIC_LINKER.
15427 * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
15428 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15429 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
15430 GNU_USER_DYNAMIC_LINKER.
15431 * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
15432 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15433 (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
15434 GNU_USER_DYNAMIC_LINKER32.
15435 (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
15436 GNU_USER_DYNAMIC_LINKER64.
15437 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
15438 GNU_USER_DYNAMIC_LINKER64.
15439 * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
15440 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
15441 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
15442 LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
d8700b1c 15443 (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
107fd1c1 15444
e24609cf
JM
154452011-04-11 Joseph Myers <joseph@codesourcery.com>
15446
15447 * config/i386/gnu-user.h: Copy from linux.h. Update comments.
15448 (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
15449 (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
15450 GNU_USER_DYNAMIC_LINKER.
15451 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
15452 * config/i386/gnu-user64.h: Copy from linux64.h. Update comments.
15453 (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
15454 (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
15455 GNU_USER_DYNAMIC_LINKER64.
15456 (MD_UNWIND_SUPPORT, REG_NAME): Remove.
15457 * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
15458 GNU_USER_LINK_EMULATION.
15459 * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
15460 DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
15461 ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
15462 MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
15463 PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
15464 CPP_SPEC, CC1_SPEC): Remove.
15465 (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
15466 (GNU_USER_DYNAMIC_LINKER): Define.
15467 (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
15468 ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
15469 ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
15470 LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
15471 TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
15472 STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
15473 TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
15474 * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
15475 CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
15476 TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
15477 LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
15478 LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
15479 (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
15480 (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
15481 TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
15482 TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
15483 * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15484 GNU_USER_DYNAMIC_LINKER.
15485 * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15486 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
15487 * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15488 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
15489 * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
15490 GNU_USER_DYNAMIC_LINKER. Unconditionally undefine and redefine.
15491 * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
15492 i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
15493 i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
d8700b1c 15494 x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
e24609cf 15495
b8ce4e94
KT
154962011-04-11 Kai Tietz <ktietz@redhat.com>
15497
15498 PR target/9601
15499 PR target/11772
15500 * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
15501 * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
15502 comment.
15503 (ix86_is_msabi_thiscall): Removed.
15504 (ix86_is_type_thiscall): Likewise.
15505 (ix86_get_callcvt): New function.
15506 (ix86_comp_type_attributes): Simplify check.
15507 (ix86_function_regparm): Use ix86_get_callcvt for calling
15508 convention attribute checks.
15509 (ix86_return_pops_args): Likewise.
15510 (ix86_static_chain): Likewise.
15511 (x86_this_parameter): Likewise.
15512 (x86_output_mi_thunk): Likewise.
15513 (ix86_function_type_abi): Optimize check for types without attributes.
15514 * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
15515 IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
15516 IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
15517 by flag-values.
15518 (IX86_BASE_CALLCVT): Helper macro.
15519 * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
15520 Use ix86_get_callcvt for calling convention attribute checks and avoid
15521 symbol-decoration for stdcall in TARGET_RTD case.
15522 * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
15523 Likewise.
15524 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
15525 for declaration.
15526
798dd0ba
UB
155272011-04-11 Uros Bizjak <ubizjak@gmail.com>
15528
15529 * config/i386/sse.md (VI_128): New mode iterator.
15530 (VI12_128): Rename from SSEMODE12.
15531 (VI14_128): Rename from SSEMODE14.
15532 (VI124_128): New mode iterator.
15533 (VI24_128): Rename from SSEMODE248.
15534 (VI248_128): Rename from SSEMODE248.
15535 (SSEMODE124C8): Remove.
15536 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
15537 (*sse2_<plusminus_insn><mode>3): Merge with
15538 *avx_<plusminus_insn><mode>3.
15539 (*mulv8hi3): Merge with *avx_mulv8hi3.
15540 (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
15541 (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
15542 (*sse2_pmaddwd): Merge with *avx_pmaddwd.
15543 (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
15544 (ashr<mode>3): Merge with *avx_ashr<mode>3.
15545 (lshr<mode>3): Merge with *avx_lshr<mode>3.
15546 (ashl<mode>3): Merge with *avx_ashl<mode>3.
15547 (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
15548 (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
15549 (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
15550 (*<smaxmin:code>v8hi3): Ditto.
15551 (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
15552 (*<smaxmin:code>v16qi3): Ditto.
15553 (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
15554 (*sse2_eq<mode>3): Ditto.
15555 (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
15556 (*sse2_gt<mode>3): Ditto.
15557 (vcondv2di): Split out of vcond<mode>.
15558 (vconduv2di): Split out of vcondu<mode>.
15559
956011be
RG
155602011-04-11 Richard Guenther <rguenther@suse.de>
15561
15562 * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
15563 before calling tree_low_cst.
15564
e6313a78
RG
155652011-04-11 Richard Guenther <rguenther@suse.de>
15566
15567 * stor-layout.c (layout_type): Compute all array index size operations
15568 in the original type.
15569 (initialize_sizetypes): Add comment.
15570 (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
15571
e69d7376
JM
155722011-04-11 Joseph Myers <joseph@codesourcery.com>
15573
15574 * common.opt (Tbss=, Tdata=, Ttext=): New options.
15575
9f9ebcdf
MJ
155762011-04-11 Martin Jambor <mjambor@suse.cz>
15577
15578 * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
15579 of cgraph_node, handle NULL return value.
15580 (cgraph_global_info): Likewise.
15581 (cgraph_rtl_info): Likewise.
15582 * tree-inline.c (estimate_num_insns): Likewise.
15583 * gimplify.c (unshare_body): Likewise.
15584 (unvisit_body): Likewise.
15585 (gimplify_body): Likewise.
15586 * predict.c (optimize_function_for_size_p): Likewise.
15587 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
15588 (call_may_clobber_ref_p_1): Likewise.
15589 * varasm.c (function_section_1): Likewise.
15590 (assemble_start_function): Likewise.
15591
581985d7
MJ
155922011-04-11 Martin Jambor <mjambor@suse.cz>
15593
15594 * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
15595 of cgraph_node.
15596 * final.c (rest_of_clean_state): Likewise.
15597 * gimple-iterator.c (update_call_edge_frequencies): Likewise.
15598 * passes.c (pass_init_dump_file): Likewise.
15599 (execute_all_ipa_transforms): Likewise.
15600 (function_called_by_processed_nodes_p): Likewise.
15601 * predict.c (maybe_hot_frequency_p): Likewise.
15602 (probably_never_executed_bb_p): Likewise.
15603 (compute_function_frequency): Likewise.
15604 * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
15605 (unnest_nesting_tree_1): Likewise.
15606 (lower_nested_functions): Likewise.
15607 * tree-optimize.c (execute_fixup_cfg): Likewise.
15608 (tree_rest_of_compilation): Likewise.
15609 * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
15610 * tree-sra.c (ipa_early_sra): Likewise.
15611 * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
15612 * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
15613 * ipa.c (record_cdtor_fn): Likewise.
15614 * ipa-inline.c (cgraph_early_inlining): Likewise.
15615 (compute_inline_parameters_for_current): Likewise.
15616 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
15617 * ipa-pure-const.c (local_pure_const): Likewise.
15618 * ipa-split.c (split_function): Likewise.
15619 (execute_split_functions): Likewise.
15620 * cgraphbuild.c (build_cgraph_edges): Likewise.
15621 (rebuild_cgraph_edges): Likewise.
15622 (cgraph_rebuild_references): Likewise.
15623 (remove_cgraph_callee_edges): Likewise.
15624 * cgraphunit.c (cgraph_mark_if_needed): Likewise.
15625 (verify_cgraph_node): Likewise.
15626 (cgraph_analyze_functions): Likewise.
15627 (cgraph_preserve_function_body_p): Likewise.
15628 (save_inline_function_body): Likewise.
15629 (save_inline_function_body): Likewise.
15630 * tree-inline.c (copy_bb): Likewise.
15631 (optimize_inline_calls): Likewise.
15632
57dbdc5a
MJ
156332011-04-11 Martin Jambor <mjambor@suse.cz>
15634
15635 PR tree-optimization/48195
15636 * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
15637 ipa_check_create_edge_args.
15638 (ipcp_generate_summary): Do not call ipa_check_create_node_params and
15639 ipa_check_create_edge_args.
15640 * ipa-inline.c (inline_generate_summary): Do not call
15641 ipa_check_create_node_params and ipa_check_create_edge_args.
15642 * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
15643 ipa_check_create_edge_args.
15644
d108e679
AS
156452011-04-09 Anatoly Sokolov <aesok@post.ru>
15646
15647 * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
15648 instead of loop.
15649 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
15650 * function.c (record_hard_reg_sets): Likewise.
15651 * ira.c (compute_regs_asm_clobbered): Likewise.
15652 * sched-deps.c (sched_analyze_1): Likewise.
15653 * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
15654
3411bc59
XDL
156552011-04-09 Xinliang David Li <davidxl@google.com>
15656
15657 PR tree-optimization/PR48484
15658 * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
15659 has_valid_pred lazily
15660
b365495a
DS
156612011-04-09 Duncan Sands <baldrick@free.fr>
15662
15663 * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
15664
68bc509a
EB
156652011-04-08 Eric Botcazou <ebotcazou@adacore.com>
15666
15667 * combine.c (combine_validate_cost): Adjust comments. Set registered
15668 cost of I0 to zero at the end, if any.
15669
041e059f
XDL
156702011-04-08 Xinliang David Li <davidxl@google.com>
15671
68bc509a
EB
15672 * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
15673 to insane profile data.
041e059f 15674
444b3995
XDL
156752011-04-08 Xinliang David Li <davidxl@google.com>
15676
15677 * ipa-cp.c (ipcp_update_profiling): Correct
15678 negative scale factor due to insane profile data.
15679
6a801cf2
XDL
156802011-04-08 Xinliang David Li <davidxl@google.com>
15681
15682 * final.c (dump_basic_block_info): New function.
15683 (final): Dump basic block.
15684 (final_scan_insn): Remove old dump.
15685
d5f3624e
SK
156862011-04-08 Steven G. Kargl <kargl@gcc.gnu.org>
15687
68bc509a
EB
15688 PR target/47829
15689 * config.gcc (i386-*-freebsd): Disable unwind table generation for
15690 crtbegin/crtend.
d5f3624e 15691
42821aff
MM
156922011-04-08 Michael Matz <matz@suse.de>
15693
15694 PR middle-end/48389
15695 * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
15696 functions.
15697 (rebuild_jump_labels): Call rebuild_jump_labels_1.
15698 * rtl.h (rebuild_jump_labels_chain): Declare.
15699 * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
15700 insns inserted on edges.
15701
ad7be009
JM
157022011-04-08 Joseph Myers <joseph@codesourcery.com>
15703
15704 * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
15705 * config/arm/arm-arches.def: New.
15706 * config/arm/arm-opts.h: New.
15707 * config/arm/genopt.sh: New.
15708 * config/arm/arm-tables.opt: New (generated).
15709 * config/arm/arm.c (arm_handle_option, arm_target_help,
15710 TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
15711 (all_architectures): Get most table contents from arm-arches.def.
15712 (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
15713 arm_selected_tune here.
15714 * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
15715 * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
15716 (march=, mcpu=, mtune=): Use Enum and Var.
15717 * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
15718 (arm.o): Update dependencies.
ecbb6fb7 15719
42821aff 157202011-04-08 Basile Starynkevitch <basile@starynkevitch.net>
ecbb6fb7
BS
15721
15722 * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
15723 of header_file.
15724 (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
15725 (write_typed_alloc_defns): Likewise.
15726 (main): Calls write_typed_alloc_defns with output_header.
15727
8d189b3f
VM
157282011-04-08 Vladimir Makarov <vmakarov@redhat.com>
15729
68bc509a 15730 PR inline-asm/48435
8d189b3f
VM
15731 * ira-color.c (setup_profitable_hard_regs): Add comments.
15732 Don't take prohibited hard regs into account.
15733 (setup_conflict_profitable_regs): Rename to
15734 get_conflict_profitable_regs.
15735 (check_hard_reg_p): Check prohibited hard regs.
15736
44f370bf
NF
157372011-04-08 Nathan Froyd <froydnj@codesourcery.com>
15738
15739 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
15740 * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
15741 * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
15742
483d7ad3
JDA
157432011-04-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15744
15745 PR target/48366
15746 * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
b8a17fa2 15747 move from floating point to shift amount register.
483d7ad3
JDA
15748 (emit_move_sequence): Remove secondary reload support for floating
15749 point to shift amount amount register copies.
15750 (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
15751 amount register copies.
15752 * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
15753 register, return false if mode isn't a scalar integer mode.
15754 * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
15755
97e03fa1
RG
157562011-04-08 Richard Guenther <rguenther@suse.de>
15757
15758 * gimple.c (gimple_call_flags): Remove kludge.
15759
9d40778b
AM
157602011-04-08 Alexander Monakov <amonakov@ispras.ru>
15761
15762 * sel-sched.c (sel_region_init): Move call to
15763 sel_setup_region_sched_flags after setup_current_loop_nest.
15764
19ac7892
AB
157652011-04-08 Andrey Belevantsev <abel@ispras.ru>
15766
15767 PR rtl-optimization/48272
19ac7892
AB
15768 * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
15769 init_insn_reg_pressure_info. Adjust a caller.
15770 * sched-int.h (init_insn_reg_pressure_info): Declare.
15771 * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
15772 when sched-pressure is enabled.
15773
0f8c63cc
RG
157742011-04-08 Richard Guenther <rguenther@suse.de>
15775
15776 * gimple.c (gimple_set_modified): Do not queue calls to
15777 MODIFIED_NORETURN_CALLS here ...
15778 * tree-ssa-operands.c (update_stmt_operands): ... but here.
15779
5e5a425e
RG
157802011-04-08 Richard Guenther <rguenther@suse.de>
15781
15782 PR lto/48467
15783 * toplev.c (lang_dependent_init): Do not open asm_out_file
15784 in WPA mode, nor perform debug machinery initialization.
15785 (finalize): Do not unlink asm_out_file in WPA mode.
15786
9bfc434b
RG
157872011-04-08 Richard Guenther <rguenther@suse.de>
15788
15789 * gimple.h (gimple_call_fntype): New function.
15790 (gimple_call_return_type): Use it.
15791 * expr.c (expand_expr_real_1): Use gimple_call_fntype.
15792 * gimple-low.c (gimple_check_call_args): Likewise.
15793 * gimple.c (gimple_call_flags): Likewise.
15794 (gimple_call_arg_flags): Likewise.
15795 (gimple_call_return_flags): Likewise.
15796 * tree-cfg.c (verify_gimple_call): Likewise.
15797 (do_warn_unused_result): Likewise.
15798 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
15799 * value-prof.c (gimple_ic_transform): Fix fndecl check.
15800
7c1f0b40
DM
158012011-04-08 Dmitry Melnik <dm@ispras.ru>
15802
15803 PR rtl-optimization/48235
15804 * sel-sched.c (code_motion_process_successors): Recompute the last
15805 insn in basic block if control flow changed.
15806 (code_motion_path_driver): Ditto. Recompute the first insn as well.
15807 Update condition for ilist_remove.
15808
ea4d630f
AM
158092011-04-08 Alexander Monakov <amonakov@ispras.ru>
15810
15811 PR rtl-optimization/48302
15812 * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
15813 * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument. Use
15814 it to record added preheader blocks.
15815 * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument. Pass it
15816 on to sel_add_loop_preheaders.
15817 (sel_region_init): Move call to setup_current_loop_nest after
15818 sel_init_bbs.
15819
07643d76
AM
158202011-04-08 Alexander Monakov <amonakov@ispras.ru>
15821
15822 PR target/48273
15823 * cfgloop.h (loop_has_exit_edges): New helper.
15824 * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
15825 non-clonable.
15826 * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
15827 that have no exit edges.
15828
1f3b2b4e
AM
158292011-04-08 Alexander Monakov <amonakov@ispras.ru>
15830
15831 PR rtl-optimization/48442
15832 * sel-sched.c (init_seqno): Remove number_of_insns argument. Update
15833 all callers. Adjust assert.
15834
554f1948
JJ
158352011-04-08 Jakub Jelinek <jakub@redhat.com>
15836
15837 PR tree-optimization/48377
15838 * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
15839 is_packed to true even for types with smaller TYPE_ALIGN than
15840 TYPE_SIZE.
15841
ddf72388
RG
158422011-04-08 Richard Guenther <rguenther@suse.de>
15843
15844 PR bootstrap/48513
15845 * doc/tm.texi: Re-generate.
15846
0c27e2d8
WG
158472011-04-08 Wei Guozhi <carrot@google.com>
15848
15849 PR target/47855
15850 * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
15851 * config/arm/arm.c (arm_attr_length_push_multi): New function.
15852 * config/arm/arm.md (*push_multi): Change the length computation to
15853 call a C function.
15854
07c5f94e
AS
158552011-04-08 Anatoly Sokolov <aesok@post.ru>
15856
15857 * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
15858 (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
15859 * doc/tm.texi: Regenerate.
15860 * system.h (ASM_OUTPUT_BSS): Poison.
15861 * varasm.c (asm_output_bss): Remove function.
15862 (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
798dd0ba 15863
07c5f94e
AS
15864 * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
15865 * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
15866 * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
15867 * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
15868 Likewise.
15869 * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
15870 Likewise.
15871 * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
15872 Likewise.
15873 * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
15874
5f2c36e1
JM
158752011-04-07 Joseph Myers <joseph@codesourcery.com>
15876
15877 * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
15878 EnumValue lines.
15879
39e7722b
JM
158802011-04-07 Joseph Myers <joseph@codesourcery.com>
15881
15882 * config/m68k/m68k.c (m68k_handle_option): Don't handle
15883 OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
15884 OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
15885 OPT_mcpu32.
15886 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
15887 handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
15888 -m68030, -m68040, -m68060, -mcpu32 and -m68332.
15889 * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
15890 m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
15891 * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
15892 (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
15893 (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
15894 options. Don't map other m68k options manually. Don't handle
15895 old-style options as canonical.
15896 (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
798dd0ba 15897 * doc/install.texi (m68k-*-*): Document binutils version requirement.
39e7722b 15898
cf103ca4
EB
158992011-04-07 Eric Botcazou <ebotcazou@adacore.com>
15900
15901 * basic-block.h (force_nonfallthru): Move to...
15902 * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
15903 (force_nonfallthru): ...here.
15904 * cfghooks.c (force_nonfallthru): New function.
15905 * cfgrtl.c (force_nonfallthru): Rename into...
15906 (rtl_force_nonfallthru): ...this.
15907 (commit_one_edge_insertion): Do not set AUX field.
15908 (commit_edge_insertions): Do not discover new basic blocks.
15909 (rtl_cfg_hooks): Add rtl_force_nonfallthru.
15910 (cfg_layout_rtl_cfg_hooks): Likewise.
15911 * function.c (thread_prologue_and_epilogue_insns): Remove bogus
15912 ATTRIBUTE_UNUSED. Discover new basic blocks in the prologue insns.
15913 * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
15914
14431f58
AS
159152011-04-07 Anatoly Sokolov <aesok@post.ru>
15916
15917 * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
15918 Remove macros.
15919
3729983c
UB
159202011-04-07 Uros Bizjak <ubizjak@gmail.com>
15921
15922 * config/i386/sse.md: Update copyright year.
15923 (avxcvtvecmode): Remove.
15924 (sse_movhlps): Merge with *avx_movhlps.
15925 (sse_movlhps): Merge with *avx_movlhps.
15926 (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
15927 (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
15928 (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
15929 (sse_loadhps): Merge with *avx_loadhps.
15930 (sse_storelps): Merge with *avx_storelps.
15931 (sse_loadlps): Merge with *avx_loadlps.
15932 (sse_movss): Merge with *avx_movss.
15933 (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
15934 (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
15935 (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
15936 (*vec_set<mode>_0_sse2): Split multi-unit alternative.
15937 (vec_set<mode>_0): Ditto.
15938 (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
15939 (sse4_1_insertps): Merge with *avx_insertps.
15940 (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
15941 (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
15942 (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
15943 (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
15944 (sse2_storehpd): Merge with *avx_storehpd.
15945 (sse2_loadhpd): Merge with *avx_loadhpd.
15946 (sse2_loadlpd): Merge with *avx_loadlpd.
15947 (sse2_movsd): Merge with *avx_movsd.
15948 (*vec_concatv2df): Merge with *vec_concatv2df.
15949
4e626909
JJ
159502011-04-07 Jakub Jelinek <jakub@redhat.com>
15951
15952 PR debug/48343
15953 * combine.c (combine_instructions): Add last_combined_insn,
3729983c 15954 update it if insn is after it, pass it to all try_combine calls.
4e626909
JJ
15955 (try_combine): Add last_combined_insn parameter, pass it instead of
15956 i3 to propagate_for_debug.
15957
3729983c 159582011-04-07 Nick Clifton <nickc@redhat.com>
5a10b0a9
NC
15959
15960 * config/mn10300/mn10300.md (movqi_internal): Add alternatives
15961 to handle MDR <-> data register transfers.
15962 (movhi_internal): Likewise.
15963
20c03367
AM
159642011-04-07 Alan Modra <amodra@gmail.com>
15965
15966 * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
15967 previous stack info.
15968
bf22920b
TV
159692011-04-07 Tom de Vries <tom@codesourcery.com>
15970
15971 PR target/43920
15972 * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter. Pass dir to
15973 flow_find_cross_jump. Swap variables to implement backward replacement.
15974 (try_crossjump_bb): Add argument to try_crossjump_to_edge.
15975
823918ae
TV
159762011-04-07 Tom de Vries <tom@codesourcery.com>
15977
15978 PR target/43920
15979 * cfgcleanup.c (walk_to_nondebug_insn): New function.
3729983c
UB
15980 (flow_find_cross_jump): Use walk_to_nondebug_insn. Recalculate bb1
15981 and bb2.
15982 (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
15983 src1 or src2. Redirect edges to the last basic block. Update
15984 frequency and count on multiple basic blocks in case of fallthru.
823918ae 15985
472c95f5
TV
159862011-04-07 Tom de Vries <tom@codesourcery.com>
15987
15988 PR target/43920
15989 * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
15990 function.
3729983c
UB
15991 (old_insns_match_p): Change return type. Replace return false/true
15992 with return dir_none/dir_both. Use can_replace_by.
15993 (flow_find_cross_jump): Add dir_p parameter. Init replacement
15994 direction from dir_p. Register replacement direction in dir, last_dir
15995 and afterlast_dir. Handle new return type of old_insns_match_p using
472c95f5
TV
15996 merge_dir. Return replacement direction in dir_p.
15997 (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
15998 return type of old_insns_match_p.
15999 (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
16000 * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
16001 flow_find_cross_jump.
16002 * basic-block.h (enum replace_direction): New type.
16003 (flow_find_cross_jump): Add parameter to declaration.
16004
a95d4000
UB
160052011-04-06 Uros Bizjak <ubizjak@gmail.com>
16006
16007 * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
16008 (AVXMODEDCVTPS2DQ): Ditto.
16009 (VEC_FLOAT_MODE): Ditto.
16010 (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3. Use VF mode
16011 iterator. Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
16012 (<any_logic:code><mode>3): Use VF mode iterator.
16013 (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
16014 Use VF mode iterator.
16015 (copysign<mode>3): Use VF mode iterator.
16016 (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3. Handle
16017 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
16018 (*<any_logic:code><MODEF:mode>3): Merge with
16019 *avx_<any_logic:code><MODEF:mode>3.
16020 (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
16021 (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
16022 (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
16023 (avx_cvtdq2ps<avxmodesuffix>): Remove.
16024 (sse2_cvtdq2ps): Use %v modifier.
16025 (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
16026 (avx_cvtps2dq<avxmodesuffix>): Remove.
16027 (sse2_cvtps2dq): Use %v modifier.
16028 (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
16029 (avx_cvttps2dq<avxmodesuffix>): Remove.
16030 (sse2_cvttps2dq): Use %v modifier.
16031 (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
16032 (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
16033 (sse2_cvtsd2siq): Fix insn template.
16034 (sse2_cvtsd2siq_2): Ditto.
16035 (sse2_cvttsd2siq): Ditto.
16036 (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
16037 (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
16038
ad01c437
JM
160392011-04-06 Joseph Myers <joseph@codesourcery.com>
16040
16041 * gcov-io.c: Use GCC Runtime Library Exception.
16042
fe846284
JJ
160432011-04-06 Jakub Jelinek <jakub@redhat.com>
16044
16045 PR debug/48466
16046 * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
16047 as base_reg whatever register reg has been eliminated to, instead
16048 of hardcoding STACK_POINTER_REGNUM.
16049
acce4e77
JM
160502011-04-06 Joseph Myers <joseph@codesourcery.com>
16051
16052 * doc/tm.texi.in: Document C target hooks as separate from general
16053 target hooks.
16054 * doc/tm.texi: Regenerate.
16055 * genhooks.c (struct hook_desc): Add docname field.
16056 (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC). Initialize
16057 docname field.
16058 (hook_array): Include c-target.def.
16059 (emit_documentation): Use docname field in output.
16060 (emit_init_macros): Take docname argument. Only emit definitions
16061 for hooks matching docname.
16062 (main): Expect additional arguments in all cases. Pass argument
16063 to emit_init_macros.
16064 * target.def: Move initial macro definitions and comments to
16065 target-hooks-macros.h.
16066 (gcc_targetcm): Move to c-family/c-target.def.
16067 * target.h (targetcm): Move declaration to c-family/c-target.h.
16068 * targhooks.c (default_handle_c_option): Move to
16069 c-family/c-opts.c.
16070 * targhooks.h (default_handle_c_option): Move declaration to
16071 c-family/c-common.h.
16072 * target-hooks-macros.h: New file.
16073 * config.gcc (target_has_targetcm): Define and use to add to
16074 c_target_objs and cxx_target_objs.
16075 * config/default-c.c: New file.
16076 * config/darwin-c.c: Include c-target.h and c-target-def.h instead
16077 of target.h and target-def.h.
16078 (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
16079 (darwin_objc_construct_string, darwin_cfstring_ref_p,
16080 darwin_check_cfstring_format_arg): Make static.
16081 (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
16082 TARGET_STRING_OBJECT_REF_TYPE_P,
16083 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
16084 * config/darwin-protos.h (darwin_objc_construct_string,
16085 darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
16086 declare.
16087 * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
16088 TARGET_STRING_OBJECT_REF_TYPE_P,
a95d4000 16089 TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
acce4e77
JM
16090 * config/t-darwin (darwin-c.o): Update dependencies.
16091 * system.h (TARGET_HAS_TARGETCM): Poison.
16092 * Makefile.in (TARGET_H): Update.
16093 (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
16094 (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
16095 (default-c.o): New target.
16096 (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
a95d4000 16097 (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
acce4e77
JM
16098 (s-tm-texi): Pass -d option to genhooks. Also test timestamp on
16099 c-target.def.
16100 (build/genhooks.o): Update dependencies.
16101
275b4baa 161022011-04-06 Richard Guenther <rguenther@suse.de>
a95d4000 16103
275b4baa
RG
16104 * ipa-inline.c (enum inlining_mode): Remove.
16105 (cgraph_flatten): Use some other token.
16106 (cgraph_edge_early_inlinable_p): New function, split out from ...
16107 (cgraph_perform_always_inlining): New function, split out from ...
16108 (cgraph_decide_inlining_incrementally): ... here.
16109 (cgraph_mark_inline_edge): Adjust.
16110 (cgraph_early_inlining): Re-structure.
16111 (pass_early_inline): Require SSA form.
16112
f15b8bdf 161132011-04-06 Andrew Stubbs <ams@codesourcery.com>
9adc580c
AS
16114 Julian Brown <julian@codesourcery.com>
16115 Mark Shinwell <shinwell@codesourcery.com>
16116
16117 * config/arm/arm.h (arm_class_likely_spilled_p): Check against
16118 LO_REGS only for Thumb-1.
16119 (MODE_BASE_REG_CLASS): Restrict base registers to those which can
16120 be used in short instructions when optimising for size on Thumb-2.
16121
516426da
EB
161222011-04-06 Eric Botcazou <ebotcazou@adacore.com>
16123
16124 * gimple-low.c (lower_gimple_return): When not optimizing, force labels
16125 associated with user returns to be preserved.
16126
96621ebf
TG
161272011-04-06 Tristan Gingold <gingold@adacore.com>
16128
f15b8bdf
EB
16129 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
16130 symbol_queue_size, DBXOUT_DECR_NESTING,
96621ebf
TG
16131 (DBXOUT_DECR_NESTING_AND_RETURN): Also define
16132 if XCOFF_DEBUGGING_INFO.
16133
07c0852e
UB
161342011-04-06 Uros Bizjak <ubizjak@gmail.com>
16135
16136 * config/i386/i386.md (attribute isa): New.
16137 (attribute enabled): New.
16138 (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
16139 (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
16140 (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
16141 (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
16142 (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
16143 (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
16144 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
16145 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
16146
16147 * config/i386/sse.md (VF): New mode iterator.
16148 (VF1): Ditto.
16149 (VF2): Ditto.
16150 (VF_128): Ditto.
16151 (SSEMODEF4): Remove.
16152 (attribute sse): Handle V8SF and V4DF modes.
16153 (<absneg:code><mode>2): Use VF mode iterator.
16154 (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2. Use VF
16155 mode iterator.
16156 (<plusminus_insn><mode>3): Use VF mode iterator.
16157 (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
16158 Use VF mode iterator.
16159 (<sse>_vm<plusminus_insn><mode>3): Merge with
16160 *avx_vm<plusminus_insn><mode>3. Use VF_128 mode iterator.
16161 (mul<mode>3): Use VF mode iterator.
16162 (*mul<mode>3): Merge with *avx_mul<mode>3. Use VF mode iterator.
16163 (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3. Use VF_128
16164 mode iterator.
16165 (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
16166 (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
16167 (<sse>_div<mode>3): Merge with *avx_div<mode>3. Use VF mode iterator.
16168 (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3. Use VF_128
16169 mode iterator.
16170 (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
16171 Use VF1 mode iterator.
16172 (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
16173 (sqrt<VF2:mode>2): New expander.
16174 (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
16175 (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
16176 and sqrtv2df2. Use VF mode iterator.
16177 (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2. Use VF_128
16178 mode iterator.
16179 (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
16180 (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
16181 Use VF1 mode iterator.
16182 (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
16183 (<smaxmin:code><mode>3): Use VF mode iterator.
16184 (*<smaxmin:code><mode>3_finite): Merge with
16185 *avx_<smaxmin:code><mode>3_finite. Use VF mode iterator.
16186 (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
16187 (<sse>_vm<smaxmin:code><mode>2): Merge with
16188 *avx_vm<smaxmin:code><mode>2. Use VF_128 mode iterator.
16189 (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3. Use VF
16190 mode iterator.
16191 (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3. Use VF
16192 mode iterator.
16193 (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
16194 (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
16195 (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
16196 (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
16197 (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3. Use
16198 VF mode iterator.
16199 (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
16200 Use VF_128 mode iterator.
16201 (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3. Use VF
16202 mode iterator.
16203 (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3. Use
16204 VF_128 mode iterator.
16205 (vcond<mode>): Use VF mode iterator.
16206 * config/i386/predicates.md (sse_comparison_operator): Merge with
16207 avx_comparison_float_operator. Do not declare as special_predicate.
16208 * config/i386/i386.c (struct builtin_description): Update for renamed
16209 compare patterns.
16210 (ix86_expand_args_builtin): Ditto.
16211 (ix86_expand_sse_compare_mask): Ditto.
16212
ff5d142c
RG
162132011-04-06 Richard Guenther <rguenther@suse.de>
16214
16215 * tree-inline.c (estimate_num_insns): For calls simply account
16216 for all passed arguments and a used return value.
16217
d7d1d041 162182011-04-06 Richard Guenther <rguenther@suse.de>
07c0852e 16219
d7d1d041
RG
16220 PR tree-optimization/47663
16221 * cgraph.h (struct cgraph_edge): Add call_stmt_size and
16222 call_stmt_time fields.
16223 (cgraph_edge_inlinable_p): Declare.
16224 (cgraph_edge_recursive_p): New inline function.
16225 * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
16226 (cgraph_clone_edge): Copy it.
16227 * ipa-inline.c (cgraph_estimate_edge_time): New function.
16228 Account for call stmt time.
16229 (cgraph_estimate_time_after_inlining): Take edge argument.
16230 (cgraph_estimate_edge_growth): Account call stmt size.
16231 (cgraph_estimate_size_after_inlining): Take edge argument.
16232 (cgraph_mark_inline_edge): Adjust.
16233 (cgraph_check_inline_limits): Likewise.
16234 (cgraph_recursive_inlining_p): Remove.
16235 (cgraph_edge_badness): Use cgraph_edge_recursive_p.
16236 (cgraph_decide_recursive_inlining): Take edge argument and
16237 adjust.
16238 (cgraph_decide_inlining_of_small_functions): Do not avoid
16239 diags for recursive inlining here.
16240 (cgraph_flatten): Adjust.
16241 (cgraph_decide_inlining_incrementally): Likewise.
16242 (estimate_function_body_sizes): Remove call cost handling.
16243 (compute_inline_parameters): Initialize caller edge call costs.
16244 (cgraph_estimate_edge_growth): New function.
16245 (cgraph_estimate_growth): Use it.
16246 (cgraph_edge_badness): Likewise.
16247 (cgraph_check_inline_limits): Take an edge argument.
16248 (cgraph_decide_inlining_of_small_functions): Adjust.
16249 (cgraph_decide_inlining): Likewise.
16250 * tree-inline.c (estimate_num_insns): Only account for call
16251 return value if it is used.
16252 (expand_call_inline): Avoid diagnostics on recursive inline
16253 functions here.
16254 * lto-cgraph.c (lto_output_edge): Output edge call costs.
16255 (input_edge): Input edge call costs.
16256
2feb95f7
RO
162572011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16258
16259 * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
16260
26fbd9c2
JW
162612011-04-06 Jonathan Wakely <jwakely.gcc@gmail.com>
16262
16263 * doc/invoke.texi (Spec Files): Fix typo.
16264
694dc0ca
EB
162652011-04-06 Eric Botcazou <ebotcazou@adacore.com>
16266
16267 * profile.c (branch_prob): Move declaration of local variable. Remove
16268 obsolete ??? comment. Expand the location explicitly instead of using
16269 the LOCATION_FILE and LOCATION_LINE macros.
16270
4925d0d5
WG
162712011-04-06 Wei Guozhi <carrot@google.com>
16272
16273 PR target/47855
16274 * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
16275 (arm_cond_branch): Likewise.
16276 (arm_cond_branch_reversed): Likewise.
16277 (arm_jump): Likewise.
16278 (push_multi): Likewise.
16279 * config/arm/constraints.md (Py): New constraint.
16280
f55dfa2f
NF
162812011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16282
16283 PR bootstrap/48471
16284 * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
16285 Move these...
16286 (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
16287 (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
16288 #ifdef DBX_DEBUGGING_INFO.
16289
fca96842
BS
162902011-04-05 Bernd Schmidt <bernds@codesourcery.com>
16291
16292 PR bootstrap/48403
16293 * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
16294 if old and new states differ.
16295
30b83e38
JM
162962011-04-05 Joseph Myers <joseph@codesourcery.com>
16297
16298 * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
16299 OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
16300 * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
16301 handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
16302 * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
16303 mcfv4e): Use Alias.
16304 * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
16305 ColdFire options to -mcpu= options.
16306
277a9aa5
JL
163072011-04-05 Jeff Law <law@redhat.com>
16308
16309 * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
16310 check if BB is a successor of LOOP->header and return
16311 NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
16312
c1e2610e
SB
163132011-04-05 Steven Bosscher <steven@gcc.gnu.org>
16314
16315 * cprop.c (struct reg_use): Remove.
16316 (reg_use_table): Make an array of RTX.
16317 (find_used_regs, constprop_register, local_cprop_pass,
16318 bypass_block): Simplify users of reg_use_table.
16319 (cprop_insn): Likewise. Iterate if copy propagation succeeded
16320 on one of the uses found by find_used_regs.
16321
e532f586
NF
163222011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16323
16324 PR bootstrap/48469
16325 * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
16326 declaration.
16327
3fb7c055
NF
163282011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16329
16330 * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
16331 as an rtx.
16332 (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
16333
b71b43d9
SB
163342011-04-05 Steven Bosscher <steven@gcc.gnu.org>
16335
16336 PR middle-end/48441
16337 * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
16338
b405b274
NF
163392011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16340
16341 * combine.c: Include obstack.h.
16342 (struct insn_link): Define.
16343 (uid_log_links): Adjust type.
16344 (FOR_EACH_LOG_LINK): New macro.
16345 (insn_link_obstack): Declare.
16346 (alloc_insn_link): Define.
16347 (create_log_links): Call it. Use FOR_EACH_LOG_LINK and adjust
16348 type of link variables.
16349 (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
16350 (try_combine, record_promoted_values, distribute_notes): Likewise.
16351 (distribute_links): Likewise. Tweak prototype.
16352 (clear_log_links): Delete.
16353 (adjust_for_new_dest): Call alloc_insn_link.
16354 * Makefile.in (combine.o): Depend on $(OBSTACK_H).
16355
6409abe3
NF
163562011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16357
16358 * gcse.c (modify_mem_list): Convert to an array of VECs.
16359 (canon_modify_mem_list, compute_transp): Tweak formatting.
16360 (alloc_gcse_mem): Likewise. Adjust for modify_mem_list change.
16361 (load_killed_in_block_p): Likewise.
16362 (record_last_mem_set_info): Likewise.
16363 (clear_modify_mem_tables): Likewise.
16364
170d8157
TV
163652011-04-05 Tom de Vries <tom@codesourcery.com>
16366
16367 PR middle-end/48461
16368 * function.c (emit_use_return_register_into_block): Only define if
16369 HAVE_return.
16370
c5911a55
EB
163712011-04-05 Eric Botcazou <ebotcazou@adacore.com>
16372
16373 * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
16374
abd016e6
JM
163752011-04-05 Joseph Myers <joseph@codesourcery.com>
16376
16377 * config/rx/rx-opts.h: New.
16378 * config/rx/rx.c (rx_cpu_type): Remove.
16379 (rx_handle_option): Don't assert that global structures are in
16380 use. Access variables via opts pointer. Defer most handling of
16381 OPT_mint_register_. Use error_at.
16382 (rx_option_override): Handle deferred OPT_mint_register_ here.
16383 * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
16384 * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
16385 (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
16386 (rx_cpu_types): New Enum and EnumValue entries.
16387 (mint-register=): Use Defer and use Var accordingly.
16388
1ed13f83
NF
163892011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16390
16391 * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
16392 (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
16393 * final.c (debug_flush_symbol_queue, debug_queue_symbol):
16394 Move these...
16395 (debug_free_queue, debug_nesting, symbol_queue_index):
16396 ...and these...
16397 * dbxout.c: ...to here. Make static.
16398
6ce1edcf
NF
163992011-04-05 Nathan Froyd <froydnj@codesourcery.com>
16400
16401 * gcse.c (modify_pair): Define. Define a VEC of it.
16402 (canon_modify_mem_list): Convert to an array of VECs.
16403 (free_insn_expr_list_list): Delete.
16404 (clear_modify_mem_tables): Call VEC_free instead.
16405 (record_last_mem_set_info): Don't modify canon_modify_mem_list.
16406 (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
16407 (canon_list_insert, compute_transp): Likewise.
16408
c201ac94
TV
164092011-04-05 Tom de Vries <tom@codesourcery.com>
16410
16411 PR target/43920
16412 * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
16413 for size.
16414
4c029f40
TV
164152011-04-05 Tom de Vries <tom@codesourcery.com>
16416
16417 PR target/43920
16418 * function.c (emit_use_return_register_into_block): New function.
16419 (thread_prologue_and_epilogue_insns): Use
16420 emit_use_return_register_into_block.
16421
2a562b0a
TV
164222011-04-05 Tom de Vries <tom@codesourcery.com>
16423
16424 PR target/43920
16425 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
16426 insn.
16427
0248bceb
TV
164282011-04-05 Tom de Vries <tom@codesourcery.com>
16429
16430 * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
16431
ffa94123
YZ
164322011-04-05 Yufeng Zhang <yufeng.zhang@arm.com>
16433
798dd0ba
UB
16434 * config/arm/arm.md (define_constants for unspec): Replace with
16435 define_c_enum.
16436 (define_constants for unspecv): Replace with define_c_enum.
16437 * config/arm/neon.md (define_constants for unspec): Replace with
16438 define_c_enum.
ffa94123 16439
3b8f9b46
RH
164402011-04-04 Richard Henderson <rth@redhat.com>
16441
720cf80f 16442 PR bootstrap/48400
3b8f9b46
RH
16443 * dwarf2out.c (output_line_info): Always emit line info from
16444 at least one section.
16445 (dwarf2out_init): Create text_section_line_info here ...
16446 (set_cur_line_info_table): ... not here.
16447
720cf80f 164482011-04-04 Vladimir Makarov <vmakarov@redhat.com>
e5b0e1ca
VM
16449
16450 PR target/48380
16451 * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
720cf80f 16452 not called.
e5b0e1ca 16453
720cf80f 16454 * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
e5b0e1ca 16455
196565d4
SB
164562011-04-04 Steven Bosscher <steven@gcc.gnu.org>
16457
b77f9eab
SB
16458 * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
16459 (expr_equiv_p): Remove.
16460 (insert_set_in_table): Look at <dest, src> pair instead of expr.
16461 (hash_scan_set): Update call to insert_set_in_table.
16462 (dump_hash_table): Dump <dest, src> pair.
16463 (lookup_set): Simplify. Lookup <dest, src> pair.
16464 (compute_transp): Remove, fold heavily simplified code into...
16465 (compute_local_properties): ...here. Expect COMP and TRANSP
16466 unconditionally.
16467 (find_avail_set): Take set directly from struct expr.
16468 (find_bypass-set): Likewise.
16469 (bypass_block): Likewise.
16470 (cprop_insn): Likewise. Remove redundant INSN_P test.
16471
384d7a55
SB
16472 * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
16473 checks on form of COND from find_implicit_sets to here.
16474 (find_implicit_sets): Cleanup control flow. Split critical edges
16475 if it exposes implicit sets. Allocate/resize implicit_sets as
16476 necessary.
16477 (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
16478 changed something. Run df_analyze after find_implicit_sets if any
16479 edges were split. Do not allocate implicit_sets here.
16480
3084ce69
SB
16481 * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
16482 (gcse_obstack): Renamed to cprop_obstack.
16483 (GNEW, GNEWVEC, GNEWVAR): Remove.
16484 (gmalloc): Remove.
16485 (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
16486 (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
16487 (gcse_alloc): Likewise, and rename to cprop_alloc.
16488 (alloc_gcse_men, free_gcse_mem): Remove.
16489 (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
16490 (compute_hash_table_work): Allocate and free reg_set_bitmap here.
16491 (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
16492
196565d4
SB
16493 * cprop.c (oprs_not_set_p): Remove.
16494 (mark_set, mark_clobber): Remove.
16495 (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
16496 (reg_not_set_p): New function.
16497 (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
16498 (cprop_insn): Likewise.
16499 (cprop_jump): Use FOR_EACH_EDGE.
16500
9b69cf83
BS
165012011-04-04 Bernd Schmidt <bernds@codesourcery.com>
16502
16503 PR bootstrap/48403
16504 * haifa-sched.c (nonscheduled_insns_begin): New static variable.
16505 (rank_for_schedule): Use scheduled_insns vector instead of
16506 last_scheduled_insn.
16507 (ok_for_early_queue_removal): Likewise.
16508 (queue_to_ready): Search forward in nonscheduled_insns_begin if
16509 we have a dbg_cnt.
16510 (choose_ready): Likewise.
16511 (commit_schedule): Use VEC_iterate.
16512 (schedule_block): Initialize nonscheduled_insns_begin. If we have
16513 a dbg_cnt, use it and ensure the first insn is in the ready list.
16514 (haifa_sched_init): Allocate scheduled_insns.
16515 (sched_extend_ready_list): Don't allocate it; reserve space.
16516 (haifa_sched_finish): Free it.
16517
24f48c2f
JM
165182011-04-04 Joseph Myers <joseph@codesourcery.com>
16519
16520 * optc-gen.awk: Always remove type from Variable entry before
16521 recording in var_seen.
16522
8effe856
EB
165232011-04-04 Eric Botcazou <ebotcazou@adacore.com>
16524
16525 * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
16526 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
16527 call to tidy_fallthru_edges.
16528
413519ae
JM
165292011-04-04 Joseph Myers <joseph@codesourcery.com>
16530
16531 * doc/options.texi (ToLower): Document.
3729983c 16532 * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
413519ae
JM
16533 * opts-common.c (decode_cmdline_option): Handle cl_tolower.
16534 * opts.h (cl_option): Add cl_tolower field.
16535 * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
16536 arguments with lowercase strings.
16537 * config/rx/rx.opt (mcpu=): Add ToLower.
16538 * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
16539 argument.
16540
7d34a1b0
RS
165412011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
16542
16543 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
16544
c30e7434
RS
165452011-04-04 Richard Sandiford <richard.sandiford@linaro.org>
16546
16547 * config/vax/vax.c: Include reload.h.
16548
112a861d
AS
165492011-04-04 Anatoly Sokolov <aesok@post.ru>
16550
16551 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
16552 * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
16553 (sparc_preferred_reload_class): New function.
16554
e8c6bb74
JJ
165552011-04-04 Jakub Jelinek <jakub@redhat.com>
16556
2aeaa366 16557 PR debug/48401
e8c6bb74
JJ
16558 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
16559 Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
16560
2c081caf
NF
165612011-04-03 Nathan Froyd <froydnj@codesourcery.com>
16562
16563 * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
16564 * tree.c (initialize_tree_contains_struct): Adjust accordingly.
16565
53802f27
AS
165662011-04-03 Anatoly Sokolov <aesok@post.ru>
16567
16568 * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
16569 (ASM_OUTPUT_ALIGNED_BSS): Define.
16570
e89964e3
MM
165712011-04-03 Michael Matz <matz@suse.de>
16572
16573 * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
16574 and next_slot members.
16575 (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
16576 lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
16577 (lto_streamer_cache_append): Declare.
16578 * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
16579 unsigned index, remove offset parameter, ensure that we append
16580 or update existing entries.
16581 (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
16582 parameter, update next_slot for append.
16583 (lto_streamer_cache_insert): Use unsigned index, remove offset_p
16584 parameter.
16585 (lto_streamer_cache_insert_at): Likewise.
16586 (lto_streamer_cache_append): New function.
16587 (lto_streamer_cache_lookup): Use unsigned index.
16588 (lto_streamer_cache_get): Likewise.
16589 (lto_record_common_node): Don't test tree_node_can_be_shared.
16590 (preload_common_node): Adjust call to lto_streamer_cache_insert.
16591 (lto_streamer_cache_delete): Don't free offsets member.
16592 * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
16593 (lto_output_string_with_length): Use lto_output_data_stream.
16594 (lto_output_tree_header): Remove ix parameter, don't write it.
16595 (lto_output_builtin_tree): Likewise.
16596 (lto_write_tree): Adjust callers to above, don't track and write
16597 offset, write unsigned index.
16598 (output_unreferenced_globals): Don't emit all global vars.
16599 (write_global_references): Use unsigned indices.
16600 (lto_output_decl_state_refs): Likewise.
16601 (write_symbol): Likewise.
16602 * lto-streamer-in.c (lto_input_chain): Move earlier.
16603 (input_function): Use unsigned index.
16604 (input_alias_pairs): Don't read and then ignore all global vars.
16605 (lto_materialize_tree): Remove ix_p parameter, don't read index,
16606 don't pass it back, use lto_streamer_cache_append.
16607 (lto_register_var_decl_in_symtab): Use unsigned index.
16608 (lto_register_function_decl_in_symtab): Likewise.
16609 (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
16610 index.
16611 (lto_get_builtin_tree): Don't read index, use
16612 lto_streamer_cache_append.
16613 (lto_read_tree): Adjust call to lto_materialize_tree.
16614
16615 * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
16616 don't use function calls in arguments to MIN.
16617
16618 * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
16619 twice.
16620
16621 * gimple.c (gimple_type_leader_entry): Mark deletable.
16622
b9a5b5b2
AM
166232011-04-03 Alan Modra <amodra@gmail.com>
16624
16625 * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
16626
ac6a641b
MM
166272011-04-03 Michael Matz <matz@suse.de>
16628
16629 * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
16630 an integer.
16631 * tree.h (tree_decl_non_common.vindex): Adjust comment.
16632
0038d4e0
MM
166332011-04-03 Michael Matz <matz@suse.de>
16634
e9c18386 16635 * cgraphbuild.c (record_reference): Canonicalize constructor values.
0038d4e0
MM
16636 * gimple-fold.c (canonicalize_constructor_val): Accept being called
16637 without function context.
16638 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
16639 current_function_decl and cfun.
16640
91f2fae8
MM
166412011-04-03 Michael Matz <matz@suse.de>
16642
16643 * tree.c (decl_init_priority_insert): Don't create entry for
16644 default priority.
16645 (decl_fini_priority_insert): Ditto.
16646 (fields_compatible_p, find_compatible_field): Remove.
16647 * tree.h (fields_compatible_p, find_compatible_field): Remove.
16648 * gimple.c (gimple_compare_field_offset): Adjust block comment.
16649
da29e070
EB
166502011-04-03 Eric Botcazou <ebotcazou@adacore.com>
16651
16652 * combine.c (try_combine): Remove useless local variable.
16653
4979c28b 166542011-04-03 Richard Guenther <rguenther@suse.de>
91f2fae8 16655 Ira Rosen <ira.rosen@linaro.org>
4979c28b
RG
16656
16657 * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
16658 non-variable offsets and compare the remaining bases of the two
16659 accesses instead of looking for exact same data-ref.
16660
b4ddcaee
KT
166612011-04-02 Kai Tietz <ktietz@redhat.com>
16662
f90298e1
KT
16663 PR target/48416
16664 * i386.c (ix86_function_arg_boundary): Fix printf formatter.
16665
b4ddcaee
KT
16666 * i386.c (ix86_is_msabi_thiscall): New helper function.
16667 (ix86_is_type_thiscall): New helper function.
16668 (ix86_comp_type_attributes): Handle thiscall for method-functions
16669 special.
16670 (init_cumulative_args): Likewise.
16671 (find_drap_reg): Likewise.
16672 (ix86_static_chain): Likewise.
16673 (x86_this_parameter): Likewise.
16674 (x86_output_mi_thunk): Likewise.
16675
2a9d769a 166762011-04-01 Olivier Hainque <hainque@adacore.com>
91f2fae8
MM
16677 Nicolas Setton <setton@adacore.com>
16678 Eric Botcazou <ebotcazou@adacore.com>
2a9d769a
OH
16679
16680 * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
16681 (add_gnat_descriptive_type_attribute): New function.
16682 (gen_array_type_die): Call it.
16683 (gen_enumeration_type_die): Likewise.
16684 (gen_struct_or_union_type_die): Likewise.
16685 (modified_type_die): Likewise.
16686 * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
16687 * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
16688 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
16689
15a03a11
JJ
166902011-04-01 Jakub Jelinek <jakub@redhat.com>
16691
16692 PR bootstrap/48148
16693 * dwarf2out.c (resolve_addr): Don't call force_decl_die
16694 if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
16695
16696 Revert:
16697 2011-03-17 Richard Guenther <rguenther@suse.de>
16698
16699 PR bootstrap/48148
16700 * lto-cgraph.c (input_overwrite_node): Clear the abstract
16701 origin for decls in other ltrans units.
16702 (input_varpool_node): Likewise.
16703
19228b93
JJ
167042011-04-01 Jakub Jelinek <jakub@redhat.com>
16705
16706 PR middle-end/48335
16707 * expr.c (expand_assignment): Handle all possibilities
16708 if TO_RTX is CONCAT.
e9c18386 16709 * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
19228b93
JJ
16710 (store_split_bit_field): If SUBREG_REG (op0) or
16711 op0 itself has smaller mode than word, return it
16712 for offset 0 and const0_rtx for out-of-bounds stores.
16713 If word is const0_rtx, skip it.
16714
88cb339e
N
167152011-04-01 Naveen H.S <naveen.S@kpitcummins.com>
16716
16717 * config/h8300/h8300.c (print_operand_address): Rename to...
16718 (h8300_print_operand_address): ...this. Make static. Adjust comments.
16719 Call h8300_print_operand and h8300_print_operand_address instead of
16720 print_operand and print_operand_address. Declare.
16721 (print_operand): Renake to...
16722 (h8300_print_operand): ...this. Make static. Adjust comments.
16723 Call h8300_print_operand instead of print_operand. Declare.
16724 (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
16725 (h8300_register_move_cost): Likewise.
16726 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
16727 TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
16728 * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
16729 PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
16730 * config/h8300/h8300-protos.h (print_operand): Delete.
16731 (print_operand_address): Delete.
16732
756d6ee9
RH
167332011-04-01 Richard Henderson <rth@redhat.com>
16734
16735 PR 48400
16736 * dwarf2out.c (dwarf2out_source_line): Disable discriminators
16737 in strict mode before dwarf4. Re-order tests to early out
16738 before switching sections.
16739
ceaaaeab
NF
167402011-04-01 Nathan Froyd <froydnj@codesourcery.com>
16741
16742 * config/h8300/constraints.md: New file.
16743 * config/h8300/h8300.md: Include it. Use satisfies_constraint_J,
16744 satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
16745 (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
16746 * config/h8300/predicates.md (bit_operand): Likewise.
16747 (incdec_operand): Use satisfies_constraint_M and
16748 satisfies_constraint_O. Don't use C code block.
16749 * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
16750 * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
16751 (compute_mov_length): Use satisfies_constraint_G.
16752 (fix_bit_operand): Use satisfies_constraint_U.
16753 * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
16754 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
16755 (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
16756 (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
16757 (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
16758 (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
16759 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
16760 (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
16761 (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
16762 (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
16763 (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
16764 (EXTRA_MEMORY_CONSTRAINT): Delete.
16765
08ae38e0
AP
167662011-04-01 Andrew Pinski <pinskia@gmail.com>
16767 Michael Meissner <meissner@linux.vnet.ibm.com>
16768
16769 PR target/48262
16770 * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
16771 operands, as per the specifications.
16772
16773 * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
16774 (vec_extract_evenv4sf): Ditto.
16775 (vec_extract_evenv8hi): Ditto.
16776 (vec_extract_evenv16qi): Ditto.
16777 (vec_extract_oddv4si): Ditto.
16778
bdb0b0f6
MW
167792011-03-31 Mark Wielaard <mjw@redhat.com>
16780
16781 * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
16782 high_pc attribute if the CU has no associated code. Only output
16783 DW_AT_entry_pc for CU if not generating strict dwarf and
16784 dwarf_version < 4.
16785
722279e4
BS
167862011-04-01 Bernd Schmidt <bernds@codesourcery.com>
16787
16788 * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
16789 * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
16790 out of ...
16791 (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
16792 * final.c (final_start_function): Call the new function rather
16793 than using a NULL argument for dwarf2out_frame_debug.
16794
c5dd277d
BS
16795 * ifcvt.c (cond_exec_process_insns): Disallow converting a block
16796 that contains the prologue.
16797
ec4efea9
BS
16798 * haifa-sched.c (queue_insn): New arg REASON. All callers
16799 changed. Print it in debugging output.
16800
2a6a0d80
BS
16801 * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
16802
86014d07
BS
16803 * sched-ebb.c (begin_schedule_ready): Remove second argument.
16804 Split most of the code into...
16805 (begin_move_insn): ... here. New function.
16806 (ebb_sched_info): Add a pointer to it.
16807 * haifa-sched.c (scheduled_insns): New static variable.
16808 (sched_extend_ready_list): Allocate it.
16809 (schedule_block): Use it to record the order of scheduled insns.
16810 Perform RTL changes to move insns only after all scheduling
16811 decisions have been made.
16812 * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
16813 begin_move_insn field.
16814 * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
16815 * sched-int.h (struct haifa_sched_info): Remove second argument
16816 from begin_schedule_ready hook. Add new member begin_move_insn.
16817 * sched-rgn.c (begin_schedule_ready): Remove second argument.
16818 (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
16819
9d701248
BS
16820 * haifa-sched.c (prune_ready_list): New function, broken out of
16821 schedule_block.
16822 (schedule_block): Use it.
16823
1ca1dad5
UW
168242011-04-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16825
16826 * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
16827
49568e45
KT
168282011-04-01 Kai Tietz <ktietz@redhat.com>
16829
16830 * config.gcc (*-*-mingw*): Allow as option the
16831 posix threading model.
07c0852e 16832 * config/i386/mingw32.h (SPEC_PTHREAD1, SPEC_PTHREAD2):
49568e45
KT
16833 New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
16834 definition.
16835 (CPP_SPEC): Add pthread/no-pthread handling.
16836 (LIB_SPEC): Likewise.
16837 * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
16838 (LIB_SPEC): Likewise.
16839 * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
16840 flag to pass -pthread option for shared libgcc build.
16841 (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
16842 for shared libgcc build.
16843 * config/i386/t-mingw-pthread: New file.
16844 * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
16845 New define to enable use of library pthread by default.
16846 * config/i386/mingw.opt (pthread): New driver option.
16847 (no-pthread): New driver option.
e9c18386 16848 * config/i386/cygming.opt: Make sure trailing empty line is retained.
49568e45
KT
16849 * config/i386/mingw-w64.opt: Likewise.
16850
748f7574 168512011-04-01 Gary Funck <gary@intrepid.com>
636b4106
GF
16852
16853 * c-decl.c (grokdeclarator): Fix formatting.
16854
f04713ee
RS
168552011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
16856
16857 * expr.c (emit_block_move_via_movmem): Use n_generator_args
16858 instead of n_operands.
16859 (set_storage_via_setmem): Likewise.
16860 * optabs.c (maybe_gen_insn): Likewise.
16861 * config/arm/arm.c (arm_init_neon_builtins): Likewise.
16862 * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
16863 (mips_expand_builtin_direct): Likewise.
16864 * config/spu/spu.c (expand_builtin_args): Likewise.
16865
b29387ee
RS
168662011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
16867
16868 * recog.h (insn_data_d): Add n_generator_args.
16869 * genoutput.c (data): Likewise.
16870 (output_insn_data): Print it.
16871 (max_opno, num_dups): Delete.
16872 (scan_operands): Just fill in "d->operand[...]".
16873 (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
16874
e792559a
RS
168752011-04-01 Richard Sandiford <richard.sandiford@linaro.org>
16876
16877 * gensupport.h (pattern_stats): New structure.
16878 * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
16879 * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
16880 (max_operand_1, max_operand_vec): Delete.
16881 (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
16882
e8110d6f
NF
168832011-03-31 Nathan Froyd <froydnj@codesourcery.com>
16884
16885 * emit-rtl.c (emit_pattern_after_setloc): New function.
16886 (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
16887 (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
16888 (emit_pattern_after): New function.
16889 (emit_insn_after, emit_jump_insn_after): Call it.
16890 (emit_call_insn_after, emit_debug_insn_after): Likewise.
16891 (emit_pattern_before_setloc): New function.
16892 (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
16893 (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
16894 Likewise.
16895 (emit_pattern_before): New function.
16896 (emit_insn_before, emit_jump_insn_before): Call it.
16897 (emit_call_insn_before, emit_debug_insn_before): Likewise.
16898
576f85f1
RH
168992011-03-31 Richard Henderson <rth@redhat.com>
16900
16901 * dwarf2out.c (dw_separate_line_info_ref): Remove.
16902 (dw_separate_line_info_entry): Remove.
16903 (enum dw_line_info_opcode): New.
16904 (dw_line_info_entry): Use it.
16905 (dw_line_info_table, dw_line_info_table_p): New.
16906 (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
16907 (line_info_table, line_info_label_num): Remove.
16908 (line_info_table_in_use): Remove.
16909 (separate_line_info_table): Remove.
16910 (separate_line_info_table_allocated): Remove.
16911 (separate_line_info_table_in_use): Remove.
16912 (LINE_INFO_TABLE_INCREMENT): Remove.
16913 (line_info_label_num): New.
16914 (cur_line_info_table): New.
16915 (text_section_line_info, cold_text_section_line_info): New.
16916 (separate_line_info): New.
16917 (SEPARATE_LINE_CODE_LABEL): Remove.
16918 (print_dwarf_line_table): Remove.
16919 (debug_dwarf): Don't dump it.
16920 (output_one_line_info_table): New.
16921 (output_line_info): Use it.
16922 (new_line_info_table): New.
16923 (set_cur_line_info_table): New.
16924 (dwarf2out_switch_text_section): Use it.
16925 (dwarf2out_begin_function): Likewise.
16926 (push_dw_line_info_entry): New.
16927 (dwarf2out_source_line): Rewrite for new line info tables.
16928 (dwarf2out_init): Remove dead initailizations.
16929
300d83d9
JM
169302011-03-31 Joseph Myers <joseph@codesourcery.com>
16931
16932 * opts.h (cl_option): Add comments to fields. Add bit-fields for
16933 various flags.
16934 (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
16935 CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
16936 CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
16937 CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
16938 (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
16939 * opt-functions.awk (flag_init, switch_bit_fields): New.
16940 (switch_flags): Don't handle flags moved to bit-fields. Don't
16941 generate CL_MISSING_OK or CL_SAVE.
16942 * optc-gen.awk: Update to generate bit-field output as well as
16943 flags field.
16944 * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
16945 bit-field instead of CL_REJECT_DRIVER flag.
16946 * opts-common.c (generate_canonical_option,
16947 decode_cmdline_option): Use bit-fields instead of CL_* flags.
16948 * opts.c (maybe_default_option): Use cl_reject_negative bit-field
16949 instead of CL_REJECT_NEGATIVE flag.
16950 * toplev.c (print_switch_values): Use cl_report bit-field instead
16951 of CL_REPORT flag.
16952
d4d73ce2
EB
169532011-03-31 Eric Botcazou <ebotcazou@adacore.com>
16954
16955 * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
16956 a zero minimum index only if it is redundant.
16957
b8faca75
VM
169582011-03-31 Vladimir Makarov <vmakarov@redhat.com>
16959
16960 PR rtl-optimization/48381
16961 * ira-color.c (assign_hard_reg): Use hard reg set intersection
16962 instead of ira_class_hard_reg_index for calculating conflicting
16963 hard registers.
16964
7d11cebe
SB
169652011-03-31 Steven Bosscher <steven@gcc.gnu.org>
16966
16967 * cprop.c: Clean up hash table building.
16968 (reg_avail_info): Remove.
16969 (oprs_available_p): Remove.
16970 (record_last_reg_set_info): Remove.
16971 (record_last_set_info): Remove.
16972 (reg_available_p): New function.
16973 (gcse_constant_p): Do not treat unfolded conditions as constants.
16974 (make_set_regs_unavailable): New function.
16975 (hash_scan_set): Simplify with new reg_available_p.
16976 (compute_hash_table_work): Traverse insns stream only once.
16977 Do not compute reg_avail_info. Traverse insns in reverse order.
16978 Record implicit sets after recording explicit sets from the block.
16979
98faf84f
MM
169802011-03-31 Michael Matz <matz@suse.de>
16981
e9c18386 16982 * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
98faf84f 16983
f52d97da
AS
169842011-03-31 Anatoly Sokolov <aesok@post.ru>
16985
16986 * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
16987 * config/h8300/h8300-protos.h (h8300_get_index): Remove.
16988 * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
16989 (h8300_mode_dependent_address_p): New function.
16990 (h8300_get_index): Make static.
16991
e16b6fd0
JL
169922011-03-31 Jeff Law <law@redhat.com>
16993
10c51983
JL
16994 * reload1.c (elimination_effects): Fix typo in recent change.
16995
e9c18386 16996 * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
e16b6fd0
JL
16997 typo potentially leading to null pointer dereference.
16998
16999 * caller-save.c (new_saved_hard_reg): Eliminate return value.
17000 (setup_save_areas): Corresponding changes to avoid useless
17001 assignments.
17002
17003 * jump.c (reversed_comparison_code_parts): Avoid successive return
17004 statements when REVERSE_CONDITION is defined.
17005
17006 * expr.c (expand_assignment): Avoid useless assignments.
17007 (expand_expr_real_1): Likewise.
17008 (expand_expr_real_2): Avoid useless statements.
17009
17010 * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
17011
17012 * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
17013
17014 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
17015 statements.
17016
17017 * stmt.c (expand_expr_stmt): Avoid useless assignment.
17018
eb1eb914
JM
170192011-03-31 Joseph Myers <joseph@codesourcery.com>
17020
17021 PR target/47109
17022 * doc/tm.texi.in (TARGET_VERSION): Remove.
17023 * doc/tm.texi: Regenerate.
17024 * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
17025 * collect2.c (main): Don't use TARGET_VERSION.
17026 * mips-tdump.c (main): Don't use TARGET_VERSION.
17027 * mips-tfile.c (main): Don't use TARGET_VERSION.
e9c18386 17028 * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
eb1eb914
JM
17029 * config/rs6000/vxworksae.h: Remove.
17030 * config/alpha/alpha.h (TARGET_VERSION): Remove.
17031 * config/alpha/freebsd.h (TARGET_VERSION): Remove.
17032 * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
17033 * config/alpha/netbsd.h (TARGET_VERSION): Remove.
17034 * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
17035 * config/arm/arm.h (TARGET_VERSION): Remove.
17036 * config/arm/coff.h (TARGET_VERSION): Remove.
17037 * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
17038 * config/arm/elf.h (TARGET_VERSION): Remove.
17039 * config/arm/freebsd.h (TARGET_VERSION): Remove.
17040 * config/arm/linux-elf.h (TARGET_VERSION): Remove.
17041 * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
17042 * config/arm/pe.h (TARGET_VERSION): Remove.
17043 * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
17044 * config/arm/semi.h (TARGET_VERSION): Remove.
17045 * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
17046 * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
17047 * config/arm/vxworks.h (TARGET_VERSION): Remove.
17048 * config/avr/avr.h (TARGET_VERSION): Remove.
17049 * config/bfin/bfin.h (TARGET_VERSION): Remove.
17050 * config/fr30/fr30.h (TARGET_VERSION): Remove.
17051 * config/frv/frv.h (TARGET_VERSION): Remove.
17052 * config/h8300/h8300.h (TARGET_VERSION): Remove.
17053 * config/i386/cygwin.h (TARGET_VERSION): Remove.
17054 * config/i386/darwin.h (TARGET_VERSION): Remove.
17055 * config/i386/darwin64.h (TARGET_VERSION): Remove.
17056 * config/i386/djgpp.h (TARGET_VERSION): Remove.
17057 * config/i386/freebsd.h (TARGET_VERSION): Remove.
17058 * config/i386/freebsd64.h (TARGET_VERSION): Remove.
17059 * config/i386/gnu.h (TARGET_VERSION): Remove.
17060 * config/i386/i386-interix.h (TARGET_VERSION): Remove.
17061 * config/i386/i386elf.h (TARGET_VERSION): Remove.
17062 * config/i386/linux.h (TARGET_VERSION): Remove.
17063 * config/i386/linux64.h (TARGET_VERSION): Remove.
17064 * config/i386/lynx.h (TARGET_VERSION): Remove.
17065 * config/i386/mingw32.h (TARGET_VERSION): Remove.
17066 * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
17067 * config/i386/netbsd64.h (TARGET_VERSION): Remove.
17068 * config/i386/netware.h (TARGET_VERSION): Remove.
17069 * config/i386/nto.h (TARGET_VERSION): Remove.
17070 * config/i386/openbsd.h (TARGET_VERSION): Remove.
17071 * config/i386/vxworks.h (TARGET_VERSION): Remove.
17072 * config/ia64/elf.h (TARGET_VERSION): Remove.
17073 * config/ia64/freebsd.h (TARGET_VERSION): Remove.
17074 * config/ia64/hpux.h (TARGET_VERSION): Remove.
17075 * config/ia64/linux.h (TARGET_VERSION): Remove.
17076 * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
17077 * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
17078 TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
17079 * config/lm32/lm32.h (TARGET_VERSION): Remove.
17080 * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
17081 * config/m32c/m32c.h (TARGET_VERSION): Remove.
17082 * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
17083 * config/m32r/m32r.h (TARGET_VERSION): Remove.
17084 * config/m68k/linux.h (TARGET_VERSION): Remove.
17085 * config/m68k/m68k.h (TARGET_VERSION): Remove.
17086 * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
17087 * config/m68k/uclinux.h (TARGET_VERSION): Remove.
17088 * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
17089 * config/mep/mep.h (TARGET_VERSION): Remove.
17090 * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
17091 MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
17092 * config/mips/iris6.h (MACHINE_TYPE): Remove.
17093 * config/mips/linux.h (TARGET_VERSION): Remove.
17094 * config/mips/netbsd.h (MACHINE_TYPE): Remove.
17095 * config/mips/vxworks.h (TARGET_VERSION): Remove.
17096 * config/mmix/mmix.h (TARGET_VERSION): Remove.
17097 * config/mn10300/linux.h (TARGET_VERSION): Remove.
17098 * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
17099 * config/pa/pa.h (TARGET_VERSION): Remove.
17100 * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
17101 * config/picochip/picochip.h (TARGET_VERSION): Remove.
17102 * config/rs6000/aix.h (TARGET_VERSION): Remove.
17103 * config/rs6000/darwin.h (TARGET_VERSION): Remove.
17104 * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
17105 * config/rs6000/eabi.h (TARGET_VERSION): Remove.
17106 * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
17107 * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
17108 * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
17109 * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
17110 * config/rs6000/linux.h (TARGET_VERSION): Remove.
17111 * config/rs6000/linux64.h (TARGET_VERSION): Remove.
17112 * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
17113 * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
17114 * config/rs6000/lynx.h (TARGET_VERSION): Remove.
17115 * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
17116 * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
17117 * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
17118 * config/s390/linux.h (TARGET_VERSION): Remove.
17119 * config/s390/s390.h (TARGET_VERSION): Remove.
17120 * config/s390/tpf.h (TARGET_VERSION): Remove.
17121 * config/score/score.h (TARGET_VERSION): Remove.
17122 * config/sh/linux.h (TARGET_VERSION): Remove.
17123 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
17124 TARGET_VERSION_CPU, TARGET_VERSION): Remove.
17125 * config/sh/sh.h (TARGET_VERSION): Remove.
17126 * config/sh/sh64.h (TARGET_VERSION): Remove.
17127 * config/sh/superh.h (TARGET_VERSION): Remove.
17128 * config/sh/vxworks.h (TARGET_VERSION): Remove.
17129 * config/sparc/freebsd.h (TARGET_VERSION): Remove.
17130 * config/sparc/linux.h (TARGET_VERSION): Remove.
17131 * config/sparc/linux64.h (TARGET_VERSION): Remove.
17132 * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
17133 TARGET_NAME32, TARGET_NAME): Remove.
17134 * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
17135 * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
17136 * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
17137 * config/sparc/sysv4.h (TARGET_VERSION): Remove.
17138 * config/sparc/vxworks.h (TARGET_VERSION): Remove.
17139 * config/spu/spu.h (TARGET_VERSION): Remove.
17140 * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
17141 * config/v850/v850.h (TARGET_VERSION): Remove.
17142 * config/vax/linux.h (TARGET_VERSION): Remove.
17143 * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
17144 * config/xtensa/elf.h (TARGET_VERSION): Remove.
17145 * config/xtensa/linux.h (TARGET_VERSION): Remove.
17146
ace31bca
EB
171472011-03-31 Eric Botcazou <ebotcazou@adacore.com>
17148
17149 PR target/48142
17150 * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
17151 frame-related from frame-unrelated adjustments to the stack pointer.
17152
76f9db36
JJ
171532011-03-31 Jakub Jelinek <jakub@redhat.com>
17154
17155 * common.opt (fdebug-types-section): Move earlier.
17156 * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
17157
b7826465
AT
171582011-03-31 Andreas Tobler <andreast@fgznet.ch>
17159
17160 * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
17161 var.
17162
1290e54c
NF
171632011-03-30 Nathan Froyd <froydnj@codesourcery.com>
17164
17165 * tree.h (CASE_CHAIN): Define.
17166 * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
17167 (gimple_redirect_edge_and_branch): Likewise.
17168
bddc98e1
VM
171692011-03-30 Vladimir Makarov <vmakarov@redhat.com>
17170
17171 PR middle-end/48367
17172 * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
17173 calculation.
17174
c865e437
JL
171752011-03-30 Jeff Law <law@redhat.com>
17176
b3750213 17177 * PR bootstrap/48371
c865e437
JL
17178 * reload1.c (reload): Fix botch in last change.
17179
17180 * reload.h (struct reload): Fix typo introduced in last change.
17181
2cdf9574
JM
171822011-03-30 Joseph Myers <joseph@codesourcery.com>
17183
17184 * config/arm/arm.opt (mhard-float, msoft-float): Mark
17185 Undocumented. Remove help text.
17186 * doc/invoke.texi (ARM Options): Don't document -msoft-float and
17187 -mhard-float.
17188
666a21a2
JM
171892011-03-30 Joseph Myers <joseph@codesourcery.com>
17190
17191 * doc/options.texi (NegativeAlias): Document.
17192 (Alias): Mention NegativeAlias.
17193 * opt-functions.awk: Handle NegativeAlias.
e9c18386 17194 * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
666a21a2
JM
17195 * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
17196 * opts.h (CL_NEGATIVE_ALIAS): Define.
17197 * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
17198 (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
17199 OPT_mspe_.
17200 * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
17201 Alias entries.
17202 * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
17203 mno-spe and mno-isel instead of mspe=no and -misel=no.
17204
0fa4e351
MW
172052011-03-29 Mark Wielaard <mjw@redhat.com>
17206
17207 * common.opt (fdebug-types-section): New flag.
17208 * doc/invoke.texi: Document new -fno-debug-types-section flag.
17209 * dwarf2out.c (use_debug_types): New define.
17210 (struct die_struct): Mark die_id with GTY desc use_debug_types.
17211 (print_die): Guard output of type unit signatures using
17212 use_debug_types.
17213 (build_abbrev_table): Replace assert of dwarf_version >= 4
17214 with assert on use_debug_types.
17215 (size_of_die): Likewise.
17216 (unmark_dies): Likewise.
17217 (value_format): Decide AT_ref_external form on use_debug_types.
17218 (output_die): Replace dwarf_version version check guard with
17219 use_debug_types where appropriate.
17220 (modified_type_die): Likewise.
17221 (gen_reference_type_die): Likewise.
17222 (dwarf2out_start_source_file): Likewise.
17223 (dwarf2out_end_source_file): Likewise.
17224 (prune_unused_types_walk_attribs): Likewise.
17225 (dwarf2out_finish): Likewise.
17226
4648deb4
VM
172272011-03-30 Vladimir Makarov <vmakarov@redhat.com>
17228
17229 * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
17230
4f431835
RS
172312011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
17232
17233 PR rtl-optimization/48332
17234 * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
17235 mode of input operand N and modeN to its actual mode.
17236
f2034d06
JL
172372011-03-30 Jeff Law <law@redhat.com>
17238
17239 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
17240 define accessor macro.
17241 (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
17242 (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
17243 (reg_equiv_init): Likewise.
17244 (reg_equivs_size): New variable.
17245 (reg_equiv_init_size): Remove.
17246 (allocate_initial_values): Move prototype to here from....
17247 * integrate.h (allocate_initial_values): Remove prototype.
17248 * integrate.c: Include reload.h.
17249 (allocate_initial_values): Corresponding changes.
17250 * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
17251 (fix_reg_equiv_init, no_equiv): Corresponding changes.
17252 (update_equiv_regs): Corresponding changes.
17253 (ira): Corresponding changes.
17254 * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
17255 (push_secondary_reload): Corresponding changes.
17256 (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
17257 (make_memloc, find_reloads_address): Corresponding changes.
17258 (subst_reg_equivs, subst_indexed_address): Corresponding changes.
17259 (find_reloads_address_1): Corresponding changes.
17260 (find_reloads_subreg_address, subst_reloads): Corresponding changes.
17261 (refers_to_regno_for_reload_p): Corresponding changes.
17262 (reg_overlap_mentioned_for_reload_p): Corresponding changes.
17263 (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
17264 * reload1.c: Include ggc.h.
17265 (grow_reg_equivs): New function.
17266 (replace_pseudos_in, reload): Corresponding changes.
17267 (calculate_needs_all_insns, alter_regs): Corresponding changes.
17268 (eliminate_regs_1, elimination_effects): Corresponding changes.
17269 (emit_input_reload_insns, emit_output_reload_insns): Likewise.
17270 (delete_output_reload): Likewise.
17271 * caller-save.c (mark_referenced_regs): Corresponding changes.
17272 * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
17273 * frv/predicates.md (frv_load_operand): Corresponding changes.
17274 * microblaze/microblaze.c (double_memory_operand): Corresponding
17275 changes.
17276 * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
17277 * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
e9c18386 17278 * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
f2034d06
JL
17279 * m68k/m68k.c (emit_move_sequence): Corresponding changes.
17280 * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
17281 changes.
17282 * pa/pa.c (emit_move_sequence): Corresponding changes.
17283 * vax/vax.c (nonindexed_address_p): Corresponding changes.
17284
159b81b0
RS
172852011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
17286
17287 PR target/47551
17288 * config/arm/arm.c (coproc_secondary_reload_class): Handle
17289 structure modes. Don't check neon_vector_mem_operand for
17290 vector or structure modes.
17291
a6217191
RS
172922011-03-30 Richard Sandiford <richard.sandiford@linaro.org>
17293 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
17294
17295 PR target/43590
17296 * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
17297 operand 1 and reshuffle the operands to match.
17298 (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
17299
bd837408
CS
173002011-03-30 Christian Schüler <cschueler@gmx.de>
17301
6955d771 17302 PR driver/48208
bd837408 17303 * config/c.opt (F): Added 'Driver' to -F option.
e9c18386 17304
6955d771 17305 PR driver/48260
bd837408
CS
17306 * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
17307 handler function.
17308 * config/darwin.opt: Added '-arch' option.
17309
e9c0470a
NC
173102011-03-30 Nick Clifton <nickc@redhat.com>
17311
17312 * config/rx/rx.md: Add peepholes and patterns to combine
17313 extending loads and simple arithmetic instructions.
17314 * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
e9c18386
UB
17315 * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
17316 * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
e9c0470a 17317 modes to use pre-decrement and post-increment addressing.
e9c18386 17318 (rx_is_restricted_memory_address): Add range checking of REG+INT
e9c0470a 17319 addresses.
e9c18386
UB
17320 (rx_print_operand): Add support for %Q. Fix handling of %Q.
17321 (rx_memory_move_cost): Adjust cost of stores.
17322 (rx_adjust_insn_length): New function.
e9c0470a 17323
8a87e7ab
JJ
173242011-03-30 Jakub Jelinek <jakub@redhat.com>
17325
17326 PR c/48305
17327 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
17328 arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
17329 matching arg00/arg01 types.
17330
12486e03
EB
173312011-03-30 Eric Botcazou <ebotcazou@adacore.com>
17332
17333 * cfglayout.c (insn_locators_alloc): Initialize curr_location and
17334 last_location to UNKNOWN_LOCATION.
17335
0b99eef6
L
173362011-03-30 H.J. Lu <hongjiu.lu@intel.com>
17337
17338 PR target/48349
17339 * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
17340 FLOAT_SSE_REGS.
17341
023592aa
JM
173422011-03-30 Joseph Myers <joseph@codesourcery.com>
17343 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17344
17345 PR bootstrap/48337
17346 * config/sparc/sparc.opt (sparc_cpu_and_features): Add
17347 Init(PROCESSOR_V7).
17348 (sparc_cpu): Likewise.
17349 * config/sparc/sparc.c (sparc_option_override): Replace 0 by
17350 PROCESSOR_V7.
17351
ad3b266b
VM
173522011-03-29 Vladimir Makarov <vmakarov@redhat.com>
17353
17354 PR target/48336
17355 PR middle-end/48342
17356 PR rtl-optimization/48345
17357 * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
17358 hard regs for given mode from profitable regs when doing secondary
17359 allocation.
17360
633c9126
JL
173612011-03-29 Jeff Law <law@redhat.com>
17362
17363 PR bootstrap/48327
17364 * tree-ssa-threadupdate.c (struct redirection_data): Remove
17365 do_not_duplicate field.
17366 (lookup_redirection_data): Corresponding changes.
17367 (create_duplicates): Always create a template block.
17368 (redirect_edges): Remove code which reused the original block
17369 when it was going to become unreachable code.
17370 (thread_block): Don't set do_not_duplicate field.
17371
eb50f63a
JM
173722011-03-29 Joseph Myers <joseph@codesourcery.com>
17373
17374 * lto-opts.c (register_user_option_p, lto_register_user_option):
17375 Make type argument unsigned.
17376 * lto-streamer.h (lto_register_user_option): Make type argument
17377 unsigned.
17378 * opth-gen.awk: Make CL_* macros unsigned.
17379 * opts-common.c (find_opt): Make lang_mask argument unsigned.
17380 * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
17381 CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
17382 CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
17383 CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
17384 CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
17385 (find_opt): Make lang_mask argument unsigned.
17386
76763a6d
VM
173872011-03-29 Vladimir Makarov <vmakarov@redhat.com>
17388
17389 PR rtl-optimization/48331
17390 PR rtl-optimization/48334
17391 * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
17392 for any used algorithm.
17393
5c82436e
VM
173942011-03-29 Vladimir Makarov <vmakarov@redhat.com>
17395
17396 * ira-conflicts.c (build_object_conflicts): Add unused attribute
17397 to parent_max.
17398
7a81008b
UB
173992011-03-29 Uros Bizjak <ubizjak@gmail.com>
17400
17401 * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
17402 (alpha_option_override): Don't set alpha_sr_alias_set.
17403 (emit_frame_store_1): Use gen_frame_mem rather than calling
17404 set_mem_alias_set.
17405 (alpha_expand_epilogue): Ditto.
17406
86c8d1f6
IR
174072011-03-29 Ira Rosen <ira.rosen@linaro.org>
17408
17409 PR tree-optimization/48290
17410 * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
17411 vectorization, check that relevant phis in the basic block after
17412 the inner loop are really inner loop's exit phis.
17413
0d12220f
RS
174142011-03-29 Richard Sandiford <richard.sandiford@linaro.org>
17415
e8cf17e7 17416 PR debug/48190
0d12220f
RS
17417 * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
17418 (cached_dw_loc_list_def): New structure.
17419 (cached_dw_loc_list): New typedef.
17420 (cached_dw_loc_list_table): New variable.
17421 (cached_dw_loc_list_table_hash): New function.
17422 (cached_dw_loc_list_table_eq): Likewise.
17423 (add_location_or_const_value_attribute): Take a bool cache_p.
17424 Cache the list when the parameter is true.
17425 (gen_formal_parameter_die): Update caller.
17426 (gen_variable_die): Likewise.
17427 (dwarf2out_finish): Likewise.
17428 (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
17429 while generating debug info for the decl.
17430 (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
17431 (dwarf2out_init): Initialize cached_dw_loc_list_table.
17432 (resolve_addr): Cache the result of resolving a chain of
17433 location lists.
17434
1756cb66
VM
174352011-03-28 Vladimir Makarov <vmakarov@redhat.com>
17436
17437 * ira-color.c (update_left_conflict_sizes_p): Don't assume that
17438 conflict object hard regset nodes have intersecting hard reg sets.
7a81008b 17439
1756cb66
VM
17440 * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
17441 after regstat_init_n_sets_and_refs.
17442
17443 * ira.c: Add more comments at the top.
17444 (setup_stack_reg_pressure_class, setup_pressure_classes):
17445 Add comments how we compute the register pressure classes.
17446 (setup_allocno_and_important_classes): Add more comments.
17447 (setup_class_translate_array, reorder_important_classes)
17448 (setup_reg_class_relations): Add comments.
17449
17450 * ira-emit.c: Add 2011 to the Copyright line. Add comments at the
17451 start of the file.
17452
17453 * ira-color.c: Add 2011 to the Copyright line.
17454 (assign_hard_reg): Add more comments.
17455 (improve_allocation): Ditto.
17456
17457 * ira-costs.c: Add 2011 to the Copyright line.
17458 (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
17459 comments.
17460 (setup_regno_cost_classes_by_mode): Ditto.
17461
17462 Initial patches from ira-improv branch:
17463
17464 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
17465
f60c2554 17466 * ira-build.c (ira_create_object): Remove initialization of
1756cb66
VM
17467 OBJECT_PROFITABLE_HARD_REGS. Initialize OBJECT_ADD_DATA.
17468 (ira_create_allocno): Remove initialization of
17469 ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
17470 ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
17471 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
17472 ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
17473 ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
17474 Initialize ALLOCNO_ADD_DATA.
17475 (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
17476 and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
17477 ALLOCNO_REG.
17478 (ira_flattening): Ditto. Use ALLOCNO_EMIT_DATA instead of
17479 ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
17480
17481 * ira.c (ira_reallocate): Remove.
17482 (setup_pressure_classes): Call
17483 ira_init_register_move_cost_if_necessary. Use
17484 ira_register_move_cost instead of ira_get_register_move_cost.
17485 (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
17486 (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
17487
17488 * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
17489 ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
17490 ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
17491 ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
17492 instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
17493 OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
17494 Fix formatting.
7a81008b 17495 (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
1756cb66
VM
17496 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
17497 (struct allocno_color_data): New.
17498 (allocno_color_data_t): New typedef.
17499 (allocno_color_data): New definition.
17500 (ALLOCNO_COLOR_DATA): New macro.
17501 (struct object_color_data): New.
17502 (object_color_data_t): New typedef.
17503 (object_color_data): New definition.
17504 (OBJECT_COLOR_DATA): New macro.
17505 (update_copy_costs, calculate_allocno_spill_cost): Call
17506 ira_init_register_move_cost_if_necessary. Use
17507 ira_register_move_cost instead of ira_get_register_move_cost.
17508 (move_spill_restore, update_curr_costs): Ditto.
17509 (allocno_spill_priority): Make it inline.
7a81008b 17510 (color_pass): Allocate and free allocno_color_dat and object_color_data.
1756cb66
VM
17511 (struct coalesce_data, coalesce_data_t): New.
17512 (allocno_coalesce_data): New definition.
17513 (ALLOCNO_COALESCE_DATA): New macro.
17514 (merge_allocnos, coalesced_allocno_conflict_p): Use
17515 ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
17516 ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
17517 (coalesce_allocnos): Ditto.
17518 (setup_coalesced_allocno_costs_and_nums): Ditto.
17519 (collect_spilled_coalesced_allocnos): Ditto.
17520 (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
17521 (setup_slot_coalesced_allocno_live_ranges): Ditto.
17522 (coalesce_spill_slots): Ditto.
17523 (ira_sort_regnos_for_alter_reg): Ditto. Allocate, initialize and
17524 free allocno_coalesce_data.
17525
17526 * ira-conflicts.c: Fix formatting.
17527 (process_regs_for_copy): Call
17528 ira_init_register_move_cost_if_necessary. Use
17529 ira_register_move_cost instead of ira_get_register_move_cost.
17530 (build_object_conflicts): Optimize.
17531
17532 * ira-costs.c (record_reg_classes): Optimize. Call
17533 ira_init_register_move_cost_if_necessary. Use
17534 ira_register_move_cost, ira_may_move_in_cost, and
17535 ira_may_move_out_cost instead of ira_get_register_move_cost and
17536 ira_get_may_move_cost.
17537 (record_address_regs): Ditto.
17538 (scan_one_insn): Optimize.
17539 (find_costs_and_classes): Optimize.
17540 (process_bb_node_for_hard_reg_moves): Call
17541 ira_init_register_move_cost_if_necessary. Use
17542 ira_register_move_cost instead of ira_get_register_move_cost.
17543
17544 * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
17545 ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
17546 ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
17547 (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
17548 definitions.
17549 (ira_initiate_emit_data, ira_finish_emit_data)
17550 (create_new_allocno): New functions.
7a81008b 17551 (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
1756cb66
VM
17552 (emit_move_list): Call ira_init_register_move_cost_if_necessary.
17553 Use ira_register_move_cost instead of ira_get_register_move_cost.
17554
17555 * ira-int.h: Fix some comments.
7a81008b
UB
17556 (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
17557 (struct object_hard_regs, struct object_hard_regs_node): Ditto.
1756cb66
VM
17558 (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
17559 hard_regs_subnodes_start, hard_regs_subnodes_num. Add new member
17560 add_data.
17561 (struct ira_allocno): Make mode and aclass a bitfield. Move other
17562 bitfield after mode. Make hard_regno a short int. Make
17563 hard_regno short. Remove first_coalesced_allocno and
17564 next_coalesced_allocno. Move mem_optimized_dest_p,
17565 somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
17566 into struct ira_emit_data. Remove in_graph_p, may_be_spilled_p,
17567 available_regs_num, next_bucket_allocno, prev_bucket_allocno,
17568 temp, colorable_p. Add new member add_data.
17569 (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
17570 (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
17571 (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
17572 (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
17573 (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
17574 (ALLOCNO_ADD_DATA): New macro.
17575 (ira_emit_data_t): New typedef.
17576 (struct ira_emit_data): New. Move mem_optimized_dest_p,
17577 somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
17578 from struct ira_allocno.
17579 (ALLOCNO_EMIT_DATA): New macro.
17580 (ira_allocno_emit_data, allocno_emit_reg): New.
17581 (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
7a81008b 17582 (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
1756cb66
VM
17583 (OBJECT_ADD_DATA): New macro.
17584 (ira_reallocate): Remove.
17585 (ira_initiate_emit_data, ira_finish_emit_data): New.
17586 (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
17587 (ira_init_register_move_cost_if_necessary): New.
17588 (ira_object_conflict_iter_next): Merge into
17589 ira_object_conflict_iter_cond.
7a81008b 17590 (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
1756cb66 17591
f60c2554 17592 * ira-live.c (process_single_reg_class_operands): Call
1756cb66
VM
17593 ira_init_register_move_cost_if_necessary. Use
17594 ira_register_move_cost instead of ira_get_register_move_cost.
17595
17596 2010-08-13 Vladimir Makarov <vmakarov@redhat.com>
17597
17598 * ira-int.h (struct target_ira_int): Remove x_cost_classes.
17599
17600 * ira-costs.c: Fix formatting.
17601 (cost_classes, cost_classes_num): Remove.
17602 (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
17603 (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
17604 (cost_classes_del, cost_classes_htab): New.
17605 (cost_classes_aclass_cache, cost_classes_mode_cache): New.
17606 (initiate_regno_cost_classes, setup_cost_classes): New.
17607 (setup_regno_cost_classes_by_aclass): New.
7a81008b 17608 (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
1756cb66
VM
17609 (record_reg_classes): Use regno_cost_classes instead of
17610 cost_classes. Move checking opposite operand up.
17611 (record_address_regs): Use regno_cost_classes
17612 instead of cost_classes.
17613 (scan_one_insn): Ditto. Use always general register.
17614 (print_allocno_costs): Use regno_cost_classes instead of
17615 cost_classes.
17616 (print_pseudo_costs): Ditto. Use Reg_N_REFS.
17617 (find_costs_and_classes): Set up cost classes for each registers.
17618 Use also their mode for this. Use regno_cost_classes instead of
17619 cost_classes.
17620 (setup_allocno_class_and_costs): Use regno_cost_classes instead of
17621 cost_classes.
17622 (free_ira_costs, ira_init_costs): Don't use cost_classes.
17623 (ira_costs, ira_set_pseudo_classes): Call
17624 initiate_regno_cost_classes and finish_regno_cost_classes.
17625
17626 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
17627
17628 * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
17629
17630 * target.def (ira_cover_classes): Remove.
17631
7a81008b 17632 * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
1756cb66
VM
17633
17634 * doc/tm.texi.in: Ditto.
17635
17636 * ira-conflicts.c: Remove mentioning cover classes from the file.
17637 Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Use
7a81008b 17638 ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST. Fix formatting.
1756cb66
VM
17639
17640 * targhooks.c (default_ira_cover_classes): Remove.
17641
17642 * targhooks.h (default_ira_cover_classes): Ditto.
17643
17644 * haifa-sched.c: Remove mentioning cover classes from the file.
17645 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
17646 ira_pressure_classes and ira_pressure_classes_num instead of
17647 ira_reg_class_cover_size and ira_reg_class_cover. Use
17648 sched_regno_pressure_class instead of sched_regno_cover_class.
17649 (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
17650 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
17651
17652 * ira-int.h: Add 2010 to Copyright. Remove mentioning cover
17653 classes from the file.
17654 (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
17655 (struct object_hard_regs, struct object_hard_regs_node): New.
17656 (struct ira_object): New members profitable_hard_regs,
17657 hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
17658 (struct ira_allocno): Rename cover_class to aclass. Rename
17659 cover_class_cost and updated_cover_class_cost to class_cost and
17660 updated_class_cost. Remove splay_removed_p and
17661 left_conflict_size. Add new members colorable_p.
17662 (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
17663 (ALLOCNO_COLORABLE_P): New macro.
17664 (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
17665 (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
17666 Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
17667 (OBJECT_...): Rename parameter C to O.
17668 (OBJECT_PROFITABLE_HARD_REGS): New macro.
17669 (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
17670 (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
17671 (struct target_ira_int): New members x_ira_max_memory_move_cost,
17672 x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
17673 x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
17674 x_ira_reg_pressure_class_p, x_ira_important_class_nums,
17675 x_ira_reg_class_superunion. Rename x_prohibited_class_mode_reg to
17676 x_ira_prohibited_class_mode_reg. Rename x_ira_reg_class_union to
17677 x_ira_reg_class_subunion.
17678 (ira_max_memory_move_cost, ira_max_register_move_cost)
17679 (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
17680 (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
17681 (ira_important_class_nums, ira_reg_class_superunion): New macros.
7a81008b 17682 (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
1756cb66
VM
17683 (ira_reg_class_union): Rename to ira_reg_class_subunion.
17684 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
17685 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
17686 (ira_tune_allocno_costs_and_cover_classes): Rename to
17687 ira_tune_allocno_costs.
17688 (ira_debug_hard_regs_forest): New.
17689 (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
17690 (ira_object_conflict_iter_next): Fix comments.
7a81008b 17691 (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
1756cb66
VM
17692 (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
17693 cover_class to aclass.
17694 (ira_allocate_and_accumulate_costs): Ditto.
17695 (ira_allocate_and_set_or_copy_costs): Ditto.
17696
17697 * opts.c (decode_options): Remove ira_cover_class check.
17698
17699 * ira-color.c: Remove mentioning cover classes from the file. Use
17700 ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
17701 instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
17702 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
17703 (splay-tree.h): Remove include.
17704 (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
17705 before copy_freq_compare_func.
17706 (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
17707 (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
17708 New definitions.
17709 (hard_regs_roots, hard_regs_node_vec): Ditto.
17710 (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
17711 (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
17712 (finish_object_hard_regs, object_hard_regs_compare): Ditto.
17713 (create_new_object_hard_regs_node): Ditto.
17714 (add_new_object_hard_regs_node_to_forest): Ditto.
7a81008b 17715 (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
1756cb66
VM
17716 (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
17717 Ditto.
17718 (print_hard_reg_set, print_hard_regs_subforest): Ditto.
17719 (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
17720 (remove_unused_object_hard_regs_nodes): Ditto.
17721 (enumerate_object_hard_regs_nodes): Ditto.
17722 (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
17723 (object_hard_regs_subnode_t): Ditto.
17724 (struct object_hard_regs_subnode): Ditto.
17725 (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
17726 (setup_object_hard_regs_subnode_index): Ditto.
17727 (get_object_hard_regs_subnodes_num): Ditto.
17728 (form_object_hard_regs_nodes_forest): Ditto.
17729 (finish_object_hard_regs_nodes_tree): Ditto.
17730 (finish_object_hard_regs_nodes_forest): Ditto.
17731 (allocnos_have_intersected_live_ranges_p): Rename to
7a81008b 17732 allocnos_conflict_by_live_ranges_p. Move before copy_freq_compare_func.
1756cb66
VM
17733 (pseudos_have_intersected_live_ranges_p): Rename to
17734 conflict_by_live_ranges_p. Move before copy_freq_compare_func.
17735 (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
17736 (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
17737 (update_copy_costs): Remove assert. Skip cost update if the hard
17738 reg does not belong the class.
17739 (assign_hard_reg): Process only profitable hard regs.
17740 (uncolorable_allocnos_num): Make it scalar.
17741 (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
17742 and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
17743 and ira_reg_class_max_nregs.
17744 (bucket_allocno_compare_func): Check frequency first.
17745 (sort_bucket): Add compare function as a parameter.
17746 (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
17747 (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
17748 (push_allocno_to_stack): Rewrite for checking new allocno
17749 colorability.
7a81008b 17750 (remove_allocno_from_bucket_and_push): Print cost too. Remove assert.
1756cb66
VM
17751 (push_only_colorable): Pass new parameter to sort_bucket.
17752 (push_allocno_to_spill): Remove.
17753 (allocno_spill_priority_compare): Make it inline and rewrite.
17754 (splay_tree_allocate, splay_tree_free): Remove.
17755 (allocno_spill_sort_compare): New function.
17756 (push_allocnos_to_stack): Sort allocnos for spilling once. Don't
17757 build and use splay tree. Choose first allocno in uncolorable
17758 allocno bucket to spill. Remove setting spill cost.
17759 (all_conflicting_hard_regs): Remove.
17760 (setup_allocno_available_regs_num): Check only profitable hard
17761 regs. Print info about hard regs nodes.
17762 (setup_allocno_left_conflicts_size): Remove.
17763 (put_allocno_into_bucket): Don't call
7a81008b 17764 setup_allocno_left_conflicts_size. Use setup_left_conflict_sizes_p.
1756cb66
VM
17765 (improve_allocation): New.
17766 (color_allocnos): Call setup_profitable_hard_regs,
17767 form_object_hard_regs_nodes_forest, improve_allocation,
17768 finish_object_hard_regs_nodes_forest. Setup spill cost.
17769 (print_loop_title): Use pressure classes.
17770 (color_allocnso): Ditto.
17771 (do_coloring): Remove allocation and freeing splay_tree_node_pool
17772 and allocnos_for_spilling.
17773 (ira_sort_regnos_for_alter_reg): Don't setup members
17774 {first,next}_coalesced_allocno.
17775 (color): Remove allocating and freeing removed_splay_allocno_vec.
17776 (fast_allocation): Use ira_prohibited_class_mode_regs instead of
17777 prohibited_class_mode_regs.
17778
17779 * ira-lives.c: Remove mentioning cover classes from the file. Fix
17780 formatting.
17781 (update_allocno_pressure_excess_length): Use pressure classes.
17782 (inc_register_pressure, dec_register_pressure): Check for pressure
17783 class.
17784 (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
17785 pressure class. Use ira_reg_class_nregs instead of
17786 ira_reg_class_max_nregs.
17787 (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
17788 (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
17789 (single_reg_class): Use ira_reg_class_nregs instead of
17790 ira_reg_class_max_nregs.
17791 (process_bb_node_lives): Use pressure classes.
17792
17793 * ira-emit.c: Remove mentioning cover classes from the file. Use
17794 ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS. Fix formatting.
17795 (change_loop): Use pressure classes.
17796 (modify_move_list): Call ira_set_allocno_class instead of
17797 ira_set_allocno_cover_class.
17798
17799 * ira-build.c: Remove mentioning cover classes from the file. Use
17800 ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
17801 ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST. Use
17802 ALLOCNO_UPDATED_CLASS_COST instead of
17803 ALLOCNO_UPDATED_COVER_CLASS_COST. Fix formatting.
17804 (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
17805 (ira_create_allocno): Remove initialization of
17806 ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE. Initialize
17807 ALLOCNO_COLORABLE_P.
17808 (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
17809 Update conflict regs for the objects.
17810 (create_cap_allocno): Remove assert. Don't propagate
17811 ALLOCNO_AVAILABLE_REGS_NUM.
17812 (ira_free_allocno_costs): New function.
17813 (finish_allocno): Change a part of code into call of
17814 ira_free_allocno_costs.
17815 (low_pressure_loop_node_p): Use pressure classes.
17816 (object_range_compare_func): Don't compare classes.
17817 (setup_min_max_conflict_allocno_ids): Ditto.
17818
17819 * loop-invariant.c: Remove mentioning cover classes from the file.
17820 Use ira_pressure_classes and ira_pressure_classes_num instead of
17821 ira_reg_class_cover_size and ira_reg_class_cover. Fix formatting.
7a81008b
UB
17822 (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
17823 Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
17824 Use reg_allocno_class instead of reg_cover_class.
1756cb66
VM
17825 (get_inv_cost): Use instead ira_stack_reg_pressure_class of
17826 STACK_REG_COVER_CLASS.
17827 (get_regno_cover_class): Rename to get_regno_pressure_class.
17828 (move_loop_invariants): Initialize and finalize regstat.
17829
17830 * ira.c: Remove mentioning cover classes from the file. Add
17831 comments about coloring without cover classes. Use ALLOCNO_CLASS
17832 instead of ALLOCNO_COVER_CLASS. Fix formatting.
17833 (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
17834 setup_class_subset_and_memory_move_costs.
17835 (setup_stack_reg_pressure_class, setup_pressure_classes): New.
17836 (setup_cover_and_important_classes): Rename to
17837 setup_allocno_and_important_classes.
17838 (setup_class_translate_array): New.
17839 (setup_class_translate): Call it for allocno and pressure classes.
17840 (cover_class_order): Rename to allocno_class_order.
17841 (comp_reg_classes_func): Use ira_allocno_class_translate instead
17842 of ira_class_translate.
17843 (reorder_important_classes): Set up ira_important_class_nums.
17844 (setup_reg_class_relations): Set up ira_reg_class_superunion.
17845 (print_class_cover): Rename to print_classes. Add parameter.
17846 (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
17847 Print pressure classes too.
17848 (find_reg_class_closure): Rename to find_reg_classes. Don't call
17849 setup_reg_subclasses.
7a81008b 17850 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
1756cb66
VM
17851 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
17852 (setup_prohibited_class_mode_regs): Use
7a81008b 17853 ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
1756cb66
VM
17854 (clarify_prohibited_class_mode_regs): New function.
17855 (ira_init_register_move_cost): Set up ira_max_register_move_cost,
17856 ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
17857 (ira_init_once): Initialize them.
17858 (free_register_move_costs): Process them.
17859 (ira_init): Move calls of find_reg_classes and
17860 setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
17861 Call clarify_prohibited_class_mode_regs.
17862 (ira_no_alloc_reg): Remove.
17863 (too_high_register_pressure_p): Use pressure classes.
17864
17865 * sched-deps.c: Remove mentioning cover classes from the file.
17866 Use ira_reg_pressure_cover instead of ira_reg_class_cover. Use
17867 ira_pressure_classes and ira_pressure_classes_num instead of
17868 ira_reg_class_cover_size and ira_reg_class_cover.
17869 (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
17870 sched_regno_pressure_class instead of sched_regno_cover_class.
17871 (mark_insn_pseudo_birth, mark_pseudo_death): Ditto. Use
17872 ira_reg_class_max_nregs instead of ira_reg_class_nregs.
17873
17874 * ira.h: Add 2010 to Copyright.
17875 (ira_no_alloc_reg): Remove external.
17876 (struct target_ira): Rename x_ira_hard_regno_cover_class,
17877 x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
17878 x_ira_class_translate to x_ira_hard_regno_allocno_class,
17879 x_ira_allocno_classes_num, x_ira_allocno_classes, and
17880 x_ira_allocno_class_translate. Add x_ira_pressure_classes_num,
17881 x_ira_pressure_classes, x_ira_pressure_class_translate, and
17882 x_ira_stack_reg_pressure_class. Rename x_ira_reg_class_nregs to
17883 x_ira_reg_class_max_nregs. Add x_ira_reg_class_min_nregs and
17884 x_ira_no_alloc_regs.
7a81008b 17885 (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
1756cb66
VM
17886 (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
17887 ira_allocno_classes_num and ira_allocno_classes.
17888 (ira_class_translate): Rename to ira_allocno_class_translate.
17889 (ira_pressure_classes_num, ira_pressure_classes): New definitions.
17890 (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
17891 (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
17892 (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
17893 (ira_no_alloc_regs): New.
17894
17895 * ira-costs.c: Add 2010 to Copyright. Remove mentioning cover
17896 classes from the file. Use ALLOCNO_CLASS instead of
17897 ALLOCNO_COVER_CLASS. Use ALLOCNO_CLASS_COST instead of
17898 ALLOCNO_COVER_CLASS_COST.
17899 (regno_cover_class): Rename to regno_aclass.
17900 (record_reg_classes): Use ira_reg_class_subunion instead of
17901 ira_reg_class_union.
17902 (record_address_regs): Check overflow.
17903 (scan_one_insn): Ditto.
7a81008b 17904 (print_allocno_costs): Print total mem cost fore regional allocation.
1756cb66
VM
17905 (print_pseudo_costs): Use REG_N_REFS.
17906 (find_costs_and_classes): Use classes intersected with them on the
17907 1st pass. Check overflow. Use ira_reg_class_subunion instead of
17908 ira_reg_class_union. Use ira_allocno_class_translate and
17909 regno_aclass instead of ira_class_translate and regno_cover_class.
17910 Modify code for finding regno_aclass. Setup preferred classes for
17911 the next pass.
17912 (setup_allocno_cover_class_and_costs): Rename to
17913 setup_allocno_class_and_costs. Use regno_aclass instead of
17914 regno_cover_class. Use ira_set_allocno_class instead of
17915 ira_set_allocno_cover_class.
17916 (init_costs, finish_costs): Use regno_aclass instead of
17917 regno_cover_class.
17918 (ira_costs): Use setup_allocno_class_and_costs instead of
17919 setup_allocno_cover_class_and_costs.
17920 (ira_tune_allocno_costs_and_cover_classes): Rename to
17921 ira_tune_allocno_costs. Check overflow. Skip conflict hard regs
17922 by processing objects. Use ira_reg_class_max_nregs instead of
17923 ira_reg_class_nregs.
17924
17925 * rtl.h (reg_cover_class): Rename to reg_allocno_class.
17926
17927 * sched-int.h: Remove mentioning cover classes from the file.
17928 (sched_regno_cover_class): Rename to sched_regno_pressure_class.
17929
17930 * reginfo.c: Add 2010 to Copyright. Remove mentioning cover
17931 classes from the file.
17932 (struct reg_pref): Rename coverclass into allocnoclass.
17933 (reg_cover_class): Rename to reg_allocno_class.
17934
7a81008b 17935 * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
1756cb66
VM
17936
17937 * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
17938
17939 * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
17940
17941 * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
17942
17943 * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
17944
17945 * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
17946
17947 * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
17948
17949 * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
17950
17951 * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
17952
17953 * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
17954
17955 * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
17956 (i386_ira_cover_classes): Ditto.
17957
17958 * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
17959
17960 * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
17961
17962 * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
17963
17964 * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
17965
17966 * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
17967
17968 * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
17969
17970 * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
17971 (mips_ira_cover_classes): Ditto.
17972
17973 * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
17974
17975 * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
17976
17977 * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
17978
17979 * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
17980
17981 * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
17982
17983 * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
17984 (IRA_COVER_CLASSES_VSX): Ditto.
17985
17986 * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
17987 (rs6000_ira_cover_classes): Ditto.
17988
17989 * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
17990
17991 * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
17992
17993 * config/score/score.h (IRA_COVER_CLASSES): Ditto.
17994
17995 * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
17996
17997 * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
17998
17999 * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
18000
18001 * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
18002
18003 * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
18004
18005 * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
18006
18007 * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
18008
2b80199f
JJ
180092011-03-29 Jakub Jelinek <jakub@redhat.com>
18010
71dae1fe
JJ
18011 PR debug/48253
18012 * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
18013 dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
18014 dw_fde_unlikely_section_end_label, cold_in_std_section,
18015 dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
18016 Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
18017 fields.
18018 (output_fde): Use dw_fde_second_{begin,end} if second is
18019 true, otherwise dw_fde_{begin,end}.
18020 (output_call_frame_info): Test dw_fde_second_begin != NULL
18021 instead of dw_fde_switched_sections.
18022 (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
18023 fields, initialize new fields. Initialize in_std_section
18024 unconditionally from the first partition.
18025 (dwarf2out_end_epilogue): Don't override dw_fde_end when
18026 dw_fde_second_begin is non-NULL.
18027 (dwarf2out_switch_text_section): Stop initializing removed
18028 dw_fde_struct fields, initialize new fields, initialize
18029 also dw_fde_end here. Set dw_fde_switch_cfi even when
18030 dwarf2out_do_cfi_asm (). Call var_location_switch_text_section.
18031 (struct var_loc_list_def): Add last_before_switch field.
18032 (arange_table, arange_table_allocated, arange_table_in_use,
18033 ARANGE_TABLE_INCREMENT, add_arange): Removed.
18034 (size_of_aranges): Count !in_std_section and !second_in_std_section
18035 hunks in fdes, instead of looking at arange_table_in_use.
18036 (output_aranges): Add aranges_length argument, don't call
18037 size_of_aranges here. Instead of using aranges_table*
18038 emit ranges for fdes when !in_std_section resp.
18039 !second_in_std_section.
18040 (dw_loc_list): Break ranges crossing section switch.
18041 (convert_cfa_to_fb_loc_list): Likewise. If switched sections,
7a81008b 18042 use dw_fde_second_end instead of dw_fde_end as end of last range.
71dae1fe
JJ
18043 (gen_subprogram_die): Don't call add_arange. Use
18044 dw_fde_{begin,end} for first partition and if switched
18045 section dw_fde_second_{begin,end} for the second.
18046 (var_location_switch_text_section_1,
18047 var_location_switch_text_section): New functions.
18048 (dwarf2out_begin_function): Initialize cold_text_section even
18049 when function_section () isn't text_section.
18050 (prune_unused_types): Don't walk arange_table.
18051 (dwarf2out_finish): Don't needlessly test
18052 flag_reorder_blocks_and_partition when testing cold_text_section_used.
18053 If info_section_emitted, call size_of_aranges and if it indicates
18054 non-empty .debug_aranges, call output_aranges with the computed
18055 size. Stop using removed dw_fde_struct fields, use
18056 dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
18057 for second.
18058
2b80199f
JJ
18059 PR debug/48203
18060 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
18061 create ENTRY_VALUE if incoming or address of incoming's MEM
18062 is a hard REG.
18063 * dwarf2out.c (mem_loc_descriptor): Don't emit
18064 DW_OP_GNU_entry_value of DW_OP_fbreg.
18065 * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
18066 on ENTRY_VALUE is able to find the canonical parameter VALUE.
18067 * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
18068 rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
18069 ENTRY_VALUE_EXPs.
18070 (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
18071 is a REG_P or MEM_P with REG_P address, compute hash directly
18072 instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
18073 (preserve_only_constants): Don't clear VALUES forwaring
18074 ENTRY_VALUE to some other VALUE.
18075
8a445129
RS
180762011-03-28 Richard Sandiford <richard.sandiford@linaro.org>
18077
18078 * builtins.c (expand_builtin_memset_args): Use gen_int_mode
18079 instead of GEN_INT.
18080
c82fee88
EB
180812011-03-28 Eric Botcazou <ebotcazou@adacore.com>
18082
18083 * cfgexpand.c (expand_gimple_cond): Always set the source location and
18084 block before expanding the statement.
18085 (expand_gimple_stmt_1): Likewise. Set them here...
18086 (expand_gimple_stmt): ...and not here. Tidy.
18087 * cfglayout.c (curr_insn_locator): Return 0 if the current location is
18088 unknown.
18089
e45425ec
SB
180902011-03-28 Steven Bosscher <steven@gcc.gnu.org>
18091
18092 * Makefile.in: New rule for cprop.o.
18093 * gcse.c: Move constant/copy propagation to cprop.c.
18094 (compute_local_properties): Only handle expression tables.
18095 (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
18096 (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
18097 (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
18098 next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
7a81008b 18099 mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
e45425ec
SB
18100 compute_cprop_data, find_used_regs, try_replace_reg,
18101 find_avail_set, cprop_jump, constprop_register, cprop_insn,
18102 local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
18103 fis_get_condition, implicit_set_cond_p, find_implicit_sets,
18104 find_bypass_set, reg_killed_on_edge, bypass_block,
18105 bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
18106 execute_rtl_cprop, pass_rtl_cprop): Move to...
18107 * cprop.c: ...here. New file, constant/copy propagation for RTL
18108 moved from gcse.c to here with minor cleanups in duplicated code.
18109
c09d5426
L
181102011-03-28 H.J. Lu <hongjiu.lu@intel.com>
18111
18112 * config/i386/i386.c (flag_opts): Fix a typo in
18113 -mavx256-split-unaligned-store.
18114
9eaa7740
AS
181152011-03-28 Anatoly Sokolov <aesok@post.ru>
18116
18117 * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
18118 LIBCALL_VALUE): Remove macros.
18119 * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
18120 TARGET_FUNCTION_VALUE_REGNO_P): Define.
18121 (h8300_function_value, h8300_libcall_value,
18122 h8300_function_value_regno_p): New functions.
18123
dcec2be2
AS
181242011-03-28 Anatoly Sokolov <aesok@post.ru>
18125
18126 * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
18127
520af9ec
JL
181282011-03-28 Jeff Law <law@redhat.com>
18129
18130 * tree-ssa-threadupdate.c (redirect_edges): Call
18131 create_edge_and_update_destination_phis as needed.
18132 (create_edge_and_update_destination_phis): Accept new BB argument.
18133 All callers updated.
18134 (thread_block): Do not update the profile when threading around
18135 intermediate blocks.
18136 (thread_single_edge): Likewise.
18137 (determine_bb_domination_status): If BB is not a successor of the
18138 loop header, return NONDOMINATING.
18139 (register_jump_thread): Note when we register a jump thread around
18140 an intermediate block.
18141 * tree-ssa-threadedge.c (thread_around_empty_block): New function.
18142 (thread_across_edge): Use it.
18143
7450b54f
TG
181442011-03-28 Tristan Gingold <gingold@adacore.com>
18145
18146 * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
18147 when for_return is 2.
18148
649beb33
JL
181492011-03-28 Jeff Law <law@redhat.com>
18150
18151 * var-tracking.c (canonicalize_values_mark): Delete unused
18152 lhs assignment.
18153 (canonicalize_values_star, set_variable_part): Likewise.
18154 (clobber_variable_part, delete_variable_part): Likewise.
18155
d5b8da97
SB
181562011-03-28 Steven Bosscher <steven@gcc.gnu.org>
18157
18158 * gcse.c (free_gcse_mem): Free reg_set_bitmap.
18159
322dd859
MJ
181602011-03-28 Martin Jambor <mjambor@suse.cz>
18161
18162 * tree-inline.c (expand_call_inline): Do not check that destination
18163 node is analyzed.
18164 (optimize_inline_calls): Assert that destination node is analyzed.
18165 * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
18166 not call tree_lowering_passes.
18167 * cgraph.h (cgraph_analyze_function): Declare.
18168 * cgraphunit.c (cgraph_analyze_function): Make public.
18169
aa53e58b
JM
181702011-03-28 Joseph Myers <joseph@codesourcery.com>
18171
18172 * config/sparc/sparc-opts.h: New.
18173 * config/sparc/sparc.c (sparc_handle_option, sparc_select,
18174 sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
18175 (sparc_option_override): Store processor_type enumeration rather
18176 than string in cpu_default. Remove name and enumeration from
18177 cpu_table. Directly default -mcpu then default -mtune from -mcpu
18178 without using sparc_select. Use target_flags_explicit instead of
18179 fpu_option_set.
18180 * config/sparc/sparc.h (enum processor_type): Move to
18181 sparc-opts.h.
18182 (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
18183 * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
18184 HeaderInclude entry.
18185 (mcpu=, mtune=): Use Var and Enum.
18186 (sparc_processor_type): New Enum and EnumValue entries.
18187
dd350eba
RO
181882011-03-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18189 Iain Sandoe <iains@gcc.gnu.org>
18190
18191 PR target/48245
18192 * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
18193
1b29f05e
EB
181942011-03-28 Eric Botcazou <ebotcazou@adacore.com>
18195
18196 * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
18197 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
18198 Insert new statements at it in lieu of STMT.
18199 (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
18200 * tree-vect-stmts.c (vectorizable_store): Likewise.
18201 (vectorizable_load): Likewise.
18202
506e6808
UB
182032011-03-28 Uros Bizjak <ubizjak@gmail.com>
18204
18205 * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
18206 (divtf3): Ditto.
18207 (multf3): Ditto.
18208 (subtf3): Ditto.
18209
2e939ee9
L
182102011-03-27 H.J. Lu <hongjiu.lu@intel.com>
18211
18212 * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
18213 unaligned 256bit load/store.
18214 (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
18215 (*avx_movdqu<avxmodesuffix>): Likewise.
18216
5e85ab88
JDA
182172011-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18218
18219 PR target/48288
18220 * config/pa/predicates.md (reg_or_ior_operand): New predicate.
18221 * config/pa/pa.md (iordi3): Use new predicate in expander.
18222 (iorsi3): Likewise.
18223
47be3d6d
AS
182242011-03-27 Anatoly Sokolov <aesok@post.ru>
18225
506e6808 18226 * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
47be3d6d 18227 FUNCTION_VALUE_REGNO_P): Remove macros.
506e6808
UB
18228 * config/mips/mips-protos.h (mips_function_value): Remove.
18229 * config/mips/mips.c (mips_function_value): Rename to...
47be3d6d
AS
18230 (mips_function_value_1): ... this. Make static. Handle receiving
18231 the function type in 'fn_decl_or_type' argument.
18232 (mips_function_value, mips_libcall_value,
18233 mips_function_value_regno_p): New function.
18234 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
18235 TARGET_FUNCTION_VALUE_REGNO_P): Define.
18236
d253656a
L
182372011-03-27 H.J. Lu <hongjiu.lu@intel.com>
18238
18239 * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
18240 and -mavx256-split-unaligned-store.
18241 (ix86_option_override_internal): Split 32-byte AVX unaligned
18242 load/store by default.
18243 (ix86_avx256_split_vector_move_misalign): New.
18244 (ix86_expand_vector_move_misalign): Use it.
18245
18246 * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
18247 -mavx256-split-unaligned-store.
18248
18249 * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
18250 256bit load/store. Generate unaligned store on misaligned memory
18251 operand.
18252 (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
18253 256bit load/store.
18254 (*avx_movdqu<avxmodesuffix>): Likewise.
18255
18256 * doc/invoke.texi: Document -mavx256-split-unaligned-load and
18257 -mavx256-split-unaligned-store.
18258
1ea9206a
RS
182592011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
18260
18261 PR target/38598
18262 * config/mips/mips.md (extendsidi2): Add an "l" alternative.
18263 Update commentary.
18264
b99ce2a8
RS
182652011-03-27 Richard Sandiford <rdsandiford@googlemail.com>
18266
18267 * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
18268 opno arguments with an expand_operand. Use create_input_operand.
18269 (mips_prepare_builtin_target): Delete.
18270 (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
18271 functions.
18272 (mips_expand_builtin_direct): Use create_output_operand and
18273 mips_expand_builtin_insn. Update call to mips_prepare_builtin_arg.
18274 (mips_expand_builtin_movtf): Likewise. Use mips_expand_fp_comparison.
18275 (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
18276
69d52339
IR
182772011-03-27 Ira Rosen <ira.rosen@linaro.org>
18278
18279 * config/arm/arm.c (arm_autovectorize_vector_sizes): New
18280 function.
18281 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
18282
ba5e9aca
EB
182832011-03-26 Eric Botcazou <ebotcazou@adacore.com>
18284
18285 * basic-block.h (fixup_abnormal_edges): Adjust prototype.
18286 * reload1.c (reload): Adjust call to fixup_abnormal_edges. Rediscover
18287 basic blocks and call commit_edge_insertions directly.
18288 (fixup_abnormal_edges): Move from here to...
18289 * cfgrtl.c (fixup_abnormal_edges): ...here. Only insert instructions
18290 on the edges and return whether some have actually been inserted.
18291 * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
18292 compensation code.
18293
5d369d58
AB
182942011-03-26 Andrey Belevantsev <abel@ispras.ru>
18295
18296 PR rtl-optimization/48144
18297 * sel-sched-ir.c (merge_history_vect): Factor out from ...
18298 (merge_expr_data): ... here.
18299 (av_set_intersect): Rename to av_set_code_motion_filter.
18300 Update all callers. Call merge_history_vect when an expression
18301 is found in both sets.
18302 * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
18303
f082c000
AM
183042011-03-26 Alan Modra <amodra@gmail.com>
18305
18306 * config/rs6000/predicates.md (word_offset_memref_op): Handle
18307 cmodel medium addresses.
18308 * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
18309 64-bit gpr loads and stores.
18310 (rs6000_secondary_reload_ppc64): New function.
18311 * config/rs6000/rs6000-protos.h: Declare it.
18312 * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
18313
8ac5e12e
AM
183142011-03-26 Alan Modra <amodra@gmail.com>
18315
18316 PR target/47487
18317 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
18318 GNU Go in traceback table.
18319
c2654ded
RH
183202011-03-25 Richard Henderson <rth@redhat.com>
18321
18322 * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
18323 if there are exactly 6 operands.
18324 (set_storage_via_setmem): Similarly.
18325
ba78087b
KT
183262011-03-25 Kai Tietz <ktietz@redhat.com>
18327
18328 * collect2.c (write_c_file_stat): Handle backslash
18329 as right-hand directory separator.
18330 (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
18331 checking just for slash.
18332 * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
18333 instead of checking for trailing slash.
18334 * gcc.c (record_temp_file): Use filename_cmp instead
18335 of strcmp.
18336 (do_spec_1): Likewise.
18337 (replace_outfile_spec_function): Likewise.
18338 (is_directory): Use filename_ncmp instead of strncmp.
18339 (print_multilib_info): Likewise.
18340 * gcov.c (find_source): Use filename_cmp instead
18341 instead of strcmp.
18342 (make_gcov_file_name): Fix order of slash/backslash
18343 checks.
18344 * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
18345 (add_standard_paths): Likewise.
18346 * mips-tfile.c (saber_stop): Handle backslash.
18347 * prefix.c (update_path): Use filename_ncmp instead of
18348 strncmp.
18349 * profile.c (output_location): Use filename_cmp instead
18350 of strcmp.
18351 * read-md.c (handle_toplevel_file): Handle backslash.
18352 * tlink.c (frob_extension): Likewise.
18353 * tree-cfg.c (same_line_p): Use filename_cmp instead of
18354 strcmp.
18355 * tree-dump.c (dequeue_and_dump): Handle backslash.
18356 * tree.c (get_file_function_name): Likewise.
18357 * gengtype.c (read_input_list): Likewise.
18358 (get_file_realbasename): Likewise.
18359 (get_output_file_with_visibility): Use filename_cmp
18360 instead of strcmp.
18361
75f6ec9a
RS
183622011-03-25 Richard Sandiford <richard.sandiford@linaro.org>
18363
18364 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
18365 case to VFPv1.
18366
6c4e2997
NF
183672011-03-25 Nathan Froyd <froydnj@codesourcery.com>
18368
18369 * fold-const.c (expr_location_or): New function.
18370 (fold_truth_not_expr): Call it.
18371
0edf1bb2
JL
183722011-03-25 Jeff Law <law@redhat.com>
18373
18374 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
18375 va_end.
18376 * c-family/c-common.c (def_fn_type): Likewise.
18377 * ada/gcc-interface/utils.c (def_fn_type): Likewise.
18378 * emit-rtl.c (gen_rtvec): Likewise.
18379 * lto/lto-lang.c (def_fn_type): Likewise.
18380
fdc2de95
RG
183812011-03-25 Richard Guenther <rguenther@suse.de>
18382
18383 * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
18384 also generate copies.
18385 (fini_copy_prop): Handle constant values properly.
18386
21385db0
JJ
183872011-03-25 Jakub Jelinek <jakub@redhat.com>
18388
18389 * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
18390 mode size instead of bitsize with DWARF2_ADDR_SIZE.
18391 (hash_loc_operands, compare_loc_operands): Handle
18392 DW_OP_GNU_entry_value.
18393
6510e8bb
KT
183942011-03-25 Kai Tietz <ktietz@redhat.com>
18395
18396 * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
18397 (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
18398 * config/i386/i386.c (ix86_conditional_register_usage): Adjust
18399 comment and use macro TARGET_64BIT_MS_ABI instead.
18400 (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
18401 and change default behavior for 32-bit MS_ABI.
18402 (ix86_reg_parm_stack_space): Check additionally for bit-ness.
18403 (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
18404 32-bit, too.
18405 (ix86_cfun_abi): Likewise.
18406 (ix86_maybe_switch_abi): Adjust comment.
18407 (init_cumulative_args): Check for bit-ness in MS_ABI case.
18408 (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
18409 instead of checking for SYSV_ABI.
18410 (ix86_nsaved_sseregs): Likewise.
18411 (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
18412 to 16 bytes.
18413 (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
18414 * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
18415 (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
18416 (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
18417 * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
18418
34019e28
RG
184192011-03-25 Richard Guenther <rguenther@suse.de>
18420
18421 * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
18422 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
18423 (verify_gimple): Remove.
18424 * tree-cfg.c (verify_gimple_call): Merge verification
18425 from verify_stmts.
18426 (verify_gimple_phi): Merge verification from verify_stmts.
18427 (verify_gimple_label): New function.
18428 (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
18429 (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
18430 (verify_stmt): Merge into verify_gimple_in_cfg and callees.
18431 (verify_stmts): Rename to verify_gimple_in_cfg.
18432 (verify_gimple_in_cfg): New function.
18433 * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
18434 * tree-ssa.c (verify_ssa): Likewise.
18435 * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
18436
605896f5
RG
184372011-03-25 Richard Guenther <rguenther@suse.de>
18438
18439 * passes.c (init_optimization_passes): Add FRE pass after
18440 early SRA.
18441
7baa7c13
BS
184422011-03-25 Bernd Schmidt <bernds@codesourcery.com>
18443 Andrew Stubbs <ams@codesourcery.com>
18444
18445 * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
18446 for Cortex-A8.
18447 (arm_movdi_vfp_cortexa8): New pattern.
18448 * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
18449 iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
18450 instructions when tuning for Cortex-A8. Set attribute "arch".
18451 * config/arm/arm.md: Move include arm-tune.md up a bit.
18452 (define_attr "arch"): Add "onlya8" and "nota8" values.
18453 (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
18454
45dbce1b
NF
184552011-03-25 Nathan Froyd <froydnj@codesourcery.com>
18456
4ff08abf 18457 PR bootstrap/48282
45dbce1b
NF
18458 Revert:
18459 2011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18460
18461 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
18462 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
18463 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
18464 * passes.c (init_optimization_passes): Move
18465 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
18466
ac9a30ae
KT
184672011-03-25 Kai Tietz <ktietz@redhat.com>
18468
18469 * c-typeck.c (comptypes_internal): Replace target
18470 hook call of comp_type_attributes by version in tree.c file.
18471 * gimple.c (gimple_types_compatible_p_1): Likewise.
18472 * tree-ssa.c (useless_type_conversion_p): Likewise.
18473 * tree.c (build_type_attribute_qual_variant): Likewise.
18474 (attribute_value_equal): New static helper function.
18475 (comp_type_attributes): New function.
18476 (merge_attributes): Use attribute_value_equal for comparison.
18477 (attribute_list_contained): Likewise.
18478 * tree.h (comp_type_attributes): New prototype.
18479
afdac116
RG
184802011-03-25 Richard Guenther <rguenther@suse.de>
18481
18482 * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
18483 of complex types at -O0.
18484 (verify_gimple_assign_binary): Likewise.
18485 (verify_gimple_assign_ternary): Likewise.
18486
ec6165f8
MW
184872011-03-24 Mark Wielaard <mjw@redhat.com>
18488
18489 * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
18490 (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
18491
2a5ac39a
MW
184922011-03-24 Mark Wielaard <mjw@redhat.com>
18493
18494 PR debug/48041
18495 * dwarf2out.c (output_abbrev_section): Only write table when
18496 abbrev_die_table_in_use > 1.
18497
e533b2a4
RH
184982011-02-24 Richard Henderson <rth@redhat.com>
18499
18500 * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
18501 (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
18502 (alpha_expand_unaligned_load_words): Use extql.
18503 (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
18504 (emit_insxl): Handle all modes for consistency.
18505
0b2a7367
RH
185062011-02-24 Richard Henderson <rth@redhat.com>
18507
18508 * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
18509 (alpha_expand_unaligned_load): Likewise.
18510 (alpha_expand_unaligned_store): Likewise.
18511 (alpha_expand_unaligned_load_words): Likewise.
18512 (alpha_expand_unaligned_store_words): Likewise.
18513 (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
18514 (alpha_split_lock_test_and_set_12): Likewise.
18515 (print_operand, alpha_fold_builtin_extxx): Likewise.
18516 (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
18517 * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
18518 (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
18519 (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
18520 (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
18521 (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
18522 (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
18523 (unaligned_storeqi_be, unaligned_storehi_be): Remove.
18524 (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
18525 (extwl, extll, extql): Similarly.
18526 (inswh, inslh, insqh): Similarly.
18527 (mskbl, mskwl, mskll, mskql): Similarly.
18528 (mskwh, msklh, mskqh): Similarly.
18529
315b2bef
RH
185302011-02-24 Richard Henderson <rth@redhat.com>
18531
18532 * config/alpha/alpha.md (attribute isa): Add er, ner.
18533 (attribute enabled): Handle them.
18534 (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
18535
67102517
RH
185362011-02-24 Richard Henderson <rth@redhat.com>
18537
18538 * config/alpha/alpha.md (attribute isa): Add vms.
18539 (attribute enabled): Handle it.
18540 (*movsf): Merge *movsf_{nofix,fix,nofp}.
18541 (*movdf): Merge *movdf_{nofix,fix,nofp}.
18542 (*movtf): Rename from *movtf_internal for consistency.
18543 (*movsi): Merge with *movsi_nt_vms.
18544 (*movhi): Merge *movhi_nobwx, *movhi_bwx.
18545 (*movqi): Merge *movqi_nobwx, *movqi_bwx.
18546 (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
18547 * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
18548
6aba5cb4
RH
185492011-02-24 Richard Henderson <rth@redhat.com>
18550
18551 * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
18552 (extendqisi2, extendhisi2): Likewise.
18553 (extendqidi2): Simplify BWX/non-BWX expansions.
18554 (extendhidi2): Similarly.
18555
bdfb351b
RH
185562011-02-24 Richard Henderson <rth@redhat.com>
18557
18558 * config/alpha/alpha.md (attribute isa): New.
18559 (attribute enabled): New.
18560 (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
18561 (zero_extendqisi2, zero_extendqidi2): Similarly.
18562 (zero_extendhisi2, zero_extendhidi2): Similarly.
18563 * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
18564
6abe71eb
RH
185652011-02-24 Richard Henderson <rth@redhat.com>
18566
18567 * config/alpha/predicates.md (input_operand): Revert last change;
18568 update comment to mention 32-bit VMS rather than Windows.
18569
7114321e
NF
185702011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18571
18572 * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
18573 FOR_BB_INSNS_SAFE to iterate through insns. Re-indent.
18574 (pass_instantiate_virtual_regs): Require PROP_cfglayout.
18575 * passes.c (init_optimization_passes): Move
18576 pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
18577
c8679567
EB
185782011-03-24 Eric Botcazou <ebotcazou@adacore.com>
18579
18580 * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
18581
27173058
UB
185822011-03-24 Uros Bizjak <ubizjak@gmail.com>
18583
18584 * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
18585 correctly.
18586
6f0c9f06
JJ
185872011-03-24 Jakub Jelinek <jakub@redhat.com>
18588
18589 PR debug/48204
18590 * simplify-rtx.c (simplify_const_unary_operation): Call
18591 real_convert when changing mode class with FLOAT_EXTEND.
18592
662666e5
NC
185932011-03-24 Nick Clifton <nickc@redhat.com>
18594
18595 * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
18596 (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
18597 * config/rx/rx.c (rx_option_override): Set align_jumps,
18598 align_loops and align_labels if not set by the user.
18599 (rx_align_for_label): New function.
18600 (rx_max_skip_for_label): New function.
18601 (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
18602 (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
18603 (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
18604 (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
18605 * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
18606
2b99b2b8
RS
186072011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
18608
18609 PR rtl-optimization/48263
18610 * optabs.c (expand_binop_directly): Reinstate convert_modes code
18611 and original commutative_p handling. Use maybe_gen_insn.
18612
ccecd6ea
AK
186132011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18614
18615 * reload.c (find_reloads_subreg_address): Add address_reloaded
18616 parameter and return true there if the full address has been
18617 reloaded.
18618 (find_reloads_toplev): Pass address_reloaded flag.
18619 (find_reloads_address_1): Don't use address_reloaded parameter.
18620
67295642
JL
186212011-03-24 Jeff Law <law@redhat.com>
18622
18623 * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
18624 unused variable "ann".
18625 (remove_unused_locals): Likewise.
18626
18627 * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
18628 statement.
18629
18630 * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
18631 after it is freed.
18632
212aa74f
AK
186332011-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18634
18635 * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
18636 for invalid symbolic addresses.
18637 (s390_secondary_reload): Don't use s390_check_symref_alignment for
18638 larl operands.
18639
fe784e0d
EB
186402011-03-24 Eric Botcazou <ebotcazou@adacore.com>
18641
18642 * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
18643 the argument in calls to fold_truth_not_expr.
18644
63ee8641
NF
186452011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18646
18647 * tree.c (record_node_allocation_statistics): New function.
18648 (make_node_stat, copy_node_stat, build_string): Call it.
18649 (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
18650 (build1_stat, build_omp_clause): Likewise.
18651
61be2a1c
RS
186522011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
18653
18654 * builtins.c (expand_movstr): Fix endp == 1 adjustment after
18655 last commit.
18656
a881aaa7
RG
186572011-03-24 Richard Guenther <rguenther@suse.de>
18658
18659 PR tree-optimization/48271
18660 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
18661 blocks that still exist.
18662
dbaa912c
RG
186632011-03-24 Richard Guenther <rguenther@suse.de>
18664
18665 PR tree-optimization/48270
18666 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
18667 not free datarefs before ddrs.
18668
1d60cc55
EB
186692011-03-24 Eric Botcazou <ebotcazou@adacore.com>
18670
18671 * tree-sra.c (build_ref_for_offset): Strip useless type conversions
18672 from the address built for a reference with variable offset.
18673
c78dd519
UB
186742011-03-24 Uros Bizjak <ubizjak@gmail.com>
18675
18676 PR target/48237
18677 * config/i386/i386.md (*movdf_internal_rex64): Do not split
18678 alternatives that can be handled with movq or movabsq insn.
18679 (*movdf_internal): Disable for !TARGET_64BIT.
18680 (*movdf_internal_nointeger): Ditto.
18681 * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
18682
b25b9e8f
NF
186832011-03-24 Nathan Froyd <froydnj@codesourcery.com>
18684
18685 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
18686 (FUNCTION_ARG_ADVANCE): Likewise.
18687 * tm.texi.in: Change references to them to hook references.
18688 * tm.texi: Regenerate.
c78dd519 18689 * targhooks.c (default_function_arg): Eliminate check for target macro.
b25b9e8f
NF
18690 (default_function_incoming_arg): Likewise.
18691 (default_function_arg_advance): Likewise.
c78dd519 18692 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
b25b9e8f
NF
18693 (function_arg_advance): Likewise.
18694 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
18695
190b2187
RG
186962011-03-24 Richard Guenther <rguenther@suse.de>
18697
18698 PR middle-end/48269
18699 * tree-object-size.c (addr_object_size): Do not double-account
18700 for MEM_REF offsets.
18701
a183b5c7
DN
187022011-03-24 Diego Novillo <dnovillo@google.com>
18703
18704 * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
c78dd519 18705 * lto-streamer-in.c (input_string_internal): Add clarifying comments.
a183b5c7
DN
18706 (lto_input_data_block): Move from lto-opts.c. Make extern.
18707 Update all users.
18708 (lto_input_string): Rename from input_string. Make extern.
18709 Update all users.
18710 * lto-streamer-out.c (lto_output_string_with_length): Rename from
18711 output_string_with_length.
18712 Output 0 to indicate a non-NULL string. Update all callers to
18713 not emit 0.
18714 (lto_output_string): Rename from output_string. Make extern.
18715 Update all users.
18716 (lto_output_decl_state_streams): Make extern.
18717 (lto_output_decl_state_refs): Make extern.
18718 * lto-streamer.h (lto_input_string): Declare.
18719 (lto_input_data_block): Declare.
18720 (lto_output_string): Declare.
18721 (lto_output_string_with_length): Declare.
18722 (lto_output_decl_state_streams): Declare.
18723 (lto_output_decl_state_refs): Declare.
18724
cfef45c8
RG
187252011-03-24 Richard Guenther <rguenther@suse.de>
18726
18727 PR tree-optimization/46562
18728 * tree.c (build_invariant_address): New function.
18729 * tree.h (build_invariant_address): Declare.
18730 * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
18731 a renamed function moved ...
18732 * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
18733 Take valueization callback parameter.
18734 * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
18735 * gimple-fold.h: New file.
18736 * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
18737 (ccp_fold, fold_const_aggregate_ref,
18738 fold_ctor_reference, fold_nonarray_ctor_reference,
18739 fold_array_ctor_reference, fold_string_cst_ctor_reference,
18740 get_base_constructor): Move ...
18741 * gimple-fold.c: ... here.
18742 (gimple_fold_stmt_to_constant_1): New function
18743 split out from ccp_fold. Take a valueization callback parameter.
18744 Valueize all operands.
18745 (gimple_fold_stmt_to_constant): New wrapper function.
18746 (fold_const_aggregate_ref_1): New function split out from
18747 fold_const_aggregate_ref. Take a valueization callback parameter.
18748 (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
18749 * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
18750 invariant POINTER_PLUS_EXPRs to invariant form.
18751 (vn_valueize): New function.
18752 (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
18753 * tree-vrp.c (vrp_valueize): New function.
18754 (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
18755 to fold statements to constants.
18756 * tree-ssa-pre.c (eliminate): Properly guard propagation of
18757 function declarations.
18758 * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
18759 tree-ssa-ccp.o): Add gimple-fold.h dependencies.
18760
5e0a7e40
RS
187612011-03-24 Richard Sandiford <richard.sandiford@linaro.org>
18762
18763 * config/h8300/predicates.md (jump_address_operand): Fix register
18764 mode check.
18765
bfe068c3
IR
187662011-03-24 Ira Rosen <ira.rosen@linaro.org>
18767
18768 * doc/invoke.texi (max-stores-to-sink): Document.
18769 * params.h (MAX_STORES_TO_SINK): Define.
18770 * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
18771 if either vectorization or if-conversion is disabled.
18772 * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
18773 tree-vect-data-refs.c vect_equal_offsets.
18774 (dr_equal_offsets_p): New function.
18775 (find_data_references_in_bb): Remove static.
18776 * tree-data-ref.h (find_data_references_in_bb): Declare.
18777 (dr_equal_offsets_p): Likewise.
18778 * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
18779 (vect_drs_dependent_in_basic_block): Update calls to
18780 vect_equal_offsets.
18781 (vect_check_interleaving): Likewise.
18782 * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
18783 (cond_if_else_store_replacement): Rename to...
18784 (cond_if_else_store_replacement_1): ... this. Change arguments and
18785 documentation.
18786 (cond_if_else_store_replacement): New function.
18787 * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
18788 * params.def (PARAM_MAX_STORES_TO_SINK): Define.
18789
4908b0bf
CLT
187902011-03-23 Chung-Lin Tang <cltang@codesourcery.com>
18791
18792 PR target/46934
18793 * config/arm/arm.md (casesi): Use the gen_int_mode() function
18794 to subtract lower bound instead of GEN_INT().
18795
2be478a2
JW
187962011-03-23 Jonathan Wakely <jwakely.gcc@gmail.com>
18797
18798 PR other/48179
18799 PR other/48221
18800 PR other/48234
18801 * doc/extend.texi (Alignment): Move section to match order in TOC.
18802 * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
18803 (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
18804
0c617be4
JL
188052011-03-23 Jeff Law <law@redhat.com>
18806
18807 * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
18808 before removing the edge.
18809
18810 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
18811 it may have been freed by redirect_branch_edge or
18812 redirect_edge_succ_nodup.
18813
58da96fe
RG
188142011-03-23 Richard Guenther <rguenther@suse.de>
18815
c78dd519 18816 * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
58da96fe
RG
18817 (check_va_list_escapes): Likewise.
18818 (check_all_va_list_escapes): Likewise.
18819
b8beb4d1
RG
188202011-03-23 Richard Guenther <rguenther@suse.de>
18821
18822 * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
18823 (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
18824 (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
18825 (alias.o): Likewise.
18826 (ipa-type-escape.o): Remove.
18827 (ipa-struct-reorg.o): Likewise.
18828 (GTFILES): Remove ipa-struct-reorg.c.
18829 * alias.c: Do not include ipa-type-escape.h.
18830 * tree-ssa-alias.c: Likewise.
18831 * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
18832 * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
18833 * passes.c (init_optimization_passes): Remove ipa-struct-reorg
18834 and ipa-type-escape passes.
18835 * tree-pass.h (pass_ipa_type_escape): Remove.
18836 (pass_ipa_struct_reorg): Likewise.
18837 * ipa-struct-reorg.h: Remove.
18838 * ipa-struct-reorg.c: Likewise.
18839 * ipa-type-escape.h: Likewise.
18840 * ipa-type-escape.c: Likewise.
18841 * doc/invoke.texi (-fipa-struct-reorg): Remove.
18842 (--param struct-reorg-cold-struct-ratio): Likewise.
18843 * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
18844 * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
18845 * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
18846
f137aa63
AK
188472011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18848
18849 * config/s390/2084.md: Enable all insn reservations also for z9_ec
18850 cpu attribute value.
18851 * config/s390/s390-opts.h (enum s390_arch_option): Remove.
18852 (enum processor_type): Add PROCESSOR_2094_Z9_EC.
18853 * config/s390/s390.c (processor_flags_table): New constant array.
18854 (s390_handle_arch_option): Remove.
18855 (s390_handle_option): Remove s390_handle_arch_option invocations
18856 and OPT_mwarn_framesize_ handling.
18857 (s390_option_override): Remove s390_handle_arch_option invocation.
18858 (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
18859 warnings.
18860 * config/s390/s390.md (cpu attribute): Add z9_ec value.
18861 * config/s390/s390.opt (s390_tune, s390_arch)
18862 (march=): Replace s390_arch_option enum and values with
18863 processor_type. Set variable name to s390_arch. Set
18864 initialization value.
18865 (mtune=): Replace s390_arch_option with processor_type. Set
18866 variable name to s390_tune. Set initialization value.
18867
bf90208f
JB
188682011-03-23 Julian Brown <julian@codesourcery.com>
18869
18870 * expr.c (expand_expr_real_1): Only use BLKmode for volatile
18871 accesses which are not naturally aligned.
18872
3460fdf3
RS
188732011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
18874
18875 PR target/47553
18876 * config/arm/predicates.md (neon_lane_number): Accept 0..15.
18877
a5c7d693
RS
188782011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
18879
18880 * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
18881 parameter from "int" to "enum insn_code".
18882 (expand_operand_type): New enum.
18883 (expand_operand): New structure.
18884 (create_expand_operand): New function.
18885 (create_fixed_operand, create_output_operand): Likewise
18886 (create_input_operand, create_convert_operand_to): Likewise.
18887 (create_convert_operand_from, create_address_operand): Likewise.
18888 (create_integer_operand): Likewise.
18889 (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
18890 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
18891 (expand_insn, expand_jump_insn): Likewise.
18892 * builtins.c (expand_builtin_prefetch): Use the new interfaces.
18893 (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
18894 (expand_movstr, expand_builtin___clear_cache): Likewise.
18895 (expand_builtin_lock_release): Likewise.
18896 * explow.c (allocate_dynamic_stack_space): Likewise.
18897 (probe_stack_range): Likewise. Allow check_stack to FAIL,
18898 and use the default handling in that case.
18899 * expmed.c (check_predicate_volatile_ok): Delete.
18900 (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
18901 (emit_cstore): Likewise.
18902 * expr.c (emit_block_move_via_movmem): Likewise.
18903 (set_storage_via_setmem, expand_assignment): Likewise.
18904 (emit_storent_insn, try_casesi): Likewise.
18905 (emit_single_push_insn): Likewise. Allow the expansion to fail.
18906 * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
18907 (expand_vec_shift_expr, expand_binop_directly): Likewise.
18908 (expand_twoval_unop, expand_twoval_binop): Likewise.
18909 (expand_unop_direct, emit_indirect_jump): Likewise.
18910 (emit_conditional_move, vector_compare_rtx): Likewise.
18911 (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
18912 (expand_sync_operation, expand_sync_fetch_operation): Likewise.
18913 (expand_sync_lock_test_and_set): Likewise.
18914 (maybe_emit_unop_insn): Likewise. Change icode to an insn_code.
18915 (emit_unop_insn): Likewise.
18916 (expand_copysign_absneg): Change icode to an insn_code.
18917 (create_convert_operand_from_type): New function.
18918 (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
18919 (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
18920 (expand_insn, expand_jump_insn): Likewise.
18921 * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
18922 than const_int_operand for operand 2.
18923
78fadbab
AK
189242011-03-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18925
18926 * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
18927 if possible.
18928
5f02387d
NF
189292011-03-22 Nathan Froyd <froydnj@codesourcery.com>
18930
18931 * emit-rtl.c (emit_pattern_before_noloc): New function.
18932 (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
18933 (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
18934 (emit_pattern_after_noloc): New function.
18935 (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
18936 (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
18937
fdf3e18a
NF
189382011-03-22 Nathan Froyd <froydnj@codesourcery.com>
18939
18940 * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
18941 (__ffsDI2): Likewise.
18942
42d085c1
RH
189432011-03-22 Richard Henderson <rth@redhat.com>
18944
18945 * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
18946 of !TARGET_ABI_OPEN_VMS.
18947 (alpha_trampoline_init, alpha_start_function): Likewise.
18948 (alpha_expand_epilogue, alpha_file_start): Likewise.
18949 * config/alpha/alpha.md (divsi3, modsi3): Likewise.
18950 (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
18951 (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
18952 (*divmodsi_internal, *divmoddi_internal_er): Likewise.
18953 (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
18954
cabbe12a
JM
189552011-03-22 Joseph Myers <joseph@codesourcery.com>
18956
18957 * config/s390/s390-opts.h: New.
18958 * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
18959 s390_arch_flags, s390_warn_framesize, s390_stack_size,
18960 s390_stack_guard): Remove.
18961 (s390_handle_arch_option): Return void. Take enum
18962 s390_arch_option value instead of string and searching array.
18963 (s390_handle_option): Don't assert that global structures are in
18964 use. Access variables via opts pointer. Use error_at. Don't use
18965 sscanf for -mstack-guard= or -mstack-size=. Update call to
18966 s390_handle_arch_option.
18967 (s390_option_override): Update call to s390_handle_arch_option.
18968 (s390_emit_prologue): Use %d format for s390_stack_size in
18969 diagnostic. Use %wd for HOST_WIDE_INT.
18970 * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
18971 (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
18972 * config/s390/s390.opt (config/s390/s390-opts.h): New
18973 HeaderInclude entry.
18974 (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
18975 s390_arch_flags, s390_warn_framesize): New Variable entries.
18976 (s390_arch_option): New Enum and EnumValue entries.
18977 (march=): Use Enum instead of Var.
18978 (mstack-guard=, mstack-size=): Use UInteger and Var.
18979 (mtune=): Use Enum.
18980
05b12036
JM
189812011-03-22 Joseph Myers <joseph@codesourcery.com>
18982
18983 * config/score/score.c (score_handle_option): Don't assert that
18984 global structures are in use. Access target_flags via opts
18985 pointer. Use value of -march= option to determine target_flags
18986 settings.
18987 * config/score/score.opt (march=): Use Enum.
18988 (score_arch): New Enum and EnumValue entries.
18989
dd51e35a
JM
189902011-03-22 Joseph Myers <joseph@codesourcery.com>
18991
18992 * config/mep/mep.c (option_mtiny_specified): Remove.
18993 (mep_option_override): Move register handling for -mivc2 from
18994 mep_handle_option. Use global_options_set.x_mep_tiny_cutoff
18995 instead of option_mtiny_specified.
18996 (mep_handle_option): Access target_flags via opts pointer. Don't
18997 assert that global structures are in use. Defer part of -mivc2
18998 handling and move it to mep_option_override.
18999 * config/mep/mep.opt (IVC2): New Mask entry.
19000 (mivc2): Use Var and Defer instead of Mask.
19001
4a8d3d91
JM
190022011-03-22 Joseph Myers <joseph@codesourcery.com>
19003
19004 * config/v850/v850-opts.h: New.
19005 * config/v850/v850.c (small_memory): Replace with
19006 small_memory_physical_max array. Make that array static const.
19007 (v850_handle_memory_option): Take integer value of argument. Take
19008 gcc_options pointer, option text and location. Return void.
19009 Update for changes to small memory structures.
19010 (v850_handle_option): Access target_flags via opts pointer. Don't
19011 assert that global structures are in use. Update calls to
19012 v850_handle_memory_option.
c78dd519
UB
19013 (v850_encode_data_area): Update references to small memory settings.
19014 * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
4a8d3d91
JM
19015 (enum small_memory_type): Move to v850-opts.h.
19016 * config/v850/v850.opt (config/v850/v850-opts.h): New
19017 HeaderInclude entry.
19018 (small_memory_max): New Variable entry.
19019 (msda): Replace by pair of options msda= and msda-. Use UInteger.
19020 (mtda, mzda): Likewise.
19021
117fdbfa
JM
190222011-03-22 Joseph Myers <joseph@codesourcery.com>
19023
19024 * config/sh/sh.c (sh_handle_option): Access target_flags via opts
19025 pointer. Don't assert that global structures are in use.
19026
d715091c
JM
190272011-03-22 Joseph Myers <joseph@codesourcery.com>
19028
19029 * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
19030 via opts pointer. Don't assert that global structures are in use.
19031
1bb721dc
JM
190322011-03-22 Joseph Myers <joseph@codesourcery.com>
19033
19034 * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
19035 (munix=93): Use Var.
19036 * config/pa/pa-hpux1010.opt (munix=95): Use Var.
19037 * config/pa/pa-hpux1111.opt (munix=98): Use Var.
19038 * config/pa/pa-opts.h: New.
19039 * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
19040 (pa_handle_option): Don't assert that global structures are in
19041 use. Access target_flags via opts pointer. Don't handle
19042 OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
19043 OPT_munix_98 here.
19044 (pa_option_override): Handle deferred OPT_mfixed_range_.
19045
cd8d8754
JM
190462011-03-22 Joseph Myers <joseph@codesourcery.com>
19047
19048 * config/mn10300/mn10300-opts.h: New.
19049 * config/mn10300/mn10300.c (mn10300_processor,
19050 mn10300_tune_string): Remove.
19051 (mn10300_handle_option): Don't assert that global structures are
19052 in use. Access mn10300_processor via opts pointer. Don't handle
19053 OPT_mtune_ here.
19054 * config/mn10300/mn10300.h (enum processor_type): Move to
19055 mn10300-opts.h.
19056 (mn10300_processor): Remove.
19057 * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
19058 HeaderInclude entry.
19059 (mn10300_processor): New Variable entry.
19060 (mtune=): Use Var.
19061
24e6e6b1
JM
190622011-03-22 Joseph Myers <joseph@codesourcery.com>
19063
19064 * config/microblaze/microblaze.c: Don't include opts.h.
19065 (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
19066 * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
19067 (mno-clearbss): Use Var and Warn.
19068
8a784afb
JM
190692011-03-22 Joseph Myers <joseph@codesourcery.com>
19070
19071 * config/m32r/m32r-opts.h: New.
19072 * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
19073 (m32r_handle_option): Don't assert that global structures are in
19074 use. Access target_flags and m32r_cache_flush_func via opts
19075 pointer. Don't handle OPT_mmodel_, OPT_msdata_ or
19076 OPT_mno_flush_trap here.
19077 * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
19078 include of m32r-opts.h.
19079 * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
19080 HeaderInclude entry.
19081 (m32r_model_selected, m32r_sdata_selected): New Variable entries.
19082 (mmodel=): Use Enum and Var.
19083 (m32r_model): New Enum and EnumValue entries.
19084 (mno-flush-trap): Use Var.
19085 (msdata=): Use Enum and Var.
19086 (m32r_sdata): New Enum and EnumValue entries.
19087
bbfc9a8c
JM
190882011-03-22 Joseph Myers <joseph@codesourcery.com>
19089
19090 * config/m32c/m32c.c: Don't include opts.h.
19091 (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
19092 m32c_handle_option): Remove.
19093 (m32c_option_override): Check global_options_set.x_target_memregs
19094 instead of target_memregs_set.
19095 * config/m32c/m32c.h (target_memregs): Remove.
19096 * config/m32c/m32c.opt (memregs=): Use UInteger with integer
19097 variable.
19098
e24b8335
JM
190992011-03-22 Joseph Myers <joseph@codesourcery.com>
19100
19101 * config/iq2000/iq2000-opts.h: New.
19102 * config/iq2000/iq2000.c: Don't include opts.h.
19103 (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
c78dd519 19104 * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
e24b8335
JM
19105 * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
19106 HeaderInclude entry.
19107 (iq2000_tune): New Variable entry.
19108 (march=): Add comment. Use Enum.
19109 (iq2000_arch): New Enum and EnumValue entries.
19110 (mcpu=): Use Enum and Var.
19111 (iq2000_tune): New Enum and EnumValue entries.
19112
e6cc0c98
JM
191132011-03-22 Joseph Myers <joseph@codesourcery.com>
19114
19115 * config/ia64/ia64-opts.h: New.
19116 * config/ia64/ia64.c (ia64_tune): Remove.
19117 (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
19118 here. Use error_at.
19119 (ia64_option_override): Handle deferred OPT_mfixed_range_.
19120 * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
19121 * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
19122 HeaderInclude entry.
19123 (ia64_tune): New Variable entry.
19124 (mfixed-range=): Use Defer and Var.
19125 (mtune=): Use Enum and Var.
19126 (ia64_tune): New Enum and EnumValue entries.
19127
db25893c
JM
191282011-03-22 Joseph Myers <joseph@codesourcery.com>
19129
19130 * config/frv/frv-opts.h: New.
19131 * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
19132 frv-opts.h.
19133 (frv_cpu_type): Remove.
19134 * config/frv/frv.c: Don't include opts.h.
19135 (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
c78dd519 19136 * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
db25893c
JM
19137 (frv_cpu_type): New Variable entry.
19138 (frv_cpu): New Enum and EnumValue entries.
19139
6c223f5d
JM
191402011-03-22 Joseph Myers <joseph@codesourcery.com>
19141
19142 * config/cris/cris.c (cris_handle_option): Access target_flags via
19143 opts pointer. Don't assert that global structures are in use.
19144 Don't call CRIS_SUBTARGET_HANDLE_OPTION.
19145 * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
19146
bbd399cf
JM
191472011-03-22 Joseph Myers <joseph@codesourcery.com>
19148
19149 * config/bfin/bfin-opts.h: New.
19150 * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
19151 bfin_si_revision, bfin_workarounds): Remove.
19152 (bfin_cpus): Make static const.
19153 (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
19154 not bfin_lib_id_given.
19155 (bfin_handle_option): Don't set bfin_lib_id_given. Access
19156 bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
c78dd519 19157 pointer. Use error_at. Don't assert that global structures are in use.
bbd399cf
JM
19158 * config/bfin/bfin.h: Include bfin-opts.h.
19159 (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
19160 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
19161 * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
19162 (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
19163 entries.
19164
5e1b4d5a
JM
191652011-03-22 Joseph Myers <joseph@codesourcery.com>
19166
19167 * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
19168 * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
19169 or -msoft-float here.
19170 * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
19171 -msoft-float and -mhard-float.
c78dd519 19172 (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
5e1b4d5a
JM
19173 * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
19174 msoft-float.
19175 * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
19176 -msoft-float.
19177 (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
19178 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
19179 not mhard-float.
19180 (LIBGCC_SPEC): Don't handle -msoft-float.
19181 * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
19182 -mhard-float.
19183 * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
19184 msoft-float.
19185 * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
19186 -mfloat-abi=*, not -msoft-float and -mhard-float.
19187 * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
19188 -msoft-float.
19189 * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
19190 Use mfloat-abi=hard and mfloat-abi=soft in comments, not
19191 mhard-float and msoft-float.
19192 * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
19193 mfloat-abi=soft in comments, not mhard-float and msoft-float.
19194 * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
19195 mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
19196 mhard-float.
19197 * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
19198 mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
19199 msoft-float.
19200 * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
19201 not mhard-float.
19202 * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
19203 not msoft-float.
19204
800d1de1
RH
192052011-03-22 Richard Henderson <rth@redhat.com>
19206
19207 * config/alpha/alpha.c (alpha_expand_prologue): Don't test
19208 TARGET_ABI_WINDOWS_NT.
19209 (alpha_output_function_end_prologue): Likewise.
19210 * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
19211 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
19212 * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
19213 (trap, *movsi_nt_vms): Likewise.
19214 (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
19215 (*tablejump_osf_nt_internal): Remove.
19216 * config/alpha/predicates.md (input_operand): Only test Pmode.
19217
c59ddd2b
JM
192182011-03-22 Joseph Myers <joseph@codesourcery.com>
19219
19220 * config/alpha/alpha.c (alpha_handle_option): Access target_flags
19221 via opts pointer. Use error_at. Don't assert that global
19222 structures are in use.
19223
1333f97f
JM
192242011-03-22 Joseph Myers <joseph@codesourcery.com>
19225
19226 * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
19227 (ix86_handle_option): Access ix86_isa_flags and
19228 ix86_isa_flags_explicit via opts pointer. Don't assert that
19229 global structures are in use.
19230 (ix86_function_specific_save, ix86_function_specific_restore):
19231 Update ix86_isa_flags_explicit field name.
c78dd519 19232 * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
1333f97f
JM
19233 (ix86_isa_flags_explicit): Rename TargetSave entry to
19234 x_ix86_isa_flags_explicit.
19235
75db85d8
RH
192362011-03-22 Richard Henderson <rth@redhat.com>
19237
19238 * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
19239 (alpha_option_override, direct_return): Likewise.
19240 (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
19241 (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
19242 (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
19243 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
19244 (alpha_expand_epilogue, alpha_end_function): Likewise.
19245 (alpha_init_libfuncs): Likewise.
19246 (struct machine_function): Remove unicosmk members.
19247 (print_operand) ['t']: Remove.
19248 (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
19249 unicosmk_output_module_name, unicosmk_output_common,
19250 current_section_align, unicosmk_output_text_section_asm_op,
19251 unicosmk_output_data_section_asm_op, unicosmk_init_sections,
19252 unicosmk_section_type_flags, unicosmk_unique_section,
19253 unicosmk_asm_named_section, unicosmk_insert_attributes,
19254 unicosmk_output_align, unicosmk_defer_case_vector,
19255 unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
19256 SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
19257 unicosmk_output_ssib, unicosmk_add_call_info_word,
19258 unicosmk_extern_head, unicosmk_output_default_externs,
19259 unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
19260 unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
19261 unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
19262 * config/alpha/alpha-protos.h: Update.
19263 * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
19264 * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
19265 (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
19266 (mulsi3): Don't test TARGET_ABI_UNICOSMK.
19267 (*mulsi_se, mulvsi3): Likewise.
19268 (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
19269 (*divmodsi_internal, call, call_value, realign): Likewise.
19270 (moddi3, umoddi3): Likewise; remove duplicate expander.
19271 (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
19272 (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
19273 (*movdi_nofix): Remove r/U alternative.
19274 (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
19275 * config/alpha/constraints.md ("U"): Remove.
19276 * config/alpha/predicates.md (call_operand"): Don't test
19277 TARGET_ABI_UNICOSMK.
19278
96e45421
JM
192792011-03-22 Joseph Myers <joseph@codesourcery.com>
19280
19281 * target.def (handle_option): Take gcc_options and
19282 cl_decoded_option pointers and location_t.
19283 * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
19284 * doc/tm.texi: Regenerate.
19285 * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
19286 * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
19287 * lto-opts.c (lto_reissue_options): Generate option structure for
19288 targetm.handle_option call.
19289 * opts.c (target_handle_option): Update call to
19290 targetm.handle_option. Remove assertions about values now passed
19291 down to hook.
19292 * targhooks.c (default_target_handle_option): New.
19293 * targhooks.h (default_target_handle_option): Declare.
19294 * config/alpha/alpha.c: Include opts.h.
19295 (alpha_handle_option): Update to new hook interface.
19296 * config/arm/arm.c: Include opts.h.
19297 (arm_handle_option): Update to new hook interface.
19298 * config/arm/t-arm (arm.o): Update dependencies.
19299 * config/bfin/bfin.c: Include opts.h.
19300 (bfin_handle_option): Update to new hook interface.
19301 * config/cris/cris.c: Include opts.h.
19302 (cris_handle_option): Update to new hook interface.
19303 * config/frv/frv.c: Include opts.h.
19304 (frv_handle_option): Update to new hook interface.
19305 * config/i386/i386.c: Include opts.h.
19306 (ix86_handle_option): Update to new hook interface.
19307 (ix86_valid_target_attribute_inner_p): Generate option structure
19308 for call to ix86_handle_option.
19309 * config/i386/t-i386 (i386.o): Update dependencies.
19310 * config/ia64/ia64.c: Include opts.h.
19311 (ia64_handle_option): Update to new hook interface.
19312 * config/ia64/t-ia64 (ia64.o): Update dependencies.
19313 * config/iq2000/iq2000.c: Include opts.h.
19314 (iq2000_handle_option): Update to new hook interface.
19315 * config/m32c/m32c.c: Include opts.h.
19316 (m32c_handle_option): Update to new hook interface.
19317 * config/m32r/m32r.c: Include opts.h.
19318 (m32r_handle_option): Update to new hook interface.
19319 * config/m68k/m68k.c: Include opts.h.
19320 (m68k_handle_option): Update to new hook interface.
19321 * config/mep/mep.c: Include opts.h.
19322 (mep_handle_option): Update to new hook interface.
19323 * config/microblaze/microblaze.c: Include opts.h.
19324 (microblaze_handle_option): Update to new hook interface.
19325 * config/mips/mips.c: Include opts.h.
19326 (mips_handle_option): Update to new hook interface.
19327 * config/mn10300/mn10300.c: Include opts.h.
19328 (mn10300_handle_option): Update to new hook interface.
19329 * config/pa/pa.c: Include opts.h.
19330 (pa_handle_option): Update to new hook interface.
19331 * config/pdp11/pdp11.c: Include opts.h.
19332 (pdp11_handle_option): Update to new hook interface.
19333 * config/rs6000/rs6000.c: Include opts.h.
19334 (rs6000_handle_option): Update to new hook interface.
19335 * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
19336 * config/rx/rx.c: Include opts.h.
19337 (rx_handle_option): Update to new hook interface.
19338 * config/s390/s390.c: Include opts.h.
19339 (s390_handle_option): Update to new hook interface.
19340 * config/score/score.c: Include opts.h.
19341 (score_handle_option): Update to new hook interface.
19342 * config/sh/sh.c: Include opts.h.
19343 (sh_handle_option): Update to new hook interface.
19344 * config/sparc/sparc.c: Include opts.h.
19345 (sparc_handle_option): Update to new hook interface.
19346 * config/v850/v850.c: Include opts.h.
19347 (v850_handle_option): Update to new hook interface.
19348
66017846
JM
193492011-03-22 Joseph Myers <joseph@codesourcery.com>
19350
19351 * gcc.c (driver_unknown_option_callback): Only permit and save
19352 unknown -Wno- options.
19353 (driver_wrong_lang_callback): Save options directly instead of via
19354 driver_unknown_option_callback.
19355
e8b97ccd
EB
193562011-03-22 Eric Botcazou <ebotcazou@adacore.com>
19357
19358 * combine.c (simplify_set): Try harder to find the best CC mode when
19359 simplifying a nested COMPARE on the RHS.
19360
ebb9f8b0
JM
193612011-03-22 Joseph Myers <joseph@codesourcery.com>
19362
19363 * config/alpha/gnu.h: Remove.
19364 * config/arc: Remove directory.
19365 * config/arm/netbsd.h: Remove.
19366 * config/arm/t-pe: Remove.
19367 * config/crx: Remove directory.
19368 * config/i386/netbsd.h: Remove.
19369 * config/m68hc11: Remove directory.
19370 * config/m68k/uclinux-oldabi.h: Remove.
19371 * config/mcore/mcore-pe.h: Remove.
19372 * config/mcore/t-mcore-pe: Remove.
19373 * config/netbsd-aout.h: Remove.
19374 * config/rs6000/gnu.h: Remove.
19375 * config/sh/sh-symbian.h: Remove.
19376 * config/sh/symbian-base.c: Remove.
19377 * config/sh/symbian-c.c: Remove.
19378 * config/sh/symbian-cxx.c: Remove.
19379 * config/sh/symbian-post.h: Remove.
19380 * config/sh/symbian-pre.h: Remove.
19381 * config/sh/t-symbian: Remove.
19382 * config/svr3.h: Remove.
19383 * config/vax/netbsd.h: Remove.
19384 * config.build: Don't handle i[34567]86-*-pe.
19385 * config.gcc: Remove handling of deprecations for most deprecated
19386 targets.
19387 (m68k-*-uclinuxoldabi*): Add to second deprecated list.
19388 (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
19389 i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
19390 m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
19391 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
19392 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
19393 Remove cases.
19394 * config.host: Don't handle i[34567]86-*-pe.
19395 * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
19396 (ASM_SPEC32): Don't handle -mcall-gnu.
19397 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
19398 -mcall-gnu.
19399 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
19400 STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
19401 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
19402 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
19403 (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
19404 * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
19405 conditional on SYMBIAN.
19406 * configure.ac: Don't handle powerpc*-*-gnu*.
19407 * configure: Regenerate.
19408 * doc/extend.texi (interrupt attribute): Don't mention CRX.
19409 * doc/install-old.texi (m6811, m6812): Don't mention.
19410 * doc/install.texi (arc-*-elf*): Don't document multilib option.
19411 (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
19412 (m68k-uclinuxoldabi): Don't mention.
19413 * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
19414 Remove.
19415 (-mcall-gnu): Remove.
19416 * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
19417 families): Remove constraint documentation.
19418
999a7d80
MS
194192011-03-22 Marius Strobl <marius@FreeBSD.org>
19420
19421 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
19422 (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
19423 (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
19424
45540bcf
MM
194252011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
19426
19427 PR target/48226
19428 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
19429 vector when peeking at the next token for vector, don't expand the
19430 keywords.
19431
980a0ff4
GJL
194322011-03-21 Georg-Johann Lay <avr@gjlay.de>
19433
19434 * config/avr/avr-protos.h (expand_epilogue): Change prototype
19435 * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
19436 * config/avr/avr.c (init_cumulative_args)
19437 (avr_function_arg_advance): Use it.
19438 * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
19439 sibcall epilogues.
19440 (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
19441 (avr_function_ok_for_sibcall): ...this new function.
19442 (avr_lookup_function_attribute1): New static Function.
19443 (avr_naked_function_p, interrupt_function_p)
19444 (signal_function_p, avr_OS_task_function_p)
19445 (avr_OS_main_function_p): Use it.
19446 * config/avr/avr.md ("sibcall", "sibcall_value")
19447 ("sibcall_epilogue"): New expander.
19448 ("*call_insn", "*call_value_insn"): New insn.
19449 ("call_insn", "call_value_insn"): Remove
19450 ("call", "call_value", "epilogue"): Change expander to handle
19451 sibling calls.
19452
49168734
NC
194532011-03-21 Nick Clifton <nickc@redhat.com>
19454
19455 * doc/invoke.texi (Overall Options): Move closing brace to end of
19456 options list.
19457 (Optimization Options): Add missing @gol.
19458 (Directory Options): Likewise.
19459 (i386 and x86-64 Options): Likewise.
19460 (RS6000 and PowerPC Options): Likewise.
19461 (i386 and x86-64 Windows Options): Likewise.
19462 (V850 Options): Add text missing from descriptions.
19463
bdfe906f
RH
194642011-03-22 Richard Henderson <rth@redhat.com>
19465
19466 * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
19467 (avr_incoming_return_addr_rtx): New.
19468 (emit_push_byte): New.
19469 (expand_prologue): Use it. Remove incorrect dwarf annotation for
19470 SREG, RAMPZ, zero register. Push frame pointer by bytes. Add dwarf
19471 annotation for __prologue_saves__. Fixup dwarf annotation for CFA.
19472 (emit_pop_byte): New.
19473 (expand_epilogue): Use it. Pop frame pointer by bytes.
19474 * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
19475 (INCOMING_RETURN_ADDR_RTX): New.
19476 (INCOMING_FRAME_SP_OFFSET): New.
19477 (ARG_POINTER_CFA_OFFSET): New.
19478 * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
19479 (*pushhi, *pushsi, *pushsf, popqi): Likewise.
19480 (pophi): Remove.
19481
d090a5aa
RH
19482 * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
19483
fdf3e18a
NF
194842011-03-22 Nathan Froyd <froydnj@codesourcery.com>
19485
19486 * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
19487 (FUNCTION_ARG_ADVANCE): Likewise.
19488 * tm.texi.in: Change references to them to hook references.
19489 * tm.texi: Regenerate.
19490 * targhooks.c (default_function_arg): Eliminate check for target
19491 macro.
19492 (default_function_incoming_arg): Likewise.
19493 (default_function_arg_advance): Likewise.
c78dd519 19494 * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
fdf3e18a
NF
19495 (function_arg_advance): Likewise.
19496 * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
19497
009d3fcf
NF
194982011-03-22 Nathan Froyd <froydnj@codesourcery.com>
19499
19500 * tree.c (build_call_1): New function.
19501 (build_call_valist, build_call_array_loc, build_call_vec): Call it.
19502
7bec30e1
RG
195032011-03-22 Richard Guenther <rguenther@suse.de>
19504
19505 PR tree-optimization/48228
19506 * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
19507 for single-arg PHIs.
19508
0b7e851b
AB
195092011-03-22 Andrey Belevantsev <abel@ispras.ru>
19510
19511 PR rtl-optimization/48143
19512 * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
19513 (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
19514 sse2_cvtps2pd): Likewise.
19515
d89afca5
AK
195162011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19517
19518 * recog.c (canonicalize_change_group): Use validate_unshare_change.
19519
f471fe72
RG
195202011-03-22 Richard Guenther <rguenther@suse.de>
19521
19522 * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
19523 a valid RHS. Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
19524 * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
19525 and REALIGN_LOAD_EXPR.
19526 (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
19527 DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
19528 * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
19529 DOT_PROD_EXPR case ...
19530 (expand_expr_real_2): ... here.
19531 * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
19532 and REALIGN_LOAD_EXPR.
19533 * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
19534 * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
19535 (vect_create_epilog_for_reduction): Likewise.
19536 (vectorizable_reduction): Likewise.
19537 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
19538 * tree-vect-stmts.c (vectorizable_load): Likewise.
19539
f2f81d57
EB
195402011-03-22 Eric Botcazou <ebotcazou@adacore.com>
19541
19542 * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
19543
ab081dd6
AK
195442011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19545
19546 * config/s390/s390.c (s390_delegitimize_address): Fix offset
19547 handling for PLTOFF/GOTOFF.
19548
6fd5332b
NC
195492011-03-22 Nick Clifton <nickc@redhat.com>
19550
19551 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
19552 trailing backslash from the end of the macro definition.
19553
01841ac0
AK
195542011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19555
19556 * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
19557 and PLT unspecs.
19558
2ef6ce06
RS
195592011-03-21 Richard Sandiford <richard.sandiford@linaro.org>
19560
19561 * expr.h (prepare_operand): Move to...
19562 * optabs.h (prepare_operand): ...here and change the insn code
19563 parameter from "int" to "enum insn_code".
19564 (insn_operand_matches): Declare.
19565 * expr.c (init_expr_target): Use insn_operand_matches.
19566 (compress_float_constant): Likewise.
19567 * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
19568 * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
19569 (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
c78dd519
UB
19570 (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
19571 Likewise.
2ef6ce06
RS
19572 (gen_cond_trap): Likewise.
19573 (prepare_operand): Likewise. Change icode to an insn_code.
19574 (insn_operand_matches): New function.
19575 * reload.c (find_reloads_address_1): Use insn_operand_matches.
19576 * reload1.c (gen_reload): Likewise.
19577 * targhooks.c (default_secondary_reload): Likewise.
19578
9e43ad68
UB
195792011-03-21 Uros Bizjak <ubizjak@gmail.com>
19580
9a96da32
UB
19581 * config/alpha/alpha.md (unspec): New define_c_enum.
19582 (unspecv): Ditto.
19583
195842011-03-21 Uros Bizjak <ubizjak@gmail.com>
19585
19586 PR debug/48214
9e43ad68
UB
19587 * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
19588 between a call and its CALL_ARG_LOCATION note.
19589
31408f60
EB
195902011-03-21 Eric Botcazou <ebotcazou@adacore.com>
19591
19592 * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
19593
195942011-03-21 Jakub Jelinek <jakub@redhat.com>
126e6609
JJ
19595
19596 PR c/42544
19597 PR c/48197
19598 * c-common.c (shorten_compare): If primopN is first sign-extended
19599 to opN and then zero-extended to result type, set primopN to opN.
19600
9dfd55f5
DJ
196012011-03-21 Daniel Jacobowitz <dan@codesourcery.com>
19602
19603 * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
19604 for barrier handlers.
19605
f3c33d9d
MM
196062011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
19607
19608 * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
19609 UNSPEC constants to be in the unspec enumeration, and redefine
19610 all UNSPECV constants to be in the unspecv enumeration, so that
19611 dumps print which unspec/unspec_volatile this is.
19612 * config/rs6000/vector.md (UNSPEC_*): Ditto.
19613 * config/rs6000/paired.md (UNSPEC_*): Ditto.
19614 * config/rs6000/vsx.md (UNSPEC_*): Ditto.
19615 * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
19616 * config/rs6000/dfp.md (UNSPEC_*): Ditto.
19617
19618 * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
19619 UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
19620 UNSPECV_LWSYNC, since these are used as unspec_volatile.
19621 * config/rs6000/sync.md (isync, lwsync): Ditto.
19622
ac43f774
RG
196232011-03-21 Richard Guenther <rguenther@suse.de>
19624
19625 * params.def (lto-min-partition): Fix typo.
19626
411cdbd8
RG
196272011-03-21 Richard Guenther <rguenther@suse.de>
19628
19629 PR c/47939
19630 * c-decl.c (grokdeclarator): Drop to the main variant only
19631 for array types. Drop flag_gen_aux_info check.
19632
1cd9e416
RG
196332011-03-21 Richard Guenther <rguenther@suse.de>
19634
19635 PR translation/47911
19636 * params.def (lto-partitions): Fix typo.
19637 (lto-min-partition): Fix wording.
19638
ada5ad67
AT
196392011-03-21 Andreas Tobler <andreast@fgznet.ch>
19640
19641 * config/rs6000/t-freebsd: Remove duplication from file.
19642
f9613c9a
RG
196432011-03-21 Richard Guenther <rguenther@suse.de>
19644
19645 PR middle-end/47661
19646 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
19647
9bfbc1eb
RG
196482011-03-21 Richard Guenther <rguenther@suse.de>
19649
19650 PR lto/48210
19651 * params.def (lto-partitions): Require at least 1 partition.
19652
a2268084
RO
196532011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19654
19655 * gthr-solaris.h: Remove.
19656 * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
19657 * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
19658 (LIB_SPEC): Likewise.
19659 * config/sol2.opt (threads): Remove.
9e43ad68 19660 * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
a2268084
RO
19661 (sparc*-*-solaris2*): Likewise.
19662 * configure.ac (enable_threads): Enable solaris support.
19663 * configure: Regenerate.
9e43ad68 19664 * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
a2268084
RO
19665 * doc/install.texi (Configuration, --enable-threads=lib): Remove
19666 solaris.
19667
c43d9a1b
RO
196682011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19669
19670 * config.gcc: Obsolete *-*-solaris2.8*.
19671 * doc/install.texi (Specific, *-*-solaris2*): Document it.
19672
084239f4
RO
196732011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19674
19675 PR bootstrap/48135
19676 * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
19677 reference. Solaris 8 perl works.
19678
64cadbe7
RO
196792011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19680
19681 PR bootstrap/48135
19682 * doc/install.texi (Prerequisites): Move jar etc. up.
19683 Explain support library version requirements.
19684
eb975109
RO
196852011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19686
19687 PR bootstrap/48135
19688 * doc/install.texi (Prerequisites): Move Perl to build
19689 requirements. Always necessary on Solaris 2 with Sun ld.
19690
8a509ffd
RO
196912011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19692
19693 * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
19694 binutils 2.21.
19695 (Specific, i?86-*-solaris2.[89]): Likewise.
19696 (Specific, i?86-*-solaris2.10): Likewise.
19697 (Specific, mips-sgi-irix6): Likewise.
19698 (Specific, *-*-solaris2*): Remove Sun Studio download URL.
19699 Update for binutils 2.21.
19700
8fbc58a1
RO
197012011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19702
19703 * configure.ac (gcc_cv_lto_plugin): Fix typo.
19704 Allow -fuse-linker-plugin for non-default plugin linker.
19705 * configure: Regenerate.
19706
7e84ad0b
NP
197072011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
19708
19709 PR bootstrap/48167
19710 * gengtype.c (files_rules): Added rule for cp/parser.h.
19711
2f36e14b
JJ
197122011-03-21 Jakub Jelinek <jakub@redhat.com>
19713
19714 PR target/48213
19715 * config/s390/s390.c (s390_delegitimize_address): Don't call
19716 lowpart_subreg if orig_x has BLKmode.
19717
62d784f7
KT
197182011-03-21 Kai Tietz <ktietz@redhat.com>
19719
19720 PR target/12171
9e43ad68
UB
19721 * doc/plugins.texi: Adjust documentation for plugin register_callback.
19722 * tree.h (attribute_spec): Add new member affects_type_identity.
19723 * attribs.c (empty_attribute_table): Adjust attribute_spec
19724 initializers.
62d784f7
KT
19725 * config/alpha/alpha.c: Likewise.
19726 * config/arc/arc.c: Likewise.
19727 * config/arm/arm.c: Likewise.
19728 * config/avr/avr.c: Likewise.
19729 * config/bfin/bfin.c: Likewise.
19730 * config/crx/crx.c: Likewise.
19731 * config/darwin.h: Likewise.
19732 * config/h8300/h8300.c: Likewise.
19733 * config/i386/cygming.h: Likewise.
19734 * config/i386/i386.c: Likewise.
19735 * config/ia64/ia64.c: Likewise.
19736 * config/m32c/m32c.c: Likewise.
19737 * config/m32r/m32r.c: Likewise.
19738 * config/m68hc11/m68hc11.c: Likewise.
19739 * config/m68k/m68k.c: Likewise.
19740 * config/mcore/mcore.c: Likewise.
19741 * config/mep/mep.c: Likewise.
19742 * config/microblaze/microblaze.c: Likewise.
19743 * config/mips/mips.c: Likewise.
19744 * config/rs6000/rs6000.c: Likewise.
19745 * config/rx/rx.c: Likewise.
19746 * config/sh/sh.c: Likewise.
19747 * config/sol2.h: Likewise.
19748 * config/sparc/sparc.c: Likewise.
19749 * config/spu/spu.c: Likewise.
19750 * config/stormy16/stormy16.c: Likewise.
19751 * config/v850/v850.c: Likewise.
19752
54833ec0
CLT
197532011-03-21 Chung-Lin Tang <cltang@codesourcery.com>
19754
19755 * simplify-rtx.c (simplify_binary_operation_1): Handle
19756 (xor (and A B) C) case when B and C are both constants.
19757
14a41392
MX
197582011-03-21 Mingjie Xing <mingjie.xing@gmail.com>
19759
19760 * tree-dfa.c (add_referenced_var): Fix typo in comment.
19761
806c3492
EB
197622011-03-20 Eric Botcazou <ebotcazou@adacore.com>
19763
19764 PR bootstrap/48168
19765 * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
19766
65e0a0f3
JJ
197672011-03-20 Jakub Jelinek <jakub@redhat.com>
19768
19769 PR rtl-optimization/48156
19770 * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
19771 assume df and df_lr are not NULL.
19772
b6a75dda
RR
197732011-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
19774
19775 PR debug/48023
19776 * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
19777 between a call and its CALL_ARG_LOCATION note.
19778
5969b52d
KK
197792011-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
19780
19781 PR debug/48178
19782 * config/sh/sh.c (find_barrier): Don't emit a constant pool
19783 between a call and its corresponding CALL_ARG_LOCATION note.
19784
f773c2bd
AS
197852011-03-19 Anatoly Sokolov <aesok@post.ru>
19786
19787 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
19788 instead of loop. Use HARD_REGISTER_NUM_P predicate.
19789 * haifa-sched.c (setup_ref_regs): Ditto.
19790 * caller-save.c (add_used_regs_1): Ditto.
19791 * dse.c (look_for_hardregs): Ditto.
19792 * df-problems.c (df_simulate_one_insn_forwards): Ditto.
19793 * sched-rgn.c (check_live_1): Ditto.
19794
8bf872f9
JM
197952011-03-18 Joseph Myers <joseph@codesourcery.com>
19796
19797 * c-decl.c (diagnose_mismatched_decls): Give an error for
19798 redefining a typedef with variably modified type.
19799
ff8e2159
JM
198002011-03-18 Joseph Myers <joseph@codesourcery.com>
19801
19802 * c-decl.c (grokfield): Don't allow typedefs for structures or
19803 unions with no tag by default.
19804 * doc/extend.texi (Unnamed Fields): Update.
19805
16cc4440
UB
198062011-03-18 Uros Bizjak <ubizjak@gmail.com>
19807
19808 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
19809 Rewrite using indirect functions.
19810 (lwp_slwpcb): Ditto.
19811 * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
19812 (avx_vinsertf128<mode>): Ditto.
19813
e101e12e
AK
198142011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19815
19816 * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
19817 unspecs.
19818
4627c7fb
AK
198192011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19820
19821 * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
9e43ad68 19822 splitting between a call and its corresponding CALL_ARG_LOCATION note.
4627c7fb 19823
2d36b47f
MK
198242011-03-18 Maxim Kuvyrkov <maxim@codesourcery.com>
19825
19826 PR rtl-optimization/48170
19827 * gcse.c (hoist_code): Remove bogus asserts.
19828
2a3d7659
JL
198292011-03-18 Georg-Johann Lay <avr@gjlay.de>
19830
19831 * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
19832 computation for prologue/epilogue.
19833
34c3ef05
RO
198342011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19835
19836 * Makefile.in (check-consistency): Remove.
19837
81f2b976
JJ
198382011-03-18 Jakub Jelinek <jakub@redhat.com>
19839
19840 PR debug/48176
19841 * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
19842 arange_table_in_use is 0, but either text_section_used or
19843 cold_text_section_used is true. Don't call it if
19844 !info_section_emitted.
19845
68fd7765
AS
198462011-03-18 Anatoly Sokolov <aesok@post.ru>
19847
19848 * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
19849 FUNCTION_VALUE_REGNO_P): Remove.
19850 * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
19851 Remove.
19852 * config/avr/avr.c (avr_ret_register): Make static inline.
19853 (avr_function_value_regno_p): New function.
19854 (avr_libcall_value): Make static. Add 'func' argument.
19855 (avr_function_value): Make static. Rename 'func' argument to
19856 'fn_decl_or_type', forward it to avr_libcall_value. Call
19857 avr_ret_register function instead of RET_REGISTER macro.
b8bc3a43 19858 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
68fd7765 19859
b4ef8aac
JM
198602011-03-18 Jason Merrill <jason@redhat.com>
19861
19862 PR c++/23372
19863 * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
19864
09a52fc3
RG
198652011-03-18 Richard Guenther <rguenther@suse.de>
19866
19867 * doc/install.texi (--enable-gold): Remove.
19868 (--with-plugin-ld): Document.
19869 * doc/invoke.texi (-fuse-linker-plugin): Clarify.
19870
2a3d7659 198712011-03-18 Andrew Pinski <pinskia@gmail.com>
3bf162a0
AP
19872
19873 PR middle-end/47790
19874 * expr.c (optimize_bitfield_assignment_op): Revamp to work
19875 again after expansion changes.
19876
2abbb0fe
CLT
198772011-03-18 Chung-Lin Tang <cltang@codesourcery.com>
19878
19879 * combine.c (try_combine): Do simplification only call of
19880 subst() on i2 even when i1 is present. Update comments.
19881
2efd0aa6
KK
198822011-03-18 Kaz Kojima <kkojima@gcc.gnu.org>
19883
19884 * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
19885 and UNSPEC_PCREL_SYMOFF.
19886
30a49b23
AK
198872011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19888
19889 * config/s390/s390.md: Use define_c_enum for the unspec constant
19890 definitions.
19891
419e1853
JJ
198922011-03-18 Richard Henderson <rth@redhat.com>
19893 Jakub Jelinek <jakub@redhat.com>
19894
19895 PR bootstrap/48161
19896 * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
19897 instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
19898
24da2019
AS
198992011-03-17 Anatoly Sokolov <aesok@post.ru>
19900
19901 * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
19902 * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
19903 * config/v850/v850.c (v850_output_addr_const_extra): Make static.
19904 Change return type to bool.
19905 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
19906
a82ff31f
JJ
199072011-03-17 Jakub Jelinek <jakub@redhat.com>
19908
8b29c87a
JJ
19909 PR debug/48163
19910 * var-tracking.c (prepare_call_arguments): If CALL target
19911 is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
19912 pc instead of looking it up using cselib_lookup and use
19913 Pmode for it if x has VOIDmode.
19914 * dwarf2out.c (gen_subprogram_die): If also both first and
19915 second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
19916
a82ff31f
JJ
19917 PR debug/48163
19918 * function.c (assign_parms): For data.passed_pointer parms
19919 use MEM of data.entry_parm instead of data.entry_parm itself
19920 as DECL_INCOMING_RTL.
19921 * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
19922 also when passed and declared mode is the same, DECL_RTL
19923 is a MEM with pseudo as address and DECL_INCOMING_RTL is
19924 a MEM too.
19925
82ce305c
JL
199262011-03-16 Jeff Law <law@redhat.com>
19927
19928 PR rtl-optimization/37273
19929 * ira-costs.c (scan_one_insn): Detect constants living in memory and
19930 handle them like argument loads from stack slots. Do not double
19931 count memory for memory constants and argument loads from stack slots.
19932
fe58e02b
L
199332011-03-17 H.J. Lu <hongjiu.lu@intel.com>
19934
19935 PR debug/48160
19936 * var-tracking.c (prepare_call_arguments): Check SUBREG.
19937
6fc4dbc7
L
199382011-03-17 H.J. Lu <hongjiu.lu@intel.com>
19939
19940 PR target/48171
19941 * config/i386/i386.opt: Add Save to -mavx and -mfma.
19942
db3ed0b3
JJ
199432011-03-17 Jakub Jelinek <jakub@redhat.com>
19944
8054a389
JJ
19945 PR bootstrap/48153
19946 * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
19947 if dwarf_strict.
19948 (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
19949 Clear call_arg_locations and call_arg_loc_last always.
19950
db3ed0b3
JJ
19951 PR middle-end/48152
19952 * var-tracking.c (prepare_call_arguments): If argument needs to be
19953 passed by reference, adjust argtype and mode.
19954
1bce4ff3
RG
199552011-03-17 Richard Guenther <rguenther@suse.de>
19956
19957 PR middle-end/48134
19958 * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
19959 a value make sure to fold the statement.
19960
7c71147d
CLT
199612011-03-17 Chung-Lin Tang <cltang@codesourcery.com>
19962
19963 PR target/43872
19964 * config/arm/arm.c (arm_get_frame_offsets): Adjust early
19965 return condition with !cfun->calls_alloca.
19966
0e1ee172
RG
199672011-03-17 Richard Guenther <rguenther@suse.de>
19968
19969 PR bootstrap/48148
19970 * lto-cgraph.c (input_overwrite_node): Clear the abstract
19971 origin for decls in other ltrans units.
19972 (input_varpool_node): Likewise.
19973
f8bce518
RG
199742011-03-17 Richard Guenther <rguenther@suse.de>
19975
19976 PR middle-end/48165
19977 * tree-object-size.c (compute_object_offset): Properly return
19978 the offset operand of MEM_REFs as sizetype.
19979
1b6fa860
JJ
199802011-03-17 Jakub Jelinek <jakub@redhat.com>
19981
dabd47e7
JJ
19982 PR rtl-optimization/48141
19983 * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
19984 * dse.c: Include params.h.
19985 (active_local_stores_len): New variable.
19986 (add_wild_read, dse_step1): Clear it when setting active_local_stores
19987 to NULL.
19988 (record_store, check_mem_read_rtx): Decrease it when removing
19989 from the chain.
19990 (scan_insn): Likewise. Increase it when adding to chain, if it
19991 reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
19992 set active_local_stores to NULL before the addition.
19993 * Makefile.in (dse.o): Depend on $(PARAMS_H).
19994
1b6fa860
JJ
19995 PR rtl-optimization/48141
19996 * dse.c (record_store): If no positions are needed in an insn
19997 that cannot be deleted, at least unchain it from active_local_stores.
19998
7b5cb7d6
DS
199992011-03-16 Dodji Seketeli <dodji@redhat.com>
20000
20001 PR debug/47510
20002 * dwarf2out.c (strip_naming_typedef): Factorize out of ...
20003 (lookup_type_die_strip_naming_typedef): ... here.
20004 (get_context_die): Use it.
20005 (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
20006 the anonymous struct named by the naming typedef.
20007
585e9d9d
L
200082011-03-16 H.J. Lu <hongjiu.lu@intel.com>
20009
20010 PR target/48154
20011 * config/i386/i386.c (ix86_builtin_vectorized_function): Check
20012 TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
20013
6261ab0e
JL
200142011-03-16 Jeff Law <law@redhat.com>
20015
20016 * tree-vrp.c (identify_jump_threads): Slightly simplify type
16cc4440 20017 check for operands of conditional. Allow type to be a pointer.
6261ab0e 20018
0b0081ec
RG
200192011-03-16 Richard Guenther <rguenther@suse.de>
20020
20021 PR tree-optimization/48149
20022 * fold-const.c (fold_binary_loc): Fold
20023 COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
20024
64a3d647
RG
200252011-03-16 Richard Guenther <rguenther@suse.de>
20026
20027 PR tree-optimization/26134
20028 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
20029 complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
20030 (non_rewritable_mem_ref_base): Handle complex type component
20031 accesses, constrain offsets for vector and complex extracts
20032 more properly.
20033
ef13324e
RG
200342011-03-16 Richard Guenther <rguenther@suse.de>
20035
20036 PR tree-optimization/48146
20037 * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
20038 operands avoiding the need for renaming.
20039
f0eddb90
RG
200402011-03-16 Richard Guenther <rguenther@suse.de>
20041
20042 * gimple-fold.c (maybe_fold_reference): Open-code relevant
20043 constant folding. Move MEM_REF canonicalization first.
20044 Rely on fold_const_aggregate_ref for initializer folding.
20045 * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
20046
e42348b8
JJ
200472011-03-16 Jakub Jelinek <jakub@redhat.com>
20048
29f10e71
JJ
20049 PR middle-end/48136
20050 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
20051 arg0/arg1 or their arguments are always fold converted to matching
20052 types.
20053
e42348b8
JJ
20054 * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
20055 to nargs.
20056
55b46574
RO
200572011-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20058
20059 PR lto/46944
20060 * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
20061 Handle in-tree gold.
20062 (ld_vers): Extract binutils version for gold.
20063 (gcc_cv_ld_hidden): Handle gold here.
20064 (gcc_cv_lto_plugin): Determine level of linker plugin support.
20065 * configure: Regenerate.
20066 * config.in: Regenerate.
20067 * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
20068 -fuse-linker-plugin otherwise.
20069 (LINK_PLUGIN_SPEC): Define. Extract from LINK_COMMAND_SPEC.
20070 (LINK_COMMAND_SPEC): Use it.
20071 (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
20072
2b1c5433
JJ
200732011-03-16 Jakub Jelinek <jakub@redhat.com>
20074
c2969d8e
JJ
20075 * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
20076 * calls.c: Remove debug.h include.
20077 (emit_call_1): Don't call virtual_call_token debug hook.
20078 * dwarf2out.c (debug_dcall_section, debug_vcall_section,
20079 dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
20080 vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
20081 size_of_dcall_table, output_dcall_table, size_of_vcall_table,
20082 output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
20083 vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
20084 dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
20085 dwarf2out_virtual_call): Remove.
20086 (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
20087 copy_call_info and virtual_call hooks.
20088 (dwarf2out_init): Don't initialize vcall_insn_table,
20089 debug_dcall_section and debug_vcall_section.
20090 (prune_unused_types): Don't mark nodes from dcall_table.
20091 (dwarf2out_finish): Don't output dcall or vcall tables.
20092 * final.c (final_scan_insn): Don't call direct_call or
20093 virtual_call debug hooks.
20094 * debug.h (struct gcc_debug_hooks): Remove direct_call,
20095 virtual_call_token, copy_call_info and virtual_call hooks.
20096 (debug_nothing_uid): Remove prototype.
20097 * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
20098 copy_call_info and virtual_call hooks.
20099 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
20100 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
20101 * debug.c (do_nothing_debug_hooks): Likewise.
20102 (debug_nothing_uid): Remove.
20103 * doc/invoke.texi (-fenable-icf-debug): Remove.
20104 * common.opt (-fenable-icf-debug): Likewise.
20105
325f5379
JJ
20106 * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
20107 * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
20108 call's MEM. Handle functions returning aggregate through a hidden
20109 first pointer. For virtual calls add clobbered pc to call arguments
20110 chain.
20111 * dwarf2out.c (gen_subprogram_die): Emit
20112 DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
20113 can't be emitted.
20114
a58a8e4b
JJ
20115 PR debug/45882
20116 * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
20117 * rtl.h (ENTRY_VALUE_EXP): Define.
20118 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
20119 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
20120 * print-rtl.c (print_rtx): Likewise.
20121 * gengtype.c (adjust_field_rtx_def): Likewise.
20122 * var-tracking.c (vt_add_function_parameter): Adjust
20123 gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
20124 * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
20125 * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
20126 partition is a default definition of a PARM_DECL, use ENTRY_VALUE
20127 of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
20128
2b1c5433
JJ
20129 * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
20130 Call var_location debug hook even on CALL_INSNs.
20131 (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
20132 * rtl.def (ENTRY_VALUE): New.
20133 * dwarf2out.c: Include cfglayout.h.
20134 (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
20135 output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
20136 (struct call_arg_loc_node): New type.
20137 (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
20138 tail_call_site_count): New variables.
20139 (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
20140 DW_TAG_GNU_call_site_parameter.
20141 (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
20142 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
20143 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
20144 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
20145 and DW_AT_GNU_all_source_call_sites.
20146 (mem_loc_descriptor): Handle ENTRY_VALUE.
20147 (add_src_coords_attributes): Don't add enything if
20148 DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
20149 (dwarf2out_abstract_function): Save and clear call_arg_location,
20150 call_site_count and tail_call_site_count around dwarf2out_decl call.
20151 (gen_call_site_die): New function.
20152 (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
20153 (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
20154 (dwarf2out_function_decl): Clear call_arg_locations,
20155 call_arg_loc_last, set call_site_count and tail_call_site_count
20156 to -1 and free block_map.
20157 (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
20158 CALL_INSNs. Add NOTE_DURING_CALL_P var location notes even when not
20159 followed by any real instructions.
20160 (dwarf2out_begin_function): Set call_site_count and
20161 tail_call_site_count to 0.
20162 (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
20163 is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
20164 attempt to force a DIE for it and worst case remove the attribute.
20165 (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
20166 check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
20167 the decl itself.
20168 * var-tracking.c: Include tm_p.h.
20169 (vt_stack_adjustments): For calls call note_register_arguments.
20170 (argument_reg_set): New variable.
20171 (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
20172 ensure the VALUE is resolved.
20173 (call_arguments): New variable.
20174 (prepare_call_arguments): New function.
20175 (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
20176 (struct expand_loc_callback_data): Add ignore_cur_loc field.
20177 (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
20178 always use the best expression.
20179 (vt_expand_loc): Add ignore_cur_loc argument.
20180 (vt_expand_loc_dummy): Clear ignore_cur_loc field.
20181 (emit_note_insn_var_location): Adjust vt_expand_loc callers.
20182 (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
20183 note for all calls.
20184 (vt_add_function_parameter): Use cselib_lookup_from_insn.
20185 If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
20186 argument. Don't call cselib_preserve_only_values and
20187 cselib_reset_table.
20188 (note_register_arguments): New function.
20189 (vt_initialize): Compute argument_reg_set. Call
20190 vt_add_function_parameters before processing basic blocks instead of
20191 afterwards. For calls call prepare_call_arguments before calling
20192 cselib_process_insn.
20193 * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
20194 * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
20195 (var-tracking.o): Depend on $(TM_P_H).
20196 * cfglayout.h (insn_scope): New prototype.
20197 * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
20198 * cfglayout.c (insn_scope): No longer static.
20199 * insn-notes.def (CALL_ARG_LOCATION): New.
20200 * calls.c (expand_call, emit_library_call_value_1): Put USEs for
20201 MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
20202 * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
20203 nothing for DECL_EXTERNAL BLOCK_VARS.
20204
9ef13bd0
AM
202052011-03-16 Alan Modra <amodra@gmail.com>
20206
20207 PR target/45844
20208 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
20209 create invalid offset address for vsx splat insn.
20210 * config/rs6000/predicates.md (splat_input_operand): New.
20211 * config/rs6000/vsx.md (vsx_splat_*): Use it.
20212
56b67510
XDL
202132011-03-15 Xinliang David Li <davidxl@google.com>
20214
20215 PR c/47837
20216 * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
20217 (normalize_preds): New function.
20218 (is_use_properly_guarded): Normalize def predicates.
20219
80fffdef
RR
202202011-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
20221
732f37c6 20222 PR target/46788
80fffdef
RR
20223 * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
20224 in the output template.
20225
930672ad
RG
202262011-03-15 Richard Guenther <rguenther@suse.de>
20227
20228 PR middle-end/47650
20229 * tree-pretty-print.c (dump_function_declaration): Properly
20230 dump unprototyped and varargs function types.
20231
c7ee7b45
RG
202322011-03-15 Richard Guenther <rguenther@suse.de>
20233
20234 PR tree-optimization/13954
20235 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
20236 and friends.
20237
b2ad5e37
RG
202382011-03-15 Richard Guenther <rguenther@suse.de>
20239
20240 PR tree-optimization/48037
20241 * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
20242 selects into BIT_FIELD_REFs.
20243 (non_rewritable_mem_ref_base): Check if a MEM_REF is a
20244 vector select.
20245
7ee93d4e
JJ
202462011-03-15 Jakub Jelinek <jakub@redhat.com>
20247
20248 PR tree-optimization/48129
20249 * builtins.c (fold_builtin_snprintf): Convert to type of
20250 built_in_decls[BUILT_IN_SNPRINTF] retval instead of
20251 implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
20252
e106efc7
RG
202532011-03-15 Richard Guenther <rguenther@suse.de>
20254
20255 PR tree-optimization/41490
20256 * tree-ssa-dce.c (propagate_necessity): Handle returns without
20257 value but with VUSE.
20258 * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
20259 return statements.
20260 * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
20261 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
20262 * tree-tailcall.c (find_tail_calls): Ignore returns.
20263
17dea42f
RG
202642011-03-15 Richard Guenther <rguenther@suse.de>
20265
20266 PR middle-end/48031
20267 * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
20268 or variable-indexed array accesses when in gimple form.
20269
01c77a60
RG
202702011-03-15 Richard Guenther <rguenther@suse.de>
20271
16cc4440 20272 * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
01c77a60 20273
77b0791e
AM
202742011-03-15 Alan Modra <amodra@gmail.com>
20275
20276 PR target/48032
20277 * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
20278 presume symbol_refs without a symbol_ref_decl are suitably
20279 aligned, nor other trees we may see here. Handle anchor symbols.
20280 (legitimate_constant_pool_address_p): Comment. Add mode param.
20281 Check cmodel=medium addresses. Adjust all calls.
20282 (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
20283 creating cmodel=medium optimized access to locals.
20284 * config/rs6000/constraints.md (R): Pass QImode to
20285 legitimate_constant_pool_address_p.
20286 * config/rs6000/predicates.md (input_operand): Pass mode to
20287 legitimate_constant_pool_address_p.
20288 * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
20289 Update prototype.
20290
35f61ba4
MM
202912011-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
20292
20293 PR target/48053
20294 * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
20295 64-bit constants being loaded into registers other than GPRs such
20296 as loading 0 into a VSX register.
20297
07332e6d
RO
202982011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20299
16cc4440 20300 * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
07332e6d 20301
de888d90
JJ
203022011-03-14 Jakub Jelinek <jakub@redhat.com>
20303
ba3ceb2d
JJ
20304 PR middle-end/47917
20305 * builtins.c (fold_builtin_snprintf): New function.
20306 (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
20307 (fold_builtin_4): Likewise.
20308
2e64f8b8
JJ
20309 PR middle-end/38878
20310 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
20311 STRIP_NOPS on arg0 and arg1. When optimizing X +- C == X
20312 and C - X == X also strip nops from +/-/p+ operand.
20313 When optimizing -X == C, fold C to arg0's type.
20314
de888d90
JJ
20315 PR debug/47946
20316 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
20317 emit it as add_AT_int instead of add_AT_unsigned.
20318
203192011-03-14 Tom Tromey <tromey@redhat.com>
f4e749b4
TT
20320
20321 * unwind-dw2.c: Include sys/sdt.h if it exists.
20322 (_Unwind_DebugHook): Use STAP_PROBE2.
20323 * config.in, configure: Rebuild.
20324 * configure.ac: Check for sys/sdt.h.
20325
d34abfd2
UB
203262011-03-14 Uros Bizjak <ubizjak@gmail.com>
20327
20328 * config/i386/i386.md (ROUND_FLOOR): New constant.
20329 (ROUND_CEIL): Ditto.
20330 (ROUND_TRUNC): Ditto.
20331 (ROUND_MXCSR): Ditto.
20332 (ROUND_NO_EXC): Ditto.
20333 (rint<mode>2): Use new defines instead of numerical constants.
20334 (floor<mode>2): Ditto.
20335 (ceil<mode>2): Ditto.
20336 (btrunc<mode>2): Ditto.
20337 * config/i386/i386-builtin-types.def: Define ROUND function type
20338 aliases.
20339 * config/i386/i386.c (enum ix86_builtins): Add
20340 IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
20341 (struct builtin_description): Add
20342 __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
20343 (ix86_expand_sse_round): New static function.
20344 (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
20345 function types.
20346 (ix86_builtin_vectorized_function): Handle
20347 BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
20348
87f9e23d
TT
203492011-03-14 Tom Tromey <tromey@redhat.com>
20350
20351 * c-parser.c (c_parser_asm_string_literal): Clear
20352 warn_overlength_strings.
20353
b3ab9ea2
TT
203542011-03-14 Tom Tromey <tromey@redhat.com>
20355
20356 * c-parser.c (disable_extension_diagnostics): Save
20357 warn_overlength_strings.
20358 (restore_extension_diagnostics): Restore warn_overlength_strings.
20359
6bd73dd8
JJ
203602011-03-14 Jakub Jelinek <jakub@redhat.com>
20361
20362 * BASE-VER: Change to 4.7.0.
20363
7f4d6e1b
RG
203642011-03-14 Richard Guenther <rguenther@suse.de>
20365
20366 PR middle-end/48098
20367 * tree.c (build_vector_from_val): Adjust assert to requirements
20368 and reality.
20369
c6104ef1
JJ
203702011-03-14 Jakub Jelinek <jakub@redhat.com>
20371
20372 PR bootstrap/48102
d34abfd2 20373 * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
c6104ef1 20374
dfa95e19
AT
203752011-03-14 Andreas Tobler <andreast@fgznet.ch>
20376
f60c2554 20377 * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
dfa95e19
AT
20378 terms of target_flags_explicit. Adjust copyright year.
20379
20380 * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
20381 * config/rs6000/t-freebsd: New file. Add override for
20382 LIB2FUNCS_EXTRA.
20383
bb322018
CD
203842011-03-13 Chris Demetriou <cgd@google.com>
20385
20386 * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
20387 (-fno-diagnostics-show-option): this, to reflect current default.
20388 (-Werror=): Update text about -fno-diagnostics-show-option.
20389
12b1c80b
PB
203902011-03-12 Peter Bergner <bergner@vnet.ibm.com>
20391
20392 PR target/48053
20393 * config/rs6000/predicates.md (easy_vector_constant_add_self,
20394 easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
20395 * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
20396 mode is not V2DImode or V2DFmode.
20397 (vspltis_constant): Do not handle V2DImode and V2DFmode.
20398 (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
20399 * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
20400 registers to 0.
20401 (movdi_internal64): Likewise.
20402
57d598f7
SP
204032011-03-12 Sebastian Pop <sebastian.pop@amd.com>
20404
20405 PR tree-optimization/47127
20406 * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
20407 parameter.
20408 (set_cloog_options): Same.
20409 (scop_to_clast): Same.
20410 (print_clast_stmt): Do not call cloog_state_malloc and
20411 cloog_state_free.
20412 (print_generated_program): Same.
20413 (gloog): Same.
20414 * graphite-clast-to-gimple.h (cloog_state): Declared.
20415 (scop_to_clast): Adjust declaration.
20416 * graphite.c (cloog_state): Defined here.
20417 (graphite_initialize): Call cloog_state_malloc.
20418 (graphite_finalize): Call cloog_state_free.
20419
f231b5ff
JM
204202011-03-11 Jason Merrill <jason@redhat.com>
20421
20422 * attribs.c (lookup_attribute_spec): Take const_tree.
20423 * tree.h: Adjust.
20424
6a4e2bd5
JM
204252011-03-11 Joseph Myers <joseph@codesourcery.com>
20426
20427 * config/sparc/sparc.c (sparc_option_override): Use
20428 PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
20429
a758fd67
RG
204302011-03-11 Richard Guenther <rguenther@suse.de>
20431
20432 PR tree-optimization/48067
20433 * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
20434 multiplication result will be only used once on the target
20435 stmt.
20436
03dfda54
RG
204372011-03-11 Richard Guenther <rguenther@suse.de>
20438
20439 * doc/invoke.texi (max-inline-insns-single): Adjust default value.
20440
5f11a50a
RG
204412011-03-11 Richard Guenther <rguenther@suse.de>
20442
20443 PR lto/48073
20444 * tree.c (find_decls_types_r): Do not walk types only reachable
20445 from IDENTIFIER_NODEs.
20446
4074f163
JJ
204472011-03-11 Jakub Jelinek <jakub@redhat.com>
20448
20449 PR middle-end/48044
20450 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
20451 all vnode->force_output nodes as needed.
20452
30f7cdcd
JM
204532011-03-11 Jason Merrill <jason@redhat.com>
20454
20455 PR c++/48069
20456 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
20457 COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
20458
62ecfeb8
MJ
204592011-03-11 Martin Jambor <mjambor@suse.cz>
20460
20461 * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
20462 cgraph_node.
20463
e89e03ab
JJ
204642011-03-11 Jakub Jelinek <jakub@redhat.com>
20465
20466 PR tree-optimization/48063
20467 * ipa-inline.c (cgraph_decide_inlining): Don't try to
20468 inline functions called once if !tree_can_inline_p (node->callers).
20469
efbe978b 204702011-03-11 Chen Liqin <liqin.gcc@gmail.com>
9d6193a7 20471
efbe978b
EB
20472 * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
20473 extra_objs.
9d6193a7
CL
20474 * config/score/score3.c: Delete.
20475 * config/score/score3.h: Delete.
20476 * config/score/mul-div.S: Delete.
20477 * config/score/sfp-machine.h: Add new file.
20478 * config/score/constraints.md: Add new file.
20479 * config/score/t-score-softfp: Add new file.
efbe978b 20480 * config/score/t-score-elf: Remove score3.o, do not generate multilib.
9d6193a7
CL
20481 * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
20482 (score7_extra_constraint): Delete.
efbe978b 20483 (score7_option_override): Remove unused code.
9d6193a7
CL
20484 * config/score/score.c: Remove score3 and score5 define and code.
20485 * config/score/score.h: Remove score3 and score5 define and code.
efbe978b 20486 * config/score/score.md: Remove score3 template and unusual insn.
9d6193a7
CL
20487 * config/score/score.opt: Remove score3 and score5 options.
20488
5de27cca
JDA
204892011-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20490
20491 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
20492 when _HPUX_SOURCE is defined.
20493 (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
20494
18d92053
JM
204952011-03-10 Jason Merrill <jason@redhat.com>
20496
20497 PR c++/48029
20498 * stor-layout.c (layout_type): Don't set structural equality
20499 on arrays of incomplete type.
20500 * tree.c (type_hash_eq): Handle comparing them properly.
20501
67a2f76d
JJ
205022011-03-10 Jakub Jelinek <jakub@redhat.com>
20503
20504 PR debug/48043
18d92053 20505 * config/s390/s390.c (s390_delegitimize_address): Make sure the
67a2f76d
JJ
20506 result mode matches original rtl mode.
20507
d845b2f9
NC
205082011-03-10 Nick Clifton <nickc@redhat.com>
20509
20510 * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
39242686 20511 (andsi3, andsi3_flags): Fix timings for three operand alternative.
d845b2f9 20512
db7ec035
JJ
205132011-03-09 Jakub Jelinek <jakub@redhat.com>
20514
20515 PR rtl-optimization/47866
20516 * expr.c (store_field): If MEM_SCALAR_P (target), don't use
20517 MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
20518 if target wasn't scalar.
20519 * function.c (assign_stack_temp_for_type): Assert that neither
20520 MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
20521 MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
20522 macro.
20523 * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
20524
5d304e47
AK
205252011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20526
20527 * config/s390/s390-protos.h (s390_label_align): New prototype.
20528 * config/s390/s390.c (s390_label_align): New function.
20529 * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
20530
93b826f0
MM
205312011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
20532
20533 PR target/47755
20534 * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
20535 V2DI/V2DF constants. Only all 0's or all 1's are easy.
20536 (output_vec_const_move): Ditto.
20537
ef78aed6
AS
205382011-03-08 Anatoly Sokolov <aesok@post.ru>
20539
20540 * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
20541 * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
20542 * config/mips/mips.c (mips_preferred_reload_class): Make static.
20543 Change 'rclass' argument and result type to reg_class_t.
20544 (TARGET_PREFERRED_RELOAD_CLASS): Define.
20545
5f892aa0
GJL
205462011-03-08 Georg-Johann Lay <avr@gjlay.de>
20547
9e43ad68
UB
20548 * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
20549 * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
20550 (TARGET_MEMORY_MOVE_COST): Define.
20551 (avr_register_move_cost, avr_memory_move_cost): New Functions.
5f892aa0 20552
32bd2409
JJ
205532011-03-08 Jakub Jelinek <jakub@redhat.com>
20554
530a4800
JJ
20555 PR debug/47881
20556 * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
20557 removed anything.
20558
32bd2409
JJ
20559 PR tree-optimization/48022
20560 * fold-const.c (fold_comparison): Don't call fold_overflow_warning
20561 for EQ/NE_EXPR.
20562
c7148991
JJ
205632011-03-07 Jakub Jelinek <jakub@redhat.com>
20564
20565 PR debug/47991
20566 * var-tracking.c (find_use_val): Return NULL for
20567 cui->sets && cui->store_p BLKmode MEMs.
20568
43070a6e
AS
205692011-03-07 Anatoly Sokolov <aesok@post.ru>
20570
20571 * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
20572 Remove.
20573 * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
20574 xstormy16_print_operand_address): Remove.
20575 * config/stormy16/stormy16.c (xstormy16_print_operand,
20576 xstormy16_print_operand_address): Make static.
20577 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
20578
efbe978b 205792011-03-07 Pat Haugen <pthaugen@us.ibm.com>
79eefb0d
PH
20580
20581 PR target/47862
20582 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
20583 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
20584 before definition.
20585
cec8ac0b
ZD
205862011-03-07 Zdenek Dvorak <ook@ucw.cz>
20587
20588 PR bootstrap/48000
20589 * cfgloopmanip.c (fix_bb_placements): Return immediately
20590 if FROM is BASE_LOOP's header.
20591
59527282
PW
205922011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
20593
20594 * gimplify.c (gimplify_function_tree): Fix building calls
20595 to __builtin_return_address.
20596
617718f7
AM
205972011-03-07 Alan Modra <amodra@gmail.com>
20598
20599 * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
20600 * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
20601 * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
20602 * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
20603 return_mode args.
20604 * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
20605 (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
20606 (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
20607 (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
20608 * config/rs6000/rs6000.c
20609 (rs6000_elf_end_indicate_exec_stack): Rename to..
20610 (rs6000_elf_file_end): ..this. Only call file_end_indicate_exec_stack
20611 for POWERPC_LINUX. Move code emitting .gnu_attribute to here, from..
20612 (rs6000_file_start): ..here.
20613 (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
20614 file scope variables.
20615 (call_ABI_of_interest): New function.
20616 (init_cumulative_args): Set above vars when function return value
20617 is a float, vector, or small struct.
20618 (rs6000_function_arg_advance_1): Likewise for function args.
20619 (rs6000_va_start): Set rs6000_passes_float if variable arg function
20620 references float args.
20621
38528d50
MX
206222011-03-07 Mingjie Xing <mingjie.xing@gmail.com>
20623
20624 * doc/cfg.texi: Remove "See" before @ref.
20625 * doc/invoke.texi: Likewise.
20626
f42cf4f4
JM
206272011-03-05 Jason Merrill <jason@redhat.com>
20628
20629 * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
20630
804a304d
AG
206312011-03-05 Anthony Green <green@moxielogic.com>
20632
20633 * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
20634
634ee309
ZD
206352011-03-05 Zdenek Dvorak <ook@ucw.cz>
20636
20637 PR rtl-optimization/47899
20638 * cfgloopmanip.c (fix_bb_placements): Fix first argument
20639 to flow_loop_nested_p when moving the loop upward.
20640
6fe471c8
RE
206412011-03-05 Richard Earnshaw <rearnsha@arm.com>
20642
20643 PR target/47719
20644 * arm.md (movhi_insn_arch4): Accept any immediate constant.
20645
cc58ceee
JJ
206462011-03-05 Jakub Jelinek <jakub@redhat.com>
20647
20648 PR tree-optimization/47967
20649 * ipa-cp.c (build_const_val): Return NULL instead of creating
20650 VIEW_CONVERT_EXPR for mismatching sizes.
20651 (ipcp_create_replace_map): Return NULL if build_const_val failed.
20652 (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
20653 give up on versioning.
20654
ea868305
AM
206552011-03-05 Alan Modra <amodra@gmail.com>
20656
20657 PR target/47986
20658 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
20659 full cmodel medium/large lo_sum + high addresses.
20660
bc6ce334
AK
206612011-03-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20662
20663 * config/s390/s390.c (s390_decompose_address): Reject non-literal
20664 pool references in UNSPEC_LTREL_OFFSET.
20665
87e7b310
JH
206662011-03-04 Jan Hubicka <jh@suse.cz>
20667
20668 PR lto/47497
20669 * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
20670 (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
d34abfd2
UB
20671 * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
20672 Add node pointers.
87e7b310
JH
20673 * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
20674 cgraph_add_thunk): Add node pointers.
20675 * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
20676 associated to right node.
20677 (input_node): Update use of cgraph_same_body_alias
20678 and cgraph_add_thunk.
20679
d9c64246
CF
206802011-03-04 Changpeng Fang <changpeng.fang@amd.com>
20681
20682 * config/i386/i386.opt (mprefer-avx128): New flag.
d34abfd2
UB
20683 * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
20684 modes when the flag -mprefer-avx128 is on.
d9c64246 20685
08707076
RS
206862011-03-04 Richard Sandiford <richard.sandiford@linaro.org>
20687
20688 * dwarf2out.c (compare_loc_operands): Fix address handling.
20689
52517c81
AM
206902011-03-04 Alan Modra <amodra@gmail.com>
20691
20692 * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
20693
b147c5b9
RG
206942011-03-04 Richard Guenther <rguenther@suse.de>
20695
20696 PR middle-end/47968
20697 * expmed.c (extract_bit_field_1): Prefer vector modes that
20698 vec_extract patterns can handle.
20699
8750672f
RG
207002011-03-04 Richard Guenther <rguenther@suse.de>
20701
20702 PR middle-end/47975
20703 * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
20704
9eac0f2a
RH
207052011-03-04 Richard Henderson <rth@redhat.com>
20706
20707 * explow.c (emit_stack_save): Remove 'after' parameter.
20708 (emit_stack_restore): Likewise.
20709 * expr.h: Update to match.
20710 * builtins.c, calls.c, stmt.c: Likewise.
20711 * config/alpha/alpha.md, config/avr/avr.md: Likewise.
20712 * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
20713 * function.c (expand_function_end): Insert the emit_stack_save
20714 sequence before parm_birth_insn instead of after.
20715
dfee1406
UB
207162011-03-03 Uros Bizjak <ubizjak@gmail.com>
20717
20718 * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
20719 (ssse3_pmaddubsw128): Ditto.
20720 (ssse3_pmaddubsw): Ditto.
20721
f1d4c3de
SE
207222011-03-03 Steve Ellcey <sje@cup.hp.com>
20723
20724 * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
20725
71f3a3f5
JJ
207262011-03-03 Jakub Jelinek <jakub@redhat.com>
20727
423ed416
JJ
20728 PR c/47963
20729 * gimplify.c (omp_add_variable): Only call omp_notice_variable
20730 on TYPE_SIZE_UNIT if it is a DECL.
20731
71f3a3f5
JJ
20732 PR debug/47283
20733 * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
20734 first operand is not is_gimple_mem_ref_addr, try to fold it.
20735 If the operand still isn't is_gimple_mem_ref_addr, clear
20736 MEM_EXPR on op0.
20737
4b1a5c0d
RG
207382011-03-03 Richard Guenther <rguenther@suse.de>
20739
20740 PR middle-end/47283
20741 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
20742 match comment.
20743 (refs_may_alias_p_1): For release branches return true if
20744 we are confused by our input.
20745
b46616fd
AK
207462011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20747
20748 * config/s390/s390.c (s390_function_value): Rename to ...
20749 (s390_function_and_libcall_value): ... this.
20750 (s390_function_value): New function.
20751 (s390_libcall_value): New function.
dfee1406 20752 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
b46616fd
AK
20753 * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
20754 target macro definitions.
20755 * config/s390/s390-protos.h (s390_function_value): Remove prototype.
20756
46d8fabb
JM
207572011-03-02 Joseph Myers <joseph@codesourcery.com>
20758
20759 * config/i386/freebsd64.h (CC1_SPEC): Define.
20760 * config/i386/linux64.h (CC1_SPEC): Define.
20761 * config/i386/x86-64.h (CC1_SPEC): Don't define.
20762
6b1ce545
AS
207632011-03-02 Anatoly Sokolov <aesok@post.ru>
20764
20765 * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
20766 Remove.
20767 * config/stormy16/stormy16.c: Include reload.h.
20768 (xstormy16_memory_move_cost): New function.
20769 (TARGET_MEMORY_MOVE_COST): Define.
20770
34161e98
RS
207712011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
20772
20773 PR rtl-optimization/47925
20774 * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
20775 with side effects. Remove the more-specific check for volatile asms.
20776
f60a97cf
AM
207772011-03-02 Alan Modra <amodra@gmail.com>
20778
20779 PR target/47935
20780 * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
20781 toc relative addresses for valid offsets.
20782
f2ca11ca
RG
207832011-03-01 Richard Guenther <rguenther@suse.de>
20784
20785 PR tree-optimization/47890
20786 * tree-vect-loop.c (get_initial_def_for_induction): Set
20787 related stmt properly.
20788
7a00d9ea
RG
207892011-03-01 Richard Guenther <rguenther@suse.de>
20790
20791 PR lto/47924
20792 * lto-streamer.c (lto_record_common_node): Also register
20793 the canonical type.
20794
06c7edcc
RG
207952011-03-01 Richard Guenther <rguenther@suse.de>
20796
20797 PR lto/46911
20798 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
20799 Do not stream DECL_ABSTRACT_ORIGIN.
20800 (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
20801 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
20802 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
20803 Do not stream DECL_ABSTRACT_ORIGIN.
20804 (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
20805 BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
20806
998871e9
AS
208072011-02-28 Anatoly Sokolov <aesok@post.ru>
20808
20809 * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
20810 FUNCTION_VALUE_REGNO_P): Remove.
b2e2ea67 20811 * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
998871e9
AS
20812 * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
20813 Add 'outgoing' argument.
20814 (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
20815 function.
20816 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
20817 TARGET_FUNCTION_VALUE_REGNO_P): Define.
20818
94369251
KT
208192011-02-28 Kai Tietz <kai.tietz@onevision.com>
20820
20821 PR debug/28047
20822 * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
20823 (lookup_filename): Likewise.
b2e2ea67 20824 * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
94369251 20825
80a832cd
JJ
208262011-02-28 Bernd Schmidt <bernds@codesourcery.com>
20827 Jakub Jelinek <jakub@redhat.com>
20828
20829 PR middle-end/47893
20830 * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
20831 (assign_stack_local_1): Change last argument type to int.
20832 * function.c (assign_stack_local_1): Replace reduce_alignment_ok
20833 argument with kind. If bit ASLK_RECORD_PAD is not set in it,
b2e2ea67 20834 don't record padding space into frame_space_list nor use those areas.
80a832cd
JJ
20835 (assign_stack_local): Adjust caller.
20836 (assign_stack_temp_for_type): Call assign_stack_local_1 instead
20837 of assign_stack_local, pass 0 as last argument.
20838 * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
20839 callers.
20840
1b500976
JJ
208412011-02-28 Jakub Jelinek <jakub@redhat.com>
20842
f61c6f34
JJ
20843 PR debug/47283
20844 * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
20845 Use target address_mode and pointer_mode hooks instead of hardcoded
20846 Pmode and ptr_mode. Handle some simple cases of extending if
20847 POINTERS_EXTEND_UNSIGNED < 0.
20848 (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
20849 Call convert_debug_memory_address.
20850 (expand_debug_expr) <case ADDR_EXPR>: Pass as to
20851 convert_debug_memory_address.
20852
1b500976
JJ
20853 PR middle-end/46790
20854 * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
20855 * configure: Regenerated.
20856 * config.in: Regenerated.
20857 * varasm.c (default_function_section): Return NULL
b2e2ea67 20858 if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
1b500976 20859
2f2935b6
MJ
208602011-02-28 Martin Jambor <mjambor@suse.cz>
20861
20862 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
20863 the description to match the printed values.
20864
474086eb
RG
208652011-02-28 Richard Guenther <rguenther@suse.de>
20866
20867 * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
20868 of the copied scope tree.
20869
15bf6f3a
RW
208702011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20871
20872 * doc/extend.texi (Function Attributes): Avoid deeply (and
20873 wrongly) nested tables.
20874
f6b439c9
JJ
208752011-02-27 Jakub Jelinek <jakub@redhat.com>
20876
20877 PR middle-end/47903
20878 * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
20879 MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
20880 r isn't op0 nor op1.
20881
1d8ca2c7
GJL
208822011-02-23 Georg-Johann Lay <avr@gjlay.de>
20883
20884 * config/avr/avr.md: Remove magic comment for emacs.
20885
593fca4b
GJL
208862011-02-23 Georg-Johann Lay <avr@gjlay.de>
20887
20888 PR target/45261
20889 * config/avr/avr.c (avr_option_override): Use error on bad options.
20890 (avr_help): New function.
20891 (TARGET_HELP): Define.
20892
6609216e
GJL
208932011-02-22 Georg-Johann Lay <avr@gjlay.de>
20894
20895 PR target/42240
20896 * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
20897 (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
20898
03d458af
GP
208992011-02-26 Gerald Pfeifer <gerald@pfeifer.com>
20900
20901 * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
20902 (ARM Options): Ditto.
20903 (i386 and x86-64 Options): Ditto.
20904 (RX Options): Ditto.
20905 (SPARC Options): Ditto.
20906
1c379b78
TC
209072011-02-26 Tijl Coosemans <tijl@coosemans.org>
20908
20909 * config.gcc (i386-*-freebsd*): Make i486 the default arch on
20910 FreeBSD 6 and later. Generally use cpu generic.
20911
d5ed058c 209122011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
b2e2ea67 20913
d5ed058c
GP
20914 * doc/cpp.texi: Update copyright years.
20915
509d65dd 209162011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
308d39cd 20917
509d65dd 20918 PR target/46898
308d39cd
SB
20919 * config/lm32/lm32.md (ashrsi3): Added needed variable.
20920
509d65dd 209212011-02-25 Jon Beniston <jon@beniston.com>
308d39cd 20922
509d65dd 20923 PR target/46898
308d39cd
SB
20924 * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
20925 * config/lm32/lm32.md (ashlsi3): Remove unused variable.
20926 * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
20927 (lm32_block_move_inline): Add type cast to remove warning.
b2e2ea67 20928 (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
308d39cd
SB
20929 (gen_int_relational): Move declarations to start of function.
20930
822ba6d7
EB
209312011-02-25 Eric Botcazou <ebotcazou@adacore.com>
20932
20933 PR tree-optimization/45470
20934 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
20935 can throw internally only.
20936 * tree-vect-stmts.c (vectorizable_call): Likewise.
20937
ef795fc2
AS
209382011-02-24 Anatoly Sokolov <aesok@post.ru>
20939
20940 * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
20941 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
20942 * config/stormy16/stormy16-protos.h
20943 (xstormy16_preferred_reload_class): Remove.
20944 * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
20945 static. Change 'rclass' argument and return type to reg_class_t.
20946 (TARGET_PREFERRED_RELOAD_CLASS,
20947 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
20948
1c3277ee
RG
209492011-02-24 Richard Guenther <rguenther@suse.de>
20950
20951 * lto-streamer-in.c (input_bb): Do not find referenced vars
20952 in debug statements.
20953
67e18edb
JM
209542011-02-23 Jason Merrill <jason@redhat.com>
20955
20956 * common.opt (fabi-version): Document v5 and v6.
20957
b14fad9d
RG
209582011-02-23 Richard Guenther <rguenther@suse.de>
20959
20960 PR tree-optimization/47849
20961 * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
20962
7fcf46f5
JZ
209632011-02-23 Jie Zhang <jie@codesourcery.com>
20964
20965 * opts-common.c (decode_cmdline_option): Print empty string
20966 argument as "" in decoded->orig_option_with_args_text.
20967 * gcc.c (execute): Print empty string argument as ""
20968 in the verbose output.
20969 (do_spec_1): Keep empty string argument.
20970
f85b70fd
NF
209712011-02-23 Nathan Froyd <froydnj@codesourcery.com>
20972
20973 * config.gcc: Declare score-* and crx-* obsolete.
20974
b152a615
JZ
209752011-02-23 Jie Zhang <jie@codesourcery.com>
20976
20977 PR rtl-optimization/47763
20978 * web.c (web_main): Ignore naked clobber when replacing register.
20979
bb6e77bc
AS
209802011-02-22 Anatoly Sokolov <aesok@post.ru>
20981
20982 * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
20983 Remove.
20984
68bf6491
SP
209852011-02-22 Sebastian Pop <sebastian.pop@amd.com>
20986
20987 PR doc/47848
20988 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
20989
88ee1fc7
MS
209902011-02-22 Mike Stump <mikestump@comcast.net>
20991
20992 * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
20993 assembler.
20994 * configure: Regenerate.
20995
6042d1dd
CLT
209962011-02-21 Chung-Lin Tang <cltang@codesourcery.com>
20997
20998 PR rtl-optimization/46002
20999 * ira-color.c (update_copy_costs): Change class intersection
21000 test to reg_class_contents[] test of 'hard_regno'.
21001
7de97f9e
JM
210022011-02-21 Joseph Myers <joseph@codesourcery.com>
21003
21004 * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
21005 than Driver option.
21006 * config/hpux11.opt (mt): Likewise.
21007 * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
21008 * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
21009 * config/vax/elf.opt (mno-asm-pic): Likewise.
21010 * config/vms/vms.opt (map, mvms-return-codes): Likewise.
21011
d1d46f9f
MS
210122011-02-21 Mike Stump <mikestump@comcast.net>
21013
21014 PR target/47822
21015 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
21016 tree so we can get save the type.
21017 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
21018 for CFString instead of trying to use past the end of the builtins.
21019 * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
21020 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
21021 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
21022 * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
21023 Rename to darwin_builtin_cfstring.
21024 (darwin_init_cfstring_builtins): Return the built type.
21025
23e0d930
UB
210262011-02-21 Uros Bizjak <ubizjak@gmail.com>
21027
21028 PR target/47840
21029 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
21030 (_mm256_insert_epi64): Use _mm_insert_epi64.
21031
192997cf
AS
210322011-02-21 Anatoly Sokolov <aesok@post.ru>
21033
21034 * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
21035 * config/stormy16/stormy16-protos.h
21036 (xstormy16_mode_dependent_address_p): Remove.
21037 * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
21038 Make static. Change return type to bool. Change argument type to
21039 const_rtx. Remove dead code.
21040 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
21041
e292d003
RG
210422011-02-21 Richard Guenther <rguenther@suse.de>
21043
21044 PR lto/47820
21045 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
21046 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
21047 (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
21048 TUs context.
23e0d930 21049 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
e292d003
RG
21050 Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
21051
77f846e9
RG
210522011-02-20 Richard Guenther <rguenther@suse.de>
21053
21054 PR lto/47822
21055 * tree.c (free_lang_data_in_decl): Clean builtins from
21056 the TU decl BLOCK_VARS.
23e0d930 21057
b2cddfc8
AO
210582011-02-19 Alexandre Oliva <aoliva@redhat.com>
21059
21060 PR debug/47620
21061 PR debug/47630
21062 * haifa-sched.c (fix_tick_ready): Skip tick computation
21063 for debug insns.
21064
becf4c11
RG
210652011-02-19 Richard Guenther <rguenther@suse.de>
21066
21067 PR lto/47647
21068 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
21069 Remove lazy BLOCK_VARS streaming.
21070 (lto_input_ts_block_tree_pointers): Likewise.
21071 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
21072
27f98305
JM
210732011-02-19 Joseph Myers <joseph@codesourcery.com>
21074
21075 * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
21076
064bf3f4
JM
210772011-02-19 Joseph Myers <joseph@codesourcery.com>
21078
21079 * config/i386/biarch32.h, config/i386/mach.h,
21080 config/rs6000/aix.opt, config/sh/superh64.h: Remove.
21081
9215ddc3
JJ
210822011-02-19 Jakub Jelinek <jakub@redhat.com>
21083
21084 PR target/47800
21085 * config/i386/i386.md (peephole2 for shift and plus): Use
21086 operands[1] original mode in the first insn.
21087
8b021004
MS
210882011-02-18 Mike Stump <mikestump@comcast.net>
21089
65ded153 21090 * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
8b021004 21091
f84ae14c
JH
210922011-02-18 Jan Hubicka <jh@suse.cz>
21093
21094 PR middle-end/47788
65ded153
EB
21095 * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
21096 to zero when the function is not inlinable at all.
f84ae14c 21097
eddabc80
JDA
210982011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21099
21100 * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
21101 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
21102 pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
21103 * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
21104 * config/pa/t-pa64: Likewise.
21105 * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
21106
ca3da783
JJ
211072011-02-18 Jakub Jelinek <jakub@redhat.com>
21108
21109 PR driver/47787
21110 * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
21111
430aa868
JDA
211122011-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21113
21114 PR target/47792
21115 * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
21116
4bf7ff7e
AS
211172011-02-18 Anatoly Sokolov <aesok@post.ru>
21118
21119 * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
21120 RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
21121 LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
21122 GO_IF_LEGITIMATE_ADDRESS): Remove macros.
21123 * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
21124 (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
21125 m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
21126 m32r_load_postinc_p, m32r_store_preinc_predec_p,
21127 m32r_legitimate_address_p): New functions.
21128 * config/m32r/constraints.md (constraint "S"): Don't use
21129 STORE_PREINC_PREDEC_P.
21130 (constraint "U"): Don't use LOAD_POSTINC_P.
21131
7efcf910
CLT
211322011-02-18 Chung-Lin Tang <cltang@codesourcery.com>
21133
21134 PR rtl-optimization/46178
21135 * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
21136 compute ira_hard_regno_cover_class[].
21137
237d6259
RG
211382011-02-18 Richard Guenther <rguenther@suse.de>
21139
21140 PR lto/47798
21141 * lto-streamer.h (lto_global_var_decls): Declare.
21142 * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
21143 statics for global var processing.
21144
12d80acc
RG
211452011-02-18 Richard Guenther <rguenther@suse.de>
21146
21147 PR tree-optimization/47737
21148 * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
21149 edge dominance check.
21150
abfea58d
JJ
211512011-02-18 Jakub Jelinek <jakub@redhat.com>
21152
21153 PR debug/47780
21154 * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
21155 avoid invalid rtx sharing.
21156
f73c8882
GP
211572011-02-18 Gerald Pfeifer <gerald@pfeifer.com>
21158
21159 * doc/cpp.texi (Obsolete Features): Add background on the
21160 origin of assertions.
21161
d764a8e6
IS
211622011-02-17 Iain Sandoe <iains@gcc.gnu.org>
21163
21164 * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
23e0d930 21165 objc_abi == 2.
d764a8e6
IS
21166 * config/darwin.c (output_objc_section_asm_op): Added support for
21167 ABI v1 and v2.
21168 (is_objc_metadata): New.
21169 (darwin_objc2_section): New.
21170 (darwin_objc1_section): New.
21171 (machopic_select_section): Added support for ABI v1 and v2.
21172 (darwin_emit_objc_zeroed): New.
21173 (darwin_output_aligned_bss): Detect objc metadata and treat it
21174 appropriately.
21175 (darwin_asm_output_aligned_decl_common): Same.
21176 (darwin_asm_output_aligned_decl_local): Same.
21177 * config/darwin-sections.def: Updated for ABI v1 and v2.
21178 * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
21179 compiling Objective-C code for the NeXT runtime, default to using
21180 ABI version 0 for 32-bit, and version 2 for 64-bit.
21181
0a8134ca
JM
211822011-02-17 Joseph Myers <joseph@codesourcery.com>
21183
21184 * common.opt (optimize_fast): New Variable.
21185 * opts.c (default_options_optimization): Use opts->x_optimize_fast
21186 instead of local variable ofast.
21187
0a256240
NP
211882011-02-17 Nicola Pero <nicola.pero@meta-innovation.com>
21189
21190 * doc/invoke.texi (fobjc-abi-version): Documented.
21191 (fobjc-nilcheck): Documented.
21192 (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
21193 version.
21194
fa381cb2
JM
211952011-02-17 Joseph Myers <joseph@codesourcery.com>
21196
21197 PR driver/47390
21198 * common.opt (export-dynamic): New Driver option.
21199 * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
21200
5437eaa6
JM
212012011-02-17 Joseph Myers <joseph@codesourcery.com>
21202
21203 * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
21204
bb7e6d55
AO
212052011-02-17 Alexandre Oliva <aoliva@redhat.com>
21206 Jan Hubicka <jh@suse.cz>
21207
21208 PR debug/47106
21209 PR debug/47402
21210 * cfgexpand.c (account_used_vars_for_block): Remove.
21211 (estimated_stack_frame_size): Use referenced vars.
21212 * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
21213 that were referenced in the original function. Test src_fn
21214 rather than cfun. Drop redundant get_var_ann.
21215 (setup_one_parameter): Drop redundant get_var_ann.
21216 (declare_return_variable): Likewise.
21217 (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
21218 (copy_arguments_for_versioning): Drop redundant get_var_ann.
21219 * ipa-inline.c (compute_inline_parameters): Do not compute
21220 disregard_inline_limits here.
bb7e6d55
AO
21221 (compute_inlinable_for_current, pass_inlinable): New.
21222 (pass_inline_parameters): Require PROP_referenced_vars.
21223 * cgraphunit.c (cgraph_process_new_functions): Don't run
23e0d930 21224 compute_inline_parameters explicitly unless function is in SSA form.
bb7e6d55
AO
21225 (cgraph_analyze_function): Set .disregard_inline_limits.
21226 * tree-sra.c (convert_callers): Compute inliner parameters
21227 only for functions already in SSA form.
21228
f181a8a7
JM
212292011-02-17 Joseph Myers <joseph@codesourcery.com>
21230
21231 * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
21232 -mlittle-endian-data.
21233
c6869789
JM
212342011-02-17 Joseph Myers <joseph@codesourcery.com>
21235
21236 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
21237 -mno-fpu, not -fpu and -no-fpu.
21238 * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
21239 * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
21240
fbf4bfd3
UB
212412011-02-17 Uros Bizjak <ubizjak@gmail.com>
21242
21243 PR target/43653
21244 * config/i386/i386.c (ix86_secondary_reload): Handle SSE
21245 input reload with PLUS RTX.
21246
70be5dc7
JM
212472011-02-16 Joseph Myers <joseph@codesourcery.com>
21248
21249 * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
21250 of InverseVar(MDMX).
21251
30b1646e
JM
212522011-02-16 Joseph Myers <joseph@codesourcery.com>
21253
21254 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
21255 --m4-340.
21256
ab7b71e9
JM
212572011-02-16 Joseph Myers <joseph@codesourcery.com>
21258
21259 * config/mn10300/mn10300.opt (mno-crt0): New.
21260
466f3f08
JM
212612011-02-16 Joseph Myers <joseph@codesourcery.com>
21262
21263 * config/m68k/uclinux.opt (static-libc): New Driver option.
21264
8226cd7b
JM
212652011-02-16 Joseph Myers <joseph@codesourcery.com>
21266
21267 * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
21268
45cab1d7
JM
212692011-02-16 Joseph Myers <joseph@codesourcery.com>
21270
21271 * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
21272 %{muser-extend-enabled}.
21273
65aab64f
RG
212742011-02-16 Richard Guenther <rguenther@suse.de>
21275
21276 PR tree-optimization/47738
21277 * tree-ssa-loop.c (run_tree_predictive_commoning): Return
21278 the TODO from tree_predictive_commoning.
21279
fc2fa4fb
JL
212802011-02-15 Jeff Law <law@redhat.com>
21281
21282 Revert
21283 2011-01-25 Jeff Law <law@redhat.com>
21284
21285 PR rtl-optimization/37273
21286 * ira-costs.c (scan_one_insn): Detect constants living in memory and
21287 handle them like argument loads from stack slots. Do not double
21288 count memory for memory constants and argument loads from stack slots.
21289
e3a69bb4
MM
212902011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
21291
21292 PR target/47755
21293 * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
21294 mode for vector constants. Remove code that checks for TImode.
21295
de650422
AO
212962011-02-15 Alexandre Oliva <aoliva@redhat.com>
21297
21298 PR debug/47106
21299 PR debug/47402
21300 * cgraph.h (compute_inline_parameters): Return void.
21301 * ipa-inline.c (compute_inline_parameters): Adjust.
21302
30925d94
AO
213032011-02-15 Alexandre Oliva <aoliva@redhat.com>
21304
21305 PR debug/47106
21306 PR debug/47402
21307 * tree-inline.h (estimated_stack_frame_size): Take cgraph node
21308 rather than decl.
21309 * cfgexpand.c (estimated_stack_frame_size): Likewise.
21310 * ipa-inline.c (compute_inline_parameters): Adjust.
21311
1b9a784a
AO
213122011-02-15 Alexandre Oliva <aoliva@redhat.com>
21313
21314 PR debug/47106
21315 PR debug/47402
21316 * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
21317 Adjust all users. Pass FN to...
21318 * tree-flow-inline.h (first_referenced_var): ... this. Add
21319 fn argument.
21320 * ipa-struct-reorg.c: Adjust.
21321 * tree-dfa.c: Adjust.
21322 * tree-into-ssa.c: Adjust.
21323 * tree-sra.c: Adjust.
21324 * tree-ssa-alias.c: Adjust.
21325 * tree-ssa-live.c: Adjust.
21326 * tree-ssa.c: Adjust.
21327 * tree-ssanames.c: Adjust.
21328 * tree-tailcall.c: Adjust.
21329
27c6b086
AO
213302011-02-15 Alexandre Oliva <aoliva@redhat.com>
21331
21332 PR debug/47106
21333 PR debug/47402
21334 * tree-flow.h (referenced_var_lookup): Add fn parameter.
21335 Adjust all callers.
21336 * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
21337 * tree-flow-inline.h: Adjust.
21338 * gimple-pretty-print.c: Adjust.
21339 * tree-into-ssa.c: Adjust.
21340 * tree-ssa.c: Adjust.
21341 * cfgexpand.c: Adjust.
21342
679e8183
NF
213432011-02-15 Nathan Froyd <froydnj@codesourcery.com>
21344
fbf4bfd3
UB
21345 * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
21346 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21347 (EXTRA_CONSTRAINT): Delete.
21348 * config/iq2000/constraints.md: New file.
21349 * config/iq2000/iq2000.md: Include it.
679e8183
NF
21350 (define_insn ""): Delete.
21351 (movsi_internal2, movhi_internal2, movqi_internal2): Delete
21352 unsupported constraint letters from patterns.
21353 (call_value, call_value_internal1): Likewise.
21354 (call_value_multiple_internal1): Likewise.
21355
a45d420a
NC
213562011-02-15 Nick Clifton <nickc@redhat.com>
21357
21358 * config/mn10300/mn10300.c: Include tm-constrs.h.
21359 (struct liw_data): New data structure describing an LIW candidate
21360 instruction.
21361 (extract_bundle): Use struct liw_data. Allow small integer
21362 operands for some instructions.
21363 (check_liw_constraints): Use struct liw_data. Remove swapped
21364 parameter. Add comments describing the checks. Fix bug when
21365 assigning the source of liw1 to the source of liw2.
21366 (liw_candidate): Delete. Code moved into extract_bundle.
21367 (mn10300_bundle_liw): Use struct liw_data. Check constraints
21368 before swapping.
21369 * config/mn10300/predicates.md (liw_operand): New predicate.
21370 Allows registers and small integer constants.
21371 * config/mn10300/constraints.md (O): New constraint. Accetps
21372 integers in the range -8 to +7 inclusive.
21373 * config/mn10300/mn10300.md (movesi_internal): Add an alternative
21374 for moving a small integer into a register. Give this alternative
21375 LIW attributes.
21376 (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
21377 (ashlsi3): Likewise, plus give LIW attributes to the alternatives
21378 using the J,K,L and M constraints,
21379 (liw): Remove SI mode on second operands to allow for HI and QI
21380 mode values.
21381 (cmp_liw, liw_cmp): Likewise. Plus fix order of operands in the
21382 instruction.
21383
48feba28
RG
213842011-02-15 Richard Guenther <rguenther@suse.de>
21385
21386 PR tree-optimization/47743
21387 * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
21388 for a non-type-compatible VN lookup bail out.
21389
ad1c1eeb
NF
213902011-02-15 Nathan Froyd <froydnj@codesourcery.com>
21391
21392 * config/fr30/constraints.md: New file.
21393 * config/fr30/fr30.md: Include it.
21394 * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
21395 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21396 (EXTRA_CONSTRAINT): Delete.
21397
49ac143d
NF
213982011-02-15 Nathan Froyd <froydnj@codesourcery.com>
21399
21400 * config/frv/constraints.md: New file.
21401 * config/frv/predicates.md: Include it.
21402 * config/frv/frv.c (reg_class_from_letter): Delete.
21403 (frv_option_override): Don't initialize it.
21404 * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
21405 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
21406 (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
21407 (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
21408 (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
21409 (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21410 (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
21411 (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
21412 (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
21413 (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
21414 (REG_CLASS_FROM_CONSTRAINT): Delete.
21415
c95f9494
JJ
214162011-02-15 Jakub Jelinek <jakub@redhat.com>
21417
21418 PR middle-end/47581
21419 * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
21420 if frame size is 0 in a leaf function.
21421
13aed611
RO
214222011-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21423
21424 PR pch/14940
21425 * config/alpha/host-osf.c: New file.
21426 * config/alpha/x-osf: New file.
21427 * config.host (alpha*-dec-osf*): Use it.
21428
b09c3081
AS
214292011-02-14 Anatoly Sokolov <aesok@post.ru>
21430
21431 * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
21432 * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
21433 * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
21434 (rx_mode_dependent_address_p): ...this. Make static. Change argument
21435 type to const_rtx.
21436 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
21437
d634083b
NF
214382011-02-14 Nathan Froyd <froydnj@codesourcery.com>
21439
21440 * config/stormy16/constraints.md: New file.
21441 * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
21442 Use satisfies_constraint_Q and satisfies_constraint_R.
21443 * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
21444 Delete.
21445 (xstormy16_legitiamte_address_p): Declare.
21446 * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
21447 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21448 (EXTRA_CONSTRAINT): Delete.
fbf4bfd3 21449 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
d634083b
NF
21450 Un-staticize.
21451 (xstormy16_extra_constraint_p): Delete.
21452
c7dd803e
EB
214532011-02-14 Eric Botcazou <ebotcazou@adacore.com>
21454
21455 PR tree-optimization/46494
21456 * loop-unroll.c (split_edge_and_insert): Adjust comment.
21457 * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
21458 (pass_rtl_loop_done): Add TODO_verify_flow.
21459 * fwprop.c (pass_rtl_fwprop): Likewise.
21460 * modulo-sched.c (pass_sms): Likewise.
21461 * tree-ssa-dom.c (pass_dominator): Likewise.
21462 * tree-ssa-loop-ch.c (pass_ch): Likewise.
21463 * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
21464 (pass_tree_loop_done): Likewise.
21465 * tree-ssa-pre.c (execute_pre): Likewise.
21466 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
21467 * tree-ssa-sink.c (pass_sink_code): Likewise.
21468 * tree-vrp.c (pass_vrp): Likewise.
21469
c6150df6
NF
214702011-02-14 Nathan Froyd <froydnj@codesourcery.com>
21471
c7dd803e
EB
21472 * config/v850/constraints.md: New file.
21473 * config/v850/v850.md: Include it.
21474 * config/v850/predicates.md (reg_or_0_operand): Use
21475 satisfies_constraint_G.
21476 (special_symbolref_operand): Use satisfies_constraint_K.
21477 * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
21478 (GO_IF_LEGITIMATE_ADDRESS): Likewise.
21479 (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
21480 (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
21481 (EXTRA_CONSTRAINT): Delete.
21482 (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
21483 (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
21484 (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
c6150df6 21485
30dd1ea3
AS
214862011-02-14 Anatoly Sokolov <aesok@post.ru>
21487
21488 PR target/47696
21489 * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
21490 description.
21491
944f4bb3
NF
214922011-02-14 Nathan Froyd <froydnj@codesourcery.com>
21493
21494 * config/mcore/constraints.md: New file.
21495 * config/mcore/mcore.md: Include it.
21496 * config/mcore/mcore.c (reg_class_from_letter): Delete.
21497 * config/mcore/mcore.h (reg_class_from_letter): Delete.
21498 (REG_CLASS_FROM_LETTER): Delete.
21499 (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
21500 insn_const_int_ok_for_constraint.
21501 (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
21502 (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
21503 (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
21504 (EXTRA_CONSTRAINT): Delete.
21505
ad56a54c
RO
215062011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21507
21508 PR ada/41929
21509 * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
21510 (IS_SIGHANDLER): Define.
21511 (sparc64_is_sighandler): New function, split off from
21512 sparc64_fallback_frame_state.
21513 (sparc_is_sighandler): New function, split off from
21514 sparc_fallback_frame_state.
21515 (sparc64_fallback_frame_state): Merge with ...
21516 (sparc_fallback_frame_state): ... this into ...
21517 (MD_FALLBACK_FRAME_STATE_FOR): ... this.
fbf4bfd3
UB
21518 Change new_cfa to long. Remove regs_off, fpu_save_off, fpu_save.
21519 Define nframes, mctx. Use IS_SIGHANDLER, handler_args, mctx, walk
21520 stack instead of hardcoded offsets.
ad56a54c 21521
fbf4bfd3 215222011-02-14 Andriy Gapon <avg@freebsd.org>
67932abf
AG
21523
21524 PR target/45808
21525 * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
21526
029c8f3e
RW
215272011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21528
21529 * configure: Regenerate.
21530
a016dc83
JM
215312011-02-12 Joseph Myers <joseph@codesourcery.com>
21532
21533 PR driver/45731
21534 * gcc.c (asm_options): Correct spec matching --target-help.
21535
8957a0ec
MJ
215362011-02-12 Martin Jambor <mjambor@suse.cz>
21537
21538 * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
21539 to gimple call error.
21540
6ef828bc
MS
215412011-02-12 Mike Stump <mikestump@comcast.net>
21542
21543 * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
21544 comments in backslash regions.
21545
a4015be5
MS
215462011-02-12 Mike Stump <mikestump@comcast.net>
21547 Jakub Jelinek <jakub@redhat.com>
21548 Iain Sandoe <iains@gcc.gnu.org>
21549
21550 PR target/47324
21551 * dwarf2out.c (output_cfa_loc): When required, apply the
21552 DWARF2_FRAME_REG_OUT macro to adjust register numbers.
21553 (output_loc_sequence): Likewise.
21554 (output_loc_operands_raw): Likewise.
21555 (output_loc_sequence_raw): Likewise.
21556 (output_cfa_loc): Likewise.
21557 (output_loc_list): Suppress register number adjustment when
21558 calling output_loc_sequence()
21559 (output_die): Likewise.
21560
5378dda2
AS
215612011-02-12 Anatoly Sokolov <aesok@post.ru>
21562
21563 * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
21564 Remove macros.
21565 * config/xtensa/xtensa.c (xtensa_register_move_cost,
21566 xtensa_memory_move_cost): New functions.
21567 (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
21568
f3d533d3
AO
215692011-02-12 Alexandre Oliva <aoliva@redhat.com>
21570
21571 PR lto/47225
21572 * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
21573 in the current directory.
21574 * configure: Rebuilt.
21575
9d53403c
IS
215762011-02-12 Iain Sandoe <iains@gcc.gnu.org>
21577
21578 * config/darwin.c (darwin_override_options): Add a hunk missed
fbf4bfd3 21579 from the commit of r168571. Trim comment line lengths and
9d53403c
IS
21580 correct indents of the preceding block.
21581
a350a6c8
IS
215822011-02-12 Iain Sandoe <iains@gcc.gnu.org>
21583
21584 * gcc.c (driver_handle_option): Concatenate the argument to -F with
21585 the switch.
21586
bab79a40
JM
215872011-02-11 Joseph Myers <joseph@codesourcery.com>
21588
21589 * common.opt (nostartfiles): New Driver option.
21590
1bbc6693
XDL
215912011-02-11 Xinliang David Li <davidxl@google.com>
21592
21593 PR tree-optimization/47707
21594 * tree-chrec.c (convert_affine_scev): Keep type precision.
21595
1da7d8c0
EB
215962011-02-11 Eric Botcazou <ebotcazou@adacore.com>
21597
21598 PR tree-optimization/47420
21599 * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
21600
216012011-02-11 Pat Haugen <pthaugen@us.ibm.com>
3f82421f
PH
21602
21603 PR rtl-optimization/47614
21604 * rtl.h (check_for_inc_dec): Declare.
21605 * dse.c (check_for_inc_dec): Externalize...
21606 * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
21607 (reload_cse_simplify_operands): Don't simplify opnds with side effects.
21608
4df47bca
JM
216092011-02-11 Joseph Myers <joseph@codesourcery.com>
21610
21611 PR driver/47678
21612 * gcc.c (main): Do not compile inputs if there were errors in
21613 option handling.
21614 * opts-common.c (read_cmdline_option): Check for wrong language
21615 after other error checks.
21616
61502ca8
NF
216172011-02-11 Nathan Froyd <froydnj@codesourcery.com>
21618
21619 * cgraph.c: Fix comment typos.
21620 * cgraph.h: Likewise.
21621 * cgraphunit.c: Likewise.
21622 * ipa-cp.c: Likewise.
21623 * ipa-inline.c: Likewise.
21624 * ipa-prop.c: Likewise.
21625 * ipa-pure-const.c: Likewise.
21626 * ipa-ref.c: Likewise.
21627 * ipa-reference.c: Likewise.
21628
b63f974e
JJ
216292011-02-11 Jakub Jelinek <jakub@redhat.com>
21630
d50c5e0c
JJ
21631 PR debug/47684
21632 * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
b63f974e 21633
6dd2a13c
RO
216342011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21635
21636 PR testsuite/47400
21637 * doc/sourcebuild.texi (Require Support): Document
21638 dg-require-ascii-locale.
21639
4a087ccf
MX
216402011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
21641
21642 * doc/lto.texi (Write summary): Fix missing parentheses.
21643
a4403164
DD
216442011-02-10 DJ Delorie <dj@redhat.com>
21645
21646 * config/m32c/m32c.c (m32c_option_override): Disable
21647 -fcombine-stack-adjustments until flag value tracking and compare
21648 optimization can be rewritten.
21649
4fac45bd
PB
216502011-02-10 Peter Bergner <bergner@vnet.ibm.com>
21651
21652 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
21653 PROCESSOR_POWER7.
21654 (PROCESSOR_DEFAULT64): Likewise.
21655
72602cd1
RH
216562011-02-10 Richard Henderson <rth@redhat.com>
21657
21658 * config/rx/predicates.md (rx_zs_comparison_operator): Revert
21659 change from 2011-02-03.
21660 * config/rx/rx.c (flags_from_code): Likewise.
21661 (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
21662 is valid, n/pz otherwise.
21663 (rx_select_cc_mode): Return CCmode if Y is not zero.
21664
ea57f573
RG
216652011-02-10 Richard Guenther <rguenther@suse.de>
21666
ea4c3e65 21667 * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
ea57f573 21668
92b1d23b
RG
216692011-02-10 Richard Guenther <rguenther@suse.de>
21670
21671 PR tree-optimization/47677
21672 * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
21673
525a2d06
JJ
216742011-02-10 Jakub Jelinek <jakub@redhat.com>
21675
21676 PR target/47665
21677 * combine.c (make_compound_operation): Only change shifts into
21678 multiplication for SCALAR_INT_MODE_P.
21679
06c969bd
JZ
216802011-02-10 Jie Zhang <jie@codesourcery.com>
21681
21682 PR testsuite/47622
21683 Revert
21684 2011-02-05 Jie Zhang <jie@codesourcery.com>
21685 PR debug/42631
21686 * web.c (entry_register): Don't clobber the number of the
21687 first uninitialized reference in used[].
21688
282ec48e
RG
216892011-02-09 Richard Guenther <rguenther@suse.de>
21690
21691 PR tree-optimization/47664
21692 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
21693 all edges again.
21694
df98c3e8
DE
216952011-02-09 David Edelsohn <dje.gcc@gmail.com>
21696
d0f21cd6
DE
21697 PR target/46481
21698 PR target/47032
df98c3e8
DE
21699 * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
21700 PROCESSOR_POWER7.
21701 (PROCESSOR_DEFAULT64): Same.
21702 (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
21703
67b6839f
RO
217042011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21705
21706 * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
21707
4fd73214
MJ
217082011-02-09 Martin Jambor <mjambor@suse.cz>
21709
21710 PR middle-end/45505
21711 * tree-sra.c (struct access): New flags grp_scalar_read and
21712 grp_scalar_write. Changed description of assignment read and write
21713 flags.
21714 (dump_access): Dump new flags, reorder all of them.
21715 (sort_and_splice_var_accesses): Set the new flag accordingly, use them
21716 to detect multiple scalar reads.
21717 (analyze_access_subtree): Use the new scalar read write flags instead
21718 of the old flags. Adjusted comments.
21719
91140cd3
DD
217202011-02-08 DJ Delorie <dj@redhat.com>
21721
21722 PR target/47548
21723 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
21724 patterns.
21725
4254bbfe
JM
217262011-02-08 Joseph Myers <joseph@codesourcery.com>
21727
21728 * config/m68k/uclinux.opt: New.
21729 * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
21730
f1fda84e
JM
217312011-02-08 Joseph Myers <joseph@codesourcery.com>
21732
21733 * config/cris/elf.opt (sim): New Driver option.
21734
4933ae74
JM
217352011-02-08 Joseph Myers <joseph@codesourcery.com>
21736
21737 * config/xtensa/elf.opt: New.
21738 * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
21739
4ad70280
JM
217402011-02-08 Joseph Myers <joseph@codesourcery.com>
21741
21742 * config/vax/elf.opt: New.
21743 * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
21744
20893707
JM
217452011-02-08 Joseph Myers <joseph@codesourcery.com>
21746
21747 * config/rs6000/aix64.opt (posix, pthread): New Driver options.
21748
b8e7038e
JM
217492011-02-08 Joseph Myers <joseph@codesourcery.com>
21750
21751 * config/gnu-user.opt: New.
21752 * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
21753 *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
21754 *-*-uclinux*): Use gnu-user.opt.
21755
e1c5225a
TS
217562011-02-08 Thomas Schwinge <thomas@schwinge.name>
21757
21758 * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
21759 * config/i386/gnu.h (CPP_SPEC): Likewise.
21760
5e46b0c6
ILT
217612011-02-08 Ian Lance Taylor <iant@google.com>
21762
21763 * common.opt (fcx-limited-range): Add SetByCombined flag.
21764 (ffinite-math-only, fmath-errno, frounding-math): Likewise.
21765 (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
21766 (fassociative-math, freciprocal-math): Likewise.
21767 (funsafe-math-optimizations): Likewise.
21768 * opth-gen.awk: Handle SetByCombined.
21769 * optc-gen.awk: Likewise.
ea4c3e65 21770 * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
5e46b0c6
ILT
21771 (set_unsafe_math_optimizations_flags): Likewise.
21772 * doc/options.texi (Option properties): Document SetByCombined.
21773
32243d46
JM
217742011-02-08 Joseph Myers <joseph@codesourcery.com>
21775
21776 * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
21777 i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
21778 m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
21779 m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
21780 sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
21781
479c1fb3
SP
217822011-02-08 Sebastian Pop <sebastian.pop@amd.com>
21783
21784 PR tree-optimization/46834
21785 PR tree-optimization/46994
21786 PR tree-optimization/46995
21787 * graphite-sese-to-poly.c (used_outside_reduction): New.
21788 (detect_commutative_reduction): Call used_outside_reduction.
21789 (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
21790 translate_scalar_reduction_to_array only when at least one
21791 loop-phi/close-phi tuple has been detected.
21792
3865a06f
RG
217932011-02-08 Richard Guenther <rguenther@suse.de>
21794
21795 PR middle-end/47639
21796 * tree-vect-generic.c (expand_vector_operations_1): Update
21797 stmts here ...
21798 (expand_vector_operations): ... not here. Cleanup EH info
21799 and the CFG if required.
21800
62902f3f
RG
218012011-02-08 Richard Guenther <rguenther@suse.de>
21802
21803 PR tree-optimization/47641
21804 * tree-ssa.c (execute_update_addresses_taken): For asm outputs
21805 require type compatibility.
21806
0efb9d64
AK
218072011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21808
21809 * gimple-low.c (lower_function_body): Don't remove the location of
21810 the return statement here.
21811 (lower_gimple_return): Do it here instead but only if the return
21812 statement is actually used twice.
21813
034b8ae4
RG
218142011-02-08 Richard Guenther <rguenther@suse.de>
21815
21816 PR tree-optimization/47632
21817 * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
21818 unused up_to_stmt parameter, return whether cfg-cleanup is
21819 necessary, remove EH info properly.
21820 (forward_propagate_into_gimple_cond): Adjust caller.
21821 (forward_propagate_into_cond): Likewise.
21822 (forward_propagate_comparison): Likewise.
21823 (tree_ssa_forward_propagate_single_use_vars): Make
21824 forward_propagate_comparison case similar to the two others.
21825
298362c8
NC
218262011-02-08 Nick Clifton <nickc@redhat.com>
21827
21828 * config/mn10300/mn10300.opt (mliw): New command line option.
21829 * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
21830 (liw_bundling): New automaton.
21831 (liw): New attribute.
21832 (liw_op): New attribute.
21833 (liw_op1, liw_op2, liw_both, liw_either): New reservations.
21834 (movsi_internal): Add LIW attributes.
21835 (andsi3): Likewise.
21836 (iorsi3): Likewise.
21837 (xorsi3): Likewise.
21838 (addsi3): Separate register and immediate alternatives.
21839 Add LIW attributes.
21840 (subsi3): Likewise.
21841 (cmpsi): Likewise.
21842 (aslsi3): Likewise.
21843 (lshrsi3): Likewise.
21844 (ashrsi3): Likewise.
21845 (liw): New pattern.
21846 * config/mn10300/mn10300.c (liw_op_names): New
21847 (mn10300_print_operand): Handle 'W' operand descriptor.
21848 (extract_bundle): New function.
21849 (check_liw_constraints): New function.
21850 (liw_candidate): New function.
21851 (mn10300_bundle_liw): New function.
21852 (mn10300_reorg): New function.
21853 (TARGET_MACHINE_DEPENDENT_REORG): Define.
21854 (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
21855 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
21856 __LIW__ or __NO_LIW__.
21857 * doc/invoke.texi: Describe the -mliw command line option.
21858
90488014
JDA
218592011-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21860
21861 * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
21862 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
21863 pthread_mutex_unlock): Remove.
21864 * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
21865 * config/pa/t-pa64: Likewise.
21866 * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
21867 shared libc if not linking against libpthread.
21868 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
21869
689ff841
IS
218702011-02-07 Iain Sandoe <iains@gcc.gnu.org>
21871
21872 PR target/47558
21873 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
21874 on 10.6 and later to ensure that we always use the unwinder from
21875 the system. Only add -no_compact_unwind when tarteting darwin
21876 10.6 or later.
21877
821014aa
SE
218782011-02-07 Steve Ellcey <sje@cup.hp.com>
21879
21880 PR target/46997
21881 * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
21882 (vec_interleave_lowv2sf): Ditto.
21883 (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
21884 (vec_extract_oddv2sf): Ditto.
21885
41cf94fb
MS
218862011-02-07 Mike Stump <mikestump@comcast.net>
21887
62dea57d 21888 PR target/42333
41cf94fb
MS
21889 Add __ieee_divdc3 entry point.
21890 * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
21891 entry point.
21892 (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
21893 * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
21894 * config/darwin.c (darwin_rename_builtins): Add.
21895 * config/darwin-protos.h (darwin_rename_builtins): Add.
21896
ee09a3dd
MM
218972011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
21898
21899 PR target/47636
21900 * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
21901 for the condition.
21902
83296cd0
MS
219032011-02-07 Mike Stump <mikestump@comcast.net>
21904
ea4c3e65 21905 * config/darwin.opt (mmacosx-version-min): Update default OS version.
83296cd0 21906
0f4e946f
DC
219072011-02-07 Denis Chertykov <chertykov@gmail.com>
21908
21909 PR target/47534
21910 * config/avr/libgcc.S (exit): Move .endfunc
21911
1ec87690
RG
219122011-02-07 Richard Guenther <rguenther@suse.de>
21913
21914 PR tree-optimization/47615
21915 * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
21916 * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
21917 (run_scc_vn): Initialize it.
21918 (visit_reference_op_load): Use it.
21919 * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
21920
b46ae6da
UW
219212011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21922
21923 * config/spu/spu.c (spu_init_libfuncs): Install SImode and
21924 DImode trapping arithmetic libfuncs.
21925
c0aae19c
RG
219262011-02-07 Richard Guenther <rguenther@suse.de>
21927
21928 PR tree-optimization/47621
21929 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
21930 two duplicates ...
21931 (execute_update_addresses_taken): ... here. Make it more
21932 conservative in what we accept.
21933
295d926b
JM
219342011-02-06 Joseph Myers <joseph@codesourcery.com>
21935
21936 * config/sparc/freebsd.h (ASM_SPEC): Define.
21937 * config/sparc/vxworks.h (ASM_SPEC): Define.
21938
bdeb2471
JM
219392011-02-06 Joseph Myers <joseph@codesourcery.com>
21940
21941 * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
21942
d5d3781a
SB
219432011-02-06 Steven Bosscher <steven@gcc.gnu.org>
21944
21945 * doc/invoke.texi: Remove reference to compiler internals from
21946 user documentation.
21947
21948 * reg-notes.def: Remove REG_VALUE_PROFILE.
21949 * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
21950
c42c09fc
JJ
219512011-02-05 Jakub Jelinek <jakub@redhat.com>
21952
21953 PR middle-end/47610
21954 * varasm.c (default_section_type_flags): If decl is NULL,
38be4072 21955 and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
c42c09fc 21956
beea2755
JZ
219572011-02-05 Jie Zhang <jie@codesourcery.com>
21958
21959 PR debug/42631
21960 * web.c (entry_register): Don't clobber the number of the
21961 first uninitialized reference in used[].
21962
a130584a
SP
219632011-02-04 Sebastian Pop <sebastian.pop@amd.com>
21964
21965 PR tree-optimization/46194
21966 * tree-data-ref.c (analyze_miv_subscript): Remove comment.
21967 (build_classic_dist_vector_1): Do not represent classic distance
21968 vectors when the access functions are variating in different loops.
21969
962101ac
JM
219702011-02-04 Joseph Myers <joseph@codesourcery.com>
21971
21972 * config/mips/iris6.opt: New.
21973 * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
21974
55eaaa5b
RH
219752011-02-04 Richard Henderson <rth@redhat.com>
21976 Steve Ellcey <sje@cup.hp.com>
21977
21978 PR target/46997
21979 * config/ia64/predicates.md (mux1_brcst_element): New.
21980 * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
21981 * config/ia64/ia64.c (ia64_unpack_assemble): New.
21982 (ia64_unpack_sign): New.
21983 (ia64_expand_unpack): Rewrite using new routines.
21984 (ia64_expand_widen_sum): Ditto.
21985 (ia64_expand_dot_prod_v8qi): Ditto.
21986 * config/ia64/vect.md (mulv8qi3): Rewrite to use new
21987 routines, add endian check.
21988 (pmpy2_even): Rename from pmpy2_r, add endian check.
21989 (pmpy2_odd): Rename from pmpy2_l, add endian check.
21990 (vec_widen_smult_lo_v4hi): Rewrite using new routines.
21991 (vec_widen_smult_hi_v4hi): Ditto.
21992 (vec_widen_umult_lo_v4hi): Ditto.
21993 (vec_widen_umult_hi_v4hi): Ditto.
21994 (mulv2si3): Change endian checks.
21995 (sdot_prodv4hi): Rewrite with new calls.
21996 (udot_prodv4hi): New.
21997 (vec_pack_ssat_v4hi): Add endian check.
21998 (vec_pack_usat_v4hi): Ditto.
21999 (vec_pack_ssat_v2si): Ditto.
22000 (max1_even): Rename from max1_r, add endian check.
22001 (max1_odd): Rename from max1_l, add endian check.
22002 (*mux1_rev): Format change.
22003 (*mux1_mix): Ditto.
22004 (*mux1_shuf): Ditto.
22005 (*mux1_alt): Ditto.
22006 (*mux1_brcst_v8qi): Use new predicate.
22007 (vec_extract_evenv8qi): Remove endian check.
22008 (vec_extract_oddv8qi): Ditto.
22009 (vec_interleave_lowv4hi): Format change.
22010 (vec_interleave_highv4hi): Ditto.
22011 (mix2_even): Rename from mix2_r, add endian check.
22012 (mix2_odd): Rename from mux2_l, add endian check.
22013 (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
22014 (vec_extract_evenodd_helper): Format change.
22015 (vec_extract_evenv4hi): Remove endian check.
22016 (vec_extract_oddv4hi): Remove endian check.
22017 (vec_interleave_lowv2si): Format change.
22018 (vec_interleave_highv2si): Format change.
22019 (vec_initv2si): Remove endian check.
22020 (vecinit_v2si): Add endian check.
22021 (reduc_splus_v2sf): Add endian check.
22022 (reduc_smax_v2sf): Ditto.
22023 (reduc_smin_v2sf): Ditto.
22024 (vec_initv2sf): Remove endian check.
22025 (fpack): Add endian check.
22026 (fswap): Add endian check.
22027 (vec_interleave_highv2sf): Add endian check.
22028 (vec_interleave_lowv2sf): Add endian check.
22029 (fmix_lr): Add endian check.
22030 (vec_setv2sf): Format change.
22031 (*vec_extractv2sf_0_be): Use shift to extract operand.
22032 (*vec_extractv2sf_1_be): New.
22033 (vec_pack_trunc_v4hi): Add endian check.
22034 (vec_pack_trunc_v2si): Format change.
22035
dcde5957
JJ
220362011-02-04 Jakub Jelinek <jakub@redhat.com>
22037
22038 PR inline-asm/23200
22039 * tree-ssa-ter.c (is_replaceable_p): Add TER argument. Don't
38be4072 22040 do bb, locus and block comparison and disallow loads if it is not set.
dcde5957
JJ
22041 (stmt_is_replaceable_p): New function.
22042 (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
22043 callers.
22044 * expr.c (expand_expr_real_1) <case SSA_NAME>: If
22045 get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
22046 SSA_NAME_DEF_STMT.
22047 * tree-flow.h (stmt_is_replaceable_p): New prototype.
22048
a64a8e5a
JM
220492011-02-04 Joseph Myers <joseph@codesourcery.com>
22050
22051 * config/rs6000/xilinx.opt: New.
22052 * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
22053
4da2ed2f
JM
220542011-02-04 Joseph Myers <joseph@codesourcery.com>
22055
22056 * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
22057
a6e508f9
AS
220582011-02-03 Anatoly Sokolov <aesok@post.ru>
22059
22060 * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
22061 PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
22062 * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
22063 secondary_reload_info, xtensa_secondary_reload): Remove.
22064 * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
22065 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
22066 (xtensa_preferred_reload_class): Make static. Change return and
22067 'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
22068 Use CONST_DOUBLE_P predicate.
22069 (xtensa_preferred_output_reload_class): New function.
22070 (xtensa_secondary_reload): Make static.
22071
82dc0de3
JM
220722011-02-03 Joseph Myers <joseph@codesourcery.com>
22073
22074 * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
22075 Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
22076 Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
22077
7fece979
JJ
220782011-02-03 Jakub Jelinek <jakub@redhat.com>
22079
22080 PR middle-end/31490
22081 * output.h (SECTION_RELRO): Define.
22082 (SECTION_MACH_DEP): Adjust.
22083 (get_variable_section): New prototype.
22084 * varpool.c (varpool_finalize_named_section_flags): New function.
22085 (varpool_assemble_pending_decls): Call it.
22086 * cgraph.h (varpool_finalize_named_section_flags): New prototype.
22087 * cgraphunit.c (cgraph_output_in_order): Call
22088 varpool_finalize_named_section_flags.
22089 * varasm.c (get_section): Allow section flags conflicts between
22090 relro and read-only sections if the section hasn't been declared yet.
22091 Set SECTION_OVERRIDE after diagnosing section type conflict.
22092 (get_variable_section): No longer static.
22093 (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
22094 readonly sections that need relocations.
22095 (decl_readonly_section_1): New function.
22096 (decl_readonly_section): Use it.
22097
22098 Revert:
509d65dd 22099 2010-11-17 Dinar Temirbulatov <dtemirbulatov@gmail.com>
7fece979
JJ
22100 Steve Ellcey <sje@cup.hp.com>
22101
22102 PR middle-end/31490
22103 * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
22104 if section attribute used.
22105
d18d5478
JJ
221062011-02-03 Jakub Jelinek <jakub@redhat.com>
22107
22108 * config/darwin.h (SECTION_NO_ANCHOR): Remove.
22109 * config/darwin.c (SECTION_NO_ANCHOR): Define.
22110 (darwin_init_sections): Remove assertion.
22111
6479ed4b
NC
221122011-02-03 Nick Clifton <nickc@redhat.com>
22113
22114 * config/rx/predicates.md (rx_zs_comparison_operator): Remove
22115 lt and ge.
38be4072 22116 * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
6479ed4b
NC
22117 * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
22118 instead of "n" and "pz".
22119 (flags_from_code): LT and GE tests need CC_FLAG_O as well as
22120 CC_FLAG_S.
22121
89843f5d
JJ
221222011-02-03 Jakub Jelinek <jakub@redhat.com>
22123
65450d64
JJ
22124 PR target/47312
22125 * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
22126 fma, expand FMA_EXPR as fma{,f,l} call.
22127
7d58701c
JJ
22128 PR lto/47274
22129 * lto-streamer-out.c (write_symbol): When writing kind and visibility,
22130 copy them into a unsigned char variable and pass address of it to
22131 lto_output_data_stream.
22132
89843f5d
JJ
22133 PR target/47564
22134 * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
22135 around backend_init_target and lang_dependent_init_target calls.
22136 * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
22137 (verify_cgraph_node): Don't call set_cfun here. Use
22138 cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
22139 Set error_found for incorrectly represented calls to thunks.
22140
4deef538
AO
221412011-02-03 Alexandre Oliva <aoliva@redhat.com>
22142
22143 PR debug/43092
22144 PR rtl-optimization/43494
22145 * rtl.h (for_each_inc_dec_fn): New type.
22146 (for_each_inc_dec): Declare.
22147 * rtlanal.c (struct for_each_inc_dec_ops): New type.
22148 (for_each_inc_dec_find_inc_dec): New fn.
22149 (for_each_inc_dec_find_mem): New fn.
22150 (for_each_inc_dec): New fn.
22151 * dse.c (struct insn_size): Remove.
22152 (replace_inc_dec, replace_inc_dec_mem): Remove.
22153 (emit_inc_dec_insn_before): New fn.
22154 (check_for_inc_dec): Use it, along with for_each_inc_dec.
22155 (canon_address): Pass mem modes to cselib_lookup.
22156 * cselib.h (cselib_lookup): Add memmode argument. Adjust callers.
22157 (cselib_lookup_from_insn): Likewise.
22158 (cselib_subst_to_values): Likewise.
22159 * cselib.c (find_slot_memmode): New var.
22160 (cselib_find_slot): New fn. Use it instead of
22161 htab_find_slot_with_hash everywhere.
22162 (entry_and_rtx_equal_p): Use find_slot_memmode.
22163 (autoinc_split): New fn.
22164 (rtx_equal_for_cselib_p): Rename and implement in terms of...
22165 (rtx_equal_for_cselib_1): ... this. Take memmode, pass it on.
22166 Deal with autoinc. Special-case recursion into MEMs.
22167 (cselib_hash_rtx): Likewise.
22168 (cselib_lookup_mem): Infer pmode from address mode. Distinguish
22169 address and MEM modes.
22170 (cselib_subst_to_values): Add memmode, pass it on.
22171 Deal with autoinc.
22172 (cselib_lookup): Add memmode argument, pass it on.
22173 (cselib_lookup_from_insn): Add memmode.
22174 (cselib_invalidate_rtx): Discard obsolete push_operand handling.
22175 (struct cselib_record_autoinc_data): New.
22176 (cselib_record_autoinc_cb): New fn.
22177 (cselib_record_sets): Use it, along with for_each_inc_dec. Pass MEM
22178 mode to cselib_lookup. Reset autoinced REGs here instead of...
22179 (cselib_process_insn): ... here.
22180 * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
22181 to cselib_lookup.
22182 (add_uses): Likewise, also to cselib_subst_to_values.
22183 (add_stores): Likewise.
276e0224 22184 * sched-deps.c (add_insn_mem_dependence): Pass mode to
4deef538
AO
22185 cselib_subst_to_values.
22186 (sched_analyze_1, sched_analyze_2): Likewise. Adjusted.
22187 * gcse.c (do_local_cprop): Adjusted.
22188 * postreload.c (reload_cse_simplify_set): Adjusted.
22189 (reload_cse_simplify_operands): Adjusted.
22190 * sel-sched-dump (debug_mem_addr_value): Pass mode.
22191
1551d44a
AO
221922011-02-03 Alexandre Oliva <aoliva@redhat.com>
22193
22194 PR tree-optimization/45122
22195 * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
22196 unsafe assumptions when there's more than one loop exit.
22197
c9485473
MM
221982011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
22199
22200 PR target/47272
22201 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
22202 Document using vector double with the load/store builtins, and
22203 that the load/store builtins always use Altivec instructions.
22204
22205 * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
22206 to use altivec memory instructions, even on VSX.
22207 (vector_altivec_store_<mode>): Ditto.
22208
22209 * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
22210 function.
22211
22212 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
22213 V2DF, V2DI support to load/store overloaded builtins.
22214
22215 * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
22216 altivec load/store builtins for V2DF/V2DI types.
22217
22218 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
22219 set avoid indexed addresses on power6 if -maltivec.
22220 (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
22221 vector_altivec_load/vector_altivec_store builtins.
22222 (altivec_expand_st_builtin): Ditto.
22223 (altivec_expand_builtin): Add VSX memory builtins.
22224 (rs6000_init_builtins): Add V2DI types to internal types.
22225 (altivec_init_builtins): Add support for V2DF/V2DI altivec
22226 load/store builtins.
22227 (rs6000_address_for_altivec): Insure memory address is appropriate
22228 for Altivec.
22229
22230 * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
22231 vec_vsx_ld and vec_vsx_st.
22232 (vsx_store_<mode>): Ditto.
22233
22234 * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
22235 variables to hold long long types for VSX vector memory builtins.
22236 (RS6000_BTI_unsigned_long_long): Ditto.
22237 (long_long_integer_type_internal_node): Ditti.
22238 (long_long_unsigned_type_internal_node): Ditti.
22239
22240 * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
22241 (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
22242 (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
22243
22244 * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
22245 short cuts.
22246 (vec_vsx_st): Ditto.
22247
b24d1acf
JM
222482011-02-02 Joseph Myers <joseph@codesourcery.com>
22249
22250 * config/pa/pa-hpux10.opt: New.
22251 * config/hpux11.opt (pthread): New Driver option.
22252 * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
22253 * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
22254
aa18dd0f
JM
222552011-02-02 Joseph Myers <joseph@codesourcery.com>
22256
22257 * config/ia64/vms.opt: New.
22258 * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
22259
28fc3eee
MM
222602011-02-01 Michael Meissner <meissner@linux.vnet.ibm.com>
22261
22262 PR target/47580
22263 * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
22264 gpc_reg_operand instead of vsx_register_operand to match rs6000.md
22265 generator functions.
22266 (vsx_floatuns<VSi><mode>2): Ditto.
22267 (vsx_fix_trunc<mode><VSi>2): Ditto.
22268 (vsx_fixuns_trunc<mode><VSi>2): Ditto.
22269
b5838b1f
JM
222702011-02-02 Joseph Myers <joseph@codesourcery.com>
22271
22272 * config/i386/djgpp.opt (posix): New Driver option.
22273
0db8fa89
GP
222742011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
22275
22276 * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
22277 Move to the unsupported targets list.
22278
9cd4f22a
PB
222792011-02-02 Peter Bergner <bergner@vnet.ibm.com>
22280
22281 PR rtl-optimization/47525
22282 * df-scan.c: Update copyright years.
22283 (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
22284 and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
22285
9ed8059c
RO
222862011-02-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22287
22288 * config/i386/sysv4.h (TARGET_VERSION): Remove.
22289 (SUBTARGET_RETURN_IN_MEMORY): Remove.
22290 (ASM_OUTPUT_ASCII): Remove.
22291 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
22292
2a737389
JL
222932011-02-02 Jeff Law <law@redhat.com>
22294
22295 PR middle-end/47543
22296 * reload.c (find_reloads_address): Handle reg+d address where both
22297 components are invalid by reloading the entire address.
22298
9dac82c4
SP
222992011-02-02 Sebastian Pop <sebastian.pop@amd.com>
22300 Richard Guenther <rguenther@suse.de>
22301
22302 PR tree-optimization/40979
22303 PR bootstrap/47044
22304 * passes.c (init_optimization_passes): After LIM call copy_prop
22305 and DCE to clean up.
22306 * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
22307
14dd9aab
SP
223082011-02-02 Sebastian Pop <sebastian.pop@amd.com>
22309
22310 PR tree-optimization/47576
22311 PR tree-optimization/47555
22312 * doc/invoke.texi (scev-max-expr-complexity): Documented.
22313 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
22314 (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
22315 * tree-scalar-evolution.c (follow_ssa_edge): Use
22316 PARAM_SCEV_MAX_EXPR_COMPLEXITY.
22317
5cbf5c20
RG
223182011-02-02 Richard Guenther <rguenther@suse.de>
22319
22320 PR tree-optimization/47566
22321 * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
22322
83d70792
AO
223232011-02-02 Alexandre Oliva <aoliva@redhat.com>
22324
e829c321
AO
22325 PR debug/47106
22326 PR debug/47402
22327 * tree-inline.c (declare_return_variable): Remove unused caller
22328 variable.
22329
83d70792
AO
22330 PR debug/47106
22331 PR debug/47402
22332 * tree-flow-inline.h (clear_is_used, is_used_p): New.
22333 * cfgexpand.c (account_used_vars_for_block): Use them.
22334 * tree-nrv.c (tree_nrv): Likewise.
22335 * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
22336 (dump_scope_block): Likewise.
22337 (remove_unused_locals): Likewise.
22338
aaa2ac93
AO
22339 PR debug/47106
22340 PR debug/47402
22341 * tree-inline.c (declare_return_variable): Add result decl to
22342 local decls only once.
22343 * gimple-low.c (record_vars_into): Mark newly-created variables
22344 as referenced.
22345
a59d15cf
AO
223462011-02-02 Alexandre Oliva <aoliva@redhat.com>
22347
22348 PR debug/47498
22349 PR debug/47501
22350 PR debug/45136
22351 PR debug/45130
22352 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
22353 debug insns.
22354 (no_real_insns_p, schedule_block, set_priorities): Drop special
22355 treatment of boundary debug insns.
38be4072 22356 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
a59d15cf
AO
22357 * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
22358 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
22359 (BOUNDARY_DEBUG_INSN_P): Likewise.
22360 (SCHEDULE_DEBUG_INSN_P): Likewise.
22361 * sched-rgn.c (init_ready_list): Drop special treatment of
22362 boundary debug insns.
22363 * final.c (rest_of_clean_state): Clear notes' BB.
22364
6fc2f091
JM
223652011-02-01 Joseph Myers <joseph@codesourcery.com>
22366
22367 * config/openbsd.opt (assert=): New Driver option.
22368
fc523387
JM
223692011-02-01 Joseph Myers <joseph@codesourcery.com>
22370
22371 * config/i386/nto.opt: New.
22372 * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
22373
6d9821e5
JM
223742011-02-01 Joseph Myers <joseph@codesourcery.com>
22375
22376 * config/i386/netware.opt: New.
22377 * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
22378
cef932d4
JM
223792011-02-01 Joseph Myers <joseph@codesourcery.com>
22380
22381 * config/interix.opt (posix): New Driver option.
22382
22843acd
DD
223832011-02-01 DJ Delorie <dj@redhat.com>
22384
56490b74
DD
22385 * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
22386
22843acd
DD
22387 * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
22388 class for A0/A1.
22389
199c8f2f
SP
223902011-02-01 Sebastian Pop <sebastian.pop@amd.com>
22391
22392 PR tree-optimization/47561
22393 * toplev.c (process_options): Print the Graphite flags. Add
22394 flag_loop_flatten to the list of options requiring Graphite.
22395
926bcf22
JM
223962011-02-01 Joseph Myers <joseph@codesourcery.com>
22397
22398 * config/i386/cygming.opt (posix): New Driver option.
22399
59793c51
JM
224002011-02-01 Joseph Myers <joseph@codesourcery.com>
22401
22402 * config/arm/vxworks.opt: New.
22403 * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
22404
183c38a4
JM
224052011-02-01 Joseph Myers <joseph@codesourcery.com>
22406
22407 * config/alpha/elf.opt: New.
22408 * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
22409 alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
22410
9939e416
RG
224112011-02-01 Richard Guenther <rguenther@suse.de>
22412
22413 PR tree-optimization/47559
22414 * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
22415 store-motion on references that can throw.
22416
4a3c9687
BS
224172011-02-01 Bernd Schmidt <bernds@codesourcery.com>
22418
22419 * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
22420 * tree-pass.h (TDF_CSELIB): New macro.
22421 * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
22422 cselib_lookup): Check for it rather than for TDF_DETAILS.
22423
dd3b31fb
L
224242011-02-01 H.J. Lu <hongjiu.lu@intel.com>
22425
22426 PR driver/47547
22427 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
22428 is HOST_BIT_BUCKET.
22429
22430 * opts.c (finish_options): Don't add x_aux_base_name if it is
22431 HOST_BIT_BUCKET.
22432
34c1de79
RG
224332011-02-01 Richard Guenther <rguenther@suse.de>
22434
22435 PR tree-optimization/47555
22436 Revert
22437 2010-07-15 Sebastian Pop <sebastian.pop@amd.com>
22438
22439 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
22440
dd2804d2
SB
224412011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
22442
22443 PR gcc/46692
22444 * config/lm32/t-lm32: Add multilib for all CPU options.
22445
3fd3b156
RG
224462011-02-01 Richard Guenther <rguenther@suse.de>
22447
22448 PR tree-optimization/47541
22449 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
22450 sure to have a field at offset zero.
22451
f16072b6
JM
224522011-01-31 Joseph Myers <joseph@codesourcery.com>
22453
22454 * config/arc/arc.opt (EB, EL): New Driver options.
22455
6456cf2e
JM
224562011-01-31 Joseph Myers <joseph@codesourcery.com>
22457
22458 * config/alpha/osf5.opt: New.
22459 * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
22460
cdde6ab4
JM
224612011-01-31 Joseph Myers <joseph@codesourcery.com>
22462
22463 * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
22464
7633415c
SP
224652011-01-31 Sebastian Pop <sebastian.pop@amd.com>
22466
22467 * common.opt (ftree-loop-linear): Use Alias to make it an alias of
22468 -floop-interchange.
22469 * invoke.texi (-ftree-loop-linear): Make it clear that this flag
22470 is an alias of -floop-interchange and that it requires the
22471 Graphite infrastructure.
22472 * tree-ssa-loop.c (gate_graphite_transforms): Do not set
22473 flag_loop_interchange based on the value of flag_tree_loop_linear.
22474
0425d6f5
JJ
224752011-01-31 Jakub Jelinek <jakub@redhat.com>
22476 Richard Guenther <rguenther@suse.de>
22477
22478 PR tree-optimization/47538
22479 * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
22480 type instead of r1type, except for comparisons. For right
22481 shifts and comparisons punt if there are mismatches in
22482 sizetype vs. non-sizetype types.
22483
500b16c3
RO
224842011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22485
22486 * doc/sourcebuild.texi (Effective-Target Keywords): Document
22487 avx_runtime.
22488
e279edb0
RO
224892011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22490
22491 * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
22492 version number.
22493 * configure: Regenerate.
22494
c6092243
RO
224952011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22496
22497 * configure.ac (gcc_cv_ld_static_option): Define.
22498 (gcc_cv_ld_dynamic_option): Define.
22499 (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
22500 instead.
22501 (HAVE_LD_STATIC_DYNAMIC): Update message.
22502 (LD_STATIC_OPTION): Define.
22503 (LD_DYNAMIC_OPTION): Define.
22504 * configure: Regenerate.
22505 * config.in: Regenerate.
22506 * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
22507 HAVE_LD_STATIC_DYNAMIC]: Use them.
22508
d7862be3
NC
225092011-01-31 Nick Clifton <nickc@redhat.com>
22510
22511 * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
22512 registers inside interrupt handlers if the handler is not a leaf
22513 function.
22514
ba4ec0e0
NC
225152011-01-31 Nick Clifton <nickc@redhat.com>
22516
22517 * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
22518 reg_renumber returning an INVALID_REGNUM.
22519
29a63921
AO
225202011-01-31 Alexandre Oliva <aoliva@redhat.com>
22521
22522 PR libgcj/44341
22523 * doc/install.texi: Document host options discarded when cross
22524 configuring target libraries.
22525
ef591d3f
AO
225262011-01-31 Alexandre Oliva <aoliva@redhat.com>
22527
22528 Reverted:
22529 2011-01-25 Alexandre Oliva <aoliva@redhat.com>
22530 PR debug/45136
22531 PR debug/45130
22532 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
22533 debug insns.
22534 (no_real_insns_p, schedule_block, set_priorities): Drop special
22535 treatment of boundary debug insns.
38be4072 22536 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
ef591d3f
AO
22537 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
22538 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
22539 (BOUNDARY_DEBUG_INSN_P): Likewise.
22540 (SCHEDULE_DEBUG_INSN_P): Likewise.
22541 * sched-rgn.c (init_ready_list): Drop special treatment of
22542 boundary debug insns.
22543 * final.c (rest_of_clean-state): Clear notes' BB.
22544
61052244
AM
225452011-01-31 Alan Modra <amodra@gmail.com>
22546
22547 * config/rs6000/rs6000.c (print_operand): Rearrange addends in
22548 toc relative expressions as we do in print_operand_address.
22549
c4c8962b
KH
225502011-01-30 Kazu Hirata <kazu@codesourcery.com>
22551
22552 * doc/extend.texi: Follow spelling conventions.
22553 * doc/invoke.texi: Fix a typo.
22554
e543b94c
JM
225552011-01-30 Joseph Myers <joseph@codesourcery.com>
22556
22557 * config/hpux11.opt: New.
22558 * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
22559 ia64*-*-hpux*): Use hpux11.opt.
22560
509d65dd 225612011-01-30 Jonathan Yong <jon_y@users.sourceforge.net>
a70e0551
JY
22562
22563 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
22564 to tmake_file.
22565
7be03a0e
GP
225662011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
22567
22568 * doc/install.texi (hppa-hp-hpux10): Remove references to HP
22569 support sites.
22570
419d1d37
GP
225712011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
22572
b596ed64
GP
22573 * doc/install.texi (Binaries): Remove outdated reference for
22574 Motorola 68HC11/68HC12 downloads.
22575
225762011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
61052244 22577
419d1d37
GP
22578 * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
22579 Drepper's paper.
22580
4406d0e9
JW
225812011-01-29 Jonathan Wakely <jwakely.gcc@gmail.com>
22582
22583 PR bootstrap/47147
22584 * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
22585 used by NetBSD.
22586
38be4072 225872011-01-28 Ahmad Sharif <asharif@google.com>
e0b77418
AS
22588
22589 * value-prof.c (check_counter): Corrected error message.
22590
0cd98787
JZ
225912011-01-29 Jie Zhang <jie@codesourcery.com>
22592
22593 * config/arm/arm.c (arm_legitimize_reload_address): New.
22594 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
22595 arm_legitimize_reload_address.
38be4072 22596 * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
0cd98787 22597
9b798ac5
ILT
225982011-01-28 Ian Lance Taylor <iant@google.com>
22599
22600 * godump.c (go_define): Ignore macros whose definitions include
22601 two adjacent operands.
22602
591e29d9
JJ
226032011-01-28 Jakub Jelinek <jakub@redhat.com>
22604
22605 PR target/42894
22606 * varasm.c (force_const_mem): Store copy of x in desc->constant
22607 instead of x itself.
22608 * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
22609 itself into REG_EQUAL note.
22610
62dcc44a
JM
226112011-01-28 Joseph Myers <joseph@codesourcery.com>
22612
22613 * config/freebsd.opt (posix, rdynamic): New Driver options.
22614
c9f58b9a
RO
226152011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22616
22617 * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
22618 -Bstatic/-Bdynamic.
22619 * configure: Regenerate.
22620
5f02b9db
JM
226212011-01-27 Joseph Myers <joseph@codesourcery.com>
22622
22623 * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
22624 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
22625
5df97412
AS
226262011-01-27 Anatoly Sokolov <aesok@post.ru>
22627
22628 * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
22629 * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
22630 * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
22631 (s390_preferred_reload_class): Make static. Change return and
22632 'rclass' argument type to reg_class_t.
22633
779d4b91
JH
226342011-01-27 Jan Hubicka <jh@suse.cz>
22635
22636 PR middle-end/46949
22637 * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
22638 (process_function_and_variable_attributes): Check defined weakrefs.
22639
e80b21ed
MJ
226402011-01-27 Martin Jambor <mjambor@suse.cz>
22641
22642 PR tree-optimization/47228
22643 * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
22644 build_ref_for_offset.
22645
6dcc4f31
UW
226462011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22647
22648 * config/spu/spu-elf.h (ASM_SPEC): Remove.
22649
509d65dd 226502011-01-26 Mikael Pettersson <mikpe@it.uu.se>
3b8ff89f
MP
22651
22652 PR rtl-optimization/46856
22653 * postreload.c (reload_combine_recognize_const_pattern): Do not
22654 separate cc0 setter and user on cc0 targets.
22655
04af8788
NP
226562011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
22657
22658 PR c/43082
22659 * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
22660 passed a VOID_TYPE expression, immediately emit an error and
22661 return error_mark_node.
22662
f7a60085
JL
226632011-01-26 Jeff Law <law@redhat.com>
22664
22665 PR rtl-optimization/47464
22666 * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
22667 rather than may_trap_p as needed.
22668
5c2917ec
DD
226692011-01-26 DJ Delorie <dj@redhat.com>
22670
22671 PR rtl-optimization/46878
22672 * combine.c (insn_a_feeds_b): Check for the implicit cc0
22673 setter/user dependency as well.
22674
bef16e87
EB
226752011-01-26 Eric Botcazou <ebotcazou@adacore.com>
22676
22677 PR rtl-optimization/44469
22678 * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
22679 after removing trivially dead basic blocks.
22680
c75d884b
JM
226812011-01-26 Joseph Myers <joseph@codesourcery.com>
22682
22683 * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
22684 * config/frv/frv.h (LINK_SPEC): Likewise.
22685 * config/i386/netware.h (LINK_SPEC): Likewise.
22686 * config/m68k/linux.h (ASM_SPEC): Likewise.
22687 * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
22688 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
22689 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
22690 * config/sparc/linux.h (ASM_SPEC): Likewise.
22691 * config/sparc/linux64.h (ASM_SPEC): Likewise.
22692 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
22693
d3153553
JM
226942011-01-26 Joseph Myers <joseph@codesourcery.com>
22695
22696 * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
22697 * config/frv/frv.h (ASM_SPEC): Likewise.
22698 * config/m68k/linux.h (ASM_SPEC): Likewise.
22699 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
22700 * config/rs6000/linux64.h (ASM_SPEC): Likewise.
22701 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
22702 * config/sparc/linux.h (ASM_SPEC): Likewise.
22703 * config/sparc/linux64.h (ASM_SPEC): Likewise.
22704 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
22705
b89b1e9d
JM
227062011-01-26 Joseph Myers <joseph@codesourcery.com>
22707
22708 * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
22709 * config/frv/frv.h (LINK_SPEC): Likewise.
22710 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
22711
12eb1a9c
JM
227122011-01-26 Joseph Myers <joseph@codesourcery.com>
22713
22714 * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
22715 * config/frv/frv.h (ASM_SPEC): Likewise.
22716 * config/i386/sol2-10.h (ASM_SPEC): Likewise.
22717 * config/m68k/linux.h (ASM_SPEC): Likewise.
22718 * config/pa/pa-linux.h (ASM_SPEC): Likewise.
22719 * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
22720 * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
22721 * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
22722 * config/sparc/linux.h (ASM_SPEC): Likewise.
22723 * config/sparc/linux64.h (ASM_SPEC): Likewise.
22724 * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
22725 * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
22726
e435f098
SE
227272011-01-26 Steve Ellcey <sje@cup.hp.com>
22728
22729 PR target/46997
22730 * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
22731 (*mux2): Ditto.
22732 (vec_extract_evenodd_help): Ditto.
22733 (vec_extract_evenv4hi): Ditto.
22734 (vec_extract_oddv4hi): Ditto.
22735 (vec_interleave_lowv2si): Ditto.
22736 (vec_interleave_highv2si): Ditto.
22737 (vec_extract_evenv2si): Ditto.
22738 (vec_extract_oddv2si: Ditto.
22739 (vec_pack_trunc_v2si): Ditto.
22740
34f0eee0
JH
227412011-01-22 Jan Hubicka <jh@suse.cz>
22742
22743 PR target/47237
22744 * cgraph.h (cgraph_local_info): New field can_change_signature.
22745 * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
22746 signature can change.
22747 (ipcp_estimate_growth): Call sequence simplify only if calle signature
22748 can change.
22749 (ipcp_insert_stage): Only compute args_to_skip if signature can change.
22750 (cgraph_function_versioning): We can not change signature of functions
22751 that don't allow that.
22752 * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
22753 (lto_input_node): Likewise.
38be4072
UB
22754 * ipa-inline.c (compute_inline_parameters): Compute
22755 local.can_change_signature.
34f0eee0 22756 * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
38be4072
UB
22757 * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
22758 functions that can not change signature.
34f0eee0 22759 * i386.c (ix86_function_regparm, ix86_function_sseregparm,
38be4072
UB
22760 init_cumulative_args): Do not use local calling conventions
22761 for functions that can not change signature.
34f0eee0 22762
980ca891
JH
227632011-01-22 Jan Hubicka <jh@suse.cz>
22764
22765 * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
22766
768e3c60
RG
227672011-01-26 Richard Guenther <rguenther@suse.de>
22768
22769 PR tree-optimization/47190
61052244
AM
22770 * cgraphunit.c (process_common_attributes): New function.
22771 (process_function_and_variable_attributes): Use it.
768e3c60 22772
21d6a1c7
RG
227732011-01-26 Richard Guenther <rguenther@suse.de>
22774
22775 PR lto/47423
22776 * cgraphbuild.c (record_eh_tables): Record reference to personality
22777 function.
22778
48bb58b1
AO
227792011-01-26 Alexandre Oliva <aoliva@redhat.com>
22780
22781 PR debug/45454
22782 * sel-sched.c (moveup_expr): Don't let debug insns prevent
22783 non-debug insns from moving up.
22784
58c741a6
DK
227852011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
22786
22787 PR target/40125
22788 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
22789 t-dlldir{,-x} fragment for build and add it to tmake_file.
22790 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
22791 * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
22792 * config/i386/t-dlldir: New file.
22793 (SHLIB_DLLDIR): Define.
22794 * config/i386/t-dlldir-x: New file.
22795 (SHLIB_DLLDIR): Define.
22796 * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
22797 (SHLIB_INSTALL): Use it.
22798
bff99262
CLT
227992011-01-26 Chung-Lin Tang <cltang@codesourcery.com>
22800
22801 PR target/47246
22802 * config/arm/arm.c (thumb2_legitimate_index_p): Change the
22803 lower bound of the allowed Thumb-2 coprocessor load/store
22804 index range to -256. Add explaining comment.
22805
82c03907
ILT
228062011-01-25 Ian Lance Taylor <iant@google.com>
22807
22808 * godump.c (go_define): Improve lexing of macro expansion to only
22809 accept expressions which match Go spec.
22810
47ea1edf
DK
228112011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
22812
d4dba752 22813 PR c++/43601
47ea1edf
DK
22814 * tree.c (handle_dll_attribute): Handle it.
22815 * doc/extend.texi (@item dllexport): Mention it.
22816 * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
22817
744f0946
ILT
228182011-01-25 Ian Lance Taylor <iant@google.com>
22819
22820 PR tree-optimization/26854
22821 * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
22822 (decl_jump_unsafe): Move higher in file, with no other change.
22823 (bind): Set has_jump_unsafe_decl if appropriate.
22824 (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
22825 (check_earlier_gotos): Likewise.
22826 (c_check_switch_jump_warnings): Likewise.
22827
5734f2b3
JW
228282011-01-25 Jonathan Wakely <jwakely.gcc@gmail.com>
22829
22830 * doc/invoke.texi (Warning Options): Add missing hyphen.
22831 (-fprofile-dir): Minor grammatical fixes.
22832 (-fbranch-probabilities): Likewise.
22833
9bdbdcef
AO
228342011-01-25 Alexandre Oliva <aoliva@redhat.com>
22835
22836 PR debug/45136
22837 PR debug/45130
22838 * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
22839 debug insns.
22840 (no_real_insns_p, schedule_block, set_priorities): Drop special
22841 treatment of boundary debug insns.
38be4072 22842 * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
9bdbdcef
AO
22843 * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
22844 * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
22845 (BOUNDARY_DEBUG_INSN_P): Likewise.
22846 (SCHEDULE_DEBUG_INSN_P): Likewise.
22847 * sched-rgn.c (init_ready_list): Drop special treatment of
22848 boundary debug insns.
22849 * final.c (rest_of_clean-state): Clear notes' BB.
22850
b305e3da
SP
228512011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22852
22853 * Makefile.in (LAMBDA_H): Removed.
22854 (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
22855 (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
22856 lambda-trans.o, and tree-loop-linear.o.
22857 (lto-symtab.o): Remove dependence on LAMBDA_H.
22858 (tree-loop-linear.o): Remove rule.
22859 (lambda-mat.o): Same.
22860 (lambda-trans.o): Same.
22861 (lambda-code.o): Same.
22862 (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
22863 (tree-vect-slp.o): Same.
22864 * hwint.h (gcd): Moved here.
22865 (least_common_multiple): Same.
22866 * lambda-code.c: Removed.
22867 * lambda-mat.c: Removed.
22868 * lambda-trans.c: Removed.
22869 * lambda.h: Removed.
22870 * tree-loop-linear.c: Removed.
22871 * lto-symtab.c: Do not include lambda.h.
22872 * omega.c (gcd): Removed.
22873 * passes.c (init_optimization_passes): Remove pass_linear_transform.
22874 * tree-data-ref.c (print_lambda_vector): Moved here.
22875 (lambda_vector_copy): Same.
22876 (lambda_matrix_copy): Same.
22877 (lambda_matrix_id): Same.
22878 (lambda_vector_first_nz): Same.
22879 (lambda_matrix_row_add): Same.
22880 (lambda_matrix_row_exchange): Same.
22881 (lambda_vector_mult_const): Same.
22882 (lambda_vector_negate): Same.
22883 (lambda_matrix_row_negate): Same.
22884 (lambda_vector_equal): Same.
22885 (lambda_matrix_right_hermite): Same.
22886 * tree-data-ref.h: Do not include lambda.h.
22887 (lambda_vector): Moved here.
22888 (lambda_matrix): Same.
22889 (dependence_level): Same.
22890 (lambda_transform_legal_p): Removed declaration.
22891 (lambda_collect_parameters): Same.
22892 (lambda_compute_access_matrices): Same.
22893 (lambda_vector_gcd): Same.
22894 (lambda_vector_new): Same.
22895 (lambda_vector_clear): Same.
22896 (lambda_vector_lexico_pos): Same.
22897 (lambda_vector_zerop): Same.
22898 (lambda_matrix_new): Same.
22899 * tree-flow.h (least_common_multiple): Removed declaration.
22900 * tree-parloops.c (lambda_trans_matrix): Moved here.
22901 (LTM_MATRIX): Same.
22902 (LTM_ROWSIZE): Same.
22903 (LTM_COLSIZE): Same.
22904 (LTM_DENOMINATOR): Same.
22905 (lambda_trans_matrix_new): Same.
22906 (lambda_matrix_vector_mult): Same.
22907 (lambda_transform_legal_p): Same.
22908 * tree-pass.h (pass_linear_transform): Removed declaration.
22909 * tree-ssa-loop.c (tree_linear_transform): Removed.
22910 (gate_tree_linear_transform): Removed.
22911 (pass_linear_transform): Removed.
22912 (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
22913 flag_loop_interchange.
22914
6bdfdb96
JJ
229152011-01-25 Jakub Jelinek <jakub@redhat.com>
22916
22917 PR tree-optimization/47265
22918 PR tree-optimization/47443
22919 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
22920 if name still has some uses.
22921
e4cba915
MJ
229222011-01-25 Martin Jambor <mjambor@suse.cz>
22923
22924 PR tree-optimization/47382
22925 * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
22926 (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
22927
509d65dd 229282011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>
f822b8ea
JS
22929
22930 * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
22931 sjlj_except_unwind_info.
22932
194313e2
RG
229332011-01-25 Richard Guenther <rguenther@suse.de>
22934
22935 PR tree-optimization/47426
22936 * tree-ssa-structalias.c (ipa_pta_execute): Make externally
22937 visible functions results escape.
22938
147a0bcf
JJ
229392011-01-25 Jakub Jelinek <jakub@redhat.com>
22940
22941 PR target/45701
22942 * config/arm/arm.c (any_sibcall_uses_r3): New function.
22943 (arm_get_frame_offsets): Use it.
22944
db963b52
SP
229452011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22946 Jakub Jelinek <jakub@redhat.com>
22947
22948 PR tree-optimization/47271
22949 * tree-if-conv.c (bb_postdominates_preds): New.
22950 (if_convertible_bb_p): Call bb_postdominates_preds.
22951 (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
22952 (predicate_scalar_phi): Call bb_postdominates_preds.
22953
bcddd3b9
NC
229542011-01-25 Nick Clifton <nickc@redhat.com>
22955
22956 * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
22957 * config/rx/rx.c (rx_function_value): Likewise.
22958 (rx_promote_function_mode): Likewise.
22959 (gen_safe_add): Place an outsized immediate value inside an UNSPEC
22960 in order to make it legitimate.
38be4072
UB
22961 * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
22962 make sure that the first operand is the same as the result register.
bcddd3b9
NC
22963 (addsi3_unspec): Delete.
22964 (subdi3): Do not accept immediate operands.
22965 (subdi3_internal): Likewise.
22966
7e6cb022
JL
229672011-01-25 Jeff Law <law@redhat.com>
22968
22969 PR rtl-optimization/37273
22970 * ira-costs.c (scan_one_insn): Detect constants living in memory and
22971 handle them like argument loads from stack slots. Do not double
22972 count memory for memory constants and argument loads from stack slots.
22973
9ffa621e
JJ
229742011-01-25 Jakub Jelinek <jakub@redhat.com>
22975
22976 PR tree-optimization/47427
22977 PR tree-optimization/47428
22978 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
22979 coalesce if the new root var would be TREE_READONLY.
22980
5bd6e652
RG
229812011-01-25 Richard Guenther <rguenther@suse.de>
22982
22983 PR middle-end/47414
22984 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
22985 correct type for TBAA.
22986
7c48ea69
SP
229872011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22988
22989 * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
22990 (close_phi_written_to_memory): Call for_each_index with
22991 dr_indices_valid_in_loop.
22992
38013f25
SP
229932011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22994
22995 * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
22996 when it is initialized.
22997
5c640e29
SP
229982011-01-25 Sebastian Pop <sebastian.pop@amd.com>
22999
23000 * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
23001 call to graphite_find_data_references_in_stmt.
23002 * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
23003 (try_generate_gimple_bb): Call outermost_loop_in_sese_1. Update
23004 call to graphite_find_data_references_in_stmt.
23005 (analyze_drs_in_stmts): Same.
23006 * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
23007 in which the scalar analysis of indices is performed.
23008 (create_data_ref): Same. Update call to dr_analyze_indices.
23009 (find_data_references_in_stmt): Update call to create_data_ref.
23010 (graphite_find_data_references_in_stmt): Same.
23011 * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
23012 declaration.
23013 (create_data_ref): Same.
23014 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
23015 call to create_data_ref.
23016
ac53c069
SP
230172011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23018
23019 * graphite-sese-to-poly.c (build_poly_scop): Move
38be4072 23020 rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
ac53c069 23021
3d17df15
SP
230222011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23023
23024 * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
23025 VAR_DECL, PARM_DECL, and RESULT_DECL.
23026
c513da01
SP
230272011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23028
23029 * graphite-dependences.c (reduction_dr_1): Allow several reductions
23030 in a reduction PBB.
23031 * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
23032 that have already been marked as PBB_IS_REDUCTION.
23033
3a292d59
SP
230342011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23035
23036 * graphite-scop-detection.c (same_close_phi_node): New.
23037 (remove_duplicate_close_phi): New.
23038 (make_close_phi_nodes_unique): New.
23039 (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
23040
ba858447
SP
230412011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23042
23043 * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
23044 * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
23045 of both data references to be the same.
23046
8d865c56
SP
230472011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23048
38be4072
UB
23049 * graphite-dependences.c (build_lexicographical_constraint): Remove
23050 the gdim parameter.
23051 (build_lexicographical_constraint): Adjust call to
23052 ppl_powerset_is_empty.
8d865c56
SP
23053 (dependence_polyhedron): Same.
23054 (graphite_legal_transform_dr): Same.
23055 (graphite_carried_dependence_level_k): Same.
38be4072
UB
23056 * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
23057 parameter.
8d865c56
SP
23058 * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
23059
50034a36
SP
230602011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23061
23062 * graphite-sese-to-poly.c
23063 (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
23064 (close_phi_written_to_memory): New.
23065 (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
23066 and unshare_expr.
23067
0deada9e
SP
230682011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23069
23070 * doc/install.texi: Update the expected version number of PPL to 0.11.
23071 * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
23072 #if PPL_VERSION_MINOR < 11.
23073
d7d3d6af
SP
230742011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23075
23076 * graphite-dependences.c: Include graphite-cloog-util.h.
23077 (new_poly_ddr): Inlined into dependence_polyhedron.
23078 (free_poly_ddr): Moved close by new_poly_ddr.
23079 (dependence_polyhedron_1): Renamed dependence_polyhedron.
23080 Early return NULL when ppl_powerset_is_empty returns true.
23081 (dependence_polyhedron): Renamed new_poly_ddr. Call only once
23082 poly_drs_may_alias_p. Avoid one call to ppl_powerset_is_empty.
23083 (graphite_legal_transform_dr): Call new_poly_ddr.
23084 (graphite_carried_dependence_level_k): Same.
23085 (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2. Use new_poly_ddr.
23086 (dot_transformed_deps_stmt_1): Removed.
23087 (dot_deps_stmt_1): Call dot_deps_stmt_2.
23088 (dot_original_deps): Renamed dot_deps_2. Call new_poly_ddr.
23089 (dot_deps_1): Call dot_deps_2.
23090 * Makefile.in (graphite-dependences.o): Add missing dependence on
23091 graphite-cloog-util.h.
23092
28c5db57
SP
230932011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23094
23095 * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
23096 (build_lexicographical_constraint): Same.
23097 (dependence_polyhedron_1): Same.
23098 (graphite_legal_transform_dr): Same.
23099 (graphite_carried_dependence_level_k): Same.
23100 * graphite-ppl.c (ppl_powerset_is_empty): New.
23101 * graphite-ppl.h (ppl_powerset_is_empty): Declared.
23102 * tree-data-ref.c (dump_data_reference): Print the basic block index.
23103
5168d98f
SP
231042011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23105
23106 * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
23107 the "a followed by b" relation and document it.
23108
4a40293a
SP
231092011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23110
23111 * graphite-dependences.c (build_lexicographical_constraint): Stop the
23112 iteration when the bag of constraints is empty.
23113
271fb6fa
SP
231142011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23115
23116 * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
23117
92d23680
SP
231182011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23119
23120 * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
23121 nest and two loop depths as parameters.
23122 (lst_try_interchange_loops): Call lst_interchange_profitable_p after
23123 lst_perfect_nestify.
23124
2f51deff
SP
231252011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23126
23127 * graphite-dependences.c (print_pddr): Call
23128 ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
23129
07f3593c
SP
231302011-01-25 Sebastian Pop <sebastian.pop@amd.com>
23131
23132 * graphite-ppl.c (debug_gmp_value): New.
23133 * graphite-ppl.h (debug_gmp_value): Declared.
23134
3fae6099
TG
231352011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
23136
23137 * doc/install.texi: Document availability of cloog-0.16.
23138
1c3ba85b
SP
231392011-01-25 Vladimir Kargov <kargov@gmail.com>
23140
23141 * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
23142 invalid postdominance info.
23143
e8ba94fc
JH
231442011-01-24 Jan Hubicka <jh@suse.cz>
23145
23146 PR c/21659
23147 * doc/extend.texi (weak pragma): Drop claim that it must
23148 appear before definition.
23149 * varasm.c (merge_weak, declare_weak): Only sanity check
23150 that DECL is not output at a time it is declared weak.
23151
2b6e2d13
KZ
231522011-01-24 Kenneth Zadeck <zadeck@naturalbridge.com>
23153
23154 * machmode.def: Fixed comments.
1c3ba85b 23155
9841210f
KT
231562011-01-24 Kai Tietz <kai.tietz@onevision.com>
23157
23158 * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
23159
231602011-01-24 Paul Koning <ni1d@arrl.net>
e046112d
PK
23161
23162 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
1c3ba85b 23163 WORDS_BIG_ENDIAN.
e046112d 23164
a6c5070a
L
231652011-01-24 H.J. Lu <hongjiu.lu@intel.com>
23166
23167 PR target/46519
23168 * config/i386/i386.c: Include sbitmap.h and fibheap.h.
23169 (block_info): Add scanned and prev.
23170 (move_or_delete_vzeroupper_2): Return if the basic block
23171 has been scanned and the upper 128bit state is unchanged
23172 from the last scan.
23173 (move_or_delete_vzeroupper_1): Return true if the exit
23174 state is changed.
23175 (move_or_delete_vzeroupper): Visit basic blocks using the
23176 work-list based algorithm based on vt_find_locations in
23177 var-tracking.c.
23178
23179 * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
23180
a40d79d7
NC
231812011-01-24 Nick Clifton <nickc@redhat.com>
23182
23183 * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
23184 * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
23185 -mv850e1 to the assembler. If -mv850e1 or -mv850es is specified
23186 then define __v850e1__.
23187 * doc/invoke.texi: Document -mv850es.
23188
440eb8de
RH
231892011-01-24 Richard Henderson <rth@redhat.com>
23190
23191 * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
23192 compound unordered comparisons.
23193 * config/rx/rx.c (rx_split_fp_compare): Remove.
23194 * config/rx/rx-protos.h: Update.
23195 * config/rx/rx.md (gcc_conds, rx_conds): Remove.
23196 (cbranchsf4): Don't call rx_split_fp_compare.
23197 (*cbranchsf4): Use rx_split_cbranch.
23198 (*cmpsf): Don't accept "i" constraint.
23199 (*conditional_branch): Only valid after reload.
23200 (cstoresf4): Merge expander with insn. Don't call rx_split_fp_compare.
23201
3ff79f99
MM
232022011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
23203
23204 PR target/47385
23205 * config/rs6000/altivec.md (vector constant splitters): Add
23206 support for creating vector single precision constants if -mvsx is
23207 used and we would create the constant using Altivec primitives.
23208
ff3d9d08
BS
232092011-01-23 Bernd Schmidt <bernds@codesourcery.com>
23210 Richard Sandiford <rdsandiford@googlemail.com>
23211
23212 PR rtl-optimization/47166
23213 * reload1.c (emit_reload_insns): Disable the spill_reg_store
23214 mechanism for PRE_MODIFY and POST_MODIFY.
23215 (inc_for_reload): For PRE_MODIFY, return the insn that sets the
23216 reloadreg.
23217
7fcaf152
AS
232182011-01-23 Andreas Schwab <schwab@linux-m68k.org>
23219
8788adb6 23220 * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
7fcaf152 23221
d09b58c4
JH
232222011-01-22 Jan Hubicka <jh@suse.cz>
23223
23224 PR lto/47333
23225 * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
23226
e8ff8c5a
JH
232272011-01-22 Jan Hubicka <jh@suse.cz>
23228
23229 PR tree-optimization/43884
23230 PR lto/44334
8788adb6 23231 * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
e8ff8c5a
JH
23232 * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
23233
ccaed3ba
AS
232342011-01-22 Anatoly Sokolov <aesok@post.ru>
23235
23236 * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
23237 * config/s390/s390.c (s390_register_move_cost,
23238 s390_memory_move_cost): New.
23239 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
23240
0cecee06
UW
232412011-01-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23242
23243 PR middle-end/47401
23244 * except.c (sjlj_assign_call_site_values): Move setting the
23245 crtl->uses_eh_lsda flag to ...
23246 (sjlj_mark_call_sites): ... here.
23247 (sjlj_emit_function_enter): Support NULL dispatch label.
23248 (sjlj_build_landing_pads): In a function with no landing pads
23249 that still has must-not-throw regions, generate code to register
23250 a personality function with empty LSDA.
23251
e692f276
RH
232522011-01-21 Richard Henderson <rth@redhat.com>
23253
1b7ae0b7
RH
23254 * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
23255
3843787f
RH
23256 * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
23257
e692f276
RH
23258 * compare-elim.c: New file.
23259 * Makefile.in (OBJS-common): Add it.
23260 (compare-elim.o): New.
23261 * common.opt (fcompare-elim): New.
23262 * opts.c (default_options_table): Add OPT_fcompare_elim.
23263 * tree-pass.h (pass_compare_elim_after_reload): New.
23264 * passes.c (init_optimization_passes): Add it.
23265 * recog.h: Protect against re-inclusion.
23266 * target.def (TARGET_FLAGS_REGNUM): New POD hook.
23267 * doc/invoke.texi (-fcompare-elim): Document it.
23268 * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
23269 * doc/tm.texi: Rebuild.
23270
9a7c2050
NC
232712011-01-22 Nick Clifton <nickc@redhat.com>
23272
23273 * config/rx/rx.md (cstoresf4): Pass comparison operator to
23274 rx_split_fp_compare.
23275
15ba5696
NC
232762011-01-22 Nick Clifton <nickc@redhat.com>
23277
23278 * config/rx/rx.md (UNSPEC_CONST): New.
23279 (deallocate_and_return): Wrap the amount popped off the stack in
23280 an UNSPEC_CONST in order to stop it being rejected by
23281 -mmax-constant-size.
23282 (pop_and_return): Add a "(return)" rtx.
23283 (call): Drop the immediate operand.
23284 (call_internal): Likewise.
23285 (call_value): Likewise.
23286 (call_value_internal): Likewise.
23287 (sibcall_internal): Likewise.
23288 (sibcall_value_internal): Likewise.
23289 (sibcall): Likewise. Generate an explicit call using
23290 sibcall_internal.
23291 (sibcall_value): Likewise.
23292 (mov<>): FAIL if a constant operand is not legitimate.
23293 (addsi3_unpsec): New pattern.
9a7c2050 23294
38be4072 23295 * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
15ba5696
NC
23296 (ok_for_max_constant): New function.
23297 (gen_safe_add): New function.
23298 (rx_expand_prologue): Use gen_safe_add.
23299 (rx_expand_epilogue): Likewise.
23300 (rx_is_legitimate_constant): Use ok_for_max_constant. Handle
23301 UNSPEC CONSTs.
23302
caaf13d3
JL
233032011-01-21 Jeff Law <law@redhat.com>
23304
23305 PR tree-optimization/47053
23306 * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
23307 (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
23308 statements are deleted.
23309 (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP. If NEED_EH_CLEANUP
23310 is nonempty, then purge dead edges and cleanup the CFG.
23311
12c30f2f
AO
233122011-01-21 Alexandre Oliva <aoliva@redhat.com>
23313
23314 PR debug/47402
23315 Temporarily revert:
23316 2011-01-21 Alexandre Oliva <aoliva@redhat.com>
23317 PR debug/47106
23318 * tree-dfa.c (create_var_ann): Mark variable as used.
23319
7360d2ac
JJ
233202011-01-21 Jakub Jelinek <jakub@redhat.com>
23321
aaa52a96
JJ
23322 PR middle-end/45566
23323 * except.c (convert_to_eh_region_ranges): Emit queued no-region
23324 notes from other section in hot/cold partitioning even if
23325 last_action is -3. Increment call_site_base.
23326
7360d2ac
JJ
23327 PR rtl-optimization/47366
23328 * fwprop.c (forward_propagate_into): Return bool. If
23329 any changes are made, -fnon-call-exceptions is used and
23330 REG_EH_REGION note is present, call purge_dead_edges
23331 and return true if it purged anything.
23332 (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
23333 any EH edges were purged.
23334
e90b336f
JL
233352011-01-21 Jeff Law <law@redhat.com>
23336
23337 PR rtl-optimization/41619
23338 * caller-save.c (setup_save_areas): Break out code to determine
23339 which hard regs are live across calls by examining the reload chains
23340 so that it is always used.
23341 Eliminate code which checked REG_N_CALLS_CROSSED.
23342
3ffe07e1
JJ
233432011-01-21 Jakub Jelinek <jakub@redhat.com>
23344
23345 PR tree-optimization/47355
23346 * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
23347 NOP has non-debug uses beyond PHIs in new_bb.
23348
1c7d0b34
AO
233492011-01-21 Alexandre Oliva <aoliva@redhat.com>
23350
23351 PR debug/47106
23352 * cfgexpand.c (account_used_vars_for_block): Only account vars
23353 that are annotated as used.
23354 (estimated_stack_frame_size): Don't set TREE_USED.
23355 * tree-dfa.c (create_var_ann): Mark variable as used.
23356
f99cc488
RG
233572011-01-21 Richard Guenther <rguenther@suse.de>
23358
23359 PR middle-end/47395
23360 * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
23361
3bc27de7
RG
233622011-01-21 Richard Guenther <rguenther@suse.de>
23363
23364 PR tree-optimization/47365
23365 * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
23366 (vn_reference_lookup_pieces): Adjust.
23367 (vn_reference_lookup): Likewise.
23368 * tree-ssa-sccvn.c (vn_walk_kind): New static global.
23369 (vn_reference_lookup_3): Only look through kills if in
23370 VN_WALKREWRITE mode.
23371 (vn_reference_lookup_pieces): Adjust.
23372 (vn_reference_lookup): Likewise.
23373 (visit_reference_op_load): Likewise.
23374 (visit_reference_op_store): Likewise.
23375 * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
23376 (compute_avail): Likewise.
23377 (eliminate): Likewise.
23378
d8debb1d
JJ
233792011-01-21 Jakub Jelinek <jakub@redhat.com>
23380
23381 * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
23382 DECL_IGNORED_P non-reg vars if they are used.
23383
3a2df831
JJ
23384 PR tree-optimization/47391
23385 * varpool.c (const_value_known_p): Return false if
23386 decl is volatile.
23387
1dd584a2
KT
233882011-01-21 Kai Tietz <kai.tietz@onevision.com>
23389
23390 PR bootstrap/47215
23391 * config/i386/i386.c (ix86_local_alignment): Handle
23392 case for va_list_type_node is nil.
23393 (ix86_canonical_va_list_type): Likewise.
23394
7f9f095e
AM
233952011-01-21 Alan Modra <amodra@gmail.com>
23396
23397 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
23398 builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
23399
837b01f6
RR
234002011-01-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23401
23402 * config/arm/arm.md (define_attr type): Rename f_load
23403 and f_store to f_fpa_load and f_fpa_store. Update.
23404 (write_conflict): Deal with rename fallout.
23405 (*push_fp_multi): Likewise.
23406 * config/arm/fpa.md (f_load): Use f_fpa_load.
23407 (f_store): Use f_fpa_store.
23408 (*movsf_fpa): Likewise.
23409 (*movdf_fpa): Likewise.
23410 (*movxf_fpa): Likewise.
23411 (*thumb2_movsf_fpa): Likewise.
23412 (*thumb2_movdf_fpa): Likewise.
23413 (*thumb2_movxf_fpa): Likewise.
23414 * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
23415 f_loadd and f_stored.
23416 (*thumb2_movdi_vfp): Likewise.
23417 (*thumb2_movsf_vfp): Fix attribute to f_loads.
23418 (*thumb2_movsi_vfp): Likewise.
23419 * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
23420 Use f_loads instead of f_load.
23421 * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
23422
a1a79768
AS
234232011-01-20 Anatoly Sokolov <aesok@post.ru>
23424
23425 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
23426 * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
23427 * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
23428 (xtensa_mode_dependent_address_p): New function.
23429 (constantpool_address_p): Make static. Change return type to bool.
23430 Change argument type to const_rtx. Use CONST_INT_P predicate.
23431
427f6cec
AO
234322011-01-20 Alexandre Oliva <aoliva@redhat.com>
23433
23434 PR debug/46583
23435 * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
23436
583ac69c
JJ
234372011-01-20 Jakub Jelinek <jakub@redhat.com>
23438
23439 PR debug/47283
23440 * cfgexpand.c (expand_debug_expr): Instead of generating
23441 (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
23442 etc. handling.
23443
93e452ed
RG
234442011-01-20 Richard Guenther <rguenther@suse.de>
23445
23446 PR middle-end/47370
23447 * tree-inline.c (remap_gimple_op_r): Recurse manually for
23448 the pointer operand of MEM_REFs.
23449
28fc44f3
JJ
234502011-01-20 Jakub Jelinek <jakub@redhat.com>
23451
23452 PR tree-optimization/46130
23453 * ipa-split.c (consider_split): If return_bb contains non-virtual
23454 PHIs other than for retval or if split_function would not adjust it,
23455 refuse to split.
23456
ddd268f2
RG
234572011-01-20 Richard Guenther <rguenther@suse.de>
23458
23459 PR tree-optimization/47167
23460 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
23461 Revert previous change, only avoid enumeral type changes.
23462
882020aa
MS
234632011-01-19 Mike Stump <mikestump@comcast.net>
23464
23465 * doc/tm.texi.in (BRANCH_COST): Englishify.
23466 * doc/tm.texi (BRANCH_COST): Likewise.
23467
7edb6247
DS
234682011-01-19 Dodji Seketeli <dodji@redhat.com>
23469
23470 PR c++/47291
23471 * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
61052244
AM
23472 (gen_scheduled_generic_parms_dies): New functions.
23473 (gen_struct_or_union_type_die): Schedule template parameters DIEs
23474 generation for the end of CU compilation.
23475 (dwarf2out_finish): Generate template parameters DIEs here.
7edb6247 23476
23d5ed5d
AO
234772011-01-19 Alexandre Oliva <aoliva@redhat.com>
23478
23479 PR debug/46240
23480 * tree-into-ssa.c (maybe_register_def): Do not attempt to add
23481 debug bind stmt on merge edges.
23482
37d6a488
AO
234832011-01-19 Alexandre Oliva <aoliva@redhat.com>
23484
23485 PR debug/47079
23486 PR debug/46724
23487 * function.c (instantiate_expr): Instantiate incoming rtl of
23488 implicit arguments, and recurse on VALUE_EXPRs.
23489 (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
23490 * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
23491
689f2c82
AO
234922011-01-19 Alexandre Oliva <aoliva@redhat.com>
23493
23494 * c-parser.c (c_parser_for_statement): Initialize
23495 collection_expression.
23496
03029de4
JM
234972011-01-19 Joseph Myers <joseph@codesourcery.com>
23498
23499 * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
23500
3e03217e
JM
235012011-01-19 Joseph Myers <joseph@codesourcery.com>
23502
23503 * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
23504 (LINK_SHLIB_SPEC): Don't use %(link_path).
23505 (SUBTARGET_EXTRA_SPECS): Remove link_path.
23506
5bbe9b3f
JM
235072011-01-19 Joseph Myers <joseph@codesourcery.com>
23508
23509 * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
23510 (NO_SHARED_LIB_SUPPORT): Remove.
23511 (LINK_SHLIB_SPEC): Remove one conditional definition.
23512
368e0b39
JM
235132011-01-19 Joseph Myers <joseph@codesourcery.com>
23514
23515 * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
23516 %{call_shared}.
23517 * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
23518 * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
23519 * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
23520 %{call_shared} and conditionals on these options not being passed.
23521 * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
23522 %{call_shared}.
23523
ed7656f6
JJ
235242011-01-19 Jakub Jelinek <jakub@redhat.com>
23525
68457901
JJ
23526 * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
23527 simplify.
23528
ed7656f6
JJ
23529 * ipa-split.c: Spelling fixes.
23530
e0d1958f
RH
235312011-01-19 Richard Henderson <rth@redhat.com>
23532
23533 * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
23534 (*mulsi3): Likewise.
23535
27098b6b
RH
23536 * longlong.h [__mn10300__] (count_leading_zeros): New.
23537 [__mn10300__] (umul_ppmm, smul_ppmm): New.
23538 [__mn10300__] (add_ssaaaa, subddmmss): New.
23539 [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
23540 [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
23541
d6be7c36
UW
235422011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23543
23544 * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
23545
b1efde2a
RH
235462011-01-19 Richard Henderson <rth@redhat.com>
23547
44217823
RH
23548 * config/mn10300/mn10300.md (addsi3_flags): New.
23549 (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
23550 (subsi3_flags, subc_internal, subdi3): New.
23551 (subdi3_internal, *subdi3_degenerate): New.
23552 * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
23553
37a185d7
RH
23554 * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
23555 (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
23556 (mn10300_expand_epilogue): Use it. Compute REG_SAVE_BYTES once.
23557 * config/mn10300/mn10300-protos.h: Update.
23558 * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
23559 (return_ret): Likewise. Rename from return_internal_regs.
23560 (return_internal): Remove.
23561
040c5757
RH
23562 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
23563 (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
23564 (mn10300_legitimate_constant_p): Likewise.
23565 (mn10300_can_use_return_insn): Use mn10300_initial_offset.
23566 (mn10300_frame_size): New.
23567 (mn10300_expand_prologue): Use it.
23568 (mn10300_expand_epilogue): Likewise.
23569 (mn10300_initial_offset): Likewise.
23570 * config/mn10300/mn10300-protos.h: Update.
23571 * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
23572 * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
23573 (prologue, epilogue, return_internal): Tidy output code.
23574 (mn10300_store_multiple_operation, return): Likewise.
23575 (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
23576 (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
23577 (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
23578 (load_pic, am33_load_pic): New.
23579 (mn10300_load_pic0, mn10300_load_pic1): New.
23580
bad41521
RH
23581 * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
23582 * config/mn10300/mn10300.c (CC_FLAG_Z): New.
23583 (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
23584 (cc_flags_for_mode, cc_flags_for_code): New.
23585 (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
23586 overflow flag is not valid. Validate that the flags we need
23587 for the comparison are valid.
23588 (mn10300_output_cmp): Remove.
23589 (mn10300_output_add): New.
23590 (mn10300_select_cc_mode): Use cc_flags_for_code.
23591 (mn10300_split_cbranch): New.
23592 (mn10300_match_ccmode): New.
23593 (mn10300_split_and_operand_count): New.
23594 * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
23595 to the function.
23596 * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
23597 (addsi3): ... here. Use mn10300_output_add.
23598 (*addsi3_flags): New.
23599 (*am33_subsi3, *mn10300_subsi3): Merge...
23600 (subsi3): ... here. Use attribute isa.
23601 (*subsi3_flags): New.
23602 (negsi2): Rewrite from expander to insn_and_split. Use NOT+INC
23603 when possible.
23604 (*am33_andsi3, *mn10300_andsi3): Merge...
23605 (andsi3): ... here.
23606 (*andsi3_flags): New.
23607 (andsi3 splitters): New.
23608 (*am33_iorsi3, *mn10300_iorsi3): Merge...
23609 (iorsi3): ... here.
23610 (*iorsi3_flags): New.
23611 (*am33_xorsi3, *mn10300_xorsi3): Merge...
23612 (xorsi3): ... here.
23613 (*xorsi3_flags): New.
23614 (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
23615 (one_cmplsi2): ... here.
23616 (*one_cmplsi2_flags): New.
23617 (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload. Use "r"
23618 instead of "dax" in constraints. Use mn10300_split_cbranch.
23619 (*cmpsi): Rename from cmpsi. Do not use mn10300_output_cmp. Do not
23620 use matching constraints to eliminate a self-comparison.
23621 (*integer_conditional_branch): Rename from integer_conditional_branch.
23622 Use int_mode_flags to match CC_REG.
23623 (*cbranchsi4_btst, *btstsi): New.
23624 (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload. Use
23625 mn10300_split_cbranch.
23626 (*am33_cmpsf): Rename from am33_cmpsf.
23627 (*float_conditional_branch): Rename from float_conditional_branch.
23628 (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
23629 (zero_extendqisi2): ... here.
23630 (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
23631 (zero_extendhisi2): ... here.
23632 (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
23633 (extendqisi2): ... here.
23634 (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
23635 (extendhisi2): ... here.
23636 (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
23637 (ashlsi3): ... here.
23638 (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
23639 (lshrsi3): ... here.
23640 (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
23641 (ashrsi3): ... here.
23642 (consecutive add peephole): Remove.
23643 * config/mn10300/predicates.md (label_ref_operand): New.
23644 (int_mode_flags): New.
23645 (CCZN_comparison_operator): New.
23646
9efb4993
RH
23647 * config/mn10300/mn10300.md (UNSPEC_EXT): New.
23648 (throughput_42_latency_43): New reservation.
23649 (mulsidi3, umulsidi3): New expanders.
23650 (mulsidi3_internal): Rewrite from old mulsidi3 pattern. Expose
23651 the MDR register to allocation; separately allocate the low and
23652 high parts of the DImode result.
23653 (umulsidi3_internal): Similarly.
23654 (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
23655 (*mulsi3): ... here. Clobber MDR as a scratch as necessary.
23656 (udivsi3, umodsi3): Remove.
23657 (udivmodsi4, divmodsi4): New expanders.
23658 (*udivmodsi4): Rename from udivmodsi4. Expose MDR properly.
23659 (*divmodsi4): Simiarly.
23660 (ext_internal): New.
23661
c25a21f5
RH
23662 * config/mn10300/constraints.md ("z"): New constraint.
23663 * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
23664 (FIXED_REGISTERS): Don't fix MDR.
23665 (CALL_USED_REGSITERS): Reformat nicely.
23666 (REG_ALLOC_ORDER): Add MDR.
23667 (enum regclass): Add MDR_REGS.
23668 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
23669 (IRA_COVER_CLASSES): Add MDR_REGS.
23670 (REGNO_REG_CLASS): Handle MDR_REG.
23671 * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
23672 (mn10300_register_move_cost): Likewise.
23673 * config/mn10300/mn10300.md (MDR_REG): New.
23674 (*movsi_internal): Handle moves to/from MDR_REGS.
23675
36846b26
RH
23676 * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
23677 POST_MODIFY.
23678 (mn10300_secondary_reload): Tidy combination reload classes.
23679 (mn10300_legitimate_address_p): Allow post-modify and reg+reg
23680 addresses for AM33. Allow symbolic offsets for reg+imm.
23681 (mn10300_regno_in_class_p): New.
23682 (mn10300_legitimize_reload_address): New.
23683 * config/mn10300/mn10300.h (enum reg_class): Remove
23684 DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
23685 SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS. Add
23686 SP_OR_GENERAL_REGS.
23687 (REG_CLASS_NAMES): Update to match.
23688 (REG_CLASS_CONTENTS): Likewise.
23689 (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
23690 (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
23691 (REGNO_IN_RANGE_P): Remove.
23692 (REGNO_DATA_P): Use mn10300_regno_in_class_p.
23693 (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
23694 (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
23695 (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
23696 (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
23697 (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
23698 (REGNO_GENERAL_P): New.
23699 (HAVE_POST_MODIFY_DISP): New.
23700 (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
23701 (LEGITIMIZE_RELOAD_ADDRESS): New.
23702 * config/mn10300/mn10300-protos.h: Update.
23703
8b119bb6
RH
23704 * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
23705 DATA_REGS for AM33 stack-pointer destination.
23706 (mn10300_preferred_output_reload_class): Likewise.
23707 (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
23708 into a form appropriate for ...
23709 (TARGET_SECONDARY_RELOAD): New.
23710 * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
23711 * config/mn10300/mn10300-protos.h: Update.
23712 * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
23713 reload_insi; use the "A" constraint for the scratch; handle AM33
23714 moves of sp to non-address registers.
23715
b1efde2a
RH
23716 * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
23717 (*movqi_internal): ... here.
23718 (*am33_movhi, *mn10300_movhi): Merge into...
23719 (*movhi_internal): ... here.
23720 (*movsi_internal): Use "r" instead of "dax" in constraints. Use "A"
23721 as the source/destination of moves from/to SP.
23722 (movsf): Only allow for AM33-2.
1c3ba85b 23723 (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
b1efde2a
RH
23724 any integer constant constraint. Only allow for AM33-2. Tidy
23725 all of the alternative outputs.
23726 (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
23727 (udivmodsi4): Delete expander and promote *udivmodsi4. Disallow
23728 for MN103.
23729 (udivsi3, umodsi3): New patterns for MN103 only.
23730
b899fd78
JR
237312011-01-19 Joern Rennecke <amylaar@spamcop.net>
23732
23733 * doc/tm.texi.in: Spell out that a lack of register class unions
23734 can lead to ICEs.
23735 * doc/tm.texi: Regenerate.
23736
afaaa67d
JJ
237372011-01-19 Jakub Jelinek <jakub@redhat.com>
23738
2e0642cd
JJ
23739 PR rtl-optimization/47337
23740 * dce.c (check_argument_store): New function.
23741 (find_call_stack_args): Ignore debug insns. Use check_argument_store.
23742
afaaa67d
JJ
23743 PR tree-optimization/47290
23744 * tree-eh.c (infinite_empty_loop_p): New function.
23745 (cleanup_empty_eh): Use it.
23746
d2cd871f
SE
237472011-01-18 Steve Ellcey <sje@cup.hp.com>
23748
23749 PR target/46997
23750 * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
23751 (a64_expand_widen_sum): Ditto.
23752 * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
23753 (vec_extract_evenodd_help): Ditto.
23754 (vec_extract_evenv4hi): Ditto.
23755 (vec_extract_oddv4hi): Ditto.
23756 (vec_extract_evenv2si): Ditto.
23757 (vec_extract_oddv2si): Ditto.
23758 (vec_extract_evenv2sf): Ditto.
23759 (vec_extract_oddv2sf): Ditto.
23760 (vec_pack_trunc_v4hi: Ditto.
23761 (vec_pack_trunc_v2si): Ditto.
23762 (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
23763 (vec_interleave_highv8qi): Ditto.
23764 (mix1_r): Ditto.
23765 (vec_extract_oddv8qi): Ditto.
23766 (vec_interleave_lowv4hi): Ditto.
23767 (vec_interleave_highv4hi): Ditto.
23768 (vec_interleave_lowv2si): Ditto.
23769 (vec_interleave_highv2si): Ditto.
23770
41a1208a
JDA
237712011-01-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23772
23773 * doc/extend.texi: Mention __float128 support on hppa HP-UX.
23774 * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
23775 * config/pa/pa.c (pa_expand_builtin): New. Include "langhooks.h".
23776 (pa_c_mode_for_suffix): New.
23777 (TARGET_EXPAND_BUILTIN): Define.
23778 (TARGET_C_MODE_FOR_SUFFIX): Define.
23779 (pa_builtins): Define.
23780 (pa_init_builtins): Register __float128 type and init new support
23781 builtins.
23782 * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
23783 * config/pa/quadlib.c (_U_Qfcopysign): New.
23784
1ecad98e
EB
237852011-01-18 Eric Botcazou <ebotcazou@adacore.com>
23786
23787 PR middle-end/46894
23788 * explow.c (allocate_dynamic_stack_space): Do not assume more than
23789 BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
23790 are defined.
23791
d4f2460a
UW
237922011-01-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23793
23794 PR tree-optimization/47179
23795 * config/spu/spu.c (spu_ref_may_alias_errno): New function.
23796 (TARGET_REF_MAY_ALIAS_ERRNO): Define.
23797
4994da65
RG
237982011-01-18 Richard Guenther <rguenther@suse.de>
23799
23800 PR rtl-optimization/47216
23801 * emit-rtl.c: Include tree-flow.h.
23802 (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
23803 of replicating it with different semantics.
23804 * Makefile.in (emit-rtl.o): Adjust.
23805
1eb458d1
RR
238062011-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23807
38be4072 23808 * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
61052244 23809 (cortex_a9_dp): Handle neon types correctly.
1eb458d1 23810
e7ef91dc
JJ
238112011-01-18 Jakub Jelinek <jakub@redhat.com>
23812
23813 PR rtl-optimization/47299
23814 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
38be4072 23815 subtarget. Use normal multiplication if both operands are constants.
e7ef91dc
JJ
23816 * expmed.c (expand_widening_mult): Don't try to optimize constant
23817 multiplication if op0 has VOIDmode. Convert op1 constant to mode
23818 before using it.
23819
535b7874
RW
238202011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23821
23822 * doc/lto.texi (LTO): Ensure two spaces after period. Fix
23823 spacing after 'e.g.', typos, comma, hyphenation.
23824
27bf36f3
RH
238252011-01-17 Richard Henderson <rth@redhat.com>
23826
8a5b5449
RH
23827 * config/rx/predicates.md (rx_constshift_operand): Use match_test.
23828 (rx_restricted_mem_operand): New.
23829 (rx_shift_operand): Use register_operand.
23830 (rx_source_operand, rx_compare_operand): Likewise.
23831 * config/rx/rx.md (addsi3_flags): New expander.
23832 (adddi3): Rewrite as expander.
23833 (adc_internal, *adc_flags, adddi3_internal): New patterns.
23834 (subsi3_flags): New expander.
23835 (subdi3): Rewrite as expander.
23836 (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
23837
784f69be
RH
23838 * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
23839 (rx_init_builtins): Remove sat builtin.
23840 (rx_expand_builtin): Likewise.
23841 * config/rx/rx.md (ssaddsi3): New.
23842 (*sat): Rename from sat. Represent the CC_REG input.
23843
f033541c
RH
23844 * config/rx/predicates.md (rshift_operator): New.
23845 * config/rx/rx.c (rx_expand_insv): Remove.
23846 * config/rx/rx-protos.h: Update.
23847 * config/rx/rx.md (*bitset): Rename from bitset. Swap the ashift
23848 operand to the canonical position.
23849 (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
23850 (*bitclr, *bitclr_in_memory): Similarly.
23851 (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
23852 (insv): Retain the zero_extract in the expansion.
23853
34fee389
RH
23854 * config/rx/rx.md (bswapsi2): Use = not + for output reload.
23855 (bswaphi2, bitinvert, revw): Likewise.
23856
265c835f
RH
23857 * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
23858 (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
23859 * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
23860 (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
23861 (bitset, bitset_in_memory): Likewise.
23862 (bitinvert, bitinvert_in_memory): Likewise.
23863 (bitclr, bitclr_in_memory): Likewise.
23864 (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
23865 (rx_strend, rx_cmpstrn): Likewise.
23866 (rx_setmem): Likewise. Make the source BLKmode to match the dest.
23867 (bitop peep2 patterns): Remove.
23868
b4d83be3
RH
23869 * config/rx/rx.c (rx_match_ccmode): New.
23870 * config/rx/rx-protos.h: Update.
23871 * config/rx/rx.md (abssi2): Clobber, don't set flags.
23872 (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
23873 (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
23874 (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
23875 (fix_truncsfsi2, floatsisf2): Likewise.
23876 (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
23877 (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
23878 (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
23879 (*subsi3_flags, *xorsi3_flags): New.
23880
d0acb939
RH
23881 * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
23882
c06fc3d9
RH
23883 * config/rx/rx.c (rx_print_operand): Remove workaround for
23884 unsplit comparison operations.
23885
2882702b
RH
23886 * config/rx/rx.md (movsicc): Split after reload.
23887 (*movsicc): Merge *movsieq and *movsine via match_operator.
23888 (*stcc): New pattern.
23889
6f7310f2
RH
23890 * config/rx/rx.c (rx_float_compare_mode): Remove.
23891 * config/rx/rx.h (rx_float_compare_mode): Remove.
23892 * config/rx/rx.md (cstoresi4): Split after reload.
23893 (*sccc): New pattern.
23894
e963cb1a
RH
23895 * config/rx/predicates.md (label_ref_operand): New.
23896 (rx_z_comparison_operator): New.
23897 (rx_zs_comparison_operator): New.
23898 (rx_fp_comparison_operator): New.
23899 * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
23900 Validate that the flags are set properly for the comparison.
23901 (rx_gen_cond_branch_template): Remove.
23902 (rx_cc_modes_compatible): Remove.
23903 (mode_from_flags): New.
23904 (flags_from_code): Rename from flags_needed_for_conditional.
23905 (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
23906 (rx_select_cc_mode): Likewise.
23907 (rx_split_fp_compare): New.
23908 (rx_split_cbranch): New.
23909 * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
23910 (*cbranchsi4): Use match_operator and rx_split_cbranch.
23911 (*cbranchsf4): Similarly.
23912 (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>. Use
23913 match_operator and rx_split_cbranch.
23914 (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
23915 tstbranchsi4m_ne. Use match_operator and rx_split_cbranch.
23916 (*cmpsi): Rename from cmpsi.
23917 (*tstsi): Rename from tstsi.
23918 (*cmpsf): Rename from cmpsf; use CC_Fmode.
23919 (*conditional_branch): Rename from conditional_branch.
23920 (*reveresed_conditional_branch): Remove.
23921 (b<code>): Remove expander.
23922 * config/rx/rx-protos.h: Update.
23923
af530bb4
RH
23924 * config/rx/rx.c (rx_compare_redundant): Remove.
23925 * config/rx/rx.md (cmpsi): Don't use it.
23926 * config/rx/rx-protos.h: Update.
23927
27bf36f3
RH
23928 * config/rx/rx-modes.def (CC_F): New mode.
23929 * config/rx/rx.c (rx_select_cc_mode): New.
23930 * config/rx/rx.h (SELECT_CC_MODE): Use it.
23931 * config/rx/rx-protos.h: Update.
23932
d7fde127
RH
239332011-01-17 Richard Henderson <rth@redhat.com>
23934
23935 * except.c (dump_eh_tree): Fix stray ; after for statement.
23936
6ff38230
RG
239372011-01-17 Richard Guenther <rguenther@suse.de>
23938
23939 PR tree-optimization/47313
23940 * tree-inline.c (tree_function_versioning): Move DECL_RESULT
23941 handling before copying the body. Properly deal with
23942 by-reference result in SSA form.
23943
114ce554
ILT
239442011-01-17 Ian Lance Taylor <iant@google.com>
23945
bf5cd92b 23946 PR target/47219
114ce554
ILT
23947 * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
23948 (struct_value_alias_set): Don't define.
23949 (sparc_option_override): Don't set sparc_sr_alias_set and
23950 struct_value_alias_set.
23951 (save_or_restore_regs): Use gen_frame_mem rather than calling
23952 set_mem_alias_set.
23953 (sparc_struct_value_rtx): Likewise.
23954
98c6d93c
L
239552011-01-17 H.J. Lu <hongjiu.lu@intel.com>
23956
23957 PR target/47318
7a81008b 23958 * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
98c6d93c
L
23959 (_mm_maskstore_pd): Likewise.
23960 (_mm_maskload_ps): Likewise.
23961 (_mm_maskstore_ps): Likewise.
23962 (_mm256_maskload_pd): Change mask to __m256i.
23963 (_mm256_maskstore_pd): Likewise.
23964 (_mm256_maskload_ps): Likewise.
23965 (_mm256_maskstore_ps): Likewise.
23966
23967 * config/i386/i386-builtin-types.def: Updated.
23968 (ix86_expand_special_args_builtin): Likewise.
23969
23970 * config/i386/i386.c (bdesc_special_args): Update
23971 __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
23972 __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
23973 __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
23974 __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
23975
23976 * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
23977 Use <avxpermvecmode> on mask register.
23978 (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
23979
b9361af2 239802011-01-17 Olivier Hainque <hainque@adacore.com>
61052244
AM
23981 Michael Haubenwallner <michael.haubenwallner@salomon.at>
23982 Eric Botcazou <ebotcazou@adacore.com>
b9361af2
OH
23983
23984 PR target/46655
23985 * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
23986 if <= USHRT_MAX in 32-bit mode.
23987
b7ae9eb5
RW
239882011-01-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23989
23990 * doc/install.texi (Configuration, Specific): Wrap long
23991 lines in examples. Allow line wrapping in long options
23992 and URLs where beneficial for PDF output.
23993
4377fad9
RS
239942011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
23995
23996 * config/mips/mips.c (mips_classify_symbol): Don't return
23997 SYMBOL_PC_RELATIVE for nonlocal labels.
23998
55959ffa 239992011-01-15 Eric Botcazou <ebotcazou@adacore.com>
be46831f 24000
55959ffa
EB
24001 * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
24002
240032011-01-15 Jan Hubicka <jh@suse.cz>
24004
24005 PR tree-optimization/47276
be46831f
JH
24006 * ipa.c (function_and_variable_visibility): Do not try to mark alias
24007 declarations as needed.
24008
05842ff5
MJ
240092011-01-15 Martin Jambor <mjambor@suse.cz>
24010
24011 * common.opt (fdevirtualize): New flag.
24012 * doc/invoke.texi (Option Summary): Document it.
24013 * opts.c (default_options_table): Add devirtualize flag.
24014 * ipa-prop.c (detect_type_change): Return immediately if
24015 devirtualize flag is not set.
24016 (detect_type_change_ssa): Likewise.
24017 (compute_known_type_jump_func): Likewise.
24018 (ipa_analyze_virtual_call_uses): Likewise.
24019
f65cf2b7
MJ
240202011-01-14 Martin Jambor <mjambor@suse.cz>
24021
24022 PR tree-optimization/45934
24023 PR tree-optimization/46302
24024 * ipa-prop.c (type_change_info): New type.
24025 (stmt_may_be_vtbl_ptr_store): New function.
24026 (check_stmt_for_type_change): Likewise.
24027 (detect_type_change): Likewise.
24028 (detect_type_change_ssa): Likewise.
24029 (compute_complex_assign_jump_func): Check for dynamic type change.
24030 (compute_complex_ancestor_jump_func): Likewise.
24031 (compute_known_type_jump_func): Likewise.
24032 (compute_scalar_jump_functions): Likewise.
24033 (ipa_analyze_virtual_call_uses): Likewise.
24034 (ipa_analyze_node): Push and pop cfun, set current_function_decl.
24035
eb5bb0fd
JM
240362011-01-14 Joseph Myers <joseph@codesourcery.com>
24037
24038 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
24039 * config/i386/i386.opt (msse5): New Alias.
24040
f2060fbe
JM
240412011-01-14 Joseph Myers <joseph@codesourcery.com>
24042
24043 * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
24044 * config/sparc/linux64.h (CC1_SPEC): Likewise.
24045 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
24046 * config/sparc/sparc.h (CC1_SPEC): Likewise.
24047
3a7b4385
JM
240482011-01-14 Joseph Myers <joseph@codesourcery.com>
24049
24050 * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
24051 -mcpu options.
24052 * config/sparc/linux64.h (CC1_SPEC): Likewise.
24053 * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
24054 * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
24055 * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
24056 Likewise.
24057 * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
24058
a7b778f8
JM
240592011-01-14 Joseph Myers <joseph@codesourcery.com>
24060
38be4072 24061 * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
a7b778f8 24062
a7edae0a
MS
240632011-01-14 Mike Stump <mikestump@comcast.net>
24064
24065 * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
24066 * config/fr30/fr30.md: Likweise
24067 (movsi_push): Likewise.
24068 (movsi_pop): Likewise.
24069 (enter_func): Likewise.
24070 * config/moxie/moxie.md (movsi_push): Likewise.
24071 (movsi_pop): Likewise.
24072
cbabf03f
JM
240732011-01-14 Joseph Myers <joseph@codesourcery.com>
24074
24075 * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
24076 %{no_archive} %{exact_version}.
24077 * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
24078 * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
24079 %{no_archive} %{exact_version}.
24080 * config/mips/openbsd.h (LINK_SPEC): Likewise.
24081 * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
24082 * config/mips/vxworks.h: Likewise.
24083
438da41a
JM
240842011-01-14 Joseph Myers <joseph@codesourcery.com>
24085
38be4072 24086 * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
438da41a 24087
da290a42
JM
240882011-01-14 Joseph Myers <joseph@codesourcery.com>
24089
24090 * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
24091 ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
24092
8989d00e
JM
240932011-01-14 Joseph Myers <joseph@codesourcery.com>
24094
24095 * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
24096 -nodefaultlib.
24097
a3010a69
JM
240982011-01-14 Joseph Myers <joseph@codesourcery.com>
24099
24100 * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
24101 for mcpu not cpu.
24102 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
24103 CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
24104 not cpu.
24105 (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
24106 Don't handle -shlib.
24107
e7f2f537
JM
241082011-01-14 Joseph Myers <joseph@codesourcery.com>
24109
24110 * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
24111 (CC1_SPEC): Don't handle -profile.
24112
34830bfd
JM
241132011-01-14 Joseph Myers <joseph@codesourcery.com>
24114
24115 * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
24116 * config/mips/mips.h (CC1_SPEC): Likewise.
24117
b2d36e74
JM
241182011-01-14 Joseph Myers <joseph@codesourcery.com>
24119
24120 * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
24121 * config/mips/mips.h (CC1_SPEC): Likewise.
24122
dabadc52
JM
241232011-01-14 Joseph Myers <joseph@codesourcery.com>
24124
24125 * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
24126 * config/m32r/linux.h (LINK_SPEC): Likewise.
24127 * config/mips/linux.h (LINK_SPEC): Likewise.
24128 * config/mips/linux64.h (LINK_SPEC): Likewise.
24129 * config/sparc/linux.h (LINK_SPEC): Likewise.
24130 * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
24131 LINK_SPEC): Likewise.
24132 * config/xtensa/linux.h (LINK_SPEC): Likewise.
24133
43ee6785
JM
241342011-01-14 Joseph Myers <joseph@codesourcery.com>
24135
24136 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
24137 %{version:-v}.
24138 * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
24139
45e79dfd
JM
241402011-01-14 Joseph Myers <joseph@codesourcery.com>
24141
24142 * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
24143 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
24144
37e9e71d
JM
241452011-01-14 Joseph Myers <joseph@codesourcery.com>
24146
24147 * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
24148
bb127cd8
RO
241492011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24150
24151 * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
24152 supports -Bstatic/-Bdynamic.
24153 * configure: Regenerate.
24154
89a012ea 241552011-01-14 Jan Hubicka <jh@suse.cz>
509d65dd 24156 Jack Howarth <howarth@bromo.med.uc.edu>
89a012ea
JH
24157
24158 PR target/46037
24159 * config/darwin.c (darwin_override_options): Honor flag_gtoggle
24160 when checking debug_info_level. Test write_symbols instead of
24161 debug_hooks->var_location when setting flag_var_tracking_uninit.
24162
7352c013
RG
241632011-01-14 Richard Guenther <rguenther@suse.de>
24164
24165 PR tree-optimization/47179
24166 * target.def (ref_may_alias_errno): New target hook.
24167 * targhooks.h (default_ref_may_alias_errno): Declare.
24168 * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
24169 (default_ref_may_alias_errno): New function.
24170 * target.h (struct ao_ref_s): Declare.
24171 * tree-ssa-alias.c: Include target.h.
24172 (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
24173 * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
24174 (targhooks.o): Likewise.
24175 * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
24176 * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
24177
9a6c9288
RG
241782011-01-14 Richard Guenther <rguenther@suse.de>
24179
24180 * tree-ssa-structalias.c (new_var_info): Use DECL_HARD_REGISTER.
24181
0fdb0d27
RG
241822011-01-14 Richard Guenther <rguenther@suse.de>
24183
24184 PR tree-optimization/47280
24185 * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
24186 return CFG changes.
24187 (tree_ssa_forward_propagate_single_use_vars): Deal with
24188 CFG changes from associate_plusminus.
24189
8f66db3b
RG
241902011-01-14 Richard Guenther <rguenther@suse.de>
24191
24192 PR middle-end/47281
24193 Revert
24194 2011-01-11 Richard Guenther <rguenther@suse.de>
24195
280d9630
EB
24196 PR tree-optimization/46076
24197 * tree-ssa.c (useless_type_conversion_p): Conversions from
24198 unprototyped to empty argument list function types are useless.
8f66db3b 24199
6c0c92e6
RG
242002011-01-14 Richard Guenther <rguenther@suse.de>
24201
24202 PR tree-optimization/47286
280d9630 24203 * tree-ssa-structalias.c (new_var_info): Register variables are global.
6c0c92e6 24204
db09f943
MJ
242052011-01-14 Martin Jambor <mjambor@suse.cz>
24206
24207 PR middle-end/46823
24208 * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
24209
dde8a3a4
AS
242102011-01-13 Anatoly Sokolov <aesok@post.ru>
24211
24212 * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
24213 LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
24214 * config/xtensa/xtensa.c (xtensa_libcall_value,
24215 xtensa_function_value_regno_p): New functions.
24216 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
24217
a2b63a20
KT
242182011-01-13 Kai Tietz <kai.tietz@onevision.com>
24219
24220 PR c++/47213
24221 * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
24222 PE specific hook.
24223 * config/i386/i386-protos.h (i386_pe_assemble_visibility):
24224 New function prototype.
24225 * config/i386/winnt.c (i386_pe_assemble_visibility):
24226 Warn only if attribute was specified by user.
24227
b41f0b34
MM
242282011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
24229
24230 PR target/47251
24231 * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
24232 floating point.
24233 (floatunsdidf2_fcfidu): Ditto.
24234
3f3c098d
AK
242352011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24236
24237 * config/s390/s390.c (print_operand_address): Replace 'error' with
24238 'output_operand_lossage'.
24239 (print_operand): Likewise.
24240
29fa95ed
JL
242412011-01-13 Jeff Law <law@redhat.com>
24242
280d9630 24243 PR rtl-optimization/39077
29fa95ed
JL
24244 * doc/invoke.texi (max-gcse-insertion-ratio): Document.
24245 * params.h (MAX_GCSE_INSERTION_RATIO): Define.
24246 * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
24247 * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
24248 * gcse.c (prune_insertions_deletions): New function.
24249 (compute_pre_data): Use it.
24250
71d12276
DS
242512011-01-13 Dodji Seketeli <dodji@redhat.com>
24252
24253 PR debug/PR46973
24254 * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
24255 static function.
61052244 24256 (prune_unused_types_mark): Use it.
71d12276 24257
9b0f04e7
AB
242582011-01-13 Andrey Belevantsev <abel@ispras.ru>
24259
24260 PR rtl-optimization/45352
1c3ba85b 24261 * sel-sched.c: Update copyright years.
9b0f04e7 24262 (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
1c3ba85b 24263 in the advancing loop when we have issued issue_rate insns.
9b0f04e7 24264
d6a3e264
RH
242652011-01-12 Richard Henderson <rth@redhat.com>
24266
a49b692a
RH
24267 * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
24268 (TARGET_MD_ASM_CLOBBERS): New.
24269
126b1483
RH
24270 * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
24271 (TARGET_DELEGITIMIZE_ADDRESS): New.
24272
f3d9d2e0
RH
24273 * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
24274 (clzsi2, *bsch): New patterns.
24275
d84760c9
RH
24276 * config/mn10300/mn10300.md (INT): New mode iterator.
24277 (*mov<INT>_clr): New pattern, and peep2 to generate it.
24278
ec815d65
RH
24279 * config/mn10300/mn10300.c (mn10300_option_override): Force enable
24280 flag_split_wide_types.
24281
d6a3e264
RH
24282 * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
24283 (mn10300_trampoline_init): Rewrite without a template, an immediate
24284 load and a direct branch.
24285 * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
24286
0f8ab434
AS
242872011-01-12 Anatoly Sokolov <aesok@post.ru>
24288
24289 * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
24290 * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
24291 * config/s390/s390.c (s390_output_addr_const_extra): Make static.
24292 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
24293
d8a24b65
KT
242942011-01-12 Kai Tietz <kai.tietz@onevision.com>
24295
24296 PR debug/47209
24297 * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
24298 of type.
24299
56e22cab
JH
243002011-01-12 Jan Hubicka <jh@suse.cz>
24301
24302 PR driver/47244
24303 * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
24304 (PLUGIN_COND_CLOSE): New macro.
24305 (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
24306
4b18b3c2
RG
243072011-01-12 Richard Guenther <rguenther@suse.de>
24308
24309 PR lto/47259
24310 * lto-streamer-out.c (output_gimple_stmt): Do not wrap
24311 register variables in a MEM_REF.
24312
8e38461c
JM
243132011-01-12 Joseph Myers <joseph@codesourcery.com>
24314
24315 * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
24316 crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
24317 hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
24318 i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
24319 i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
24320 x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
24321 ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
24322 m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
24323 mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
24324 s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
24325 sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
24326 am33_2.0-*-linux*): Use gnu-user.h before linux.h.
24327 * config/gnu-user.h: New. Copied from linux.h.
24328 (LINUX_TARGET_STARTFILE_SPEC): Rename to
24329 GNU_USER_TARGET_STARTFILE_SPEC.
24330 (LINUX_TARGET_ENDFILE_SPEC): Rename to
24331 GNU_USER_TARGET_ENDFILE_SPEC.
24332 (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
24333 (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
24334 (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
24335 LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
24336 CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
24337 UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
24338 BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
24339 BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
24340 LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
24341 TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
24342 * config/arm/linux-eabi.h (CC1_SPEC): Use
24343 GNU_USER_TARGET_CC1_SPEC.
24344 (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
24345 (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
24346 (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
24347 * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
24348 LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
24349 LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
24350 CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
24351 LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
24352
a570fc16
RG
243532011-01-12 Richard Guenther <rguenther@suse.de>
24354
24355 PR other/46946
24356 * doc/invoke.texi (ffast-math): Document it is turned on
24357 with -Ofast.
24358
b0223c3e
JH
243592011-01-12 Jan Hubicka <jh@suse.cz>
24360
24361 PR tree-optimization/47233
ca1e00b3
EB
24362 * opts.c (common_handle_option): Disable ipa-reference with profile
24363 feedback.
b0223c3e 24364
1c3ba85b 243652011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
d853ee42
NP
24366
24367 * c-parser.c (c_parser_objc_at_property_declaration): Improved
ca1e00b3
EB
24368 error message.
24369
d853ee42
NP
243702011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
24371
24372 * c-parser.c (c_lex_one_token): Updated and reindented some
24373 comments. No changes in code.
24374
4053a5a0
ILT
243752011-01-11 Ian Lance Taylor <iant@google.com>
24376
24377 * godump.c (go_output_var): Don't output the variable if there is
24378 already a type with the same name.
24379
fa3e04d2
ILT
243802011-01-11 Ian Lance Taylor <iant@google.com>
24381
24382 * godump.c (go_format_type): Don't generate float80.
24383
885fe07c
RH
243842011-01-11 Richard Henderson <rth@redhat.com>
24385
72d6e3c5
RH
24386 * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
24387 declaration. Rewrite for both speed and size.
24388 (mn10300_address_cost_1): Remove.
24389 (mn10300_register_move_cost): New.
24390 (mn10300_memory_move_cost): New.
24391 (mn10300_rtx_costs): Rewrite for both speed and size. Don't handle
24392 ZERO_EXTRACT. Do handle UNSPEC, arithmetic, logicals, compare,
24393 extensions, shifts, BSWAP, CLZ.
24394 (mn10300_wide_const_load_uses_clr): Remove.
24395 (TARGET_REGISTER_MOVE_COST): New.
24396 (TARGET_MEMORY_MOVE_COST): New.
24397 * config/mn10300/mn10300-protos.h: Update.
24398 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
24399
df37c023
RH
24400 * config/mn10300/constraints.md ("R", "T"): Remove constraints.
24401 * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
24402 * config/mn10300/mn10300-protos.h: Update.
24403 * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
24404 (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
24405 (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
24406 (*test_int_bitfield, *test_byte_bitfield): Remove.
24407 (*bit_test, *subreg_bit_test): Remove.
62d3f9b2 24408 * config/mn10300/predicates.md (const_8bit_operand): Remove.
df37c023 24409
85a337b5
RH
24410 * config/mn10300/constraints.md ("c"): Rename from "A".
24411 ("A", "D"): New constraint letters.
24412 * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
24413 (fmssf4, fnmasf4, fnmssf4): Likewise.
24414
a5c727e3
RH
24415 * config/mn10300/mn10300.md (isa): New attribute.
24416 (enabled): New attribute.
24417
0d9e23f4
RH
24418 * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
24419 (abssf2, negsf2): Define only for hardware fp.
24420 (sqrtsf2): Reformat.
24421 (addsf3, subsf3, mulsf3): Merge expander and insn.
24422
c157b3f0
RH
24423 * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
24424 (DEBUGGER_AUTO_OFFSET): Remove.
24425 (DEBUGGER_ARG_OFFSET): Remove.
24426
cc909bba
RH
24427 * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
24428 Emit register stores with the same offsets as the hardware.
24429 (mn10300_store_multiple_operation): Don't check that the register
24430 save offsets are monotonic.
24431 * config/mn10300/mn10300-protos.h: Update.
24432
e3b5c2f3
RH
24433 * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
24434
885fe07c
RH
24435 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
24436 in terms of the value on the stack, not the MDR register.
24437
6e701822
JH
244382011-01-11 Jan Hubicka <jh@suse.cz>
24439
24440 PR lto/45721
24441 PR lto/45375
24442 * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
24443 (symbol_alias_set_destroy, symbol_alias_set_contains,
24444 propagate_aliases_backward): Declare.
24445 * lto-streamer-out.c (struct sets): New sturcture.
24446 (trivally_defined_alias): New function.
24447 (output_alias_pair_p): Rewrite.
24448 (output_unreferenced_globals): Fix output of alias pairs.
24449 (produce_symtab): Likewise.
24450 * ipa.c (function_and_variable_visibility): Set weak alias destination
24451 as needed in lto.
24452 * varasm.c (symbol_alias_set_t): Remove.
24453 (symbol_alias_set_destroy): Export.
24454 (propagate_aliases_forward, propagate_aliases_backward): New functions
24455 based on ...
24456 (compute_visible_aliases): ... this one; remove.
24457 (trivially_visible_alias): New
24458 (trivially_defined_alias): New.
24459 (remove_unreachable_alias_pairs): Rewrite.
24460 (finish_aliases_1): Reorganize code checking if alias is defined.
24461 * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
24462 in LTO mode.
24463
1b248907
RG
244642011-01-11 Richard Guenther <rguenther@suse.de>
24465
24466 PR tree-optimization/46076
24467 * tree-ssa.c (useless_type_conversion_p): Conversions from
24468 unprototyped to empty argument list function types are useless.
24469
b1923f0a
RG
244702011-01-11 Richard Guenther <rguenther@suse.de>
24471
24472 PR middle-end/45235
24473 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
24474 volatile MEMs as MEM_READONLY_P.
24475
e98965af
RG
244762011-01-11 Richard Guenther <rguenther@suse.de>
24477
24478 PR tree-optimization/47239
24479 * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
24480
9f9ca914
JL
244812011-01-11 Jeff Law <law@redhat.com>
24482
1ee3ea05 24483 PR tree-optimization/47086
9f9ca914
JL
24484 * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
24485 IVs from statements that might throw.
24486
345fdcb7
JH
244872011-01-10 Jan Hubicka <jh@suse.cz>
24488
24489 PR lto/45375
24490 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
24491
c459c97b
JH
244922011-01-10 Jan Hubicka <jh@suse.cz>
24493
24494 PR lto/45375
24495 * profile.c (read_profile_edge_counts): Ignore profile inconistency
24496 when correcting profile.
24497
06c9eb51
JH
244982011-01-10 Jan Hubicka <jh@suse.cz>
24499
24500 PR lto/46083
24501 * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
24502 DECL_FINI_PRIORITY.
24503 * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
24504 Restore DECL_FINI_PRIORITY.
24505
ae9fd815
RW
245062011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24507
24508 * doc/gimple.texi: Fix quoting of multi-word return values in
24509 @deftypefn statements. Ensure presence of return value. Wrap
24510 overlong @deftypefn lines.
24511 (is_gimple_operand, is_gimple_min_invariant_address): Remove
24512 descriptions of removed functions.
24513 * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
24514 of multi-word return value in @deftypefn statement.
24515
0ecb4a7c
RW
245162011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24517
24518 * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
24519 (Conditional Expressions, Logical Operators)
24520 (Statement and operand traversals): Do not indent smallexample
24521 code. Fix duplicate function argument in example.
24522
2e5e346d
JL
245232011-01-10 Jeff Law <law@redhat.com>
24524
1ee3ea05 24525 PR tree-optimization/47141
2e5e346d
JL
24526 * ipa-split.c (split_function): Handle case where we are
24527 returning a value and the return block has a virtual operand phi.
24528
cf9712cc
JH
245292011-01-10 Jan Hubicka <jh@suse.cz>
24530
1c3ba85b 24531 PR tree-optimization/47234
cf9712cc
JH
24532 * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
24533 (pass_feedback_split_functions): Declare.
24534 * passes.c (init_optimization_passes): Add ipa-split as subpass of
24535 tree-profile.
24536 * ipa-split.c (gate_split_functions): Update comments; disable
24537 split-functions for profile_arc_flag and branch_probabilities.
24538 (gate_feedback_split_functions): New function.
24539 (execute_feedback_split_functions): New function.
24540 (pass_feedback_split_functions): New global var.
24541
94cd932c
L
245422011-01-10 H.J. Lu <hongjiu.lu@intel.com>
24543
24544 PR lto/46760
24545 * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
24546 calling gimple_call_set_cannot_inline.
24547
fbbfcaf1
IS
245482011-01-10 Iain Sandoe <iains@gcc.gnu.org>
24549
24550 * config/darwin-sections.def: Remove unused section.
24551
d06865bf
DK
245522011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
24553
24554 PR c++/47218
24555 * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
24556
96bbfbac
NP
245572011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
24558
24559 PR objc/47232
24560 * c-parser.c (c_parser_declaration_or_fndef): Improved
24561 error message.
24562
1ba6516f
KT
245632011-01-09 Kai Tietz <kai.tietz@onevision.com>
24564
24565 * config/i386/winnt.c (i386_pe_start_function): Make sure
24566 to switch back to function's section.
24567
0c5d770e
IS
245682011-01-09 Iain Sandoe <iains@gcc.gnu.org>
24569
24570 PR gcc/46902
24571 PR testsuite/46912
24572 * plugin.c: Move include of dlfcn.h from here...
24573 * system.h: ... to here.
24574
245752011-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4ee1aa2a
RW
24576
24577 * doc/cpp.texi (C++ Named Operators): Fix markup for header
24578 file name.
24579 * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
24580 two extra empty pages in PDF output.
24581
046608a3
NP
245822011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
24583
24584 PR objc/47078
24585 * c-parser.c (c_parser_objc_type_name): If the type is unknown,
24586 for error recovery purposes behave as if it was not specified so
24587 that the default type is usd.
24588
8cb114b9
JH
245892011-01-07 Jan Hubicka <jh@suse.cz>
24590
24591 PR tree-optmization/46469
24592 * ipa.c (function_and_variable_visibility): Clear needed flags on
24593 nodes with external decls; handle weakrefs merging correctly.
24594
b294a75e
JM
245952011-01-07 Joseph Myers <joseph@codesourcery.com>
24596
24597 * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
24598 not false.
24599
96bdf9b4
JH
246002011-01-07 Jan Hubicka <jh@suse.cz>
24601
f60c2554 24602 * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
96bdf9b4
JH
24603 and no longer claim that gold is required for linker plugin.
24604 * configure: Regenerate.
24605 * gcc.c (PLUGIN_COND): New macro.
24606 (LINK_COMMAND_SPEC): Use it.
24607 (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
24608 * config.in (HAVE_LTO_PLUGIN): New.
24609 * configure.ac (--with-lto-plugin): New parameter; autodetect
24610 HAVE_LTO_PLUGIN.
24611
17afc0fe
JH
246122011-01-07 Jan Hubicka <jh@suse.cz>
24613
24614 PR tree-optimization/46367
24615 * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
24616 when we can update original.
24617 (cgraph_mark_inline_edge): Sanity check.
24618 * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
24619
d4c48c0f
UW
246202011-01-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24621
24622 * config/spu/spu.h (ASM_COMMENT_START): Define.
24623
96f5b137
L
246242011-01-07 H.J. Lu <hongjiu.lu@intel.com>
24625
24626 PR driver/42445
24627 * gcc.c (%>S): New.
24628 (SWITCH_KEEP_FOR_GCC): Likewise.
24629 (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
24630 (do_spec_1): Handle "%>".
24631
24632 * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
24633
c6a8f6de
JJ
246342011-01-07 Jakub Jelinek <jakub@redhat.com>
24635
c21bbd7a
JJ
24636 PR target/47201
24637 * config/i386/i386.c (ix86_delegitimize_address): If
24638 simplify_gen_subreg fails, return orig_x.
24639
c6a8f6de
JJ
24640 PR bootstrap/47187
24641 * value-prof.c (gimple_stringop_fixed_value): Handle
24642 lhs of the call properly.
24643
fe95fbf9
JH
246442011-01-07 Jan Hubicka <jh@suse.cz>
24645
24646 PR lto/45375
24647 * lto-opt.c (lto_reissue_options): Set flag_shlib.
24648
14d11d40
IS
246492011-01-07 Iain Sandoe <iains@gcc.gnu.org>
24650
72e961c8
EB
24651 * target.def (function_switched_text_sections): New hook.
24652 * doc/tm.texi: Regenerated.
24653 * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
14d11d40 24654 * final.c (default_function_switched_text_sections): New.
72e961c8
EB
24655 (final_scan_insn): Call function_switched_text_sections when a
24656 mid-function section change occurs.
14d11d40 24657 * output.h (default_function_switched_text_sections): Declare.
72e961c8
EB
24658 * config/darwin-protos.h (darwin_function_switched_text_sections):
24659 Likewise.
14d11d40 24660 * config/darwin.c (darwin_function_switched_text_sections): New.
72e961c8 24661 * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
14d11d40 24662
0b764288
IS
246632011-01-07 Iain Sandoe <iains@gcc.gnu.org>
24664
24665 * dwarf2out.c (gen_subprogram_die): Add pubnames with code ranges for
24666 DWARF >= 3. Add pubnames for the primary section and a reduced DIE for
24667 the secondary code fragment when outputting for DWARF == 2.
24668
2ac6bb04
AS
246692011-01-07 Anatoly Sokolov <aesok@post.ru>
24670
24671 * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
24672 * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
24673 Remove.
24674 * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
24675 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
24676
9f82de11
EB
246772011-01-06 Eric Botcazou <ebotcazou@adacore.com>
24678
24679 PR debug/46704
280d9630
EB
24680 * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
24681 when it is not empty.
9f82de11
EB
24682
246832011-01-06 Changpeng Fang <changpeng.fang@amd.com>
14b52538 24684
1ed72abf 24685 Bobcat Enablement
14b52538 24686 * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
1ed72abf 24687 (case ${target}): Add btver1.
14b52538 24688 * config/i386/driver-i386.c (host_detect_local_cpu): Let
1ed72abf 24689 -march=native recognize btver1 processors.
14b52538 24690 * config/i386/i386-c.c (ix86_target_macros_internal): Add
1ed72abf 24691 btver1 def_and_undef
14b52538 24692 * config/i386/i386.c (struct processor_costs btver1_cost): New
1ed72abf
CF
24693 btver1 cost table.
24694 (m_BTVER1): New definition.
24695 (m_AMD_MULTIPLE): Includes m_BTVER1.
24696 (initial_ix86_tune_features): Add btver1 tune.
24697 (processor_target_table): Add btver1 entry.
24698 (static const char *const cpu_names): Add btver1 entry.
24699 (software_prefetching_beneficial_p): Add btver1.
24700 (ix86_option_override_internal): Add btver1 instruction sets.
24701 (ix86_issue_rate): Add btver1.
24702 (ix86_adjust_cost): Add btver1.
14b52538 24703 * config/i386/i386.h (TARGET_BTVER1): New definition.
1ed72abf
CF
24704 (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
24705 (enum processor_type): Add PROCESSOR_BTVER1.
14b52538
CF
24706 * config/i386/i386.md (define_attr "cpu"): Add btver1.
24707
e1a973d8
RO
247082011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24709
24710 PR target/43309
24711 * config/i386/i386.c (legitimize_tls_address)
24712 <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
24713 * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
24714 (tls_initial_exec_64_sun): New pattern.
24715
c73f67c5
GP
247162011-01-06 Gerald Pfeifer <gerald@pfeifer.com>
24717
24718 * doc/invoke.texi (Overall Options): Improve wording and markup
24719 of the description of -wrapper.
24720
bc4c6f9c
JM
247212011-01-06 Joseph Myers <joseph@codesourcery.com>
24722
24723 * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
24724 rdynamic, threads): New Driver options.
24725
adb75db0
RO
247262011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24727
24728 PR target/38118
24729 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
24730 if coming from .tdata.
24731 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
24732
402c1cb4
JH
247332011-01-06 Jan Hubicka <jh@suse.cz>
24734
24735 PR lto/47188
24736 * collect2.c (main): Do not enable LTOmode when plugin is active.
24737
a4da6485
RO
247382011-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24739
24740 PR other/45915
24741 * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
24742 --version output if supported.
24743 * configure: Regenerate.
24744
028dbdf4
JM
247452011-01-06 Joseph Myers <joseph@codesourcery.com>
24746
24747 * config/linux-android.opt (tno-android-cc, tno-android-ld): New
24748 Driver options.
24749
dfe776dd
JJ
247502011-01-06 Jakub Jelinek <jakub@redhat.com>
24751
24752 PR c/47150
24753 * c-convert.c (convert): When converting a complex expression
24754 other than COMPLEX_EXPR to a different complex type, ensure
24755 c_save_expr is called instead of save_expr, unless in_late_binary_op.
24756 * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
24757 when converting COMPLEX_TYPE.
24758
210dedfe
IR
247592011-01-06 Ira Rosen <irar@il.ibm.com>
24760
24761 PR tree-optimization/47139
24762 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
24763 only the last reduction value is used outside the loop. Update
24764 documentation.
24765
cd33a412
JM
247662011-01-05 Joseph Myers <joseph@codesourcery.com>
24767
24768 * config/rtems.opt: New.
24769 * config.gcc (*-*-rtems*): Use rtems.opt.
24770
819edd94
CF
247712011-01-05 Changpeng Fang <changpeng.fang@amd.com>
24772
24773 * config/i386/i386.c (ix86_option_override_internal): Bulldozer
24774 processors do not support 3DNow instructions.
24775
dc242c4a
UW
247762011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24777
24778 * config/spu/spu.c (spu_option_override): Set parameter
24779 PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
24780
be286227
JH
247812011-01-05 Jan Hubicka <jh@suse.cz>
24782
24783 * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
24784 at the command line.
24785
644e637f
MJ
247862011-01-05 Martin Jambor <mjambor@suse.cz>
24787
24788 PR lto/47162
24789 * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
24790 deltas on streamed outgoing edges.
24791 (output_node_opt_summary): Output info for outgoing edges only when
24792 the node is in new parameter set.
24793 (output_cgraph_opt_summary): New parameter set, passed to the two
24794 aforementioned functions. Update its forward declaration and its
24795 callee too.
24796
7bd11157
TT
247972011-01-05 Tom Tromey <tromey@redhat.com>
24798
24799 * c-parser.c (c_parser_omp_atomic): Pass location of assignment
24800 operator to c_finish_omp_atomic.
24801 * c-typeck.c (lvalue_or_else): Add 'loc' argument.
24802 (build_unary_op): Update.
24803 (build_modify_expr): Update.
24804 (build_asm_expr): Update.
24805
f626b979
UW
248062011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24807
24808 * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
24809 newly inserted insns.
24810 (pad_bb): Likewise.
24811 (spu_emit_branch_hint): Likewise.
24812 (insert_hbrp_for_ilb_runout): Likewise.
24813 (spu_machine_dependent_reorg): Call df_finish_pass after
24814 schedule_insns returns.
24815
4c825c02
UW
248162011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24817
24818 * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
24819
5e9fba51
EB
248202011-01-05 Eric Botcazou <ebotcazou@adacore.com>
24821
24822 PR tree-optimization/47005
24823 * tree-sra.c (struct access): Add 'non_addressable' bit.
24824 (create_access): Set it for a DECL_NONADDRESSABLE_P field.
24825 (decide_one_param_reduction): Return 0 if the parameter is passed by
24826 reference and one of the accesses in the group is non_addressable.
24827
3ebb5ca6
EB
248282011-01-04 Eric Botcazou <ebotcazou@adacore.com>
24829
24830 PR tree-optimization/47056
24831 * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
24832 (mark_load): Likewise. Handle FUNCTION_DECL specially.
24833 (mark_store): Likewise. Pass STMT to ipa_record_reference.
24834
d5d4d14e
EB
248352011-01-04 Eric Botcazou <ebotcazou@adacore.com>
24836
24837 * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
24838 initializer. Skip view conversions from aggregate types.
24839
d996ef70
KT
248402011-01-04 Kai Tietz <kai.tietz@onevision.com>
24841
24842 PR bootstrap/47055
24843 * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
24844
509d65dd 248452011-01-04 Philipp Thomas <pth@suse.de>
017096ca
PT
24846
24847 * config/microblaze/microbalse.opt (mxl-float-convert): Fix
24848 obvious typo.
24849
55c623b5
UW
248502011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24851
24852 * function.c (thread_prologue_and_epilogue_insns): Do not crash
24853 on empty epilogue sequences.
24854
b98d6b35
JM
248552011-01-04 Joseph Myers <joseph@codesourcery.com>
24856
24857 * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
24858 non-static): New Driver options.
24859
a0d43bac
JZ
248602011-01-04 Jie Zhang <jie@codesourcery.com>
24861
24862 PR driver/47137
24863 * gcc.c (default_compilers[]): Set combinable field to 0
24864 for all assembly languages.
24865
2b18eb32
MX
248662011-01-04 Mingjie Xing <mingjie.xing@gmail.com>
24867
24868 * config/mips/loongson3a.md: New file.
24869 * config/mips/mips.md: Include loongson3a.md.
24870 * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
24871 TUNE_LOONGSON_3A.
24872
42a48c4f
EB
248732011-01-03 Eric Botcazou <ebotcazou@adacore.com>
24874
24875 PR middle-end/47017
24876 * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
24877 instead of convert_memory_address_addr_space on the base expression.
24878
9c1732c4
UW
248792011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24880
24881 * config/spu/spu.c (spu_option_override): Update error text
24882 for bad -march= / -mtune= values.
24883
aa474365
UW
248842011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24885
24886 * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
24887 if branch-hint optimization will be performed.
24888
9766135b
JJ
248892011-01-03 Jakub Jelinek <jakub@redhat.com>
24890
371556ee
JJ
24891 PR tree-optimization/47148
24892 * ipa-split.c (split_function): Convert arguments to
24893 DECL_ARG_TYPE if possible.
24894
1ac12fa2
JJ
24895 PR tree-optimization/47155
24896 * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
24897 when computing uns.
24898
9766135b
JJ
24899 PR rtl-optimization/47157
24900 * combine.c (try_combine): If undobuf.other_insn becomes
24901 (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
24902 and set *new_direct_jump_p too.
24903
f4a2e571
SP
249042011-01-03 Sebastian Pop <sebastian.pop@amd.com>
24905
24906 PR tree-optimization/47021
24907 * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
24908
9f8e43c0
JJ
249092011-01-03 Jakub Jelinek <jakub@redhat.com>
24910
24911 * gcc.c (process_command): Update copyright notice dates.
24912 * gcov.c (print_version): Likewise.
24913 * gcov-dump.c (print_version): Likewise.
24914 * mips-tfile.c (main): Likewise.
24915 * mips-tdump.c (main): Likewise.
24916
1a2e38f3
MJ
249172011-01-03 Martin Jambor <mjambor@suse.cz>
24918
24919 PR tree-optimization/46801
24920 * tree-sra.c (type_internals_preclude_sra_p): Check whether
24921 aggregate fields start at byte boundary instead of the bit-field flag.
24922
56b721c5
L
249232011-01-03 H.J. Lu <hongjiu.lu@intel.com>
24924
24925 PR driver/47137
24926 * gcc.c (main): Revert revision 168407.
24927
839d549b
MJ
249282011-01-03 Martin Jambor <mjambor@suse.cz>
24929
24930 * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
24931
4ce99a20 249322011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2fa6eeff
UW
24933
24934 * tree-vect-generic.c (expand_vector_operations_1): When using vector/
24935 vector optab to expand vector/scalar shift, update gimple to vector.
24936
76df0ae6
MJ
249372011-01-03 Martin Jambor <mjambor@suse.cz>
24938
24939 * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
24940 a thunk.
24941
ce47fda3
MJ
249422011-01-03 Martin Jambor <mjambor@suse.cz>
24943
24944 PR tree-optimization/46984
24945 * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
24946 HOST_WIDE_INT.
24947 (cgraph_create_indirect_edge): Fixed line length.
24948 (cgraph_indirect_call_info): Declare.
24949 (cgraph_make_edge_direct) Update declaration.
24950 * cgraph.c (cgraph_allocate_init_indirect_info): New function.
24951 (cgraph_create_indirect_edge): Use it.
24952 (cgraph_make_edge_direct): Made delta HOST_WIDE_INT. Updated all
24953 callees.
24954 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
24955 the new thunk_delta representation.
24956 * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
24957 HOST_WIDE_INT.
24958 (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
24959 (ipa_read_indirect_edge_info): Likewise.
24960 * lto-cgraph.c (output_edge_opt_summary): New function.
24961 (output_node_opt_summary): Call it on all outgoing edges.
24962 (input_edge_opt_summary): New function.
24963 (input_node_opt_summary): Call it on all outgoing edges.
24964
1e67fa1f
L
249652011-01-02 H.J. Lu <hongjiu.lu@intel.com>
24966
24967 PR driver/47137
24968 * gcc.c (main): Don't check have_o when settting combine_inputs.
24969
6656b2ac
EB
249702011-01-02 Eric Botcazou <ebotcazou@adacore.com>
24971
24972 * regrename.c: Add general comment describing the pass.
24973 (struct du_head): Remove 'length' field.
24974 (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
24975 (regrename_optimize): Do not sort chains. Rework comments, add others.
24976 Force renaming to the preferred class (if any) in the first pass and do
24977 not consider registers that belong to it in the second pass.
24978 (create_new_chain): Do not set 'length' field.
24979 (scan_rtx_reg): Likewise.
24980
bc470c24
JJ
249812011-01-02 Jakub Jelinek <jakub@redhat.com>
24982
4e996296
JJ
24983 PR tree-optimization/47140
24984 * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
24985 TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
24986 to bit_value_binop.
24987
bc470c24 24988 PR rtl-optimization/47028
6656b2ac
EB
24989 * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
24990 parm_birth_insn instead of at the beginning of first bb.
bc470c24 24991
5af62fcd 249922011-01-02 Mingjie Xing <mingjie.xing@gmail.com>
0d52f2a8
MX
24993
24994 * doc/generic.texi: Remove duplicated "@subsubsection Statements".
24995 Remove the word "see" before "@pxref".
24996 * doc/rtl.texi: Remove the word "see" before "@pxref".
24997
0e20c89f
JH
249982011-01-01 Jan Hubicka <jh@suse.cz>
24999
6656b2ac
EB
25000 * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
25001 memory.
0e20c89f 25002
220e83ca
KT
250032011-01-01 Kai Tietz <kai.tietz@onevision.com>
25004
25005 PR target/38662
6656b2ac 25006 * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
220e83ca 25007
ad41bd84 25008\f
797103eb 25009Copyright (C) 2011 Free Software Foundation, Inc.
ad41bd84
JM
25010
25011Copying and distribution of this file, with or without modification,
25012are permitted in any medium without royalty provided the copyright
25013notice and this notice are preserved.