Remove cloog_initialize and cloog_finalize when using official CLooG releases.
[gcc.git] / gcc / ChangeLog
1 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2
3 * graphite-cloog-util.c (oppose_constraint):
4 Extend loop counter's value range (CLOOG_ORG).
5 (cloog_matrix_to_ppl_constraint): Same.
6 (new_Constraint_System_from_Cloog_matrix): Same.
7 * graphite-cloog-compat.h (matrix_num_type): New.
8
9 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10
11 * graphite.c (graphite_initialize): Do not initialize
12 CLooG and initialize the Parma Polyhedra Library
13 manually when using CLOOG_ORG.
14 (graphite_finalize): Do not finalize CLooG and finalize
15 the Parma Polyhedra Library manually when using CLOOG_ORG.
16 * graphite-cloog-compat.h (cloog_initialize): Hide function
17 when using CLOOG_ORG.
18 (cloog_finalize): Same.
19
20 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
21
22 * graphite-clast-to-gimple.c (free_scattering): Change
23 CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
24 (CLOOG_ORG).
25 (build_cloog_prog): Same.
26 * graphite-cloog-compat.h (cloog_domain): Removed.
27 (cloog_scattering): New.
28 (cloog_set_domain): Removed.
29 (cloog_set_scattering): New.
30 (cloog_next_domain): Removed.
31 (cloog_next_scattering): New.
32 (cloog_set_next_domain): Removed.
33 (cloog_set_next_scattering): New.
34 (CloogScatteringList): New.
35 (CloogScattering): New.
36 (cloog_scattering_free): New.
37 (new_Cloog_Scattering_from_ppl_Polyhedron): New.
38 * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
39 New.
40
41 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
42
43 * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
44 CloogState.
45 (set_cloog_options): Same.
46 (print_clast_stmt): Same.
47 (scop_to_clast): Same.
48 (print_generated_program): Same.
49 (gloog): Same.
50 * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
51 (scop_to_clast): Extend with CloogState.
52 * graphite-cloog-util.c: Include graphite-cloog-compat.h
53 (new_Cloog_Domain_from_ppl_Polyhedron):
54 Extend with CloogState. Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
55 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
56 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
57 * graphite-cloog-util.h (build_cloog_prog): Same.
58 * graphite-cloog-copat.h (build_cloog_prog): New.
59 (CloogState): New.
60 (cloog_state_malloc): New.
61 (cloog_state_free): New.
62 (cloog_loop_malloc): New.
63 (cloog_options_malloc): New.
64 (cloog_statement_alloc): New.
65 (cloog_domain_from_cloog_matrix): New.
66 (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
67 (new_Cloog_Domain_from_ppl_Polyhedron): New.
68
69 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
70
71 * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
72 type of NAME now depends on used CLooG version.
73 (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
74 (gcc_type_for_clast_expr): Same.
75 (print_clast_stmt): Replace pprint with clast_pprint.
76 * graphite-cloog-compat.h: Provide compatibility macros for
77 CLooG Legacy.
78 (clast_name_p): New.
79 (clast_expr_term): New.
80 (clast_expr_red): New.
81 (clast_expr_bin): New.
82 (clast_pprint): New.
83
84 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
85
86 * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
87 compatible to newer CLooG releases (CLOOG_ORG).
88 (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
89 (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
90 * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
91 (build_cloog_prog) : New.
92 (cloog_program_extract_scalars): New.
93 (cloog_program_scatter): New.
94
95 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
96
97 * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
98 conditionally (CLOOG_ORG).
99 * graphite-cloog-compat.h: New. Include graphite-cloog-compat.h.
100 (cloog_statement_usr): New.
101 (cloog_domain): Same.
102 (cloog_set_domain): Same.
103 (cloog_next_domain): Same.
104 (cloog_set_next_domain): Same.
105 (cloog_program_nb_scattdims): Same.
106 (cloog_program_set_nb_scattdims): Same.
107 (cloog_program_names): Same.
108 (cloog_program_set_names): Same.
109 (cloog_program_set_context): Same.
110 (cloog_program_set_loop): Same.
111 (cloog_program_blocklist): Same.
112 (cloog_program_set_blocklist): Same.
113 (cloog_program_scaldims): Same.
114 (cloog_program_set_scaldims): Same.
115 (cloog_names_nb_parameters): Same.
116 (cloog_names_set_nb_parameters): Same.
117 (cloog_names_parameters): Same.
118 (cloog_names_set_parameters): Same.
119 (cloog_names_set_nb_iterators): Same.
120 (cloog_names_set_iterators): Same.
121 (cloog_names_set_nb_scattering): Same.
122 (cloog_names_set_scattering): Same.
123 (cloog_statement_set_usr): Same.
124 (cloog_loop_set_next): Same.
125 (cloog_loop_set_domain): Same.
126 (cloog_loop_set_block): Same.
127 (cloog_block_list_next): Same.
128 (cloog_block_list_set_next):
129 (cloog_block_list_set_block): Same.
130
131 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
132
133 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
134 a bool.
135 (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
136 (rewrite_commutative_reductions_out_of_ssa_loop): Same.
137 (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
138 when something has been changed.
139 (rewrite_commutative_reductions_out_of_ssa): Same.
140
141 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
142
143 * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
144 handle the case when def is in the sese region.
145 (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
146 for invariant expressions.
147 (rewrite_cross_bb_phi_deps): Removed.
148 (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
149 (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
150 rewrite_cross_bb_phi_deps.2
151
152 010-08-02 Sebastian Pop <sebastian.pop@amd.com>
153
154 * graphite-sese-to-poly.c
155 (rewrite_commutative_reductions_out_of_ssa_loop): Call
156 scev_analyzable_p only on is_gimple_reg
157
158 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
159
160 * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
161 (rewrite_close_phi_out_of_ssa): Propagate constant values or
162 parametric expressions outside the scop region.
163 (rewrite_cross_bb_scalar_deps): Same.
164 * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
165
166 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
167
168 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
169 SSA_NAME_DEF_STMT only on SSA_NAMEs.
170
171 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
172
173 * tree-scalar-evolution.c (instantiate_scev_name): Do not
174 instantiate default definitions.
175
176 2010-08-02 Vladimir Kargov <kargov@gmail.com>
177 Sebastian Pop <sebastian.pop@amd.com>
178
179 * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
180 (loop_exits_from_bb_p): New.
181 * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
182 (loop_exits_from_bb_p): Declared.
183 * graphite-scop-detection.c (scopdet_basic_block_info): Call
184 loop_exits_to_bb_p.
185
186 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
187
188 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
189 extra parameter for the region. Call scev_analyzable_p.
190 (rewrite_reductions_out_of_ssa): Update call to
191 rewrite_close_phi_out_of_ssa.
192 (rewrite_cross_bb_phi_deps): Same.
193 (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
194 parameter for the region. Call scev_analyzable_p.
195 (rewrite_commutative_reductions_out_of_ssa): Update call to
196 rewrite_commutative_reductions_out_of_ssa_loop.
197
198 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
199
200 * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
201
202 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
203
204 * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
205 SSA scalar phi nodes that can be scev_analyzable_p.
206
207 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
208
209 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
210 handle SSA_NAME_IS_DEFAULT_DEF.
211
212 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
213
214 * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
215
216 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
217
218 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
219 case non close-phi nodes with one argument.
220
221 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
222
223 * sese.h (scev_analyzable_p): Scevs could be expressions without
224 chrecs and still be scev_analyzable_p.
225
226 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
227
228 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
229
230 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
231
232 * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
233 * cfgloop.h (struct loop): Remove single_iv field.
234 * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
235 (scop_canonicalize_loops): Removed.
236 (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate
237 over all the loop phi nodes in loop->header.
238 (build_poly_scop): Remove use of scop_canonicalize_loops.
239
240 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
241
242 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
243 handle GIMPLE_CALL.
244
245 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
246
247 * tree-chrec.c (chrec_apply): Should only apply to the specified
248 variable. Also handle multivariate chains of recurrences that
249 satisfy evolution_function_is_affine_p. Also handle CASE_CONVERT.
250
251 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
252
253 * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
254 (debug_clast_name_indexes_1): Removed.
255 (debug_clast_name_indexes): Removed.
256 (pbb_to_depth_to_oldiv): Removed.
257 (build_iv_mapping): Replace the use of rename_map with iv_map.
258 (translate_clast_user): Remove uses of rename_map. Allocate and
259 free iv_map.
260 (translate_clast_for_loop): Remove uses of rename_map.
261 (translate_clast_for): Same.
262 (translate_clast_guard): Same.
263 (translate_clast): Same.
264 (gloog): Same.
265 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
266 * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
267 * sese.c (set_rename): Now static.
268 (rename_variables_in_stmt): Removed.
269 (rename_uses): New.
270 (is_parameter): Removed.
271 (is_iv): Removed.
272 (expand_scalar_variables_call): Removed.
273 (expand_scalar_variables_ssa_name): Removed.
274 (expand_scalar_variables_expr): Removed.
275 (expand_scalar_variables_stmt): Removed.
276 (expand_scalar_variables): Removed.
277 (rename_variables): Removed.
278 (remove_condition): Removed.
279 (get_true_edge_from_guard_bb): Removed.
280 (get_false_edge_from_guard_bb): Removed.
281 (struct igp): Removed.
282 (default_before_guard): Removed.
283 (convert_for_phi_arg): Removed.
284 (add_guard_exit_phis): Removed.
285 (insert_guard_phis): Removed.
286 (graphite_copy_stmts_from_block): Now also uses iv_map and a
287 region. Do not copy conditions. Do not copy induction variables.
288 Call rename_uses.
289 (copy_bb_and_scalar_dependences): Allocate a local rename_map for
290 the translated statement. Use the iv_map for the induction
291 variable renaming.
292 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
293 (set_rename): Removed declaration.
294 (scev_analyzable_p): ...here.
295 * tree-chrec.c (chrec_apply_map): New.
296 * tree-chrec.h (chrec_apply_map): Declared.
297
298 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
299
300 * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
301 insert_loop_close_phis.
302 * sese.c (name_defined_in_loop_p): Removed.
303 (expr_defined_in_loop_p): Removed.
304 (alive_after_loop): Removed.
305 (close_phi_not_yet_inserted_p): Removed.
306 (struct alep): Removed.
307 (add_loop_exit_phis): Removed.
308 (insert_loop_close_phis): Removed.
309
310 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
311
312 * graphite-cloog-util.c
313 (cloog_matrix_to_ppl_constraint): Fix flipped condition.
314 * graphite-poly.c
315 (psct_scattering_dim_for_loop_depth): Same.
316
317 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
318
319 * graphite-cloog-util.h: Added cloog.h.
320 * graphite-blocking.c: Removed cloog.h.
321 * graphite-dependences.c: Same.
322 * graphite-interchange.c: Same.
323 * graphite-poly.c: Same.
324 * graphite-ppl.c: Same.
325 * graphite-scop-detection.c: Same.
326 * graphite-sese-to-poly.c:
327 Removed cloog.h.
328 Removed graphite-clast-to-gimple.h.
329 (check_poly_representation): Removed (unused).
330 * graphite-sese-to-poly.h
331 (check_poly_representation): Removed (unused).
332
333 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
334
335 * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
336 (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
337 (graphite-cloog-util.o): New.
338 (graphite-ppl.o): Added graphite-cloog-util.h.
339 * graphite-clast-to-gimple.c:
340 Added graphite-cloog-util.h to include statements.
341 * graphite-cloog-util.c: New.
342 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
343 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
344 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
345 (new_C_Polyhedron_from_Cloog_Matrix): Same.
346 (insert_constraint_into_matrix): Same.
347 (ppl_Constrain_System_number_of_constraints): Same.
348 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
349 (oppose_constraint): Same.
350 (cloog_matrix_to_ppl_constraint): Same.
351 (new_Constraint_System_from_Cloog_Matrix): Same.
352 * graphite-cloog-util.h: New.
353 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
354 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
355 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
356 (new_C_Polyhedron_from_Cloog_Matrix): Same.
357 (insert_constraint_into_matrix): Same.
358 * graphite-ppl.c:
359 Added graphite-cloog-util.h to include statements.
360 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
361 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
362 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
363 (new_C_Polyhedron_from_Cloog_Matrix): Same.
364 (insert_constraint_into_matrix): Same.
365 (ppl_Constrain_System_number_of_constraints): Same.
366 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
367 (oppose_constraint): Same.
368 (cloog_matrix_to_ppl_constraint): Same.
369 (new_Constraint_System_from_Cloog_Matrix): Same.
370 * graphite-ppl.h:
371 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
372 graphite-cloog-util.h.
373 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
374 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
375 (new_C_Polyhedron_from_Cloog_Matrix): Same.
376 (insert_constraint_into_matrix): Same.
377
378 2010-08-02 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
379
380 * graphite-clast-to-gimple.c
381 (precision_for_value): Resolve value_* calls to matching mpz_* calls.
382 (precision_for_interval): Same.
383 (gcc_type_for_interval): Same.
384 (compute_type_for_level): Same.
385 * graphite-interchange.c
386 (lst_interchange_profitable_p): Same.
387 * graphite-poly.c
388 (psct_scattering_dim_for_loop_depth): Same.
389 * graphite-ppl.c
390 (ppl_max_for_le_pointset): Same.
391 (ppl_min_for_le_pointset): Same.
392
393 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
394
395 * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
396 (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
397
398 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
399
400 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
401 rewrite_close_phi_out_of_ssa.
402
403 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
404
405 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
406
407 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
408
409 * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
410 rename_map.
411 * sese.c (debug_rename_map): Same.
412 (get_rename): Same.
413 (set_rename): Same.
414 (rename_variables_in_stmt): Same.
415 (expand_scalar_variables_call): Same.
416 (expand_scalar_variables_ssa_name): Same.
417 (expand_scalar_variables_expr): Same.
418 (expand_scalar_variables_stmt): Same.
419 (expand_scalar_variables): Same.
420 (rename_variables): Same.
421 (graphite_copy_stmts_from_block): Same.
422 (copy_bb_and_scalar_dependences): Same.
423
424 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
425
426 * graphite-clast-to-gimple.c (copy_renames): Removed.
427 (translate_clast_for): Do not call copy_renames.
428 (translate_clast_guard): Same.
429
430 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
431
432 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
433 (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
434 (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
435 before rewrite_cross_bb_scalar_deps.
436
437 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
438
439 * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
440 Early return in when flag_associative_math is not set.
441
442 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
443
444 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
445 of SSA copies on edges except for loop->latch.
446
447 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
448
449 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
450 Split out of rewrite_reductions_out_of_ssa.
451 * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
452 Declared.
453 * graphite.c (graphite_transform_loops): Call it.
454
455 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
456
457 * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
458
459 2010-08-02 Alexander Monakov <amonakov@ispras.ru>
460
461 * dbgcnt.def (graphite_scop): New counter.
462 * graphite.c: Include dbgcnt.h.
463 (graphite_transform_loops): Use new counter to limit transformations.
464 * Makefile.in (graphite.o): Depend on DBGCNT_H.
465
466 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
467
468 * passes.c (init_optimization_passes): Add pass_graphite.
469 Schedule a pass_copy_prop before pass_graphite_transforms.
470 * timevar.def (TV_GRAPHITE): Declared.
471 * tree-pass.h (pass_graphite): Declared.
472 * tree-ssa-loop.c (pass_graphite): New.
473
474 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
475
476 * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
477 Remove calls to rename_nb_iterations and rename_sese_parameters.
478 * graphite-clast-to-gimple.h (gloog): Update declaration.
479 * graphite.c (graphite_transform_loops): Update call to gloog.
480 * sese.c (rename_variables_in_expr): Removed.
481 (rename_nb_iterations): Removed.
482 (rename_sese_parameters): Removed.
483 * sese.h (rename_nb_iterations): Removed.
484 (rename_sese_parameters): Removed.
485
486 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
487
488 * graphite-clast-to-gimple.c (gloog): Remove call to
489 sese_adjust_liveout_phis.
490 * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
491 SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
492 (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
493 rewrite_phi_out_of_ssa.
494 * sese.c (get_vdef_before_sese): Removed.
495 (sese_adjust_vphi): Removed.
496 (sese_adjust_liveout_phis): Removed.
497 * sese.h (sese_adjust_liveout_phis): Removed.
498
499 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
500
501 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
502 argument for the place after which to insert the out of SSA copy.
503 (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
504 (rewrite_phi_out_of_ssa): Same.
505 (rewrite_cross_bb_scalar_deps): Same.
506 (insert_copyout): Removed.
507 (insert_copyin): Removed.
508 (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
509 insert_out_of_ssa_copy_on_edge instead of insert_copyout and
510 insert_copyin.
511
512 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
513
514 * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
515 (rewrite_reductions_out_of_ssa): Same.
516 (rewrite_commutative_reductions_out_of_ssa): Same.
517 (build_poly_scop): Do not call these functions.
518 * graphite-sese-to-poly.h (build_poly_scop): Declared.
519 (rewrite_reductions_out_of_ssa): Declared.
520 (rewrite_commutative_reductions_out_of_ssa): Declared.
521 * graphite.c (graphite_transform_loops): Call on every scop
522 rewrite_commutative_reductions_out_of_ssa before calling
523 rewrite_reductions_out_of_ssa and build_scop_bbs.
524
525 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
526
527 * graphite-dependences.c (dot_deps): Make system call to dotty run
528 in background.
529 (dot_deps_stmt): Same.
530 * graphite-poly.c (dot_lst): Same.
531
532 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
533
534 * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
535 phi_arg_in_outermost_loop.
536 (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
537 (remove_invariant_phi): Same.
538
539 2010-08-11 Anatoly Sokolov <aesok@post.ru>
540
541 * target.def (output_addr_const_extra): New hook.
542 * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
543 * doc/tm.texi: Regenerate.
544 * targhooks.c (default_asm_output_addr_const_extra): New function.
545 * targhooks.h (default_asm_output_addr_const_extra): Declare.
546 * final.c: (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
547 target hook.
548
549 * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
550 * config/i386/i386-protos.h (output_addr_const_extra): Remove.
551 * config/i386/i386.h (output_addr_const_extra): Rename to...
552 (i386_asm_output_addr_const_extra): ...this. Make static.
553 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
554
555 2010-08-11 Richard Henderson <rth@redhat.com>
556
557 * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
558
559 2010-08-11 Nick Clifton <nickc@redhat.com>
560
561 * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
562 * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
563 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
564 stormy16-lib2-cmpsi.c.
565
566 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
567 -O2.
568
569 2010-08-11 Joseph Myers <joseph@codesourcery.com>
570
571 * opts.h (struct cl_option_handler_func): Make handler take
572 cl_decoded_option structure as parameter, not individual elements.
573 (struct cl_option_handlers): Make callbacks take cl_decoded_option
574 structure as parameter, not individual elements.
575 (handle_option): Take cl_decoded_option structure as parameter,
576 not individual elements.
577 (handle_generated_option): Declare.
578 * opts-common.c (handle_option): Take cl_decoded_option structure
579 as parameter, not individual elements. Update calls to callback
580 and handler functions.
581 (handle_generated_option): New.
582 (read_cmdline_option): Update calls to callback functions and
583 handle_option.
584 * opts.c (common_handle_option, complain_wrong_lang,
585 unknown_option_callback, post_handling_callback,
586 lang_handle_option, target_handle_option): Take cl_decoded_option
587 structure as parameter, not individual elements.
588 (lang_handle_option, target_handle_option, common_handle_option):
589 Assert option has at most one argument.
590 (enable_warning_as_error): Call handle_generated_option instead of
591 handle_option. Do not pass -Werror argument as argument of
592 generated option.
593
594 2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
595
596 * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
597 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
598 (SUBWORD_BOOL_CAS): Likewise.
599 (SUBWORD_SYNC_OP): Likewise.
600 (SUBWORD_TEST_AND_SET): Likewise.
601 (FETCH_AND_OP_WORD): Parenthesise INF_OP
602 (SUBWORD_SYNC_OP): Likewise.
603 (OP_AND_FETCH_WORD): Likewise.
604
605 2010-08-10 Xinliang David Li <davidxl@google.com>
606
607 * tree-ssa-loop-ivopts.c (get_address_cost): Properly
608 compute max/min offset in address.
609
610 2010-08-10 Vladimir Makarov <vmakarov@redhat.com>
611
612 * ira-live.c: Include sbitmap.h.
613 (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
614 Compress live ranges even more.
615
616 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
617
618 * coverage.c (ctr_labels): Delete.
619
620 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
621
622 PR bootstrap/45177
623 * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
624 test here from arm_gen_load_multiple_1.
625 (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
626 multiple_operation_profitable_p.
627
628 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
629
630 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
631 (fini_pre): Call free_aux_for_blocks. Delete unused bb variable.
632
633 2010-08-10 Richard Henderson <rth@redhat.com>
634
635 * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
636 after saving registers. Assert that SSE registers are only saved
637 with a sufficiently aligned frame.
638 (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
639 remove stack_realign_fp handling.
640 (ix86_expand_prologue): Save int registers before stack_realign_fp,
641 and do not mark the stack alignment as frame related.
642 (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
643
644 * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
645 saves when re-aligning the stack.
646
647 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
648
649 * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
650 * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
651 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
652
653 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
654
655 * dwarf2out.c (struct die_struct): Move die_tag to the end.
656
657 2010-08-09 Sofiane Naci <sofiane.naci@arm.com>
658
659 * config/arm/iterators.md: New file.
660 * config/arm/arm.md: Include iterators.md.
661 (QHSI): Move to new file.
662 (LTUGEU, cnb, optab, ior_xor): Likewise.
663 * config/arm/iwmmxt.md (VMMX): Move to new file.
664 (VSHFT, MMX_char): Likewise.
665 * config/arm/neon.md (VD): Move to new file.
666 (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
667 (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
668 (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
669 (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
670 (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
671 (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
672 (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
673 (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
674 (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
675 (Is_d_reg, V_mode_nunits): Likewise.
676 * config/arm/vec-common.md (VALL): Move to new file.
677 (VALLW, VINT, VINTW): Likewise.
678
679 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
680
681 PR middle-end/45182
682 * combine.c (make_compound_operation): Don't try to convert
683 shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
684
685 2010-08-10 Richard Guenther <rguenther@suse.de>
686
687 * tree.h (get_object_alignment): Adjust prototype.
688 * builtins.c (get_object_alignment): Return unsigned int,
689 drop the align parameter. Handle MEM_REF, MISALIGNED_INDIRECT_REF
690 and TARGET_MEM_REF properly.
691 (get_pointer_alignment): Adjust.
692 * emit-rtl.c (get_mem_align_offset): Adjust comment.
693 (set_mem_attributes_minus_bitpos): Adjust.
694 * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
695
696 2010-08-10 Richard Guenther <rguenther@suse.de>
697
698 * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
699 (copy_prop_visit_assignment): Simplify.
700 (copy_prop_visit_stmt): Also visit assignments from
701 constants.
702 (copy_prop_visit_phi_node): Use operand_equal_p.
703
704 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
705
706 * ipa-split.c (find_split_points): Free stack.
707
708 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
709
710 * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
711 * tree.c (tree_node_kind): Delete corresponding entries.
712
713 2010-08-09 H.J. Lu <hongjiu.lu@intel.com>
714
715 * alias.c (may_alias_p): Remove unused ret.
716
717 2010-08-09 Bingfeng Mei <bmei@broadcom.com>
718
719 * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
720 alias_sets_conflict_p.
721 (walk_mems_1): Moved from alias.c.
722 (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
723 in alias.c.
724 (add_inter_loop_mem_dep): Use insns_may_alias_p now.
725 * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
726 * alias.c (walk_mems_2): Moved to ddg.c.
727 (walk_mems_1): Ditto.
728 (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
729 to ddg.c.
730 (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
731 disambiguation.
732 *(may_alias_p): New function to check whether two memory expression
733 may alias or not. Currently used in buidling inter-iteration memory
734 dependence.
735 *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
736 (insn_alias_sets_conflict_p): Removed
737 *rtl.h (may_alias_p): New function prototype.
738
739 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
740
741 * tree.c (nreverse): Assert that we don't have a BLOCK.
742
743 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
744
745 * builtins.c (fold_builtin_next_arg): Use stdarg_p.
746 * config/arm/arm.c (arm_get_pcs_model): Likewise.
747 * config/avr/avr.c (init_cumulative_args): Likewise.
748 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
749 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
750 * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
751 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
752 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
753 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
754 * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
755 * dwarf2out.c (gen_subprogram_die): Likewise.
756 * function.c (allocate_struct_function): Likewise.
757 * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
758 (deserves_ellipsis): Delete.
759
760 2010-08-09 Richard Guenther <rguenther@suse.de>
761
762 * tree-ssa-copy.c (cached_last_copy_of): Remove.
763 (valueize_val): New function.
764 (get_last_copy_of): Remove.
765 (set_copy_of_val): Simplify.
766 (dump_copy_of): Likewise.
767 (copy_prop_visit_cond_stmt): Use valueize_val.
768 (copy_prop_visit_phi_node): Properly handle unvisited names.
769 Drop code managing copy-of chains.
770 (init_copy_prop): Adjust.
771 (fini_copy_prop): Likewise.
772 (execute_copy_prop): Remove obsolete comment.
773
774 2010-08-09 Richard Guenther <rguenther@suse.de>
775
776 PR middle-end/44632
777 * function.c (gimplify_parameters): Do not clear addressable
778 bit of the original parameter.
779
780 2010-08-09 Richard Guenther <rguenther@suse.de>
781
782 PR middle-end/45212
783 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
784 alignment from MEM_REF offset only if we took it from the
785 base object.
786
787 2010-08-09 Eric Fisher <joefoxreal@gmail.com>
788
789 * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
790
791 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
792
793 * c-tree.h (build_arg_info): Declare.
794 * c-decl.c (build_arg_info): Define.
795 (get_parm_info): Call it. Delete initialization code.
796 * c-parser.c (c_parser_parms_declarator): Likewise.
797 (c_parser_parms_list_declaractor): Likewise.
798
799 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
800
801 * c-tree.h (c_arg_tag): Define. Define a VEC containing it.
802 (struct c_arg_info): Change type of tags field.
803 * c-decl.c (grokdeclarator): Update for changed type of tags field.
804 (get_parm_info): Likewise.
805 (store_parm_decls_newstyle): Likewise.
806
807 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
808
809 * config/rs6000/rs6000.c (branch_island): Define. Define a VEC of it.
810 (branch_island_list): Delete.
811 (branch_islands): Declare.
812 (add_compiler_branch_island): Adjust for branch_islands instead of
813 branch_island_list.
814 (macho_branch_islands): Likewise.
815 (no_previous_def): Likewise.
816 (get_prev_label): Likewise.
817
818 2010-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
819
820 PR boehm-gc/34544
821 * gthr-posix.h (__gthread_start): Delete.
822 (__gthread_active_init): Use pthread_default_stacksize_np instead of
823 pthread_create to determine if hpux pthreads are active.
824 * gthr-posix95.h (__gthread_start): Delete.
825 (__gthread_active_init): Likewise use pthread_default_stacksize_np.
826
827 2010-08-08 Kai Tietz <kai.tietz@onevision.com>
828
829 * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
830 _WIN64 not expanded.
831
832 2010-08-07 Uros Bizjak <ubizjak@gmail.com>
833 H.J. Lu <hongjiu.lu@intel.com>
834
835 PR target/45213
836 * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
837 to output 32bit SFmode immediate as 8 byte sign extended value.
838
839 2010-08-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
840
841 * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
842 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
843 (SUBWORD_BOOL_CAS): Likewise.
844 (SUBWORD_SYNC_OP): Likewise.
845 (SUBWORD_TEST_AND_SET): Likewise.
846 (FETCH_AND_OP_WORD): Parenthesise INF_OP
847 (SUBWORD_SYNC_OP): Likewise.
848 (OP_AND_FETCH_WORD): Likewise.
849
850 2010-08-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
851
852 * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
853 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
854 (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
855 (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
856 generic part.
857 (cortex_a9_sched_adjust_cost): New function.
858 (xscale_sched_adjust_cost): New function.
859 * config/arm/arm-protos.h (struct tune_params): New field
860 sched_adjust_cost.
861 * config/arm/arm-cores.def: Adjust costs for cortex-a9.
862
863 2010-08-06 Eric Botcazou <ebotcazou@adacore.com>
864
865 PR target/44942
866 * config/sparc/sparc.c (function_arg_advance): Always take into account
867 the padding, if any.
868
869 2010-08-06 Richard Guenther <rguenther@suse.de>
870
871 * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
872 (dump_lattice_value): Dump it.
873 (get_default_value): Adjust.
874 (get_constant_value): Likewise.
875 (set_value_varying): Likewise.
876 (set_lattice_value): Make sure to not go up the lattice
877 with bitwise constant values.
878 (get_value_for_expr): Handle ADDR_EXPRs.
879 (value_to_double_int): New function.
880 (get_value_from_alignment): Likewise.
881 (do_dbg_cnt): Adjust.
882 (ccp_lattice_meet): Handle partially constant values.
883 (bit_value_unop_1): New function.
884 (bit_value_binop_1): Likewise.
885 (bit_value_unop): Likewise.
886 (bit_value_binop): Likewise.
887 (evaluate_stmt): Track partially constant values if
888 flag_tree_bit_ccp is set.
889 (ccp_fold_stmt): Dump if we folded a predicate.
890 (ccp_visit_stmt): Adjust.
891 * common.opt (ftree-bit-ccp): New flag.
892 * doc/invoke.texi (ftree-bit-ccp): Document.
893 * opts.c (decode_options): Enable bit-CCP at -O1.
894
895 2010-08-06 Alan Modra <amodra@gmail.com>
896
897 * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
898 and -mrelocatable-lib description.
899
900 2010-08-05 Bernd Schmidt <bernds@codesourcery.com>
901
902 From Martin Thuresson <martint@google.com>
903 * postreload.c (reload_cse_simplify_operands): Use
904 SET_REGNO_RAW instead of SET_REGNO.
905 * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
906 SET_REGNO.
907 * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
908 instead of SET_REGNO.
909 * rtl.h (SET_REGNO_RAW): New macro.
910
911 2010-08-05 Eric Botcazou <ebotcazou@adacore.com>
912
913 * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
914 computations. Fix formatting issues.
915 (num_sign_bit_copies1): Likewise.
916 (canonicalize_condition): Likewise.
917
918 2010-08-05 Richard Henderson <rth@redhat.com>
919
920 * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
921 (floor_log2): Use clz_hwi.
922 (exact_log2): Use ctz_hwi.
923 * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
924 * builtins.c (fold_builtin_bitop): Use them.
925 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
926 * combine.c (get_pos_from_mask): Use ctz_hwi.
927 * double-int.c (double_int_ctz): Likewise.
928 * explow.c (force_reg): Likewise.
929 * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
930
931 2010-08-05 Richard Henderson <rth@redhat.com>
932
933 PR target/45189
934 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
935 the alignment constant is properly sign-extended.
936
937 2010-08-05 Richard Guenther <rguenther@suse.de>
938
939 * expr.c (store_expr): Use emit_block_move only if both
940 source and target are MEMs. Use store_bit_field if only
941 the target is a MEM.
942
943 2010-08-05 Richard Henderson <rth@redhat.com>
944
945 PR debug/45188
946 * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
947 (INCOMING_RETURN_ADDR_RTX): Likewise.
948 (dwarf2out_do_frame): Remove conditional compilation.
949 (dwarf2out_frame_init): Likewise.
950
951 2010-08-05 Nicolas Setton <setton@adacore.com>
952
953 * gcov.c (flag_display_progress): New static variable.
954 (main): Display progress info on standard output if requested.
955 (options): Add -d/--display-progress.
956 (print_usage): Print them.
957 (process_args): Handle them.
958 * doc/gcov.texi: Document them.
959
960 2010-08-05 Martin Jambor <mjambor@suse.cz>
961
962 * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
963 (ipcp_insert_stage): Redirect only edges not flagged with
964 indirect_inlining_edge. Call ipcp_discover_new_direct_edges for all
965 discovered constants.
966
967 2010-08-05 Martin Jambor <mjambor@suse.cz>
968
969 * ipa-prop.h (enum ipa_lattice_type): Changed comments.
970 (struct ipa_param_descriptor): New fields types and
971 cannot_devirtualize.
972 (ipa_param_cannot_devirtualize_p): New function.
973 (ipa_param_types_vec_empty): Likewise.
974 (ipa_make_edge_direct_to_target): Declare.
975 * ipa-cp.c: Fixed first stage driver name in initial comment,
976 described devirtualization there too.
977 (ipcp_analyze_node): Call ipa_analyze_params_uses.
978 (ipcp_print_all_lattices): Print devirtualization info.
979 (ipa_set_param_cannot_devirtualize): New function.
980 (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
981 lattice to BOTTOM.
982 (ipcp_init_stage): Merged into...
983 (ipcp_generate_summary): ...its caller.
984 (ipcp_change_tops_to_bottom): Also process type lists.
985 (ipcp_add_param_type): New function.
986 (ipcp_copy_types): Likewise.
987 (ipcp_propagate_types): Likewise.
988 (ipcp_propagate_stage): Also propagate types.
989 (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
990 Also return true if propagated types require it.
991 (ipcp_update_callgraph): Dump redirection info.
992 (ipcp_process_devirtualization_opportunities): New function.
993 (ipcp_const_param_count): Include known type information.
994 (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
995 on new node. Fixed formatting.
996 * ipa-prop.c (make_edge_direct_to_target): Renamed to
997 ipa_make_edge_direct_to_target and changed all callers. Made
998 externally visible.
999 (ipa_node_duplication_hook): Duplicate types vector.
1000 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
1001 redirect outgoing calls for which we can't get a decl from the
1002 statement. Check that we can get a decl from the call statement.
1003 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
1004 ipa_analyze_params_uses only when ipa-cp is disabled.
1005 * tree-inline.c (get_indirect_callee_fndecl): Removed.
1006 (expand_call_inline): Do not call get_indirect_callee_fndecl.
1007 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
1008 * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
1009
1010 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
1011
1012 * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
1013 temporary. Emit move from temporary to accum, so REG_EQUAL note will
1014 be attached to this insn in correct mode.
1015
1016 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
1017
1018 * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
1019 using REGNO of base_reg directly.
1020
1021 2010-08-05 Jie Zhang <jie@codesourcery.com>
1022
1023 PR tree-optimization/45144
1024 * tree-sra.c (type_consists_of_records_p): Return false
1025 if the record contains bit-field.
1026
1027 2010-08-04 Richard Henderson <rth@redhat.com>
1028
1029 * config/i386/i386.c (struct ix86_frame): Remove padding and
1030 to_allocate members.
1031 (ix86_compute_frame_layout): Don't store them.
1032 (ix86_can_use_return_insn_p): Use a more direct and more obviously
1033 correct condition for the position of the stack pointer.
1034 (ix86_expand_prologue): Compute remaining stack allocation based
1035 on the ultimate stack pointer offset.
1036 (ix86_expand_epilogue): Use more obvious expressions testing for
1037 the stack pointer already pointing to the saved registers.
1038
1039 * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
1040 duplication deconstructing the frame pointer. Simplify
1041 deallocation of the local stack frame.
1042
1043 * reg-notes.def (CFA_EXPRESSION): New.
1044 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
1045 (dwarf2out_frame_debug_cfa_expression): New.
1046 (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
1047
1048 * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
1049 * config/i386/i386.c (ix86_expand_prologue): Set it.
1050 (ix86_expand_epilogue): Clear it.
1051 (ix86_emit_save_reg_using_mov): For registers saved in a realigned
1052 context, add REG_CFA_EXPRESSION notes.
1053
1054 * config/i386/i386.h (struct machine_frame_state): Rename from
1055 machine_cfa_state. Add members tracking SP and FP regardless
1056 of the current CFA register.
1057 (ix86_cfa_state): Remove.
1058 * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
1059 and sse_reg_save_offset members.
1060 (ix86_compute_frame_layout): Set them.
1061 (gen_push): Increment sp_offset too.
1062 (choose_baseaddr_len, choose_baseaddr): New.
1063 (ix86_emit_save_reg_using_mov): New.
1064 (ix86_emit_save_regs_using_mov): Use it.
1065 (ix86_emit_save_sse_regs_using_mov): Likewise.
1066 (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
1067 compare vs the saved red_zone_offset.
1068 (pro_epilogue_adjust_stack): Adjust sp_offset.
1069 (ix86_adjust_stack_and_probe): Likewise.
1070 (ix86_expand_prologue): Set up, use, and validate the new
1071 frame_state_info members. Use gen_frame_mem.
1072 (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
1073 (ix86_emit_restore_reg_using_pop): Likewise. Use and update the
1074 new frame_state_info members.
1075 (ix86_emit_leave): Likewise.
1076 (ix86_emit_restore_regs_using_mov): Likewise. Don't check for
1077 out-of-range stack pointer offsets here.
1078 (ix86_emit_restore_sse_regs_using_mov): Likewise.
1079 (ix86_expand_epilogue): Use and validate the new frame_state_info
1080 members. Break up and simplify the logic selecting the
1081 restore_regs_via_mov code path. Ensure that there will be no
1082 out-of-range stack pointer offsets.
1083
1084 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
1085
1086 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
1087 argument name to reflect the expected tree; fix indentation.
1088 (ix86_asm_output_function_label): Output the entire 32-bit
1089 ms_hook here as bytes ...
1090 (ix86_expand_prologue): ... not here as insns. Attach the
1091 unwind info for the ms_hook to a blockage insn.
1092 (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
1093 (ix86_ms_bitfield_layout_p): Fix indentation.
1094 * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
1095
1096 * config/i386/i386.c (ix86_using_red_zone): New.
1097 (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
1098 ix86_expand_prologue, ix86_force_to_memory): Use it.
1099
1100 * config/i386/i386.c (ix86_expand_prologue): Simplify logic
1101 saving the int registers.
1102
1103 * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
1104 and DWARF2_UNWIND_INFO conditional compilation.
1105
1106 2010-08-04 Richard Henderson <rth@redhat.com>
1107
1108 PR debug/45171
1109 * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
1110 an is_naming_typedef_decl.
1111
1112 2010-08-04 Bernd Schmidt <bernds@codesourcery.com>
1113
1114 PR rtl-optimization/45162
1115 * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
1116 * dce.c (word_dce_process_block): Likewise.
1117
1118 2010-08-04 Steve Ellcey <sje@cup.hp.com>
1119
1120 PR target/44583
1121 * config/ia64/constraints.md (Z): New.
1122 * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
1123 (xfreg_or_signed_fp01_operand): New.
1124 * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
1125 with fr_reg_or_signed_fp01_operand and constraint G with Z.
1126 (subsf3): Ditto.
1127 (*maddsf4): Ditto.
1128 (*msubsf4): Ditto.
1129 (adddf3): Ditto.
1130 (adddf3_trunc): Ditto.
1131 (subdf3): Ditto.
1132 (*subdf3_trunc): Ditto.
1133 (*madddf4): Ditto.
1134 (*madddf4_trunc): Ditto.
1135 (*msubdf4): Ditto.
1136 (*msubdf4_trunc): Ditto.
1137 (addxf3): Replace xfreg_or_fp01_operand with
1138 xfreg_or_signed_fp01_operand and constraint G with Z.
1139 (*addxf3_truncsf): Ditto.
1140 (*addxf3_truncdf): Ditto.
1141 (subxf3): Ditto.
1142 (*subxf3_truncsf): Ditto.
1143 (*subxf3_truncdf): Ditto.
1144 (*maddxf4): Ditto.
1145 (*maddxf4_truncsf): Ditto.
1146 (*maddxf4_truncdf): Ditto.
1147 (*msubxf4): Ditto.
1148 (*msubxf4_truncsf): Ditto.
1149 (*msubxf4_truncdf): Ditto.
1150
1151 2010-08-04 Richard Guenther <rguenther@suse.de>
1152
1153 * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
1154 if either alias-set is zero.
1155
1156 2010-08-04 Richard Guenther <rguenther@suse.de>
1157
1158 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
1159 * tree-ssa-ccp.c: ... here.
1160 * tree-ssa-copy.c: ... and here.
1161 * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
1162 value_range_t): Move ...
1163 * tree-vrp.c: ... here.
1164 * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
1165 (substitute_and_fold): Adjust prototype.
1166 * tree-ssa-propagate.c (replace_uses_in): Adjust.
1167 (replace_phi_args_in): Likewise.
1168 (substitute_and_fold): Take callback to query lattice instead
1169 of pointer to lattice. Replace SSA name defs with lattice
1170 values first.
1171 * tree-ssa-ccp.c (ccp_finalize): Adjust.
1172 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
1173 (get_value): New function.
1174 (fini_copy_prop): Adjust.
1175 * tree-vrp.c (vrp_finalize): Adjust.
1176
1177 2010-08-04 Richard Guenther <rguenther@suse.de>
1178
1179 PR middle-end/45176
1180 * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
1181 points-to set for original MEM_REF.
1182
1183 2010-08-04 Richard Guenther <rguenther@suse.de>
1184
1185 * tree-ssa-ccp.c (get_constant_value): New function.
1186 (get_rhs_assign_op_for_ccp): Remove.
1187 (valueize_op): New function.
1188 (ccp_fold): Use get_constant_value and valueize_op.
1189 (fold_const_aggregate_ref): Likewise.
1190 (ccp_fold_stmt): Likewise.
1191 (visit_assignment): Simplify.
1192
1193 2010-08-04 Richard Guenther <rguenther@suse.de>
1194
1195 * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
1196 * double-int.h (double_int_ctz): Declare.
1197 * double-int.c (double_int_ctz): New function.
1198
1199 2010-08-04 Hariharan Sandanagobalane <hariharan@picochip.com>
1200
1201 * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
1202 Define.
1203 picochip_expand_movmemhi : Expand movmem pattern.
1204 * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
1205 Declare.
1206 * config/picochip/picochip.md (movmemhi) : New pattern.
1207
1208 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
1209
1210 * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
1211
1212 2010-08-03 Bernd Schmidt <bernds@codesourcery.com>
1213
1214 * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
1215 NEG as operand of a MULT by merging it with the other operand.
1216 * combine.c (make_compound_operation): Use trunc_int_for_mode when
1217 generating a MULT with constant. Canonicalize PLUS and MINUS involving
1218 MULT.
1219 * config/arm/constraints.md (M): Examine only 32 bits of a
1220 HOST_WIDE_INT.
1221 * config/arm/predicates.md (power_of_two_operand): Likewise.
1222
1223 2010-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1224
1225 * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
1226 non-NOTE insns.
1227
1228 2010-08-03 Jan Hubicka <jh@suse.cz>
1229
1230 * ipa-split.c (struct split_point): Add split_part_set_retval.
1231 (find_retval): Forward declare.
1232 (test_nonssa_use, mark_nonssa_use): Special case return by reference.
1233 (consider_split): Compute current->split_part_set_retval.
1234 (visit_bb): Do not look into return value.
1235 (split_function): Handle !split_part_set_retval
1236
1237 2010-08-03 Martin Jambor <mjambor@suse.cz>
1238
1239 * tree-sra.c (completely_scalarize_record): New parameter REF, create
1240 its own access->expr intead of using build_ref_for_offset.
1241
1242 2010-08-03 Joseph Myers <joseph@codesourcery.com>
1243
1244 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
1245 * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
1246 * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
1247 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
1248 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
1249 * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
1250 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
1251 DEFAULT_SWITCH_TAKES_ARG.
1252 * config/rx/rx.opt (-patch=): Remove option.
1253 * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
1254 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
1255 * doc/invoke.texi (RX Options): Remove -patch=.
1256 * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
1257 (option_map): Remove --profile-blocks, --quiet and --silent.
1258
1259 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
1260
1261 * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
1262 * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
1263 (ix86_expand_branch): Add op0 and op1 arguments. Do not access
1264 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
1265 Update calls to ix86_expand_compare and ix86_expand_branch.
1266 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
1267 ix86_expand_compare.
1268 (ix86_expand_compare): Add op0 and op1 arguments. Do not access
1269 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
1270 Make static.
1271 (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
1272 and ix86_compare_op1. Update calls to ix86_expand_compare.
1273 (ix86_expand_int_movcc): Ditto.
1274 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
1275 * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
1276 (ix86_expand_setcc): Ditto.
1277 (ix86_expand_compare): Remove prototype.
1278 * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
1279 ix86_compare_op0 and ix86_compare_op1. Update calls
1280 to ix86_expand_branch to directly pass operands[1] and operands[2].
1281 (cbranchxf4): Ditto.
1282 (cbranch<MODEF:mode>4): Ditto.
1283 (cbranchcc4): Ditto.
1284 (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
1285 Update calls to ix86_expand_setcc to directly pass operands[2] and
1286 operands[3].
1287 (cstorexf4): Ditto.
1288 (cstore<MODEF:mode>4): Ditto.
1289 (cstorecc4): Ditto.
1290
1291 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
1292
1293 PR target/45063
1294 * caller-save.c (save_call_clobbered_regs): Remove regs from
1295 hard_regs_saved when they are set.
1296
1297 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
1298
1299 PR target/41089
1300 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
1301 as volatile.
1302
1303 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
1304
1305 * common.opt (ftree-loop-distribute-patterns): New.
1306 * invoke.texi (-ftree-loop-distribute-patterns): Documented.
1307 * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
1308 at -O3.
1309 * tree-data-ref.c (stores_zero_from_loop): New.
1310 * tree-data-ref.h (stores_zero_from_loop): Declared.
1311 * tree-loop-distribution.c (tree_loop_distribution): Call
1312 stores_zero_from_loop.
1313 (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
1314
1315 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
1316
1317 * postreload.c (reload_cse_simplify_operands): Take attribute enabled
1318 into account.
1319
1320 * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
1321 * config/arm/arm.c (thumb1_code): New variable.
1322 (arm_override_options): Set it.
1323 (thumb1_final_prescan_insn): Keep track of condition code status.
1324 (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
1325 jumps that depend on them.
1326 * config/arm/arm.h (thumb1_code): Declare variable.
1327 (struct machine_function): Guard with #ifndef GENERATOR_FILE. Add
1328 members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
1329 thumb1_cc_mode.
1330 (CC_STATUS_INIT): New macro.
1331 * config/arm/constraints.md (Pd): New constraint.
1332 * config/arm/predicates.md (noov_comparison_operator): New predicate.
1333 * config/arm/arm.md (is_thumb1): New define_attr.
1334 (conds): Set default to "clob" when generating Thumb1 code.
1335 (thumb1_bicsi3): Renamed from bicsi3. All uses changed. Condition
1336 code are set. Use two-operand assembly syntax.
1337 (thumb1_subsi3_insn): Condition codes are set. Now a properly named
1338 pattern.
1339 (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
1340 codes are set. Use two-operand assembly syntax.
1341 (zero_extendhisi splitter): Remove constraints.
1342 (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
1343 thumb1_movsf_insn): Set conds attribute as appropriate.
1344 (cbranchsi4_insn): Use condition code status from struct
1345 machine_function to determine whether the comparison can be eliminated.
1346 Discourage the alternative using high registers.
1347 (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
1348 orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
1349 bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
1350 subsi3_cbranch): Delete.
1351 (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
1352 one subtract and one cbranch insn.
1353
1354 * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
1355 thumb2_movdf_soft_insn): Delete patterns.
1356 * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
1357 arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
1358 (pool_range, neg_pool_range): Use them to define defaults.
1359 (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
1360 and allow for TARGET_32BIT.
1361
1362 PR target/40457
1363 * config/arm/arm.h (arm_regs_in_sequence): Declare.
1364 * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
1365 load_multiple_sequence, store_multiple_sequence): Delete
1366 declarations.
1367 (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
1368 declarations.
1369 * config/arm/ldmstm.md: New file.
1370 * config/arm/arm.c (arm_regs_in_sequence): New array.
1371 (load_multiple_sequence): Now static. New args SAVED_ORDER,
1372 CHECK_REGS. All callers changed.
1373 If SAVED_ORDER is nonnull, copy the computed order into it.
1374 If CHECK_REGS is false, don't sort REGS. Handle Thumb mode.
1375 (store_multiple_sequence): Now static. New args NOPS_TOTAL,
1376 SAVED_ORDER, REG_RTXS and CHECK_REGS. All callers changed.
1377 If SAVED_ORDER is nonnull, copy the computed order into it.
1378 If CHECK_REGS is false, don't sort REGS. Set up REG_RTXS just
1379 like REGS. Handle Thumb mode.
1380 (arm_gen_load_multiple_1): New function, broken out of
1381 arm_gen_load_multiple.
1382 (arm_gen_store_multiple_1): New function, broken out of
1383 arm_gen_store_multiple.
1384 (arm_gen_multiple_op): New function, with code from
1385 arm_gen_load_multiple and arm_gen_store_multiple moved here.
1386 (arm_gen_load_multiple, arm_gen_store_multiple): Now just
1387 wrappers around arm_gen_multiple_op. Remove argument UP, all callers
1388 changed.
1389 (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
1390 * config/arm/predicates.md (commutative_binary_operator): New.
1391 (load_multiple_operation, store_multiple_operation): Handle more
1392 variants of these patterns with different starting offsets. Handle
1393 Thumb-1.
1394 * config/arm/arm.md: Include "ldmstm.md".
1395 (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
1396 ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
1397 stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
1398 peepholes): Delete.
1399 * config/arm/ldmstm.md: New file.
1400 * config/arm/arm-ldmstm.ml: New file.
1401
1402 * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
1403 if statement which adds extra costs to frame-related expressions.
1404
1405 2010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1406
1407 * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
1408
1409 2010-08-01 Uros Bizjak <ubizjak@gmail.com>
1410
1411 PR target/45142
1412 * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
1413 alternative 2.
1414 (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
1415 split V4SI operands.
1416
1417 2010-08-01 Anatoly Sokolov <aesok@post.ru>
1418
1419 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
1420 * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
1421 * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
1422 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
1423
1424 2010-07-31 Kai Tietz <kai.tietz@onevision.com>
1425
1426 * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
1427 LOCAL_INCLUDE_DIR.
1428
1429 2010-07-31 Richard Sandiford <rdsandiford@googlemail.com>
1430
1431 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
1432 used in the call to optab_for_tree_code. Fix the second
1433 is_widening_mult_p call. Check that both unwidened operands
1434 have the same sign.
1435
1436 2010-07-31 John Tytgat <John.Tytgat@aaug.net>
1437
1438 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
1439
1440 2010-07-31 Anatoly Sokolov <aesok@post.ru>
1441
1442 * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
1443
1444 2010-07-30 DJ Delorie <dj@redhat.com>
1445
1446 * config/rx/predicates.md (rx_constshift_operand): New.
1447 * config/rx/rx.md (zs_cond): New.
1448 (cbranchsi4): Remove mode.
1449 (*cbranchsi4_<code>): Likewise.
1450 (*tstbranchsi4_<code>): New.
1451 (*tstbranchsi4r_<code>): New.
1452 (*tstbranchsi4m_eq): New.
1453 (*tstbranchsi4m_ne): New.
1454 (cbranchsf4): Remove mode.
1455 (*cbranchsf4_<code>): Likewise.
1456
1457 2010-07-30 Bernd Schmidt <bernds@codesourcery.com>
1458
1459 * rtlanal.c (simplify_subreg_regno): Don't treat
1460 HARD_FRAME_POINTER_REGNUM specially.
1461
1462 2010-07-30 Joseph Myers <joseph@codesourcery.com>
1463
1464 * common.opt (-G): Don't define option here.
1465 * config/g.opt: New.
1466 * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
1467 rs6000/powerpc and score targets.
1468 * opts.c (common_handle_option): Don't handle -G here.
1469 * config/alpha/alpha.c (alpha_handle_option): Handle -G.
1470 * config/frv/frv.c (frv_handle_option): Handle -G.
1471 * config/ia64/ia64.c (ia64_handle_option): Handle -G.
1472 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
1473 * config/m32r/m32r.c (m32r_handle_option): Handle -G.
1474 * config/mips/mips.c (mips_handle_option): Handle -G.
1475 * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
1476 * config/score/score.c (score_handle_option): Handle -G.
1477
1478 2010-07-30 Anatoly Sokolov <aesok@post.ru>
1479
1480 * config/mmix/mmix.c: Include basic-block.h.
1481
1482 2010-07-30 Jakub Jelinek <jakub@redhat.com>
1483
1484 PR debug/45055
1485 PR rtl-optimization/45137
1486 * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
1487 prototypes.
1488 * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
1489 New functions.
1490 * combine.c (next_nonnote_nondebug_insn): Removed.
1491 * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
1492 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
1493 * sched-deps.c (sched_analyze_insn): Likewise.
1494 (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
1495 * rtlanal.c (canonicalize_condition): Likewise.
1496 * postreload.c (reload_combine_recognize_pattern): Likewise.
1497 (reload_cse_move2add): Use next_nonnote_nondebug_insn.
1498
1499 2010-07-29 Uros Bizjak <ubizjak@gmail.com>
1500
1501 * config/i386/i386.md (int_cond): Remove code iterator.
1502 (fp_cond): Ditto.
1503 (cbranch<mode>4): Use ordered_comparison_operator predicate
1504 for operator0.
1505 (cstore<mode>4): Ditto for operator1.
1506 (mov<SWIM:mode>cc and corresponding splitter): Ditto.
1507 (add<mode>cc): ditto.
1508
1509 2010-07-30 Richard Guenther <rguenther@suse.de>
1510
1511 PR middle-end/45141
1512 * expr.c (expand_expr_real_1): Check for not handled base address.
1513
1514 2010-07-30 Richard Guenther <rguenther@suse.de>
1515
1516 * ipa-prop.c (ipa_modify_formal_parameters): Use
1517 build_distinct_type_copy.
1518
1519 2010-07-30 Anthony Green <green@moxielogic.com>
1520
1521 * config/moxie/rtems.h: New file.
1522 * config.gcc: Add moxie-rtems support.
1523
1524 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
1525
1526 * dce.c (run_word_dce): Take flag_dce into account. Clear and restore
1527 df flags as in run_fast_df_dce.
1528
1529 2010-07-29 Jakub Jelinek <jakub@redhat.com>
1530
1531 Revert:
1532 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
1533
1534 * rtl.def (NOTE): Swap operands 4 and 5.
1535 * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
1536 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
1537 Adjust accordingly.
1538 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
1539
1540 2010-07-29 Jakub Jelinek <jakub@redhat.com>
1541
1542 PR debug/45110
1543 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
1544 (gen_formal_types_die): Add DW_AT_object_pointer in methods.
1545 (gen_subprogram_die): Likewise. Remove it when removing declaration's
1546 formal parameters.
1547 (gen_decl_die): Change return type to dw_die_ref, return what
1548 gen_formal_parameter_die returned.
1549
1550 2010-07-29 Martin Jambor <mjambor@suse.cz>
1551
1552 * dbgcnt.def (eipa_sra): New counter.
1553 * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
1554
1555 2010-07-29 Xinliang David Li <davidxl@google.com>
1556
1557 PR bootstrap/45119
1558 * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
1559 in revision 162652.
1560
1561 2010-07-29 Richard Guenther <rguenther@suse.de>
1562
1563 * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
1564 (TV_TREE_STORE_CCP): Likewise.
1565 (TV_TREE_REDPHI): Likewise.
1566
1567 2010-07-29 Richard Guenther <rguenther@suse.de>
1568
1569 * double-int.h (double_int_and_not): New function.
1570 * combine.c (try_combine): Use it.
1571 * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
1572
1573 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
1574
1575 PR rtl-optimization/42575
1576 * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
1577 Argument AU removed. All callers changed. Ignore artificial refs.
1578 Use return value of df_word_lr_simulate_defs to decide whether an insn
1579 is necessary.
1580 (fast_dce): Rename arg to WORD_LEVEL.
1581 (run_word_dce): Renamed from rest_of_handle_fast_byte_dce. No longer
1582 static.
1583 (pass_fast_rtl_byte_dce): Delete.
1584 * dce.h (run_word_dce): Declare.
1585 * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
1586 All callers changed. Simplify code to only deal with two-word regs.
1587 * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
1588 (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
1589 (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
1590 (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
1591 (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
1592 (df_word_lr_mark_ref): Declare.
1593 (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
1594 df_word_lr_simulate_uses): Declare or rename from byte variants.
1595 (df_byte_lr_simulate_artificial_refs_at_top,
1596 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
1597 df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
1598 declarations.
1599 (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
1600 (enum df_mm): Delete.
1601 * df-byte-scan.c: Delete file.
1602 * df-problems.c (df_word_lr_problem_data): Renamed from
1603 df_byte_lr_problem_data, all members deleted except for
1604 WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS. Uses changed.
1605 (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
1606 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
1607 df_byte_lr_get_regno_len, df_byte_lr_check_regs,
1608 df_byte_lr_confluence_0): Delete functions.
1609 (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
1610 callers changed.
1611 (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
1612 Don't initialize members that were deleted, don't try to discover data
1613 about registers. Ignore hard regs.
1614 (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
1615 (df_word_lr_mark_ref): New function.
1616 (df_word_lr_bb_local_compute): Renamed from
1617 df_byte_bb_lr_local_compute; all callers changed. Use
1618 df_word_lr_mark_ref. Assert that artificial refs don't include
1619 pseudos. Ignore hard registers.
1620 (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
1621 Assert that exit block uses don't contain pseudos.
1622 (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
1623 (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
1624 callers changed. Ignore hard regs.
1625 (df_word_lr_transfer_function): Renamed from
1626 df_byte_lr_transfer_function; all callers changed.
1627 (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
1628 (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
1629 changed.
1630 (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
1631 callers changed.
1632 (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
1633 confluence operator 0 set to NULL.
1634 (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
1635 callers changed.
1636 (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
1637 Return bool, true if bitmap changed or insn otherwise necessary.
1638 All callers changed. Simplify using df_word_lr_mark_ref.
1639 (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
1640 all callers changed. Simplify using df_word_lr_mark_ref.
1641 * lower-subreg.c: Include "dce.h"
1642 (decompose_multiword_subregs): Call run_word_dce if df available.
1643 * Makefile.in (lower-subreg.o): Adjust dependencies.
1644 (df-byte-scan.o): Delete.
1645 * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
1646
1647 2010-07-29 Richard Guenther <rguenther@suse.de>
1648
1649 * tree.c (build_vector): Assert that the vector constant
1650 has enough elements.
1651 (build_vector_from_ctor): Pad with trailing zeros.
1652
1653 2010-07-29 Richard Guenther <rguenther@suse.de>
1654
1655 PR tree-optimization/45120
1656 * tree-ssa-structalias.c (get_constraint_for_component_ref):
1657 Handle offset in DEREFs properly.
1658 (get_constraint_for_1): Handle MEM_REF offset properly.
1659
1660 2010-07-29 Richard Guenther <rguenther@suse.de>
1661
1662 PR middle-end/45034
1663 * convert.c (convert_to_integer): Always use an unsigned
1664 type for narrowed negate and bitwise not.
1665
1666 2010-07-29 Ira Rosen <irar@il.ibm.com>
1667
1668 * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
1669 to outer loop when creating reduction epilogue for double reduction,
1670 and switch back to the inner loop when updating the phi nodes.
1671 Update uses of outer loop exit phi nodes in double reduction (instead
1672 of uses of reduction).
1673
1674 2010-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
1675
1676 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
1677 popcount on power7 and parity on power6 systems.
1678 (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
1679 (rs6000_emit_parity): Add support for power6 prtyd/prtyw
1680 instructions.
1681
1682 * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
1683 (UNSPEC_PARITY): Ditto.
1684 (SFDF): New iterator for SF/DF.
1685 (rreg2): New mode attribute for floating register constraint.
1686 (TARGET_FLOAT): New mode attribute for whether single/double float
1687 is supported.
1688 (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
1689 pattern.
1690 (parity<mode>2_cmpb): New insn for parity on power6 and newer
1691 machines.
1692 (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
1693 pattern. Add support for fcpsgn instruction added in power6.
1694 (copysignsf3): Delete.
1695 (copysigndf3): Delete.
1696 (copysign<mode>3_fcpsgn): New insn to generate fcpsgn. Use UNSPEC
1697 instead of if_then_else in RTL to avoid problems with -0.
1698
1699 * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
1700 of if_then_else to mirror scalar code.
1701 (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
1702 rs6000.md.
1703
1704 * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
1705 instead of if_then_else.
1706
1707 2010-07-28 Xinliang David Li <davidxl@google.com>
1708
1709 * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
1710 (dump_cand): Dump var_before/after.
1711 (htab_inv_expr_eq): New function.
1712 (htab_inv_expr_hash): New function.
1713 (tree_ssa_iv_optimize_init): Support pseudo invariants.
1714 (add_candidate_1): consider base type precision.
1715 (set_use_iv_cost): New parameter.
1716 (adjust_setup_cost): Use profile information.
1717 (get_address_cost): Do not hard code width in computing address
1718 offset limits.
1719 (compare_aff_trees): New function.
1720 (get_loop_invariant_expr_id): New function.
1721 (get_computation_cost_at): New parameter and use profile information.
1722 (get_computation_cost): New parameter.
1723 (determine_use_iv_cost_generic): Pass new parameter.
1724 (determine_use_iv_cost_address): Ditto.
1725 (determine_use_iv_cost_condition): Ditto.
1726 (autoinc_possible_for_pair): Ditto.
1727 (determine_use_iv_costs): More dumps.
1728 (iv_ca_get_num_inv_exprs): New function.
1729 (iv_ca_recount_cost): Consider loop invariants in register pressure
1730 cost.
1731 (iv_ca_add_use): New parameter.
1732 (iv_ca_dump): Better dumping.
1733 (iv_ca_extend): New parameter.
1734 (try_add_cand_for): Attempt to get better partial solution.
1735 (try_improve_iv_set): Pass new parameter to iv_ca_extend.
1736 (create_new-ivs): More dumps.
1737 (rewrite_use_compare): Ditto.
1738 (free_loop_data): More cleanup.
1739 (treee_ssa_iv_optimize_finalize): Ditto.
1740
1741 2010-07-28 Kai Tietz <kai.tietz@onevision.com>
1742
1743 * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
1744 * config/i386/i386.c (ix86_profile_before_prologue): New.
1745 (override_options): Add special handling for -mfentry.
1746 (ix86_function_regparm): Likewise.
1747 (ix86_function_sseregparm): Likewise.
1748 (ix86_frame_pointer_required): Likewise.
1749 (ix86_expand_prologue): Check for ms_hook_prologue.
1750 (x86_function_profiler): Adjust mcount output.
1751 (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
1752 * config/i386/i386.opt (mfentry): New.
1753 * doc/invoke.texi (mfentry): Add documentation.
1754 * doc/tm.texi: Regenerated..
1755 * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
1756 * final.c (final_start_function): Replace macro
1757 PROFILE_BEFORE_PROLOGUE by target hook.
1758 * function.c (thread_prologue_and_epilogue_insns): Likewise.
1759 * target.def (profile_before_prologue): New hook.
1760 * targhooks.c (default_profile_before_prologue): New.
1761 * targhooks.h (default_profile_before_prologue): New.
1762
1763 2010-07-28 Jakub Jelinek <jakub@redhat.com>
1764
1765 PR debug/45105
1766 * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
1767
1768 PR debug/45103
1769 * dwarf2out.c (dwarf2out_var_location): Always consider
1770 NOTE_DURING_CALL_P notes, even when not followed by real instructions.
1771
1772 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
1773
1774 PR rtl-optimization/45107
1775 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
1776
1777 2010-07-28 Richard Guenther <rguenther@suse.de>
1778
1779 * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
1780 (set_lattice_value): Do not query an old default value.
1781 (get_value_for_expr): New function. Properly canonicalize
1782 float values.
1783 (ccp_visit_phi_node): Use it.
1784
1785 2010-07-28 Chung-Lin Tang <cltang@codesourcery.com>
1786
1787 * config/arm/arm.c (arm_pcs_default): Remove static.
1788 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
1789 __ARM_PCS_VFP to indicate soft/hard-float calling convention.
1790 (arm_pcs_default): Declare.
1791
1792 2010-07-28 Iain Sandoe <iains@gcc.gnu.org>
1793
1794 * config/rs6000/rs6000.c (rs6000_override_options):
1795 Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
1796 ... to darwin_rs6000_override_options.
1797 (rs6000_return_in_memory): Update preceding comment for darwin
1798 64 bit ABI. Use TARGET_MACHO inline.
1799 (rs6000_darwin64_struct_check_p): New.
1800 (function_arg_advance): Use rs6000_darwin64_struct_check_p.
1801 (function_arg): Likewise.
1802 (rs6000_arg_partial_bytes): Likewise.
1803 (rs6000_function_value): Likewise.
1804
1805 2010-07-28 Andi Kleen <ak@linux.intel.com>
1806
1807 * lto-opts.c (lto_file_read_options): Add loop over all inputs.
1808
1809 2010-07-28 Richard Guenther <rguenther@suse.de>
1810
1811 PR middle-end/44903
1812 * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
1813 targets try harder to not generate unaligned accesses.
1814
1815 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
1816
1817 PR rtl-optimization/45101
1818 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
1819 for gcse-las.
1820
1821 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
1822
1823 PR tree-optimization/44885
1824 * tree-sra.c (find_param_candidates): Skip pointer types to arrays
1825 with non-aliased component.
1826
1827 2010-07-28 Joseph Myers <joseph@codesourcery.com>
1828
1829 * config/darwin-driver.c (SWITCH_TAKES_ARG,
1830 WORD_SWITCH_TAKES_ARG): Remove.
1831 * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
1832 * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
1833 DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
1834 (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
1835 definitions from gcc.c.
1836 * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
1837 defaults.h.
1838 * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
1839 Move to defaults.h.
1840 * opts-common.c: Include tm.h.
1841 (decode_cmdline_option): Use SWITCH_TAKES_ARG and
1842 WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
1843 Handle more than one argument. Set canonical_option_num_elements.
1844 (decode_cmdline_options_to_array): Set
1845 canonical_option_num_elements and trailing elements of
1846 canonical_option.
1847 * opts.h (struct cl_decoded_option): Allow four elements in
1848 canonical_option. Add field canonical_option_num_elements.
1849 * Makefile.in (opts-common.o): Update dependencies.
1850
1851 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
1852
1853 PR middle-end/44790
1854 PR middle-end/44993
1855 * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change. Make
1856 sure the base has address_mode before adding the offset.
1857
1858 2010-07-27 Xinliang David Li <davidxl@google.com>
1859
1860 * tree-flow.h (create_mem_ref): Add one new parameter.
1861 * tree-ssa-address.c (create_mem_ref): New parameter.
1862 (addr_to_parts): Ditto.
1863 (move_variant_to_index): New function.
1864 * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
1865
1866 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
1867
1868 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
1869 4 and 5.
1870 * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
1871 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
1872 NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
1873 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
1874 CODE_LABELs and NOTEs.
1875 * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
1876 * combine.c (try_combine): Likewise.
1877 * ira.c (setup_prohibited_mode_move_regs): Likewise.
1878 * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
1879
1880 2010-07-27 Joseph Myers <joseph@codesourcery.com>
1881
1882 * coretypes.h (struct cl_option_handlers): Declare.
1883 * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
1884 * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
1885 * langhooks-def.h (lhd_handle_option): Declare.
1886 (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
1887 * langhooks.c (lhd_handle_option): New.
1888 * langhooks.h (struct lang_hooks): Update prototype and return
1889 value type of handle_option hook.
1890 * optc-gen.awk: Generate target_flags_explicit definition for the
1891 driver.
1892 * opts-common.c: Include diagnostic.h.
1893 (handle_option): Move from opts.c. Update prototype and return
1894 value type. Use handlers structure.
1895 (read_cmdline_option): Move from opts.c. Update prototype. Use
1896 handlers structure.
1897 (set_option): Move from opts.c.
1898 * opts.c (common_handle_option): Update prototype and return value
1899 type. Update calls to handle_option and enable_warning_as_error.
1900 (unknown_option_callback, post_handling_callback,
1901 lang_handle_option, target_handle_option): New.
1902 (handle_option, read_cmdline_option): Move to opts-common.c.
1903 (read_cmdline_options): Update prototype. Update call to
1904 read_cmdline_option.
1905 (decode_options): Initialize and use handlers structure.
1906 (set_option): Move to opts-common.c.
1907 (enable_warning_as_error): Update prototype. Update call to
1908 handle_option.
1909 * opts.h (struct cl_option_handler_func, struct
1910 cl_option_handlers): New.
1911 (handle_option, enable_warning_as_error): Update prototypes.
1912 (read_cmdline_option): Declare.
1913 * Makefile.in (opts-common.o): Update dependencies.
1914
1915 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1916
1917 * config/arm/arm.c (params.h): Include.
1918 (arm_override_options): Tune gcse-unrestricted-cost.
1919 * config/arm/t-arm (arm.o): Define dependencies.
1920
1921 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1922
1923 PR target/42495
1924 PR middle-end/42574
1925 * basic-block.h (get_dominated_to_depth): Declare.
1926 * dominance.c (get_dominated_to_depth): New function, use
1927 get_all_dominated_blocks as a base.
1928 (get_all_dominated_blocks): Use get_dominated_to_depth.
1929
1930 * gcse.c (occr_t, VEC (occr_t, heap)): Define.
1931 (hoist_exprs): Remove.
1932 (alloc_code_hoist_mem, free_code_hoist_mem): Update.
1933 (compute_code_hoist_vbeinout): Add debug print outs.
1934 (hoist_code): Partially rewrite, simplify. Use get_dominated_to_depth.
1935
1936 * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
1937 quadratic behavior.
1938 * params.h (MAX_HOIST_DEPTH): New macro.
1939 * doc/invoke.texi (max-hoist-depth): Document.
1940
1941 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1942
1943 PR rtl-optimization/40956
1944 * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
1945 constants.
1946
1947 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1948
1949 PR target/42495
1950 PR middle-end/42574
1951 * config/arm/arm.c (legitimize_pic_address): Use
1952 gen_calculate_pic_address pattern to emit calculation of PIC address.
1953 (will_be_in_index_register): New function.
1954 (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
1955 (thumb1_legitimate_address_p): Use it provided !strict_p.
1956 * config/arm/arm.md (calculate_pic_address): New expand and split.
1957
1958 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1959
1960 PR target/42495
1961 PR middle-end/42574
1962 * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
1963 * config/arm/arm.md (define_split "J", define_split "K"): Make
1964 IRA/reload friendly.
1965
1966 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1967
1968 * gcse.c (insert_insn_end_basic_block): Update signature, remove
1969 unused checks.
1970 (pre_edge_insert, hoist_code): Update.
1971
1972 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1973
1974 PR target/42495
1975 PR middle-end/42574
1976 * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
1977
1978 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1979
1980 * gcse.c (hoist_code): Generate new pseudo for every new set insn.
1981
1982 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1983
1984 PR rtl-optimization/40956
1985 PR target/42495
1986 PR middle-end/42574
1987 * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
1988 for hoisting.
1989 (hoist_code): Count occurences in current block too.
1990
1991 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
1992
1993 * gcse.c (struct expr:max_distance): New field.
1994 (doing_code_hoisting_p): New static variable.
1995 (want_to_gcse_p): Change signature. Allow constrained hoisting of
1996 simple expressions, don't change behavior for PRE. Set max_distance.
1997 (insert_expr_in_table): Set new max_distance field.
1998 (hash_scan_set): Update.
1999 (hoist_expr_reaches_here_p): Stop search after max_distance
2000 instructions.
2001 (find_occr_in_bb): New static function. Use it in ...
2002 (hoist_code): Calculate sizes of basic block before any changes are
2003 done. Pass max_distance to hoist_expr_reaches_here_p.
2004 (one_code_hoisting_pass): Set doing_code_hoisting_p.
2005
2006 * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
2007 (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
2008 * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
2009 macros.
2010 * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
2011 Document.
2012
2013 2010-07-27 Jeff Law <law@redhat.com>
2014 Maxim Kuvyrkov <maxim@codesourcery.com>
2015
2016 * gcse.c (compute_transpout, transpout): Remove, move logic
2017 to prune_expressions.
2018 (compute_pre_data): Move pruning of trapping expressions ...
2019 (prune_expressions): ... here. New static function.
2020 (compute_code_hoist_data): Use it.
2021 (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
2022
2023 2010-07-27 Xinliang David Li <davidxl@google.com>
2024
2025 * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
2026 (rewrite_use_address): Adjust iv update position when needed.
2027
2028 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
2029
2030 * dbgcnt.def (hoist_insn): New debug counter.
2031 * gcse.c (hoist_code): Use it.
2032
2033 2010-07-27 Xinliang David Li <davidxl@google.com>
2034
2035 * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
2036 (niter_for_single_dom_exit): Passes additional parameter.
2037 (iv_period): Fix comments.
2038 (may_eliminate_iv): Handles multiple exit loops properly.
2039 (free_tree_niter_desc): New function.
2040 (free_loop_data): Frees up loop iteration descriptors.
2041
2042 2010-07-27 Jakub Jelinek <jakub@redhat.com>
2043
2044 PR target/44542
2045 * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
2046 of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
2047 instead of MAX_SUPPORTED_STACK_ALIGNMENT.
2048 (expand_one_var): Don't consider DECL_ALIGN for variables for
2049 which expand_one_stack_var_at has been already called.
2050
2051 PR testsuite/44701
2052 * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
2053 constraints on IA-64.
2054
2055 2010-07-27 Jie Zhang <jie@codesourcery.com>
2056
2057 PR target/44290
2058 Revert:
2059 2010-07-23 Jie Zhang <jie@codesourcery.com>
2060
2061 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
2062 false if ! tree_versionable_function_p.
2063
2064 2010-07-27 Jakub Jelinek <jakub@redhat.com>
2065
2066 * dwarf2out.c (add_data_member_location_attribute): Use
2067 add_AT_unsigned instead of add_AT_int if offset is non-negative.
2068
2069 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
2070
2071 * postreload.c (try_replace_in_use): New static function.
2072 (reload_combine_recognize_const_pattern): Use it here. Allow
2073 substituting into a final add insn, and substituting into a memory
2074 reference in an insn that sets the reg.
2075
2076 2010-07-27 Joseph Myers <joseph@codesourcery.com>
2077
2078 * common.opt (o): Add MissingArgError.
2079 * doc/options.texi (MissingArgError): Document.
2080 * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
2081 * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
2082 * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
2083 (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
2084 * langhooks.h (struct lang_hooks): Remove missing_argument.
2085 * optc-gen.awk: Handle MissingArgError and output new structure
2086 field initializers.
2087 * opts.c (read_cmdline_option): Use missing_argument_error field
2088 instead of missing_argument langhook.
2089 * opts.h (struct cl_option): Add missing_argument_error field.
2090 * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
2091
2092 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
2093
2094 PR target/29090
2095 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
2096 Darwin64 ABI, for zero-sized objects.
2097
2098 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
2099
2100 PR target/35491
2101 PR target/29090
2102
2103 Merge from Apple local 4.2.1.
2104 2005-05-11 Stan Shebs <shebs@apple.com>
2105 Fix 64-bit varargs for Darwin (Radar 4028089).
2106 * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
2107 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
2108 Add argument, add case for 8-byte register half-filled with a float.
2109 (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
2110 single-precision floats specially.
2111
2112 2010-07-27 Ira Rosen <irar@il.ibm.com>
2113
2114 PR tree-optimization/44152
2115 * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
2116 complex numbers for further check.
2117 (vect_supported_load_permutation_p): Check nodes with
2118 complex numbers.
2119
2120 2010-07-27 Joseph Myers <joseph@codesourcery.com>
2121
2122 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
2123 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
2124 (LANG_HOOKS_INIT_OPTIONS): Update default definition.
2125 (LANG_HOOKS_INITIALIZER): Add new hooks.
2126 * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
2127 * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
2128 and complain_wrong_lang_p. Update init_options prototype.
2129 * c-objc-common.c (c_initialize_diagnostics): First call
2130 c_common_initialize_diagnostics.
2131 * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
2132 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
2133 * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
2134 * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
2135 (hook_uint_void_0): New.
2136 * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
2137 (hook_uint_void_0): New.
2138 * opts-common.c (decode_cmdline_option,
2139 decode_cmdline_options_to_array): Also fill in canonical_option field.
2140 * opts.c (complain_wrong_lang): Use langhook to determine whether
2141 to complain instead of special-casing LTO.
2142 (decode_options): Separate lang_mask determination with
2143 option_lang_mask hook from call of init_options hook.
2144 * opts.h (struct cl_decoded_option): Add canonical_option.
2145
2146 2010-07-27 Jakub Jelinek <jakub@redhat.com>
2147
2148 PR tree-optimization/45083
2149 * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
2150
2151 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
2152
2153 * postreload.c (reload_combine_recognize_const_pattern): Move test
2154 for limiting the insn movement to the right scope.
2155
2156 PR rtl-optimization/45051
2157 * reload1.c (delete_output_reload): Use refers_to_regno_p rather
2158 than reg_mentioned_p.
2159
2160 2010-07-26 Richard Henderson <rth@redhat.com>
2161
2162 PR target/44132
2163 * tree-emutls.c: New file.
2164 * Makefile.in (OBJS-common): Add it.
2165 * tree-pass.h (pass_ipa_lower_emutls): Declare.
2166 * passes.c (init_optimization_passes): Add it.
2167
2168 * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
2169 pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
2170 * expr.c (emutls_var_address): Delete.
2171 (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
2172 * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
2173 (emutls_finish): Delete.
2174 * toplev.c (compile_file): Don't call it.
2175 * tree.h (emutls_decl): Delete.
2176 * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
2177 (emutls_finish, emutls_finalize_control_var): Delete.
2178 (emutls_object_type): Move to tree-emutls.c.
2179 (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
2180 default_emutls_var_fields, get_emutls_object_type,
2181 get_emutls_init_templ_addr, emutls_decl, emutls_common_1
2182 default_emutls_var_init): Likewise.
2183 (get_variable_section): Don't special case emutls.
2184 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
2185 default_elf_select_section, default_unique_section,
2186 default_encode_section_info): Likewise.
2187 * varpool.c (decide_is_variable_needed): Likewise.
2188 * gimple-iterator.c (update_call_edge_frequencies): New
2189 (gsi_insert_on_edge_immediate): Use it.
2190 (gsi_insert_seq_on_edge_immediate): Likewise.
2191 (gsi_commit_one_edge_insert): Likewise.
2192
2193 * config/i386/i386.c (x86_64_elf_select_section): Don't handle
2194 SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
2195 (x86_64_elf_unique_section): Likewise.
2196
2197 2010-07-26 Jan Hubicka <jh@suse.cz>
2198
2199 * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
2200 GTY((skip)).
2201
2202 2010-07-26 Anatoly Sokolov <aesok@post.ru>
2203
2204 * target.def (output_source_filename): New hook.
2205 * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
2206 * doc/tm.texi: Regenerate.
2207 * toplev.c (output_file_directive) Remove function.
2208 * toplev.h (output_file_directive) Remove.
2209 * output.h (default_asm_output_source_filename,
2210 output_file_directive): Declare.
2211 * varasm.h (default_asm_output_source_filename,
2212 output_file_directive): New functions.
2213
2214 * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
2215 * config/mips/mips-protos.h (mips_output_filename): Remove.
2216 * config/mips/mips.c (mips_output_filename): Make Static.
2217 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
2218
2219 2010-07-26 Richard Guenther <rguenther@suse.de>
2220
2221 PR tree-optimization/43784
2222 * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
2223 if the destination is used by the call.
2224
2225 2010-07-26 Richard Guenther <rguenther@suse.de>
2226
2227 PR middle-end/45073
2228 * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
2229 SSA updating on being in SSA form.
2230
2231 2010-07-26 Richard Guenther <rguenther@suse.de>
2232
2233 PR middle-end/45056
2234 * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
2235
2236 2010-07-26 Richard Guenther <rguenther@suse.de>
2237
2238 PR tree-optimization/45071
2239 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
2240 adjust op->opcode.
2241
2242 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2243
2244 * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
2245 save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
2246 save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
2247 save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
2248 save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
2249 save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
2250 save_r31, return_r31, save_interrupt, return_interrupt,
2251 save_all_interrupt, return_all_interrupt, L_save_r2_r31,
2252 L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
2253 L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
2254 new ABI requirements.
2255 (save_r6_r9, L_callt_save_r6_r9): Remove.
2256 * config/v850/predicates.md (even_reg_operand, disp23_operand,
2257 const_float_1_operand const_float_0_operand): New Predicates.
2258 (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
2259 pattern_is_ok_for_epilogue): Update as per the ABI requirements.
2260 * config/v850/t-v850: Update multilibs for new target variants.
2261 (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
2262 * config/v850/t-v850e: Likewise.
2263 * config/v850/v850.c (v850_issue_rate): New.
2264 (v850_strict_argument_naming): New.
2265 (function_arg): Modify to generate a different ABI.
2266 (print_operand): Update case 'z' to support float modes.
2267 (output_move_single): Modify to generate appropriate and better
2268 assembly.
2269 (v850_float_z_comparison_operator, v850_select_cc_mode,
2270 v850_float_nz_comparison_operator, v850_gen_float_compare,
2271 v850_gen_compare): New functions to support comparison of float values.
2272 (ep_memory_offset): Add support for V850E2 targets.
2273 (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
2274 (INTERRUPT_REGPARM_NUM): Remove.
2275 (compute_register_save_size): Add extra case to save/restore long call.
2276 (use_prolog_function): New function to support prologue.
2277 (expand_prologue): Add support for V850E2 targets and modified
2278 as per the current ABI requirements.
2279 (expand_epilogue): Likewise.
2280 (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
2281 (construct_save_jarl): Likewise.
2282 (construct_dispose_instruction): Update as per the current ABI
2283 requirements.
2284 (construct_prepare_instruction): Likewise.
2285 * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
2286 (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
2287 (CPP_SPEC): Updated to support v850e2 targets.
2288 (STRICT_ALIGNMENT): Modified.
2289 (FIRST_PSEUDO_REGISTER): Updated to add even registers.
2290 (FIXED_REGISTERS): Likewise.
2291 (CALL_USED_REGISTERS): Likewise.
2292 (CONDITIONAL_REGISTER_USAGE): Updated.
2293 (HARD_REGNO_MODE_OK): Updated.
2294 (reg_class): Updated to add even registers.
2295 (REG_CLASS_NAMES): Likewise.
2296 (REG_CLASS_CONTENTS): Likewise.
2297 (REGNO_REG_CLASS): Updated for CC registers.
2298 (REG_CLASS_FROM_LETTER): Added support for even registers.
2299 (REGNO_OK_FOR_BASE_P): Updated for CC registers.
2300 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
2301 ARG_POINTER_REGNUM): Updated.
2302 (FUNCTION_ARG_ADVANCE): Define.
2303 (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
2304 (OUTGOING_REG_PARM_STACK_SPACE): Remove.
2305 (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
2306 (GO_IF_LEGITIMATE_ADDRESS): Updated.
2307 (SELECT_CC_MODE): Define.
2308 (REGISTER_NAMES): Updated to add psw and fcc registers.
2309 (ADDITIONAL_REGISTER_NAMES): Updated.
2310 (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
2311 (JUMP_TABLES_IN_TEXT_SECTION): Updated.
2312 * config/v850/v850.md (define_constants): Define new constants.
2313 (type): Update store,bit1,macc,div,fpu and single attributes.
2314 (cpu): New attribute.
2315 (cc): Add set_z attribute.
2316 (unsign23byte_load, sign23byte_load, unsign23hword_load,
2317 sign23hword_load, 23word_load, 23byte_store, 23hword_store,
2318 23word_store): New instructions for 23-bit displacement load and store.
2319 (movqi_internal, movhi_internal): Update the attributes.
2320 (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
2321 (movsi_internal_v850e, movsi_internal, movsf_internal): Update
2322 the attributes.
2323 (v850_tst1): Modified using CC_REGNUM.
2324 (tstsi): Remove.
2325 (cmpsi): Modified as define_expand from define_insn.
2326 (cmpsi_insn, cmpsf, cmpdf): New instructions.
2327 (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
2328 udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
2329 v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
2330 one_cmplsi2): Clobber the CC_REGNUM register.
2331 (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
2332 v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
2333 v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
2334 (setf_insn, set_z_insn, set_nz_insn): New instructions for
2335 v850e2v3 target.
2336 (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
2337 (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
2338 targets.
2339 (sasf_1, sasf_2): Remove.
2340 (sasf): New instruction.
2341 (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
2342 targets. CC_REGNUM register is clobbered and attributes are
2343 updated.
2344 (branch_z_normal, branch_z_invert, branch_nz_normal,
2345 branch_nz_invert): New branch related instructions.
2346 (jump): Updated the attributes.
2347 (switch): Update to support new targets. CC_REGNUM register is
2348 clobbered and attributes are updated.
2349 (call_internal_short, call_internal_long, call_value_internal_short,
2350 call_value_internal_long): Updated the attributes.
2351 (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
2352 clobbered and attributes are updated.
2353 (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
2354 Update to support new targets. CC_REGNUM register is clobbered.
2355 (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
2356 instructions.
2357 (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
2358 are updated.
2359 (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
2360 divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
2361 negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
2362 floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
2363 rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
2364 cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
2365 cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
2366 cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
2367 movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
2368 movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
2369 point instructions defined for V850e2v3 target.
2370 (callt_save_interrupt, callt_return_interrupt, return_interrupt):
2371 Add support for V850E2 targets and CC_REGNUM register is clobbered.
2372 (callt_save_all_interrupt, callt_restore_all_interrupt): Add
2373 support for new targets.
2374 * config/v850/v850-modes.def: New file.
2375 * config/v850/v850.opt(mstrict-align): Remove.
2376 (mno-strict-align, mjump-tables-in-data-section, mv850e2,
2377 mv850e2v3): New command line options for V850.
2378 * config.gcc: Update the newly added files.
2379 * doc/invoke.texi: Update the newly added command line options for
2380 V850 target.
2381
2382 2010-07-26 Richard Guenther <rguenther@suse.de>
2383
2384 PR tree-optimization/45052
2385 * ipa-pure-const.c (check_stmt): Check volatileness.
2386
2387 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
2388
2389 PR target/44707
2390 * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
2391 * config/sparc/sparc.c: Include reload.h.
2392 (legitimize_tls_address): Rename into...
2393 (sparc_legitimize_tls_address): ...this.
2394 (legitimize_pic_address): Rename into...
2395 (sparc_legitimize_pic_address): ...this.
2396 (sparc_expand_move): Adjust to above renaming.
2397 (sparc_tls_referenced_p): Likewise.
2398 (sparc_legitimize_tls_address): Likewise.
2399 (sparc_legitimize_pic_address): Likewise.
2400 (sparc_legitimize_address): Likewise.
2401 (sparc_output_mi_thunk): Likewise.
2402 (sparc_legitimize_reload_address): New global function. Recognize
2403 (lo_sum (high ...) ...) patterns generated by earlier passes.
2404 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
2405
2406 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
2407
2408 PR target/44484
2409 * config/sparc/predicates.md (memory_reg_operand): Delete.
2410 * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
2411 (*sync_compare_and_swap): Encode the address form in the pattern.
2412 (*sync_compare_and_swapdi_v8plus): Likewise.
2413
2414 2010-07-24 Gerald Pfeifer <gerald@pfeifer.com>
2415
2416 * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
2417 Streamline paragraph on compatibility with the system compiler.
2418
2419 2010-07-24 Steven Bosscher <steven@gcc.gnu.org>
2420
2421 PR middle-end/45035
2422 * alias.c (true_dependence_1): Fix thinko in merge of old
2423 true_dependence and canon_true_dependence.
2424
2425 2010-07-23 Jan Hubicka <jh@suse.cz>
2426
2427 * lto-streamer-out.c (write_symbol): Fix visibilities of external
2428 references.
2429
2430 2010-07-23 Le-Chun Wu <lcwu@google.com>
2431
2432 * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
2433 * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
2434 and an unnecessary assignment.
2435 * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
2436 self-assign warning.
2437 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
2438 unnecessary self-init.
2439
2440 2010-07-23 Richard Guenther <rguenther@suse.de>
2441
2442 PR lto/43071
2443 * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
2444 for -flto and -fwhopr.
2445
2446 2010-07-23 Kai Tietz <kai.tietz@onevision.com>
2447
2448 PR target/41943
2449 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
2450 (stmp-int-hdrs): Prefix/postfix headers by include_next.
2451 * config.gcc (user_headers_inc_next_pre): New.
2452 (user_headers_inc_next_post): Likewise.
2453 (*-w64-mingw*): Use for float.h post-fixing, and for
2454 stddef.h/stdarg.h pre-fixing by include_next.
2455 * configure.ac (user_headers_inc_next_post): New.
2456 (user_headers_inc_next_pre): New.
2457 * configure: Regenerated.
2458
2459 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2460
2461 * configure.ac: Don't disable TLS on Solaris 8/9 by default
2462 Set tga_func for Solaris 2/x86 resp. SPARC.
2463 Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
2464 (LIB_THREAD_LDFLAGS_SPEC): Define.
2465 (LIB_TLS_SPEC): Define. Check for required Sun ld version.
2466 * configure: Regenerate.
2467 * config.in: Regenerate.
2468 * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
2469 -pthread, -threads, LIB_TLS_SPEC with -pthread.
2470 * doc/install.texi (Specific, *-*-solaris2*): Document use of
2471 alternate thread libraries on Solaris 8.
2472 Document TLS patch requirements.
2473 * doc/sourcebuild.texi (Add Options): Sort alphabetically.
2474 Document tls.
2475
2476 PR target/18788
2477 * config/sol2.h (LIB_SPEC): Link with thread libraries even with
2478 -shared.
2479
2480 2010-07-23 Jakub Jelinek <jakub@redhat.com>
2481
2482 * tree.h (struct tree_base): Add nameless_flag bitfield.
2483 (TYPE_NAMELESS, DECL_NAMELESS): Define.
2484 * omp-low.c (create_omp_child_function, scan_omp_parallel,
2485 scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
2486 DECL_ARTIFICIAL where needed.
2487 * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
2488 (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
2489 has DECL_NAMELESS set.
2490
2491 2010-07-23 Martin Jambor <mjambor@suse.cz>
2492
2493 PR tree-optimization/44915
2494 * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
2495 * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
2496 (analyze_function): Likewise.
2497
2498 2010-07-23 Martin Jambor <mjambor@suse.cz>
2499
2500 PR tree-optimization/44914
2501 * tree-sra.c (sra_modify_function_body): Return true if CFG was
2502 changed, add purging dead eh edges.
2503 (ipa_sra_modify_function_body): Return true if CFG was changed,
2504 simplify purging dead eh edges.
2505 (modify_function): Return true if CFG was changed.
2506 (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
2507 was changed.
2508 (ipa_early_sra): Likewise.
2509
2510 2010-07-23 Jie Zhang <jie@codesourcery.com>
2511
2512 PR target/44290
2513 * attribs.c (decl_attributes): Insert "noinline" and "noclone"
2514 if "naked".
2515 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
2516 false if ! tree_versionable_function_p.
2517
2518 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
2519
2520 * builtins.def (BUILT_IN_ARGS_INFO): Remove.
2521 * ipa-pure-const.c (special_builtlin_state): Remove
2522 BUILT_IN_ARGS_INFO case.
2523 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
2524 * builtins.c (expand_builtin): Likewise.
2525 (expand_builtin_args_info): Remove.
2526 * doc/tm.texi (__builtin_args_info): Remove.
2527 (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
2528 * doc/tm.text.in: Likewise.
2529
2530 2010-07-23 Richard Guenther <rguenther@suse.de>
2531
2532 * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
2533 (lto_symtab_merge_decls_2): Likewise.
2534 * tree-ssa.c (useless_type_conversion_p): Likewise.
2535 * lto-streamer-in.c (input_gimple_stmt): Likewise.
2536 * gimple.c (gtc_visited2, gtc_ob2): Remove.
2537 (struct type_pair_d): Make same_p an array indexed by mode.
2538 Update comment.
2539 (lookup_type_pair): Update initialization.
2540 (struct sccs): Adjust same_p type.
2541 (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
2542 Adjust.
2543 (print_gimple_types_stats): Likewise.
2544 * gimple.h (enum gtc_mode): New.
2545 (gimple_types_compatible_p): Adjust prototype.
2546
2547 2010-07-23 Daniel Jacobowitz <dan@codesourcery.com>
2548
2549 * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
2550 again after processing insn.
2551
2552 2010-07-23 Jie Zhang <jie@codesourcery.com>
2553
2554 * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
2555 proper words when !tree_versionable_function_p.
2556
2557 2010-07-23 Richard Guenther <rguenther@suse.de>
2558
2559 PR tree-optimization/45037
2560 * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
2561
2562 2010-07-23 Jie Zhang <jie@codesourcery.com>
2563
2564 * doc/extend.texi: Remove IP2K from the description of naked attribute.
2565 Add MCORE instead.
2566
2567 2010-07-10 Andi Kleen <ak@linux.intel.com>
2568
2569 PR lto/44992
2570 * lto-opts.c (lto_write_options): Add NULL file_data argument to
2571 lto_get_section_name.
2572 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
2573 * lto-streamer-out.c (produce_asm): Likewise.
2574 (copy_function): Likewise.
2575 (produce_symtab): Likewise.
2576 (produce_asm_for_decls): Likewise.
2577 * lto-streamer.c (lto_get_section_name): Add file_data argument.
2578 Rewrite to add random postfix to LTO sections.
2579 * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
2580 (lto_get_section_name): Add file_data argument to prototype.
2581
2582 2010-07-10 Andi Kleen <ak@linux.intel.com>
2583
2584 * lto-section-in.c (lto_section_name): Synchronize names
2585 with lto_get_section_name.
2586
2587 2010-07-10 Andi Kleen <ak@linux.intel.com>
2588
2589 * lto-opts.c (lto_read_file_options): Check for missing section.
2590
2591 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
2592
2593 * ira.c (check_allocation): Correctly handle the case where an allocno
2594 with two objects was allocated to a single reg.
2595
2596 2010-07-22 Richard Sandiford <rdsandiford@googlemail.com>
2597
2598 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
2599 (is_widening_mult_p): Likewise.
2600 (convert_to_widen): Use them.
2601 (convert_plusminus_to_widen): Likewise. Handle fixed-point types as
2602 well as integer ones.
2603
2604 2010-07-22 Steven Bosscher <steven@gcc.gnu.org>
2605
2606 * alias.c (true_dependence_1): New function, merged version of
2607 true_dependence and canon_true_dependence.
2608 (true_dependence): Simplify.
2609 (canon_true_dependence): Simplify.
2610
2611 2010-07-22 Richard Henderson <rth@redhat.com>
2612
2613 PR target/45027
2614 * config/i386/i386.c (setup_incoming_varargs_64): Force the use
2615 of V4SFmode for the SSE saves; increase stack alignment if needed.
2616 (ix86_gimplify_va_arg): Don't increase stack alignment here.
2617
2618 2010-07-22 Jakub Jelinek <jakub@redhat.com>
2619
2620 PR bootstrap/45028
2621 * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
2622 call cprop_find_used_regs again via note_uses.
2623
2624 2010-07-22 Eric Botcazou <ebotcazou@adacore.com>
2625
2626 * alias.c (get_alias_set): Fix formatting issues.
2627
2628 2010-07-22 Steve Ellcey <sje@cup.hp.com>
2629
2630 PR middle-end/44878
2631 * stmt.c (expand_value_return): Call promote_function_mode with
2632 a for_return argument of 2 when returning by reference.
2633
2634 2010-07-22 Dodji Seketeli <dodji@redhat.com>
2635
2636 PR debug/45024
2637 * dwarf2out.c (scope_die_for): Don't fall back to the compilation
2638 unit DIE if we can find the scope DIE.
2639
2640 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
2641
2642 * ira-build.c (ira_create_object): New arg SUBWORD; all callers
2643 changed. Initialize OBJECT_SUBWORD.
2644 (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
2645 (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
2646 all callers changed.
2647 (merge_hard_reg_conflicts): Iterate over allocno subobjects.
2648 (finish_allocno): Likewise.
2649 (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
2650 (remove_low_level_allocnos): Likewise.
2651 (update_bad_spill_attribute): Likewise.
2652 (setup_min_max_allocno_live_range_point): Likewise.
2653 (sort_conflict_id_map): Likewise.
2654 (ira_flattening): Likewise. Use ior_hard_reg_conflicts.
2655 (ior_hard_reg_conflicts): New function.
2656 (ior_allocate_object_conflicts): Renamed first argument to OBJ.
2657 (compress_conflict_vecs): Iterate over objects, not allocnos.
2658 (ira_add_live_range_to_object): New function.
2659 (object_range_compare_func): Renamed from allocno_range_compare_func.
2660 All callers changed.
2661 (setup_min_max_conflict_allocno_ids): For allocnos with multiple
2662 subobjects, widen the min/max range of the lowest-order object to
2663 potentially include all other such low-order objects.
2664 * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
2665 (check_allocation): Likewise. Use more fine-grained tests for register
2666 conflicts.
2667 * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
2668 allocno subobjects.
2669 (assign_hard_reg): Keep multiple sets of conflicts. Make finer-grained
2670 choices about which bits to set in each set. Don't use
2671 ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
2672 using the multiple sets we computed.
2673 (push_allocno_to_stack): Iterate over allocno subobjects.
2674 (all_conflicting_hard_regs_coalesced): New static function.
2675 (setup_allocno_available_regs_num): Use it.
2676 (setup_allocno_left_conflicts_size): Likewise. Iterate over allocno
2677 subobjects.
2678 (coalesced_allocno_conflict): Test subobject 0 in each allocno.
2679 (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
2680 by ALLOCNO_NUM_OBJECTS.
2681 (calculate_spill_cost): Likewise.
2682 (color_pass): Express if statement in a more normal way.
2683 (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
2684 (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
2685 (setup_slot_coalesced_allocno_live_ranges): Likewise.
2686 (allocno_reload_assign): Likewise.
2687 (ira_reassign_pseudos): Likewise.
2688 (fast_allocation): Likewise.
2689 * ira-conflicts.c (build_conflict_bit_table): Likewise.
2690 (print_allocno_conflicts): Likewise.
2691 (ira_build_conflicts): Likewise.
2692 (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p. All
2693 callers changed. Test subword 0 of each allocno for conflicts.
2694 (build_object_conflicts): Renamed from build_allocno_conflicts. All
2695 callers changed. Iterate over allocno subobjects.
2696 * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
2697 * ira-int.h (struct ira_allocno): New member: num_objects.
2698 Rename object to objects and change it into an array.
2699 (ALLOCNO_OBJECT): Add new argument N.
2700 (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
2701 (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
2702 (ior_hard_reg_conflicts): Declare.
2703 (ira_add_live_range_to_object): Declare.
2704 (ira_allocno_object_iterator): New.
2705 (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
2706 (FOR_EACH_ALLOCNO_OBJECT): New macro.
2707 * ira-lives.c (objects_live): Renamed from allocnos_live; all
2708 uses changed.
2709 (allocnos_processed): New sparseset.
2710 (make_object_born): Renamed from make_allocno_born; take an
2711 ira_object_t argument. All callers changed.
2712 (make_object_dead): Renamed from make_allocno_dead; take an
2713 ira_object_t argument. All callers changed.
2714 (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
2715 All callers changed.
2716 (mark_pseudo_regno_live): Iterate over allocno subobjects.
2717 (mark_pseudo_regno_dead): Likewise.
2718 (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
2719 functions.
2720 (mark_ref_live): Detect subword accesses and call
2721 mark_pseudo_regno_subword_live as appropriate.
2722 (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
2723 (process_bb_nodes_live): Deal with object-related updates first; set
2724 and test bits in allocnos_processed to avoid computing allocno
2725 statistics more than once.
2726 (create_start_finish_chains): Iterate over objects, not allocnos.
2727 (print_object_live_ranges): New function.
2728 (print_allocno_live_ranges): Use it.
2729 (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
2730 and objects_live.
2731
2732 2010-07-22 Richard Guenther <rguenther@suse.de>
2733
2734 PR lto/42451
2735 * gimple.c (gtc_next_dfs_num): New global.
2736 (struct sccs): Make value a union, add integer same_p member.
2737 (gtc_visit): New function.
2738 (gimple_types_compatible_p_1): New function, split out from ...
2739 (gimple_types_compatible_p): ... here. Start a DFS walk here.
2740 (iterative_hash_gimple_type): Adjust for sccs change.
2741
2742 2010-07-22 Martin Jambor <mjambor@suse.cz>
2743
2744 PR tree-optimization/44891
2745 * tree-sra.c: Include gimple-pretty-print.h.
2746 (replace_uses_with_default_def_ssa_name): Renamed to
2747 get_repl_default_def_ssa_name, return the new SSA name instead of
2748 replacing the old one.
2749 (sra_modify_assign): Dump a message when removing a load, if the LHS
2750 is an SSA_NAME, do not do any propagation, just set the RHS to a
2751 default definition SSA NAME, type convert if necessary.
2752 * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
2753
2754 2010-07-22 Richard Guenther <rguenther@suse.de>
2755
2756 PR tree-optimization/45017
2757 * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
2758 TYPE_PRECISION of integral types in addition to size.
2759
2760 2010-07-22 Maxim Kuvyrkov <maxim@codesourcery.com>
2761
2762 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
2763 when no C library is specified.
2764
2765 2010-07-22 Martin Jambor <mjambor@suse.cz>
2766
2767 * ipa-prop.h (struct ipa_node_params): Updated comment.
2768 (struct ipa_edge_args): Likewise.
2769 * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
2770
2771 2010-07-22 Martin Jambor <mjambor@suse.cz>
2772
2773 * cgraphunit.c (verify_edge_count_and_frequency): New function.
2774 (verify_cgraph_node): Verify frequencies of indirect edges.
2775 * tree-inline.c (tree_function_versioning): Update frequencies of
2776 indirect edges.
2777
2778 2010-07-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2779
2780 PR target/43698
2781 * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
2782 Set *arm_rev to be predicable.
2783
2784 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
2785
2786 * config/darwin.h (LINK_COMMAND_SPEC): Split into...
2787 (LINK_COMMAND_SPEC_A): New.
2788 (DSYMUTIL): New.
2789 (DSYMUTIL_SPEC): New.
2790 * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
2791 (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
2792
2793 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
2794
2795 * calls.c (load_register_parameters): Move check for zero
2796 sized items so that only the call to
2797 mem_overlaps_already_clobbered_arg_p () is protected.
2798
2799 2010-07-22 Jan Hubicka <jh@suse.cz>
2800
2801 * ipa-pure-const.c (varying_state): Break out from ...
2802 (get_function_state): ... here; always return varying_state
2803 when state would be NULL otherwise.
2804 (remove_node_data): Do not free varying state.
2805
2806 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
2807
2808 PR bootstrap/44970
2809 PR middle-end/45009
2810 * postreload.c: Include "target.h".
2811 (reload_combine_closest_single_use): Don't take DEBUG_INSNs
2812 into account.
2813 (fixup_debug_insns): Don't copy the rtx.
2814 (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
2815 Don't copy when replacing. Call fixup_debug_insns in the case where
2816 we merged one add with another.
2817 (reload_combine_recognize_pattern): Fail if there aren't any uses.
2818 Try harder to determine whether we're picking a valid index register.
2819 Don't set store_ruid for an insn we're going to scan in the
2820 next iteration.
2821 (reload_combine): Remove unused code.
2822 (reload_combine_note_use): When updating use information for
2823 an old insn, ignore a use that occurs after store_ruid.
2824 * Makefile.in (postreload.o): Update dependencies.
2825
2826 * function.c (record_hard_reg_sets): Restrict the previous change
2827 to cases where the incoming nominal mode is the same as the
2828 incoming promoted mode and everything happens in MODE_INT.
2829
2830 2010-07-21 Jakub Jelinek <jakub@redhat.com>
2831
2832 PR debug/45015
2833 * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
2834 ASM_OPERANDS_OUTPUT_IDX.
2835 (adjust_insn): For inline asm with multiple sets ensure first
2836 ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
2837 the insn.
2838
2839 2010-07-21 Richard Henderson <rth@redhat.com>
2840
2841 * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
2842 comparison for avoiding xmm register saves. Emit the xmm register
2843 saves explicitly.
2844 * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
2845 (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
2846 (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
2847 Remove patterns and the associated splitters.
2848
2849 2010-07-21 Changpeng Fang <changpeng.fang@amd.com>
2850
2851 * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
2852 and imagine parts of a complex, so that they can have the same
2853 base and fall into the same group.
2854
2855 2010-07-21 Richard Guenther <rguenther@suse.de>
2856
2857 PR lto/45018
2858 * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
2859 of TYPE_DECLs. Do not follow TYPE_NEXT_VARIANT,
2860 TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
2861
2862 2010-07-21 Martin Jambor <mjambor@suse.cz>
2863
2864 PR tree-optimization/44900
2865 * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
2866 (sra_modify_assign): Move gsi to the next statmenent unconditionally.
2867
2868 2010-07-21 Bernd Schmidt <bernds@codesourcery.com>
2869
2870 PR middle-end/44738
2871 * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
2872
2873 2010-07-21 Richard Guenther <rguenther@suse.de>
2874
2875 PR middle-end/45013
2876 * tree-ssa.c (useless_type_conversion_p): Dispatch to
2877 gimple_types_compatible_p only when in lto.
2878 * gimple.c (gimple_types_compatible_p): Use canonical types
2879 to speed up comparison.
2880
2881 2010-07-21 Richard Guenther <rguenther@suse.de>
2882
2883 * tree-flow.h (referenced_var): Move define ...
2884 * tree-flow-inline.h (referenced_var): ... here as an inline
2885 function. Assert here ...
2886 * tree-dfa.c (referenced_var_lookup): ... instead of here.
2887 * tree-ssa.c (maybe_optimize_var): Check if the variable
2888 is in referenced vars.
2889 (execute_update_addresses_taken): Remove old broken check.
2890 * gimple-pretty-print.c (pp_points_to_solution): Use
2891 referenced_var_lookup.
2892 * tree-into-ssa.c (dump_decl_set): Likewise.
2893
2894 2010-07-21 Jakub Jelinek <jakub@redhat.com>
2895
2896 PR debug/45003
2897 * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
2898 * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
2899 ZERO_EXTEND here.
2900
2901 2010-07-20 Richard Henderson <rth@redhat.com>
2902
2903 * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
2904
2905 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
2906
2907 * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
2908 computing the sum of the stack pointer and a large constant.
2909 * config/arm/constraints.md (M): Remove superfluous parentheses.
2910 (Pc): New constraint.
2911
2912 2010-07-20 Jakub Jelinek <jakub@redhat.com>
2913
2914 PR debug/45006
2915 * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
2916 operand's type if exp is tcc_unary class tree.
2917
2918 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
2919
2920 * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
2921 Reverse sense of if_then_else condition.
2922
2923 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
2924
2925 * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
2926 * config/rs6000/rs6000.c (rs6000_override_options): Set
2927 rs6000_block_move_inline_limit appropriately.
2928 (expand_block_move): Use rs6000_block_move_inline_limit.
2929 * doc/invoke.texi (mblock-move-inline-limit): Document.
2930
2931 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
2932
2933 * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
2934 FROM and TO. All callers changed. Don't look for tracked uses,
2935 just scan the RTL for DEBUG_INSNs and substitute.
2936 (reload_combine_recognize_pattern): Call fixup_debug_insns.
2937 (reload_combine): Ignore DEBUG_INSNs.
2938
2939 2010-07-20 Jakub Jelinek <jakub@redhat.com>
2940
2941 * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
2942 depth to 8 from 5.
2943
2944 PR debug/45003
2945 * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
2946 or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
2947 instead of the result's type.
2948
2949 2010-07-20 Richard Guenther <rguenther@suse.de>
2950
2951 PR tree-optimization/44977
2952 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
2953 SSA form.
2954
2955 2010-07-20 Richard Guenther <rguenther@suse.de>
2956
2957 * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
2958 (lto_symtab_merge_decls_2): Likewise.
2959 * gimple.h (gimple_types_compatible_p): Declare.
2960 * gimple.c (gimple_queue_type_fixup): Remove.
2961 (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
2962 (gimple_compatible_complete_and_incomplete_type_p): New function.
2963 (gimple_types_compatible_p): Adjust.
2964 (gimple_register_type): Remove type fixup code.
2965 (print_gimple_types_stats): Adjust.
2966 (free_gimple_type_tables): Likewise.
2967 * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
2968 * tree-ssa.c (useless_type_conversion_p): Likewise.
2969
2970 2010-07-20 Richard Guenther <rguenther@suse.de>
2971
2972 PR middle-end/44971
2973 PR middle-end/44988
2974 * tree-ssa.c (maybe_optimize_var): New function split out from ...
2975 (execute_update_addresses_taken): ... here.
2976 (non_rewritable_mem_ref_base): Likewise.
2977 (execute_update_addresses_taken): Do not iterate over all referenced
2978 vars but just all local decls and parms.
2979 Properly check call and asm arguments and rewrite call arguments.
2980
2981 2010-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
2982
2983 * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
2984 to top level.
2985 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
2986 definitions ...
2987 * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
2988 New macro.
2989 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
2990
2991 2010-07-19 Richard Sandiford <rdsandiford@googlemail.com>
2992
2993 * gengtype.c (start_root_entry): New function, split out from
2994 write_root. Check whether V is null and raise an error if so.
2995 (write_field_root): Check for V being null. Don't raise an error here;
2996 set V to null instead.
2997 (write_root): Update comment above function. Use start_root_entry.
2998
2999 2010-07-19 Xinliang David Li <davidxl@google.com>
3000
3001 PR testsuite/44932
3002 * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
3003 def edges.
3004 (find_uninit_use): Add dump.
3005 (is_use_properly_guarded): Ditto.
3006 (warn_uninitialized_phi): Ditto.
3007 (execute_late_warn_uninitialized): Ditto.
3008
3009 2010-07-19 Richard Guenther <rguenther@suse.de>
3010
3011 PR middle-end/44941
3012 * expr.c (emit_block_move_hints): Move zero size check first.
3013 Move asserts to more useful places.
3014 * calls.c (load_register_parameters): Check for zero size.
3015
3016 2010-07-19 Richard Henderson <rth@redhat.com>
3017
3018 * tree-optimize.c (execute_all_early_local_passes): New. Change
3019 cgraph_state here ...
3020 (execute_early_local_optimizations): ... not here. Remove.
3021 (pass_early_local_passes, pass_all_early_optimizations): Update.
3022
3023 2010-07-19 Bernd Schmidt <bernds@codesourcery.com>
3024
3025 * postreload.c (reload_combine_closest_single_use): Ignore the
3026 number of uses for DEBUG_INSNs.
3027 (fixup_debug_insns): New static function.
3028 (reload_combine_recognize_const_pattern): Use it. Don't let the
3029 main loop be affected by DEBUG_INSNs.
3030 Really disallow moving adds past a jump insn.
3031 (reload_combine_recognize_pattern): Don't update use_ruid here.
3032 (reload_combine_note_use): Do it here.
3033 (reload_combine): Use control_flow_insn_p rather than JUMP_P.
3034
3035 2010-07-19 Bingfeng Mei <bmei@broadcom.com>
3036
3037 * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
3038 of a loop.
3039 * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
3040
3041 2010-07-19 Iain Sandoe <iains@gcc.gnu.org>
3042
3043 * config/i386/darwin.h: Define darwin_emit_branch_islands.
3044 (TARGET_MACHO_BRANCH_ISLANDS): New.
3045 (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
3046 * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
3047 default value.
3048 * config/i386/i386.c (output_pic_addr_const): Do not emit
3049 branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
3050 (x86_output_mi_thunk): Adjust symbol creation.
3051 * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
3052 Remove out of date comment.
3053 * config/rs6000/rs6000.c (print_operand): Adjust symbol.
3054 (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
3055 (DARWIN_GENERATE_ISLANDS): Ditto.
3056 (output_call): Do not emit branch islands unless
3057 darwin_emit_branch_islands is set.
3058 * config/darwin.c: Declare darwin_emit_branch_islands.
3059 (machopic_indirect_data_reference): Do not emit unless
3060 darwin_emit_branch_islands is set.
3061 (darwin_override_options): Set darwin_emit_branch_islands
3062 where it is needed.
3063 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
3064
3065 2010-07-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3066
3067 * doc/sourcebuild.texi (Effective-Target Keywords): Document
3068 sse_runtime, sse2_runtime.
3069
3070 2010-07-18 Richard Sandiford <rdsandiford@googlemail.com>
3071
3072 * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
3073 low half of a single-register SCmode return value before ORing
3074 it with the high half.
3075 * config/mips/mips16.S (MERGE_GPRf): Likewise.
3076
3077 2010-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3078
3079 PR target/44805
3080 * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
3081 on all targets.
3082
3083 2010-07-17 Bernd Schmidt <bernds@codesourcery.com>
3084
3085 PR target/42235
3086 * postreload.c (reload_cse_move2add): Return bool, true if anything.
3087 changed. All callers changed.
3088 (move2add_use_add2_insn): Likewise.
3089 (move2add_use_add3_insn): Likewise.
3090 (reload_cse_regs): If reload_cse_move2add changed anything, rerun
3091 reload_combine.
3092 (RELOAD_COMBINE_MAX_USES): Bump to 16.
3093 (last_jump_ruid): New static variable.
3094 (struct reg_use): New members CONTAINING_MEM and RUID.
3095 (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
3096 (reload_combine_split_one_ruid, reload_combine_split_ruids,
3097 reload_combine_purge_insn_uses, reload_combine_closest_single_use
3098 reload_combine_purge_reg_uses_after_ruid,
3099 reload_combine_recognize_const_pattern): New static functions.
3100 (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
3101 is true for our reg and that we have available index regs.
3102 (reload_combine_note_use): New args RUID and CONTAINING_MEM. All
3103 callers changed. Use them to initialize fields in struct reg_use.
3104 (reload_combine): Initialize last_jump_ruid. Be careful when to
3105 take PREV_INSN of the scanned insn. Update REAL_STORE_RUID fields.
3106 Call reload_combine_recognize_const_pattern.
3107 (reload_combine_note_store): Update REAL_STORE_RUID field.
3108
3109 2010-07-16 Jason Merrill <jason@redhat.com>
3110
3111 * Makefile.in (opts-common.o): Depend on options.h.
3112
3113 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
3114
3115 * tree.c (build_common_builtin_nodes): Use build_function_type_list
3116 instead of build_function_type.
3117 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
3118 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
3119
3120 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
3121
3122 * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
3123 do all the work.
3124 (rs6000_emit_int_cmove): Use function pointers for insn generation.
3125 Don't force values into registers unnecessarily.
3126 (output_isel): Assert that we're not given conditions we can't handle.
3127 Delete corresponding code.
3128 * config/rs6000/rs6000.md (isel_signed_<mode>): Use
3129 scc_comparison_operator constraint. Permit 0 for the consequent
3130 operand. Permit any GPR for the alternative operand.
3131 (isel_unsigned_<mode>): Likewise.
3132
3133 2010-07-16 Jakub Jelinek <jakub@redhat.com>
3134
3135 PR target/44942
3136 * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
3137 argument to const_tree.
3138 * config/i386/i386.c (function_arg_advance): If padding needs to be
3139 inserted before argument, increment cum->words by number of padding
3140 words as well.
3141 (contains_aligned_value_p): Change argument to const_tree.
3142 (ix86_function_arg_boundary): Change second argument to const_tree.
3143
3144 2010-07-16 Bernd Schmidt <bernds@codesourcery.com>
3145
3146 PR target/42235
3147 * function.c (record_hard_reg_sets): New static function.
3148 (assign_parm_setup_reg): If an optab for extending exists and the
3149 generated code clobbbers no hard regs, emit the insn directly and
3150 create a REG_EQUIV note.
3151
3152 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
3153
3154 * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
3155 TREE_CHAIN.
3156 * c-typeck.c (push_init_level): Likewise.
3157 (process_init_element): Likewise.
3158
3159 2010-07-15 Anatoly Sokolov <aesok@post.ru>
3160
3161 * tree.h (enum tree_index): Add TI_INTEGER_THREE.
3162 (integer_three_node): Add.
3163 * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
3164 NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
3165 * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
3166 of call build_int_cst.
3167 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
3168 * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
3169 (find_interesting_uses_address): Ditto.
3170 * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
3171 * tree-eh.c (lower_eh_constructs_2): Ditto.
3172 * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
3173 * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
3174 * expmed.c (expand_divmod): Ditto.
3175 * tree-mudflap.c (mx_register_decls): Ditto.
3176 * varasm.c (array_size_for_constructor): Ditto.
3177 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
3178 * c-parser.c (c_parser_postfix_expression): Ditto.
3179
3180 2010-07-15 Bernd Schmidt <bernds@codesourcery.com>
3181
3182 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
3183 New static variables.
3184 (reload_combine_recognize_pattern): New static function, broken out
3185 of reload_combine.
3186 (reload_combine): Use it. Only initialize first_index_reg and
3187 last_index_reg once.
3188
3189 2010-07-15 Richard Henderson <rth@redhat.com>
3190
3191 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
3192 when done.
3193
3194 2010-07-15 Jan Hubicka <jh@suse.cz>
3195
3196 * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
3197 comdats for broken gold.
3198 (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
3199
3200 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
3201
3202 * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
3203
3204 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
3205
3206 * tree.h (DECL_CHAIN): Define.
3207 * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
3208 * c-decl.c: Likewise.
3209 * c-parser.c: Likewise.
3210 * c-typeck.c: Likewise.
3211 * cfgexpand.c: Likewise.
3212 * cgraph.c: Likewise.
3213 * cgraphunit.c: Likewise.
3214 * combine.c: Likewise.
3215 * config/alpha/alpha.c: Likewise.
3216 * config/arm/arm.c: Likewise.
3217 * config/frv/frv.c: Likewise.
3218 * config/i386/i386.c: Likewise.
3219 * config/i386/winnt-cxx.c: Likewise.
3220 * config/ia64/ia64.c: Likewise.
3221 * config/iq2000/iq2000.c: Likewise.
3222 * config/mep/mep.c: Likewise.
3223 * config/mips/mips.c: Likewise.
3224 * config/pa/som.h: Likewise.
3225 * config/rs6000/rs6000.c: Likewise.
3226 * config/s390/s390.c: Likewise.
3227 * config/sh/sh.c: Likewise.
3228 * config/sh/symbian-cxx.c: Likewise.
3229 * config/sparc/sparc.c: Likewise.
3230 * config/spu/spu.c: Likewise.
3231 * config/stormy16/stormy16.c: Likewise.
3232 * config/vxworks.c: Likewise.
3233 * config/xtensa/xtensa.c: Likewise.
3234 * coverage.c: Likewise.
3235 * dbxout.c: Likewise.
3236 * dwarf2out.c: Likewise.
3237 * emit-rtl.c: Likewise.
3238 * expr.c: Likewise.
3239 * function.c: Likewise.
3240 * gimple-low.c: Likewise.
3241 * gimple-pretty-print.c: Likewise.
3242 * gimplify.c: Likewise.
3243 * integrate.c: Likewise.
3244 * ipa-inline.c: Likewise.
3245 * ipa-prop.c: Likewise.
3246 * ipa-split.c: Likewise.
3247 * ipa-struct-reorg.c: Likewise.
3248 * ipa-type-escape.c: Likewise.
3249 * langhooks.c: Likewise.
3250 * lto-cgraph.c: Likewise.
3251 * omp-low.c: Likewise.
3252 * stor-layout.c: Likewise.
3253 * tree-cfg.c: Likewise.
3254 * tree-complex.c: Likewise.
3255 * tree-dfa.c: Likewise.
3256 * tree-dump.c: Likewise.
3257 * tree-inline.c: Likewise.
3258 * tree-mudflap.c: Likewise.
3259 * tree-nested.c: Likewise.
3260 * tree-object-size.c: Likewise.
3261 * tree-pretty-print.c: Likewise.
3262 * tree-sra.c: Likewise.
3263 * tree-ssa-live.c: Likewise.
3264 * tree-ssa-loop-niter.c: Likewise.
3265 * tree-ssa-math-opts.c: Likewise.
3266 * tree-ssa-reassoc.c: Likewise.
3267 * tree-ssa-sccvn.c: Likewise.
3268 * tree-ssa-structalias.c: Likewise.
3269 * tree-tailcall.c: Likewise.
3270 * tree-vrp.c: Likewise.
3271 * tree.c: Likewise.
3272 * var-tracking.c: Likewise.
3273 * varasm.c: Likewise.
3274
3275 2010-07-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3276
3277 PR target/44877
3278 * config/spu/spu.c (spu_expand_builtin_1): Allow references
3279 (as well as pointers) as argument to mask_for_load builtins.
3280
3281 2010-07-15 Richard Guenther <rguenther@suse.de>
3282
3283 PR tree-optimization/44946
3284 * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
3285 with accessing only padding properly.
3286
3287 2010-07-15 Jan Hubicka <jh@suse.cz>
3288
3289 * ipa.c (function_and_variable_visibility): Variables marked as used
3290 should not be localized.
3291
3292 2010-07-15 Jan Hubicka <jh@suse.cz>
3293
3294 * cgraph.c: Include lto-streamer.h
3295 (change_decl_assembler_name): Work when assembler name hash is at place.
3296 (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
3297 be sure to rename it to avoid name clash.
3298 * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
3299 Localize hidden symbols only when locally defined.
3300
3301 2010-07-15 Uros Bizjak <ubizjak@gmail.com>
3302
3303 * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
3304
3305 2010-07-15 Magnus Granberg <zorry@gentoo.org>
3306 Kevin F. Quinn <kevquinn@gentoo.org>
3307
3308 * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
3309 * common.opt: Add -Wtrampolines.
3310 * doc/invoke.texi: Add -Wtrampolines.
3311
3312 2010-07-15 Jie Zhang <jie@codesourcery.com>
3313
3314 * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
3315 cortex_a8_issue_ls.
3316
3317 2010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
3318
3319 * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
3320 * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
3321
3322 2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3323
3324 * config/spu/spu.c (reg_names): Remove prototype.
3325 (call_used_regs): Likewise.
3326
3327 2010-07-14 Dave Korn <dave.korn.cygwin@gmail.com>
3328
3329 * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
3330 "unused" with attribute "used".
3331 (__JCR_END__): Likewise.
3332 * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
3333 "used" attribute.
3334 (__JCR_LIST__): Replace attribute "unused" with attribute "used".
3335
3336 2010-07-14 Richard Guenther <rguenther@suse.de>
3337
3338 * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
3339 (maybe_fixup_decls): Likewise.
3340 (input_gimple_stmt): Do not fixup anything.
3341 * lto-streamer-out.c (output_gimple_stmt): Make sure all
3342 non-automatic variable uses are wrapped inside a MEM_REF.
3343
3344 2010-07-14 Richard Henderson <rth@redhat.com>
3345
3346 * passes.c (rest_of_decl_compilation): Do not call assemble_variable
3347 for functions.
3348 * varasm.c (assemble_variable): Remove early exit for functions;
3349 assert that we're given a variable.
3350
3351 2010-07-14 Jie Zhang <jie@codesourcery.com>
3352
3353 * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
3354 cortex_a8_default when neon_type is not none.
3355
3356 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
3357
3358 * lower-subreg.c (subreg_context): New static bitmap.
3359 (decompose_multiword_subregs): Allocate and free it.
3360 (find_decomposable_subregs): Set a bit in it for a register that
3361 occurs in a subreg that changes mode but not size.
3362 (can_decompose_p): Test it instead of non_decomposable_context.
3363
3364 2010-07-14 Richard Guenther <rguenther@suse.de>
3365
3366 PR tree-optimization/44824
3367 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
3368 is_gimple_mem_ref_addr.
3369 (tree_ssa_forward_propagate_single_use_vars): Do not propagate
3370 non-decl_address_invariant_p addresses.
3371
3372 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
3373
3374 * reload.c (find_reloads): Revert code to penalize small register
3375 classes that was brought in with the IRA merge.
3376
3377 2010-07-14 Richard Guenther <rguenther@suse.de>
3378
3379 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
3380 as base of ARRAY_REFs.
3381
3382 2010-07-14 Richard Guenther <rguenther@suse.de>
3383
3384 PR middle-end/44930
3385 * tree-pretty-print.c (do_niy): Do not print a newline.
3386
3387 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
3388
3389 * ira-int.h (struct ira_object): New.
3390 (ira_object_t): New typedef. Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
3391 (struct ira_allocno): Remove members min, max,
3392 conflict_allocno_array, conflict_id, conflict_allocno_array_size,
3393 conflict_allocnos_num and conflict_vec_p. Add new member object.
3394 (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
3395 OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
3396 OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
3397 OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
3398 ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
3399 ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
3400 ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
3401 ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
3402 an ira_object_t rather than ira_allocno_t. All uses changed.
3403 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
3404 contains a vector of ira_object_t; all uses changed.
3405 (ira_objects_num): Declare variable.
3406 (ira_create_allocno_object): Declare function.
3407 (ira_conflict_vector_profitable_p): Adjust prototype.
3408 (ira_allocate_conflict_vec): Renamed from
3409 ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
3410 (ira_allocate_object_conflicts): Renamed from
3411 ira_allocate_allocno_conflicts; first arg now ira_object_t.
3412 (struct ira_object_iterator): New.
3413 (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
3414 (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
3415 to conflict_vec_p. All uses changed.
3416 (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
3417 Changed to take into account that conflicts are now tracked for
3418 objects.
3419 * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
3420 Args changed to accept ira_object_t. All uses changed.
3421 (allocnos_conflict_p): New static function.
3422 (collected_conflict_objects): Renamed from collected_allocno_objects;
3423 now a vector of ira_object_t. All uses changed.
3424 (build_conflict_bit_table): Changed to take into account that
3425 conflicts are now tracked for objects.
3426 (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
3427 (print_allocno_conflicts, ira_build_conflicts): Likewise.
3428 * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
3429 setup_allocno_left_conflicts_size, allocno_reload_assign,
3430 fast_allocation): Likewise.
3431 * ira-lives.c (make_hard_regno_born, make_allocno_born)
3432 process_single_reg_class_operands, process_bb_node_lives): Likewise.
3433 * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
3434 Likewise.
3435 * ira-build.c (ira_objects_num): New variable.
3436 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
3437 contains a vector of ira_object_t; all uses changed.
3438 (ira_object_id_map_vec): Corresponding change.
3439 (object_pool): New static variable.
3440 (initiate_allocnos): Initialize it.
3441 (finish_allocnos): Free it.
3442 (ira_create_object, ira_create_allocno_object, create_allocno_objects):
3443 New functions.
3444 (ira_create_allocno): Don't set members that were removed.
3445 (ira_set_allocno_cover_class): Don't change conflict hard regs.
3446 (merge_hard_reg_conflicts): Changed to take into account that
3447 conflicts are now tracked for objects.
3448 (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
3449 allocate_conflict_bit_vec, ira_allocate_object_conflicts,
3450 compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
3451 setup_min_max_allocno_live_range_point, allocno_range_compare_func,
3452 setup_min_max_conflict_allocno_ids, ): Likewise.
3453 (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
3454 to ira_object_t; all callers changed.
3455 (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
3456 to ira_object_t, all callers changed.
3457 (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
3458 to ira_object_t, all callers changed.
3459 (conflict_check, curr_conflict_check_tick): Renamed from
3460 allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
3461 changed.
3462 (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
3463 arg changed to ira_object_t, all callers changed.
3464 (create_cap_allocno): Call ira_create_allocno_object.
3465 (finish_allocno): Free the corresponding object.
3466 (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
3467 callers changed. Adjusted for dealing with objects.
3468 (ira_build): Call create_allocno_objects after ira_costs. Adjusted for
3469 dealing with objects.
3470 * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
3471
3472 * ira-int.h (struct live_range): Rename allocno member to object
3473 and change type to ira_object_t.
3474 (struct ira_object): New member live_ranges.
3475 (struct ira_allocno): Remove member live_ranges.
3476 (ALLOCNO_LIVE_RANGES): Remove.
3477 (OBJECT_LIVE_RANGES): New macro.
3478 (ira_create_live_range, ira_copy_live_range_list,
3479 ira_merge_live_range_list, ira_live_ranges_intersect_p,
3480 ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
3481 * ira-build.c (ira_create_object): Initialize live ranges here.
3482 (ira_create_allocno): Not here.
3483 (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
3484 changed to ira_object_t, all callers changed.
3485 (copy_live_range): Rename from copy_allocno_live_range, all callers
3486 changed.
3487 (ira_copy_live_range_list): Rename from
3488 ira_copy_allocno_live_range_list, all callers changed.
3489 (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
3490 all callers changed.
3491 (ira_live_ranges_intersect_p): Rename from
3492 ira_allocno_live_ranges_intersect_p, all callers changed.
3493 (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
3494 callers changed.
3495 (ira_finish_live_range_list): Rename from
3496 ira_finish_allocno_live_range_list, all callers changed.
3497 (change_object_in_range_list): Rename from change_allocno_in_range_list,
3498 last arg changed to ira_object_t, all callers changed.
3499 (finish_allocno): Changed to expect live ranges in the allocno's object.
3500 (move_allocno_live_ranges, copy_allocno_live_ranges,
3501 update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
3502 ira_flattening, ira_build): Likewise.
3503 * ira-color.c (allocnos_have_intersected_live_ranges_p,
3504 slot_coalesced_allocno_live_ranges_intersect,
3505 setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
3506 * ira-conflicts.c (build_conflict_bit_table): Likewise.
3507 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
3508 * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
3509 make_allocno_dead, create_start_finish_chains,
3510 remove_some_program_points_and_update_live_ranges,
3511 ira_debug_live_range_list): Likewise.
3512
3513 * ira-int.h (ira_object_conflict_iterator): Rename from
3514 ira_allocno_conflict_iterator.
3515 (ira_object_conflict_iter_init): Rename from
3516 ira_allocno_conflict_iter_init, second arg changed to
3517 * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
3518 FOR_EACH_ALLOCNO_CONFLICT.
3519 * ira-color.c (assign_hard_reg, push_allocno_to_stack)
3520 setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
3521 ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
3522 * ira-conflicts.c (print_allocno_conflicts): Likewise.
3523
3524 2010-07-13 Joern Rennecke <joern.rennecke@embecosm.com>
3525
3526 PR other/44874
3527 * tree-dump.c (dump_options): Add enumerate_locals entry.
3528 Add TDF_NOID exclusion to all entry.
3529 * tree-dump.h (dump_enumerated_decls): Declare.
3530 * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
3531 Don't display type uid.
3532 (print_declaration): Don't crash on TREE_TYPE (t) == 0.
3533 * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
3534 * tree-ssa-live.c: Include gimple.h.
3535 (numbered_tree_d): New struct.
3536 (numbered_tree): New typedef.
3537 (DEF_VEC_O (numbered_tree): New.
3538 (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
3539 (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
3540 (dump_enumerated_decls): Likewise.
3541 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
3542 debug info and flag_dump_final_insns, call dump_enumerated_decls.
3543 * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
3544 * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
3545
3546 2010-07-13 Richard Sandiford <rdsandiford@googlemail.com>
3547
3548 * expmed.h (MAX_BITS_PER_WORD): Move to...
3549 * defaults.h (MAX_BITS_PER_WORD): ...here.
3550
3551 2010-07-13 DJ Delorie <dj@redhat.com>
3552
3553 * config/h8300/h8300.c (h8300_init_once): Default to
3554 -fstrict_volatile_bitfields.
3555
3556 * config/sh/sh.c (sh_override_options): Default to
3557 -fstrict_volatile_bitfields.
3558
3559 * config/rx/rx.c (rx_option_override): New.
3560
3561 * config/m32c/m32c.c (m32c_override_options): Default to
3562 -fstrict_volatile_bitfields.
3563
3564 2010-07-13 Nathan Froyd <froydnj@codesourcery.com>
3565
3566 * tree.h (build_function_call_expr): Delete.
3567 (build_call_expr_loc_array): New function.
3568 (build_call_expr_loc_vec): New function.
3569 * tree-flow.h (struct omp_region): Change type of ws_args field
3570 to a VEC.
3571 * builtins.c (build_function_call_expr): Delete.
3572 (build_call_expr_loc_array): New function.
3573 (build_call_expr_loc): Call it. Use XALLOCAVEC.
3574 (build_call_expr): Likewise.
3575 (build_call_expr_loc_vec): New function.
3576 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
3577 build_function_call_expr.
3578 * expr.c (emutls_var_address): Likewise.
3579 * varasm.c (emutls_common_1): Likewise.
3580 * omp-low.c (expand_omp_atomic_mutex): Likewise.
3581 (expand_omp_taskreg): Adjust for new type of region->ws_args.
3582 (get_ws_args_for): Return a VEC instead of a tree.
3583 (expand_parallel_call): Call build_call_expr_loc_vec instead of
3584 build_function_call_expr.
3585 * stor-layout.c (self_referential_size): Likewise.
3586
3587 2010-07-13 Jakub Jelinek <jakub@redhat.com>
3588
3589 PR testsuite/44701
3590 * recog.c (constrain_operands): Allow side-effects in memory
3591 operands if either < or > constraint is used, rather than if
3592 both < and > is used.
3593
3594 2010-07-13 Richard Guenther <rguenther@suse.de>
3595
3596 PR middle-end/44911
3597 * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
3598 MEM_REF pointer type dumping. Avoid recursing for TYPE_DECLs
3599 without name.
3600
3601 2010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
3602
3603 PR target/44761
3604 * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
3605 to variable emited.
3606 * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
3607 * config/sh/sh.md (symGOT_load): Likewise.
3608 (symDTPOFF2reg): Likewise.
3609 (symTPOFF2reg): Likewise.
3610
3611 2010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3612
3613 * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
3614 * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
3615
3616 2010-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3617
3618 * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
3619 explanation.
3620 Find ucontext_t * on Solaris 11.
3621 (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
3622 Handle new Solaris 11 __sighndlr patterns.
3623
3624 2010-07-13 Jakub Jelinek <jakub@redhat.com>
3625
3626 PR debug/44901
3627 * vec.h (VEC_block_remove): Fix comment.
3628 * tree-ssa-live.c (remove_unused_locals): Don't use
3629 VEC_unordered_remove on local_decls, instead replace a single
3630 vector element in each iteration if at least one element had
3631 to be removed and VEC_truncate at the end.
3632 * omp-low.c (expand_omp_taskreg): Likewise.
3633
3634 2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
3635
3636 * c-decl.c (finish_function): Fix typo in comment.
3637
3638 2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
3639
3640 PR bootstrap/44921
3641 * postreload.c (move2add_use_add3_insn): Silence gcc warning
3642 on min_regno.
3643
3644 2010-07-12 Jakub Jelinek <jakub@redhat.com>
3645
3646 * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
3647 (simplify_stmt_using_ranges): Use it.
3648
3649 2010-07-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3650
3651 * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
3652 member. Do not mark as GTY(()).
3653 * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
3654 (spu_builtin_decls): New static variable.
3655 (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
3656 (spu_init_builtins): Likewise.
3657 (spu_builtin_mul_widen_even): Likewise.
3658 (spu_builtin_mul_widen_odd): Likewise.
3659 (spu_builtin_mask_for_load): Likewise.
3660 (spu_builtin_vec_perm): Likewise.
3661 * config/spu/spu-c.c: Include "target.h".
3662 (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
3663 of using spu_builtins[].fndecl.
3664
3665 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3666
3667 * config/mips/mips.c (mips_override_options): Make -mflip-mips16
3668 imply -minterlink-mips16.
3669
3670 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3671
3672 * config/mips/mips.h (mips16_globals): Declare.
3673 (SWITCHABLE_TARGET): Define.
3674 * config/mips/mips.c: Include target-globals.h.
3675 (mips16_globals): New variable.
3676 (mips_set_mips16_mode): Use save_target_globals and
3677 restore_target_globals instead of target_reinit.
3678
3679 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3680
3681 * reginfo.c (init_reg_sets): Don't zero globals here. Update comment
3682 to say that the function can be called more than once.
3683 * target-globals.c (save_target_globals): Call init_reg_sets.
3684
3685 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3686
3687 * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
3688 * bb-reorder.h: New file.
3689 * bb-reorder.c (default_target_bb_reorder): New variable.
3690 (this_target_bb_reorder): New conditional variable.
3691 (uncond_jump_length): Redefine as a macro.
3692 * target-globals.h (this_target_bb_reorder): Declare.
3693 (target_globals): Add a bb_reorder field.
3694 (restore_target_globals): Copy the bb_reorder field to
3695 this_target_bb-reorder.
3696 * target-globals.c: Include bb-reorder.h.
3697 (default_target_globals): Initialize the bb_reorder field.
3698 (save_target_globals): Likewise.
3699
3700 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3701
3702 * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
3703 * gcse.h: New file.
3704 * gcse.c: Include gcse.h.
3705 (default_target_gcse): New variable.
3706 (this_target_gcse): New conditional variable.
3707 (can_copy): Redefine as a macro.
3708 (can_copy_init_p): New macro.
3709 (can_copy_p): Remove can_copy_init_p.
3710 * target-globals.h (this_target_gcse): Declare.
3711 (target_globals): Add a gcse field.
3712 (restore_target_globals): Copy the gcse field to this_target_gcse.
3713 * target-globals.c: Include gcse.h.
3714 (default_target_globals): Initialize the gcse field.
3715 (save_target_globals): Likewise.
3716
3717 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3718
3719 * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
3720 and x_ira_prohibited_mode_move_regs_initialized_p.
3721 (ira_prohibited_mode_move_regs): Redefine as a macro.
3722 * ira.c (ira_prohibited_mode_move_regs): Delete.
3723 (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
3724
3725 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3726
3727 * reload.h (target_reload): Add x_cached_reg_save_code and
3728 x_cached_reg_restore_code.
3729 * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
3730 Redefine as macros.
3731
3732 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3733
3734 * Makefile.in (target-globals.o): Depend on builtins.h.
3735 * builtins.h: New file.
3736 * builtins.c: Include builtins.h.
3737 (default_target_builtins): New variable.
3738 (this_target_builtins): New conditional variable.
3739 (apply_args_mode, apply_result_mode): Redefine as macros.
3740 * target-globals.h (this_target_builtins): Declare.
3741 (target_globals): Add a builtins field.
3742 (restore_target_globals): Copy the builtins field to
3743 this_target_builtins.
3744 * target-globals.c: Include builtins.h.
3745 (default_target_globals): Initialize the builtins field.
3746 (save_target_globals): Likewise.
3747
3748 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3749
3750 * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
3751 (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
3752 from expmed.c.
3753 (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
3754 (alg_hash, alg_hash_used_p): New macros.
3755 * expmed.c (init_expmed): Clear alg_hash if reinitializing.
3756 (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
3757 (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
3758
3759 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3760
3761 * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
3762 x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
3763 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
3764 (this_op_costs, costs_classes): Redefine as macros.
3765 (record_reg_classes): Don't take op_costs as a parameter.
3766 (record_operand_costs): Likewise. Update calls to record_reg_classes.
3767 (scan_one_insn): Update call to record_operand_costs.
3768
3769 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3770
3771 * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
3772 * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
3773 (target_ira_int): New structure.
3774 (default_target_ira_int): Declare.
3775 (this_target_ira_int): Declare as a variable or define as a macro.
3776 (ira_reg_mode_hard_regset, ira_register_move_cost)
3777 (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
3778 (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
3779 (prohibited_class_mode_regs, ira_important_classes_num)
3780 (ira_important_classes, ira_reg_class_intersect)
3781 (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
3782 (ira_reg_class_union): Redefine as macros.
3783 * ira.h (target_ira): New structure.
3784 (default_target_ira): Declare.
3785 (this_target_ira): Declare as a variable or define as a macro.
3786 (ira_available_class_regs, ira_hard_regno_cover_class)
3787 (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
3788 (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
3789 (ira_class_hard_regs_num): Redefine as macros.
3790 * ira.c (default_target_ira, default_target_ira_int): New variables.
3791 (this_target_ira, this_target_ira_int): New conditional variables.
3792 (ira_reg_mode_hard_regset, ira_memory_move_cost)
3793 (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
3794 (ira_class_subset_p): Delete.
3795 (no_unit_alloc_regs): Redefine as a macro.
3796 (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
3797 (ira_class_hard_regs_num, ira_class_hard_reg_index)
3798 (ira_available_class_regs): Delete.
3799 (alloc_reg_class_subclasses): Redefine as a macro.
3800 (ira_reg_class_cover_size, ira_reg_class_cover)
3801 (ira_important_classes_num, ira_important_classes)
3802 (ira_important_class_nums, ira_class_translate): Delete.
3803 (cover_class_order): Document the variable's lifetime.
3804 (reorder_important_classes): Don't set ira_important_class_nums.
3805 (ira_reg_class_intersect, ira_reg_classes_intersect_p)
3806 (ira_reg_class_super_classes, ira_reg_class_union)
3807 (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
3808 Delete.
3809 (setup_reg_class_nregs): Don't set ira_max_regs.
3810 (prohibited_class_mode_regs): Delete.
3811 * target-globals.h (this_target_ira, this_target_ira_int): Declare.
3812 (target_globals): Add ira and ira_int fields.
3813 (restore_target_globals): Copy the ira field to this_target_ira
3814 and the ira_int field to this_target_ira_int.
3815 * target-globals.c: Include ira-int.h.
3816 (default_target_globals): Initialize the ira and ira_int fields.
3817 (save_target_globals): Likewise.
3818
3819 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3820
3821 * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
3822 * cfgloop.h (target_cfgloop): New structure.
3823 (default_target_cfgloop): Declare.
3824 (this_target_cfgloop): Declare as a variable or define as a macro.
3825 (target_avail_regs, target_clobbered_regs, target_res_regs)
3826 (target_reg_cost, target_spill_cost): Redefine as macros.
3827 * cfgloopanal.c (default_target_cfgloop): New variable.
3828 (this_target_cfgloop): New conditional variable.
3829 (target_avail_regs, target_clobbered_regs, target_res_regs)
3830 (target_reg_cost, target_spill_cost): Delete.
3831 * target-globals.h (this_target_cfgloop): Declare.
3832 (target_globals): Add a cfgloop field.
3833 (restore_target_globals): Copy the cfgloop field to
3834 this_target_cfgloop.
3835 * target-globals.c: Include cfgloop.h.
3836 (default_target_globals): Initialize the cfgloop field.
3837 (save_target_globals): Likewise.
3838
3839 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3840
3841 * regs.h (target_regs): Add x_direct_load, x_direct_store and
3842 x_float_extend_from_mem.
3843 (direct_load, direct_store, float_extend_from_mem): New macros.
3844 * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
3845
3846 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3847
3848 * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
3849 (target-globals.o): Depend on $(LIBFUNCS_H).
3850 * libfuncs.h: Include hashtab.h.
3851 (libfunc_entry): Moved from optabs.c.
3852 (target_libfuncs): New structure.
3853 (default_target_libfuncs): Declare.
3854 (this_target_libfuncs): Declare as a variable or define as a macro.
3855 (libfunc_table): Redefine as a macro.
3856 * optabs.c (default_target_libfuncs): New variable.
3857 (this_target_libfuncs): New conditional variable.
3858 (libfunc_table): Delete.
3859 (libfunc_entry): Moved to optabs.h.
3860 (libfunc_hash): Redefine as a macro.
3861 (hash_libfunc, eq_libfunc): Fix comments.
3862 (init_optabs): Use libfunc_hash to detect cases where the function
3863 has already been called. Clear the hash table instead of
3864 recreating it.
3865 * target-globals.h (this_target_libfuncs): Declare.
3866 (target_globals): Add a libfuncs field.
3867 (restore_target_globals): Copy the libfuncs field to
3868 this_target_libfuncs.
3869 * target-globals.c: Include libfuncs.h.
3870 (default_target_globals): Initialize the libfuncs field.
3871 (save_target_globals): Likewise.
3872
3873 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3874
3875 * Makefile.in (LIBFUNCS_H): New variable. Use instead of libfuncs.h
3876 in all dependency lists.
3877
3878 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3879
3880 * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
3881 * optabs.h (target_optabs): New structure.
3882 (default_target_optabs): Declare.
3883 (this_target_optabs): Declare as a variable or define as a macro.
3884 (optab_table, convert_optab_table, direct_optab_table): Redefine
3885 as macros.
3886 * optabs.c (default_target_optabs): New variable.
3887 (this_target_optabs): New conditional variable.
3888 (optab_table, convert_optab_table, direct_optab_table): Delete.
3889 * target-globals.h (this_target_optabs): Declare.
3890 (target_globals): Add a optabs field.
3891 (restore_target_globals): Copy the optabs field to
3892 this_target_optabs.
3893 * target-globals.c: Include expr.h and optabs.h.
3894 (default_target_globals): Initialize the optabs field.
3895 (save_target_globals): Likewise.
3896
3897 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3898
3899 * flags.h (target_flagstate): Add x_flag_excess_precision.
3900 (flag_excess_precision): Redefine as a macro.
3901 * toplev.c (flag_excess_precision): Delete.
3902
3903 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3904
3905 * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
3906 * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
3907 * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
3908 (no_caller_save_reg_set): Redefine as a macro.
3909 * reload.h (target_reload): Add x_caller_save_initialized_p and
3910 x_regno_save_mode.
3911 (caller_save_initialized_p): Redefine as a macro.
3912 * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
3913 (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
3914 (regno_save_mode): Redefine as a macro.
3915
3916 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3917
3918 * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
3919 * expmed.h: New file.
3920 * expmed.c (default_target_costs): New variable.
3921 (this_target_costs): New conditional variable.
3922 (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
3923 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
3924 (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
3925 * target-globals.h (this_target_expmed): Declare.
3926 (target_globals): Add a expmed field.
3927 (restore_target_globals): Copy the expmed field to
3928 this_target_expmed.
3929 * target-globals.c: Include expmed.h.
3930 (default_target_globals): Initialize the expmed field.
3931 (save_target_globals): Likewise.
3932
3933 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3934
3935 * Makefile.in (target-globals.o): Depend on reload.h.
3936 * reload.h (target_reload): New structure.
3937 (default_target_reload): Declare.
3938 (this_target_reload): Declare as a variable or define as a macro.
3939 (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
3940 * reload1.c (default_target_reload): New variable
3941 (this_target_reload): New conditional variable.
3942 (indirect_symref_ok, double_reg_address_ok): Delete.
3943 (spill_indirect_levels): Redefine as a macro.
3944 * target-globals.h (this_target_reload): Declare.
3945 (target_globals): Add a reload field.
3946 (restore_target_globals): Copy the reload field to
3947 this_target_reload.
3948 * target-globals.c: Include hard-reg-set.h.
3949 (default_target_globals): Initialize the reload field.
3950 (save_target_globals): Likewise.
3951
3952 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3953
3954 * rtl.h (target_rtl): Add x_static_reg_base_value.
3955 * alias.c (static_reg_base_value): Redefine as a macro.
3956
3957 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3958
3959 * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
3960 (GTFILES): Remove reginfo.c.
3961 * rtl.h (target_rtl): Add x_top_of_stack.
3962 (top_of_stack): New macro.
3963 * reginfo.c: Don't include ggc.h or gt-reginfo.h.
3964 (top_of_stack): Delete.
3965
3966 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3967
3968 * regs.h (target_regs): Add x_hard_regs_of_mode,
3969 x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
3970 x_may_move_out_cost and x_last_mode_for_init_move_cost.
3971 (have_regs_of_mode, contains_reg_of_mode, move_cost)
3972 (may_move_in_cost, may_move_out_cost): Redefine as macros.
3973 * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
3974 (may_move_in_cost, may_move_out_cost): Delete.
3975 (last_mode_for_init_move_cost): Redefine as a macro.
3976
3977 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
3978
3979 * hard-reg-set.h (target_hard_regs): New structure.
3980 (default_target_hard_regs): Declare.
3981 (this_target_hard_regs): Declare as a variable or define as a macro.
3982 (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
3983 (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
3984 (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
3985 (reg_class_size, reg_class_subclasses, reg_class_subunion)
3986 (reg_class_superunion, reg_names): Redefine as macros.
3987 * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
3988 (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
3989 (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
3990 (reg_class_contents, reg_class_size, reg_class_subclasses)
3991 (reg_class_subunion, reg_class_superunion, reg_names): Delete.
3992 (default_target_hard_regs): New variable
3993 (this_target_hard_regs, initial_call_really_used_regs)
3994 (initial_reg_alloc_order): New conditional variables.
3995 (initial_reg_names): New variable.
3996 (init_reg_sets): Assert that initial_call_really_used_regs,
3997 initial_reg_alloc_order and initial_reg_names
3998 are all the same size as their variable counterparts. Use them to
3999 initialize those counterparts.
4000 * target-globals.h (this_target_hard_regs): Declare.
4001 (target_globals): Add a hard_regs field.
4002 (restore_target_globals): Copy the hard_regs field to
4003 this_target_hard_regs.
4004 * target-globals.c: Include hard-reg-set.h.
4005 (default_target_globals): Initialize the hard_regs field.
4006 (save_target_globals): Likewise.
4007
4008 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
4009
4010 * Makefile.in (target-globals.o): Depend on $(RTL_H).
4011 * rtl.h (target_rtl): New structure.
4012 (default_target_rtl): Declare.
4013 (this_target_rtl): Declare as a variable or define as a macro.
4014 (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
4015 Redefine as macros.
4016 * emit-rtl.c (default_target_rtl): New variable.
4017 (this_target_rtl): New conditional variable.
4018 (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
4019 (return_address_pointer_rtx): Delete.
4020 (initial_regno_reg_rtx): New macro.
4021 (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
4022 (init_emit_regs): Likewise.
4023 * target-globals.h (this_target_rtl): Declare.
4024 (target_globals): Add a rtl field.
4025 (restore_target_globals): Copy the rtl field to this_target_rtl.
4026 * target-globals.c: Include rtl.h.
4027 (default_target_globals): Initialize the rtl field.
4028 (save_target_globals): Likewise.
4029
4030 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
4031
4032 * Makefile.in (target-globals.o): Depend on $(REGS_H).
4033 * regs.h (target_reg_modes): New structure.
4034 (default_target_reg_modes): Declare.
4035 (this_target_reg_modes): Declare as a variable or define as a macro.
4036 (hard_regno_nregs, reg_raw_mode): Redefine as macros.
4037 * reginfo.c (default_target_reg_modes): New variable.
4038 (this_target_reg_modes): New conditional variable.
4039 (hard_regno_nregs, reg_raw_mode): Delete.
4040 * target-globals.h (this_target_regs): Declare.
4041 (target_globals): Add a regs field.
4042 (restore_target_globals): Copy the regs field to this_target_regs.
4043 * target-globals.c: Include regs.h.
4044 (default_target_globals): Initialize the regs field.
4045 (save_target_globals): Likewise.
4046
4047 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
4048
4049 * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
4050 * doc/tm.texi: Regenerate.
4051 * Makefile.in (OBJS-common): Add target-globals.o.
4052 (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
4053 and target-globals.h.
4054 (target-globals.o): New rule.
4055 (GTFILES): Include $(srcdir)/target-globals.h.
4056 * defaults.h (SWITCHABLE_TARGET): Define.
4057 * gengtype.c (open_base_files): Add target-globals.h to the
4058 list of includes.
4059 * target-globals.h: New file.
4060 * target-globals.c: Likewise.
4061
4062 * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
4063 * flags.h (target_flag_state): New structure.
4064 (default_target_flag_state): Declare.
4065 (this_target_flag_state): Declare as a variable or define as a macro.
4066 (align_loops_log): Redefine as a macro.
4067 (align_loops_max_skip, align_jumps_log): Likewise.
4068 (align_jumps_max_skip, align_labels_log): Likewise.
4069 (align_labels_max_skip, align_functions_log): Likewise.
4070 * toplev.c (default_target_flag_state): New variable.
4071 (this_target_flag_state): New conditional variable.
4072 (align_loops_log): Delete.
4073 (align_loops_max_skip, align_jumps_log): Likewise.
4074 (align_jumps_max_skip, align_labels_log): Likewise.
4075 (align_labels_max_skip, align_functions_log): Likewise.
4076 * target-globals.h (this_target_flag_state): Declare.
4077 (target_globals): Add a flag_state field.
4078 (restore_target_globals): Copy the flag_state field to
4079 this_target_flag_state.
4080 * target-globals.c: Include flags.h.
4081 (default_target_globals): Initialize the flag_state field.
4082 (save_target_globals): Likewise.
4083
4084 2010-07-12 Jie Zhang <jie@codesourcery.com>
4085
4086 * postreload.c (reg_symbol_ref[]): New.
4087 (move2add_use_add2_insn): New.
4088 (move2add_use_add3_insn): New.
4089 (reload_cse_move2add): Handle SYMBOL + OFFSET case.
4090 (move2add_note_store): Likewise.
4091
4092 2010-07-12 Joern Rennecke <joern.rennecke@embecosm.com>
4093
4094 PR rtl-optimization/44752
4095 * genautomata.c (main): Don't emit an empty file even if there
4096 is no automaton.
4097
4098 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4099
4100 * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
4101 ix86_solaris_return_in_memory.
4102 * config/i386-protos.h: Reflect this.
4103 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
4104 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
4105 Move ...
4106 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
4107
4108 2010-07-12 Jie Zhang <jie@codesourcery.com>
4109
4110 * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
4111 align the stack when it's going to be saved.
4112
4113 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4114
4115 PR pch/14940
4116 * config/host-solaris.c (mmap_fixed): New function.
4117 (sol_gt_pch_get_address): Use it.
4118 (sol_gt_pch_use_address): Likewise.
4119
4120 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4121
4122 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
4123 pentiumpro on Solaris 8 and 9/x86.
4124 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
4125 Document SSE/SSE2 support.
4126 * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
4127
4128 2010-07-12 Andi Kleen <ak@linux.intel.com>
4129
4130 * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
4131 instead of gcc_assert to print better error message for multiple
4132 prevailing defs.
4133
4134 2010-07-12 Uros Bizjak <ubizjak@gmail.com>
4135
4136 * config/i386/i386.c (ix86_asm_output_function_label): Change format
4137 string placeholder from 0x%x to %#x.
4138 (ix86_code_end): Use putc to output '\n'.
4139 (ix86_print_operand) <case ';'>: Use putc to output ';'.
4140
4141 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
4142
4143 * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
4144 in directive -export.
4145
4146 2010-07-10 Anatoly Sokolov <aesok@post.ru>
4147
4148 * reginfo.h (reg_classes_intersect_p): Change arguments type to
4149 reg_class_t.
4150 * rtl.h (reg_classes_intersect_p): Adjust prototype.
4151
4152 * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
4153 Remove macros.
4154 * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
4155 rs6000_memory_move_cost): Remove
4156 * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
4157 TARGET_MEMORY_MOVE_COST): Define.
4158 (rs6000_register_move_cost): Make static. Change arguments type from
4159 enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
4160 (rs6000_memory_move_cost): Make static. Change arguments type from
4161 'enum reg_class' to reg_class_t.
4162
4163 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>
4164
4165 PR middle-end/42505
4166 * tree-inline.c (estimate_num_insns): Refactor builtin complexity
4167 lookup code into....
4168 * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
4169 new functions.
4170 * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
4171 * cfgloopanal.c (target_clobbered_regs): Define.
4172 (init_set_costs): Initialize target_clobbered_regs.
4173 (estimate_reg_pressure_cost): Add call_p argument. When true,
4174 adjust the number of available registers to exclude the
4175 call-clobbered registers.
4176 * cfgloop.h (target_clobbered_regs): Declare.
4177 (estimate_reg_pressure_cost): Adjust declaration.
4178 * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
4179 (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
4180 (determine_set_costs): Dump target_clobbered_regs.
4181 (loop_body_includes_call): New function.
4182 (tree_ssa_iv_optimize_loop): Use it to initialize new field.
4183 * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
4184 call_p flag through.
4185 (best_gain_for_invariant): Likewise.
4186 (find_invariants_to_move): Likewise.
4187 (move_single_loop_invariants): Likewise, using already-computed
4188 has_call field.
4189
4190 2010-07-10 Richard Guenther <rguenther@suse.de>
4191 Joern Rennecke <joern.rennecke@embecosm.com>
4192
4193 PR debug/44832
4194 * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
4195 (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
4196 unless they have DECL_IGNORED_P set.
4197
4198 2010-07-10 Richard Guenther <rguenther@suse.de>
4199
4200 PR lto/44889
4201 * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
4202 helper function.
4203 (gimple_types_compatible_p): Similar to pointed-to
4204 types allow and merge a mix of complete and incomplete aggregate.
4205 Use gimple_fixup_complete_and_incomplete_subtype_p for that.
4206 (iterative_hash_gimple_type): Adjust for that.
4207
4208 2010-07-10 Richard Sandiford <r.sandiford@uk.ibm.com>
4209
4210 * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
4211
4212 2010-07-10 Iain Sandoe <iains@gcc.gnu.org>
4213
4214 PR objc/44140
4215 * config/darwin.c (output_objc_section_asm_op): Save and restore
4216 section when outputting ObjC section list.
4217
4218 2010-07-09 Jan Hubicka <jh@suse.cz>
4219
4220 * lto-streamer-out.c (produce_symtab): Do not write alias
4221 cgraph/varpool nodes.
4222
4223 2010-07-09 Jan Hubicka <jh@suse.cz>
4224
4225 * tree-inline.c (declare_return_variable): Fix ICE while
4226 inlining DECL_BY_VALUE function not in SSA form
4227
4228 2010-07-09 Changpeng Fang <changpeng.fang@amd.com>
4229
4230 PR tree-optimization/44576
4231 * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
4232 New. Pull out from is_loop_prefetching_profitable to implement
4233 the trip count to ahead ratio heuristic.
4234 (mem_ref_count_reasonable_p): New. Pull out from
4235 is_loop_prefetching_profitable to implement the instruction to
4236 memory reference ratio heuristic. Also consider not reasonable if
4237 the memory reference count is above a threshold (to avoid
4238 explosive compilation time.
4239 (insn_to_prefetch_ratio_too_small_p): New. Pull out from
4240 is_loop_prefetching_profitable to implement the instruction to
4241 prefetch ratio heuristic.
4242 (is_loop_prefetching_profitable): Removed.
4243 (loop_prefetch_arrays): Distribute the cost analysis across the
4244 function to allow early exit of the prefetch analysis.
4245 is_loop_prefetching_profitable is splitted into three functions,
4246 with each one called as early as possible.
4247 (PREFETCH_MAX_MEM_REFS_PER_LOOP): New. Threshold above which the
4248 number of memory references in a loop is considered too many.
4249
4250 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
4251
4252 * reload.c (find_reloads): Don't clear badop if we have a winreg
4253 alternative, but not win, and the class only has fixed regs.
4254 * hard-reg-set.h (class_only_fixed_regs): Declare.
4255 * reginfo.c (class_only_fixed_regs): New array.
4256 (init_reg_sets_1): Initialize it.
4257 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
4258 discourage alternatives using the stack pointer.
4259
4260 * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
4261
4262 * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
4263
4264 * config/arm/arm.md (cbranchqi4): Fix array size.
4265 (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
4266 calculating length.
4267
4268 2010-07-09 Richard Guenther <rguenther@suse.de>
4269
4270 * gimple.c (struct type_fixup_s): New struct and VEC type.
4271 (gimple_register_type_fixups): New static global.
4272 (gimple_queue_type_fixup): New function.
4273 (gimple_types_compatible_p): Queue type fixups instead of
4274 applying them here.
4275 (gimple_register_type): Apply queued fixups for the
4276 canonical type. Empty the type fixup queue.
4277
4278 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
4279
4280 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
4281 * configure: Regenerate.
4282 * config.in: Ditto.
4283
4284 2010-07-09 Jakub Jelinek <jakub@redhat.com>
4285 Denys Vlasenko <dvlasenk@redhat.com>
4286 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4287
4288 PR tree-optimization/28632
4289 * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
4290 (extract_range_from_binary_expr): Further optimize
4291 BIT_AND_EXPR and BIT_IOR_EXPR.
4292
4293 2010-07-09 Sebastian Pop <sebastian.pop@amd.com>
4294
4295 * tree-if-conv.c (fold_or_predicates): New.
4296 (add_to_predicate_list): Call it.
4297
4298 2010-07-09 Richard Guenther <rguenther@suse.de>
4299
4300 PR middle-end/44890
4301 * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
4302 if base is a pointer.
4303 * tree-cfg.c (verify_expr): Update MEM_REF checking.
4304
4305 2010-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
4306
4307 PR target/44877
4308 * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
4309 POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
4310 builtin mask for load/store builtins.
4311
4312 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
4313
4314 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
4315 for "lock addl".
4316 * configure: Regenerate.
4317 * config/i386/i386.c (ix86_print_operand) <case ';'>:
4318 Remove TARGET_MACHO.
4319
4320 2010-07-09 Peter Bergner <bergner@vnet.ibm.com>
4321
4322 * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
4323 default ISA flags.
4324 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
4325
4326 2010-07-09 Tom de Vries <tjvries@xs4all.nl>
4327
4328 * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
4329
4330 2010-07-09 Hariharan Sandanagobalane <hariharan@picochip.com>
4331
4332 * config/picochip/picochip.md (commsTestPort): Emit more
4333 efficient sequence for tstport instruction.
4334
4335 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
4336
4337 * config/i386/i386.c (ix86_veclib_handler): Make static.
4338
4339 2010-07-09 Richard Guenther <rguenther@suse.de>
4340
4341 PR tree-optimization/44852
4342 * tree-ssa-alias.c: Include toplev.h for exact_log2.
4343 (indirect_ref_may_alias_decl_p): Properly handle negative offsets
4344 in MEM_REF.
4345 (indirect_refs_may_alias_p): Likewise.
4346 * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
4347
4348 2010-07-09 Richard Guenther <rguenther@suse.de>
4349
4350 PR tree-optimization/44882
4351 * tree-vect-stmts.c (vectorizable_store): Do not assert alias
4352 sets do conflict.
4353 (vectorizable_load): Likewise.
4354
4355 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
4356
4357 PR target/40657
4358 * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
4359 All callers changed.
4360 Handle the case when we're called for the epilogue.
4361 (thumb_unexpanded_epilogue): Use it.
4362 (thumb1_expand_epilogue): Likewise.
4363
4364 2010-07-09 Jakub Jelinek <jakub@redhat.com>
4365
4366 * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
4367 both ranges are range_int_cst_p with non-negative minimum,
4368 try harder to derive smaller range.
4369
4370 2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
4371
4372 * genrecog.c: Include diagnostic-core.h before toplev.h.
4373 * genoutput.c: Likewise.
4374 * genextract.c: Likewise.
4375 * genautomata.c: Likewise.
4376 * genemit.c: Likewise.
4377 * genpeep.c: Likewise.
4378 * genattrtab.c: Likewise.
4379 * genconditions.c: Likewise.
4380 * genpreds.c: Likewise.
4381
4382 2010-07-08 Andi Kleen <ak@linux.intel.com>
4383
4384 * lto-section-in.c (lto_section_name): Add missing comma.
4385
4386 2010-07-08 Anatoly Sokolov <aesok@post.ru>
4387
4388 * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
4389 * config/ia64/ia64-protos.h (ia64_override_options): Remove.
4390 * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
4391 (ia64_override_options): Rename to...
4392 (ia64_option_override): ... this one. Make static.
4393
4394 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
4395
4396 PR middle-end/44843
4397 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
4398 pointed-to type of the offset in a MEM_REF to compute the alignment.
4399
4400 2010-07-08 Kai Tietz <kai.tietz@onevision.com>
4401
4402 * final.c (final_scan_insn): Replace
4403 TARGET_UNWIND_INFO macro check by unwind_emit
4404 hook NULL check.
4405 * targhooks.c (default_unwind_emit): Removed.
4406 * targhooks.h (default_unwind_emit): Likewise.
4407 * target.def (unwind_emit): Set default value to NULL.
4408
4409 * config/i386/i386-protos.h (ix86_asm_output_function_label):
4410 New prototype.
4411 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
4412 for NULL fntype argument and allow 64-bit targets.
4413 (ix86_asm_output_function_label): New function.
4414 (ix86_expand_prologue): Handle 64-bit ms hook prologue.
4415 (ix86_handle_fndecl_attribute): Likewise.
4416 * doc/extend.texi (ms_hook_prologue): Adjust documentation.
4417 * doc/doc/tm.texi: Regenerated.
4418 * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
4419 (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
4420 * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
4421 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
4422 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
4423 * config/elfos.h: Likewise.
4424 * config/i386/cygming.h: Likewise.
4425 * config/netbsd-aout.h: Likewise.
4426 * config/openbsd.h: Likewise.
4427 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
4428 by ix86_asm_output_function_label function call.
4429 * varasm.c (assemble_start_function): Use
4430 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
4431
4432 2010-07-08 Jan Hubicka <jh@suse.cz>
4433
4434 * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
4435 New function.
4436 * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
4437 Declare.
4438 * ipa-cp.c (ipcp_estimate_growth): Use it.
4439 * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
4440 Likewise.
4441
4442 2010-07-08 Jan Hubicka <jh@suse.cz>
4443
4444 * tree-inline.c (declare_return_variable): Allocate annotation for new
4445 temporary.
4446
4447 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
4448
4449 PR tree-optimization/44710
4450 * tree-if-conv.c (parse_predicate): New.
4451 (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
4452 Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
4453
4454 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
4455
4456 * common.opt (ftree-loop-if-convert): New flag.
4457 * doc/invoke.texi (ftree-loop-if-convert): Documented.
4458 * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
4459 when flag_tree_loop_if_convert is set.
4460
4461 2010-07-08 Uros Bizjak <ubizjak@gmail.com>
4462
4463 * config/i386/i386.c: Use short syntax for function calls
4464 through function pointers.
4465 * config/i386/i386.md: Ditto.
4466
4467 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
4468
4469 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
4470
4471 2010-07-08 Richard Guenther <rguenther@suse.de>
4472
4473 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
4474 stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
4475
4476 2010-07-08 Jakub Jelinek <jakub@redhat.com>
4477
4478 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
4479 instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
4480 (loc_list_from_tree): Likewise.
4481 (output_loc_operands): Handle outputting DW_OP_const[48]u
4482 with loc->dtprel set.
4483 (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
4484
4485 2010-07-08 Jan Hubicka <jh@suse.cz>
4486
4487 * ipa.c: Include pointer-set.h
4488 (cgraph_externally_visible_p): New attribute ALIASED;
4489 when in LTO, hidden symbols are local unless they are aliased.
4490 (function_and_variable_visibility): Compute aliased nodes;
4491 handle LTO and hidden symbol on functions and vars.
4492 * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
4493 for COMDAT symbols; handle COMDAT_GROUPS also at vars.
4494
4495 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
4496
4497 * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
4498 * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4499 * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4500 * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4501 * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4502 * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
4503 (ix86_gen_probe_stack_range): Likewise.
4504 (override_options): Set them.
4505 (ix86_target_stack_probe): New function.
4506 (ix86_compute_frame_layout): Force use of push instructions to
4507 save registers if stack checking with probes is enabled.
4508 (get_scratch_register_on_entry): New function.
4509 (release_scratch_register_on_entry): Likewise.
4510 (ix86_adjust_stack_and_probe): Likewise.
4511 (output_adjust_stack_and_probe): Likewise.
4512 (ix86_emit_probe_stack_range): Likewise.
4513 (output_probe_stack_range): Likewise.
4514 (ix86_expand_prologue): Emit stack checking code if static built-in
4515 stack checking is enabled.
4516 Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
4517 * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
4518 (output_adjust_stack_and_probe): Likewise.
4519 (output_probe_stack_range): Likewise.
4520 * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
4521 (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
4522 TARGET_STACK_PROBE.
4523 (allocate_stack_worker_64): Likewise.
4524 (allocate_stack): Likewise.
4525 (adjust_stack_and_probe): New insn.
4526 (probe_stack_range): Likewise.
4527
4528 2010-07-08 Richard Guenther <rguenther@suse.de>
4529
4530 PR tree-optimization/44831
4531 * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
4532 a MEM_REF preserving TBAA info of the original dereference.
4533 Dereference the original pointer if the address is not invariant.
4534 (propagate_with_phi): Fixup type checks wrt MEM_REFs. Require
4535 at least one invariant address that we are going to dereference.
4536
4537 2010-07-08 Richard Guenther <rguenther@suse.de>
4538
4539 PR tree-optimization/44861
4540 * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
4541 information when building MEM_REFs.
4542 (vectorizable_load): Likewise.
4543 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
4544
4545 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
4546
4547 * config/sol2-c.c: Do not include diagnostic-core.h.
4548
4549 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4550
4551 PR bootstrap/44768
4552 * cfgexpand.c (estimated_stack_frame_size): Make self-contained
4553 with respect to current_function_decl. Pass decl of the function.
4554 * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
4555 * ipa-inline.c (compute_inline_parameters): Pass decl to
4556 estimated_stack_frame_size.
4557
4558 2010-07-08 Richard Guenther <rguenther@suse.de>
4559
4560 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
4561 New function.
4562 (valueize_refs): Call it.
4563
4564 2010-07-08 Richard Guenther <rguenther@suse.de>
4565
4566 PR rtl-optimization/44838
4567 * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
4568 SSA form do not use pointer equivalence.
4569
4570 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
4571
4572 * dwarf2out.c (AT_linkage_name): Delete.
4573 (add_linkage_attr): New function.
4574 (add_linkage_name): Call it to emit the linkage attribute.
4575 (dwarf2out_finish): Likewise.
4576 (move_linkage_attr): Explicitly accept both attribute variants.
4577
4578 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
4579
4580 * toplev.h: Do not include diagnostic-core.h.
4581 Include diagnostic-core.h in every file that includes toplev.h.
4582 * c-tree.h: Do not include toplev.h.
4583 * pretty-print.h: Update comment.
4584 * Makefile.in: Update dependencies.
4585 * alias.c: Include diagnostic-core.h in every file that includes
4586 toplev.h.
4587 * attribs.c: Likewise.
4588 * auto-inc-dec.c: Likewise.
4589 * bb-reorder.c: Likewise.
4590 * bt-load.c: Likewise.
4591 * caller-save.c: Likewise.
4592 * calls.c: Likewise.
4593 * cfg.c: Likewise.
4594 * cfganal.c: Likewise.
4595 * cfgbuild.c: Likewise.
4596 * cfgcleanup.c: Likewise.
4597 * cfghooks.c: Likewise.
4598 * cfgloop.c: Likewise.
4599 * combine.c: Likewise.
4600 * config/alpha/alpha.c: Likewise.
4601 * config/arc/arc.c: Likewise.
4602 * config/arm/arm.c: Likewise.
4603 * config/arm/pe.c: Likewise.
4604 * config/avr/avr.c: Likewise.
4605 * config/bfin/bfin.c: Likewise.
4606 * config/cris/cris.c: Likewise.
4607 * config/crx/crx.c: Likewise.
4608 * config/darwin-c.c: Likewise.
4609 * config/darwin.c: Likewise.
4610 * config/fr30/fr30.c: Likewise.
4611 * config/frv/frv.c: Likewise.
4612 * config/h8300/h8300.c: Likewise.
4613 * config/host-darwin.c: Likewise.
4614 * config/i386/i386.c: Likewise.
4615 * config/i386/netware.c: Likewise.
4616 * config/i386/nwld.c: Likewise.
4617 * config/i386/winnt-cxx.c: Likewise.
4618 * config/i386/winnt-stubs.c: Likewise.
4619 * config/i386/winnt.c: Likewise.
4620 * config/ia64/ia64-c.c: Likewise.
4621 * config/ia64/ia64.c: Likewise.
4622 * config/iq2000/iq2000.c: Likewise.
4623 * config/lm32/lm32.c: Likewise.
4624 * config/m32c/m32c-pragma.c: Likewise.
4625 * config/m32c/m32c.c: Likewise.
4626 * config/m32r/m32r.c: Likewise.
4627 * config/m68hc11/m68hc11.c: Likewise.
4628 * config/m68k/m68k.c: Likewise.
4629 * config/mcore/mcore.c: Likewise.
4630 * config/mep/mep-pragma.c: Likewise.
4631 * config/mep/mep.c: Likewise.
4632 * config/mmix/mmix.c: Likewise.
4633 * config/mn10300/mn10300.c: Likewise.
4634 * config/moxie/moxie.c: Likewise.
4635 * config/pa/pa.c: Likewise.
4636 * config/pdp11/pdp11.c: Likewise.
4637 * config/picochip/picochip.c: Likewise.
4638 * config/rs6000/rs6000-c.c: Likewise.
4639 * config/rs6000/rs6000.c: Likewise.
4640 * config/rx/rx.c: Likewise.
4641 * config/s390/s390.c: Likewise.
4642 * config/score/score.c: Likewise.
4643 * config/score/score3.c: Likewise.
4644 * config/score/score7.c: Likewise.
4645 * config/sh/sh.c: Likewise.
4646 * config/sh/symbian-base.c: Likewise.
4647 * config/sh/symbian-c.c: Likewise.
4648 * config/sh/symbian-cxx.c: Likewise.
4649 * config/sol2-c.c: Likewise.
4650 * config/sol2.c: Likewise.
4651 * config/sparc/sparc.c: Likewise.
4652 * config/spu/spu.c: Likewise.
4653 * config/stormy16/stormy16.c: Likewise.
4654 * config/v850/v850-c.c: Likewise.
4655 * config/v850/v850.c: Likewise.
4656 * config/vax/vax.c: Likewise.
4657 * config/vxworks.c: Likewise.
4658 * config/xtensa/xtensa.c: Likewise.
4659 * convert.c: Likewise.
4660 * cse.c: Likewise.
4661 * cselib.c: Likewise.
4662 * dbgcnt.c: Likewise.
4663 * dbxout.c: Likewise.
4664 * ddg.c: Likewise.
4665 * dominance.c: Likewise.
4666 * emit-rtl.c: Likewise.
4667 * explow.c: Likewise.
4668 * expmed.c: Likewise.
4669 * fixed-value.c: Likewise.
4670 * fold-const.c: Likewise.
4671 * fwprop.c: Likewise.
4672 * gcse.c: Likewise.
4673 * ggc-common.c: Likewise.
4674 * ggc-page.c: Likewise.
4675 * ggc-zone.c: Likewise.
4676 * gimple-low.c: Likewise.
4677 * gimplify.c: Likewise.
4678 * graph.c: Likewise.
4679 * haifa-sched.c: Likewise.
4680 * ifcvt.c: Likewise.
4681 * implicit-zee.c: Likewise.
4682 * integrate.c: Likewise.
4683 * ira-build.c: Likewise.
4684 * ira-color.c: Likewise.
4685 * ira-conflicts.c: Likewise.
4686 * ira-costs.c: Likewise.
4687 * ira-lives.c: Likewise.
4688 * ira.c: Likewise.
4689 * lists.c: Likewise.
4690 * loop-doloop.c: Likewise.
4691 * loop-iv.c: Likewise.
4692 * lto-opts.c: Likewise.
4693 * lto-symtab.c: Likewise.
4694 * main.c: Likewise.
4695 * modulo-sched.c: Likewise.
4696 * optabs.c: Likewise.
4697 * params.c: Likewise.
4698 * plugin.c: Likewise.
4699 * postreload-gcse.c: Likewise.
4700 * postreload.c: Likewise.
4701 * predict.c: Likewise.
4702 * profile.c: Likewise.
4703 * real.c: Likewise.
4704 * regcprop.c: Likewise.
4705 * reginfo.c: Likewise.
4706 * regmove.c: Likewise.
4707 * reorg.c: Likewise.
4708 * resource.c: Likewise.
4709 * rtl.c: Likewise.
4710 * rtlanal.c: Likewise.
4711 * sched-deps.c: Likewise.
4712 * sched-ebb.c: Likewise.
4713 * sched-rgn.c: Likewise.
4714 * sdbout.c: Likewise.
4715 * sel-sched-dump.c: Likewise.
4716 * sel-sched-ir.c: Likewise.
4717 * simplify-rtx.c: Likewise.
4718 * stmt.c: Likewise.
4719 * stor-layout.c: Likewise.
4720 * store-motion.c: Likewise.
4721 * targhooks.c: Likewise.
4722 * tree-cfg.c: Likewise.
4723 * tree-cfgcleanup.c: Likewise.
4724 * tree-dump.c: Likewise.
4725 * tree-eh.c: Likewise.
4726 * tree-inline.c: Likewise.
4727 * tree-nomudflap.c: Likewise.
4728 * tree-object-size.c: Likewise.
4729 * tree-optimize.c: Likewise.
4730 * tree-outof-ssa.c: Likewise.
4731 * tree-phinodes.c: Likewise.
4732 * tree-profile.c: Likewise.
4733 * tree-ssa-ccp.c: Likewise.
4734 * tree-ssa-coalesce.c: Likewise.
4735 * tree-ssa-live.c: Likewise.
4736 * tree-ssa-loop-niter.c: Likewise.
4737 * tree-ssa-loop-prefetch.c: Likewise.
4738 * tree-ssa-loop.c: Likewise.
4739 * tree-ssa-structalias.c: Likewise.
4740 * tree-ssa-uninit.c: Likewise.
4741 * tree-ssa.c: Likewise.
4742 * tree-vect-data-refs.c: Likewise.
4743 * tree-vect-loop-manip.c: Likewise.
4744 * tree-vect-loop.c: Likewise.
4745 * tree-vect-patterns.c: Likewise.
4746 * tree-vect-stmts.c: Likewise.
4747 * tree-vrp.c: Likewise.
4748 * varasm.c: Likewise.
4749 * vec.c: Likewise.
4750 * web.c: Likewise.
4751 * xcoffout.c: Likewise.
4752
4753 2010-07-07 Richard Sandiford <rdsandiford@googlemail.com>
4754
4755 * gengtype.c (write_field_root): New function.
4756 (write_root): Use it.
4757
4758 2010-07-07 Wei Guozhi <carrot@google.com>
4759
4760 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
4761 of lowest bits to lshift/compare): Add a missing line.
4762
4763 2010-07-07 Wei Guozhi <carrot@google.com>
4764
4765 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
4766 of lowest bits to lshift/compare): New.
4767
4768 2010-07-07 Tom Tromey <tromey@redhat.com>
4769
4770 * doc/tm.texi: Update.
4771 * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
4772 Add @hook.
4773 * target.def (want_debug_pub_sections): New hook.
4774 * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
4775 * dwarf2out.c (add_pubname_string): Check
4776 targetm.want_debug_pub_sections.
4777 (add_pubname): Likewise.
4778 (add_pubtype): Likewise.
4779
4780 2010-07-07 Jie Zhang <jie@codesourcery.com>
4781
4782 * genautomata.c (output_automata_list_min_issue_delay_code):
4783 Correctly decompress min_issue_delay.
4784
4785 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
4786
4787 PR rtl-optimization/44404
4788 * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
4789 possible, use reg_overlap_mentioned_p instead.
4790
4791 2010-07-07 Duncan Sands <baldrick@free.fr>
4792
4793 PR middle-end/41355
4794 * tree.c (build_function_type_skip_args): Copy the original type using
4795 build_distinct_type_copy rather than copy_node.
4796
4797 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
4798
4799 PR target/44850
4800 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
4801 revision 161876.
4802 (ix86_expand_prologue): Likewise.
4803 (ix86_handle_fndecl_attribute): Likewise.
4804 (ix86_asm_declare_function_name): Likewise.
4805 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
4806 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
4807 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
4808 * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
4809 * doc/extend.texi: Likewise.
4810
4811 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
4812
4813 PR target/44844
4814 * config/i386/i386.md (rdrand<mode>): Changed to expand to
4815 retry if the carry flag isn't valid.
4816 (rdrand<mode>_1): New.
4817
4818 2010-07-07 Richard Guenther <rguenther@suse.de>
4819
4820 PR middle-end/44790
4821 * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
4822 for expanding the constant offset for MEM_REFs.
4823
4824 2010-07-07 Richard Guenther <rguenther@suse.de>
4825
4826 * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
4827 * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix.
4828 * gimple.h (is_gimple_operand): Remove.
4829 * gimple.c (is_gimple_operand): Likewise.
4830 (walk_gimple_op): Fix wi->val_only setting for calls.
4831 * tree-cfg.c (verify_gimple_call): Fix argument validation.
4832 * tree-profile.c (tree_gen_ic_func_profiler): Do not create
4833 invalid gimple calls.
4834
4835 2010-07-06 Jan Hubicka <jh@suse.cz>
4836
4837 * lto-cgraph.c (output_cgraph): Add missing declaration.
4838
4839 2010-07-06 Jan Hubicka <jh@suse.cz>
4840
4841 * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
4842 partition.
4843
4844 2010-07-06 Alexandre Oliva <aoliva@redhat.com>
4845
4846 * doc/gimple.texi (GIMPLE_DEBUG): Document.
4847 * doc/rtl.texi (Debug Information): New node.
4848 (NOTE_INSN_VAR_LOCATION): Document.
4849 (debug_insn): Likewise.
4850 * doc/generic.texi (DEBUG_EXPR_DECL): Document.
4851
4852 2010-07-07 Jan Hubicka <jh@suse.cz>
4853
4854 With parts by Richard Guenther.
4855
4856 PR middle-end/44813
4857 * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
4858 for functions passed by reference.
4859 * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
4860 in memory when passed by reference.
4861 * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
4862 beggining.
4863 * ipa-split.c (split_function): Cleanup way return value is passed;
4864 handle SSA DECL_BY_REFERENCE retvals.
4865 * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
4866 DECL_BY_REFERENCE is set.
4867 * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
4868 find_what_p_points_to): Handle RESULT_DECL.
4869 * tree-inline.c (declare_return_variable): Get new entry_block argument;
4870 when passing by reference ensure that RESULT_DECL is gimple_val.
4871 (remap_gimple_op_r): Remap RESULT_DECL ssa name.
4872 (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
4873
4874 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
4875
4876 PR rtl-optimization/44787
4877 * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
4878 * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
4879
4880 2010-07-06 Jan Hubicka <jh@suse.cz>
4881
4882 * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
4883 (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
4884 with body can prevail.
4885 (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
4886 (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
4887 * cgraph.c (cgraph_get_node_or_alias): New function.
4888 * cgraph.h (cgraph_get_node_or_alias): Declare.
4889
4890 2010-07-06 Kai Tietz <kai.tietz@onevision.com>
4891
4892 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
4893 support.
4894 (ix86_expand_prologue): Likewise.
4895 (ix86_handle_fndecl_attribute): Likewise.
4896 (ix86_asm_declare_function_name): New function for
4897 ASM_DECLARE_FUNCTION_NAME.
4898 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
4899 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
4900 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
4901 * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
4902 * doc/extend.texi: Adjust documentation about ms_hook_prologue
4903 attribute.
4904
4905 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
4906
4907 * config/i386/i386.md (immediate_operand): New mode attribute.
4908
4909 (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
4910 pro_epilogue_adjust_stack and pro_epilogue_adjust_stack_rex64
4911 using P mode iterator.
4912 (pro_epilogue_adjust_stack_di_2): Rename from
4913 pro_epilogue_adjust_stack_rex64_2.
4914
4915 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
4916
4917 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
4918
4919 * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
4920 through gen_mov_insv_1 function pointer.
4921 (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
4922 gen_truncxf<mode>2 through gen_truncxf function pointer.
4923 (remainder<mode>3): Ditto.
4924 (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
4925 (allocate_stack): Call gen_allocate_stack_worker_64 or
4926 gen_allocate_stack_worker_32 through gen_allocate_stack_worker
4927 function pointer.
4928 (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
4929 function pointer.
4930
4931 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
4932
4933 * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
4934 operand constraint instead of <r><i>m.
4935
4936 2010-07-06 Richard Guenther <rguenther@suse.de>
4937
4938 PR middle-end/44828
4939 * convert.c (convert_to_integer): Watch out for overflowing
4940 MULT_EXPR as well.
4941
4942 2010-07-05 Jan Hubicka <jh@suse.cz>
4943
4944 * lto-streamer.c (write_symbol_vec): Rename to ...
4945 (write_symbol) ... this one; write only symbol given and when
4946 present in cache. Sanity check that what is defined is present
4947 in cgraph/varpool with body/finalized decl.
4948 (write_symbols_of_kind): Remove.
4949 (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
4950 pairs to produce symtab.
4951 (produce_asm_for_decls): Update call of produce_symtab; don't do so
4952 when doing WPA streaming.
4953
4954 2010-07-05 Jan Hubicka <jh@suse.cz>
4955
4956 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
4957 function is still available to fold into.
4958
4959 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
4960
4961 * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
4962 * function.h (struct_function): Change type of local_decls field
4963 to a VEC.
4964 (add_local_decl): New function.
4965 (FOR_EACH_LOCAL_DECL): New macro.
4966 * cfgexpand.c (init_vars_expansion): Adjust for new type of
4967 cfun->local_decls.
4968 (estimated_stack_frame_size): Likewise.
4969 (expand_used_vars): Likewise.
4970 * cgraphbuild.c (build_cgraph_edges): Likewise.
4971 * function.c (instantiate_decls_1): Likewise.
4972 * ipa-struct-reorg.c (build_data_structure): Likewise.
4973 * ipa-type-escape.c (analyze_function): Likewise.
4974 * lto-streamer-in.c (input_function): Likewise.
4975 * lto-streamer-out.c (output_function): Likewise.
4976 * tree-ssa-live.c (remove_unused_locals): Likewise.
4977 * tree.c (free_lang_data_in_decl): Likewise.
4978 (find_decls_types_in_node): Likewise.
4979 * omp-low.c (remove_exit_barrier): Likewise.
4980 (expand_omp_taskreg): Likewise.
4981 (list2chain): Rename to...
4982 (vec2chain): ...this. Adjust.
4983 * cgraphunit.c (assemble_thunk): Call add_local_decl.
4984 * tree-cfg.c (replace_by_duplicate_decl): Likewise.
4985 * gimple-low.c (record_vars_into): Likewise.
4986 * tree-inline.c (remap_decls): Likewise.
4987 (declare_return_variable): Likewise.
4988 (declare_inline_vars): Likewise.
4989 (copy_forbidden): Adjust for new type of cfun->local_decls.
4990 (add_local_variables): New function.
4991 (expand_call_inline): Call it.
4992 (tree_function_versioning): Likewise.
4993
4994 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
4995
4996 AVX Programming Reference (June, 2010)
4997 * config/i386/cpuid.h (bit_F16C): New.
4998 (bit_RDRND): Likewise.
4999 (bit_FSGSBASE): Likewise.
5000
5001 * config/i386/i386-builtin-types.def: Add
5002 "DEF_FUNCTION_TYPE (UINT16)", function types for
5003 float16 <-> float conversions and
5004 "DEF_FUNCTION_TYPE (VOID, UINT64)".
5005
5006 * config/i386/i386-c.c (ix86_target_macros_internal): Support
5007 OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
5008 OPTION_MASK_ISA_F16C.
5009
5010 * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
5011 (OPTION_MASK_ISA_RDRND_SET): Likewise.
5012 (OPTION_MASK_ISA_F16C_SET): Likewise.
5013 (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
5014 (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
5015 (OPTION_MASK_ISA_F16C_UNSET): Likewise.
5016 (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
5017 (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
5018 (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
5019 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
5020 (override_options): Handle them.
5021 (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
5022 (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
5023 IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
5024 IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
5025 IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
5026 IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
5027 IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
5028 IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
5029 IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
5030 (bdesc_args): Likewise.
5031 (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
5032 V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
5033 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
5034 VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
5035 Handle non-memory store.
5036
5037 * config/i386/i386.h (TARGET_FSGSBASE): New.
5038 (TARGET_RDRND): Likewise.
5039 (TARGET_F12C): Likewise.
5040
5041 * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
5042 (UNSPEC_VCVTPS2PH): Likewise.
5043 (UNSPECV_RDFSBASE): Likewise.
5044 (UNSPECV_RDGSBASE): Likewise.
5045 (UNSPECV_WRFSBASE): Likewise.
5046 (UNSPECV_WRGSBASE): Likewise.
5047 (UNSPECV_RDRAND): Likewise.
5048 (rdfsbase<mode>): Likewise.
5049 (rdgsbase<mode>): Likewise.
5050 (wrfsbase<mode>): Likewise.
5051 (wrgsbase<mode>): Likewise.
5052 (rdrand<mode>): Likewise.
5053
5054 * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
5055
5056 * config/i386/immintrin.h (_rdrand_u16): New.
5057 (_rdrand_u32): Likewise.
5058 (_readfsbase_u32): Likewise.
5059 (_readfsbase_u64): Likewise.
5060 (_readgsbase_u32): Likewise.
5061 (_readgsbase_u64): Likewise.
5062 (_writefsbase_u32): Likewise.
5063 (_writefsbase_u64): Likewise.
5064 (_writegsbase_u32): Likewise.
5065 (_writegsbase_u64): Likewise.
5066 (_rdrand_u64): Likewise.
5067 (_cvtsh_ss): Likewise.
5068 (_mm_cvtph_ps): Likewise.
5069 (_mm256_cvtph_ps): Likewise.
5070 (_cvtss_sh): Likewise.
5071 (_mm_cvtps_ph): Likewise.
5072 (_mm256_cvtps_ph): Likewise.
5073
5074 * config/i386/sse.md (vcvtph2ps): New.
5075 (*vcvtph2ps_load): Likewise.
5076 (vcvtph2ps256): Likewise.
5077 (vcvtps2ph): Likewise.
5078 (*vcvtps2ph): Likewise.
5079 (*vcvtps2ph_store): Likewise.
5080 (vcvtps2ph256): Likewise.
5081
5082 * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
5083
5084 * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
5085
5086 2010-07-05 Joern Rennecke <joern.rennecke@embecosm.com>
5087
5088 PR bootstrap/44512
5089 * genenums.c (main): Output include of insn-constants.h
5090 * Makefile.in (insn-enums.o): Depend on insn-constants.h.
5091
5092 2010-07-05 Uros Bizjak <ubizjak@gmail.com>
5093
5094 * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
5095 (override_options): Initialize it.
5096 (ix86_expand_prologue): Use it.
5097
5098 2010-07-05 Jakub Jelinek <jakub@redhat.com>
5099
5100 * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
5101
5102 2010-07-05 Anatoly Sokolov <aesok@post.ru>
5103
5104 * double-int.h (fit_double_type): Remove declaration.
5105 * double-int.c (fit_double_type): Remove function.
5106 * tree.h (int_fits_type_p): Adjust prototype.
5107 * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
5108 instead of fit_double_type.
5109 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
5110 instead of fit_double_type and build_int_cst_wide.
5111 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
5112 instead of fit_double_type and build_int_cst_wide.
5113 (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
5114 of fit_double_type.
5115
5116 2010-07-05 Jan Hubicka <jh@suse.cz>
5117
5118 * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
5119 in_other_partition.
5120 * lto-cgraph.c (referenced_from_other_partition_p,
5121 reachable_from_other_partition_p): Use in_other_partition flags.
5122 (output_node, output_varpool_node): COMDAT nodes always have private
5123 copies and thus are never used from other partition.
5124
5125 2010-07-05 Anatoly Sokolov <aesok@post.ru>
5126
5127 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
5128 * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
5129 * config/ia64/ia64.c Include reload.h.
5130 (ia64_memory_move_cost): New function.
5131 (TARGET_MEMORY_MOVE_COST): Define.
5132 (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
5133 memory_move_cost.
5134
5135 2010-07-05 Sandra Loosemore <sandra@codesourcery.com>
5136
5137 PR middle-end/42505
5138 * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
5139 comments about cost model.
5140 (try_add_cand_for): Add second strategy for choosing initial set
5141 based on original IVs, controlled by ORIGINALP argument.
5142 (get_initial_solution): Add ORIGINALP argument.
5143 (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
5144 (find_optimal_iv_set): Try two different strategies for choosing
5145 the IV set, and return the one with lower cost.
5146
5147 2010-07-05 Richard Guenther <rguenther@suse.de>
5148
5149 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
5150
5151 2010-07-05 Richard Guenther <rguenther@suse.de>
5152
5153 * tree.c (reference_alias_ptr_type): New function.
5154 * tree.h (reference_alias_ptr_type): Declare.
5155 * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
5156 allow non-TARGET_MEM_REF new refs.
5157 (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
5158 * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
5159 Build a MEM_REF instead of a TARGET_MEM_REF if possible.
5160 (create_mem_ref): Get alias pointer type. Adjust calls to
5161 create_mem_ref_raw.
5162 (maybe_fold_tmr): Likewise.
5163 * tree-flow.h (create_mem_ref): Adjust prototype.
5164
5165 2010-07-05 Jakub Jelinek <jakub@redhat.com>
5166
5167 PR c++/44808
5168 * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
5169 *from_p is VAR_DECL.
5170
5171 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
5172
5173 * tree.h (build_call_list): Remove.
5174 * tree.c (build_call_list): Remove.
5175
5176 2010-07-05 Richard Guenther <rguenther@suse.de>
5177
5178 * double-int.h (double_int_sub): Declare.
5179 * double-int.c (double_int_sub): New function.
5180 * dwarf2out.c (field_byte_offset): Use it.
5181 * fixed-value.c (do_fixed_add): Likewise.
5182 (do_fixed_multiply): Likewise.
5183 (do_fixed_divide): Likewise.
5184 * tree-predcom.c (add_ref_to_chain): Likewise.
5185 (determine_roots_comp): Likewise.
5186 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
5187
5188 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
5189
5190 * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function
5191 implementations.
5192
5193 2010-07-05 Bernd Schmidt <bernds@codesourcery.com>
5194
5195 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
5196 * arm-modes.def (CC_NOTB): Don't define.
5197 * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
5198 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
5199 (LTUGEU): New code_iterator.
5200 (cnb, optab): New corresponding code_attrs.
5201 (addsi3_carryin_<optab>): Renamed from addsi3_carryin. Change pattern
5202 to canonical form. Operands 1 and 2 are commutative. Parametrize
5203 using LTUGEU.
5204 (addsi3_carryin_shift_<optab>): Likewise.
5205 (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
5206 Operands 1 and 2 are commutative. Parametrize using LTUGEU.
5207 (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
5208 (subsi3_compare): Renamed from subsi3_compare0_c.
5209 Change CC_NOTB to CC.
5210 (arm_subsi3_insn): Allow constants for operand 0.
5211 (compare_scc peephole for eq case): New.
5212 (compare_scc splitters): Change CC_NOTB to CC.
5213
5214 2010-07-05 Richard Guenther <rguenther@suse.de>
5215
5216 * tree-ssa-loop-im.c (for_each_index): Do not handle
5217 ALIGN_INDIRECT_REF.
5218 (gen_lsm_tmp_name): Likewise.
5219 * tree-dump.c (dequeue_and_dump): Likewise.
5220 * tree-pretty-print.c (dump_generic_node): Likewise.
5221 (op_code_prio): Likewise.
5222 (op_symbol_code): Likewise.
5223 * tree.c (staticp): Likewise.
5224 (build1_stat): Likewise.
5225 * tree.h (INDIRECT_REF_P): Likewise.
5226 * fold-const.c (maybe_lvalue_p): Likewise.
5227 (operand_equal_p): Likewise.
5228 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
5229 (ao_ref_init_from_vn_reference): Likewise.
5230 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
5231 (find_interesting_uses_address): Likewise.
5232 * dwarf2out.c (loc_list_from_tree): Likewise.
5233 * gimplify.c (gimplify_expr): Likewise.
5234 * tree-eh.c (tree_could_trap_p): Likewise.
5235 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
5236 * cfgexpand.c (expand_debug_expr): Likewise.
5237 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
5238 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
5239 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
5240 * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
5241 * tree-ssa-operands.c (get_expr_operands): Likewise.
5242 * expr.c (safe_from_p): Likewise.
5243 (expand_expr_real_1): Likewise. TER BIT_AND_EXPRs into MEM_REFs.
5244 * tree-vect-data-refs.c (vect_setup_realignment): Build
5245 BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
5246 * tree-vect-stmts.c (vectorizable_load): Likewise.
5247 * tree.def (ALIGN_INDIRECT_REF): Remove.
5248
5249 2010-07-05 Richard Guenther <rguenther@suse.de>
5250
5251 PR tree-optimization/44784
5252 * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
5253 for inserted stmts.
5254 (find_or_generate_expression): Fix SCCVN insertion check.
5255
5256 2010-07-05 Nathan Sidwell <nathan@codesourcery.com>
5257
5258 * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
5259 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
5260 * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
5261 directives.
5262
5263 2010-07-05 Ira Rosen <irar@il.ibm.com>
5264
5265 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
5266 statements that are not vectorized.
5267 * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
5268 in INSIDE_COST.
5269
5270 2010-07-05 Mikael Pettersson <mikpe@it.uu.se>
5271
5272 PR bootstrap/44820
5273 * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
5274
5275 2010-07-05 Richard Guenther <rguenther@suse.de>
5276
5277 * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
5278 RESULT_DECLs properly.
5279
5280 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
5281
5282 PR rtl-optimization/44695
5283 * config/i386/i386.md (extract_code): Removed.
5284 (<u>divmodqi4): Likewise.
5285 (divmodqi4): New.
5286 (udivmodqi4): Likewise.
5287 (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
5288 (udivmodhiqi3): Likewise.
5289
5290 2010-07-04 Jan Hubicka <jh@suse.cz>
5291
5292 * lto-cgraph.c (input_edge): Do not care about resolution decisions.
5293
5294 2010-07-04 Jan Hubicka <jh@suse.cz>
5295
5296 * cgraphunit.c (init_cgraph): Only initialize dump file if it
5297 is not already initialized.
5298
5299 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
5300
5301 * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
5302 (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
5303 (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
5304 (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
5305 (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
5306 (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
5307 (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
5308 (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
5309 (sync_new_nand_optab): Redefine as macros.
5310 (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
5311 Delete.
5312 (direct_optab_index): New enum.
5313 (direct_optab_d): New structure.
5314 (direct_optab): New typedef.
5315 (direct_optab_table): Declare.
5316 (direct_optab_handler, set_direct_optab_handler): New functions.
5317 (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
5318 (sync_lock_release_optab): New macros.
5319 * optabs.c (direct_optab_table): New variable.
5320 (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
5321 (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
5322 cmpstr_optab and cmpstrn_optab.
5323 (emit_conditional_move): Likewise for movcc_optab.
5324 (can_conditionally_move_p): Likewise for movcc_gen_code.
5325 (init_insn_codes): Clear direct_optab_table.
5326 (init_optabs): Don't initialize the new "direct optabs" here.
5327 (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
5328 vcond_gen_code.
5329 (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
5330 (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
5331 (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
5332 (expand_sync_operation): Likewise other sync_*_optabs.
5333 (expand_sync_fetch_operation): Likewise. Rename sync_compare_and_swap
5334 to sync_compare_and_swap_optab.
5335 (expand_sync_lock_test_and_set): Use direct_optab_handler for
5336 sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
5337 to the names of both.
5338 * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
5339 cmpstr_optab and cmpstrn_optab.
5340 (expand_builtin_lock_release): Likewise sync_lock_release.
5341 * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
5342 (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
5343 (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
5344 (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
5345 (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
5346 (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
5347 (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
5348 (sync_lock_test_and_set, sync_lock_release): Delete.
5349 (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
5350 (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
5351 * genopinit.c (optabs): Use set_direct_optab_handler for the new
5352 macro optabs.
5353 * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
5354 the "optab" local variable. Use direct_optab_handler for optab and
5355 sync_compare_and_swap_optab.
5356 * reload1.c (reload_in_optab, reload_out_optab): Delete.
5357 * targhooks.c (default_secondary_reload): Use direct_optab_handler for
5358 reload_in_optab and reload_out_optab.
5359 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
5360 * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
5361 * config/pa/pa.c (pa_secondary_reload): Likewise.
5362 * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
5363 for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
5364 (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
5365 (VMSupportsCS8_builtin): Likewise.
5366
5367 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
5368
5369 * optabs.h (optab_handlers): Change type of insn_code to int.
5370 (optab_handler, set_optab_handler, convert_optab_handler)
5371 (set_convert_optab_handler): Treat the insn_code field as "insn_code -
5372 CODE_FOR_nothing".
5373 * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
5374 (init_insn_codes): Zero both the above arrays.
5375 (init_optabs): Never call init_insn_codes first time around.
5376
5377 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
5378
5379 * optabs.h (optab_handler, convert_optab_handler): Turn into
5380 inline functions that return an insn code.
5381 (set_optab_handler, set_convert_optab_handler): New functions.
5382 * builtins.c: Replace optab_handler(X)->insn_code with
5383 optab_handler or set_optab_handler thoughout. Likewise
5384 convert_optab_handler(X)->insn_code with convert_optab_handler
5385 and set_convert_optab_handler.
5386 * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
5387 reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
5388 tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
5389 tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
5390 tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
5391 config/spu/spu.c: Likewise.
5392
5393 2010-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
5394
5395 PR target/44531
5396 * config.gcc (sh*-*-*): Use regular expressions instead of
5397 the 'i' modifier for sed substitutions.
5398
5399 2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
5400
5401 * gimple.c (gimple_body): Comments added.
5402
5403 2010-07-04 Richard Guenther <rguenther@suse.de>
5404
5405 PR middle-end/44809
5406 * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
5407 of an INDIRECT_REF.
5408
5409 2010-07-04 Richard Guenther <rguenther@suse.de>
5410
5411 PR tree-optimization/44479
5412 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
5413 extra SSA name copy statements which preserves points-to
5414 information.
5415 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
5416 Copy points-to information for all pointers. Properly handle
5417 MEM_REFs.
5418 (vect_create_data_ref_ptr): Likewise. Avoid extra SSA name
5419 copy statements.
5420 * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
5421 dependency.
5422
5423 2010-07-04 Richard Guenther <rguenther@suse.de>
5424
5425 PR middle-end/44785
5426 * tree-inline.c (initialize_inlined_parameters): Do not
5427 re-use pointer-map slot over remap_type call.
5428
5429 2010-07-04 Richard Guenther <rguenther@suse.de>
5430
5431 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
5432
5433 2010-07-04 Richard Guenther <rguenther@suse.de>
5434
5435 PR tree-optimization/44656
5436 * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
5437 again after value-replacing in the defintions lhs.
5438
5439 2010-07-04 Ira Rosen <irar@il.ibm.com>
5440 Revital Eres <eres@il.ibm.com>
5441
5442 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
5443 Document new arguments.
5444 * doc/tm.texi: Regenerate.
5445 * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
5446 Handle unaligned store.
5447 * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
5448 * target.def (builtin_vectorization_cost): Add new arguments.
5449 * target.h (enum vect_cost_for_stmt): Add unaligned_store.
5450 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
5451 of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
5452 (vect_vfa_segment_size): Fix indentation.
5453 * tree-vectorizer.h (struct _vect_peel_info): New.
5454 (struct _vect_peel_extended_info): New.
5455 (struct _loop_vec_info): Add new field for peeling hash table and a
5456 macro for its access.
5457 (VECT_MAX_COST): Define.
5458 (vect_get_load_cost): Declare.
5459 (vect_get_store_cost, vect_get_known_peeling_cost,
5460 vect_get_single_scalar_iteraion_cost): Likewise.
5461 (vect_supportable_dr_alignment): Add new argument.
5462 * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
5463 field.
5464 (destroy_loop_vec_info): Free peeling hash table.
5465 (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
5466 (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
5467 vect_analyze_slp. Fix indentation.
5468 (vect_get_single_scalar_iteraion_cost): New function.
5469 (vect_get_known_peeling_cost): Likewise.
5470 (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
5471 Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
5472 statement. Move outside cost calculation inside unknown peeling case.
5473 Call vect_get_known_peeling_cost for known amount of peeling.
5474 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
5475 reference to the print message of forced alignment.
5476 (vect_verify_datarefs_alignment): Update call to
5477 vect_supportable_dr_alignment.
5478 (vect_get_data_access_cost): New function.
5479 (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
5480 vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
5481 vect_peeling_hash_choose_best_peeling): Likewise.
5482 (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
5483 to store all the accesses in the loop and find best possible access to
5484 align using peeling for known alignment case. For unknown alignment
5485 check if stores are preferred or if peeling is worthy.
5486 (vect_find_same_alignment_drs): Analyze pairs of loads too.
5487 (vect_supportable_dr_alignment): Add new argument and check aligned
5488 accesses according to it.
5489 * tree-vect-stmts.c (vect_get_stmt_cost): New function.
5490 (cost_for_stmt): Call vect_get_stmt_cost.
5491 (vect_model_simple_cost): Likewise.
5492 (vect_model_store_cost): Call vect_get_stmt_cost. Call
5493 vect_get_store_cost to calculate the cost of the statement.
5494 (vect_get_store_cost): New function.
5495 (vect_model_load_cost): Call vect_get_stmt_cost. Call
5496 vect_get_load_cost to calculate the cost of the statement.
5497 (vect_get_load_cost): New function.
5498 (vectorizable_store): Update call to vect_supportable_dr_alignment.
5499 (vectorizable_load): Likewise.
5500 * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
5501 * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
5502 arguments. Handle unaligned store.
5503 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
5504 (rs6000_builtin_support_vector_misalignment): Return true for word and
5505 double word alignments for VSX.
5506 * tree-vect-slp.c (vect_build_slp_tree): Update calls to
5507 vect_supportable_dr_alignment and builtin_vectorization_cost.
5508
5509 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5510
5511 PR target/44597
5512 * config/pa/predicates.md (prefetch_cc_operand): Remove.
5513 (prefetch_nocc_operand): Likewise.
5514 * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
5515 (prefetch_20): New insn.
5516 (prefetch_cc): Remove.
5517 (prefetch_nocc): Likewise.
5518
5519 2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
5520
5521 * expr.c (vector_mode_valid_p): Move to c-common.c.
5522 * expr.h (vector_mode_valid_p): Do not declare here.
5523 * system.h: Poison GCC_EXPR_H in front-ends.
5524 * Makefile.in: Update dependencies.
5525
5526 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5527
5528 PR target/44705
5529 * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
5530
5531 2010-07-03 Jan Hubicka <jh@suse.cz>
5532
5533 * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
5534 TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
5535 * cfgexpand.c (gimple_expand_cfg): Use new timevars.
5536 * var-tracking.c (vt_find_locations, variable_tracking_main_1):
5537 Likewise.
5538
5539 * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
5540 Update timevars.V
5541 * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
5542 (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
5543 TV_IPA_LTO_DECL_OUT): New.
5544 * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
5545
5546 2010-07-03 Jan Hubicka <jh@suse.cz>
5547
5548 * ipa-inline.c (update_edge_key): Break out from ...
5549 update_callers_keys): ... here;
5550 (update_callee_keys): Update only the edges from caller to callee.
5551 (update_all_calle_keys): Do what update_calle_keys did.
5552 (decide_inlining_of_small_functions): Avoid recomputing of all
5553 callees when badness increase.
5554
5555 2010-07-03 Jie Zhang <jie@codesourcery.com>
5556
5557 * config/arm/arm.c (arm_attr_length_move_neon): New.
5558 * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
5559 * config/arm/neon.md (define_mode_attr V_slen): Remove.
5560 (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
5561 to compute length attribute.
5562
5563 2010-07-03 Jie Zhang <jie@codesourcery.com>
5564
5565 * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
5566 as predicate for operand 1 and remove its constraint.
5567 * config/arm/predicates.md (vfp_register_operand): New.
5568 * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
5569 (*push_fp_multi): Likewise.
5570
5571 2010-07-03 Eric Botcazou <ebotcazou@adacore.com>
5572
5573 * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
5574
5575 2010-07-03 Jan Hubicka <jh@suse.cz>
5576
5577 * config/i386/i386.c (override_options): Revert accidental commit.
5578
5579 2010-07-02 Le-Chun Wu <lcwu@google.com>
5580
5581 PR c++/44128
5582 * doc/invoke.texi: Update documentation of -Wshadow.
5583
5584 2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5585 Julian Brown <julian@codesourcery.com>
5586 Sandra Loosemore <sandra@codesourcery.com>
5587
5588 * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
5589 comparisons. Adjust to take both operands.
5590 (arm_select_cc_mode): Handle DImode comparisons.
5591 (arm_gen_compare_reg): Generate a scratch register for DImode
5592 comparisons which require one. Use xor for Thumb equality checks.
5593 (arm_const_double_by_immediates): New.
5594 (arm_print_operand): Allow 'Q' and 'R' for constants.
5595 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
5596 * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
5597 arm_canonicalize_comparison.
5598 * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
5599 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
5600 prototype.
5601 (arm_const_double_by_immediates): Declare.
5602 * config/arm/constraints.md (Di): New constraint.
5603 * config/arm/predicates.md (arm_immediate_di_operand)
5604 (arm_di_operand, cmpdi_operand): New.
5605 * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
5606 (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
5607 (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
5608 (cstoredi4): Handle non-Cirrus also.
5609
5610 2010-07-02 Julian Brown <julian@codesourcery.com>
5611 Sandra Loosemore <sandra@codesourcery.com>
5612
5613 PR target/43703
5614 * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
5615 (smax<mode>3): Disable for NEON float modes when
5616 flag_unsafe_math_optimizations is false.
5617 * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
5618 (*mul<mode>3_neon)
5619 (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
5620 (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
5621 for NEON float modes when flag_unsafe_math_optimizations is false.
5622 (quad_halves_<code>v4sf): Only enable if
5623 flag_unsafe_math_optimizations is true.
5624 * doc/invoke.texi (ARM Options): Add note about floating point
5625 vectorization requiring -funsafe-math-optimizations.
5626
5627 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
5628 Julian Brown <julian@codesourcery.com>
5629
5630 * config/arm/neon.md (UNSPEC_VABA): Delete.
5631 (UNSPEC_VABAL): Delete.
5632 (UNSPEC_VABS): Delete.
5633 (UNSPEC_VMUL_N): Delete.
5634 (adddi3_neon): New.
5635 (subdi3_neon): New.
5636 (mul<mode>3add<mode>_neon): Make the pattern named.
5637 (mul<mode>3neg<mode>add<mode>_neon): Likewise.
5638 (neon_vadd<mode>): Replace with define_expand, and move the remaining
5639 unspec parts...
5640 (neon_vadd<mode>_unspec): ...to this.
5641 (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
5642 (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
5643 (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
5644 (neon_vaba<mode>): Rewrite in terms of vabd.
5645 (neon_vabal<mode>): Rewrite in terms of vabdl.
5646 (neon_vabs<mode>): Rewrite without unspec.
5647 * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
5648 (*arm_subdi3): Likewise.
5649 * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
5650 No_op attribute to disable assembly output checks.
5651 * config/arm/arm_neon.h: Regenerated.
5652 * doc/arm-neon-intrinsics.texi: Regenerated.
5653
5654 2010-07-02 Jan Hubicka <jh@suse.cz>
5655
5656 * ipa-split.c (split_function): For aggregate values, set the return
5657 slot optimization bit. When passing DECL_BY_REFERENCE, produce
5658 *<retval> = fncall.part ().
5659 (execute_split_functions): Do not care about DECL_BY_REFERENCE.
5660
5661 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
5662
5663 * config/arm/neon.md (UNSPEC_VAND): Delete.
5664 (UNSPEC_VBIC): Delete.
5665 (UNSPEC_VCLZ): Delete.
5666 (UNSPEC_VCNT): Delete.
5667 (UNSPEC_VEOR): Delete.
5668 (UNSPEC_VORN): Delete.
5669 (UNSPEC_VORR): Delete.
5670 (iordi3_neon): Rewrite RTL without unspec. Add alternatives to handle
5671 core registers too.
5672 (anddi3_neon): Likewise.
5673 (orndi3_neon): Likewise.
5674 (bicdi3_neon): Likewise.
5675 (xordi3_neon): Likewise.
5676 (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
5677 rid of unspec and handle unused operand.
5678 (neon_vcnt<mode>): Similarly, with popcount<mode>2.
5679 * config/arm/predicates.md (imm_for_neon_logic_operand):
5680 Require TARGET_NEON.
5681 (imm_for_neon_inv_logic_operand): Likewise.
5682 * config/arm/arm.md (define_split for logical_binary_operator):
5683 Disable for NEON registers.
5684 (anddi3): Add new define_expand, and rename the insn. Disable
5685 this insn for NEON, where anddi3_neon now applies.
5686 (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
5687 (iordi3): As for anddi3.
5688 (xordi3): Likewise.
5689 * config/arm/neon.ml (Vand): Split DImode variants and mark them
5690 as No_op to disable testing for exact instruction match.
5691 (Vorr): Likewise.
5692 (Veor): Likewise.
5693 (Vbic): Likewise.
5694 (Vorn): Likewise.
5695 * config/arm/arm_neon.h: Regenerated.
5696 * doc/arm-neon-intrinsics.texi: Regenerated.
5697
5698 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
5699
5700 * expr.h (emit_stack_probe): Declare.
5701 * explow.c (emit_stack_probe): Make global.
5702 (anti_adjust_stack_and_probe): Fix comments.
5703 * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
5704 * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5705 * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5706 * config/sparc/sparc.c: Include except.h.
5707 (sparc_emit_probe_stack_range): New function.
5708 (output_probe_stack_range): Likewise.
5709 (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
5710 built-in stack checking is enabled.
5711 * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
5712 * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
5713 (probe_stack_range): New insn.
5714
5715 2010-07-02 Richard Guenther <rguenther@suse.de>
5716
5717 PR target/43958
5718 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
5719 for argument alignment.
5720
5721 2010-07-02 Jan Hubicka <jh@suse.cz>
5722
5723 * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
5724 walk backwards from entry_bb to check only those basic block of header
5725 that might lead to execution of split part.
5726 (consider_split) ... here.
5727 (find_return_bb): Allow assignment in return BB.
5728 (find_retval): New.
5729 (split_function): Fix name of cloned function; take care of updating
5730 return value in return_bb containing move.
5731
5732 2010-07-02 Andreas Schwab <schwab@linux-m68k.org>
5733
5734 PR target/44771
5735 * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
5736 used variable insn.
5737
5738 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
5739
5740 * implicit-zee.c (combine_reaching_defs): Fix long lines.
5741 (is_set_with_extension_DI): Delete.
5742 (struct zero_extend_info): New structure.
5743 (add_removable_zero_extend): New function.
5744 (find_removable_zero_extends): Use note_stores to find SETs.
5745 (find_and_remove_ze): Fix long line, remove superfluous parentheses.
5746
5747 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
5748
5749 * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
5750 is_miss_rate_acceptable. Pull total_positions computation
5751 out of the loops. Early return if miss_positions exceeds
5752 the acceptable threshold.
5753 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
5754 is_miss_rate_acceptable after renaming of compute_miss_rate.
5755
5756 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
5757
5758 PR middle-end/44576
5759 * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
5760 of 1000) for miss rate if the address diference is greater than or
5761 equal to the cache line size (the two reference will never hit the
5762 same cache line).
5763
5764 2010-07-02 Bernd Schmidt <bernds@codesourcery.com>
5765
5766 PR target/42835
5767 * config/arm/arm-modes.def (CC_NOTB): New mode.
5768 * config/arm/arm.c (get_arm_condition_code): Handle it.
5769 * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
5770 * config/arm/arm.md (subsi3_compare0_c): New pattern.
5771 (compare_scc): Now a define_and_split. Add a number of extra
5772 splitters before it.
5773
5774 PR target/42172
5775 * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
5776 and ZERO_EXTEND.
5777 (arm_rtx_costs_1): Likewise.
5778 (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
5779 * config/arm/arm.md (is_arch6): New attribute.
5780 (zero_extendhisi2, zero_extendqisi2, extendhisi2,
5781 extendqisi2): Tighten the code somewhat, avoiding invalid
5782 RTL to occur in the expander patterns.
5783 (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
5784 (thumb1_zero_extendhisi2_v6): Delete.
5785 (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
5786 (thumb1_extendhisi2_v6): Delete.
5787 (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
5788 (thumb1_extendqisi2_v6): Delete.
5789 (zero_extendhisi2 for register input splitter): New.
5790 (zero_extendqisi2 for register input splitter): New.
5791 (thumb1_extendhisi2 for register input splitter): New.
5792 (extendhisi2 for register input splitter): New.
5793 (extendqisi2 for register input splitter): New.
5794 (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
5795 (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
5796 and add support for a register alternative requiring a split.
5797 (thumb1_zero_extendqisi2): Likewise.
5798 (arm_zero_extendqisi2): Likewise.
5799 (arm_extendhisi2): Likewise.
5800 (arm_extendqisi2): Likewise.
5801
5802 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
5803
5804 * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
5805 instead of an unspec.
5806 (neon_expand_vector_init): Likewise.
5807 * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
5808 (UNSPEC_VDUP_LANE): Delete.
5809 (UNSPEC VDUP_N): Delete.
5810 (UNSPEC_VGET_HIGH): Delete.
5811 (UNSPEC_VGET_LANE): Delete.
5812 (UNSPEC_VGET_LOW): Delete.
5813 (UNSPEC_VMVN): Delete.
5814 (UNSPEC_VSET_LANE): Delete.
5815 (V_double_vector_mode): New.
5816 (vec_set<mode>_internal): Make code emitted match that for the
5817 corresponding intrinsics.
5818 (vec_setv2di_internal): Likewise.
5819 (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
5820 (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
5821 (neon_vset_lane<mode>): Combine double and quad patterns and
5822 expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
5823 (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
5824 (neon_vdup_n<mode>): Rewrite RTL without unspec.
5825 (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
5826 (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
5827 with neon_vdup_lanev2di, adjusting the pattern from the latter
5828 to be predicable for consistency.
5829 (neon_vdup_lane<mode>_internal): New.
5830 (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
5831 to avoid using an unspec.
5832 (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
5833 (neon_vdup_lanev2di): Turn into a define_expand.
5834 (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
5835 (neon_vget_high<mode>): Replace with....
5836 (neon_vget_highv16qi): New pattern using canonical RTL.
5837 (neon_vget_highv8hi): Likewise.
5838 (neon_vget_highv4si): Likewise.
5839 (neon_vget_highv4sf): Likewise.
5840 (neon_vget_highv2di): Likewise.
5841 (neon_vget_low<mode>): Replace with....
5842 (neon_vget_lowv16qi): New pattern using canonical RTL.
5843 (neon_vget_lowv8hi): Likewise.
5844 (neon_vget_lowv4si): Likewise.
5845 (neon_vget_lowv4sf): Likewise.
5846 (neon_vget_lowv2di): Likewise.
5847
5848 * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
5849 test for this emitting vmov.
5850 (Vset_lane): Likewise.
5851 (Vdup_n): Likewise.
5852 (Vmov_n): Likewise.
5853
5854 * doc/arm-neon-intrinsics.texi: Regenerated.
5855
5856 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
5857
5858 * config/arm/neon.md (vec_extractv2di): Correct error in register
5859 numbering to reconcile with neon_vget_lanev2di.
5860
5861 2010-07-02 Richard Guenther <rguenther@suse.de>
5862
5863 * tree-ssa-structalias.c (pt_solution_set_var): New function.
5864 * tree-ssa-alias.h (pt_solution_set_var): Declare.
5865 * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
5866 points-to information.
5867
5868 2010-07-02 Christian Borntraeger <borntraeger@de.ibm.com>
5869
5870 * config/s390/s390.c (override_options): Adopt prefetching
5871 at -O3 to handle flag_prefetch_loop_arrays as a tristate.
5872
5873 2010-07-02 Jan Hubicka <jh@suse.cz>
5874
5875 * df-problems.c (df_kill_notes): Do not collect dead notes.
5876 (df_set_note): Just call add_reg_note.
5877 (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
5878 df_create_unused_note): Do not deal with lists of old notes.
5879 (df_note_bb_compute): Likewise.
5880
5881 2010-07-02 Richard Guenther <rguenther@suse.de>
5882
5883 * tree-ssa-structalias.c (find_func_aliases): Handle
5884 pointer alignment via BIT_AND_EXPR.
5885 * tree-vrp.c (extract_range_from_binary_expr): Likewise.
5886
5887 2010-07-02 Richard Guenther <rguenther@suse.de>
5888
5889 * tree-data-ref.c (initialize_data_dependence_relation): Handle
5890 mismatching number of dimensions properly.
5891
5892 2010-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5893
5894 PR target/44707
5895 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
5896 (lo_sum (high ...) ...) patterns generated by earlier passes.
5897
5898 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5899
5900 * doc/install.texi (Prerequisites): Document Perl requirement on
5901 Solaris 2.
5902 (Specific, *-*-solaris2*): Document GNU c++filt requirement.
5903
5904 2010-07-02 Richard Guenther <rguenther@suse.de>
5905
5906 PR middle-end/44777
5907 * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
5908
5909 2010-07-02 Jan Hubicka <jh@suse.cz>
5910
5911 PR middle-end/44706
5912 * predict.c (predict_paths_for_bb): Handle case when control dependence
5913 BB has only abnormal edges.
5914
5915 2010-07-02 Richard Guenther <rguenther@suse.de>
5916
5917 PR tree-optimization/44748
5918 * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
5919 the embedded conversion in MEM_REFs.
5920
5921 2010-07-01 López-Ibáñez <manu@gcc.gnu.org>
5922
5923 * reload.c: Include toplev.h.
5924 * recog.c: Likewise.
5925 * Makefile.in: Adjust dependencies.
5926
5927 2010-07-01 Jakub Jelinek <jakub@redhat.com>
5928
5929 PR debug/44694
5930 * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
5931 or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
5932
5933 2010-07-01 Richard Guenther <rguenther@suse.de>
5934
5935 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
5936 types for offsets.
5937
5938 2010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
5939
5940 PR target/44732
5941 * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
5942 Fix argument types.
5943
5944 2010-07-01 Bernd Schmidt <bernds@codesourcery.com>
5945
5946 PR target/44727
5947 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
5948 Make sure operand 0 dies.
5949
5950 2010-07-01 Richard Guenther <rguenther@suse.de>
5951
5952 PR middle-end/42834
5953 PR middle-end/44468
5954 * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
5955 * doc/generic.texi (References to storage): Document MEM_REF.
5956 * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
5957 (print_call_name): Likewise.
5958 * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
5959 (build_simple_mem_ref_loc): New function.
5960 (mem_ref_offset): Likewise.
5961 * tree.h (build_simple_mem_ref_loc): Declare.
5962 (build_simple_mem_ref): Define.
5963 (mem_ref_offset): Declare.
5964 * fold-const.c: Include tree-flow.h.
5965 (operand_equal_p): Handle MEM_REF.
5966 (build_fold_addr_expr_with_type_loc): Likewise.
5967 (fold_comparison): Likewise.
5968 (fold_unary_loc): Fold
5969 VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
5970 (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
5971 fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
5972 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
5973 (ptr_deref_may_alias_ref_p_1): Likewise.
5974 (ao_ref_base_alias_set): Properly differentiate base object for
5975 offset and TBAA.
5976 (ao_ref_init_from_ptr_and_size): Use MEM_REF.
5977 (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
5978 (indirect_refs_may_alias_p): Likewise.
5979 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
5980 chasing code.
5981 (ref_maybe_used_by_call_p_1): Handle MEM_REF.
5982 (call_may_clobber_ref_p_1): Likewise.
5983 * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
5984 * expr.c (expand_assignment): Handle MEM_REF.
5985 (store_expr): Handle MEM_REFs from STRING_CSTs.
5986 (store_field): If expanding a MEM_REF of a non-addressable
5987 decl use bitfield operations.
5988 (get_inner_reference): Handle MEM_REF.
5989 (expand_expr_addr_expr_1): Likewise.
5990 (expand_expr_real_1): Likewise.
5991 * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
5992 * alias.c (ao_ref_from_mem): Handle MEM_REF.
5993 (get_alias_set): Likewise. Properly handle VIEW_CONVERT_EXPRs.
5994 * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
5995 (dr_analyze_indices): Likewise.
5996 (dr_analyze_alias): Likewise.
5997 (object_address_invariant_in_loop_p): Likewise.
5998 * gimplify.c (mark_addressable): Handle MEM_REF.
5999 (gimplify_cond_expr): Build MEM_REFs.
6000 (gimplify_modify_expr_to_memcpy): Likewise.
6001 (gimplify_init_ctor_preeval_1): Handle MEM_REF.
6002 (gimple_fold_indirect_ref): Adjust.
6003 (gimplify_expr): Handle MEM_REF. Gimplify INDIRECT_REF to MEM_REF.
6004 * tree.def (MEM_REF): New tree code.
6005 * tree-dfa.c: Include toplev.h.
6006 (get_ref_base_and_extent): Handle MEM_REF.
6007 (get_addr_base_and_unit_offset): New function.
6008 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
6009 * gimple-fold.c (may_propagate_address_into_dereference): Handle
6010 MEM_REF.
6011 (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
6012 accesses if the array has just one dimension. Remove always true
6013 parameter. Do not require type compatibility here.
6014 (maybe_fold_offset_to_component_ref): Remove.
6015 (maybe_fold_stmt_indirect): Remove.
6016 (maybe_fold_reference): Remove INDIRECT_REF handling.
6017 Fold back to non-MEM_REF.
6018 (maybe_fold_offset_to_address): Simplify. Deal with type
6019 mismatches here.
6020 (maybe_fold_reference): Likewise.
6021 (maybe_fold_stmt_addition): Likewise. Also handle
6022 &ARRAY + I in addition to &ARRAY[0] + I.
6023 (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
6024 (gimple_get_relevant_ref_binfo): Handle MEM_REF.
6025 * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
6026 * tree-ssa.c (useless_type_conversion_p): Make most pointer
6027 conversions useless.
6028 (warn_uninitialized_var): Handle MEM_REF.
6029 (maybe_rewrite_mem_ref_base): New function.
6030 (execute_update_addresses_taken): Implement re-writing of MEM_REFs
6031 to SSA form.
6032 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
6033 INDIRECT_REF handling.
6034 (copy_tree_body_r): Handle MEM_REF.
6035 * gimple.c (is_gimple_addressable): Adjust.
6036 (is_gimple_address): Likewise.
6037 (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
6038 invariant base are invariant.
6039 (is_gimple_min_lval): Adjust.
6040 (is_gimple_mem_ref_addr): New function.
6041 (get_base_address): Handle MEM_REF.
6042 (count_ptr_derefs): Likewise.
6043 (get_base_loadstore): Likewise.
6044 * gimple.h (is_gimple_mem_ref_addr): Declare.
6045 (gimple_call_fndecl): Handle invariant MEM_REF addresses.
6046 * tree-cfg.c (verify_address): New function, split out from ...
6047 (verify_expr): ... here. Use for verifying ADDR_EXPRs and
6048 the address operand of MEM_REFs. Verify MEM_REFs. Reject
6049 INDIRECT_REFs.
6050 (verify_types_in_gimple_min_lval): Handle MEM_REF. Disallow
6051 INDIRECT_REF. Allow conversions.
6052 (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
6053 a register does not change its size.
6054 (verify_types_in_gimple_reference): Verify MEM_REF.
6055 (verify_gimple_assign_single): Disallow INDIRECT_REF.
6056 Handle MEM_REF.
6057 * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
6058 New.
6059 (mark_address_taken): Handle MEM_REF.
6060 (get_indirect_ref_operands): Pass through opf_not_non_addressable.
6061 (get_asm_expr_operands): Pass opf_not_non_addressable.
6062 (get_expr_operands): Handle opf_[not_]non_addressable.
6063 Handle MEM_REF. Remove INDIRECT_REF handling.
6064 * tree-vrp.c (check_array_ref): Handle MEM_REF.
6065 (search_for_addr_array): Likewise.
6066 (check_array_bounds): Likewise.
6067 (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
6068 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
6069 (ref_always_accessed_p): Likewise.
6070 (gen_lsm_tmp_name): Likewise. Handle ADDR_EXPR.
6071 * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
6072 Handle MEM_REF.
6073 * cgraphbuild.c (mark_load): Properly check for NULL result
6074 from get_base_address.
6075 (mark_store): Likewise.
6076 * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
6077 * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
6078 handling for MEM_REF.
6079 * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
6080 &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
6081 * builtins.c (stabilize_va_list_loc): Use the function ABI
6082 valist type if we couldn't canonicalize the argument type.
6083 Always dereference with the canonical va-list type.
6084 (maybe_emit_free_warning): Handle MEM_REF.
6085 (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
6086 memmove to memcpy.
6087 * builtins.c (fold_builtin_memory_op): Use ref-all types
6088 for all memcpy foldings.
6089 * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
6090 (build_outer_var_ref): Likewise.
6091 (scan_omp_1_op): Likewise.
6092 (lower_rec_input_clauses): Likewise.
6093 (lower_lastprivate_clauses): Likewise.
6094 (lower_reduction_clauses): Likewise.
6095 (lower_copyprivate_clauses): Likewise.
6096 (expand_omp_atomic_pipeline): Likewise.
6097 (expand_omp_atomic_mutex): Likewise.
6098 (create_task_copyfn): Likewise.
6099 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
6100 Remove old union trick. Initialize constant offsets.
6101 (ao_ref_init_from_vn_reference): Likewise. Do not handle
6102 INDIRECT_REF. Init base_alias_set properly.
6103 (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
6104 (vn_reference_fold_indirect): Adjust for MEM_REFs.
6105 (valueize_refs): Fold MEM_REFs. Re-evaluate constant offset
6106 for ARRAY_REFs.
6107 (may_insert): Remove.
6108 (visit_reference_op_load): Do not test may_insert.
6109 (run_scc_vn): Remove parameter, do not fiddle with may_insert.
6110 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
6111 a field to store the constant offset this op applies.
6112 (run_scc_vn): Adjust prototype.
6113 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
6114 * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
6115 MEM_REF. Propagate &foo + CST as &MEM[&foo, CST]. Do not
6116 bother about volatile qualifiers on pointers.
6117 (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
6118 * tree-ssa-loop-ivopts.c
6119 * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
6120 (strip_offset_1): Likewise.
6121 (find_interesting_uses_address): Replace INDIRECT_REF handling with
6122 MEM_REF handling.
6123 (get_computation_cost_at): Likewise.
6124 * ipa-pure-const.c (check_op): Handle MEM_REF.
6125 * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
6126 * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
6127 and constants.
6128 * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
6129 * tree-parloops.c (take_address_of): Adjust for MEM_REF.
6130 (eliminate_local_variables_1): Likewise.
6131 (create_call_for_reduction_1): Likewise.
6132 (create_loads_for_reductions): Likewise.
6133 (create_loads_and_stores_for_name): Likewise.
6134 * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
6135 (ssa_accessed_in_tree): Handle MEM_REF.
6136 (ssa_accessed_in_assign_rhs): Likewise.
6137 (update_type_size): Likewise.
6138 (analyze_accesses_for_call_stmt): Likewise.
6139 (analyze_accesses_for_assign_stmt): Likewise.
6140 (transform_access_sites): Likewise.
6141 (transform_allocation_sites): Likewise.
6142 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
6143 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
6144 not handle INDIRECT_REF.
6145 * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
6146 (cond_store_replacement): Likewise.
6147 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
6148 MEM_REF, no not handle INDIRECT_REFs.
6149 (insert_into_preds_of_block): Properly initialize avail.
6150 (phi_translate_1): Fold MEM_REFs. Re-evaluate constant offset
6151 for ARRAY_REFs. Properly handle reference lookups that
6152 require a bit re-interpretation.
6153 (can_PRE_operation): Do not handle INDIRECT_REF. Handle MEM_REF.
6154 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
6155 (build_ref_for_offset_1): Remove.
6156 (build_ref_for_offset): Build MEM_REFs.
6157 (gate_intra_sra): Disable for now.
6158 (sra_ipa_modify_expr): Handle MEM_REF.
6159 (ipa_early_sra_gate): Disable for now.
6160 * tree-sra.c (create_access): Swap INDIRECT_REF handling for
6161 MEM_REF handling.
6162 (disqualify_base_of_expr): Likewise.
6163 (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
6164 MEM_REF handling.
6165 (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
6166 Use mem_ref_offset. Remove bogus folding.
6167 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
6168 (make_fancy_name_1): Add support for MEM_REF.
6169 * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
6170 * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
6171 * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
6172 (compute_complex_ancestor_jump_func): Likewise.
6173 (ipa_analyze_virtual_call_uses): Likewise.
6174 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
6175 INDIRECT_REF folding with more generalized MEM_REF folding.
6176 (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
6177 (forward_propagate_addr_into_variable_array_index): Also handle
6178 &ARRAY + I in addition to &ARRAY[0] + I.
6179 * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
6180 * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
6181 creates assignments with overlap.
6182 * tree-nested.c (get_static_chain): Adjust for MEM_REF.
6183 (get_frame_field): Likewise.
6184 (get_nonlocal_debug_decl): Likewise.
6185 (convert_nonlocal_reference_op): Likewise.
6186 (struct nesting_info): Add mem_refs pointer-set.
6187 (create_nesting_tree): Allocate it.
6188 (convert_local_reference_op): Insert to be folded mem-refs.
6189 (fold_mem_refs): New function.
6190 (finalize_nesting_tree_1): Perform defered folding of mem-refs
6191 (free_nesting_tree): Free the pointer-set.
6192 * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
6193 (vectorizable_load): Likewise.
6194 * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
6195 (propagate_with_phi): Likewise.
6196 * tree-object-size.c (addr_object_size): Handle MEM_REFs
6197 instead of INDIRECT_REFs.
6198 (compute_object_offset): Handle MEM_REF.
6199 (plus_stmt_object_size): Handle MEM_REF.
6200 (collect_object_sizes_for): Dispatch to plus_stmt_object_size
6201 for &MEM_REF.
6202 * tree-flow.h (get_addr_base_and_unit_offset): Declare.
6203 (symbol_marked_for_renaming): Likewise.
6204 * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
6205 (fold-const.o): Add $(TREE_FLOW_H).
6206 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
6207 (find_func_clobbers): Likewise.
6208 * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
6209 (decompose_access): Likewise.
6210 (replace_field_acc): Likewise.
6211 (replace_field_access_stmt): Likewise.
6212 (insert_new_var_in_stmt): Likewise.
6213 (get_stmt_accesses): Likewise.
6214 (reorg_structs_drive): Disable.
6215 * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
6216 (ix86_canonical_va_list_type): Likewise.
6217
6218 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
6219
6220 PR other/44566
6221 * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
6222 * target.def (struct gcc_target): Replace enum reg_class with
6223 reg_class_t in hook argument / return types.
6224 * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
6225 (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
6226 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
6227 * targhooks.h (default_branch_target_register_class): Likewise.
6228 (default_ira_cover_classes, default_secondary_reload): Likewise.
6229 (default_memory_move_cost, default_register_move_cost): Likewise.
6230 * targhooks.c (default_branch_target_register_class): Likewise.
6231 (default_ira_cover_classes, default_secondary_reload): Likewise.
6232 (default_memory_move_cost, default_register_move_cost): Likewise.
6233 * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
6234 * bt-load.c (branch_target_load_optimize): Likewise.
6235 * ira.c (setup_cover_and_important_classes): Likewise.
6236 * ira-costs.c (copy_cost): Likewise.
6237 * reload1.c (emit_input_reload_insns): Likewise.
6238 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
6239 * config/frv/frv.c (frv_secondary_reload): Likewise.
6240 * config/s390/s390.c (s390_secondary_reload): Likewise.
6241 * config/i386/i386.c (i386_ira_cover_classes): Likewise.
6242 (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
6243 (ix86_register_move_cost): Likewise.
6244 * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
6245 * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
6246 * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
6247 * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
6248 * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
6249 (rs6000_ira_cover_classes): Likewise.
6250 * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
6251 * config/picochip/picochip-protos.h (picochip_secondary_reload):
6252 Likewise.
6253 * config/pa/pa.c (pa_secondary_reload): Likewise.
6254 * config/mips/mips.c (mips_ira_cover_classes): Likewise.
6255 * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
6256 * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
6257 * doc/tm.texi: Regenerate.
6258
6259 2010-06-30 Sebastian Pop <sebastian.pop@amd.com>
6260
6261 PR bootstrrap/44726
6262 * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
6263 use.
6264 (build_alias_set_optimal_p): Likewise.
6265 (build_base_obj_set_for_drs): Likewise.
6266
6267 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
6268
6269 * target.def: Remove comment about licensing problems of function
6270 declarations.
6271
6272 * target.def (declare_constant_name): Change exp to expr. Use DEFHOOK.
6273 * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
6274 * doc/tm.texi: Regenerate.
6275
6276 * target.def (builtin_reciprocal): Change tm_fn to md_fn. Use DEFHOOK.
6277 * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
6278
6279 * target.def (enum_va_list_p): Use DEFHOOK.
6280 * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
6281 Rename ptype to ptree.
6282 * doc/tm.texi: Regenerate.
6283
6284 * target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
6285 * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
6286 * doc/tm.texi: Regenerate.
6287
6288 * target.def (memory_move_cost): Use DEFHOOK.
6289 * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
6290 Rename regclass AKA class to rclass.
6291 * doc/tm.texi: Regenerate.
6292
6293 * target.def (pragma_parse): Use DEFHOOK.
6294 * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
6295 s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
6296 * doc/tm.texi: Regenerate.
6297
6298 * target.def (pass_by_reference): Use DEFHOOK.
6299 * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
6300 * doc/tm.texi: Regenerate.
6301
6302 * target.def (resolve_overloaded_builtin): Rename params to arglist.
6303 Use DEFHOOK.
6304 * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
6305 * doc/tm.texi: Regenerate.
6306
6307 * target.def (return_pops_args): Use DEFHOOK.
6308 * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
6309 Rename stack-size to size.
6310 * doc/tm.texi: Regenerate.
6311
6312 * target.def (dfa_new_cycle): Use DEFHOOK. Rename dump_file to dump,
6313 last-sched_cycle to last_clock, cur_cycle to clock.
6314 * doc/tm.texi.in: Use @hook.
6315 * doc/tm.texi: Regenerate.
6316
6317 * target.def (print_operand, print_operand_address): Update comment.
6318 (print_operand_punct_valid_p): Likewise.
6319
6320 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
6321
6322 * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
6323 to rtl.h.
6324 (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
6325 * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
6326 * rtl-error.h: New.
6327 * regrename.c: Do not include toplev.h. Include rtl-error.h.
6328 * rtl-error.c: Likewise.
6329 * reload.c: Likewise.
6330 * recog.c: Likewise.
6331 * sel-sched.c: Likewise.
6332 * function.c: Likewise.
6333 * reg-stack.c: Likewise.
6334 * cfgrtl.c: Likewise.
6335 * reload1.c: Likewise.
6336 * final.c: Include rtl-error.
6337 * Makefile.in: Adjust dependencies.
6338
6339 2010-06-30 Jan Hubicka <jh@suse.cz>
6340
6341 PR middle-end/PR44706
6342 * ipa-split (split_function): Refine conditions when to use DECL_RESULT
6343 to return the value.
6344
6345 2010-06-30 Michael Matz <matz@suse.de>
6346
6347 PR bootstrap/44699
6348 * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
6349 * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
6350 a gimple reg, attach the original VDEF to the last store in the
6351 sequence.
6352
6353 2010-06-30 Iain Sandoe <iains@gcc.gnu.org>
6354
6355 PR other/44034
6356 * config/darwin.c (darwin_override_options): Use renamed
6357 targetm.asm_out.emit_unwind_label.
6358
6359 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
6360
6361 PR tree-optimization/39799
6362 * tree-inline.c (remap_ssa_name): Initialize variable only if
6363 SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
6364
6365 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
6366
6367 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
6368
6369 2010-06-30 Richard Guenther <rguenther@suse.de>
6370
6371 PR target/44722
6372 * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
6373 against oscillation with reverse peephole2.
6374
6375 2010-06-30 H.J. Lu <hongjiu.lu@intel.com>
6376
6377 PR target/44721
6378 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
6379 Fix last commit.
6380
6381 2010-06-30 Nick Clifton <nickc@redhat.com>
6382
6383 * config/rx/rx-modes.def: New file.
6384 * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
6385 (CC_REGNUM): Define.
6386 (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
6387 register.
6388 (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
6389 (SELECT_CC_MODE): Define.
6390 * config/rx/rx.md (CC_REG): Define. Update all patterns to use
6391 (reg:CC CC_REG) instead of (cc0).
6392 (attr "cc"): Delete.
6393 (cbranchsi4): Do not split compare and branch here. Instead move
6394 it to...
6395 (cbranchsi4_<code>): ... here. New patterns.
6396 (cmpsi): Call rx-compare_redundant to find out if it is necessary
6397 to emit the compare instruction.
6398 * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
6399 cc_status flags.
6400 (rx_get_stack_layout): Iterate up to before CC_REGNUM not
6401 FIRST_PSEUDO_REGNUM.
6402 (rx_expand_prologue, rx_expand_epilogue): Likewise.
6403 (rx_notice_update_cc): Delete.
6404 (rx_cc_modes_compatible): New function.
6405 (flags_needed_for_conditional): New function.
6406 (flags_from_mode): New function.
6407 (rx_compare_redundant): New function - scans backwards through
6408 insn list to find out if condition flags are already set correctly.
6409 (TARGET_CC_MODES_COMPATIBLE): Define.
6410 * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
6411
6412 * config/rx/rx.h (BRANCH_COST): Define.
6413 (REGISTER_MOVE_COST): Define.
6414 * config/rx/predicates (rx_source_operand): Allow all constant types.
6415 * config/rx/rx.md (addsi3): Add alternative for swapped operands.
6416 (tstsi4): New pattern.
6417 * config/rx/rx.c (rx_memory_move_cost): Define.
6418 (TARGET_MEMORY_MOVE_COST): Define.
6419
6420 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
6421
6422 * tree.h (block_may_fallthru): Declare here.
6423 * tree-flow.h (block_may_fallthru): Do not declare here.
6424 * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
6425 bitmap.h
6426 * Makefile.in (c-typeck.o): Update dependencies.
6427
6428 2010-06-30 Jakub Jelinek <jakub@redhat.com>
6429
6430 PR debug/44694
6431 * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
6432 * cselib.c (cfa_base_preserved_regno): New static variable.
6433 (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
6434 of REGNO (cfa_base_preserved_val->locs->loc).
6435 (cselib_preserve_cfa_base_value): Add regno argument, set
6436 cfa_base_preserved_regno to it.
6437 (cselib_invalidate_regno): Allow removal of registers other than
6438 cfa_base_preserved_regno from cfa_base_preserved_val.
6439 (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
6440 * var-tracking.c (adjust_mems): Replace sp or hfp even outside
6441 of MEM addresses, if not on LHS.
6442 (reverse_op): Don't add reverse ops for cfa_base_rtx.
6443 (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
6444
6445 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
6446
6447 * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
6448 static variables.
6449 (peep2_buf_position): New static function.
6450 (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
6451 peephole2_optimize): Use it.
6452 (peep2_attempt, peep2_update_life): New static functions, broken out
6453 of peephole2_optimize.
6454 (peep2_fill_buffer): New static function.
6455 (peephole2_optimize): Change the main loop to try to fill the buffer
6456 with the maximum number of insns before matching them against
6457 peepholes. Use a forward scan. Remove special case for targets with
6458 conditional execution.
6459 * genrecog.c (change_state): Delete dead code.
6460 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
6461 Rewrite so as not to expect the second insn to have had a peephole
6462 applied yet.
6463
6464 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
6465
6466 * genhooks.c (emit_findices): Cast field precision to int.
6467 (emit_documentation): Likewise.
6468
6469 2010-06-29 Jakub Jelinek <jakub@redhat.com>
6470
6471 PR tree-optimization/43801
6472 * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
6473 if old_decl was DECL_ONE_ONLY.
6474
6475 PR debug/44668
6476 * dwarf2out.c (add_accessibility_attribute): New function.
6477 (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
6478 instead of adding DW_AT_accessibility manually.
6479 (gen_enumeration_type_die, gen_struct_or_union_type_die,
6480 gen_typedef_die): Use it.
6481
6482 2010-06-29 Douglas B Rupp <rupp@gnat.com>
6483
6484 * vmsdbgout.c (full_name): Just output the file name if not native.
6485
6486 2010-06-29 Douglas B Rupp <rupp@gnat.com>
6487
6488 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
6489 (funcnam_table): New static table.
6490 (funcnum_table): New static table.
6491 (write_rtnbeg): Write value saved in funcnum_table.
6492 (write_rtnend): Write value saved in funcnum_table.
6493 (vmsdbgout_begin_function): Save current function info in
6494 (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
6495 (vmsdbgout_finish): Iterate over funcnum_table.
6496
6497 2010-06-29 Douglas B Rupp <rupp@gnat.com>
6498
6499 * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
6500 (vmsdbgout_type_decl): Declare
6501 (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
6502 (FUNC_EPILOGUE_LABEL): New macro
6503 (vmsdbgout_begin_epilogue): New function.
6504 (vmsdbgout_type_decl): New function.
6505
6506 2010-06-29 Douglas B Rupp <rupp@gnat.com>
6507
6508 * vmsdbg.h: Update copyright.
6509
6510 2010-06-29 Douglas B Rupp <rupp@gnat.com>
6511
6512 * vmsdbg.h (DST_K_TBG): New DST constant.
6513 * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
6514 (write_modbeg): Cast module_language to avoid warning.
6515 (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
6516
6517 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
6518
6519 PR other/44034
6520 * target.def, doc/tm.texi.in, genhooks.c: New files.
6521 * target.h: Instead of defining individual hook members,
6522 define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
6523 include target.def.
6524 * target-def.h: Instead of defining individual hook initializers,
6525 include target-hooks-def.h.
6526 * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
6527 targetm.live_on_entry -> targetm.extra_live_on_entry
6528 targetm.sched.md_finish ->targetm.sched.finish
6529 targetm.sched.md_init -> targetm.sched.init
6530 targetm.sched.md_init_global -> targetm.sched.init_global
6531 targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
6532 targetm.asm_out.except_table_label ->
6533 targetm.asm_out.emit_except_table_label
6534 targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
6535 targetm.target_help -> targetm.help
6536 targetm.vectorize.builtin_support_vector_misalignment ->
6537 targetm.vectorize.support_vector_misalignment
6538 targetm.file_start_app_off -> targetm.asm_file_start_app_off
6539 targetm.file_start_file_directive ->
6540 targetm.asm_file_start_file_directive
6541 * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
6542 * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
6543 * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
6544 TARGET_VECTOR_ALIGNMENT_REACHABLE ->
6545 TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
6546 TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
6547 TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
6548 TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
6549 * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
6550 * Makefile.in (TARGET_H): Depend on target.def.
6551 (TARGET_DEF_H): Depend on target-hooks-def.h.
6552 (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
6553 (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
6554 * doc/tm.texi: Regenerate.
6555
6556 * Makefile.in (s-tm-texi): Remove stray tab / rule.
6557
6558 * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
6559 (targetm.sched.init): Likewise.
6560
6561 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
6562
6563 PR bootstrap/44713
6564 * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
6565 (function_arg_advance_32): Const-ify TYPE parameter.
6566 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
6567 (ix86_function_arg_advance): Change type of NAMED to bool.
6568 (function_arg_32): Const-ify CUM and TYPE parameters.
6569 (function_arg_64): Likewise. Change type of NAMED to bool.
6570 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
6571 to bool.
6572 (ix86_function_arg): Change type of NAMED to bool.
6573 (ix86_setup_incoming_varargs): Call ix86_function_arg_advance. Pass
6574 last argument as a bool.
6575
6576 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
6577
6578 * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
6579 (OVERRIDE_OPTIONS): Add note of obsolescence.
6580 Replace references with references to TARGET_OPTION_OVERRIDE.
6581 (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
6582 the macro).
6583 * targhooks.c (default_target_option_override): New function.
6584 * targhooks.h (default_target_option_override): Declare.
6585 * target.h (struct gcc_target): Add override member to
6586 target_option member.
6587 * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
6588 targetm.target_option.override call.
6589 * target-def.h (TARGET_OPTION_OVERRIDE): Define.
6590 (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
6591
6592 2010-06-29 Jan Hubicka <jh@suse.cz>
6593
6594 * tree-inline.c: Replace incomming by incomin and clonning by cloning.
6595
6596 2010-06-29 Jan Hubicka <jh@suse.cz>
6597
6598 * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
6599 unreachable.
6600 (rebuild_frequencies): New function.
6601 * predict.h (rebuild_frequencies): Declare.
6602 * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
6603 entry block and edge reaching new_entry.
6604 (tree_function_versioning): When doing partial cloning, rebuild
6605 frequencies when done.
6606 * passes.c (execute_function_todo): Use rebild_frequencies.
6607
6608 2010-06-29 Richard Guenther <rguenther@suse.de>
6609
6610 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
6611 * tree-flow.h (enum noalias_state): Remove.
6612 (struct var_ann_d): Remove noalias_state member.
6613
6614 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
6615
6616 PR target/43902
6617 * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
6618 (maddhisi4): Renamed from mulhisi3addsi. Operands renumbered.
6619 (maddhidi4): Likewise.
6620
6621 Revert parts of the change for PR25130.
6622 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
6623 MEM_ALIAS_SET.
6624
6625 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
6626
6627 * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
6628 targetm.calls.function_incoming_arg, and
6629 targetm.calls.function_arg_advance instead of FUNCTION_ARG,
6630 FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
6631 * target.h (struct gcc_target): Add function_arg_advance,
6632 function_arg, and function_incoming_arg fields.
6633 * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
6634 (TARGET_FUNCTION_INCOMING_ARG): Define.
6635 (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
6636 and TARGET_FUNCTION_INCOMING_ARG.
6637 * targhooks.h (default_function_arg_advance): Declare.
6638 (default_function_arg, default_function_incoming_arg): Declare.
6639 * targhooks.c (default_function_arg_advance): New function.
6640 (default_function_arg, default_function_incoming_arg): New function.
6641 * config/i386/i386.c (function_arg_advance): Rename to...
6642 (ix86_function_arg_advance): ...this. Make static.
6643 (function_arg): Rename to...
6644 (ix86_function_arg): ...this. Make static.
6645 (TARGET_FUNCTION_ARG_ADVANCE): Define.
6646 (TARGET_FUNCTION_ARG): Define.
6647 * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
6648 (FUNCTION_ARG): Delete.
6649 * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
6650 (function_arg): Delete prototype.
6651
6652 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
6653
6654 * reginfo.c (init_reg_sets_1): Adjust comments.
6655 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
6656 * calls.c (prepare_call_address): Likewise.
6657 (emit_call_1): Use targetm.calls.return_pops_args.
6658 (expand_call): Likewise.
6659 * function.c (assign_parms): Likewise.
6660 * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
6661 * target.h (struct gcc_target) [struct calls]: Add
6662 return_pops_args field.
6663 * targhooks.h (default_return_pops_args): Declare.
6664 * targhooks.c (default_return_pops_args): Define.
6665 * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
6666 (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
6667 * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
6668 (TARGET_RETURN_POPS_ARGS): ...this. Use deftypefn. Adjust
6669 documentation.
6670 * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
6671 * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
6672 * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
6673 * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
6674 * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
6675 * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
6676 * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
6677 * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
6678 * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
6679 * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
6680 * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
6681 * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
6682 * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
6683 * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
6684 * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
6685 * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
6686 * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
6687 * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
6688 * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
6689 * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
6690 * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
6691 * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
6692 * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
6693 * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
6694 * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
6695 * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
6696 * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
6697 * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
6698 * config/score/score.h (RETURN_POPS_ARGS): Likewise.
6699 * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
6700 * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
6701 * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
6702 * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
6703 * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
6704 * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
6705 * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
6706 * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
6707 * config/i386/i386.c (ix86_return_pops_args): Make static.
6708 Constify arguments.
6709 (TARGET_RETURN_POPS_ARGS): Define.
6710 * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
6711 * config/m68k/m68k.c (m68k_return_pops_args): ...here. New function.
6712 (TARGET_RETURN_POPS_ARGS): Define.
6713 * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
6714 * config/vax/vax.c (vax_return_pops_args): ...here. New function.
6715 (TARGET_RETURN_POPS_ARGS): Define.
6716
6717 2010-06-29 Richard Guenther <rguenther@suse.de>
6718
6719 PR middle-end/44667
6720 * tree-inline.c (initialize_inlined_parameters): Make sure
6721 to remap the inlined parameter variable substitutions types.
6722
6723 2010-06-29 Eric Botcazou <ebotcazou@adacore.com>
6724
6725 PR rtl-optimization/44659
6726 * combine.c (make_compound_operation) <SUBREG>: Do not return the
6727 result of force_to_mode if it partially re-expanded the compound.
6728
6729 2010-06-28 Jan Hubicka <jh@suse.cz>
6730
6731 PR middle-end/44671
6732 * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
6733 RESULT_DECL.
6734
6735 2010-06-28 Anatoly Sokolov <aesok@post.ru>
6736
6737 * double-int.h (force_fit_type_double): Remove declaration.
6738 * double-int.c (force_fit_type_double): Move to tree.c.
6739 * tree.h (force_fit_type_double): Declare.
6740 * tree.h (force_fit_type_double): Moved from double-int.c. Use
6741 double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
6742 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
6743 * convert.c (convert_to_pointer): Adjust call to
6744 force_fit_type_double.
6745 * tree-vrp.c (extract_range_from_assert,
6746 extract_range_from_unary_expr): Adjust call to force_fit_type_double.
6747 * fold-const.c: Update comment.
6748 (int_const_binop, fold_convert_const_int_from_int,
6749 fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
6750 extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
6751 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
6752 round_up_loc): Adjust call to force_fit_type_double.
6753
6754 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6755
6756 * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
6757
6758 2010-06-28 Martin Jambor <mjambor@suse.cz>
6759
6760 * tree-sra.c (convert_callers): New parameter, change fndecls of
6761 recursive calls.
6762 (modify_function): Pass the old decl to convert_callers.
6763
6764 2010-06-28 Martin Jambor <mjambor@suse.cz>
6765
6766 * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
6767 ipa_check_create_node_params and ipa_initialize_node_params with
6768 checking asserts they are not necessary.
6769
6770 2010-06-28 Jan Hubicka <jh@suse.cz>
6771
6772 PR tree-optimization/44687
6773 * ipa-split.c (split_function): Use DECL_RESULT to store return value.
6774
6775 2010-06-28 Martin Jambor <mjambor@suse.cz>
6776
6777 PR c++/44535
6778 * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
6779 (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
6780 instead of BINFO_BASE_BINFO.
6781
6782 2010-06-28 Michael Matz <matz@suse.de>
6783
6784 PR middle-end/44592
6785 * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
6786 proper VDEF chain for intermediate stores in the sequence.
6787
6788 2010-06-28 Jan Hubicka <jh@suse.cz>
6789
6790 PR tree-optimization/44357
6791 * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
6792 uninlinable functions.
6793
6794 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
6795
6796 * config.gcc (powerpc*-*-*): Handle titan.
6797 * config/rs6000/rs6000.c (titan_cost): New costs.
6798 (rs6000_override_options): Add "titan" to processor_target_table.
6799 Add Titan to branch alignment logic.
6800 Correctly set rs6000_cost for titan.
6801 * config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
6802 * config/rs6000/titan.md: New file.
6803 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
6804
6805 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
6806
6807 * tree-browser.c (TB_history_stack): Convert to a VEC.
6808 (TB_SET_HEAD): Adjust for new type of TB_history_stack.
6809 (TB_history_prev): Likewise.
6810
6811 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
6812
6813 * vec.h (vec_heap_free): Add parentheses around free.
6814
6815 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
6816
6817 * system.h: Poison GCC_EXCEPT_H for front-end files.
6818
6819 * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
6820 langhook.
6821 * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
6822 Define to NULL by default.
6823 * except.h: Define GCC_EXCEPT_H.
6824 (doing_eh): Remove prototype.
6825 (init_eh, init_eh_for_function): Move prototypes to toplev.h.
6826 (lang_protect_cleanup_actions): Remove.
6827 * except.c (lang_protect_cleanup_actions): Remove.
6828 (doing_eh): Remove.
6829 (gen_eh_region): Don't check doing_eh here.
6830 * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
6831 * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
6832 instead of lang_protect_cleanup_actions.
6833 * omp-low.c (maybe_catch_exception): Likewise.
6834 * Makefile.in: Update dependencies.
6835
6836 2010-06-28 Bingfeng Mei <bmei@broadcom.com>
6837
6838 * cgraph.h (struct varpool_node): new used_from_object_file flag.
6839 (struct cgraph_local_info): new used_from_object_file flag.
6840 * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
6841 (cgraph_clone_node): initialize used_from_object_file.
6842 (cgraph_create_virtual_clone): initialize used_from_object_file.
6843 * lto-symbtab.c (lto_symtab_merge_decls_1): Set
6844 used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
6845 when compiling with -fwhole-program.
6846 (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
6847 internal resolver.
6848 * ipa.c (function_and_variable_visibility): Set externally_visible
6849 flag of varpool_node if used_from_object_file flag is set.
6850 (cgraph_externally_visible_p): check used_from_object_file flag.
6851 * doc/invoke.texi (-fwhole-program option): Change description of
6852 externally_visible attribute accordingly.
6853 * doc/extend.texi (externally_visible): Ditto.
6854
6855 2010-06-27 Jan Hubicka <jh@suse.cz>
6856
6857 * params.def (max-inline-insns-auto): Default to 40.
6858 * doc/invoke.texi (max-inline-insns-auto): Document the change.
6859
6860 2010-06-27 Jan Hubicka <jh@suse.cz>
6861
6862 PR middle-end/44671
6863 PR middle-end/44686
6864 * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
6865 signature change.
6866 * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
6867 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
6868
6869 2010-06-27 Anatoly Sokolov <aesok@post.ru>
6870
6871 * target.h (struct gcc_target): Add register_move_cost field.
6872 * target-def.h (TARGET_REGISTER_MOVE_COST): New.
6873 (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
6874 * targhooks.c (default_register_move_cost): New function.
6875 * targhooks.h (default_register_move_cost): Declare function.
6876 * defaults.h (REGISTER_MOVE_COST): Delete.
6877 * ira-int.h (ira_register_move_cost): Update comment.
6878 * ira.c (ira_register_move_cost): Update comment.
6879 * reload.h (register_move_cost): Declare.
6880 * reginfo.c (register_move_cost): New function.
6881 (move_cost): Update comment.
6882 (init_move_cost, memory_move_secondary_cost): Replace
6883 REGISTER_MOVE_COST with register_move_cost.
6884 * postreload.c (reload_cse_simplify_set): (Ditto.).
6885 * reload.c (find_valid_class, find_reloads): (Ditto.).
6886 * reload1.c (choose_reload_regs): (Ditto.).
6887 * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
6888 (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
6889 * doc/md.texi (can_create_pseudo_p): Update documentation.
6890
6891 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
6892 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
6893 * config/i386/i386.h (ix86_memory_move_cost): Make static.
6894 (TARGET_MEMORY_MOVE_COST): Define.
6895
6896 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
6897 * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
6898 * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
6899 (TARGET_MEMORY_MOVE_COST): Define.
6900
6901 2010-06-27 Richard Guenther <rguenther@suse.de>
6902
6903 PR tree-optimization/44683
6904 * tree-ssa-dom.c (record_edge_info): Record equivalences for the
6905 false edge from the inverted condition.
6906
6907 2010-06-27 Richard Guenther <rguenther@suse.de>
6908
6909 PR middle-end/44684
6910 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
6911 (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
6912 for register LHS. Or non-store assignments.
6913
6914 2010-06-26 Eric Botcazou <ebotcazou@adacore.com>
6915
6916 * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
6917 (sparc_emit_set_const64): Likewise. Remove disabled code.
6918 * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
6919 (sparc_emit_set_const64): Likewise.
6920
6921 2010-06-26 Catherine Moore <clm@codesourcery.com>
6922
6923 * config/mips/mips.md (alu_type): New attribute.
6924 (type): Infer type from alu_type.
6925 (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
6926 *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
6927 *subsi3_extended, negsi2, negdi2, *low<mode>,
6928 *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
6929 xor<mode>3, *nor<mode>3,
6930 *zero_extend<GPR:mode>_trunc<SHORT:mode>,
6931 *zero_extendhi_truncqi): Set alu_type instead of type.
6932
6933 2010-06-26 Douglas B Rupp <rupp@gnat.com>
6934
6935 * config/alpha/alpha.c (alpha_need_linkage): Adjust
6936 splay_tree_new_ggc call.
6937 (alpha_use_linkage): Likewise.
6938
6939 2010-06-26 Joseph Myers <joseph@codesourcery.com>
6940
6941 * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
6942 * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
6943 * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
6944 (static_specs): Remove switches_need_spaces.
6945 (process_command, do_self_spec): Hardcode handling "-o" instead of
6946 checking switches_need_spaces.
6947 * system.h (SWITCHES_NEED_SPACES): Poison.
6948
6949 2010-06-26 Richard Guenther <rguenther@suse.de>
6950
6951 PR tree-optimization/44393
6952 * tree-loop-distribution.c (generate_loops_for_partition): Fix
6953 stmt removal and VOP renaming.
6954 (generate_memset_zero): Remove redundant stmt updating.
6955 * tree-flow.h (mark_virtual_ops_in_bb): Remove.
6956 * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
6957
6958 2010-06-26 Jan Hubicka <jh@suse.cz>
6959
6960 * ipa-split.c (consider_split): PHI in entry block is OK as long as all
6961 edges comming from header are equivalent.
6962 (visit_bb): Handle PHIs correctly.
6963 * tree-inline.c (copy_phis_for_bb): Be able to copy
6964 PHI from entry edge.
6965 (copy_cfg_body): Produce edge from entry BB before copying PHIs.
6966
6967 2010-06-26 Richard Guenther <rguenther@suse.de>
6968
6969 PR middle-end/44674
6970 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
6971 decls. Handle LABEL_DECLs like FUNCTION_DECLs.
6972
6973 2010-06-26 Joseph Myers <joseph@codesourcery.com>
6974
6975 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
6976 add_infile, alloc_switch): New.
6977 (process_command): Remove variable lang_n_infiles. Process
6978 options in a single pass. Use new functions for allocating
6979 infiles and switches arrays. Properly skip operands of
6980 -Xpreprocessor and -Xassembler.
6981
6982 2010-06-26 Jan Hubicka <jh@suse.cz>
6983
6984 PR middle-end/44671
6985 * cgraphunit.c (cgraph_function_versioning): Remove wrong
6986 cgraph_make_decl_local call; fix typo copying RTL data.
6987
6988 2010-06-25 DJ Delorie <dj@redhat.com>
6989
6990 * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
6991 (m32c_output_aligned_common): Likewise.
6992 * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
6993 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
6994 * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
6995 (m32c_register_pragmas): Register it.
6996 * config/m32c/m32c.c (m32c_get_pragma_address): New.
6997 (m32c_insert_attributes): Set #pragma address decls volatile.
6998 (pragma_entry_eq): New.
6999 (pragma_entry_hash): New.
7000 (m32c_note_pragma_address): New.
7001 (m32c_get_pragma_address): New.
7002 (m32c_output_aligned_common): New.
7003 * doc/extend.texi: Document the new pragma.
7004
7005 * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
7006 also.
7007 * config/m32c/predicates.md (m32c_any_operand): Check the code
7008 instead of memory_operand so as to allow matching volatile MEMs.
7009 (m32c_nonimmediate_operand): Likewise.
7010 (mra_operand): Allow volatiles.
7011
7012 2010-06-25 Alexandre Oliva <aoliva@redhat.com>
7013
7014 PR debug/44610
7015 * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
7016 address if the offset is unknown.
7017
7018 2010-06-25 Douglas B Rupp <rupp@gnat.com>
7019
7020 * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
7021 * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
7022 * config/ia64/ia64-protos.h (ia64_start_function): Declare.
7023 * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
7024 to ia64_start_function. Invoke it.
7025 * config/ia64/ia64.c (ia64_start_function): Call new function
7026 dwarf2out_vms_debug_main_pointer.
7027
7028 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
7029
7030 * tree-if-conv.c (insert_gimplified_predicates): Do not insert
7031 statements computing the true predicate.
7032
7033 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
7034
7035 * tree-if-conv.c (init_bb_predicate): Initialize the predicate
7036 to boolean_true_node.
7037 (reset_bb_predicate): New.
7038 (predicate_bbs): Call reset_bb_predicate.
7039
7040 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
7041
7042 * tree-if-conv.c (combine_blocks): Remove FIXME comment.
7043 (tree_if_conversion): Returns true when something has been changed.
7044 (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
7045 changed something.
7046
7047 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
7048
7049 * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
7050 * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
7051 * tree-if-conv.c: Include dbgcnt.h.
7052 (tree_if_conversion): Use if_conversion_tree to count the number of
7053 if-convertible loops.
7054
7055 2010-06-25 Changpeng Fang <changpeng.fang@amd.com>
7056
7057 * common.opt (fprefetch-loop-arrays): Re-define
7058 -fprefetch-loop-arrays as a tri-state option with the initial
7059 value of -1.
7060 * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
7061 pass only when flag_prefetch_loop_arrays > 0.
7062 * toplev.c (process_options): Note that, with tri-states,
7063 flag_prefetch_loop_arrays>0 means prefetching is enabled.
7064 * config/i386/i386.c (override_options): Enable prefetching at -O3
7065 for a set of CPUs that sw prefetching is helpful.
7066 (software_prefetching_beneficial_p): New. Return TRUE if software
7067 prefetching is beneficial for the given CPU.
7068
7069 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
7070
7071 PR rtl-optimization/44326
7072 * implicit-zee.c (find_removable_zero_extends): Replace
7073 INSN_P with NONDEBUG_INSN_P.
7074
7075 2010-06-25 Martin Jambor <mjambor@suse.cz>
7076
7077 * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
7078 (struct ipa_node_params): Removed the modification_analysis_done flag.
7079 (ipa_is_param_modified): Removed.
7080 (ipa_analyze_node): Declare.
7081 (ipa_compute_jump_functions): Remove declaration.
7082 (ipa_count_arguments): Likewise.
7083 (ipa_detect_param_modifications): Likewise.
7084 (ipa_analyze_params_uses): Likewise.
7085 * ipa-prop.c (struct param_analysis_info): New type.
7086 (visit_store_addr_for_mod_analysis): Removed.
7087 (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
7088 moved down in the file.
7089 (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
7090 (ipa_count_arguments): Made static.
7091 (mark_modified): New function.
7092 (is_parm_modified_before_call): New function.
7093 (compute_pass_through_member_ptrs): New parameter parms_info, call
7094 is_parm_modified_before_call instead of ipa_is_param_modified.
7095 (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
7096 it to compute_pass_through_member_ptrs.
7097 (ipa_compute_jump_functions): New parameter parms_info, pass it to
7098 ipa_compute_jump_functions_for_edge. Call ipa_initialize_node_params
7099 on the callee if it is analyzed. Made static.
7100 (ipa_analyze_indirect_call_uses): New parameter parms_info, call
7101 is_parm_modified_before_call instead of ipa_is_param_modified.
7102 (ipa_analyze_call_uses): New parameter parms_info, pass it to
7103 ipa_analyze_indirect_call_uses.
7104 (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
7105 ipa_analyze_call_uses.
7106 (ipa_analyze_params_uses): New parameter parms_info, pass it to
7107 ipa_analyze_stmt_uses. Also perform the used analysis. Made static.
7108 (ipa_analyze_node): New function.
7109 (ipa_print_node_params): Do not dump the modified flag.
7110 (ipa_write_node_info): Assert uses_analysis_done rather than streaming
7111 it. Do not stream the modified parameter flag.
7112 (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
7113 it. Do not stream the modified parameter flag.
7114 * ipa-cp.c (ipcp_analyze_node): Removed.
7115 (ipcp_init_stage): Iterate only once over the nodes, analyze each one
7116 with only a call to ipa_analyze_node.
7117 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
7118 node with only a call to ipa_analyze_node.
7119
7120 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
7121
7122 * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
7123
7124 2010-06-25 Jan Hubicka <jh@suse.cz>
7125
7126 * tree-pass.h (pass_split_functions): Declare.
7127 * opts.c (decode_options): Enable function splitting at -O2
7128 * timevar.def (TV_IPA_FNSPLIT): New macro.
7129 * ipa-split.c: New file.
7130 * common.opt (-fpartial-inlining): New flag.
7131 * Makefile.in (ipa-split.o): New object file.
7132 * passes.c (init_optimization_passes): Add ipa-split.
7133 * params.def (partial-inlining-entry-probability): New parameters.
7134 * doc/invoke.texi (-fpartial-inlining): New.
7135
7136 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
7137
7138 PR 44665
7139 * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
7140 * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
7141 (gimplify_expr): Likewise.
7142
7143 2010-06-25 Martin Jambor <mjambor@suse.cz>
7144
7145 * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
7146 statements instead of bailing out on them.
7147 (ipa_analyze_indirect_call_uses): Do not require that loads from the
7148 parameter are in the same BB as the condition. Update comments.
7149
7150 2010-06-25 Jakub Jelinek <jakub@redhat.com>
7151
7152 PR middle-end/43866
7153 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
7154 true or always false, return NULL_TREE.
7155 (tree_unswitch_single_loop): Optimize conditions even when reaching
7156 max-unswitch-level parameter. If num > 0, optimize first all conditions
7157 using entry checks, then do still reachable block discovery and consider
7158 only conditions in still reachable basic blocks in the loop.
7159
7160 PR tree-optimization/44539
7161 * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
7162 the call doesn't have LHS, but has VDEF.
7163
7164 2010-06-25 Joseph Myers <joseph@codesourcery.com>
7165
7166 * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
7167 * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
7168 * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
7169 (process_command): Remove code conditional on MODIFY_TARGET_NAME.
7170 * system.h (MODIFY_TARGET_NAME): Poison.
7171
7172 2010-06-25 Alan Modra <amodra@gmail.com>
7173
7174 * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
7175 * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
7176 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
7177 CMODEL_LARGE as default.
7178 * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
7179 (offsettable_ok_by_alignment): Delete.
7180 (rs6000_emit_move): Remove mcmodel=medium optimization.
7181
7182 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
7183
7184 With large parts from Jim Wilson:
7185 PR target/43902
7186 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
7187 WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
7188 * optabs.c (optab_for_tree_code): Likewise.
7189 (expand_widen_pattern_expr): Likewise.
7190 * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
7191 out of execute_optimize_widening_mul.
7192 (convert_plusminus_to_widen): New function.
7193 (execute_optimize_widening_mul): Use the two new functions.
7194 * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
7195 Remove code to generate widening multiply-accumulate. Add support
7196 for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
7197 * gimple-pretty-print.c (dump_ternary_rhs): New function.
7198 (dump_gimple_assign): Call it when appropriate.
7199 * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
7200 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
7201 (expand_gimple_stmt_1): Likewise.
7202 (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
7203 WIDEN_MULT_MINUS_EXPR.
7204 * tree-ssa-operands.c (get_expr_operands): Likewise.
7205 * tree-inline.c (estimate_operator_cost): Likewise.
7206 * gimple.c (extract_ops_from_tree_1): Renamed from
7207 extract_ops_from_tree. Add new arg for a third operand; fill it.
7208 (gimple_build_assign_stat): Support operations with three operands.
7209 (gimple_build_assign_with_ops_stat): Likewise.
7210 (gimple_assign_set_rhs_from_tree): Likewise.
7211 (gimple_assign_set_rhs_with_ops_1): Renamed from
7212 gimple_assign_set_rhs_with_ops. Add new arg for a third operand.
7213 (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
7214 (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
7215 WIDEN_MULT_MINUS_EXPR.
7216 * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
7217 (extract_ops_from_tree_1): Adjust declaration.
7218 (gimple_assign_set_rhs_with_ops_1): Likewise.
7219 (gimple_build_assign_with_ops): Pass NULL for last operand.
7220 (gimple_build_assign_with_ops3): New macro.
7221 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
7222 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
7223 functions.
7224 * tree-cfg.c (verify_gimple_assign_ternary): New static function.
7225 (verify_gimple_assign): Call it.
7226 * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
7227 (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
7228 functions for dealing with three-operand statements.
7229 * tree.c (commutative_ternary_tree_code): New function.
7230 * tree.h (commutative_ternary_tree_code): Declare it.
7231 * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
7232 ternary statements.
7233 (gimple_assign_nonzero_warnv_p): Likewise.
7234 * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
7235 * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
7236 (ccp_fold): Use it. Handle GIMPLE_TERNARY_RHS.
7237 * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
7238 (struct hashtable_expr): New member ternary in the union.
7239 (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
7240 (hashable_expr_equal_p): Fix indentation. Handle EXPR_TERNARY.
7241 (iterative_hash_hashable_expr): Likewise.
7242 (print_expr_hash_elt): Handle EXPR_TERNARY.
7243 * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
7244 * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
7245 statements. Handle GIMPLE_TERNARY_RHS.
7246
7247 2010-06-25 Jan Hubicka <jh@suse.cz>
7248
7249 * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
7250
7251 2010-06-25 Shujing Zhao <pearly.zhao@oracle.com>
7252
7253 PR c/44517
7254 * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
7255 parameters are not good.
7256 (c_parser_parameter_declaration): Error unknown type name if the type
7257 name can't start declaration specifiers.
7258
7259 2010-06-25 Joseph Myers <joseph@codesourcery.com>
7260
7261 * gcc.c (translate_options): Don't mention +e in comment.
7262 (process_command): Don't handle +e specially.
7263
7264 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
7265
7266 * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
7267
7268 * ira-build.c (merge_hard_reg_conflicts): New function.
7269 (create_cap_allocno, copy_info_to_removed_store_destinations,
7270 propagate_some_info_from_allocno, propagate_allocno_info): Use it.
7271 (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
7272 (remove_unnecessary_allocnos, remove_low_level_allocnos)
7273 copy_nifo_to_removed_store_destination): Use them.
7274 * ira-lives.c (make_hard_regno_born): New function, split out of
7275 make_regno_born.
7276 (make_allocno_born): Likewise.
7277 (make_hard_regno_dead): New function, split out of make_regno_dead.
7278 (make_allocno_dead): Likewise.
7279 (inc_register_pressure): New function, split out of set_allocno_live.
7280 (dec_register_pressure): New function, split out of clear_allocno_live.
7281 (mark_pseudo_regno_live): New function, split out of mark_reg_live.
7282 (mark_hard_reg_live): Likewise. Use inc_register_pressure.
7283 (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
7284 (mark_hard_reg_dead): Likewise. Use dec_register_pressure.
7285 (make_pseudo_conflict): Use mark_pseudo_regno_dead and
7286 mark_pseudo_regno_live.
7287 (process_bb_node_lives): Use mark_pseudo_regno_live,
7288 make_hard_regno_born and make_allocno_dead.
7289 (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
7290 set_allocno_live, clear_allocno_live): Delete functions.
7291
7292 * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
7293 * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
7294 functions.
7295 (ira_flattening): Use ira_parent_allocno.
7296 * ira-conflicts.c (process_regs_for_copy, propagate_copies)
7297 build_allocno_conflicts): Use ira_parent_or_cap_allocno.
7298
7299 * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
7300 statement.
7301
7302 * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
7303 TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
7304 minmax_set_iter_cond, minmax_set_iter_next,
7305 FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
7306 CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
7307 ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
7308 ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET. All
7309 uses changed.
7310
7311 * ira-int.h (struct live_range, live_range_t): Renamed from struct
7312 ira_allocno_live_range and allocno_live_range_t; all uses changed.
7313 * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
7314 All uses changed.
7315
7316 2010-06-24 Richard Earnshaw <rearnsha@arm.com>
7317
7318 * thumb2.md (thumb2_tlobits_cbranch): Delete.
7319 (peephole2 to convert zero_extract/compare of single bit to
7320 lshift/compare): New.
7321
7322 2010-06-24 Anatoly Sokolov <aesok@post.ru>
7323
7324 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
7325 recursive call and call to 'int_const_binop'.
7326 (build_range_check, fold_cond_expr_with_comparison, unextend,
7327 fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
7328 multiple_of_p): Adjust call to const_binop.
7329
7330 2010-06-24 Uros Bizjak <ubizjak@gmail.com>
7331
7332 * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
7333 determine size of XFmode operand.
7334 (XFmode extended DFmode push splitter): Ditto.
7335 (XFmode extended SFmode push splitter): Ditto.
7336
7337 2010-06-24 H.J. Lu <hongjiu.lu@intel.com>
7338
7339 PR target/44588
7340 * config/i386/i386.md (extract_code): New.
7341 (<u>divmodqi4): Likewise.
7342 (divmodhiqi3): Likewise.
7343 (udivmodhiqi3): Likewise.
7344 (<u>divqi3): Remvoved.
7345
7346 2010-06-24 Jakub Jelinek <jakub@redhat.com>
7347
7348 PR middle-end/44492
7349 * recog.h (struct recog_data): Add is_asm field.
7350 * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
7351 present in constraints of inline-asm operand and memory operand
7352 contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
7353 (extract_insn): Initialize recog_data.is_asm.
7354 * doc/md.texi (Constraints): Document operand side-effect rules.
7355
7356 2010-06-24 Andi Kleen <ak@linux.intel.com>
7357
7358 * c-parser.c (c_parser_conditional_expression): Call
7359 warn_for_omitted_condop.
7360 * doc/invoke.texi: Document omitted condop warning.
7361
7362 2010-06-24 Nick Clifton<nickc@redhat.com>
7363
7364 * loop-unswitch.c (compare_and_jump_seq): Assert that the last
7365 insn in the sequence is a jump insn before setting its label.
7366
7367 2010-06-24 Alan Modra <amodra@gmail.com>
7368
7369 * collect2.c (main): Match exactly --version and --help.
7370
7371 2010-06-24 DJ Delorie <dj@redhat.com>
7372
7373 * config/m32c/m32c-pragma.c: Don't include rtl.h.
7374
7375 2010-06-23 Uros Bizjak <ubizjak@gmail.com>
7376
7377 * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
7378 using X87MODEF mode iterator.
7379 (pushsf splitter): Macroize splitter using P mode iterator.
7380 (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
7381 mode iterator.
7382
7383 (*movxf_internal): Rename from *movxf_integer.
7384 (*movxf_internal_nointeger): Rename from *movxf_nointeger.
7385 (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
7386 (*movdf_internal): Rename from *movdf_integer.
7387 (*movdf_internal_nointeger): Rename from *movdf_nointeger.
7388 (*movsf_internal): Rename from *movdf_1.
7389
7390 2010-06-23 Basile Starynkevitch <basile@starynkevitch.net>
7391
7392 * coretypes.h (gimple_seq_node_d, gimple_seq_node)
7393 (const_gimple_seq_node): Removed typedefs.
7394
7395 * gimple.h (gimple_seq_node_d, gimple_seq_node)
7396 (const_gimple_seq_node): Added typedefs moved from coretypes.h.
7397
7398 2010-06-23 H.J. Lu <hongjiu.lu@intel.com>
7399
7400 * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
7401 CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
7402 CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
7403 and CODE_FOR_vec_extract_lo_v4df.
7404
7405 * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
7406 Changed to define_insn_and_split.
7407 (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
7408 (vec_extract_lo_v16hi): Likewise.
7409 (vec_extract_lo_v32qi): Likewise.
7410 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
7411 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
7412
7413 2010-06-23 Joern Rennecke <joern.rennecke@embecosm.com>
7414
7415 PR target/44640
7416 * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
7417 * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
7418 (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
7419 (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
7420 (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
7421
7422 PR target/44640
7423 * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
7424
7425 PR other/44644
7426 * df-core.c (struct df): Rename to df_d.
7427 * df.h (struct df): Likewise.
7428 * dse.h (struct df): Remove forward declaration.
7429 * recog.h (struct insn_data): Rename to:
7430 (struct_insn_data_d). Adjusted all users.
7431
7432 2010-06-23 Arnaud Charlet <charlet@adacore.com
7433
7434 PR ada/22220
7435 * doc/install.texi: Update requirements to build GNAT.
7436
7437 2010-06-22 Andreas Schwab <schwab@linux-m68k.org>
7438
7439 * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
7440 enum type.
7441 (m68k_sched_attr_opx_type): Remove unreachable return.
7442 (m68k_sched_attr_opy_type): Likewise.
7443 (m68k_sched_attr_size): Likewise.
7444 (sched_get_opxy_mem_type): Likewise.
7445 (m68k_sched_attr_op_mem): Likewise.
7446
7447 2010-06-22 Eric Botcazou <ebotcazou@adacore.com>
7448
7449 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
7450 new statement and adjust VDEF only if necessary. Remove superfluous
7451 call to maybe_clean_or_replace_eh_stmt.
7452 * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
7453 copy the flags.
7454 * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
7455 * tree-inline.c (copy_bb): ...and not there.
7456
7457 2010-06-22 Cary Coutant <ccoutant@google.com>
7458
7459 * dwarf2out.c (is_nested_in_subprogram): New function.
7460 (should_move_die_to_comdat): Use it.
7461 (copy_ancestor_tree): Don't mark DIEs here.
7462 (copy_decls_walk): Start walk from root of newly-added tree;
7463 mark DIEs here instead.
7464
7465 2010-06-22 H.J. Lu <hongjiu.lu@intel.com>
7466
7467 * config/i386/i386.md (unit): Also check sseishft1.
7468
7469 2010-06-22 Jan Hubicka <jh@suse.cz>
7470
7471 * gimple.h (gimple_expr_code): Do checking on when gimple checking is
7472 enabled.
7473
7474 2010-06-22 Jan Hubicka <jh@suse.cz>
7475
7476 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
7477 df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
7478 Return true if something changed.
7479 * df.h (df_confluence_function_n): Return bool.
7480 * df-core.c (df_worklist_propagate_forward,
7481 df_worklist_propagate_backward): Track changes and ages.
7482 (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
7483 track ages.
7484 * dse.c (dse_confluence_n): Return always true.
7485
7486 2010-06-22 Jan Hubicka <jh@suse.cz>
7487
7488 * bitmap.c (bitmap_clear_bit): Micro optimize.
7489
7490 2010-06-22 Uros Bizjak <ubizjak@gmail.com>
7491
7492 * config/i386/i386.md (SWI1248x): New mode iterator.
7493 (SWI48x): Ditto.
7494 (SWI12): Ditto.
7495 (SWI24): Ditto.
7496
7497 (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
7498 SWI1248x mode iterator.
7499 (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
7500 using SWI124 mode iterator.
7501 (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
7502 mode iterator.
7503 (*push<mode>2_prologue): Macroize insn from *pushsi2_prologue and
7504 *pushdi2_prologue_rex64 using P mode iterator.
7505 (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
7506 using SWI48 mode iterator.
7507 (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
7508 (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
7509 using SWI1248x mode iterator.
7510 (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
7511 (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
7512 SWI48 mode iterator.
7513 (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
7514 iterator.
7515 (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
7516 (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
7517 SWI12 mode iterator.
7518 (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
7519 SWI12 mode iterator.
7520 (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
7521 (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
7522 SWI24 mode iterator.
7523 (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
7524 SWI48 mode iterator.
7525 (mov<mode>_insn_1): New expander.
7526 (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
7527 using SWI48x mode iterator.
7528
7529 (*movoi_internal_avx): Rename from *movoi_internal.
7530 (*movti_internal_rex64): Rename from *movti_rex64.
7531 (*movti_internal_sse): Rename from *movti_sse.
7532 (*movdi_internal_rex64): Rename from *movdi_1_rex64.
7533 (*movdi_internal): Rename from *movdi_2.
7534 (*movsi_internal): Rename from *movsi_1.
7535 (*movhi_internal): Rename from *movhi_1.
7536 (*movqi_internal): Rename from *movqi_1.
7537
7538 (insv): Update the call to gen_movsi_insv_1 for rename.
7539 * config/i386/i386.c (promote_duplicated_reg): Ditto.
7540
7541 2010-06-22 Jan Hubicka <jh@suse.cz>
7542
7543 * passes.c (execute_function_todo): Move call of statistics_fini_pass
7544 to ...
7545 (execute_todo) ... this one.
7546
7547 2010-06-22 Alan Modra <amodra@gmail.com>
7548
7549 PR target/44364
7550 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
7551 * caller-save.c (insert_restore, insert_save): Use non-validate
7552 form of adjust_address.
7553
7554 2010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7555
7556 PR target/39690
7557 * config/pa/pa.c (override_options): Disable
7558 -freorder-blocks-and-partition.
7559
7560 2010-06-21 H.J. Lu <hongjiu.lu@intel.com>
7561
7562 PR target/44615
7563 * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
7564
7565 * config/i386/i386.md (type): Add sseishft1
7566
7567 * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
7568 (ppro_insn_load): Likewise.
7569 (ppro_insn_store): Likewise.
7570 (ppro_insn_both): Likewise.
7571
7572 * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
7573 (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
7574 for type.
7575 (*vec_extractv2di_1_avx): Likewise.
7576 (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
7577 type. Remove atom_unit.
7578 (*vec_extractv2di_1_sse2): Likewise.
7579
7580 2010-06-21 DJ Delorie <dj@redhat.com>
7581
7582 * diagnostic.h (diagnostic_classification_change_t): New.
7583 (diagnostic_context): Add history and push/pop list.
7584 (diagnostic_push_diagnostics): Declare.
7585 (diagnostic_pop_diagnostics): Declare.
7586 * diagnostic.c (diagnostic_classify_diagnostic): Store changes
7587 from pragmas in a history chain instead of the global table.
7588 (diagnostic_push_diagnostics): New.
7589 (diagnostic_pop_diagnostics): New.
7590 (diagnostic_report_diagnostic): Scan history chain to find state
7591 of diagnostics as of the diagnostic location.
7592 * opts.c (set_option): Pass UNKNOWN_LOCATION to
7593 diagnostic_classify_diagnostic.
7594 (enable_warning_as_error): Likewise.
7595 * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
7596 use in the history chain.
7597 * doc/extend.texi: Document pragma GCC diagnostic changes.
7598
7599 2010-06-21 Jakub Jelinek <jakub@redhat.com>
7600
7601 * dwarf2out.c (add_linkage_name): New function. Don't add
7602 anything to DW_TAG_member DIEs.
7603 (add_name_and_src_coords_attributes): Use it.
7604 (gen_variable_die): Call it for C++ static data members if
7605 specification is DW_TAG_member.
7606
7607 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
7608 C++ char16_t and char32_t.
7609
7610 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
7611 * genattrtab.c: Include vecprim.h.
7612 (cached_attrs, cached_attr_count, attrs_seen_once,
7613 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
7614 attrs_cached_after): New variables.
7615 (find_attrs_to_cache): New function.
7616 (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
7617 (write_test_expr): Add attrs_cached argument, return it too,
7618 attempt to cache non-const attributes used more than once in
7619 a single case handling.
7620 (write_attr_get): Use find_attrs_to_cache, for caching candidates
7621 emit cached_* variables. Adjust write_attr_set callers.
7622 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
7623 to find attributes that should be cached in this block. Adjust
7624 write_test_expr callers.
7625 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
7626 callers.
7627 (make_automaton_attrs): Adjust write_test_expr caller.
7628
7629 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
7630 * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
7631 (make_automaton_attrs): If find_tune_attr returns non-NULL,
7632 write separate internal_dfa_insn_code_* and insn_default_latency_*
7633 functions for each attribute's value and emit init_sched_attrs
7634 function and function pointers.
7635 * genattr.c (const_attrs, reservations): New variables.
7636 (gen_attr): Add const attributes to const_attrs vector.
7637 (check_tune_attr, find_tune_attr): New functions.
7638 (main): Add reservations to reservations vector. If find_tune_attr
7639 returns true, add prototype for init_sched_attrs and make
7640 internal_dfa_insn_code and insn_default_latency function pointers,
7641 otherwise define init_sched_attrs as dummy macro.
7642 * cfgexpand.c: Include insn-attr.h.
7643 (gimple_expand_cfg): Call init_sched_attrs.
7644
7645 * stmt.c (resolve_asm_operand_names): Fix handling of %%.
7646
7647 PR target/44575
7648 * config/i386/i386.c (ix86_gimplify_va_arg): When copying
7649 va_arg from a set of register save slots into a temporary,
7650 if the container is bigger than type size, do the copying
7651 using smaller mode or using memcpy.
7652
7653 PR bootstrap/44426
7654 * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
7655 prototype.
7656 (sel_print_to_dot): Remove macro.
7657 (sel_print): Likewise. New prototype.
7658 * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
7659 (sel_print): New function.
7660
7661 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7662
7663 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
7664 __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
7665
7666 2010-06-21 Nick Clifton <nickc@redhat.com>
7667
7668 * config/rx/rx.h (PTRDIFF_TYPE): Define.
7669 (SMALL_REGISTER_CLASS): Define (to zero).
7670 (PRINT_OPERAND): Delete.
7671 (PRINT_OPERAND_ADDRESS): Delete.
7672 * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
7673 (rx_print_operand_address): Delete prototype.
7674 * config/rx/rx.c (rx_print_operand): Make static.
7675 Allow %H and %L to handle CONST_DOUBLEs.
7676 (rx_print_operand_address): Make static.
7677 (rx_gen_move_template): Rename local variable 'template' to
7678 out_template.
7679 (rx_function_arg): Do not pass unknown sized objects in registers.
7680 (TARGET_PRINT_OPERAND): Define.
7681 (TARGET_PRINT_OPERAND_ADDRESS): Define.
7682
7683 2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7684
7685 * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
7686
7687 2010-06-21 Kai Tietz <kai.tietz@onevision.com>
7688
7689 * config/i386/i386.c (ix86_compute_frame_layout): Avoid
7690 stack-alignment for simple leaf-functions.
7691
7692 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
7693
7694 * doc/install.texi: Document bootstrap-lto.
7695
7696 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
7697
7698 PR debug/44248
7699 * lto-streamer-in.c (input_bb): Leave debug stmts alone.
7700 (input_function): Drop them here, if VTA is disabled.
7701
7702 2010-06-20 Uros Bizjak <ubizjak@gmail.com>
7703
7704 PR target/44546
7705 * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
7706 New predicate.
7707 * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
7708 ix86_swapped_fp_comparsion_operator instead of
7709 ix86_fp_comparison_operator.
7710
7711 (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
7712 (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
7713 (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
7714 (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
7715 (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
7716 (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
7717
7718 2010-06-20 Joseph Myers <joseph@codesourcery.com>
7719
7720 PR other/32998
7721 * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
7722 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
7723 * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
7724 (decode_cmdline_option): Update for this return value. Set
7725 orig_option_with_args_text field. Set arg field for unknown
7726 options. Make static.
7727 (decode_cmdline_options_to_array): New.
7728 (prune_options): Update handling of find_opt return value.
7729 * opts.c (read_cmdline_option): Take decoded option. Return void.
7730 (read_cmdline_options): Take decoded options.
7731 (decode_options): Add parameters for decoded options. Use
7732 decode_cmdline_options_to_array. Use decoded options for -O
7733 scan. Use integral_argument for -O parameters. Update call to
7734 read_cmdline_options.
7735 (enable_warning_as_error): Update handling of find_opt return value.
7736 * opts.h: Update comment on unknown options.
7737 (struct cl_decoded_option): Update comments on opt_index and arg.
7738 Add orig_option_with_args_text.
7739 (decode_cmdline_option): Remove.
7740 (decode_cmdline_options_to_array): Declare.
7741 (decode_options): Update prototype.
7742 * toplev.c (save_argv): Remove.
7743 (save_decoded_options, save_decoded_options_count): New.
7744 (read_integral_parameter): Remove.
7745 (print_switch_values): Use decoded options.
7746 (toplev_main): Don't set save_argv. Update call to decode_options.
7747 * toplev.h (read_integral_parameter): Remove.
7748 * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
7749
7750 2010-06-19 Richard Earnshaw <rearnsha@arm.com>
7751
7752 PR target/44072
7753 * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
7754 immediate.
7755 * constraints.md (Pw, Px): New constraints.
7756 * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
7757
7758 2010-06-19 H.J. Lu <hongjiu.lu@intel.com>
7759
7760 * config/i386/sse.md (fma4modesuffixf4): Removed.
7761 (ssemodesuffixf2s): Likewise.
7762 (ssemodesuffixf4): Likewise.
7763 (ssemodesuffixf2c): Likewise.
7764 (ssescalarmodesuffix2s): Likewise.
7765 (avxmodesuffixf2c): Likewise.
7766 (ssemodesuffix): New.
7767 (ssescalarmodesuffix): Likewise.
7768 Update patterns with ssemodesuffix and ssescalarmodesuffix.
7769
7770 2010-06-19 Philip Herron <herron.philip@googlemail.com>
7771
7772 * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
7773
7774 2010-06-18 H.J. Lu <hongjiu.lu@intel.com>
7775
7776 * stor-layout.c (debug_rli): Remove unused local variables.
7777
7778 2010-06-18 Eric Botcazou <ebotcazou@adacore.com>
7779
7780 PR rtl-optimization/40900
7781 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the
7782 original expression for later reuse.
7783 <expand_decl_rtl>: Use promote_function_mode to compute the signedness
7784 of the promoted RTL for a SSA_NAME on the LHS of a call statement.
7785
7786 2010-06-18 Anatoly Sokolov <aesok@post.ru>
7787
7788 * double-int.h (double_int_to_shwi, double_int_to_uhwi,
7789 double_int_fits_in_uhwi_p): Implement as static inline.
7790 (double_int_xor): New inline function.
7791 (double_int_lrotate, double_int_rrotate, double_int_max,
7792 double_int_umax, double_int_smax, double_int_min, double_int_umin,
7793 double_int_smin): Declare.
7794 (lrotate_double, rrotate_double): Remove declaration.
7795 * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
7796 double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
7797 (double_int_lrotate, double_int_rrotate, double_int_max,
7798 double_int_umax, double_int_smax, double_int_min, double_int_umin,
7799 double_int_smin): New function.
7800 * fold-const.c (int_const_binop): Clean up, use double_int_*
7801 functions.
7802 * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
7803 double_int_* and immed_double_int_const functions.
7804
7805 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
7806
7807 * function.h (types_used_by_cur_var_decl): Change type to a VEC.
7808 * function.c (types_used_by_cur_var_decl): Likewise.
7809 (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
7810
7811 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
7812
7813 * tree.h (record_layout_info): Change type of pending_statics field
7814 to a VEC.
7815 * stor-layout.c (start_record_layout): Store NULL into
7816 pending_statics.
7817 (debug_rli): Call debug_vec_tree instead of debug_tree.
7818 (place_field): Likewise.
7819 (finish_record_layout): Likewise.
7820
7821 2010-06-18 Alan Modra <amodra@gmail.com>
7822
7823 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
7824
7825 2010-06-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7826
7827 PR target/43740
7828 * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
7829 for SET source operand from SET destination operand.
7830
7831 2010-06-17 Bernd Schmidt <bernds@codesourcery.com>
7832
7833 PR rtl-optimization/39871
7834 * reload1.c (init_eliminable_invariants): For flag_pic, disable
7835 equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
7836 (function_invariant_p): Rule out a plus of frame or arg pointer with
7837 a SYMBOL_REF.
7838 * ira.c (find_reg_equiv_invariant_const): Likewise.
7839
7840 2010-06-17 Gunther Nikl <gnikl@users.sourceforge.net>
7841
7842 * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
7843 print_operand_address and puts to output the operand for CONST.
7844
7845 2010-06-17 Jakub Jelinek <jakub@redhat.com>
7846
7847 PR debug/44572
7848 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
7849 hook.
7850
7851 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7852
7853 * v850-protos.h (print_operand): Delete.
7854 (print_operand_address): Delete.
7855 * v850.h (PRINT_OPERAND): Delete.
7856 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
7857 (PRINT_OPERAND_ADDRESS): Delete.
7858 * v850.c (print_operand_address): Rename to...
7859 (v850_print_operand_address): ...this. Make static. Call
7860 v850_print_operand.
7861 (print_operand): Rename to...
7862 (v850_print_operand): ...this. Make static. Call
7863 v850_print_operand_address.
7864 (v850_print_operand_punct_valid_p): New function.
7865 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
7866 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
7867
7868 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7869
7870 * config/sh/sh-protos.h (print_operand): Delete.
7871 (print_operand_address): Delete.
7872 * config/sh/sh.h (PRINT_OPERAND): Delete.
7873 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
7874 (PRINT_OPERAND_ADDRESS): Delete.
7875 * config/sh/sh.c (sh_print_operand_address): Make static.
7876 (sh_print_operand): Make static. Call sh_print_operand_address
7877 and sh_print_operand.
7878 (sh_print_operand_punct_valid_p): New function.
7879 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
7880 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
7881
7882 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7883
7884 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
7885 (mcore_print_operand_address): Delete.
7886 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
7887 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
7888 (PRINT_OPERAND_ADDRESS): Delete.
7889 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
7890 (mcore_print_operand): Make static.
7891 (mcore_print_operand_punct_valid_p): New function.
7892 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
7893 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
7894
7895 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7896
7897 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
7898 (print_operand_address): Delete.
7899 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
7900 (PRINT_OPERAND_ADDRESS): Delete.
7901 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
7902 static.
7903 (m68hc11_print_operand): Make static.
7904 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
7905
7906 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7907
7908 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
7909 (m32r_print_operand_address): Delete.
7910 * config/m32r/m32r.h (m32r_punct_chars): Delete.
7911 (PRINT_OPERAND): Delete.
7912 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
7913 (PRINT_OPERAND_ADDRESS): Delete.
7914 * config/m32r/m32r.c (m32r_punct_chars): Make static.
7915 (m32r_print_operand_address): Make static.
7916 (m32r_print_operand): Make static.
7917 (m32r_print_operand_punct_valid_p): New function.
7918 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
7919 (TARGET_PRINT_OPERAND_ADDRESS): Define.
7920
7921 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7922
7923 * config/iq2000/iq2000-protos.h (print_operand): Delete.
7924 (print_operand_address): Delete.
7925 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
7926 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
7927 (PRINT_OPERAND_ADDRESS): Delete.
7928 (iq2000_print_operand_punct): Delete.
7929 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
7930 (iq2000_print_operand_address): Make static.
7931 (iq2000_print_operand): Make static.
7932 (iq2000_print_operand_punct_valid_p): New function.
7933 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
7934 (TARGET_PRINT_OPERAND_ADDRESS): Define.
7935
7936 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7937
7938 * config/frv/frv-protos.h (frv_print_operand): Delete.
7939 (frv_print_operand_address): Delete.
7940 * config/frv/frv.h (PRINT_OPERAND): Delete.
7941 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
7942 (PRINT_OPERAND_ADDRESS): Delete.
7943 * config/frv/frv.c (frv_print_operand_address): Make static.
7944 (frv_print_operand): Make static.
7945 (frv_print_operand_punct_valid_p): New function.
7946 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
7947 (TARGET_PRINT_OPERAND_ADDRESS): Define.
7948
7949 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
7950
7951 * tree.h (vec_member): Declare.
7952 * tree.c (vec_member): Define.
7953
7954 2010-06-17 Richard Guenther <rguenther@suse.de>
7955
7956 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
7957 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
7958
7959 2010-06-17 Richard Guenther <rguenther@suse.de>
7960
7961 * tree-inline.c (declare_return_variable): Remove bogus code.
7962
7963 2010-06-17 Richard Guenther <rguenther@suse.de>
7964
7965 * gimplify.c (gimplify_bind_expr): Always promote complex
7966 and vector variables to registers if possible.
7967
7968 2010-06-17 Richard Guenther <rguenther@suse.de>
7969
7970 * expr.c (get_inner_reference): Use double_int for bit_offset
7971 calculation.
7972
7973 2010-06-16 DJ Delorie <dj@redhat.com>
7974
7975 * common.opt (-fstrict-volatile-bitfields): new.
7976 * doc/invoke.texi: Document it.
7977 * fold-const.c (optimize_bit_field_compare): For volatile
7978 bitfields, use the field's type to determine the mode, not the
7979 field's size.
7980 * expr.c (expand_assignment): Likewise.
7981 (get_inner_reference): Likewise.
7982 (expand_expr_real_1): Likewise.
7983 * expmed.c (store_fixed_bit_field): Likewise.
7984 (extract_bit_field_1): Likewise.
7985 (extract_fixed_bit_field): Likewise.
7986
7987 2010-06-16 Richard Guenther <rguenther@suse.de>
7988
7989 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
7990
7991 2010-06-16 Douglas B Rupp <rupp@gnat.com>
7992
7993 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
7994 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
7995 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
7996 * debug.c: Likewise.
7997 * sdbout.c: Likewise.
7998 * vmsdbgout.c: Likewise.
7999 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
8000 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
8001 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
8002 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
8003 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
8004 * dwarf2out.c (dw_fde_struct): New fields
8005 dw_fde_vms_{end,begin}_prologue.
8006 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
8007 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
8008 (dwarf2out_vms_end_prologue): New function.
8009 (dwarf2out_vms_begin_epilogue): New function.
8010 (dw_val_struct): New value dw_val_class_vms_delta.
8011 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
8012 begin_epilogue for VMS.
8013 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
8014 new static functions.
8015 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
8016 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
8017 static functions.
8018 (print_die): New case dw_val_class_vms_delta.
8019 (attr_checksum): Likewise.
8020 (same_dw_val_p: Likewise.
8021 (size_of_die): Likewise.
8022 (value_format): Likewise.
8023 (output_die): Likewise.
8024 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
8025 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
8026 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
8027 dwarf2out_cfi_begin_epilogue
8028 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
8029
8030 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
8031
8032 * config/cris/cris-protos.h (cris_print_operand): Delete.
8033 (cris_print_operand_address): Delete.
8034 * config/cris/cris.h (PRINT_OPERAND): Delete.
8035 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8036 (PRINT_OPERAND_ADDRESS): Delete.
8037 * config/cris/cris.c (cris_print_operand_address): Make static.
8038 (cris_print_operand): Make static.
8039 (cris_print_operand_punct_valid_p): New function.
8040 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
8041 (TARGET_PRINT_OPERAND_ADDRESS): Define.
8042
8043 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
8044
8045 * config/arm/arm-protos.h (arm_print_operand): Delete.
8046 (arm_print_operand_address): Delete.
8047 * config/arm/arm.h (PRINT_OPERAND): Delete.
8048 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8049 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
8050 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
8051 * config/arm/arm.c (arm_print_operand_address): ...here. New function.
8052 (arm_print_operand): Make static.
8053 (arm_print_operand_punct_valid_p): New function.
8054 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
8055 (TARGET_PRINT_OPERAND_ADDRESS): Define.
8056
8057 2010-06-16 Nick Clifton <nickc@redhat.com>
8058
8059 * config/rx/constraints.md (NEGint4): New constraint.
8060 * config/rx/rx.md (attr cc): Add set_zsc.
8061 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
8062 initialised.
8063 (cmpsf): Likewise.
8064 (call_internal): Clobber the cc0 register.
8065 (call_value_internal): Likewise.
8066 (cstoresi4): Likewise.
8067 (movsieq): Likewise.
8068 (movsine): Likewise.
8069 (addsi3): Add alternative to handle small negative constants.
8070 (sunsi3): Likewise.
8071 (addsi3): Do not set the O bit in the cc0 register.
8072 (adddi3): Likewise.
8073 (subsi3): Likewise.
8074 (subdi3): Likewise.
8075 (andsi3): Reorder alternatives to prefer shorter forms.
8076 (mulsi3): Likewise.
8077 (iorsi3): Likewise.
8078 (negsi2): Note that the cc0 flags are set.
8079 (rotlsi3): Note that only the Z and S bits are set in cc0.
8080 (lshrsi3): Likewise.
8081 (ashlsi3): Likewise.
8082 (subsf3): Use %Q for the MEM operand.
8083 (fix_truncsfsi2): Likewise.
8084 (floatsisf2): Likewise.
8085 (bitset): Remove early clobber from destination.
8086 (bitset_in_memory): Likewise.
8087 (lrintsf2): Clobber the cc0 register.
8088 * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
8089 (rx_print_operand): Handle %N.
8090
8091 2010-06-16 Jan Hubicka <jh@suse.cz>
8092
8093 * df-core.c (df_compact_blocks): Free problem_temps vector.
8094
8095 2010-06-16 Martin Jambor <mjambor@suse.cz>
8096
8097 PR tree-optimization/43905
8098 * tree-sra.c: Include tree-inline.h.
8099 (create_abstract_origin): Removed.
8100 (modify_function): Version the call graph node instead of creating
8101 abstract origins and dealing with same_body aliases.
8102 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
8103 function is versionable.
8104 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
8105
8106 2010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
8107
8108 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
8109 (CHOOSE_DYNAMIC_LINKER): Update.
8110
8111 2010-06-15 Uros Bizjak <ubizjak@gmail.com>
8112
8113 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
8114 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
8115 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
8116 *prefetch_3dnow_rex.
8117
8118 2010-06-15 Anatoly Sokolov <aesok@post.ru>
8119
8120 * target.h (struct asm_out):Add declare_constant_name field.
8121 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
8122 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
8123 * output.h (default_asm_declare_constant_name): Declare.
8124 (assemble_label): Update prototype.
8125 * varasm.c (assemble_constant_contents): Use
8126 targetm.asm_out.declare_constant_name target hook.
8127 (assemble_label): Add 'file' argument.
8128 (default_asm_declare_constant_name): New function.
8129 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
8130 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
8131 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
8132
8133 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
8134 * config/darwin.c (darwin_asm_declare_constant_name): New function.
8135 (machopic_output_indirection): Update assemble_label argument list.
8136 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
8137 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
8138
8139 2010-06-15 Sebastian Pop <sebastian.pop@amd.com>
8140
8141 PR middle-end/44391
8142 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
8143 size_one_node for pointer types. Do not call gmp_cst_to_tree.
8144
8145 2010-06-15 Richard Guenther <rguenther@suse.de>
8146
8147 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
8148
8149 2010-06-15 Paul Brook <paul@codesourcery.com>
8150
8151 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
8152 hard-float ABI.
8153
8154 2010-06-15 Alexandre Oliva <aoliva@redhat.com>
8155
8156 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
8157 don't get a vector type for output.
8158
8159 2010-06-15 Jakub Jelinek <jakub@redhat.com>
8160
8161 PR fortran/44536
8162 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
8163 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
8164 (LANG_HOOKS_DECLS): Add it.
8165 * gimplify.c (omp_notice_variable): Call
8166 lang_hooks.decls.omp_report_decl.
8167
8168 2010-06-15 Martin Jambor <mjambor@suse.cz>
8169
8170 PR lto/44464
8171 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
8172 on the newly dead SSA name.
8173
8174 2010-06-15 Alan Modra <amodra@gmail.com>
8175
8176 * doc/invoke.texi: Add mcmodel to powerpc options.
8177 * configure.ac: Add HAVE_LD_LARGE_TOC test.
8178 * configure: Regenerate.
8179 * config.in: Regenerate.
8180 * config/rs6000/linux64.opt (mcmodel): New.
8181 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
8182 (TARGET_CMODEL, SET_CMODEL): Define.
8183 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
8184 select CMODEL_MEDIUM default.
8185 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
8186 (TARGET_CMODEL): Define default.
8187 * config/rs6000/rs6000.c (cmodel): New variable.
8188 (rs6000_explicit_options): Add cmodel field.
8189 (rs6000_handle_option): Handle -mcmodel.
8190 (create_TOC_reference): Add largetoc_reg param. Generate high,
8191 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
8192 (rs6000_delegitimize_address): Recognise new toc reference rtl
8193 and minimal-toc rtl.
8194 (rs6000_legitimize_reload_address): Handle new toc references.
8195 (print_operand_address): Handle legitimate_constant_pool_address_p
8196 match before lo_sum.
8197 (rs6000_eliminate_indexed_memrefs): Tidy.
8198 (rs6000_emit_move): Tweak threshold for inlining constants.
8199 Keep rs6000_emit_allocate_stack large stack frame offsets
8200 loaded into r0 inline.
8201 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
8202 (tocrel_base, tocrel_offset): New variables.
8203 (toc_relative_expr_p): Set them here.
8204 (print_operand_address): Skip over any offset on constant pool address.
8205 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
8206 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
8207 (offsettable_ok_by_alignment): New function.
8208 (rs6000_emit_move): Address suitably aligned local symbol_refs
8209 relative to the toc pointer for -mcmodel=medium.
8210 (legitimate_constant_pool_address_p): Make param const_rtx. Add
8211 strict param. Allow lo_sum version of addressing. Verify reg
8212 used for -mminimal-toc and -mcmodel != small. Update all callers.
8213 * config/rs6000/constraints.md: Update for above change.
8214 * config/rs6000/predicates.md: Likewise.
8215 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
8216 code.
8217 (tls_gd): Split for -mcmodel=medium/large.
8218 (tls_gd_high, tls_gd_low): New.
8219 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
8220 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
8221 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
8222 (largetoc_high, largetoc_low): New.
8223 (cmptf_internal2): Add clobber.
8224 * config/rs6000/rs6000-protos.h: Update.
8225
8226 2010-06-14 Changpeng Fang <changpeng.fang@amd.com>
8227
8228 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
8229 true if no prefetch is going to be generated for a given group.
8230 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
8231 estimate the prefetch_count.
8232 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
8233 prefetch count by considering the unroll_factor and prefetch_mod
8234 for is_loop_prefetching_profitable.
8235
8236 2010-06-14 Andreas Schwab <schwab@linux-m68k.org>
8237
8238 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
8239 anything if the argument is not a MEM.
8240
8241 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
8242
8243 PR debug/43650
8244 PR debug/44181
8245 PR debug/44247
8246 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
8247 debug stmts.
8248 (canonicalize_loop_ivs): Likewise.
8249
8250 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
8251
8252 PR debug/43656
8253 * haifa-sched.c (setup_insn_reg_pressure_info,
8254 update_register_pressure): Reject debug insns.
8255 (ready_sort): Don't setup reg pressure for debug insns.
8256 (schedule_insn): Don't update reg pressure for debug insns.
8257
8258 2010-06-14 Richard Guenther <rguenther@suse.de>
8259
8260 * lto-streamer.c (cached_bp): Remove.
8261 (bitpack_delete): Likewise.
8262 (bitpack_create): Likewise.
8263 (bp_get_next_word): Likewise.
8264 (bp_pack_value, bp_unpack_value): Move ...
8265 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
8266 Re-implement.
8267 (struct bitpack_d): Likewise.
8268 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
8269 New inline functions.
8270 * lto-streamer-out.c (lto_output_bitpack): Remove.
8271 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
8272 (pack_value_fields): Adjust.
8273 (lto_write_tree): Likewise.
8274 (output_gimple_stmt): Likewise.
8275 (output_function): Likewise.
8276 * lto-streamer-in.c (input_gimple_stmt): Adjust.
8277 (input_function): Likewise.
8278 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
8279 (lto_input_bitpack): Remove.
8280 (lto_materialize_tree): Adjust.
8281 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
8282 * lto-cgraph.c (lto_output_edge): Adjust.
8283 (lto_output_node): Likewise.
8284 (lto_output_varpool_node): Likewise.
8285 (lto_output_ref): Likewise.
8286 (input_node): Likewise.
8287 (input_varpool_node): Likewise.
8288 (input_ref): Likewise.
8289 (input_edge): Likewise.
8290 (output_node_opt_summary): Likewise.
8291 (input_node_opt_summary): Likewise.
8292 * ipa-pure-const.c (pure_const_write_summary): Likewise.
8293 (pure_const_read_summary): Likewise.
8294 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
8295 (ipa_read_indirect_edge_info): Likewise.
8296 (ipa_write_node_info): Likewise.
8297 (ipa_read_node_info): Likewise.
8298
8299 2010-06-14 H.J. Lu <hongjiu.lu@intel.com>
8300
8301 PR target/44534
8302 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
8303 (vec_extract_lo_v16hi): Likewise.
8304 (vec_extract_lo_v32qi): Likewise.
8305
8306 2010-06-14 Jakub Jelinek <jakub@redhat.com>
8307
8308 PR bootstrap/44426
8309 * tree.h (build_call_expr): Don't define as vararg macro, instead
8310 add a prototype.
8311 * builtins.c (build_call_nofold): Remove.
8312 (expand_builtin_int_roundingfn, expand_builtin_pow,
8313 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
8314 expand_builtin_memset_args, expand_builtin_strcmp,
8315 expand_builtin_strncmp, expand_builtin_memory_chk): Use
8316 build_call_nofold_loc instead of build_call_nofold.
8317 (build_call_expr): New function.
8318
8319 PR tree-optimization/44508
8320 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
8321 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
8322 don't eliminate trivially dead stmts.
8323 * tree-vrp.c (vrp_finalize): Pass false as last argument
8324 to substitute_and_fold.
8325 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
8326 to substitute_and_fold.
8327 * tree-ssa-ccp.c (ccp_finalize): Likewise.
8328
8329 PR bootstrap/44509
8330 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
8331
8332 2010-06-14 Ira Rosen <irar@il.ibm.com>
8333
8334 PR tree-optimization/44507
8335 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
8336 to build initial vector for BIT_AND_EXPR.
8337 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
8338
8339 2010-06-14 Jakub Jelinek <jakub@redhat.com>
8340
8341 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
8342 adjust z10prop set_attr.
8343
8344 2010-06-13 Jan Hubicka <jh@suse.cz>
8345
8346 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
8347 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
8348 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
8349 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
8350 datastructure checks into checking asserts.
8351 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
8352 * tree-ssa-sccvn.c (VN_INFO): Likewise.
8353 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
8354 df_ref_create_structure): Likewise.
8355 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
8356 pool_free): Use gcc_checking_assert.
8357 * alias.c (get_alias_set): Likewise.
8358 * var-tracking.c (variable_htab_free, shared_hash_copy,
8359 canonicalize_values_mark, variable_merge_over_cur): Likewise.
8360 * lto-streamer.c (bp_unpack_value): Likewise.
8361
8362 2010-06-13 Richard Guenther <rguenther@suse.de>
8363
8364 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
8365 Do not stream but initialize TYPE_CANONICAL to NULL.
8366 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
8367 * gimple.c (gimple_types_compatible_p): Disregard
8368 TYPE_STRUCTURAL_EQUALITY_P.
8369 (gimple_register_type): Use TYPE_CANONICAL as cache.
8370 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
8371 before registering common types.
8372 * config/i386/i386.c (ix86_function_arg_boundary): Do not
8373 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
8374 * tree.h (TYPE_CANONICAL): Clarify documentation.
8375
8376 2010-06-13 Anatoly Sokolov <aesok@post.ru>
8377
8378 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
8379 LIBCALL_VALUE): Remove macros.
8380 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
8381 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
8382 TARGET_FUNCTION_VALUE_REGNO_P): Define.
8383 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
8384 (ia64_function_value): Make static. Handle receiving the function
8385 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
8386
8387 2010-06-12 Jan Hubicka <jh@suse.cz>
8388
8389 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
8390 at correct place.
8391
8392 2010-06-12 Bernd Schmidt <bernds@codesourcery.com>
8393
8394 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
8395
8396 2010-06-12 Jan Hubicka <jh@suse.cz>
8397
8398 * df-core.c (df_clear_bb_info): New function.
8399 (df_set_blocks): bb_info is always allocated.
8400 (df_get_bb_info): Use block_info_elt_size.
8401 (df_set_bb_info): Likewise.
8402 (df_compact_blocks): Update for new block_info.
8403 (grow_bb_info): New function.
8404 * df-problems.c (df_grow_bb_info): Move to df-core.c
8405 (df_rd_set_bb_info): Remove.
8406 (df_rd_free_bb_info): Do not free block pool.
8407 (df_rd_alloc): Do not create pool, use check for
8408 obstack presence instead of NULL pointer for new blocks.
8409 (df_rd_free): DO not free alloc pool; clear block_info.
8410 (problem_RD): Add size of block info structure.
8411 (df_lr_set_bb_info): Remove.
8412 (df_lr_free_bb_info): Do not free block pool.
8413 (df_lr_alloc): Do not create pool, use check for
8414 obstack presence instead of NULL pointer for new blocks.
8415 (df_lr_free): DO not free alloc pool; clear block_info.
8416 (problem_LR): Add size of block info structure.
8417 (df_live_set_bb_info): Remove.
8418 (df_live_free_bb_info): Do not free block pool.
8419 (df_live_alloc): Do not create pool, use check for
8420 obstack presence instead of NULL pointer for new blocks.
8421 (df_live_free): DO not free alloc pool; clear block_info.
8422 (problem_LIVE): Add size of block info structure.
8423 (problem_CHAIN): Add size of block info structure.
8424 (df_byte_lr_set_bb_info): Remove.
8425 (df_byte_lr_free_bb_info): Do not free block pool.
8426 (df_byte_lr_alloc): Do not create pool, use check for
8427 obstack presence instead of NULL pointer for new blocks.
8428 (df_byte_lr_free): DO not free alloc pool; clear block_info.
8429 (problem_BYTE_LR): Add size of block info structure.
8430 (problem_NOTE): Add size of block info structure.
8431 (df_byte_MD_set_bb_info): Remove.
8432 (df_byte_MD_free_bb_info): Do not free block pool.
8433 (df_byte_MD_alloc): Do not create pool, use check for
8434 obstack presence instead of NULL pointer for new blocks.
8435 (df_byte_MD_free): DO not free alloc pool; clear block_info.
8436 (problem_BD): Add size of block info structure.
8437 * df-scan.c (df_scan_free_internal): Free block pool.
8438 (df_scan_set_bb_info): Remove.
8439 (df_scan_free_bb_info): Check for artificial_defs instead
8440 of bb_info being non-NULL.
8441 (df_scan_alloc): DO not create df_scan_block pool.
8442 (problem_SCAN): Set size of block info.
8443 (df_bb_refs_record): Do not allocate bb_info.
8444 * df.h (df_problem): Add block_info_elt_size.
8445 (struct dataflow): Change block_info to void *.
8446 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
8447 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
8448 in-line structures.
8449
8450 2010-06-12 Jan Hubicka <jh@suse.cz>
8451
8452 PR tree-optimize/44485
8453 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
8454 containing use of return value of noreturn function.
8455
8456 2010-06-12 Anatoly Sokolov <aesok@post.ru>
8457
8458 * targhooks.c (default_function_value): Don't use
8459 FUNCTION_OUTGOING_VALUE.
8460 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
8461 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
8462
8463 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
8464
8465 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
8466 Add crtfastmath.o to extra_parts.
8467 * config/mips/crtfastmath.c: New.
8468 * config/mips/linux.h (ENDFILE_SPEC): New.
8469
8470 2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
8471
8472 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
8473 old_type in parameter.
8474 (gcc_type_for_value): Update call to gcc_type_for_interval.
8475 (compute_type_for_level_1): Renamed compute_type_for_level.
8476 Update call to gcc_type_for_interval.
8477
8478 2010-06-11 Joseph Myers <joseph@codesourcery.com>
8479
8480 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
8481 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
8482
8483 2010-06-11 Joseph Myers <joseph@codesourcery.com>
8484
8485 * opts-common.c: Include options.h.
8486 (integral_argument): Move from opts.c.
8487 (decode_cmdline_option): New. Based on read_cmdline_option.
8488 * opts.c (integral_argument): Move to opts-common.c.
8489 (read_cmdline_option): Move most contents to
8490 decode_cmdline_option. Use %qs in diagnostics.
8491 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
8492 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
8493 decode_cmdline_option): New.
8494
8495 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
8496
8497 PR target/44481
8498 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
8499 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
8500 (partiysi2_cmp): Ditto.
8501 (*partiyhi2_cmp): Ditto.
8502 (*parityqi2_cmp): Remove.
8503
8504 2010-06-11 Jan Hubicka <jh@suse.cz>
8505
8506 * bitmap.h (bmp_iter_next_bit): New.
8507 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
8508
8509 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
8510 Eric Botcazou <ebotcazou@adacore.com>
8511
8512 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
8513 computed cost.
8514
8515 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
8516
8517 * config/i386/i386.md (unspec): New define_c_enum.
8518 (unspecv): Ditto.
8519
8520 2010-06-10 Jakub Jelinek <jakub@redhat.com>
8521
8522 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
8523
8524 2010-06-11 Sebastian Pop <sebastian.pop@amd.com>
8525
8526 PR middle-end/44483
8527 * tree-if-conv.c (bb_predicate_s): New struct.
8528 (bb_predicate_p): New.
8529 (bb_has_predicate): New.
8530 (bb_predicate): New.
8531 (set_bb_predicate): New.
8532 (bb_predicate_gimplified_stmts): New.
8533 (set_bb_predicate_gimplified_stmts): New.
8534 (add_bb_predicate_gimplified_stmts): New.
8535 (init_bb_predicate): New.
8536 (free_bb_predicate): New.
8537 (is_predicated): Use bb_predicate.
8538 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
8539 (predicate_bbs): Same. Gimplify the condition of the basic blocks
8540 before processing their successors.
8541 (clean_predicate_lists): Removed.
8542 (find_phi_replacement_condition): Use bb_predicate.
8543 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
8544 computations.
8545 (insert_gimplified_predicates): New.
8546 (combine_blocks): Call insert_gimplified_predicates.
8547 (tree_if_conversion): Call free_bb_predicate instead of
8548 clean_predicate_lists.
8549
8550 2010-10-11 Paul Brook <paul@codesourcery.com>
8551
8552 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
8553 * config/arm/arm.c (all_architectures): Change v7e-m default to
8554 cortexm4.
8555 * config/arm/arm-cores.def: Add cortex-m4.
8556 * config/arm/arm-tune.md: Regenerate.
8557
8558 2010-06-11 Jan Hubicka <jh@suse.cz>
8559
8560 * ipa-pure-const.c (special_builtlin_state): New function.
8561 (check_call): Use it instead of special casign BUILT_IN_RETURN.
8562 (propagate_pure_const): Use it.
8563
8564 2010-06-11 Jan Hubicka <jh@suse.cz>
8565
8566 * df-problems.c (df_live_scratch): Convert to bitmap_head.
8567 (df_live_alloc): Initialize df_live_scratch when initializing
8568 problem_data.
8569 (df_live_transfer_function): Update uses of df_live_scratch.
8570 (df_live_free): Free problem_data; clear df_live_scratch before
8571 releasing the obstack.
8572 (df_md_free): Free problem data.
8573
8574 2010-06-11 Jan Hubicka <jh@suse.cz>
8575
8576 * doc/invoke.texi (Wsuggest-attribute): Document.
8577 (Wmissing-noreturn): Remove.
8578 * ipa-pure-const.c (warn_function_noreturn): New function.
8579 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
8580 warn_missing_noreturn.
8581 * common.opt (Wsuggest-attribute=noreturn): New.
8582 * tree-flow.h (warn_function_noreturn): Declare.
8583 * tree-cfg.c (execute_warn_function_noreturn): Use
8584 warn_function_noreturn.
8585 (gate_warn_function_noreturn): New.
8586 (pass_warn_function_noreturn): Update.
8587
8588 2010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
8589
8590 * c-typeck.c (handle_warn_cast_qual): Add loc
8591 parameter. Improve warning message.
8592 (build_c_cast): Pass location to handle_warn_cast_qual.
8593
8594 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
8595
8596 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
8597 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
8598 insn mnemonic.
8599 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
8600
8601 2010-06-10 Dodji Seketeli <dodji@redhat.com>
8602
8603 Fix bootstap on mips
8604 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
8605 be naming typedefs.
8606
8607 2010-06-11 Kai Tietz <kai.tietz@onevision.com>
8608
8609 * system.h (helper_const_non_const_cast): New inline for
8610 gcc version <= 4.0.
8611 (CONST_CAST2): For gcc version <= 4.0 use
8612 new helper to do const/non-const casting.
8613
8614 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8615
8616 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
8617 * Makefile.in (OBJS-common): Include insn-enums.o.
8618 (insn-enums.o): New rule.
8619 (simple_generated_c): Add insn-enums.c.
8620 (build/genenums.o): New rule.
8621 (genprogmd): Add "enums".
8622 * genconstants.c (print_enum_type): Declare a C string array
8623 for each enum.
8624 * genenums.c: New file.
8625 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
8626 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
8627 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
8628
8629 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8630
8631 * doc/md.texi (define_enum_attr): Document.
8632 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
8633 * read-md.h (lookup_enum_type): Declare.
8634 * read-md.c (lookup_enum_type): New function.
8635 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
8636 * genattrtab.c (attr_desc): Add an enum_name field.
8637 (evaluate_eq_attr): Take the associated attribute as argument.
8638 Get the enum prefix from the enum_name field, if defined.
8639 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
8640 (simplify_test_exp): Pass attr to evaluate_eq_attr.
8641 (add_attr_value): New function, split out from...
8642 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
8643 (write_test_expr): Pass attr to evaluate_eq_attr.
8644 (write_attr_get): Use the enum_name as the enum tag, if defined.
8645 (write_attr_valueq): Use the enum_name as a prefix, if defined.
8646 (find_attr): Initialize enum_name.
8647 (main): Handle DEFINE_ENUM_ATTR.
8648 * gensupport.c (process_rtx): Likewise.
8649 * config/mips/mips.h (mips_tune_attr): Delete.
8650 * config/mips/mips.md (cpu): Use define_attr_enum.
8651
8652 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8653
8654 * doc/md.texi (define_c_enum, define_enum): Document.
8655 * read-md.h (md_constant): Add a parent_enum field.
8656 (enum_value, enum_type): New structures.
8657 (upcase_string, traverse_enum_types): Declare.
8658 * read-md.c (enum_types): New variable.
8659 (upcase_string, add_constant): New functions.
8660 (handle_constants): Don't create the hash table here.
8661 Use add_constant.
8662 (traverse_md_constants): Don't check for a null md_constants.
8663 (decimal_string, handle_enum, traverse_enum_types): New functions.
8664 (read_md_files): Initialize md_constants and md_enums.
8665 * genconstants.c (print_md_constant): Ignore info argument.
8666 Only print constants that belong to no enum.
8667 (print_enum_type): New function.
8668 (main): Don't pass stdout to print_md_constant. Call print_enum_type
8669 for each defined enum type.
8670 * config/mips/mips.md (processor): New define_enum.
8671 (unspec): New define_c_enum.
8672 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
8673 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
8674 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
8675 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
8676 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
8677 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
8678 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
8679 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
8680 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
8681 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
8682 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
8683 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
8684 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
8685 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
8686 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
8687 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
8688 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
8689 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
8690 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
8691 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
8692 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
8693 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
8694 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
8695 (UNSPEC_RDDSP): Move to mips-dsp.md.
8696 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
8697 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
8698 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
8699 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
8700 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
8701 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
8702 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
8703 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
8704 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
8705 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
8706 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
8707 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
8708 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
8709 Moved to mips-dspr2.md.
8710 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
8711 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
8712 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
8713 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
8714 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
8715 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
8716 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
8717 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
8718 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
8719 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
8720 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
8721 UNSPEC_LOONGSON_PSADBH)
8722 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
8723 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
8724 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
8725 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
8726 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
8727 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
8728 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
8729 (cpu): Update comment.
8730 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
8731 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
8732 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
8733 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
8734 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
8735 UNSPEC_LOONGSON_PCMPEQ)
8736 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
8737 UNSPEC_LOONGSON_PINSR_0)
8738 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
8739 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
8740 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
8741 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
8742 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
8743 UNSPEC_LOONGSON_PSADBH)
8744 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
8745 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
8746 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
8747 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
8748 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
8749 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
8750 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
8751 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
8752 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
8753 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
8754 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
8755 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
8756 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
8757 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
8758 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
8759 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
8760 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
8761 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
8762 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
8763 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
8764 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
8765 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
8766 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
8767 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
8768 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
8769 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
8770 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
8771 (UNSPEC_RDDSP): Moved from mips.md.
8772 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
8773 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
8774 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
8775 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
8776 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
8777 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
8778 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
8779 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
8780 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
8781 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
8782 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
8783 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
8784 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
8785 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
8786 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
8787 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
8788 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
8789 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
8790 (UNSPEC_SCC): Moved from mips.md.
8791 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
8792 "processor_type" to "processor".
8793 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
8794 * config/mips/mips.h (processor_type): Delete.
8795 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
8796 "processor_type" to "processor".
8797
8798 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8799
8800 * configure.ac (tm_include_list): Add insn-constants.h.
8801 * configure: Regenerate.
8802 * Makefile.in (GTM_H): Move insn-constants.h here from...
8803 (TM_H): ...here.
8804 * mkconfig.sh: Remove special handling for insn-constants.h.
8805
8806 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8807
8808 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
8809 (BUILD_MD): ...this new variable.
8810 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
8811 that include the old contents of simple_generated_h and
8812 simple_generated_c.
8813 (simple_generated_h, simple_generated_c): Include them. Add
8814 insn-constants.h.
8815 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
8816 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
8817 Remove these dependencies from the main rule and include
8818 insn-conditions.md in the command line only if it appears
8819 in the dependency list.
8820 (insn-constants.h, s-constants): Delete.
8821 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
8822 or gensupport.h.
8823 (build/genmddeps.o): Likewise.
8824 (genprogrtl): New variable that contains everything from genprogmd
8825 except mddeps and constants.
8826 (genprogmd): Redefine in terms of genprogrtl. Make these programs
8827 depend on $(BUILD_MD)
8828 (genprog): New variable. Make these programs depend on
8829 $(BUILD_ERRORS).
8830 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
8831 (main): Use read_md_files instead of init_rtx_reader_args.
8832 * genconstants.c: As for genmddeps.c.
8833 * read-md.h (read_skip_construct): Declare.
8834 * read-md.c (read_skip_construct): New function.
8835 (handle_file): Allow a null handle_directive, skipping the
8836 construct if so.
8837 (parse_include): Update the comment accordingly.
8838
8839 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8840
8841 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
8842 * genmddeps.c: Include read-md.h.
8843 (main): Call init_rtx_reader_args instead of init_md_reader_args.
8844 * genattr.c (main): Likewise.
8845 * genattrtab.c (main): Likewise.
8846 * genautomata.c (main): Likewise.
8847 * gencodes.c (main): Likewise.
8848 * genconditions.c (main): Likewise.
8849 * genconfig.c (main): Likewise.
8850 * genconstants.c (main): Likewise.
8851 * genemit.c (main): Likewise.
8852 * genextract.c (main): Likewise.
8853 * genflags.c (main): Likewise.
8854 * genopinit.c (main): Likewise.
8855 * genoutput.c (main): Likewise.
8856 * genpeep.c (main): Likewise.
8857 * genrecog.c (main): Likewise.
8858 * genpreds.c (main): Likewise.
8859 * gensupport.h (in_fname): Move to read-md.h.
8860 (init_md_reader_args_cb): Rename to...
8861 (init_rtx_reader_args_cb): ...this and return a bool.
8862 (init_md_reader_args): Rename to...
8863 (init_rtx_reader_args): ...this and return a bool.
8864 (include_callback): Move to read-md.h.
8865 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
8866 (file_name_list, first_dir_md_include): Move to read-md.c
8867 (first_bracket_include): Delete unused variable.
8868 (last_dir_md_include): Move to read-md.c.
8869 (process_include): Delete, moving code to read-md.c:handle_include.
8870 (process_rtx): Don't handle INCLUDE.
8871 (save_string): Delete.
8872 (rtx_handle_directive): New function.
8873 (init_md_reader_args_cb): Rename to...
8874 (init_rtx_reader_args_cb): ...this and return a boolean success value.
8875 Use read_md_args.
8876 (init_md_reader_args): Rename to...
8877 (init_rtx_reader_args): ...this and return a boolean success value.
8878 * rtl.def (INCLUDE): Delete.
8879 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
8880 argument.
8881 * read-rtl.c (read_conditions): Don't gobble ')' here.
8882 (read_mapping): Likewise.
8883 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
8884 Handle top-level non-rtx constructs here rather than in read_rtx_1.
8885 Store the whole queue in *X. Remove call to init_md_reader.
8886 (read_rtx_1): Rename to...
8887 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
8888 Don't handle top-level non-rtx constructs here. Don't handle (nil)
8889 here.
8890 (read_nested_rtx): New function. Handle (nil) here rather than
8891 in read_rtx_code.
8892 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
8893 gobble ')' here.
8894 * read-md.h (directive_handler_t): New type.
8895 (in_fname, include_callback): Moved from read-md.h.
8896 (read_constants, init_md_reader): Delete.
8897 (read_md_files): Declare.
8898 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
8899 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
8900 from gensupport.c.
8901 (read_constants): Rename to...
8902 (handle_constants): ...this. Don't gobble ')' here.
8903 (handle_include, handle_file, handle_toplevel_file)
8904 (parse_include): New functions, mostly taken from gensupport.c.
8905 (init_md_reader): Subsume into...
8906 (read_md_files): ...this new function.
8907
8908 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8909
8910 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
8911 (unread_char): Decrement read_md_lineno after putting back '\n'.
8912 * read-md.c (fatal_with_file_and_line): Push back any characters
8913 that we decide not to add to the context.
8914 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
8915 fatal_expected_char in cases where '/' ends a line (for example).
8916 (read_name): Don't increment read_md_lineno here.
8917 (read_escape): Likewise.
8918 (read_quoted_string): Likewise.
8919 (read_braced_string): Likewise.
8920
8921 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8922
8923 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
8924 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
8925 * genconstants.c: Include read-md.h.
8926 * read-rtl.c (md_constants): Move to read-md.c.
8927 (md_name): Move to read-md.h.
8928 (initialize_iterators): Use leading_string_hash instead of def_hash
8929 and leading_string_eq_p instead of def_name_eq_p.
8930 (read_name): Move to read-md.c.
8931 (def_hash, def_name_eq_p): Delete.
8932 (read_constants, traverse_md_constants): Move to read-md.c.
8933 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
8934 * read-md.h: Include hashtab.h.
8935 (md_name): Moved from read-rtl.c.
8936 (md_constant): Moved from read-md.h.
8937 (leading_string_hash, leading_string_eq_p, read_name)
8938 (read_constants, traverse_md_constants): Declare.
8939 * read-md.c (md_constants): Moved from read-rtl.c.
8940 (leading_string_hash, leading_string_eq_p): New functions.
8941 (read_name, read_constants, traverse_md_constants): Moved from
8942 read-rtl.c.
8943
8944 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8945
8946 * read-rtl.c (md_name): New structure.
8947 (read_name): Take an md_name instead of a buffer pointer.
8948 Use the "string" field instead of strcpy when expanding constants.
8949 (read_constants): Remove the tmp_char argument. Update the calls
8950 to read_name, using two local name buffers instead of the tmp_char
8951 argument. Merge the constant-creation code.
8952 (read_conditions): Remove the tmp_char argument. Update the calls
8953 to read_name, using a local name buffer instead of the tmp_char
8954 argument.
8955 (read_mapping): Replace tmp_char variable with a local name buffer.
8956 Update the calls to read_name.
8957 (read_rtx_1): Likewise. Update the calls to read_constants and
8958 read_conditions.
8959
8960 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8961
8962 * Makefile.in (build/read-md.o): Depend on errors.h.
8963 * read-md.h (error_with_line): Declare.
8964 * read-md.c: Include errors.h.
8965 (message_with_line_1): New function, extracted from...
8966 (message_with_line): ...here.
8967 (error_with_line): New function.
8968 * genattrtab.c: If a call to message_with_line is followed by
8969 "have_error = 1;", replace both statements with a call to
8970 error_with_line.
8971 * genoutput.c: Likewise.
8972 * genpreds.c: Likewise.
8973 * genrecog.c: If a call to message_with_line is followed by
8974 "error_count++;", replace both statements with a call to
8975 error_with_line.
8976 (errorcount): Delete.
8977 (main): Don't check it.
8978 * gensupport.c: If a call to message_with_line is followed by
8979 "errors = 1;", replace both statements with a call to error_with_line.
8980 (errors): Delete.
8981 (process_define_cond_exec): Check have_error instead of errors.
8982 (init_md_reader_args_cb): Likewise. Don't set errors.
8983
8984 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
8985
8986 * read-md.h (read_md_file): Declare.
8987 (read_char, unread_char): New functions.
8988 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
8989 (read_quoted_string, read_string): Remove FILE * argument.
8990 * read-md.c (read_md_file): New variable.
8991 (read_md_filename, read_md_lineno): Update comments and remove
8992 unnecessary initialization.
8993 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
8994 (read_escape, read_quoted_string, read_braced_string, read_string):
8995 Remove FILE * argument. Update calls accordingly, using read_char
8996 and unread_char instead of getc and ungetc.
8997 * rtl.h (read_rtx): Remove FILE * argument.
8998 * read-rtl.c (iterator_group): Remove FILE * argument from
8999 "find_builtin".
9000 (iterator_traverse_data): Remove "infile" field.
9001 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
9002 (add_mapping, read_name, read_constants, read_conditions)
9003 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
9004 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
9005 Remove file arguments from all calls, using read_char and unread_char
9006 instead of getc and ungetc.
9007 * gensupport.c (process_include): Preserve read_md_file around
9008 the include. Set read_md_file to the handle of the included file.
9009 Update call to read_rtx.
9010 (init_md_reader_args_cb): Set read_md_file to the handle of the file
9011 and remove local FILE *. Update calls to read_rtx.
9012
9013 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
9014
9015 * read-md.h (read_rtx_lineno): Rename to...
9016 (read_md_lineno): ...this.
9017 (read_rtx_filename): Rename to...
9018 (read_md_filename): ...this.
9019 (copy_rtx_ptr_loc): Rename to...
9020 (copy_md_ptr_loc): ...this.
9021 (print_rtx_ptr_loc): Rename to...
9022 (print_md_ptr_loc): ...this.
9023 * read-md.c: Likewise. Update references after renaming.
9024 (string_obstack): Replace RTL with MD in comment.
9025 (set_rtx_ptr_loc): Rename to...
9026 (set_md_ptr_loc): ...this.
9027 (get_rtx_ptr_loc): Rename to...
9028 (get_md_ptr_loc): ...this.
9029 * genconditions.c: Update references after renaming.
9030 * genemit.c: Likewise.
9031 * genoutput.c: Likewise.
9032 * genpreds.c: Likewise.
9033 * gensupport.c: Likewise.
9034 * read-rtl.c: Likewise.
9035
9036 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
9037
9038 * Makefile.in (READ_MD_H): New variable.
9039 (BUILD_RTL): Add build/read-md.o.
9040 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
9041 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
9042 (build/genattrtab.o, build/genconditions.o build/genemit.o)
9043 (build/genextract.o, build/genflags.o, build/genoutput.o)
9044 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
9045 (build/read-md.o): New rule.
9046 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
9047 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
9048 * coretypes.h: ...here.
9049 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
9050 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
9051 * genattr.c: Include read-md.h.
9052 * genattrtab.c: Likewise.
9053 * genconditions.c: Likewise.
9054 * genemit.c: Likewise.
9055 * genextract.c: Likewise.
9056 * genflags.c: Likewise.
9057 * genoutput.c: Likewise.
9058 * genpreds.c: Likewise.
9059 * genrecog.c: Likewise.
9060 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
9061 (join_c_conditions, print_c_condition, read_rtx_filename)
9062 (read_rtx_lineno): Move to read-md.h.
9063 * read-rtl.c: Include read-md.h.
9064 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
9065 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
9066 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
9067 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
9068 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
9069 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
9070 (read_braced_string, read_string): Move to read-md.c.
9071 (read_rtx): Move some initialization to init_md_reader and call
9072 init_md_reader here.
9073 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
9074 Move to read-md.h.
9075 * gensupport.c: Include read-md.h.
9076 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
9077 * read-md.h, read-md.c: New files.
9078
9079 2010-06-10 Anatoly Sokolov <aesok@post.ru>
9080
9081 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
9082 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
9083 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
9084 * config/moxie/moxie.c (moxie_function_value): Make static.
9085 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
9086 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
9087
9088 2010-06-10 Martin Jambor <mjambor@suse.cz>
9089
9090 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
9091 * dbgcnt.def (tree_sra): New counter.
9092 * tree-sra.c: Include dbgcnt.h.
9093 (gate_intra_sra): Check tree_sra debug counter.
9094
9095 2010-06-10 Martin Jambor <mjambor@suse.cz>
9096
9097 PR tree-optimization/44258
9098 * tree-sra.c (build_access_subtree): Return false iff there is a
9099 partial overlap.
9100 (build_access_trees): Likewise.
9101 (analyze_all_variable_accesses): Disqualify candidates if
9102 build_access_trees returns true for them.
9103
9104 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
9105
9106 PR debug/41371
9107 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
9108 tail-recurse into canonical node. Fast-forward over
9109 non-canonical VALUEs.
9110
9111 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
9112
9113 PR boostrap/44470
9114 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
9115 (*addsi_1_zext) <TYPE_LEA>: Likewise.
9116 (add lea splitter): Likewise.
9117 (add_zext lea splitter): Likewise.
9118
9119 2010-06-10 Joseph Myers <joseph@codesourcery.com>
9120
9121 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
9122
9123 2010-06-10 Jan Hubicka <jh@suse.cz>
9124
9125 * df-problems.c (df_live_problem_data): Add live_bitmaps.
9126 (df_live_alloc): Initialize problem data and live_osbtacks.
9127 (df_live_finalize): Remove obstack, problem data; do not
9128 clear all bitmaps.
9129 (df_live_top_dump, df_live_bottom_dump): Do not dump old
9130 data when not allocated.
9131 (df_live_verify_solution_start): Do not allocate problem data.
9132 (df_live_verify_solution_end): Check if out is allocated.
9133 (struct df_md_problem_data): New structure.
9134 (df_md_alloc): Allocate problem data.
9135 (df_md_free): Free problem data; do not clear bitmaps.
9136
9137 2010-06-10 Jan Beulich <jbeulich@novell.com>
9138
9139 PR bootstrap/37304
9140 * configure.ac: Replace $() with ${} when intending to expand
9141 variables rather than invoking commands.
9142 * configure: Re-generate.
9143
9144 2010-06-10 Jan Hubicka <jh@suse.cz>
9145
9146 PR rtl-optimization/44460
9147 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
9148 TYPE_NEEDS_CONSTRUCTING sanity check.
9149
9150 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
9151
9152 * doc/include/fdl.texi: Move to GFDL version 1.3.
9153
9154 * doc/cpp.texi: Move to GFDL version 1.3.
9155 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
9156 * doc/gccint.texi: Move to GFDL version 1.3.
9157 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
9158 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
9159 * doc/invoke.texi: Move to GFDL version 1.3.
9160
9161 2010-06-09 Jan Hubicka <jh@suse.cz>
9162
9163 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
9164 Break out from ...
9165 (propagate) ... here; swap the order.
9166
9167 2010-06-09 Jan Hubicka <jh@suse.cz>
9168
9169 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
9170 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
9171 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
9172 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
9173
9174 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
9175
9176 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
9177 Do not the gather memory reference in the outer loop if the step
9178 is not a constant.
9179
9180 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
9181
9182 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
9183 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
9184 8 to 4. Minor change of the related comments.
9185
9186 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
9187
9188 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
9189 the scev analysis when the variable is not used outside the loop
9190 in a close phi node: call compute_overall_effect_of_inner_loop.
9191
9192 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
9193
9194 * graphite-sese-to-poly.c (single_pred_cond): Renamed
9195 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
9196 (build_sese_conditions_before): Renamed call to single_pred_cond.
9197 (build_sese_conditions_after): Same.
9198
9199 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
9200
9201 * graphite-poly.h: Fix comments and indentation.
9202 * graphite-sese-to-poly.c: Same.
9203 (build_sese_conditions_before): Compute stmt and gbb only when needed.
9204 * tree-chrec.c: Fix comments and indentation.
9205 (tree-ssa-loop-niter.c): Same.
9206
9207 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
9208
9209 PR rtl-optimization/42461
9210 * dce.c (deletable_insn_p): Return true for const or pure calls again.
9211 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
9212
9213 2010-06-09 Jan Hubicka <jh@suse.cz>
9214
9215 * bitmap.c (bitmap_and): Walk array forward.
9216 (bitmap_and_compl_into): Likewise.
9217 (bitmap_xor): Likewise.
9218 (bitmap_xor_into): Likewise.
9219 (bitmap_equal_p): Likewise.
9220 (bitmap_intersect_p): Likewise.
9221 (bitmap_intersect_compl_p): Likewise.
9222 (bitmap_ior_and_into): Likewise.
9223 (bitmap_elt_copy): Likewise.
9224 (bitmap_and_compl): Likewise.
9225 (bitmap_elt_ior): Likewise.
9226
9227 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
9228
9229 * opts-common.c (prune_options): Ensure replacement argv array
9230 is correctly terminated by a NULL entry.
9231
9232 2010-06-09 Jan Hubicka <jh@suse.cz>
9233
9234 * cgraph.h (varpool_first_static_initializer,
9235 varpool_next_static_initializer): Make checking only when
9236 checking enabled.
9237 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
9238 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
9239 gcc_assert to gcc_checking_assert.
9240 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
9241 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
9242 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
9243 op_iter_init_phiuse, op_iter_init_phidef,
9244 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
9245 gcc_checking_assert.
9246 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
9247 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
9248 partition_is_global, live_on_entry, live_on_exit,
9249 live_merge_and_clear): Likewise.
9250 * system.h (gcc_checking_assert): New macro.
9251 * gimple.h (set_bb_seq): Use gcc_checking_assert.
9252
9253 2010-06-09 Jason Merrill <jason@redhat.com>
9254
9255 * Makefile.in (TAGS): Collect tags info from c-family.
9256
9257 2010-06-09 Jan Hubicka <jh@suse.cz>
9258
9259 * gimple.h (gcc_gimple_checking_assert): New macro.
9260 (gimple_set_def_ops, gimple_set_use_ops,
9261 gimple_set_vuse, gimple_set_vdef,
9262 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
9263 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
9264 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
9265 gimple_asm_output_op, gimple_asm_output_op_ptr,
9266 gimple_asm_set_output_op, gimple_asm_clobber_op,
9267 gimple_asm_set_clobber_op, gimple_asm_label_op,
9268 gimple_asm_set_label_op, gimple_try_set_kind,
9269 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
9270 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
9271 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
9272 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
9273 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
9274 gimple_omp_for_set_initial, gimple_omp_for_final,
9275 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
9276 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
9277 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
9278 conditional with ENABLE_GIMPLE_CHECKING.
9279 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
9280
9281 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>
9282
9283 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
9284 (get_computation_cost_at): Use it.
9285 (determine_use_iv_cost_condition): Likewise.
9286 (determine_iv_cost): Likewise.
9287
9288 2010-06-09 Richard Guenther <rguenther@suse.de>
9289
9290 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
9291 replace constants.
9292
9293 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
9294
9295 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
9296
9297 2010-06-09 Martin Jambor <mjambor@suse.cz>
9298
9299 PR tree-optimization/44423
9300 * tree-sra.c (dump_access): Dump also grp_assignment_read.
9301 (analyze_access_subtree): Pass negative allow_replacements to children
9302 if the current type is scalar.
9303
9304 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
9305
9306 PR testsuite/42843
9307 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
9308 * doc/plugins.texi (Plugin license check): Update information
9309 on type of plugin_is_GPL_compatible.
9310 * Makefile.in (PLUGINCC): Define as $(COMPILER).
9311 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
9312
9313 2010-06-09 Bernd Schmidt <bernds@codesourcery.com>
9314
9315 * config/arm/arm.c (thumb2_reorg): New function.
9316 (arm_reorg): Call it.
9317 * config/arm/thumb2.md (define_peephole2 for flag clobbering
9318 arithmetic operations): Delete.
9319
9320 2010-06-09 Edmar Wienskoski <edmar@freescale.com>
9321
9322 PR target/44067
9323 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
9324 e500v2 target.
9325
9326 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
9327
9328 PR plugins/44459
9329 * gcc-plugin.h: Encapsulate all declarations in extern "C".
9330
9331 2010-06-08 Jan Hubicka <jh@suse.cz>
9332
9333 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
9334 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
9335
9336 2010-06-08 Sandra Loosemore <sandra@codesourcery.com>
9337
9338 PR tree-optimization/39874
9339 PR middle-end/28685
9340 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
9341 Declare.
9342 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
9343 same_bool_result_p): New.
9344 (and_var_with_comparison, and_var_with_comparison_1,
9345 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
9346 (or_var_with_comparison, or_var_with_comparison_1,
9347 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
9348 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
9349 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
9350 of combine_comparisons.
9351 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
9352
9353 2010-06-08 Anatoly Sokolov <aesok@post.ru>
9354
9355 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
9356 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
9357 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
9358 pdp11_function_value_regno_p): New functions.
9359 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
9360 TARGET_FUNCTION_VALUE_REGNO_P): Define.
9361
9362 2010-06-08 Kazu Hirata <kazu@codesourcery.com>
9363
9364 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
9365 Thumb-2 in the MINUS case.
9366
9367 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9368
9369 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
9370
9371 * doc/gty.texi (GTY Options): Document typed GC allocation and
9372 variable_size GTY option.
9373
9374 * ggc-internal.h: New.
9375
9376 * ggc.h: Update copyright year.
9377 (digit_string): Move to stringpool.c.
9378 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
9379 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
9380 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
9381 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
9382 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
9383 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
9384 (ggc_force_collect, ggc_get_size, ggc_statistics)
9385 (ggc_print_common_statistics): Move to ggc-internal.h.
9386 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
9387 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
9388 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
9389 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
9390 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
9391 (ggc_alloc_zone_pass_stat): Remove.
9392 (ggc_internal_alloc_stat, ggc_internal_alloc)
9393 (ggc_internal_cleared_alloc_stat): New.
9394 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
9395 (ggc_internal_vec_alloc_stat)
9396 (ggc_internal_cleared_vec_alloc_stat)
9397 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
9398 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
9399 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
9400 (ggc_cleared_alloc_ptr_array_two_args): New.
9401 (htab_create_ggc, splay_tree_new_ggc): Redefine.
9402 (ggc_splay_alloc): Change the type of the first argument to
9403 enum gt_types_enum.
9404 (ggc_alloc_string): Make macro.
9405 (ggc_alloc_string_stat): New.
9406 (ggc_strdup): Redefine.
9407 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
9408 (ggc_alloc_rtvec_sized): New.
9409 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
9410 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
9411 (ggc_internal_cleared_alloc_zone_stat)
9412 (ggc_internal_zone_alloc_stat)
9413 (ggc_internal_zone_cleared_alloc_stat)
9414 (ggc_internal_zone_vec_alloc_stat)
9415 (ggc_alloc_zone_rtx_def_stat)
9416 (ggc_alloc_zone_tree_node_stat)
9417 (ggc_alloc_zone_cleared_tree_node_stat)
9418 (ggc_alloc_cleared_gimple_statement_d_stat): New.
9419
9420 * ggc-common.c: Include ggc-internal.h.
9421 (ggc_internal_cleared_alloc_stat): Rename from
9422 ggc_alloc_cleared_stat.
9423 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
9424 (ggc_calloc): Remove.
9425 (ggc_cleared_alloc_htab_ignore_args): New.
9426 (ggc_cleared_alloc_ptr_array_two_args): New.
9427 (ggc_splay_alloc): Add obj_type parameter.
9428 (init_ggc_heuristics): Formatting fixes.
9429
9430 * ggc-none.c: Update copyright year.
9431 (ggc_alloc_stat): Rename to ggc_alloc_stat.
9432 (ggc_alloc_cleared_stat): Rename to
9433 ggc_internal_cleared_alloc_stat.
9434 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
9435
9436 * ggc-page.c: Update copyright year. Include ggc-internal.h.
9437 Remove references to ggc_alloc in comments.
9438 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
9439 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
9440 (new_ggc_zone, destroy_ggc_zone): Remove.
9441 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
9442
9443 * ggc-zone.c: Include ggc-internal.h. Remove references to
9444 ggc_alloc in comments.
9445 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
9446 (ggc_internal_alloc_zone_pass_stat): New.
9447 (ggc_internal_cleared_alloc_zone_stat): New.
9448 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
9449 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
9450 (new_ggc_zone, destroy_ggc_zone): Remove.
9451
9452 * stringpool.c: Update copyright year. Include ggc-internal.h
9453 (digit_vector): Make static.
9454 (digit_string): Moved from ggc.h.
9455 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
9456 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
9457
9458 * Makefile.in (GGC_INTERNAL_H): New.
9459 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
9460 $(GGC_INTERNAL_H) to dependencies.
9461
9462 * gentype.c: Update copyright year.
9463 (walk_type): Accept variable_size GTY option.
9464 (USED_BY_TYPED_GC_P): New macro.
9465 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
9466 whitespace at the end of strings.
9467 (get_type_specifier, variable_size_p): New functions.
9468 (alloc_quantity, alloc_zone): New enums.
9469 (write_typed_alloc_def): New function.
9470 (write_typed_struct_alloc_def): Likewise.
9471 (write_typed_typed_typedef_alloc_def): Likewise.
9472 (write_typed_alloc_defns): Likewise.
9473 (output_typename, write_splay_tree_allocator_def): Likewise.
9474 (write_splay_tree_allocators): Likewise.
9475 (main): Call write_typed_alloc_defns and
9476 write_splay_tree_allocators.
9477
9478 * lto-streamer.h (lto_file_decl_data_ptr): New.
9479
9480 * passes.c (order): Define using cgraph_node_ptr.
9481
9482 * strinpool.c (struct string_pool_data): Declare nested_ptr using
9483 ht_identifier_ptr.
9484
9485 * gimple.h (union gimple_statement_d): Likewise.
9486
9487 * rtl.h (struct rtx_def): Likewise.
9488 (struct rtvec_def): Likewise.
9489
9490 * tree.h (union tree_node): Likewise.
9491
9492 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
9493
9494 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
9495
9496 * tree-scalar-evolution.c (scev_initialize): Likewise.
9497
9498 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
9499
9500 * dwarf2asm.c (dw2_force_const_mem): Likewise.
9501
9502 * omp-low.c (lower_omp_critical): Likewise.
9503
9504 * bitmap.h (struct bitmap_head_def): Update comment to not
9505 reference ggc_alloc.
9506
9507 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
9508
9509 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
9510
9511 * ipa-prop.c (duplicate_ggc_array): Rename to
9512 duplicate_ipa_jump_func_array. Use typed GC allocation.
9513 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
9514
9515 * gimple.c (gimple_alloc_stat): Use
9516 ggc_alloc_cleared_gimple_statement_d_stat.
9517
9518 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
9519
9520 * tree.c (make_node_stat): Use
9521 ggc_alloc_zone_cleared_tree_node_stat.
9522 (make_tree_vec_stat): Likewise.
9523 (build_vl_exp_stat): Likewise.
9524 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
9525 (make_tree_binfo_stat): Likewise.
9526 (tree_cons_stat): Likewise.
9527
9528 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
9529 (shallow_copy_rtx_stat): Likewise.
9530 (make_node_stat): Likewise.
9531
9532 * lto-symtab.c: Fix comment.
9533
9534 * tree-cfg.c (create_bb): Update comment to not reference
9535 ggc_alloc_cleared.
9536 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
9537
9538 * varpool.c (varpool_node): Use typed GC allocation.
9539 (varpool_extra_name_alias): Likewise.
9540
9541 * varasm.c (emutls_decl): Likewise.
9542 (get_unnamed_section): Likewise.
9543 (get_noswitch_section): Likewise.
9544 (get_section): Likewise.
9545 (get_block_for_section): Likewise.
9546 (build_constant_desc): Likewise.
9547 (create_constant_pool): Likewise.
9548 (force_const_mem): Likewise.
9549
9550 * tree.c (build_vl_exp_stat): Likewise.
9551 (build_real): Likewise.
9552 (build_string): Likewise.
9553 (decl_debug_expr_insert): Likewise.
9554 (decl_value_expr_insert): Likewise.
9555 (type_hash_add): Likewise.
9556 (build_omp_clause): Likewise.
9557
9558 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
9559
9560 * tree-ssa.c (init_tree_ssa): Likewise.
9561
9562 * tree-ssa-structalias.c (heapvar_insert): Likewise.
9563
9564 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
9565
9566 * tree-ssa-loop-niter.c (record_estimate): Likewise.
9567
9568 * tree-ssa-alias.c (get_ptr_info): Likewise.
9569
9570 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
9571
9572 * tree-phinodes.c (allocate_phi_node): Likewise.
9573
9574 * tree-iterator.c (tsi_link_before): Likewise.
9575 (tsi_link_after): Likewise.
9576
9577 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
9578
9579 * tree-dfa.c (create_var_ann): Likewise.
9580
9581 * tree-cfg.c (create_bb): Likewise.
9582
9583 * toplev.c (alloc_for_identifier_to_locale): Likewise.
9584 (general_init): Likewise.
9585
9586 * stringpool.c (stringpool_ggc_alloc): Likewise.
9587 (gt_pch_save_stringpool): Likewise.
9588
9589 * sese.c (if_region_set_false_region): Likewise.
9590
9591 * passes.c (do_per_function_toporder): Likewise.
9592
9593 * optabs.c (set_optab_libfunc): Likewise.
9594 (set_conv_libfunc): Likewise.
9595
9596 * lto-symtab.c (lto_symtab_register_decl): Likewise.
9597
9598 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
9599 (input_eh_region): Likewise.
9600 (input_eh_lp): Likewise.
9601 (make_new_block): Likewise.
9602 (unpack_ts_real_cst_value_fields): Likewise.
9603
9604 * lto-section-in.c (lto_new_in_decl_state): Likewise.
9605
9606 * lto-cgraph.c (input_node_opt_summary): Likewise.
9607
9608 * loop-init.c (loop_optimizer_init): Likewise.
9609
9610 * lambda.h (lambda_vector_new): Likewise.
9611
9612 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
9613
9614 * ira.c (update_equiv_regs): Likewise.
9615
9616 * ipa.c (cgraph_node_set_new): Likewise.
9617 (cgraph_node_set_add): Likewise.
9618 (varpool_node_set_new): Likewise.
9619 (varpool_node_set_add): Likewise.
9620
9621 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
9622 (duplicate_ipa_jump_func_array): Likewise.
9623 (ipa_read_node_info): Likewise.
9624
9625 * ipa-cp.c (ipcp_create_replace_map): Likewise.
9626
9627 * integrate.c (get_hard_reg_initial_val): Likewise.
9628
9629 * gimple.c (gimple_alloc_stat): Likewise.
9630 (gimple_build_omp_for): Likewise.
9631 (gimple_seq_alloc): Likewise.
9632 (gimple_copy): Likewise.
9633
9634 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
9635 (gsi_insert_after_without_update): Likewise.
9636
9637 * function.c (add_frame_space): Likewise.
9638 (insert_temp_slot_address): Likewise.
9639 (assign_stack_temp_for_type): Likewise.
9640 (allocate_struct_function): Likewise.
9641 (types_used_by_var_decl_insert): Likewise.
9642
9643 * except.c (init_eh_for_function): Likewise.
9644 (gen_eh_region): Likewise.
9645 (gen_eh_region_catch): Likewise.
9646 (gen_eh_landing_pad): Likewise.
9647 (add_call_site): Likewise.
9648
9649 * emit-rtl.c (get_mem_attrs): Likewise.
9650 (get_reg_attrs): Likewise.
9651 (start_sequence): Likewise.
9652 (init_emit): Likewise.
9653
9654 * dwarf2out.c (new_cfi): Likewise.
9655 (queue_reg_save): Likewise.
9656 (dwarf2out_frame_init): Likewise.
9657 (new_loc_descr): Likewise.
9658 (find_AT_string): Likewise.
9659 (new_die): Likewise.
9660 (add_var_loc_to_decl): Likewise.
9661 (clone_die): Likewise.
9662 (clone_as_declaration): Likewise.
9663 (break_out_comdat_types): Likewise.
9664 (new_loc_list): Likewise.
9665 (loc_descriptor): Likewise.
9666 (add_loc_descr_to_each): Likewise.
9667 (add_const_value_attribute): Likewise.
9668 (tree_add_const_value_attribute): Likewise.
9669 (add_comp_dir_attribute): Likewise.
9670 (add_name_and_src_coords_attributes): Likewise.
9671 (lookup_filename): Likewise.
9672 (store_vcall_insn): Likewise.
9673 (dwarf2out_init): Likewise.
9674
9675 * dbxout.c (dbxout_init): Likewise.
9676
9677 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
9678
9679 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
9680
9681 * config/score/score7.c (score7_output_external): Likewise.
9682
9683 * config/score/score3.c (score3_output_external): Likewise.
9684
9685 * config/s390/s390.c (s390_init_machine_status): Likewise.
9686
9687 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
9688 (rs6000_init_machine_status): Likewise.
9689 (output_toc): Likewise.
9690
9691 * config/pa/pa.c (pa_init_machine_status): Likewise.
9692 (get_deferred_plabel): Likewise.
9693
9694 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
9695
9696 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
9697
9698 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
9699
9700 * config/mep/mep.c (mep_init_machine_status): Likewise.
9701 (mep_note_pragma_flag): Likewise.
9702
9703 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
9704
9705 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
9706
9707 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
9708
9709 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
9710 (i386_pe_maybe_record_exported_symbol): Likewise.
9711
9712 * config/i386/i386.c (get_dllimport_decl): Likewise.
9713 (ix86_init_machine_status): Likewise.
9714 (assign_386_stack_local): Likewise.
9715
9716 * config/frv/frv.c (frv_init_machine_status): Likewise.
9717
9718 * config/darwin.c (machopic_indirection_name): Likewise.
9719
9720 * config/cris/cris.c (cris_init_machine_status): Likewise.
9721
9722 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
9723
9724 * config/avr/avr.c (avr_init_machine_status): Likewise.
9725
9726 * config/arm/arm.c (arm_init_machine_status): Likewise.
9727
9728 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
9729 (alpha_need_linkage): Likewise.
9730 (alpha_use_linkage): Likewise.
9731
9732 * cgraph.c (cgraph_allocate_node): Likewise.
9733 (cgraph_create_edge_1): Likewise.
9734 (cgraph_create_indirect_edge): Likewise.
9735 (cgraph_add_asm_node): Likewise.
9736
9737 * cfgrtl.c (init_rtl_bb_info): Likewise.
9738
9739 * cfgloop.c (alloc_loop): Likewise.
9740 (rescan_loop_exit): Likewise.
9741
9742 * cfg.c (init_flow): Likewise.
9743 (alloc_block): Likewise.
9744 (unchecked_make_edge): Likewise.
9745
9746 * c-parser.c (c_parse_init): Likewise.
9747 (c_parse_file): Likewise.
9748
9749 * c-decl.c (bind): Likewise.
9750 (record_inline_static): Likewise.
9751 (push_scope): Likewise.
9752 (make_label): Likewise.
9753 (lookup_label_for_goto): Likewise.
9754 (finish_struct): Likewise.
9755 (finish_enum): Likewise.
9756 (c_push_function_context): Likewise.
9757
9758 * bitmap.c (bitmap_element_allocate): Likewise.
9759 (bitmap_gc_alloc_stat): Likewise.
9760
9761 * alias.c (record_alias_subset): Likewise.
9762 (init_alias_analysis): Likewise.
9763
9764 2010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
9765
9766 * fold-const.c (fold_comparison): Remove redundant parenthesis.
9767 * tree-inline.c (expand_call_inline): Pass translated return value of
9768 cgraph_inline_failed_string to diagnostic function.
9769
9770 2010-06-08 Andrew Pinski <pinskia@gmail.com>
9771 Shujing Zhao <pearly.zhao@oracle.com>
9772
9773 PR c/37724
9774 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
9775 implicit bad conversions is initialization.
9776 (error_init): Use gmsgid instead of msgid for argument name and change
9777 the call for error.
9778 (pedwarn_init): Use gmsgid instead of msgid for argument name and
9779 change the call for pedwarn.
9780 (warning_init): Use gmsgid instead of msgid for argument name and
9781 change the call for warning.
9782
9783 2010-06-07 Nathan Froyd <froydnj@codesourcery.com>
9784
9785 * config/mips/mips-protos.h (mips_print_operand): Delete.
9786 (mips_print_operand_address): Delete.
9787 * config/mips/mips.h (mips_print_operand_punct): Delete.
9788 (PRINT_OPERAND): Delete.
9789 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9790 (PRINT_OPERAND_ADDRESS): Delete.
9791 * config/mips/mips.c (mips_print_operand_punct): Make static.
9792 (mips_print_operand_address): Make static.
9793 (mips_print_operand): Make static. Call
9794 mips_print_operand_punct_valid_p.
9795 (mips_print_operand_punct_valid_p): New function.
9796 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9797 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9798
9799 2010-06-07 Jan Hubicka <jh@suse.cz>
9800
9801 PR middle-end/44454
9802 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
9803 are allocated.
9804
9805 2010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
9806
9807 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
9808 name of RECORD.
9809
9810 2010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9811
9812 * doc/sourcebuild.texi (Effective-Target Keywords, Other
9813 attributes): Document gas.
9814
9815 2010-06-07 Uros Bizjak <ubizjak@gmail.com>
9816
9817 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
9818 <TYPE_LEA>: Split instruction.
9819 <default>: Remove alternative 2 handling.
9820 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
9821 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
9822 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
9823
9824 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
9825 (ashift_zext lea splitter): Use DImode for multiplication.
9826
9827 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
9828 to generate addition.
9829
9830 2010-06-07 Joseph Myers <joseph@codesourcery.com>
9831
9832 * common.opt (fira-verbose): Use Var.
9833 (fpcc-struct-return): Use Init instead of VarExists.
9834 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
9835 toplev.c.
9836 * flags.h (flag_signed_char, flag_short_enums,
9837 flag_pcc_struct_return, flag_ira_verbose,
9838 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
9839 * toplev.c (flag_detailed_statistics, flag_signed_char,
9840 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
9841 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
9842 * toplev.h (flag_crossjumping, flag_if_conversion,
9843 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
9844 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
9845 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
9846 flag_cprop_registers, time_report, flag_ira_loop_pressure,
9847 flag_ira_coalesce, flag_ira_move_spills,
9848 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
9849
9850 2010-06-07 Jan Hubicka <jh@suse.cz>
9851
9852 * df-core.c (df_analyze_problem): Do verification after allocation.
9853
9854 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
9855 (df_lr_alloc): Initialize problem data; move bitmaps to
9856 lr_bitmaps obstack.
9857 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
9858 (df_lr_verify_solution_start): Do not initialize problem data;
9859 allocate bitmaps in lr_bitmaps.
9860 (df_lr_verify_solution_end): Do not free problem data.
9861
9862 2010-06-07 Jan Hubicka <jh@suse.cz>
9863
9864 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
9865 if caller is noreturn.
9866 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
9867 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
9868 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
9869 * ipa-pure-const.c (check_decl): Add IPA parameter.
9870 (state_from_flags): New function.
9871 (better_state, worse_state): New functions.
9872 (check_call): When in IPA mode, do not care about callees.
9873 (check_load, check_store): Update.
9874 (check_ipa_load, check_ipa_store): New.
9875 (check_stmt): When in IPA mode, use IPA checkers.
9876 (analyze_function): Use state_from_flags.
9877 (propagate): Check indirect edges and references.
9878
9879 2010-06-07 Kazu Hirata <kazu@codesourcery.com>
9880
9881 PR rtl-optimization/44404
9882 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
9883 of count_occurrences to see if it's safe to modify mem_insn.
9884
9885 2010-06-07 Richard Guenther <rguenther@suse.de>
9886
9887 * gimplify.c (gimplify_cleanup_point_expr): For empty body
9888 and EH-only cleanup drop the cleanup instead of inserting it
9889 unconditionally.
9890
9891 2010-06-07 Ira Rosen <irar@il.ibm.com>
9892
9893 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
9894 documentation.
9895 * targhooks.c (default_builtin_vectorization_cost): New function.
9896 * targhooks.h (default_builtin_vectorization_cost): Declare.
9897 * target.h (enum vect_cost_for_stmt): Define.
9898 (builtin_vectorization_cost): Change argument and comment.
9899 * tree-vectorizer.h: Remove cost model macros.
9900 * tree-vect-loop.c: Include target.h.
9901 (vect_get_cost): New function.
9902 (vect_estimate_min_profitable_iters): Replace cost model macros with
9903 calls to vect_get_cost.
9904 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
9905 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
9906 default implementation.
9907 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
9908 calls to target hook builtin_vectorization_cost.
9909 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
9910 Likewise.
9911 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
9912 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
9913 implementation to return costs.
9914 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
9915 * config/spu/spu.h: Remove vectorizer cost model macros.
9916 * config/i386/i386.h: Likewise.
9917 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
9918 a call to target hook builtin_vectorization_cost.
9919
9920 2010-06-06 Sriraman Tallam <tmsriram@google.com>
9921
9922 PR target/44319
9923 * config/i386/i386.c (override_options): Turn zee pass on for level 2
9924 and above and defer till target is known.
9925 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
9926 turn off otherwise.
9927
9928 2010-05-25 Jan Hubicka <jh@suse.cz>
9929
9930 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
9931 (df_compact_blocks): Likewise.
9932 * df.h (struct df): Turn hardware_regs_used,
9933 regular_block_artificial_uses, eh_block_artificial_uses,
9934 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
9935 bitmap_head.
9936 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
9937 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
9938 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
9939 df_scan_blocks, df_insn_delete, df_insn_rescan,
9940 df_insn_rescan_debug_internal, df_insn_rescan_all,
9941 df_process_deferred_rescans, df_process_deferred_rescans,
9942 df_notes_rescan, df_get_call_refs, df_get_call_refs,
9943 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
9944 df_record_entry_block_defs, df_record_exit_block_uses,
9945 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
9946 df_scan_verify): Update.
9947
9948 2010-05-25 Dodji Seketeli <dodji@redhat.com>
9949
9950 PR c++/44188
9951 * c-common.c (is_typedef_decl): Move this definition ...
9952 * tree.c (is_typedef_decl): ... here.
9953 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
9954 * c-common.h (is_typedef_decl): Move this declaration ...
9955 * tree.h (is_typedef_decl): ... here.
9956 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
9957 * dwarf2out.c (is_naming_typedef_decl): New function.
9958 (gen_tagged_type_die): Split out of ...
9959 (gen_type_die_with_usage): ... this function. When an anonymous
9960 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
9961 is emitted for the typedef.
9962 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
9963 anonymous tagged types.
9964
9965 2010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
9966
9967 PR c/20000
9968 * c-decl.c (grokdeclarator): Delete warning.
9969
9970 2010-06-06 Eric Botcazou <ebotcazou@adacore.com>
9971
9972 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
9973 newly built CALL_EXPR.
9974 * tree-profile.c (tree_profiling): Don't profile functions produced
9975 for built-in stuff.
9976
9977 2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
9978
9979 PR bootstrap/44427
9980 PR bootstrap/44428
9981 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
9982 endianness-independent.
9983
9984 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
9985
9986 * c-common.c: Move to c-family/.
9987 * c-common.def: Likewise.
9988 * c-common.h: Likewise.
9989 * c-cppbuiltin.c: Likewise.
9990 * c-dump.c: Likewise.
9991 * c-format.c: Likewise.
9992 * c-format.h : Likewise.
9993 * c-gimplify.c: Likewise.
9994 * c-lex.c: Likewise.
9995 * c-omp.c: Likewise.
9996 * c.opt: Likewise.
9997 * c-opts.c: Likewise.
9998 * c-pch.c: Likewise.
9999 * c-ppoutput.c: Likewise.
10000 * c-pragma.c: Likewise.
10001 * c-pragma.h: Likewise.
10002 * c-pretty-print.c: Likewise.
10003 * c-pretty-print.h: Likewise.
10004 * c-semantics.c: Likewise.
10005 * stub-objc.c: Likewise.
10006
10007 * gengtype.c (get_file_langdir): Special-case files in c-family/.
10008 (get_output_file_with_visibility): Fix name for c-common.h.
10009 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
10010
10011 * c-tree.h: Update include path for moved files.
10012 * c-lang.c: Likewise.
10013 * c-lang.h: Likewise.
10014 * c-parser.c: Likewise.
10015 * c-convert.c: Likewise.
10016 * c-decl.c: Likewise.
10017 * c-objc-common.c: Likewise.
10018 * configure.ac: Make sure c-family/ exists in the build directory.
10019 * configure: Regenerate.
10020 * Makefile.in: Update paths for moved files. Regroup files per
10021 location and update dependencies. Move generated_files down after
10022 ALL_GTFILES_H.
10023
10024 * config/spu/spu-c.c: Update paths for moved files.
10025 * config/mep/mep-pragma.c: Likewise.
10026 * config/darwin-c.c: Likewise.
10027 * config/i386/msformat-c.c: Likewise.
10028 * config/i386/i386-c.c: Likewise.
10029 * config/avr/avr-c.c: Likewise.
10030 * config/sol2-c.c: Likewise.
10031 * config/ia64/ia64-c.c: Likewise.
10032 * config/rs6000/rs6000-c.c: Likewise.
10033 * config/arm/arm.c: Likewise.
10034 * config/arm/arm-c.c: Likewise.
10035 * config/h8300/h8300.c: Likewise.
10036 * config/v850/v850-c.c: Likewise.
10037
10038 * config/t-darwin: Fix dependencies for moved files.
10039 * config/t-sol2: Fix dependencies for moved files.
10040 * config/mep/t-mep: Fix dependencies for moved files.
10041 * config/ia64/t-ia64: Fix dependencies for moved files.
10042 * config/rs6000/t-rs6000: Fix dependencies for moved files.
10043 * config/v850/t-v850: Fix dependencies for moved files.
10044 * config/v850/t-v850e: Fix dependencies for moved files.
10045
10046 * config/m32c/m32c-pragma.c
10047
10048 * po/exgettext: Look in c-family/ also.
10049
10050 2010-06-05 Eric Botcazou <ebotcazou@adacore.com>
10051
10052 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
10053 (mark_control_dependent_edges_necessary): Call it instead of marking
10054 the last statement manually.
10055 (propagate_necessity): Likewise.
10056
10057 2010-06-05 Jan Hubicka <jh@suse.cz>
10058
10059 * basic-block.h (compute_dominance_frontiers): Updated.
10060 (compute_idf): Likewise.
10061
10062 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
10063 for dominance frontiers.
10064 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
10065 (insert_updated_phi_nodes_for): Likewise.
10066 (update_ssa): Likewise.
10067 * cfganal.c (compute_dominance_frontiers_1): Likewise.
10068 (compute_dominance_frontiers): Likewise.
10069 (compute_idf): Likewise.
10070 * df-problems.c (df_md_local_compute): Likewise.
10071
10072 2010-06-05 Anatoly Sokolov <aesok@post.ru>
10073
10074 * target.h (struct gcc_target): Add memory_move_cost field.
10075 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
10076 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
10077 * targhooks.c (default_memory_move_cost): New function.
10078 * targhooks.h (default_memory_move_cost): Declare function.
10079 * reload.h (memory_move_cost): Declare.
10080 (memory_move_secondary_cost): Change type of 'in' argument to bool.
10081 * reginfo.c (memory_move_cost): New function.
10082 (memory_move_secondary_cost): Change type of 'in' argument to bool.
10083 * ira.h (ira_memory_move_cost): Update comment.
10084 * ira.c (ira_memory_move_cost): Update comment.
10085 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
10086 with memory_move_cost.
10087 * postreload.c (reload_cse_simplify_set): (Ditto.).
10088 * reload1.c (choose_reload_regs): (Ditto.).
10089 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
10090 (MEMORY_MOVE_COST): Revise documentation.
10091
10092 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
10093 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
10094 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
10095 type of 'in' argument to bool.
10096 (TARGET_MEMORY_MOVE_COST): Define.
10097
10098 2010-06-05 Jan Hubicka <jh@suse.cz>
10099
10100 * ipa-pure-const.c (propagate): Fix typo in handling of functions
10101 that cannot return. Be more careful when merging the results with
10102 previously known ones.
10103
10104 2010-06-05 Matthias Klose <doko@ubuntu.com>
10105
10106 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
10107 function to add the -iplugindir option.
10108 (find_plugindir_spec_function): Add new declaration and function.
10109 (static_spec_func): Use it for "find-plugindir".
10110
10111 2010-06-05 Jakub Jelinek <jakub@redhat.com>
10112
10113 PR c++/44361
10114 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
10115 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
10116 statement expression.
10117
10118 2010-06-05 Jan Hubicka <jh@suse.cz>
10119
10120 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
10121 (df_rd_problem_data): Convert sparse_invalidated_by_call,
10122 dense_invalidated_by_call to bitmap head.
10123 (df_rd_alloc, df_rd_bb_local_compute_process_def,
10124 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
10125 df_rd_start_dump, df_lr_verify_transfer_functions,
10126 df_live_verify_transfer_functions, df_chain_create_bb,
10127 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
10128 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
10129 df_simulate_one_insn_forwards, df_md_alloc,
10130 df_md_bb_local_compute_process_def,
10131 df_md_bb_local_compute_process_def, df_md_local_compute,
10132 df_md_transfer_function df_md_free): Update.
10133
10134 2010-06-05 Joseph Myers <joseph@codesourcery.com>
10135
10136 PR c/44322
10137 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
10138 target type for ADDR_EXPR; require no changes to qualifiers except
10139 for function types.
10140 * c-tree.h (c_build_type_variant): Remove.
10141
10142 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
10143
10144 * genautomata.c (get_excl_set): Do work per element, not per char.
10145 (check_presence_pattern_sets): Similar.
10146 (check_absence_pattern_sets): Similar.
10147
10148 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
10149
10150 * genautomata.c (curr_state_pass_num): Delete.
10151 (min_issue_delay_pass_states): Delete.
10152 (min_issue_delay): Delete.
10153 (initiate_min_issue_delay_pass_states): Delete.
10154 (output_min_issue_delay_table): Compute min_issue_delay_vect
10155 using a breadth-first search variant.
10156 (output_tables): Don't call initiate_min_issue_delay_pass_states.
10157
10158 2010-06-04 H.J. Lu <hongjiu.lu@intel.com>
10159
10160 PR boostrap/44421
10161 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
10162 (df_byte_lr_bb_local_compute): Likewise.
10163
10164 2010-06-03 Jason Merrill <jason@redhat.com>
10165
10166 Implement noexcept operator (5.3.7)
10167 * c-common.c (c_common_reswords): Add noexcept.
10168 * c-common.h (enum rid): Add RID_NOEXCEPT.
10169
10170 2010-06-04 Joseph Myers <joseph@codesourcery.com>
10171
10172 * config/darwin-driver.c (darwin_default_min_version): Use
10173 GCC-specific formats in diagnostics.
10174 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
10175 diagnostics.
10176 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
10177 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
10178 eval_spec_function, handle_braces, process_brace_body, main,
10179 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
10180 getenv_spec_function, compare_version_strings,
10181 version_compare_spec_function): Use GCC-specific formats in
10182 diagnostics.
10183
10184 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
10185
10186 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
10187 that operand 0 and operand 1 are equal.
10188 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
10189 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
10190 and operand 1 are equal.
10191 <default>: Ditto. Remove ??? comment.
10192 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
10193 and operand 1 are equal.
10194 <default>: Ditto. Remove ??? comment.
10195 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
10196 are equal.
10197 (*add<mode>_4) <default>: Ditto.
10198 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
10199
10200 2010-06-04 Nathan Froyd <froydnj@codesourcery.com>
10201
10202 * config/i386/i386-protos.h (ix86_print_operand): Declare.
10203 * config/i386/i386.c (ix86_print_operand): Make non-static.
10204 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
10205 * output.h (output_operand): Declare.
10206 * final.c (output_operand): Make non-static.
10207
10208 2010-06-04 Alexandre Oliva <aoliva@redhat.com>
10209
10210 PR rtl-optimization/44013
10211 * sched-deps.c (add_dependence_list_and_free): Don't free lists
10212 when processing debug insns.
10213
10214 PR debug/41371
10215 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
10216 recursing. Check that recursion is bounded. Rename inner var
10217 to avoid hiding incoming argument.
10218
10219 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
10220
10221 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
10222 operands[2] == 255.
10223 (*addqi_3): Ditto.
10224 (*addqi_4): Ditto.
10225 (*addqi_5): Ditto.
10226 (*addqi_ext_1_rex64): Ditto.
10227 (*addqi_ext_1): Ditto.
10228
10229 (*addqi_4): Check for incdec_operand in QImode.
10230
10231 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
10232 using SWI mode iterator.
10233 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
10234 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
10235 mode iterator.
10236 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
10237 using SWI mode iterator.
10238
10239 2010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
10240
10241 PR c/25880
10242 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
10243 * c-format.c (gcc_diag_flag_specs): Add hash.
10244 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
10245 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
10246 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
10247 pp_c_cv_qualifiers. Handle qualifiers spelling here.
10248 (pp_c_type_qualifier_list): Call the function above.
10249 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
10250 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
10251 (WARN_FOR_QUALIFIERS): New macro.
10252 (convert_for_assignment): Use it.
10253
10254 2010-06-04 Kai Tietz <kai.tietz@onevision.com>
10255
10256 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
10257
10258 2010-06-04 Jan Hubicka <jh@suse.cz>
10259
10260 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
10261 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
10262 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
10263 DF_BYTE_LR_OUT): Update for embedded bitmaps.
10264 * fwprop.c (single_def_use_enter_block): Likewise.
10265 * ddg.c (create_ddg_dep_from_intra_loop_link,
10266 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
10267 * loop-iv.c (latch_dominating_def): Likewise.
10268 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
10269 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
10270 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
10271 df_rd_transfer_function, df_rd_top_dump,
10272 df_rd_bottom_dump): Update.
10273 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
10274 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
10275 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
10276 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
10277 df_lr_verify_solution_start, df_lr_verify_solution_end,
10278 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
10279 df_live_free_bb_info, df_live_alloc, df_live_reset,
10280 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
10281 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
10282 df_live_verify_solution_start, df_live_verify_solution_end,
10283 df_live_verify_transfer_functions, df_chain_create_bb,
10284 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
10285 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
10286 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
10287 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
10288 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
10289 df_byte_lr_transfer_function, df_byte_lr_top_dump,
10290 df_byte_lr_bottom_dump, df_create_unused_note,
10291 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
10292 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
10293 df_md_transfer_function, df_md_init, df_md_confluence_0,
10294 df_md_confluence_n,
10295 df_md_top_dump, df_md_bottom_dump): Update.
10296 (struct df_lr_problem_data): Embedd bitmap headers.
10297
10298 2010-06-04 Jan Hubicka <jh@suse.cz>
10299
10300 * dce.c (dce_process_block): Do not re-scan already marked
10301 instructions.
10302
10303 2010-06-04 Bernd Schmidt <bernds@codesourcery.com>
10304
10305 PR rtl-optimization/39871
10306 PR rtl-optimization/40615
10307 PR rtl-optimization/42500
10308 PR rtl-optimization/42502
10309 * ira.c (init_reg_equiv_memory_loc: New function.
10310 (ira): Call it twice.
10311 * reload.h (calculate_elim_costs_all_insns): Declare.
10312 * ira-costs.c: Include "reload.h".
10313 (regno_equiv_gains): New static variable.
10314 (init_costs): Allocate it.
10315 (finish_costs): Free it.
10316 (ira_costs): Call calculate_elim_costs_all_insns.
10317 (find_costs_and_classes): Take estimated elimination costs
10318 into account.
10319 (ira_adjust_equiv_reg_cost): New function.
10320 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
10321 * reload1.c (init_eliminable_invariants, free_reg_equiv,
10322 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
10323 (elim_bb): New static variable.
10324 (reload): Move code out of here into init_eliminable_invariants and
10325 free_reg_equiv. Call them.
10326 (calculate_elim_costs_all_insns): New function.
10327 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
10328 all callers changed. If FOR_COSTS is true, don't call alter_reg,
10329 but call note_reg_elim_costly if we turned a valid memory address
10330 into an invalid one.
10331 * Makefile.in (ira-costs.o): Depend on reload.h.
10332
10333 2010-06-04 Julian Brown <julian@codesourcery.com>
10334
10335 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
10336 for pool ranges.
10337
10338 2010-06-04 Richard Guenther <rguenther@suse.de>
10339
10340 PR lto/41584
10341 * cgraph.h (struct varpool_node): Add lto_file_data field.
10342 * lto-cgraph.c (input_varpool_node): Initialize it.
10343
10344 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
10345
10346 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
10347 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
10348 predicate in "type" attribute calculation.
10349 (*addsi_1_zext): Ditto.
10350 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
10351 (*addsi_2_zext): Ditto.
10352 (*add<mode>_3): Ditto.
10353 (*addsi_3_zext): Ditto.
10354 (*add<mode>_5): Ditto.
10355
10356 2010-06-03 Jan Hubicka <jh@suse.cz>
10357
10358 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
10359 of bitmap_bit_p.
10360 * cfganal.c (compute_dominance_frontiers_1): Likewise.
10361
10362 2010-06-03 Jan Hubicka <jh@suse.cz>
10363
10364 * df-problems.c (df_create_unused_note, df_note_bb_compute):
10365 micro-optimize the checks when to add new note.
10366
10367 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
10368
10369 * final.c (output_asm_insn): Call
10370 targetm.asm_out.print_operand_punct_valid_p. Update comments.
10371 (output_operand): Call targetm.asm_out.print_operand. Update comments.
10372 (output_address): Call targetm.asm_out.print_operand_address.
10373 Update comments.
10374 * target.h (struct gcc_target): Add print_operand,
10375 print_operand_address, and print_operand_punct_valid_p fields.
10376 * targhooks.h (default_print_operand): Declare.
10377 (default_print_operand_address): Declare.
10378 (default_print_operand_punct_valid_p): Declare.
10379 * targhooks.c (default_print_operand): Define.
10380 (default_print_operand_address): Define.
10381 (default_print_operand_punct_valid_p): Define.
10382 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
10383 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
10384 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
10385 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
10386 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
10387 * vmsdbgout.c (addr_const_to_string): Update comment.
10388 * config/i386/i386.c (print_operand): Rename to...
10389 (ix86_print_operand): ...this. Make static.
10390 (print_operand_address): Rename to...
10391 (ix86_print_operand_address): ...this. Make static. Call
10392 ix86_print_operand instead of PRINT_OPERAND.
10393 (ix86_print_operand_punct_valid_p): New function.
10394 (TARGET_PRINT_OPERAND): Define.
10395 (TARGET_PRINT_OPERAND_ADDRESS): Define.
10396 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10397 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
10398 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10399 (PRINT_OPERAND): Delete.
10400 (PRINT_OPERAND_ADDRESS): Delete.
10401 * config/i386/i386-protos.h (print_operand): Delete prototype.
10402 (print_operand_address): Delete prototype.
10403
10404 2010-06-03 Richard Guenther <rguenther@suse.de>
10405
10406 PR tree-optimization/44403
10407 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
10408 Preserve pointer qualifiers.
10409 (vect_create_data_ref_ptr): Likewise.
10410
10411 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
10412
10413 PR c++/44294
10414 * defaults.h (MAX_FIXED_MODE_SIZE): New.
10415
10416 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
10417
10418 2010-06-03 Jakub Jelinek <jakub@redhat.com>
10419
10420 PR debug/44375
10421 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
10422 return false if merging the bbs would lead to goto_locus
10423 location being lost from the IL.
10424
10425 2010-06-03 Jan Hubicka <jh@suse.cz>
10426 Jakub Jelinek <jakub@redhat.com>
10427
10428 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
10429 set->regs[i] is NULL or has just one entry.
10430
10431 2010-06-03 Jan Hubicka <jh@suse.cz>
10432
10433 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
10434 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
10435
10436 2010-06-03 Paul Brook <paul@codesourcery.com>
10437
10438 * config/arm/arm.c (FL_TUNE): Define.
10439 (arm_default_cpu, arm_cpu_select): Remove.
10440 (all_cores): Populate core field.
10441 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
10442 (arm_find_cpu): New function.
10443 (arm_handle_option): Lookup cpu/architecture names.
10444 (arm_override_options): Cleanup mcpu/march/mtune handling.
10445 (arm_file_start): Ditto.
10446
10447 2010-06-03 Alan Modra <amodra@gmail.com>
10448
10449 PR target/44169
10450 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
10451 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
10452 rtx to gen_load_toc_v4_PIC_1b. Tidy.
10453 (rs6000_emit_load_toc_table): Likewise.
10454
10455 2010-06-02 Jan Hubicka <jh@suse.cz>
10456
10457 * passes.c (init_optimization_passes): Put ipa reference
10458 after ipa pure-const.
10459
10460 2010-06-02 Jan Hubicka <jh@suse.cz>
10461
10462 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
10463 calls_read_all and calls_write_all.
10464 (get_reference_optimization_summary): Fix formatting.
10465 (is_proper_for_analysis): Check that decl is not readonly.
10466 (propagate_bits): Check CONST/PURE/noreturn flags.
10467 (ipa_init): Move all_module_statics to optimization_summary_obstack.
10468 (analyze_function): Ignore indirect edges.
10469 (copy_global_bitmap): For all module statics, do nothing.
10470 (generate_summary): Do not print calls_read_all/calls_write_all.
10471 (read_write_all_from_decl): Take node as argument; check
10472 cgraph_node_cannot_return.
10473 (propagate): Reorganize read_all/write_all computation;
10474 check indirect edges; check ecf flags; use all_module_statics
10475 in the results; do not free all_module_statics.
10476 (stream_out_bitmap): Handle all_module_statics.
10477 (ipa_reference_write_optimization_summary): Likewise; use
10478 varpool/cgraph encoders to get boundaries.
10479 (ipa_reference_read_optimization_summary): Read in all_module_statics;
10480 use it when possible.
10481
10482 2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
10483
10484 PR target/44218
10485 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
10486 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
10487
10488 * doc/extend.texi (powerpc builtins): Document vec_recip,
10489 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
10490
10491 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
10492 (rs6000_emit_swrsqrt): Ditto.
10493 (rs6000_emit_swdivsf): Delete.
10494 (rs6000_emit_swdivdf): Ditto.
10495 (rs6000_emit_swrsqrtsf): Ditto.
10496
10497 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
10498 describe the reciprocal estimate support for each type.
10499 (recip_options): Map -mrecip=<opt> into option bits.
10500 (gen_2arg_fn_t): New typedef for binary rtx gen function.
10501 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
10502 reciprocal estimate instructions.
10503 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
10504 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
10505 Set up rs6000_recip_bits based on the -mrecip* options. Print the
10506 cost information if -mdebug=cost or -mdebug=reg.
10507 (rs6000_override_options): Set -mrecip-precision for power6, and
10508 power7 machines. If -mvsx or -mdfp, enable various options that
10509 came in previous instruction set ISAs, unless the option was
10510 explicitly disabled by the command line option. Parse
10511 -mrecip=<opt> options.
10512 (rs6000_builtin_vectorized_function): Add support for vectorizing
10513 the reciprocal estimate builtins and expansions.
10514 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
10515 (bdesc_2arg): Add reciprocal estimate builtins.
10516 (bdesc_1arg): Add reciprocal square root estimate builtins.
10517 (rs6000_expand_builtin): Rewrite to use a switch statement,
10518 instead of multiple if/then/elses. Add reciprocal estimate builtins.
10519 (rs6000_init_builtins): Create declarations for reciprocal
10520 estimate builtins.
10521 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
10522 sized, prefer traditional floating point registers, if integer
10523 vector types, prefer altivec registers. Don't actually look at
10524 the memory address any more.
10525 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
10526 builtins.
10527 (rs6000_load_constant_and_splat): New helper function to load up
10528 the constant for reciprocal estimate instructions.
10529 (rs6000_emit_madd): New helper function for generating
10530 multiply/add type instructions, based on the current switches.
10531 (rs6000_emit_msub): Ditto.
10532 (rs6000_emit_mnsub): Ditto.
10533 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
10534 replace a divide with a reciprocal estimate and fixup, adding
10535 support for machines with high precision and vectors.
10536 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
10537 low precision machines.
10538 (rs6000_emit_swdiv): New common function to be called to replace a
10539 division with reciprocal estimate and fixup.
10540 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
10541 for double and vector types. Add support for high precision machines.
10542
10543 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
10544 the reciprocal estimate instructions can be generated.
10545 (TARGET_FRE): Ditto.
10546 (TARGET_FRSQRTES): Ditto.
10547 (TARGET_FRSQRTE): Ditto.
10548 (RS6000_RECIP_*): New macros for reciprocal estimate support.
10549
10550 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
10551 square root estimate on vectors.
10552 (re<mode>2): New insn for reciprocal division estimate on vectors.
10553
10554 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
10555 New builtin.
10556 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
10557 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
10558 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
10559 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
10560 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
10561 (RS6000_BUILTIN_RSQRT): Ditto.
10562 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
10563 floating point builtin.
10564
10565 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
10566 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
10567 __RECIP_PRECISION__ based on the command line switches.
10568 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
10569
10570 * config/rs6000/rs6000.opt (-mrecip): Document add support for
10571 replacing division instructions with reciprocal estimate and fixup.
10572 (-mrecip=<opt>): New option.
10573 (-mrecip-precision): Ditto.
10574
10575 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
10576 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
10577 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
10578 precision scalar.
10579
10580 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
10581 (UNSPEC_VREFP): Ditto.
10582 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
10583 conterparts with regard to support of -mno-fused-madd and -ffast-math.
10584 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
10585 reciprocal estimate instructions to be generated.
10586 (altivec_vrefp): Ditto.
10587
10588 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
10589 estimate support.
10590 (rreg): New mode attribute for reciprocal estimate support.
10591 (recip<mode>3): New insn for division using reciprocal estimate
10592 and fixup builtins.
10593 (divide define_split): New define_split to convert floating point
10594 division to use reciprocal estimate if the user used the
10595 appropriate options and the split is run when we can add new
10596 pseudo registers for the fixup.
10597 (rsqrt<mode>2): New insn for reciprocal square root support.
10598 (recipsf3): Move into recip<mode>3.
10599 (recipdf3): Ditto.
10600 (fres): Use TARGET_FRES.
10601 (rsqrtsf2): Move into rsqrt<mode>2.
10602 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
10603 (copysignsf3): Add support for VSX.
10604 (fred): Use TARGET_FRE.
10605 (fred_fpr): Ditto.
10606 (rsqrtdf_internal1): New function for frsqrte instruciton.
10607
10608 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
10609 (vec_rsqrt): Ditto.
10610
10611 2010-06-03 Richard Guenther <rguenther@suse.de>
10612
10613 PR middle-end/44291
10614 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
10615 (set_user_assembler_libfunc): Likewise.
10616
10617 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
10618
10619 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
10620 defaults.h.
10621 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
10622 to defaults.h
10623 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
10624 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
10625 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
10626 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
10627 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
10628 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
10629 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
10630 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
10631 * defaults.h: Updated for above mentioned changes.
10632
10633 2010-06-02 Kai Tietz <kai.tietz@onevision.com>
10634
10635 * c-common.c: Remove header include of tm_p.h.
10636 * Makefile.in (c-common.o): Remove TM_P_H dependency.
10637
10638 2010-06-02 Jakub Jelinek <jakub@redhat.com>
10639
10640 * tree.h (struct tree_decl_map): New type.
10641 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
10642 (tree_decl_map_hash): New prototype.
10643 (debug_expr_for_decl, value_expr_for_decl): Change into
10644 tree_decl_map hashtab from tree_map.
10645 (init_ttree): Adjust initialization.
10646 (tree_decl_map_hash): New function.
10647 (decl_debug_expr_lookup, decl_debug_expr_insert,
10648 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
10649
10650 2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10651
10652 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
10653 linker emulations.
10654 * configure: Regenerate.
10655 * config.in: Regenerate.
10656
10657 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
10658 (X86_64_EMULATION): Define.
10659 (TARGET_LD_EMULATION): Use them.
10660
10661 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
10662 (SPARC64_EMULATION): Define.
10663 (LINK_ARCH_SPEC): Use them.
10664
10665 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
10666
10667 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
10668 smallest_mode_for_size for computing the precision types of new
10669 graphite IVs. Do not call lang_hooks.types.type_for_size.
10670
10671 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
10672
10673 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
10674 information.
10675 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
10676
10677 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
10678
10679 PR middle-end/44363
10680 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
10681 return false instead.
10682
10683 2010-06-02 Jan Hubicka <jh@suse.cz>
10684
10685 PR middle-end/44295
10686 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
10687 create new cgraph node to check callee.
10688
10689 2010-06-02 Richard Guenther <rguenther@suse.de>
10690
10691 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
10692
10693 2010-06-02 Richard Guenther <rguenther@suse.de>
10694
10695 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
10696 (lto_wrapper_cleanup): ... this. Do not exit.
10697 (fatal): Adjust. Exit here.
10698 (fatal_perror): Likewise.
10699 (fatal_signal): New function.
10700 (main): Set up signal handlers to cleanup temporary files.
10701 * Makefile.in (lto-wrapper.o): Adjust dependencies.
10702
10703 2010-06-02 Richard Guenther <rguenther@suse.de>
10704
10705 PR tree-optimization/44377
10706 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
10707
10708 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10709
10710 * config/s390/2097.md (z10_fhex): Remove insn reservation.
10711 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
10712 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
10713 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
10714 instruction.
10715 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
10716
10717 2010-06-02 Jan Hubicka <jh@suse.cz>
10718
10719 * bitmap.c (bitmap_descriptor): Add search_iter.
10720 (bitmap_find_bit): Increment it.
10721 (print_statistics): Print it.
10722
10723 2010-06-02 Nathan Froyd <froydnj@codesourcery.com>
10724
10725 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
10726 instead of gimple_build_call_vec. Delete unnecessary local variable.
10727
10728 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
10729
10730 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
10731 change from yesterday.
10732
10733 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
10734
10735 * c-ada-spec.c: Clean up redundant includes.
10736
10737 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
10738
10739 * gimplify.c: Do not include except.h and optabs.h.
10740 (gimplify_body): Do not initialize RTL profiling.
10741 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
10742 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
10743 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
10744 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
10745 langhooks.h.
10746
10747 * tree-pretty-print.h: Include pretty-print.h.
10748 * gimple-pretty-print.h: Include pretty-print.h.
10749
10750 * tree-pretty-print.c: Do not include diagnostic.h.
10751 * tree-vrp.c: Likewise.
10752 * tree-tailcall.c: Likewise
10753 * tree-scalar-evolution.c: Likewise
10754 * tree-ssa-dse.c: Likewise
10755 * tree-chrec.c: Likewise
10756 * tree-ssa-sccvn.c: Likewise
10757 * tree-ssa-copyrename.c: Likewise
10758 * tree-nomudflap.c: Likewise
10759 * tree-call-cdce.c: Likewise
10760 * tree-stdarg.c: Likewise
10761 * tree-ssa-math-opts.c: Likewise
10762 * tree-nrv.c: Likewise
10763 * tree-ssa-sink.c: Likewise
10764 * tree-browser.c: Likewise
10765 * tree-ssa-loop-ivcanon.c: Likewise
10766 * tree-ssa-loop.c: Likewise
10767 * tree-parloops.c: Likewise
10768 * tree-ssa-address.c: Likewise
10769 * tree-ssa-ifcombine.c: Likewise
10770 * tree-if-conv.c: Likewise
10771 * tree-data-ref.c: Likewise
10772 * tree-affine.c: Likewise
10773 * tree-ssa-phiopt.c: Likewise
10774 * tree-ssa-coalesce.c: Likewise
10775 * tree-ssa-pre.c: Likewise
10776 * tree-ssa-live.c: Likewise
10777 * tree-predcom.c: Likewise
10778 * tree-ssa-forwprop.c: Likewise
10779 * tree-ssa-dce.c: Likewise
10780 * tree-ssa-ter.c: Likewise
10781 * tree-ssa-loop-prefetch.c: Likewise
10782 * tree-optimize.c: Likewise
10783 * tree-ssa-phiprop.c: Likewise
10784 * tree-object-size.c: Likewise
10785 * tree-outof-ssa.c: Likewise
10786 * tree-ssa-structalias.c: Likewise
10787 * tree-switch-conversion.c: Likewise
10788 * tree-ssa-reassoc.c: Likewise
10789 * tree-ssa-operands.c: Likewise
10790 * tree-vectorizer.c: Likewise
10791 * tree-vect-data-refs.c: Likewise
10792 * tree-vect-generic.c: Likewise
10793 * tree-vect-stmts.c: Likewise
10794 * tree-vect-patterns.c: Likewise
10795 * tree-vect-slp.c: Likewise
10796 * tree-vect-loop.c: Likewise
10797 * tree-ssa-loop-ivopts.c: Likewise
10798 * tree-ssa-loop-im.c: Likewise
10799 * tree-ssa-loop-niter.c: Likewise
10800 * tree-ssa-loop-unswitch.c: Likewise
10801 * tree-ssa-loop-manip.c: Likewise
10802 * tree-ssa-loop-ch.c: Likewise
10803 * tree-dump.c: Likewise
10804 * tree-complex.c: Likewise
10805
10806 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
10807 * tree-ssa-uninit.c: Likewise
10808 * tree-ssa-threadupdate.c: Likewise
10809 * tree-ssa-uncprop.c: Likewise
10810 * tree-ssa-ccp.c: Likewise
10811 * tree-ssa-dom.c: Likewise
10812 * tree-ssa-propagate.c: Likewise
10813 * tree-ssa-alias.c: Likewise
10814 * tree-dfa.c: Likewise
10815 * tree-cfgcleanup.c: Likewise
10816 * tree-sra.c: Likewise
10817 * tree-ssa-copy.c: Likewise
10818 * tree-ssa.c: Likewise
10819 * tree-profile.c: Likewise
10820 * tree-cfg.c: Likewise
10821 * tree-ssa-threadedge.c: Likewise
10822 * tree-vect-loop-manip.c: Likewise
10823
10824 * tree-inline.c: Do not include diagnostic.h and expr.h.
10825 Include rtl.h.
10826 (copy_decl_for_dup_finish): Do not use NULL_RTX.
10827
10828 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
10829 * tree-loop-distribution.c: Likewise.
10830
10831 2010-06-01 Jan Hubicka <jh@suse.cz>
10832
10833 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
10834
10835 2010-06-01 Jan Hubicka <jh@suse.cz>
10836
10837 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
10838 remove return value.
10839 (split_bbs_on_noreturn_calls) .... here.
10840 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
10841 * tree-flow.h (fixup_noreturn_call): New.
10842
10843 2010-06-01 Jan Hubicka <jh@suse.cz>
10844
10845 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
10846
10847 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
10848
10849 * tree.h (build_nt_call_list): Delete.
10850 * tree.c (build_nt_call_list): Delete.
10851
10852 2010-06-01 Jan Hubicka <jh@suse.cz>
10853
10854 * fwprop.c: Make emit-rtl.h include last.
10855 * rtlanal.c: Include emit-rtl.h.
10856 * genautomata.c: Output emit-rtl include into insn-automata.c
10857 * df-scan.c: Include emit-rtl.h.
10858 * haifa-sched.c: Indlude emit-rtl.h.
10859 * mode-switching.c: Indlude emit-rtl.h.
10860 * graph.c: Indlude emit-rtl.h.
10861 * sel-sched.c: Include emit-rtl.h.
10862 * sel-sched-ir.c: Include emit-rtl.h.
10863 * ira-build.c: Include emit-rtl.h.
10864 * emit-rtl.c (first_insn, last_insn): Remove defines.
10865 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
10866 Move to emit-rtl.h.
10867 (set_new_first_and_last_insn, get_last_insn_anywhere,
10868 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
10869 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
10870 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
10871 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
10872 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
10873 Use accessor functions.
10874 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
10875 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
10876 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
10877 mem_expr_equal_p): Move here from rtl.h.
10878 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
10879 Move here from emit-rtl.c; make inline.
10880 * cfglayout.h: Include emit-rtl.h.
10881 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
10882 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
10883 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
10884 mem_expr_equal_p, get_insns, set_first-insn,
10885 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
10886 * reg-stack.c: Include emit-rtl.h.
10887 * dce.c: Likewise.
10888
10889 2010-06-01 Jan Hubicka <jh@suse.cz>
10890
10891 * cgraph.h (tree_function_versioning): Update prototype.
10892 (cgraph_function_versioning): Update prototype.
10893 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
10894 bitmap.
10895 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
10896 (cgraph_materialize_clone, save_inline_function_body): Update use of
10897 tree_function_versioning.
10898 * tree-inline.c (copy_bb): Look for previous copied block to link
10899 after; fix debug output.
10900 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
10901 (copy_body): Likewise.
10902 (expand_call_inline): Update use of copy_body.
10903 (tree_function_versioning): Update use of copy body; accept
10904 blocks_to_copy and new_entry.
10905
10906 2010-06-01 Jan Hubicka <jh@suse.cz>
10907
10908 * gegenrtl.c: Remove unnecesary prototypes.
10909 (gendecl): Remove.
10910 (gendef): Produce static inline.
10911 (gencode): Remove.
10912 (main): Do not decode parameters; generate header only.
10913 * Makefile.in (genrtl.c): Remove.
10914
10915 2010-06-01 Jan Hubicka <jh@suse.cz>
10916
10917 * tree-switch-conversion.c (build_one_array): Make it readonly.
10918
10919 2010-06-01 Richard Guenther <rguenther@suse.de>
10920
10921 * optabs.c (init_optabs): Guard all accesses to reinit.
10922 * ipa-pure-const.c (propagate): Fix another typo.
10923 * opts.c (common_handle_option): Split assignment to bool.
10924 * c-opts.c (c_common_handle_option): Likewise.
10925
10926 2010-06-01 Arnaud Charlet <charlet@adacore.com>
10927 Matthew Gingell <gingell@adacore.com>
10928
10929 * doc/invoke.texi: Mention -fdump-ada-spec.
10930 * tree-dump.c (dump_files): Add ada-spec.
10931 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
10932 * tree-pass.h (tree_dump_index): Add TDI_ada.
10933 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
10934 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
10935 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
10936 * c-decl.c: Include c-ada-spec.h.
10937 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
10938 functions.
10939 (c_write_global_declarations): Add handling of -fdump-ada-spec.
10940 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
10941 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
10942 * c-ada-spec.h, c-ada-spec.c: New files.
10943
10944 2010-06-01 Richard Guenther <rguenther@suse.de>
10945
10946 PR lto/43853
10947 * ipa-pure-const.c (get_function_state): Hand back varying state
10948 if we do not have one.
10949 (has_function_state): New function.
10950 (duplicate_node_data): Adjust.
10951 (remove_node_data): Likewise.
10952 (pure_const_write_summary): Likewise.
10953 (propagate): Likewise. Fix typo.
10954
10955 2010-06-01 Jan Hubicka <jh@suse.cz>
10956
10957 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
10958 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
10959 (execute_all_ipa_transforms): Do not play with the states.
10960
10961 2010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
10962
10963 * config/arm/t-linux-androideabi: New.
10964 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
10965
10966 2010-06-01 Jan Hubicka <jh@suse.cz>
10967
10968 * tree-inline.c (estimate_num_insns): For stdarg functions look
10969 into call statement to count cost of argument passing.
10970
10971 2010-06-01 Kai Tietz <kai.tietz@onevision.com>
10972
10973 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
10974 argument for fprintf.
10975 (ix86_output_addr_diff_elt): Likewise.
10976 (x86_function_profiler): Likewise.
10977 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
10978 (LPREFIX): Likewise.
10979 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
10980
10981 2010-05-31 Jakub Jelinek <jakub@redhat.com>
10982
10983 PR target/44338
10984 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
10985 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
10986 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
10987 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
10988 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
10989 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
10990 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
10991 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
10992 TARGET_FUSED_MADD.
10993
10994 2010-05-31 Jan Hubicka <jh@suse.cz>
10995
10996 * tree.h (tree_range_check_failed): Declare noreturn.
10997
10998 2010-05-31 Jan Hubicka <jh@suse.cz>
10999
11000 * gimple.c (gimple_call_builtin_p): New function.
11001 * gimple.h (gimple_call_builtin_p): Declare.
11002 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
11003 to exit.
11004 (execute_warn_function_return): BUILT_IN_RETURN is return.
11005 (split_critical_edges): Return edges are not critical.
11006 (is_ctrl_altering_stmt): Builtin_in_return is altering.
11007 (gimple_verify_flow_info): Handle built_in_return.
11008 (execute_warn_function_return): Handle built_in_return.
11009 * ipa-pure-const.c (check_call): Ignore builtin_return.
11010
11011 2010-05-31 Jakub Jelinek <jakub@redhat.com>
11012
11013 PR middle-end/44337
11014 * expr.c (expand_assignment): Don't store anything for out-of-bounds
11015 array accesses with non-MEM.
11016
11017 PR tree-optimization/44182
11018 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
11019 newly needs to end a bb is followed by debug stmts, instead return
11020 true from the function at the end.
11021 (maybe_move_debug_stmts_to_successors): New function.
11022 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
11023
11024 2010-05-31 Kai Tietz <kai.tietz@onevision.com>
11025
11026 PR target/44161
11027 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
11028
11029 2010-05-31 Eric Botcazou <ebotcazou@adacore.com>
11030
11031 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
11032 for nested functions in non-optimized compilation.
11033
11034 2010-05-31 Richard Guenther <rguenther@suse.de>
11035
11036 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
11037
11038 2010-05-30 Jan Hubicka <jh@suse.cz>
11039
11040 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
11041
11042 2010-05-30 Richard Guenther <rguenther@suse.de>
11043
11044 PR lto/42975
11045 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
11046 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
11047 no longer needed.
11048
11049 2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
11050
11051 * config/darwin.c (output_objc_section_asm_op): Add comment.
11052 (name_needs_quotes): Add '_' to list of valid comment chars.
11053 (machopic_output_function_base_name): Remove unneeded quotes.
11054 (darwin_encode_section_info): Adjust asm whitespace.
11055 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
11056 (ASM_OUTPUT_LOCAL): Ditto.
11057 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
11058 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
11059 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
11060
11061 2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
11062
11063 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
11064 RS6000_OUTPUT_BASENAME unconditionally.
11065 (rs6000_output_function_epilogue): Likewise.
11066
11067 2010-05-30 Jan Hubicka <jh@suse.cz>
11068
11069 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
11070 nodes.
11071
11072 2010-05-30 Richard Guenther <rguenther@suse.de>
11073
11074 * tree-cfg.c (verify_gimple_assign_single): Implement
11075 verification for COND_EXPR rhs.
11076
11077 2010-05-30 Jan Hubicka <jh@suse.cz>
11078
11079 * cgraph.h (cgraph_dump_file): Declare.
11080 * cgraphunit.c (cgraph_dump_file): Export.
11081 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
11082
11083 2010-05-30 Jan Hubicka <jh@suse.cz>
11084
11085 * dwarf2out.c (reference_to_unused,
11086 premark_types_used_by_global_vars_helper): Avoid creation of new
11087 varpool nodes.
11088
11089 2010-05-30 Jan Hubicka <jh@suse.cz>
11090
11091 * cgraph.h (cgraph_node_cannot_return,
11092 cgraph_edge_cannot_lead_to_return): New functions.
11093 * cgraph.c (cgraph_node_cannot_return,
11094 cgraph_edge_cannot_lead_to_return): Use them.
11095 * ipa-pure-const.c (pure_const_names): New static var.
11096 (check_call): Handle calls not leading to return.
11097 (pure_const_read_summary): Dump info read.
11098 (propagate): Dump info about propagation process; ignore side effects
11099 of functions not leading to exit; fix handling of pure functions.
11100
11101 2010-05-30 Jan Hubicka <jh@suse.cz>
11102
11103 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
11104 for tail call epilogues.
11105
11106 2010-05-30 Jan Hubicka <jh@suse.cz>
11107
11108 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
11109 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
11110 dump files.
11111
11112 2010-05-29 Jan Hubicka <jh@suse.cz>
11113
11114 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
11115 node; remove references in node we no longer keep in cgrpah but need
11116 body of.
11117
11118 2010-05-29 Jan Hubicka <jh@suse.cz>
11119
11120 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
11121
11122 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11123
11124 PR target/44165
11125 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
11126
11127 2010-05-29 Jan Hubicka <jh@suse.cz>
11128
11129 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
11130 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
11131 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
11132 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
11133 debug_names_replaced_by, debug_update_ssa): Likewise.
11134 * sbitmap.c (debug_sbitmap): Likewise.
11135 * genrecog.c (debug_decision, debug_decision_list): Likewise.
11136 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
11137 debug_tree_chain): Likewise.
11138 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
11139 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
11140 * optabs.c (debug_optab_libfuncs): Likewise.
11141 (verify_loop_closed_ssa): Likewise.
11142 * value-prof.c (verify_histograms): Likewise.
11143 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
11144 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
11145 * cfghooks.c (verify_flow_info): Likewise.
11146 * fold-const.c (debug_fold_checksum): Likewise.
11147 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
11148 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
11149 Likewise.
11150 * omega.c (debug_omega_problem): Likewise.
11151 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
11152 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
11153 * dominance.c (verify_dominators, debug_dominance_info,
11154 debug_dominance_tree): Likewise.
11155 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
11156 * df_regno_debug, df_ref_debug,
11157 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
11158 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
11159 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
11160 * sel-sched.c (debug_state): Likewise.
11161 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
11162 Likewise.
11163 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
11164 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
11165 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
11166 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
11167 Likewise.
11168 * c-pretty-print.c (debug_c_tree): Likewise.
11169 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
11170 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
11171 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
11172 * ebitmap.c (debug_ebitmap): Likewise.
11173 * function.c (debug_find_var_in_block_tree): Likewise.
11174 * print-rtl.c (debug_rtx): Likewise.
11175 (debug_rtx_count): Likewise.
11176 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
11177 * stor-layout.c (debug_rli): Likewise.
11178 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
11179 * tree-data-ref.c (debug_data_references,
11180 debug_data_dependence_relations, debug_data_reference,
11181 debug_data_dependence_relation, debug_rdg_vertex,
11182 debug_rdg_component, debug_rdg): Likewise.
11183 * tree-affine.c (debug_aff): Likewise.
11184 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
11185 Likewise.
11186 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
11187 * emit-rtl.c (verify_rtl_sharing): Likewise.
11188 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
11189 debug_value_expressions): Likewise.
11190 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
11191 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
11192 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
11193 * cfglayout.c (verify_insn_chain): Likewise.
11194 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
11195 debug_clast_stmt, debug_generated_program): Likewise.
11196 * ggc-page.c (debug_print_page_list): Likewise.
11197 * tree-ssa-ter.c (debug_ter): Likewise.
11198 * graphite-dependences.c (debug_pddr): Likewise.
11199 * sched-deps.c (debug_ds): Likewise.
11200 * tree-ssa.c (verify_ssa): Likewise.
11201 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
11202 debug_scattering_functions, debug_iteration_domains, debug_pdr,
11203 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
11204 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
11205 * tree-inline.c (debug_find_tree): Likewise.
11206 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
11207 debug_ppl_powerset_matrix): Likewise.
11208 * var-tracking.c (debug_dv): Likewise.
11209 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
11210 * cfgloop.c (verify_loop_structure): Likewise.
11211 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
11212 * c-common.c (verify_sequence_points): Likewise.
11213 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
11214 debug_candidates, debug_rgn_dependencies): Likewise.
11215 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
11216 * debug_constraint_graph, debug_solution_for_var,
11217 debug_sa_points_to_info): Likewise.
11218 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
11219 Likewie.
11220 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
11221 debug_loops, debug_loop, debug_loop_num): Likewise.
11222 * passes.c (debug_pass): Likewise.
11223 (dump_properties): Likewise; add cfglayout property.
11224 (debug_properties): Likewise.
11225 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
11226 * varpool.c (debug_varpool): Likewise.
11227 * regcprop.c (debug_value_data): Likewise.
11228 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
11229 debug_immediate_uses_for): Likewise.
11230
11231 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
11232
11233 PR bootstrap/44315
11234 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
11235 Filter out insn-flags.h.
11236
11237 2010-05-29 Jan Hubicka <jh@suse.cz>
11238
11239 * cgraph.h (struct varpool_node_set_def,
11240 struct cgraph_node_set_def): Remove unused AUX pointer.
11241 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
11242 VEC_empty macro.
11243
11244 2010-05-29 Jan Hubicka <jh@suse.cz>
11245
11246 PR middle-end/44324
11247 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
11248
11249 2010-05-29 Richard Guenther <rguenther@suse.de>
11250
11251 * lto-streamer.c (cached_bp): New global variable.
11252 (bitpack_create): Return the cached bitpack, if available.
11253 (bitpack_delete): Clear and cache the bitpack, if appropriate.
11254 (bp_pack_value): Remove redundant asserts.
11255
11256 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
11257
11258 PR middle-end/44306
11259 * tree-if-conv.c (is_true_predicate): New.
11260 (is_predicated): Use is_true_predicate.
11261 (add_to_predicate_list): Same. Do not use unshare_expr.
11262 (add_to_dst_predicate_list): Same.
11263
11264 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
11265
11266 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
11267 field on edges.
11268 (predicate_bbs): Same.
11269 (clean_predicate_lists): Same.
11270 (find_phi_replacement_condition): Do not AND the predicate from
11271 edge->aux.
11272
11273 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
11274
11275 PR bootstrap/44315
11276 * Makefile.in (build/gencondmd.o): Add a missing `\'.
11277
11278 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11279
11280 PR target/44261
11281 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
11282 (negdf2): Adjust expander pattern and use negdf2_slow.
11283 (negsf2): Likewise.
11284
11285 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
11286
11287 * basic-block.h (struct control_flow_graph): Move last_label_uid field
11288 up.
11289 * df.h (struct df_base_ref): Move regno field up.
11290 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
11291 * expr.h (struct separate_ops): Move location field up.
11292 * optabs.h (struct optab_d): Move libcall_basename field down.
11293 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
11294 * config/i386/i386.h (struct machine_function): Convert call_abi field
11295 into a bitfield. Move cfa field to the end of the structure.
11296
11297 2010-05-29 Jan Hubicka <jh@suse.cz>
11298
11299 * varpool.c (varpool_get_node): Fix lookup.
11300
11301 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
11302
11303 * config/spu/spu-protos.h: Do not include rtl.h. Protect
11304 RTL specific prototypes with #ifdef RTX_CODE.
11305 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
11306 * config/spu/t-spu-elf: Fix dependencies.
11307
11308 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
11309
11310 2010-05-29 Mike Stump <mikestump@comcast.net>
11311
11312 PR bootstrap/44315
11313 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
11314 TM_H when building to avoid dependency loops.
11315
11316 2010-05-29 Jan Hubicka <jh@suse.cz>
11317
11318 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
11319 refs and body; not the whole node for masters of materialized clones.
11320
11321 2010-05-29 Mike Stump <mikestump@comcast.net>
11322
11323 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
11324
11325 2010-05-29 Jan Hubicka <jh@suse.cz>
11326
11327 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
11328 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
11329 use of clone_function_name.
11330 * cgraph.h (cgraph_create_virtual_clone,
11331 cgraph_function_versioning): update prototypes.
11332 (clone_function_name): Declare.
11333 * ipa-cp.c (ipcp_insert_stage): Update call of
11334 cgraph_create_virtual_clone.
11335 * omp-low.c (create_omp_child_function_name): Use
11336 cgraph_create_virtual_clone.
11337 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
11338 (cgraph_function_versioning): Take SUFFIX argument; produce new name
11339 and make decl local.
11340
11341 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
11342
11343 * vec.h: Include statistics.h
11344 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
11345 with VEC_H.
11346
11347 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
11348
11349 * c-lex.c: Do not include c-tree.h.
11350 * c-pretty-print.c: Likewise.
11351 * c-opts.c: Likewise.
11352 * c-gimplify.c: Likewise.
11353 * c-common.c: Likewise.
11354 * c-dump.c: Likewise. Include c-common.h.
11355
11356 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
11357
11358 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
11359 before including diagnostic-core.h.
11360 (c_cpp_error): New prototype moved from c-tree.h.
11361 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
11362 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
11363 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
11364 (c_cpp_error): Prototype moved to c-common.h.
11365 * Makefile.in: Update dependency for C_COMMON_H.
11366
11367 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
11368
11369 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
11370 * c-common.c (c_register_addr_space): Remove here.
11371 * c-decl.c (c_register_addr_space): Re-add here.
11372
11373 2010-05-28 Mike Stump <mikestump@comcast.net>
11374
11375 * config/darwin-c.c: Remove c-tree.h include.
11376
11377 2010-05-28 Joseph Myers <joseph@codesourcery.com>
11378
11379 * gcc.c: Include diagnostic.h.
11380 (error_count): Remove. All users changed to use errorcount.
11381 (programname): Remove. All users changed to use progname.
11382 (fancy_abort, internal_error, fatal_error, error, warning, inform,
11383 fnotice): Remove.
11384 (execute): Don't include "Internal error" and bug reporting
11385 information in argument of internal_error call.
11386 (process_command): Don't increment error_count after calling
11387 perror_with_name.
11388 (input_filename): Rename to gcc_input_filename. All users
11389 changed.
11390 (main): Call diagnostic_initialize. Register delete_temp_files
11391 with atexit. Use seen_error to test for errors.
11392 * gcc.h: Include diagnostic-core.h.
11393 (fatal_error, error, warning): Remove.
11394 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
11395 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
11396 (gcc.o): Update dependencies.
11397
11398 2010-05-28 Jeff Law <law@redhat.com>
11399
11400 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
11401 functions.
11402 * ira.h (ira_bad_reload_regno): Declare
11403 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
11404
11405 * ira-color.c (update_curr_costs): Free updated hard reg costs.
11406 (ira_reassign_conflict_allocnos): Remove bogus asserts.
11407 (allocno_reload_assign): Likewise.
11408
11409 2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
11410
11411 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
11412 build1_stat.
11413
11414 2010-05-28 Richard Guenther <rguenther@suse.de>
11415
11416 PR lto/44312
11417 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
11418 Stream fixed-point constants mode.
11419 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
11420 and TYPE_PRECISION.
11421 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
11422 Stream fixed-point constants mode.
11423 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
11424 and TYPE_PRECISION.
11425
11426 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
11427
11428 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
11429 only place it was called from.
11430 (number_of_latch_executions): Do not return chrec_dont_know when the
11431 may_be_zero is a runtime condition: instead, return a COND_EXPR
11432 including the may_be_zero condition.
11433 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
11434 of nb_iterations.
11435 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
11436 COND_EXPRs.
11437
11438 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
11439
11440 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
11441 generate COND_EXPRs for degenerate_phi_result.
11442
11443 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
11444
11445 PR middle-end/44293
11446 * tree-if-conv.c (if_convertible_loop_p): Check the
11447 if-convertibility of phi nodes in non predicated BBs.
11448
11449 2010-05-28 Joseph Myers <joseph@codesourcery.com>
11450
11451 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
11452
11453 2010-05-28 Joseph Myers <joseph@codesourcery.com>
11454
11455 PR driver/15303
11456 * gcc.c (inform, warning, inform): New functions.
11457 (fatal_ice): Rename to internal_error; change cmsgid parameter to
11458 gmsgid. All callers changed.
11459 (notice): Rename to fnotice; add parameter fp. All callers changed.
11460 (fatal_error): Rename to fatal_signal. All users changed.
11461 (fatal): Rename to fatal_error; change cmsgid parameter to
11462 gmsgid. All callers changed.
11463 (process_command): Use warning instead of error for warnings.
11464 (end_going_arg): Don't use _() around argument of error.
11465 (do_spec_1): Use inform for message from %n specs. Use warning
11466 instead of error for warnings.
11467 (main): Use inform for comparison messages. Use warning for
11468 message about unused linker input.
11469 (error): Increment error_count. Print "error: ".
11470 * gcc.h (fatal): Change to fatal_error.
11471 (warning): Declare.
11472 * config/darwin-driver.c (darwin_default_min_version): Use warning
11473 instead of fprintf for warnings.
11474 * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
11475
11476 2010-05-28 Julian Brown <julian@codesourcery.com>
11477
11478 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
11479 (*thumb2_addsi3_compare0_scratch): New.
11480 * config/arm/constraints.md (Pv): New.
11481 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
11482 for ARM mode only.
11483 (*addsi3_compare0_scratch): Likewise.
11484
11485 2010-05-28 Jan Hubicka <jh@suse.cz>
11486
11487 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
11488 check.
11489 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
11490 only on local statics.
11491
11492 2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
11493
11494 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
11495
11496 2010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
11497
11498 PR bootstrap/44314
11499 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
11500 (OPTION_GLIBC): Define.
11501
11502 2010-05-28 Jakub Jelinek <jakub@redhat.com>
11503
11504 PR debug/41048
11505 * dwarf2out.c (double_int_type_size_in_bits): New function.
11506 (round_up_to_align): Change first argument and return value to
11507 double_int.
11508 (field_byte_offset): Work internally on double_ints.
11509
11510 PR target/43636
11511 * builtins.c (expand_movstr): Use a temporary pseudo instead
11512 of target even when target is not NULL and not const0_rtx, but
11513 fails movstr predicate.
11514 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
11515
11516 2010-05-28 Joseph Myers <joseph@codesourcery.com>
11517
11518 * final.c (rest_of_clean_state): Use %m in errors instead of
11519 strerror (errno).
11520 * gengtype.c (read_input_list, close_output_files): Use xstrerror
11521 instead of strerror.
11522 * toplev.c (process_options): Use %m in errors instead of strerror
11523 (errno).
11524 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
11525 (errno).
11526
11527 2010-05-28 Uros Bizjak <ubizjak@gmail.com>
11528
11529 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
11530 (ix86_canonical_va_list_type): Make static. Add declaration.
11531 (ix86_enum_va_list): Make static. Reindent.
11532 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
11533 (ix86_canonical_va_list_type): Ditto.
11534 (ix86_enum_va_list): Ditto.
11535
11536 2010-05-28 Richard Guenther <rguenther@suse.de>
11537
11538 * lto-wrapper.c (run_gcc): With -save-temps generate a
11539 user-visible ltrans filename. Fixup ltrans unit numbering.
11540
11541 2010-05-28 Kai Tietz <kai.tietz@onevision.com>
11542
11543 * c-common.c (c_common_nodes_and_builtins): Replace use
11544 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
11545 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
11546 to ix86_enum_va_list.
11547 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
11548 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
11549 (TARGET_ENUM_VA_LIST_P): Add hook description.
11550 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
11551 * target.h (gcc_target): Add enum_va_list hook.
11552
11553 PR bootstrap/44299
11554 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
11555 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
11556 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
11557
11558 2010-05-28 Alan Modra <amodra@gmail.com>
11559
11560 PR target/44266
11561 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
11562 emit_library_call machinery to set up __tls_get_addr calls.
11563
11564 2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11565
11566 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
11567
11568 2010-05-28 Dodji Seketeli <dodji@redhat.com>
11569
11570 Revert fix for PR c++/44188
11571 * c-common.c (is_typedef_decl): Revert the moving of this
11572 definition ...
11573 * tree.c (is_typedef_decl): ... here.
11574 (typdef_variant_p): Revert the moving of this definition
11575 here from gcc/cp/tree.c.
11576 * c-common.h (is_typedef_decl): Revert the moving of this
11577 declaration ...
11578 * tree.h (is_typedef_decl): ... here.
11579 (typedef_variant_p): Revert the moving of this declaration here
11580 from gcc/cp/cp-tree.h
11581 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
11582 (gen_tagged_type_die): Revert the splitting out of ...
11583 (gen_type_die_with_usage): ... this function. Revert the anonymous
11584 tagged type handling.
11585 (gen_typedef_die): Revert emitting DW_TAG_typedef for
11586 typedefs naming anonymous tagged types.
11587
11588 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
11589
11590 * config/rs6000/rs6000-modes.def (PSImode): Delete.
11591
11592 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
11593
11594 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
11595 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
11596 throughout.
11597 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
11598 "xer" to "ca".
11599 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
11600 XER_REGS to CA_REGS throughout.
11601 * config/rs6000/rs6000.h: Same.
11602 (ADDITIONAL_REGISTER_NAMES): Add "xer".
11603 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
11604 that mode_iterator "P" is the size for arithmetic carries as well.
11605 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
11606
11607 2010-05-28 Jakub Jelinek <jakub@redhat.com>
11608
11609 PR bootstrap/44255
11610 * combine.c (struct rtx_subst_pair): Define unconditionally.
11611 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
11612 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
11613 Call make_compound_operation on pair->to.
11614 (propagate_for_debug): Don't call make_compound_operation here.
11615 Always use simplify_replace_fn_rtx.
11616
11617 2010-05-27 Sterling Augustine <sterling@tensilica.com>
11618
11619 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
11620 * config/xtensa/xtensa.c (override_options): Check
11621 TARGET_FORCE_NO_PIC and set flag_pic.
11622 * config/xtensa/xtensa.opt: Document -mforce-no-pic
11623
11624 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
11625
11626 PR bootstrap/44299
11627 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
11628 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
11629
11630 2010-05-27 Joseph Myers <joseph@codesourcery.com>
11631
11632 * diagnostic-core.h: New. Contents moved from diagnostic.h and
11633 toplev.h.
11634 * diagnostic.c: Don't include toplev.h.
11635 (progname): Define. Moved from toplev.c.
11636 (seen_error): New function.
11637 * diagnostic.h: Include diagnostic-core.h.
11638 (diagnostic_t, emit_diagnostic): Don't declare here.
11639 * toplev.c (progname): Move to toplev.c.
11640 (emit_debug_global_declarations, compile_file, finalize,
11641 do_compile, toplev_main): Use seen_error.
11642 * toplev.h: Include diagnostic-core.h.
11643 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
11644 internal_error, warning, warning_at, error, error_n, error_at,
11645 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
11646 verbatim, fnotice, progname): Move to diagnostic-core.h.
11647 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
11648 (expand_builtin_expect): Use seen_error.
11649 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
11650 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
11651 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
11652 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
11653 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
11654 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
11655 errorcount for errors.
11656 * c-opts.c (c_common_finish): Use seen_error.
11657 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
11658 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
11659 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
11660 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
11661 (get_coverage_counts): Use seen_error.
11662 * dwarf2out.c (dwarf2out_finish): Use seen_error.
11663 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
11664 gimplify_body): Use seen_error.
11665 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
11666 * ipa-pure-const.c (gate_pure_const): Use seen_error.
11667 * ipa-reference.c (gate_reference): Use seen_error.
11668 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
11669 * lambda-code.c: Include diagnostic-core.h instead of
11670 diagnostic.h.
11671 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
11672 * lto-compress.c: Include diagnostic-core.h instead of
11673 diagnostic.h.
11674 * lto-section-in.c: Include diagnostic-core.h instead of
11675 diagnostic.h.
11676 * lto-streamer-out.c: Include diagnostic-core.h instead of
11677 diagnostic.h.
11678 * lto-streamer.c: Include diagnostic-core.h instead of
11679 diagnostic.h.
11680 (gate_lto_out): Use seen_error.
11681 * matrix-reorg.c: Include diagnostic-core.h instead of
11682 diagnostic.h.
11683 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
11684 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
11685 (gate_expand_omp, lower_omp_1): Use seen_error.
11686 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
11687 (rest_of_decl_compilation, rest_of_type_compilation,
11688 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
11689 * tree-cfg.c (label_to_block_fn): Use seen_error.
11690 * tree-inline.c (optimize_inline_calls): Use seen_error.
11691 * tree-mudflap.c (mudflap_finish_file): Use
11692 seen_error.
11693 * tree-optimize.c (gate_all_optimizations,
11694 gate_all_early_local_passes, gate_all_early_optimizations): Use
11695 seen_error.
11696 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
11697 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
11698 (varpool_remove_unreferenced_decls,
11699 varpool_assemble_pending_decls): Use seen_error.
11700 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
11701 (TOPLEV_H, DIAGNOSTIC_H): Update.
11702 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
11703 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
11704 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
11705 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
11706 coverage.o, lambda-code.o): Update dependencies.
11707
11708 2010-05-25 Dodji Seketeli <dodji@redhat.com>
11709
11710 PR c++/44188
11711 * c-common.c (is_typedef_decl): Move this definition ...
11712 * tree.c (is_typedef_decl): ... here.
11713 (typdef_variant_p): Move definition here from gcc/cp/tree.c.
11714 * c-common.h (is_typedef_decl): Move this declaration ...
11715 * tree.h (is_typedef_decl): ... here.
11716 (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
11717 * dwarf2out.c (is_naming_typedef_decl): New function.
11718 (gen_tagged_type_die): Split out of ...
11719 (gen_type_die_with_usage): ... this function. When an anonymous
11720 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
11721 is emitted for the typedef.
11722 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
11723 anonymous tagged types.
11724
11725 2010-05-27 Jason Merrill <jason@redhat.com>
11726
11727 * print-tree.c (debug_vec_tree): New fn.
11728 (print_vec_tree): New fn.
11729 * tree.h: Declare them.
11730 * gdbinit.in (pvt): New command.
11731
11732 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
11733
11734 * gdbinit.in (pdd): New command.
11735
11736 2010-05-27 Jan Hubicka <jh@suse.cz>
11737
11738 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
11739 (update_caller_keys): Return early if there are no callers;
11740 only update fibheap when decresing the key.
11741 (update_callee_keys): Avoid recursion.
11742 (decide_inlining_of_small_functions): When badness does not match;
11743 re-insert into fibheap.
11744
11745 2010-05-27 Steven Bosscher <steven@gcc.gnu.org>
11746
11747 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
11748 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
11749 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
11750 (ALL_HOST_OBJS): Now a union of the above two.
11751 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
11752 all files in ALL_HOST_FRONTEND_OBJS.
11753 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
11754
11755 * c-common.c: Pretend to be a backend file by undefining
11756 IN_GCC_FRONTEND (still need rtl.h here).
11757
11758 2010-05-27 Jan Hubicka <jh@suse.cz>
11759
11760 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
11761 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
11762
11763 2010-05-27 Jan Hubicka <jh@suse.cz>
11764
11765 * sched-ebb.c: Rename struct deps to struct deps_desc.
11766 * ddg.c: Likewise.
11767 * sel-sched-ir.c: Likewise.
11768 * sched-deps.c: Likewise.
11769 * sched-int.h: Likewise.
11770 * sched-rgn.c: Likewise.
11771
11772 2010-05-27 Jon Beniston <jon@beniston.com>
11773
11774 PR 43726
11775 * config/lm32/lm32.h: Remove definition of
11776 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
11777
11778 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
11779
11780 PR lto/44230
11781 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
11782
11783 2010-05-27 Richard Guenther <rguenther@suse.de>
11784
11785 PR tree-optimization/44284
11786 * tree-vect-stmts.c (vectorizable_assignment): Handle
11787 sign-changing conversions as simple copy.
11788
11789 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11790
11791 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
11792 Bionic C library.
11793 (__gthread_active_p): Check for pthread_create if compiling against
11794 Bionic C library.
11795
11796 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11797
11798 Support compilation for Android platform. Reimplement -mandroid.
11799
11800 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
11801 (*android*): Set ANDROID_DEFAULT.
11802 (arm*-*-linux*): Include linux-android.h.
11803 (arm*-*-eabi*): Don't include previous -mandroid implementation.
11804 * config/arm/eabi.h: Remove, move Android-specific parts ...
11805 * config/linux-android.h: ... here. New file.
11806 * config/arm/eabi.opt: Rename to ...
11807 * config/linux-android.opt: ... this.
11808 (mandroid): Allow -mno-android option. Initialize based on
11809 ANDROID_DEFAULT.
11810 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
11811 Move logic to corresponding LINUX_TARGET_* macros.
11812 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
11813 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
11814 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
11815 Android definitions.
11816 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
11817 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
11818 Document.
11819
11820 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11821
11822 Add support for Bionic C library
11823
11824 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
11825 macro.
11826 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
11827 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
11828
11829 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
11830 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
11831 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
11832 to support multiple C libraries. Handle Bionic.
11833 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
11834 (BIONIC_DYNAMIC_LINKER64): Define.
11835 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
11836 Update.
11837 (TARGET_HAS_SINCOS): Enable for Bionic.
11838
11839 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
11840 the last option specified on command line take effect.
11841 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
11842 (mbionic): New.
11843 (mglibc, muclibc): Update.
11844
11845 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
11846 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
11847 DEFAULT_LIBC.
11848
11849 * doc/invoke.texi (-mglibc, -muclibc): Update.
11850 (-mbionic): Document.
11851
11852 2010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11853
11854 * c-common.h (c_register_addr_space): Add prototype.
11855 (ADDR_SPACE_KEYWORD): Remove.
11856 * c-common.c (c_register_addr_space): New function.
11857 (c_addr_space_name): Reimplement.
11858 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
11859
11860 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
11861 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
11862
11863 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
11864 Remove TARGET_ADDR_SPACE_KEYWORDS.
11865
11866 2010-05-27 Joseph Myers <joseph@codesourcery.com>
11867
11868 * input.c: New file.
11869 * input.h (main_input_filename): Move declaration to toplev.h.
11870 * toplev.c (input_location, line_table): Move to input.c
11871 * toplev.h (main_input_filename): Move declaration from input.h.
11872 * tree.c (expand_location): Move to input.c.
11873 * Makefile.in (OBJS-common): Add input.o.
11874 (input.o): Add dependencies.
11875
11876 2010-05-27 Richard Guenther <rguenther@suse.de>
11877
11878 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
11879 for non-existant files.
11880 (fork_execute): Mark args_name file as deleted.
11881
11882 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
11883
11884 PR bootstrp/44287
11885 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
11886 (narrow_signed_type): Likewise.
11887
11888 2010-05-26 Jan Hubicka <jh@suse.cz>
11889
11890 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
11891 edge only when checking is enabled; check using former_clone_of;
11892 check inline clones too.
11893 (cgraph_materialize_clone): Record former_clone_of pointer.
11894 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
11895 combining redirections; dump args_to_skip bitmap
11896 (cgraph_materialize_all_clones): Do no redirection here.
11897 * ipa-inline.c (inline_transform): Do redirection here.
11898 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
11899 cheking only).
11900
11901 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
11902
11903 * config/avr/avr-c.c: Do not include regs.h.
11904 Include cpplib.h for cpp_define and tree.h for c-common.h.
11905 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
11906 * config/avr/t-avr: Fix dependencies for avr-c.o.
11907
11908 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
11909
11910 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
11911 string instead of SYMBOL_REF rtx.
11912 * rtl.h (set_stack_check_libfunc): Move prototype from here...
11913 * libfuncs.h: ...to here. Adjust for explow.c change.
11914
11915 2010-05-26 Joseph Myers <joseph@codesourcery.com>
11916
11917 * pretty-print.c: Don't include ggc.h.
11918 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
11919 (identifier_to_locale): Use them for allocation.
11920 * pretty-print.h (identifier_to_locale_alloc,
11921 identifier_to_locale_free): Declare.
11922 * toplev.c (alloc_for_identifier_to_locale): New.
11923 (general_init): Set identifier_to_locale_alloc and
11924 identifier_to_locale_free.
11925 * Makefile.in (pretty-print.o): Update dependencies.
11926
11927 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
11928
11929 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
11930 pointer types if they have different alignment or mode.
11931
11932 2010-05-26 Anatoly Sokolov <aesok@post.ru>
11933
11934 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
11935 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
11936 * config/sparc/sparc-protos.h (function_value): Remove declaration.
11937 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
11938 sparc_function_value_regno_p): New functions.
11939 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
11940 TARGET_FUNCTION_VALUE_REGNO_P): Define.
11941 (function_value): Rename to...
11942 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
11943 argument to 'outgoing'.
11944 (function_arg_record_value, function_arg_union_value,
11945 function_arg_vector_value): Update comment.
11946
11947 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
11948
11949 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
11950 (fde_needed_for_eh_p): New predicate.
11951 (output_call_frame_info): Use it throughout to decide whether FDEs
11952 are needed for EH purpose.
11953 (dwarf2out_begin_prologue): Reorder assignments.
11954
11955 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
11956
11957 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
11958 special case loop->header.
11959 (is_predicated): New.
11960 (if_convertible_loop_p): Call it.
11961
11962 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
11963
11964 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
11965 iterator in parameter. Do not generate code during the analysis.
11966 (tree_if_convert_cond_stmt): Removed.
11967 (tree_if_convert_stmt): Removed.
11968 (predicate_bbs): New.
11969 (if_convertible_loop_p): Call predicate_bbs.
11970 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
11971 now contains all the analysis part.
11972
11973 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
11974
11975 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
11976 statements in the analysis part.
11977 (tree_if_convert_stmt): Update comment.
11978 (remove_conditions_and_labels): New.
11979 (combine_blocks): Call remove_conditions_and_labels.
11980 (tree_if_conversion): Update comment.
11981
11982 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
11983
11984 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
11985 than 2 predecessors or more than 2 successors.
11986
11987 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
11988
11989 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
11990 of loops in which the data dependence analysis fails.
11991
11992 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
11993
11994 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
11995 CDI_POST_DOMINATORS.
11996 (tree_if_conversion): Same.
11997
11998 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
11999
12000 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
12001
12002 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
12003
12004 * tree-if-conv.c: Update copyright years. Fix comments.
12005 Fix indentation.
12006
12007 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
12008
12009 * builtin-types.def (BT_INT128): New primitive type.
12010 (BT_UINT128): Likewise.
12011 * c-common.c (c_common_r): Add __int128 keyword.
12012 (c_common_type_for_size): Handle __int128.
12013 (c_common_type_for_mode): Likewise.
12014 (c_common_signed_or_unsigned_type): Likewise.
12015 (c_common_nodes_and_builtins): Add builtin type
12016 if target supports 128-bit integer scalar.
12017 * c-common.h (enum rid): Add RID_INT128.
12018 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
12019 if target supports 128-bit integer scalar.
12020 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
12021 (finish_declspecs): Likewise.
12022 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
12023 (c_token_starts_declspecs): Likewise.
12024 (c_parser_declspecs): Likewise.
12025 (c_parser_attributes): Likewise.
12026 (c_parser_objc_selector): Likewise.
12027 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
12028 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
12029 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
12030 * tree.c (make_or_reuse_type): Likewise.
12031 (make_unsigned_type): Likewise.
12032 (build_common_tree_nodes_2): Likewise.
12033 * tree.h (enum integer_type_kind): Add itk_int128 and
12034 itk_unsigned_int128.
12035 (int128_integer_type_node): New define.
12036 (int128_unsigned_type_node): New define.
12037 * doc/extend.texi: Add documentation about __int128 type.
12038
12039 2010-05-26 Richard Guenther <rguenther@suse.de>
12040
12041 * tree-ssa-sccvn.c (copy_nary): Adjust.
12042 (copy_phis): Rename to ...
12043 (copy_phi): ... this. Adjust.
12044 (copy_references): Rename to ...
12045 (copy_reference): ... this. Adjust.
12046 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
12047 result into the valid table.
12048
12049 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
12050
12051 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
12052 insn-config.h, insn-codes.h, recog.h, and optabs.h.
12053
12054 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
12055
12056 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
12057
12058 2010-05-26 Richard Guenther <rguenther@suse.de>
12059
12060 * opts.c (common_handle_option): Handle OPT_Ofast.
12061
12062 2010-05-26 Joseph Myers <joseph@codesourcery.com>
12063
12064 * diagnostic.c: Don't include opts.h.
12065 (permissive_error_option): Define.
12066 (diagnostic_initialize): Take n_opts parameter. Allocate memory
12067 for classify_diagnostic. Don't use memset for
12068 classify_diagnostic. Initialize new and recently added fields.
12069 (diagnostic_classify_diagnostic): Use context->n_opts instead of
12070 N_OPTS.
12071 (diagnostic_report_diagnostic): Pass context parameter to
12072 diagnostic_report_warnings_p. Use option_enabled and option_name
12073 hooks from context.
12074 (emit_diagnostic): Use permissive_error_option.
12075 (permerror): Likewise.
12076 * diagnostic.h: Don't include options.h.
12077 (struct diagnostic_context): Add n_opts, opt_permissive,
12078 inhibit_warnings, warn_system_headers, option_enabled and
12079 option_name fields. Change classify_diagnostic to a pointer.
12080 * opts-diagnostic.h: New file.
12081 * opts.c: Include opts-diagnostic.h.
12082 (common_handle_option): Set global_dc fields for -Wfatal-errors,
12083 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
12084 (option_name): New function.
12085 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
12086 (c_common_handle_option): Set global_dc->permissive for
12087 -fpermissive.
12088 * c-common.c (c_cpp_error): Save and restore
12089 global_dc->warn_system_headers, not variable warn_system_headers.
12090 * toplev.c: Include opts-diagnostic.h.
12091 (general_init): Update call to diagnostic_initialize. Set
12092 global_dc->show_column, global_dc->option_enabled and
12093 global_dc->option_name.
12094 (process_options): Don't set global_dc fields here.
12095 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
12096 (diagnostic.o, opts.o, toplev.o): Update dependencies.
12097
12098 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
12099
12100 * config/picochip/picochip.md (movsi): Split a movsi from a
12101 const after reload.
12102
12103 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
12104
12105 * ggc-zone.c: Update copyright year.
12106 (poison_region): Mark memory for Valgrind as undefined before
12107 memset () call and inaccessible afterwards.
12108 (ggc_pch_total_size): Change type of i to int.
12109
12110 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
12111
12112 * ggc-common.c (ggc_free_overhead): Allow empty slot.
12113
12114 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
12115
12116 * ggc-common.c: Update copyright year.
12117 (ggc_rlimit_bound): Remove prototype. Compile only if
12118 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
12119 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
12120 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
12121 (ggc_min_heapsize_heuristic): Likewise.
12122
12123 2010-05-26 Richard Guenther <rguenther@suse.de>
12124
12125 PR rtl-optimization/44164
12126 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
12127 no-common access-path disambiguation.
12128 (indirect_ref_may_alias_decl_p): Adjust.
12129 (indirect_refs_may_alias_p): Likewise.
12130 (refs_may_alias_p_1): Likewise.
12131
12132 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
12133
12134 * c-typeck.c: Do not include expr.h.
12135
12136 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
12137
12138 * rtl.h (decl_default_tls_model): Move prototype from here...
12139 * output.h: ...to here.
12140 * c-decl.c: Do not include rtl.h.
12141 * c-pragma.c: Likewise.
12142 * c-parser.c: Likewise.
12143 * c-gimplify.c: Likewise. And also not hard-reg-set.
12144 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
12145 FIXME note for it. Add a FIXME note for expr.h.
12146 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
12147 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
12148 defined.
12149
12150 2010-05-26 Jakub Jelinek <jakub@redhat.com>
12151
12152 PR target/44199
12153 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
12154 or total_size is larger than red zone size for non-V4 ABI, emit a
12155 stack_tie resp. frame_tie insn before stack pointer restore.
12156 * config/rs6000/rs6000.md (frame_tie): New insn.
12157
12158 2010-05-25 Eric Botcazou <ebotcazou@adacore.com>
12159
12160 * function.h (struct function): Add can_throw_non_call_exceptions bit.
12161 * lto-streamer-in.c (input_function): Stream it in.
12162 * lto-streamer-out.c (output_function): Stream it out.
12163 * function.c (allocate_struct_function): Set it.
12164 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
12165 for flag_non_call_exceptions.
12166 * cfgbuild.c (control_flow_insn_p): Likewise.
12167 (make_edges): Likewise.
12168 * cfgexpand.c (expand_stack_alignment): Likewise.
12169 * combine.c (distribute_notes): Likewise.
12170 * cse.c (cse_extended_basic_block): Likewise.
12171 * except.c (insn_could_throw_p): Likewise.
12172 * gcse.c (simple_mem): Likewise.
12173 * ipa-pure-const.c (check_call): Likewise.
12174 (check_stmt ): Likewise.
12175 * lower-subreg.c (lower-subreg.c): Likewise.
12176 * optabs.c (emit_libcall_block): Likewise.
12177 (prepare_cmp_insn): Likewise.
12178 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
12179 * postreload.c (rest_of_handle_postreload): Likewise.
12180 * reload1.c (reload_as_needed): Likewise.
12181 (emit_input_reload_insns): Likewise.
12182 (emit_output_reload_insns): Likewise.
12183 (fixup_abnormal_edges): Likewise.
12184 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
12185 * store-motion.c (find_moveable_store): Likewise.
12186 * tree-eh.c (stmt_could_throw_p): Likewise.
12187 (tree_could_throw_p): Likewise.
12188 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
12189 * config/arm/arm.c (arm_expand_prologue): Likewise.
12190 (thumb1_expand_prologue): Likewise.
12191 * config/rx/rx.md (cbranchsf4): Likewise.
12192 (cmpsf): Likewise.
12193 * config/s390/s390.c (s390_emit_prologue): Likewise.
12194 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
12195 (inline_forbidden_into_p): New predicate.
12196 (expand_call_inline): Use it to forbid inlining.
12197 (tree_can_inline_p): Likewise.
12198
12199 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
12200
12201 * config/i386/i386-c.c: Do not include rtl.h.
12202 * config/i386/t-i386: Update dependencies.
12203
12204 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
12205
12206 * attribs.c: Do not include rtl.h.
12207 * Makefile.in: Update dependencies.
12208
12209 2010-05-25 Anatoly Sokolov <aesok@post.ru>
12210
12211 * double-int.h (double_int_and): New.
12212 * combine.c (try_combine): Clean up, use double_int_* and
12213 immed_double_int_const functions.
12214
12215 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12216
12217 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
12218 stderr to /dev/null instead of grep -q.
12219 * configure: Regenerate.
12220
12221 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
12222
12223 * Makefile.in (EXCEPT_H): Fix typo.
12224
12225 2010-05-25 Vladimir Makarov <vmakarov@redhat.com>
12226
12227 * ira-build.c (update_conflict_hard_reg_costs): New.
12228 (ira_build): Call update_conflict_hard_reg_costs.
12229
12230 2010-05-25 Jakub Jelinek <jakub@redhat.com>
12231
12232 PR debug/41371
12233 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
12234 ENABLE_CHECKING.
12235 (intersect_loc_chains): Walk the s2var's loc_chain together
12236 with s1node chain as long as the locations are equal, don't
12237 call find_loc_in_1pdv in that case.
12238
12239 PR debug/42801
12240 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
12241 (copy_bind_expr): ... instead of here.
12242 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
12243 if the block hasn't been remapped.
12244 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
12245 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
12246
12247 2010-05-25 Richard Guenther <rguenther@suse.de>
12248
12249 PR middle-end/44069
12250 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
12251 out-of-bounds array accesses.
12252
12253 2010-05-25 Richard Guenther <rguenther@suse.de>
12254
12255 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
12256 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
12257 (run_gcc): Re-organize to make cleanup easier.
12258
12259 2010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12260
12261 * config/s390/s390.c (optimization_options): Fix and move the
12262 flag_prefetch_loop_arrays override ...
12263 (override_options): ... here.
12264
12265 2010-05-25 Joseph Myers <joseph@codesourcery.com>
12266
12267 * diagnostic.c: Don't include plugin.h.
12268 (diagnostic_report_diagnostic): Don't handle plugins specially
12269 here. Pass context to internal_error callback.
12270 * diagnostic.h (struct diagnostic_context): Add context parameter
12271 to internal_error callback.
12272 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
12273 * plugin.h (struct diagnostic_context): Declare.
12274 (warn_if_plugins, plugins_internal_error_function): Declare.
12275 * toplev.c (general_init): Set global_dc->internal_error.
12276 * Makefile.in (diagnostic.o): Update dependencies.
12277
12278 2010-05-25 Iain Sandoe <iains@gcc.gnu.org>
12279
12280 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
12281 * config/rs6000/t-darwin64: New.
12282 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
12283 build crt2.
12284
12285 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
12286
12287 PR 44203
12288 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
12289 match the original (and intended) behaviour before r159557. This
12290 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
12291 in two ways.
12292
12293 2010-05-25 Richard Guenther <rguenther@suse.de>
12294
12295 * doc/invoke.texi: Document -Ofast.
12296 * target.h (struct gcc_target): Add handle_ofast.
12297 * target-def.h (TARGET_HANDLE_OFAST): Add.
12298 (TARGET_INITIALIZER): Adjust.
12299 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
12300 * common.opt (Ofast): Add.
12301
12302 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
12303
12304 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
12305 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
12306
12307 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
12308
12309 PR target/43610
12310 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
12311 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
12312 false_rtx. Use false_rtx to compute the correct *ptest for reversed
12313 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
12314
12315 2010-05-25 Jakub Jelinek <jakub@redhat.com>
12316
12317 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
12318 DW_OP_minus with negated offset instead of DW_OP_plus.
12319 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
12320
12321 2010-05-25 Wei Guozhi <carrot@google.com>
12322
12323 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
12324 tst instruction and a new alternative.
12325 * config/arm/constraints.md (Pu): New constraint.
12326
12327 2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
12328
12329 * function.c (assign_stack_local_1): Initialize variable
12330 to avoid warning when bootstrapping at -O3.
12331
12332 2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
12333
12334 * configure.ac (all_lang_makefiles): Remove everything related to it.
12335 * configure: Regenerate.
12336 * Makefile.in: Fix reference to ada Make-lang.in.
12337 Remove support for LANG_MAKEFILES.
12338
12339 2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
12340 Sandra Loosemore <sandra@codesourcery.com>
12341
12342 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
12343 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
12344 description. Add arm_neon_fp16_ok.
12345 (Add Options): Add arm_neon and arm_neon_fp16.
12346
12347 2010-05-24 Joseph Myers <joseph@codesourcery.com>
12348
12349 * diagnostic.c: Don't include flags.h.
12350 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
12351 context parameters. Check flags in the context passed as a parameter.
12352 (diagnostic_build_prefix): Add context parameter. Check
12353 show_column flag in context.
12354 (diagnostic_action_after_output): Check fatal_errors flag in context.
12355 (diagnostic_report_current_module): Check show_column flag in context.
12356 (default_diagnostic_starter): Update call to
12357 diagnostic_build_prefix.
12358 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
12359 (emit_diagnostic): Pass context to permissive_error_kind.
12360 (permerror): Pass context to permissive_error_kind.
12361 * diagnostic.h (struct diagnostic_context): Add show_column,
12362 pedantic_errors, permissive and fatal_errors fields.
12363 (diagnostic_build_prefix): Update prototype.
12364 * langhooks.c
12365 * toplev.c (process_options): Set flags in global_dc from
12366 flag_show_column, flag_pedantic_errors, flag_permissive,
12367 flag_fatal_errors.
12368 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
12369 to diagnostic_build_prefix.
12370 * Makefile.in (diagnostic.o): Update dependencies.
12371
12372 2010-05-24 H.J. Lu <hongjiu.lu@intel.com>
12373
12374 * config/i386/ia32intrin.h (__crc32q): Define only if
12375 __SSE4_2__ is defined.
12376
12377 2010-05-24 Iain Sandoe <iains@gcc.gnu.org>
12378
12379 PR target/44132
12380 PR middle-end/43602
12381 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
12382 DECL_VISIBILITY_SPECIFIED.
12383 (emutls_decl): Set DECL_PRESERVE_P and copy
12384 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
12385 (emutls_finalize_control_var): New callback.
12386 (emutls_finish): Finalize emutls control variables.
12387 * toplev.c (compile_file): Move the call to emutls_finish ()
12388 before varpool_assemble_pending_decls ().
12389
12390 2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
12391
12392 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
12393 added to the preprocessor condition.
12394
12395 2010-05-24 Paul Brook <paul@codesourcery.com>
12396
12397 * gengtype-lex.l: Add HARD_REG_SET.
12398 * expr.c (expand_expr_real_1): Record writes to hard registers.
12399 * function.c (rtl_data): Add asm_clobbers.
12400 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
12401 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
12402 Use crtl->asm_clobbers.
12403
12404 2010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12405
12406 * doc/makefile.texi (Makefile): Mention stages 'profile'
12407 and 'feedback' for profiledbootstrap.
12408
12409 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
12410
12411 PR target/44245
12412 * config/i386/i386.c (def_builtin): Properly check
12413 OPTION_MASK_ISA_64BIT.
12414
12415 2010-05-23 Joseph Myers <joseph@codesourcery.com>
12416
12417 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
12418 typedefs with different but compatible types. Allow duplicate
12419 typedefs with the same type except for pedantic non-C1X, but give
12420 warning for variably modified types.
12421 * c-typeck.c (tagged_types_tu_compatible_p,
12422 function_types_compatible_p, type_lists_compatible_p,
12423 comptypes_internal): Add parameter different_types_p; set
12424 *different_types_p for different but compatible types. All
12425 callers changed.
12426 (comptypes_check_different_types): New.
12427 * c-tree.h (comptypes_check_different_types): Declare.
12428
12429 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
12430
12431 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
12432 * jump.c: Include basic-block.h.
12433 * profile.c: Likewise.
12434 * tree-profile.c: Likewise.
12435 * coverage.c: Likewise.
12436 * basic-block.h (optimize_function_for_size_p): Move to function.h.
12437 (optimize_function_for_speed_p): Likewise.
12438 * function.h (optimize_function_for_size_p,
12439 optimize_function_for_speed_p): Moved here from basic-block.h.
12440 * Makefile.in: Update dependencies.
12441
12442 2010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12443
12444 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
12445 before calling make; allow override through $MAKE.
12446 * doc/invoke.texi (Optimize Options): Document override.
12447
12448 2010-05-23 Anatoly Sokolov <aesok@post.ru>
12449
12450 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
12451 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
12452 (rs6000_mode_dependent_address_ptr): Make static.
12453 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
12454 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
12455 Remove.
12456
12457 2010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
12458
12459 PR target/43869
12460 * config/i386/i386.c: Make sure that the correct regparm is passed.
12461
12462 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
12463
12464 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
12465 * sbitmap.c: ...to here to internalize sbitmap element access.
12466 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
12467 Explain why basic-block.h is included.
12468 * function.h: Include tm.h for CUMULATIVE_ARGS.
12469 * Makefile.in: Update dependencies.
12470
12471 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
12472
12473 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
12474 New core types.
12475 * sbitmap.h (struct sbitmap_def): Do not typedef here.
12476 * sbitmap.c: Include sbitmap.h.
12477 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
12478 hard-reg-set.h. Split everything related to regsets out from here...
12479 * regset.h: ...to here. New file.
12480 * df.h: Include regset.h and sbitmap.h.
12481 * tree-flow.h: Likewise.
12482 * cfgloop.h: Likewise.
12483 * except.h: Do not include sbitmap.h. Include hashtab.h.
12484 * cgraph.h: Include vec.h and function.h.
12485 * reload.h (struct insn_chain): Change types of live_throughout
12486 and dead_or_set from regset_head to bitmap_head.
12487 (compute_use_by_pseudos): Be defined also if regset.h is not included.
12488 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
12489 spilled_regs from regset_head to bitmap_head to avoid dependency
12490 in regset.h.
12491 * sel-sched-ir.h: Include regset.h.
12492 * reload.c: Include df.h before reload.h.
12493 * caller-save.c: Likewise.
12494 * reload1.c: Likewise.
12495 * ira.c: Likewise.
12496 (mark_elimination): Update type of r to bitmap, consistent with
12497 DF_LR_IN.
12498 * dominance.c: Include bitmap.h.
12499 * modulo-sched.c: Include df.h.
12500 * cfganal.c: Include bitmap.h and sbitmap.h.
12501 * cfgbuild.c: Include sbitmap.h.
12502 * lcm.c: Include sbitmap.h.
12503 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
12504 * domwalk.c: Include sbitmap.h, exclude ggc.h.
12505 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
12506 * cselib.c: Include bitmap.h.
12507 * tree-optimize.c: Include regset.h.
12508 * stmt.c: Include bitmap.h.
12509 * Makefile.in: Update dependencies.
12510
12511 2010-05-22 Jan Hubicka <jh@suse.cz>
12512
12513 * cgraph.h (struct varpool_node): Add same_comdat_group.
12514 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
12515 pointer.
12516 (output_varpool): Update call of lto_output_varpool_node.
12517 (input_varpool): Read same_comdat_group pointer.
12518 (input_varpool_1): Fixup same_comdat_group pointer.
12519 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
12520 group is needed, all are.
12521 * varpool.c (varpool_remove_node): Remove node from same comdat group
12522 linklist too.
12523 (varpool_analyze_pending_decls): Walk same comdat groups.
12524
12525 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
12526
12527 * rtl.h (union rtunion_def): Remove rt_bit member.
12528 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
12529 * print-rtl (print_rtx): Do not print the member.
12530 * gengtype.c (adjust_field_rtx_def): Do not handle it.
12531 * gengenrtl.c (type_from_format): Likewise.
12532 (accessor_from_format): Likewise.
12533
12534 2010-05-22 Joseph Myers <joseph@codesourcery.com>
12535
12536 * dbgcnt.c: Include toplev.h instead of errors.h.
12537 * ira-emit.c: Don't include errors.h.
12538 * ira.c: Include toplev.h instead of errors.h.
12539 * lto-compress.c: Include toplev.h instead of errors.h.
12540 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
12541 ira.o, dbgcnt.o): Update dependencies.
12542
12543 2010-05-22 Richard Guenther <rguenther@suse.de>
12544
12545 * gimple.c (gimple_types_compatible_p): Check type qualifications
12546 before merging pointer to complete and pointer to incomplete type.
12547 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
12548 we use our own resolution algorithm. The gold linker plugin
12549 doesn't do the job we want it to do here.
12550
12551 2010-05-22 Anatoly Sokolov <aesok@post.ru>
12552
12553 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
12554 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
12555 (sparc_mode_dependent_address_p): New function.
12556
12557 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
12558
12559 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
12560
12561 * timevar.c: Do not include any core headers.
12562 (timevar_print): De-i18n-ize.
12563 (print_time): Likewise.
12564 * timevar.h (timevar_push, timevar_pop): Make inline functions.
12565
12566 2010-05-21 Joseph Myers <joseph@codesourcery.com>
12567
12568 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
12569 langhooks-def.h.
12570 (diagnostic_initialize): Initialize x_data not last_function.
12571 (diagnostic_report_current_function): Move to tree-diagnostic.c.
12572 (default_diagnostic_starter): Call
12573 diagnostic_report_current_module not
12574 diagnostic_report_current_function.
12575 (diagnostic_report_diagnostic): Initialize x_data not
12576 abstract_origin.
12577 (verbatim): Likewise.
12578 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
12579 x_data.
12580 (struct diagnostic_context): Change last_function to x_data.
12581 (diagnostic_auxiliary_data): Replace with
12582 diagnostic_context_auxiliary_data and
12583 diagnostic_info_auxiliary_data.
12584 (diagnostic_last_function_changed, diagnostic_set_last_function,
12585 diagnostic_report_current_function): Move to tree-diagnostic.h.
12586 (print_declaration, dump_generic_node, print_generic_stmt,
12587 print_generic_stmt_indented, print_generic_expr,
12588 print_generic_decl, debug_c_tree, dump_omp_clauses,
12589 print_call_name, debug_generic_expr, debug_generic_stmt,
12590 debug_tree_chain, default_tree_printer): Move to
12591 tree-pretty-print.h.
12592 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
12593 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
12594 gimple-pretty-print.h.
12595 * pretty-print.c: Don't include tree.h
12596 (pp_base_format): Don't handle %K here.
12597 (pp_base_tree_identifier): Move to tree-pretty-print.c.
12598 * pretty-print.h (text_info): Change abstract_origin to x_data.
12599 (pp_tree_identifier, pp_unsupported_tree,
12600 pp_base_tree_identifier): Move to tree-pretty-print.h.
12601 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
12602 tree-pretty-print.h: New files.
12603 * tree-pretty-print.c: Include tree-pretty-print.h.
12604 (percent_K_format): New. Moved from pretty-print.c.
12605 (pp_base_tree_identifier): Move from pretty-print.c.
12606 * c-objc-common.c: Include tree-pretty-print.h.
12607 (c_tree_printer): Handle %K here.
12608 * langhooks.c: Include tree-diagnostic.h.
12609 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
12610 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
12611 (default_tree_printer): Handle %K using percent_K_format.
12612 (general_init): Use default_tree_diagnostic_starter.
12613 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
12614 (free_lang_data): Use default_tree_diagnostic_starter.
12615 * c-pretty-print.c: Include tree-pretty-print.h.
12616 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12617 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12618 * dwarf2out.c: Include tree-pretty-print.h.
12619 * except.c: Include tree-pretty-print.h.
12620 * gimple-pretty-print.c: Include tree-pretty-print.h and
12621 gimple-pretty-print.h.
12622 * gimplify.c: Include tree-pretty-print.h.
12623 * graphite-poly.c: Include tree-pretty-print.h and
12624 gimple-pretty-print.h.
12625 * ipa-cp.c: Include tree-pretty-print.h.
12626 * ipa-inline.c: Include gimple-pretty-print.h.
12627 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12628 * ipa-pure-const.c: Include gimple-pretty-print.h.
12629 * ipa-struct-reorg.c: Include tree-pretty-print.h and
12630 gimple-pretty-print.h.
12631 * ipa-type-escape.c: Include tree-pretty-print.h.
12632 * print-rtl.c: Include tree-pretty-print.h.
12633 * print-tree.c: Include gimple-pretty-print.h.
12634 * sese.c: Include tree-pretty-print.h.
12635 * tree-affine.c: Include tree-pretty-print.h.
12636 * tree-browser.c: Include tree-pretty-print.h.
12637 * tree-call-cdce.c: Include gimple-pretty-print.h.
12638 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12639 * tree-chrec.c: Include tree-pretty-print.h.
12640 * tree-data-ref.c: Include tree-pretty-print.h and
12641 gimple-pretty-print.h.
12642 * tree-dfa.c: Include tree-pretty-print.h.
12643 * tree-if-conv.c: Include tree-pretty-print.h and
12644 gimple-pretty-print.h.
12645 * tree-inline.c: Include tree-pretty-print.h.
12646 * tree-into-ssa.c: Include tree-pretty-print.h and
12647 gimple-pretty-print.h.
12648 * tree-nrv.c: Include tree-pretty-print.h.
12649 * tree-object-size.c: Include tree-pretty-print.h and
12650 gimple-pretty-print.h.
12651 * tree-outof-ssa.c: Include tree-pretty-print.h and
12652 gimple-pretty-print.h.
12653 * tree-parloops.c: Include tree-pretty-print.h and
12654 gimple-pretty-print.h.
12655 * tree-predcom.c: Include tree-pretty-print.h and
12656 gimple-pretty-print.h.
12657 * tree-scalar-evolution.c: Include tree-pretty-print.h and
12658 gimple-pretty-print.h.
12659 * tree-sra.c: Include tree-pretty-print.h.
12660 * tree-ssa-address.c: Include tree-pretty-print.h.
12661 * tree-ssa-alias.c: Include tree-pretty-print.h.
12662 * tree-ssa-ccp.c: Include tree-pretty-print.h and
12663 gimple-pretty-print.h.
12664 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
12665 * tree-ssa-copy.c: Include tree-pretty-print.h and
12666 gimple-pretty-print.h.
12667 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
12668 * tree-ssa-dce.c: Include tree-pretty-print.h and
12669 gimple-pretty-print.h.
12670 * tree-ssa-dom.c: Include tree-pretty-print.h and
12671 gimple-pretty-print.h.
12672 * tree-ssa-dse.c: Include gimple-pretty-print.h.
12673 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
12674 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
12675 * tree-ssa-live.c: Include tree-pretty-print.h and
12676 gimple-pretty-print.h.
12677 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
12678 gimple-pretty-print.h.
12679 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
12680 gimple-pretty-print.h.
12681 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
12682 gimple-pretty-print.h.
12683 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
12684 gimple-pretty-print.h.
12685 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
12686 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
12687 * tree-ssa-operands.c: Include tree-pretty-print.h and
12688 gimple-pretty-print.h.
12689 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
12690 gimple-pretty-print.h.
12691 * tree-ssa-pre.c: Include tree-pretty-print.h and
12692 gimple-pretty-print.h.
12693 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
12694 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
12695 gimple-pretty-print.h.
12696 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
12697 gimple-pretty-print.h.
12698 * tree-ssa-sink.c: Include gimple-pretty-print.h.
12699 * tree-ssa-ter.c: Include tree-pretty-print.h and
12700 gimple-pretty-print.h.
12701 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
12702 * tree-ssa.c: Include tree-pretty-print.h and
12703 gimple-pretty-print.h.
12704 * tree-stdarg.c: Include gimple-pretty-print.h.
12705 * tree-switch-conversion.c: Include gimple-pretty-print.h.
12706 * tree-tailcall.c: Include tree-pretty-print.h and
12707 gimple-pretty-print.h.
12708 * tree-vect-data-refs.c: Include tree-pretty-print.h and
12709 gimple-pretty-print.h.
12710 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
12711 gimple-pretty-print.h.
12712 * tree-vect-loop.c: Include tree-pretty-print.h and
12713 gimple-pretty-print.h.
12714 * tree-vect-patterns.c: Include gimple-pretty-print.h.
12715 * tree-vect-slp.c: Include tree-pretty-print.h and
12716 gimple-pretty-print.h.
12717 * tree-vect-stmts.c: Include tree-pretty-print.h and
12718 gimple-pretty-print.h.
12719 * tree-vectorizer.c: Include tree-pretty-print.h.
12720 * tree-vrp.c: Include tree-pretty-print.h and
12721 gimple-pretty-print.h.
12722 * value-prof.c: Include tree-pretty-print.h and
12723 gimple-pretty-print.h.
12724 * var-tracking.c: Include tree-pretty-print.h.
12725 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
12726 (tree-diagnostic.o): New dependencies.
12727 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
12728 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
12729 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
12730 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
12731 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
12732 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
12733 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
12734 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
12735 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
12736 tree-ssa-address.o, tree-ssa-loop-niter.o,
12737 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
12738 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
12739 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
12740 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
12741 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
12742 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
12743 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
12744 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
12745 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
12746 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
12747 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
12748 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
12749 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
12750 tree-switch-conversion.o, var-tracking.o, value-prof.o,
12751 cfgexpand.o, pretty-print.o): Update dependencies.
12752
12753 2010-05-22 Andreas Tobler <andreast@fgznet.ch>
12754
12755 * tree-ssa-structalias.c: Remove tm_p.h from include.
12756
12757 2010-05-21 Jeff Law <law@redhat.com>
12758
12759 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
12760
12761 2010-05-21 Jason Merrill <jason@redhat.com>
12762
12763 * tree-eh.c (cleanup_is_dead_in): New.
12764 (lower_try_finally): Don't generate a dead cleanup region.
12765 (lower_cleanup): Likewise.
12766
12767 2010-05-21 Jakub Jelinek <jakub@redhat.com>
12768
12769 PR debug/44223
12770 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
12771 unchain each use from the cyclic next_regno_use chain first.
12772
12773 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
12774
12775 * real: Do not include gmp.h, mpfr.h, and mpc.h.
12776 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
12777 (real_value_negate, real_value_abs): New prototypes.
12778 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
12779 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
12780 new include file for interface between MPFR and REAL_VALUE_TYPE.
12781 * real.c: Include realmpfr.h.
12782 (real_arithmetic2): Remove legacy function.
12783 (real_value_negate): New.
12784 (real_value_abs): New.
12785 (mfpr_from_real, real_from_mpfr): Move from here...
12786 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
12787 * builtins.c: Include realmpfr.h.
12788 * fold-const.c: Include realmpfr.h.
12789 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
12790 (fold_negate_const): Likewise.
12791 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
12792 * toplev.c: Include realmpfr.h.
12793 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
12794 and real_value_negate.
12795 * fixed-value.c (check_real_for_fixed_mode): Likewise.
12796 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
12797 (vfp3_const_double_index): Likewise.
12798 (arm_print_operand): Likewise.
12799 * Makefile.in: Update dependencies.
12800
12801 2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12802
12803 * config/s390/s390.c (override_options): Increase the default
12804 of max-completely-peel-times.
12805
12806 2010-05-21 Julian Brown <julian@codesourcery.com>
12807 Mark Mitchell <mark@codesourcery.com>
12808
12809 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
12810 sibling calls for Thumb-1.
12811 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
12812 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
12813 Thumb-2.
12814 (*call_insn, *call_value_insn): Don't use for Thumb-2.
12815 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
12816 for Thumb-2.
12817 (return): New expander.
12818 (*arm_return): New name for ARM return insn.
12819 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
12820
12821 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
12822
12823 * config.gcc (sparc64-*-rtems*): New target.
12824
12825 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
12826
12827 * tree.c (build_function_decl_skip_args): Fix grammar.
12828 (build_function_type_list_1): Fix typos, adjust formatting.
12829
12830 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
12831
12832 * tree.h: Include real.h and fixed-value.h as basic datatypes.
12833 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
12834 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
12835 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
12836 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
12837 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
12838 tree-pretty-print.c, tree-loop-distribution.c,
12839 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
12840 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
12841 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
12842 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
12843 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
12844 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
12845 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
12846 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
12847 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
12848 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
12849 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
12850 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
12851 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
12852 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
12853 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
12854 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
12855 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
12856 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
12857 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
12858 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
12859 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
12860 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
12861 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
12862 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
12863 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
12864 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
12865 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
12866 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
12867 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
12868 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
12869 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
12870 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
12871 config/score/score7.c, config/score/score.c, config/arm/arm.c,
12872 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
12873 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
12874 config/bfin/bfin.c: Clean up redundant includes.
12875 * Makefile.in: Update accordingly.
12876
12877 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
12878
12879 PR middle-end/44204
12880 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
12881 statement has no arguments.
12882
12883 2010-05-21 Kai Tietz <kai.tietz@onevision.com>
12884
12885 PR/44139
12886 * varasm.c (emutls_decl): Merge attributes to new decl.
12887
12888 2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
12889
12890 PR middle-end/44101
12891 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
12892 around the uniquized constructor if its type requires a conversion.
12893
12894 2010-05-21 Jakub Jelinek <jakub@redhat.com>
12895
12896 PR debug/44205
12897 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
12898 at -O0 goto_locus of any of the incoming edges differs from
12899 goto_locus of outgoing edge, or gimple_location of any of the
12900 labels differs.
12901
12902 2009-09-14 Vladimir Makarov <vmakarov@redhat.com>
12903
12904 * ira.c (ira_non_ordered_class_hard_regs): Define.
12905 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
12906 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
12907 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
12908 cost of unaligned hard regs when allocating multi-reg pseudos.
12909
12910 2010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12911
12912 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
12913 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
12914 for TARGET_NO_FLOAT.
12915 * config/mips/mips.c (mips_file_start): Expand conditional expression
12916 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
12917 (mips_override_options): Move -mno-float override -msoft-float and
12918 -mhard-float.
12919 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
12920 Condition(TARGET_SUPPORTS_NO_FLOAT).
12921 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
12922 __mips_no_float here.
12923 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
12924 (TARGET_SUPPORTS_NO_FLOAT): Define.
12925 * config/mips/sdemtk.opt: Delete.
12926
12927 2010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
12928
12929 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
12930
12931 2010-05-20 Uros Bizjak <ubizjak@gmail.com>
12932
12933 PR target/43733
12934 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
12935 * configure: Regenerate.
12936 * config.in: Regenerate.
12937 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
12938 instead of sahf only for 64bit targets.
12939
12940 2010-05-20 Jakub Jelinek <jakub@redhat.com>
12941
12942 PR debug/44178
12943 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
12944 setup_ref_regs for DEBUG_INSNs.
12945
12946 2010-05-20 Jan Hubicka <jh@suse.cz>
12947
12948 PR middle-end/44197
12949 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
12950
12951 2010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
12952
12953 PR bootstrap/43870
12954 * df-scan.c (df_ref_compare): Stabilize sort.
12955
12956 2010-05-20 Jakub Jelinek <jakub@redhat.com>
12957
12958 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
12959 argument. Don't use DW_OP_piece if offset is non-zero,
12960 put offset into second DW_OP_bit_piece argument.
12961 (dw_sra_loc_expr): Adjust callers. For memory expressions
12962 compute offset.
12963
12964 2010-05-20 Hans-Peter Nilsson <hp@axis.com>
12965
12966 PR target/44202
12967 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
12968 settings for 16-bit-constant "addo" alternative.
12969
12970 2010-05-19 James E. Wilson <wilson@codesourcery.com>
12971
12972 * config/mips/mips-dsp.md (add<DSPV:mode>3,
12973 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
12974
12975 PR target/43764
12976 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
12977 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
12978 Use it.
12979
12980 2010-05-19 Joseph Myers <joseph@codesourcery.com>
12981
12982 * diagnostic.c (FLOAT, FFS): Don't undefine.
12983 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
12984 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
12985 include ordering.
12986
12987 2010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
12988
12989 * combine.c (propagate_for_debug): Call make_compound_operation
12990 on the source value.
12991 (try_combine): When implementing a split chosen by find_split_point,
12992 either copy i2src or set it to null. Assert that i2src is not null
12993 before substituting into CALL_INSN_FUNCTION_USAGE.
12994
12995 2010-05-19 Anatoly Sokolov <aesok@post.ru>
12996
12997 * double-int.h (double_int_ior): New function.
12998 * tree.h (build_int_cst_wide_type): Remove.
12999 * tree.c (build_int_cst_wide_type): Remove.
13000 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
13001 of build_int_cst_wide_type.
13002 * stor-layout.c (set_sizetype): (Ditto.).
13003 * dojump.c (do_jump): Use build_int_cstu instead of
13004 build_int_cst_wide_type.
13005
13006 2010-05-19 Eric Botcazou <ebotcazou@adacore.com>
13007
13008 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
13009 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
13010 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
13011 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
13012 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
13013 propagate the 'data' argument to copy_tree_r.
13014 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
13015 Propagate 'data' argument to walk_tree.
13016 (copy_if_shared): New function.
13017 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
13018 (unmark_visited): New function.
13019 (unshare_body): Call copy_if_shared instead of doing it manually.
13020 (unvisit_body): Call unmark_visited instead of doing it manually.
13021
13022 2010-05-19 Nathan Froyd <froydnj@codesourcery.com>
13023
13024 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
13025 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
13026 * hooks.c: Likewise.
13027 * target-def.h (TARGET_FOLD_BUILTIN): Define to
13028 hook_tree_tree_int_treep_bool_null.
13029 * target.h (struct gcc_target): Update signature of fold_builtin
13030 field.
13031 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
13032 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
13033 instead of the call expression.
13034 (fold_builtin_call_array): Pass n and argarray directly.
13035 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
13036 consing a list.
13037 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
13038 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
13039 `i' and use it in place of `arity'.
13040 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
13041 Dereference `args' directly.
13042 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
13043
13044 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13045
13046 * doc/sourcebuild.texi (Effective-Target Keywords): Document
13047 3dnow, sse3, sse2.
13048 (Directives): Document optional dg-require-effective-target
13049 selector.
13050
13051 2010-05-19 Richard Guenther <rguenther@suse.de>
13052
13053 PR lto/44196
13054 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
13055
13056 2010-05-19 Richard Guenther <rguenther@suse.de>
13057
13058 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
13059 * common.opt (fwhopr=): New.
13060 * opts.c (common_handle_option): Handle OPT_fwhopr.
13061 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
13062 * collect2.c (main): Match -fwhopr*.
13063 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
13064 Execute ltrans stage in parallel when jobs is bigger than 1.
13065
13066 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13067
13068 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
13069 pentiumpro on Solaris 8/x86 with Sun as.
13070 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
13071 hidden alias bug.
13072 (gcc_cv_as_ix86_quad): Check for .quad directive.
13073 * configure: Regenerate.
13074 * config.in: Regenerate.
13075 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
13076
13077 2010-05-19 Martin Jambor <mjambor@suse.cz>
13078
13079 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
13080 also for indirect edges. Actual printing moved...
13081 (ipa_print_node_jump_functions_for_edge): ...here.
13082 (ipa_compute_jump_functions): Renamed to
13083 ipa_compute_jump_functions_for_edge and made static.
13084 (ipa_compute_jump_functions): New function.
13085 (make_edge_direct_to_target): Check if the number of arguments on
13086 the newly direct edge is the same as the number of parametrs of
13087 the callee.
13088 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
13089 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
13090 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
13091 analysis functions unconditionally, call the new
13092 ipa_analyze_params_uses on the node instead of every edge.
13093
13094 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
13095
13096 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
13097 to tree.
13098 (dump_mem_ref): Adopt debug code to handle a tree as step. This
13099 also checks for a constant int vs. non-constant but
13100 loop-invariant steps.
13101 (find_or_create_group): Change the sort algorithm to only consider
13102 steps that are constant ints.
13103 (idx_analyze_ref): Adopt code to handle a tree instead of a
13104 HOST_WIDE_INT for step.
13105 (gather_memory_references_ref): Handle tree instead of int and be
13106 prepared to see a NULL_TREE.
13107 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
13108 prefetches if the step cannot be calculated at compile time.
13109 (issue_prefetch_ref): Issue prefetches for non-constant but
13110 loop-invariant steps.
13111
13112 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
13113
13114 Revert:
13115 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
13116
13117 * tree.h (build_call_list): Remove.
13118 * tree.c (build_call_list): Remove.
13119
13120 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
13121
13122 * tree.h (build_call_list): Remove.
13123 * tree.c (build_call_list): Remove.
13124
13125 2010-05-18 Jan Hubicka <jh@suse.cz>
13126
13127 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
13128
13129 2010-05-18 Vladimir Makarov <vmakarov@redhat.com>
13130
13131 PR rtl-optimization/43332
13132 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
13133
13134 2010-05-18 Anatoly Sokolov <aesok@post.ru>
13135
13136 * tree.h (build_int_cstu): Implement as static inline.
13137 * tree.c (build_int_cstu): Remove function.
13138 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
13139 sign extended.
13140
13141 2010-05-18 Richard Guenther <rguenther@suse.de>
13142
13143 PR lto/44143
13144 * lto-wrapper.c (verbose): New variable. Initialize from -v.
13145 (debug): Initialize from -save-temps.
13146 (collect_execute): Print command-line when verbose.
13147 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
13148 for ltrans invocation. Produce -dumpbase flag again.
13149 (process_args): Remove.
13150 (main): Simplify.
13151 * collect2.c (maybe_run_lto_and_relink): Only pass object
13152 files to lto-wrapper.
13153 * gcc.c (LINK_COMMAND_SPEC): Likewise.
13154
13155 2010-05-18 Jan Hubicka <jh@suse.cz>
13156
13157 * opts.c (decode_options): Do not disable whopr at ipa_cp.
13158 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
13159
13160 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
13161
13162 PR lto/44184
13163 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
13164 in a GIMPLE_ASM.
13165 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
13166 in a GIMPLE_ASM.
13167
13168 2010-05-18 Jakub Jelinek <jakub@redhat.com>
13169
13170 PR debug/41371
13171 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
13172 rtx_equal_p inline.
13173
13174 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
13175
13176 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
13177 lto-macho as lto_binary_reader.
13178
13179 * darwin.c (darwin_asm_named_section): Do not add assembler comment
13180 after .section directive; just print it before the directive instead.
13181
13182 2010-05-17 Jan Hubicka <jh@suse.cz>
13183
13184 * cgraph.c (cgraph_create_virtual_clone): Only check
13185 versionable_function_p when not in wpa and checking is enabled.
13186 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
13187 there are no more functions to materialize.
13188
13189 2010-05-17 Jan Hubicka <jh@suse.cz>
13190
13191 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
13192 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
13193 New functions.
13194 (output_cgraph): Call output_cgraph_opt_summary.
13195 (input_cgrpah): Call input_cgraph_opt_summary.
13196 (output_cgraph_opt_summary_p, output_node_opt_summary,
13197 input_node_opt_summary, input_cgraph_opt_section): New functions.
13198 * lto-section-in.c (lto_section_name): Add cgraphopt.
13199 * tree-inline.c (tree_function_versioning): Handle parm_num.
13200 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
13201 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
13202
13203 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
13204
13205 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
13206 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
13207 the insn to prefetch ratio heuristic to loops with known trip count.
13208
13209 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
13210
13211 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
13212 (schedule_prefetches): Do not generate a prefetch if the unroll factor
13213 is far from what is required by the prefetch.
13214
13215 2010-05-17 Jan Hubicka <jh@suse.cz>
13216
13217 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
13218 (ipcp_estimate_growth): Likewise.
13219 (ipcp_const_param_count): Likewise.
13220 (ipcp_insert_stage): Likewise.
13221 * ipa-prop.c (visit_load_for_mod_analysis): New function.
13222 (visit_store_addr_for_mod_analysis): Set used flag.
13223 (ipa_detect_param_modifications): Set used flag for SSE params;
13224 update use of walk_stmt_load_store_addr_ops.
13225 (ipa_print_node_params): Print used flag.
13226 (ipa_write_node_info): Stream used flag.
13227 (ipa_read_node_info): Likewise.
13228 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
13229 (ipa_is_param_used): New function.
13230 (lto_ipa_fixup_call_notes): Remove unused declaration.
13231
13232 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13233
13234 PR target/44074
13235 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
13236 * configure: Regenerate.
13237 * config.in: Regenerate.
13238 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
13239 !HAVE_AS_IX86_REP_LOCK_PREFIX.
13240 Don't emit whitespace.
13241 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
13242 (*rep_movsi): Likewise.
13243 (*rep_movsi_rex64): Likewise.
13244 (*rep_movqi): Likewise.
13245 (*rep_movqi_rex64): Likewise.
13246 (*rep_stosdi_rex64): Likewise.
13247 (*rep_stossi): Likewise.
13248 (*rep_stossi_rex64): Likewise.
13249 (*rep_stosqi): Likewise.
13250 (*rep_stosqi_rex64): Likewise.
13251 (*cmpstrnqi_nz_1): Use {%;} after repz.
13252 (*cmpstrnqi_nz_rex_1): Likewise.
13253 (*cmpstrnqi_1): Likewise.
13254 (*cmpstrnqi_rex_1): Likewise.
13255 (*strlenqi_1): Use {%;} after repnz.
13256 (*strlenqi_rex_1): Likewise.
13257 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
13258 (*sync_compare_and_swap<mode>): Likewise.
13259 (sync_double_compare_and_swap<mode>): Likewise.
13260 (*sync_double_compare_and_swapdi_pic): Likewise.
13261 (sync_old_add<mode>): Likewise.
13262 (sync_add<mode>): Likewise.
13263 (sync_sub<mode>): Likewise.
13264 (sync_<code><mode>): Likewise.
13265
13266 2010-05-17 Martin Jambor <mjambor@suse.cz>
13267
13268 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
13269 otr_token and polymorphic.
13270 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
13271 (cgraph_clone_edge): Copy the above fields.
13272 * tree.c (get_binfo_at_offset): New function.
13273 * tree.h (get_binfo_at_offset): Declare.
13274 * ipa-prop.h (enum jump_func_type): Added known_type jump function
13275 type, reordered items, updated comments.
13276 (union jump_func_value): Added base_type field, reordered fields.
13277 (enum ipa_lattice_type): Moved down in the file.
13278 (struct ipa_param_descriptor): New field polymorphic.
13279 (ipa_is_param_polymorphic): New function.
13280 * ipa-prop.c: Include gimple.h and gimple-fold.h.
13281 (ipa_print_node_jump_functions): Print known type jump functions.
13282 (compute_complex_pass_through): Renamed to...
13283 (compute_complex_assign_jump_func): this.
13284 (compute_complex_ancestor_jump_func): New function.
13285 (compute_known_type_jump_func): Likewise.
13286 (compute_scalar_jump_functions): Create known type and complex ancestor
13287 jump functions.
13288 (ipa_note_param_call): New parameter polymorphic, set the corresponding
13289 flag in the call note accordingly.
13290 (ipa_analyze_call_uses): Renamed to...
13291 (ipa_analyze_indirect_call_uses): this. New parameter target, define
13292 variable var only in the block where it is used.
13293 (ipa_analyze_virtual_call_uses): New function.
13294 (ipa_analyze_call_uses): Likewise.
13295 (combine_known_type_and_ancestor_jfs): Likewise.
13296 (update_jump_functions_after_inlining): Implemented handling of a
13297 number of new jump function types combination.
13298 (print_edge_addition_message): Removed.
13299 (make_edge_direct_to_target): New function.
13300 (try_make_edge_direct_simple_call): Likewise.
13301 (try_make_edge_direct_virtual_call): Likewise.
13302 (update_call_notes_after_inlining): Renamed to...
13303 (update_indirect_edges_after_inlining): this. Moved edge creation for
13304 indirect calls to try_make_edge_direct_simple_call, also calls
13305 try_make_edge_direct_virtual_call for virtual calls.
13306 (ipa_print_node_params): Changed the header message.
13307 (ipa_write_jump_function): Stream also known type jump functions.
13308 (ipa_read_jump_function): Likewise.
13309 (ipa_write_indirect_edge_info): Stream new fields in
13310 cgraph_indirect_call_info.
13311 (ipa_read_indirect_edge_info): Likewise.
13312 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
13313 GIMPLE_FOLD_H.
13314
13315 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13316
13317 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
13318
13319 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
13320
13321 * tree.h (CALL_EXPR_ARGS): Delete.
13322 (call_expr_arglist): Delete.
13323 * tree.c (call_expr_arglist): Delete.
13324 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
13325 targetm.fold_builtin.
13326 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
13327 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
13328 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
13329 arglist parameter. Use CALL_EXPR_ARG.
13330 (picochip_expand_builtin_3op): Likewise.
13331 (picochip_expand_builtin_2opvoid): Likewise.
13332 (picochip_expand_array_get): Likewise.
13333 (picochip_expand_array_put): Likewise.
13334 (picochip_expand_array_testport): Likewise.
13335 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
13336 rather than arglist.
13337 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
13338 CALL_EXPR_ARGS.
13339 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
13340 than TREE_VALUE and TREE_CHAIN.
13341 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
13342 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
13343 the arglist.
13344
13345 2010-05-17 Jakub Jelinek <jakub@redhat.com>
13346
13347 PR bootstrap/42347
13348 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
13349 to have no fallthru edge.
13350
13351 PR middle-end/44102
13352 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
13353 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
13354 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
13355 add BARRIER after previous bb if needed.
13356
13357 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
13358
13359 * tree.c (build_function_type_list_1): Remove bogus assert condition.
13360
13361 2010-05-17 Alan Modra <amodra@gmail.com>
13362
13363 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
13364 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
13365 with copy_reg rtx param.
13366 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
13367 Correct cases where code for ABI_V4 did not initialise the reg
13368 used to access frame. Also leave frame_reg_rtx as sp for large
13369 frames that save no regs.
13370
13371 2010-05-17 Martin Jambor <mjambor@suse.cz>
13372
13373 PR middle-end/44133
13374 * tree-sra.c (create_access_replacement): New parameter rename, mark
13375 the replaement for renaming only when it is true.
13376 (get_access_replacement): Pass true in the rename parameter of
13377 create_access_replacement.
13378 (get_unrenamed_access_replacement): New function.
13379 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
13380 replacement declaration from it.
13381
13382 2010-05-17 Bernd Schmidt <bernds@codesourcery.com>
13383
13384 * function.c (try_fit_stack_local, add_frame_space): New static
13385 functions.
13386 (assign_stack_local_1): Use them. Look for opportunities to use
13387 space previously wasted on alignment.
13388 * function.h (struct frame_space): New.
13389 (struct rtl_data): Add FRAME_SPACE_LIST member.
13390 * reload1.c (something_was_spilled): New static variable.
13391 (alter_reg): Set it.
13392 (reload): Test it in addition to testing if the frame size changed.
13393
13394 2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
13395
13396 * config/s390/s390.c: Define sane prefetch settings and activate
13397 flag_prefetch_loop_arrays on -O3.
13398 * config/s390/s390.h: Declare that read can use write prefetch.
13399
13400 2010-05-17 Jakub Jelinek <jakub@redhat.com>
13401
13402 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
13403 build.
13404
13405 2010-05-16 Jan Hubicka <jh@suse.cz>
13406
13407 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
13408 function body; do not check stdarg field of struct function.
13409
13410 2010-05-16 Jan Hubicka <jh@suse.cz>
13411
13412 * cgraph.c (dump_cgraph_node): Dump versionable flag.
13413 * cgraph.h (cgraph_local_info): Add versionable flag.
13414 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
13415 (ipcp_versionable_function_p): Use it.
13416 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
13417 versionable flag.
13418
13419 2010-05-16 Jan Hubicka <jh@suse.cz>
13420
13421 * cgraph.c (cgraph_clone_node): Take decl argument and insert
13422 clone into hash when it is different from orig.
13423 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
13424 * cgraph.h (cgraph_clone_node): Update prototype.
13425 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
13426 (lto_cgraph_encoder_delete): Delete body map.
13427 (lto_cgraph_encoder_size): Move to header.
13428 (lto_cgraph_encoder_encode_body_p,
13429 lto_set_cgraph_encoder_encode_body): New.
13430 (lto_output_node): Do not take written_decls argument; output clone_of
13431 pointer.
13432 (add_node_to): Add include_body_argument; call
13433 lto_set_cgraph_encoder_encode_body on master of the clone.
13434 (add_references): Update use of add_node_to.
13435 (compute_ltrans_boundary): Likewise.
13436 (output_cgraph): Do not create written_decls bitmap.
13437 (input_node): Take nodes argument; stream in clone_of correctly.
13438 (input_cgraph_1): Update use of input_node.
13439 * lto-streamer-out.c (lto_output): Use encoder info to decide
13440 what bodies to output.
13441 * ipa-inline.c (cgraph_clone_inlined_nodes,
13442 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
13443 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
13444 (lto_cgraph_encoder_size): Define here.
13445 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
13446 Declare.
13447
13448 2010-05-16 Richard Guenther <rguenther@suse.de>
13449
13450 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
13451 -fipa-type-escape.
13452 * ipa-type-escape.c (gate_type_escape_vars): Run when
13453 -fipa-struct-reorg runs.
13454 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
13455 * common.opt (fipa-type-escape): Remove.
13456
13457 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
13458
13459 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
13460 (decode_options): Likewise.
13461 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
13462
13463 2010-05-16 Jan Hubicka <jh@suse.cz>
13464
13465 * ipa.c (function_and_variable_visibility): Also bring local all
13466 aliases.
13467
13468 2010-05-16 Richard Guenther <rguenther@suse.de>
13469
13470 * alias.c (nonoverlapping_memrefs_p): Remove use of
13471 IPA type-escape information.
13472
13473 2010-05-16 Joseph Myers <joseph@codesourcery.com>
13474
13475 * c-common.c (c_common_reswords): Add _Static_assert for C.
13476 * c-parser.c (c_token_starts_declaration,
13477 c_parser_next_token_starts_declaration,
13478 c_parser_static_assert_declaration_no_semi,
13479 c_parser_static_assert_declaration): New.
13480 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
13481 Handle static assertions if static_assert_ok.
13482 (c_parser_external_declaration, c_parser_declaration_or_fndef,
13483 c_parser_compound_statement_nostart, c_parser_label,
13484 c_parser_for_statement, c_parser_objc_methodprotolist,
13485 c_parser_omp_for_loop): All callers of
13486 c_parser_declaration_or_fndef changed.
13487 (c_parser_struct_declaration): Handle static assertions.
13488 (c_parser_compound_statement_nostart): Use
13489 c_parser_next_token_starts_declaration and
13490 c_token_starts_declaration to detect start of declarations.
13491 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
13492 Likewise.
13493
13494 2010-05-16 Anatoly Sokolov <aesok@post.ru>
13495
13496 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13497 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13498 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13499 TARGET_FUNCTION_VALUE_REGNO_P): Define.
13500 (mmix_function_outgoing_value): Rename to...
13501 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
13502 (mmix_function_value_regno_p): Make static.
13503 (mmix_libcall_value): New function.
13504 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
13505 mmix_function_value_regno_p): Remove declaration.
13506
13507 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
13508
13509 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
13510 BUILT_IN_ALLOCA if stack checking is enabled.
13511
13512 2010-05-16 Richard Guenther <rguenther@suse.de>
13513
13514 * var-tracking.c (vars_copy_1): Inline ...
13515 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
13516 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
13517 (variable_merge_over_cur): Adjust. Merge asserts.
13518 (variable_merge_over_src): Likewise.
13519 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
13520 (variable_post_merge_new_vals): Merge asserts.
13521 (variable_post_merge_perm_vals): Likewise.
13522 (find_mem_expr_in_1pdv): Likewise.
13523 (dataflow_set_different_value): Remove.
13524 (onepart_variable_different_p): Merge asserts.
13525 (variable_different_p): Likewise.
13526 (dataflow_set_different_1): Inline ...
13527 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
13528 (emit_notes_for_differences_1): Merge asserts.
13529
13530 2010-05-16 Richard Guenther <rguenther@suse.de>
13531
13532 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
13533 * optabs.c (libfunc_decl_hash): Likewise.
13534 * varasm.c (emutls_decl): Likewise.
13535
13536 2010-05-16 Steven Bosscher <steven@gcc.gnu.org>
13537
13538 * c-decl.c: Don't include gimple.h.
13539 (merge_decls): Do not copy gimple_body.
13540
13541 2010-05-15 Jason Merrill <jason@redhat.com>
13542
13543 * c.opt: Add -fnothrow-opt.
13544
13545 2010-05-15 Jan Hubicka <jh@suse.cz>
13546
13547 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
13548 analyzed.
13549 * passes.c (ipa_write_summaries): Write all analyzed nodes.
13550
13551 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
13552
13553 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
13554 * Makefile.in: Add it.
13555 Fix all other Makefile dependencies for changes below.
13556 * tree.h: Include it instead of defining VEC primitives here.
13557 * gimple.h: Likewise.
13558 * rtl.h: Likewise.
13559 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
13560 * except.h: Include vecir.h, break dependence on tree.h.
13561
13562 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
13563 Move from here...
13564 * tree-iterator.c: ...to here.
13565 * tree-iterator.h: Fix file introduction comment. Add extern markers.
13566
13567 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
13568 tm_p.h.
13569 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
13570 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
13571 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
13572 tree-mudflap.h, and target.h.
13573 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
13574 predict.h, tree-inline.h, gimple.h, and langhooks.h.
13575 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
13576 Add FIXME for why gimple.h is still included (should be unnecessary
13577 since GCC 4.5 gimplification unit-at-a-time).
13578 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
13579 * c-pragma.c: Add FIXME for why function.h needs to be included just
13580 for cfun, at front-end level.
13581 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
13582 Do not include ggc.h, but include vecprim.h for VEC(char).
13583 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
13584 Explain why target.h is included.
13585 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
13586 Explain why gimple.h is included.
13587 * c-ppoutput.c: Do not include tm.h.
13588 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
13589 * c-parses.c: Explain why rtl.h is included, and that this (and only
13590 this) is also why tm.h must be included.
13591 Do not include except.h.
13592 * c-lang.c: Do not include ggc.h.
13593
13594 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
13595
13596 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
13597
13598 2010-05-15 Joseph Myers <joseph@codesourcery.com>
13599
13600 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
13601 unions by default if those structs and unions have no tags. Do
13602 not condition anonymous struct and unions handling on flag_iso.
13603 Allow anonymous structs and unions for C1X.
13604 (finish_struct): Do not diagnose lack of named fields when
13605 anonymous structs and unions present for C1X. Accept flexible
13606 array members in structure with anonymous structs or unions but no
13607 directly named fields.
13608 * doc/extend.texi (Unnamed Fields): Update.
13609
13610 2010-05-15 Eric Botcazou <ebotcazou@adacore.com>
13611
13612 * gimple.h (compare_field_offset): Rename into...
13613 (gimple_compare_field_offset): ...this.
13614 * gimple.c (compare_field_offset): Rename into...
13615 (gimple_compare_field_offset): ...this. Compare the full access if
13616 the offset is self-referential.
13617 (gimple_types_compatible_p): Adjust for above renaming.
13618 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
13619 DECL_NONADDRESSABLE_P flag of fields before merging them.
13620
13621 2010-05-15 Nathan Froyd <froydnj@codesourcery.com>
13622
13623 * tree.h (ctor_to_list): Delete.
13624 * tree.c (ctor_to_list): Delete.
13625
13626 2010-05-15 Jan Hubicka <jh@suse.cz>
13627
13628 * ipa-reference.c: Include toplev.h
13629 (is_proper_for_analysis): Only add to all_module_statics
13630 if it is allocated.
13631 (write_node_summary_p, stream_out_bitmap,
13632 ipa_reference_write_optimization_summary,
13633 ipa_reference_read_optimization_summary): New.
13634 (struct ipa_opt_pass_d pass_ipa_reference): Add
13635 optimization summary streaming.
13636 * lto-cgraph.c (referenced_from_this_partition_p,
13637 reachable_from_this_partition_p): New functions.
13638 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
13639 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
13640 * opts.c (decode_options): Enable ipa_reference.
13641 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
13642 * lto-streamer.h (referenced_from_this_partition_p,
13643 reachable_from_this_partition_p): Declare.
13644
13645 2010-05-15 Richard Guenther <rguenther@suse.de>
13646
13647 PR tree-optimization/44038
13648 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
13649 taking the address of a V_C_E of a constant.
13650
13651 2010-05-14 Jan Hubicka <jh@suse.cz>
13652
13653 * tree.h (memory_identifier_string): Remove.
13654 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
13655 (ipa_reference_global_vars_info_d): Remove statics_not_read and
13656 statics_not_written.
13657 (ipa_reference_optimization_summary_d): New structure.
13658 (ipa_reference_optimization_summary_t): New type and vector.
13659 (ipa_reference_vars_info_d): Embedd structures instead of using
13660 pointers.
13661 (reference_vars_to_consider): Remove out of GGC space.
13662 (module_statics_escape): Remove.
13663 (global_info_obstack): Rename to ...
13664 (optimization_summary_obstack): ... this one.
13665 (initialization_status_t): Remove.
13666 (memory_identifier_string): Remove.
13667 (get_reference_vars_info): Fix indenting.
13668 (set_reference_vars_info): Likewise.
13669 (get_reference_optimization_summary): New.
13670 (set_reference_optimization_summary): New.
13671 (get_global_reference_vars_info): Remove.
13672 (ipa_reference_get_read_global): Remove.
13673 (ipa_reference_get_written_global): Remove.
13674 (ipa_reference_get_not_read_global): Update.
13675 (ipa_reference_get_not_written_global): Update.
13676 (is_proper_for_analysis): Outlaw addressable.
13677 (propagate_bits): Update for new datastructures.
13678 (analyze_variable): Remove.
13679 (init_function_info): Update for new datastructures.
13680 (clean_function_local_data): Remove.
13681 (clean_function): Remove.
13682 (copy_global_bitmap): Use optimizations_summary_obstack.
13683 (duplicate_node_data): Duplicate optimization summary only.
13684 (remove_node_data): Remove optimization summary only.
13685 (generate_summary): Do not analyze variables; do not compute
13686 module_statics_escape; do not prune solutions by it.
13687 (read_write_all_from_decl): Fix typos in comments.
13688 (propagate): Doscover readonly and nonaddressable first;
13689 update for new datastructures; share global bitmaps.
13690 * ipa-reference.h (ipa_reference_get_read_global,
13691 ipa_reference_get_written_global): Remove.
13692 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
13693 * Makefile.in: Remove ipa-refereference from GT files.
13694
13695 2010-05-14 Jakub Jelinek <jakub@redhat.com>
13696
13697 PR debug/44112
13698 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
13699 for all SYMBOL_REF_DECLs.
13700
13701 2010-05-14 Jan Hubicka <jh@suse.cz>
13702
13703 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
13704 (varpool_all_refs_explicit_p): New inline function.
13705 * ipa-reference.c: Update comment.
13706 (module_statics_written): Remove.
13707 (get_static_decl): Remove.
13708 (ipa_init): Do not initialize module_statics_written.
13709 (analyze_function): Likewise.
13710 (generate_summary): Likewise; do not compute module_statics_readonly
13711 and do not update variable flags.
13712 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
13713 * ipa.c: Inlucde flags.h
13714 (cgraph_local_node_p): New.
13715 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
13716 promote functions to local.
13717 (ipa_discover_readonly_nonaddressable_vars): New function.
13718 (function_and_variable_visibility): Use cgraph_local_node_p.
13719 * varpool.c (varpool_finalize_decl): Set force_output for
13720 DECL_PRESERVE_P vars.
13721
13722 2010-05-14 Jan Hubicka <jh@suse.cz>
13723
13724 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
13725
13726 2010-05-14 Richard Guenther <rguenther@suse.de>
13727
13728 PR tree-optimization/44119
13729 * tree-ssa-pre.c (eliminate): Properly mark replacement of
13730 a PHI node necessary.
13731
13732 2010-05-14 Eric Botcazou <ebotcazou@adacore.com>
13733
13734 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
13735
13736 2010-05-14 Jason Merrill <jason@redhat.com>
13737
13738 PR c++/44127
13739 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
13740 (gimple_call_set_nothrow): New.
13741 * gimple.c (gimple_build_call_from_tree): Call it.
13742 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
13743
13744 PR c++/44127
13745 * gimplify.c (gimplify_seq_add_stmt): No longer static.
13746 * gimple.h: Declare it.
13747 * gimple.c (gimple_build_eh_filter): No ops.
13748
13749 2010-05-14 Jan Hubicka <jh@suse.cz>
13750
13751 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
13752 nodes already in queue.
13753 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
13754 re-enqueueing node.
13755
13756 2010-05-14 Jakub Jelinek <jakub@redhat.com>
13757
13758 PR debug/44136
13759 * cfgexpand.c (expand_debug_expr): If non-memory op0
13760 has BLKmode, return NULL.
13761
13762 2010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
13763
13764 * config.gcc: Add support for --with-cpu option for bdver1.
13765 * config/i386/i386.h (TARGET_BDVER1): New macro.
13766 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
13767 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
13768 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
13769 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
13770 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
13771 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
13772 (processor_type): Add PROCESSOR_BDVER1.
13773 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
13774 processor_type in config/i386/i386.h.
13775 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
13776 movaps <reg, reg> instead of movapd <reg, reg> when replacing
13777 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
13778 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
13779 to emit packed xor instead of packed double/packed integer
13780 xor for SSE and AVX when moving a zero value.
13781 * config/i386/sse.md: Add check for
13782 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
13783 movapd/movdqa for SSE and AVX.
13784 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
13785 single logical operations i.e and, or and xor instead of packed double
13786 logical operations for SSE and AVX.
13787 * config/i386/i386-c.c (ix86_target_macros_internal):
13788 Add PROCESSOR_BDVER1.
13789 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
13790 (has_fma4, has_xop): New.
13791 * config/i386/i386.c (bdver1_cost): New variable.
13792 (m_BDVER1): New macro.
13793 (m_AMD_MULTIPLE): Add m_BDVER1.
13794 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
13795 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
13796 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
13797 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
13798 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
13799 x86_tune_sse_partial_reg_dependency,
13800 x86_tune_sse_unaligned_load_optimal,
13801 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
13802 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
13803 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
13804 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
13805 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
13806 Enable/disable for bdver1.
13807 (processor_target_table): Add bdver1_cost.
13808 (cpu_names): Add bdver1.
13809 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
13810 processor_alias_table.
13811 (ix86_expand_vector_move_misalign): Change.
13812 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
13813 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
13814 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
13815 of movupd/movdqu for SSE and AVX.
13816 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
13817 (ix86_tune_adjust_cost): Add code for bdver1.
13818 (standard_sse_constant_opcode): Add check for
13819 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
13820 of packed double xor for SSE and AVX.
13821
13822 2010-05-14 Pat Haugen <pthaugen@us.ibm.com>
13823
13824 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
13825 result to unsigned.
13826
13827 2010-05-14 Tristan Gingold <gingold@adacore.com>
13828
13829 * toplev.c (default_debug_hooks): Remove this variable.
13830 (process_options): Remove assignments to default_debug_hooks.
13831
13832 2010-05-14 Martin Jambor <mjambor@suse.cz>
13833
13834 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
13835 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
13836 * langhooks.h (struct lang_hooks_for_decls): Removed field
13837 fold_obj_type_ref.
13838 * tree.c (free_lang_data): Remove assignment to
13839 lang_hooks.fold_obj_type_ref.
13840 * tree.def (OBJ_TYPE_REF): Update comment.
13841
13842 2010-05-14 Richard Guenther <rguenther@suse.de>
13843
13844 PR tree-optimization/44124
13845 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
13846
13847 2010-05-14 Alan Modra <amodra@gmail.com>
13848
13849 PR target/44075
13850 * config/rs6000/rs6000.c (struct machine_function): Reorder
13851 fields for better packing. Add lr_save_state.
13852 (rs6000_ra_ever_killed): Return lr_save_state if set.
13853 (rs6000_emit_eh_reg_restore): Set lr_save_state.
13854
13855 2010-05-13 Jan Hubicka <jh@suse.cz>
13856
13857 * varpool.c (decide_is_variable_needed): Drop code checking
13858 TREE_SYMBOL_REFERENCED.
13859
13860 2010-05-13 Jan Hubicka <jh@suse.cz>
13861
13862 * final.c (output_addr_const): Do not call mark_decl_referenced.
13863 * cgraphunit.c (process_function_and_variable_attributes): Use
13864 mark_needed_node dirrectly.
13865 (assemble_thunk): Do not call mark_decl_referenced.
13866
13867 2010-05-13 Anatoly Sokolov <aesok@post.ru>
13868
13869 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
13870
13871 2010-05-13 Jeff Law <law@redhat.com>
13872
13873 * ira-conflicts.c (print_allocno_conflicts): New function broken out
13874 from...
13875 (print_conflicts): Call print_allocno_conflicts.
13876
13877 2010-05-13 Jakub Jelinek <jakub@redhat.com>
13878
13879 PR debug/44104
13880 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
13881 if it is NULL.
13882
13883 2010-05-13 Kai Tietz <kai.tietz@onevision.com>
13884
13885 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
13886 t-mingw-w64 or t-mingw-w32 for multilib configuration.
13887 * config/i386/t-mingw-w32: New.
13888 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
13889
13890 2010-05-13 Martin Jambor <mjambor@suse.cz>
13891
13892 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
13893 gimple-fold.c).
13894 * gimple-fold.c (get_base_binfo_for_type): New function.
13895 (gimple_get_relevant_ref_binfo): Likewise.
13896 (gimple_fold_obj_type_ref_known_binfo): Likewise.
13897 (gimple_fold_obj_type_ref): Likewise.
13898 (fold_gimple_call): Simplify condition for folding virtual calls
13899 and call gimple_fold_obj_type_ref.
13900 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
13901 (gimple_fold_obj_type_ref_known_binfo): Likewise.
13902
13903 2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
13904
13905 * config/rs6000/rs6000-protos.h
13906 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
13907 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
13908 (rs6000_debug_mode_dependent_address)
13909 (rs6000_mode_dependent_address_ptr): Likewise.
13910
13911 2010-05-13 Jakub Jelinek <jakub@redhat.com>
13912
13913 PR debug/43983
13914 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
13915 by SRA.
13916 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
13917 * tree-sra.c (create_access_replacement): Call unshare_expr before
13918 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
13919 * dwarf2out.c: Include tree-flow.h.
13920 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
13921 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
13922 Handle DW_OP_bit_piece.
13923 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
13924 construct_piece_list, adjust_piece_list): New functions.
13925 (add_var_loc_to_decl): Handle SRA optimized variables.
13926 Adjust for var_loc_note to loc field renaming.
13927 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
13928 in VAR_LOCATION note.
13929 (new_loc_descr_op_bit_piece): New function.
13930 (dw_sra_loc_expr): New function.
13931 (dw_loc_list): Use it. Don't handle the last range after the
13932 loop, handle it inside of the loop. Adjust for var_loc_note
13933 to loc field renaming.
13934 (add_location_or_const_value_attribute): Only special case
13935 single entry loc lists if loc is NOTE_P. Adjust for
13936 var_loc_note to loc field renaming.
13937 (dwarf2out_var_location): Don't set newloc->var_loc_note
13938 and newloc->next here.
13939
13940 2010-05-12 Jan Hubicka <jh@suse.cz>
13941
13942 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
13943 flag.
13944 * cgraph.h (cgraph_only_called_directly_p,
13945 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
13946 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
13947 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
13948 (assemble
13949 * ipa.c (cgraph_remove_unreachable_nodes): Use
13950 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
13951 flags.
13952 * tree-inline.c (copy_bb): Check address_taken flag.
13953 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
13954 externally_visible flag.
13955
13956 2010-05-12 Jason Merrill <jason@redhat.com>
13957
13958 PR bootstrap/44048
13959 PR target/44099
13960 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
13961 * sdbout.c (plain_type_1): Likewise.
13962 * dwarf2out.c (is_base_type): Likewise.
13963 (gen_type_die_with_usage): Likewise. Generate
13964 DW_TAG_unspecified_type for any LANG_TYPE.
13965
13966 2010-05-12 Jan Hubicka <jh@suse.cz>
13967
13968 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
13969 indrect edges too.
13970 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
13971 (cgraph_clone_edge): Update.
13972 (cgraph_node_remove_callees): Remove indirect calls too.
13973 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
13974 (cgraph_create_indirect_edge): Update prototype.
13975 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
13976 is_proper_for_analysis.
13977 (add_new_function, visited_nodes, function_insertion_hook_holder,
13978 get_local_reference_vars_info, mark_address_taken, mark_address,
13979 mark_load, mark_store, check_asm_memory_clobber, check_call,
13980 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
13981 (ipa_init): Do not initialize visited_nodes;
13982 function_insertion_hook_holder.
13983 (analyze_variable): Rewrite.
13984 (analyze_function): Rewrite.
13985 (copy_local_bitmap): Remove.
13986 (duplicate_node_dat): Do not duplicate local info.
13987 (generate_summary): Simplify to only walk cgraph.
13988 (write_node_summary_p, ipa_reference_write_summary,
13989 ipa_reference_read_summary): Remove.
13990 (propagate): Do not remove function insertion;
13991 generate summary.
13992 (pass_ipa_reference): NULLify summary handling fields.
13993 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
13994 (input_edge): Input ecf_flags.
13995 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
13996 (update_indirect_edges_after_inlining): Ignore edges with unknown
13997 param.
13998
13999 2010-05-12 Sriraman Tallam <tmsriram@google.com>
14000
14001 * implicit-zee.c: New file.
14002 * tree-pass.h (pass_implicit_zee): Declare.
14003 * passes.c (init_optimization_passes): Add zee pass.
14004 * common.opt (fzee): New flag.
14005 * timevar.def (TV_ZEE): Define.
14006 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
14007 and beyond.
14008 * Makefile.in (implicit-zee.o): Add new build file.
14009
14010 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
14011 Nathan Froyd <froydnj@codesourcery.com>
14012
14013 * c-common.c (sync_resolve_params): Remove write-only variable.
14014
14015 2010-05-12 Anatoly Sokolov <aesok@post.ru>
14016
14017 * target.h (struct gcc_target): Add mode_dependent_address_p field.
14018 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
14019 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
14020 * targhooks.c (default_mode_dependent_address_p): New function.
14021 * targhooks.h (default_mode_dependent_address_p): Declare function.
14022 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
14023 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
14024 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
14025 target hook. Change return type to bool.
14026 * recog.h (mode_dependent_address_p): Change return type to bool.
14027
14028 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
14029 Nathan Froyd <froydnj@codesourcery.com>
14030
14031 * tree-mudflap.c (build_function_type_0, build_function_type_1,
14032 build_function_type_2, build_function_type_3): Remove.
14033 (mudflap_init): Use build_function_type_list.
14034
14035 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
14036 Nathan Froyd <froydnj@codesourcery.com>
14037
14038 * coverage.c (build_fn_info_value): Call build_constructor instead of
14039 build_constructor_from_list.
14040 (build_ctr_info_value): Likewise.
14041 (build_gcov_info): Likewise.
14042
14043 2010-05-12 Nathan Froyd <froydnj@codesourcery.com>
14044
14045 * tree.c (build_constructor): Compute TREE_CONSTANT for the
14046 resultant constructor.
14047 (build_constructor_single): Don't set TREE_CONSTANT.
14048 (build_constructor_from_list): Don't compute TREE_CONSTANT.
14049
14050 2010-05-12 Jan Hubicka <jh@suse.cz>
14051
14052 * cgraph.h (struct varpool_node): Add aux.
14053 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
14054 * varpool.c (varpool_remove_node): Do not remove initializer.
14055 (varpool_reset_queue): Export.
14056 (varpool_finalize_decl): Volatile vars are forced to be output.
14057 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
14058 replaced decl.
14059 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
14060 process_references, varpool_can_remove_if_no_refs): New functions.
14061 (cgraph_remove_unreachable_nodes): Handle variables too.
14062
14063 2010-05-12 H.J. Lu <hongjiu.lu@intel.com>
14064
14065 PR target/44088
14066 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
14067
14068 2010-05-12 Jakub Jelinek <jakub@redhat.com>
14069
14070 PR middle-end/44085
14071 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
14072 change value of ORT_TASK.
14073 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
14074 (omp_notice_threadprivate_variable): New function.
14075 (omp_notice_variable): Call it for threadprivate variables.
14076 If enclosing ctx is a task, print enclosing task rather than
14077 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
14078 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
14079 if task has untied clause.
14080
14081 PR debug/42278
14082 * dwarf2out.c (base_type_die): Don't add name attribute here.
14083 (modified_type_die): Instead of sizetype use
14084 its underlying original type. If a DW_TAG_base_type doesn't
14085 have name added, add __unknown__.
14086 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
14087 always call force_type_die instead.
14088
14089 2010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
14090
14091 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
14092 for __stack_chk_guard.
14093
14094 2010-05-11 Jakub Jelinek <jakub@redhat.com>
14095
14096 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
14097 don't call start_source_file debug hook here...
14098 (finish_options): ... but here, after outputting predefined and
14099 command line defines and undefs.
14100
14101 PR middle-end/44071
14102 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
14103 no fallthru edge.
14104 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
14105 optimizing away empty bb with no successors, move over its
14106 footer chain to fallthru predecessor.
14107 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
14108 (rtl_split_edge): For asm goto call patch_jump_insn even if
14109 splitting fallthru edge.
14110
14111 PR c++/44059
14112 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
14113 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
14114 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
14115 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
14116 on DW.ref.* decls.
14117
14118 PR c++/44062
14119 * c-parser.c (c_parser_expression): Mark LHS of a comma
14120 expression as read if it is a decl, handled component or
14121 COMPOUND_EXPR with that on the RHS.
14122 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
14123 if it is a decl or handled component.
14124
14125 2010-05-11 Jan Hubicka <jh@suse.cz>
14126
14127 * lto-symtab.c (lto_symtab_free): New function.
14128 * lto-streamer.h (lto_symtab_free): Declare.
14129
14130 2010-05-11 Jan Hubicka <jh@suse.cz>
14131
14132 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
14133 that if function is needed it is reachable.
14134 (lto_output_node): See if it the function is reachable or referenced.
14135 (output_cgraph): Update call of lto_output_node.
14136 * lto-streamer.h (reachable_from_other_partition_p): Declare.
14137
14138 2010-05-11 Jan Hubicka <jh@suse.cz>
14139
14140 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
14141 Mark as used.
14142
14143 2010-05-11 Jan Hubicka <jh@suse.cz>
14144
14145 PR tree-optimize/44063
14146 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
14147 queue.
14148 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
14149 limits.
14150 (estimate_function_body_sizes): Compute sizes even when disregarding.
14151
14152 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
14153
14154 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
14155
14156 2010-05-11 Jan Hubicka <jh@suse.cz>
14157
14158 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
14159 into every boundary.
14160
14161 2010-05-11 Jan Hubicka <jh@suse.cz>
14162
14163 * matrix-reorg.c (matrix_reorg): Rebuild edges.
14164
14165 2010-05-11 Jan Hubicka <jh@suse.cz>
14166
14167 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
14168 lto_streamer_cache_delete): Put nodes into heap.
14169 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
14170 heap.
14171
14172 2010-05-11 Jan Hubicka <jh@suse.cz>
14173
14174 * cgraphbuild.c (cgraph_rebuild_references): New.
14175 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
14176 out extern inlines.
14177 * cgraph.h (cgraph_rebuild_references): Declare.
14178 * tree-inline.c (tree_function_versioning): Use it.
14179 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
14180
14181 2010-05-11 Jan Hubicka <jh@suse.cz>
14182
14183 * cgraph.c: Include ipa-utils.h
14184 (cgraph_create_virtual_clone): Update references.
14185 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
14186
14187 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
14188
14189 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
14190 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
14191 cache size.
14192
14193 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
14194
14195 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
14196
14197 2010-05-11 Jakub Jelinek <jakub@redhat.com>
14198
14199 * gcc.c (execute): For -### don't quote arguments that
14200 contain just alphanumerics and _/-. characters.
14201 * doc/invoke.texi: Document that change for -###.
14202
14203 PR debug/44023
14204 * df-problems.c (struct dead_debug): Add to_rescan field.
14205 (dead_debug_init): Clear to_rescan field.
14206 (dead_debug_finish): Rescan all debug insns in to_rescan
14207 bitmap and free the bitmap.
14208 (dead_debug_insert_before): Instead of rescanning debug insns
14209 immediately queue their rescanning until dead_debug_finish.
14210 (df_note_bb_compute): After dead_debug_add do continue instead
14211 of break.
14212
14213 2010-05-10 Jakub Jelinek <jakub@redhat.com>
14214
14215 PR debug/44028
14216 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
14217 clear also INSN_REG_USE_LIST.
14218
14219 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14220
14221 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
14222
14223 2010-05-10 Jan Hubicka <jh@suse.cz>
14224
14225 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
14226 commited change.
14227
14228 2010-05-10 Jan Hubicka <jh@suse.cz>
14229
14230 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
14231 Allocate encoders.
14232 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
14233 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
14234 (lto_streamer_cache_create): Init alloc pool.
14235 (lto_streamer_cache_delete): Free alloc pool.
14236 * lto-streamer.h: Include alloc pool.
14237 (lto_streamer_cache_d): Use alloc pool.
14238 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
14239
14240 2010-05-10 Jan Hubicka <jh@suse.cz>
14241
14242 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
14243 * cgraphbuild.c: Include except.h
14244 (record_type_list, record_eh_tables): New function.
14245 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
14246
14247 2010-05-10 Jan Hubicka <jh@suse.cz>
14248
14249 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
14250 __frame_dummy_init_array_entry, force_to_data): Attribute as used
14251 rather than unused.
14252
14253 2010-05-10 Michael Matz <matz@suse.de>
14254
14255 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
14256 (can_reassociate_p): Use FLOAT_TYPE_P.
14257 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
14258 (vect_force_simple_reduction): ... this.
14259 * tree-parloops.c (gather_scalar_reductions): Use
14260 vect_force_simple_reduction.
14261 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
14262 vect_is_simple_reduction, add modify argument, if true rewrite
14263 "a-b" into "a+(-b)".
14264 (vect_is_simple_reduction, vect_force_simple_reduction): New
14265 functions.
14266 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
14267
14268 2010-05-10 H.J. Lu <hongjiu.lu@intel.com>
14269 Vladimir Makarov <vmakarov@redhat.com>
14270
14271 PR rtl-optimization/44012
14272 * ira-build.c (remove_unnecessary_allocnos): Nullify
14273 regno_allocno_map of the removed allocno.
14274
14275 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14276
14277 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
14278 to /dev/null.
14279 * configure: Regenerate.
14280
14281 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14282
14283 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
14284 unused.
14285 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
14286 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
14287 support in Sun ld.
14288 * configure: Regenerate.
14289
14290 2010-05-10 Richard Guenther <rguenther@suse.de>
14291
14292 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
14293 marked if the entry identifier is marked.
14294
14295 2010-05-10 Richard Guenther <rguenther@suse.de>
14296
14297 * c-common.c (struct c_common_attributes): Add fnspec attribute.
14298 (handle_fnspec_attribute): New function.
14299 * gimple.h (gimple_call_return_flags): Declare.
14300 (gimple_call_arg_flags): Likewise.
14301 * gimple.c (gimple_call_arg_flags): New function.
14302 (gimple_call_return_flags): Likewise.
14303 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
14304 New argument flags.
14305 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
14306 return value flags.
14307 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
14308 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
14309 main work to ...
14310 (make_heapvar_for): ... this new function.
14311 (handle_rhs_call): Handle fnspec attribute argument specifiers.
14312 (handle_lhs_call): Likewise.
14313 (find_func_aliases): Adjust.
14314
14315 2010-05-10 Richard Guenther <rguenther@suse.de>
14316
14317 PR tree-optimization/44050
14318 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
14319
14320 2010-05-10 Wei Guozhi <carrot@google.com>
14321
14322 PR target/42879
14323 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
14324
14325 2010-05-09 Joseph Myers <joseph@codesourcery.com>
14326
14327 PR c/10676
14328 * c-typeck.c (lookup_field): Take a type directly. Update
14329 recursive calls.
14330 (build_component_ref): Update call to lookup_field.
14331 (set_init_label): Use lookup_field to find initialized field.
14332 Handle returned list of fields like a sequence of designators.
14333
14334 2010-05-09 Richard Guenther <rguenther@suse.de>
14335
14336 PR middle-end/44024
14337 * fold-const.c (tree_single_nonzero_warnv_p): Properly
14338 handle &FUNCTION_DECL.
14339
14340 2010-05-09 Joseph Myers <joseph@codesourcery.com>
14341
14342 PR c/4784
14343 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
14344 structures and unions recursively.
14345 (detect_field_duplicates): Move duplicate detection with a hash to
14346 detect_field_duplicates_hash. Always use a hash if anonymous
14347 structures or unions are present.
14348 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
14349 give errors.
14350
14351 2010-05-09 H.J. Lu <hongjiu.lu@intel.com>
14352
14353 PR target/44046
14354 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
14355 detect Atom, Core 2 and Core i7.
14356
14357 2010-05-09 Richard Guenther <rguenther@suse.de>
14358
14359 * gcc.c (store_arg): Handle temporary file deletion for
14360 joined arguments.
14361
14362 2010-05-09 Richard Guenther <rguenther@suse.de>
14363
14364 PR middle-end/44043
14365 * ipa-inline.c (estimate_function_body_sizes): Return after
14366 disregarding inline limits.
14367
14368 2010-05-09 Richard Guenther <rguenther@suse.de>
14369
14370 * gcc.c (store_arg): Revert last change.
14371
14372 2010-05-08 Sandra Loosemore <sandra@codesourcery.com>
14373
14374 PR middle-end/28685
14375 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
14376 (optimize_ops_list): Call it.
14377
14378 2010-05-08 Richard Guenther <rguenther@suse.de>
14379
14380 PR tree-optimization/44030
14381 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
14382 NECESSARY flag if we propagate from a inserted expression.
14383
14384 2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
14385
14386 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
14387 domain types as equal if they are both PLACEHOLDER_EXPRs.
14388
14389 2010-05-08 Richard Guenther <rguenther@suse.de>
14390
14391 * lto-wrapper.c (run_gcc): Remove linker output from
14392 command line for LTRANS invocation.
14393
14394 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
14395
14396 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
14397 lto-macho as lto_binary_reader.
14398 * target.h (struct gcc_target): New hooks lto_start and lto_end.
14399 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
14400 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
14401 in lto_start and lto_end calls.
14402 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
14403 magic numbers.
14404 (scan_prog_file): Update is_elf_or_coff call.
14405 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
14406
14407 * collect2.c (main): Fix enum comparison.
14408
14409 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
14410 Add prototypes.
14411 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
14412 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
14413 and TARGET_ASM_LTO_END.
14414 * darwin.c: Include obstack.h and lto-streamer.h.
14415 (lto_section_names_offset, lto_section_names_obstack,
14416 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
14417 global variables.
14418 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
14419 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
14420 to a temporary file.
14421 (darwin_asm_lto_end): New function. Restore asm_out_file.
14422 (darwin_asm_named_section): For LTO sections, replace the name with
14423 the offset of the section name in a string table, and build this
14424 table.
14425 (darwin_file_start): Initialize global vars for LTO support.
14426 (darwin_file_end): If output to asm_out_file was redirected, append it
14427 to the proper asm_out_file here. Add the section names section.
14428
14429 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
14430
14431 * c-pragma.c (pending_weak_d, pending_weak): New.
14432 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
14433 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
14434 handle_pragma_weak): Update the uses of pending_weaks.
14435
14436 2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14437
14438 PR documentation/44016
14439 * doc/standards.texi (Standards): Link to unversioned
14440 cxx0x_status.html page.
14441
14442 2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
14443
14444 PR target/43708
14445 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
14446 in addition to TREE_USED, to avoid "set but unused" warnings.
14447
14448 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
14449
14450 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
14451 (is_loop_prefetching_profitable): Do not insert prefetches
14452 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
14453 times the prefetch ahead distance.
14454
14455 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
14456
14457 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
14458 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
14459 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
14460 the unroll_factor.
14461
14462 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
14463
14464 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
14465 a diagnostic info when the insn-to-mem ratio is too small.
14466
14467 2010-05-07 Richard Guenther <rguenther@suse.de>
14468
14469 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
14470 the linker plugin.
14471 (store_arg): Queue temp_filename for deletion instead of
14472 the whole argument.
14473
14474 2010-05-07 Richard Guenther <rguenther@suse.de>
14475
14476 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
14477 (run_gcc): Handle LTRANS phase invocation.
14478 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
14479
14480 2010-05-07 Jakub Jelinek <jakub@redhat.com>
14481
14482 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
14483 this is also meaningful on PARM_DECLs and RESULT_DECLs.
14484
14485 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14486
14487 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
14488
14489 2010-05-07 Richard Guenther <rguenther@suse.de>
14490
14491 PR tree-optimization/44020
14492 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
14493 code when PRE is not yet initialized.
14494
14495 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14496
14497 * config/mips/dbxmdebug.h: Remove.
14498 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
14499
14500 2010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
14501
14502 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
14503 with null pointer and also warn about ordered comparison of zero with
14504 pointer if -Wextra.
14505
14506 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
14507
14508 * graphite-blocking.c
14509 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
14510 * graphite-clast-to-gimple.c
14511 (clast_to_gcc_expression): Same.
14512 (precision_for_value): Same.
14513 (precision_for_interval): Same.
14514 (gcc_type_for_interval): Same.
14515 (graphite_create_new_guard): Same.
14516 (compute_bounds_for_level): Same.
14517 (graphite_create_new_loop_guard): Same.
14518 * graphite-interchange.c
14519 (build_linearized_memory_access): Same.
14520 (pdr_stride_in_loop): Same.
14521 (memory_strides_in_loop_1): Same.
14522 (memory_strides_in_loop): Same.
14523 (extend_scattering): Same.
14524 (psct_scattering_dim_for_loop_depth): Same.
14525 (pbb_number_of_iterations): Same.
14526 * graphite-poly.h
14527 (debug_iteration_domains): Same.
14528 * graphite-ppl.c
14529 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
14530 (ppl_set_inhomogeneous_gmp): Same.
14531 (ppl_strip_loop): Same.
14532 (ppl_lexico_compare_linear_expressions): Same.
14533 (ppl_read_polyhedron_matrix): Same.
14534 (ppl_max_for_le_pointset): Same.
14535 * graphite-ppl.h
14536 (ppl_read_polyhedron_matrix): Same.
14537 (tree_int_to_gmp): Same.
14538 (gmp_cst_to_tree): Same.
14539 (ppl_set_inhomogeneous): Same.
14540 (ppl_set_inhomogeneous_tree): Same.
14541 (ppl_set_coef): Same.
14542 (ppl_set_coef_tree): Same.
14543 * graphite-sese-to-poly.c
14544 (build_pbb_scattering_polyhedrons): Same.
14545 (build_scop_scattering): Same.
14546 (scan_tree_for_params_right_scev): Same.
14547 (scan_tree_for_params): Same.
14548 (find_params_in_bb): Same.
14549 (find_scop_parameters): Same.
14550 (add_upper_bounds_from_estimated_nit): Same.
14551 (build_loop_iteration_domains): Same.
14552 (add_condition_to_domain): Same.
14553 (pdr_add_memory_accesses): Same.
14554
14555 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
14556
14557 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
14558 CLooG's value_* macros to their respective mpz_* counterparts.
14559 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
14560 (graphite_create_new_loop_guard): Same.
14561 * graphite-interchange.c (build_linearized_memory_access): Same.
14562 (pdr_stride_in_loop): Same.
14563 (memory_strides_in_loop_1): Same.
14564 (1st_interchange_profitable_p): Same.
14565 * graphite-poly.c (extend_scattering): Same.
14566 (psct_scattering_dim_for_loop_depth): Same.
14567 (pbb_number_of_iterations): Same.
14568 (pbb_number_of_iterations_at_time): Same.
14569 * graphite-poly.h (new_1st_loop): Same.
14570 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
14571 (oppose_constraint): Same.
14572 (insert_constraint_into_matrix): Same.
14573 (ppl_set_inhomogeneous_gmp): Same.
14574 (ppl_set_coef_gmp): Same.
14575 (ppl_strip_loop): Same.
14576 (ppl_lexico_compare_linear_expressions): Same.
14577 (ppl_max_for_le_pointset): Same.
14578 (ppl_min_for_le_pointset): Same.
14579 (ppl_build_realtion): Same.
14580 * graphite-ppl.h (gmp_cst_to_tree): Same.
14581 (ppl_set_inhomogeneous): Same.
14582 (ppl_set_inhomogeneous_tree): Same.
14583 (ppl_set_coef): Same.
14584 (ppl_set_coef_tree): Same.
14585 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
14586 (build_scop_scattering): Same.
14587 (add_value_to_dim): Same.
14588 (scan_tree_for_params_right_scev): Same.
14589 (scan_tree_for_params_int): Same.
14590 (scan_tree_for_params): Same.
14591 (find_params_in_bb): Same.
14592 (find_scop_parameters): Same.
14593 (add_upper_bounds_from_estimated_nit): Same.
14594 (build_loop_iteration_domains): Same.
14595 (create_linear_expr_from_tree): Same.
14596 (add_condition_to_domain): Same.
14597 (pdr_add_memory_accesses): Same.
14598
14599 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
14600 Jason Merrill <jason@redhat.com>
14601
14602 * c-common.c (c_common_reswords): Add nullptr.
14603 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
14604 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
14605 (gen_type_die_with_usage): Likewise.
14606 * dbxout.c (dbxout_type): Likewise.
14607 * sdbout.c (plain_type_1): Likewise.
14608
14609 2010-05-06 Jason Merrill <jason@redhat.com>
14610
14611 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
14612 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
14613 ret appropriately.
14614 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
14615
14616 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
14617 stripping WITH_SIZE_EXPR.
14618 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
14619 change.
14620
14621 2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14622
14623 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
14624 list of obsolete configurations.
14625 Disabled check for obsolete configurations.
14626 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
14627 Removed support for previous versions.
14628 * config/mips/iris.h: Removed.
14629 * config/mips/iris5.h: Removed.
14630 * config/mips/iris6.h: Merged old iris.h contents.
14631 (TARGET_IRIX): Removed.
14632 (DRIVER_SELF_SPECS): Removed mabi=32.
14633 (IDENT_ASM_OP): Removed undef.
14634 (STARTFILE_SPEC): Removed mabi=32.
14635 (ENDFILE_SPEC): Likewise.
14636 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
14637 (MACHINE_TYPE): Update for IRIX 6.5.
14638 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
14639 TARGET_IRIX by TARGET_IRIX6.
14640 (mips_file_start): Likewise.
14641 (mips_output_external): Remove IRIX 5/6 O32 support.
14642 (mips_output_function_prologue): Likewise.
14643 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
14644 TARGET_IRIX6.
14645 (TARGET_CPU_CPP_BUILTINS): Likewise.
14646 (TARGET_IRIX): Removed.
14647 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
14648 (MULTILIB_DIRNAMES): Removed 32.
14649 (MULTILIB_OSDIRNAMES): Removed ../lib.
14650 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
14651 (Specific, mips-sgi-irix5): Document removal.
14652 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
14653 Remove references to older IRIX 6 releases and the O32 ABI.
14654
14655 2010-05-06 Jakub Jelinek <jakub@redhat.com>
14656
14657 PR bootstrap/43994
14658 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
14659 instead of DF_REF_REAL_REG.
14660
14661 2010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
14662
14663 PR target/43888
14664 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
14665 handling to still return true for x64 targets.
14666
14667 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
14668
14669 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
14670
14671 2010-05-06 Jan Hubicka <jh@suse.cz>
14672
14673 PR tree-optimization/43791
14674 * ipa-inline.c (update_caller_keys): Remove bogus
14675 disregard_inline_limits check.
14676
14677 2010-05-06 Michael Matz <matz@suse.de>
14678
14679 PR tree-optimization/43984
14680 * tree-ssa-pre.c (inserted_phi_names): Remove.
14681 (inserted_exprs): Change to bitmap.
14682 (create_expression_by_pieces): Set bits, don't append to vector.
14683 (insert_into_preds_of_block): Don't handle inserted_phi_names.
14684 (eliminate): Don't look at inserted_phi_names, remove deleted
14685 insns from inserted_exprs.
14686 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
14687 (init_pre, fini_pre): Allocate and free bitmaps.
14688 (execute_pre): Insert insns on edges before elimination.
14689
14690 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
14691
14692 * tree.c (initializer_zerop): Handle STRING_CST.
14693
14694 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
14695
14696 PR 40989
14697 * doc/invoke.texi (Wimplicit): Document as C only.
14698 * opts.c (common_handle_option): Add argument kind.
14699 (handle_option): Rename as read_cmdline_option. Factor out code to...
14700 (handle_option): ... here. New.
14701 (handle_options): Rename as read_cmdline_options.
14702 (decode_options): Update call.
14703 (set_option): Use option index instead of option pointer. Classify
14704 diagnostics correctly.
14705 (enable_warning_as_error): Call handle_option.
14706 * opts.h (set_option): Update declaration.
14707 (handle_option): Declare.
14708 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
14709 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
14710 * c-opts.c (set_Wimplicit): Delete.
14711 (c_family_lang_mask): New static constant.
14712 (c_common_handle_option): Add argument kind. Use handle_option
14713 instead of set_Wimplicit.
14714 (c_common_post_options): warn_implicit and warn_implicit_int
14715 are disabled by default.
14716 * c-common.c (warn_implicit): Do not define here.
14717 * c-common.h (warn_implicit): Do not declare here.
14718 (c_common_handle_option): Update declaration.
14719 * lto-opts.c (lto_reissue_options): Update call to set_option.
14720
14721 2010-05-06 Richard Guenther <rguenther@suse.de>
14722
14723 PR tree-optimization/43571
14724 * domwalk.c (walk_dominator_tree): Walk the dominator
14725 sons in more optimal order.
14726
14727 2010-05-06 Richard Guenther <rguenther@suse.de>
14728
14729 PR tree-optimization/43934
14730 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
14731 (stmt_cost): Likewise.
14732 (extract_true_false_args_from_phi): New helper.
14733 (determine_max_movement): For PHI nodes verify we can hoist them
14734 and compute their cost.
14735 (determine_invariantness_stmt): Handle PHI nodes.
14736 (move_computations_stmt): Likewise. Hoist PHI nodes in
14737 if-converted form using COND_EXPRs.
14738 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
14739 (tree_ssa_lim): Likewise.
14740 * tree-flow.h (tree_ssa_lim): Adjust prototype.
14741 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
14742
14743 2010-05-06 Richard Guenther <rguenther@suse.de>
14744
14745 PR tree-optimization/43987
14746 * tree-ssa-structalias.c (could_have_pointers): For possibly
14747 address-taken variables force pointers to be recorded.
14748 (create_variable_info_for_1): Likewise.
14749 (push_fields_onto_fieldstack): Pass in wheter all fields
14750 must have pointers.
14751 (find_func_aliases): Query types instead of vars whether
14752 they contain pointers where appropriate.
14753
14754 2010-05-06 Jan Hubicka <jh@suse.cz>
14755
14756 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
14757 (record_reference, mark_address, mark_load, mark_store): Record
14758 references.
14759 (record_references_in_initializer): Update call of record_references.
14760 (rebuild_cgraph_edges): Remove all references before rebuiding.
14761 * cgraph.c (cgraph_create_node): Clear ref list.
14762 (cgraph_remove_node): Remove references.
14763 (dump_cgraph_node): Dump references.
14764 (cgraph_clone_node): Clone references.
14765 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
14766 (struct cgraph_node, varpool_node): Add ref_lst.
14767 * ipa-ref.c: New file.
14768 * ipa-ref.h: New file.
14769 * ipa-ref-inline.h: New file.
14770 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
14771 (referenced_from_other_partition_p): New function.
14772 (lto_output_varpool_node): Take set arugment; call
14773 referenced_from_other_partition.
14774 (lto_output_ref): New.
14775 (add_references): New.
14776 (output_refs): New.
14777 (output_cgraph): Compute boundary based on references; output refs.
14778 (output_varpool): Accept cgraph_node_set argument.
14779 (input_ref): New.
14780 (input_refs): New.
14781 (input_cgraph): Call input_refs.
14782 * lto-section-in.c (lto_section_name): Add refs.
14783 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
14784 (ipa-ref.o): New file.
14785 * varpool.c (varpool_node): Clear ipa ref list.
14786 (varpool_remove_node): Remove references.
14787 (dump_varpool_node): Dump references.
14788 (varpool_assemble_decl): Only compile finalized ones.
14789 (varpool_extra_name_alias): Initialize ref list.
14790 * lto-streamer.c (lto-get_section_name): Add .refs section.
14791 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
14792 (referenced_from_other_partition_p): Declared.
14793
14794 2010-05-06 Ira Rosen <irar@il.ibm.com>
14795
14796 PR tree-optimization/43901
14797 * tree-vect-stmts.c (vectorizable_call): Assert that vector
14798 type is not NULL if it's transformation phase, and return
14799 FALSE if it's analysis.
14800 (vectorizable_conversion, vectorizable_operation,
14801 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
14802
14803 2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
14804
14805 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
14806 Delete.
14807 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
14808 New define.
14809 * config/mips/mips-protos.h
14810 (mips_small_register_classes_for_mode_p): Delete prototype.
14811
14812 2010-05-06 Bernd Schmidt <bernds@codesourcery.com>
14813
14814 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
14815 * config/arm/arm.c (multiple_operation_profitable_p,
14816 compute_offset_order): New static functions.
14817 (load_multiple_sequence, store_multiple_sequence): Use them.
14818 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
14819 memory offsets, not register numbers.
14820 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
14821
14822 2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
14823
14824 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
14825 (get_pending_sizes, put_pending_size, put_pending_sizes):
14826 Update the uses of pending_sizes.
14827 * c-decl.c (store_parm_decls): Likewise.
14828 * c-tree.h (struct c_arg_info): Likewise.
14829 * tree.h: Update the prototype for get_pending_sizes and
14830 put_pending_sizes.
14831
14832 2010-05-05 Jason Merrill <jason@redhat.com>
14833
14834 PR debug/43370
14835 * c-common.c (handle_aligned_attribute): Respect
14836 ATTR_FLAG_TYPE_IN_PLACE.
14837
14838 PR testsuite/43758
14839 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
14840 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
14841 (TARGET_INITIALIZER): Use it.
14842 * c-common.c (attribute_takes_identifier_p): Call it.
14843 * c-common.h: Update prototype.
14844 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
14845 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
14846
14847 2010-05-05 Jakub Jelinek <jakub@redhat.com>
14848
14849 PR debug/43950
14850 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
14851 DW_ID_down_case for Fortran compilation units.
14852
14853 2010-05-05 Jan Hubicka <jh@suse.cz>
14854
14855 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
14856 handle aliases.
14857
14858 2010-05-05 Eric Botcazou <ebotcazou@adacore.com>
14859
14860 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
14861 a variable-sized RESULT_DECL.
14862
14863 2010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
14864
14865 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
14866
14867 2010-05-05 Jason Merrill <jason@redhat.com>
14868
14869 PR c++/43787
14870 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
14871 returns GS_OK.
14872 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
14873
14874 2010-05-05 Alexandre Oliva <aoliva@redhat.com>
14875 Jakub Jelinek <jakub@redhat.com>
14876
14877 PR debug/43478
14878 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
14879 (dead_debug_init, dead_debug_finish): New functions.
14880 (dead_debug_add, dead_debug_insert_before): Likewise.
14881 (df_note_bb_compute): Initialize a dead_debug object, add dead
14882 debug uses to it, insert debug bind insns before death insns,
14883 reset debug insns that refer to pending uses at the end.
14884 * rtl.h (make_debug_expr_from_rtl): New prototype.
14885 * varasm.c (make_debug_expr_from_rtl): New function.
14886
14887 2010-05-05 Jan Hubicka <jh@suse.cz>
14888
14889 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
14890 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
14891 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
14892 lto_varpool_encoder_deref, lto_varpool_encoder_size,
14893 lto_varpool_encoder_encode_initializer_p,
14894 lto_set_varpool_encoder_encode_initializer): New functions.
14895 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
14896 call output_varpool.
14897 (input_varpool_node): Do not always set analyzed.
14898 (input_cgraph_1): Return vector of cgraph nodes.
14899 (input_varpool_1): Return vector of varpools.
14900 (input_cgraph): Free the vectors.
14901 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
14902 output only initializers needed.
14903 (lto_output): Only call output_cgraph.
14904 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
14905 * lto-section-out.c (lto_new_out_decl_state): Initialize
14906 state->varpool_node_encoder.
14907 * lto-streamer.h (lto_varpool_encoder_d): New.
14908 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
14909 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
14910 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
14911 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
14912 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
14913 Declare.
14914 (output_varpool, input_varpool): Remove declarations.
14915
14916 2010-05-05 Jan Hubicka <jh@suse.cz>
14917
14918 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
14919 with body can prevail.
14920
14921 2010-05-05 Jan Hubicka <jh@suse.cz>
14922
14923 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
14924 size.
14925
14926 2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
14927
14928 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
14929
14930 * gengtype.h (erro_at_line): Constify pos argument.
14931
14932 * gengtype.c: Include hashtab.h.
14933 (enum gc_used): Document GC_MAYBE_POINTED_TO.
14934 (error_at_line): Constify pos argument.
14935 (do_typedef): Initialize p->opt field.
14936 (get_file_gtfilename): Fix comment typo.
14937 (struct walk_type_data): Constify line field.
14938 (get_output_file_for_structure): New function.
14939 (write_local_func_for_structure): Constify orig_s argument.
14940 Use get_output_file_for_structure.
14941 (write_func_for_structure): Use get_output_file_for_structure.
14942 (INDENT): New define.
14943 (dump_pair, dump_type, dump_type_list, dump_typekind)
14944 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
14945 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
14946 functions.
14947 (seen_types): New variable.
14948 (main): New variable do_dump. Process "-d" command line option.
14949 Call dump_everything if dump requested.
14950
14951 2010-05-05 Jakub Jelinek <jakub@redhat.com>
14952
14953 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
14954 in a temporary instead of invoking the macro multiple times.
14955 (track_expr_p): Likewise.
14956
14957 2010-05-04 Neil Vachharajani <nvachhar@google.com>
14958
14959 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
14960 per new semantics.
14961 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
14962 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
14963 conditions for printing notes.
14964 * common.opt (-Wcoverage-mismatch): Allow negative, default to
14965 true, update documentation.
14966 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
14967
14968 2010-05-04 Jakub Jelinek <jakub@redhat.com>
14969
14970 PR c/43981
14971 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
14972 on dimen.
14973
14974 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
14975
14976 PR target/43799
14977 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
14978 (*sse_prologue_save_insn1): Likewise.
14979 (SSE prologue save splitter): Likewise.
14980
14981 2010-05-04 Eric Botcazou <ebotcazou@adacore.com>
14982
14983 * tree.c (free_lang_data_in_one_sizepos): New inline function.
14984 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
14985 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
14986 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
14987 all decls. Call it on DECL_FIELD_OFFSET of fields.
14988 (find_decls_types_r): Follow DECL_VALUE_EXPR.
14989 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
14990
14991 2010-05-04 Martin Jambor <mjambor@suse.cz>
14992
14993 * tree-sra.c (build_access_from_expr_1): The first parameter type
14994 changed to simple tree.
14995 (build_access_from_expr): Likewise, gsi parameter was eliminated.
14996 (scan_assign_result): Renamed to assignment_mod_result, enum elements
14997 renamed as well.
14998 (build_accesses_from_assign): Removed all parameters except for a
14999 simple gimple statement. Now returns a simple bool.
15000 (scan_function): All non-analysis parts moved to separate functions
15001 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
15002 parameters and updated both callers.
15003 (sra_modify_expr): Removed parameter data.
15004 (sra_modify_function_body): New function.
15005 (perform_intra_sra): Call sra_modify_function_body to modify the
15006 function body.
15007 (replace_removed_params_ssa_names): Parameter data changed into
15008 adjustments vector.
15009 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
15010 changed the parameter dont_convert to convert with the opposite
15011 meaning.
15012 (sra_ipa_modify_assign): Parameter data changed into adjustments
15013 vector, return value changed to bool.
15014 (ipa_sra_modify_function_body): New function.
15015 (sra_ipa_reset_debug_stmts): Updated a comment.
15016 (modify_function): Use ipa_sra_modify_function_body to modify function
15017 body.
15018
15019 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
15020
15021 PR middle-end/43671
15022 * alias.c (true_dependence): Handle the same VALUE in x and mem.
15023 (canon_true_dependence): Likewise.
15024 (write_dependence_p): Likewise.
15025
15026 2010-05-04 Jan Hubicka <jh@suse.cz>
15027
15028 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
15029 * cgraphbuild.c: Include ipa-utils.h
15030 (record_reference_ctx): New struct.
15031 (record_reference): Simplify to work on initializers; not statements.
15032 (mark_address, mark_load, mark_store): New.
15033 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
15034 walk PHI nodes too.
15035 (record_references_in_initializer): Update use of record_reference.
15036 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
15037 walk PHI nodes too.
15038
15039 2010-05-04 Jan Hubicka <jh@suse.cz>
15040
15041 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
15042 node will be removed anyway.
15043 (lto_varpool_replace_node): Allow also unanalyzed nodes;
15044 relink aliases of node into prevailing node.
15045 * varpool.c (varpool_remove_node): Remove aliases properly;
15046 when removing node, remove all its aliases too; remove DECL_INITIAL
15047 of removed node; ggc_free the varpool node.
15048
15049 2010-05-04 Richard Guenther <rguenther@suse.de>
15050
15051 PR tree-optimization/43879
15052 * tree-ssa-structalias.c (alias_get_name): Use
15053 DECL_ASSEMBLER_NAME if available.
15054 (create_function_info_for): Return the varinfo node.
15055 (ipa_pta_execute): Associate same-body aliases and extra names
15056 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
15057
15058 2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
15059
15060 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
15061
15062 2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
15063
15064 PR bootstrap/43964
15065 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
15066 only if HONOR_REG_ALLOC_ORDER is not defined.
15067
15068 2010-05-04 Richard Guenther <rguenther@suse.de>
15069
15070 PR tree-optimization/43949
15071 * tree-vrp.c (extract_range_from_binary_expr): Only handle
15072 TRUNC_MOD_EXPR.
15073
15074 2010-04-26 Jason Merrill <jason@redhat.com>
15075
15076 * c.opt (-fstrict-enums): New.
15077 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
15078
15079 2010-05-03 David Ung <davidu@mips.com>
15080 James E. Wilson <wilson@codesourcery.com>
15081
15082 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
15083 emit the trap instruction before the divide for TUNE_74K.
15084
15085 2010-05-03 Steven Bosscher <steven@gcc.gnu.org>
15086
15087 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
15088 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
15089 based on the above, for new target hook.
15090
15091 * hooks.c (hook_bool_mode_true): New generic hook.
15092 * hooks.h (hook_bool_mode_true): Add prototype.
15093
15094 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
15095 target hook.
15096 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
15097 target hook, set to hook_bool_mode_false.
15098 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
15099 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
15100 with targetm.small_register_classes_for_mode_p.
15101 (find_reusable_reload): Likewise.
15102 (combine_reloads): Likewise.
15103 * reload1.c (reload_as_needed): Likewise.
15104 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
15105 * ifcvt.c (noce_process_if_block, check_cond_move_block,
15106 dead_or_predicable): Likewise.
15107 * regmove.c (optimize_reg_copy_1): Likewise.
15108 * calls.c (prepare_call_address): Likewise.
15109 (precompute_register_parameters): Likewise.
15110
15111 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
15112 hook definition.
15113 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
15114 implementation of the hook that considers all register classes
15115 small except for SH64.
15116 (sh_override_options): Use the new hook.
15117 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
15118 Add prototype.
15119
15120 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
15121 hook definition.
15122 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
15123 implementation of the hook that considers all register classes
15124 small for THUMB1.
15125 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
15126 Add prototype.
15127
15128 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
15129 hook definition.
15130 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
15131 implementation of the hook that considers all register classes
15132 small for MIPS16.
15133 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
15134 Add prototype.
15135
15136 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
15137 hook definition.
15138 * config/m32c/m32c.h: Likewise.
15139 * config/pdp11/pdp11.h: Likewise.
15140 * config/avr/avr.h: Likewise.
15141 * config/xtensa/xtensa.h: Likewise.
15142 * config/m68hc11/m68hc11.h: Likewise.
15143 * config/mn10300/mn10300.h: Likewise.
15144 * config/mcore/mcore.h: Likewise.
15145 * config/h8300/h8300.h: Likewise.
15146 * config/bfin/bfin.h: Likewise.
15147
15148 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
15149 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
15150
15151 2010-05-03 Anatoly Sokolov <aesok@post.ru>
15152
15153 * double-int.h (tree_to_double_int): Remove macro.
15154 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
15155 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
15156 (tree_to_double_int): New function.
15157 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
15158 Move ...
15159 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
15160
15161 2010-05-03 Richard Guenther <rguenther@suse.de>
15162
15163 PR tree-optimization/43971
15164 * tree-ssa-structalias.c (get_constraint_for_1): Fix
15165 constraints in the !flag_delete_null_pointer_checks case.
15166
15167 2010-05-03 Jakub Jelinek <jakub@redhat.com>
15168
15169 PR debug/43972
15170 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
15171 result mode matches original rtl mode.
15172
15173 2010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
15174
15175 PR target/43888
15176 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
15177
15178 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
15179
15180 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
15181 when processing flag options.
15182
15183 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
15184
15185 * gcov-iov.c (main): Change format string placeholder
15186 from %#08x to 0x%08x.
15187 * genchecksum.c (dosum): Change format string placeholder
15188 from %#02x to 0x%02x.
15189
15190 2010-05-02 Richard Guenther <rguenther@suse.de>
15191
15192 PR tree-optimization/43879
15193 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
15194
15195 2010-05-02 Bruno Haible <bruno@clisp.org>
15196
15197 * doc/extend.texi (Function Attributes): Fix a typo.
15198
15199 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
15200
15201 Revert:
15202 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
15203 placeholder from 0x%x to %#x.
15204 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
15205 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
15206 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
15207 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
15208 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
15209 * config/i386/i386.c (ix86_target_string): Ditto.
15210 * config/i386/i386.c (output_pic_addr_const): Ditto.
15211 (print_operand): Ditto.
15212
15213 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
15214
15215 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
15216 placeholder from 0x%x to %#x.
15217 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
15218 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
15219 (ASM_OUTPUT_DEBUG_DATA): Ditto.
15220 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
15221 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
15222 * optc-gen.awk: Ditto.
15223 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
15224 (HOST_WIDE_INT_PRINT_HEX): Ditto.
15225 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
15226 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
15227
15228 2010-05-01 Anatoly Sokolov <aesok@post.ru>
15229
15230 * target.h (struct calls): Add function_value_regno_p field.
15231 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
15232 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
15233 * targhooks.c (default_function_value_regno_p): New function.
15234 * targhooks.h (default_function_value_regno_p): Declare function.
15235 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
15236 * builtins.c. (apply_result_size): (Ditto.).
15237 * combine.c. (likely_spilled_retval_p): (Ditto.).
15238 * mode-switching.c. Include 'target.h'.
15239 (create_pre_exit): Use function_value_regno_p hook.
15240 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
15241 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
15242 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
15243
15244 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
15245 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
15246 (ix86_function_value_regno_p): Declare as static, change argument
15247 type to const unsigned int.
15248 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
15249
15250 2010-05-01 Richard Guenther <rguenther@suse.de>
15251
15252 PR tree-optimization/43949
15253 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
15254 types.
15255 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
15256
15257 2010-05-01 Anatoly Sokolov <aesok@post.ru>
15258
15259 * rtl.h (CONST_DOUBLE_P): Define.
15260 (rtx_to_double_int): Declare.
15261 * emit-rtl.c (rtx_to_double_int): New function.
15262 * dwarf2out.c (insert_double): New function.
15263 (loc_descriptor, add_const_value_attribute): Clean up, use
15264 rtx_to_double_int and insert_double functions.
15265
15266 2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
15267
15268 * doc/extend.texi (Inline): Add missing return keyword to examples.
15269 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
15270 "command-line".
15271
15272 2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
15273
15274 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
15275 the variable part of the offset as well. Use highest_pow2_factor for
15276 all alignment checks.
15277
15278 2010-04-30 Richard Guenther <rguenther@suse.de>
15279
15280 PR tree-optimization/43879
15281 * tree-ssa-structalias.c (type_could_have_pointers): Functions
15282 can have pointers.
15283
15284 2010-04-30 Jan Hubicka <jh@suse.cz>
15285
15286 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
15287 varpool.
15288 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
15289
15290 2010-04-30 Jan Hubicka <jh@suse.cz>
15291
15292 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
15293 New.
15294 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
15295 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
15296 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
15297 cgraph_node_set_needs_ltrans_p): Remove.
15298
15299 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
15300
15301 * sdbout.c: Include vec.h, do not include varray.h.
15302 (deferred_global_decls, sdbout_global_decl,
15303 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
15304 * toplev.c: Do not include varray.h.
15305 (dump_memory_report): Do not dump VARRAY statistics.
15306 * gengtype.c (open_base_file): Ignore varray.h.
15307 * Makefile.in: Update for abovementioned changes.
15308 Remove all traces of varray.c and varray.h.
15309 * varray.c: Remove file.
15310 * varray.h: Remove file.
15311
15312 2010-04-30 Jan Hubicka <jh@suse.cz>
15313
15314 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
15315 references.
15316
15317 2010-04-30 Jan Hubicka <jh@suse.cz>
15318
15319 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
15320 needed.
15321
15322 2010-04-30 Richard Guenther <rguenther@suse.de>
15323
15324 * tree-ssa-structalias.c (get_constraint_for_1): Generate
15325 constraints for CONSTRUCTOR.
15326
15327 2010-04-30 Richard Guenther <rguenther@suse.de>
15328
15329 PR lto/43946
15330 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
15331 first after all lowering passes.
15332
15333 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
15334
15335 * toplev.c: Include varray.h for statistics dumping.
15336 * tree.h: Do not declare varray_head_tag.
15337 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
15338 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
15339 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
15340 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
15341 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
15342 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
15343 c-common.c, c-common.h, reg-stack.c, basic-block.h,
15344 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
15345 include varray.h.
15346 * Makefile.in: Update for abovementioned changes.
15347
15348 2010-04-30 Jakub Jelinek <jakub@redhat.com>
15349
15350 PR debug/43942
15351 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
15352
15353 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
15354
15355 * config/picochip/picochip.c (picochip_legitimize_address): Define.
15356 Use this function to do machine-specific conversion.
15357 (picochip_legitimize_reload_address): Likewise.
15358 (picochip_legitimate_address_p): Check valid base register only if
15359 strict.
15360 (picochip_check_conditional_copy): Check for modw only if opnd is
15361 register.
15362 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
15363 to call the function in c.
15364 * config/picochip/picochip-protos.h
15365 (picochip_legitimize_reload_address): Define.
15366 * config/picochip/picochip.md (supported_compare1): Define.
15367
15368 2010-04-30 Jan Hubicka <jh@suse.cz>
15369
15370 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
15371 (cgraph_global_info): Remove inlined.
15372 (LTO_cgraph_tag_names): Remove.
15373 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
15374 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
15375 simplify cgraph tags and document.
15376 (lto_output_node): Use only LTO_cgraph_unavail_node and
15377 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
15378 for_functions_valid, global info, process and output flags.
15379 (input_overwrite_node): Initialize estimated stack size and
15380 estimated growth. Do not read flags we no longer store.
15381 (input_node): Likewise do not read info no longer stored.
15382 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
15383 flag.
15384
15385 2010-04-30 Richard Guenther <rguenther@suse.de>
15386
15387 PR tree-optimization/43879
15388 * tree-ssa-structalias.c (get_constraint_for_1): Properly
15389 handle non-zero initializers.
15390
15391 2010-04-30 Richard Guenther <rguenther@suse.de>
15392
15393 * builtins.c (fold_builtin_1): Delete free (0).
15394
15395 2010-04-29 Jan Hubicka <jh@suse.cz>
15396
15397 * gengtype.c (open_base_files): Add lto-streamer.h
15398 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
15399 (pass_ipa_cp): GGC collect.
15400 * toplev. (compile_file): Do not output symbols.
15401 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
15402 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
15403 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
15404 * lto-section-in.c: Include ggc.h
15405 (lto_new_in_decl_state): Alloc in GGC.
15406 (lto_delete_in_decl_state): Likewise.
15407 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
15408 Collect.
15409
15410 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
15411
15412 PR target/42895
15413 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
15414 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
15415 (HONOR_REG_ALLOC_ORDER): Describe new macro.
15416 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
15417 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
15418 account only if HONOR_REG_ALLOC_ORDER is not defined.
15419 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
15420 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
15421
15422 2010-04-29 Jon Grant <04@jguk.org>
15423
15424 * collect2.c (vflag): Change type from int to bool.
15425 (debug): Likewise.
15426 (helpflag): New global bool.
15427 (main): Set vflag and debug with boolean, not integer truth values.
15428 Accept new "--help" option and output usage text if found.
15429 * collect2.h (vflag): Update prototype.
15430 (debug): Likewise.
15431
15432 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
15433
15434 PR bootstrap/43936
15435 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
15436
15437 2010-04-29 Richard Guenther <rguenther@suse.de>
15438
15439 PR bootstrap/43935
15440 * plugin.h (invoke_plugin_callbacks): Annotate arguments
15441 with ATTRIBUTE_UNUSED.
15442
15443 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
15444
15445 PR target/43921
15446 * config/i386/i386.c (get_some_local_dynamic_name): Replace
15447 INSN_P with NONDEBUG_INSN_P.
15448 (distance_non_agu_define): Likewise.
15449 (distance_agu_use): Likewise.
15450
15451 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
15452
15453 From Dominique d'Humieres <dominiq@lps.ens.fr>
15454 PR bootstrap/43858
15455 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
15456 test_set.
15457
15458 2010-04-29 Brian Hackett <bhackett1024@gmail.com>
15459
15460 * plugin.h (invoke_plugin_callbacks): New inline function.
15461 * plugin.c (flag_plugin_added): New global flag.
15462 (add_new_plugin): Initialize above flag.
15463 (invoke_plugin_callbacks): Rename to ...
15464 (invoke_plugin_callbacks_full): ... this.
15465
15466 2010-04-28 Jan Hubicka <jh@suse.cz>
15467
15468 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
15469 (lto_varpool_replace_node): New.
15470 (lto_symtab_resolve_symbols): Resolve varpool nodes.
15471 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
15472 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
15473 * cgraph.h (varpool_node_ptr): New type.
15474 (varpool_node_ptr): New vector.
15475 (varpool_node_set_def): New structure.
15476 (varpool_node_set): New type.
15477 (varpool_node_set): New vector.
15478 (varpool_node_set_element_def): New structure.
15479 (varpool_node_set_element, const_varpool_node_set_element): New types.
15480 (varpool_node_set_iterator): New type.
15481 (varpool_node): Add prev pointers, add used_from_other_partition,
15482 in_other_partition.
15483 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
15484 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
15485 varpool_get_node, varpool_remove_node): Declare.
15486 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
15487 varpool_node_set_size): New inlines.
15488 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
15489 * tree-pass.h (varpool_node_set_def): Forward declare.
15490 (ipa_opt_pass_d): Summary writting takes vnode sets too.
15491 (ipa_write_optimization_summaries): Update prototype.
15492 * ipa-cp.c (ipcp_write_summary): Update.
15493 * ipa-reference.c (ipa_reference_write_summary): Update.
15494 * lto-cgraph.c (lto_output_varpool_node): New static function.
15495 (output_varpool): New function.
15496 (input_varpool_node): New static function.
15497 (input_varpool_1): New function.
15498 (input_cgraph): Input varpool.
15499 * ipa-pure-const.c (pure_const_write_summary): Update.
15500 * lto-streamer-out.c (lto_output): Update, output varpool too.
15501 (write_global_stream): Kill WPA hack.
15502 (produce_asm_for_decls): Update.
15503 (output_alias_pair_p): Handle variables.
15504 (output_unreferenced_globals): Output only needed partition of varpool.
15505 * ipa-inline.c (inline_write_summary): Update.
15506 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
15507 cgraph.
15508 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
15509 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
15510 varpool_node_set_new, varpool_node_set_add,
15511 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
15512 debug_varpool_node_set): New functions.
15513 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
15514 (execute_one_pass): Process new decls too.
15515 (ipa_write_summaries_2): Pass around vsets.
15516 (ipa_write_summaries_1): Likewise.
15517 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
15518 to add.
15519 (ipa_write_optimization_summaries_1): Pass around vsets.
15520 (ipa_write_optimization_summaries): Likewise.
15521 * varpool.c (varpool_get_node): New.
15522 (varpool_node): Update doubly linked lists.
15523 (varpool_remove_node): New.
15524 (dump_varpool_node): More dumping.
15525 (varpool_enqueue_needed_node): Update doubly linked lists.
15526 (decide_is_variable_needed): Kill ltrans hack.
15527 (varpool_finalize_decl): Kill lto hack.
15528 (varpool_assemble_decl): Skip decls in other partitions.
15529 (varpool_assemble_pending_decls): Update doubly linkes lists.
15530 (varpool_empty_needed_queue): Likewise.
15531 (varpool_extra_name_alias): Likewise.
15532 * lto-streamer.c (lto_get_section_name): Add vars section.
15533 * lto-streamer.h (lto_section_type): Update.
15534 (output_varpool, input_varpool): Declare.
15535
15536 2010-04-28 Mike Stump <mikestump@comcast.net>
15537
15538 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
15539
15540 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
15541
15542 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
15543 record or union type with RECORD_OR_UNION_TYPE_P predicate.
15544 (lto_input_ts_type_tree_pointers): Likewise.
15545 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
15546 (lto_output_ts_type_tree_pointers): Likewise.
15547
15548 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
15549
15550 Uniquization of constants at the Tree level
15551 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
15552 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
15553 bit to the end.
15554 (tree_output_constant_def): Declare.
15555 * gimplify.c (gimplify_init_constructor): When using block copy, first
15556 uniquize the constant constructor on the RHS.
15557 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
15558 DECL_IN_CONSTANT_POOL flag.
15559 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
15560 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
15561 constant pool.
15562 (assemble_variable): Deal with symbols belonging to the tree constant
15563 pool.
15564 (get_constant_section): Add ALIGN parameter and simplify.
15565 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
15566 (assemble_constant_contents): Use the expression of the VAR_DECL.
15567 (output_constant_def_contents): Use the alignment of the VAR_DECL.
15568 (tree_output_constant_def): New global function.
15569 (mark_constant): Use the expression of the VAR_DECL.
15570 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
15571 its expression.
15572 (output_object_block): Likewise and assemble the expression.
15573
15574 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
15575
15576 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
15577 hash_tree, eq_tree): New tree hash table.
15578 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
15579 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
15580 lto_orig_address_remove): Reimplement.
15581
15582 2010-04-28 Xinliang David Li <davidxl@google.com>
15583
15584 PR c/42643
15585 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
15586 (compute_uninit_opnds_pos): New function.
15587 (is_non_loop_exit_postdominating): New function.
15588 (compute_control_dep_chain): New function.
15589 (find_pdom): New function.
15590 (convert_control_dep_chain_into_preds): New function.
15591 (find_predicates): New function.
15592 (find_control_equiv_block): New function.
15593 (collect_phi_def_edges): New function.
15594 (find_def_preds): New function.
15595 (find_dom): New function.
15596 (dump_predicates): New function.
15597 (get_cmp_code): New function.
15598 (is_value_included_in): New function.
15599 (find_matching_predicate_in_rest_chains): New function.
15600 (use_pred_not_overlap_with_undef_path_pred): New function.
15601 (is_use_properly_guarded): New function.
15602 (normalize_cond_1): New function.
15603 (is_and_or_or): New function.
15604 (normalize_cond): New function.
15605 (is_gcond_subset_of): New function.
15606 (is_subset_of_any): New function.
15607 (is_or_set_subset_of): New function.
15608 (is_and_set_subset_of): New function.
15609 (is_norm_cond_subset_of): New function.
15610 (is_pred_expr_subset_of): New function.
15611 (is_pred_chain_subset_of): New function.
15612 (is_included_in): New function.
15613 (is_superset_of): New function.
15614 (find_uninit_use): New function.
15615 (warn_uninitialized_phi): New function.
15616 (compute_possibly_undefined_names): New function.
15617 (ssa_undefined_value_p): New function.
15618 (execute_late_warn_uninitialized): New function.
15619 * tree-ssa.c (ssa_undefined_value_p): Removed.
15620 (warn_uninit): Changed to extern.
15621 (warn_uninitialized_phi): Removed.
15622 (warn_uninitialized_vars): Changed to extern.
15623 (execute_late_warn_uninitialized): Removed
15624 * tree-flow.h: Add new prototypes.
15625 * timevar.def: Add new time variable.
15626 * Makefile.in: Add new build file.
15627
15628 2010-04-28 Uros Bizjak <ubizjak@gmail.com>
15629
15630 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
15631 type if available.
15632
15633 2010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15634
15635 PR target/22224
15636 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
15637
15638 2010-04-28 Martin Jambor <mjambor@suse.cz>
15639
15640 * cgraph.h (struct cgraph_node): New field indirect_calls.
15641 (struct cgraph_indirect_call_info): New type.
15642 (struct cgraph_edge): Removed field indirect_call. New fields
15643 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
15644 (cgraph_create_indirect_edge): Declare.
15645 (cgraph_make_edge_direct): Likewise.
15646 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
15647 * ipa-prop.h (struct ipa_param_call_note): Removed.
15648 (struct ipa_node_params): Removed field param_calls.
15649 (ipa_create_all_structures_for_iinln): Declare.
15650 * cgraph.c: Described indirect edges and uids in initial comment.
15651 (cgraph_add_edge_to_call_site_hash): New function.
15652 (cgraph_edge): Search also among the indirect edges, use
15653 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
15654 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
15655 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
15656 site hash.
15657 (initialize_inline_failed): Assign a reason to indirect edges.
15658 (cgraph_create_edge_1): New function.
15659 (cgraph_create_edge): Moved some functionality to
15660 cgraph_create_edge_1.
15661 (cgraph_create_indirect_edge): New function.
15662 (cgraph_edge_remove_callee): Add an assert checking for
15663 non-indirectness.
15664 (cgraph_edge_remove_caller): Special-case indirect edges.
15665 (cgraph_remove_edge): Likewise.
15666 (cgraph_set_edge_callee): New function.
15667 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
15668 (cgraph_make_edge_direct): New function.
15669 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
15670 the declaration of the call statement matches.
15671 (cgraph_node_remove_callees): Special-case indirect edges.
15672 (cgraph_clone_edge): Likewise.
15673 (cgraph_clone_node): Clone also the indirect edges.
15674 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
15675 indirect_call, dump count of indirect_calls edges.
15676 * ipa-prop.c (iinlining_processed_edges): New variable.
15677 (ipa_note_param_call): Create indirect edges instead of
15678 creating notes. New parameter node.
15679 (ipa_analyze_call_uses): New parameter node, pass it on to
15680 ipa_note_param_call.
15681 (ipa_analyze_stmt_uses): Likewise.
15682 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
15683 (print_edge_addition_message): Work on edges rather than on notes.
15684 (update_call_notes_after_inlining): Likewise, renamed to
15685 update_indirect_edges_after_inlining.
15686 (ipa_create_all_structures_for_iinln): New function.
15687 (ipa_free_node_params_substructures): Do not free notes.
15688 (ipa_edge_duplication_hook): Propagate bits within
15689 iinlining_processed_edges bitmap.
15690 (ipa_node_duplication_hook): Do not duplicate notes.
15691 (free_all_ipa_structures_after_ipa_cp): Renamed to
15692 ipa_free_all_structures_after_ipa_cp.
15693 (free_all_ipa_structures_after_iinln): Renamed to
15694 ipa_free_all_structures_after_iinln.
15695 (ipa_write_param_call_note): Removed.
15696 (ipa_read_param_call_note): Removed.
15697 (ipa_write_indirect_edge_info): New function.
15698 (ipa_read_indirect_edge_info): Likewise.
15699 (ipa_write_node_info): Do not stream notes, do stream information
15700 in indirect edges.
15701 (ipa_read_node_info): Likewise.
15702 (lto_ipa_fixup_call_notes): Removed.
15703 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
15704 * ipa-inline.c (pass_ipa_inline): Likewise.
15705 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
15706 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
15707 * tree-inline.c (copy_bb): Removed an unnecessary double check for
15708 is_gimple_call.
15709 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
15710 edges.
15711 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
15712 (output_cgraph): Stream also indirect edges.
15713 (lto_output_edge): Added capability to stream indirect edges.
15714 (input_edge): Likewise.
15715 (input_cgraph_1): Likewise.
15716 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
15717 of indirect edges.
15718
15719 2010-04-28 Richard Guenther <rguenther@suse.de>
15720
15721 PR tree-optimization/43879
15722 PR tree-optimization/43909
15723 * tree-ssa-structalias.c (struct variable_info): Add
15724 only_restrict_pointers flag.
15725 (new_var_info): Initialize it. Increment stats.total_vars here.
15726 (create_function_info_for): Do not increment stats.total_vars here.
15727 (get_function_part_constraint): Fix build with C++.
15728 (insert_into_field_list): Remove.
15729 (push_fields_onto_fieldstack): Properly merge fields.
15730 (create_variable_info_for): Split and simplify.
15731 (create_variable_info_for_1): New piece.
15732 (intra_create_variable_infos): Properly make restrict constraints
15733 from parameters.
15734
15735 2010-04-28 Richard Guenther <rguenther@suse.de>
15736
15737 PR c++/43880
15738 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
15739
15740 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
15741 Jan Hubicka <hubicka@ucw.cz>
15742
15743 * doc/invoke.texi (-Wsuggest-attribute=const,
15744 -Wsuggest-attribute=pure): Document.
15745 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
15746 (function_always_visible_to_compiler_p,
15747 suggest_attribute, warn_function_pure, warn_function_const):
15748 New functions.
15749 (check_call): Improve debug info.
15750 (analyze_function): Do not check availability.
15751 (add_new_function): Check availability.
15752 (propagate): Output warnings.
15753 (skip_function_for_local_pure_const): New function.
15754 (local_pure_const): Use it; output warnings.
15755 * common.opt (Wsuggest-attribute=const,
15756 Wsuggest-attribute=pure): New.
15757
15758 2010-04-27 Jakub Jelinek <jakub@redhat.com>
15759
15760 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
15761 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
15762 or DW_CFA_def_cfa_offset{,_sf}.
15763
15764 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
15765
15766 * tree.h: Fix truncated long macros.
15767
15768 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
15769
15770 * collect2.c (TARGET_64BIT): Redefine to target's default.
15771 * tlink.c: Likewise.
15772 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
15773 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
15774 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
15775 for underscoring __USER_LABEL_PREFIX__.
15776 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
15777 (SUB_LINK_ENTRY32): New.
15778 (SUB_LINK_ENTRY64): New.
15779 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
15780 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
15781 (SUB_LINK_ENTRY64): New.
15782 (SUB_LINK_ENTRY): New.
15783 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
15784 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
15785 x64 target is choosen.
15786 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
15787 * configure: Regenerated.
15788 * configure.ac (leading-mingw64-underscores): Option added.
15789
15790 2010-04-27 Jan Hubicka <jh@suse.cz>
15791
15792 * doc/invoke.texi (-fipa-profile): Document.
15793 * opts.c (decode_options): Enable ipa-profile at -O1.
15794 * timevar.def (TV_IPA_PROFILE): Define.
15795 * common.opt (fipa-profile): Add.
15796 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
15797 flag for clones.
15798 (cgraph_propagate_frequency): Handle only local ones.
15799 * tree-pass.h (pass_ipa_profile): Declare.
15800 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
15801 (pass_ipa_profile): Use TV_IPA_PROFILE.
15802 * ipa.c (ipa_profile): New function.
15803 (gate_ipa_profile): Likewise.
15804 (pass_ipa_profile): New global variable.
15805 * passes.c (pass_ipa_profile): New.
15806
15807 2010-04-27 Nathan Froyd <froydnj@codesourcery.com>
15808
15809 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
15810
15811 2010-04-27 Martin Jambor <mjambor@suse.cz>
15812
15813 PR middle-end/43812
15814 * ipa.c (dissolve_same_comdat_group_list): New function.
15815 (function_and_variable_visibility): Call
15816 dissolve_same_comdat_group_list when comdat group contains external or
15817 newly local nodes.
15818 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
15819 lists are circular and that they contain only DECL_ONE_ONLY nodes.
15820
15821 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
15822
15823 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
15824 (const_hash_1) <VECTOR_CST>: New case.
15825 (compare_constant) <VECTOR_CST>: Likewise.
15826 <ADDR_EXPR>: Deal with LABEL_REFs.
15827 (copy_constant) <VECTOR_CST>: New case.
15828
15829 2010-04-27 Jan Hubicka <jh@suse.cz>
15830
15831 * cgraph.c (cgraph_propagate_frequency): New function.
15832 * cgraph.h (cgraph_propagate_frequency): Declare.
15833 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
15834 cgraph_propagate_frequency.
15835
15836 2010-04-27 Jakub Jelinek <jakub@redhat.com>
15837
15838 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
15839
15840 2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
15841
15842 PR target/40657
15843 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
15844 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
15845 here to determine which regs to push and how much stack to reserve.
15846
15847 2010-04-27 Jie Zhang <jie@codesourcery.com>
15848
15849 * doc/gimple.texi (gimple_statement_with_ops): Remove
15850 addresses_taken field.
15851 (gimple_statement_with_memory_ops): Likewise.
15852
15853 2010-04-27 Jan Hubicka <jh@suse.cz>
15854
15855 * tree-inline.c (eni_inlining_weights): Remove.
15856 (estimate_num_insns): Special case more builtins.
15857
15858 2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
15859
15860 PR c/32207
15861 * c-typeck.c (build_binary_op): Move forward check for comparison
15862 pointer with null pointer constant and adjust the diagnostic message.
15863
15864 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
15865
15866 PR lto/42776
15867 * configure.ac (gcc_cv_as_section_has_align): Set if installed
15868 binutils supports extended .section directive needed by LTO, or
15869 warn if older binutils found.
15870 (LTO_BINARY_READER): New AC_SUBST'd variable.
15871 (LTO_USE_LIBELF): Likewise.
15872 * gcc/config.gcc (lto_binary_reader): New target-specific configure
15873 variable.
15874 * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
15875 (LTO_USE_LIBELF): Likewise.
15876 * configure: Regenerate.
15877
15878 * collect2.c (is_elf): Rename from this ...
15879 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
15880 object files in addition to ELF-formatted ones.
15881 (scan_prog_file): Caller updated. Also allow for LTO info marker
15882 symbol to be prefixed or not by an extra underscore.
15883
15884 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
15885 * config/i386/winnt.c: Also #include lto-streamer.h
15886 (i386_pe_asm_named_section): Specify 1-byte section alignment for
15887 LTO named sections.
15888 (i386_pe_asm_output_aligned_decl_common): Add comment.
15889 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
15890
15891 2010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
15892
15893 PR target/43889
15894 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
15895 Add missing earlyclobber for second alternative.
15896
15897 2010-04-26 Bernd Schmidt <bernds@codesourcery.com>
15898
15899 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
15900 bits for artificial defs at the top of the block.
15901 * fwprop.c (single_def_use_enter_block): Don't call it.
15902
15903 2010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
15904
15905 PR 43715
15906 * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
15907 instead of "$gcc_cv_objdump -T".
15908 Use "-undefined dynamic_lookup" on darwin.
15909 * gcc/configure: Regenerate.
15910
15911 2010-04-26 Jakub Jelinek <jakub@redhat.com>
15912
15913 PR c/43893
15914 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
15915
15916 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
15917
15918 * c-parser.c (struct c_token): Move location field up.
15919 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
15920 (struct c_declspecs): Convert typespec_word, storage_class, and
15921 default_int_p into bitfields.
15922 (struct c_declarator): Move loc field up.
15923
15924 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
15925
15926 * cfgloop.h (struct loop): Move can_be_parallel field up.
15927 * ipa-prop.h (struct ip_node_params): Move bitfields up.
15928 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
15929 down.
15930 (struct iv_cand): Convert pos field into a bitfield.
15931 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
15932 field up.
15933 (struct _stmt_vec_info): Shuffle fields for better packing.
15934
15935 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
15936
15937 * varasm.c (IN_NAMED_SECTION): Remove guard.
15938 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
15939 (IN_NAMED_SECTION_P): ...this.
15940 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
15941 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
15942
15943 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
15944
15945 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
15946 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
15947 of shadowing it. Fix comments.
15948
15949 2010-04-26 Jan Hubicka <jh@suse.cz>
15950
15951 * cgraph.c (cgraph_create_node): Set node frequency to normal.
15952 (cgraph_clone_node): Copy function frequency.
15953 * cgraph.h (node_frequency): New enum
15954 (struct cgraph_node): Add.
15955 * final.c (rest_of_clean_state): Update.
15956 * lto-cgraph.c (lto_output_node): Output node frequency.
15957 (input_overwrite_node): Input node frequency.
15958 * tre-ssa-loop-ivopts (computation_cost): Update.
15959 * lto-streamer-out.c (output_function): Do not output function
15960 frequency.
15961 * predict.c (maybe_hot_frequency_p): Update and handle functions
15962 executed once.
15963 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
15964 attribute lookup.
15965 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
15966 (compute_function_frequency): Set noreturn functions to be executed
15967 once.
15968 (choose_function_section): Update.
15969 * lto-streamer-in.c (input_function): Do not input function frequency.
15970 * function.c (allocate_struct_function): Do not initialize function
15971 frequency.
15972 * function.h (function_frequency): Remove.
15973 (struct function): Remove function frequency.
15974 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
15975 (try_update): Update.
15976 * tree-inline.c (initialize_cfun): Do not update function frequency.
15977 * passes.c (pass_init_dump_file): Update.
15978 * i386.c (ix86_compute_frame_layout): Update.
15979 (ix86_pad_returns): Update.
15980
15981 2010-04-26 Jie Zhang <jie@codesourcery.com>
15982
15983 PR tree-optimization/43833
15984 * tree-vrp.c (range_int_cst_p): New.
15985 (range_int_cst_singleton_p): New.
15986 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
15987 when both operands are constants. Use range_int_cst_p in
15988 BIT_IOR_EXPR case.
15989
15990 2010-04-26 Jan Hubicka <jh@suse.cz>
15991
15992 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
15993
15994 2010-04-26 Richard Guenther <rguenther@suse.de>
15995
15996 PR lto/43080
15997 * gimple.c (gimple_decl_printable_name): Deal gracefully
15998 with a NULL DECL_NAME.
15999
16000 2010-04-26 Richard Guenther <rguenther@suse.de>
16001
16002 PR lto/42425
16003 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
16004 if emitting debug information and it is either a function
16005 or a namespace decl.
16006
16007 2010-04-26 Ira Rosen <irar@il.ibm.com>
16008
16009 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
16010 determine if the statement is vectorizable, and a macro to access it.
16011 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
16012 Skip statements that can't be vectorized. If the analysis fails,
16013 mark the statement as unvectorizable if vectorizing basic block.
16014 (vect_compute_data_refs_alignment): Likewise.
16015 (vect_verify_datarefs_alignment): Skip statements marked as
16016 unvectorizable. Add print.
16017 (vect_analyze_group_access): Skip statements that can't be
16018 vectorized. If the analysis fails, mark the statement as
16019 unvectorizable if vectorizing basic block.
16020 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
16021 * tree-vect-stmts.c (vectorizable_store): Fix the number of
16022 generated stmts for SLP.
16023 (new_stmt_vec_info): Initialize the new field.
16024 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
16025 statements marked as unvectorizable.
16026
16027 2010-04-25 Joseph Myers <joseph@codesourcery.com>
16028
16029 * c-common.c (flag_isoc1x): New.
16030 (flag_isoc99): Update comment.
16031 * c-common.h (flag_isoc1x): New.
16032 (flag_isoc99): Update comment.
16033 * c-cppbuiltin.c (builtin_define_float_constants): Also define
16034 __<type>_DECIMAL_DIG__.
16035 * c-opts.c (set_std_c1x): New.
16036 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
16037 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
16038 * c.opt (-std=c1x, -std=gnu1x): New options.
16039 * doc/cpp.texi: Mention -std=c1x.
16040 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
16041 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
16042 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
16043 * doc/standards.texi: Mention C1X.
16044 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
16045 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
16046 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
16047 Define for C1X.
16048
16049 2010-04-25 Uros Bizjak <ubizjak@gmail.com>
16050
16051 * config/i386/gmon-sol2.c (_mcleanup): Change format string
16052 placeholder from 0x%x to %#x.
16053 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
16054 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
16055 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
16056 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
16057 * config/i386/i386.c (ix86_target_string): Ditto.
16058 (output_pic_addr_const): Ditto.
16059 (print_operand): Ditto.
16060
16061 2010-04-25 Paolo Bonzini <bonzini@gnu.org>
16062
16063 * combine.c (find_split_point): Add third argument. Use it
16064 to find nested multiply-accumulate instructions. Adjust calls.
16065 (try_combine): Adjust call to find_split_point.
16066
16067 2010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
16068
16069 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
16070
16071 2010-04-24 Bernd Schmidt <bernds@codesourcery.com>
16072
16073 PR tree-optimization/41442
16074 * fold-const.c (merge_truthop_with_opposite_arm): New function.
16075 (fold_binary_loc): Call it.
16076
16077 2010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
16078
16079 * toplev.c (general_init): Set default for fdiagnostics-show-option.
16080 * opts.c (common_handle_option): Allow disabling it.
16081 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
16082
16083 2010-04-23 Eric Botcazou <ebotcazou@adacore.com>
16084
16085 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
16086 between modes if both types are integral.
16087
16088 2010-04-23 Richard Guenther <rguenther@suse.de>
16089
16090 PR tree-optimization/43572
16091 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
16092
16093 2010-04-23 Richard Guenther <rguenther@suse.de>
16094
16095 PR lto/43455
16096 * tree-inline.c (tree_can_inline_p): Also check compatibility
16097 of return types.
16098
16099 2010-04-23 Martin Jambor <mjambor@suse.cz>
16100
16101 PR tree-optimization/43846
16102 * tree-sra.c (struct access): New flag grp_assignment_read.
16103 (build_accesses_from_assign): Set grp_assignment_read.
16104 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
16105 (enum mark_read_status): New type.
16106 (analyze_access_subtree): Propagate grp_assignment_read, create
16107 accesses also if both direct_read and root->grp_assignment_read.
16108
16109 2010-04-23 Martin Jambor <mjambor@suse.cz>
16110
16111 PR middle-end/43835
16112 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
16113 function does not have type attributes.
16114
16115 2010-04-23 Richard Guenther <rguenther@suse.de>
16116
16117 PR lto/42653
16118 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
16119 of FUNCTION_DECLs.
16120
16121 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16122
16123 * sese.h (create_if_region_on_edge): Remove.
16124
16125 * sese.c (create_if_region_on_edge): Make static.
16126
16127 * tree-inline.c: Do not include ggc.h.
16128
16129 * expr.c: Do not include ggc.h.
16130
16131 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
16132 dependencies.
16133
16134 2010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
16135
16136 PR target/43744
16137 * config/sh/sh.c (find_barrier): Don't emit a constant pool
16138 in the middle of insns for casesi_worker_2.
16139
16140 2010-04-22 David Edelsohn <edelsohn@gnu.org>
16141
16142 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
16143
16144 2010-04-22 Ira Rosen <irar@il.ibm.com>
16145
16146 PR tree-optimization/43842
16147 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
16148 loop unrolling in update of exit phis. Fix comment.
16149 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
16150 least two reduction statements in the loop before starting SLP
16151 analysis.
16152
16153 2010-04-22 Nick Clifton <nickc@redhat.com>
16154
16155 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
16156
16157 2010-04-22 Alexander Monakov <amonakov@ispras.ru>
16158
16159 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
16160 to simplify a + ~a.
16161
16162 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16163
16164 * tree-parloops.c (loop_parallel_p): New argument
16165 parloop_obstack. Pass it down.
16166 (parallelize_loops): New variable parloop_obstack. Initialize it,
16167 pass it down, free it.
16168
16169 * tree-loop-linear.c (linear_transform_loops): Pass down
16170 lambda_obstack.
16171
16172 * tree-data-ref.h (lambda_compute_access_matrices): New argument
16173 of type struct obstack *.
16174
16175 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
16176 scratch_obstack. Initialize it, pass down, free it.
16177
16178 * lambda.h (lambda_loop_new): Remove.
16179 (lambda_matrix_new, lambda_matrix_inverse)
16180 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
16181 argument of type struct obstack *.
16182
16183 * lambda-trans.c (lambda_trans_matrix_new): New argument
16184 lambda_obstack. Pass it down, use obstack allocation for ret.
16185 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
16186 it down.
16187
16188 * lambda-mat.c (lambda_matrix_get_column)
16189 (lambda_matrix_project_to_null): Remove.
16190 (lambda_matrix_new): New argument lambda_obstack. Use obstack
16191 allocation for mat.
16192 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
16193 lambda_obstack.
16194
16195 * lambda-code.c (lambda_loop_new): New function.
16196 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
16197 (lambda_compute_auxillary_space, lambda_compute_target_space)
16198 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
16199 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
16200 (build_access_matrix): New argument lambda_obstack. Use obstack
16201 allocation for am.
16202 (lambda_compute_step_signs, lambda_compute_access_matrices): New
16203 argument lambda_obstack. Pass it down.
16204
16205 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
16206
16207 * optabs.h (expand_widening_mult): Declare.
16208
16209 2010-04-22 Richard Guenther <rguenther@suse.de>
16210
16211 PR tree-optimization/43845
16212 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
16213 lookup the CALL_EXPR function and arguments.
16214
16215 2010-04-22 Nick Clifton <nickc@redhat.com>
16216
16217 * config/stormy16/stormy16.c
16218 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
16219 * config/stormy16/stormy16.h: Tidy up formatting.
16220 (DONT_USE_BUILTIN_SETJMP): Remove definition.
16221 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
16222 (ineqbranchsi): Delete pattern.
16223 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
16224 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
16225 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
16226 stormy16-lib2-ucmpsi2.c.
16227
16228 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
16229
16230 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
16231 df_simulate_find_noclobber_defs as appropriate. Keep track of an
16232 extra set merge_set_noclobber, and use it to relax the final test
16233 slightly.
16234 * df.h (df_simulate_find_noclobber_defs): Declare.
16235 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
16236 conditional defs.
16237 (df_simulate_find_noclobber_defs): New function.
16238
16239 2010-04-22 Uros Bizjak <ubizjak@gmail.com>
16240
16241 * config/i386/i386.md: Use {} around multi-line preparation statements.
16242
16243 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16244
16245 * c-tree.h (push_init_level, pop_init_level, set_init_index)
16246 (process_init_element): New argument of type struct obstack *.
16247
16248 * c-typeck.c (push_init_level, pop_init_level, set_designator)
16249 (set_init_index, set_init_label, set_nonincremental_init)
16250 (set_nonincremental_init_from_string, find_init_member)
16251 (output_init_element, output_pending_init_elements)
16252 (process_init_element): New argument braced_init_obstack. Pass it
16253 down.
16254 (push_range_stack, add_pending_init): New argument
16255 braced_init_obstack. Use obstack allocation.
16256
16257 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
16258 braced_init_obstack. Pass it down.
16259 (c_parser_braced_init): New variables ret, braced_init_obstack.
16260 Initialize obstack, pass it down and finally free it.
16261
16262 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
16263
16264 PR middle-end/29274
16265 * tree-pass.h (pass_optimize_widening_mul): Declare.
16266 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
16267 gate_optimize_widening_mul): New static functions.
16268 (pass_optimize_widening_mul): New.
16269 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
16270 <case MULT_EXPR>: Remove support for widening multiplies.
16271 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
16272 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
16273 simplify_gen_unary rather than directly building extensions.
16274 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
16275 WIDEN_MULT_EXPR.
16276 * expmed.c (expand_widening_mult): New function.
16277 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
16278
16279 2010-04-21 Jan Hubicka <jh@suse.cz>
16280
16281 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
16282 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
16283 * lto-wpa-fixup.c: Remove.
16284 * Makefile.in (lto-wpa-fixup.o): Remove.
16285 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
16286 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
16287 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
16288
16289 2010-04-21 Jan Hubicka <jh@suse.cz>
16290
16291 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
16292 add write_optimization_summary, read_optimization_summary.
16293 (ipa_write_summaries_of_cgraph_node_set): Remove.
16294 (ipa_write_optimization_summaries): Declare.
16295 (ipa_read_optimization_summaries): Declare.
16296 * ipa-cp.c (pass_ipa_cp): Update.
16297 * ipa-reference.c (pass_ipa_reference): Update.
16298 * ipa-pure-const.c (pass_ipa_pure_const): Update.
16299 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
16300 Update.
16301 * ipa-inline.c (pass_ipa_inline): Update.
16302 * ipa.c (pass_ipa_whole_program): Update.
16303 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
16304 * passes.c (ipa_write_summaries_1): Do not test wpa.
16305 (ipa_write_optimization_summaries_1): New.
16306 (ipa_write_optimization_summaries): New.
16307 (ipa_read_summaries): Do not test ltrans.
16308 (ipa_read_optimization_summaries_1): New.
16309 (ipa_read_optimization_summaries): New.
16310
16311 2010-04-21 Jan Hubicka <jh@suse.cz>
16312
16313 * lto-cgraph.c (lto_output_node): Do not output comdat groups
16314 for boundary nodes.
16315 (output_cgraph): Do not arrange comdat groups for boundary nodes.
16316
16317 2010-04-21 Jakub Jelinek <jakub@redhat.com>
16318
16319 PR debug/40040
16320 * dwarf2out.c (add_name_and_src_coords_attributes): Add
16321 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
16322
16323 2010-04-21 Jan Hubicka <jh@suse.cz>
16324
16325 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
16326
16327 2010-04-21 Jan Hubicka <jh@suse.cz>
16328
16329 * varpool.c (decide_is_variable_needed): Variable is always needed
16330 during ltrans.
16331
16332 2010-04-21 Jan Hubicka <jh@suse.cz>
16333
16334 * opts.c (decode_options): Enable pure-const pass for whopr.
16335
16336 2010-04-21 Jan Hubicka <jh@suse.cz>
16337
16338 * cgraph.c (dump_cgraph_node): Dump also assembler name.
16339 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
16340 at WPA dumping.
16341 (cgraph_decide_inlining): Do not expect callee to be removed in all
16342 cases.
16343
16344 2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
16345
16346 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
16347
16348 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
16349
16350 * config/i386/i386.md (x86_shrd): Add athlon_decode and
16351 amdfam10_decode attributes.
16352
16353 2010-04-21 Jakub Jelinek <jakub@redhat.com>
16354
16355 PR middle-end/43570
16356 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
16357 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
16358 (lower_copyprivate_clauses): Use private var in outer
16359 context instead of original var. Make sure the types
16360 are correct for VLAs.
16361
16362 2010-04-21 Richard Guenther <rguenther@suse.de>
16363
16364 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
16365 to non-pointer objects.
16366
16367 2010-04-21 Jakub Jelinek <jakub@redhat.com>
16368
16369 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
16370 last chain entry if it starts with the still current label.
16371 (add_location_or_const_value_attribute): Check that
16372 loc_list->first->next is NULL instead of comparing ->first with ->last.
16373 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
16374 to add_var_loc_to_decl.
16375
16376 * dwarf2out.c (output_call_frame_info): For dw_cie_version
16377 >= 4 add also address size and segment size fields into CIE header.
16378
16379 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
16380 long as address size is the same as sizeof (void *) and
16381 segment size is 0.
16382 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
16383 address size or segment size is unexpected, return DW_EH_PE_omit.
16384 (classify_object_over_fdes): If get_cie_encoding returned
16385 DW_EH_PE_omit, return -1.
16386 (init_object): If classify_object_over_fdes returned -1,
16387 pretend there were no FDEs at all.
16388
16389 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
16390
16391 * config/i386/i386.md (bswap<mode>2): Macroize expander from
16392 bswap{si,di}2 using SWI48 mode iterator.
16393 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
16394 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
16395 set modrm attribute of bswap insn to 0 and remove length attribute.
16396 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
16397 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
16398 set mode attribute to <MODE> and remove length attribute.
16399
16400 2010-04-20 James E. Wilson <wilson@codesourcery.com>
16401
16402 PR rtl-optimization/43520
16403 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
16404 zero available registers.
16405
16406 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16407
16408 * builtins.c (fold_builtin_cproj): Fold more cases.
16409
16410 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16411
16412 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
16413 (fold_builtin_1): Fold builtin cproj.
16414 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
16415 Use ATTR_CONST_NOTHROW_LIST.
16416
16417 2010-04-20 Uros Bizjak <ubizjak@gmail.com>
16418
16419 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
16420 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
16421 ffsi2_no_cmove for !TARGET_CMOVE.
16422 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
16423 (ffssi2): Remove expander.
16424 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
16425 mode iterator.
16426 (ctz<mode>2): Ditto from ctz{si,di}2.
16427 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
16428 mode iterator.
16429 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
16430 mode iterator.
16431
16432 2010-04-20 Jakub Jelinek <jakub@redhat.com>
16433
16434 * dwarf2out.c (AT_linkage_name): Define.
16435 (clone_as_declaration): Handle DW_AT_linkage_name.
16436 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
16437 of DW_AT_MIPS_linkage_name.
16438 (move_linkage_attr): Likewise.
16439 (dwarf2out_finish): Likewise.
16440
16441 2010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
16442
16443 PR middle-end/41952
16444 * fold-const.c (fold_comparison): New folding rule.
16445
16446 2010-04-20 Anatoly Sokolov <aesok@post.ru>
16447
16448 * double-int.h (double_int_setbit): Declare.
16449 * double-int.c (double_int_setbit): New function.
16450 * rtl.h (immed_double_int_const): Declare.
16451 * emit-rtl.c (immed_double_int_const): New function.
16452 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
16453 and immed_double_int_const functions.
16454 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
16455 expand_copysign_bit): (Ditto.).
16456 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
16457 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
16458 * dojump.c (prefer_and_bit_test): (Ditto.).
16459 * expr.c (convert_modes, reduce_to_bit_field_precision,
16460 const_vector_from_tree): (Ditto.).
16461 * expmed.c (mask_rtx, lshift_value): (Ditto.).
16462
16463 2010-04-20 Jan Hubicka <jh@suse.cz>
16464
16465 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
16466 (dump_cgraph_node): Dump new flags.
16467 * cgraph.h (struct cgraph_node): Add flags
16468 reachable_from_other_partition and in_other_partition.
16469 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
16470 other partition can not be removed.
16471 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
16472 the other partition must be output; silence sanity checking on
16473 leaking functions bodies from other paritition.
16474 * lto-cgraph.c (reachable_from_other_partition_p): New function.
16475 (lto_output_node): Output new flags; do not sanity check that inline
16476 clones are output; drop lto_forced_extern_inline_p code; do not mock
16477 visibility flags at partition boundaries.
16478 (add_node_to): New function.
16479 (output_cgraph): Use it to sort functions so masters appear before
16480 clones.
16481 (input_overwrite_node): Input new flags.
16482 * passes.c (ipa_write_summaries): Do not call
16483 lto_new_extern_inline_states.
16484 * lto-section-out.c (forced_extern_inline,
16485 lto_new_extern_inline_states lto_delete_extern_inline_states,
16486 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
16487 * lto-streamer.h (lto_new_extern_inline_states,
16488 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
16489 lto_forced_extern_inline_p): Kill.
16490
16491 2010-04-20 Richard Guenther <rguenther@suse.de>
16492
16493 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
16494 from vars that can have pointers.
16495 (process_constraint): Dump useless constraints.
16496
16497 2010-04-20 Richard Guenther <rguenther@suse.de>
16498
16499 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
16500 (dump_sa_points_to_info): Remove asserts.
16501 (init_base_vars): nothing_id isn't an escape point nor does it
16502 have pointers.
16503
16504 2010-04-20 Jakub Jelinek <jakub@redhat.com>
16505
16506 * tree.h (TYPE_REF_IS_RVALUE): Define.
16507 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
16508 should_move_die_to_comdat, prune_unused_types_walk): Handle
16509 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
16510 (modified_type_die, gen_reference_type_die): Emit
16511 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
16512 if TYPE_REF_IS_RVALUE and -gdwarf-4.
16513
16514 2010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16515
16516 PR target/43635
16517 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
16518 calls for -fpic -m31 if they have been sibcall optimized.
16519
16520 2010-04-19 James E. Wilson <wilson@codesourcery.com>
16521
16522 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
16523 ar.lc fixed and call-used.
16524
16525 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
16526
16527 2010-04-19 Jan Hubicka <jh@suse.cz>
16528
16529 * opts.c (decode_options): Disable whpr incompatible passes.
16530 * lto/lto.c (lto_1_to_1_map): Skip clones.
16531 (read_cgraph_and_symbols): Do not mark everything as needed.
16532 (do_whole_program_analysis): Do map only after optimizing;
16533 set proper cgraph_state; use passmanager.
16534
16535 2010-04-19 DJ Delorie <dj@redhat.com>
16536
16537 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
16538 POINTER_PLUS_EXPR and fix them.
16539
16540 2010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
16541
16542 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
16543 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
16544 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
16545 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
16546 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
16547 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
16548 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
16549 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
16550 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
16551 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
16552 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
16553
16554 2010-04-19 Eric Botcazou <ebotcazou@adacore.com>
16555
16556 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
16557 (check_cond_move_block): Likewise.
16558 (cond_move_process_if_block): Likewise.
16559 (noce_find_if_block): Improve formatting.
16560 (find_if_header): Pass 0 to memset and tweak conditions.
16561 (cond_exec_find_if_block): Fix long lines and tweak conditions.
16562
16563 2010-04-19 Jakub Jelinek <jakub@redhat.com>
16564
16565 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
16566 for -gdwarf-4.
16567
16568 PR middle-end/43337
16569 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
16570 with non-local decl doesn't need chain.
16571
16572 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
16573
16574 * ira-color.c (allocno_reload_assign): Avoid accumulating
16575 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
16576
16577 2010-04-19 Martin Jambor <mjambor@suse.cz>
16578
16579 * gimple.h (create_tmp_reg): Declare.
16580 * gimplify.c (create_tmp_reg): New function.
16581 (gimplify_return_expr): Use create_tmp_reg.
16582 (gimplify_omp_atomic): Likewise.
16583 (gimple_regimplify_operands): Likewise.
16584 * tree-dfa.c (make_rename_temp): Likewise.
16585 * tree-predcom.c (predcom_tmp_var): Likewise.
16586 (reassociate_to_the_same_stmt): Likewise.
16587 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
16588 (get_replaced_param_substitute): Likewise.
16589 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
16590 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
16591 * tree-ssa-pre.c (get_representative_for): Likewise.
16592 (create_expression_by_pieces): Likewise.
16593 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
16594 (create_tailcall_accumulator): Likewise.
16595
16596 2010-04-19 Martin Jambor <mjambor@suse.cz>
16597
16598 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
16599 new_stmt.
16600 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
16601
16602 2010-04-19 Richard Guenther <rguenther@suse.de>
16603
16604 PR tree-optimization/43796
16605 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
16606 from SCEV in the lattice.
16607 (vrp_visit_phi_node): Dump change.
16608
16609 2010-04-19 Richard Guenther <rguenther@suse.de>
16610
16611 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
16612 * configure: Re-generated.
16613
16614 2010-04-19 Richard Guenther <rguenther@suse.de>
16615
16616 PR tree-optimization/43783
16617 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
16618 constant ARRAY_REF operands two and three if possible.
16619
16620 2010-04-19 Uros Bizjak <ubizjak@gmail.com>
16621
16622 PR target/43766
16623 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
16624
16625 2010-04-19 Jie Zhang <jie@codesourcery.com>
16626
16627 PR target/43662
16628 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
16629
16630 2010-04-19 Ira Rosen <irar@il.ibm.com>
16631
16632 PR tree-optimization/37027
16633 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
16634 and macro to access it.
16635 (vectorizable_reduction): Add argument.
16636 (vect_get_slp_defs): Likewise.
16637 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
16638 statements for possible use in SLP.
16639 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
16640 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
16641 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
16642 add new argument.
16643 (vectorizable_reduction): Likewise.
16644 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
16645 vect_get_slp_defs.
16646 (vectorizable_type_demotion, vectorizable_type_promotion,
16647 vectorizable_store): Likewise.
16648 (vect_analyze_stmt): Update call to vectorizable_reduction.
16649 (vect_transform_stmt): Likewise.
16650 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
16651 (vect_build_slp_tree): Fix indentation. Check that there are no loads
16652 from different interleaving chains in same node.
16653 (vect_slp_rearrange_stmts): New function.
16654 (vect_supported_load_permutation_p): Allow load permutations for
16655 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
16656 inside SLP nodes if necessary.
16657 (vect_analyze_slp_instance): Handle reductions.
16658 (vect_analyze_slp): Try to build SLP instances originating from groups
16659 of reductions.
16660 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
16661 (vect_get_constant_vectors): Create initial vectors for reductions
16662 according to reduction code. Add new argument.
16663 (vect_get_slp_defs): Add new argument, pass it to
16664 vect_get_constant_vectors.
16665 (vect_schedule_slp_instance): Remove SLP tree root statements.
16666
16667 2010-04-19 Jakub Jelinek <jakub@redhat.com>
16668
16669 * tree.h (ENUM_IS_SCOPED): Define.
16670 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
16671 for ENUM_IS_SCOPED enums.
16672
16673 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
16674
16675 * fold-const.c (fold_comparison): Use ssizetype.
16676 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
16677 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
16678 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
16679 * tree-object-size.c (compute_object_sizes): Use size_type_node.
16680
16681 * tree.h (initialize_sizetypes): Remove parameter.
16682 (build_common_tree_nodes): Remove second parameter.
16683 * stor-layout.c (initialize_sizetypes): Remove parameter.
16684 Always create an unsigned type.
16685 (set_sizetype): Assert that the passed type is unsigned and simplify.
16686 * tree.c (build_common_tree_nodes): Remove second parameter.
16687 Adjust call to initialize_sizetypes.
16688 * c-decl.c (c_init_decl_processing): Remove second argument in call to
16689 build_common_tree_nodes.
16690
16691 2010-04-18 Matthias Klose <doko@ubuntu.com>
16692
16693 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
16694
16695 2010-04-18 Ira Rosen <irar@il.ibm.com>
16696
16697 PR tree-optimization/43771
16698 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
16699 load permutation doesn't have gaps.
16700
16701 2010-04-18 Jan Hubicka <jh@suse.cz>
16702
16703 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
16704 (sse_prologue_save_insn expander): Use new pattern.
16705 (sse_prologue_save_insn1): New pattern and splitter.
16706 (sse_prologue_save_insn): Update to deal also with 64bit aligned
16707 blocks.
16708 * i386.c (setup_incoming_varargs_64): Do not compute jump
16709 destination here.
16710 (ix86_gimplify_va_arg): Update alignment needed.
16711 (ix86_local_alignment): Do not align all local arrays to 128bit.
16712
16713 2010-04-17 Jan Hubicka <jh@suse.cz>
16714
16715 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
16716
16717 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
16718
16719 * arm.md (negdi2): Remove redundant code to force values into a
16720 register.
16721
16722 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
16723
16724 * arm/bpabi.S: Add EABI alignment attributes to objects.
16725 * arm/bpabi-v6m.S: Likewise.
16726 * arm/crti.asm: Likewise.
16727 * arm/crtn.asm: Likewise.
16728 * arm/lib1funcs.asm: Likewise.
16729 * arm/libunwind.S: Likewise.
16730
16731 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
16732
16733 * arm-protos.h (tune_params): New structure.
16734 * arm.c (current_tune): New variable.
16735 (arm_constant_limit): Delete.
16736 (struct processors): Add pointer to the tune parameters.
16737 (arm_slowmul_tune): New tuning option.
16738 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
16739 (all_cores): Adjust to pick up the tuning model.
16740 (arm_constant_limit): New function.
16741 (arm_override_options): Select the appropriate tuning model. Delete
16742 initialization of arm_const_limit.
16743 (arm_split_constant): Use the new constant-limit model.
16744 (arm_rtx_costs): Pick up the current tuning model.
16745 * arm.md (is_strongarm, is_xscale): Delete.
16746 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
16747 for Xscale variant architectures.
16748 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
16749
16750 2010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
16751
16752 * config/arm/arm.c (arm_gen_constant): Remove unused variable
16753 can_shift.
16754 (arm_rtx_costs_1): Remove unused variable extra_cost.
16755 (arm_unwind_emit_set): Use variable offset.
16756 (thumb1_output_casesi): Remove unused variable flags.
16757
16758 2010-04-16 Jeff Law <law@redhat.com>
16759
16760 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
16761 needing assignment rather than doing a two-phase assignment. Remove
16762 unused variable 'm'.
16763
16764 2010-04-16 Jakub Jelinek <jakub@redhat.com>
16765
16766 PR bootstrap/43767
16767 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
16768
16769 2010-04-16 Doug Kwan <dougkwan@google.com>
16770
16771 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
16772 (next_operand_entry_id): New static variable.
16773 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
16774 (add_to_ops_vec): Assigned unique ID to operand entry.
16775 (struct oecount_s): New field ID.
16776 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
16777 (undistribute_ops_list): Assign unique IDs to oecounts.
16778 (init_reassoc): reset next_operand_entry_id.
16779
16780 2010-04-16 Doug Kwan <dougkwan@google.com>
16781
16782 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
16783 missing left parenthesis.
16784
16785 2010-04-16 Uros Bizjak <ubizjak@gmail.com>
16786
16787 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
16788 *btdi_rex64 using SWI48 mode iterator.
16789 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
16790 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
16791 *jcc_btdi_mask_rex64.
16792
16793 2010-04-16 Anatoly Sokolov <aesok@post.ru>
16794
16795 * double-int.h (tree_to_double_int): Convert to macro.
16796 * double-int.c (tree_to_double_int): Remove.
16797
16798 2010-04-16 Jakub Jelinek <jakub@redhat.com>
16799
16800 PR debug/43762
16801 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
16802 with want_address 2 and in case a single element list might be
16803 possible, call it again with want_address 0.
16804
16805 2010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
16806
16807 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
16808 case 'W' print operands for HI mode.
16809 * config/h8300/h8300.h (Y0, Y2) : New constraints.
16810 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
16811 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
16812 * config/h8300/predicate.md (bit_register_indirect_operand): New.
16813
16814 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
16815
16816 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
16817 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
16818 #xx:3 and #xx:4 mode.
16819
16820 * config/h8300/h8300.md (inverted load with HImode dest): Add
16821 support for H8300SX.
16822
16823 * config/h8300/predicate.md (bit_operand): Allow immediate values that
16824 satisfy 'U' constraint.
16825
16826 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16827
16828 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
16829 * configure: Regenerate.
16830 * config.in: Regenerate.
16831 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
16832 works.
16833
16834 2010-04-16 Richard Guenther <rguenther@suse.de>
16835
16836 * tree.h (struct tree_decl_minimal): Move pt_uid ...
16837 (struct tree_decl_common): ... here.
16838 (DECL_PT_UID): Adjust.
16839 (SET_DECL_PT_UID): Likewise.
16840 (DECL_PT_UID_SET_P): Likewise.
16841
16842 2010-04-16 Richard Guenther <rguenther@suse.de>
16843
16844 PR tree-optimization/43572
16845 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
16846 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
16847 * tree-flow.h (is_call_clobbered): Remove.
16848 * tree-flow-inline.h (is_call_clobbered): Likewise.
16849 * tree-dfa.c (dump_variable): Do not dump call clobber state.
16850 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
16851 (execute_return_slot_opt): Adjust.
16852 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
16853 check for call clobbered vars here.
16854 (find_tail_calls): Move tailcall verification to the
16855 proper place.
16856
16857 2010-04-16 Diego Novillo <dnovillo@google.com>
16858
16859 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
16860
16861 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
16862
16863 PR target/40603
16864 * config/arm/arm.md (cbranchqi4): New pattern.
16865 * config/arm/predicates.md (const0_operand,
16866 cbranchqi4_comparison_operator): New predicates.
16867
16868 2010-04-16 Richard Guenther <rguenther@suse.de>
16869
16870 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
16871 (dump_gimple_stmt): Likewise.
16872
16873 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
16874
16875 * recog.h (struct recog_data): New field is_operator.
16876 (struct insn_operand_data): New field is_operator.
16877 * recog.c (extract_insn): Set recog_data.is_operator.
16878 * genoutput.c (output_operand_data): Emit code to set the
16879 is_operator field.
16880 * reload.c (find_reloads): Use it rather than testing for an
16881 empty constraint string.
16882
16883 PR target/41514
16884 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
16885 If the previous insn is a cbranchsi4_insn with the same arguments,
16886 omit the compare instruction.
16887
16888 * config/arm/arm.md (addsi3_cbranch): If destination is a high
16889 register, inputs must be low registers and we need a low register
16890 scratch. Handle alternative 2 like alternative 3.
16891
16892 2010-04-16 Jakub Jelinek <jakub@redhat.com>
16893
16894 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
16895 don't call get_addr on both. If one expression is a VALUE and
16896 the other a REG, check VALUE's locs if the REG isn't among them.
16897
16898 2010-04-16 Christian Bruel <christian.bruel@st.com>
16899
16900 * config/sh/sh.h (sh_frame_pointer_required): New function.
16901 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
16902 (flag_omit_frame_pointer) Set.
16903 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
16904 (rounded_frame_size): Adjust size with outgoing_args_size.
16905 (sh_set_return_address): Must return from stack pointer.
16906 * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
16907 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
16908 (ACCUMULATE_OUTGOING_ARGS): Define.
16909 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
16910 * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
16911
16912 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
16913
16914 PR target/43471
16915 * config/sh/sh.c (sh_legitimize_reload_address): Use
16916 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
16917 Remove a unneeded check for offset_base.
16918
16919 2010-04-15 H.J. Lu <hongjiu.lu@intel.com>
16920
16921 * configure: Regenerated.
16922
16923 2010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16924
16925 * config/s390/s390.c (s390_call_save_register_used): Switch back
16926 to HARD_REGNO_NREGS.
16927
16928 2010-04-15 Richard Guenther <rguenther@suse.de>
16929
16930 * alias.c (alias_set_subset_of): Handle alias-set zero
16931 child properly.
16932
16933 2010-04-15 Mark Shinwell <shinwell@codesourcery.com>
16934 Julian Brown <julian@codesourcery.com>
16935
16936 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
16937 alternatives according to use of high and low regs.
16938 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
16939 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
16940 optimizing for size on Thumb-2.
16941
16942 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
16943
16944 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
16945
16946 2010-04-15 Richard Guenther <rguenther@suse.de>
16947
16948 * tree-ssa-structalias.c (struct variable_info): Add
16949 is_fn_info flag.
16950 (new_var_info): Initialize it.
16951 (dump_constraints): Support printing last added constraints.
16952 (debug_constraints): Adjust.
16953 (dump_constraint_graph): Likewise.
16954 (make_heapvar_for): Check for NULL cfun.
16955 (get_function_part_constraint): New function.
16956 (get_fi_for_callee): Likewise.
16957 (find_func_aliases): Properly implement IPA PTA constraints.
16958 (process_ipa_clobber): New function.
16959 (find_func_clobbers): Likewise.
16960 (insert_into_field_list_sorted): Remove.
16961 (create_function_info_for): Properly allocate vars for IPA mode.
16962 Do not use insert_into_field_list_sorted.
16963 (create_variable_info_for): Properly generate constraints for
16964 global vars in IPA mode.
16965 (dump_solution_for_var): Always dump the solution.
16966 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
16967 (find_what_var_points_to): Adjust.
16968 (pt_solution_set): Change.
16969 (pt_solution_ior_into): New function.
16970 (pt_solution_empty_p): Export.
16971 (pt_solution_includes_global): Adjust.
16972 (pt_solution_includes_1): Likewise.
16973 (pt_solutions_intersect_1): Likewise.
16974 (dump_sa_points_to_info): Check some invariants.
16975 (solve_constraints): Move constraint dumping ...
16976 (compute_points_to_sets): ... here.
16977 (ipa_pta_execute): ... and here.
16978 (compute_may_aliases): Do not re-compute points-to info
16979 locally if IPA info is available.
16980 (ipa_escaped_pt): New global var.
16981 (ipa_pta_execute): Properly implement IPA PTA.
16982 * tree-into-ssa.c (dump_decl_set): Support dumping
16983 decls not in referenced-vars.
16984 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
16985 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
16986 (dump_points_to_solution): Likewise.
16987 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
16988 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
16989 (remap_gimple_stmt): Reset call clobber/use information if necessary.
16990 (copy_decl_to_var): Copy DECL_PT_UID.
16991 (copy_result_decl_to_var): Likewise.
16992 * tree.c (make_node_stat): Initialize DECL_PT_UID.
16993 (copy_node_stat): Copy it.
16994 * tree.h (DECL_PT_UID): New macro.
16995 (SET_DECL_PT_UID): Likewise.
16996 (DECL_PT_UID_SET_P): Likewise.
16997 (struct tree_decl_minimal): Add pt_uid member.
16998 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
16999 (pt_solution_empty_p): Declare.
17000 (pt_solution_set): Adjust.
17001 (ipa_escaped_pt): Declare.
17002 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
17003 * gimple-pretty-print.c (pp_points_to_solution): New function.
17004 (dump_gimple_call): Dump call clobber/use information.
17005 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
17006 * tree-pass.h (TDF_ALIAS): New dump option.
17007 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
17008 * doc/invoke.texi (-fipa-pta): Update documentation.
17009
17010 2010-04-15 Richard Guenther <rguenther@suse.de>
17011
17012 * Makefile.in (OBJS-common): Add gimple-fold.o.
17013 (gimple-fold.o): New rule.
17014 * tree.h (maybe_fold_offset_to_reference,
17015 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
17016 prototypes ...
17017 * gimple.h: ... here.
17018 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
17019 may_propagate_address_into_dereference): Move prototypes ...
17020 * gimple.h: ... here.
17021 * tree-ssa-ccp.c (get_symbol_constant_value,
17022 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
17023 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
17024 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
17025 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
17026 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
17027 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
17028 gimplify_and_update_call_from_tree): Move ...
17029 * gimple-fold.c: ... here. New file.
17030 (ccp_fold_builtin): Rename to ...
17031 (gimple_fold_builtin): ... this.
17032 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
17033
17034 2010-04-15 Richard Guenther <rguenther@suse.de>
17035
17036 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
17037 fit_double_type, force_fit_type_double, add_double_with_sign,
17038 neg_double, mul_double_with_sign, lshift_double, rshift_double,
17039 lrotate_double, rrotate_double, div_and_round_double): Move ...
17040 * double-int.c: ... here.
17041 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
17042 add_double, neg_double, mul_double_with_sign, mul_double,
17043 lshift_double, rshift_double, lrotate_double, rrotate_double,
17044 div_and_round_double): Move prototypes ...
17045 * double-int.h: ... here.
17046
17047 2010-04-15 Bernd Schmidt <bernds@codesourcery.com>
17048
17049 PR target/43742
17050 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
17051 matching constraints to ensure inputs match the output.
17052
17053 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
17054
17055 PR target/43742
17056 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
17057 in an input-only operand.
17058
17059 2010-04-15 Anatoly Sokolov <aesok@post.ru>
17060
17061 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
17062 (double_int_not, double_int_lshift, double_int_rshift): Declare.
17063 (double_int_negative_p): Convert to static inline function.
17064 * double-int.c (double_int_lshift, double_int_lshift): New functions.
17065 (double_int_negative_p): Remove.
17066 * tree.h (lshift_double, rshift_double):
17067 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
17068 * fold-const.c (fold_convert_const_int_from_real,
17069 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
17070 (lshift_double): Change type of arith argument to bool.
17071 (rshift_double): Change type of arith argument to bool. Correct
17072 comment.
17073 * expmed.c (mask_rtx, lshift_value): (Ditto.).
17074
17075 2010-04-14 Bernd Schmidt <bernds@codesourcery.com>
17076
17077 PR target/21803
17078 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
17079 at the start and end of the then/else blocks, and omit them from the
17080 conversion.
17081 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
17082 argument; all callers changed. Pass zero to old_insns_match_p instead.
17083 (flow_find_head_matching_sequence): New function.
17084 (old_insns_match_p): Check REG_EH_REGION notes for calls.
17085 * basic-block.h (flow_find_cross_jump,
17086 flow_find_head_matching_sequence): Declare functions.
17087
17088 2010-04-14 Jason Merrill <jason@redhat.com>
17089
17090 PR c++/36625
17091 * c-common.c (attribute_takes_identifier_p): New fn.
17092 * c-common.h: Declare it.
17093
17094 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
17095
17096 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
17097 splitter condition.
17098 (*udivmod<mode>4): Ditto.
17099
17100 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
17101
17102 * config/i386/i386.md (maxmin_int): Rename code attribute from
17103 maxminiprefix and update all users.
17104 (maxmin_float): Ditto from maxminfprefix.
17105 (logic): Ditto from logicprefix.
17106 (absneg_mnemonic): Ditto from absnegprefix.
17107 * config/i386/mmx.md: Update all users of maxminiprefix,
17108 maxminfprefix and logicprefix for rename.
17109 * config/i386/sse.md: Ditto.
17110 * config/i386/sync.md (sync_<code><mode>): Update for
17111 logicprefix rename.
17112
17113 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
17114
17115 PR 42966
17116 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
17117 warnings converted to errors.
17118
17119 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
17120
17121 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
17122 used insn_type variable.
17123 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
17124 to avoid set-but-not-used warning.
17125
17126 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
17127
17128 * df-core.c (df_ref_debug): Change format string placeholder
17129 from 0x%x to %#x.
17130 * dwarf2asm.c (dw2_asm_output_data_raw,
17131 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
17132 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
17133 * dwarf2out.c (output_cfi, output_cfi_directive,
17134 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
17135 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
17136 Ditto.
17137 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
17138 * print-rtl.c (print_rtx): Ditto.
17139
17140 2010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
17141
17142 PR middle-end/42694
17143 * builtins.c (expand_builtin_pow_root): New function to expand pow
17144 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
17145 series of sqrt and cbrt calls under -ffast-math.
17146 (expand_builtin_pow): Call it.
17147
17148 2010-04-14 Michael Matz <matz@suse.de>
17149
17150 PR tree-optimization/42963
17151 * tree-cfg.c (touched_switch_bbs): New static variable.
17152 (group_case_labels_stmt): New function broken out from ...
17153 (group_case_labels): ... here, use the above.
17154 (start_recording_case_labels): Allocate touched_switch_bbs.
17155 (end_recording_case_labels): Deallocate it, call
17156 group_case_labels_stmt.
17157 (gimple_redirect_edge_and_branch): Remember index of affected BB.
17158
17159 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
17160
17161 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
17162 from insn template.
17163
17164 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
17165
17166 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
17167
17168 2010-04-13 Jan Hubicka <jh@suse.cz>
17169
17170 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
17171 of optimized out static functions.
17172 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
17173 cost computation. Also sanity check for overflows.
17174 (update_caller_keys): Update cgraph_edge_badness call; properly
17175 update fibheap and sanity check that it is up to date.
17176 (add_new_edges_to_heap): Update cgraph_edge_badness.
17177 (cgraph_decide_inlining_of_small_function): Likewise;
17178 add sanity checking that badness in heap is up to date;
17179 improve dumping of reason; Update badness of calls to the
17180 offline copy of function currently inlined; dump badness
17181 of functions not inlined because of unit growth limits.
17182
17183 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
17184
17185 PR middle-end/32628
17186 * c-common.c (pointer_int_sum): Disregard overflow that occured only
17187 because of sign-extension change when converting to sizetype here...
17188 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
17189
17190 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
17191 the folding to constants. Remove redundant final conversion.
17192 (fold_binary) <associate>: Do not associate if the re-association of
17193 constants alone overflows.
17194 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
17195 to the end of the list.
17196 (multiple_of_p) <COND_EXPR>: New case.
17197
17198 2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
17199
17200 * opt-functions.awk (opt_sanitized_name): New.
17201 (opt_enum): New.
17202 * optc-gen.awk: Use it
17203 * opth-gen.awk: Use it.
17204
17205 2010-04-13 Martin Jambor <mjambor@suse.cz>
17206
17207 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
17208 (sra_modify_assign): Delete stmts loading dead data even if racc has no
17209 children. Call replace_uses_with_default_def_ssa_name to handle
17210 SSA_NAES on lhs.
17211
17212 2010-04-13 Michael Matz <matz@suse.de>
17213
17214 PR middle-end/43730
17215 * builtins.c (expand_builtin_interclass_mathfn): Also create
17216 a register if the predicate doesn't match.
17217
17218 2010-04-13 Diego Novillo <dnovillo@google.com>
17219
17220 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
17221 * c-pch.c: Include timevar.h.
17222 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
17223 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
17224 * ggc-common.c: Include timevar.h.
17225 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
17226 * timevar.def (TV_PCH_SAVE): Define.
17227 (TV_PCH_CPP_SAVE): Define.
17228 (TV_PCH_PTR_REALLOC): Define.
17229 (TV_PCH_PTR_SORT): Define.
17230 (TV_PCH_RESTORE): Define.
17231 (TV_PCH_CPP_RESTORE): Define.
17232
17233 2010-04-13 Michael Matz <matz@suse.de>
17234
17235 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
17236 into MINUS_EXPRs.
17237 (can_reassociate_p): New function.
17238 (break_up_subtract_bb, reassociate_bb): Use it.
17239
17240 2010-04-13 Richard Guenther <rguenther@suse.de>
17241
17242 PR bootstrap/43737
17243 * builtins.c (c_readstr): Fix assert.
17244
17245 2010-04-13 Uros Bizjak <ubizjak@gmail.com>
17246
17247 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
17248 when generating cltd insn.
17249
17250 (*ashl<mode>3_1): Remove special handling for register operand 2.
17251 (*ashlsi3_1_zext): Ditto.
17252 (*ashlhi3_1): Ditto.
17253 (*ashlhi3_1_lea): Ditto.
17254 (*ashlqi3_1): Ditto.
17255 (*ashlqi3_1_lea): Ditto.
17256 (*<shiftrt_insn><mode>3_1): Ditto.
17257 (*<shiftrt_insn>si3_1_zext): Ditto.
17258 (*<shiftrt_insn>qi3_1_slp): Ditto.
17259 (*<rotate_insn><mode>3_1): Ditto.
17260 (*<rotate_insn>si3_1_zext): Ditto.
17261 (*<rotate_insn>qi3_1_slp): Ditto.
17262
17263 2010-04-13 Richard Guenther <rguenther@suse.de>
17264
17265 * tree-ssa-structalias.c (callused_id): Remove.
17266 (call_stmt_vars): New.
17267 (get_call_vi): Likewise.
17268 (lookup_call_use_vi): Likewise.
17269 (lookup_call_clobber_vi): Likewise.
17270 (get_call_use_vi): Likewise.
17271 (get_call_clobber_vi): Likewise.
17272 (make_transitive_closure_constraints): Likewise.
17273 (handle_const_call): Adjust to do per-call call-used handling.
17274 (handle_pure_call): Likewise.
17275 (find_what_var_points_to): Remove general callused handling.
17276 (init_base_vars): Likewise.
17277 (init_alias_vars): Initialize call_stmt_vars.
17278 (compute_points_to_sets): Process call-used and call-clobbered
17279 vars for call statements.
17280 (delete_points_to_sets): Free call_stmt_vars.
17281
17282 2010-04-13 Richard Guenther <rguenther@suse.de>
17283
17284 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
17285 Only add RW dependence for dependence distance zero.
17286 Adjust maximal vectorization factor according to dependences.
17287 Move alignment handling ...
17288 (vect_find_same_alignment_drs): ... here. New function.
17289 (vect_analyze_data_ref_dependences): Adjust.
17290 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
17291 (vect_analyze_data_refs): Adjust minimal vectorization factor
17292 according to data references.
17293 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
17294 dependences before determining the vectorization factor.
17295 Analyze alignment after determining the vectorization factor.
17296 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
17297 dependences before alignment.
17298 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
17299 Adjust prototype.
17300 (vect_analyze_data_refs): Likewise.
17301 (MAX_VECTORIZATION_FACTOR): New define.
17302
17303 2010-04-13 Duncan Sands <baldrick@free.fr>
17304
17305 * except.h (lang_eh_type_covers): Remove.
17306 * except.c (lang_eh_type_covers): Likewise.
17307
17308 2010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17309 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17310
17311 * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
17312 * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
17313 UNITS_PER_LONG where it is ABI relevant.
17314 (s390_return_addr_rtx): Likewise.
17315 (s390_back_chain_rtx): Likewise.
17316 (s390_frame_area): Likewise.
17317 (s390_frame_info): Likewise.
17318 (s390_initial_elimination_offset): Likewise.
17319 (save_gprs): Likewise.
17320 (s390_emit_prologue): Likewise.
17321 (s390_emit_epilogue): Likewise.
17322 (s390_function_arg_advance): Likewise.
17323 (s390_function_arg): Likewise.
17324 (s390_va_start): Likewise.
17325 (s390_gimplify_va_arg): Likewise.
17326 (s390_function_profiler): Likewise.
17327 (s390_optimize_prologue): Likewise.
17328 (s390_rtx_costs): Likewise.
17329 (s390_secondary_reload): Likewise.
17330 (s390_promote_function_mode): Likewise.
17331 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
17332 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
17333 registers available.
17334 (s390_unwind_word_mode): New function.
17335 (s390_function_value): Split 64 bit values into register pair if
17336 used as return value.
17337 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
17338 function call parameters. Handle parallels.
17339 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
17340 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
17341 (DWARF_CIE_DATA_ALIGNMENT): New macro.
17342 (s390_expand_setmem): Remove unused variable src_addr.
17343 * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
17344 deal with 64 bit registers.
17345 * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
17346 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
17347 (UNITS_PER_LONG): New macro.
17348 * libjava/include/s390-signal.h: Define extended ucontext
17349 structure containing the upper halfs of the 64 bit registers.
17350
17351 2010-04-13 Simon Baldwin <simonb@google.com>
17352
17353 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
17354
17355 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
17356
17357 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
17358 rvalue on the RHS if the LHS is of a non-renamable type.
17359 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
17360
17361 2010-04-13 Matthias Klose <doko@ubuntu.com>
17362
17363 * gcc.c (cc1_options): Handle -iplugindir before processing
17364 the cc1 spec. Only add -iplugindir once.
17365 (cpp_unique_options): Add -iplugindir option if -fplugin* options
17366 found.
17367 * common.opt (iplugindir): Remove `Separate' property, initialize.
17368 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
17369 option.
17370 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
17371 (distclean): Remove plugin dir.
17372 * doc/invoke.texi: Document -iplugindir.
17373
17374 2010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
17375
17376 * doc/plugins.texi (Loading Plugins): Document short
17377 -fplugin=foo option.
17378 (Plugin API): Mention default_plugin_dir_name function.
17379
17380 * gcc.c (find_file_spec_function): Add new declaration.
17381 (static_spec_func): Use it for "find-file".
17382 (find_file_spec_function): Add new function.
17383 (cc1_options): Add -iplugindir option if -fplugin* options found.
17384
17385 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
17386
17387 * plugin.c (add_new_plugin): Updated comment, and handle short
17388 plugin name.
17389 (default_plugin_dir_name): Added new function.
17390
17391 * common.opt (iplugindir): New option to set the plugin directory.
17392
17393 2010-04-12 Uros Bizjak <ubizjak@gmail.com>
17394
17395 * config/i386/i386.md (any_rotate): New code iterator.
17396 (rotate_insn): New code attribute.
17397 (rotate): Ditto.
17398 (SWIM124): New mode iterator.
17399 (<rotate_insn>ti3): New expander.
17400 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
17401 any_rotate code iterator.
17402 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
17403 using any_rotate code iterator and SWIM124 mode iterator.
17404 (ix86_rotlti3): New insn_and_split pattern.
17405 (ix86_rotrti3): Ditto.
17406 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
17407 ix86_rotl{di,ti}3 patterns.
17408 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
17409 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
17410 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
17411 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
17412 code iterator and SWI mode iterator.
17413 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
17414 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
17415 code iterator.
17416 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
17417 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
17418 (bswap rotatert splitter): Add splitter.
17419 (bswap splitter): Macroize splitter using any_rotate code iterator.
17420 Add insn predicate to split only for TARGET_USE_XCHGB or when
17421 optimizing function for size.
17422
17423 2010-04-12 Steve Ellcey <sje@cup.hp.com>
17424
17425 * config/pa/pa.c (emit_move_sequence): Remove use of
17426 deleted variable flag_argument_noalias.
17427
17428 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17429
17430 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
17431 configurations.
17432 Add to unsupported targets list.
17433 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
17434 sparc*-sun-solaris2.[567]* from target lists.
17435 * configure: Regenerate.
17436 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
17437 removal.
17438 Remove Solaris 7 patch references.
17439 (Specific, sparc-sun-solaris2.7): Removed.
17440 (sparc-sun-solaris2*): Update Solaris 7 example.
17441 (sparc64-*-solaris2*): Likewise.
17442
17443 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17444
17445 * config.build (alpha*-dec-osf4*): Remove.
17446 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
17447 of obsolete configurations.
17448 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
17449 support.
17450 * config/alpha/t-osf4: Renamed to ...
17451 * config/alpha/t-osf5: ... this.
17452 * config/alpha/osf.h: Renamed to ...
17453 * config/alpha/osf5.h: ... this.
17454 Merged old osf5.h contents.
17455 Update comments.
17456 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
17457 (EXTRA_SPECS): Removed.
17458 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
17459 reflect removal of Tru64 UNIX V4.0/V5.0 support.
17460 Document that.
17461
17462 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17463
17464 * doc/contrib.texi (Contributors, Rainer Orth): Update.
17465
17466 2010-04-12 Kai Tietz <kai.tietz@onevision.com>
17467
17468 PR/43702
17469 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
17470 __thiscall convention.
17471
17472 2010-04-12 Steve Ellcey <sje@cup.hp.com>
17473
17474 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
17475 orig_base.
17476 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
17477
17478 2010-04-12 Steve Ellcey <sje@cup.hp.com>
17479
17480 * function.c (assign_parms_initialize_all): Add unused attribute
17481 to fntype.
17482
17483 2010-04-12 Richard Guenther <rguenther@suse.de>
17484
17485 * gsstruct.def (GSS_CALL): New.
17486 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
17487 * gimple.h: Include tree-ssa-alias.h.
17488 (struct gimple_statement_call): New.
17489 (union gimple_statement_struct_d): Add gimple_call member.
17490 (gimple_call_reset_alias_info): Declare.
17491 (gimple_call_use_set): New function.
17492 (gimple_call_clobber_set): Likewise.
17493 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
17494 * gimple.c (gimple_call_reset_alias_info): New function.
17495 (gimple_build_call_1): Call it.
17496 * lto-streamer-in.c (input_gimple_stmt): Likewise.
17497 * tree-inline.c (remap_gimple_stmt): Likewise.
17498 (expand_call_inline): Remove callused handling.
17499 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
17500 * tree-dfa.c (dump_variable): Likewise.
17501 * tree-parloops.c (parallelize_loops): Likewise.
17502 * tree-ssa.c (init_tree_ssa): Likewise.
17503 (delete_tree_ssa): Likewise.
17504 * tree-flow-inline.h (is_call_used): Remove.
17505 * tree-flow.h (struct gimple_df): Remove callused member.
17506 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
17507 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
17508 (ref_maybe_used_by_call_p_1): Simplify.
17509 (call_may_clobber_ref_p_1): Likewise.
17510 * tree-ssa-structalias.c (compute_points_to_sets): Set
17511 the call stmt used and clobbered sets.
17512 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
17513 (find_tail_calls): Verify the tail call.
17514
17515 2010-04-12 Richard Guenther <rguenther@suse.de>
17516
17517 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
17518 single-iteration always-inline inlining.
17519 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
17520 (cgraph_decide_inlining): Do not handle always-inline specially.
17521 (try_inline): Remove always-inline cycle detection special case.
17522 Do not recurse on always-inlines.
17523 (cgraph_early_inlining): Do not iterate if not optimizing.
17524 (cgraph_gate_early_inlining): remove.
17525 (pass_early_inline): Run unconditionally.
17526 (gate_cgraph_decide_inlining): New function.
17527 (pass_ipa_inline): Use it. Do not run the IPA inliner if
17528 not inlining or optimizing.
17529 (cgraph_decide_inlining_of_small_functions): Also consider
17530 always-inline functions.
17531 (cgraph_default_inline_p): Return true for nodes which should
17532 disregard inline limits.
17533 (estimate_function_body_sizes): Assume zero size and time for
17534 nodes which are marked as disregarding inline limits.
17535 (cgraph_decide_recursive_inlining): Do not perform recursive
17536 inlining on always-inline nodes.
17537
17538 2010-04-12 Jakub Jelinek <jakub@redhat.com>
17539
17540 PR bootstrap/43699
17541 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
17542 for exprs satisfying handled_component_p.
17543
17544 2010-04-12 Eric Botcazou <ebotcazou@adacore.com>
17545
17546 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
17547 non-constant aggregate elements.
17548
17549 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
17550 is a real initialization.
17551
17552 2010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
17553
17554 PR c/36774
17555 * c-decl.c (start_function): Move forward check for nested function.
17556
17557 2010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
17558
17559 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
17560 * config/sh/sh.c: Include reload.h.
17561 (sh_legitimize_reload_address): New.
17562 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
17563 sh_legitimize_reload_address.
17564
17565 2010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
17566
17567 * config/sh/sh.md (*movqi_pop): New insn pattern.
17568 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
17569
17570 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
17571
17572 * config/i386/i386.md (any_shiftrt): New code iterator.
17573 (shiftrt_insn): New code attribute.
17574 (shiftrt): Ditto.
17575 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
17576 using any_shiftrt code iterator.
17577 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
17578 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
17579 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
17580 pattern from corresponding peephole2 patterns.
17581 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
17582 using any_shiftrt code iterator.
17583 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
17584 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
17585 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
17586 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
17587 *{ashr,lshr}<mode>3_cmp_zext.
17588 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
17589
17590 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
17591
17592 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
17593 scratch register.
17594 (*lshr<mode>3_cconly): Ditto.
17595
17596 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
17597
17598 * config/i386/i386.md (lshr<mode>3): Macroize expander from
17599 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
17600 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
17601 pattern from *lshr{di,ti}3_1 and corresponding splitters using
17602 DWI mode iterator.
17603 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
17604 from corresponding peephole2 patterns.
17605 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
17606 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
17607 and *lshrdi3_1_rex64 using SWI mode iterator.
17608 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
17609 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
17610 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
17611 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
17612 and *lshrdi3_cmp_rex64 using SWI mode iterator.
17613 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
17614 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
17615 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
17616 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
17617 SWI mode iterator.
17618
17619 2010-04-10 Uros Bizjak <ubizjak@gmail.com>
17620
17621 * config/i386/i386.md (ashr<mode>3): Macroize expander from
17622 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
17623 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
17624 pattern from *ashr{di,ti}3_1 and corresponding splitters using
17625 DWI mode iterator.
17626 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
17627 from corresponding peephole2 patterns.
17628 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
17629 (ashrsi3_cvt): Rename from ashrsi3_31.
17630 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
17631 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
17632 and x86_64_shift_adj_3 using SWI48 mode iterator.
17633 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
17634 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
17635 and *ashrdi3_1_rex64 using SWI mode iterator.
17636 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
17637 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
17638 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
17639 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
17640 and *ashrdi3_cmp_rex64 using SWI mode iterator.
17641 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
17642 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
17643 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
17644 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
17645 SWI mode iterator.
17646 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
17647 * config/i386/i386.c (ix86_split_ashr): Update for renamed
17648 x86_shift<mode>_adj_3 expanders.
17649
17650 2010-04-10 Wei Guozhi <carrot@google.com>
17651
17652 PR target/42601
17653 * config/arm/arm.c (arm_pic_static_addr): New function.
17654 (legitimize_pic_address): Call arm_pic_static_addr when it detects
17655 a static symbol.
17656 (arm_output_addr_const_extra): Output expression for new pattern.
17657 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
17658
17659 2010-04-10 Bernd Schmidt <bernds@codesourcery.com>
17660
17661 * ira-costs.c (record_reg_classes): Ignore alternatives that are
17662 not enabled.
17663
17664 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
17665 * web.c: Include "insn-config.h" and "recog.h".
17666 (union_match_dups): New function.
17667 (web_main): Call it.
17668 (union_defs): Don't try to recognize match_dups.
17669
17670 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
17671 if doing so would replace the entire pattern.
17672
17673 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
17674
17675 PR target/43707
17676 PR target/43709
17677 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
17678 and splitter pattern. Change splitter operand 1 predicate to
17679 nonmemory_operand.
17680
17681 2010-04-09 Martin Jambor <mjambor@suse.cz>
17682
17683 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
17684 lattices are addresses of CONST_DECLs with the same initial value.
17685 (ipcp_print_all_lattices): Print values of CONST_DECLs.
17686 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
17687
17688 2010-04-09 Eric Botcazou <ebotcazou@adacore.com>
17689 Bernd Schmidt <bernds@codesourcery.com>
17690
17691 * loop-invariant.c (replace_uses): New static function.
17692 (move_invariant_reg): Use it to ensure we can replace the uses.
17693
17694 2010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
17695
17696 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
17697 function template.
17698 (picochip_override_options): Enable section anchors only above -O1.
17699 (picochip_reorg): Fixed a couple of build warnings.
17700
17701 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17702
17703 * configure.ac (plugin -rdynamic test): Log result.
17704 * configure: Regenerate.
17705 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
17706 (RDYNAMIC_SPEC): Define.
17707 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
17708
17709 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17710
17711 * configure.ac: Determine Sun ld version numbers.
17712 (comdat_group): Restrict GNU ld version checks to gld.
17713 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
17714 (enable_comdat): Support --enable-comdat.
17715 * configure: Regenerate.
17716 * doc/install.texi (Configuration): Document --enable-comdat.
17717
17718 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17719
17720 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
17721 * config/sol2-gld.h: ... here.
17722 * config.gcc (sparc*-*-solaris2*): Reflect this.
17723 (i[34567]86-*-solaris2*): Use it.
17724
17725 2010-04-09 Steve Ellcey <sje@cup.hp.com>
17726
17727 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
17728 setup_clocks_p.
17729 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
17730
17731 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
17732
17733 PR 42965
17734 * diagnostic.c (diagnostic_initialize): Initialize
17735 some_warnings_are_errors.
17736 (diagnostic_finish): New.
17737 (diagnostic_action_after_output): Call it before exiting.
17738 (diagnostic_report_diagnostic): Do not print message here. Set
17739 some_warnings_are_errors.
17740 * diagnostic.h (diagnostic_context): Delete
17741 issue_warnings_are_errors_message. Add some_warnings_are_errors.
17742 (diagnostic_finish): Declare.
17743 * toplev.c (toplev_main): Call it before exit.
17744
17745 2010-04-09 Jason Merrill <jason@redhat.com>
17746
17747 PR c++/42623
17748 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
17749 for incomplete type.
17750
17751 PR c++/41788
17752 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
17753 based on a warning flag.
17754
17755 2010-04-09 Richard Guenther <rguenther@suse.de>
17756
17757 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
17758
17759 2010-04-09 Iain Sandoe <iains@gcc.gnu.org>
17760
17761 PR bootstrap/43684
17762 * varasm.c (default_assemble_visibility): Wrap vars that are
17763 set, but unused, by targets without GAS.
17764 * config/rs6000/rs6000.c (paired_emit_vector_compare):
17765 Remove set, but unused, vars.
17766 (rs6000_legitimize_tls_address): Likewise.
17767 (altivec_expand_dst_builtin): Likewise.
17768 * config/darwin.c (machopic_classify_symbol): Likewise.
17769 (machopic_indirection_name): Likewise.
17770
17771 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
17772
17773 * config/i386/i386.md (DWI): New mode iterator.
17774 (S): New mode attribute.
17775 (shift_operand): Ditto.
17776 (shift_immediate_operand): Ditto.
17777 (ashl_input_operand): Ditto.
17778 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
17779 using SDWIM mode iterator.
17780 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
17781 pattern from *ashl{di,ti}3_1 and corresponding splitters using
17782 DWI mode iterator.
17783 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
17784 from corresponding peephole2 patterns.
17785 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
17786 and x86_64_shift_adj_1 using SWI48 mode iterator.
17787 (x86_shift<mode>_adj_2): Ditto.
17788 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
17789 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
17790 using SWI48 mode iterator.
17791 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
17792 *ashldi3_cmp_rex64 using SWI mode iterator.
17793 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
17794 *ashldi3_cconly_rex64 using SWI mode iterator.
17795 * config/i386/i386.c (ix86_split_ashl): Update for renamed
17796 x86_shift<mode>_adj_{1,2}.
17797 (ix86_split_ashr): Ditto.
17798 (ix86_split_lshr): Ditto.
17799
17800 2010-04-09 Richard Guenther <rguenther@suse.de>
17801
17802 * target.h (builtin_conversion): Pass in input and output types.
17803 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
17804 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
17805 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
17806 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
17807
17808 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
17809 Handle AVX modes.
17810 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
17811
17812 2010-04-09 Richard Guenther <rguenther@suse.de>
17813
17814 PR target/43152
17815 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
17816
17817 2010-04-09 Richard Guenther <rguenther@suse.de>
17818
17819 * tree-vectorizer.h (struct _stmt_vec_info): Document
17820 that vectype is the type of the LHS.
17821 (supportable_widening_operation, supportable_narrowing_operation):
17822 Get both input and output vector types as arguments.
17823 (vect_is_simple_use_1): Declare.
17824 (get_same_sized_vectype): Likewise.
17825 * tree-vect-loop.c (vect_determine_vectorization_factor):
17826 Set STMT_VINFO_VECTYPE to the vector type of the def.
17827 (vectorizable_reduction): Adjust.
17828 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
17829 Adjust. Specify the output vector type.
17830 (vect_pattern_recog_1): Adjust.
17831 * tree-vect-stmts.c (get_same_sized_vectype): New function.
17832 (vectorizable_call): Adjust.
17833 (vectorizable_conversion): Likewise.
17834 (vectorizable_operation): Likewise.
17835 (vectorizable_type_demotion): Likewise.
17836 (vectorizable_type_promotion): Likewise.
17837 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
17838 the def.
17839 (vect_is_simple_use_1): New function.
17840 (supportable_widening_operation): Get both input and output
17841 vector types.
17842 (supportable_narrowing_operation): Likewise.
17843 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
17844
17845 2010-04-09 Kai Tietz <kai.tietz@onevision.com>
17846
17847 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
17848 __thiscall and _thiscall as predefined macros.
17849 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
17850 thiscall attribute handling.
17851 (ix86_comp_type_attributes): Likewise.
17852 (ix86_function_regparm): Likewise.
17853 (ix86_return_pops_args): Likewise.
17854 (init_cumulative_args): Likewise.
17855 (find_drap_reg): Likewise.
17856 (ix86_static_chain): Likewise.
17857 (x86_this_parameter): Likewise.
17858 (x86_output_mi_thunk): Likewise.
17859 (ix86_attribute_table): Add description for thiscall attribute.
17860 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
17861 * doc/extend.texi: Add documentation for thiscall.
17862
17863 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
17864
17865 PR c++/28584
17866 * c.opt (Wint-to-pointer-cast): Available in C++.
17867 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
17868
17869 2010-04-08 Eric Botcazou <ebotcazou@adacore.com>
17870
17871 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
17872 * calls.c (expand_call): Pass the function type to aggregate_value_p.
17873 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
17874 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
17875 function type instead. Reorder and simplify checks.
17876
17877 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
17878
17879 2010-04-08 Jing Yu <jingyu@google.com>
17880 Zdenek Dvorak <ook@ucw.cz>
17881
17882 PR tree-optimization/42720
17883 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
17884 loop unswitch conditions here from ...
17885 (tree_unswitch_single_loop): ... here.
17886
17887 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
17888
17889 * tree-if-conv.c: Fix comments and simplify logic.
17890
17891 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
17892
17893 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
17894 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
17895 (main_tree_if_conversion): Update call to tree_if_conversion.
17896
17897 2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
17898
17899 PR 42485
17900 * doc/invoke.texi (-b,-V): Delete.
17901 * doc/tm.texi: Do not mention -b.
17902 * gcc.c (display_help): Delete -b and -V.
17903 (process_command): Delete -b and -V.
17904 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
17905
17906 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
17907 Wolfgang Gellerich <gellerich@de.ibm.com>
17908
17909 Implement target hook for loop unrolling
17910 * target.h (loop_unroll_adjust): Add a new target hook function.
17911 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
17912 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
17913 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
17914 (s390_loop_unroll_adjust): Implement the new target hook for s390.
17915 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
17916 target hook.
17917 (decide_unroll_stupid): Likewise.
17918
17919 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17920
17921 PR target/43643
17922 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
17923
17924 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17925
17926 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
17927 (Specific, *-*-solaris2*): Likewise.
17928 Don't prefer Sun as over GNU as.
17929
17930 2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
17931
17932 * config/s390/s390.c (override_options): Adjust the z10 defaults
17933 for max-unroll-times, max-completely-peeled-insns
17934 and max-completely-peel-times.
17935
17936 2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17937
17938 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
17939 instructions for z10.
17940 (s390_expand_setmem): Likewise.
17941 (s390_expand_cmpmem): Likewise.
17942
17943 2010-04-08 Richard Guenther <rguenther@suse.de>
17944
17945 PR tree-optimization/43679
17946 * tree-ssa-pre.c (eliminate): Only propagate copies.
17947
17948 2010-04-08 Jakub Jelinek <jakub@redhat.com>
17949
17950 PR bootstrap/43681
17951 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
17952 set but not used variable warning.
17953
17954 2010-04-08 Wei Guozhi <carrot@google.com>
17955
17956 PR target/41653
17957 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
17958 (arm_size_rtx_costs): Call the new function when optimized for size.
17959
17960 2010-04-08 Jakub Jelinek <jakub@redhat.com>
17961
17962 PR debug/43670
17963 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
17964 op0 is not a MEM, just return NULL instead of assertion
17965 failure.
17966 (discover_nonconstant_array_refs): Don't walk debug stmts.
17967
17968 2010-04-08 Doug Kwan <dougkwan@google.com>
17969
17970 * configure.ac: Recognize gold and do not use its version number
17971 to test ld features.
17972 * configure: Regenerate.
17973
17974 2010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
17975
17976 PR middle-end/40815
17977 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
17978 (negate_value): Move code to push elements to broken_up_substracts ...
17979 (eliminate_plus_minus_pair): ... here. Push operands that have no
17980 negative pair to plus_negates.
17981 (repropagate_negates, init_reassoc, fini_reassoc): Update.
17982
17983 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17984
17985 * doc/install.texi (Configuration): Move description of
17986 --enable-lto, --with-libelf*, --enable-gold from Java section to
17987 general section.
17988
17989 * doc/generic.texi (Working with declarations)
17990 (Function Properties, C and C++ Trees): Fix typos.
17991 * doc/sourcebuild.texi (Top Level): Likewise.
17992
17993 2010-04-07 Jakub Jelinek <jakub@redhat.com>
17994
17995 PR c/18624
17996 * tree.h (DECL_READ_P): Define.
17997 (struct tree_decl_common): Add decl_read_flag.
17998 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
17999 a set but not used warning.
18000 (merge_decls): Merge DECL_READ_P flag.
18001 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
18002 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
18003 * c-common.c (handle_used_attribute, handle_unused_attribute):
18004 Likewise.
18005 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
18006 New prototypes.
18007 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
18008 New functions.
18009 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
18010 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
18011 c_parser_binary_expression, c_parser_cast_expression,
18012 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
18013 Call default_function_array_read_conversion instead of
18014 default_function_array_conversion where needed.
18015 (c_parser_unary_expression, c_parser_conditional_expression,
18016 c_parser_postfix_expression_after_primary, c_parser_initelt):
18017 Likewise. Call mark_exp_read where needed.
18018 (c_parser_statement_after_labels, c_parser_asm_operands,
18019 c_parser_typeof_specifier, c_parser_sizeof_expression,
18020 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
18021 where needed.
18022 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
18023 New.
18024 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
18025 (warn_unused_but_set_parameter): Default to warn_unused
18026 && extra_warnings.
18027 * doc/invoke.texi: Document -Wunused-but-set-variable and
18028 -Wunused-but-set-parameter.
18029
18030 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
18031 used count variable.
18032 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
18033 when operandN variables aren't used in the body of the expander
18034 or splitter.
18035 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
18036 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
18037 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
18038 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
18039 FOR_EACH_IMM_USE_ON_STMT): Likewise.
18040 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
18041 * tree.c (PROCESS_ARG): Likewise.
18042
18043 2010-04-07 Simon Baldwin <simonb@google.com>
18044
18045 * diagnostic.h (diagnostic_override_option_index): New macro to
18046 set a diagnostic's option_index.
18047 * c-tree.h (c_cpp_error): Add warning reason argument.
18048 * opts.c (_warning_as_error_callback): New.
18049 (register_warning_as_error_callback): Store callback for
18050 warnings enabled via enable_warning_as_error.
18051 (enable_warning_as_error): Call callback, minor code tidy.
18052 * opts.h (register_warning_as_error_callback): Declare.
18053 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
18054 response to -Werror=.
18055 (c_common_init_options): Register warning_as_error_callback in opts.c.
18056 * common.opt: Add -Wno-cpp option.
18057 * c-common.c (struct reason_option_codes_t): Map cpp warning
18058 reason codes to gcc option indexes.
18059 * (c_option_controlling_cpp_error): New function, lookup the gcc
18060 option index for a cpp warning reason code.
18061 * (c_cpp_error): Add warning reason argument, call
18062 c_option_controlling_cpp_error for diagnostic_override_option_index.
18063 * doc/invoke.texi: Document -Wno-cpp.
18064
18065 2010-04-07 Richard Guenther <rguenther@suse.de>
18066
18067 * ipa-reference.c (mark_load): Use get_base_address.
18068 (mark_store): Likewise.
18069
18070 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
18071 inserting GIMPLE_NOPs into the IL.
18072 * tree-ssa-structalias.c (get_constraint_for_component_ref):
18073 Explicitly strip handled components and indirect references.
18074
18075 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
18076 folding address expressions.
18077 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
18078 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
18079 operand_equal_p to compare decls.
18080 (ptr_deref_may_alias_decl_p): Likewise.
18081 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
18082 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
18083 Handle reversed comparison ops.
18084 * tree-sra.c (asm_visit_addr): Use get_base_address.
18085 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
18086 * ipa-reference.c (mark_address): Use get_base_address.
18087
18088 2010-04-07 Richard Guenther <rguenther@suse.de>
18089
18090 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
18091 Propagate constants everywhere.
18092
18093 2010-04-07 Jakub Jelinek <jakub@redhat.com>
18094
18095 PR debug/43516
18096 * tree.c (MAX_INT_CACHED_PREC): Define.
18097 (nonstandard_integer_type_cache): New array.
18098 (build_nonstandard_integer_type): Cache results for precision
18099 <= MAX_INT_CACHED_PREC.
18100
18101 2010-04-07 Richard Guenther <rguenther@suse.de>
18102
18103 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
18104 -fargument-noalias-global, -fargument-noalias-anything): Remove.
18105 * common.opt: Likewise.
18106 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
18107 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
18108 (nonoverlapping_memrefs_p): Likewise.
18109 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
18110 * opts.c (common_handle_option): Handle OPT_fargument_alias,
18111 OPT_fargument_noalias, OPT_fargument_noalias_anything and
18112 OPT_fargument_noalias_global for backward compatibility.
18113
18114 2010-04-07 Richard Guenther <rguenther@suse.de>
18115
18116 PR tree-optimization/43270
18117 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
18118 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
18119 * tree-ssa-pre.c (phi_translate_1): Adjust.
18120 (fully_constant_expression): Split out vn_reference handling to ...
18121 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
18122 Fold reads from constant strings.
18123 (vn_reference_lookup): Handle fully constant references.
18124 (vn_reference_lookup_pieces): Likewise.
18125 * Makefile.in (expmed.o-warn): Add -Wno-error.
18126
18127 2010-04-07 Martin Jambor <mjambor@suse.cz>
18128
18129 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
18130
18131 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
18132
18133 PR driver/41594
18134 * gcc.c: Add -static-libstdc++ to list of recognized options.
18135
18136 2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18137
18138 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
18139
18140 2010-04-07 Richard Guenther <rguenther@suse.de>
18141
18142 PR middle-end/42617
18143 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
18144 bases build simple mem attributes to retain points-to information.
18145
18146 2010-04-07 Richard Guenther <rguenther@suse.de>
18147
18148 PR middle-end/42617
18149 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
18150 preserve points-to related information.
18151
18152 2010-04-07 Richard Guenther <rguenther@suse.de>
18153
18154 PR middle-end/42617
18155 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
18156 discard plain indirect references.
18157 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
18158 * tree.c (tree_nop_conversion): Likewise.
18159
18160 2010-04-07 Dodji Seketeli <dodji@redhat.com>
18161
18162 PR debug/43628
18163 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
18164
18165 2010-04-06 Kai Tietz <kai.tietz@onevision.com>
18166
18167 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
18168 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
18169
18170 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
18171
18172 * tree-if-conv.c: Fix indentation and comments.
18173
18174 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
18175
18176 * tree-if-conv.c: Sort static functions in topological order.
18177
18178 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
18179
18180 * tree-if-conv.c: Fix indentation and comments.
18181
18182 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
18183
18184 PR middle-end/43519
18185 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
18186 lang_hooks.types.type_for_size instead of
18187 build_nonstandard_integer_type.
18188 When converting an unsigned type to signed, double its precision.
18189 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
18190 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
18191 (graphite_create_new_loop_guard): When ub + 1 wraps around,
18192 use lb <= ub.
18193
18194 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
18195
18196 PR middle-end/43519
18197 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
18198 POINTER_PLUS_EXPR for pointer types.
18199
18200 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
18201
18202 PR middle-end/43519
18203 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
18204 * graphite-clast-to-gimple.c: Include langhooks.h.
18205 (max_signed_precision_type): New.
18206 (max_precision_type): Takes two types as arguments.
18207 (precision_for_value): New.
18208 (precision_for_interval): New.
18209 (gcc_type_for_interval): New.
18210 (gcc_type_for_value): New.
18211 (gcc_type_for_clast_term): New.
18212 (gcc_type_for_clast_red): New.
18213 (gcc_type_for_clast_bin): New.
18214 (gcc_type_for_clast_expr): Split up into several functions.
18215 (gcc_type_for_clast_eq): Rewritten.
18216 (compute_bounds_for_level): New.
18217 (compute_type_for_level_1): New.
18218 (compute_type_for_level): New.
18219 (gcc_type_for_cloog_iv): Removed.
18220 (gcc_type_for_iv_of_clast_loop): Rewritten.
18221 (graphite_create_new_loop): Compute the lower and upper bound types
18222 with gcc_type_for_clast_expr.
18223 (graphite_create_new_loop_guard): Same.
18224 (find_cloog_iv_in_expr): Removed.
18225 (compute_cloog_iv_types_1): Removed.
18226 (compute_cloog_iv_types): Removed.
18227 (gloog): Do not call compute_cloog_iv_types.
18228 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
18229 GBB_CLOOG_IV_TYPES.
18230 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
18231 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
18232 (GBB_CLOOG_IV_TYPES): Removed.
18233
18234 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
18235
18236 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
18237 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
18238 (detect_commutative_reduction): Same.
18239
18240 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
18241
18242 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
18243 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
18244 argument.
18245 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
18246 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
18247 (rewrite_commutative_reductions_out_of_ssa): Same.
18248 * passes.c (execute_function_todo): Call verify_ssa for every pass
18249 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
18250 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
18251 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
18252 with an extra argument.
18253 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
18254 verify_ssa only when the extra argument is true.
18255 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
18256 with an extra argument.
18257 (tree_transform_and_unroll_loop): Same.
18258
18259 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
18260
18261 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
18262 for all the passes of the LNO having LOOP_CLOSED_SSA.
18263 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
18264 * tree-loop-distribution.c (pass_loop_distribution): Same.
18265 * tree-pass.h (TODO_verify_loops): Removed.
18266 * tree-ssa-loop.c (pass_tree_loop_init): Same.
18267 (pass_lim): Same.
18268 (pass_tree_unswitch): Same.
18269 (pass_predcom): Same.
18270 (pass_vectorize): Same.
18271 (pass_linear_transform): Same.
18272 (pass_graphite_transforms): Same.
18273 (pass_iv_canon): Same.
18274 (pass_complete_unroll): Same.
18275 (pass_complete_unrolli): Same.
18276 (pass_parallelize_loops): Same.
18277 (pass_loop_prefetch): Same.
18278 (pass_iv_optimize): Same.
18279
18280 2010-04-06 Changpeng Fang <changpeng.fang@amd.com>
18281
18282 PR middle-end/32824
18283 * passes.c (init_optimization_passes): Move pass_lim before
18284 pass_copy_prop and pass_dce_loop.
18285
18286 2010-04-06 Jakub Jelinek <jakub@redhat.com>
18287
18288 PR target/43667
18289 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
18290 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
18291 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
18292 MULTI_* defines for 4 argument vpermil2p* builtins.
18293
18294 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
18295
18296 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
18297 * config/i386/i386.c (x86_maybe_negate_const_int): New.
18298 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
18299 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
18300 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
18301 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
18302 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
18303 Use x86_maybe_negate_const_int to output insn mnemonic.
18304 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
18305 check from instruction predicate. Update comments.
18306 * config/i386/sync.md (sync_add<mode>): Use
18307 x86_maybe_negate_const_int to output insn mnemonic.
18308
18309 2010-04-06 Jan Hubicka <jh@suse.cz>
18310
18311 PR tree-optimization/42906
18312 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
18313 IGNORE_SELF argument. Set visited_control_parents for fully
18314 processed BBs.
18315 (find_obviously_necessary_stmts): Update call of
18316 mark_control_dependent_edges_necessary.
18317 (propagate_necessity): Likewise. Handle PHI edges more curefully.
18318
18319 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
18320
18321 * config/i386/i386.md: Remove comment about 'e' and 'E'
18322 operand modifier.
18323
18324 2010-04-06 Richard Guenther <rguenther@suse.de>
18325
18326 PR tree-optimization/43627
18327 * tree-vrp.c (extract_range_from_unary_expr): Widenings
18328 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
18329 not varying.
18330
18331 2010-04-06 Jakub Jelinek <jakub@redhat.com>
18332
18333 * BASE-VER: Change to 4.6.0.
18334
18335 PR target/43638
18336 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
18337 handling.
18338
18339 2010-04-06 Richard Guenther <rguenther@suse.de>
18340
18341 PR middle-end/43661
18342 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
18343
18344 2010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18345
18346 * doc/invoke.texi (Optimize Options): Document that LTO
18347 won't remove object access purely due to incompatible
18348 declarations.
18349
18350 2010-04-04 Matthias Klose <doko@ubuntu.com>
18351
18352 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
18353 Initialize variable.
18354
18355 2010-04-03 Richard Guenther <rguenther@suse.de>
18356
18357 PR middle-end/42509
18358 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
18359 require a non-NULL MEM_OFFSET.
18360
18361 2010-04-02 Steven Bosscher <steven@gcc.gnu.org>
18362
18363 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
18364 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
18365 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
18366 config/alpha/predicates.md, config/arm/arm.md,
18367 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
18368 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
18369 config/darwin9.h, config/darwin.c, config/darwin.h,
18370 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
18371 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
18372 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
18373 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
18374 config/mips/mips.md, config/mn10300/mn10300.c,
18375 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
18376 config/rs6000/aix.h, config/rs6000/dfp.md,
18377 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
18378 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
18379 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
18380 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
18381 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
18382 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
18383 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
18384 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
18385 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
18386 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
18387 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
18388 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
18389 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
18390 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
18391 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
18392 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
18393 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
18394 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
18395 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
18396 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
18397 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
18398 opt-functions.awk, opth-gen.awk, params.def, passes.c,
18399 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
18400 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
18401 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
18402 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
18403 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
18404 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
18405 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
18406 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
18407 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
18408 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
18409 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
18410 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
18411 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
18412 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
18413
18414 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18415
18416 PR other/43620
18417 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
18418 * aclocal.m4: Regenerate.
18419
18420 2010-04-02 Richard Guenther <rguenther@suse.de>
18421
18422 PR tree-optimization/43629
18423 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
18424 if we have seen a constant value.
18425
18426 2010-04-02 Joseph Myers <joseph@codesourcery.com>
18427
18428 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
18429
18430 2010-04-02 Richard Earnshaw <rearnsha@arm.com>
18431
18432 PR target/43469
18433 * arm.c (legitimize_tls_address): Adjust call to
18434 gen_tls_load_dot_plus_four.
18435 (arm_note_pic_base): New function.
18436 (arm_cannot_copy_insn_p): Use it.
18437 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
18438 constraint.
18439
18440 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18441
18442 PR bootstrap/43531
18443
18444 Revert:
18445 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18446
18447 * Makefile.in ($(out_object_file)): Depend on
18448 gt-$(basename $(notdir $(out_file))).h.
18449
18450 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
18451
18452 * config.gcc (lm32-*-rtems*): Add t-lm32.
18453
18454 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
18455
18456 * config.gcc: Add lm32-*-rtems*.
18457 * config/lm32/rtems.h: New file.
18458
18459 2010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
18460
18461 PR target/42609
18462 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
18463
18464 2010-04-01 Jakub Jelinek <jakub@redhat.com>
18465
18466 * dwarf2out.c (output_compilation_unit_header): For
18467 -gdwarf-4 use version 4 instead of version 3.
18468 (output_line_info): For version 4 and above emit additional
18469 maximum ops per insn header field.
18470 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
18471
18472 * dwarf2out.c (is_c_family, is_java): Remove.
18473 (lower_bound_default): New function.
18474 (add_bound_info, gen_descr_array_type_die): Use it.
18475
18476 2010-04-01 Dodji Seketeli <dodji@redhat.com>
18477
18478 PR debug/43325
18479 * dwarf2out.c (gen_variable_die): Allow debug info for variable
18480 re-declaration when it happens in a function.
18481
18482 2010-04-01 Aldy Hernandez <aldyh@redhat.com>
18483
18484 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
18485 (cgraph_remove_function_insertion_hook): Same.
18486 (cgraph_call_function_insertion_hooks): Same.
18487
18488 2010-04-01 Richard Guenther <rguenther@suse.de>
18489
18490 PR middle-end/43614
18491 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
18492 and TREE_THIS_VOLATILE.
18493 (copy_ref_info): Likewise.
18494 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
18495 * tree.c (build6_stat): Ignore side-effects of all but arg5
18496 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
18497 TARGET_MEM_REF.
18498
18499 2010-04-01 Richard Guenther <rguenther@suse.de>
18500
18501 PR tree-optimization/43607
18502 * ipa-type-escape.c (check_call): Do not access non-existing
18503 arguments.
18504
18505 2010-04-01 Richard Guenther <rguenther@suse.de>
18506
18507 PR middle-end/43602
18508 Revert
18509 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
18510 Jack Howarth <howarth@bromo.med.uc.edu>
18511
18512 * tree-profile.c (tree_init_ic_make_global_vars): Make static
18513 variables TLS.
18514
18515 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18516
18517 * doc/install.texi (Prerequisites): Document libelf usability on
18518 IRIX 5/6 and Solaris 2.
18519 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
18520 Update GNU as, GNU ld requirements.
18521 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
18522 Document Sun Studio compiler download.
18523 Update and simplify as, ld recommendations.
18524 (Specific, *-*-solaris2.7): Note obsoletion, removal.
18525
18526 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18527
18528 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
18529 with_tune_32 to pentium4.
18530
18531 2010-04-01 Uros Bizjak <ubizjak@gmail.com>
18532
18533 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
18534
18535 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18536
18537 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
18538 obsoletion, removal.
18539 Update IDO URL.
18540 Document GNU as requirement.
18541 Update configure requirements.
18542 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
18543 Recomment IRIX 6.5.18+.
18544 Document IDF/IDL requirement.
18545 Document GNU as requirement.
18546 Document GNU ld bootstrap failure.
18547 Remove freeware.sgi.com reference.
18548
18549 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18550
18551 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
18552 UNIX V4.0, V5.0 obsoletion, removal.
18553 Remove --with-gc=simple reference.
18554 Update VM requirements during bootstrap.
18555 Remove -oldas bootstrap description.
18556 Update binutils reference.
18557 Remove comparison failure note.
18558
18559 2010-03-31 Richard Guenther <rguenther@suse.de>
18560 Zdenek Dvorak <ook@ucw.cz>
18561 Sebastian Pop <sebastian.pop@amd.com>
18562
18563 PR middle-end/43464
18564 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
18565 with multiple arguments.
18566 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
18567
18568 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
18569
18570 * graphite-dependences.c (print_pddr): Call print_pdr with an
18571 extra argument.
18572 * graphite-poly.c (debug_pdr): Add an extra argument for the
18573 verbosity level.
18574 (print_pdr): Same.
18575 (print_pbb_domain): Same.
18576 (print_pbb): Same.
18577 (print_scop_context): Same.
18578 (print_scop): Same.
18579 (print_cloog): Same.
18580 (debug_pbb_domain): Same.
18581 (debug_pbb): Same.
18582 (print_pdrs): Same.
18583 (debug_pdrs): Same.
18584 (debug_scop_context): Same.
18585 (debug_scop): Same.
18586 (debug_cloog): Same.
18587 (print_scop_params): Same.
18588 (debug_scop_params): Same.
18589 (print_iteration_domain): Same.
18590 (print_iteration_domains): Same.
18591 (debug_iteration_domain): Same.
18592 (debug_iteration_domains): Same.
18593 (print_scattering_function): Same.
18594 (print_scattering_functions): Same.
18595 (debug_scattering_function): Same.
18596 (debug_scattering_functions): Same.
18597 * graphite-poly.h (debug_pdr): Update declaration.
18598 (print_pdr): Same.
18599 (print_pbb_domain): Same.
18600 (print_pbb): Same.
18601 (print_scop_context): Same.
18602 (print_scop): Same.
18603 (print_cloog): Same.
18604 (debug_pbb_domain): Same.
18605 (debug_pbb): Same.
18606 (print_pdrs): Same.
18607 (debug_pdrs): Same.
18608 (debug_scop_context): Same.
18609 (debug_scop): Same.
18610 (debug_cloog): Same.
18611 (print_scop_params): Same.
18612 (debug_scop_params): Same.
18613 (print_iteration_domain): Same.
18614 (print_iteration_domains): Same.
18615 (debug_iteration_domain): Same.
18616 (debug_iteration_domains): Same.
18617 (print_scattering_function): Same.
18618 (print_scattering_functions): Same.
18619 (debug_scattering_function): Same.
18620 (debug_scattering_functions): Same.
18621
18622 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
18623
18624 * graphite-poly.c (print_scattering_function_1): New.
18625 (print_scattering_function): Call it.
18626 (print_scop_params): Remove spaces at the end of lines.
18627 (print_cloog): New.
18628 (debug_cloog): New.
18629 * graphite-poly.h (print_cloog): Declared.
18630 (debug_cloog): Declared.
18631
18632 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
18633
18634 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
18635 in loop->header.
18636 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
18637 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
18638 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
18639 to switch between adding the IV bump in loop->latch or in loop->header.
18640
18641 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
18642
18643 * graphite-poly.c (print_scattering_function): Pretty print following
18644 the scoplib format.
18645 (print_pdr): Same.
18646 (print_pbb_domain): Same.
18647 (dump_gbb_cases): Same.
18648 (dump_gbb_conditions): Same.
18649 (print_pdrs): Same.
18650 (print_pbb): Same.
18651 (print_scop_params): Same.
18652 (print_scop_context): Same.
18653 (print_scop): Same.
18654 (print_pbb_body): New.
18655 (lst_indent_to): New.
18656 (print_lst): Start new lines with a #.
18657 * graphite-poly.h (pbb_bb): New.
18658 (pbb_index): Use pbb_bb.
18659 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
18660 disjuncts.
18661 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
18662
18663 2010-03-31 Jakub Jelinek <jakub@redhat.com>
18664
18665 * dwarf2out.c (size_of_die): For -gdwarf-4 use
18666 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
18667 and 0 instead of 1 for dw_val_class_flag.
18668 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
18669 dw_val_class_range_list, dw_val_class_loc_list,
18670 dw_val_class_lineptr and dw_val_class_macptr, use
18671 DW_FORM_flag_present for dw_val_class_flag and
18672 DW_FORM_exprloc for dw_val_class_loc.
18673 (output_die): For -gdwarf-4 print dw_val_class_loc
18674 size as uleb128 instead of 1 or 2 bytes and don't print
18675 anything for dw_val_class_flag.
18676
18677 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
18678 instead of cselib_lookup following by tweaking locs->setting_insn.
18679
18680 PR bootstrap/43596
18681 * cselib.c (cselib_process_insn): Clear cselib_current_insn
18682 even before returning from label, setjmp call or volatile asm
18683 handling.
18684
18685 2010-03-31 Richard Guenther <rguenther@suse.de>
18686
18687 PR middle-end/43600
18688 * cgraphunit.c (cgraph_output_in_order): Do not allocate
18689 temporary data on stack.
18690
18691 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18692
18693 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
18694 (PUSHSECTION_ASM_OP): Remove.
18695 (POPSECTION_ASM_OP): Remove.
18696 (PUSHSECTION_FORMAT): Remove.
18697 * config/sol2.h (PUSHSECTION_FORMAT): Define.
18698 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
18699 * config/sol2.c (solaris_output_init_fini): Use it.
18700
18701 2010-03-31 Jie Zhang <jie@codesourcery.com>
18702
18703 PR 43574
18704 * opt-functions.awk (var_type_struct): Use signed char type
18705 for simple variables.
18706
18707 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18708
18709 * config/sol2.c: Include output.h.
18710 (solaris_assemble_visibility): New function.
18711 * config/t-sol2 (sol2.o): Add output.h dependency.
18712 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
18713 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
18714 Redefine.
18715
18716 2010-03-31 Jakub Jelinek <jakub@redhat.com>
18717
18718 PR target/43580
18719 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
18720 V2SImode or XFmode on PRE_DEC.
18721
18722 PR debug/43557
18723 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
18724 BLKmode.
18725
18726 2010-03-31 Jie Zhang <jie@codesourcery.com>
18727
18728 PR 43562
18729 * reload.h (caller_save_initialized_p): Declare.
18730 * toplev.c (backend_init_target): Don't call
18731 init_caller_save but set caller_save_initialized_p to false.
18732 * caller-save.c (caller_save_initialized_p): Define.
18733 (init_caller_save): Check caller_save_initialized_p.
18734 * ira.c (ira): Call init_caller_save if flag_caller_saves.
18735
18736 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18737
18738 PR target/39048
18739 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
18740 and soft-fp/t-softfp to tmake_file.
18741 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
18742 (LIBGCC2_TF_CEXT): Define.
18743 (TF_SIZE): Define.
18744
18745 2010-03-30 Alexandre Oliva <aoliva@redhat.com>
18746
18747 PR debug/42977
18748 * cselib.c (n_useless_values): Document handling of debug locs.
18749 (n_useless_debug_values, n_debug_values): New variables.
18750 (new_elt_loc_list): Don't add to debug values, keep count.
18751 (promote_debug_loc): New.
18752 (cselib_reset_table): Zero new variables.
18753 (entry_and_rtx_equal_p): Promote debug locs.
18754 (discard_useless_locs): Increment n_useless_debug_values for
18755 debug values.
18756 (remove_useless_values): Adjust n_useless_values and n_debug_values
18757 with n_useless_debug_values.
18758 (add_mem_for_addr): Promote debug locs.
18759 (cselib_lookup_mem): Likewise.
18760 (cselib_lookup_addr): Renamed to...
18761 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
18762 (cselib_log_lookup): ... this. Turn into...
18763 (cselib_lookup_addr): ... new wrapper.
18764 (cselib_lookup_from_insn): New.
18765 (cselib_invalidate_regno): Increment n_useless_debug_values for
18766 debug values.
18767 (cselib_invalidate_mem): Likewise.
18768 (cselib_process_insn): Take n_deleted and n_debug_values into
18769 account to guard remove_useless_value call.
18770 (cselib_finish): Zero n_useless_debug_values.
18771 * cselib.h (cselib_lookup_from_insn): Declare.
18772 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
18773 (sched_analyze_2): Likewise.
18774
18775 2010-03-30 Jakub Jelinek <jakub@redhat.com>
18776
18777 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
18778 functions.
18779 (adjust_mems): Replace narrowing SUBREG of expression containing
18780 just PLUS, MINUS, MULT and ASHIFT of registers and constants
18781 with operations in the narrower mode.
18782
18783 PR debug/43593
18784 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
18785 regs_invalidated_by_call instead all call_used_reg_set registers.
18786
18787 2010-03-30 Sebastian Pop <sebastian.pop@amd.com>
18788
18789 PR middle-end/43430
18790 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
18791 pointer comparisons with types_compatible_p.
18792 * tree-vect-stmts.c (vectorizable_call): Same.
18793 (vectorizable_condition): Same.
18794
18795 2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18796
18797 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
18798 stack check if the mask would be zero.
18799
18800 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
18801 Jack Howarth <howarth@bromo.med.uc.edu>
18802
18803 * tree-profile.c (tree_init_ic_make_global_vars): Make static
18804 variables TLS.
18805
18806 2010-03-30 Joseph Myers <joseph@codesourcery.com>
18807
18808 PR other/25232
18809 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
18810 and __unordtf2.
18811 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
18812 Include ___unordxf2 and ___unordtf2.
18813 * config/i386/libgcc-glibc.ver: Do not define inheritance from
18814 GCC_4.4.0 here.
18815
18816 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
18817
18818 * config/lm32/t-lm32: New file.
18819 * config.gcc: Use the above file when targetting lm32.
18820
18821 2010-03-28 Duncan Sands <baldrick@free.fr>
18822
18823 * Makefile.in (PLUGIN_HEADERS): Add except.h.
18824
18825 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
18826
18827 PR middle-end/43431
18828 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
18829 Improve vectorization cost model diagnostic.
18830
18831 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
18832
18833 PR middle-end/43436
18834 * tree-vect-data-refs.c (vect_analyze_data_refs): When
18835 compute_data_dependences_for_loop returns false, early exit
18836 and output an extra diagnostic for the failed data reference
18837 analysis.
18838
18839 2010-03-29 Richard Guenther <rguenther@suse.de>
18840
18841 PR tree-optimization/43560
18842 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
18843 (can_sm_ref_p): Treat stores to readonly locations as trapping.
18844
18845 2010-03-29 Jie Zhang <jie@codesourcery.com>
18846
18847 PR 43564
18848 * toplev.c (process_options): Set optimization_default_node
18849 and optimization_current_node.
18850 * opts.c (decode_options): Don't set optimization_default_node
18851 and optimization_current_node.
18852
18853 2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
18854
18855 * config/rtems.h: Abandon -qrtems_debug.
18856
18857 2010-03-28 Jan Hubicka <jh@suse.cz>
18858
18859 PR tree-optimization/43505
18860 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
18861 map should not be copied.
18862
18863 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18864
18865 PR middle-end/41674
18866 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
18867 cdtors, set DECL_PRESERVE_P.
18868 * ipa.c (cgraph_externally_visible_p): Return true if declaration
18869 should be preseved.
18870
18871 2010-03-27 Uros Bizjak <ubizjak@gmail.com>
18872
18873 PR tree-optimization/43528
18874 * stor-layout.c (place_field): Check that constant fits into
18875 unsigned HWI when skipping calculation of MS bitfield layout.
18876
18877 2010-03-27 Jan Hubicka <jh@suse.cz>
18878
18879 PR middle-end/43391
18880 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
18881 notice_global_symbol work.
18882
18883 2010-03-27 Jakub Jelinek <jakub@redhat.com>
18884
18885 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
18886 instead of dwarf2out_decl.
18887 (struct var_loc_node): Remove section_label field.
18888 (dwarf2out_function_decl): New function.
18889 (dwarf2out_var_location): Don't set section_label field.
18890 (dwarf2out_begin_function): Don't empty decl_loc_table here.
18891
18892 2010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
18893
18894 PR tree-optimization/43544
18895 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
18896 First argument for builtin vectorized function hook is now a
18897 tree to be able to distinguish between machine specific and
18898 standard builtins.
18899 * targhooks.c (default_builtin_vectorized_function): Ditto.
18900 * targhooks.h (default_builtin_vectorized_function): Ditto.
18901 * target.h (struct gcc_target): Ditto.
18902 * tree-vect-stmts.c (vectorizable_function): Ditto.
18903 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
18904 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
18905 Ditto.
18906
18907 2010-03-26 Joseph Myers <joseph@codesourcery.com>
18908
18909 PR c/43381
18910 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
18911 nested binding iff it is a FUNCTION_DECL.
18912 (store_parm_decls_newstyle): Pass nested=true to bind for
18913 FUNCTION_DECLs amongst parameters.
18914
18915 2010-03-26 Jakub Jelinek <jakub@redhat.com>
18916
18917 * var-tracking.c (vt_expand_loc_callback): Don't run
18918 cselib_expand_value_rtx_cb in dummy mode if
18919 cselib_dummy_expand_value_rtx_cb returned false.
18920
18921 * var-tracking.c (emit_note_insn_var_location): For one part
18922 notes with offset 0, don't add EXPR_LIST around the location.
18923 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
18924 add_location_or_const_value_attribute): Adjust for that change.
18925
18926 PR debug/43540
18927 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
18928 into first operand and location into second.
18929 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
18930 dw_cfi_oprnd_loc for DW_CFA_expression.
18931 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
18932 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
18933 assume first argument is regnum and second argument is location.
18934
18935 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
18936
18937 PR target/42113
18938 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
18939 of scratch register to DImode. Split to DImode comparison operator.
18940 Use SImode subreg of scratch register in the multiplication.
18941 (*cmp_sadd_sidi): Ditto.
18942 (*cmp_ssub_si): Ditto.
18943 (*cmp_ssub_sidi): Ditto.
18944
18945 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
18946
18947 PR target/43524
18948 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
18949 Remove invalid assert and wrong comment.
18950
18951 2010-03-26 Jakub Jelinek <jakub@redhat.com>
18952
18953 PR debug/43516
18954 * flags.h (final_insns_dump_p): New extern.
18955 * final.c (final_insns_dump_p): New variable.
18956 (rest_of_clean_state): Set it before -fdump-final-insns=
18957 dumping, clear afterwards.
18958 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
18959 MEM_ALIAS_SET on MEMs.
18960
18961 2010-03-26 David S. Miller <davem@davemloft.net>
18962
18963 * configure.ac: Fix sparc GOTDATA_OP bug check.
18964 * configure: Rebuild.
18965
18966 2010-03-26 Alan Modra <amodra@gmail.com>
18967
18968 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
18969
18970 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18971
18972 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
18973 TLS_SECTION_ASM_FLAG.
18974
18975 2010-03-25 Jakub Jelinek <jakub@redhat.com>
18976
18977 PR bootstrap/43511
18978 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
18979 Clear first_function_block_is_cold.
18980
18981 PR c/43385
18982 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
18983 argument if the argument is truth_value_p.
18984
18985 2010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
18986
18987 * config/rs6000/constraints.md: Update copyright year for my changes.
18988
18989 PR target/43484
18990 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
18991 used in reg+reg addressing, swap registers.
18992
18993 2010-03-24 Jakub Jelinek <jakub@redhat.com>
18994
18995 PR debug/43293
18996 * target.h (struct gcc_target): Add code_end hook.
18997 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
18998 if not yet defined.
18999 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
19000 * toplev.c (compile_file): Call targetm.asm_out.code_end
19001 hook before unwind info/debug info output.
19002 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
19003 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
19004 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
19005 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
19006 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
19007 * config/i386/i386.c (ix86_file_end): Renamed to...
19008 (ix86_code_end): ... this. Make static. Don't call
19009 file_end_indicate_exec_stack. Emit unwind info using
19010 final_start_function/final_end_function.
19011 (darwin_x86_file_end): Remove.
19012 (TARGET_ASM_CODE_END): Define.
19013 * config/i386/i386.h (TARGET_ASM_FILE_END,
19014 NEED_INDICATE_EXEC_STACK): Don't define.
19015 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
19016 (TARGET_ASM_FILE_END): Define to darwin_file_end.
19017 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
19018 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
19019
19020 PR target/43498
19021 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
19022 at the beginning and final_end_function at the end.
19023 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
19024
19025 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19026
19027 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
19028 and Sun as TLS syntax.
19029 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
19030 * configure: Regenerate.
19031 * config.in: Regenerate.
19032 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
19033 (default_elf_asm_named_section): Use it.
19034 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
19035 (i386_output_dwarf_dtprel): Likewise.
19036 (output_addr_const_extra): Likewise.
19037 (output_pic_addr_const): Lowercase @GOTTPOFF.
19038 (output_addr_const_extra): Likewise.
19039 (output_pic_addr_const): Lowercase @GOTNTPOFF.
19040 (output_addr_const_extra): Likewise.
19041 (output_pic_addr_const): Lowercase @INDNTPOFF.
19042 (output_addr_const_extra): Likewise.
19043 (output_pic_addr_const): Lowercase @NTPOFF.
19044 (output_addr_const_extra): Likewise.
19045 (output_pic_addr_const): Lowercase @TPOFF.
19046 (output_addr_const_extra): Likewise.
19047 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
19048 (*tls_global_dynamic_64): Likewise.
19049 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
19050 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
19051
19052 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
19053 (ASM_OUTPUT_TLS_COMMON): Use it.
19054 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
19055
19056 PR target/38118
19057 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
19058 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
19059 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
19060 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
19061 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
19062 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
19063
19064 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19065
19066 * config/i386/i386.c (override_options): Don't accept
19067 -mtls-dialect=sun any longer.
19068 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
19069 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
19070 (*tls_local_dynamic_base_32_sun): Likewise.
19071 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
19072
19073 2010-03-24 Jakub Jelinek <jakub@redhat.com>
19074
19075 PR debug/43508
19076 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
19077 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
19078
19079 PR debug/43479
19080 * ira.c (adjust_cleared_regs): New function.
19081 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
19082
19083 PR debug/19192
19084 PR debug/43479
19085 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
19086 from gimple_block.
19087 * expr.c (expand_expr_real): Restore previous
19088 curr_insn_source_location and curr_insn_block after
19089 expand_expr_real_1 call.
19090 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
19091 instead of expand_expr_real_1.
19092
19093 2010-03-23 Vladimir Makarov <vmakarov@redhat.com>
19094
19095 PR rtl-optimization/43413
19096 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
19097 hard regs too.
19098
19099 2010-03-22 James E. Wilson <wilson@codesourcery.com>
19100
19101 PR target/43348
19102 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
19103 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
19104
19105 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
19106
19107 * config/i386/i386.c (ix86_target_string): Add -mfma.
19108 Fix a typo in comment.
19109
19110 2010-03-22 Mike Stump <mikestump@comcast.net>
19111
19112 PR target/23071
19113 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
19114 Don't overly align based upon packed packed fields.
19115
19116 2010-03-22 Jason Merrill <jason@redhat.com>
19117
19118 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
19119 Use () rather than [], and move before the element type.
19120
19121 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19122
19123 * doc/configfiles.texi (Configuration Files): Removed
19124 fixinc/Makefile*, intl/Makefile.*.
19125 * doc/makefile.texi: Fixed markup. Abstract from version
19126 control system used.
19127 (Makefile): Removed obsolete gcc/java/parse.y example.
19128 * doc/sourcebuild.texi: Likewise.
19129 (Top Level): Added config, gnattools, libdecnumber, libgcc,
19130 libgomp, libssp. Removed fastjar.
19131 (Miscellaneous Docs): Clarify location.
19132 Added COPYING3, COPYING3.LIB.
19133 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
19134
19135 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19136
19137 PR target/38085
19138 * config/i386/i386.c (x86_function_profiler)
19139 [!NO_PROFILE_COUNTERS]: Fix typo.
19140 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
19141 instead of callq.
19142
19143 2010-03-22 Janis Johnson <janis187@us.ibm.com>
19144 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19145
19146 * doc/sourcebuild.texi (Test Directives): Split into six
19147 subsections, with most of the current text in new subsections
19148 Directives, Selectors, and Final Actions.
19149 (Directives): Split list of test directives into multiple
19150 subsubsections.
19151 (Selectors): Describe use and syntax of selectors.
19152 (Effective-Target Keywords): Describe all existing keywords.
19153 (Add Options): Describe features for dg-add-options.
19154 (Require Support): Describe variants of dg-require-support.
19155 (Final Actions): Describe commands to use in dg-final.
19156
19157 2010-03-22 Michael Matz <matz@suse.de>
19158
19159 PR middle-end/43475
19160 * recog.c (validate_replace_rtx_group): Replace also in
19161 REG_EQUAL and REG_EQUIV notes.
19162
19163 2010-03-22 Richard Guenther <rguenther@suse.de>
19164
19165 PR tree-optimization/43390
19166 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
19167 sure vector extracts are type correct.
19168
19169 2010-03-22 Richard Guenther <rguenther@suse.de>
19170
19171 PR middle-end/40106
19172 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
19173 x * sqrt (x) even when optimizing for size if the target
19174 has native support for sqrt.
19175
19176 2010-03-22 Jakub Jelinek <jakub@redhat.com>
19177
19178 * varasm.c (make_decl_rtl_for_debug): Also clear
19179 flag_mudflap for the duration of make_decl_rtl call.
19180
19181 PR debug/43443
19182 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
19183 locs from preserved VALUEs.
19184
19185 2010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19186
19187 PR middle-end/42718
19188 * pa.md (movmemsi): Set align to one if zero.
19189 (movmemdi): Likewise.
19190
19191 2010-03-21 Richard Earnshaw <rearnsha@arm.com>
19192
19193 PR target/42321
19194 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
19195 with their corresponding prologue pushes.
19196
19197 2010-03-20 Andrew Pinski <pinskia@gmail.com>
19198
19199 PR target/43156
19200 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
19201 at the begining or end.
19202 (spu_expand_epilogue): Likewise.
19203
19204 2010-03-20 Richard Guenther <rguenther@suse.de>
19205
19206 PR rtl-optimization/43438
19207 * combine.c (make_extraction): Properly zero-/sign-extend an
19208 extraction of the low part of a CONST_INT. Also handle
19209 CONST_DOUBLE.
19210
19211 2010-03-19 Mike Stump <mikestump@comcast.net>
19212
19213 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
19214 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
19215 (override_options): Use SUBTARGET32_DEFAULT_CPU.
19216
19217 2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
19218
19219 PR c/43211
19220 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
19221 an error.
19222
19223 2010-03-19 Bernd Schmidt <bernds@codesourcery.com>
19224
19225 PR rtl-optimization/42258
19226 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
19227 use that may match DEF.
19228
19229 PR target/40697
19230 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
19231 the cost of loading the constant rather than assuming
19232 COSTS_N_INSNS (1).
19233 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
19234 outer code is AND, do the same tests as the andsi3 expander and
19235 return COSTS_N_INSNS (1) if and is cheap.
19236
19237 * optabs.c (avoid_expensive_constant): Fix formatting.
19238
19239 2010-03-19 Michael Matz <matz@suse.de>
19240
19241 PR c++/43116
19242 * attribs.c (decl_attributes): When rebuilding a function pointer
19243 type use the same qualifiers as the original pointer type.
19244
19245 2010-03-19 Martin Jambor <mjambor@suse.cz>
19246
19247 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
19248 and is_gimple_ip_invariant_address.
19249
19250 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19251
19252 Revert
19253 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19254
19255 * config/arm/arm.c (arm_override_options): Turn off
19256 flag_dwarf2_cfi_asm for AAPCS variants.
19257
19258 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19259
19260 PR target/43399
19261 * config/arm/arm.c (emit_multi_reg_push): Update comments.
19262 Use PRE_MODIFY instead of PRE_DEC.
19263 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
19264 (vfp_emit_fstmd): Likewise.
19265
19266 2010-03-19 Michael Matz <matz@suse.de>
19267
19268 PR target/43305
19269 * builtins.c (expand_builtin_interclass_mathfn,
19270 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
19271 if that fails.
19272
19273 2010-03-19 Richard Guenther <rguenther@suse.de>
19274
19275 PR tree-optimization/43415
19276 * tree-ssa-pre.c (phi_translate): Split out worker to ...
19277 (phi_translate_1): ... this.
19278 (phi_translate): Move all caching here. Cache all NARY
19279 and REFERENCE translations.
19280
19281 2010-03-19 David S. Miller <davem@davemloft.net>
19282
19283 With help from Eric Botcazou.
19284 * config/sparc/sparc.c: Include dwarf2out.h.
19285 (emit_pic_helper): Delete.
19286 (pic_helper_symbol_name): Delete.
19287 (pic_helper_emitted_p): Delete.
19288 (pic_helper_needed): New.
19289 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
19290 (get_pc_thunk_name): New.
19291 (load_pic_register): Remove 'delay_pic_helper' arg. Use
19292 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
19293 Set pic_helper_needed to true. Don't call emit_pic_helper.
19294 (sparc_expand_prologue): Update load_pic_register call.
19295 (sparc_output_mi_thunk): Likewise.
19296 (sparc_file_end): Emit a hidden comdat symbol for the PIC
19297 thunk if possible. Output CFI information as needed.
19298
19299 2010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
19300 Jack Howarth <howarth@bromo.med.uc.edu>
19301
19302 PR target/36399
19303 * config/i386/i386.h: Fix ABI on darwin x86-32.
19304
19305 2010-03-18 Aldy Hernandez <aldyh@redhat.com>
19306
19307 * tree.h: Declare make_decl_rtl_for_debug.
19308 * varasm.c (make_decl_rtl_for_debug): New.
19309 * dwarf2out.c (rtl_for_decl_location): Call it.
19310 * cfgexpand.c (expand_debug_expr): Call it.
19311
19312 2010-03-18 Jakub Jelinek <jakub@redhat.com>
19313
19314 PR bootstrap/43399
19315 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
19316 mem_mode.
19317
19318 PR bootstrap/43403
19319 * var-tracking.c (vt_init_cfa_base): Do nothing if
19320 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
19321
19322 2010-03-18 Alexandre Oliva <aoliva@redhat.com>
19323
19324 PR debug/42873
19325 * var-tracking.c (canonicalize_vars_star): New.
19326 (dataflow_post_merge_adjust): Use it.
19327
19328 2010-03-18 Jakub Jelinek <jakub@redhat.com>
19329
19330 PR debug/43058
19331 * var-tracking.c (non_suitable_const): New function.
19332 (add_uses): For DEBUG_INSNs with constants, don't record any
19333 value, instead just the constant value itself.
19334 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
19335 is not VAR_LOC_UNKNOWN_P, set var to the constant.
19336 (emit_notes_in_bb): Likewise.
19337 (emit_note_insn_var_location): For onepart variables if
19338 cur_loc is a VOIDmode constant, use DECL_MODE.
19339
19340 2010-03-18 Martin Jambor <mjambor@suse.cz>
19341
19342 PR middle-end/42450
19343 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
19344 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
19345 all non-clones. Moved call redirection...
19346 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
19347 (cgraph_materialize_all_clones): Dispose of all
19348 combined_args_to_skip bitmaps.
19349 (verify_cgraph_node): Do not check for edges pointing to wrong
19350 nodes in inline clones.
19351 * tree-inline.c (copy_bb): Call
19352 cgraph_redirect_edge_call_stmt_to_callee.
19353 * ipa.c (cgraph_remove_unreachable_nodes): Call
19354 cgraph_node_remove_callees even when there are used clones.
19355
19356 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
19357
19358 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
19359
19360 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
19361
19362 PR target/43383
19363 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
19364 for 32bit.
19365
19366 2010-03-18 Michael Matz <matz@suse.de>
19367
19368 PR middle-end/43419
19369 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
19370 into sqrt(x) if we need to preserve signed zeros.
19371
19372 2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
19373 Eric Botcazou <ebotcazou@adacore.com>
19374
19375 PR rtl-optimization/43360
19376 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
19377 note if we don't know its invariant status.
19378
19379 2010-03-18 Michael Matz <matz@suse.de>
19380
19381 PR tree-optimization/43402
19382 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
19383 PHI chains of ssa names registered for update.
19384
19385 2010-03-17 Peter Bergner <bergner@vnet.ibm.com>
19386
19387 PR target/42427
19388 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
19389 non-offsettable and pre_modify update addressing.
19390 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
19391 and "2" alternatives "#".
19392 (*movdd_softfloat32): Make all alternatives "#";
19393 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
19394 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
19395 (*movdf_softfloat32): Make all alternatives "#";
19396 (movdi): Use the new DIFD mode iterator to create a common splitter
19397 for movdi, movdf and movdd patterns.
19398
19399 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
19400
19401 * common.opt (dumpdir): Remove redundant tab.
19402
19403 2010-03-17 Martin Jambor <mjambor@suse.cz>
19404
19405 PR tree-optimization/43347
19406 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
19407 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
19408
19409 2010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
19410
19411 PR rtl-optimization/42216
19412 * regrename.c (create_new_chain): New function, broken out from...
19413 (scan_rtx_reg): ... here. Call it. Handle the case where we are
19414 appending a use to an empty chain.
19415 (build_def_use): Remove previous changes that convert OP_INOUT to
19416 OP_OUT operands; instead detect the case where an OP_INOUT operand
19417 uses a previously untracked register and create an empty chain for it.
19418
19419 2010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19420
19421 * doc/extend.texi (Function Attributes): Rewrite unfinished
19422 sentence in ms_abi documentation.
19423
19424 2010-03-17 Alan Modra <amodra@gmail.com>
19425
19426 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
19427 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
19428 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
19429 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
19430
19431 2010-03-16 Richard Henderson <rth@redhat.com>
19432
19433 PR middle-end/43365
19434 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
19435 (lower_try_finally): Save and restore eh_seq around the expansion
19436 of the try-finally.
19437
19438 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
19439
19440 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
19441 statements before splitting block.
19442
19443 2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19444
19445 * doc/sourcebuild.texi (Testsuites): Fix markup.
19446 Use pathnames relative to gcc/testsuite.
19447 (Test Directives): Move description of how timeout is determined.
19448 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
19449 (C Tests): Correct gcc.misc-tests directory.
19450 Framework tests now live in gcc.test-framework.
19451
19452 2010-03-16 Richard Guenther <rguenther@suse.de>
19453
19454 PR middle-end/43379
19455 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
19456 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
19457
19458 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
19459 Alexandre Oliva <aoliva@redhat.com>
19460
19461 PR tree-optimization/42917
19462 * lambda-code.c (remove_iv): Skip debug statements.
19463 (lambda_loopnest_to_gcc_loopnest): Likewise.
19464 (not_interesting_stmt): Debug statements are not interesting.
19465
19466 2010-03-16 Jakub Jelinek <jakub@redhat.com>
19467
19468 PR debug/43051
19469 PR debug/43092
19470 * cselib.c (cselib_preserve_constants,
19471 cfa_base_preserved_val): New static variables.
19472 (preserve_only_constants): New function.
19473 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
19474 clear its REG_VALUES. If cselib_preserve_constants, don't
19475 empty the whole hash table, but preserve there VALUEs with constants,
19476 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
19477 (cselib_preserve_cfa_base_value): New function.
19478 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
19479 (cselib_init): Change argument to int bitfield. Set
19480 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
19481 is in it.
19482 (cselib_finish): Clear cselib_preserve_constants and
19483 cfa_base_preserved_val.
19484 * cselib.h (enum cselib_record_what): New enum.
19485 (cselib_init): Change argument to int.
19486 (cselib_preserve_cfa_base_value): New prototype.
19487 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
19488 * dse.c (dse_step1): Likewise.
19489 * cfgcleanup.c (thread_jump): Likewise.
19490 * sched-deps.c (sched_analyze): Likewise.
19491 * gcse.c (local_cprop_pass): Likewise.
19492 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
19493 If FN is non-NULL, call the callback always and whenever it returns
19494 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
19495 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
19496 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
19497 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
19498 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
19499 * var-tracking.c: Include recog.h.
19500 (bb_stack_adjust_offset): Remove.
19501 (vt_stack_adjustments): Don't call it, instead just gather the
19502 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
19503 (adjust_stack_reference): Remove.
19504 (compute_cfa_pointer): New function.
19505 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
19506 (struct adjust_mem_data): New type.
19507 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
19508 functions.
19509 (get_address_mode): New function.
19510 (replace_expr_with_values): Use it.
19511 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
19512 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
19513 (adjust_sets): Remove.
19514 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
19515 Use get_address_mode.
19516 (get_adjusted_src): Remove.
19517 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
19518 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
19519 (add_with_sets): Don't call adjust_sets.
19520 (fp_setter, vt_init_cfa_base): New functions.
19521 (vt_initialize): Change return type to bool. Move most of pool etc.
19522 initialization to the beginning of the function from end. Pass
19523 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
19524 If !frame_pointer_needed, call vt_stack_adjustment before mos
19525 vector is filled, call vt_init_cfa_base if argp/framep has been
19526 eliminated to sp. If frame_pointer_needed and argp/framep has
19527 been eliminated to hard frame pointer, set
19528 hard_frame_pointer_adjustment and call vt_init_cfa_base after
19529 encountering fp setter in the prologue. For MO_ADJUST, call
19530 log_op_type before pusing the op into mos vector, not afterwards.
19531 Call adjust_insn before cselib_process_insn/add_with_sets,
19532 call cancel_changes (0) afterwards.
19533 (variable_tracking_main_1): Adjust for vt_initialize calling
19534 vt_stack_adjustments and returning whether it succeeded or not.
19535
19536 2010-03-15 Aldy Hernandez <aldyh@redhat.com>
19537
19538 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
19539 debug statements.
19540
19541 2010-03-15 Jakub Jelinek <jakub@redhat.com>
19542
19543 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
19544 has been set.
19545 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
19546 drap_reg has not been set.
19547
19548 2010-03-15 Michael Matz <matz@suse.de>
19549
19550 PR middle-end/43300
19551 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
19552 use it to expand block copies.
19553 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
19554 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
19555 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
19556
19557 2010-03-15 Richard Guenther <rguenther@suse.de>
19558
19559 PR tree-optimization/43367
19560 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
19561 elimination check.
19562
19563 2010-03-15 Richard Guenther <rguenther@suse.de>
19564
19565 PR tree-optimization/43317
19566 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
19567
19568 2010-03-15 Martin Jambor <mjambor@suse.cz>
19569
19570 PR tree-optimization/43141
19571 * tree-sra.c (create_abstract_origin): New function.
19572 (modify_function): Call create_abstract_origin.
19573
19574 2010-03-15 Chris Demetriou <cgd@google.com>
19575
19576 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
19577 wasn't copied.
19578
19579 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19580
19581 PR middle-end/43354
19582 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
19583 call insert_out_of_ssa_copy for default definitions.
19584
19585 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19586
19587 * graphite-clast-to-gimple.c (my_long_long): Defined.
19588 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
19589 * graphite-sese-to-poly.c (my_long_long): Defined.
19590 (scop_ivs_can_be_represented): Use it.
19591
19592 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19593
19594 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
19595 graphite-max-bbs-per-function, and loop-block-tile-size.
19596 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
19597 with "maximum".
19598 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
19599
19600 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19601
19602 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
19603 forward declaration.
19604 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
19605 (add_upper_bounds_from_estimated_nit): New.
19606 (build_loop_iteration_domains): Use it.
19607
19608 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19609
19610 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
19611
19612 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19613
19614 PR middle-end/43306
19615 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
19616 should be an INTEGER_CST. Also handle CASE_CONVERT.
19617
19618 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19619
19620 * graphite.c (graphite_initialize): To bound the number of bbs per
19621 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
19622 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
19623 * doc/invoke.texi: Document it.
19624
19625 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19626
19627 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
19628 * graphite-sese-to-poly.h (build_poly_scop): Same.
19629
19630 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
19631
19632 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
19633 the number of parameters in the scop. Use as an upper bound
19634 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
19635 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
19636 * doc/invoke.texi: Document it.
19637
19638 2010-03-13 Jerry Quinn <jlquinn@optonline.net>
19639
19640 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
19641 * doc/c-tree.texi: Remove.
19642 * doc/generic.texi: Merge c-tree.texi here.
19643 * doc/gccint.texi (Trees): Remove menu entry.
19644 (c-tree.texi): Remove @include.
19645 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
19646 * doc/languages.texi (Reading RTL): Ditto.
19647
19648 2010-03-12 Steve Ellcey <sje@cup.hp.com>
19649
19650 PR target/42869
19651 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
19652
19653 2010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
19654
19655 PR middle-end/42431
19656 * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
19657 code added to work around reload clobbering CONST insns.
19658
19659 2010-03-12 Jakub Jelinek <jakub@redhat.com>
19660
19661 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
19662 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
19663 (cselib_preserve_only_values): Remove retain argument, don't
19664 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
19665 * cselib.h (cselib_preserve_only_values): Remove retain argument.
19666 * var-tracking.c (micro_operation): Move insn field before union.
19667 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
19668 (struct variable_tracking_info_def): Remove n_mos field, change
19669 mos into a vector of micro_operations.
19670 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
19671 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
19672 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
19673 changing into a vector.
19674 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
19675 come before all other uops generated by add_stores.
19676 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
19677 argument removal.
19678 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
19679 a vector. Run just one pass over the bbs instead of separate counting
19680 and computation phase.
19681 (vt_finalize): Free VTI (bb)->mos vector instead of array.
19682
19683 PR debug/43329
19684 * tree-inline.c (remap_decls): Put old_var rather than origin_var
19685 into *nonlocalized_list vector.
19686 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
19687 even if origin is non-NULL.
19688 (gen_variable_die): Likewise.
19689 (process_scope_var): Don't change origin.
19690 (gen_decl_die): Likewise.
19691 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
19692 before adding new edges instead of after it, fix moving over
19693 debug stmts.
19694
19695 2010-03-11 David S. Miller <davem@davemloft.net>
19696
19697 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
19698 of four.
19699 * configure: Rebuild.
19700
19701 2010-03-11 Martin Jambor <mjambor@suse.cz>
19702
19703 PR tree-optimization/43257
19704 * tree.c (assign_assembler_name_if_neeeded): New function.
19705 (free_lang_data_in_cgraph): Assembler name assignment moved to the
19706 above new function.
19707 * tree.h (assign_assembler_name_if_neeeded): Declare.
19708 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
19709 the function if needed.
19710
19711 2010-03-11 Chris Demetriou <cgd@google.com>
19712
19713 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
19714 include/stdint-gcc.h, and include/stdint.h world-readable.
19715
19716 2010-03-11 Richard Guenther <rguenther@suse.de>
19717
19718 PR tree-optimization/43255
19719 * tree-vrp.c (process_assert_insertions_for): Do not insert
19720 asserts for trivial conditions.
19721
19722 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19723
19724 PR tree-optimization/43280
19725 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
19726 generation. Move calculation of size out of the if branch.
19727 (find_bswap): Modify compare number generation.
19728
19729 2010-03-11 Richard Guenther <rguenther@suse.de>
19730
19731 PR lto/43200
19732 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
19733 (input_gimple_stmt): Fixup handled component types during
19734 operand read. Also fix up decls in ADDR_EXPRs.
19735
19736 2010-03-10 Eric Botcazou <ebotcazou@adacore.com>
19737
19738 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
19739 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
19740
19741 2010-03-10 Jan Hubicka <jh@suse.cz>
19742
19743 PR c/43288
19744 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
19745 * varasm.c (get_variable_section): Don't do that here...
19746 (make_decl_rtl): ... and here.
19747 (do_assemble_alias): Produce decl RTL.
19748 (assemble_alias): Likewise.
19749
19750 2010-03-10 Jakub Jelinek <jakub@redhat.com>
19751
19752 PR debug/43290
19753 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
19754 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
19755 of fde->vdrap_reg.
19756 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
19757 (based_loc_descr): Only express drap or vdrap regno based expressions
19758 using DW_OP_fbreg when not optimizing.
19759 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
19760 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
19761 REG_CFA_SET_VDRAP note.
19762
19763 2010-03-10 Alexander Monakov <amonakov@ispras.ru>
19764
19765 PR tree-optimization/43236
19766 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
19767 error in calculation of base address in reverse iteration case.
19768 (generate_builtin): Take number of latch executions if the statement
19769 is in the latch.
19770
19771 2010-03-10 Andrey Belevantsev <abel@ispras.ru>
19772
19773 PR middle-end/42859
19774 * tree-eh.c: Include pointer-set.h.
19775 (lower_eh_dispatch): Filter out duplicate case labels and
19776 remove the unneeded edge when the label is unused. Return
19777 true when some edges are removed.
19778 (execute_lower_eh_dispatch): When any lowering resulted in
19779 removing an edge, also delete unreachable blocks.
19780
19781 2010-03-10 Jakub Jelinek <jakub@redhat.com>
19782
19783 PR bootstrap/43287
19784 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
19785 UNSPEC_MACHOPIC_OFFSET.
19786
19787 2010-03-09 Andreas Schwab <schwab@linux-m68k.org>
19788
19789 PR target/43294
19790 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
19791 (m68k_delegitimize_address): New function.
19792
19793 2010-03-09 Jakub Jelinek <jakub@redhat.com>
19794
19795 PR debug/43299
19796 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
19797
19798 PR debug/43299
19799 * var-tracking.c (adjust_sets): New function.
19800 (count_with_sets, add_with_sets): Use it.
19801 (get_adjusted_src): New inline function.
19802 (add_stores): Use it.
19803
19804 PR debug/43304
19805 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
19806 call cselib_dummy_expand_value_rtx_cb instead of
19807 cselib_expand_value_rtx_cb.
19808
19809 PR debug/43293
19810 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
19811 * config/i386/i386.c: Include debug.h and dwarf2out.h.
19812 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
19813 and .cfi_endproc around the pic thunks.
19814 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
19815 all queued unwind info register saves are saved before the call.
19816 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
19817 considered as sp-=4 for unwind info and the pop as sp+=4 which
19818 also clobbers dest, but doesn't actually restore it.
19819
19820 PR debug/43290
19821 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
19822 RTX_FRAME_RELATED_P.
19823
19824 2010-03-09 Jie Zhang <jie@codesourcery.com>
19825
19826 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
19827 whitespaces in output template.
19828
19829 2010-03-09 Jie Zhang <jie@codesourcery.com>
19830
19831 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
19832 out array boundary.
19833
19834 2010-03-08 Jakub Jelinek <jakub@redhat.com>
19835
19836 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
19837 builtins.exp in a separate job.
19838
19839 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19840
19841 * graphite-sese-to-poly.c (add_param_constraints): Use
19842 lower_bound_in_type and upper_bound_in_type.
19843
19844 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19845
19846 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
19847 instead of unsigned_type_node.
19848
19849 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19850 Reza Yazdani <reza.yazdani@amd.com>
19851
19852 PR middle-end/43065
19853 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
19854 on pointer type parameters.
19855
19856 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
19857
19858 PR middle-end/42644
19859 PR middle-end/42130
19860 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
19861 handle conversions from pointer to integers.
19862 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
19863 induction variable, to be able to work with code generated by CLooG.
19864 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
19865 (build_poly_scop): Bail out if we cannot codegen a loop.
19866
19867 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
19868
19869 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
19870 code generation with gloog_error.
19871
19872 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19873
19874 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
19875 Call fold_convert on all the returned values.
19876 (expand_scalar_variables_expr): Pass to
19877 expand_scalar_variables_ssa_name the type of the resulting expression.
19878
19879 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19880
19881 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
19882 ppl_min_for_le_pointset.
19883 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
19884 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
19885
19886 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19887
19888 * graphite-dependences.c (map_into_dep_poly): Removed.
19889 (dependence_polyhedron_1): Use combine_context_id_scat.
19890
19891 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19892
19893 * graphite-poly.h (struct poly_scattering): Add layout documentation.
19894 (struct poly_bb): Same.
19895 (combine_context_id_scat): New.
19896
19897 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19898
19899 PR middle-end/42326
19900 * sese.c (name_defined_in_loop_p): Return false for default
19901 definitions.
19902
19903 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19904
19905 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
19906 and clean up the logic.
19907
19908 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
19909
19910 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
19911 early return.
19912
19913 2010-03-08 Jakub Jelinek <jakub@redhat.com>
19914
19915 * var-tracking.c (remove_cselib_value_chains): Define only for
19916 ENABLE_CHECKING.
19917 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
19918 delete_slot_part, emit_notes_for_differences_1): Don't call
19919 remove_cselib_value_chains here.
19920 (set_slot_part, emit_notes_for_differences_2): Don't call
19921 add_cselib_value_chains here.
19922 (preserved_values): New vector.
19923 (preserve_value): New function.
19924 (add_uses, add_stores, vt_add_function_parameters): Use it
19925 instead of cselib_preserve_value.
19926 (changed_values_stack): New vector.
19927 (check_changed_vars_0): New function.
19928 (check_changed_vars_1, check_changed_vars_2): Use it.
19929 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
19930 changed_values_stack VALUEs.
19931 (vt_emit_notes): For all preserved_values call
19932 add_cselib_value_chains. If ENABLE_CHECKING call
19933 remove_cselib_value_chains before verifying value_chains is empty.
19934 Initialize and free changed_values_stack.
19935 (vt_initialize): Initialize preserved_values.
19936 (vt_finalize): Free preserved_values.
19937
19938 2010-03-08 Richard Guenther <rguenther@suse.de>
19939
19940 PR tree-optimization/43269
19941 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
19942 region detection.
19943
19944 2010-03-08 Martin Jambor <mjambor@suse.cz>
19945
19946 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
19947 (ipa_is_param_called): Removed.
19948 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
19949 (ipa_print_node_params): Do not print the called flag.
19950 (ipa_write_node_info): Do not stream the called flag.
19951 (ipa_read_node_info): Likewise.
19952
19953 2010-03-07 Jakub Jelinek <jakub@redhat.com>
19954
19955 PR debug/43176
19956 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
19957 * cselib.c (struct expand_value_data): Add dummy field.
19958 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
19959 dummy to false.
19960 (cselib_dummy_expand_value_rtx_cb): New function.
19961 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
19962 any rtl.
19963 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
19964 * var-tracking.c: Include pointer-set.h.
19965 (variable): Change n_var_parts to char from int. Add
19966 cur_loc_changed and in_changed_variables fields.
19967 (variable_canonicalize): Remove.
19968 (shared_var_p): New inline function.
19969 (unshare_variable): Maintain cur_loc_changed and
19970 in_changed_variables fields. If var was in changed_variables,
19971 replace it there with new_var. Just copy cur_loc instead of
19972 resetting it to something else.
19973 (variable_union): Don't recompute cur_loc. Use shared_var_p.
19974 (dataflow_set_union): Don't call variable_canonicalize.
19975 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
19976 of their DEBUG_EXPR_TREE_DECLs.
19977 (canonicalize_loc_order_check): Verify that cur_loc is NULL
19978 and in_changed_variables and cur_loc_changed is false.
19979 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
19980 and cur_loc_changed. Don't update cur_loc here.
19981 (variable_merge_over_src): Don't call variable_canonicalize.
19982 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
19983 removing loc that is equal to cur_loc, clear cur_loc,
19984 set cur_loc_changed and ensure variable_was_changed is called.
19985 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
19986 compare pointers in cur_loc check, if it is equal to loc,
19987 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
19988 (variable_different_p): Remove compare_current_location argument,
19989 don't compare cur_loc.
19990 (dataflow_set_different_1): Adjust variable_different_p caller.
19991 (variable_was_changed): If dv had some var in changed_variables
19992 already, reset in_changed_variables flag for it and propagate
19993 cur_loc_changed over to the new variable. On empty var
19994 always set cur_loc_changed. Set in_changed_variables on whatever
19995 var is added to changed_variables.
19996 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
19997 Use shared_var_p. When removing loc that is equal to cur_loc,
19998 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
19999 end, don't set it to something else, just call variable_was_changed.
20000 (delete_slot_part): Use shared_var_p. When cur_loc equals to
20001 loc being removed, clear cur_loc and set cur_loc_changed.
20002 Set cur_loc_changed if all locations have been removed.
20003 (struct expand_loc_callback_data): New type.
20004 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
20005 allocated. Always create SUBREGs if simplify_subreg failed.
20006 Prefer to use cur_loc, when that fails and still in
20007 changed_variables (and seen first time) recompute it. Set
20008 cur_loc_changed of variables which had to change cur_loc and
20009 compute elcd->cur_loc_changed if any of the subexpressions used
20010 had to change cur_loc.
20011 (vt_expand_loc): Adjust to pass arguments in
20012 expand_loc_callback_data structure.
20013 (vt_expand_loc_dummy): New function.
20014 (emitted_notes): New variable.
20015 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
20016 that weren't used for any other decl in current
20017 emit_notes_for_changes call call vt_expand_loc_dummy to update
20018 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
20019 first loc_chain location if NULL before. Always use just
20020 cur_loc instead of first loc_chain location. When cur_loc_changed
20021 is false, when not --enable-checking=rtl just don't emit any note.
20022 When rtl checking, compute the note and assert it is the same
20023 as previous note. Clear cur_loc_changed and in_changed_variables
20024 at the end before removing from changed_variables.
20025 (check_changed_vars_3): New function.
20026 (emit_notes_for_changes): Traverse changed_vars to call
20027 check_changed_vars_3 on each changed var.
20028 (emit_notes_for_differences_1): Clear cur_loc_changed and
20029 in_changed_variables. Recompute cur_loc of new_var.
20030 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
20031 (vt_emit_notes): Initialize and destroy emitted_notes.
20032
20033 2010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
20034
20035 PR rtl-optimization/42220
20036 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
20037 Use verify_reg_tracked to determine if we should use OP_OUT rather
20038 than OP_INOUT.
20039 (build_def_use): If we see an in-out operand for a register that we
20040 know nothing about, treat is an output if possible, fail the block if
20041 not.
20042
20043 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
20044
20045 PR debug/42897
20046 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
20047 permanently.
20048
20049 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
20050
20051 PR debug/42897
20052 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
20053 uses of relevant DEFs that are dead outside the loop too.
20054
20055 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
20056
20057 * var-tracking.c (dataflow_set_merge): Swap src and src2.
20058 Reverted:
20059 2010-01-13 Jakub Jelinek <jakub@redhat.com>
20060 PR debug/41371
20061 * var-tracking.c (values_to_unmark): New variable.
20062 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
20063 values_to_unmark vector. Moved body to...
20064 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
20065 instead queue it into values_to_unmark vector.
20066 (vt_find_locations): Free values_to_unmark vector.
20067
20068 2010-03-05 Eric Botcazou <ebotcazou@adacore.com>
20069
20070 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
20071 (site.exp): Export them when plugins are enabled.
20072
20073 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
20074
20075 PR middle-end/42326
20076 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
20077 that contain scevs.
20078 (chrec_fold_multiply): Same.
20079
20080 2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
20081
20082 PR c/43248
20083 * c-decl.c (build_compound_literal): Return early if init is
20084 an error_mark_node.
20085
20086 2010-03-04 Martin Jambor <mjambor@suse.cz>
20087
20088 PR tree-optimization/43164
20089 PR tree-optimization/43191
20090 * tree-sra.c (type_consists_of_records_p): Reject records with
20091 zero-size bit-fields at the end.
20092
20093 2010-03-04 Mike Stump <mikestump@comcast.net>
20094
20095 * Makefile.in (TAGS): Remove *.y.
20096
20097 2010-03-04 Richard Guenther <rguenther@suse.de>
20098
20099 PR tree-optimization/40761
20100 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
20101 in reverse order.
20102 (my_rev_post_order_compute): New function.
20103 (init_pre): Call it.
20104
20105 2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
20106
20107 PR middle-end/43209
20108 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
20109 decrease the cost of an IV candidate when the cost is infinite.
20110
20111 2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20112
20113 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
20114 Use '3DNow!' for the extension of that name, ensure normal space
20115 after the string.
20116 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
20117
20118 2010-03-03 Jeff Law <law@redhat.com>
20119
20120 * PR middle-end/32693
20121 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
20122 than gen_rtx_SUBREG.
20123 (extract_bit_field_1): Likewise.
20124
20125 2010-03-03 Janis Johnson <janis187@us.ibm.com>
20126
20127 * doc/sourcebuild.texi (Test directives): Document that arguments
20128 include-opts and exclude-opts are now optional for dg-skip-if,
20129 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
20130
20131 2010-03-03 Jason Merrill <jason@redhat.com>
20132
20133 PR c++/12909
20134 * cgraph.h (varpool_node): Add extra_name field.
20135 * varpool.c (varpool_extra_name_alias): New.
20136 (varpool_assemble_decl): Emit extra name aliases.
20137 (varpool_mark_needed_node): Look past an extra name alias.
20138 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
20139 * lto-streamer-in.c (lto_input_tree): Read it.
20140 * lto-streamer-out.c (output_unreferenced_globals): Write it.
20141
20142 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
20143
20144 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
20145 (sparc*-*-solaris2*): ...this.
20146
20147 2010-03-03 Jakub Jelinek <jakub@redhat.com>
20148
20149 PR debug/43229
20150 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
20151 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
20152 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
20153 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
20154
20155 PR debug/43237
20156 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
20157 fallthrough to default handling, just with want_address 0 instead of 2.
20158 For single element lists, add_AT_loc directly, otherwise create an
20159 artificial variable DIE and stick location list to it.
20160
20161 PR debug/43177
20162 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
20163 (VAL_EXPR_HAS_REVERSE): Define.
20164 (reverse_op): New function.
20165 (add_stores): For reversible operations add an extra MO_VAL_USE.
20166
20167 2010-03-02 Jason Merrill <jason@redhat.com>
20168
20169 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
20170
20171 2010-03-02 Eric Botcazou <ebotcazou@adacore.com>
20172
20173 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
20174 (sparc64-*-linux*): Likewise.
20175 (sparc64-*-solaris2*): Include assembler files before linker ones.
20176 (sparc-*-solaris2*): Simplify and reorder to match previous case.
20177 * config/sparc/gas.h: Delete.
20178 * config/sparc/sol2-64.h: Add copyright notice.
20179 * config/sparc/sol2-gas-bi.h: Likewise.
20180 * config/sparc/sol2-gld.h: Likewise.
20181 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
20182 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
20183 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
20184 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
20185 (sparc_elf_asm_named_section): Rename into...
20186 (sparc_solaris_elf_asm_named_section): ...this. Always define.
20187
20188 2010-03-02 Uros Bizjak <ubizjak@gmail.com>
20189
20190 * config/alpha/alpha.c (override_options): Fix -mtune error message.
20191
20192 2010-03-02 Jeff Law <law@redhat.com>
20193
20194 PR middle-end/42431
20195 * reload1.c (rtx_p, substitute_stack): Declare.
20196 (substitute): Record addresses of changed rtxs.
20197 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
20198 Restore the original rtx when complete.
20199 (reload): Free subsitute_stack when complete.
20200
20201 2010-03-02 Janis Johnson <janis187@us.ibm.com>
20202
20203 * doc/gccint.texi (menu): Add Testsuites as a chapter.
20204 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
20205 new chapter.
20206 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
20207 LTO Testing, gcov Testing, profopt Testing, compat Testing,
20208 Torture Tests): Change from subsection to section.
20209
20210 2010-03-02 Jakub Jelinek <jakub@redhat.com>
20211 Steven Bosscher <steven@gcc.gnu.org>
20212
20213 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
20214 instead of bb.
20215
20216 2010-03-02 Reza Yazdani <reza.yazdani@amd.com>
20217
20218 PR middle-end/42640
20219 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
20220 the assignment from the new induction variable to the assignment
20221 of the value from the original loop PHI function.
20222
20223 2010-03-01 Janis Johnson <janis187@us.ibm.com>
20224 Daniel Jacobowitz <dan@codesourcery.com>
20225
20226 * doc/sourcebuild.texi (Test directives): Clarify options to
20227 dg-skip-if.
20228
20229 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20230
20231 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
20232 Disable cfi directives unless GCC and gas agree on using read-only
20233 .eh_frame sections for 64-bit.
20234 * configure: Regenerate.
20235
20236 2010-03-01 Richard Guenther <rguenther@suse.de>
20237
20238 PR tree-optimization/43220
20239 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
20240 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
20241
20242 2010-03-01 Richard Guenther <rguenther@suse.de>
20243 Martin Jambor <mjambor@suse.cz>
20244
20245 PR middle-end/41250
20246 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
20247 gimplified parameters.
20248
20249 2010-03-01 Christian Bruel <christian.bruel@st.com>
20250
20251 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
20252
20253 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
20254
20255 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
20256
20257 2010-03-01 Richard Guenther <rguenther@suse.de>
20258
20259 PR middle-end/43213
20260 * expr.c (expand_assignment): Use the alias-oracle to tell
20261 if the rhs aliases the result decl.
20262
20263 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20264
20265 PR pch/14940
20266 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
20267 to sol_gt_pch_get_address.
20268 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
20269 64-bit, SPARC and x86.
20270 (sol_gt_pch_get_address): New function.
20271
20272 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
20273
20274 * toplev.h (inform_n, error_n): Declare.
20275 * diagnostic.c (inform_n, error_n): New function.
20276
20277 2010-03-01 Jakub Jelinek <jakub@redhat.com>
20278
20279 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
20280 has no rtl yet when processing local_decls, queue it and recheck
20281 if deferred stack allocation hasn't assigned it rtl.
20282
20283 2010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
20284
20285 * config/sh/sh.c (unspec_bbr_uid): New.
20286 (gen_block_redirect): Use it instead of INSN_UID.
20287 (gen_far_branch): Likewise.
20288
20289 2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
20290
20291 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
20292 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
20293
20294 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20295
20296 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
20297 (Warning Options): -Wno-conversion-null is valid for
20298 Objective-C++ as well.
20299 * doc/tm.texi (Named Address Spaces): Likewise.
20300 * doc/plugins.texi (Plugins): Replace TABs with spaces.
20301 * doc/tree-ssa.texi (Tree SSA): Likewise.
20302
20303 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
20304
20305 PR bootstrap/43202
20306 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
20307 by default. Don't set the default arch for
20308 i[34567]86-*-darwin*|x86_64-*-darwin*.
20309
20310 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
20311
20312 PR bootstrap/43202
20313 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
20314 default. Set the default 32bit/64bit archs with $with_arch
20315 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
20316
20317 2010-02-27 Richard Guenther <rguenther@suse.de>
20318
20319 PR tree-optimization/43186
20320 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
20321 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
20322 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
20323 unroller iterations.
20324
20325 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
20326
20327 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
20328 required and i[34567]86-*-* targets don't support 64bit ISA.
20329
20330 2010-02-26 Eric Botcazou <ebotcazou@adacore.com>
20331
20332 PR ada/43096
20333 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
20334 the same alias set.
20335
20336 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
20337
20338 * config.gcc: Set the default arch at least to Prescott for
20339 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
20340 if SSE math is enabled.
20341
20342 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
20343
20344 * diagnostic.c (diagnostic_initialize): Update.
20345 (diagnostic_report_diagnostic): Test inhibit_notes_p for
20346 informative notes.
20347 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
20348 (diagnostic_inhibit_notes): New.
20349 * toplev.c (process_options): inhibit notes with -fcompare-debug.
20350
20351 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
20352
20353 PR c/20631
20354 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
20355 * doc/standards.texi: Likewise.
20356 * doc/extend.texi: Likewise.
20357 * doc/trouble.texi: Likewise.
20358 * doc/cppopts.texi: Likewise.
20359 * doc/install.texi: Likewise.
20360 * c.opt (std=c90,std=gnu90): New options.
20361 * c-opts.c (c_common_handle_option): Handle them.
20362
20363 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
20364
20365 PR c/24577
20366 * c-decl.c (undeclared_variable): Use an informative note.
20367
20368 2010-02-26 Richard Guenther <rguenther@suse.de>
20369
20370 PR tree-optimization/43186
20371 * gimple.h (gimple_fold): Remove.
20372 * gimple.c (gimple_fold): Remove. Inline into single user ...
20373 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
20374 Try harder for conditions.
20375
20376 2010-02-26 Jakub Jelinek <jakub@redhat.com>
20377
20378 PR debug/43190
20379 * function.c (used_types_insert): Don't skip through named pointer
20380 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
20381 and it is different from the main variant's type.
20382
20383 2010-02-26 Nick Clifton <nickc@redhat.com>
20384
20385 * config/rx/rx.md (sminsi3): Remove bogus alternative.
20386
20387 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
20388
20389 * config.gcc: Support --with-fpmath=sse for x86.
20390
20391 * config/i386/ssemath.h: New.
20392
20393 * doc/install.texi (--with-fpmath=sse): Documented.
20394
20395 2010-02-26 Richard Guenther <rguenther@suse.de>
20396
20397 PR tree-optimization/43188
20398 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
20399 vector types of over-aligned element type.
20400
20401 2010-02-26 Uros Bizjak <ubizjak@gmail.com>
20402
20403 PR target/43175
20404 * config/i386/i386.c (expand_vec_perm_blend): Use correct
20405 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
20406
20407 2010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20408
20409 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
20410
20411 2010-02-26 Jakub Jelinek <jakub@redhat.com>
20412
20413 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
20414 * var-tracking.c: Include diagnostic.h.
20415 (debug_dv): New function.
20416 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
20417
20418 PR debug/43160
20419 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
20420 (add_value_chain, add_value_chains, remove_value_chain,
20421 remove_value_chains): Handle DEBUG_EXPRs.
20422 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
20423
20424 PR debug/43161
20425 * regcprop.c (struct queued_debug_insn_change): New type.
20426 (struct value_data_entry): Add debug_insn_changes field.
20427 (struct value_data): Add n_debug_insn_changes field.
20428 (debug_insn_changes_pool): New variable.
20429 (free_debug_insn_changes, apply_debug_insn_changes,
20430 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
20431 (kill_value_one_regno): Call free_debug_insn_changes if needed.
20432 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
20433 fields.
20434 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
20435 changes for them.
20436 (copyprop_hardreg_forward_1): Don't call apply_change_group for
20437 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
20438 changes, call cprop_find_used_regs via note_stores.
20439 (copyprop_hardreg_forward): When copying vd from predecessor
20440 which has any queued DEBUG_INSN changes, make sure the pointers are
20441 cleared. At the end call df_analyze and then if there are any
20442 DEBUG_INSN changes queued at the end of some basic block for still
20443 live registers, apply them.
20444 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
20445
20446 2010-02-25 Uros Bizjak <ubizjak@gmail.com>
20447
20448 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
20449 (arm*-*-*): Ditto.
20450
20451 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
20452
20453 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
20454 targets. Set the default with_cpu/with_arch from arch/cpu.
20455 Allow x86-64 and native for with_cpu/with_arch.
20456
20457 2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
20458
20459 * ebitmap.c: Change calls to verify_popcount with calls to
20460 sbitmap_verify_popcount.
20461 (ebitmap_clear_bit): Fixed map->cacheindex test and
20462 map>cache update when bit clearing results in an empty
20463 element.
20464
20465 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
20466
20467 PR target/43154
20468 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
20469 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
20470 and support both V2DF and V2DI modes.
20471 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
20472 support both V2DF and V2DI modes.
20473 (general): Delete trailing whitespace from a few patterns.
20474
20475 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
20476 V2DF/V2DI interleave high/low builtins.
20477
20478 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
20479 new VSX builtins.
20480
20481 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
20482 interleave high/low functions.
20483
20484 2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
20485
20486 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
20487 #pragma extern_prefix.
20488
20489 2010-02-25 Jakub Jelinek <jakub@redhat.com>
20490
20491 PR debug/43166
20492 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
20493 BLKmode, assert op0 is a MEM and just adjust its mode.
20494
20495 PR debug/43165
20496 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
20497 if bitpos isn't multiple of mode's bitsize.
20498
20499 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
20500
20501 * c.opt (-ftemplate-depth=): New.
20502 (-ftemplate-depth-): Deprecate.
20503 * optc-gen.awk: Handle -ftemplate-depth=.
20504 * opth-gen.awk: Likewise.
20505 * c-opts.c (c_common_handle_option): Likewise.
20506 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
20507
20508 2010-02-24 Jason Merrill <jason@redhat.com>
20509
20510 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
20511
20512 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20513
20514 * cfg.c (alloc_aux_for_block): Remove inline.
20515 (alloc_aux_for_edge): Likewise.
20516
20517 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20518
20519 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
20520
20521 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20522
20523 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
20524 * config/i386/sol2-gas.h: New file.
20525 * config.gcc (i[34567]86-*-solaris2*): Use it.
20526
20527 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
20528
20529 PR c/43128
20530 * c-typeck.c (ep_convert_and_check): New.
20531 (build_conditional_expr): Use it.
20532 (build_binary_op): Likewise.
20533
20534 2010-02-24 Jakub Jelinek <jakub@redhat.com>
20535
20536 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
20537
20538 PR debug/43150
20539 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
20540 bounds even for -O+.
20541 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
20542 expr needs to have DECL_NAME set.
20543
20544 2010-02-24 Nick Clifton <nickc@redhat.com>
20545
20546 * config/mep/mep.c: Include gimple.h.
20547 (mep_function_uses_sp): Delete unused function.
20548 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
20549 parameters. Use unsigned integers to count args. Return a
20550 NULL_RTX instead of an error_mark_node. Toidy up formatting.
20551
20552 2010-02-23 Jakub Jelinek <jakub@redhat.com>
20553
20554 PR target/43107
20555 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
20556 greater or equal to nelt instead of 2 * nelt.
20557 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
20558 with nelt - 1.
20559
20560 2010-02-23 Jason Merrill <jason@redhat.com>
20561
20562 PR debug/42800
20563 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
20564 in cfun->local_decls even if they have register types.
20565
20566 PR c++/42837
20567 * stor-layout.c (place_field): Don't warn about unnecessary
20568 DECL_PACKED if the type is packed.
20569
20570 2010-02-23 Jakub Jelinek <jakub@redhat.com>
20571
20572 PR target/43139
20573 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
20574 GOTOFF relocs, even when the base reg isn't pic pointer.
20575
20576 2010-02-23 Michael Matz <matz@suse.de>
20577
20578 PR debug/43077
20579 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
20580 (expand_gimple_basic_block): Generate and use debug temps if there
20581 are debug uses left after the last real use of TERed ssa names.
20582 Unlink debug immediate uses when they are expanded.
20583
20584 2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
20585
20586 PR 43123
20587 * config/i386/i386.c (override_options): Reorganise to provide
20588 better error messages.
20589
20590 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
20591
20592 PR middle-end/43083
20593 * graphite-scop-detection.c (create_single_exit_edge): Move
20594 the call to find_single_exit_edge to....
20595 (create_sese_edges): ...here. Don't handle multiple edges
20596 exiting the function.
20597 (build_graphite_scops): Don't handle multiple edges
20598 exiting the function.
20599
20600 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
20601
20602 PR middle-end/43097
20603 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
20604 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
20605
20606 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
20607
20608 PR middle-end/43026
20609 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
20610
20611 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
20612
20613 PR c++/43126
20614 * c-typeck.c (convert_arguments): Print declaration location.
20615 * c-common.c (validate_nargs): Rename as
20616 builtin_function_validate_nargs.
20617 (check_builtin_function_arguments): Update.
20618
20619 2010-02-22 Richard Guenther <rguenther@suse.de>
20620
20621 PR lto/43045
20622 * tree-inline.c (declare_return_variable): Use the type of
20623 the call stmt lhs if available.
20624
20625 2010-02-22 Duncan Sands <baldrick@free.fr>
20626
20627 * passes.c (register_pass): Always consider all pass lists when
20628 ref_pass_instance_number is zero.
20629
20630 2010-02-22 Richard Guenther <rguenther@suse.de>
20631
20632 PR tree-optimization/42749
20633 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
20634 parameter. Do arithmetic in the original type.
20635 (update_accumulator_with_ops): Likewise.
20636 (adjust_accumulator_values): Adjust.
20637
20638 2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20639
20640 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
20641 (QI to BLKmode splitter): New splitter.
20642
20643 2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
20644
20645 * config/i386/i386.c (initial_ix86_tune_features): Turn on
20646 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
20647
20648 2010-02-22 Richard Guenther <rguenther@suse.de>
20649
20650 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
20651
20652 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
20653
20654 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
20655 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
20656 ($(T)crti.o, $(T)crtn.o): Remove rules.
20657
20658 2010-02-21 Tobias Burnus <burnus@net-b.de>
20659
20660 PR fortran/35259
20661 * doc/invoke.texi (-fassociative-math): Document that this
20662 option is automatically enabled for Fortran.
20663
20664 2010-02-20 David S. Miller <davem@davemloft.net>
20665
20666 * configure.ac: Test if linker and assembler properly support
20667 GOTDATA_OP relocations.
20668 * configure: Rebuild.
20669 * config.in: Likewise.
20670 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
20671 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
20672 (movsi_high_pic): Likewise.
20673 (movdi_lo_sum_pic): Likewise.
20674 (movdi_high_pic): Likewise.
20675 (movsi_pic_gotdata_op): New pattern.
20676 (movdi_pic_gotdata_op): Likewise.
20677 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
20678 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
20679
20680 2010-02-20 Uros Bizjak <ubizjak@gmail.com>
20681
20682 PR target/43067
20683 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
20684 attribute to ssemul.
20685 (xop_mulv2div2di3_high): Ditto.
20686
20687 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
20688
20689 PR c++/35669
20690 * c.opt (Wconversion-null): New option.
20691 * doc/invoke.texi (Wconversion-null): Document.
20692
20693 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
20694
20695 * common.opt (Wlarger-than-): Add Undocumented.
20696
20697 2010-02-19 Mike Stump <mikestump@comcast.net>
20698
20699 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
20700
20701 2010-02-19 Jason Merrill <jason@redhat.com>
20702
20703 PR target/40332
20704 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
20705 * configure: Likewise.
20706
20707 2010-02-20 Alan Modra <amodra@gmail.com>
20708
20709 PR middle-end/42344
20710 * cgraph.h (cgraph_make_decl_local): Declare.
20711 * cgraph.c (cgraph_make_decl_local): New function.
20712 (cgraph_make_node_local): Use it.
20713 * cgraphunit.c (cgraph_function_versioning): Likewise.
20714 * ipa.c (function_and_variable_visibility): Likewise.
20715
20716 2010-02-19 Jakub Jelinek <jakub@redhat.com>
20717
20718 PR bootstrap/43121
20719 * except.c (sjlj_emit_function_enter): Don't call
20720 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
20721 directly.
20722 * rtl.h (add_reg_br_prob_note): Remove prototype.
20723
20724 2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
20725
20726 PR 41779
20727 * c-common.c (conversion_warning): Remove widening conversions
20728 before checking the conversion of integers to reals.
20729
20730 2010-02-19 Mike Stump <mikestump@comcast.net>
20731
20732 PR middle-end/43125
20733 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
20734
20735 PR objc/43061
20736 * cgraphunit.c (process_function_and_variable_attributes): Check
20737 DECL_PRESERVE_P instead of looking up attribute "used".
20738 * ipa-pure-const.c (check_decl): Likewise.
20739 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
20740 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
20741 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
20742 instead of attribute "used".
20743 * config/sol2-c.c (solaris_pragma_init): Likewise.
20744 (solaris_pragma_fini): Likewise.
20745
20746 2010-02-19 Jakub Jelinek <jakub@redhat.com>
20747
20748 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
20749 Use XCNEW instead of xcalloc.
20750 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
20751 XNEW instead of xmalloc.
20752 (get_fields): Use XNEWVEC instead of xmalloc.
20753
20754 PR debug/43084
20755 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
20756 populate vars array.
20757 (create_new_general_access): For debug stmts just reset value.
20758 (get_stmt_accesses): For accesses within debug stmts just record them
20759 using add_access_to_acc_sites instead of preventing the peeling or
20760 counting them as accesses.
20761
20762 PR middle-end/42233
20763 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
20764
20765 2010-02-19 Richard Guenther <rguenther@suse.de>
20766
20767 PR tree-optimization/42916
20768 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
20769 instructions.
20770
20771 2010-02-19 Andreas Schwab <schwab@linux-m68k.org>
20772
20773 * configure.ac: Replace all uses of changequote in macro arguments
20774 with proper quoting.
20775
20776 2010-02-19 Jakub Jelinek <jakub@redhat.com>
20777
20778 PR middle-end/42233
20779 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
20780
20781 2010-02-19 Richard Guenther <rguenther@suse.de>
20782
20783 PR tree-optimization/42944
20784 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
20785 test for aliasing with errno.
20786
20787 2010-02-19 Jakub Jelinek <jakub@redhat.com>
20788
20789 PR middle-end/42233
20790 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
20791 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
20792 * dojump.c: Include output.h.
20793 (inv): New inline function.
20794 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
20795 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
20796 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
20797 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
20798 argument, pass it down to other calls.
20799 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
20800 add REG_BR_PROB note to the conditional jump.
20801 * cfgexpand.c (add_reg_br_prob_note): Removed.
20802 (expand_gimple_cond): Don't call it, add the probability
20803 as last argument to jumpif_1/jumpifnot_1.
20804 * Makefile.in (dojump.o): Depend on output.h.
20805 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
20806 callers.
20807 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
20808 * stmt.c (do_jump_if_equal): Likewise.
20809 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
20810 * loop-unswitch.c (compare_and_jump_seq): Likewise.
20811 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
20812 Likewise.
20813 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
20814 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
20815 jumpifnot_1 callers.
20816 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
20817 callers.
20818 (store_expr): Adjust jumpifnot caller.
20819 (store_constructor): Adjust jumpif caller.
20820
20821 PR middle-end/42233
20822 * gimplify.c (gimple_boolify): For __builtin_expect call
20823 gimple_boolify also on its first argument.
20824
20825 2010-02-18 Uros Bizjak <ubizjak@gmail.com>
20826
20827 * configure.ac (gnu-unique-object): Wrap regexps using [] in
20828 changequote block.
20829 (__stack_chk_fail): Ditto. Remove quadrigraphs.
20830 * configure: Regenerated.
20831
20832 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20833
20834 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
20835 lang_hooks.types_compatible_p instead of comptypes.
20836
20837 2010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
20838
20839 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
20840 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
20841 if __prefer_thumb__ is defined.
20842
20843 2010-02-18 Martin Jambor <mjambor@suse.cz>
20844
20845 PR tree-optimization/43066
20846 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
20847 array with zero-sized element type.
20848
20849 2010-02-18 Jakub Jelinek <jakub@redhat.com>
20850
20851 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
20852 rtx, allocate struct var_loc_node here and return it to the
20853 caller, and only if it is actually needed.
20854 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
20855 move it earlier and return immediately if it returns NULL.
20856
20857 2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
20858
20859 * config/sparc/gas.h: New file. Restore
20860 TARGET_ASM_NAMED_SECTION to its ELF default.
20861 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
20862 check !HAVE_GNU_AS.
20863 * config/sparc/sparc.c (sparc_elf_asm_named_section):
20864 Likewise. Add ATTRIBUTE_UNUSED to prototype.
20865 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
20866 after sparc/sysv4.h.
20867
20868 2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
20869
20870 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
20871
20872 2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
20873
20874 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
20875 patterns from predicated pattern.
20876
20877 2010-02-17 Uros Bizjak <ubizjak@gmail.com>
20878
20879 PR target/43103
20880 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
20881 for insn mnemonic suffix.
20882
20883 2010-02-17 Richard Guenther <rguenther@suse.de>
20884
20885 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
20886 to loop PHI nodes.
20887
20888 2010-02-17 Jakub Jelinek <jakub@redhat.com>
20889
20890 PR debug/42918
20891 * caller-save.c (save_call_clobbered_regs): If BB ends with
20892 a DEBUG_INSN, move any notes in between last real insn and the last
20893 DEBUG_INSN after the last DEBUG_INSN.
20894
20895 2010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
20896
20897 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
20898 Fix return type. Fix argument type. Explain meaning of return value.
20899
20900 2010-02-16 Richard Guenther <rguenther@suse.de>
20901
20902 PR tree-optimization/41043
20903 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
20904 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
20905 statements ...
20906 (vrp_visit_phi_node): ... but only for loop PHI nodes.
20907
20908 2010-02-16 Ira Rosen <irar@il.ibm.com>
20909
20910 PR tree-optimization/43074
20911 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
20912 * tree-vect-loop.c (vect_analyze_loop_operations): Add
20913 vectorizable cycles in hybrid SLP check.
20914 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
20915
20916 2010-02-16 Richard Guenther <rguenther@suse.de>
20917
20918 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
20919 (true_dependence): If memrefs_conflict_p computes must-alias
20920 trust it. Move TBAA check after offset-based disambiguation.
20921 (canon_true_dependence): Likewise.
20922
20923 2010-02-16 Alexandre Oliva <aoliva@redhat.com>
20924
20925 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
20926 * doc/invoke.texi: Document it.
20927 * var-tracking.c: Include toplev.h and params.h.
20928 (vt_find_locations): Return bool indicating success. Compute
20929 hash sizes unconditionally. Check new parameter, report.
20930 (variable_tracking_main_1): Check vt_find_locations results and
20931 retry. Renamed from...
20932 (variable_tracking_main): ... this. New wrapper to preserve
20933 flag_var_tracking_assignments.
20934 * Makefile.in (var-tracking.o): Adjust dependencies.
20935
20936 2010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
20937 Jakub Jelinek <jakub@redhat.com>
20938
20939 PR target/42854
20940 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
20941 if weak_import attribute is present.
20942 * config/darwin.c (machopic_select_section): Likewise.
20943
20944 2010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
20945
20946 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
20947 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
20948 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
20949 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
20950
20951 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
20952 types.
20953
20954 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
20955 Fix argument types.
20956
20957 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
20958 Rewrite text to refer to the names.
20959
20960 2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
20961
20962 * config/i386/i386-builtin-types.def
20963 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
20964 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
20965 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
20966 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
20967 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
20968 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
20969 IX86_BUILTIN_VPERMIL2PS256.
20970 (MULTI_ARG_4_DF2_DI_I): Defined.
20971 (MULTI_ARG_4_DF2_DI_I1): Defined.
20972 (MULTI_ARG_4_SF2_SI_I): Defined.
20973 (MULTI_ARG_4_SF2_SI_I1): Defined.
20974 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
20975 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
20976 __builtin_ia32_vpermil2ps256.
20977 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
20978 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
20979 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
20980 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
20981 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
20982 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
20983 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
20984 CODE_FOR_xop_vpermil2v8sf3.
20985 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
20986 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
20987 * config/i386/xopintrin.h (_mm_permute2_pd): New.
20988 (_mm256_permute2_pd): New.
20989 (_mm_permute2_ps): New.
20990 (_mm256_permute2_ps): New.
20991
20992 2010-02-15 Nick Clifton <nickc@redhat.com>
20993
20994 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
20995 boolean parameters. Use emit_jump_insn when emitting a pop
20996 instruction containing a return insn.
20997 (push): Use 'true' rather than '1' as second parameter to F.
20998 (h8300_expand_prologue): Likewise.
20999 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
21000 (h8300_expand_epilogue): Likewise.
21001
21002 2010-02-15 Richard Guenther <rguenther@suse.de>
21003
21004 PR middle-end/43068
21005 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
21006 if that is zero.
21007
21008 2010-02-15 Nick Clifton <nickc@redhat.com>
21009
21010 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
21011 delta.
21012
21013 2010-02-14 Marco Poletti <poletti.marco@gmail.com>
21014
21015 * intl.c (fake_ngettext): New function.
21016 * intl.h (fake_ngettext): Declare.
21017 (ngettext): Define macro.
21018 * collect2.c (notice_translated): New function.
21019 (main): Use notice_translated and ngettext.
21020 * collect2.h (notice_translated): Declare.
21021
21022 2010-02-14 Steven Bosscher <steven@gcc.gnu.org>
21023
21024 * reorg.c (delete_computation): Comment fixes.
21025 * caller-save.c (setup_save_areas): Idem.
21026 * sel-sched-dump.c (dump_lv_set): Idem.
21027 * rtl.def: Idem.
21028
21029 2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21030
21031 * config/s390/s390.c (s390_sched_init): New function.
21032 (TARGET_SCHED_INIT): Target hook defined.
21033
21034 2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
21035 Jack Howarth <howarth@bromo.med.uc.edu>
21036 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
21037
21038 PR target/42982
21039 Partial revert of unintended change in fix for PR41605.
21040 * config/darwin.h: Fix typo.
21041 * config/darwin9.h: Same.
21042
21043 2010-02-11 Jakub Jelinek <jakub@redhat.com>
21044
21045 * c-pch.c (pch_init): Clear v.
21046
21047 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
21048
21049 PR middle-end/42930
21050 * graphite-scop-detection.c (graphite_can_represent_scev): Call
21051 graphite_can_represent_init for MULT_EXPR.
21052
21053 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
21054
21055 PR middle-end/42914
21056 PR middle-end/42530
21057 * graphite-sese-to-poly.c (remove_phi): New.
21058 (translate_scalar_reduction_to_array): Call remove_phi.
21059
21060 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
21061
21062 PR middle-end/42771
21063 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
21064 * graphite-clast-to-gimple.h (gloog): Update declaration.
21065 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
21066 * graphite-poly.h (struct poly_bb): Add missing comments.
21067 (struct scop): Add poly_scop_p field.
21068 (POLY_SCOP_P): New.
21069 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
21070 * graphite.c (graphite_transform_loops): Build the polyhedral
21071 representation for each scop before code generation.
21072 * sese.c (rename_variables_in_operand): Removed.
21073 (rename_variables_in_expr): Return the renamed expression.
21074 (rename_sese_parameters): New.
21075 * sese.h (rename_sese_parameters): Declared.
21076
21077 2010-02-11 Richard Guenther <rguenther@suse.de>
21078
21079 PR tree-optimization/42998
21080 * tree-ssa-pre.c (create_expression_by_pieces): Treat
21081 POINTER_PLUS_EXPR properly.
21082
21083 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
21084 Changpeng Fang <changpeng.fang@amd.com>
21085
21086 PR middle-end/40886
21087 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
21088 the cost of an IV candidate when the IV is used in a test against zero.
21089
21090 * gcc.dg/tree-ssa/ivopts-3.c: New.
21091
21092 2010-02-11 Richard Guenther <rguenther@suse.de>
21093
21094 PR lto/41664
21095 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
21096 pointer-vs-decl case by swapping refs. Handle some cases
21097 of pointer-vs-decl disambiguations more conservatively.
21098 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
21099 to false after expanding.
21100
21101 2010-02-11 Richard Guenther <rguenther@suse.de>
21102
21103 PR driver/43021
21104 * gcc.c (process_command): Handle LTO file@offset case more
21105 appropriately.
21106
21107 2010-02-11 Jakub Jelinek <jakub@redhat.com>
21108
21109 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
21110 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
21111 of DEBUG_INSNs.
21112 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
21113
21114 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
21115 if MEM's mode size isn't DWARF2_ADDR_SIZE.
21116 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
21117 Optimize eq/ne comparisons when both arguments are known to be
21118 zero-extended.
21119 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
21120 Don't mask operands unnecessarily if they are known to be already
21121 zero-extended.
21122
21123 2010-02-10 Vladimir Makarov <vmakarov@redhat.com>
21124
21125 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
21126 instead of loop.
21127
21128 2010-02-10 Richard Guenther <rguenther@suse.de>
21129
21130 PR tree-optimization/43017
21131 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
21132 for wrapping signed arithmetic.
21133
21134 2010-02-10 Jakub Jelinek <jakub@redhat.com>
21135
21136 PR debug/43010
21137 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
21138 if no debug info should be emitted for it.
21139
21140 2010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
21141
21142 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
21143 note when flag_exceptions is set.
21144
21145 2010-02-10 Duncan Sands <baldrick@free.fr>
21146
21147 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
21148
21149 2010-02-10 Richard Guenther <rguenther@suse.de>
21150
21151 PR c/43007
21152 * tree.c (get_unwidened): Handle constants.
21153 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
21154
21155 2010-02-10 Martin Jambor <mjambor@suse.cz>
21156
21157 PR lto/42985
21158 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
21159 check for variable argument counts independently.
21160
21161 2010-02-10 Christian Bruel <christian.bruel@st.com>
21162
21163 PR target/42841
21164 * config/sh/sh.c (find_barrier): Increase length for non delayed
21165 conditional branches.
21166
21167 2010-02-10 Christian Bruel <christian.bruel@st.com>
21168
21169 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
21170
21171 2010-02-10 Jakub Jelinek <jakub@redhat.com>
21172
21173 * builtins.c (set_builtin_user_assembler_name): Also handle
21174 ffs if int is smaller than word.
21175
21176 2010-02-09 Vladimir Makarov <vmakarov@redhat.com>
21177
21178 PR middle-end/42973
21179 * ira-conflicts.c (get_dup): Remove.
21180 (process_reg_shuffles): Add new parameter. Use it as an
21181 additional guard for copy generation.
21182 (add_insn_allocno_copies): Rewrite.
21183
21184 2010-02-09 Alexander Monakov <amonakov@ispras.ru>
21185
21186 * common.opt (fsched2-use-traces): Preserved for backward
21187 compatibility.
21188 * doc/invoke.texi: Remove the documentation about option
21189 -fsched2-use-traces.
21190 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
21191 flag_sched2_use_traces.
21192 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
21193 the backward compatibility flag section.
21194
21195 2010-02-09 Richard Guenther <rguenther@suse.de>
21196
21197 PR tree-optimization/43008
21198 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
21199 make HEAP variables initialized from global memory if they
21200 are not known builtin functions.
21201 (find_func_aliases): Adjust.
21202
21203 2010-02-09 Richard Guenther <rguenther@suse.de>
21204
21205 PR tree-optimization/43000
21206 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
21207 arithmetic manually.
21208
21209 2010-02-08 Jakub Jelinek <jakub@redhat.com>
21210
21211 PR tree-optimization/42931
21212 * tree-loop-linear.c (try_interchange_loops): Don't call
21213 double_int_mul if estimated_loop_iterations failed.
21214
21215 2010-02-08 Martin Jambor <mjambor@suse.cz>
21216
21217 PR middle-end/42898
21218 * tree-sra.c (build_accesses_from_assign): Do not mark in
21219 should_scalarize_away_bitmap if stmt has volatile ops.
21220 (sra_modify_assign): Do not process assigns piecemeal if if stmt
21221 has volatile ops.
21222
21223 2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
21224
21225 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
21226
21227 2010-02-07 Adam Nemet <adambnmet@gmail.com>
21228
21229 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
21230 before the pattern.
21231
21232 2010-02-07 Andrew Pinski <pinskia@gmail.com>
21233
21234 PR middle-end/42946
21235 * df-core.c (df_finish_pass): Change type of saved_flags to int.
21236
21237 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
21238
21239 PR middle-end/42988
21240 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
21241 to unknown_dependence.
21242 (graphite_legal_transform_dr): Handle the unknown_dependence.
21243 (graphite_carried_dependence_level_k): Same.
21244
21245 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
21246
21247 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
21248
21249 2010-02-07 Richard Guenther <rguenther@suse.de>
21250
21251 PR middle-end/42991
21252 * expr.c (get_inner_reference): Always initialize *pbitsize.
21253
21254 2010-02-07 Richard Guenther <rguenther@suse.de>
21255
21256 PR middle-end/42956
21257 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
21258 new ARRAY_REFs on variable size element or minimal index arrays.
21259 Complete.
21260 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
21261 gimple_fold_indirect_ref.
21262
21263 2010-02-06 Richard Earnshaw <rearnsha@arm.com>
21264
21265 PR target/42957
21266 * arm.c (arm_override_options): Just return if the user has specified
21267 an invalid fpu name.
21268
21269 2010-02-03 Jason Merrill <jason@redhat.com>
21270
21271 PR c++/42870
21272 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
21273 i386_pe_maybe_record_exported_symbol.
21274
21275 2010-02-05 Steve Ellcey <sje@cup.hp.com>
21276
21277 PR target/42924
21278 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
21279 (pa_delegitimize_address): New function.
21280
21281 2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
21282
21283 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
21284 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
21285
21286 2010-02-05 Richard Guenther <rguenther@suse.de>
21287
21288 PR lto/42762
21289 * lto-streamer-in.c (get_resolution): Deal with references
21290 to undefined functions.
21291
21292 2010-02-05 Richard Guenther <rguenther@suse.de>
21293
21294 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
21295 (fold_const_aggregate_ref): Likewise.
21296 (ccp_fold_stmt): Substitute loads.
21297 (maybe_fold_reference): Verify types before substituting.
21298 Unshare properly.
21299 (fold_gimple_assign): Unshare properly.
21300 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
21301
21302 2010-02-05 Nathan Froyd <froydnj@codesourcery.com>
21303
21304 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
21305 for rs6000_gen_cell_microcode.
21306
21307 2010-02-04 Richard Guenther <rguenther@suse.de>
21308
21309 PR rtl-optimization/42952
21310 * dse.c (const_or_frame_p): Remove MEM handling.
21311
21312 2010-02-04 Nick Clifton <nickc@redhat.com>
21313
21314 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
21315 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
21316 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
21317 (mn10300_asm_output_mi_thunk): New function.
21318 (mn10300_can_output_mu_thunk): New function.
21319 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
21320 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
21321 (FUNCTION_ARG): Delete incorrect comment.
21322
21323 2010-02-03 Jason Merrill <jason@redhat.com>
21324
21325 PR c++/40138
21326 * fold-const.c (operand_equal_p): Handle erroneous types.
21327
21328 2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
21329
21330 * config/h8300/h8300.md (can_delay): Fix attibute condition.
21331
21332 2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
21333
21334 PR rtl-optimization/42941
21335 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
21336 of xmalloc.
21337
21338 2010-02-03 Jason Merrill <jason@redhat.com>
21339
21340 PR c++/35652
21341 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
21342
21343 2010-02-03 Alexandre Oliva <aoliva@redhat.com>
21344
21345 PR debug/42896
21346 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
21347 (cselib_reset_table): Renamed from...
21348 (cselib_reset_table_with_next_value): ... this.
21349 (cselib_get_next_uid): Renamed from...
21350 (cselib_get_next_unknown_value): ... this.
21351 * cselib.c (next_uid): Renamed from...
21352 (next_unknown_value): ... this.
21353 (cselib_clear_table): Adjust.
21354 (cselib_reset_table): Adjust. Renamed from...
21355 (cselib_reset_table_with_next_value): ... this.
21356 (cselib_get_next_uid): Adjust. Renamed from...
21357 (cselib_get_next_unknown_value): ... this.
21358 (get_value_hash): Use hash.
21359 (cselib_hash_rtx): Likewise.
21360 (new_cselib_val): Adjust. Set and dump uid.
21361 (cselib_lookup_mem): Pass next_uid as hash.
21362 (cselib_subst_to_values): Likewise.
21363 (cselib_log_lookup): Dump uid.
21364 (cselib_lookup): Pass next_uid as hash. Adjust.
21365 (cselib_process_insn): Adjust.
21366 (cselib_init): Initialize next_uid.
21367 (cselib_finish): Adjust.
21368 (dump_cselib_table): Likewise.
21369 * dse.c (canon_address): Dump value uid.
21370 * print-rtl.c (print_rtx): Print value uid.
21371 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
21372 (dvuid): New type.
21373 (dv_uid): New function, sort of renamed from...
21374 (dv_htab_hash): ... this, reimplemented in terms of it and...
21375 (dv_uid2hash): ... this. New.
21376 (variable_htab_eq): Drop excess assertions.
21377 (tie_break_pointers): Removed.
21378 (canon_value_cmp): Compare uids.
21379 (variable_post_merge_New_vals): Print uids.
21380 (vt_add_function_parameters): Adjust.
21381 (vt_initialize): Reset table. Adjust.
21382
21383 2010-02-03 Richard Guenther <rguenther@suse.de>
21384
21385 PR tree-optimization/42944
21386 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
21387 (call_may_clobber_ref_p_1): Likewise. Properly handle
21388 malloc and calloc clobbering errno.
21389
21390 2010-02-03 Steven Bosscher <steven@gcc.gnu.org>
21391
21392 * doc/invoke.texi: Fix name of sched1 dump.
21393
21394 * opts.c (decode_options): Set flag_tree_switch_conversion
21395 only conditionally on optimize >= 2.
21396
21397 * gcse.c: Assorted comment fixes in pass description.
21398
21399 2010-02-03 Anthony Green <green@moxielogic.com>
21400
21401 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
21402 nop padding in order to maintain alignment of storage location of
21403 target function address.
21404 (moxie_trampoline_init): Store target function address at newly
21405 aligned location.
21406 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
21407 to 32.
21408 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
21409
21410 2010-02-03 Richard Guenther <rguenther@suse.de>
21411
21412 PR middle-end/42927
21413 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
21414
21415 2010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21416
21417 * config.gcc: Reenable check for obsolete targets.
21418 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
21419 mips-sgi-irix6.[0-4]*.
21420
21421 2010-02-02 Nick Clifton <nickc@redhat.com>
21422
21423 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
21424 constant size of 4 as being the same as 0.
21425 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
21426 can take values in the range 0..4.
21427
21428 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
21429
21430 PR java/41991
21431 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
21432 as _darwin10_Unwind_FindEnclosingFunction().
21433 * libgcc-libsystem.ver: New.
21434
21435 2010-02-01 Vladimir Makarov <vmakarov@redhat.com>
21436
21437 PR target/41399
21438 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
21439 implicitly set registers.
21440
21441 2010-02-01 Richard Earnshaw <rearnsha@arm.com>
21442
21443 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
21444 (arm_override_options): Allow automatic selection of the thread
21445 pointer register if thumb2.
21446 (legitimize_pic_address): Improve code sequences for Thumb2.
21447 (arm_call_tls_get_addr): Likewise.
21448 (legitimize_tls_address): Likewise.
21449 * arm.md (pic_load_addr_arm): Delete. Replace with ...
21450 (pic_load_addr_32bit): ... this. New named pattern.
21451 * thumb2.md (pic_load_addr_thumb2): Delete.
21452 (pic_load_dot_plus_four): Delete.
21453 (tls_load_dot_plus_four): New named pattern.
21454
21455 2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21456
21457 PR libgomp/29986
21458 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
21459 Document fix for TLS bug.
21460
21461 2010-01-31 Richard Guenther <rguenther@suse.de>
21462
21463 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
21464 conservatively correct.
21465
21466 2010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21467
21468 PR target/42850
21469 Revert:
21470 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21471
21472 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
21473
21474 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21475
21476 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
21477
21478 2010-01-31 Kai Tietz <kai.tietz@onevision.com>
21479
21480 * config.gcc: Adjust order of makefile fragments for mingw targets.
21481
21482 2010-01-31 Richard Guenther <rguenther@suse.de>
21483
21484 PR middle-end/42898
21485 * gimplify.c (gimplify_init_constructor): For volatile LHS
21486 initialize a temporary.
21487
21488 2010-01-31 Matthias Klose <doko@ubuntu.com>
21489
21490 * configure.ac: Fix __stack_chk_fail check for cross builds configured
21491 --with-headers
21492 * configure: Regenerate.
21493
21494 2010-01-29 Eric Botcazou <ebotcazou@adacore.com>
21495
21496 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
21497 the same alias set and their sizes different constantness.
21498 (aliasing_component_refs_p): Revert 2009-10-24 change.
21499
21500 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21501
21502 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
21503 unused.
21504
21505 2010-01-29 Richard Guenther <rguenther@suse.de>
21506
21507 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
21508 Assert we successfully updated the call.
21509
21510 2010-01-29 Jakub Jelinek <jakub@redhat.com>
21511
21512 PR rtl-optimization/42889
21513 * df.h (df_set_bb_dirty_nonlr): New prototype.
21514 * df-core.c (df_set_bb_dirty_nonlr): New function.
21515 * df-scan.c (df_insn_rescan): Call it instead of
21516 df_set_bb_dirty for DEBUG_INSNs.
21517
21518 2010-01-29 Richard Guenther <rguenther@suse.de>
21519
21520 PR middle-end/37448
21521 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
21522 quadratic behavior in most cases.
21523
21524 2010-01-28 Uros Bizjak <ubizjak@gmail.com>
21525
21526 PR target/42891
21527 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
21528 in the call to gen_x86_movsicc_0_m1.
21529
21530 2010-01-28 Richard Guenther <rguenther@suse.de>
21531
21532 PR tree-optimization/42871
21533 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
21534
21535 2010-01-28 Richard Guenther <rguenther@suse.de>
21536
21537 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
21538 into call arguments.
21539
21540 2010-01-28 Richard Guenther <rguenther@suse.de>
21541
21542 PR middle-end/42883
21543 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
21544 the forwarder if the destination is an EH landing pad.
21545
21546 2010-01-28 Razya Ladelsky <razya@il.ibm.com>
21547
21548 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
21549 block list passed to gimple_duplicate_sese_tail.
21550 (parallelize_loops): Avoid parallelization when the function
21551 has_nonlocal_label.
21552 Avoid parallelization when the preheader is IRREDUCIBLE.
21553 Try to optimize when estimated_loop_iterations_int is unresolved.
21554 Add the loop's location to the dump file.
21555 * tree-cfg.c (add_phi_args_after_redirect): Remove.
21556 (gimple_duplicate_sese_tail): Remove the check for the latch.
21557 Redirect nexits to the exit block.
21558 Remove handling of the incoming edges to the latch.
21559 Redirect the backedge from the copied latch to the exit bb.
21560
21561 2010-01-28 Michael Matz <matz@suse.de>
21562
21563 PR target/42881
21564 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
21565 Wrap force_reg into a sequence, emit it before user.
21566
21567 2010-01-28 Stephen Thomas <stephen.thomas@arm.com>
21568
21569 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
21570 (arm_rev): New.
21571 (arm_legacy_rev): Likewise.
21572 (thumb_legacy_rev): Likewise.
21573
21574 2010-01-27 Jakub Jelinek <jakub@redhat.com>
21575
21576 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
21577 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
21578 on MEM's address failed, try avoid_constant_pool_reference and
21579 recurse if it returned something different.
21580 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
21581 address, try avoid_constant_pool_reference and recurse if it
21582 returned something different.
21583 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
21584 address and avoid_constant_pool_reference returned something
21585 different, don't set have_address.
21586
21587 2010-01-27 Alexandre Oliva <aoliva@redhat.com>
21588
21589 PR debug/42861
21590 * var-tracking.c (val_store): Add modified argument, obey it.
21591 Adjust callers.
21592 (count_uses): Move down logging of main.
21593 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
21594 don't need resolution.
21595 (emit_notes_in_bb): Likewise.
21596
21597 2010-01-27 Richard Guenther <rguenther@suse.de>
21598
21599 PR middle-end/42878
21600 * tree-inline.c (remap_decl): Delay remapping of SSA name
21601 default definitions until we need them.
21602
21603 2010-01-27 Jakub Jelinek <jakub@redhat.com>
21604
21605 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
21606 (rs6000_delegitimize_address): New function.
21607
21608 * config/s390/s390.c (s390_delegitimize_address): Call
21609 delegitimize_mem_from_attrs.
21610
21611 PR middle-end/42874
21612 * tree-inline.c (cannot_copy_type_1): Removed.
21613 (copy_forbidden): Don't forbid copying of functions containing
21614 records/unions with variable length fields.
21615
21616 2010-01-27 Christian Bruel <christian.bruel@st.com>
21617
21618 Revert:
21619 PR target/42841
21620 * config/sh/sh.c (find_barrier): Increase length for non delayed
21621 conditional branches.
21622
21623 2010-01-27 Matthias Klose <doko@ubuntu.com>
21624
21625 * configure.ac (gnu-unique-object): Fix ldd version check.
21626 * configure: Regenerate.
21627
21628 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21629
21630 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
21631 HAVE_GNU_AS value.
21632 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
21633 Test for HAVE_GNU_AS value.
21634
21635 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21636
21637 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
21638 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
21639 INT64_TYPE): Define.
21640 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
21641 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
21642 INT_LEAST64_TYPE): Define.
21643 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
21644 UINT_LEAST64_TYPE): Define.
21645 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
21646 INT_FAST64_TYPE): Define.
21647 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
21648 UINT_FAST64_TYPE): Define.
21649 (INTMAX_TYPE, UINTMAX_TYPE): Define.
21650 (INTPTR_TYPE, UINTPTR_TYPE): Define.
21651 (SIG_ATOMIC_TYPE): Define.
21652
21653 2010-01-26 Richard Guenther <rguenther@suse.de>
21654
21655 * df-scan.c (df_scan_set_bb_info): Remove assert.
21656 (df_insn_rescan_debug_internal): Merge asserts.
21657 (df_install_ref): Likewise.
21658 (df_mark_reg): Use bitmap_set_range.
21659 (df_hard_reg_used_p): Remove assert.
21660 (df_hard_reg_used_count): Likewise.
21661
21662 2010-01-26 Richard Guenther <rguenther@suse.de>
21663
21664 PR rtl-optimization/42685
21665 * web.c (web_main): Ignore DEBUG_INSNs.
21666
21667 2010-01-26 Joern Rennecke <amylaar@spamcop.net>
21668
21669 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
21670
21671 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
21672 Fix types of fndecl and arglist parameters.
21673
21674 2010-01-26 Richard Guenther <rguenther@suse.de>
21675
21676 PR middle-end/42806
21677 * tree-eh.c (unsplit_eh): Skip debug insns.
21678
21679 2010-01-26 Richard Guenther <rguenther@suse.de>
21680
21681 PR tree-optimization/42250
21682 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
21683
21684 2010-01-26 Jakub Jelinek <jakub@redhat.com>
21685
21686 PR fortran/42866
21687 * omp-low.c (expand_omp_sections): Only use single_pred if
21688 l2_bb is single_pred_p.
21689
21690 2010-01-25 Christian Bruel <christian.bruel@st.com>
21691
21692 PR target/42841
21693 * config/sh/sh.c (find_barrier): Increase length for non delayed
21694 conditional branches.
21695 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
21696
21697 2010-01-24 David S. Miller <davem@davemloft.net>
21698
21699 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
21700 define if not using GAS.
21701 * config/sparc/sparc.c (sparc_elf_asm_named_section):
21702 Likewise. Delete SECTION_MERGE code, which is only applicable
21703 when using GAS.
21704
21705 2010-01-24 Mark Mitchell <mark@codesourcery.com>
21706
21707 PR c++/42748
21708 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
21709 mangling of va_list in system headers.
21710
21711 2010-01-23 Toon Moene <toon@moene.org>
21712
21713 * tree-predcom.c (combine_chains): Return NULL, not false.
21714
21715 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
21716
21717 * tree-loop-distribution.c (distribute_loop): Fix declaration and
21718 initialization of variable res to agree with return type.
21719
21720 2010-01-22 Steve Ellcey <sje@cup.hp.com>
21721
21722 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
21723 * tree-sra.c: Add include of expr.h.
21724
21725 2010-01-22 Jakub Jelinek <jakub@redhat.com>
21726
21727 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
21728 insert the debug stmt on the single non-EH edge from the stmt.
21729
21730 2010-01-22 Richard Henderson <rth@redhat.com>
21731
21732 PR tree-opt/42833
21733 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
21734 the RHS until after generate_subtree_copies has insertted its
21735 code before the current statement.
21736
21737 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
21738
21739 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
21740
21741 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
21742
21743 2010-01-21 Martin Jambor <mjambor@suse.cz>
21744
21745 PR tree-optimization/42585
21746 * tree-sra.c (struct access): New field grp_total_scalarization.
21747 (dump_access): Dump the new field.
21748 (should_scalarize_away_bitmap): New variable.
21749 (cannot_scalarize_away_bitmap): Likewise.
21750 (sra_initialize): Allocate new bitmaps.
21751 (sra_deinitialize): Free new bitmaps.
21752 (create_access_1): New function.
21753 (create_access): Parts moved to create_access_1.
21754 (type_consists_of_records_p): New function.
21755 (completely_scalarize_record): Likewise.
21756 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
21757 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
21758 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
21759 access.
21760 (analyze_all_variable_accesses): Completely scalarize small eligible
21761 records.
21762
21763 2010-01-21 Martin Jambor <mjambor@suse.cz>
21764
21765 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
21766
21767 2010-01-21 Andrew Haley <aph@redhat.com>
21768
21769 * gcc.c (process_command): Move lang_specific_driver before
21770 setting cc_libexec_prefix.
21771
21772 2010-01-21 Richard Guenther <rguenther@suse.de>
21773
21774 PR middle-end/19988
21775 * fold-const.c (negate_expr_p): Pretend only negative
21776 real constants are easily negatable.
21777
21778 2010-01-20 Janis Johnson <janis187@us.ibm.com>
21779 Jason Merrill <jason@redhat.com>
21780
21781 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
21782 (TYPE_TRANSPARENT_AGGR): this, for union and record.
21783 * calls.c (initialize argument_information): Handle it.
21784 * c-common.c (handle_transparent_union_attribute): Use new name.
21785 * c-decl.c (finish_struct): Ditto.
21786 * c-typeck.c (type_lists_compatible_p): Ditto.
21787 (convert_for_assignment): Use new name and also handle record.
21788 * function.c (aggregate_value_p): Handle it.
21789 (pass_by_reference): Ditto.
21790 (assign_parm_data_types): Ditto.
21791 * print-tree.c (print_node): Ditto.
21792 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
21793 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
21794 * tree.c (first_field): New fn.
21795
21796 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
21797
21798 PR target/42818
21799 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
21800 even when linking statically, for now.
21801
21802 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
21803
21804 PR debug/42715
21805 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
21806 without a cselib val.
21807 (count_uses): Accept MO_VAL_SET with no val on stores.
21808 (add_stores): Likewise.
21809
21810 2010-01-20 Jakub Jelinek <jakub@redhat.com>
21811
21812 * var-tracking.c (check_value_val): Add a compile time assertion.
21813 (dv_is_decl_p): Simplify.
21814 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
21815 gcc_assert if ENABLE_CHECKING.
21816
21817 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
21818
21819 PR debug/42782
21820 * var-tracking.c: Include tree-flow.h.
21821 (mem_dies_at_call): New.
21822 (dataflow_set_preserve_mem_locs): Use it.
21823 (dataflow_set_remove_mem_locs): Likewise.
21824 (dump_var): Renamed from dump_variable. Adjust all callers.
21825 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
21826 * Makefile.in (var-tracking.o): Adjust deps.
21827
21828 2010-01-20 Joern Rennecke <amylaar@spamcop.net>
21829
21830 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
21831
21832 2010-01-20 Richard Guenther <rguenther@suse.de>
21833
21834 PR tree-optimization/42717
21835 * tree-ssa-dce.c (get_live_post_dom): Remove.
21836 (forward_edge_to_pdom): Take an arbitrary edge to copy
21837 degenerate PHI args from.
21838 (remove_dead_stmt): Use the first post-dominator even if it
21839 does not contain live statements as redirection destination.
21840
21841 2010-01-20 Richard Guenther <rguenther@suse.de>
21842
21843 * tree-inline.c (estimate_num_insns): Handle EH builtins.
21844
21845 2010-01-20 Jakub Jelinek <jakub@redhat.com>
21846
21847 * sel-sched.c (create_speculation_check): Remove set but not used
21848 variable twin.
21849 (try_transformation_cache): Remove set but not used variable ds.
21850 (calculate_privileged_insns): Remove set but not used variables
21851 cur_insn and min_spec_insn.
21852 (find_best_expr): Remove set but not used variable avail_n.
21853 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
21854 variable e.
21855 * cgraphunit.c (assemble_thunk): Remove set but not used variable
21856 false_label.
21857 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
21858 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
21859 new_scop_exit_edge.
21860
21861 2010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
21862
21863 PR bootstrap/42786
21864 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
21865 cpu types. Add support for *-sse3 cpu types.
21866 (x86_64-*-*): Ditto.
21867
21868 2010-01-20 Jakub Jelinek <jakub@redhat.com>
21869
21870 PR middle-end/42803
21871 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
21872 argument, call initializer_constant_valid_p_1 instead of
21873 initializer_constant_valid_p, pass CACHE to it, return NULL
21874 immediately if first call returns NULL.
21875 (initializer_constant_valid_p_1): New function.
21876 (initializer_constant_valid_p): Use it.
21877
21878 2010-01-20 Thomas Quinot <quinot@adacore.com>
21879
21880 * tree.def (PLACEHOLDER_EXPR): Fix comment.
21881
21882 2010-01-20 Jakub Jelinek <jakub@redhat.com>
21883
21884 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
21885 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
21886 (loc_list_from_tree): Don't handle unsigned division. Handle
21887 signed modulo using DW_OP_{over,over,div,mul,minus}.
21888 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
21889 modulo instead of signed.
21890
21891 2010-01-20 DJ Delorie <dj@redhat.com>
21892
21893 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
21894 (Fpa): Pass it
21895 (h8300_emit_stack_adjustment): Propogate it.
21896 (push): Pass it.
21897 (h8300_expand_prologue): Likewise.
21898 (h8300_expand_epilogue): Likewise.
21899
21900 2010-01-19 Michael Matz <matz@suse.de>
21901
21902 PR tree-optimization/41783
21903 * tree-data-ref.c (toplevel): Include flags.h.
21904 (dump_data_dependence_relation): Also dump the inputs if the
21905 result will be unknown.
21906 (split_constant_offset_1): Look through some conversions.
21907 * tree-predcom.c (determine_roots_comp): Restart a new chain if
21908 the offset from last element is too large.
21909 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
21910 (reassociate_to_the_same_stmt): Handle vector registers.
21911 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
21912 (e.g. conversions).
21913 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
21914 wide_prolog_niters argument, emit widening instructions.
21915 (vect_do_peeling_for_alignment): Adjust caller, use widened
21916 variant of the iteration cound.
21917 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
21918
21919 2010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21920
21921 PR target/38697
21922 * config/arm/neon-testgen.m (emit_automatics): New parameter
21923 features. Adjust for Fixed_return_reg feature.
21924 (test_intrinsic): Call emit_automatics with new feature.
21925 * config/arm/neon.ml: Update copyright years.
21926 (features): New Fixed_return_reg feature.
21927 (ops): Update feature for Vget_low.
21928
21929 2010-01-19 Jakub Jelinek <jakub@redhat.com>
21930
21931 PR tree-optimization/42719
21932 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
21933 stmt uses.
21934
21935 PR debug/42728
21936 * fwprop.c (all_uses_available_at): Return false if def_set dest
21937 is a REG that is used in def_insn.
21938
21939 2010-01-19 Joern Rennecke <amylaar@spamcop.net>
21940
21941 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
21942
21943 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
21944 Add argument names.
21945
21946 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
21947
21948 * target.h (struct gcc_target) <secondary_reload>: Change type
21949 of last argument to secondary_reload_info *.
21950
21951 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
21952
21953 PR target/42774
21954 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
21955 memory references with unaligned offsets. Remove CQImode handling.
21956 (unaligned_memory_operand): Return 1 for memory references with
21957 unaligned offsets. Remove CQImode handling.
21958
21959 2010-01-18 Richard Guenther <rguenther@suse.de>
21960
21961 PR middle-end/39954
21962 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
21963 builtin calls.
21964
21965 2010-01-18 Richard Guenther <rguenther@suse.de>
21966
21967 PR tree-optimization/42781
21968 * tree-ssa-structalias.c (find_what_var_points_to): Skip
21969 restrict processing only if the original variable was artificial.
21970
21971 2010-01-18 Joern Rennecke <amylaar@spamcop.net>
21972
21973 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
21974 find number of popped argument bytes.
21975
21976 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
21977 Fix the text that describes the return value for invalid insns.
21978
21979 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
21980
21981 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
21982 Clarify what 'cost of the -dependence' is. Fix quoting.
21983
21984 * toplev.c (default_get_pch_validity): Rename argument to "sz".
21985 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
21986
21987 2010-01-17 Jakub Jelinek <jakub@redhat.com>
21988
21989 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
21990 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
21991
21992 2010-01-17 Richard Guenther <rguenther@suse.de>
21993
21994 PR middle-end/42248
21995 * function.c (split_complex_args): Take a VEC to modify.
21996 (assign_parms_augmented_arg_list): Build a VEC instead of
21997 a chain of PARM_DECLs.
21998 (assign_parms_unsplit_complex): Take a VEC of arguments.
21999 Do not fixup unmodified parms.
22000 (assign_parms): Deal with the VEC.
22001 (gimplify_parameters): Likewise.
22002
22003 2010-01-17 Richard Guenther <rguenther@suse.de>
22004
22005 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
22006 node existence check.
22007 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
22008 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
22009 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
22010 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
22011 (gimple_execute_on_growing_pred): Likewise.
22012
22013 2010-01-17 Richard Guenther <rguenther@suse.de>
22014
22015 PR tree-optimization/42773
22016 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
22017 (compute_antic_aux): Likewise.
22018 (compute_partial_antic_aux): Likewise.
22019
22020 2010-01-17 Jie Zhang <jie.zhang@analog.com>
22021
22022 PR debug/42767
22023 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
22024 and US_TRUNCATE.
22025
22026 2010-01-17 Joern Rennecke <amylaar@spamcop.net>
22027
22028 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
22029 appearance.
22030
22031 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
22032 Fix markup for strict argument.
22033
22034 (TARGET_SCHED_REORDER2): Fix argument types.
22035
22036 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
22037 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
22038
22039 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
22040 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
22041
22042 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
22043 Add argument name.
22044
22045 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
22046 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
22047 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
22048 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
22049 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
22050
22051 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
22052
22053 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
22054
22055 (TARGET_ASM_RELOC_RW_MASK): Add return type.
22056 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
22057
22058 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
22059
22060 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
22061 Use prototype.
22062
22063 (TARGET_ASM_NAMED_SECTION): Fix argument list.
22064
22065 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
22066 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
22067
22068 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
22069
22070 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
22071
22072 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
22073 referring to it. Fix language.
22074
22075 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
22076
22077 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
22078
22079 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
22080
22081 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
22082
22083 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
22084 '@var{stream}. Remove stray 'and'.
22085
22086 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
22087
22088 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
22089
22090 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
22091
22092 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
22093 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
22094
22095 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
22096 Fix description of return value.
22097 Rename argument "sz" to "len."
22098
22099 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
22100 Clarify meaning of 'true' return value.
22101
22102 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
22103
22104 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
22105 rep_mode versus mode_rep.
22106
22107 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
22108
22109 (TARGET_BUILTIN_DECL): Fix name.
22110
22111 (TARGET_COMMUTATIVE_P): Fix type of first argument.
22112
22113 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
22114
22115 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
22116
22117 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
22118
22119 (TARGET_RELAXED_ORDERING): Use @deftypevr.
22120
22121 (TARGET_GET_DRAP_RTX): Note that this is a hook.
22122 Clarify language.
22123
22124 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
22125 Rename argument tm_fn to md_fn.
22126
22127 (TARGET_OPTION_PRINT): Fix argument list.
22128
22129 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
22130
22131 PR target/42664
22132 * config/i386/i386.c (ix86_fixup_binary_operands):
22133 Revert FMA4 fixup of operands.
22134
22135 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22136
22137 PR gcc/42525
22138 * Makefile.in (write_entries_to_file, install-plugin):
22139 Use \012 instead of \n with tr.
22140
22141 2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
22142
22143 * configure.ac (HAVE_AS_REF): New C macro.
22144 * configure: Regenerate.
22145 * config.in: Likewise.
22146 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
22147 if HAVE_AS_REF.
22148 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
22149 if HAVE_AS_REF.
22150
22151 2010-01-16 Joern Rennecke <amylaar@spamcop.net>
22152
22153 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
22154
22155 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
22156
22157 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
22158
22159 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
22160
22161 (TARGET_IN_SMALL_DATA_P): Fix argument type.
22162
22163 (TARGET_BINDS_LOCAL_P): Fix argument type.
22164
22165 (TARGET_ASM_FILE_END): Use prototype.
22166
22167 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
22168
22169 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
22170
22171 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
22172
22173 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
22174
22175 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
22176 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
22177
22178 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
22179 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
22180
22181 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
22182 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
22183 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
22184 (TARGET_ADDR_SPACE_CONVERT): Likewise.
22185
22186 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
22187
22188 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
22189
22190 (TARGET_INIT_BUILTINS): Use prototype.
22191
22192 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
22193 Put 'const char *' in braces. Fix parameter types.
22194 (TARGET_INVALID_CONVERSION): Fix parameter types.
22195 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
22196 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
22197
22198 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
22199 Fix argument type.
22200
22201 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
22202
22203 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
22204
22205 2010-01-15 Joern Rennecke <amylaar@spamcop.net>
22206
22207 * doc/tm.texi (TARGET_HELP): Fix return type.
22208
22209 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
22210 in braces. Fix argument types.
22211
22212 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
22213
22214 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
22215
22216 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
22217
22218 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
22219 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
22220
22221 (TARGET_MANGLE_TYPE): Fix argument types.
22222
22223 (TARGET_IRA_COVER_CLASSES): Use prototype.
22224
22225 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
22226
22227 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
22228
22229 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
22230
22231 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
22232
22233 (TARGET_CALLEE_COPIES): Fix argument types.
22234
22235 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
22236
22237 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
22238
22239 (TARGET_FUNCTION_VALUE): Fix argument types.
22240
22241 (TARGET_RETURN_IN_MSB): Fix argument type.
22242
22243 (TARGET_RETURN_IN_MEMORY): Fix argument types.
22244
22245 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
22246
22247 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
22248
22249 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
22250 agree with return type.
22251
22252 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
22253
22254 2010-01-15 Jing Yu <jingyu@google.com>
22255
22256 PR rtl-optimization/42691
22257 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
22258 a pseudo to a constant and are merged, and adjust comments.
22259
22260 2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
22261
22262 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
22263
22264 2010-01-15 Richard Guenther <rguenther@suse.de>
22265
22266 PR middle-end/42739
22267 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
22268 labels of computed or non-local gotos to the destination.
22269 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
22270 landing pad label is the first label.
22271
22272 2010-01-15 Richard Guenther <rguenther@suse.de>
22273
22274 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
22275
22276 2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
22277
22278 PR target/42747
22279 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
22280 to allow generation of the xssqrtdp instruction on power7.
22281 (sqrtdf2_fpr): Ditto.
22282
22283 2010-01-14 Jakub Jelinek <jakub@redhat.com>
22284
22285 PR middle-end/42674
22286 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
22287 functions with noreturn attribute.
22288
22289 PR c++/42608
22290 * varasm.c (declare_weak): Add weak attribute to decl if it
22291 doesn't have one already.
22292 (assemble_external): Only add decls to weak_decls if they also
22293 have weak attribute.
22294
22295 2010-01-14 Alexandre Oliva <aoliva@redhat.com>
22296
22297 * var-tracking.c (var_reg_delete): Don't delete the association
22298 between REGs and values or one-part variables if the register
22299 isn't clobbered.
22300
22301 2010-01-14 Jakub Jelinek <jakub@redhat.com>
22302
22303 PR debug/42657
22304 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
22305 because its first operand is a non-localized variable.
22306
22307 2010-01-14 Martin Jambor <mjambor@suse.cz>
22308
22309 PR tree-optimization/42706
22310 * tree-sra.c (encountered_recursive_call): New variable.
22311 (encountered_unchangable_recursive_call): Likewise.
22312 (sra_initialize): Initialize both new variables.
22313 (callsite_has_enough_arguments_p): New function.
22314 (scan_function): Call decl and flags check only for IPA-SRA, check
22315 whether there is a recursive call and whether it has enough arguments.
22316 (all_callers_have_enough_arguments_p): New function.
22317 (convert_callers): Look for recursive calls only when
22318 encountered_recursive_call is set.
22319 (ipa_early_sra): Bail out either if
22320 !all_callers_have_enough_arguments_p or
22321 encountered_unchangable_recursive_call.
22322
22323 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22324
22325 * sel-sched.c: Add 2010 to copyright years.
22326 * sel-sched-ir.c: Likewise.
22327 * sel-sched-ir.h: Likewise.
22328
22329 2010-01-14 Martin Jambor <mjambor@suse.cz>
22330
22331 PR tree-optimization/42714
22332 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
22333 constructors specially.
22334
22335 2010-01-14 Andi Kleen <ak@linux.intel.com>
22336
22337 * config/i386/drivers-i386.c (detect_caches_intel):
22338 Add l2sizekb parameter and fill in.
22339 (host_detect_local_cpu): Add l2sizekb, fill in.
22340 Add Atom small cache heuristic.
22341
22342 2010-01-14 Andi Kleen <ak@linux.intel.com>
22343
22344 * config/i386/drivers-i386.c (detect_caches_cpuid4):
22345 Add level3 parameter and fill in.
22346 (detect_caches_intel): Handle level3 cache.
22347
22348 2010-01-14 Andi Kleen <ak@linux.intel.com>
22349
22350 * config/i386/drivers-i386.c (host_detect_local_cpu):
22351 Fix core duo detection.
22352
22353 2010-01-14 Andi Kleen <ak@linux.intel.com>
22354
22355 * config/i386/drivers-i386.c (host_detect_local_cpu):
22356 Fix Atom detection.
22357
22358 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22359
22360 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
22361 (rs6000_variable_issue_1): this. Use...
22362 (rs6000_variable_issue): here. Reimplement. Print debug info.
22363
22364 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22365
22366 * sel-sched-ir.c (sel_restore_other_notes): Rename to
22367 sel_restore_notes. Update all callers. Call reemit_notes
22368 for all insns.
22369
22370 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
22371
22372 PR rtl-optimization/42246
22373 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
22374 loops.
22375
22376 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
22377
22378 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
22379 all successors is the same as number of successors in current region.
22380
22381 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22382
22383 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
22384 to rename is not separable. Otherwise check that its LHS is not NULL.
22385
22386 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22387
22388 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
22389
22390 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22391
22392 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
22393 available registers when failed to discover LHS register class.
22394 Fix indentation. Update comment.
22395
22396 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
22397 Alexander Monakov <amonakov@ispras.ru>
22398
22399 PR rtl-optimization/42389
22400 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
22401 to can_issue_more.
22402 (advance_state_on_fence): Likewise.
22403 (sel_target_adjust_priority): Print debug output only when
22404 sched_verbose >= 4, not 2.
22405 (get_expr_cost): Do not issue all unique insns on the next cycle.
22406 (fill_insns): Initialize can_issue_more from the value saved
22407 with the fence.
22408 * sel-sched-ir.c (flist_add): New parameter issue_more.
22409 Init FENCE_ISSUE_MORE with it.
22410 (merge_fences): Likewise.
22411 (init_fences): Update call to flist_add.
22412 (add_to_fences, add_clean_fence_to_fences)
22413 (add_dirty_fence_to_fences): Likewise.
22414 (move_fence_to_fences): Update call to merge_fences.
22415 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
22416 sched groups.
22417 * sel-sched-ir.h (struct _fence): New field issue_more.
22418 (FENCE_ISSUE_MORE): New accessor macro.
22419
22420 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
22421
22422 PR rtl-optimization/42388
22423 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
22424 that have no predecessors nor successors. Do not call move_bb_info
22425 for empty blocks outside of current region.
22426
22427 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22428
22429 PR rtl-optimization/42294
22430 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
22431 * sel-sched.c (move_exprs_to_boundary): Transitively add all
22432 originators' originators.
22433
22434 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
22435
22436 PR rtl-optimization/39453
22437 PR rtl-optimization/42246
22438 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
22439 for pipelining_p.
22440 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
22441
22442 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
22443 Alexander Monakov <amonakov@ispras.ru>
22444
22445 PR middle-end/42245
22446 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
22447 (maybe_tidy_empty_bb): ... here. Make static. Add new
22448 argument. Update all callers.
22449 (tidy_control_flow): ... and here. Recompute topological order
22450 of basic blocks in region if necessary.
22451 (sel_redirect_edge_and_branch): Change return type. Return true
22452 if topological order might have been invalidated.
22453 (purge_empty_blocks): Export and move from...
22454 * sel-sched.c (purge_empty_blocks): ... here.
22455 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
22456 (maybe_tidy_empty_bb): Delete prototype.
22457 (purge_empty_blocks): Declare.
22458
22459 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
22460
22461 PR rtl-optimization/42249
22462 * sel-sched.c (try_replace_dest_reg): When chosen register
22463 and original register is the same, do not bail out early, but
22464 still check all original insns for validity of replacing destination
22465 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
22466 in this case.
22467
22468 2010-01-14 Jakub Jelinek <jakub@redhat.com>
22469
22470 PR c/42721
22471 Port from no-undefined-overflow branch:
22472 2009-03-09 Richard Guenther <rguenther@suse.de>
22473
22474 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
22475
22476 2010-01-14 Richard Guenther <rguenther@suse.de>
22477
22478 PR lto/42665
22479 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
22480
22481 2010-01-14 Ira Rosen <irar@il.ibm.com>
22482
22483 PR tree-optimization/42709
22484 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
22485 as scalar type in creation of constant vector operand.
22486
22487 2010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22488
22489 PR testsuite/42414
22490 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
22491 (check-parallel-%): Match `testsuite' directory component only
22492 at the end.
22493
22494 2010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
22495
22496 PR translation/39521
22497 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
22498 strings with _().
22499
22500 2010-01-13 Richard Guenther <rguenther@suse.de>
22501
22502 PR tree-optimization/42730
22503 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
22504 offset zero.
22505
22506 2010-01-13 Steve Ellcey <sje@cup.hp.com>
22507
22508 PR target/pr42542
22509 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
22510 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
22511 them signed.
22512
22513 2010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
22514
22515 * config/bfin/libgcc-bfin.ver: Regenerate based on current
22516 libgcc-std.ver. Add entries for ___smulsi3_highpart and
22517 ___umulsi3_highpart.
22518
22519 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
22520 rather than schedule_insns if the pass is enabled.
22521
22522 2010-01-13 Martin Jambor <mjambor@suse.cz>
22523
22524 PR tree-optimization/42704
22525 * tree-sra.c (sra_modify_assign): Do not delete assignments to
22526 SSA_NAMEs.
22527
22528 2010-01-13 Martin Jambor <mjambor@suse.cz>
22529
22530 PR tree-optimization/42703
22531 * tree-sra.c (analyze_access_subtree): Check that we can build a
22532 reference to the original data within the aggregate.
22533
22534 2010-01-13 Richard Guenther <rguenther@suse.de>
22535
22536 PR tree-optimization/42705
22537 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
22538
22539 2010-01-13 Richard Guenther <rguenther@suse.de>
22540
22541 PR middle-end/42716
22542 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
22543
22544 2010-01-13 Jakub Jelinek <jakub@redhat.com>
22545
22546 PR debug/41371
22547 * var-tracking.c (values_to_unmark): New variable.
22548 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
22549 values_to_unmark vector. Moved body to...
22550 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
22551 instead queue it into values_to_unmark vector.
22552 (vt_find_locations): Free values_to_unmark vector.
22553
22554 2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
22555
22556 * config/s390/s390.c (override_options): Set
22557 default of max-pending-list-length to 256
22558
22559 2010-01-13 Richard Guenther <rguenther@suse.de>
22560
22561 PR lto/42678
22562 * tree-pass.h (PROP_gimple_lcx): New.
22563 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
22564 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
22565 before the final cleanup_eh.
22566 (dump_properties): Dump PROP_gimple_lcx.
22567 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
22568 (tree_lower_complex_O0): Remove.
22569 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
22570 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
22571 tree_lower_complex, schedule TODO_update_ssa.
22572 * lto-streamer-out.c (output_function): Stream the functions
22573 properties.
22574 * lto-streamer-in.c (input_function): Likewise.
22575 (lto_read_body): Do not override them here.
22576
22577 2010-01-12 Joseph Myers <joseph@codesourcery.com>
22578
22579 PR c/42708
22580 * c-typeck.c (build_c_cast): Fold value cast to union type before
22581 wrapping it in a CONSTRUCTOR.
22582
22583 2010-01-12 Jakub Jelinek <jakub@redhat.com>
22584
22585 PR rtl-optimization/42699
22586 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
22587 involved.
22588
22589 2010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22590
22591 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
22592 SUBTARGET_WARN_UNUSED_SPEC): Move ...
22593 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
22594 SUBTARGET_WARN_UNUSED_SPEC): ... here
22595 * config/mips/iris5.h (LIBGCC_SPEC): Define.
22596
22597 2010-01-12 Julian Brown <julian@codesourcery.com>
22598
22599 * config/arm/neon-schedgen.ml (Utils): Don't try to
22600 open missing module.
22601 (find_with_result): New.
22602
22603 2010-01-12 Jakub Jelinek <jakub@redhat.com>
22604
22605 PR debug/42662
22606 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
22607 sharing when canonicalizing ({lt,ge}u (plus a b) b).
22608
22609 PR tree-optimization/42645
22610 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
22611 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
22612 decl_map, set processing_debug_stmt to -1 and return name without
22613 any remapping.
22614
22615 2010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
22616
22617 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
22618 binutils version, and reword target configuration description.
22619
22620 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
22621
22622 * config/avr/avr.h (LINKER_NAME): Remove.
22623
22624 2010-01-11 Janis Johnson <janis187@us.ibm.com>
22625
22626 PR target/42416
22627 * config/rs6000/rs6000.c (rs6000_override_options): On targets
22628 that support VSX, warn for -mno-altivec if vsx is not disabled,
22629 and disable vsx.
22630
22631 2010-01-11 Joseph Myers <joseph@codesourcery.com>
22632 Shujing Zhao <pearly.zhao@oracle.com>
22633
22634 PR translation/42469
22635 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
22636 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
22637 character between option name and help text.
22638 * c.opt (imultilib): Likewise.
22639
22640 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
22641
22642 * lto-streamer-out.c (output_unreferenced_globals): Output static
22643 variables.
22644
22645 2010-01-10 Steven Bosscher <steven@gcc.gnu.org>
22646
22647 PR rtl-optimization/42621
22648 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
22649 optimizing for size.
22650 (duplicate_computed_gotos): Remove now-redundant check.
22651
22652 2010-01-10 Steve Ellcey <sje@cup.hp.com>
22653
22654 PR target/37454
22655 * configure.ac: Save and restore LDFLAGS and LIBS
22656 * configure: Regenerate.
22657
22658 2010-01-10 Richard Guenther <rguenther@suse.de>
22659
22660 PR middle-end/42667
22661 * builtins.c (fold_builtin_strlen): Add type argument and
22662 convert the resulting length to it.
22663 (fold_builtin_1): Adjust.
22664
22665 2010-01-09 Jakub Jelinek <jakub@redhat.com>
22666
22667 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
22668 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
22669 1 insn.
22670 (num_insns_constant_wide): Adjust for that change.
22671
22672 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
22673
22674 PR debug/42631
22675 * web.c (union_defs): Add used argument, to combine uses of
22676 uninitialized regs.
22677 (entry_register): Adjust type and tests of used argument.
22678 (web_main): Widen used for new use. Pass it to union_defs.
22679 * df.h (union_defs): Adjust prototype.
22680
22681 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
22682
22683 PR debug/42630
22684 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
22685 uses in new incoming argument. Free body.
22686 (reset_debug_uses_in_loop): New.
22687 (analyze_insn_to_expand_var): Call the latter if the former found
22688 anything. Fix whitespace. Reject invalid dest overlaps before
22689 going through all insns in the loop.
22690
22691 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
22692
22693 PR debug/42629
22694 * haifa-sched.c (dying_use_p): Debug insns don't count.
22695
22696 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
22697
22698 PR middle-end/42363
22699 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
22700 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
22701 (verify_gimple_call): Reject LHS in noreturn calls.
22702
22703 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
22704
22705 PR debug/42604
22706 PR debug/42395
22707 * tree-vect-loop-manip.c (adjust_info): New type.
22708 (adjust_vec): New pointer to vector.
22709 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
22710 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
22711 (slpeel_update_phis_for_duplicate_loop): Use them.
22712 (slpeel_update_phi_nodes_for_guard1): Likewise.
22713 (slpeel_update_phi_nodes_for_guard2): Likewise.
22714 (slpeel_tree_peel_loop_to_edge): Likewise.
22715 (vect_update_ivs_after_vectorizer): Likewise.
22716
22717 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
22718
22719 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
22720 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
22721
22722 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
22723
22724 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
22725 bogus uninitialized warning.
22726
22727 2010-01-09 Richard Guenther <rguenther@suse.de>
22728
22729 PR middle-end/42512
22730 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
22731 the evolution is compatible with the initial condition.
22732
22733 2010-01-09 Jakub Jelinek <jakub@redhat.com>
22734
22735 * gcc.c (process_command): Update copyright notice dates.
22736 * gcov.c (print_version): Likewise.
22737 * gcov-dump.c (print_version): Likewise.
22738 * mips-tfile.c (main): Likewise.
22739 * mips-tdump.c (main): Likewise.
22740
22741 2010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
22742
22743 PR target/41885
22744 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
22745 (rotlhi3): Delete.
22746 (rotlhi3_8): Delete.
22747 (rotlsi3): Delete.
22748 (rotlsi3_8): Delete.
22749 (rotlsi3_16): Delete.
22750 (rotlsi3_24): Delete.
22751 (rotl<mode>3): New.
22752 (*rotw<mode>3): New.
22753 (*rotb<mode>3): New.
22754 * config/avr/avr.c (avr_rotate_bytes): New function.
22755 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
22756
22757 2010-01-08 Steve Ellcey <sje@cup.hp.com>
22758
22759 PR target/37454
22760 * configure.ac: Modify -rdynamic check.
22761 * configure: Regenerate.
22762
22763 2010-01-08 DJ Delorie <dj@redhat.com>
22764
22765 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
22766 register popping order.
22767
22768 2010-01-08 Richard Guenther <rguenther@suse.de>
22769
22770 PR lto/42528
22771 * c.opt (fsigned-char): Also let LTO handle this option.
22772 (funsigned-char): Likewise.
22773
22774 2010-01-07 Richard Guenther <rguenther@suse.de>
22775
22776 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
22777 (gimple_op): Likewise.
22778 (gimple_op_ptr): Likewise.
22779 (gimple_assign_set_lhs): Remove gcc_assert.
22780 (gimple_assign_set_rhs1): Likewise.
22781 (gimple_assign_set_rhs2): Likewise.
22782 (gimple_call_set_lhs): Likewise.
22783 (gimple_call_set_fn): Likewise.
22784 (gimple_call_set_fndecl): Likewise.
22785 (gimple_call_fndecl): Likewise.
22786 (gimple_call_return_type): Likewise.
22787 (gimple_call_set_chain): Likewise.
22788 (gimple_call_num_args): Likewise.
22789 (gimple_call_set_arg): Likewise.
22790 (gimple_cond_set_code): Likewise.
22791 (gimple_cond_set_lhs): Likewise.
22792 (gimple_cond_set_rhs): Likewise.
22793 (gimple_cond_set_true_label): Likewise.
22794 (gimple_cond_set_false_label): Likewise.
22795 (gimple_label_set_label): Likewise.
22796 (gimple_goto_set_dest): Likewise.
22797 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
22798 (gimple_debug_bind_get_value): Likewise.
22799 (gimple_debug_bind_get_value_ptr): Likewise.
22800 (gimple_debug_bind_set_var): Likewise.
22801 (gimple_debug_bind_set_value): Likewise.
22802 (gimple_debug_bind_reset_value): Likewise.
22803 (gimple_debug_bind_has_value_p): Likewise.
22804 (gimple_return_retval_ptr): Remove gcc_assert.
22805 (gimple_return_retval): Likewise.
22806 (gimple_return_set_retval): Likewise.
22807 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
22808 (safe_referenced_var_iterator): Remove.
22809 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
22810 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
22811 (fill_referenced_var_vec): Remove.
22812 (first_readonly_imm_use): Remove redundant gcc_assert.
22813 (phi_arg_index_from_use): Combine gcc_asserts.
22814 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
22815 (first_imm_use_stmt): Remove redundant gcc_assert.
22816 * tree-cfg.c (verify_gimple_call): Verify function and chain
22817 operands. Verify arguments.
22818 (verify_types_in_gimple_stmt): Verify condition code and labels.
22819
22820 2010-01-07 Richard Guenther <rguenther@suse.de>
22821
22822 PR tree-optimization/42641
22823 * sese.c (rename_map_elt_info): Use the SSA name version, do
22824 not hash pointers.
22825
22826 2010-01-07 Jakub Jelinek <jakub@redhat.com>
22827
22828 PR tree-optimization/42625
22829 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
22830 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
22831
22832 2010-01-07 Duncan Sands <baldrick@free.fr>
22833
22834 * Makefile.in (PLUGIN_HEADERS): Add version.h.
22835
22836 2010-01-07 Uros Bizjak <ubizjak@gmail.com>
22837
22838 PR target/42511
22839 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
22840 note itself is not function_invariant_p.
22841
22842 2009-01-07 Steven Bosscher <steven@gcc.gnu.org>
22843
22844 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
22845 Do not add the DF_NOTE problem.
22846 * store-motion.c (execute_rtl_store_motion): Likewise.
22847
22848 2010-01-07 Martin Jambor <mjambor@suse.cz>
22849
22850 PR tree-optimization/42157
22851 * tree-sra.c (compare_access_positions): Stabilize sort if both
22852 accesses have integer types, return zero immediately if they are the
22853 same.
22854
22855 2010-01-06 Richard Henderson <rth@redhat.com>
22856
22857 PR middle-end/41883
22858 * haifa-sched.c (add_to_note_list): Merge into ...
22859 (concat_note_lists): ... here, and ...
22860 (unlink_other_notes, rm_other_notes): Merge into...
22861 (remove_notes): ... here. Create REG_SAVE_NOTEs for
22862 NOTE_INSN_EPILOGUE_BEG.
22863
22864 2010-01-06 Richard Guenther <rguenther@suse.de>
22865
22866 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
22867 not inline regular functions into always-inline functions.
22868
22869 2010-01-06 Nick Clifton <nickc@redhat.com>
22870
22871 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
22872 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
22873 used together.
22874 (OVERRIDE_OPTIONS): Delete.
22875 (OPTIMIZATION_OPTIONS): Define.
22876 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
22877 * config/rx/rx.c (rx_handle_option): Issue an error message if
22878 -mcpu=rx200 and -fpu are used together.
22879 (rx_set_optimization_options): New function. Issue an error
22880 message if an optimization attribute attempts to reset the FPU/
22881 math optimization pairing.
22882 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
22883 * config/rx/rx.opt: Set the default to 32-bit doubles.
22884 * config/rx/t-rx: Add multilibs for -nofpu option.
22885 * doc/invoke.texi: Update documentation of RX options.
22886
22887 2010-01-06 Richard Guenther <rguenther@suse.de>
22888
22889 * tree-ssa-pre.c (name_to_id): New global.
22890 (alloc_expression_id): Simplify SSA name handling.
22891 (lookup_expression_id): Likewise.
22892 (init_pre): Zero name_to_id.
22893 (fini_pre): Free it.
22894
22895 2010-01-06 Uros Bizjak <ubizjak@gmail.com>
22896
22897 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
22898
22899 2010-01-05 H.J. Lu <hongjiu.lu@intel.com>
22900
22901 PR target/42542
22902 * config/i386/sse.md (smaxv2di3): New.
22903 (umaxv2di3): Likewise.
22904 (sminv2di3): Likewise.
22905 (uminv2di3): Likewise.
22906
22907 2010-01-05 Eric Botcazou <ebotcazou@adacore.com>
22908
22909 PR target/42564
22910 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
22911 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
22912 (legitimize_tls_address): Likewise.
22913 (sparc_tls_referenced_p): Likewise.
22914 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
22915 and adjust calls to legitimize_pic_address.
22916 (legitimate_constant_p) Use sparc_tls_referenced_p.
22917 (legitimate_pic_operand_p): Likewise.
22918 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
22919 (sparc_tls_symbol_ref_1): Delete.
22920 (sparc_tls_referenced_p): Make static, recognize specific patterns.
22921 (legitimize_tls_address): Make static, handle CONST patterns.
22922 (legitimize_pic_address): Make static, remove unused parameter and
22923 adjust recursive calls.
22924 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
22925 and adjust call to legitimize_pic_address.
22926 (sparc_output_mi_thunk): Likewise.
22927
22928 2010-01-05 Paolo Bonzini <bonzini@gnu.rg>
22929 H.J. Lu <hongjiu.lu@intel.com>
22930
22931 PR target/42542
22932 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
22933 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
22934 operands to make them signed.
22935
22936 Revert:
22937 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
22938
22939 PR target/42542
22940 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
22941 GTU to GT for V4SI and V2DI.
22942
22943 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
22944 (umin<mode>3): Removed.
22945 (uminv8hi3): New.
22946 (uminv4si3): Likewise.
22947
22948 2010-01-05 Martin Jambor <mjambor@suse.cz>
22949
22950 PR tree-optimization/42462
22951 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
22952 current_function_decl to helper functions and macros.
22953
22954 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22955
22956 PR bootstrap/41771
22957 * flags.h: Don't include real.h.
22958 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
22959 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
22960 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
22961 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
22962 * dominance.c: Update copyright.
22963 * gimple.c (walk_gimple_op): Remove inline.
22964 * tree-ssa-reassoc.c: Include real.h.
22965 * Makefile.in (FLAGS_H): Remove $(REAL_H).
22966 (tree-ssa-reassoc.o): Depend on $(REAL_H).
22967
22968 2010-01-05 Nick Clifton <nickc@redhat.com>
22969
22970 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
22971 register to push into the stack frame when the accumulator has to
22972 be saved during interrupts.
22973
22974 2010-01-05 Eric Fisher <joefoxreal@gmail.com>
22975
22976 * doc/invoke.texi: Remove the documentation about option
22977 -Wunreachable-code.
22978 * common.opt (Wunreachable-code): Preserved for backward
22979 compatibility.
22980 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
22981 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
22982 the backward compatibility flag section.
22983
22984 2010-01-05 Richard Guenther <rguenther@suse.de>
22985
22986 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
22987
22988 2010-01-05 Jakub Jelinek <jakub@redhat.com>
22989
22990 PR other/42611
22991 * cfgexpand.c (expand_one_var): Diagnose too large variables.
22992
22993 PR tree-optimization/42508
22994 * tree-sra.c (convert_callers): Check for recursive call
22995 by comparing cgraph nodes instead of decls.
22996 (modify_function): Call ipa_modify_formal_parameters also
22997 on all same_body aliases.
22998
22999 * cgraphunit.c (cgraph_materialize_all_clones): Compare
23000 cgraph nodes when checking for same_body aliases.
23001
23002 2010-01-05 Richard Guenther <rguenther@suse.de>
23003
23004 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
23005 allocation and lookup.
23006 (get_or_alloc_expr_for_constant): Likewise.
23007 (phi_translate): Sink allocation.
23008
23009 2010-01-04 Richard Guenther <rguenther@suse.de>
23010
23011 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
23012 a new entry only if needed.
23013 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
23014 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
23015 hashtable lookup.
23016 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
23017 the result array.
23018 (phi_translate): Handle CONSTANTs early.
23019
23020 2010-01-04 Martin Jambor <mjambor@suse.cz>
23021
23022 PR tree-optimization/42398
23023 * tree-sra.c (struct access): Removed flag grp_different_types.
23024 (dump_access): Do not dump the removed flag.
23025 (sort_and_splice_var_accesses): Do not set the removed flag.
23026 (sra_modify_expr): Check for type compatibility directly.
23027
23028 2010-01-04 Martin Jambor <mjambor@suse.cz>
23029
23030 PR tree-optimization/42366
23031 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
23032 edges with variable number of parameters.
23033 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
23034 flag instead of asserting it.
23035 (ipa_read_node_info): Read uses_analysis_done flag.
23036
23037 2010-01-04 Richard Guenther <rguenther@suse.de>
23038
23039 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
23040 iterative_hash_* as intended.
23041 (vn_reference_compute_hash): Likewise. Simplify hashing
23042 SSA names.
23043 (vn_reference_lookup_2): Likewise.
23044 (vn_nary_op_compute_hash): Likewise.
23045 (vn_phi_compute_hash): Likewise.
23046 (expressions_equal_p): Remove strange code.
23047 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
23048 (pre_expr_hash): Likewise. Simplify hashing SSA names.
23049 (bitmap_insert_into_set_1): Take value-id as parameter.
23050 (add_to_value): Pass it.
23051 (bitmap_insert_into_set): Likewise.
23052 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
23053
23054 2010-01-04 Jakub Jelinek <jakub@redhat.com>
23055
23056 PR driver/42442
23057 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
23058 (do_self_spec): For switches with SWITCH_IGNORE set set also
23059 SWITCH_IGNORE_PERMANENTLY.
23060 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
23061 of SWITCH_IGNORE.
23062
23063 2010-01-04 Rafael Avila de Espindola <espindola@google.com>
23064
23065 * lto-streamer-out.c (output_unreferenced_globals): Output the full
23066 tree of an unreferenced global var.
23067
23068 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
23069
23070 PR target/42542
23071 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
23072 GTU to GT for V4SI and V2DI.
23073
23074 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
23075 (umin<mode>3): Removed.
23076 (uminv8hi3): New.
23077 (uminv4si3): Likewise.
23078
23079 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
23080
23081 PR lto/42581
23082 * collect2.c (main): Turn on trace in collect2 if -v is passed
23083 to gcc with LTO.
23084
23085 2010-01-03 Jerry Quinn <jlquinn@optonline.net>
23086
23087 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
23088 description of expression operand.
23089
23090 2010-01-03 Andrew Jenner <andrew@codesourcery.com>
23091
23092 * configure.ac: Add install-html to target_list for Make-hooks.
23093 * configure: Regenerate.
23094 * fortran/Make-lang.in (F95_HTMLFILES): New.
23095 (fortran.html): Use it.
23096 (fortran.install-html): New.
23097 * Makefile.in (install-html): Add lang.install-html.
23098 * java/Make-lang.in (JAVA_HTMLFILES): New.
23099 (java.html): Use it.
23100 (java.install-html): New.
23101 * objc/Make-lang.in (objc.install-html): New.
23102 * objcp/Make-lang.in (obj-c++.install-html): New.
23103 * cp/Make-lang.in (c++.install-html): New.
23104 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
23105 * lto/Make-lang.in (lto.install-html): New.
23106
23107 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
23108
23109 PR lto/42520
23110 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
23111
23112 2009-01-03 Steven Bosscher <steven@gcc.gnu.org>
23113
23114 PR rtl-optimization/41862
23115 * store-motion.c (store_killed_in_insn, compute_store_table,
23116 remove_reachable_equiv_notes, replace_store_insn,
23117 build_store_vectors): Ignore all DEBUG_INSNs.
23118
23119 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
23120
23121 PR lto/41564
23122 * common.opt: Add dumpdir.
23123
23124 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
23125 isn't specified.
23126 (option_map): Add --dumpdir.
23127
23128 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
23129
23130 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
23131
23132 * opts.c (decode_options): Try dump_dir_name first if
23133 dump_base_name isn't an absolute path.
23134 (common_handle_option): Handle OPT_dumpdir.
23135
23136 * toplev.c (dump_dir_name): New.
23137 (print_switch_values): Also ignore -dumpdir.
23138
23139 * toplev.h (dump_dir_name): New.
23140
23141 2010-01-03 Richard Guenther <rguenther@suse.de>
23142
23143 PR tree-optimization/42589
23144 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
23145 double-word expansion of bswap32.
23146
23147 2010-01-03 Steven Bosscher <steven@gcc.gnu.org>
23148
23149 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
23150 with BLOCK_FOR_INSN.
23151 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
23152 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
23153 noce_process_if_block): Likewise.
23154 * gcse.c (compute_local_properties, insert_expr_in_table,
23155 insert_set_in_table, canon_list_insert, find_avail_set,
23156 pre_insert_copy_insn): Likewise.
23157
23158 * basic-block.h (BLOCK_NUM): Move from here...
23159 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
23160
23161 2010-01-03 Richard Guenther <rguenther@suse.de>
23162
23163 PR tree-optimization/42438
23164 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
23165 contains_may_not_return_call flag.
23166 (BB_MAY_NOTRETURN): New.
23167 (valid_in_sets): Trapping nary operations are not valid
23168 in blocks that may not return.
23169 (insert_into_preds_of_block): Remove check for trapping expressions.
23170 (compute_avail): Compute also BB_MAY_NOTRETURN.
23171
23172 2010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
23173
23174 * doc/invoke.texi: Add 2010 to copyright years.
23175
23176 2010-01-03 Eric Botcazou <ebotcazou@adacore.com>
23177
23178 * config/sparc/sparc.c: Fix formatting nits.
23179
23180 2010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
23181 Alexander Monakov <amonakov@ispras.ru>
23182
23183 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
23184
23185 2010-01-02 Richard Guenther <rguenther@suse.de>
23186
23187 PR middle-end/42577
23188 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
23189 (simplify_switch_using_ranges): Mark to be removed edges
23190 as non-executable.
23191
23192 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23193
23194 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
23195
23196 * collect2.c (scan_libraries): Add missing argument in call to
23197 scan_prog_file.
23198
23199 2010-01-02 Uros Bizjak <ubizjak@gmail.com>
23200
23201 PR target/42448
23202 * config/alpha/predicates.md (aligned_memory_operand): Return false
23203 for CQImode.
23204 (unaligned_memory_operand): Return true for CQImode.
23205 * config/alpha/alpha.c (get_aligned_mem): Assert that location
23206 doesn not cross aligned SImode word boundary.
23207
23208 2010-01-02 Anatoly Sokolov <aesok@post.ru>
23209
23210 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
23211 Remove.
23212 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
23213 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
23214
23215 2010-01-02 Richard Guenther <rguenther@suse.de>
23216
23217 PR lto/41597
23218 * toplev.c (compile_file): Emit LTO marker properly. Change
23219 it to __gnu_lto_v1.
23220 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
23221
23222 2010-01-01 Richard Guenther <rguenther@suse.de>
23223
23224 PR debug/42455
23225 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
23226
23227 2010-01-01 Richard Guenther <rguenther@suse.de>
23228
23229 PR c/42570
23230 * c-decl.c (grokdeclarator): For zero-size arrays force
23231 structural equality checks as layout_type does.
23232
23233 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
23234
23235 * builtins.c: Update copyright to 2010.
23236
23237 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
23238
23239 PR lto/42531
23240 * lto-streamer-out.c (produce_asm): Revert the last change.
23241 (copy_function): Likewise.
23242
23243 * lto-streamer.c (lto_get_section_name): Skip any leading
23244 asterisk in name.
23245
23246 2010-01-01 Richard Guenther <rguenther@suse.de>
23247
23248 PR middle-end/42559
23249 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
23250 for LABEL_DECLs.
23251
23252 \f
23253 Copyright (C) 2010 Free Software Foundation, Inc.
23254
23255 Copying and distribution of this file, with or without modification,
23256 are permitted in any medium without royalty provided the copyright
23257 notice and this notice are preserved.