OSDN Git Service

2010-08-27 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-08-27  Olivier Hainque  <hainque@adacore.com>
2             Eric Botcazou  <ebotcazou@adacore.com>
3
4         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
5         cover all the possible offsets from this base.
6         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
7
8 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
9
10         PR tree-optimization/44485
11         * calls.c (flags_from_decl_or_type): For const or pure
12         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
13         together with ECF_CONST resp. ECF_PURE.
14         * builtins.c (expand_builtin): Use flags_from_decl_or_type
15         instead of querying flags directly.
16         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
17         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
18
19 2010-08-26  Richard Guenther  <rguenther@suse.de>
20
21         PR tree-optimization/45255
22         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P
23         statics and externals are also invariant.
24
25 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
26
27         PR rtl-optimization/44858
28         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
29         newi2pat, make sure they don't affect newpat.
30
31         PR rtl-optimization/45400
32         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
33         SUBREG_REG if both modes are of MODE_INT class.
34
35 2010-08-25  Julian Brown  <julian@codesourcery.com>
36
37         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
38         * config/arm/arm.md (generic_sched): No for Cortex-A5.
39         (generic_vfp): Likewise.
40         (cortex-a5.md): Include.
41         * config/arm/cortex-a5.md: New.
42
43 2010-08-25  Richard Guenther  <rguenther@suse.de>
44
45         * alias.c (get_alias_set): Assign a single alias-set to
46         all pointers.
47         * gimple.c (gimple_get_alias_set): Remove special handling
48         for pointers.
49
50 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
51
52         PR middle-end/45355
53         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
54         dead_or_set_p when computing i0_feeds_i2_n.
55
56         * combine.c (find_split_point): Undo canonicalization of multiply-add
57         to (minus x (mult)) when it seems likely that this will increase the
58         chances of a split.
59
60 2010-08-25  Richard Guenther  <rguenther@suse.de>
61
62         PR lto/44562
63         * lto-streamer.c (lto_record_common_node): Do not mess with
64         TYPE_CANONICAL when not in lto.
65         * gimple.c (gimple_register_type): Likewise.
66
67 2010-08-25  Richard Guenther  <rguenther@suse.de>
68
69         PR tree-optimization/45316
70         * tree-ssa-pre.c (eliminate): Properly clean EH info.
71
72 2010-08-25  Richard Guenther  <rguenther@suse.de>
73
74         PR tree-optimization/45393
75         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
76         and clean EH info.  Avoid SSA update.
77         (execute_cse_sincos): Cleanup the CFG if it has changed.
78
79 2010-08-25  Richard Guenther  <rguenther@suse.de>
80
81         PR middle-end/45379
82         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
83         TARGET_MEM_REF in alignment computation.
84
85 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
86
87         PR tree-optimization/45059
88         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
89         type conversions from newop{1,2}.  Assert t is a comparison and
90         newop{1,2} after the stripping are gimple vals.
91
92 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
93
94         * config/arm/iterators.md (VU, SE, V_widen_l): New.
95         (V_unpack, US): New.
96         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for
97         vmovl.
98         (vec_unpack<US>_lo_<mode>): Likewise.
99         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
100         (neon_vec_unpack<US>_lo_<mode>): Likewise.
101         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
102         (vec_widen_<US>mult_hi_<mode>): Likewise.
103         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
104         (neon_vec_<US>mult_hi_<mode>"): Likewise.
105         (neon_unpack<US>_<mode>): Widening move intermediate step for
106         vectorizing without -mvectorize-with-neon-quad.
107         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
108         for vectorizing without -mvectorize-with-neon-quad.
109         * config/arm/predicates.md (vect_par_constant_high): Check for
110         high-half lanes of a vector.
111         (vect_par_constant_low): Check for low-half lanes of a vector.
112
113 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
114
115         * tree-if-conv.c (struct ifc_dr): New.
116         (IFC_DR): New.
117         (DR_WRITTEN_AT_LEAST_ONCE): New.
118         (DR_RW_UNCONDITIONALLY): New.
119         (memref_read_or_written_unconditionally): Use the cached values
120         when possible.
121         (write_memref_written_at_least_once): Same.
122         (if_convertible_loop_p): Initialize and free DR->aux fields.
123
124 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
125
126         * gimple.c (gimple_could_trap_p_1): Not static anymore.
127         Pass an extra bool parameter include_mem.
128         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
129         (gimple_assign_rhs_could_trap_p): Same.
130         * gimple.h (gimple_could_trap_p_1): Declared.
131         * tree-data-ref.h (same_data_refs_base_objects): New.
132         (same_data_refs): New.
133         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
134         (write_memrefs_written_at_least_once): New.
135         (ifcvt_memrefs_wont_trap): New.
136         (operations_could_trap): New.
137         (ifcvt_could_trap_p): New.
138         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
139         Gets a vector of data refs.
140         (if_convertible_stmt_p): Same.
141         (if_convertible_loop_p_1): New.
142         (if_convertible_loop_p): Call if_convertible_loop_p_1.
143
144 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
145
146         * common.opt (ftree-loop-if-convert-stores): New flag.
147         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
148         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
149         the created statement before GSI.
150         (if_convertible_phi_p): Allow virtual phi nodes when
151         flag_loop_if_convert_stores is set.
152         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
153         Do not handle types that do not match is_gimple_reg_type.
154         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
155         when flag_loop_if_convert_stores is set, as LHS can contain
156         memory refs.
157         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
158         to if_convertible_gimple_assign_stmt_p.
159         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
160         (replace_phi_with_cond_gimple_assign_stmt): Renamed
161         predicate_scalar_phi.  Do not handle virtual phi nodes.
162         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
163         Call predicate_scalar_phi.
164         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
165         just after the labels for flag_loop_if_convert_stores, otherwise
166         insert the predicate in the end of the BB.
167         (predicate_mem_writes): New.
168         (combine_blocks): Call predicate_all_scalar_phis.  When
169         flag_loop_if_convert_stores is set, call predicate_mem_writes.
170         (tree_if_conversion): Call mark_sym_for_renaming when
171         flag_loop_if_convert_stores is set.
172         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
173         flag_loop_if_convert_stores is set.
174
175 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
176
177         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
178         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
179         (pa_function_value): Make static.
180         (override_options): Rename to...
181         (pa_option_override): ...this. Make static.
182         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
183         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
184         TARGET_OPTION_OVERRIDE): Define.
185         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
186         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
187         Remove.
188         * config/pa/pa-protos.h (override_options): Remove.
189
190 2010-08-24  Richard Guenther  <rguenther@suse.de>
191
192         PR middle-end/45379
193         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
194         if addr->index is NULL or zero.
195         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
196         TARGET_MEM_REF more properly.
197         (indirect_ref_may_alias_decl_p): Likewise.
198         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
199         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more
200         properly.
201
202 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
203
204         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
205         (m32c_override_options): Rename to...
206         (m32c_option_override): ...this. Make static.
207         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
208         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
209         Remove.
210         * config/m32c/m32c-protos.h (m32c_override_options,
211         m32c_function_value_regno_p): Remove.
212
213 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
214
215         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
216         Fix a typo in a previous commit.
217
218 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
219
220         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
221         Pre-initialize innerloop_iters to one.
222
223 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
224
225         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
226         existing static function global.
227
228         *tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
229         is changed to global.
230
231         *tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
232         may_be_nonaddressable_p on base, and don't collect this reference
233         if the address of the base could not be taken.
234
235 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
236
237         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
238         enable the compiler to autovectorize mathmetical functions for
239         power7 using the Mathematical Acceleration Subsystem library.
240
241         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
242         handle which vector math library we have.
243         (rs6000_override_options): Add -mveclibabi=mass support.
244         (rs6000_builtin_vectorized_libmass): New function to handle auto
245         vectorizing math functions that are in the MASS library.
246         (rs6000_builtin_vectorized_function): Call it.
247
248         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
249         -mveclibabi=mass.
250
251 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
252
253         PR boehm-gc/34544
254         * gthr-posix.h (__gthread_active_init): Delete.
255         (__gthread_active_p): Do activity check here.
256         Don't include errno.h on hppa-hpux.  Update comment.
257         * gthr-posix95.h (__gthread_active_init): Delete.
258         (__gthread_active_p): Do activity check here.
259         Don't include errno.h on hppa-hpux.  Update comment.
260         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
261         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
262         add -lpthread when -mt or -pthread is specified.
263         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
264         (LINK_GCC_C_SEQUENCE_SPEC): Define.
265         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
266         (stublib.c, pthread_default_stacksize_np-stub.o,
267         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
268         $(T)libgcc_stub.a): Add methods.
269         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
270         (stublib.c, pthread_default_stacksize_np-stub.o,
271         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
272         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
273         pthread_mutex_unlock): New stubs.
274
275 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
276
277         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
278         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
279         options.
280         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
281         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
282         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
283         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
284         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
285         "-l".
286         * cppspec.c: Include opts.h.
287         (lang_specific_driver): Use cl_decoded_option structures.
288         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
289         * doc/tm.texi: Regenerate.
290         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
291         (driver_handle_option): Allow driver options needing no special
292         processing.
293         (process_command): Decode options before call to
294         lang_specific_driver.  Pass decoded options to
295         lang_specific_driver.
296         * gcc.h (lang_specific_driver): Update prototype.
297         * gccspec.c: Include opts.h.
298         (lang_specific_driver): Use cl_decoded_option structures.
299         * opts-common.c (option_ok_for_language, generate_option,
300         generate_option_input_file): New.
301         (decode_cmdline_option): Use option_ok_for_language.
302         (decode_cmdline_options_to_array): Use generate_option_input_file.
303         (handle_generated_option): Use generate_option.
304         * opts.h (generate_option, generate_option_input_file): Declare.
305
306 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
307
308         * config/mips/mips.c (mips_override_options): Rename to...
309         (mips_option_override): ...this. Make static.
310         (TARGET_OPTION_OVERRIDE): Define.
311         (mips_in_small_data_p): Update comment.
312         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
313         (FIXED_REGISTERS): Update comment.
314         * config/mips/mips-protos.h (mips_override_options): Remove.
315
316 2010-08-21  Olivier Hainque  <hainque@adacore.com>
317
318         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
319
320 2010-08-21  Olivier Hainque  <hainque@adacore.com>
321
322         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
323         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
324
325 2010-08-20  Jan Hubicka  <jh@suse.cz>
326
327         * tree-pass.h (pass_ipa_cdtor_merge): New function.
328         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
329         heap allocated.
330         (record_cdtor_fn): Move to ipa.c; do not test for
331         have_ctors_dtors.
332         (build_cdtor): Move to ipa.c; add code avoiding construction
333         when target have ctors/dtors and there is only one ctor/dtor at given
334         priority.
335         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize sort;
336         reverse order of constructors.
337         (cgraph_build_cdtor_fns):Move to ipa.c; rename to build_cdtor_fns.
338         (cgraph_finalize_function): Do not call record_cdtor_fn.
339         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
340         (cgraph_build_static_cdtor): Move to ipa.c.
341         * ipa.c: Include target.h and tree-iterator.h.
342         (cgraph_build_static_cdtor, static_ctors, static_dtors,
343         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
344         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
345         pass_ipa_cdtor_merge): New.
346         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
347         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of bounds access.
348
349 2010-08-20  Jan Hubicka  <jh@suse.cz>
350
351         PR c++/45307
352         PR c++/17736
353         * cgraph.h (cgraph_only_called_directly_p,
354         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
355         static cdtors.
356         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
357         are not needed.
358         (cgraph_finalize_function): Static cdtors are reachable.
359         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
360
361 2010-08-20  Jan Hubicka  <jh@suse.cz>
362
363         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.
364         * lto-streamer-out.c (lto_output): Likewise.
365         * passes.c (ipa_write_optimization_summaries): Initialize statement uids.
366
367 2010-08-20  Olivier Hainque  <hainque@adacore.com>
368
369         * tree.h (alias_diag_flags): New enum.
370         (alias_pair): Add an 'emitted_diags' field.
371         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
372         (assemble_alias): Initialize emitted_diags of new pairs.
373
374 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
375
376         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
377         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
378         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
379         (STACK_CHECK_PROTECT): Define.
380         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
381         (output_probe_stack_range): Likewise.
382         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
383         builtin stack checking is enabled.
384         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
385         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
386         (probe_stack_range): New insn.
387
388 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
389
390         PR target/45336
391         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
392         short first.
393
394         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
395         char first.
396
397 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
398
399         PR target/45336
400         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
401         to cover zero extension into 64-bit register.
402         (*sse2_pextrw): Likewise.
403         (*sse4_1_pextrd_zext): New insn.
404
405 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
406
407         revert r163410, partially revert r163267.
408         * config/rs6000/darwin.h (LIB_SPEC): Remove.
409         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all 
410         Darwin versions.
411         
412 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
413
414         PR middle-end/44974
415         * builtins.c (expand_builtin): Don't optimize away
416         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
417
418 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
419
420         * config/i386/i386.md (ashift RSP splitter): Remove splitter.
421         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
422         alternative 1 of operand 2.
423
424 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
425             Paolo Bonzini  <bonzini@gnu.org>
426
427         * simplify-rtx.c (simplify_unary_operation_1): Optimize
428         (sign_extend (zero_extend (...)) and
429         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
430
431 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
432
433         PR rtl-optimization/45353
434         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
435         after bb_note is a BARRIER.
436
437 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
438
439         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
440         linking libgcc.a.
441
442 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
443             Michael Matz  <matz@suse.de>
444
445         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
446
447 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
448
449         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
450         (ggc_mark_roots): ...here.
451
452 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
453
454         * vec.h (FOR_EACH_VEC_ELT): Define.
455         * c-decl.c: Use it.
456         * cfgloop.c: Likewise.
457         * cfgloopmanip.c: Likewise.
458         * cgraph.c: Likewise.
459         * cgraphunit.c: Likewise.
460         * combine.c: Likewise.
461         * config/bfin/bfin.c: Likewise.
462         * config/mips/mips.c: Likewise.
463         * config/rs6000/rs6000.c: Likewise.
464         * dbxout.c: Likewise.
465         * df-scan.c: Likewise.
466         * dominance.c: Likewise.
467         * dse.c: Likewise.
468         * dwarf2out.c: Likewise.
469         * except.c: Likewise.
470         * expr.c: Likewise.
471         * function.c: Likewise.
472         * gcse.c: Likewise.
473         * genattr.c: Likewise.
474         * ggc-common.c: Likewise.
475         * gimplify.c: Likewise.
476         * graphite-blocking.c: Likewise.
477         * graphite-clast-to-gimple.c: Likewise.
478         * graphite-dependences.c: Likewise.
479         * graphite-interchange.c: Likewise.
480         * graphite-poly.c: Likewise.
481         * graphite-scop-detection.c: Likewise.
482         * graphite-sese-to-poly.c: Likewise.
483         * graphite.c: Likewise.
484         * haifa-sched.c: Likewise.
485         * ifcvt.c: Likewise.
486         * implicit-zee.c: Likewise.
487         * ipa-prop.c: Likewise.
488         * ipa-struct-reorg.c: Likewise.
489         * ipa.c: Likewise.
490         * ira-build.c: Likewise.
491         * ira-color.c: Likewise.
492         * ira-emit.c: Likewise.
493         * lambda-code.c: Likewise.
494         * loop-invariant.c: Likewise.
495         * loop-unroll.c: Likewise.
496         * lower-subreg.c: Likewise.
497         * lto-cgraph.c: Likewise.
498         * lto-opts.c: Likewise.
499         * lto-streamer-in.c: Likewise.
500         * lto-streamer-out.c: Likewise.
501         * lto-streamer.c: Likewise.
502         * lto-symtab.c: Likewise.
503         * matrix-reorg.c: Likewise.
504         * opts.c: Likewise.
505         * predict.c: Likewise.
506         * print-tree.c: Likewise.
507         * sdbout.c: Likewise.
508         * sel-sched-dump.c: Likewise.
509         * sel-sched-ir.c: Likewise.
510         * sel-sched.c: Likewise.
511         * sese.c: Likewise.
512         * stor-layout.c: Likewise.
513         * tree-cfg.c: Likewise.
514         * tree-cfgcleanup.c: Likewise.
515         * tree-chrec.c: Likewise.
516         * tree-data-ref.c: Likewise.
517         * tree-emutls.c: Likewise.
518         * tree-inline.c: Likewise.
519         * tree-into-ssa.c: Likewise.
520         * tree-loop-distribution.c: Likewise.
521         * tree-loop-linear.c: Likewise.
522         * tree-mudflap.c: Likewise.
523         * tree-outof-ssa.c: Likewise.
524         * tree-parloops.c: Likewise.
525         * tree-predcom.c: Likewise.
526         * tree-pretty-print.c: Likewise.
527         * tree-scalar-evolution.c: Likewise.
528         * tree-ssa-live.c: Likewise.
529         * tree-ssa-loop-im.c: Likewise.
530         * tree-ssa-loop-ivcanon.c: Likewise.
531         * tree-ssa-loop-ivopts.c: Likewise.
532         * tree-ssa-loop-manip.c: Likewise.
533         * tree-ssa-loop-niter.c: Likewise.
534         * tree-ssa-loop-prefetch.c: Likewise.
535         * tree-ssa-phiprop.c: Likewise.
536         * tree-ssa-pre.c: Likewise.
537         * tree-ssa-reassoc.c: Likewise.
538         * tree-ssa-sccvn.c: Likewise.
539         * tree-ssa-structalias.c: Likewise.
540         * tree-ssa.c: Likewise.
541         * tree-vect-data-refs.c: Likewise.
542         * tree-vect-loop-manip.c: Likewise.
543         * tree-vect-loop.c: Likewise.
544         * tree-vect-patterns.c: Likewise.
545         * tree-vect-slp.c: Likewise.
546         * tree-vect-stmts.c: Likewise.
547         * tree-vrp.c: Likewise.
548         * tree.c: Likewise.
549         * value-prof.c: Likewise.
550         * var-tracking.c: Likewise.
551         * varasm.c: Likewise.
552         * vmsdbgout.c: Likewise.
553
554 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
555             Richard Guenther  <richard.guenther@gmail.com>
556
557         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
558         copy the src value and return a copy.
559         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
560         (C++ Volatiles): Adjust to describe C++ semantics only.
561
562 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
563
564         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
565         be zero or nonzero.
566         * doc/tm.texi: Regenerate.
567         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
568         * df-scan.c (df_get_exit_block_use_set), reginfo.c
569         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
570         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
571         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
572         to 1.
573
574 2010-08-20  Olivier Hainque  <hainque@adacore.com>
575
576         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
577         an extra nop past a sibling call at the very end.
578
579 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
580
581         PR bootstrap/45350
582         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
583         a comment.
584
585 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
586
587         * target.def (function_arg, function_incoming_arg): Remove const
588         qualifier on CUMULATIVE_ARGS parameter.
589         * targhooks.h (default_function_arg, default_function_incoming_arg):
590         Likewise.
591         * targhooks.c (default_function_arg, default_function_incoming_arg):
592         Likewise.
593         * config/i386/i386.c (ix86_function_arg): Likewise.
594
595 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
596
597         PR target/45336
598         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
599         SIGN_EXTENDs or ZERO_EXTENDs.
600
601 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
602
603         PR target/42172
604         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
605         Take its cost into account if nonnull.
606         (insn_a_feeds_b): New static function.
607         (combine_instructions): Look for four-insn combinations.
608         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
609         them into account when computing all_adjacent and looking for other
610         uses.
611         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
612         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
613         (try_combine): New arg I0.  Handle four-insn combinations.
614         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
615         like ELIM_I1.
616
617 2010-08-19  Jason Merrill  <jason@redhat.com>
618
619         PR c++/45307
620         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
621         if ctor is empty.
622         (gimplify_modify_expr_rhs): Adjust.
623
624 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
625
626         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
627         bitmap_bit_p.
628         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
629         * dominance.c (iterate_fix_dominators): Likewise.
630         * dse.c (set_usage_bits): Likewise.
631         (set_position_unneeded, record_store): Likewise.
632         * gimple-fold.c (get_maxval_strlen): Likewise.
633         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
634         * ipa-inline.c (update_caller_keys): Likewise.
635         * ipa-split.c (verify_non_ssa_vars): Likewise.
636         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
637         (close_type_exposed_parameter, close_type_full_escape): Likewise.
638         (close_addressof_down): Likewise.
639         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
640         (setup_allocno_left_conflicts_size): Likewise.
641         (ira_reassign_conflict_allocnos): Likewise.
642         (ira_reassign_pseudos): Likewise.
643         * ira-emit.c (change_loop): Likewise.
644         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
645         * lto-streamer-out.c (write_symbol): Likewise.
646         * predict.c (expr_expected_value_1): Likewise.
647         * regstat.c (regstat_bb_compute_ri): Likewise.
648         * sel-sched.c (create_block_for_bookkeeping): Likewise.
649         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
650         * stmt.c (expand_case): Likewise.
651         * tree-eh.c (emit_eh_dispatch): Likewise.
652         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
653         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
654         Likewise.
655         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
656         (rdg_build_components): Likewise.
657         * tree-object-size.c (collect_object_sizes_for): Likewise.
658         * tree-sra.c (convert_callers): Likewise.
659         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
660         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
661         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
662
663 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
664
665         * config/i386/i386.md (*lea_1): Use P mode iterator.
666         (lea add splitter): Also handle DImode operands.
667         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
668         predicate.  Do not use ix86_lea_for_add_ok.
669         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
670         (lea ashift splitter): Also handle DImode operands.
671         (DImode lea ashift splitter): Remove splitter.
672
673 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
674
675         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
676         ix86_binary_operator_ok.
677
678 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
679
680         PR rtl-optimization/44691
681         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
682         is not a register.
683
684 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
685
686         PR target/45070
687         * config/arm/arm.c (arm_output_epilogue): Ensure that return
688          value of size 1-3 is handled correctly.
689
690 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
691
692         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
693         type for the conditional has wide enough range.
694
695 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
696
697         PR target/45327
698         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
699         ix86_binary_operator_ok.
700
701 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
702
703         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
704         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
705         code to output insn mnemonic.  Fix comment.
706         (*addsi_1_zext): Add r-r-0 alternative 1.
707         <TYPE_LEA>: Split insn to lea.
708         <default>: Handle alternative 1.
709         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
710         multi-level if_then_else RTX to set "type" attribute.
711         <default>: Handle alternative 2.
712         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
713         Use cond RTX instead of multi-level if_then_else RTX to set
714         "type" attribute.
715         <default>: Handle alternatives 2 and 4.
716         (lea splitters): Update calls to ix86_lea_for_add_ok.
717
718         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
719         argument.
720         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
721
722 2010-08-18  Richard Guenther  <rguenther@suse.de>
723
724         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
725         use operand helpers.
726
727 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
728
729         PR middle-end/45292
730         * optabs.c (expand_bool_compare_and_swap): Expand pending
731         pops before trying the optab.
732
733 2010-08-18  Yao Qi  <yao@codesourcery.com>
734
735         PR target/45094
736         * config/arm/arm.c (output_move_double): Fix typo generating
737         instructions ('ldr'->'str').
738
739 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
740
741         PR rtl-optimization/42575
742         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
743         live ranges.
744
745 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
746
747         * config/arm/arm-protos.h (arm_expand_sync): New.
748         (arm_output_memory_barrier, arm_output_sync_insn): New.
749         (arm_sync_loop_insns): New.
750         * config/arm/arm.c (FL_ARCH7): New.
751         (FL_FOR_ARCH7): Include FL_ARCH7.
752         (arm_arch7): New.
753         (arm_print_operand): Support %C markup.
754         (arm_legitimize_sync_memory): New.
755         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
756         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
757         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
758         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
759         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
760         (arm_process_output_sync_insn, arm_output_sync_insn): New.
761         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
762         * config/arm/arm.h (struct arm_sync_generator): New.
763         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
764         (TARGET_HAVE_MEMORY_BARRIER): New.
765         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
766         * config/arm/arm.md: Include sync.md.
767         (UNSPEC_MEMORY_BARRIER): New.
768         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
769         (VUNSPEC_SYNC_OP):New.
770         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
771         (sync_result, sync_memory, sync_required_value): New attributes.
772         (sync_new_value, sync_t1, sync_t2): Likewise.
773         (sync_release_barrier, sync_op): Likewise.
774         (length): Add logic to length attribute defintion to call
775         arm_sync_loop_insns when appropriate.
776         * config/arm/sync.md: New file.
777
778 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
779
780         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
781         ENABLE_TREE_CHECKING.
782         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
783         and GCC >= 4.3.
784
785 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
786
787         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
788         or optimizing for size, always avoid lea if possible.
789
790         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
791
792 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
793
794         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
795         Dunmmy function with NULL return unless the target is
796         OSX >= 10.6 (Darwin10).
797
798 2010-08-17  Jack Howarth <howarth@bromo.med.uc.edu>
799
800         * gcc.c (spec_function): Add remove-outfile.
801         (remove_outfile_spec_function): New function.
802         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
803         * invoke.texi (replace-outfile): Document.
804
805 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
806
807         PR target/45296
808         * reginfo.c (globalize_reg): Reject stack registers.
809
810 2010-08-17  Richard Guenther  <rguenther@suse.de>
811
812         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
813         list of conditional equivalences.
814         (free_all_edge_infos): Adjust.
815         (record_equivalences_from_incoming_edge): Likewise.
816         (record_cond): Likewise.
817         (build_and_record_new_cond): Likewise.
818         (record_conditions): Likewise.
819         (dom_opt_leave_block): Likewise.
820
821 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
822
823         * doc/invoke.texi (ms-extension): Add documentation.
824
825 2010-08-17  Richard Guenther  <rguenther@suse.de>
826
827         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
828
829 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
830
831         PR c/40563
832         * c-decl.c (diagnose_uninitialized_cst_member): New function.
833         (finish_decl): Use it to issue a -Wc++-compat warning about
834         uninitialized const field in struct or union.
835
836         (finish_struct): Use strip_array_types.
837
838 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
839
840         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
841         functions.
842         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
843         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
844         call block_nreverse here.
845         (blocks_nreverse): Rename decl temporary to block.
846
847 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
848
849         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
850         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
851         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
852         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
853         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
854         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
855         thumb2_iorsi3): Delete.
856         (orsi_notsi_si): No longer a named pattern.
857         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
858         * config/arm/predicates.md (shift_amount_operand): New.
859         (mult_operator): New.
860         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
861         attr enabled): New.
862         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
863         arch matches t2.
864         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
865         (not_shiftsi_compare0): Likewise, renamed from
866         arm_notsi_shiftsi_compare0.
867         (not_shiftsi_compare0_scratch): Likweise, renamed from
868         arm_notsi_shiftsi_compare0_scratch.
869         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
870         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
871         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
872         so that the register alternative is disabled when the shift_operator
873         is MULT.  Use "M" as the constraint for constants.
874         (arith_shiftsi splitter): Enable for TARGET_32BIT.
875         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
876         constraint for constants.
877         (arith_shiftsi_compare0_scratch): Likewise.
878         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
879         Handle Thumb2 alternative.
880
881 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
882
883         * doc/options.texi (NoDriverArg): Document.
884         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
885         -MDX and -MMDX.
886         * opt-functions.awk (switch_flags): Handle NoDriverArg.
887         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
888         marking for CL_NO_DRIVER_ARG options when in the driver.
889         * opts.h (CL_NO_DRIVER_ARG): Define.
890         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
891         CL_COMMON): Update values.
892
893 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
894
895         * common.opt: Add driver options.
896         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
897         * doc/options.texi (Driver, RejectDriver): Document.
898         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
899         print_prog_name, print_multi_directory, print_sysroot,
900         print_multi_os_directory, print_multi_lib,
901         print_sysroot_headers_suffix, report_times, combine_flag,
902         use_pipes, wrapper_string): Remove.
903         (save_switch, driver_unknown_option_callback,
904         driver_wrong_lang_callback, driver_post_handling_callback,
905         driver_handle_option): New.
906         (spec_lang, last_language_n_infiles): Make file-scope static
907         instead of local to process_command.
908         (process_command): Use decode_cmdline_options_to_array and
909         read_cmdline_option for option processing.  Compute have_c in
910         prescan of decoded options.
911         * opt-functions.awk (switch_flags): Handle Driver and
912         RejectDriver.
913         (var_type, var_type_struct): Handle Separate options as generating
914         const char * variables.
915         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
916         CL_TARGET to be passed by caller if required.
917         (decode_cmdline_options_to_array): Update comment.
918         * opts.c (complain_wrong_lang): Handle options only valid for the
919         driver.
920         (decode_options): Update call to decode_cmdline_options_to_array.
921         (print_filtered_help): Ignore driver-only options.
922         (print_specific_help): Ignore CL_DRIVER.
923         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
924         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
925         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
926         Update values.
927
928 2010-08-16  Richard Guenther  <rguenther@suse.de>
929
930         * tree-cfg.c (verify_types_in_gimple_reference): Verify
931         TARGET_MEM_REF a bit.
932         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
933         (create_mem_ref_raw): Always create TMR_OFFSET, store the
934         alias pointer type via it.
935         (copy_mem_ref_info): Adjust.
936         (maybe_fold_tmr): Likewise.
937         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
938         (reference_alias_ptr_type): Likewise.
939         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
940         adjust documentation of TMR_OFFSET operand.
941         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
942         use the alias pointer type.
943         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
944         initialize mem attrs but the TMR itself.
945         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
946         similar to MEM_REF.
947         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
948         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
949         (unshare_and_remove_ssa_names): Likewise.
950         (copy_ref_info): Adjust.
951         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
952         TARGET_MEM_REF case.
953         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
954         at TMR_ORIGINAL.
955         * tree.h (TMR_ORIGINAL): Remove.
956         * gimple.c (get_base_address): For TARGET_MEM_REF with a
957         symbol return that.
958         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
959         with a symbol.
960         (get_addr_base_and_unit_offset): Likewise.
961         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
962         TARGET_MEM_REFs.
963         (indirect_ref_may_alias_decl_p): Likewise.
964         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
965
966 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
967
968         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
969         with GCC version 4.6, the default setting (when not optimizing
970         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
971         been changed to -fomit-frame-pointer.
972
973 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
974
975         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
976         Darwin10.  Do not link libgcc.a for Darwin >= 9.
977
978 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
979
980         * doc/invoke.texi (Warning Options): Fix terminology and markup
981         in the description of how unknown warning options are handled.
982
983 2010-08-15  Ira Rosen  <irar@il.ibm.com>
984
985         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
986         in basic blocks.
987         (vect_supportable_dr_alignment): Check alignment for basic blocks.
988         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
989         data references.
990         (vect_bb_vectorization_profitable_p): New function.
991         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
992         check if it's worthwhile to vectorize the basic block.
993
994 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
995
996         * reload.h (register_move_cost, memory_move_secondary_cost,
997         secondary_reload_class): Adjust prototype.
998         * rtl.h (reg_class_subset_p): Adjust prototype.
999         * reload.c (secondary_reload_class): Change arguments type from
1000         enum reg_class to reg_class_t. Change result type to reg_class_t.
1001         * reginfo.c (register_move_cost, reg_class_subset_p): Change
1002         arguments type from enum reg_class to reg_class_t.
1003         (memory_move_secondary_cost): Change arguments type from
1004         enum reg_class to reg_class_t. Change type of saved_flags to
1005         reg_class_t.
1006
1007         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
1008         Remove macros.
1009         (mips_cost): Remove.
1010         (struct mips_rtx_cost_data): Moved to mips.c.
1011         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
1012         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
1013         (mips_cost): Make static.
1014         (mips_canonicalize_move_class): Change argument type to reg_class_t.
1015         Change result type to reg_class_t.
1016         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
1017         type from enum reg_class to reg_class_t.
1018         (mips_register_move_cost): Make static. Change arguments
1019         type from enum reg_class to reg_class_t.
1020         (mips_memory_move_cost): New function.
1021         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
1022
1023 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
1024
1025         PR rtl-optimization/43358
1026         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
1027         of a single hard register, using simplify_subreg_regno to decide
1028         what that register should be.
1029
1030 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
1031
1032         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
1033         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
1034         (loongson_pmull<V_suffix>): Rename to...
1035         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
1036
1037 2010-08-13  Jack Howarth <howarth@bromo.med.uc.edu>
1038
1039         * gcc/configure.ac: Enable -fomit-frame-pointer on darwin
1040         which support dwarf2.
1041         * config/i386/i386.c (override_options): Same.
1042
1043 2010-08-13  Jie Zhang  <jie@codesourcery.com>
1044
1045         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
1046
1047 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1048
1049         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
1050         -MMD.
1051
1052 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
1053
1054         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
1055         up dot_prod pattern searching if a stmt is outside the loop.
1056
1057 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1058             Uros Bizjak  <ubizjak@gmail.com>
1059
1060         * config.gcc: Handle --enable-frame-pointer.
1061
1062         * configure.ac: Add --enable-frame-pointer.
1063         * configure: Regenerated.
1064
1065         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
1066         (override_options): If not configured with --enable-frame-pointer,
1067         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
1068         optimizing for size), -fasynchronous-unwind-tables and
1069         -maccumulate-outgoing-args by default.
1070
1071 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
1072
1073         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
1074
1075         PR middle-end/45262
1076         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
1077         -a overflows.  Normalize the range.
1078
1079 2010-08-12  Richard Guenther  <rguenther@suse.de>
1080
1081         PR tree-optimization/45232
1082         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
1083         for types with undefined overflow.
1084         (reassociate_bb): Allow re-associating of bit and min/max
1085         operations for types with undefined overflow.
1086         * tree-ssa-forwprop.c (associate_plusminus): New function.
1087         (tree_ssa_forward_propagate_single_use_vars): Call it.
1088
1089 2010-08-12  Richard Guenther  <rguenther@suse.de>
1090
1091         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
1092         * tree-ssa-alias.c (get_ptr_info): Move ...
1093         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
1094         align and misalign fields conservatively.
1095         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
1096         derive alignment information.
1097         (evaluate_stmt): Derive alignment information from memory
1098         allocation functions.
1099         * tree.h (get_pointer_alignment): Make unsigned.
1100         * builtins.c (get_object_alignment): Use alignment information we
1101         have computed for pointers.
1102         (get_pointer_alignment): Likewise.  Make conservative, return
1103         and unsigned value.
1104         (expand_builtin_strlen): Adjust.
1105         (expand_builtin_memcmp): Likewise.
1106         (expand_builtin_strcmp): Likewise.
1107         (expand_builtin_strncmp): Likewise.
1108         (get_builtin_sync_mem): Use at least mode alignment.
1109         (fold_builtin_memset): Adjust.
1110         (fold_builtin_memory_op): Likewise.
1111         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
1112         information also dump pointer alignment knowledge.
1113         (dump_gimple_stmt): Likewise.
1114
1115 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
1116
1117         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
1118         (EMPTY_FIELD_BOUNDARY): Remove.
1119         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
1120
1121 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
1122
1123         PR debug/45259
1124         * caller-save.c (save_call_clobbered_regs): Only swap notes with
1125         DEBUG_INSNs if n_regs_saved.
1126
1127 2010-08-12  Wei Guozhi  <carrot@google.com>
1128
1129         PR target/44999
1130         * config/arm/arm.md (andsi3): Change to zero extension if possible.
1131         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
1132
1133 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
1134
1135         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
1136
1137         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
1138
1139 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1140
1141         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
1142         the case removed in the previous patch, when the only phi argument
1143         is defined in the same loop as the phi node itself.  Handle it
1144         separately from the invariant case by both propagating it outside
1145         the region and replacing the phi node with an assign.
1146
1147 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1148
1149         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
1150         constant phi nodes with one argument are is_gimple_min_invariant
1151         and SSA_NAME_IS_DEFAULT_DEF.
1152
1153 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1154
1155         * graphite-cloog-util.c (oppose_constraint):
1156         Extend loop counter's value range (CLOOG_ORG).
1157         (cloog_matrix_to_ppl_constraint): Same.
1158         (new_Constraint_System_from_Cloog_matrix): Same.
1159         * graphite-cloog-compat.h (matrix_num_type): New.
1160
1161 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1162
1163         * graphite.c (graphite_initialize): Do not initialize
1164         CLooG and initialize the Parma Polyhedra Library
1165         manually when using CLOOG_ORG.
1166         (graphite_finalize): Do not finalize CLooG and finalize
1167         the Parma Polyhedra Library manually when using CLOOG_ORG.
1168         * graphite-cloog-compat.h (cloog_initialize): Hide function
1169         when using CLOOG_ORG.
1170         (cloog_finalize): Same.
1171
1172 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1173
1174         * graphite-clast-to-gimple.c (free_scattering): Change
1175         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
1176         (CLOOG_ORG).
1177         (build_cloog_prog): Same.
1178         * graphite-cloog-compat.h (cloog_domain): Removed.
1179         (cloog_scattering): New.
1180         (cloog_set_domain): Removed.
1181         (cloog_set_scattering): New.
1182         (cloog_next_domain): Removed.
1183         (cloog_next_scattering): New.
1184         (cloog_set_next_domain): Removed.
1185         (cloog_set_next_scattering): New.
1186         (CloogScatteringList): New.
1187         (CloogScattering): New.
1188         (cloog_scattering_free): New.
1189         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
1190         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
1191         New.
1192
1193 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1194
1195         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
1196         CloogState.
1197         (set_cloog_options): Same.
1198         (print_clast_stmt): Same.
1199         (scop_to_clast): Same.
1200         (print_generated_program): Same.
1201         (gloog): Same.
1202         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
1203         (scop_to_clast): Extend with CloogState.
1204         * graphite-cloog-util.c: Include graphite-cloog-compat.h
1205         (new_Cloog_Domain_from_ppl_Polyhedron):
1206         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
1207         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
1208         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1209         * graphite-cloog-util.h (build_cloog_prog): Same.
1210         * graphite-cloog-copat.h (build_cloog_prog): New.
1211         (CloogState): New.
1212         (cloog_state_malloc): New.
1213         (cloog_state_free): New.
1214         (cloog_loop_malloc): New.
1215         (cloog_options_malloc): New.
1216         (cloog_statement_alloc): New.
1217         (cloog_domain_from_cloog_matrix): New.
1218         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
1219         (new_Cloog_Domain_from_ppl_Polyhedron): New.
1220
1221 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1222
1223         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
1224         type of NAME now depends on used CLooG version.
1225         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
1226         (gcc_type_for_clast_expr): Same.
1227         (print_clast_stmt): Replace pprint with clast_pprint.
1228         * graphite-cloog-compat.h: Provide compatibility macros for
1229         CLooG Legacy.
1230         (clast_name_p): New.
1231         (clast_expr_term): New.
1232         (clast_expr_red): New.
1233         (clast_expr_bin): New.
1234         (clast_pprint): New.
1235
1236 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1237
1238         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
1239         compatible to newer CLooG releases (CLOOG_ORG).
1240         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
1241         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
1242         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
1243         (build_cloog_prog) : New.
1244         (cloog_program_extract_scalars): New.
1245         (cloog_program_scatter): New.
1246
1247 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1248
1249         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
1250         conditionally (CLOOG_ORG).
1251         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
1252         (cloog_statement_usr): New.
1253         (cloog_domain): Same.
1254         (cloog_set_domain): Same.
1255         (cloog_next_domain): Same.
1256         (cloog_set_next_domain): Same.
1257         (cloog_program_nb_scattdims): Same.
1258         (cloog_program_set_nb_scattdims): Same.
1259         (cloog_program_names): Same.
1260         (cloog_program_set_names): Same.
1261         (cloog_program_set_context): Same.
1262         (cloog_program_set_loop): Same.
1263         (cloog_program_blocklist): Same.
1264         (cloog_program_set_blocklist): Same.
1265         (cloog_program_scaldims): Same.
1266         (cloog_program_set_scaldims): Same.
1267         (cloog_names_nb_parameters): Same.
1268         (cloog_names_set_nb_parameters): Same.
1269         (cloog_names_parameters): Same.
1270         (cloog_names_set_parameters): Same.
1271         (cloog_names_set_nb_iterators): Same.
1272         (cloog_names_set_iterators): Same.
1273         (cloog_names_set_nb_scattering): Same.
1274         (cloog_names_set_scattering): Same.
1275         (cloog_statement_set_usr): Same.
1276         (cloog_loop_set_next): Same.
1277         (cloog_loop_set_domain): Same.
1278         (cloog_loop_set_block): Same.
1279         (cloog_block_list_next): Same.
1280         (cloog_block_list_set_next):
1281         (cloog_block_list_set_block): Same.
1282
1283 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1284
1285         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
1286         a bool.
1287         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
1288         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
1289         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
1290         when something has been changed.
1291         (rewrite_commutative_reductions_out_of_ssa): Same.
1292
1293 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1294
1295         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
1296         handle the case when def is in the sese region.
1297         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
1298         for invariant expressions.
1299         (rewrite_cross_bb_phi_deps): Removed.
1300         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
1301         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
1302         rewrite_cross_bb_phi_deps.
1303
1304 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1305
1306         * graphite-sese-to-poly.c
1307         (rewrite_commutative_reductions_out_of_ssa_loop): Call
1308         scev_analyzable_p only on is_gimple_reg
1309
1310 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1311
1312         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
1313         (rewrite_close_phi_out_of_ssa): Propagate constant values or
1314         parametric expressions outside the scop region.
1315         (rewrite_cross_bb_scalar_deps): Same.
1316         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
1317
1318 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1319
1320         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
1321         SSA_NAME_DEF_STMT only on SSA_NAMEs.
1322
1323 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1324
1325         * tree-scalar-evolution.c (instantiate_scev_name): Do not
1326         instantiate default definitions.
1327
1328 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
1329             Sebastian Pop  <sebastian.pop@amd.com>
1330
1331         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
1332         (loop_exits_from_bb_p): New.
1333         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
1334         (loop_exits_from_bb_p): Declared.
1335         * graphite-scop-detection.c (scopdet_basic_block_info): Call
1336         loop_exits_to_bb_p.
1337
1338 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1339
1340         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
1341         extra parameter for the region.  Call scev_analyzable_p.
1342         (rewrite_reductions_out_of_ssa): Update call to
1343         rewrite_close_phi_out_of_ssa.
1344         (rewrite_cross_bb_phi_deps): Same.
1345         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
1346         parameter for the region.  Call scev_analyzable_p.
1347         (rewrite_commutative_reductions_out_of_ssa): Update call to
1348         rewrite_commutative_reductions_out_of_ssa_loop.
1349
1350 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1351
1352         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
1353
1354 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1355
1356         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
1357         SSA scalar phi nodes that can be scev_analyzable_p.
1358
1359 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1360
1361         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
1362         handle SSA_NAME_IS_DEFAULT_DEF.
1363
1364 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1365
1366         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
1367
1368 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1369
1370         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
1371         case non close-phi nodes with one argument.
1372
1373 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1374
1375         * sese.h (scev_analyzable_p): Scevs could be expressions without
1376         chrecs and still be scev_analyzable_p.
1377
1378 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1379
1380         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
1381
1382 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1383
1384         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
1385         * cfgloop.h (struct loop): Remove single_iv field.
1386         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
1387         (scop_canonicalize_loops): Removed.
1388         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
1389         over all the loop phi nodes in loop->header.
1390         (build_poly_scop): Remove use of scop_canonicalize_loops.
1391
1392 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1393
1394         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
1395         handle GIMPLE_CALL.
1396
1397 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1398
1399         * tree-chrec.c (chrec_apply): Should only apply to the specified
1400         variable.  Also handle multivariate chains of recurrences that
1401         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
1402
1403 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1404
1405         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
1406         (debug_clast_name_indexes_1): Removed.
1407         (debug_clast_name_indexes): Removed.
1408         (pbb_to_depth_to_oldiv): Removed.
1409         (build_iv_mapping): Replace the use of rename_map with iv_map.
1410         (translate_clast_user): Remove uses of rename_map.  Allocate and
1411         free iv_map.
1412         (translate_clast_for_loop): Remove uses of rename_map.
1413         (translate_clast_for): Same.
1414         (translate_clast_guard): Same.
1415         (translate_clast): Same.
1416         (gloog): Same.
1417         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
1418         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
1419         * sese.c (set_rename): Now static.
1420         (rename_variables_in_stmt): Removed.
1421         (rename_uses): New.
1422         (is_parameter): Removed.
1423         (is_iv): Removed.
1424         (expand_scalar_variables_call): Removed.
1425         (expand_scalar_variables_ssa_name): Removed.
1426         (expand_scalar_variables_expr): Removed.
1427         (expand_scalar_variables_stmt): Removed.
1428         (expand_scalar_variables): Removed.
1429         (rename_variables): Removed.
1430         (remove_condition): Removed.
1431         (get_true_edge_from_guard_bb): Removed.
1432         (get_false_edge_from_guard_bb): Removed.
1433         (struct igp): Removed.
1434         (default_before_guard): Removed.
1435         (convert_for_phi_arg): Removed.
1436         (add_guard_exit_phis): Removed.
1437         (insert_guard_phis): Removed.
1438         (graphite_copy_stmts_from_block): Now also uses iv_map and a
1439         region.  Do not copy conditions.  Do not copy induction variables.
1440         Call rename_uses.
1441         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
1442         the translated statement.  Use the iv_map for the induction
1443         variable renaming.
1444         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
1445         (set_rename): Removed declaration.
1446         (scev_analyzable_p): ...here.
1447         * tree-chrec.c (chrec_apply_map): New.
1448         * tree-chrec.h (chrec_apply_map): Declared.
1449
1450 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1451
1452         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
1453         insert_loop_close_phis.
1454         * sese.c (name_defined_in_loop_p): Removed.
1455         (expr_defined_in_loop_p): Removed.
1456         (alive_after_loop): Removed.
1457         (close_phi_not_yet_inserted_p): Removed.
1458         (struct alep): Removed.
1459         (add_loop_exit_phis): Removed.
1460         (insert_loop_close_phis): Removed.
1461
1462 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1463
1464         * graphite-cloog-util.c
1465         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
1466         * graphite-poly.c
1467         (psct_scattering_dim_for_loop_depth): Same.
1468
1469 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1470
1471         * graphite-cloog-util.h: Added cloog.h.
1472         * graphite-blocking.c: Removed cloog.h.
1473         * graphite-dependences.c: Same.
1474         * graphite-interchange.c: Same.
1475         * graphite-poly.c: Same.
1476         * graphite-ppl.c: Same.
1477         * graphite-scop-detection.c: Same.
1478         * graphite-sese-to-poly.c:
1479         Removed cloog.h.
1480         Removed graphite-clast-to-gimple.h.
1481         (check_poly_representation): Removed (unused).
1482         * graphite-sese-to-poly.h
1483         (check_poly_representation): Removed (unused).
1484
1485 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1486
1487         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
1488         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
1489         (graphite-cloog-util.o): New.
1490         (graphite-ppl.o): Added graphite-cloog-util.h.
1491         * graphite-clast-to-gimple.c:
1492         Added graphite-cloog-util.h to include statements.
1493         * graphite-cloog-util.c: New.
1494         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
1495         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1496         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1497         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1498         (insert_constraint_into_matrix): Same.
1499         (ppl_Constrain_System_number_of_constraints): Same.
1500         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
1501         (oppose_constraint): Same.
1502         (cloog_matrix_to_ppl_constraint): Same.
1503         (new_Constraint_System_from_Cloog_Matrix): Same.
1504         * graphite-cloog-util.h: New.
1505         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
1506         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1507         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1508         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1509         (insert_constraint_into_matrix): Same.
1510         * graphite-ppl.c:
1511         Added graphite-cloog-util.h to include statements.
1512         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
1513         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1514         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1515         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1516         (insert_constraint_into_matrix): Same.
1517         (ppl_Constrain_System_number_of_constraints): Same.
1518         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
1519         (oppose_constraint): Same.
1520         (cloog_matrix_to_ppl_constraint): Same.
1521         (new_Constraint_System_from_Cloog_Matrix): Same.
1522         * graphite-ppl.h:
1523         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
1524         graphite-cloog-util.h.
1525         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1526         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1527         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1528         (insert_constraint_into_matrix): Same.
1529
1530 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1531
1532         * graphite-clast-to-gimple.c
1533         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
1534         (precision_for_interval): Same.
1535         (gcc_type_for_interval): Same.
1536         (compute_type_for_level): Same.
1537         * graphite-interchange.c
1538         (lst_interchange_profitable_p): Same.
1539         * graphite-poly.c
1540         (psct_scattering_dim_for_loop_depth): Same.
1541         * graphite-ppl.c
1542         (ppl_max_for_le_pointset): Same.
1543         (ppl_min_for_le_pointset): Same.
1544
1545 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1546
1547         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
1548         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
1549
1550 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1551
1552         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
1553         rewrite_close_phi_out_of_ssa.
1554
1555 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1556
1557         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
1558
1559 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1560
1561         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
1562         rename_map.
1563         * sese.c (debug_rename_map): Same.
1564         (get_rename): Same.
1565         (set_rename): Same.
1566         (rename_variables_in_stmt): Same.
1567         (expand_scalar_variables_call): Same.
1568         (expand_scalar_variables_ssa_name): Same.
1569         (expand_scalar_variables_expr): Same.
1570         (expand_scalar_variables_stmt): Same.
1571         (expand_scalar_variables): Same.
1572         (rename_variables): Same.
1573         (graphite_copy_stmts_from_block): Same.
1574         (copy_bb_and_scalar_dependences): Same.
1575
1576 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1577
1578         * graphite-clast-to-gimple.c (copy_renames): Removed.
1579         (translate_clast_for): Do not call copy_renames.
1580         (translate_clast_guard): Same.
1581
1582 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1583
1584         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
1585         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
1586         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
1587         before rewrite_cross_bb_scalar_deps.
1588
1589 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1590
1591         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
1592         Early return in when flag_associative_math is not set.
1593
1594 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1595
1596         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
1597         of SSA copies on edges except for loop->latch.
1598
1599 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1600
1601         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
1602         Split out of rewrite_reductions_out_of_ssa.
1603         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
1604         Declared.
1605         * graphite.c (graphite_transform_loops): Call it.
1606
1607 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1608
1609         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
1610
1611 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
1612
1613         * dbgcnt.def (graphite_scop): New counter.
1614         * graphite.c: Include dbgcnt.h.
1615         (graphite_transform_loops): Use new counter to limit transformations.
1616         * Makefile.in (graphite.o): Depend on DBGCNT_H.
1617
1618 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1619
1620         * passes.c (init_optimization_passes): Add pass_graphite.
1621         Schedule a pass_copy_prop before pass_graphite_transforms.
1622         * timevar.def (TV_GRAPHITE): Declared.
1623         * tree-pass.h (pass_graphite): Declared.
1624         * tree-ssa-loop.c (pass_graphite): New.
1625
1626 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1627
1628         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
1629         Remove calls to rename_nb_iterations and rename_sese_parameters.
1630         * graphite-clast-to-gimple.h (gloog): Update declaration.
1631         * graphite.c (graphite_transform_loops): Update call to gloog.
1632         * sese.c (rename_variables_in_expr): Removed.
1633         (rename_nb_iterations): Removed.
1634         (rename_sese_parameters): Removed.
1635         * sese.h (rename_nb_iterations): Removed.
1636         (rename_sese_parameters): Removed.
1637
1638 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1639
1640         * graphite-clast-to-gimple.c (gloog): Remove call to
1641         sese_adjust_liveout_phis.
1642         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
1643         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
1644         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
1645         rewrite_phi_out_of_ssa.
1646         * sese.c (get_vdef_before_sese): Removed.
1647         (sese_adjust_vphi): Removed.
1648         (sese_adjust_liveout_phis): Removed.
1649         * sese.h (sese_adjust_liveout_phis): Removed.
1650
1651 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1652
1653         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
1654         argument for the place after which to insert the out of SSA copy.
1655         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
1656         (rewrite_phi_out_of_ssa): Same.
1657         (rewrite_cross_bb_scalar_deps): Same.
1658         (insert_copyout): Removed.
1659         (insert_copyin): Removed.
1660         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
1661         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
1662         insert_copyin.
1663
1664 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1665
1666         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
1667         (rewrite_reductions_out_of_ssa): Same.
1668         (rewrite_commutative_reductions_out_of_ssa): Same.
1669         (build_poly_scop): Do not call these functions.
1670         * graphite-sese-to-poly.h (build_poly_scop): Declared.
1671         (rewrite_reductions_out_of_ssa): Declared.
1672         (rewrite_commutative_reductions_out_of_ssa): Declared.
1673         * graphite.c (graphite_transform_loops): Call on every scop
1674         rewrite_commutative_reductions_out_of_ssa before calling
1675         rewrite_reductions_out_of_ssa and build_scop_bbs.
1676
1677 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1678
1679         * graphite-dependences.c (dot_deps): Make system call to dotty run
1680         in background.
1681         (dot_deps_stmt): Same.
1682         * graphite-poly.c (dot_lst): Same.
1683
1684 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1685
1686         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
1687         phi_arg_in_outermost_loop.
1688         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
1689         (remove_invariant_phi): Same.
1690
1691 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
1692
1693         * target.def (output_addr_const_extra): New hook.
1694         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
1695         * doc/tm.texi: Regenerate.
1696         * targhooks.c (default_asm_output_addr_const_extra): New function.
1697         * targhooks.h (default_asm_output_addr_const_extra): Declare.
1698         * final.c: (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
1699         target hook.
1700
1701         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
1702         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
1703         * config/i386/i386.h (output_addr_const_extra): Rename to...
1704         (i386_asm_output_addr_const_extra): ...this. Make static.
1705         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
1706
1707 2010-08-11  Richard Henderson  <rth@redhat.com>
1708
1709         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
1710
1711 2010-08-11  Nick Clifton  <nickc@redhat.com>
1712
1713         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
1714         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
1715         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
1716         stormy16-lib2-cmpsi.c.
1717
1718         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
1719         -O2.
1720
1721 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
1722
1723         * opts.h (struct cl_option_handler_func): Make handler take
1724         cl_decoded_option structure as parameter, not individual elements.
1725         (struct cl_option_handlers): Make callbacks take cl_decoded_option
1726         structure as parameter, not individual elements.
1727         (handle_option): Take cl_decoded_option structure as parameter,
1728         not individual elements.
1729         (handle_generated_option): Declare.
1730         * opts-common.c (handle_option): Take cl_decoded_option structure
1731         as parameter, not individual elements.  Update calls to callback
1732         and handler functions.
1733         (handle_generated_option): New.
1734         (read_cmdline_option): Update calls to callback functions and
1735         handle_option.
1736         * opts.c (common_handle_option, complain_wrong_lang,
1737         unknown_option_callback, post_handling_callback,
1738         lang_handle_option, target_handle_option): Take cl_decoded_option
1739         structure as parameter, not individual elements.
1740         (lang_handle_option, target_handle_option, common_handle_option):
1741         Assert option has at most one argument.
1742         (enable_warning_as_error): Call handle_generated_option instead of
1743         handle_option.  Do not pass -Werror argument as argument of
1744         generated option.
1745
1746 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1747
1748         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
1749         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
1750         (SUBWORD_BOOL_CAS): Likewise.
1751         (SUBWORD_SYNC_OP): Likewise.
1752         (SUBWORD_TEST_AND_SET): Likewise.
1753         (FETCH_AND_OP_WORD): Parenthesise INF_OP
1754         (SUBWORD_SYNC_OP): Likewise.
1755         (OP_AND_FETCH_WORD): Likewise.
1756
1757 2010-08-10  Xinliang David Li  <davidxl@google.com>
1758
1759         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
1760         compute max/min offset in address.
1761
1762 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
1763
1764         * ira-live.c: Include sbitmap.h.
1765         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
1766         Compress live ranges even more.
1767
1768 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1769
1770         * coverage.c (ctr_labels): Delete.
1771
1772 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
1773
1774         PR bootstrap/45177
1775         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
1776         test here from arm_gen_load_multiple_1.
1777         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
1778         multiple_operation_profitable_p.
1779
1780 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1781
1782         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
1783         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
1784
1785 2010-08-10  Richard Henderson  <rth@redhat.com>
1786
1787         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
1788         after saving registers.  Assert that SSE registers are only saved
1789         with a sufficiently aligned frame.
1790         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
1791         remove stack_realign_fp handling.
1792         (ix86_expand_prologue): Save int registers before stack_realign_fp,
1793         and do not mark the stack alignment as frame related.
1794         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
1795
1796         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
1797         saves when re-aligning the stack.
1798
1799 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1800
1801         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
1802         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
1803         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
1804
1805 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1806
1807         * dwarf2out.c (struct die_struct): Move die_tag to the end.
1808
1809 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
1810
1811         * config/arm/iterators.md: New file.
1812         * config/arm/arm.md: Include iterators.md.
1813         (QHSI): Move to new file.
1814         (LTUGEU, cnb, optab, ior_xor): Likewise.
1815         * config/arm/iwmmxt.md (VMMX): Move to new file.
1816         (VSHFT, MMX_char): Likewise.
1817         * config/arm/neon.md (VD): Move to new file.
1818         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
1819         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
1820         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
1821         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
1822         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
1823         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
1824         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
1825         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
1826         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
1827         (Is_d_reg, V_mode_nunits): Likewise.
1828         * config/arm/vec-common.md (VALL): Move to new file.
1829         (VALLW, VINT, VINTW): Likewise.
1830
1831 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
1832
1833         PR middle-end/45182
1834         * combine.c (make_compound_operation): Don't try to convert
1835         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
1836
1837 2010-08-10  Richard Guenther  <rguenther@suse.de>
1838
1839         * tree.h (get_object_alignment): Adjust prototype.
1840         * builtins.c (get_object_alignment): Return unsigned int,
1841         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
1842         and TARGET_MEM_REF properly.
1843         (get_pointer_alignment): Adjust.
1844         * emit-rtl.c (get_mem_align_offset): Adjust comment.
1845         (set_mem_attributes_minus_bitpos): Adjust.
1846         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
1847
1848 2010-08-10  Richard Guenther  <rguenther@suse.de>
1849
1850         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
1851         (copy_prop_visit_assignment): Simplify.
1852         (copy_prop_visit_stmt): Also visit assignments from
1853         constants.
1854         (copy_prop_visit_phi_node): Use operand_equal_p.
1855
1856 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1857
1858         * ipa-split.c (find_split_points): Free stack.
1859
1860 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1861
1862         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
1863         * tree.c (tree_node_kind): Delete corresponding entries.
1864
1865 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
1866
1867         * alias.c (may_alias_p): Remove unused ret.
1868
1869 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
1870
1871         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
1872         alias_sets_conflict_p.
1873         (walk_mems_1): Moved from alias.c.
1874         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
1875         in alias.c.
1876         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
1877         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
1878         * alias.c (walk_mems_2): Moved to ddg.c.
1879         (walk_mems_1): Ditto.
1880         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
1881         to ddg.c.
1882         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
1883         disambiguation.
1884         *(may_alias_p): New function to check whether two memory expression
1885         may alias or not. Currently used in buidling inter-iteration memory
1886         dependence.
1887         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
1888         (insn_alias_sets_conflict_p): Removed
1889         *rtl.h (may_alias_p): New function prototype.
1890
1891 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1892
1893         * tree.c (nreverse): Assert that we don't have a BLOCK.
1894
1895 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1896
1897         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
1898         * config/arm/arm.c (arm_get_pcs_model): Likewise.
1899         * config/avr/avr.c (init_cumulative_args): Likewise.
1900         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
1901         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
1902         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
1903         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
1904         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
1905         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
1906         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
1907         * dwarf2out.c (gen_subprogram_die): Likewise.
1908         * function.c (allocate_struct_function): Likewise.
1909         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
1910         (deserves_ellipsis): Delete.
1911
1912 2010-08-09  Richard Guenther  <rguenther@suse.de>
1913
1914         * tree-ssa-copy.c (cached_last_copy_of): Remove.
1915         (valueize_val): New function.
1916         (get_last_copy_of): Remove.
1917         (set_copy_of_val): Simplify.
1918         (dump_copy_of): Likewise.
1919         (copy_prop_visit_cond_stmt): Use valueize_val.
1920         (copy_prop_visit_phi_node): Properly handle unvisited names.
1921         Drop code managing copy-of chains.
1922         (init_copy_prop): Adjust.
1923         (fini_copy_prop): Likewise.
1924         (execute_copy_prop): Remove obsolete comment.
1925
1926 2010-08-09  Richard Guenther  <rguenther@suse.de>
1927
1928         PR middle-end/44632
1929         * function.c (gimplify_parameters): Do not clear addressable
1930         bit of the original parameter.
1931
1932 2010-08-09  Richard Guenther  <rguenther@suse.de>
1933
1934         PR middle-end/45212
1935         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
1936         alignment from MEM_REF offset only if we took it from the
1937         base object.
1938
1939 2010-08-09  Eric Fisher <joefoxreal@gmail.com>
1940
1941         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
1942
1943 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1944
1945         * c-tree.h (build_arg_info): Declare.
1946         * c-decl.c (build_arg_info): Define.
1947         (get_parm_info): Call it.  Delete initialization code.
1948         * c-parser.c (c_parser_parms_declarator): Likewise.
1949         (c_parser_parms_list_declaractor): Likewise.
1950
1951 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1952
1953         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
1954         (struct c_arg_info): Change type of tags field.
1955         * c-decl.c (grokdeclarator): Update for changed type of tags field.
1956         (get_parm_info): Likewise.
1957         (store_parm_decls_newstyle): Likewise.
1958
1959 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1960
1961         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
1962         (branch_island_list): Delete.
1963         (branch_islands): Declare.
1964         (add_compiler_branch_island): Adjust for branch_islands instead of
1965         branch_island_list.
1966         (macho_branch_islands): Likewise.
1967         (no_previous_def): Likewise.
1968         (get_prev_label): Likewise.
1969
1970 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1971
1972         PR boehm-gc/34544
1973         * gthr-posix.h (__gthread_start): Delete.
1974         (__gthread_active_init): Use pthread_default_stacksize_np instead of
1975         pthread_create to determine if hpux pthreads are active.
1976         * gthr-posix95.h (__gthread_start): Delete.
1977         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
1978
1979 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
1980
1981         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
1982         _WIN64 not expanded.
1983
1984 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
1985             H.J. Lu  <hongjiu.lu@intel.com>
1986
1987         PR target/45213
1988         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
1989         to output 32bit SFmode immediate as 8 byte sign extended value.
1990
1991 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1992
1993         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
1994         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
1995         (SUBWORD_BOOL_CAS): Likewise.
1996         (SUBWORD_SYNC_OP): Likewise.
1997         (SUBWORD_TEST_AND_SET): Likewise.
1998         (FETCH_AND_OP_WORD): Parenthesise INF_OP
1999         (SUBWORD_SYNC_OP): Likewise.
2000         (OP_AND_FETCH_WORD): Likewise.
2001
2002 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2003
2004         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
2005         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
2006         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
2007         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
2008         generic part.
2009         (cortex_a9_sched_adjust_cost): New function.
2010         (xscale_sched_adjust_cost): New function.
2011         * config/arm/arm-protos.h (struct tune_params): New field
2012         sched_adjust_cost.
2013         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
2014
2015 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
2016
2017         PR target/44942
2018         * config/sparc/sparc.c (function_arg_advance): Always take into account
2019         the padding, if any.
2020
2021 2010-08-06  Richard Guenther  <rguenther@suse.de>
2022
2023         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
2024         (dump_lattice_value): Dump it.
2025         (get_default_value): Adjust.
2026         (get_constant_value): Likewise.
2027         (set_value_varying): Likewise.
2028         (set_lattice_value): Make sure to not go up the lattice
2029         with bitwise constant values.
2030         (get_value_for_expr): Handle ADDR_EXPRs.
2031         (value_to_double_int): New function.
2032         (get_value_from_alignment): Likewise.
2033         (do_dbg_cnt): Adjust.
2034         (ccp_lattice_meet): Handle partially constant values.
2035         (bit_value_unop_1): New function.
2036         (bit_value_binop_1): Likewise.
2037         (bit_value_unop): Likewise.
2038         (bit_value_binop): Likewise.
2039         (evaluate_stmt): Track partially constant values if
2040         flag_tree_bit_ccp is set.
2041         (ccp_fold_stmt): Dump if we folded a predicate.
2042         (ccp_visit_stmt): Adjust.
2043         * common.opt (ftree-bit-ccp): New flag.
2044         * doc/invoke.texi (ftree-bit-ccp): Document.
2045         * opts.c (decode_options): Enable bit-CCP at -O1.
2046
2047 2010-08-06  Alan Modra  <amodra@gmail.com>
2048
2049         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
2050         and -mrelocatable-lib description.
2051
2052 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
2053
2054         From Martin Thuresson  <martint@google.com>
2055         * postreload.c (reload_cse_simplify_operands): Use
2056         SET_REGNO_RAW instead of SET_REGNO.
2057         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
2058         SET_REGNO.
2059         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
2060         instead of SET_REGNO.
2061         * rtl.h (SET_REGNO_RAW): New macro.
2062
2063 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
2064
2065         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
2066         computations.  Fix formatting issues.
2067         (num_sign_bit_copies1): Likewise.
2068         (canonicalize_condition): Likewise.
2069
2070 2010-08-05  Richard Henderson  <rth@redhat.com>
2071
2072         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
2073         (floor_log2): Use clz_hwi.
2074         (exact_log2): Use ctz_hwi.
2075         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
2076         * builtins.c (fold_builtin_bitop): Use them.
2077         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
2078         * combine.c (get_pos_from_mask): Use ctz_hwi.
2079         * double-int.c (double_int_ctz): Likewise.
2080         * explow.c (force_reg): Likewise.
2081         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
2082
2083 2010-08-05  Richard Henderson  <rth@redhat.com>
2084
2085         PR target/45189
2086         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
2087         the alignment constant is properly sign-extended.
2088
2089 2010-08-05  Richard Guenther  <rguenther@suse.de>
2090
2091         * expr.c (store_expr): Use emit_block_move only if both
2092         source and target are MEMs.  Use store_bit_field if only
2093         the target is a MEM.
2094
2095 2010-08-05  Richard Henderson  <rth@redhat.com>
2096
2097         PR debug/45188
2098         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
2099         (INCOMING_RETURN_ADDR_RTX): Likewise.
2100         (dwarf2out_do_frame): Remove conditional compilation.
2101         (dwarf2out_frame_init): Likewise.
2102
2103 2010-08-05  Nicolas Setton  <setton@adacore.com>
2104
2105         * gcov.c (flag_display_progress): New static variable.
2106         (main): Display progress info on standard output if requested.
2107         (options): Add -d/--display-progress.
2108         (print_usage): Print them.
2109         (process_args): Handle them.
2110         * doc/gcov.texi: Document them.
2111
2112 2010-08-05  Martin Jambor  <mjambor@suse.cz>
2113
2114         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
2115         (ipcp_insert_stage): Redirect only edges not flagged with
2116         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
2117         discovered constants.
2118
2119 2010-08-05  Martin Jambor  <mjambor@suse.cz>
2120
2121         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
2122         (struct ipa_param_descriptor): New fields types and
2123         cannot_devirtualize.
2124         (ipa_param_cannot_devirtualize_p): New function.
2125         (ipa_param_types_vec_empty): Likewise.
2126         (ipa_make_edge_direct_to_target): Declare.
2127         * ipa-cp.c: Fixed first stage driver name in initial comment,
2128         described devirtualization there too.
2129         (ipcp_analyze_node): Call ipa_analyze_params_uses.
2130         (ipcp_print_all_lattices): Print devirtualization info.
2131         (ipa_set_param_cannot_devirtualize): New function.
2132         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
2133         lattice to BOTTOM.
2134         (ipcp_init_stage): Merged into...
2135         (ipcp_generate_summary): ...its caller.
2136         (ipcp_change_tops_to_bottom): Also process type lists.
2137         (ipcp_add_param_type): New function.
2138         (ipcp_copy_types): Likewise.
2139         (ipcp_propagate_types): Likewise.
2140         (ipcp_propagate_stage): Also propagate types.
2141         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
2142         Also return true if propagated types require it.
2143         (ipcp_update_callgraph): Dump redirection info.
2144         (ipcp_process_devirtualization_opportunities): New function.
2145         (ipcp_const_param_count): Include known type information.
2146         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
2147         on new node.  Fixed formatting.
2148         * ipa-prop.c (make_edge_direct_to_target): Renamed to
2149         ipa_make_edge_direct_to_target and changed all callers.  Made
2150         externally visible.
2151         (ipa_node_duplication_hook): Duplicate types vector.
2152         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
2153         redirect outgoing calls for which we can't get a decl from the
2154         statement.  Check that we can get a decl from the call statement.
2155         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
2156         ipa_analyze_params_uses only when ipa-cp is disabled.
2157         * tree-inline.c (get_indirect_callee_fndecl): Removed.
2158         (expand_call_inline): Do not call get_indirect_callee_fndecl.
2159         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
2160         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
2161
2162 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
2163
2164         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
2165         temporary. Emit move from temporary to accum, so REG_EQUAL note will
2166         be attached to this insn in correct mode.
2167
2168 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
2169
2170         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
2171         using REGNO of base_reg directly.
2172
2173 2010-08-05  Jie Zhang  <jie@codesourcery.com>
2174
2175         PR tree-optimization/45144
2176         * tree-sra.c (type_consists_of_records_p): Return false
2177         if the record contains bit-field.
2178
2179 2010-08-04  Richard Henderson  <rth@redhat.com>
2180
2181         * config/i386/i386.c (struct ix86_frame): Remove padding and
2182         to_allocate members.
2183         (ix86_compute_frame_layout): Don't store them.
2184         (ix86_can_use_return_insn_p): Use a more direct and more obviously
2185         correct condition for the position of the stack pointer.
2186         (ix86_expand_prologue): Compute remaining stack allocation based
2187         on the ultimate stack pointer offset.
2188         (ix86_expand_epilogue): Use more obvious expressions testing for
2189         the stack pointer already pointing to the saved registers.
2190
2191         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
2192         duplication deconstructing the frame pointer.  Simplify
2193         deallocation of the local stack frame.
2194
2195         * reg-notes.def (CFA_EXPRESSION): New.
2196         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
2197         (dwarf2out_frame_debug_cfa_expression): New.
2198         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
2199
2200         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
2201         * config/i386/i386.c (ix86_expand_prologue): Set it.
2202         (ix86_expand_epilogue): Clear it.
2203         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
2204         context, add REG_CFA_EXPRESSION notes.
2205
2206         * config/i386/i386.h (struct machine_frame_state): Rename from
2207         machine_cfa_state.  Add members tracking SP and FP regardless
2208         of the current CFA register.
2209         (ix86_cfa_state): Remove.
2210         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
2211         and sse_reg_save_offset members.
2212         (ix86_compute_frame_layout): Set them.
2213         (gen_push): Increment sp_offset too.
2214         (choose_baseaddr_len, choose_baseaddr): New.
2215         (ix86_emit_save_reg_using_mov): New.
2216         (ix86_emit_save_regs_using_mov): Use it.
2217         (ix86_emit_save_sse_regs_using_mov): Likewise.
2218         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
2219         compare vs the saved red_zone_offset.
2220         (pro_epilogue_adjust_stack): Adjust sp_offset.
2221         (ix86_adjust_stack_and_probe): Likewise.
2222         (ix86_expand_prologue): Set up, use, and validate the new
2223         frame_state_info members.  Use gen_frame_mem.
2224         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
2225         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
2226         new frame_state_info members.
2227         (ix86_emit_leave): Likewise.
2228         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
2229         out-of-range stack pointer offsets here.
2230         (ix86_emit_restore_sse_regs_using_mov): Likewise.
2231         (ix86_expand_epilogue): Use and validate the new frame_state_info
2232         members.  Break up and simplify the logic selecting the
2233         restore_regs_via_mov code path.  Ensure that there will be no
2234         out-of-range stack pointer offsets.
2235
2236         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
2237
2238         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
2239         argument name to reflect the expected tree; fix indentation.
2240         (ix86_asm_output_function_label): Output the entire 32-bit
2241         ms_hook here as bytes ...
2242         (ix86_expand_prologue): ... not here as insns.  Attach the
2243         unwind info for the ms_hook to a blockage insn.
2244         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
2245         (ix86_ms_bitfield_layout_p): Fix indentation.
2246         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
2247
2248         * config/i386/i386.c (ix86_using_red_zone): New.
2249         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
2250         ix86_expand_prologue, ix86_force_to_memory): Use it.
2251
2252         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
2253         saving the int registers.
2254
2255         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
2256         and DWARF2_UNWIND_INFO conditional compilation.
2257
2258 2010-08-04  Richard Henderson  <rth@redhat.com>
2259
2260         PR debug/45171
2261         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
2262         an is_naming_typedef_decl.
2263
2264 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
2265
2266         PR rtl-optimization/45162
2267         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
2268         * dce.c (word_dce_process_block): Likewise.
2269
2270 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
2271
2272         PR target/44583
2273         * config/ia64/constraints.md (Z): New.
2274         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
2275         (xfreg_or_signed_fp01_operand): New.
2276         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
2277         with fr_reg_or_signed_fp01_operand and constraint G with Z.
2278         (subsf3): Ditto.
2279         (*maddsf4): Ditto.
2280         (*msubsf4): Ditto.
2281         (adddf3): Ditto.
2282         (adddf3_trunc): Ditto.
2283         (subdf3): Ditto.
2284         (*subdf3_trunc): Ditto.
2285         (*madddf4): Ditto.
2286         (*madddf4_trunc): Ditto.
2287         (*msubdf4): Ditto.
2288         (*msubdf4_trunc): Ditto.
2289         (addxf3): Replace xfreg_or_fp01_operand with
2290         xfreg_or_signed_fp01_operand and constraint G with Z.
2291         (*addxf3_truncsf): Ditto.
2292         (*addxf3_truncdf): Ditto.
2293         (subxf3): Ditto.
2294         (*subxf3_truncsf): Ditto.
2295         (*subxf3_truncdf): Ditto.
2296         (*maddxf4): Ditto.
2297         (*maddxf4_truncsf): Ditto.
2298         (*maddxf4_truncdf): Ditto.
2299         (*msubxf4): Ditto.
2300         (*msubxf4_truncsf): Ditto.
2301         (*msubxf4_truncdf): Ditto.
2302
2303 2010-08-04  Richard Guenther  <rguenther@suse.de>
2304
2305         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
2306         if either alias-set is zero.
2307
2308 2010-08-04  Richard Guenther  <rguenther@suse.de>
2309
2310         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
2311         * tree-ssa-ccp.c: ... here.
2312         * tree-ssa-copy.c: ... and here.
2313         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
2314         value_range_t): Move ...
2315         * tree-vrp.c: ... here.
2316         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
2317         (substitute_and_fold): Adjust prototype.
2318         * tree-ssa-propagate.c (replace_uses_in): Adjust.
2319         (replace_phi_args_in): Likewise.
2320         (substitute_and_fold): Take callback to query lattice instead
2321         of pointer to lattice.  Replace SSA name defs with lattice
2322         values first.
2323         * tree-ssa-ccp.c (ccp_finalize): Adjust.
2324         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
2325         (get_value): New function.
2326         (fini_copy_prop): Adjust.
2327         * tree-vrp.c (vrp_finalize): Adjust.
2328
2329 2010-08-04  Richard Guenther  <rguenther@suse.de>
2330
2331         PR middle-end/45176
2332         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
2333         points-to set for original MEM_REF.
2334
2335 2010-08-04  Richard Guenther  <rguenther@suse.de>
2336
2337         * tree-ssa-ccp.c (get_constant_value): New function.
2338         (get_rhs_assign_op_for_ccp): Remove.
2339         (valueize_op): New function.
2340         (ccp_fold): Use get_constant_value and valueize_op.
2341         (fold_const_aggregate_ref): Likewise.
2342         (ccp_fold_stmt): Likewise.
2343         (visit_assignment): Simplify.
2344
2345 2010-08-04  Richard Guenther  <rguenther@suse.de>
2346
2347         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
2348         * double-int.h (double_int_ctz): Declare.
2349         * double-int.c (double_int_ctz): New function.
2350
2351 2010-08-04  Hariharan Sandanagobalane <hariharan@picochip.com>
2352
2353         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
2354         Define.
2355         picochip_expand_movmemhi : Expand movmem pattern.
2356         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
2357         Declare.
2358         * config/picochip/picochip.md (movmemhi) : New pattern.
2359
2360 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
2361
2362         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
2363
2364 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
2365
2366         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
2367         NEG as operand of a MULT by merging it with the other operand.
2368         * combine.c (make_compound_operation): Use trunc_int_for_mode when
2369         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
2370         MULT.
2371         * config/arm/constraints.md (M): Examine only 32 bits of a
2372         HOST_WIDE_INT.
2373         * config/arm/predicates.md (power_of_two_operand): Likewise.
2374
2375 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2376
2377         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
2378         non-NOTE insns.
2379
2380 2010-08-03  Jan Hubicka  <jh@suse.cz>
2381
2382         * ipa-split.c (struct split_point): Add split_part_set_retval.
2383         (find_retval): Forward declare.
2384         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
2385         (consider_split): Compute current->split_part_set_retval.
2386         (visit_bb): Do not look into return value.
2387         (split_function): Handle !split_part_set_retval
2388
2389 2010-08-03  Martin Jambor  <mjambor@suse.cz>
2390
2391         * tree-sra.c (completely_scalarize_record): New parameter REF, create
2392         its own access->expr intead of using build_ref_for_offset.
2393
2394 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
2395
2396         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
2397         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
2398         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
2399         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
2400         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
2401         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
2402         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
2403         DEFAULT_SWITCH_TAKES_ARG.
2404         * config/rx/rx.opt (-patch=): Remove option.
2405         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
2406         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
2407         * doc/invoke.texi (RX Options): Remove -patch=.
2408         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
2409         (option_map): Remove --profile-blocks, --quiet and --silent.
2410
2411 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
2412
2413         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
2414         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
2415         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
2416         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2417         Update calls to ix86_expand_compare and ix86_expand_branch.
2418         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
2419         ix86_expand_compare.
2420         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
2421         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2422         Make static.
2423         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
2424         and ix86_compare_op1.  Update calls to ix86_expand_compare.
2425         (ix86_expand_int_movcc): Ditto.
2426         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
2427         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
2428         (ix86_expand_setcc): Ditto.
2429         (ix86_expand_compare): Remove prototype.
2430         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
2431         ix86_compare_op0 and ix86_compare_op1.  Update calls
2432         to ix86_expand_branch to directly pass operands[1] and operands[2].
2433         (cbranchxf4): Ditto.
2434         (cbranch<MODEF:mode>4): Ditto.
2435         (cbranchcc4): Ditto.
2436         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
2437         Update calls to ix86_expand_setcc to directly pass operands[2] and
2438         operands[3].
2439         (cstorexf4): Ditto.
2440         (cstore<MODEF:mode>4): Ditto.
2441         (cstorecc4): Ditto.
2442
2443 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
2444
2445         PR target/45063
2446         * caller-save.c (save_call_clobbered_regs): Remove regs from
2447         hard_regs_saved when they are set.
2448
2449 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
2450
2451         PR target/41089
2452         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
2453         as volatile.
2454
2455 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
2456
2457         * common.opt (ftree-loop-distribute-patterns): New.
2458         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
2459         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
2460         at -O3.
2461         * tree-data-ref.c (stores_zero_from_loop): New.
2462         * tree-data-ref.h (stores_zero_from_loop): Declared.
2463         * tree-loop-distribution.c (tree_loop_distribution): Call
2464         stores_zero_from_loop.
2465         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
2466
2467 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
2468
2469         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
2470         into account.
2471
2472         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
2473         * config/arm/arm.c (thumb1_code): New variable.
2474         (arm_override_options): Set it.
2475         (thumb1_final_prescan_insn): Keep track of condition code status.
2476         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
2477         jumps that depend on them.
2478         * config/arm/arm.h (thumb1_code): Declare variable.
2479         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
2480         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
2481         thumb1_cc_mode.
2482         (CC_STATUS_INIT): New macro.
2483         * config/arm/constraints.md (Pd): New constraint.
2484         * config/arm/predicates.md (noov_comparison_operator): New predicate.
2485         * config/arm/arm.md (is_thumb1): New define_attr.
2486         (conds): Set default to "clob" when generating Thumb1 code.
2487         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
2488         code are set.  Use two-operand assembly syntax.
2489         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
2490         pattern.
2491         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
2492         codes are set.  Use two-operand assembly syntax.
2493         (zero_extendhisi splitter): Remove constraints.
2494         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
2495         thumb1_movsf_insn): Set conds attribute as appropriate.
2496         (cbranchsi4_insn): Use condition code status from struct
2497         machine_function to determine whether the comparison can be eliminated.
2498         Discourage the alternative using high registers.
2499         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
2500         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
2501         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
2502         subsi3_cbranch): Delete.
2503         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
2504         one subtract and one cbranch insn.
2505
2506         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
2507         thumb2_movdf_soft_insn): Delete patterns.
2508         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
2509         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
2510         (pool_range, neg_pool_range): Use them to define defaults.
2511         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
2512         and allow for TARGET_32BIT.
2513
2514         PR target/40457
2515         * config/arm/arm.h (arm_regs_in_sequence): Declare.
2516         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
2517         load_multiple_sequence, store_multiple_sequence): Delete
2518         declarations.
2519         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
2520         declarations.
2521         * config/arm/ldmstm.md: New file.
2522         * config/arm/arm.c (arm_regs_in_sequence): New array.
2523         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
2524         CHECK_REGS.  All callers changed.
2525         If SAVED_ORDER is nonnull, copy the computed order into it.
2526         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
2527         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
2528         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
2529         If SAVED_ORDER is nonnull, copy the computed order into it.
2530         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
2531         like REGS.  Handle Thumb mode.
2532         (arm_gen_load_multiple_1): New function, broken out of
2533         arm_gen_load_multiple.
2534         (arm_gen_store_multiple_1): New function, broken out of
2535         arm_gen_store_multiple.
2536         (arm_gen_multiple_op): New function, with code from
2537         arm_gen_load_multiple and arm_gen_store_multiple moved here.
2538         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
2539         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
2540         changed.
2541         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
2542         * config/arm/predicates.md (commutative_binary_operator): New.
2543         (load_multiple_operation, store_multiple_operation): Handle more
2544         variants of these patterns with different starting offsets.  Handle
2545         Thumb-1.
2546         * config/arm/arm.md: Include "ldmstm.md".
2547         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
2548         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
2549         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
2550         peepholes): Delete.
2551         * config/arm/ldmstm.md: New file.
2552         * config/arm/arm-ldmstm.ml: New file.
2553
2554         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
2555         if statement which adds extra costs to frame-related expressions.
2556
2557 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2558
2559         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
2560
2561 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
2562
2563         PR target/45142
2564         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
2565         alternative 2.
2566         (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
2567         split V4SI operands.
2568
2569 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
2570
2571         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
2572         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
2573         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
2574         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
2575
2576 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
2577
2578         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
2579         LOCAL_INCLUDE_DIR.
2580
2581 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
2582
2583         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
2584         used in the call to optab_for_tree_code.  Fix the second
2585         is_widening_mult_p call.  Check that both unwidened operands
2586         have the same sign.
2587
2588 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
2589
2590         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
2591
2592 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
2593
2594         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
2595
2596 2010-07-30  DJ Delorie  <dj@redhat.com>
2597
2598         * config/rx/predicates.md (rx_constshift_operand): New.
2599         * config/rx/rx.md (zs_cond): New.
2600         (cbranchsi4): Remove mode.
2601         (*cbranchsi4_<code>): Likewise.
2602         (*tstbranchsi4_<code>): New.
2603         (*tstbranchsi4r_<code>): New.
2604         (*tstbranchsi4m_eq): New.
2605         (*tstbranchsi4m_ne): New.
2606         (cbranchsf4): Remove mode.
2607         (*cbranchsf4_<code>): Likewise.
2608
2609 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
2610
2611         * rtlanal.c (simplify_subreg_regno): Don't treat
2612         HARD_FRAME_POINTER_REGNUM specially.
2613
2614 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
2615
2616         * common.opt (-G): Don't define option here.
2617         * config/g.opt: New.
2618         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
2619         rs6000/powerpc and score targets.
2620         * opts.c (common_handle_option): Don't handle -G here.
2621         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
2622         * config/frv/frv.c (frv_handle_option): Handle -G.
2623         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
2624         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
2625         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
2626         * config/mips/mips.c (mips_handle_option): Handle -G.
2627         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
2628         * config/score/score.c (score_handle_option): Handle -G.
2629
2630 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
2631
2632         * config/mmix/mmix.c: Include basic-block.h.
2633
2634 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
2635
2636         PR debug/45055
2637         PR rtl-optimization/45137
2638         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
2639         prototypes.
2640         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
2641         New functions.
2642         * combine.c (next_nonnote_nondebug_insn): Removed.
2643         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
2644         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
2645         * sched-deps.c (sched_analyze_insn): Likewise.
2646         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
2647         * rtlanal.c (canonicalize_condition): Likewise.
2648         * postreload.c (reload_combine_recognize_pattern): Likewise.
2649         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
2650
2651 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
2652
2653         * config/i386/i386.md (int_cond): Remove code iterator.
2654         (fp_cond): Ditto.
2655         (cbranch<mode>4): Use ordered_comparison_operator predicate
2656         for operator0.
2657         (cstore<mode>4): Ditto for operator1.
2658         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
2659         (add<mode>cc): ditto.
2660
2661 2010-07-30  Richard Guenther  <rguenther@suse.de>
2662
2663         PR middle-end/45141
2664         * expr.c (expand_expr_real_1): Check for not handled base address.
2665
2666 2010-07-30  Richard Guenther  <rguenther@suse.de>
2667
2668         * ipa-prop.c (ipa_modify_formal_parameters): Use
2669         build_distinct_type_copy.
2670
2671 2010-07-30  Anthony Green  <green@moxielogic.com>
2672
2673         * config/moxie/rtems.h: New file.
2674         * config.gcc: Add moxie-rtems support.
2675
2676 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
2677
2678         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
2679         df flags as in run_fast_df_dce.
2680
2681 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
2682
2683         Revert:
2684         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
2685
2686         * rtl.def (NOTE): Swap operands 4 and 5.
2687         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
2688         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
2689         Adjust accordingly.
2690         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
2691
2692 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
2693
2694         PR debug/45110
2695         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
2696         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
2697         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
2698         formal parameters.
2699         (gen_decl_die): Change return type to dw_die_ref, return what
2700         gen_formal_parameter_die returned.
2701
2702 2010-07-29  Martin Jambor  <mjambor@suse.cz>
2703
2704         * dbgcnt.def (eipa_sra): New counter.
2705         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
2706
2707 2010-07-29  Xinliang David Li  <davidxl@google.com>
2708
2709         PR bootstrap/45119
2710         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
2711         in revision 162652.
2712
2713 2010-07-29  Richard Guenther  <rguenther@suse.de>
2714
2715         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
2716         (TV_TREE_STORE_CCP): Likewise.
2717         (TV_TREE_REDPHI): Likewise.
2718
2719 2010-07-29  Richard Guenther  <rguenther@suse.de>
2720
2721         * double-int.h (double_int_and_not): New function.
2722         * combine.c (try_combine): Use it.
2723         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
2724
2725 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
2726
2727         PR rtl-optimization/42575
2728         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
2729         Argument AU removed.  All callers changed.  Ignore artificial refs.
2730         Use return value of df_word_lr_simulate_defs to decide whether an insn
2731         is necessary.
2732         (fast_dce): Rename arg to WORD_LEVEL.
2733         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
2734         static.
2735         (pass_fast_rtl_byte_dce): Delete.
2736         * dce.h (run_word_dce): Declare.
2737         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
2738         All callers changed.  Simplify code to only deal with two-word regs.
2739         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
2740         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
2741         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
2742         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
2743         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
2744         (df_word_lr_mark_ref): Declare.
2745         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
2746         df_word_lr_simulate_uses): Declare or rename from byte variants.
2747         (df_byte_lr_simulate_artificial_refs_at_top,
2748         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
2749         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
2750         declarations.
2751         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
2752         (enum df_mm): Delete.
2753         * df-byte-scan.c: Delete file.
2754         * df-problems.c (df_word_lr_problem_data): Renamed from
2755         df_byte_lr_problem_data, all members deleted except for
2756         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
2757         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
2758         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
2759         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
2760         df_byte_lr_confluence_0): Delete functions.
2761         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
2762         callers changed.
2763         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
2764         Don't initialize members that were deleted, don't try to discover data
2765         about registers.  Ignore hard regs.
2766         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
2767         (df_word_lr_mark_ref): New function.
2768         (df_word_lr_bb_local_compute): Renamed from
2769         df_byte_bb_lr_local_compute; all callers changed.  Use
2770         df_word_lr_mark_ref.  Assert that artificial refs don't include
2771         pseudos.  Ignore hard registers.
2772         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
2773         Assert that exit block uses don't contain pseudos.
2774         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
2775         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
2776         callers changed.  Ignore hard regs.
2777         (df_word_lr_transfer_function): Renamed from
2778         df_byte_lr_transfer_function; all callers changed.
2779         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
2780         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
2781         changed.
2782         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
2783         callers changed.
2784         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
2785         confluence operator 0 set to NULL.
2786         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
2787         callers changed.
2788         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
2789         Return bool, true if bitmap changed or insn otherwise necessary.
2790         All callers changed.  Simplify using df_word_lr_mark_ref.
2791         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
2792         all callers changed.  Simplify using df_word_lr_mark_ref.
2793         * lower-subreg.c: Include "dce.h"
2794         (decompose_multiword_subregs): Call run_word_dce if df available.
2795         * Makefile.in (lower-subreg.o): Adjust dependencies.
2796         (df-byte-scan.o): Delete.
2797         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
2798
2799 2010-07-29  Richard Guenther  <rguenther@suse.de>
2800
2801         * tree.c (build_vector): Assert that the vector constant
2802         has enough elements.
2803         (build_vector_from_ctor): Pad with trailing zeros.
2804
2805 2010-07-29  Richard Guenther  <rguenther@suse.de>
2806
2807         PR tree-optimization/45120
2808         * tree-ssa-structalias.c (get_constraint_for_component_ref):
2809         Handle offset in DEREFs properly.
2810         (get_constraint_for_1): Handle MEM_REF offset properly.
2811
2812 2010-07-29  Richard Guenther  <rguenther@suse.de>
2813
2814         PR middle-end/45034
2815         * convert.c (convert_to_integer): Always use an unsigned
2816         type for narrowed negate and bitwise not.
2817
2818 2010-07-29  Ira Rosen  <irar@il.ibm.com>
2819
2820         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
2821         to outer loop when creating reduction epilogue for double reduction,
2822         and switch back to the inner loop when updating the phi nodes.
2823         Update uses of outer loop exit phi nodes in double reduction (instead
2824         of uses of reduction).
2825
2826 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
2827
2828         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
2829         popcount on power7 and parity on power6 systems.
2830         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
2831         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
2832         instructions.
2833
2834         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
2835         (UNSPEC_PARITY): Ditto.
2836         (SFDF): New iterator for SF/DF.
2837         (rreg2): New mode attribute for floating register constraint.
2838         (TARGET_FLOAT): New mode attribute for whether single/double float
2839         is supported.
2840         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
2841         pattern.
2842         (parity<mode>2_cmpb): New insn for parity on power6 and newer
2843         machines.
2844         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
2845         pattern.  Add support for fcpsgn instruction added in power6.
2846         (copysignsf3): Delete.
2847         (copysigndf3): Delete.
2848         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
2849         instead of if_then_else in RTL to avoid problems with -0.
2850
2851         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
2852         of if_then_else to mirror scalar code.
2853         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
2854         rs6000.md.
2855
2856         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
2857         instead of if_then_else.
2858
2859 2010-07-28  Xinliang David Li  <davidxl@google.com>
2860
2861         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
2862         (dump_cand): Dump var_before/after.
2863         (htab_inv_expr_eq): New function.
2864         (htab_inv_expr_hash): New function.
2865         (tree_ssa_iv_optimize_init): Support pseudo invariants.
2866         (add_candidate_1): consider base type precision.
2867         (set_use_iv_cost): New parameter.
2868         (adjust_setup_cost): Use profile information.
2869         (get_address_cost): Do not hard code width in computing address
2870         offset limits.
2871         (compare_aff_trees): New function.
2872         (get_loop_invariant_expr_id): New function.
2873         (get_computation_cost_at): New parameter and use profile information.
2874         (get_computation_cost): New parameter.
2875         (determine_use_iv_cost_generic): Pass new parameter.
2876         (determine_use_iv_cost_address): Ditto.
2877         (determine_use_iv_cost_condition): Ditto.
2878         (autoinc_possible_for_pair): Ditto.
2879         (determine_use_iv_costs): More dumps.
2880         (iv_ca_get_num_inv_exprs): New function.
2881         (iv_ca_recount_cost): Consider loop invariants in register pressure
2882         cost.
2883         (iv_ca_add_use): New parameter.
2884         (iv_ca_dump): Better dumping.
2885         (iv_ca_extend): New parameter.
2886         (try_add_cand_for): Attempt to get better partial solution.
2887         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
2888         (create_new-ivs): More dumps.
2889         (rewrite_use_compare): Ditto.
2890         (free_loop_data): More cleanup.
2891         (treee_ssa_iv_optimize_finalize): Ditto.
2892
2893 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
2894
2895         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
2896         * config/i386/i386.c (ix86_profile_before_prologue): New.
2897         (override_options): Add special handling for -mfentry.
2898         (ix86_function_regparm): Likewise.
2899         (ix86_function_sseregparm): Likewise.
2900         (ix86_frame_pointer_required): Likewise.
2901         (ix86_expand_prologue): Check for ms_hook_prologue.
2902         (x86_function_profiler): Adjust mcount output.
2903         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
2904         * config/i386/i386.opt (mfentry): New.
2905         * doc/invoke.texi (mfentry): Add documentation.
2906         * doc/tm.texi: Regenerated..
2907         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
2908         * final.c (final_start_function): Replace macro
2909         PROFILE_BEFORE_PROLOGUE by target hook.
2910         * function.c (thread_prologue_and_epilogue_insns): Likewise.
2911         * target.def (profile_before_prologue): New hook.
2912         * targhooks.c (default_profile_before_prologue): New.
2913         * targhooks.h (default_profile_before_prologue): New.
2914
2915 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
2916
2917         PR debug/45105
2918         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
2919
2920         PR debug/45103
2921         * dwarf2out.c (dwarf2out_var_location): Always consider
2922         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
2923
2924 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
2925
2926         PR rtl-optimization/45107
2927         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
2928
2929 2010-07-28  Richard Guenther  <rguenther@suse.de>
2930
2931         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
2932         (set_lattice_value): Do not query an old default value.
2933         (get_value_for_expr): New function.  Properly canonicalize
2934         float values.
2935         (ccp_visit_phi_node): Use it.
2936
2937 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
2938
2939         * config/arm/arm.c (arm_pcs_default): Remove static.
2940         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
2941         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
2942         (arm_pcs_default): Declare.
2943
2944 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
2945
2946         * config/rs6000/rs6000.c (rs6000_override_options):
2947         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
2948         ... to darwin_rs6000_override_options.
2949         (rs6000_return_in_memory): Update preceding comment for darwin
2950         64 bit ABI.  Use TARGET_MACHO inline.
2951         (rs6000_darwin64_struct_check_p): New.
2952         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
2953         (function_arg): Likewise.
2954         (rs6000_arg_partial_bytes): Likewise.
2955         (rs6000_function_value): Likewise.
2956
2957 2010-07-28  Andi Kleen <ak@linux.intel.com>
2958
2959         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
2960
2961 2010-07-28  Richard Guenther  <rguenther@suse.de>
2962
2963         PR middle-end/44903
2964         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
2965         targets try harder to not generate unaligned accesses.
2966
2967 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
2968
2969         PR rtl-optimization/45101
2970         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
2971         for gcse-las.
2972
2973 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
2974
2975         PR tree-optimization/44885
2976         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
2977         with non-aliased component.
2978
2979 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
2980
2981         * config/darwin-driver.c (SWITCH_TAKES_ARG,
2982         WORD_SWITCH_TAKES_ARG): Remove.
2983         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
2984         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
2985         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
2986         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
2987         definitions from gcc.c.
2988         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
2989         defaults.h.
2990         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
2991         Move to defaults.h.
2992         * opts-common.c: Include tm.h.
2993         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
2994         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
2995         Handle more than one argument.  Set canonical_option_num_elements.
2996         (decode_cmdline_options_to_array): Set
2997         canonical_option_num_elements and trailing elements of
2998         canonical_option.
2999         * opts.h (struct cl_decoded_option): Allow four elements in
3000         canonical_option.  Add field canonical_option_num_elements.
3001         * Makefile.in (opts-common.o): Update dependencies.
3002
3003 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
3004
3005         PR middle-end/44790
3006         PR middle-end/44993
3007         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
3008         sure the base has address_mode before adding the offset.
3009
3010 2010-07-27  Xinliang David Li <davidxl@google.com>
3011
3012         * tree-flow.h (create_mem_ref): Add one new parameter.
3013         * tree-ssa-address.c (create_mem_ref): New parameter.
3014         (addr_to_parts): Ditto.
3015         (move_variant_to_index): New function.
3016         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
3017
3018 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3019
3020         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
3021         4 and 5.
3022         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
3023         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
3024         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
3025         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
3026         CODE_LABELs and NOTEs.
3027         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
3028         * combine.c (try_combine): Likewise.
3029         * ira.c (setup_prohibited_mode_move_regs): Likewise.
3030         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
3031
3032 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3033
3034         * coretypes.h (struct cl_option_handlers): Declare.
3035         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
3036         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
3037         * langhooks-def.h (lhd_handle_option): Declare.
3038         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
3039         * langhooks.c (lhd_handle_option): New.
3040         * langhooks.h (struct lang_hooks): Update prototype and return
3041         value type of handle_option hook.
3042         * optc-gen.awk: Generate target_flags_explicit definition for the
3043         driver.
3044         * opts-common.c: Include diagnostic.h.
3045         (handle_option): Move from opts.c.  Update prototype and return
3046         value type.  Use handlers structure.
3047         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
3048         handlers structure.
3049         (set_option): Move from opts.c.
3050         * opts.c (common_handle_option): Update prototype and return value
3051         type.  Update calls to handle_option and enable_warning_as_error.
3052         (unknown_option_callback, post_handling_callback,
3053         lang_handle_option, target_handle_option): New.
3054         (handle_option, read_cmdline_option): Move to opts-common.c.
3055         (read_cmdline_options): Update prototype.  Update call to
3056         read_cmdline_option.
3057         (decode_options): Initialize and use handlers structure.
3058         (set_option): Move to opts-common.c.
3059         (enable_warning_as_error): Update prototype.  Update call to
3060         handle_option.
3061         * opts.h (struct cl_option_handler_func, struct
3062         cl_option_handlers): New.
3063         (handle_option, enable_warning_as_error): Update prototypes.
3064         (read_cmdline_option): Declare.
3065         * Makefile.in (opts-common.o): Update dependencies.
3066
3067 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3068
3069         * config/arm/arm.c (params.h): Include.
3070         (arm_override_options): Tune gcse-unrestricted-cost.
3071         * config/arm/t-arm (arm.o): Define dependencies.
3072
3073 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3074
3075         PR target/42495
3076         PR middle-end/42574
3077         * basic-block.h (get_dominated_to_depth): Declare.
3078         * dominance.c (get_dominated_to_depth): New function, use
3079         get_all_dominated_blocks as a base.
3080         (get_all_dominated_blocks): Use get_dominated_to_depth.
3081
3082         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
3083         (hoist_exprs): Remove.
3084         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
3085         (compute_code_hoist_vbeinout): Add debug print outs.
3086         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
3087
3088         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
3089         quadratic behavior.
3090         * params.h (MAX_HOIST_DEPTH): New macro.
3091         * doc/invoke.texi (max-hoist-depth): Document.
3092
3093 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3094
3095         PR rtl-optimization/40956
3096         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
3097         constants.
3098
3099 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3100
3101         PR target/42495
3102         PR middle-end/42574
3103         * config/arm/arm.c (legitimize_pic_address): Use
3104         gen_calculate_pic_address pattern to emit calculation of PIC address.
3105         (will_be_in_index_register): New function.
3106         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
3107         (thumb1_legitimate_address_p): Use it provided !strict_p.
3108         * config/arm/arm.md (calculate_pic_address): New expand and split.
3109
3110 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3111
3112         PR target/42495
3113         PR middle-end/42574
3114         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
3115         * config/arm/arm.md (define_split "J", define_split "K"): Make
3116         IRA/reload friendly.
3117
3118 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3119
3120         * gcse.c (insert_insn_end_basic_block): Update signature, remove
3121         unused checks.
3122         (pre_edge_insert, hoist_code): Update.
3123
3124 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3125
3126         PR target/42495
3127         PR middle-end/42574
3128         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
3129
3130 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3131
3132         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
3133
3134 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3135
3136         PR rtl-optimization/40956
3137         PR target/42495
3138         PR middle-end/42574
3139         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
3140         for hoisting.
3141         (hoist_code): Count occurences in current block too.
3142
3143 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3144
3145         * gcse.c (struct expr:max_distance): New field.
3146         (doing_code_hoisting_p): New static variable.
3147         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
3148         simple expressions, don't change behavior for PRE.  Set max_distance.
3149         (insert_expr_in_table): Set new max_distance field.
3150         (hash_scan_set): Update.
3151         (hoist_expr_reaches_here_p): Stop search after max_distance
3152         instructions.
3153         (find_occr_in_bb): New static function.  Use it in ...
3154         (hoist_code): Calculate sizes of basic block before any changes are
3155         done.  Pass max_distance to hoist_expr_reaches_here_p.
3156         (one_code_hoisting_pass): Set doing_code_hoisting_p.
3157
3158         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
3159         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
3160         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
3161         macros.
3162         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
3163         Document.
3164
3165 2010-07-27  Jeff Law  <law@redhat.com>
3166             Maxim Kuvyrkov  <maxim@codesourcery.com>
3167
3168         * gcse.c (compute_transpout, transpout): Remove, move logic
3169         to prune_expressions.
3170         (compute_pre_data): Move pruning of trapping expressions ...
3171         (prune_expressions): ... here.  New static function.
3172         (compute_code_hoist_data): Use it.
3173         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
3174
3175 2010-07-27  Xinliang David Li  <davidxl@google.com>
3176
3177         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
3178         (rewrite_use_address): Adjust iv update position when needed.
3179
3180 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3181
3182         * dbgcnt.def (hoist_insn): New debug counter.
3183         * gcse.c (hoist_code): Use it.
3184
3185 2010-07-27  Xinliang David Li  <davidxl@google.com>
3186
3187         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
3188         (niter_for_single_dom_exit): Passes additional parameter.
3189         (iv_period): Fix comments.
3190         (may_eliminate_iv): Handles multiple exit loops properly.
3191         (free_tree_niter_desc): New function.
3192         (free_loop_data): Frees up loop iteration descriptors.
3193
3194 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3195
3196         PR target/44542
3197         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
3198         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
3199         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
3200         (expand_one_var): Don't consider DECL_ALIGN for variables for
3201         which expand_one_stack_var_at has been already called.
3202
3203         PR testsuite/44701
3204         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
3205         constraints on IA-64.
3206
3207 2010-07-27  Jie Zhang  <jie@codesourcery.com>
3208
3209         PR target/44290
3210         Revert:
3211         2010-07-23  Jie Zhang  <jie@codesourcery.com>
3212
3213         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
3214         false if ! tree_versionable_function_p.
3215
3216 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3217
3218         * dwarf2out.c (add_data_member_location_attribute): Use
3219         add_AT_unsigned instead of add_AT_int if offset is non-negative.
3220
3221 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3222
3223         * postreload.c (try_replace_in_use): New static function.
3224         (reload_combine_recognize_const_pattern): Use it here.  Allow
3225         substituting into a final add insn, and substituting into a memory
3226         reference in an insn that sets the reg.
3227
3228 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3229
3230         * common.opt (o): Add MissingArgError.
3231         * doc/options.texi (MissingArgError): Document.
3232         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
3233         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
3234         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
3235         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
3236         * langhooks.h (struct lang_hooks): Remove missing_argument.
3237         * optc-gen.awk: Handle MissingArgError and output new structure
3238         field initializers.
3239         * opts.c (read_cmdline_option): Use missing_argument_error field
3240         instead of missing_argument langhook.
3241         * opts.h (struct cl_option): Add missing_argument_error field.
3242         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
3243
3244 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
3245
3246         PR target/29090
3247         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
3248         Darwin64 ABI, for zero-sized objects.
3249
3250 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
3251
3252         PR target/35491
3253         PR target/29090
3254
3255         Merge from Apple local 4.2.1.
3256         2005-05-11  Stan Shebs  <shebs@apple.com>
3257         Fix 64-bit varargs for Darwin (Radar 4028089).
3258         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
3259         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
3260         Add argument, add case for 8-byte register half-filled with a float.
3261         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
3262         single-precision floats specially.
3263
3264 2010-07-27  Ira Rosen  <irar@il.ibm.com>
3265
3266         PR tree-optimization/44152
3267         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
3268         complex numbers for further check.
3269         (vect_supported_load_permutation_p): Check nodes with
3270         complex numbers.
3271
3272 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3273
3274         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
3275         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
3276         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
3277         (LANG_HOOKS_INITIALIZER): Add new hooks.
3278         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
3279         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
3280         and complain_wrong_lang_p.  Update init_options prototype.
3281         * c-objc-common.c (c_initialize_diagnostics): First call
3282         c_common_initialize_diagnostics.
3283         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
3284         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
3285         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
3286         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
3287         (hook_uint_void_0): New.
3288         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
3289         (hook_uint_void_0): New.
3290         * opts-common.c (decode_cmdline_option,
3291         decode_cmdline_options_to_array): Also fill in canonical_option field.
3292         * opts.c (complain_wrong_lang): Use langhook to determine whether
3293         to complain instead of special-casing LTO.
3294         (decode_options): Separate lang_mask determination with
3295         option_lang_mask hook from call of init_options hook.
3296         * opts.h (struct cl_decoded_option): Add canonical_option.
3297
3298 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3299
3300         PR tree-optimization/45083
3301         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
3302
3303 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3304
3305         * postreload.c (reload_combine_recognize_const_pattern): Move test
3306         for limiting the insn movement to the right scope.
3307
3308         PR rtl-optimization/45051
3309         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
3310         than reg_mentioned_p.
3311
3312 2010-07-26  Richard Henderson  <rth@redhat.com>
3313
3314         PR target/44132
3315         * tree-emutls.c: New file.
3316         * Makefile.in (OBJS-common): Add it.
3317         * tree-pass.h (pass_ipa_lower_emutls): Declare.
3318         * passes.c (init_optimization_passes): Add it.
3319
3320         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
3321         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
3322         * expr.c (emutls_var_address): Delete.
3323         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
3324         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
3325         (emutls_finish): Delete.
3326         * toplev.c (compile_file): Don't call it.
3327         * tree.h (emutls_decl): Delete.
3328         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
3329         (emutls_finish, emutls_finalize_control_var): Delete.
3330         (emutls_object_type): Move to tree-emutls.c.
3331         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
3332         default_emutls_var_fields, get_emutls_object_type,
3333         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
3334         default_emutls_var_init): Likewise.
3335         (get_variable_section): Don't special case emutls.
3336         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
3337         default_elf_select_section, default_unique_section,
3338         default_encode_section_info): Likewise.
3339         * varpool.c (decide_is_variable_needed): Likewise.
3340         * gimple-iterator.c (update_call_edge_frequencies): New
3341         (gsi_insert_on_edge_immediate): Use it.
3342         (gsi_insert_seq_on_edge_immediate): Likewise.
3343         (gsi_commit_one_edge_insert): Likewise.
3344
3345         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
3346         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
3347         (x86_64_elf_unique_section): Likewise.
3348
3349 2010-07-26  Jan Hubicka  <jh@suse.cz>
3350
3351         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
3352         GTY((skip)).
3353
3354 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
3355
3356         * target.def (output_source_filename): New hook.
3357         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
3358         * doc/tm.texi: Regenerate.
3359         * toplev.c (output_file_directive) Remove function.
3360         * toplev.h (output_file_directive) Remove.
3361         * output.h (default_asm_output_source_filename,
3362         output_file_directive): Declare.
3363         * varasm.h (default_asm_output_source_filename,
3364         output_file_directive): New functions.
3365
3366         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3367         * config/mips/mips-protos.h (mips_output_filename): Remove.
3368         * config/mips/mips.c (mips_output_filename): Make Static.
3369         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
3370
3371 2010-07-26  Richard Guenther  <rguenther@suse.de>
3372
3373         PR tree-optimization/43784
3374         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
3375         if the destination is used by the call.
3376
3377 2010-07-26  Richard Guenther  <rguenther@suse.de>
3378
3379         PR middle-end/45073
3380         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
3381         SSA updating on being in SSA form.
3382
3383 2010-07-26  Richard Guenther  <rguenther@suse.de>
3384
3385         PR middle-end/45056
3386         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
3387
3388 2010-07-26  Richard Guenther  <rguenther@suse.de>
3389
3390         PR tree-optimization/45071
3391         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
3392         adjust op->opcode.
3393
3394 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3395
3396         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
3397         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
3398         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
3399         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
3400         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
3401         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
3402         save_r31, return_r31, save_interrupt, return_interrupt,
3403         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
3404         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
3405         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
3406         new ABI requirements.
3407         (save_r6_r9, L_callt_save_r6_r9): Remove.
3408         * config/v850/predicates.md (even_reg_operand, disp23_operand,
3409         const_float_1_operand const_float_0_operand): New Predicates.
3410         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
3411         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
3412         * config/v850/t-v850: Update multilibs for new target variants.
3413         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
3414         * config/v850/t-v850e: Likewise.
3415         * config/v850/v850.c (v850_issue_rate): New.
3416         (v850_strict_argument_naming): New.
3417         (function_arg): Modify to generate a different ABI.
3418         (print_operand): Update case 'z' to support float modes.
3419         (output_move_single): Modify to generate appropriate and better
3420         assembly.
3421         (v850_float_z_comparison_operator, v850_select_cc_mode,
3422         v850_float_nz_comparison_operator,  v850_gen_float_compare,
3423         v850_gen_compare): New functions to support comparison of float values.
3424         (ep_memory_offset): Add support for V850E2 targets.
3425         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
3426         (INTERRUPT_REGPARM_NUM): Remove.
3427         (compute_register_save_size): Add extra case to save/restore long call.
3428         (use_prolog_function): New function to support prologue.
3429         (expand_prologue): Add support for V850E2 targets and modified
3430         as per the current ABI requirements.
3431         (expand_epilogue): Likewise.
3432         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
3433         (construct_save_jarl): Likewise.
3434         (construct_dispose_instruction): Update as per the current ABI
3435         requirements.
3436         (construct_prepare_instruction): Likewise.
3437         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
3438         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
3439         (CPP_SPEC): Updated to support v850e2 targets.
3440         (STRICT_ALIGNMENT): Modified.
3441         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
3442         (FIXED_REGISTERS): Likewise.
3443         (CALL_USED_REGISTERS): Likewise.
3444         (CONDITIONAL_REGISTER_USAGE): Updated.
3445         (HARD_REGNO_MODE_OK): Updated.
3446         (reg_class): Updated to add even registers.
3447         (REG_CLASS_NAMES): Likewise.
3448         (REG_CLASS_CONTENTS): Likewise.
3449         (REGNO_REG_CLASS): Updated for CC registers.
3450         (REG_CLASS_FROM_LETTER): Added support for even registers.
3451         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
3452         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
3453         ARG_POINTER_REGNUM): Updated.
3454         (FUNCTION_ARG_ADVANCE): Define.
3455         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
3456         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
3457         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
3458         (GO_IF_LEGITIMATE_ADDRESS): Updated.
3459         (SELECT_CC_MODE): Define.
3460         (REGISTER_NAMES): Updated to add psw and fcc registers.
3461         (ADDITIONAL_REGISTER_NAMES): Updated.
3462         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
3463         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
3464         * config/v850/v850.md (define_constants): Define new constants.
3465         (type): Update store,bit1,macc,div,fpu and single attributes.
3466         (cpu): New attribute.
3467         (cc): Add set_z attribute.
3468         (unsign23byte_load, sign23byte_load, unsign23hword_load,
3469         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
3470         23word_store): New instructions for 23-bit displacement load and store.
3471         (movqi_internal, movhi_internal): Update the attributes.
3472         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
3473         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
3474         the attributes.
3475         (v850_tst1): Modified using CC_REGNUM.
3476         (tstsi): Remove.
3477         (cmpsi): Modified as define_expand from define_insn.
3478         (cmpsi_insn, cmpsf, cmpdf): New instructions.
3479         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
3480         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
3481         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
3482         one_cmplsi2): Clobber the CC_REGNUM register.
3483         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
3484         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
3485         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
3486         (setf_insn, set_z_insn, set_nz_insn): New instructions for
3487         v850e2v3 target.
3488         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
3489         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
3490         targets.
3491         (sasf_1, sasf_2): Remove.
3492         (sasf): New instruction.
3493         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
3494         targets. CC_REGNUM register is clobbered and attributes are
3495         updated.
3496         (branch_z_normal, branch_z_invert, branch_nz_normal,
3497         branch_nz_invert): New branch related instructions.
3498         (jump): Updated the attributes.
3499         (switch): Update to support new targets. CC_REGNUM register is
3500         clobbered and attributes are updated.
3501         (call_internal_short, call_internal_long, call_value_internal_short,
3502         call_value_internal_long): Updated the attributes.
3503         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
3504         clobbered and attributes are updated.
3505         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
3506         Update to support new targets. CC_REGNUM register is clobbered.
3507         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
3508         instructions.
3509         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
3510         are updated.
3511         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
3512         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
3513         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
3514         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
3515         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
3516         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
3517         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
3518         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
3519         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
3520         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
3521         point instructions defined for V850e2v3 target.
3522         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
3523         Add support for V850E2 targets and CC_REGNUM register is clobbered.
3524         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
3525         support for new targets.
3526         * config/v850/v850-modes.def: New file.
3527         * config/v850/v850.opt(mstrict-align): Remove.
3528         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
3529         mv850e2v3): New command line options for V850.
3530         * config.gcc: Update the newly added files.
3531         * doc/invoke.texi: Update the newly added command line options for
3532         V850 target.
3533
3534 2010-07-26  Richard Guenther  <rguenther@suse.de>
3535
3536         PR tree-optimization/45052
3537         * ipa-pure-const.c (check_stmt): Check volatileness.
3538
3539 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
3540
3541         PR target/44707
3542         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
3543         * config/sparc/sparc.c: Include reload.h.
3544         (legitimize_tls_address): Rename into...
3545         (sparc_legitimize_tls_address): ...this.
3546         (legitimize_pic_address): Rename into...
3547         (sparc_legitimize_pic_address): ...this.
3548         (sparc_expand_move): Adjust to above renaming.
3549         (sparc_tls_referenced_p): Likewise.
3550         (sparc_legitimize_tls_address): Likewise.
3551         (sparc_legitimize_pic_address): Likewise.
3552         (sparc_legitimize_address): Likewise.
3553         (sparc_output_mi_thunk): Likewise.
3554         (sparc_legitimize_reload_address): New global function.  Recognize
3555         (lo_sum (high ...) ...) patterns generated by earlier passes.
3556         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
3557
3558 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
3559
3560         PR target/44484
3561         * config/sparc/predicates.md (memory_reg_operand): Delete.
3562         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
3563         (*sync_compare_and_swap): Encode the address form in the pattern.
3564         (*sync_compare_and_swapdi_v8plus): Likewise.
3565
3566 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
3567
3568         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
3569         Streamline paragraph on compatibility with the system compiler.
3570
3571 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
3572
3573         PR middle-end/45035
3574         * alias.c (true_dependence_1): Fix thinko in merge of old
3575         true_dependence and canon_true_dependence.
3576
3577 2010-07-23  Jan Hubicka  <jh@suse.cz>
3578
3579         * lto-streamer-out.c (write_symbol): Fix visibilities of external
3580         references.
3581
3582 2010-07-23  Le-Chun Wu  <lcwu@google.com>
3583
3584         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
3585         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
3586         and an unnecessary assignment.
3587         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
3588         self-assign warning.
3589         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
3590         unnecessary self-init.
3591
3592 2010-07-23  Richard Guenther  <rguenther@suse.de>
3593
3594         PR lto/43071
3595         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
3596         for -flto and -fwhopr.
3597
3598 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
3599
3600         PR target/41943
3601         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
3602         (stmp-int-hdrs): Prefix/postfix headers by include_next.
3603         * config.gcc (user_headers_inc_next_pre): New.
3604         (user_headers_inc_next_post): Likewise.
3605         (*-w64-mingw*): Use for float.h post-fixing, and for
3606         stddef.h/stdarg.h pre-fixing by include_next.
3607         * configure.ac (user_headers_inc_next_post): New.
3608         (user_headers_inc_next_pre): New.
3609         * configure: Regenerated.
3610
3611 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3612
3613         * configure.ac: Don't disable TLS on Solaris 8/9 by default
3614         Set tga_func for Solaris 2/x86 resp. SPARC.
3615         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
3616         (LIB_THREAD_LDFLAGS_SPEC): Define.
3617         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
3618         * configure: Regenerate.
3619         * config.in: Regenerate.
3620         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
3621         -pthread, -threads, LIB_TLS_SPEC with -pthread.
3622         * doc/install.texi (Specific, *-*-solaris2*): Document use of
3623         alternate thread libraries on Solaris 8.
3624         Document TLS patch requirements.
3625         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
3626         Document tls.
3627
3628         PR target/18788
3629         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
3630         -shared.
3631
3632 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
3633
3634         * tree.h (struct tree_base): Add nameless_flag bitfield.
3635         (TYPE_NAMELESS, DECL_NAMELESS): Define.
3636         * omp-low.c (create_omp_child_function, scan_omp_parallel,
3637         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
3638         DECL_ARTIFICIAL where needed.
3639         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
3640         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
3641         has DECL_NAMELESS set.
3642
3643 2010-07-23  Martin Jambor  <mjambor@suse.cz>
3644
3645         PR tree-optimization/44915
3646         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
3647         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
3648         (analyze_function): Likewise.
3649
3650 2010-07-23  Martin Jambor  <mjambor@suse.cz>
3651
3652         PR tree-optimization/44914
3653         * tree-sra.c (sra_modify_function_body): Return true if CFG was
3654         changed, add purging dead eh edges.
3655         (ipa_sra_modify_function_body): Return true if CFG was changed,
3656         simplify purging dead eh edges.
3657         (modify_function): Return true if CFG was changed.
3658         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
3659         was changed.
3660         (ipa_early_sra): Likewise.
3661
3662 2010-07-23  Jie Zhang  <jie@codesourcery.com>
3663
3664         PR target/44290
3665         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
3666         if "naked".
3667         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
3668         false if ! tree_versionable_function_p.
3669
3670 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
3671
3672         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
3673         * ipa-pure-const.c (special_builtlin_state): Remove
3674         BUILT_IN_ARGS_INFO case.
3675         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
3676         * builtins.c (expand_builtin): Likewise.
3677         (expand_builtin_args_info): Remove.
3678         * doc/tm.texi (__builtin_args_info): Remove.
3679         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
3680         * doc/tm.text.in: Likewise.
3681
3682 2010-07-23  Richard Guenther  <rguenther@suse.de>
3683
3684         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
3685         (lto_symtab_merge_decls_2): Likewise.
3686         * tree-ssa.c (useless_type_conversion_p): Likewise.
3687         * lto-streamer-in.c (input_gimple_stmt): Likewise.
3688         * gimple.c (gtc_visited2, gtc_ob2): Remove.
3689         (struct type_pair_d): Make same_p an array indexed by mode.
3690         Update comment.
3691         (lookup_type_pair): Update initialization.
3692         (struct sccs): Adjust same_p type.
3693         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
3694         Adjust.
3695         (print_gimple_types_stats): Likewise.
3696         * gimple.h (enum gtc_mode): New.
3697         (gimple_types_compatible_p): Adjust prototype.
3698
3699 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
3700
3701         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
3702         again after processing insn.
3703
3704 2010-07-23  Jie Zhang  <jie@codesourcery.com>
3705
3706         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
3707         proper words when !tree_versionable_function_p.
3708
3709 2010-07-23  Richard Guenther  <rguenther@suse.de>
3710
3711         PR tree-optimization/45037
3712         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
3713
3714 2010-07-23  Jie Zhang  <jie@codesourcery.com>
3715
3716         * doc/extend.texi: Remove IP2K from the description of naked attribute.
3717         Add MCORE instead.
3718
3719 2010-07-10  Andi Kleen  <ak@linux.intel.com>
3720
3721         PR lto/44992
3722         * lto-opts.c (lto_write_options): Add NULL file_data argument to
3723         lto_get_section_name.
3724         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
3725         * lto-streamer-out.c (produce_asm): Likewise.
3726         (copy_function): Likewise.
3727         (produce_symtab): Likewise.
3728         (produce_asm_for_decls): Likewise.
3729         * lto-streamer.c (lto_get_section_name): Add file_data argument.
3730         Rewrite to add random postfix to LTO sections.
3731         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
3732         (lto_get_section_name): Add file_data argument to prototype.
3733
3734 2010-07-10  Andi Kleen  <ak@linux.intel.com>
3735
3736         * lto-section-in.c (lto_section_name): Synchronize names
3737         with lto_get_section_name.
3738
3739 2010-07-10  Andi Kleen  <ak@linux.intel.com>
3740
3741         * lto-opts.c (lto_read_file_options): Check for missing section.
3742
3743 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
3744
3745         * ira.c (check_allocation): Correctly handle the case where an allocno
3746         with two objects was allocated to a single reg.
3747
3748 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
3749
3750         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
3751         (is_widening_mult_p): Likewise.
3752         (convert_to_widen): Use them.
3753         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
3754         well as integer ones.
3755
3756 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
3757
3758         * alias.c (true_dependence_1): New function, merged version of
3759         true_dependence and canon_true_dependence.
3760         (true_dependence): Simplify.
3761         (canon_true_dependence): Simplify.
3762
3763 2010-07-22  Richard Henderson  <rth@redhat.com>
3764
3765         PR target/45027
3766         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
3767         of V4SFmode for the SSE saves; increase stack alignment if needed.
3768         (ix86_gimplify_va_arg): Don't increase stack alignment here.
3769
3770 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
3771
3772         PR bootstrap/45028
3773         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
3774         call cprop_find_used_regs again via note_uses.
3775
3776 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
3777
3778         * alias.c (get_alias_set): Fix formatting issues.
3779
3780 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
3781
3782         PR middle-end/44878
3783         * stmt.c (expand_value_return):  Call promote_function_mode with
3784         a for_return argument of 2 when returning by reference.
3785
3786 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
3787
3788         PR debug/45024
3789         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
3790         unit DIE if we can find the scope DIE.
3791
3792 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
3793
3794         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
3795         changed.  Initialize OBJECT_SUBWORD.
3796         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
3797         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
3798         all callers changed.
3799         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
3800         (finish_allocno): Likewise.
3801         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
3802         (remove_low_level_allocnos): Likewise.
3803         (update_bad_spill_attribute): Likewise.
3804         (setup_min_max_allocno_live_range_point): Likewise.
3805         (sort_conflict_id_map): Likewise.
3806         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
3807         (ior_hard_reg_conflicts): New function.
3808         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
3809         (compress_conflict_vecs): Iterate over objects, not allocnos.
3810         (ira_add_live_range_to_object): New function.
3811         (object_range_compare_func): Renamed from allocno_range_compare_func.
3812         All callers changed.
3813         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
3814         subobjects, widen the min/max range of the lowest-order object to
3815         potentially include all other such low-order objects.
3816         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
3817         (check_allocation): Likewise.  Use more fine-grained tests for register
3818         conflicts.
3819         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
3820         allocno subobjects.
3821         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
3822         choices about which bits to set in each set.  Don't use
3823         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
3824         using the multiple sets we computed.
3825         (push_allocno_to_stack): Iterate over allocno subobjects.
3826         (all_conflicting_hard_regs_coalesced): New static function.
3827         (setup_allocno_available_regs_num): Use it.
3828         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
3829         subobjects.
3830         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
3831         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
3832         by ALLOCNO_NUM_OBJECTS.
3833         (calculate_spill_cost): Likewise.
3834         (color_pass): Express if statement in a more normal way.
3835         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
3836         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
3837         (setup_slot_coalesced_allocno_live_ranges): Likewise.
3838         (allocno_reload_assign): Likewise.
3839         (ira_reassign_pseudos): Likewise.
3840         (fast_allocation): Likewise.
3841         * ira-conflicts.c (build_conflict_bit_table): Likewise.
3842         (print_allocno_conflicts): Likewise.
3843         (ira_build_conflicts): Likewise.
3844         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
3845         callers changed.  Test subword 0 of each allocno for conflicts.
3846         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
3847         callers changed.  Iterate over allocno subobjects.
3848         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
3849         * ira-int.h (struct ira_allocno): New member: num_objects.
3850         Rename object to objects and change it into an array.
3851         (ALLOCNO_OBJECT): Add new argument N.
3852         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
3853         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
3854         (ior_hard_reg_conflicts): Declare.
3855         (ira_add_live_range_to_object): Declare.
3856         (ira_allocno_object_iterator): New.
3857         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
3858         (FOR_EACH_ALLOCNO_OBJECT): New macro.
3859         * ira-lives.c (objects_live): Renamed from allocnos_live; all
3860         uses changed.
3861         (allocnos_processed): New sparseset.
3862         (make_object_born): Renamed from make_allocno_born; take an
3863         ira_object_t argument.  All callers changed.
3864         (make_object_dead): Renamed from make_allocno_dead; take an
3865         ira_object_t argument.  All callers changed.
3866         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
3867         All callers changed.
3868         (mark_pseudo_regno_live): Iterate over allocno subobjects.
3869         (mark_pseudo_regno_dead): Likewise.
3870         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
3871         functions.
3872         (mark_ref_live): Detect subword accesses and call
3873         mark_pseudo_regno_subword_live as appropriate.
3874         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
3875         (process_bb_nodes_live): Deal with object-related updates first; set
3876         and test bits in allocnos_processed to avoid computing allocno
3877         statistics more than once.
3878         (create_start_finish_chains): Iterate over objects, not allocnos.
3879         (print_object_live_ranges): New function.
3880         (print_allocno_live_ranges): Use it.
3881         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
3882         and objects_live.
3883
3884 2010-07-22  Richard Guenther  <rguenther@suse.de>
3885
3886         PR lto/42451
3887         * gimple.c (gtc_next_dfs_num): New global.
3888         (struct sccs): Make value a union, add integer same_p member.
3889         (gtc_visit): New function.
3890         (gimple_types_compatible_p_1): New function, split out from ...
3891         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
3892         (iterative_hash_gimple_type): Adjust for sccs change.
3893
3894 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3895
3896         PR tree-optimization/44891
3897         * tree-sra.c: Include gimple-pretty-print.h.
3898         (replace_uses_with_default_def_ssa_name): Renamed to
3899         get_repl_default_def_ssa_name, return the new SSA name instead of
3900         replacing the old one.
3901         (sra_modify_assign): Dump a message when removing a load, if the LHS
3902         is an SSA_NAME, do not do any propagation, just set the RHS to a
3903         default definition SSA NAME, type convert if necessary.
3904         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
3905
3906 2010-07-22  Richard Guenther  <rguenther@suse.de>
3907
3908         PR tree-optimization/45017
3909         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
3910         TYPE_PRECISION of integral types in addition to size.
3911
3912 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
3913
3914         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
3915         when no C library is specified.
3916
3917 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3918
3919         * ipa-prop.h (struct ipa_node_params): Updated comment.
3920         (struct ipa_edge_args): Likewise.
3921         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
3922
3923 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3924
3925         * cgraphunit.c (verify_edge_count_and_frequency): New function.
3926         (verify_cgraph_node): Verify frequencies of indirect edges.
3927         * tree-inline.c (tree_function_versioning): Update frequencies of
3928         indirect edges.
3929
3930 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3931
3932         PR target/43698
3933         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
3934         Set *arm_rev to be predicable.
3935
3936 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
3937
3938         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
3939         (LINK_COMMAND_SPEC_A): New.
3940         (DSYMUTIL): New.
3941         (DSYMUTIL_SPEC): New.
3942         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
3943         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
3944
3945 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
3946
3947         * calls.c (load_register_parameters): Move check for zero
3948         sized items so that only the call to
3949         mem_overlaps_already_clobbered_arg_p () is protected.
3950
3951 2010-07-22  Jan Hubicka  <jh@suse.cz>
3952
3953         * ipa-pure-const.c (varying_state): Break out from ...
3954         (get_function_state): ... here; always return varying_state
3955         when state would be NULL otherwise.
3956         (remove_node_data): Do not free varying state.
3957
3958 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
3959
3960         PR bootstrap/44970
3961         PR middle-end/45009
3962         * postreload.c: Include "target.h".
3963         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
3964         into account.
3965         (fixup_debug_insns): Don't copy the rtx.
3966         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
3967         Don't copy when replacing.  Call fixup_debug_insns in the case where
3968         we merged one add with another.
3969         (reload_combine_recognize_pattern): Fail if there aren't any uses.
3970         Try harder to determine whether we're picking a valid index register.
3971         Don't set store_ruid for an insn we're going to scan in the
3972         next iteration.
3973         (reload_combine): Remove unused code.
3974         (reload_combine_note_use): When updating use information for
3975         an old insn, ignore a use that occurs after store_ruid.
3976         * Makefile.in (postreload.o): Update dependencies.
3977
3978         * function.c (record_hard_reg_sets): Restrict the previous change
3979         to cases where the incoming nominal mode is the same as the
3980         incoming promoted mode and everything happens in MODE_INT.
3981
3982 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
3983
3984         PR debug/45015
3985         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
3986         ASM_OPERANDS_OUTPUT_IDX.
3987         (adjust_insn): For inline asm with multiple sets ensure first
3988         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
3989         the insn.
3990
3991 2010-07-21  Richard Henderson  <rth@redhat.com>
3992
3993         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
3994         comparison for avoiding xmm register saves.  Emit the xmm register
3995         saves explicitly.
3996         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
3997         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
3998         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
3999         Remove patterns and the associated splitters.
4000
4001 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
4002
4003         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
4004         and imagine parts of a complex, so that they can have the same
4005         base and fall into the same group.
4006
4007 2010-07-21  Richard Guenther  <rguenther@suse.de>
4008
4009         PR lto/45018
4010         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
4011         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
4012         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
4013
4014 2010-07-21  Martin Jambor  <mjambor@suse.cz>
4015
4016         PR tree-optimization/44900
4017         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
4018         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
4019
4020 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
4021
4022         PR middle-end/44738
4023         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
4024
4025 2010-07-21  Richard Guenther  <rguenther@suse.de>
4026
4027         PR middle-end/45013
4028         * tree-ssa.c (useless_type_conversion_p): Dispatch to
4029         gimple_types_compatible_p only when in lto.
4030         * gimple.c (gimple_types_compatible_p): Use canonical types
4031         to speed up comparison.
4032
4033 2010-07-21  Richard Guenther  <rguenther@suse.de>
4034
4035         * tree-flow.h (referenced_var): Move define ...
4036         * tree-flow-inline.h (referenced_var): ... here as an inline
4037         function.  Assert here ...
4038         * tree-dfa.c (referenced_var_lookup): ... instead of here.
4039         * tree-ssa.c (maybe_optimize_var): Check if the variable
4040         is in referenced vars.
4041         (execute_update_addresses_taken): Remove old broken check.
4042         * gimple-pretty-print.c (pp_points_to_solution): Use
4043         referenced_var_lookup.
4044         * tree-into-ssa.c (dump_decl_set): Likewise.
4045
4046 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
4047
4048         PR debug/45003
4049         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
4050         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
4051         ZERO_EXTEND here.
4052
4053 2010-07-20  Richard Henderson  <rth@redhat.com>
4054
4055         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
4056
4057 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
4058
4059         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
4060         computing the sum of the stack pointer and a large constant.
4061         * config/arm/constraints.md (M): Remove superfluous parentheses.
4062         (Pc): New constraint.
4063
4064 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
4065
4066         PR debug/45006
4067         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
4068         operand's type if exp is tcc_unary class tree.
4069
4070 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
4071
4072         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
4073         Reverse sense of if_then_else condition.
4074
4075 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
4076
4077         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
4078         * config/rs6000/rs6000.c (rs6000_override_options): Set
4079         rs6000_block_move_inline_limit appropriately.
4080         (expand_block_move): Use rs6000_block_move_inline_limit.
4081         * doc/invoke.texi (mblock-move-inline-limit): Document.
4082
4083 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
4084
4085         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
4086         FROM and TO.  All callers changed.  Don't look for tracked uses,
4087         just scan the RTL for DEBUG_INSNs and substitute.
4088         (reload_combine_recognize_pattern): Call fixup_debug_insns.
4089         (reload_combine): Ignore DEBUG_INSNs.
4090
4091 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
4092
4093         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
4094         depth to 8 from 5.
4095
4096         PR debug/45003
4097         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
4098         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
4099         instead of the result's type.
4100
4101 2010-07-20  Richard Guenther  <rguenther@suse.de>
4102
4103         PR tree-optimization/44977
4104         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
4105         SSA form.
4106
4107 2010-07-20  Richard Guenther  <rguenther@suse.de>
4108
4109         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
4110         (lto_symtab_merge_decls_2): Likewise.
4111         * gimple.h (gimple_types_compatible_p): Declare.
4112         * gimple.c (gimple_queue_type_fixup): Remove.
4113         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
4114         (gimple_compatible_complete_and_incomplete_type_p): New function.
4115         (gimple_types_compatible_p): Adjust.
4116         (gimple_register_type): Remove type fixup code.
4117         (print_gimple_types_stats): Adjust.
4118         (free_gimple_type_tables): Likewise.
4119         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
4120         * tree-ssa.c (useless_type_conversion_p): Likewise.
4121
4122 2010-07-20  Richard Guenther  <rguenther@suse.de>
4123
4124         PR middle-end/44971
4125         PR middle-end/44988
4126         * tree-ssa.c (maybe_optimize_var): New function split out from ...
4127         (execute_update_addresses_taken): ... here.
4128         (non_rewritable_mem_ref_base): Likewise.
4129         (execute_update_addresses_taken): Do not iterate over all referenced
4130         vars but just all local decls and parms.
4131         Properly check call and asm arguments and rewrite call arguments.
4132
4133 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
4134
4135         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
4136         to top level.
4137         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
4138         definitions ...
4139         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
4140         New macro.
4141         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
4142
4143 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
4144
4145         * gengtype.c (start_root_entry): New function, split out from
4146         write_root.  Check whether V is null and raise an error if so.
4147         (write_field_root): Check for V being null.  Don't raise an error here;
4148         set V to null instead.
4149         (write_root): Update comment above function.  Use start_root_entry.
4150
4151 2010-07-19  Xinliang David Li  <davidxl@google.com>
4152
4153         PR testsuite/44932
4154         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
4155         def edges.
4156         (find_uninit_use): Add dump.
4157         (is_use_properly_guarded): Ditto.
4158         (warn_uninitialized_phi): Ditto.
4159         (execute_late_warn_uninitialized): Ditto.
4160
4161 2010-07-19  Richard Guenther  <rguenther@suse.de>
4162
4163         PR middle-end/44941
4164         * expr.c (emit_block_move_hints): Move zero size check first.
4165         Move asserts to more useful places.
4166         * calls.c (load_register_parameters): Check for zero size.
4167
4168 2010-07-19  Richard Henderson  <rth@redhat.com>
4169
4170         * tree-optimize.c (execute_all_early_local_passes): New.  Change
4171         cgraph_state here ...
4172         (execute_early_local_optimizations): ... not here.  Remove.
4173         (pass_early_local_passes, pass_all_early_optimizations): Update.
4174
4175 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
4176
4177         * postreload.c (reload_combine_closest_single_use): Ignore the
4178         number of uses for DEBUG_INSNs.
4179         (fixup_debug_insns): New static function.
4180         (reload_combine_recognize_const_pattern): Use it.  Don't let the
4181         main loop be affected by DEBUG_INSNs.
4182         Really disallow moving adds past a jump insn.
4183         (reload_combine_recognize_pattern): Don't update use_ruid here.
4184         (reload_combine_note_use): Do it here.
4185         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
4186
4187 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
4188
4189         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
4190         of a loop.
4191         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
4192
4193 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
4194
4195         * config/i386/darwin.h: Define darwin_emit_branch_islands.
4196         (TARGET_MACHO_BRANCH_ISLANDS): New.
4197         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
4198         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
4199         default value.
4200         * config/i386/i386.c (output_pic_addr_const): Do not emit
4201         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
4202         (x86_output_mi_thunk): Adjust symbol creation.
4203         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
4204         Remove out of date comment.
4205         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
4206         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
4207         (DARWIN_GENERATE_ISLANDS): Ditto.
4208         (output_call):  Do not emit branch islands unless
4209         darwin_emit_branch_islands is set.
4210         * config/darwin.c: Declare darwin_emit_branch_islands.
4211         (machopic_indirect_data_reference): Do not emit unless
4212         darwin_emit_branch_islands is set.
4213         (darwin_override_options): Set darwin_emit_branch_islands
4214         where it is needed.
4215         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
4216
4217 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4218
4219         * doc/sourcebuild.texi (Effective-Target Keywords): Document
4220         sse_runtime, sse2_runtime.
4221
4222 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
4223
4224         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
4225         low half of a single-register SCmode return value before ORing
4226         it with the high half.
4227         * config/mips/mips16.S (MERGE_GPRf): Likewise.
4228
4229 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4230
4231         PR target/44805
4232         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
4233         on all targets.
4234
4235 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
4236
4237         PR target/42235
4238         * postreload.c (reload_cse_move2add): Return bool, true if anything.
4239         changed.  All callers changed.
4240         (move2add_use_add2_insn): Likewise.
4241         (move2add_use_add3_insn): Likewise.
4242         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
4243         reload_combine.
4244         (RELOAD_COMBINE_MAX_USES): Bump to 16.
4245         (last_jump_ruid): New static variable.
4246         (struct reg_use): New members CONTAINING_MEM and RUID.
4247         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
4248         (reload_combine_split_one_ruid, reload_combine_split_ruids,
4249         reload_combine_purge_insn_uses, reload_combine_closest_single_use
4250         reload_combine_purge_reg_uses_after_ruid,
4251         reload_combine_recognize_const_pattern): New static functions.
4252         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
4253         is true for our reg and that we have available index regs.
4254         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
4255         callers changed.  Use them to initialize fields in struct reg_use.
4256         (reload_combine): Initialize last_jump_ruid.  Be careful when to
4257         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
4258         Call reload_combine_recognize_const_pattern.
4259         (reload_combine_note_store): Update REAL_STORE_RUID field.
4260
4261 2010-07-16  Jason Merrill  <jason@redhat.com>
4262
4263         * Makefile.in (opts-common.o): Depend on options.h.
4264
4265 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
4266
4267         * tree.c (build_common_builtin_nodes): Use build_function_type_list
4268         instead of build_function_type.
4269         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
4270         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
4271
4272 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
4273
4274         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
4275         do all the work.
4276         (rs6000_emit_int_cmove): Use function pointers for insn generation.
4277         Don't force values into registers unnecessarily.
4278         (output_isel): Assert that we're not given conditions we can't handle.
4279         Delete corresponding code.
4280         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
4281         scc_comparison_operator constraint.  Permit 0 for the consequent
4282         operand.  Permit any GPR for the alternative operand.
4283         (isel_unsigned_<mode>): Likewise.
4284
4285 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
4286
4287         PR target/44942
4288         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
4289         argument to const_tree.
4290         * config/i386/i386.c (function_arg_advance): If padding needs to be
4291         inserted before argument, increment cum->words by number of padding
4292         words as well.
4293         (contains_aligned_value_p): Change argument to const_tree.
4294         (ix86_function_arg_boundary): Change second argument to const_tree.
4295
4296 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
4297
4298         PR target/42235
4299         * function.c (record_hard_reg_sets): New static function.
4300         (assign_parm_setup_reg): If an optab for extending exists and the
4301         generated code clobbbers no hard regs, emit the insn directly and
4302         create a REG_EQUIV note.
4303
4304 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4305
4306         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
4307         TREE_CHAIN.
4308         * c-typeck.c (push_init_level): Likewise.
4309         (process_init_element): Likewise.
4310
4311 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
4312
4313         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
4314         (integer_three_node): Add.
4315         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
4316         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
4317         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
4318         of call build_int_cst.
4319         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
4320         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
4321         (find_interesting_uses_address): Ditto.
4322         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
4323         * tree-eh.c (lower_eh_constructs_2): Ditto.
4324         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
4325         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
4326         * expmed.c (expand_divmod): Ditto.
4327         * tree-mudflap.c (mx_register_decls): Ditto.
4328         * varasm.c (array_size_for_constructor): Ditto.
4329         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
4330         * c-parser.c (c_parser_postfix_expression): Ditto.
4331
4332 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4333
4334         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
4335         New static variables.
4336         (reload_combine_recognize_pattern): New static function, broken out
4337         of reload_combine.
4338         (reload_combine): Use it.  Only initialize first_index_reg and
4339         last_index_reg once.
4340
4341 2010-07-15  Richard Henderson  <rth@redhat.com>
4342
4343         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
4344         when done.
4345
4346 2010-07-15  Jan Hubicka  <jh@suse.cz>
4347
4348         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
4349         comdats for broken gold.
4350         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
4351
4352 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4353
4354         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
4355
4356 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4357
4358         * tree.h (DECL_CHAIN): Define.
4359         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
4360         * c-decl.c: Likewise.
4361         * c-parser.c: Likewise.
4362         * c-typeck.c: Likewise.
4363         * cfgexpand.c: Likewise.
4364         * cgraph.c: Likewise.
4365         * cgraphunit.c: Likewise.
4366         * combine.c: Likewise.
4367         * config/alpha/alpha.c: Likewise.
4368         * config/arm/arm.c: Likewise.
4369         * config/frv/frv.c: Likewise.
4370         * config/i386/i386.c: Likewise.
4371         * config/i386/winnt-cxx.c: Likewise.
4372         * config/ia64/ia64.c: Likewise.
4373         * config/iq2000/iq2000.c: Likewise.
4374         * config/mep/mep.c: Likewise.
4375         * config/mips/mips.c: Likewise.
4376         * config/pa/som.h: Likewise.
4377         * config/rs6000/rs6000.c: Likewise.
4378         * config/s390/s390.c: Likewise.
4379         * config/sh/sh.c: Likewise.
4380         * config/sh/symbian-cxx.c: Likewise.
4381         * config/sparc/sparc.c: Likewise.
4382         * config/spu/spu.c: Likewise.
4383         * config/stormy16/stormy16.c: Likewise.
4384         * config/vxworks.c: Likewise.
4385         * config/xtensa/xtensa.c: Likewise.
4386         * coverage.c: Likewise.
4387         * dbxout.c: Likewise.
4388         * dwarf2out.c: Likewise.
4389         * emit-rtl.c: Likewise.
4390         * expr.c: Likewise.
4391         * function.c: Likewise.
4392         * gimple-low.c: Likewise.
4393         * gimple-pretty-print.c: Likewise.
4394         * gimplify.c: Likewise.
4395         * integrate.c: Likewise.
4396         * ipa-inline.c: Likewise.
4397         * ipa-prop.c: Likewise.
4398         * ipa-split.c: Likewise.
4399         * ipa-struct-reorg.c: Likewise.
4400         * ipa-type-escape.c: Likewise.
4401         * langhooks.c: Likewise.
4402         * lto-cgraph.c: Likewise.
4403         * omp-low.c: Likewise.
4404         * stor-layout.c: Likewise.
4405         * tree-cfg.c: Likewise.
4406         * tree-complex.c: Likewise.
4407         * tree-dfa.c: Likewise.
4408         * tree-dump.c: Likewise.
4409         * tree-inline.c: Likewise.
4410         * tree-mudflap.c: Likewise.
4411         * tree-nested.c: Likewise.
4412         * tree-object-size.c: Likewise.
4413         * tree-pretty-print.c: Likewise.
4414         * tree-sra.c: Likewise.
4415         * tree-ssa-live.c: Likewise.
4416         * tree-ssa-loop-niter.c: Likewise.
4417         * tree-ssa-math-opts.c: Likewise.
4418         * tree-ssa-reassoc.c: Likewise.
4419         * tree-ssa-sccvn.c: Likewise.
4420         * tree-ssa-structalias.c: Likewise.
4421         * tree-tailcall.c: Likewise.
4422         * tree-vrp.c: Likewise.
4423         * tree.c: Likewise.
4424         * var-tracking.c: Likewise.
4425         * varasm.c: Likewise.
4426
4427 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4428
4429         PR target/44877
4430         * config/spu/spu.c (spu_expand_builtin_1): Allow references
4431         (as well as pointers) as argument to mask_for_load builtins.
4432
4433 2010-07-15  Richard Guenther  <rguenther@suse.de>
4434
4435         PR tree-optimization/44946
4436         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
4437         with accessing only padding properly.
4438
4439 2010-07-15  Jan Hubicka  <jh@suse.cz>
4440
4441         * ipa.c (function_and_variable_visibility): Variables marked as used
4442         should not be localized.
4443
4444 2010-07-15  Jan Hubicka  <jh@suse.cz>
4445
4446         * cgraph.c: Include lto-streamer.h
4447         (change_decl_assembler_name): Work when assembler name hash is at place.
4448         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
4449         be sure to rename it to avoid name clash.
4450         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
4451         Localize hidden symbols only when locally defined.
4452
4453 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
4454
4455         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
4456
4457 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
4458             Kevin F. Quinn  <kevquinn@gentoo.org>
4459
4460         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
4461         * common.opt: Add -Wtrampolines.
4462         * doc/invoke.texi: Add -Wtrampolines.
4463
4464 2010-07-15  Jie Zhang  <jie@codesourcery.com>
4465
4466         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
4467         cortex_a8_issue_ls.
4468
4469 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
4470
4471         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
4472         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
4473
4474 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4475
4476         * config/spu/spu.c (reg_names): Remove prototype.
4477         (call_used_regs): Likewise.
4478
4479 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
4480
4481         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
4482         "unused" with attribute "used".
4483         (__JCR_END__): Likewise.
4484         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
4485         "used" attribute.
4486         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
4487
4488 2010-07-14  Richard Guenther  <rguenther@suse.de>
4489
4490         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
4491         (maybe_fixup_decls): Likewise.
4492         (input_gimple_stmt): Do not fixup anything.
4493         * lto-streamer-out.c (output_gimple_stmt): Make sure all
4494         non-automatic variable uses are wrapped inside a MEM_REF.
4495
4496 2010-07-14  Richard Henderson  <rth@redhat.com>
4497
4498         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
4499         for functions.
4500         * varasm.c (assemble_variable): Remove early exit for functions;
4501         assert that we're given a variable.
4502
4503 2010-07-14  Jie Zhang  <jie@codesourcery.com>
4504
4505         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
4506         cortex_a8_default when neon_type is not none.
4507
4508 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4509
4510         * lower-subreg.c (subreg_context): New static bitmap.
4511         (decompose_multiword_subregs): Allocate and free it.
4512         (find_decomposable_subregs): Set a bit in it for a register that
4513         occurs in a subreg that changes mode but not size.
4514         (can_decompose_p): Test it instead of non_decomposable_context.
4515
4516 2010-07-14  Richard Guenther  <rguenther@suse.de>
4517
4518         PR tree-optimization/44824
4519         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
4520         is_gimple_mem_ref_addr.
4521         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
4522         non-decl_address_invariant_p addresses.
4523
4524 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4525
4526         * reload.c (find_reloads): Revert code to penalize small register
4527         classes that was brought in with the IRA merge.
4528
4529 2010-07-14  Richard Guenther  <rguenther@suse.de>
4530
4531         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
4532         as base of ARRAY_REFs.
4533
4534 2010-07-14  Richard Guenther  <rguenther@suse.de>
4535
4536         PR middle-end/44930
4537         * tree-pretty-print.c (do_niy): Do not print a newline.
4538
4539 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4540
4541         * ira-int.h (struct ira_object): New.
4542         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
4543         (struct ira_allocno): Remove members min, max,
4544         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
4545         conflict_allocnos_num and conflict_vec_p.  Add new member object.
4546         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
4547         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
4548         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
4549         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
4550         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
4551         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
4552         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
4553         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
4554         an ira_object_t rather than ira_allocno_t.  All uses changed.
4555         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
4556         contains a vector of ira_object_t; all uses changed.
4557         (ira_objects_num): Declare variable.
4558         (ira_create_allocno_object): Declare function.
4559         (ira_conflict_vector_profitable_p): Adjust prototype.
4560         (ira_allocate_conflict_vec): Renamed from
4561         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
4562         (ira_allocate_object_conflicts): Renamed from
4563         ira_allocate_allocno_conflicts; first arg now ira_object_t.
4564         (struct ira_object_iterator): New.
4565         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
4566         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
4567         to conflict_vec_p.  All uses changed.
4568         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
4569         Changed to take into account that conflicts are now tracked for
4570         objects.
4571         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
4572         Args changed to accept ira_object_t.  All uses changed.
4573         (allocnos_conflict_p): New static function.
4574         (collected_conflict_objects): Renamed from collected_allocno_objects;
4575         now a vector of ira_object_t.  All uses changed.
4576         (build_conflict_bit_table): Changed to take into account that
4577         conflicts are now tracked for objects.
4578         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
4579         (print_allocno_conflicts, ira_build_conflicts): Likewise.
4580         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
4581         setup_allocno_left_conflicts_size, allocno_reload_assign,
4582         fast_allocation): Likewise.
4583         * ira-lives.c (make_hard_regno_born, make_allocno_born)
4584         process_single_reg_class_operands, process_bb_node_lives): Likewise.
4585         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
4586         Likewise.
4587         * ira-build.c (ira_objects_num): New variable.
4588         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
4589         contains a vector of ira_object_t; all uses changed.
4590         (ira_object_id_map_vec): Corresponding change.
4591         (object_pool): New static variable.
4592         (initiate_allocnos): Initialize it.
4593         (finish_allocnos): Free it.
4594         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
4595         New functions.
4596         (ira_create_allocno): Don't set members that were removed.
4597         (ira_set_allocno_cover_class): Don't change conflict hard regs.
4598         (merge_hard_reg_conflicts): Changed to take into account that
4599         conflicts are now tracked for objects.
4600         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
4601         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
4602         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
4603         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
4604         setup_min_max_conflict_allocno_ids, ):  Likewise.
4605         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
4606         to ira_object_t; all callers changed.
4607         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
4608         to ira_object_t, all callers changed.
4609         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
4610         to ira_object_t, all callers changed.
4611         (conflict_check, curr_conflict_check_tick): Renamed from
4612         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
4613         changed.
4614         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
4615         arg changed to ira_object_t, all callers changed.
4616         (create_cap_allocno): Call ira_create_allocno_object.
4617         (finish_allocno): Free the corresponding object.
4618         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
4619         callers changed.  Adjusted for dealing with objects.
4620         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
4621         dealing with objects.
4622         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
4623
4624         * ira-int.h (struct live_range): Rename allocno member to object
4625         and change type to ira_object_t.
4626         (struct ira_object): New member live_ranges.
4627         (struct ira_allocno): Remove member live_ranges.
4628         (ALLOCNO_LIVE_RANGES): Remove.
4629         (OBJECT_LIVE_RANGES): New macro.
4630         (ira_create_live_range, ira_copy_live_range_list,
4631         ira_merge_live_range_list, ira_live_ranges_intersect_p,
4632         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
4633         * ira-build.c (ira_create_object): Initialize live ranges here.
4634         (ira_create_allocno): Not here.
4635         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
4636         changed to ira_object_t, all callers changed.
4637         (copy_live_range): Rename from copy_allocno_live_range, all callers
4638         changed.
4639         (ira_copy_live_range_list): Rename from
4640         ira_copy_allocno_live_range_list, all callers changed.
4641         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
4642         all callers changed.
4643         (ira_live_ranges_intersect_p): Rename from
4644         ira_allocno_live_ranges_intersect_p, all callers changed.
4645         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
4646         callers changed.
4647         (ira_finish_live_range_list): Rename from
4648         ira_finish_allocno_live_range_list, all callers changed.
4649         (change_object_in_range_list): Rename from change_allocno_in_range_list,
4650         last arg changed to ira_object_t, all callers changed.
4651         (finish_allocno): Changed to expect live ranges in the allocno's object.
4652         (move_allocno_live_ranges, copy_allocno_live_ranges,
4653         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
4654         ira_flattening, ira_build): Likewise.
4655         * ira-color.c (allocnos_have_intersected_live_ranges_p,
4656         slot_coalesced_allocno_live_ranges_intersect,
4657         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
4658         * ira-conflicts.c (build_conflict_bit_table): Likewise.
4659         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
4660         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
4661         make_allocno_dead, create_start_finish_chains,
4662         remove_some_program_points_and_update_live_ranges,
4663         ira_debug_live_range_list): Likewise.
4664
4665         * ira-int.h (ira_object_conflict_iterator): Rename from
4666         ira_allocno_conflict_iterator.
4667         (ira_object_conflict_iter_init): Rename from
4668         ira_allocno_conflict_iter_init, second arg changed to
4669         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
4670         FOR_EACH_ALLOCNO_CONFLICT.
4671         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
4672         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
4673         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
4674         * ira-conflicts.c (print_allocno_conflicts): Likewise.
4675
4676 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
4677
4678         PR other/44874
4679         * tree-dump.c (dump_options): Add enumerate_locals entry.
4680         Add TDF_NOID exclusion to all entry.
4681         * tree-dump.h (dump_enumerated_decls): Declare.
4682         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
4683         Don't display type uid.
4684         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
4685         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
4686         * tree-ssa-live.c: Include gimple.h.
4687         (numbered_tree_d): New struct.
4688         (numbered_tree): New typedef.
4689         (DEF_VEC_O (numbered_tree): New.
4690         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
4691         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
4692         (dump_enumerated_decls): Likewise.
4693         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
4694         debug info and flag_dump_final_insns, call dump_enumerated_decls.
4695         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
4696         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
4697
4698 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
4699
4700         * expmed.h (MAX_BITS_PER_WORD): Move to...
4701         * defaults.h (MAX_BITS_PER_WORD): ...here.
4702
4703 2010-07-13  DJ Delorie  <dj@redhat.com>
4704
4705         * config/h8300/h8300.c (h8300_init_once): Default to
4706         -fstrict_volatile_bitfields.
4707
4708         * config/sh/sh.c (sh_override_options): Default to
4709         -fstrict_volatile_bitfields.
4710
4711         * config/rx/rx.c (rx_option_override): New.
4712
4713         * config/m32c/m32c.c (m32c_override_options): Default to
4714         -fstrict_volatile_bitfields.
4715
4716 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
4717
4718         * tree.h (build_function_call_expr): Delete.
4719         (build_call_expr_loc_array): New function.
4720         (build_call_expr_loc_vec): New function.
4721         * tree-flow.h (struct omp_region): Change type of ws_args field
4722         to a VEC.
4723         * builtins.c (build_function_call_expr): Delete.
4724         (build_call_expr_loc_array): New function.
4725         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
4726         (build_call_expr): Likewise.
4727         (build_call_expr_loc_vec): New function.
4728         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
4729         build_function_call_expr.
4730         * expr.c (emutls_var_address): Likewise.
4731         * varasm.c (emutls_common_1): Likewise.
4732         * omp-low.c (expand_omp_atomic_mutex): Likewise.
4733         (expand_omp_taskreg): Adjust for new type of region->ws_args.
4734         (get_ws_args_for): Return a VEC instead of a tree.
4735         (expand_parallel_call): Call build_call_expr_loc_vec instead of
4736         build_function_call_expr.
4737         * stor-layout.c (self_referential_size): Likewise.
4738
4739 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
4740
4741         PR testsuite/44701
4742         * recog.c (constrain_operands): Allow side-effects in memory
4743         operands if either < or > constraint is used, rather than if
4744         both < and > is used.
4745
4746 2010-07-13  Richard Guenther  <rguenther@suse.de>
4747
4748         PR middle-end/44911
4749         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
4750         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
4751         without name.
4752
4753 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
4754
4755         PR target/44761
4756         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
4757         to variable emited.
4758         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
4759         * config/sh/sh.md (symGOT_load): Likewise.
4760         (symDTPOFF2reg): Likewise.
4761         (symTPOFF2reg): Likewise.
4762
4763 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4764
4765         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
4766         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
4767
4768 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4769
4770         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
4771         explanation.
4772         Find ucontext_t * on Solaris 11.
4773         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
4774         Handle new Solaris 11 __sighndlr patterns.
4775
4776 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
4777
4778         PR debug/44901
4779         * vec.h (VEC_block_remove): Fix comment.
4780         * tree-ssa-live.c (remove_unused_locals): Don't use
4781         VEC_unordered_remove on local_decls, instead replace a single
4782         vector element in each iteration if at least one element had
4783         to be removed and VEC_truncate at the end.
4784         * omp-low.c (expand_omp_taskreg): Likewise.
4785
4786 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4787
4788         * c-decl.c (finish_function): Fix typo in comment.
4789
4790 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
4791
4792         PR bootstrap/44921
4793         * postreload.c (move2add_use_add3_insn): Silence gcc warning
4794         on min_regno.
4795
4796 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
4797
4798         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
4799         (simplify_stmt_using_ranges): Use it.
4800
4801 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4802
4803         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
4804         member.  Do not mark as GTY(()).
4805         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
4806         (spu_builtin_decls): New static variable.
4807         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
4808         (spu_init_builtins): Likewise.
4809         (spu_builtin_mul_widen_even): Likewise.
4810         (spu_builtin_mul_widen_odd): Likewise.
4811         (spu_builtin_mask_for_load): Likewise.
4812         (spu_builtin_vec_perm): Likewise.
4813         * config/spu/spu-c.c: Include "target.h".
4814         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
4815         of using spu_builtins[].fndecl.
4816
4817 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4818
4819         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
4820         imply -minterlink-mips16.
4821
4822 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4823
4824         * config/mips/mips.h (mips16_globals): Declare.
4825         (SWITCHABLE_TARGET): Define.
4826         * config/mips/mips.c: Include target-globals.h.
4827         (mips16_globals): New variable.
4828         (mips_set_mips16_mode): Use save_target_globals and
4829         restore_target_globals instead of target_reinit.
4830
4831 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4832
4833         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
4834         to say that the function can be called more than once.
4835         * target-globals.c (save_target_globals): Call init_reg_sets.
4836
4837 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4838
4839         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
4840         * bb-reorder.h: New file.
4841         * bb-reorder.c (default_target_bb_reorder): New variable.
4842         (this_target_bb_reorder): New conditional variable.
4843         (uncond_jump_length): Redefine as a macro.
4844         * target-globals.h (this_target_bb_reorder): Declare.
4845         (target_globals): Add a bb_reorder field.
4846         (restore_target_globals): Copy the bb_reorder field to
4847         this_target_bb-reorder.
4848         * target-globals.c: Include bb-reorder.h.
4849         (default_target_globals): Initialize the bb_reorder field.
4850         (save_target_globals): Likewise.
4851
4852 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4853
4854         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
4855         * gcse.h: New file.
4856         * gcse.c: Include gcse.h.
4857         (default_target_gcse): New variable.
4858         (this_target_gcse): New conditional variable.
4859         (can_copy): Redefine as a macro.
4860         (can_copy_init_p): New macro.
4861         (can_copy_p): Remove can_copy_init_p.
4862         * target-globals.h (this_target_gcse): Declare.
4863         (target_globals): Add a gcse field.
4864         (restore_target_globals): Copy the gcse field to this_target_gcse.
4865         * target-globals.c: Include gcse.h.
4866         (default_target_globals): Initialize the gcse field.
4867         (save_target_globals): Likewise.
4868
4869 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4870
4871         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
4872         and x_ira_prohibited_mode_move_regs_initialized_p.
4873         (ira_prohibited_mode_move_regs): Redefine as a macro.
4874         * ira.c (ira_prohibited_mode_move_regs): Delete.
4875         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
4876
4877 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4878
4879         * reload.h (target_reload): Add x_cached_reg_save_code and
4880         x_cached_reg_restore_code.
4881         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
4882         Redefine as macros.
4883
4884 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4885
4886         * Makefile.in (target-globals.o): Depend on builtins.h.
4887         * builtins.h: New file.
4888         * builtins.c: Include builtins.h.
4889         (default_target_builtins): New variable.
4890         (this_target_builtins): New conditional variable.
4891         (apply_args_mode, apply_result_mode): Redefine as macros.
4892         * target-globals.h (this_target_builtins): Declare.
4893         (target_globals): Add a builtins field.
4894         (restore_target_globals): Copy the builtins field to
4895         this_target_builtins.
4896         * target-globals.c: Include builtins.h.
4897         (default_target_globals): Initialize the builtins field.
4898         (save_target_globals): Likewise.
4899
4900 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4901
4902         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
4903         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
4904         from expmed.c.
4905         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
4906         (alg_hash, alg_hash_used_p): New macros.
4907         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
4908         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
4909         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
4910
4911 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4912
4913         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
4914         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
4915         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
4916         (this_op_costs, costs_classes): Redefine as macros.
4917         (record_reg_classes): Don't take op_costs as a parameter.
4918         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
4919         (scan_one_insn): Update call to record_operand_costs.
4920
4921 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4922
4923         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
4924         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
4925         (target_ira_int): New structure.
4926         (default_target_ira_int): Declare.
4927         (this_target_ira_int): Declare as a variable or define as a macro.
4928         (ira_reg_mode_hard_regset, ira_register_move_cost)
4929         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
4930         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
4931         (prohibited_class_mode_regs, ira_important_classes_num)
4932         (ira_important_classes, ira_reg_class_intersect)
4933         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
4934         (ira_reg_class_union): Redefine as macros.
4935         * ira.h (target_ira): New structure.
4936         (default_target_ira): Declare.
4937         (this_target_ira): Declare as a variable or define as a macro.
4938         (ira_available_class_regs, ira_hard_regno_cover_class)
4939         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
4940         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
4941         (ira_class_hard_regs_num): Redefine as macros.
4942         * ira.c (default_target_ira, default_target_ira_int): New variables.
4943         (this_target_ira, this_target_ira_int): New conditional variables.
4944         (ira_reg_mode_hard_regset, ira_memory_move_cost)
4945         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
4946         (ira_class_subset_p): Delete.
4947         (no_unit_alloc_regs): Redefine as a macro.
4948         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
4949         (ira_class_hard_regs_num, ira_class_hard_reg_index)
4950         (ira_available_class_regs): Delete.
4951         (alloc_reg_class_subclasses): Redefine as a macro.
4952         (ira_reg_class_cover_size, ira_reg_class_cover)
4953         (ira_important_classes_num, ira_important_classes)
4954         (ira_important_class_nums, ira_class_translate): Delete.
4955         (cover_class_order): Document the variable's lifetime.
4956         (reorder_important_classes): Don't set ira_important_class_nums.
4957         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
4958         (ira_reg_class_super_classes, ira_reg_class_union)
4959         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
4960         Delete.
4961         (setup_reg_class_nregs): Don't set ira_max_regs.
4962         (prohibited_class_mode_regs): Delete.
4963         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
4964         (target_globals): Add ira and ira_int fields.
4965         (restore_target_globals): Copy the ira field to this_target_ira
4966         and the ira_int field to this_target_ira_int.
4967         * target-globals.c: Include ira-int.h.
4968         (default_target_globals): Initialize the ira and ira_int fields.
4969         (save_target_globals): Likewise.
4970
4971 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4972
4973         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
4974         * cfgloop.h (target_cfgloop): New structure.
4975         (default_target_cfgloop): Declare.
4976         (this_target_cfgloop): Declare as a variable or define as a macro.
4977         (target_avail_regs, target_clobbered_regs, target_res_regs)
4978         (target_reg_cost, target_spill_cost): Redefine as macros.
4979         * cfgloopanal.c (default_target_cfgloop): New variable.
4980         (this_target_cfgloop): New conditional variable.
4981         (target_avail_regs, target_clobbered_regs, target_res_regs)
4982         (target_reg_cost, target_spill_cost): Delete.
4983         * target-globals.h (this_target_cfgloop): Declare.
4984         (target_globals): Add a cfgloop field.
4985         (restore_target_globals): Copy the cfgloop field to
4986         this_target_cfgloop.
4987         * target-globals.c: Include cfgloop.h.
4988         (default_target_globals): Initialize the cfgloop field.
4989         (save_target_globals): Likewise.
4990
4991 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4992
4993         * regs.h (target_regs): Add x_direct_load, x_direct_store and
4994         x_float_extend_from_mem.
4995         (direct_load, direct_store, float_extend_from_mem): New macros.
4996         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
4997
4998 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4999
5000         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
5001         (target-globals.o): Depend on $(LIBFUNCS_H).
5002         * libfuncs.h: Include hashtab.h.
5003         (libfunc_entry): Moved from optabs.c.
5004         (target_libfuncs): New structure.
5005         (default_target_libfuncs): Declare.
5006         (this_target_libfuncs): Declare as a variable or define as a macro.
5007         (libfunc_table): Redefine as a macro.
5008         * optabs.c (default_target_libfuncs): New variable.
5009         (this_target_libfuncs): New conditional variable.
5010         (libfunc_table): Delete.
5011         (libfunc_entry): Moved to optabs.h.
5012         (libfunc_hash): Redefine as a macro.
5013         (hash_libfunc, eq_libfunc): Fix comments.
5014         (init_optabs): Use libfunc_hash to detect cases where the function
5015         has already been called.  Clear the hash table instead of
5016         recreating it.
5017         * target-globals.h (this_target_libfuncs): Declare.
5018         (target_globals): Add a libfuncs field.
5019         (restore_target_globals): Copy the libfuncs field to
5020         this_target_libfuncs.
5021         * target-globals.c: Include libfuncs.h.
5022         (default_target_globals): Initialize the libfuncs field.
5023         (save_target_globals): Likewise.
5024
5025 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5026
5027         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
5028         in all dependency lists.
5029
5030 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5031
5032         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
5033         * optabs.h (target_optabs): New structure.
5034         (default_target_optabs): Declare.
5035         (this_target_optabs): Declare as a variable or define as a macro.
5036         (optab_table, convert_optab_table, direct_optab_table): Redefine
5037         as macros.
5038         * optabs.c (default_target_optabs): New variable.
5039         (this_target_optabs): New conditional variable.
5040         (optab_table, convert_optab_table, direct_optab_table): Delete.
5041         * target-globals.h (this_target_optabs): Declare.
5042         (target_globals): Add a optabs field.
5043         (restore_target_globals): Copy the optabs field to
5044         this_target_optabs.
5045         * target-globals.c: Include expr.h and optabs.h.
5046         (default_target_globals): Initialize the optabs field.
5047         (save_target_globals): Likewise.
5048
5049 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5050
5051         * flags.h (target_flagstate): Add x_flag_excess_precision.
5052         (flag_excess_precision): Redefine as a macro.
5053         * toplev.c (flag_excess_precision): Delete.
5054
5055 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5056
5057         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
5058         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
5059         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
5060         (no_caller_save_reg_set): Redefine as a macro.
5061         * reload.h (target_reload): Add x_caller_save_initialized_p and
5062         x_regno_save_mode.
5063         (caller_save_initialized_p): Redefine as a macro.
5064         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
5065         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
5066         (regno_save_mode): Redefine as a macro.
5067
5068 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5069
5070         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
5071         * expmed.h: New file.
5072         * expmed.c (default_target_costs): New variable.
5073         (this_target_costs): New conditional variable.
5074         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
5075         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
5076         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
5077         * target-globals.h (this_target_expmed): Declare.
5078         (target_globals): Add a expmed field.
5079         (restore_target_globals): Copy the expmed field to
5080         this_target_expmed.
5081         * target-globals.c: Include expmed.h.
5082         (default_target_globals): Initialize the expmed field.
5083         (save_target_globals): Likewise.
5084
5085 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5086
5087         * Makefile.in (target-globals.o): Depend on reload.h.
5088         * reload.h (target_reload): New structure.
5089         (default_target_reload): Declare.
5090         (this_target_reload): Declare as a variable or define as a macro.
5091         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
5092         * reload1.c (default_target_reload): New variable
5093         (this_target_reload): New conditional variable.
5094         (indirect_symref_ok, double_reg_address_ok): Delete.
5095         (spill_indirect_levels): Redefine as a macro.
5096         * target-globals.h (this_target_reload): Declare.
5097         (target_globals): Add a reload field.
5098         (restore_target_globals): Copy the reload field to
5099         this_target_reload.
5100         * target-globals.c: Include hard-reg-set.h.
5101         (default_target_globals): Initialize the reload field.
5102         (save_target_globals): Likewise.
5103
5104 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5105
5106         * rtl.h (target_rtl): Add x_static_reg_base_value.
5107         * alias.c (static_reg_base_value): Redefine as a macro.
5108
5109 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5110
5111         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
5112         (GTFILES): Remove reginfo.c.
5113         * rtl.h (target_rtl): Add x_top_of_stack.
5114         (top_of_stack): New macro.
5115         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
5116         (top_of_stack): Delete.
5117
5118 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5119
5120         * regs.h (target_regs): Add x_hard_regs_of_mode,
5121         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
5122         x_may_move_out_cost and x_last_mode_for_init_move_cost.
5123         (have_regs_of_mode, contains_reg_of_mode, move_cost)
5124         (may_move_in_cost, may_move_out_cost): Redefine as macros.
5125         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
5126         (may_move_in_cost, may_move_out_cost): Delete.
5127         (last_mode_for_init_move_cost): Redefine as a macro.
5128
5129 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5130
5131         * hard-reg-set.h (target_hard_regs): New structure.
5132         (default_target_hard_regs): Declare.
5133         (this_target_hard_regs): Declare as a variable or define as a macro.
5134         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
5135         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
5136         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
5137         (reg_class_size, reg_class_subclasses, reg_class_subunion)
5138         (reg_class_superunion, reg_names): Redefine as macros.
5139         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
5140         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
5141         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
5142         (reg_class_contents, reg_class_size, reg_class_subclasses)
5143         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
5144         (default_target_hard_regs): New variable
5145         (this_target_hard_regs, initial_call_really_used_regs)
5146         (initial_reg_alloc_order): New conditional variables.
5147         (initial_reg_names): New variable.
5148         (init_reg_sets): Assert that initial_call_really_used_regs,
5149         initial_reg_alloc_order and initial_reg_names
5150         are all the same size as their variable counterparts.  Use them to
5151         initialize those counterparts.
5152         * target-globals.h (this_target_hard_regs): Declare.
5153         (target_globals): Add a hard_regs field.
5154         (restore_target_globals): Copy the hard_regs field to
5155         this_target_hard_regs.
5156         * target-globals.c: Include hard-reg-set.h.
5157         (default_target_globals): Initialize the hard_regs field.
5158         (save_target_globals): Likewise.
5159
5160 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5161
5162         * Makefile.in (target-globals.o): Depend on $(RTL_H).
5163         * rtl.h (target_rtl): New structure.
5164         (default_target_rtl): Declare.
5165         (this_target_rtl): Declare as a variable or define as a macro.
5166         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
5167         Redefine as macros.
5168         * emit-rtl.c (default_target_rtl): New variable.
5169         (this_target_rtl): New conditional variable.
5170         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
5171         (return_address_pointer_rtx): Delete.
5172         (initial_regno_reg_rtx): New macro.
5173         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
5174         (init_emit_regs): Likewise.
5175         * target-globals.h (this_target_rtl): Declare.
5176         (target_globals): Add a rtl field.
5177         (restore_target_globals): Copy the rtl field to this_target_rtl.
5178         * target-globals.c: Include rtl.h.
5179         (default_target_globals): Initialize the rtl field.
5180         (save_target_globals): Likewise.
5181
5182 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5183
5184         * Makefile.in (target-globals.o): Depend on $(REGS_H).
5185         * regs.h (target_reg_modes): New structure.
5186         (default_target_reg_modes): Declare.
5187         (this_target_reg_modes): Declare as a variable or define as a macro.
5188         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
5189         * reginfo.c (default_target_reg_modes): New variable.
5190         (this_target_reg_modes): New conditional variable.
5191         (hard_regno_nregs, reg_raw_mode): Delete.
5192         * target-globals.h (this_target_regs): Declare.
5193         (target_globals): Add a regs field.
5194         (restore_target_globals): Copy the regs field to this_target_regs.
5195         * target-globals.c: Include regs.h.
5196         (default_target_globals): Initialize the regs field.
5197         (save_target_globals): Likewise.
5198
5199 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5200
5201         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
5202         * doc/tm.texi: Regenerate.
5203         * Makefile.in (OBJS-common): Add target-globals.o.
5204         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
5205         and target-globals.h.
5206         (target-globals.o): New rule.
5207         (GTFILES): Include $(srcdir)/target-globals.h.
5208         * defaults.h (SWITCHABLE_TARGET): Define.
5209         * gengtype.c (open_base_files): Add target-globals.h to the
5210         list of includes.
5211         * target-globals.h: New file.
5212         * target-globals.c: Likewise.
5213
5214         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
5215         * flags.h (target_flag_state): New structure.
5216         (default_target_flag_state): Declare.
5217         (this_target_flag_state): Declare as a variable or define as a macro.
5218         (align_loops_log): Redefine as a macro.
5219         (align_loops_max_skip, align_jumps_log): Likewise.
5220         (align_jumps_max_skip, align_labels_log): Likewise.
5221         (align_labels_max_skip, align_functions_log): Likewise.
5222         * toplev.c (default_target_flag_state): New variable.
5223         (this_target_flag_state): New conditional variable.
5224         (align_loops_log): Delete.
5225         (align_loops_max_skip, align_jumps_log): Likewise.
5226         (align_jumps_max_skip, align_labels_log): Likewise.
5227         (align_labels_max_skip, align_functions_log): Likewise.
5228         * target-globals.h (this_target_flag_state): Declare.
5229         (target_globals): Add a flag_state field.
5230         (restore_target_globals): Copy the flag_state field to
5231         this_target_flag_state.
5232         * target-globals.c: Include flags.h.
5233         (default_target_globals): Initialize the flag_state field.
5234         (save_target_globals): Likewise.
5235
5236 2010-07-12  Jie Zhang  <jie@codesourcery.com>
5237
5238         * postreload.c (reg_symbol_ref[]): New.
5239         (move2add_use_add2_insn): New.
5240         (move2add_use_add3_insn): New.
5241         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
5242         (move2add_note_store): Likewise.
5243
5244 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5245
5246         PR rtl-optimization/44752
5247         * genautomata.c (main): Don't emit an empty file even if there
5248         is no automaton.
5249
5250 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5251
5252         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
5253         ix86_solaris_return_in_memory.
5254         * config/i386-protos.h: Reflect this.
5255         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5256         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5257         Move ...
5258         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
5259
5260 2010-07-12  Jie Zhang  <jie@codesourcery.com>
5261
5262         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
5263         align the stack when it's going to be saved.
5264
5265 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5266
5267         PR pch/14940
5268         * config/host-solaris.c (mmap_fixed): New function.
5269         (sol_gt_pch_get_address): Use it.
5270         (sol_gt_pch_use_address): Likewise.
5271
5272 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5273
5274         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
5275         pentiumpro on Solaris 8 and 9/x86.
5276         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
5277         Document SSE/SSE2 support.
5278         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
5279
5280 2010-07-12  Andi Kleen  <ak@linux.intel.com>
5281
5282         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
5283         instead of gcc_assert to print better error message for multiple
5284         prevailing defs.
5285
5286 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
5287
5288         * config/i386/i386.c (ix86_asm_output_function_label): Change format
5289         string placeholder from 0x%x to %#x.
5290         (ix86_code_end): Use putc to output '\n'.
5291         (ix86_print_operand) <case ';'>: Use putc to output ';'.
5292
5293 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
5294
5295         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
5296         in directive -export.
5297
5298 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
5299
5300         * reginfo.h (reg_classes_intersect_p): Change arguments type to
5301         reg_class_t.
5302         * rtl.h (reg_classes_intersect_p): Adjust prototype.
5303
5304         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
5305         Remove macros.
5306         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
5307         rs6000_memory_move_cost): Remove
5308         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
5309         TARGET_MEMORY_MOVE_COST): Define.
5310         (rs6000_register_move_cost): Make static. Change arguments type from
5311         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
5312         (rs6000_memory_move_cost): Make static. Change arguments type from
5313         'enum reg_class' to reg_class_t.
5314
5315 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
5316
5317         PR middle-end/42505
5318         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
5319         lookup code into....
5320         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
5321         new functions.
5322         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
5323         * cfgloopanal.c (target_clobbered_regs): Define.
5324         (init_set_costs): Initialize target_clobbered_regs.
5325         (estimate_reg_pressure_cost): Add call_p argument.  When true,
5326         adjust the number of available registers to exclude the
5327         call-clobbered registers.
5328         * cfgloop.h (target_clobbered_regs): Declare.
5329         (estimate_reg_pressure_cost): Adjust declaration.
5330         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
5331         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
5332         (determine_set_costs): Dump target_clobbered_regs.
5333         (loop_body_includes_call): New function.
5334         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
5335         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
5336         call_p flag through.
5337         (best_gain_for_invariant): Likewise.
5338         (find_invariants_to_move): Likewise.
5339         (move_single_loop_invariants): Likewise, using already-computed
5340         has_call field.
5341
5342 2010-07-10  Richard Guenther  <rguenther@suse.de>
5343             Joern Rennecke  <joern.rennecke@embecosm.com>
5344
5345         PR debug/44832
5346         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
5347         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
5348         unless they have DECL_IGNORED_P set.
5349
5350 2010-07-10  Richard Guenther  <rguenther@suse.de>
5351
5352         PR lto/44889
5353         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
5354         helper function.
5355         (gimple_types_compatible_p): Similar to pointed-to
5356         types allow and merge a mix of complete and incomplete aggregate.
5357         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
5358         (iterative_hash_gimple_type): Adjust for that.
5359
5360 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
5361
5362         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
5363
5364 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
5365
5366         PR objc/44140
5367         * config/darwin.c (output_objc_section_asm_op): Save and restore
5368         section when outputting ObjC section list.
5369
5370 2010-07-09  Jan Hubicka  <jh@suse.cz>
5371
5372         * lto-streamer-out.c (produce_symtab): Do not write alias
5373         cgraph/varpool nodes.
5374
5375 2010-07-09  Jan Hubicka  <jh@suse.cz>
5376
5377         * tree-inline.c (declare_return_variable): Fix ICE while
5378         inlining DECL_BY_VALUE function not in SSA form
5379
5380 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
5381
5382         PR tree-optimization/44576
5383         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
5384         New.  Pull out from is_loop_prefetching_profitable to implement
5385         the trip count to ahead ratio heuristic.
5386         (mem_ref_count_reasonable_p): New.  Pull out from
5387         is_loop_prefetching_profitable to implement the instruction to
5388         memory reference ratio heuristic.  Also consider not reasonable if
5389         the memory reference count is above a threshold (to avoid
5390         explosive compilation time.
5391         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
5392         is_loop_prefetching_profitable to implement the instruction to
5393         prefetch ratio heuristic.
5394         (is_loop_prefetching_profitable): Removed.
5395         (loop_prefetch_arrays): Distribute the cost analysis across the
5396         function to allow early exit of the prefetch analysis.
5397         is_loop_prefetching_profitable is splitted into three functions,
5398         with each one called as early as possible.
5399         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
5400         number of memory references in a loop is considered too many.
5401
5402 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
5403
5404         * reload.c (find_reloads): Don't clear badop if we have a winreg
5405         alternative, but not win, and the class only has fixed regs.
5406         * hard-reg-set.h (class_only_fixed_regs): Declare.
5407         * reginfo.c (class_only_fixed_regs): New array.
5408         (init_reg_sets_1): Initialize it.
5409         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
5410         discourage alternatives using the stack pointer.
5411
5412         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
5413
5414         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
5415
5416         * config/arm/arm.md (cbranchqi4): Fix array size.
5417         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
5418         calculating length.
5419
5420 2010-07-09  Richard Guenther  <rguenther@suse.de>
5421
5422         * gimple.c (struct type_fixup_s): New struct and VEC type.
5423         (gimple_register_type_fixups): New static global.
5424         (gimple_queue_type_fixup): New function.
5425         (gimple_types_compatible_p): Queue type fixups instead of
5426         applying them here.
5427         (gimple_register_type): Apply queued fixups for the
5428         canonical type.  Empty the type fixup queue.
5429
5430 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5431
5432         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
5433         * configure: Regenerate.
5434         * config.in: Ditto.
5435
5436 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
5437             Denys Vlasenko  <dvlasenk@redhat.com>
5438             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5439
5440         PR tree-optimization/28632
5441         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
5442         (extract_range_from_binary_expr): Further optimize
5443         BIT_AND_EXPR and BIT_IOR_EXPR.
5444
5445 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
5446
5447         * tree-if-conv.c (fold_or_predicates): New.
5448         (add_to_predicate_list): Call it.
5449
5450 2010-07-09  Richard Guenther  <rguenther@suse.de>
5451
5452         PR middle-end/44890
5453         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
5454         if base is a pointer.
5455         * tree-cfg.c (verify_expr): Update MEM_REF checking.
5456
5457 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
5458
5459         PR target/44877
5460         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
5461         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
5462         builtin mask for load/store builtins.
5463
5464 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5465
5466         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
5467         for "lock addl".
5468         * configure: Regenerate.
5469         * config/i386/i386.c (ix86_print_operand) <case ';'>:
5470         Remove TARGET_MACHO.
5471
5472 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
5473
5474         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
5475         default ISA flags.
5476         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
5477
5478 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
5479
5480         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
5481
5482 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
5483
5484         * config/picochip/picochip.md (commsTestPort): Emit more
5485         efficient sequence for tstport instruction.
5486
5487 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5488
5489         * config/i386/i386.c (ix86_veclib_handler): Make static.
5490
5491 2010-07-09  Richard Guenther  <rguenther@suse.de>
5492
5493         PR tree-optimization/44852
5494         * tree-ssa-alias.c: Include toplev.h for exact_log2.
5495         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
5496         in MEM_REF.
5497         (indirect_refs_may_alias_p): Likewise.
5498         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
5499
5500 2010-07-09  Richard Guenther  <rguenther@suse.de>
5501
5502         PR tree-optimization/44882
5503         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
5504         sets do conflict.
5505         (vectorizable_load): Likewise.
5506
5507 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
5508
5509         PR target/40657
5510         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
5511         All callers changed.
5512         Handle the case when we're called for the epilogue.
5513         (thumb_unexpanded_epilogue): Use it.
5514         (thumb1_expand_epilogue): Likewise.
5515
5516 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
5517
5518         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
5519         both ranges are range_int_cst_p with non-negative minimum,
5520         try harder to derive smaller range.
5521
5522 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5523
5524         * genrecog.c: Include diagnostic-core.h before toplev.h.
5525         * genoutput.c: Likewise.
5526         * genextract.c: Likewise.
5527         * genautomata.c: Likewise.
5528         * genemit.c: Likewise.
5529         * genpeep.c: Likewise.
5530         * genattrtab.c: Likewise.
5531         * genconditions.c: Likewise.
5532         * genpreds.c: Likewise.
5533
5534 2010-07-08  Andi Kleen  <ak@linux.intel.com>
5535
5536         * lto-section-in.c (lto_section_name): Add missing comma.
5537
5538 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
5539
5540         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
5541         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
5542         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
5543         (ia64_override_options): Rename to...
5544         (ia64_option_override): ... this one. Make static.
5545
5546 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5547
5548         PR middle-end/44843
5549         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
5550         pointed-to type of the offset in a MEM_REF to compute the alignment.
5551
5552 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
5553
5554         * final.c (final_scan_insn): Replace
5555         TARGET_UNWIND_INFO macro check by unwind_emit
5556         hook NULL check.
5557         * targhooks.c (default_unwind_emit): Removed.
5558         * targhooks.h (default_unwind_emit): Likewise.
5559         * target.def (unwind_emit): Set default value to NULL.
5560
5561         * config/i386/i386-protos.h (ix86_asm_output_function_label):
5562         New prototype.
5563         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
5564         for NULL fntype argument and allow 64-bit targets.
5565         (ix86_asm_output_function_label): New function.
5566         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
5567         (ix86_handle_fndecl_attribute): Likewise.
5568         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
5569         * doc/doc/tm.texi: Regenerated.
5570         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
5571         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
5572         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
5573         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
5574         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
5575         * config/elfos.h: Likewise.
5576         * config/i386/cygming.h: Likewise.
5577         * config/netbsd-aout.h: Likewise.
5578         * config/openbsd.h: Likewise.
5579         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
5580         by ix86_asm_output_function_label function call.
5581         * varasm.c (assemble_start_function): Use
5582         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
5583
5584 2010-07-08  Jan Hubicka  <jh@suse.cz>
5585
5586         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
5587         New function.
5588         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
5589         Declare.
5590         * ipa-cp.c (ipcp_estimate_growth): Use it.
5591         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
5592         Likewise.
5593
5594 2010-07-08  Jan Hubicka  <jh@suse.cz>
5595
5596         * tree-inline.c (declare_return_variable): Allocate annotation for new
5597         temporary.
5598
5599 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
5600
5601         PR tree-optimization/44710
5602         * tree-if-conv.c (parse_predicate): New.
5603         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
5604         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
5605
5606 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
5607
5608         * common.opt (ftree-loop-if-convert): New flag.
5609         * doc/invoke.texi (ftree-loop-if-convert): Documented.
5610         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
5611         when flag_tree_loop_if_convert is set.
5612
5613 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
5614
5615         * config/i386/i386.c: Use short syntax for function calls
5616         through function pointers.
5617         * config/i386/i386.md: Ditto.
5618
5619 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5620
5621         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
5622
5623 2010-07-08  Richard Guenther  <rguenther@suse.de>
5624
5625         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
5626         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
5627
5628 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
5629
5630         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
5631         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
5632         (loc_list_from_tree): Likewise.
5633         (output_loc_operands): Handle outputting DW_OP_const[48]u
5634         with loc->dtprel set.
5635         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
5636
5637 2010-07-08  Jan Hubicka  <jh@suse.cz>
5638
5639         * ipa.c: Include pointer-set.h
5640         (cgraph_externally_visible_p): New attribute ALIASED;
5641         when in LTO, hidden symbols are local unless they are aliased.
5642         (function_and_variable_visibility): Compute aliased nodes;
5643         handle LTO and hidden symbol on functions and vars.
5644         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
5645         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
5646
5647 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5648
5649         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
5650         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5651         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5652         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5653         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5654         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
5655         (ix86_gen_probe_stack_range): Likewise.
5656         (override_options): Set them.
5657         (ix86_target_stack_probe): New function.
5658         (ix86_compute_frame_layout): Force use of push instructions to
5659         save registers if stack checking with probes is enabled.
5660         (get_scratch_register_on_entry): New function.
5661         (release_scratch_register_on_entry): Likewise.
5662         (ix86_adjust_stack_and_probe): Likewise.
5663         (output_adjust_stack_and_probe): Likewise.
5664         (ix86_emit_probe_stack_range): Likewise.
5665         (output_probe_stack_range): Likewise.
5666         (ix86_expand_prologue): Emit stack checking code if static built-in
5667         stack checking is enabled.
5668         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
5669         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
5670         (output_adjust_stack_and_probe): Likewise.
5671         (output_probe_stack_range): Likewise.
5672         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
5673         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
5674         TARGET_STACK_PROBE.
5675         (allocate_stack_worker_64): Likewise.
5676         (allocate_stack): Likewise.
5677         (adjust_stack_and_probe): New insn.
5678         (probe_stack_range): Likewise.
5679
5680 2010-07-08  Richard Guenther  <rguenther@suse.de>
5681
5682         PR tree-optimization/44831
5683         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
5684         a MEM_REF preserving TBAA info of the original dereference.
5685         Dereference the original pointer if the address is not invariant.
5686         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
5687         at least one invariant address that we are going to dereference.
5688
5689 2010-07-08  Richard Guenther  <rguenther@suse.de>
5690
5691         PR tree-optimization/44861
5692         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
5693         information when building MEM_REFs.
5694         (vectorizable_load): Likewise.
5695         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
5696
5697 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5698
5699         * config/sol2-c.c: Do not include diagnostic-core.h.
5700
5701 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5702
5703         PR bootstrap/44768
5704         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
5705         with respect to current_function_decl. Pass decl of the function.
5706         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
5707         * ipa-inline.c (compute_inline_parameters): Pass decl to
5708         estimated_stack_frame_size.
5709
5710 2010-07-08  Richard Guenther  <rguenther@suse.de>
5711
5712         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
5713         New function.
5714         (valueize_refs): Call it.
5715
5716 2010-07-08  Richard Guenther  <rguenther@suse.de>
5717
5718         PR rtl-optimization/44838
5719         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
5720         SSA form do not use pointer equivalence.
5721
5722 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5723
5724         * dwarf2out.c (AT_linkage_name): Delete.
5725         (add_linkage_attr): New function.
5726         (add_linkage_name): Call it to emit the linkage attribute.
5727         (dwarf2out_finish): Likewise.
5728         (move_linkage_attr): Explicitly accept both attribute variants.
5729
5730 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5731
5732         * toplev.h: Do not include diagnostic-core.h.
5733         Include diagnostic-core.h in every file that includes toplev.h.
5734         * c-tree.h: Do not include toplev.h.
5735         * pretty-print.h: Update comment.
5736         * Makefile.in: Update dependencies.
5737         * alias.c: Include diagnostic-core.h in every file that includes
5738         toplev.h.
5739         * attribs.c: Likewise.
5740         * auto-inc-dec.c: Likewise.
5741         * bb-reorder.c: Likewise.
5742         * bt-load.c: Likewise.
5743         * caller-save.c: Likewise.
5744         * calls.c: Likewise.
5745         * cfg.c: Likewise.
5746         * cfganal.c: Likewise.
5747         * cfgbuild.c: Likewise.
5748         * cfgcleanup.c: Likewise.
5749         * cfghooks.c: Likewise.
5750         * cfgloop.c: Likewise.
5751         * combine.c: Likewise.
5752         * config/alpha/alpha.c: Likewise.
5753         * config/arc/arc.c: Likewise.
5754         * config/arm/arm.c: Likewise.
5755         * config/arm/pe.c: Likewise.
5756         * config/avr/avr.c: Likewise.
5757         * config/bfin/bfin.c: Likewise.
5758         * config/cris/cris.c: Likewise.
5759         * config/crx/crx.c: Likewise.
5760         * config/darwin-c.c: Likewise.
5761         * config/darwin.c: Likewise.
5762         * config/fr30/fr30.c: Likewise.
5763         * config/frv/frv.c: Likewise.
5764         * config/h8300/h8300.c: Likewise.
5765         * config/host-darwin.c: Likewise.
5766         * config/i386/i386.c: Likewise.
5767         * config/i386/netware.c: Likewise.
5768         * config/i386/nwld.c: Likewise.
5769         * config/i386/winnt-cxx.c: Likewise.
5770         * config/i386/winnt-stubs.c: Likewise.
5771         * config/i386/winnt.c: Likewise.
5772         * config/ia64/ia64-c.c: Likewise.
5773         * config/ia64/ia64.c: Likewise.
5774         * config/iq2000/iq2000.c: Likewise.
5775         * config/lm32/lm32.c: Likewise.
5776         * config/m32c/m32c-pragma.c: Likewise.
5777         * config/m32c/m32c.c: Likewise.
5778         * config/m32r/m32r.c: Likewise.
5779         * config/m68hc11/m68hc11.c: Likewise.
5780         * config/m68k/m68k.c: Likewise.
5781         * config/mcore/mcore.c: Likewise.
5782         * config/mep/mep-pragma.c: Likewise.
5783         * config/mep/mep.c: Likewise.
5784         * config/mmix/mmix.c: Likewise.
5785         * config/mn10300/mn10300.c: Likewise.
5786         * config/moxie/moxie.c: Likewise.
5787         * config/pa/pa.c: Likewise.
5788         * config/pdp11/pdp11.c: Likewise.
5789         * config/picochip/picochip.c: Likewise.
5790         * config/rs6000/rs6000-c.c: Likewise.
5791         * config/rs6000/rs6000.c: Likewise.
5792         * config/rx/rx.c: Likewise.
5793         * config/s390/s390.c: Likewise.
5794         * config/score/score.c: Likewise.
5795         * config/score/score3.c: Likewise.
5796         * config/score/score7.c: Likewise.
5797         * config/sh/sh.c: Likewise.
5798         * config/sh/symbian-base.c: Likewise.
5799         * config/sh/symbian-c.c: Likewise.
5800         * config/sh/symbian-cxx.c: Likewise.
5801         * config/sol2-c.c: Likewise.
5802         * config/sol2.c: Likewise.
5803         * config/sparc/sparc.c: Likewise.
5804         * config/spu/spu.c: Likewise.
5805         * config/stormy16/stormy16.c: Likewise.
5806         * config/v850/v850-c.c: Likewise.
5807         * config/v850/v850.c: Likewise.
5808         * config/vax/vax.c: Likewise.
5809         * config/vxworks.c: Likewise.
5810         * config/xtensa/xtensa.c: Likewise.
5811         * convert.c: Likewise.
5812         * cse.c: Likewise.
5813         * cselib.c: Likewise.
5814         * dbgcnt.c: Likewise.
5815         * dbxout.c: Likewise.
5816         * ddg.c: Likewise.
5817         * dominance.c: Likewise.
5818         * emit-rtl.c: Likewise.
5819         * explow.c: Likewise.
5820         * expmed.c: Likewise.
5821         * fixed-value.c: Likewise.
5822         * fold-const.c: Likewise.
5823         * fwprop.c: Likewise.
5824         * gcse.c: Likewise.
5825         * ggc-common.c: Likewise.
5826         * ggc-page.c: Likewise.
5827         * ggc-zone.c: Likewise.
5828         * gimple-low.c: Likewise.
5829         * gimplify.c: Likewise.
5830         * graph.c: Likewise.
5831         * haifa-sched.c: Likewise.
5832         * ifcvt.c: Likewise.
5833         * implicit-zee.c: Likewise.
5834         * integrate.c: Likewise.
5835         * ira-build.c: Likewise.
5836         * ira-color.c: Likewise.
5837         * ira-conflicts.c: Likewise.
5838         * ira-costs.c: Likewise.
5839         * ira-lives.c: Likewise.
5840         * ira.c: Likewise.
5841         * lists.c: Likewise.
5842         * loop-doloop.c: Likewise.
5843         * loop-iv.c: Likewise.
5844         * lto-opts.c: Likewise.
5845         * lto-symtab.c: Likewise.
5846         * main.c: Likewise.
5847         * modulo-sched.c: Likewise.
5848         * optabs.c: Likewise.
5849         * params.c: Likewise.
5850         * plugin.c: Likewise.
5851         * postreload-gcse.c: Likewise.
5852         * postreload.c: Likewise.
5853         * predict.c: Likewise.
5854         * profile.c: Likewise.
5855         * real.c: Likewise.
5856         * regcprop.c: Likewise.
5857         * reginfo.c: Likewise.
5858         * regmove.c: Likewise.
5859         * reorg.c: Likewise.
5860         * resource.c: Likewise.
5861         * rtl.c: Likewise.
5862         * rtlanal.c: Likewise.
5863         * sched-deps.c: Likewise.
5864         * sched-ebb.c: Likewise.
5865         * sched-rgn.c: Likewise.
5866         * sdbout.c: Likewise.
5867         * sel-sched-dump.c: Likewise.
5868         * sel-sched-ir.c: Likewise.
5869         * simplify-rtx.c: Likewise.
5870         * stmt.c: Likewise.
5871         * stor-layout.c: Likewise.
5872         * store-motion.c: Likewise.
5873         * targhooks.c: Likewise.
5874         * tree-cfg.c: Likewise.
5875         * tree-cfgcleanup.c: Likewise.
5876         * tree-dump.c: Likewise.
5877         * tree-eh.c: Likewise.
5878         * tree-inline.c: Likewise.
5879         * tree-nomudflap.c: Likewise.
5880         * tree-object-size.c: Likewise.
5881         * tree-optimize.c: Likewise.
5882         * tree-outof-ssa.c: Likewise.
5883         * tree-phinodes.c: Likewise.
5884         * tree-profile.c: Likewise.
5885         * tree-ssa-ccp.c: Likewise.
5886         * tree-ssa-coalesce.c: Likewise.
5887         * tree-ssa-live.c: Likewise.
5888         * tree-ssa-loop-niter.c: Likewise.
5889         * tree-ssa-loop-prefetch.c: Likewise.
5890         * tree-ssa-loop.c: Likewise.
5891         * tree-ssa-structalias.c: Likewise.
5892         * tree-ssa-uninit.c: Likewise.
5893         * tree-ssa.c: Likewise.
5894         * tree-vect-data-refs.c: Likewise.
5895         * tree-vect-loop-manip.c: Likewise.
5896         * tree-vect-loop.c: Likewise.
5897         * tree-vect-patterns.c: Likewise.
5898         * tree-vect-stmts.c: Likewise.
5899         * tree-vrp.c: Likewise.
5900         * varasm.c: Likewise.
5901         * vec.c: Likewise.
5902         * web.c: Likewise.
5903         * xcoffout.c: Likewise.
5904
5905 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
5906
5907         * gengtype.c (write_field_root): New function.
5908         (write_root): Use it.
5909
5910 2010-07-07  Wei Guozhi  <carrot@google.com>
5911
5912         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
5913         of lowest bits to lshift/compare): Add a missing line.
5914
5915 2010-07-07  Wei Guozhi  <carrot@google.com>
5916
5917         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
5918         of lowest bits to lshift/compare): New.
5919
5920 2010-07-07  Tom Tromey  <tromey@redhat.com>
5921
5922         * doc/tm.texi: Update.
5923         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
5924         Add @hook.
5925         * target.def (want_debug_pub_sections): New hook.
5926         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
5927         * dwarf2out.c (add_pubname_string): Check
5928         targetm.want_debug_pub_sections.
5929         (add_pubname): Likewise.
5930         (add_pubtype): Likewise.
5931
5932 2010-07-07  Jie Zhang  <jie@codesourcery.com>
5933
5934         * genautomata.c (output_automata_list_min_issue_delay_code):
5935         Correctly decompress min_issue_delay.
5936
5937 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
5938
5939         PR rtl-optimization/44404
5940         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
5941         possible, use reg_overlap_mentioned_p instead.
5942
5943 2010-07-07  Duncan Sands  <baldrick@free.fr>
5944
5945         PR middle-end/41355
5946         * tree.c (build_function_type_skip_args): Copy the original type using
5947         build_distinct_type_copy rather than copy_node.
5948
5949 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5950
5951         PR target/44850
5952         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
5953         revision 161876.
5954         (ix86_expand_prologue): Likewise.
5955         (ix86_handle_fndecl_attribute): Likewise.
5956         (ix86_asm_declare_function_name): Likewise.
5957         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5958         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5959         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
5960         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
5961         * doc/extend.texi: Likewise.
5962
5963 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5964
5965         PR target/44844
5966         * config/i386/i386.md (rdrand<mode>): Changed to expand to
5967         retry if the carry flag isn't valid.
5968         (rdrand<mode>_1): New.
5969
5970 2010-07-07  Richard Guenther  <rguenther@suse.de>
5971
5972         PR middle-end/44790
5973         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
5974         for expanding the constant offset for MEM_REFs.
5975
5976 2010-07-07  Richard Guenther  <rguenther@suse.de>
5977
5978         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
5979         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
5980         * gimple.h (is_gimple_operand): Remove.
5981         * gimple.c (is_gimple_operand): Likewise.
5982         (walk_gimple_op): Fix wi->val_only setting for calls.
5983         * tree-cfg.c (verify_gimple_call): Fix argument validation.
5984         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
5985         invalid gimple calls.
5986
5987 2010-07-06  Jan Hubicka  <jh@suse.cz>
5988
5989         * lto-cgraph.c (output_cgraph): Add missing declaration.
5990
5991 2010-07-06  Jan Hubicka  <jh@suse.cz>
5992
5993         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
5994         partition.
5995
5996 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
5997
5998         * doc/gimple.texi (GIMPLE_DEBUG): Document.
5999         * doc/rtl.texi (Debug Information): New node.
6000         (NOTE_INSN_VAR_LOCATION): Document.
6001         (debug_insn): Likewise.
6002         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
6003
6004 2010-07-07  Jan Hubicka  <jh@suse.cz>
6005
6006         With parts by Richard Guenther.
6007
6008         PR middle-end/44813
6009         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
6010         for functions passed by reference.
6011         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
6012         in memory when passed by reference.
6013         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
6014         beggining.
6015         * ipa-split.c (split_function): Cleanup way return value is passed;
6016         handle SSA DECL_BY_REFERENCE retvals.
6017         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
6018         DECL_BY_REFERENCE is set.
6019         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
6020         find_what_p_points_to): Handle RESULT_DECL.
6021         * tree-inline.c (declare_return_variable): Get new entry_block argument;
6022         when passing by reference ensure that RESULT_DECL is gimple_val.
6023         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
6024         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
6025
6026 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
6027
6028         PR rtl-optimization/44787
6029         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
6030         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
6031
6032 2010-07-06  Jan Hubicka  <jh@suse.cz>
6033
6034         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
6035         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
6036         with body can prevail.
6037         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
6038         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
6039         * cgraph.c (cgraph_get_node_or_alias): New function.
6040         * cgraph.h (cgraph_get_node_or_alias): Declare.
6041
6042 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
6043
6044         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
6045         support.
6046         (ix86_expand_prologue): Likewise.
6047         (ix86_handle_fndecl_attribute): Likewise.
6048         (ix86_asm_declare_function_name): New function for
6049         ASM_DECLARE_FUNCTION_NAME.
6050         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
6051         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
6052         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
6053         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
6054         * doc/extend.texi: Adjust documentation about ms_hook_prologue
6055         attribute.
6056
6057 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6058
6059         * config/i386/i386.md (immediate_operand): New mode attribute.
6060
6061         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
6062         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
6063         using P mode iterator.
6064         (pro_epilogue_adjust_stack_di_2): Rename from
6065         pro_epilogue_adjust_stack_rex64_2.
6066
6067         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
6068
6069 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6070
6071         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
6072         through gen_mov_insv_1 function pointer.
6073         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
6074         gen_truncxf<mode>2 through gen_truncxf function pointer.
6075         (remainder<mode>3): Ditto.
6076         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
6077         (allocate_stack): Call gen_allocate_stack_worker_64 or
6078         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
6079         function pointer.
6080         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
6081         function pointer.
6082
6083 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6084
6085         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
6086         operand constraint instead of <r><i>m.
6087
6088 2010-07-06  Richard Guenther  <rguenther@suse.de>
6089
6090         PR middle-end/44828
6091         * convert.c (convert_to_integer): Watch out for overflowing
6092         MULT_EXPR as well.
6093
6094 2010-07-05  Jan Hubicka  <jh@suse.cz>
6095
6096         * lto-streamer.c (write_symbol_vec): Rename to ...
6097         (write_symbol) ... this one; write only symbol given and when
6098         present in cache. Sanity check that what is defined is present
6099         in cgraph/varpool with body/finalized decl.
6100         (write_symbols_of_kind): Remove.
6101         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
6102         pairs to produce symtab.
6103         (produce_asm_for_decls): Update call of produce_symtab; don't do so
6104         when doing WPA streaming.
6105
6106 2010-07-05  Jan Hubicka  <jh@suse.cz>
6107
6108         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
6109         function is still available to fold into.
6110
6111 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6112
6113         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
6114         * function.h (struct_function): Change type of local_decls field
6115         to a VEC.
6116         (add_local_decl): New function.
6117         (FOR_EACH_LOCAL_DECL): New macro.
6118         * cfgexpand.c (init_vars_expansion): Adjust for new type of
6119         cfun->local_decls.
6120         (estimated_stack_frame_size): Likewise.
6121         (expand_used_vars): Likewise.
6122         * cgraphbuild.c (build_cgraph_edges): Likewise.
6123         * function.c (instantiate_decls_1): Likewise.
6124         * ipa-struct-reorg.c (build_data_structure): Likewise.
6125         * ipa-type-escape.c (analyze_function): Likewise.
6126         * lto-streamer-in.c (input_function): Likewise.
6127         * lto-streamer-out.c (output_function): Likewise.
6128         * tree-ssa-live.c (remove_unused_locals): Likewise.
6129         * tree.c (free_lang_data_in_decl): Likewise.
6130         (find_decls_types_in_node): Likewise.
6131         * omp-low.c (remove_exit_barrier): Likewise.
6132         (expand_omp_taskreg): Likewise.
6133         (list2chain): Rename to...
6134         (vec2chain): ...this.  Adjust.
6135         * cgraphunit.c (assemble_thunk): Call add_local_decl.
6136         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
6137         * gimple-low.c (record_vars_into): Likewise.
6138         * tree-inline.c (remap_decls): Likewise.
6139         (declare_return_variable): Likewise.
6140         (declare_inline_vars): Likewise.
6141         (copy_forbidden): Adjust for new type of cfun->local_decls.
6142         (add_local_variables): New function.
6143         (expand_call_inline): Call it.
6144         (tree_function_versioning): Likewise.
6145
6146 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6147
6148         AVX Programming Reference (June, 2010)
6149         * config/i386/cpuid.h (bit_F16C): New.
6150         (bit_RDRND): Likewise.
6151         (bit_FSGSBASE): Likewise.
6152
6153         * config/i386/i386-builtin-types.def: Add
6154         "DEF_FUNCTION_TYPE (UINT16)", function types for
6155         float16 <-> float conversions and
6156         "DEF_FUNCTION_TYPE (VOID, UINT64)".
6157
6158         * config/i386/i386-c.c (ix86_target_macros_internal): Support
6159         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
6160         OPTION_MASK_ISA_F16C.
6161
6162         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
6163         (OPTION_MASK_ISA_RDRND_SET): Likewise.
6164         (OPTION_MASK_ISA_F16C_SET): Likewise.
6165         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
6166         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
6167         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
6168         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
6169         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
6170         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
6171         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
6172         (override_options): Handle them.
6173         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
6174         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
6175         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
6176         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
6177         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
6178         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
6179         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
6180         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
6181         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
6182         (bdesc_args): Likewise.
6183         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
6184         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
6185         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
6186         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
6187         Handle non-memory store.
6188
6189         * config/i386/i386.h (TARGET_FSGSBASE): New.
6190         (TARGET_RDRND): Likewise.
6191         (TARGET_F12C): Likewise.
6192
6193         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
6194         (UNSPEC_VCVTPS2PH): Likewise.
6195         (UNSPECV_RDFSBASE): Likewise.
6196         (UNSPECV_RDGSBASE): Likewise.
6197         (UNSPECV_WRFSBASE): Likewise.
6198         (UNSPECV_WRGSBASE): Likewise.
6199         (UNSPECV_RDRAND): Likewise.
6200         (rdfsbase<mode>): Likewise.
6201         (rdgsbase<mode>): Likewise.
6202         (wrfsbase<mode>): Likewise.
6203         (wrgsbase<mode>): Likewise.
6204         (rdrand<mode>): Likewise.
6205
6206         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
6207
6208         * config/i386/immintrin.h (_rdrand_u16): New.
6209         (_rdrand_u32): Likewise.
6210         (_readfsbase_u32): Likewise.
6211         (_readfsbase_u64): Likewise.
6212         (_readgsbase_u32): Likewise.
6213         (_readgsbase_u64): Likewise.
6214         (_writefsbase_u32): Likewise.
6215         (_writefsbase_u64): Likewise.
6216         (_writegsbase_u32): Likewise.
6217         (_writegsbase_u64): Likewise.
6218         (_rdrand_u64): Likewise.
6219         (_cvtsh_ss): Likewise.
6220         (_mm_cvtph_ps): Likewise.
6221         (_mm256_cvtph_ps): Likewise.
6222         (_cvtss_sh): Likewise.
6223         (_mm_cvtps_ph): Likewise.
6224         (_mm256_cvtps_ph): Likewise.
6225
6226         * config/i386/sse.md (vcvtph2ps): New.
6227         (*vcvtph2ps_load): Likewise.
6228         (vcvtph2ps256): Likewise.
6229         (vcvtps2ph): Likewise.
6230         (*vcvtps2ph): Likewise.
6231         (*vcvtps2ph_store): Likewise.
6232         (vcvtps2ph256): Likewise.
6233
6234         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
6235
6236         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
6237
6238 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
6239
6240         PR bootstrap/44512
6241         * genenums.c (main): Output include of insn-constants.h
6242         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
6243
6244 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
6245
6246         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
6247         (override_options): Initialize it.
6248         (ix86_expand_prologue): Use it.
6249
6250 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
6251
6252         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
6253
6254 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
6255
6256         * double-int.h (fit_double_type): Remove declaration.
6257         * double-int.c (fit_double_type): Remove function.
6258         * tree.h (int_fits_type_p): Adjust prototype.
6259         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
6260         instead of fit_double_type.
6261         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
6262         instead of fit_double_type and build_int_cst_wide.
6263         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
6264         instead of fit_double_type and build_int_cst_wide.
6265         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
6266         of fit_double_type.
6267
6268 2010-07-05  Jan Hubicka  <jh@suse.cz>
6269
6270         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
6271         in_other_partition.
6272         * lto-cgraph.c (referenced_from_other_partition_p,
6273         reachable_from_other_partition_p): Use in_other_partition flags.
6274         (output_node, output_varpool_node): COMDAT nodes always have private
6275         copies and thus are never used from other partition.
6276
6277 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
6278
6279         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
6280         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
6281         * config/ia64/ia64.c Include reload.h.
6282         (ia64_memory_move_cost): New function.
6283         (TARGET_MEMORY_MOVE_COST): Define.
6284         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
6285         memory_move_cost.
6286
6287 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
6288
6289         PR middle-end/42505
6290         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
6291         comments about cost model.
6292         (try_add_cand_for):  Add second strategy for choosing initial set
6293         based on original IVs, controlled by ORIGINALP argument.
6294         (get_initial_solution): Add ORIGINALP argument.
6295         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
6296         (find_optimal_iv_set): Try two different strategies for choosing
6297         the IV set, and return the one with lower cost.
6298
6299 2010-07-05  Richard Guenther  <rguenther@suse.de>
6300
6301         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
6302
6303 2010-07-05  Richard Guenther  <rguenther@suse.de>
6304
6305         * tree.c (reference_alias_ptr_type): New function.
6306         * tree.h (reference_alias_ptr_type): Declare.
6307         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
6308         allow non-TARGET_MEM_REF new refs.
6309         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
6310         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
6311         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
6312         (create_mem_ref): Get alias pointer type.  Adjust calls to
6313         create_mem_ref_raw.
6314         (maybe_fold_tmr): Likewise.
6315         * tree-flow.h (create_mem_ref): Adjust prototype.
6316
6317 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
6318
6319         PR c++/44808
6320         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
6321         *from_p is VAR_DECL.
6322
6323 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6324
6325         * tree.h (build_call_list): Remove.
6326         * tree.c (build_call_list): Remove.
6327
6328 2010-07-05  Richard Guenther  <rguenther@suse.de>
6329
6330         * double-int.h (double_int_sub): Declare.
6331         * double-int.c (double_int_sub): New function.
6332         * dwarf2out.c (field_byte_offset): Use it.
6333         * fixed-value.c (do_fixed_add): Likewise.
6334         (do_fixed_multiply): Likewise.
6335         (do_fixed_divide): Likewise.
6336         * tree-predcom.c (add_ref_to_chain): Likewise.
6337         (determine_roots_comp): Likewise.
6338         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
6339
6340 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6341
6342         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
6343         implementations.
6344
6345 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
6346
6347         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
6348         * arm-modes.def (CC_NOTB): Don't define.
6349         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
6350         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
6351         (LTUGEU): New code_iterator.
6352         (cnb, optab): New corresponding code_attrs.
6353         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
6354         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
6355         using LTUGEU.
6356         (addsi3_carryin_shift_<optab>): Likewise.
6357         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
6358         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
6359         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
6360         (subsi3_compare): Renamed from subsi3_compare0_c.
6361         Change CC_NOTB to CC.
6362         (arm_subsi3_insn): Allow constants for operand 0.
6363         (compare_scc peephole for eq case): New.
6364         (compare_scc splitters): Change CC_NOTB to CC.
6365
6366 2010-07-05  Richard Guenther  <rguenther@suse.de>
6367
6368         * tree-ssa-loop-im.c (for_each_index): Do not handle
6369         ALIGN_INDIRECT_REF.
6370         (gen_lsm_tmp_name): Likewise.
6371         * tree-dump.c (dequeue_and_dump): Likewise.
6372         * tree-pretty-print.c (dump_generic_node): Likewise.
6373         (op_code_prio): Likewise.
6374         (op_symbol_code): Likewise.
6375         * tree.c (staticp): Likewise.
6376         (build1_stat): Likewise.
6377         * tree.h (INDIRECT_REF_P): Likewise.
6378         * fold-const.c (maybe_lvalue_p): Likewise.
6379         (operand_equal_p): Likewise.
6380         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6381         (ao_ref_init_from_vn_reference): Likewise.
6382         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
6383         (find_interesting_uses_address): Likewise.
6384         * dwarf2out.c (loc_list_from_tree): Likewise.
6385         * gimplify.c (gimplify_expr): Likewise.
6386         * tree-eh.c (tree_could_trap_p): Likewise.
6387         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6388         * cfgexpand.c (expand_debug_expr): Likewise.
6389         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
6390         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
6391         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
6392         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
6393         * tree-ssa-operands.c (get_expr_operands): Likewise.
6394         * expr.c (safe_from_p): Likewise.
6395         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
6396         * tree-vect-data-refs.c (vect_setup_realignment): Build
6397         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
6398         * tree-vect-stmts.c (vectorizable_load): Likewise.
6399         * tree.def (ALIGN_INDIRECT_REF): Remove.
6400
6401 2010-07-05  Richard Guenther  <rguenther@suse.de>
6402
6403         PR tree-optimization/44784
6404         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
6405         for inserted stmts.
6406         (find_or_generate_expression): Fix SCCVN insertion check.
6407
6408 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
6409
6410         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
6411         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
6412         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
6413         directives.
6414
6415 2010-07-05  Ira Rosen  <irar@il.ibm.com>
6416
6417         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
6418         statements that are not vectorized.
6419         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
6420         in INSIDE_COST.
6421
6422 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
6423
6424         PR bootstrap/44820
6425         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
6426
6427 2010-07-05  Richard Guenther  <rguenther@suse.de>
6428
6429         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
6430         RESULT_DECLs properly.
6431
6432 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6433
6434         PR rtl-optimization/44695
6435         * config/i386/i386.md (extract_code): Removed.
6436         (<u>divmodqi4): Likewise.
6437         (divmodqi4): New.
6438         (udivmodqi4): Likewise.
6439         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
6440         (udivmodhiqi3): Likewise.
6441
6442 2010-07-04  Jan Hubicka  <jh@suse.cz>
6443
6444         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
6445
6446 2010-07-04  Jan Hubicka  <jh@suse.cz>
6447
6448         * cgraphunit.c (init_cgraph): Only initialize dump file if it
6449         is not already initialized.
6450
6451 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6452
6453         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
6454         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
6455         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
6456         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
6457         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
6458         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
6459         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
6460         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
6461         (sync_new_nand_optab): Redefine as macros.
6462         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
6463         Delete.
6464         (direct_optab_index): New enum.
6465         (direct_optab_d): New structure.
6466         (direct_optab): New typedef.
6467         (direct_optab_table): Declare.
6468         (direct_optab_handler, set_direct_optab_handler): New functions.
6469         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
6470         (sync_lock_release_optab): New macros.
6471         * optabs.c (direct_optab_table): New variable.
6472         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
6473         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
6474         cmpstr_optab and cmpstrn_optab.
6475         (emit_conditional_move): Likewise for movcc_optab.
6476         (can_conditionally_move_p): Likewise for movcc_gen_code.
6477         (init_insn_codes): Clear direct_optab_table.
6478         (init_optabs): Don't initialize the new "direct optabs" here.
6479         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
6480         vcond_gen_code.
6481         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
6482         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
6483         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
6484         (expand_sync_operation): Likewise other sync_*_optabs.
6485         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
6486         to sync_compare_and_swap_optab.
6487         (expand_sync_lock_test_and_set): Use direct_optab_handler for
6488         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
6489         to the names of both.
6490         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
6491         cmpstr_optab and cmpstrn_optab.
6492         (expand_builtin_lock_release): Likewise sync_lock_release.
6493         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
6494         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
6495         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
6496         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
6497         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
6498         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
6499         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
6500         (sync_lock_test_and_set, sync_lock_release): Delete.
6501         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
6502         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
6503         * genopinit.c (optabs): Use set_direct_optab_handler for the new
6504         macro optabs.
6505         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
6506         the "optab" local variable.  Use direct_optab_handler for optab and
6507         sync_compare_and_swap_optab.
6508         * reload1.c (reload_in_optab, reload_out_optab): Delete.
6509         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
6510         reload_in_optab and reload_out_optab.
6511         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
6512         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
6513         * config/pa/pa.c (pa_secondary_reload): Likewise.
6514         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
6515         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
6516         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
6517         (VMSupportsCS8_builtin): Likewise.
6518
6519 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6520
6521         * optabs.h (optab_handlers): Change type of insn_code to int.
6522         (optab_handler, set_optab_handler, convert_optab_handler)
6523         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
6524         CODE_FOR_nothing".
6525         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
6526         (init_insn_codes): Zero both the above arrays.
6527         (init_optabs): Never call init_insn_codes first time around.
6528
6529 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6530
6531         * optabs.h (optab_handler, convert_optab_handler): Turn into
6532         inline functions that return an insn code.
6533         (set_optab_handler, set_convert_optab_handler): New functions.
6534         * builtins.c: Replace optab_handler(X)->insn_code with
6535         optab_handler or set_optab_handler thoughout.  Likewise
6536         convert_optab_handler(X)->insn_code with convert_optab_handler
6537         and set_convert_optab_handler.
6538         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
6539         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
6540         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
6541         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
6542         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
6543         config/spu/spu.c: Likewise.
6544
6545 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
6546
6547         PR target/44531
6548         * config.gcc (sh*-*-*): Use regular expressions instead of
6549         the 'i' modifier for sed substitutions.
6550
6551 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
6552
6553         * gimple.c (gimple_body): Comments added.
6554
6555 2010-07-04  Richard Guenther  <rguenther@suse.de>
6556
6557         PR middle-end/44809
6558         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
6559         of an INDIRECT_REF.
6560
6561 2010-07-04  Richard Guenther  <rguenther@suse.de>
6562
6563         PR tree-optimization/44479
6564         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
6565         extra SSA name copy statements which preserves points-to
6566         information.
6567         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6568         Copy points-to information for all pointers.  Properly handle
6569         MEM_REFs.
6570         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
6571         copy statements.
6572         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
6573         dependency.
6574
6575 2010-07-04  Richard Guenther  <rguenther@suse.de>
6576
6577         PR middle-end/44785
6578         * tree-inline.c (initialize_inlined_parameters): Do not
6579         re-use pointer-map slot over remap_type call.
6580
6581 2010-07-04  Richard Guenther  <rguenther@suse.de>
6582
6583         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
6584
6585 2010-07-04  Richard Guenther  <rguenther@suse.de>
6586
6587         PR tree-optimization/44656
6588         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
6589         again after value-replacing in the defintions lhs.
6590
6591 2010-07-04  Ira Rosen  <irar@il.ibm.com>
6592             Revital Eres  <eres@il.ibm.com>
6593
6594         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
6595         Document new arguments.
6596         * doc/tm.texi: Regenerate.
6597         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
6598         Handle unaligned store.
6599         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
6600         * target.def (builtin_vectorization_cost): Add new arguments.
6601         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
6602         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
6603         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
6604         (vect_vfa_segment_size): Fix indentation.
6605         * tree-vectorizer.h (struct _vect_peel_info): New.
6606         (struct _vect_peel_extended_info): New.
6607         (struct _loop_vec_info): Add new field for peeling hash table and a
6608         macro for its access.
6609         (VECT_MAX_COST): Define.
6610         (vect_get_load_cost): Declare.
6611         (vect_get_store_cost, vect_get_known_peeling_cost,
6612         vect_get_single_scalar_iteraion_cost): Likewise.
6613         (vect_supportable_dr_alignment): Add new argument.
6614         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
6615         field.
6616         (destroy_loop_vec_info): Free peeling hash table.
6617         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
6618         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
6619         vect_analyze_slp. Fix indentation.
6620         (vect_get_single_scalar_iteraion_cost): New function.
6621         (vect_get_known_peeling_cost): Likewise.
6622         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
6623         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
6624         statement. Move outside cost calculation inside unknown peeling case.
6625         Call vect_get_known_peeling_cost for known amount of peeling.
6626         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
6627         reference to the print message of forced alignment.
6628         (vect_verify_datarefs_alignment): Update call to
6629         vect_supportable_dr_alignment.
6630         (vect_get_data_access_cost): New function.
6631         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
6632         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
6633         vect_peeling_hash_choose_best_peeling): Likewise.
6634         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
6635         to store all the accesses in the loop and find best possible access to
6636         align using peeling for known alignment case. For unknown alignment
6637         check if stores are preferred or if peeling is worthy.
6638         (vect_find_same_alignment_drs): Analyze pairs of loads too.
6639         (vect_supportable_dr_alignment): Add new argument and check aligned
6640         accesses according to it.
6641         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
6642         (cost_for_stmt): Call vect_get_stmt_cost.
6643         (vect_model_simple_cost): Likewise.
6644         (vect_model_store_cost): Call vect_get_stmt_cost. Call
6645         vect_get_store_cost to calculate the cost of the statement.
6646         (vect_get_store_cost): New function.
6647         (vect_model_load_cost): Call vect_get_stmt_cost. Call
6648         vect_get_load_cost to calculate the cost of the statement.
6649         (vect_get_load_cost): New function.
6650         (vectorizable_store): Update call to vect_supportable_dr_alignment.
6651         (vectorizable_load): Likewise.
6652         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
6653         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
6654         arguments. Handle unaligned store.
6655         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
6656         (rs6000_builtin_support_vector_misalignment): Return true for word and
6657         double word alignments for VSX.
6658         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
6659         vect_supportable_dr_alignment and builtin_vectorization_cost.
6660
6661 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6662
6663         PR target/44597
6664         * config/pa/predicates.md (prefetch_cc_operand): Remove.
6665         (prefetch_nocc_operand): Likewise.
6666         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
6667         (prefetch_20): New insn.
6668         (prefetch_cc): Remove.
6669         (prefetch_nocc): Likewise.
6670
6671 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6672
6673         * expr.c (vector_mode_valid_p): Move to c-common.c.
6674         * expr.h (vector_mode_valid_p): Do not declare here.
6675         * system.h: Poison GCC_EXPR_H in front-ends.
6676         * Makefile.in: Update dependencies.
6677
6678 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6679
6680         PR target/44705
6681         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
6682
6683 2010-07-03  Jan Hubicka  <jh@suse.cz>
6684
6685         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
6686         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
6687         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
6688         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
6689         Likewise.
6690
6691         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
6692         Update timevars.V
6693         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
6694         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
6695         TV_IPA_LTO_DECL_OUT): New.
6696         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
6697
6698 2010-07-03  Jan Hubicka  <jh@suse.cz>
6699
6700         * ipa-inline.c (update_edge_key): Break out from ...
6701         update_callers_keys): ... here;
6702         (update_callee_keys): Update only the edges from caller to callee.
6703         (update_all_calle_keys): Do what update_calle_keys did.
6704         (decide_inlining_of_small_functions): Avoid recomputing of all
6705         callees when badness increase.
6706
6707 2010-07-03  Jie Zhang  <jie@codesourcery.com>
6708
6709         * config/arm/arm.c (arm_attr_length_move_neon): New.
6710         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
6711         * config/arm/neon.md (define_mode_attr V_slen): Remove.
6712         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
6713         to compute length attribute.
6714
6715 2010-07-03  Jie Zhang  <jie@codesourcery.com>
6716
6717         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
6718         as predicate for operand 1 and remove its constraint.
6719         * config/arm/predicates.md (vfp_register_operand): New.
6720         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
6721         (*push_fp_multi): Likewise.
6722
6723 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
6724
6725         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
6726
6727 2010-07-03  Jan Hubicka  <jh@suse.cz>
6728
6729         * config/i386/i386.c (override_options): Revert accidental commit.
6730
6731 2010-07-02  Le-Chun Wu  <lcwu@google.com>
6732
6733         PR c++/44128
6734         * doc/invoke.texi: Update documentation of -Wshadow.
6735
6736 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6737             Julian Brown  <julian@codesourcery.com>
6738             Sandra Loosemore <sandra@codesourcery.com>
6739
6740         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
6741         comparisons.  Adjust to take both operands.
6742         (arm_select_cc_mode): Handle DImode comparisons.
6743         (arm_gen_compare_reg): Generate a scratch register for DImode
6744         comparisons which require one.  Use xor for Thumb equality checks.
6745         (arm_const_double_by_immediates): New.
6746         (arm_print_operand): Allow 'Q' and 'R' for constants.
6747         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
6748         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
6749         arm_canonicalize_comparison.
6750         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
6751         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
6752         prototype.
6753         (arm_const_double_by_immediates): Declare.
6754         * config/arm/constraints.md (Di): New constraint.
6755         * config/arm/predicates.md (arm_immediate_di_operand)
6756         (arm_di_operand, cmpdi_operand): New.
6757         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
6758         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
6759         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
6760         (cstoredi4): Handle non-Cirrus also.
6761
6762 2010-07-02  Julian Brown  <julian@codesourcery.com>
6763             Sandra Loosemore <sandra@codesourcery.com>
6764
6765         PR target/43703
6766         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
6767         (smax<mode>3): Disable for NEON float modes when
6768         flag_unsafe_math_optimizations is false.
6769         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
6770         (*mul<mode>3_neon)
6771         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
6772         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
6773         for NEON float modes when flag_unsafe_math_optimizations is false.
6774         (quad_halves_<code>v4sf): Only enable if
6775         flag_unsafe_math_optimizations is true.
6776         * doc/invoke.texi (ARM Options): Add note about floating point
6777         vectorization requiring -funsafe-math-optimizations.
6778
6779 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6780             Julian Brown  <julian@codesourcery.com>
6781
6782         * config/arm/neon.md (UNSPEC_VABA): Delete.
6783         (UNSPEC_VABAL): Delete.
6784         (UNSPEC_VABS): Delete.
6785         (UNSPEC_VMUL_N): Delete.
6786         (adddi3_neon): New.
6787         (subdi3_neon): New.
6788         (mul<mode>3add<mode>_neon): Make the pattern named.
6789         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
6790         (neon_vadd<mode>): Replace with define_expand, and move the remaining
6791         unspec parts...
6792         (neon_vadd<mode>_unspec): ...to this.
6793         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
6794         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
6795         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
6796         (neon_vaba<mode>): Rewrite in terms of vabd.
6797         (neon_vabal<mode>): Rewrite in terms of vabdl.
6798         (neon_vabs<mode>): Rewrite without unspec.
6799         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
6800         (*arm_subdi3): Likewise.
6801         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
6802         No_op attribute to disable assembly output checks.
6803         * config/arm/arm_neon.h: Regenerated.
6804         * doc/arm-neon-intrinsics.texi: Regenerated.
6805
6806 2010-07-02  Jan Hubicka  <jh@suse.cz>
6807
6808         * ipa-split.c (split_function): For aggregate values, set the return
6809         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
6810         *<retval> = fncall.part ().
6811         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
6812
6813 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6814
6815         * config/arm/neon.md (UNSPEC_VAND): Delete.
6816         (UNSPEC_VBIC): Delete.
6817         (UNSPEC_VCLZ): Delete.
6818         (UNSPEC_VCNT): Delete.
6819         (UNSPEC_VEOR): Delete.
6820         (UNSPEC_VORN): Delete.
6821         (UNSPEC_VORR): Delete.
6822         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
6823         core registers too.
6824         (anddi3_neon): Likewise.
6825         (orndi3_neon): Likewise.
6826         (bicdi3_neon): Likewise.
6827         (xordi3_neon): Likewise.
6828         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
6829         rid of unspec and handle unused operand.
6830         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
6831         * config/arm/predicates.md (imm_for_neon_logic_operand):
6832         Require TARGET_NEON.
6833         (imm_for_neon_inv_logic_operand): Likewise.
6834         * config/arm/arm.md (define_split for logical_binary_operator):
6835         Disable for NEON registers.
6836         (anddi3): Add new define_expand, and rename the insn.  Disable
6837         this insn for NEON, where anddi3_neon now applies.
6838         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
6839         (iordi3): As for anddi3.
6840         (xordi3): Likewise.
6841         * config/arm/neon.ml (Vand): Split DImode variants and mark them
6842         as No_op to disable testing for exact instruction match.
6843         (Vorr): Likewise.
6844         (Veor): Likewise.
6845         (Vbic): Likewise.
6846         (Vorn): Likewise.
6847         * config/arm/arm_neon.h: Regenerated.
6848         * doc/arm-neon-intrinsics.texi: Regenerated.
6849
6850 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
6851
6852         * expr.h (emit_stack_probe): Declare.
6853         * explow.c (emit_stack_probe): Make global.
6854         (anti_adjust_stack_and_probe): Fix comments.
6855         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
6856         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6857         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6858         * config/sparc/sparc.c: Include except.h.
6859         (sparc_emit_probe_stack_range): New function.
6860         (output_probe_stack_range): Likewise.
6861         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
6862         built-in stack checking is enabled.
6863         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
6864         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
6865         (probe_stack_range): New insn.
6866
6867 2010-07-02  Richard Guenther  <rguenther@suse.de>
6868
6869         PR target/43958
6870         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
6871         for argument alignment.
6872
6873 2010-07-02  Jan Hubicka  <jh@suse.cz>
6874
6875         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
6876         walk backwards from entry_bb to check only those basic block of header
6877         that might lead to execution of split part.
6878         (consider_split) ... here.
6879         (find_return_bb): Allow assignment in return BB.
6880         (find_retval): New.
6881         (split_function): Fix name of cloned function; take care of updating
6882         return value in return_bb containing move.
6883
6884 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
6885
6886         PR target/44771
6887         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
6888         used variable insn.
6889
6890 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
6891
6892         * implicit-zee.c (combine_reaching_defs): Fix long lines.
6893         (is_set_with_extension_DI): Delete.
6894         (struct zero_extend_info): New structure.
6895         (add_removable_zero_extend): New function.
6896         (find_removable_zero_extends): Use note_stores to find SETs.
6897         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
6898
6899 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
6900
6901         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
6902         is_miss_rate_acceptable. Pull total_positions computation
6903         out of the loops.  Early return if miss_positions exceeds
6904         the acceptable threshold.
6905         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
6906         is_miss_rate_acceptable after renaming of compute_miss_rate.
6907
6908 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
6909
6910         PR middle-end/44576
6911         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
6912         of 1000) for miss rate if the address diference is greater than or
6913         equal to the cache line size (the two reference will never hit the
6914         same cache line).
6915
6916 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
6917
6918         PR target/42835
6919         * config/arm/arm-modes.def (CC_NOTB): New mode.
6920         * config/arm/arm.c (get_arm_condition_code): Handle it.
6921         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
6922         * config/arm/arm.md (subsi3_compare0_c): New pattern.
6923         (compare_scc): Now a define_and_split.  Add a number of extra
6924         splitters before it.
6925
6926         PR target/42172
6927         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
6928         and ZERO_EXTEND.
6929         (arm_rtx_costs_1): Likewise.
6930         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
6931         * config/arm/arm.md (is_arch6): New attribute.
6932         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
6933         extendqisi2): Tighten the code somewhat, avoiding invalid
6934         RTL to occur in the expander patterns.
6935         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
6936         (thumb1_zero_extendhisi2_v6): Delete.
6937         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
6938         (thumb1_extendhisi2_v6): Delete.
6939         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
6940         (thumb1_extendqisi2_v6): Delete.
6941         (zero_extendhisi2 for register input splitter): New.
6942         (zero_extendqisi2 for register input splitter): New.
6943         (thumb1_extendhisi2 for register input splitter): New.
6944         (extendhisi2 for register input splitter): New.
6945         (extendqisi2 for register input splitter): New.
6946         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
6947         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
6948         and add support for a register alternative requiring a split.
6949         (thumb1_zero_extendqisi2): Likewise.
6950         (arm_zero_extendqisi2): Likewise.
6951         (arm_extendhisi2): Likewise.
6952         (arm_extendqisi2): Likewise.
6953
6954 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6955
6956         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
6957         instead of an unspec.
6958         (neon_expand_vector_init): Likewise.
6959         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
6960         (UNSPEC_VDUP_LANE): Delete.
6961         (UNSPEC VDUP_N): Delete.
6962         (UNSPEC_VGET_HIGH): Delete.
6963         (UNSPEC_VGET_LANE): Delete.
6964         (UNSPEC_VGET_LOW): Delete.
6965         (UNSPEC_VMVN): Delete.
6966         (UNSPEC_VSET_LANE): Delete.
6967         (V_double_vector_mode): New.
6968         (vec_set<mode>_internal): Make code emitted match that for the
6969         corresponding intrinsics.
6970         (vec_setv2di_internal): Likewise.
6971         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
6972         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
6973         (neon_vset_lane<mode>): Combine double and quad patterns and
6974         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
6975         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
6976         (neon_vdup_n<mode>): Rewrite RTL without unspec.
6977         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
6978         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
6979         with neon_vdup_lanev2di, adjusting the pattern from the latter
6980         to be predicable for consistency.
6981         (neon_vdup_lane<mode>_internal): New.
6982         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
6983         to avoid using an unspec.
6984         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
6985         (neon_vdup_lanev2di): Turn into a define_expand.
6986         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
6987         (neon_vget_high<mode>): Replace with....
6988         (neon_vget_highv16qi): New pattern using canonical RTL.
6989         (neon_vget_highv8hi): Likewise.
6990         (neon_vget_highv4si): Likewise.
6991         (neon_vget_highv4sf): Likewise.
6992         (neon_vget_highv2di): Likewise.
6993         (neon_vget_low<mode>): Replace with....
6994         (neon_vget_lowv16qi): New pattern using canonical RTL.
6995         (neon_vget_lowv8hi): Likewise.
6996         (neon_vget_lowv4si): Likewise.
6997         (neon_vget_lowv4sf): Likewise.
6998         (neon_vget_lowv2di): Likewise.
6999
7000         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
7001         test for this emitting vmov.
7002         (Vset_lane): Likewise.
7003         (Vdup_n): Likewise.
7004         (Vmov_n): Likewise.
7005
7006         * doc/arm-neon-intrinsics.texi: Regenerated.
7007
7008 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
7009
7010         * config/arm/neon.md (vec_extractv2di): Correct error in register
7011         numbering to reconcile with neon_vget_lanev2di.
7012
7013 2010-07-02  Richard Guenther  <rguenther@suse.de>
7014
7015         * tree-ssa-structalias.c (pt_solution_set_var): New function.
7016         * tree-ssa-alias.h (pt_solution_set_var): Declare.
7017         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
7018         points-to information.
7019
7020 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
7021
7022         * config/s390/s390.c (override_options): Adopt prefetching
7023         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
7024
7025 2010-07-02  Jan Hubicka  <jh@suse.cz>
7026
7027         * df-problems.c (df_kill_notes): Do not collect dead  notes.
7028         (df_set_note): Just call add_reg_note.
7029         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
7030         df_create_unused_note): Do not deal with lists of old notes.
7031         (df_note_bb_compute): Likewise.
7032
7033 2010-07-02  Richard Guenther  <rguenther@suse.de>
7034
7035         * tree-ssa-structalias.c (find_func_aliases): Handle
7036         pointer alignment via BIT_AND_EXPR.
7037         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
7038
7039 2010-07-02  Richard Guenther  <rguenther@suse.de>
7040
7041         * tree-data-ref.c (initialize_data_dependence_relation): Handle
7042         mismatching number of dimensions properly.
7043
7044 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7045
7046         PR target/44707
7047         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
7048         (lo_sum (high ...) ...) patterns generated by earlier passes.
7049
7050 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7051
7052         * doc/install.texi (Prerequisites): Document Perl requirement on
7053         Solaris 2.
7054         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
7055
7056 2010-07-02  Richard Guenther  <rguenther@suse.de>
7057
7058         PR middle-end/44777
7059         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
7060
7061 2010-07-02  Jan Hubicka  <jh@suse.cz>
7062
7063         PR middle-end/44706
7064         * predict.c (predict_paths_for_bb): Handle case when control dependence
7065         BB has only abnormal edges.
7066
7067 2010-07-02  Richard Guenther  <rguenther@suse.de>
7068
7069         PR tree-optimization/44748
7070         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
7071         the embedded conversion in MEM_REFs.
7072
7073 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
7074
7075         * reload.c: Include toplev.h.
7076         * recog.c:  Likewise.
7077         * Makefile.in: Adjust dependencies.
7078
7079 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
7080
7081         PR debug/44694
7082         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
7083         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
7084
7085 2010-07-01  Richard Guenther  <rguenther@suse.de>
7086
7087         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
7088         types for offsets.
7089
7090 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
7091
7092         PR target/44732
7093         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
7094         Fix argument types.
7095
7096 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
7097
7098         PR target/44727
7099         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7100         Make sure operand 0 dies.
7101
7102 2010-07-01  Richard Guenther  <rguenther@suse.de>
7103
7104         PR middle-end/42834
7105         PR middle-end/44468
7106         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
7107         * doc/generic.texi (References to storage): Document MEM_REF.
7108         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
7109         (print_call_name): Likewise.
7110         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
7111         (build_simple_mem_ref_loc): New function.
7112         (mem_ref_offset): Likewise.
7113         * tree.h (build_simple_mem_ref_loc): Declare.
7114         (build_simple_mem_ref): Define.
7115         (mem_ref_offset): Declare.
7116         * fold-const.c: Include tree-flow.h.
7117         (operand_equal_p): Handle MEM_REF.
7118         (build_fold_addr_expr_with_type_loc): Likewise.
7119         (fold_comparison): Likewise.
7120         (fold_unary_loc): Fold
7121         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
7122         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
7123         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
7124         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
7125         (ptr_deref_may_alias_ref_p_1): Likewise.
7126         (ao_ref_base_alias_set): Properly differentiate base object for
7127         offset and TBAA.
7128         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
7129         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
7130         (indirect_refs_may_alias_p): Likewise.
7131         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
7132         chasing code.
7133         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
7134         (call_may_clobber_ref_p_1): Likewise.
7135         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
7136         * expr.c (expand_assignment): Handle MEM_REF.
7137         (store_expr): Handle MEM_REFs from STRING_CSTs.
7138         (store_field): If expanding a MEM_REF of a non-addressable
7139         decl use bitfield operations.
7140         (get_inner_reference): Handle MEM_REF.
7141         (expand_expr_addr_expr_1): Likewise.
7142         (expand_expr_real_1): Likewise.
7143         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
7144         * alias.c (ao_ref_from_mem): Handle MEM_REF.
7145         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
7146         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
7147         (dr_analyze_indices): Likewise.
7148         (dr_analyze_alias): Likewise.
7149         (object_address_invariant_in_loop_p): Likewise.
7150         * gimplify.c (mark_addressable): Handle MEM_REF.
7151         (gimplify_cond_expr): Build MEM_REFs.
7152         (gimplify_modify_expr_to_memcpy): Likewise.
7153         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
7154         (gimple_fold_indirect_ref): Adjust.
7155         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
7156         * tree.def (MEM_REF): New tree code.
7157         * tree-dfa.c: Include toplev.h.
7158         (get_ref_base_and_extent): Handle MEM_REF.
7159         (get_addr_base_and_unit_offset): New function.
7160         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
7161         * gimple-fold.c (may_propagate_address_into_dereference): Handle
7162         MEM_REF.
7163         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
7164         accesses if the array has just one dimension.  Remove always true
7165         parameter.  Do not require type compatibility here.
7166         (maybe_fold_offset_to_component_ref): Remove.
7167         (maybe_fold_stmt_indirect): Remove.
7168         (maybe_fold_reference): Remove INDIRECT_REF handling.
7169         Fold back to non-MEM_REF.
7170         (maybe_fold_offset_to_address): Simplify.  Deal with type
7171         mismatches here.
7172         (maybe_fold_reference): Likewise.
7173         (maybe_fold_stmt_addition): Likewise.  Also handle
7174         &ARRAY + I in addition to &ARRAY[0] + I.
7175         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
7176         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
7177         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
7178         * tree-ssa.c (useless_type_conversion_p): Make most pointer
7179         conversions useless.
7180         (warn_uninitialized_var): Handle MEM_REF.
7181         (maybe_rewrite_mem_ref_base): New function.
7182         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
7183         to SSA form.
7184         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
7185         INDIRECT_REF handling.
7186         (copy_tree_body_r): Handle MEM_REF.
7187         * gimple.c (is_gimple_addressable): Adjust.
7188         (is_gimple_address): Likewise.
7189         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
7190         invariant base are invariant.
7191         (is_gimple_min_lval): Adjust.
7192         (is_gimple_mem_ref_addr): New function.
7193         (get_base_address): Handle MEM_REF.
7194         (count_ptr_derefs): Likewise.
7195         (get_base_loadstore): Likewise.
7196         * gimple.h (is_gimple_mem_ref_addr): Declare.
7197         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
7198         * tree-cfg.c (verify_address): New function, split out from ...
7199         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
7200         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
7201         INDIRECT_REFs.
7202         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
7203         INDIRECT_REF.  Allow conversions.
7204         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
7205         a register does not change its size.
7206         (verify_types_in_gimple_reference): Verify MEM_REF.
7207         (verify_gimple_assign_single): Disallow INDIRECT_REF.
7208         Handle MEM_REF.
7209         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
7210         New.
7211         (mark_address_taken): Handle MEM_REF.
7212         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
7213         (get_asm_expr_operands): Pass opf_not_non_addressable.
7214         (get_expr_operands): Handle opf_[not_]non_addressable.
7215         Handle MEM_REF.  Remove INDIRECT_REF handling.
7216         * tree-vrp.c (check_array_ref): Handle MEM_REF.
7217         (search_for_addr_array): Likewise.
7218         (check_array_bounds): Likewise.
7219         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
7220         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
7221         (ref_always_accessed_p): Likewise.
7222         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
7223         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
7224         Handle MEM_REF.
7225         * cgraphbuild.c (mark_load): Properly check for NULL result
7226         from get_base_address.
7227         (mark_store): Likewise.
7228         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
7229         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
7230         handling for MEM_REF.
7231         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
7232         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
7233         * builtins.c (stabilize_va_list_loc): Use the function ABI
7234         valist type if we couldn't canonicalize the argument type.
7235         Always dereference with the canonical va-list type.
7236         (maybe_emit_free_warning): Handle MEM_REF.
7237         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
7238         memmove to memcpy.
7239         * builtins.c (fold_builtin_memory_op): Use ref-all types
7240         for all memcpy foldings.
7241         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
7242         (build_outer_var_ref): Likewise.
7243         (scan_omp_1_op): Likewise.
7244         (lower_rec_input_clauses): Likewise.
7245         (lower_lastprivate_clauses): Likewise.
7246         (lower_reduction_clauses): Likewise.
7247         (lower_copyprivate_clauses): Likewise.
7248         (expand_omp_atomic_pipeline): Likewise.
7249         (expand_omp_atomic_mutex): Likewise.
7250         (create_task_copyfn): Likewise.
7251         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
7252         Remove old union trick.  Initialize constant offsets.
7253         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
7254         INDIRECT_REF.  Init base_alias_set properly.
7255         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
7256         (vn_reference_fold_indirect): Adjust for MEM_REFs.
7257         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
7258         for ARRAY_REFs.
7259         (may_insert): Remove.
7260         (visit_reference_op_load): Do not test may_insert.
7261         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
7262         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
7263         a field to store the constant offset this op applies.
7264         (run_scc_vn): Adjust prototype.
7265         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
7266         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
7267         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
7268         bother about volatile qualifiers on pointers.
7269         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
7270         * tree-ssa-loop-ivopts.c
7271         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
7272         (strip_offset_1): Likewise.
7273         (find_interesting_uses_address): Replace INDIRECT_REF handling with
7274         MEM_REF handling.
7275         (get_computation_cost_at): Likewise.
7276         * ipa-pure-const.c (check_op): Handle MEM_REF.
7277         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
7278         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
7279         and constants.
7280         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
7281         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
7282         (eliminate_local_variables_1): Likewise.
7283         (create_call_for_reduction_1): Likewise.
7284         (create_loads_for_reductions): Likewise.
7285         (create_loads_and_stores_for_name): Likewise.
7286         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
7287         (ssa_accessed_in_tree): Handle MEM_REF.
7288         (ssa_accessed_in_assign_rhs): Likewise.
7289         (update_type_size): Likewise.
7290         (analyze_accesses_for_call_stmt): Likewise.
7291         (analyze_accesses_for_assign_stmt): Likewise.
7292         (transform_access_sites): Likewise.
7293         (transform_allocation_sites): Likewise.
7294         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
7295         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
7296         not handle INDIRECT_REF.
7297         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
7298         (cond_store_replacement): Likewise.
7299         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
7300         MEM_REF, no not handle INDIRECT_REFs.
7301         (insert_into_preds_of_block): Properly initialize avail.
7302         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
7303         for ARRAY_REFs.  Properly handle reference lookups that
7304         require a bit re-interpretation.
7305         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
7306         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
7307         (build_ref_for_offset_1): Remove.
7308         (build_ref_for_offset): Build MEM_REFs.
7309         (gate_intra_sra): Disable for now.
7310         (sra_ipa_modify_expr): Handle MEM_REF.
7311         (ipa_early_sra_gate): Disable for now.
7312         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
7313         MEM_REF handling.
7314         (disqualify_base_of_expr): Likewise.
7315         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
7316         MEM_REF handling.
7317         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
7318         Use mem_ref_offset.  Remove bogus folding.
7319         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
7320         (make_fancy_name_1): Add support for MEM_REF.
7321         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
7322         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
7323         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
7324         (compute_complex_ancestor_jump_func): Likewise.
7325         (ipa_analyze_virtual_call_uses): Likewise.
7326         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
7327         INDIRECT_REF folding with more generalized MEM_REF folding.
7328         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
7329         (forward_propagate_addr_into_variable_array_index): Also handle
7330         &ARRAY + I in addition to &ARRAY[0] + I.
7331         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
7332         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
7333         creates assignments with overlap.
7334         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
7335         (get_frame_field): Likewise.
7336         (get_nonlocal_debug_decl): Likewise.
7337         (convert_nonlocal_reference_op): Likewise.
7338         (struct nesting_info): Add mem_refs pointer-set.
7339         (create_nesting_tree): Allocate it.
7340         (convert_local_reference_op): Insert to be folded mem-refs.
7341         (fold_mem_refs): New function.
7342         (finalize_nesting_tree_1): Perform defered folding of mem-refs
7343         (free_nesting_tree): Free the pointer-set.
7344         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
7345         (vectorizable_load): Likewise.
7346         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
7347         (propagate_with_phi): Likewise.
7348         * tree-object-size.c (addr_object_size): Handle MEM_REFs
7349         instead of INDIRECT_REFs.
7350         (compute_object_offset): Handle MEM_REF.
7351         (plus_stmt_object_size): Handle MEM_REF.
7352         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
7353         for &MEM_REF.
7354         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
7355         (symbol_marked_for_renaming): Likewise.
7356         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
7357         (fold-const.o): Add $(TREE_FLOW_H).
7358         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
7359         (find_func_clobbers): Likewise.
7360         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
7361         (decompose_access): Likewise.
7362         (replace_field_acc): Likewise.
7363         (replace_field_access_stmt): Likewise.
7364         (insert_new_var_in_stmt): Likewise.
7365         (get_stmt_accesses): Likewise.
7366         (reorg_structs_drive): Disable.
7367         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
7368         (ix86_canonical_va_list_type): Likewise.
7369
7370 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
7371
7372         PR other/44566
7373         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
7374         * target.def (struct gcc_target): Replace enum reg_class with
7375         reg_class_t in hook argument / return types.
7376         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
7377         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
7378         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
7379         * targhooks.h (default_branch_target_register_class): Likewise.
7380         (default_ira_cover_classes, default_secondary_reload): Likewise.
7381         (default_memory_move_cost, default_register_move_cost): Likewise.
7382         * targhooks.c (default_branch_target_register_class): Likewise.
7383         (default_ira_cover_classes, default_secondary_reload): Likewise.
7384         (default_memory_move_cost, default_register_move_cost): Likewise.
7385         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
7386         * bt-load.c (branch_target_load_optimize): Likewise.
7387         * ira.c (setup_cover_and_important_classes): Likewise.
7388         * ira-costs.c (copy_cost): Likewise.
7389         * reload1.c (emit_input_reload_insns): Likewise.
7390         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
7391         * config/frv/frv.c (frv_secondary_reload): Likewise.
7392         * config/s390/s390.c (s390_secondary_reload): Likewise.
7393         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
7394         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
7395         (ix86_register_move_cost): Likewise.
7396         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
7397         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
7398         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
7399         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
7400         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
7401         (rs6000_ira_cover_classes): Likewise.
7402         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
7403         * config/picochip/picochip-protos.h (picochip_secondary_reload):
7404         Likewise.
7405         * config/pa/pa.c (pa_secondary_reload): Likewise.
7406         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
7407         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
7408         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
7409         * doc/tm.texi: Regenerate.
7410
7411 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
7412
7413         PR bootstrrap/44726
7414         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
7415         use.
7416         (build_alias_set_optimal_p): Likewise.
7417         (build_base_obj_set_for_drs): Likewise.
7418
7419 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
7420
7421         * target.def: Remove comment about licensing problems of function
7422         declarations.
7423
7424         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
7425         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
7426         * doc/tm.texi: Regenerate.
7427
7428         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
7429         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
7430
7431         * target.def (enum_va_list_p): Use DEFHOOK.
7432         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
7433         Rename ptype to ptree.
7434         * doc/tm.texi: Regenerate.
7435
7436         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
7437         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
7438         * doc/tm.texi: Regenerate.
7439
7440         * target.def (memory_move_cost): Use DEFHOOK.
7441         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
7442         Rename regclass AKA class to rclass.
7443         * doc/tm.texi: Regenerate.
7444
7445         * target.def (pragma_parse): Use DEFHOOK.
7446         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
7447         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
7448         * doc/tm.texi: Regenerate.
7449
7450         * target.def (pass_by_reference): Use DEFHOOK.
7451         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
7452         * doc/tm.texi: Regenerate.
7453
7454         * target.def (resolve_overloaded_builtin): Rename params to arglist.
7455         Use DEFHOOK.
7456         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
7457         * doc/tm.texi: Regenerate.
7458
7459         * target.def (return_pops_args): Use DEFHOOK.
7460         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
7461         Rename stack-size to size.
7462         * doc/tm.texi: Regenerate.
7463
7464         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
7465         last-sched_cycle to last_clock, cur_cycle to clock.
7466         * doc/tm.texi.in: Use @hook.
7467         * doc/tm.texi: Regenerate.
7468
7469         * target.def (print_operand, print_operand_address): Update comment.
7470         (print_operand_punct_valid_p): Likewise.
7471
7472 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7473
7474         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
7475         to rtl.h.
7476         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
7477         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
7478         * rtl-error.h: New.
7479         * regrename.c: Do not include toplev.h. Include rtl-error.h.
7480         * rtl-error.c: Likewise.
7481         * reload.c: Likewise.
7482         * recog.c:  Likewise.
7483         * sel-sched.c: Likewise.
7484         * function.c: Likewise.
7485         * reg-stack.c: Likewise.
7486         * cfgrtl.c: Likewise.
7487         * reload1.c: Likewise.
7488         * final.c: Include rtl-error.
7489         * Makefile.in: Adjust dependencies.
7490
7491 2010-06-30  Jan Hubicka  <jh@suse.cz>
7492
7493         PR middle-end/PR44706
7494         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
7495         to return the value.
7496
7497 2010-06-30  Michael Matz  <matz@suse.de>
7498
7499         PR bootstrap/44699
7500         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
7501         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
7502         a gimple reg, attach the original VDEF to the last store in the
7503         sequence.
7504
7505 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
7506
7507         PR other/44034
7508         * config/darwin.c (darwin_override_options): Use renamed
7509         targetm.asm_out.emit_unwind_label.
7510
7511 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
7512
7513         PR tree-optimization/39799
7514         * tree-inline.c (remap_ssa_name): Initialize variable only if
7515         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
7516
7517 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
7518
7519         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
7520
7521 2010-06-30  Richard Guenther  <rguenther@suse.de>
7522
7523         PR target/44722
7524         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
7525         against oscillation with reverse peephole2.
7526
7527 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
7528
7529         PR target/44721
7530         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7531         Fix last commit.
7532
7533 2010-06-30  Nick Clifton  <nickc@redhat.com>
7534
7535         * config/rx/rx-modes.def: New file.
7536         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
7537         (CC_REGNUM): Define.
7538         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
7539         register.
7540         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
7541         (SELECT_CC_MODE): Define.
7542         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
7543         (reg:CC CC_REG) instead of (cc0).
7544         (attr "cc"): Delete.
7545         (cbranchsi4): Do not split compare and branch here. Instead move
7546         it to...
7547         (cbranchsi4_<code>): ... here.  New patterns.
7548         (cmpsi): Call rx-compare_redundant to find out if it is necessary
7549         to emit the compare instruction.
7550         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
7551         cc_status flags.
7552         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
7553         FIRST_PSEUDO_REGNUM.
7554         (rx_expand_prologue, rx_expand_epilogue): Likewise.
7555         (rx_notice_update_cc): Delete.
7556         (rx_cc_modes_compatible): New function.
7557         (flags_needed_for_conditional): New function.
7558         (flags_from_mode): New function.
7559         (rx_compare_redundant): New function - scans backwards through
7560         insn list to find out if condition flags are already set correctly.
7561         (TARGET_CC_MODES_COMPATIBLE): Define.
7562         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
7563
7564         * config/rx/rx.h (BRANCH_COST): Define.
7565         (REGISTER_MOVE_COST): Define.
7566         * config/rx/predicates (rx_source_operand): Allow all constant types.
7567         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
7568         (tstsi4): New pattern.
7569         * config/rx/rx.c (rx_memory_move_cost): Define.
7570         (TARGET_MEMORY_MOVE_COST): Define.
7571
7572 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7573
7574         * tree.h (block_may_fallthru): Declare here.
7575         * tree-flow.h (block_may_fallthru): Do not declare here.
7576         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
7577         bitmap.h
7578         * Makefile.in (c-typeck.o): Update dependencies.
7579
7580 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
7581
7582         PR debug/44694
7583         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
7584         * cselib.c (cfa_base_preserved_regno): New static variable.
7585         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
7586         of REGNO (cfa_base_preserved_val->locs->loc).
7587         (cselib_preserve_cfa_base_value): Add regno argument, set
7588         cfa_base_preserved_regno to it.
7589         (cselib_invalidate_regno): Allow removal of registers other than
7590         cfa_base_preserved_regno from cfa_base_preserved_val.
7591         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
7592         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
7593         of MEM addresses, if not on LHS.
7594         (reverse_op): Don't add reverse ops for cfa_base_rtx.
7595         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
7596
7597 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
7598
7599         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
7600         static variables.
7601         (peep2_buf_position): New static function.
7602         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
7603         peephole2_optimize): Use it.
7604         (peep2_attempt, peep2_update_life): New static functions, broken out
7605         of peephole2_optimize.
7606         (peep2_fill_buffer): New static function.
7607         (peephole2_optimize): Change the main loop to try to fill the buffer
7608         with the maximum number of insns before matching them against
7609         peepholes.  Use a forward scan.  Remove special case for targets with
7610         conditional execution.
7611         * genrecog.c (change_state): Delete dead code.
7612         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7613         Rewrite so as not to expect the second insn to have had a peephole
7614         applied yet.
7615
7616 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7617
7618         * genhooks.c (emit_findices): Cast field precision to int.
7619         (emit_documentation): Likewise.
7620
7621 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
7622
7623         PR tree-optimization/43801
7624         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
7625         if old_decl was DECL_ONE_ONLY.
7626
7627         PR debug/44668
7628         * dwarf2out.c (add_accessibility_attribute): New function.
7629         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
7630         instead of adding DW_AT_accessibility manually.
7631         (gen_enumeration_type_die, gen_struct_or_union_type_die,
7632         gen_typedef_die): Use it.
7633
7634 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7635
7636         * vmsdbgout.c (full_name): Just output the file name if not native.
7637
7638 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7639
7640         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
7641         (funcnam_table): New static table.
7642         (funcnum_table): New static table.
7643         (write_rtnbeg): Write value saved in funcnum_table.
7644         (write_rtnend): Write value saved in funcnum_table.
7645         (vmsdbgout_begin_function): Save current function info in
7646         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
7647         (vmsdbgout_finish): Iterate over funcnum_table.
7648
7649 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7650
7651         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
7652         (vmsdbgout_type_decl): Declare
7653         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
7654         (FUNC_EPILOGUE_LABEL): New macro
7655         (vmsdbgout_begin_epilogue): New function.
7656         (vmsdbgout_type_decl): New function.
7657
7658 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7659
7660         * vmsdbg.h: Update copyright.
7661
7662 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7663
7664         * vmsdbg.h (DST_K_TBG): New DST constant.
7665         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
7666         (write_modbeg): Cast module_language to avoid warning.
7667         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
7668
7669 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
7670
7671         PR other/44034
7672         * target.def, doc/tm.texi.in, genhooks.c: New files.
7673         * target.h: Instead of defining individual hook members,
7674         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
7675         include target.def.
7676         * target-def.h: Instead of defining individual hook initializers,
7677         include target-hooks-def.h.
7678         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
7679         targetm.live_on_entry -> targetm.extra_live_on_entry
7680         targetm.sched.md_finish ->targetm.sched.finish
7681         targetm.sched.md_init -> targetm.sched.init
7682         targetm.sched.md_init_global -> targetm.sched.init_global
7683         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
7684         targetm.asm_out.except_table_label ->
7685           targetm.asm_out.emit_except_table_label
7686         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
7687         targetm.target_help -> targetm.help
7688         targetm.vectorize.builtin_support_vector_misalignment ->
7689           targetm.vectorize.support_vector_misalignment
7690         targetm.file_start_app_off -> targetm.asm_file_start_app_off
7691         targetm.file_start_file_directive ->
7692          targetm.asm_file_start_file_directive
7693         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
7694         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
7695         * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
7696         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
7697           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
7698         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
7699           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
7700         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
7701         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
7702         * Makefile.in (TARGET_H): Depend on target.def.
7703         (TARGET_DEF_H): Depend on target-hooks-def.h.
7704         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
7705         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
7706         * doc/tm.texi: Regenerate.
7707
7708         * Makefile.in (s-tm-texi): Remove stray tab / rule.
7709
7710         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
7711         (targetm.sched.init): Likewise.
7712
7713 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7714
7715         PR bootstrap/44713
7716         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
7717         (function_arg_advance_32): Const-ify TYPE parameter.
7718         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
7719         (ix86_function_arg_advance): Change type of NAMED to bool.
7720         (function_arg_32): Const-ify CUM and TYPE parameters.
7721         (function_arg_64): Likewise.  Change type of NAMED to bool.
7722         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
7723         to bool.
7724         (ix86_function_arg): Change type of NAMED to bool.
7725         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
7726         last argument as a bool.
7727
7728 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
7729
7730         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
7731         (OVERRIDE_OPTIONS): Add note of obsolescence.
7732         Replace references with references to TARGET_OPTION_OVERRIDE.
7733         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
7734          the macro).
7735         * targhooks.c (default_target_option_override): New function.
7736         * targhooks.h (default_target_option_override): Declare.
7737         * target.h (struct gcc_target): Add override member to
7738         target_option member.
7739         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
7740         targetm.target_option.override call.
7741         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
7742         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
7743
7744 2010-06-29  Jan Hubicka  <jh@suse.cz>
7745
7746         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
7747
7748 2010-06-29  Jan Hubicka  <jh@suse.cz>
7749
7750         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
7751         unreachable.
7752         (rebuild_frequencies): New function.
7753         * predict.h (rebuild_frequencies): Declare.
7754         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
7755         entry block and edge reaching new_entry.
7756         (tree_function_versioning): When doing partial cloning, rebuild
7757         frequencies when done.
7758         * passes.c (execute_function_todo): Use rebild_frequencies.
7759
7760 2010-06-29  Richard Guenther  <rguenther@suse.de>
7761
7762         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
7763         * tree-flow.h (enum noalias_state): Remove.
7764         (struct var_ann_d): Remove noalias_state member.
7765
7766 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
7767
7768         PR target/43902
7769         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
7770         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
7771         (maddhidi4): Likewise.
7772
7773         Revert parts of the change for PR25130.
7774         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
7775         MEM_ALIAS_SET.
7776
7777 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7778
7779         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
7780         targetm.calls.function_incoming_arg, and
7781         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
7782         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
7783         * target.h (struct gcc_target): Add function_arg_advance,
7784         function_arg, and function_incoming_arg fields.
7785         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
7786         (TARGET_FUNCTION_INCOMING_ARG): Define.
7787         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
7788         and TARGET_FUNCTION_INCOMING_ARG.
7789         * targhooks.h (default_function_arg_advance): Declare.
7790         (default_function_arg, default_function_incoming_arg): Declare.
7791         * targhooks.c (default_function_arg_advance): New function.
7792         (default_function_arg, default_function_incoming_arg): New function.
7793         * config/i386/i386.c (function_arg_advance): Rename to...
7794         (ix86_function_arg_advance): ...this.  Make static.
7795         (function_arg): Rename to...
7796         (ix86_function_arg): ...this.  Make static.
7797         (TARGET_FUNCTION_ARG_ADVANCE): Define.
7798         (TARGET_FUNCTION_ARG): Define.
7799         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
7800         (FUNCTION_ARG): Delete.
7801         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
7802         (function_arg): Delete prototype.
7803
7804 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7805
7806         * reginfo.c (init_reg_sets_1): Adjust comments.
7807         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
7808         * calls.c (prepare_call_address): Likewise.
7809         (emit_call_1): Use targetm.calls.return_pops_args.
7810         (expand_call): Likewise.
7811         * function.c (assign_parms): Likewise.
7812         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
7813         * target.h (struct gcc_target) [struct calls]: Add
7814         return_pops_args field.
7815         * targhooks.h (default_return_pops_args): Declare.
7816         * targhooks.c (default_return_pops_args): Define.
7817         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
7818         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
7819         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
7820         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
7821         documentation.
7822         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
7823         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
7824         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
7825         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
7826         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
7827         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
7828         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
7829         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
7830         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
7831         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
7832         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
7833         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
7834         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
7835         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
7836         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
7837         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
7838         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
7839         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
7840         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
7841         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
7842         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
7843         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
7844         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
7845         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
7846         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
7847         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
7848         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
7849         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
7850         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
7851         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
7852         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
7853         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
7854         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
7855         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
7856         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
7857         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
7858         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
7859         * config/i386/i386.c (ix86_return_pops_args): Make static.
7860         Constify arguments.
7861         (TARGET_RETURN_POPS_ARGS): Define.
7862         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
7863         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
7864         (TARGET_RETURN_POPS_ARGS): Define.
7865         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
7866         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
7867         (TARGET_RETURN_POPS_ARGS): Define.
7868
7869 2010-06-29  Richard Guenther  <rguenther@suse.de>
7870
7871         PR middle-end/44667
7872         * tree-inline.c (initialize_inlined_parameters): Make sure
7873         to remap the inlined parameter variable substitutions types.
7874
7875 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
7876
7877         PR rtl-optimization/44659
7878         * combine.c (make_compound_operation) <SUBREG>: Do not return the
7879         result of force_to_mode if it partially re-expanded the compound.
7880
7881 2010-06-28  Jan Hubicka  <jh@suse.cz>
7882
7883         PR middle-end/44671
7884         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
7885         RESULT_DECL.
7886
7887 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
7888
7889         * double-int.h (force_fit_type_double): Remove declaration.
7890         * double-int.c (force_fit_type_double): Move to tree.c.
7891         * tree.h (force_fit_type_double): Declare.
7892         * tree.h (force_fit_type_double): Moved from double-int.c. Use
7893         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
7894         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
7895         * convert.c (convert_to_pointer): Adjust call to
7896         force_fit_type_double.
7897         * tree-vrp.c (extract_range_from_assert,
7898         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
7899         * fold-const.c: Update comment.
7900         (int_const_binop, fold_convert_const_int_from_int,
7901         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
7902         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
7903         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
7904         round_up_loc): Adjust call to force_fit_type_double.
7905
7906 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
7907
7908         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
7909
7910 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7911
7912         * tree-sra.c (convert_callers): New parameter, change fndecls of
7913         recursive calls.
7914         (modify_function): Pass the old decl to convert_callers.
7915
7916 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7917
7918         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
7919         ipa_check_create_node_params and ipa_initialize_node_params with
7920         checking asserts they are not necessary.
7921
7922 2010-06-28  Jan Hubicka  <jh@suse.cz>
7923
7924         PR tree-optimization/44687
7925         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
7926
7927 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7928
7929         PR c++/44535
7930         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
7931         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
7932         instead of BINFO_BASE_BINFO.
7933
7934 2010-06-28  Michael Matz  <matz@suse.de>
7935
7936         PR middle-end/44592
7937         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
7938         proper VDEF chain for intermediate stores in the sequence.
7939
7940 2010-06-28  Jan Hubicka  <jh@suse.cz>
7941
7942         PR tree-optimization/44357
7943         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
7944         uninlinable functions.
7945
7946 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
7947
7948         * config.gcc (powerpc*-*-*): Handle titan.
7949         * config/rs6000/rs6000.c (titan_cost): New costs.
7950         (rs6000_override_options): Add "titan" to processor_target_table.
7951         Add Titan to branch alignment logic.
7952         Correctly set rs6000_cost for titan.
7953         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
7954         * config/rs6000/titan.md: New file.
7955         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
7956
7957 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
7958
7959         * tree-browser.c (TB_history_stack): Convert to a VEC.
7960         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
7961         (TB_history_prev): Likewise.
7962
7963 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
7964
7965         * vec.h (vec_heap_free): Add parentheses around free.
7966
7967 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
7968
7969         * system.h: Poison GCC_EXCEPT_H for front-end files.
7970
7971         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
7972         langhook.
7973         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
7974         Define to NULL by default.
7975         * except.h: Define GCC_EXCEPT_H.
7976         (doing_eh): Remove prototype.
7977         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
7978         (lang_protect_cleanup_actions): Remove.
7979         * except.c (lang_protect_cleanup_actions): Remove.
7980         (doing_eh): Remove.
7981         (gen_eh_region): Don't check doing_eh here.
7982         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
7983         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
7984         instead of lang_protect_cleanup_actions.
7985         * omp-low.c (maybe_catch_exception): Likewise.
7986         * Makefile.in: Update dependencies.
7987
7988 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
7989
7990         * cgraph.h (struct varpool_node): new used_from_object_file flag.
7991         (struct cgraph_local_info): new used_from_object_file flag.
7992         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
7993         (cgraph_clone_node): initialize used_from_object_file.
7994         (cgraph_create_virtual_clone): initialize used_from_object_file.
7995         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
7996         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
7997         when compiling with -fwhole-program.
7998         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
7999         internal resolver.
8000         * ipa.c (function_and_variable_visibility): Set externally_visible
8001         flag of varpool_node if used_from_object_file flag is set.
8002         (cgraph_externally_visible_p): check used_from_object_file flag.
8003         * doc/invoke.texi (-fwhole-program option): Change description of
8004         externally_visible attribute accordingly.
8005         * doc/extend.texi (externally_visible): Ditto.
8006
8007 2010-06-27  Jan Hubicka  <jh@suse.cz>
8008
8009         * params.def (max-inline-insns-auto): Default to 40.
8010         * doc/invoke.texi (max-inline-insns-auto): Document the change.
8011
8012 2010-06-27  Jan Hubicka  <jh@suse.cz>
8013
8014         PR middle-end/44671
8015         PR middle-end/44686
8016         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
8017         signature change.
8018         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
8019         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
8020
8021 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
8022
8023         * target.h (struct gcc_target): Add register_move_cost field.
8024         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
8025         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
8026         * targhooks.c (default_register_move_cost): New function.
8027         * targhooks.h (default_register_move_cost): Declare function.
8028         * defaults.h (REGISTER_MOVE_COST): Delete.
8029         * ira-int.h (ira_register_move_cost): Update comment.
8030         * ira.c (ira_register_move_cost): Update comment.
8031         * reload.h (register_move_cost): Declare.
8032         * reginfo.c (register_move_cost): New function.
8033         (move_cost): Update comment.
8034         (init_move_cost, memory_move_secondary_cost): Replace
8035         REGISTER_MOVE_COST with register_move_cost.
8036         * postreload.c (reload_cse_simplify_set): (Ditto.).
8037         * reload.c (find_valid_class, find_reloads): (Ditto.).
8038         * reload1.c (choose_reload_regs): (Ditto.).
8039         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
8040         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
8041         * doc/md.texi (can_create_pseudo_p): Update documentation.
8042
8043         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
8044         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
8045         * config/i386/i386.h (ix86_memory_move_cost): Make static.
8046         (TARGET_MEMORY_MOVE_COST): Define.
8047
8048         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
8049         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
8050         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
8051         (TARGET_MEMORY_MOVE_COST): Define.
8052
8053 2010-06-27  Richard Guenther  <rguenther@suse.de>
8054
8055         PR tree-optimization/44683
8056         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
8057         false edge from the inverted condition.
8058
8059 2010-06-27  Richard Guenther  <rguenther@suse.de>
8060
8061         PR middle-end/44684
8062         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
8063         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
8064         for register LHS.  Or non-store assignments.
8065
8066 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
8067
8068         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
8069         (sparc_emit_set_const64): Likewise.  Remove disabled code.
8070         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
8071         (sparc_emit_set_const64): Likewise.
8072
8073 2010-06-26  Catherine Moore  <clm@codesourcery.com>
8074
8075         * config/mips/mips.md (alu_type): New attribute.
8076         (type): Infer type from alu_type.
8077         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
8078         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
8079         *subsi3_extended, negsi2, negdi2, *low<mode>,
8080         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
8081         xor<mode>3, *nor<mode>3,
8082         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
8083         *zero_extendhi_truncqi):  Set alu_type instead of type.
8084
8085 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
8086
8087         * config/alpha/alpha.c (alpha_need_linkage): Adjust
8088         splay_tree_new_ggc call.
8089         (alpha_use_linkage): Likewise.
8090
8091 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
8092
8093         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
8094         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
8095         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
8096         (static_specs): Remove switches_need_spaces.
8097         (process_command, do_self_spec): Hardcode handling "-o" instead of
8098         checking switches_need_spaces.
8099         * system.h (SWITCHES_NEED_SPACES): Poison.
8100
8101 2010-06-26  Richard Guenther  <rguenther@suse.de>
8102
8103         PR tree-optimization/44393
8104         * tree-loop-distribution.c (generate_loops_for_partition): Fix
8105         stmt removal and VOP renaming.
8106         (generate_memset_zero): Remove redundant stmt updating.
8107         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
8108         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
8109
8110 2010-06-26  Jan Hubicka  <jh@suse.cz>
8111
8112         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
8113         edges comming from header are equivalent.
8114         (visit_bb): Handle PHIs correctly.
8115         * tree-inline.c (copy_phis_for_bb): Be able to copy
8116         PHI from entry edge.
8117         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
8118
8119 2010-06-26  Richard Guenther  <rguenther@suse.de>
8120
8121         PR middle-end/44674
8122         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
8123         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
8124
8125 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
8126
8127         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
8128         add_infile, alloc_switch): New.
8129         (process_command): Remove variable lang_n_infiles.  Process
8130         options in a single pass.  Use new functions for allocating
8131         infiles and switches arrays.  Properly skip operands of
8132         -Xpreprocessor and -Xassembler.
8133
8134 2010-06-26  Jan Hubicka  <jh@suse.cz>
8135
8136         PR middle-end/44671
8137         * cgraphunit.c (cgraph_function_versioning): Remove wrong
8138         cgraph_make_decl_local call; fix typo copying RTL data.
8139
8140 2010-06-25  DJ Delorie  <dj@redhat.com>
8141
8142         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
8143         (m32c_output_aligned_common): Likewise.
8144         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
8145         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
8146         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
8147         (m32c_register_pragmas): Register it.
8148         * config/m32c/m32c.c (m32c_get_pragma_address): New.
8149         (m32c_insert_attributes): Set #pragma address decls volatile.
8150         (pragma_entry_eq): New.
8151         (pragma_entry_hash): New.
8152         (m32c_note_pragma_address): New.
8153         (m32c_get_pragma_address): New.
8154         (m32c_output_aligned_common): New.
8155         * doc/extend.texi: Document the new pragma.
8156
8157         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
8158         also.
8159         * config/m32c/predicates.md (m32c_any_operand): Check the code
8160         instead of memory_operand so as to allow matching volatile MEMs.
8161         (m32c_nonimmediate_operand): Likewise.
8162         (mra_operand): Allow volatiles.
8163
8164 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
8165
8166         PR debug/44610
8167         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
8168         address if the offset is unknown.
8169
8170 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
8171
8172         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
8173         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
8174         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
8175         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
8176         to ia64_start_function. Invoke it.
8177         * config/ia64/ia64.c (ia64_start_function): Call new function
8178         dwarf2out_vms_debug_main_pointer.
8179
8180 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8181
8182         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
8183         statements computing the true predicate.
8184
8185 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8186
8187         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
8188         to boolean_true_node.
8189         (reset_bb_predicate): New.
8190         (predicate_bbs): Call reset_bb_predicate.
8191
8192 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8193
8194         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
8195         (tree_if_conversion): Returns true when something has been changed.
8196         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
8197         changed something.
8198
8199 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8200
8201         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
8202         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
8203         * tree-if-conv.c: Include dbgcnt.h.
8204         (tree_if_conversion): Use if_conversion_tree to count the number of
8205         if-convertible loops.
8206
8207 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
8208
8209         * common.opt (fprefetch-loop-arrays): Re-define
8210         -fprefetch-loop-arrays as a tri-state option with the initial
8211         value of -1.
8212         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
8213         pass only when flag_prefetch_loop_arrays > 0.
8214         * toplev.c (process_options): Note that, with tri-states,
8215         flag_prefetch_loop_arrays>0 means prefetching is enabled.
8216         * config/i386/i386.c (override_options): Enable prefetching at -O3
8217         for a set of CPUs that sw prefetching is helpful.
8218         (software_prefetching_beneficial_p): New.  Return TRUE if software
8219         prefetching is beneficial for the given CPU.
8220
8221 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
8222
8223         PR rtl-optimization/44326
8224         * implicit-zee.c (find_removable_zero_extends): Replace
8225         INSN_P with NONDEBUG_INSN_P.
8226
8227 2010-06-25  Martin Jambor  <mjambor@suse.cz>
8228
8229         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
8230         (struct ipa_node_params): Removed the modification_analysis_done flag.
8231         (ipa_is_param_modified): Removed.
8232         (ipa_analyze_node): Declare.
8233         (ipa_compute_jump_functions): Remove declaration.
8234         (ipa_count_arguments): Likewise.
8235         (ipa_detect_param_modifications): Likewise.
8236         (ipa_analyze_params_uses): Likewise.
8237         * ipa-prop.c (struct param_analysis_info): New type.
8238         (visit_store_addr_for_mod_analysis): Removed.
8239         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
8240         moved down in the file.
8241         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
8242         (ipa_count_arguments): Made static.
8243         (mark_modified): New function.
8244         (is_parm_modified_before_call): New function.
8245         (compute_pass_through_member_ptrs): New parameter parms_info, call
8246         is_parm_modified_before_call instead of ipa_is_param_modified.
8247         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
8248         it to compute_pass_through_member_ptrs.
8249         (ipa_compute_jump_functions): New parameter parms_info, pass it to
8250         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
8251         on the callee if it is analyzed.  Made static.
8252         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
8253         is_parm_modified_before_call instead of ipa_is_param_modified.
8254         (ipa_analyze_call_uses): New parameter parms_info, pass it to
8255         ipa_analyze_indirect_call_uses.
8256         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
8257         ipa_analyze_call_uses.
8258         (ipa_analyze_params_uses): New parameter parms_info, pass it to
8259         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
8260         (ipa_analyze_node): New function.
8261         (ipa_print_node_params): Do not dump the modified flag.
8262         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
8263         it.  Do not stream the modified parameter flag.
8264         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
8265         it.  Do not stream the modified parameter flag.
8266         * ipa-cp.c (ipcp_analyze_node): Removed.
8267         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
8268         with only a call to ipa_analyze_node.
8269         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
8270         node with only a call to ipa_analyze_node.
8271
8272 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8273
8274         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
8275
8276 2010-06-25  Jan Hubicka  <jh@suse.cz>
8277
8278         * tree-pass.h (pass_split_functions): Declare.
8279         * opts.c (decode_options): Enable function splitting at -O2
8280         * timevar.def (TV_IPA_FNSPLIT): New macro.
8281         * ipa-split.c: New file.
8282         * common.opt (-fpartial-inlining): New flag.
8283         * Makefile.in (ipa-split.o): New object file.
8284         * passes.c (init_optimization_passes): Add ipa-split.
8285         * params.def (partial-inlining-entry-probability): New parameters.
8286         * doc/invoke.texi (-fpartial-inlining): New.
8287
8288 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8289
8290         PR 44665
8291         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
8292         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
8293         (gimplify_expr): Likewise.
8294
8295 2010-06-25  Martin Jambor  <mjambor@suse.cz>
8296
8297         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
8298         statements instead of bailing out on them.
8299         (ipa_analyze_indirect_call_uses): Do not require that loads from the
8300         parameter are in the same BB as the condition.  Update comments.
8301
8302 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
8303
8304         PR middle-end/43866
8305         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
8306         true or always false, return NULL_TREE.
8307         (tree_unswitch_single_loop): Optimize conditions even when reaching
8308         max-unswitch-level parameter.  If num > 0, optimize first all conditions
8309         using entry checks, then do still reachable block discovery and consider
8310         only conditions in still reachable basic blocks in the loop.
8311
8312         PR tree-optimization/44539
8313         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
8314         the call doesn't have LHS, but has VDEF.
8315
8316 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
8317
8318         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
8319         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
8320         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
8321         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
8322         * system.h (MODIFY_TARGET_NAME): Poison.
8323
8324 2010-06-25  Alan Modra  <amodra@gmail.com>
8325
8326         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
8327         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
8328         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
8329         CMODEL_LARGE as default.
8330         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
8331         (offsettable_ok_by_alignment): Delete.
8332         (rs6000_emit_move): Remove mcmodel=medium optimization.
8333
8334 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
8335
8336         With large parts from Jim Wilson:
8337         PR target/43902
8338         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
8339         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8340         * optabs.c (optab_for_tree_code): Likewise.
8341         (expand_widen_pattern_expr): Likewise.
8342         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
8343         out of execute_optimize_widening_mul.
8344         (convert_plusminus_to_widen): New function.
8345         (execute_optimize_widening_mul): Use the two new functions.
8346         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
8347         Remove code to generate widening multiply-accumulate.  Add support
8348         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8349         * gimple-pretty-print.c (dump_ternary_rhs): New function.
8350         (dump_gimple_assign): Call it when appropriate.
8351         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
8352         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
8353         (expand_gimple_stmt_1): Likewise.
8354         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
8355         WIDEN_MULT_MINUS_EXPR.
8356         * tree-ssa-operands.c (get_expr_operands): Likewise.
8357         * tree-inline.c (estimate_operator_cost): Likewise.
8358         * gimple.c (extract_ops_from_tree_1): Renamed from
8359         extract_ops_from_tree.  Add new arg for a third operand; fill it.
8360         (gimple_build_assign_stat): Support operations with three operands.
8361         (gimple_build_assign_with_ops_stat): Likewise.
8362         (gimple_assign_set_rhs_from_tree): Likewise.
8363         (gimple_assign_set_rhs_with_ops_1): Renamed from
8364         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
8365         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
8366         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
8367         WIDEN_MULT_MINUS_EXPR.
8368         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
8369         (extract_ops_from_tree_1): Adjust declaration.
8370         (gimple_assign_set_rhs_with_ops_1): Likewise.
8371         (gimple_build_assign_with_ops): Pass NULL for last operand.
8372         (gimple_build_assign_with_ops3): New macro.
8373         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
8374         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
8375         functions.
8376         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
8377         (verify_gimple_assign): Call it.
8378         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
8379         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
8380         functions for dealing with three-operand statements.
8381         * tree.c (commutative_ternary_tree_code): New function.
8382         * tree.h (commutative_ternary_tree_code): Declare it.
8383         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
8384         ternary statements.
8385         (gimple_assign_nonzero_warnv_p): Likewise.
8386         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
8387         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
8388         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
8389         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
8390         (struct hashtable_expr): New member ternary in the union.
8391         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
8392         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
8393         (iterative_hash_hashable_expr): Likewise.
8394         (print_expr_hash_elt): Handle EXPR_TERNARY.
8395         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
8396         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
8397         statements.  Handle GIMPLE_TERNARY_RHS.
8398
8399 2010-06-25  Jan Hubicka  <jh@suse.cz>
8400
8401         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
8402
8403 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
8404
8405         PR c/44517
8406         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
8407         parameters are not good.
8408         (c_parser_parameter_declaration): Error unknown type name if the type
8409         name can't start declaration specifiers.
8410
8411 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
8412
8413         * gcc.c (translate_options): Don't mention +e in comment.
8414         (process_command): Don't handle +e specially.
8415
8416 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
8417
8418         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
8419
8420         * ira-build.c (merge_hard_reg_conflicts): New function.
8421         (create_cap_allocno, copy_info_to_removed_store_destinations,
8422         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
8423         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
8424         (remove_unnecessary_allocnos, remove_low_level_allocnos)
8425         copy_nifo_to_removed_store_destination): Use them.
8426         * ira-lives.c (make_hard_regno_born): New function, split out of
8427         make_regno_born.
8428         (make_allocno_born): Likewise.
8429         (make_hard_regno_dead): New function, split out of make_regno_dead.
8430         (make_allocno_dead): Likewise.
8431         (inc_register_pressure): New function, split out of set_allocno_live.
8432         (dec_register_pressure): New function, split out of clear_allocno_live.
8433         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
8434         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
8435         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
8436         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
8437         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
8438         mark_pseudo_regno_live.
8439         (process_bb_node_lives): Use mark_pseudo_regno_live,
8440         make_hard_regno_born and make_allocno_dead.
8441         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
8442         set_allocno_live, clear_allocno_live): Delete functions.
8443
8444         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
8445         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
8446         functions.
8447         (ira_flattening): Use ira_parent_allocno.
8448         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
8449         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
8450
8451         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
8452         statement.
8453
8454         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
8455         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
8456         minmax_set_iter_cond, minmax_set_iter_next,
8457         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
8458         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
8459         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
8460         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
8461         uses changed.
8462
8463         * ira-int.h (struct live_range, live_range_t): Renamed from struct
8464         ira_allocno_live_range and allocno_live_range_t; all uses changed.
8465         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
8466         All uses changed.
8467
8468 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
8469
8470         * thumb2.md (thumb2_tlobits_cbranch): Delete.
8471         (peephole2 to convert zero_extract/compare of single bit to
8472          lshift/compare): New.
8473
8474 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
8475
8476         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
8477         recursive call and call to 'int_const_binop'.
8478         (build_range_check, fold_cond_expr_with_comparison, unextend,
8479         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
8480         multiple_of_p): Adjust call to const_binop.
8481
8482 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
8483
8484         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
8485         determine size of XFmode operand.
8486         (XFmode extended DFmode push splitter): Ditto.
8487         (XFmode extended SFmode push splitter): Ditto.
8488
8489 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
8490
8491         PR target/44588
8492         * config/i386/i386.md (extract_code): New.
8493         (<u>divmodqi4): Likewise.
8494         (divmodhiqi3): Likewise.
8495         (udivmodhiqi3): Likewise.
8496         (<u>divqi3): Remvoved.
8497
8498 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
8499
8500         PR middle-end/44492
8501         * recog.h (struct recog_data): Add is_asm field.
8502         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
8503         present in constraints of inline-asm operand and memory operand
8504         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
8505         (extract_insn): Initialize recog_data.is_asm.
8506         * doc/md.texi (Constraints): Document operand side-effect rules.
8507
8508 2010-06-24  Andi Kleen  <ak@linux.intel.com>
8509
8510         * c-parser.c (c_parser_conditional_expression): Call
8511         warn_for_omitted_condop.
8512         * doc/invoke.texi: Document omitted condop warning.
8513
8514 2010-06-24  Nick Clifton<nickc@redhat.com>
8515
8516         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
8517         insn in the sequence is a jump insn before setting its label.
8518
8519 2010-06-24  Alan Modra  <amodra@gmail.com>
8520
8521         * collect2.c (main): Match exactly --version and --help.
8522
8523 2010-06-24  DJ Delorie  <dj@redhat.com>
8524
8525         * config/m32c/m32c-pragma.c: Don't include rtl.h.
8526
8527 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
8528
8529         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
8530         using X87MODEF mode iterator.
8531         (pushsf splitter): Macroize splitter using P mode iterator.
8532         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
8533         mode iterator.
8534
8535         (*movxf_internal): Rename from *movxf_integer.
8536         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
8537         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
8538         (*movdf_internal): Rename from *movdf_integer.
8539         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
8540         (*movsf_internal): Rename from *movdf_1.
8541
8542 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
8543
8544         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
8545         (const_gimple_seq_node): Removed typedefs.
8546
8547         * gimple.h (gimple_seq_node_d, gimple_seq_node)
8548         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
8549
8550 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
8551
8552         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
8553         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
8554         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
8555         and CODE_FOR_vec_extract_lo_v4df.
8556
8557         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
8558         Changed to define_insn_and_split.
8559         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
8560         (vec_extract_lo_v16hi): Likewise.
8561         (vec_extract_lo_v32qi): Likewise.
8562         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
8563         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
8564
8565 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
8566
8567         PR target/44640
8568         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
8569         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
8570         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
8571         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
8572         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
8573
8574         PR target/44640
8575         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
8576
8577         PR other/44644
8578         * df-core.c (struct df): Rename to df_d.
8579         * df.h (struct df): Likewise.
8580         * dse.h (struct df): Remove forward declaration.
8581         * recog.h (struct insn_data): Rename to:
8582         (struct_insn_data_d).  Adjusted all users.
8583
8584 2010-06-23  Arnaud Charlet  <charlet@adacore.com
8585
8586         PR ada/22220
8587         * doc/install.texi: Update requirements to build GNAT.
8588
8589 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
8590
8591         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
8592         enum type.
8593         (m68k_sched_attr_opx_type): Remove unreachable return.
8594         (m68k_sched_attr_opy_type): Likewise.
8595         (m68k_sched_attr_size): Likewise.
8596         (sched_get_opxy_mem_type): Likewise.
8597         (m68k_sched_attr_op_mem): Likewise.
8598
8599 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
8600
8601         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
8602         new statement and adjust VDEF only if necessary.  Remove superfluous
8603         call to maybe_clean_or_replace_eh_stmt.
8604         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
8605         copy the flags.
8606         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
8607         * tree-inline.c (copy_bb): ...and not there.
8608
8609 2010-06-22  Cary Coutant  <ccoutant@google.com>
8610
8611         * dwarf2out.c (is_nested_in_subprogram): New function.
8612         (should_move_die_to_comdat): Use it.
8613         (copy_ancestor_tree): Don't mark DIEs here.
8614         (copy_decls_walk): Start walk from root of newly-added tree;
8615         mark DIEs here instead.
8616
8617 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
8618
8619         * config/i386/i386.md (unit): Also check sseishft1.
8620
8621 2010-06-22  Jan Hubicka  <jh@suse.cz>
8622
8623         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
8624         enabled.
8625
8626 2010-06-22  Jan Hubicka  <jh@suse.cz>
8627
8628         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
8629         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
8630         Return true if something changed.
8631         * df.h (df_confluence_function_n): Return bool.
8632         * df-core.c (df_worklist_propagate_forward,
8633         df_worklist_propagate_backward): Track changes and ages.
8634         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
8635         track ages.
8636         * dse.c (dse_confluence_n): Return always true.
8637
8638 2010-06-22  Jan Hubicka  <jh@suse.cz>
8639
8640         * bitmap.c (bitmap_clear_bit): Micro optimize.
8641
8642 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
8643
8644         * config/i386/i386.md (SWI1248x): New mode iterator.
8645         (SWI48x): Ditto.
8646         (SWI12): Ditto.
8647         (SWI24): Ditto.
8648
8649         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
8650         SWI1248x mode iterator.
8651         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
8652         using SWI124 mode iterator.
8653         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
8654         mode iterator.
8655         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
8656         *pushdi2_prologue_rex64 using P mode iterator.
8657         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
8658         using SWI48 mode iterator.
8659         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
8660         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
8661         using SWI1248x mode iterator.
8662         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
8663         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
8664         SWI48 mode iterator.
8665         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
8666         iterator.
8667         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
8668         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
8669         SWI12 mode iterator.
8670         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
8671         SWI12 mode iterator.
8672         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
8673         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
8674         SWI24 mode iterator.
8675         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
8676         SWI48 mode iterator.
8677         (mov<mode>_insn_1): New expander.
8678         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
8679         using SWI48x mode iterator.
8680
8681         (*movoi_internal_avx): Rename from *movoi_internal.
8682         (*movti_internal_rex64): Rename from *movti_rex64.
8683         (*movti_internal_sse): Rename from *movti_sse.
8684         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
8685         (*movdi_internal): Rename from *movdi_2.
8686         (*movsi_internal): Rename from *movsi_1.
8687         (*movhi_internal): Rename from *movhi_1.
8688         (*movqi_internal): Rename from *movqi_1.
8689
8690         (insv): Update the call to gen_movsi_insv_1 for rename.
8691         * config/i386/i386.c (promote_duplicated_reg): Ditto.
8692
8693 2010-06-22  Jan Hubicka  <jh@suse.cz>
8694
8695         * passes.c (execute_function_todo): Move call of statistics_fini_pass
8696         to ...
8697         (execute_todo) ... this one.
8698
8699 2010-06-22  Alan Modra  <amodra@gmail.com>
8700
8701         PR target/44364
8702         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
8703         * caller-save.c (insert_restore, insert_save): Use non-validate
8704         form of adjust_address.
8705
8706 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8707
8708         PR target/39690
8709         * config/pa/pa.c (override_options): Disable
8710         -freorder-blocks-and-partition.
8711
8712 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
8713
8714         PR target/44615
8715         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
8716
8717         * config/i386/i386.md (type): Add sseishft1
8718
8719         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
8720         (ppro_insn_load): Likewise.
8721         (ppro_insn_store): Likewise.
8722         (ppro_insn_both): Likewise.
8723
8724         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
8725         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
8726         for type.
8727         (*vec_extractv2di_1_avx): Likewise.
8728         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
8729         type.  Remove atom_unit.
8730         (*vec_extractv2di_1_sse2): Likewise.
8731
8732 2010-06-21  DJ Delorie  <dj@redhat.com>
8733
8734         * diagnostic.h (diagnostic_classification_change_t): New.
8735         (diagnostic_context): Add history and push/pop list.
8736         (diagnostic_push_diagnostics): Declare.
8737         (diagnostic_pop_diagnostics): Declare.
8738         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
8739         from pragmas in a history chain instead of the global table.
8740         (diagnostic_push_diagnostics): New.
8741         (diagnostic_pop_diagnostics): New.
8742         (diagnostic_report_diagnostic): Scan history chain to find state
8743         of diagnostics as of the diagnostic location.
8744         * opts.c (set_option): Pass UNKNOWN_LOCATION to
8745         diagnostic_classify_diagnostic.
8746         (enable_warning_as_error): Likewise.
8747         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
8748         use in the history chain.
8749         * doc/extend.texi: Document pragma GCC diagnostic changes.
8750
8751 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
8752
8753         * dwarf2out.c (add_linkage_name): New function.  Don't add
8754         anything to DW_TAG_member DIEs.
8755         (add_name_and_src_coords_attributes): Use it.
8756         (gen_variable_die): Call it for C++ static data members if
8757         specification is DW_TAG_member.
8758
8759         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
8760         C++ char16_t and char32_t.
8761
8762         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
8763         * genattrtab.c: Include vecprim.h.
8764         (cached_attrs, cached_attr_count, attrs_seen_once,
8765         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
8766         attrs_cached_after): New variables.
8767         (find_attrs_to_cache): New function.
8768         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
8769         (write_test_expr): Add attrs_cached argument, return it too,
8770         attempt to cache non-const attributes used more than once in
8771         a single case handling.
8772         (write_attr_get): Use find_attrs_to_cache, for caching candidates
8773         emit cached_* variables.  Adjust write_attr_set callers.
8774         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
8775         to find attributes that should be cached in this block.  Adjust
8776         write_test_expr callers.
8777         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
8778         callers.
8779         (make_automaton_attrs): Adjust write_test_expr caller.
8780
8781         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
8782         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
8783         (make_automaton_attrs): If find_tune_attr returns non-NULL,
8784         write separate internal_dfa_insn_code_* and insn_default_latency_*
8785         functions for each attribute's value and emit init_sched_attrs
8786         function and function pointers.
8787         * genattr.c (const_attrs, reservations): New variables.
8788         (gen_attr): Add const attributes to const_attrs vector.
8789         (check_tune_attr, find_tune_attr): New functions.
8790         (main): Add reservations to reservations vector.  If find_tune_attr
8791         returns true, add prototype for init_sched_attrs and make
8792         internal_dfa_insn_code and insn_default_latency function pointers,
8793         otherwise define init_sched_attrs as dummy macro.
8794         * cfgexpand.c: Include insn-attr.h.
8795         (gimple_expand_cfg): Call init_sched_attrs.
8796
8797         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
8798
8799         PR target/44575
8800         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
8801         va_arg from a set of register save slots into a temporary,
8802         if the container is bigger than type size, do the copying
8803         using smaller mode or using memcpy.
8804
8805         PR bootstrap/44426
8806         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
8807         prototype.
8808         (sel_print_to_dot): Remove macro.
8809         (sel_print): Likewise.  New prototype.
8810         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
8811         (sel_print): New function.
8812
8813 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8814
8815         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
8816         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
8817
8818 2010-06-21  Nick Clifton  <nickc@redhat.com>
8819
8820         * config/rx/rx.h (PTRDIFF_TYPE): Define.
8821         (SMALL_REGISTER_CLASS): Define (to zero).
8822         (PRINT_OPERAND): Delete.
8823         (PRINT_OPERAND_ADDRESS): Delete.
8824         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
8825         (rx_print_operand_address): Delete prototype.
8826         * config/rx/rx.c (rx_print_operand): Make static.
8827         Allow %H and %L to handle CONST_DOUBLEs.
8828         (rx_print_operand_address): Make static.
8829         (rx_gen_move_template): Rename local variable 'template' to
8830         out_template.
8831         (rx_function_arg): Do not pass unknown sized objects in registers.
8832         (TARGET_PRINT_OPERAND): Define.
8833         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8834
8835 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8836
8837         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
8838
8839 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
8840
8841         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
8842         stack-alignment for simple leaf-functions.
8843
8844 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
8845
8846         * doc/install.texi: Document bootstrap-lto.
8847
8848 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
8849
8850         PR debug/44248
8851         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
8852         (input_function): Drop them here, if VTA is disabled.
8853
8854 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
8855
8856         PR target/44546
8857         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
8858         New predicate.
8859         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
8860         ix86_swapped_fp_comparsion_operator instead of
8861         ix86_fp_comparison_operator.
8862
8863         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
8864         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
8865         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
8866         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
8867         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
8868         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
8869
8870 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
8871
8872         PR other/32998
8873         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
8874         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
8875         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
8876         (decode_cmdline_option): Update for this return value.  Set
8877         orig_option_with_args_text field.  Set arg field for unknown
8878         options.  Make static.
8879         (decode_cmdline_options_to_array): New.
8880         (prune_options): Update handling of find_opt return value.
8881         * opts.c (read_cmdline_option): Take decoded option.  Return void.
8882         (read_cmdline_options): Take decoded options.
8883         (decode_options): Add parameters for decoded options.  Use
8884         decode_cmdline_options_to_array.  Use decoded options for -O
8885         scan.  Use integral_argument for -O parameters.  Update call to
8886         read_cmdline_options.
8887         (enable_warning_as_error): Update handling of find_opt return value.
8888         * opts.h: Update comment on unknown options.
8889         (struct cl_decoded_option): Update comments on opt_index and arg.
8890         Add orig_option_with_args_text.
8891         (decode_cmdline_option): Remove.
8892         (decode_cmdline_options_to_array): Declare.
8893         (decode_options): Update prototype.
8894         * toplev.c (save_argv): Remove.
8895         (save_decoded_options, save_decoded_options_count): New.
8896         (read_integral_parameter): Remove.
8897         (print_switch_values): Use decoded options.
8898         (toplev_main): Don't set save_argv.  Update call to decode_options.
8899         * toplev.h (read_integral_parameter): Remove.
8900         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
8901
8902 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
8903
8904         PR target/44072
8905         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
8906         immediate.
8907         * constraints.md (Pw, Px): New constraints.
8908         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
8909
8910 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8911
8912         * config/i386/sse.md (fma4modesuffixf4): Removed.
8913         (ssemodesuffixf2s): Likewise.
8914         (ssemodesuffixf4): Likewise.
8915         (ssemodesuffixf2c): Likewise.
8916         (ssescalarmodesuffix2s): Likewise.
8917         (avxmodesuffixf2c): Likewise.
8918         (ssemodesuffix): New.
8919         (ssescalarmodesuffix): Likewise.
8920         Update patterns with ssemodesuffix and ssescalarmodesuffix.
8921
8922 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
8923
8924         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
8925
8926 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
8927
8928         * stor-layout.c (debug_rli): Remove unused local variables.
8929
8930 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
8931
8932         PR rtl-optimization/40900
8933         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
8934         original expression for later reuse.
8935         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
8936         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
8937
8938 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
8939
8940         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
8941         double_int_fits_in_uhwi_p): Implement as static inline.
8942         (double_int_xor): New inline function.
8943         (double_int_lrotate, double_int_rrotate, double_int_max,
8944         double_int_umax, double_int_smax, double_int_min, double_int_umin,
8945         double_int_smin): Declare.
8946         (lrotate_double, rrotate_double): Remove declaration.
8947         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
8948         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
8949         (double_int_lrotate, double_int_rrotate, double_int_max,
8950         double_int_umax, double_int_smax, double_int_min, double_int_umin,
8951         double_int_smin): New function.
8952         * fold-const.c (int_const_binop): Clean up, use double_int_*
8953         functions.
8954         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
8955         double_int_* and immed_double_int_const functions.
8956
8957 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
8958
8959         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
8960         * function.c (types_used_by_cur_var_decl): Likewise.
8961         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
8962
8963 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
8964
8965         * tree.h (record_layout_info): Change type of pending_statics field
8966         to a VEC.
8967         * stor-layout.c (start_record_layout): Store NULL into
8968         pending_statics.
8969         (debug_rli): Call debug_vec_tree instead of debug_tree.
8970         (place_field): Likewise.
8971         (finish_record_layout): Likewise.
8972
8973 2010-06-18  Alan Modra  <amodra@gmail.com>
8974
8975         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
8976
8977 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8978
8979         PR target/43740
8980         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
8981         for SET source operand from SET destination operand.
8982
8983 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
8984
8985         PR rtl-optimization/39871
8986         * reload1.c (init_eliminable_invariants): For flag_pic, disable
8987         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
8988         (function_invariant_p): Rule out a plus of frame or arg pointer with
8989         a SYMBOL_REF.
8990         * ira.c (find_reg_equiv_invariant_const): Likewise.
8991
8992 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
8993
8994         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
8995         print_operand_address and puts to output the operand for CONST.
8996
8997 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
8998
8999         PR debug/44572
9000         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
9001         hook.
9002
9003 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9004
9005         * v850-protos.h (print_operand): Delete.
9006         (print_operand_address): Delete.
9007         * v850.h (PRINT_OPERAND): Delete.
9008         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9009         (PRINT_OPERAND_ADDRESS): Delete.
9010         * v850.c (print_operand_address): Rename to...
9011         (v850_print_operand_address): ...this.  Make static. Call
9012         v850_print_operand.
9013         (print_operand): Rename to...
9014         (v850_print_operand): ...this.  Make static.  Call
9015         v850_print_operand_address.
9016         (v850_print_operand_punct_valid_p): New function.
9017         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9018         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9019
9020 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9021
9022         * config/sh/sh-protos.h (print_operand): Delete.
9023         (print_operand_address): Delete.
9024         * config/sh/sh.h (PRINT_OPERAND): Delete.
9025         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9026         (PRINT_OPERAND_ADDRESS): Delete.
9027         * config/sh/sh.c (sh_print_operand_address): Make static.
9028         (sh_print_operand): Make static.  Call sh_print_operand_address
9029         and sh_print_operand.
9030         (sh_print_operand_punct_valid_p): New function.
9031         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9032         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9033
9034 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9035
9036         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
9037         (mcore_print_operand_address): Delete.
9038         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
9039         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9040         (PRINT_OPERAND_ADDRESS): Delete.
9041         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
9042         (mcore_print_operand): Make static.
9043         (mcore_print_operand_punct_valid_p): New function.
9044         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
9045         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9046
9047 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9048
9049         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
9050         (print_operand_address): Delete.
9051         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
9052         (PRINT_OPERAND_ADDRESS): Delete.
9053         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
9054         static.
9055         (m68hc11_print_operand): Make static.
9056         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9057
9058 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9059
9060         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
9061         (m32r_print_operand_address): Delete.
9062         * config/m32r/m32r.h (m32r_punct_chars): Delete.
9063         (PRINT_OPERAND): Delete.
9064         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9065         (PRINT_OPERAND_ADDRESS): Delete.
9066         * config/m32r/m32r.c (m32r_punct_chars): Make static.
9067         (m32r_print_operand_address): Make static.
9068         (m32r_print_operand): Make static.
9069         (m32r_print_operand_punct_valid_p): New function.
9070         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9071         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9072
9073 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9074
9075         * config/iq2000/iq2000-protos.h (print_operand): Delete.
9076         (print_operand_address): Delete.
9077         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
9078         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9079         (PRINT_OPERAND_ADDRESS): Delete.
9080         (iq2000_print_operand_punct): Delete.
9081         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
9082         (iq2000_print_operand_address): Make static.
9083         (iq2000_print_operand): Make static.
9084         (iq2000_print_operand_punct_valid_p): New function.
9085         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9086         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9087
9088 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9089
9090         * config/frv/frv-protos.h (frv_print_operand): Delete.
9091         (frv_print_operand_address): Delete.
9092         * config/frv/frv.h (PRINT_OPERAND): Delete.
9093         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9094         (PRINT_OPERAND_ADDRESS): Delete.
9095         * config/frv/frv.c (frv_print_operand_address): Make static.
9096         (frv_print_operand): Make static.
9097         (frv_print_operand_punct_valid_p): New function.
9098         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9099         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9100
9101 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9102
9103         * tree.h (vec_member): Declare.
9104         * tree.c (vec_member): Define.
9105
9106 2010-06-17  Richard Guenther  <rguenther@suse.de>
9107
9108         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
9109         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
9110
9111 2010-06-17  Richard Guenther  <rguenther@suse.de>
9112
9113         * tree-inline.c (declare_return_variable): Remove bogus code.
9114
9115 2010-06-17  Richard Guenther  <rguenther@suse.de>
9116
9117         * gimplify.c (gimplify_bind_expr): Always promote complex
9118         and vector variables to registers if possible.
9119
9120 2010-06-17  Richard Guenther  <rguenther@suse.de>
9121
9122         * expr.c (get_inner_reference): Use double_int for bit_offset
9123         calculation.
9124
9125 2010-06-16  DJ Delorie  <dj@redhat.com>
9126
9127         * common.opt (-fstrict-volatile-bitfields): new.
9128         * doc/invoke.texi: Document it.
9129         * fold-const.c (optimize_bit_field_compare): For volatile
9130         bitfields, use the field's type to determine the mode, not the
9131         field's size.
9132         * expr.c (expand_assignment): Likewise.
9133         (get_inner_reference): Likewise.
9134         (expand_expr_real_1): Likewise.
9135         * expmed.c (store_fixed_bit_field): Likewise.
9136         (extract_bit_field_1): Likewise.
9137         (extract_fixed_bit_field): Likewise.
9138
9139 2010-06-16  Richard Guenther  <rguenther@suse.de>
9140
9141         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
9142
9143 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
9144
9145         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
9146         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
9147         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
9148         * debug.c: Likewise.
9149         * sdbout.c: Likewise.
9150         * vmsdbgout.c: Likewise.
9151         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
9152         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
9153         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
9154         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
9155         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
9156         * dwarf2out.c (dw_fde_struct): New fields
9157         dw_fde_vms_{end,begin}_prologue.
9158         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
9159         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
9160         (dwarf2out_vms_end_prologue): New function.
9161         (dwarf2out_vms_begin_epilogue): New function.
9162         (dw_val_struct): New value dw_val_class_vms_delta.
9163         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
9164         begin_epilogue for VMS.
9165         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
9166         new static functions.
9167         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
9168         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
9169         static functions.
9170         (print_die): New case dw_val_class_vms_delta.
9171         (attr_checksum): Likewise.
9172         (same_dw_val_p: Likewise.
9173         (size_of_die): Likewise.
9174         (value_format): Likewise.
9175         (output_die): Likewise.
9176         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
9177         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
9178         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
9179         dwarf2out_cfi_begin_epilogue
9180         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
9181
9182 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
9183
9184         * config/cris/cris-protos.h (cris_print_operand): Delete.
9185         (cris_print_operand_address): Delete.
9186         * config/cris/cris.h (PRINT_OPERAND): Delete.
9187         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9188         (PRINT_OPERAND_ADDRESS): Delete.
9189         * config/cris/cris.c (cris_print_operand_address): Make static.
9190         (cris_print_operand): Make static.
9191         (cris_print_operand_punct_valid_p): New function.
9192         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9193         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9194
9195 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
9196
9197         * config/arm/arm-protos.h (arm_print_operand): Delete.
9198         (arm_print_operand_address): Delete.
9199         * config/arm/arm.h (PRINT_OPERAND): Delete.
9200         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9201         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
9202         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
9203         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
9204         (arm_print_operand): Make static.
9205         (arm_print_operand_punct_valid_p): New function.
9206         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9207         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9208
9209 2010-06-16  Nick Clifton  <nickc@redhat.com>
9210
9211         * config/rx/constraints.md (NEGint4): New constraint.
9212         * config/rx/rx.md (attr cc): Add set_zsc.
9213         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
9214         initialised.
9215         (cmpsf): Likewise.
9216         (call_internal): Clobber the cc0 register.
9217         (call_value_internal): Likewise.
9218         (cstoresi4): Likewise.
9219         (movsieq): Likewise.
9220         (movsine): Likewise.
9221         (addsi3): Add alternative to handle small negative constants.
9222         (sunsi3): Likewise.
9223         (addsi3): Do not set the O bit in the cc0 register.
9224         (adddi3): Likewise.
9225         (subsi3): Likewise.
9226         (subdi3): Likewise.
9227         (andsi3): Reorder alternatives to prefer shorter forms.
9228         (mulsi3): Likewise.
9229         (iorsi3): Likewise.
9230         (negsi2): Note that the cc0 flags are set.
9231         (rotlsi3): Note that only the Z and S bits are set in cc0.
9232         (lshrsi3): Likewise.
9233         (ashlsi3): Likewise.
9234         (subsf3): Use %Q for the MEM operand.
9235         (fix_truncsfsi2): Likewise.
9236         (floatsisf2): Likewise.
9237         (bitset): Remove early clobber from destination.
9238         (bitset_in_memory): Likewise.
9239         (lrintsf2): Clobber the cc0 register.
9240         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
9241         (rx_print_operand): Handle %N.
9242
9243 2010-06-16  Jan Hubicka  <jh@suse.cz>
9244
9245         * df-core.c (df_compact_blocks): Free problem_temps vector.
9246
9247 2010-06-16  Martin Jambor  <mjambor@suse.cz>
9248
9249         PR tree-optimization/43905
9250         * tree-sra.c: Include tree-inline.h.
9251         (create_abstract_origin): Removed.
9252         (modify_function): Version the call graph node instead of creating
9253         abstract origins and dealing with same_body aliases.
9254         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
9255         function is versionable.
9256         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
9257
9258 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
9259
9260         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
9261         (CHOOSE_DYNAMIC_LINKER): Update.
9262
9263 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
9264
9265         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
9266         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
9267         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
9268         *prefetch_3dnow_rex.
9269
9270 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
9271
9272         * target.h (struct asm_out):Add declare_constant_name field.
9273         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9274         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
9275         * output.h (default_asm_declare_constant_name): Declare.
9276         (assemble_label): Update prototype.
9277         * varasm.c (assemble_constant_contents): Use
9278         targetm.asm_out.declare_constant_name target hook.
9279         (assemble_label): Add 'file' argument.
9280         (default_asm_declare_constant_name): New function.
9281         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
9282         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
9283         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
9284
9285         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
9286         * config/darwin.c (darwin_asm_declare_constant_name): New function.
9287         (machopic_output_indirection): Update assemble_label argument list.
9288         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
9289         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9290
9291 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
9292
9293         PR middle-end/44391
9294         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
9295         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
9296
9297 2010-06-15  Richard Guenther  <rguenther@suse.de>
9298
9299         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
9300
9301 2010-06-15  Paul Brook  <paul@codesourcery.com>
9302
9303         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
9304         hard-float ABI.
9305
9306 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
9307
9308         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
9309         don't get a vector type for output.
9310
9311 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
9312
9313         PR fortran/44536
9314         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
9315         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
9316         (LANG_HOOKS_DECLS): Add it.
9317         * gimplify.c (omp_notice_variable): Call
9318         lang_hooks.decls.omp_report_decl.
9319
9320 2010-06-15  Martin Jambor  <mjambor@suse.cz>
9321
9322         PR lto/44464
9323         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
9324         on the newly dead SSA name.
9325
9326 2010-06-15  Alan Modra  <amodra@gmail.com>
9327
9328         * doc/invoke.texi: Add mcmodel to powerpc options.
9329         * configure.ac: Add HAVE_LD_LARGE_TOC test.
9330         * configure: Regenerate.
9331         * config.in: Regenerate.
9332         * config/rs6000/linux64.opt (mcmodel): New.
9333         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
9334         (TARGET_CMODEL, SET_CMODEL): Define.
9335         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
9336         select CMODEL_MEDIUM default.
9337         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
9338         (TARGET_CMODEL): Define default.
9339         * config/rs6000/rs6000.c (cmodel): New variable.
9340         (rs6000_explicit_options): Add cmodel field.
9341         (rs6000_handle_option): Handle -mcmodel.
9342         (create_TOC_reference): Add largetoc_reg param.  Generate high,
9343         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
9344         (rs6000_delegitimize_address): Recognise new toc reference rtl
9345         and minimal-toc rtl.
9346         (rs6000_legitimize_reload_address): Handle new toc references.
9347         (print_operand_address): Handle legitimate_constant_pool_address_p
9348         match before lo_sum.
9349         (rs6000_eliminate_indexed_memrefs): Tidy.
9350         (rs6000_emit_move): Tweak threshold for inlining constants.
9351         Keep rs6000_emit_allocate_stack large stack frame offsets
9352         loaded into r0 inline.
9353         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
9354         (tocrel_base, tocrel_offset): New variables.
9355         (toc_relative_expr_p): Set them here.
9356         (print_operand_address): Skip over any offset on constant pool address.
9357         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
9358         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
9359         (offsettable_ok_by_alignment): New function.
9360         (rs6000_emit_move): Address suitably aligned local symbol_refs
9361         relative to the toc pointer for -mcmodel=medium.
9362         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
9363         strict param.  Allow lo_sum version of addressing.  Verify reg
9364         used for -mminimal-toc and -mcmodel != small.  Update all callers.
9365         * config/rs6000/constraints.md: Update for above change.
9366         * config/rs6000/predicates.md: Likewise.
9367         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
9368         code.
9369         (tls_gd): Split for -mcmodel=medium/large.
9370         (tls_gd_high, tls_gd_low): New.
9371         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
9372         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
9373         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
9374         (largetoc_high, largetoc_low): New.
9375         (cmptf_internal2): Add clobber.
9376         * config/rs6000/rs6000-protos.h: Update.
9377
9378 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
9379
9380         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
9381         true if no prefetch is going to be generated for a given group.
9382         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
9383         estimate the prefetch_count.
9384         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
9385         prefetch count by considering the unroll_factor and prefetch_mod
9386         for is_loop_prefetching_profitable.
9387
9388 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9389
9390         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
9391         anything if the argument is not a MEM.
9392
9393 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
9394
9395         PR debug/43650
9396         PR debug/44181
9397         PR debug/44247
9398         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
9399         debug stmts.
9400         (canonicalize_loop_ivs): Likewise.
9401
9402 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
9403
9404         PR debug/43656
9405         * haifa-sched.c (setup_insn_reg_pressure_info,
9406         update_register_pressure): Reject debug insns.
9407         (ready_sort): Don't setup reg pressure for debug insns.
9408         (schedule_insn): Don't update reg pressure for debug insns.
9409
9410 2010-06-14  Richard Guenther  <rguenther@suse.de>
9411
9412         * lto-streamer.c (cached_bp): Remove.
9413         (bitpack_delete): Likewise.
9414         (bitpack_create): Likewise.
9415         (bp_get_next_word): Likewise.
9416         (bp_pack_value, bp_unpack_value): Move ...
9417         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
9418         Re-implement.
9419         (struct bitpack_d): Likewise.
9420         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
9421         New inline functions.
9422         * lto-streamer-out.c (lto_output_bitpack): Remove.
9423         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
9424         (pack_value_fields): Adjust.
9425         (lto_write_tree): Likewise.
9426         (output_gimple_stmt): Likewise.
9427         (output_function): Likewise.
9428         * lto-streamer-in.c (input_gimple_stmt): Adjust.
9429         (input_function): Likewise.
9430         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
9431         (lto_input_bitpack): Remove.
9432         (lto_materialize_tree): Adjust.
9433         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
9434         * lto-cgraph.c (lto_output_edge): Adjust.
9435         (lto_output_node): Likewise.
9436         (lto_output_varpool_node): Likewise.
9437         (lto_output_ref): Likewise.
9438         (input_node): Likewise.
9439         (input_varpool_node): Likewise.
9440         (input_ref): Likewise.
9441         (input_edge): Likewise.
9442         (output_node_opt_summary): Likewise.
9443         (input_node_opt_summary): Likewise.
9444         * ipa-pure-const.c (pure_const_write_summary): Likewise.
9445         (pure_const_read_summary): Likewise.
9446         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
9447         (ipa_read_indirect_edge_info): Likewise.
9448         (ipa_write_node_info): Likewise.
9449         (ipa_read_node_info): Likewise.
9450
9451 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9452
9453         PR target/44534
9454         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
9455         (vec_extract_lo_v16hi): Likewise.
9456         (vec_extract_lo_v32qi): Likewise.
9457
9458 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
9459
9460         PR bootstrap/44426
9461         * tree.h (build_call_expr): Don't define as vararg macro, instead
9462         add a prototype.
9463         * builtins.c (build_call_nofold): Remove.
9464         (expand_builtin_int_roundingfn, expand_builtin_pow,
9465         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
9466         expand_builtin_memset_args, expand_builtin_strcmp,
9467         expand_builtin_strncmp, expand_builtin_memory_chk): Use
9468         build_call_nofold_loc instead of build_call_nofold.
9469         (build_call_expr): New function.
9470
9471         PR tree-optimization/44508
9472         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
9473         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
9474         don't eliminate trivially dead stmts.
9475         * tree-vrp.c (vrp_finalize): Pass false as last argument
9476         to substitute_and_fold.
9477         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
9478         to substitute_and_fold.
9479         * tree-ssa-ccp.c (ccp_finalize): Likewise.
9480
9481         PR bootstrap/44509
9482         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
9483
9484 2010-06-14  Ira Rosen  <irar@il.ibm.com>
9485
9486         PR tree-optimization/44507
9487         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
9488         to build initial vector for BIT_AND_EXPR.
9489         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
9490
9491 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
9492
9493         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
9494         adjust z10prop set_attr.
9495
9496 2010-06-13  Jan Hubicka  <jh@suse.cz>
9497
9498         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
9499         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
9500         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
9501         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
9502         datastructure checks into checking asserts.
9503         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
9504         * tree-ssa-sccvn.c (VN_INFO): Likewise.
9505         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
9506         df_ref_create_structure): Likewise.
9507         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
9508         pool_free): Use gcc_checking_assert.
9509         * alias.c (get_alias_set): Likewise.
9510         * var-tracking.c (variable_htab_free, shared_hash_copy,
9511         canonicalize_values_mark, variable_merge_over_cur): Likewise.
9512         * lto-streamer.c (bp_unpack_value): Likewise.
9513
9514 2010-06-13  Richard Guenther  <rguenther@suse.de>
9515
9516         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
9517         Do not stream but initialize TYPE_CANONICAL to NULL.
9518         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
9519         * gimple.c (gimple_types_compatible_p): Disregard
9520         TYPE_STRUCTURAL_EQUALITY_P.
9521         (gimple_register_type): Use TYPE_CANONICAL as cache.
9522         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
9523         before registering common types.
9524         * config/i386/i386.c (ix86_function_arg_boundary): Do not
9525         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
9526         * tree.h (TYPE_CANONICAL): Clarify documentation.
9527
9528 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
9529
9530         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
9531         LIBCALL_VALUE): Remove macros.
9532         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
9533         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
9534         TARGET_FUNCTION_VALUE_REGNO_P): Define.
9535         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
9536         (ia64_function_value): Make static. Handle receiving the function
9537         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
9538
9539 2010-06-12  Jan Hubicka  <jh@suse.cz>
9540
9541         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
9542         at correct place.
9543
9544 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
9545
9546         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
9547
9548 2010-06-12  Jan Hubicka  <jh@suse.cz>
9549
9550         * df-core.c (df_clear_bb_info): New function.
9551         (df_set_blocks): bb_info is always allocated.
9552         (df_get_bb_info): Use block_info_elt_size.
9553         (df_set_bb_info): Likewise.
9554         (df_compact_blocks): Update for new block_info.
9555         (grow_bb_info): New function.
9556         * df-problems.c (df_grow_bb_info): Move to df-core.c
9557         (df_rd_set_bb_info): Remove.
9558         (df_rd_free_bb_info): Do not free block pool.
9559         (df_rd_alloc): Do not create pool, use check for
9560         obstack presence instead of NULL pointer for new blocks.
9561         (df_rd_free): DO not free alloc pool; clear block_info.
9562         (problem_RD): Add size of block info structure.
9563         (df_lr_set_bb_info): Remove.
9564         (df_lr_free_bb_info): Do not free block pool.
9565         (df_lr_alloc): Do not create pool, use check for
9566         obstack presence instead of NULL pointer for new blocks.
9567         (df_lr_free): DO not free alloc pool; clear block_info.
9568         (problem_LR): Add size of block info structure.
9569         (df_live_set_bb_info): Remove.
9570         (df_live_free_bb_info): Do not free block pool.
9571         (df_live_alloc): Do not create pool, use check for
9572         obstack presence instead of NULL pointer for new blocks.
9573         (df_live_free): DO not free alloc pool; clear block_info.
9574         (problem_LIVE): Add size of block info structure.
9575         (problem_CHAIN): Add size of block info structure.
9576         (df_byte_lr_set_bb_info): Remove.
9577         (df_byte_lr_free_bb_info): Do not free block pool.
9578         (df_byte_lr_alloc): Do not create pool, use check for
9579         obstack presence instead of NULL pointer for new blocks.
9580         (df_byte_lr_free): DO not free alloc pool; clear block_info.
9581         (problem_BYTE_LR): Add size of block info structure.
9582         (problem_NOTE): Add size of block info structure.
9583         (df_byte_MD_set_bb_info): Remove.
9584         (df_byte_MD_free_bb_info): Do not free block pool.
9585         (df_byte_MD_alloc): Do not create pool, use check for
9586         obstack presence instead of NULL pointer for new blocks.
9587         (df_byte_MD_free): DO not free alloc pool; clear block_info.
9588         (problem_BD): Add size of block info structure.
9589         * df-scan.c (df_scan_free_internal): Free block pool.
9590         (df_scan_set_bb_info): Remove.
9591         (df_scan_free_bb_info): Check for artificial_defs instead
9592         of bb_info being non-NULL.
9593         (df_scan_alloc): DO not create df_scan_block pool.
9594         (problem_SCAN): Set size of block info.
9595         (df_bb_refs_record): Do not allocate bb_info.
9596         * df.h (df_problem): Add block_info_elt_size.
9597         (struct dataflow): Change block_info to void *.
9598         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
9599         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
9600         in-line structures.
9601
9602 2010-06-12  Jan Hubicka  <jh@suse.cz>
9603
9604         PR tree-optimize/44485
9605         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
9606         containing use of return value of noreturn function.
9607
9608 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
9609
9610         * targhooks.c (default_function_value): Don't use
9611         FUNCTION_OUTGOING_VALUE.
9612         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
9613         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
9614
9615 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
9616
9617         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
9618         Add crtfastmath.o to extra_parts.
9619         * config/mips/crtfastmath.c: New.
9620         * config/mips/linux.h (ENDFILE_SPEC): New.
9621
9622 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
9623
9624         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
9625         old_type in parameter.
9626         (gcc_type_for_value): Update call to gcc_type_for_interval.
9627         (compute_type_for_level_1): Renamed compute_type_for_level.
9628         Update call to gcc_type_for_interval.
9629
9630 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
9631
9632         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
9633         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
9634
9635 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
9636
9637         * opts-common.c: Include options.h.
9638         (integral_argument): Move from opts.c.
9639         (decode_cmdline_option): New.  Based on read_cmdline_option.
9640         * opts.c (integral_argument): Move to opts-common.c.
9641         (read_cmdline_option): Move most contents to
9642         decode_cmdline_option.  Use %qs in diagnostics.
9643         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
9644         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
9645         decode_cmdline_option): New.
9646
9647 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
9648
9649         PR target/44481
9650         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
9651         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
9652         (partiysi2_cmp): Ditto.
9653         (*partiyhi2_cmp): Ditto.
9654         (*parityqi2_cmp): Remove.
9655
9656 2010-06-11  Jan Hubicka  <jh@suse.cz>
9657
9658         * bitmap.h (bmp_iter_next_bit): New.
9659         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
9660
9661 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
9662             Eric Botcazou  <ebotcazou@adacore.com>
9663
9664         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
9665         computed cost.
9666
9667 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
9668
9669         * config/i386/i386.md (unspec): New define_c_enum.
9670         (unspecv): Ditto.
9671
9672 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
9673
9674         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
9675
9676 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
9677
9678         PR middle-end/44483
9679         * tree-if-conv.c (bb_predicate_s): New struct.
9680         (bb_predicate_p): New.
9681         (bb_has_predicate): New.
9682         (bb_predicate): New.
9683         (set_bb_predicate): New.
9684         (bb_predicate_gimplified_stmts): New.
9685         (set_bb_predicate_gimplified_stmts): New.
9686         (add_bb_predicate_gimplified_stmts): New.
9687         (init_bb_predicate): New.
9688         (free_bb_predicate): New.
9689         (is_predicated): Use bb_predicate.
9690         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
9691         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
9692         before processing their successors.
9693         (clean_predicate_lists): Removed.
9694         (find_phi_replacement_condition): Use bb_predicate.
9695         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
9696         computations.
9697         (insert_gimplified_predicates): New.
9698         (combine_blocks): Call insert_gimplified_predicates.
9699         (tree_if_conversion): Call free_bb_predicate instead of
9700         clean_predicate_lists.
9701
9702 2010-10-11  Paul Brook  <paul@codesourcery.com>
9703
9704         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
9705         * config/arm/arm.c (all_architectures): Change v7e-m default to
9706         cortexm4.
9707         * config/arm/arm-cores.def: Add cortex-m4.
9708         * config/arm/arm-tune.md: Regenerate.
9709
9710 2010-06-11  Jan Hubicka  <jh@suse.cz>
9711
9712         * ipa-pure-const.c (special_builtlin_state): New function.
9713         (check_call): Use it instead of special casign BUILT_IN_RETURN.
9714         (propagate_pure_const): Use it.
9715
9716 2010-06-11  Jan Hubicka  <jh@suse.cz>
9717
9718         * df-problems.c (df_live_scratch): Convert to bitmap_head.
9719         (df_live_alloc): Initialize df_live_scratch when initializing
9720         problem_data.
9721         (df_live_transfer_function): Update uses of df_live_scratch.
9722         (df_live_free): Free problem_data; clear df_live_scratch before
9723         releasing the obstack.
9724         (df_md_free): Free problem data.
9725
9726 2010-06-11  Jan Hubicka  <jh@suse.cz>
9727
9728         * doc/invoke.texi (Wsuggest-attribute): Document.
9729         (Wmissing-noreturn): Remove.
9730         * ipa-pure-const.c (warn_function_noreturn): New function.
9731         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
9732         warn_missing_noreturn.
9733         * common.opt (Wsuggest-attribute=noreturn): New.
9734         * tree-flow.h (warn_function_noreturn): Declare.
9735         * tree-cfg.c (execute_warn_function_noreturn): Use
9736         warn_function_noreturn.
9737         (gate_warn_function_noreturn): New.
9738         (pass_warn_function_noreturn): Update.
9739
9740 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9741
9742         * c-typeck.c (handle_warn_cast_qual): Add loc
9743         parameter. Improve warning message.
9744         (build_c_cast): Pass location to handle_warn_cast_qual.
9745
9746 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
9747
9748         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
9749         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
9750         insn mnemonic.
9751         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
9752
9753 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
9754
9755         Fix bootstap on mips
9756         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
9757         be naming typedefs.
9758
9759 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
9760
9761         * system.h (helper_const_non_const_cast): New inline for
9762         gcc version <= 4.0.
9763         (CONST_CAST2): For gcc version <= 4.0 use
9764         new helper to do const/non-const casting.
9765
9766 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9767
9768         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
9769         * Makefile.in (OBJS-common): Include insn-enums.o.
9770         (insn-enums.o): New rule.
9771         (simple_generated_c): Add insn-enums.c.
9772         (build/genenums.o): New rule.
9773         (genprogmd): Add "enums".
9774         * genconstants.c (print_enum_type): Declare a C string array
9775         for each enum.
9776         * genenums.c: New file.
9777         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
9778         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
9779         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
9780
9781 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9782
9783         * doc/md.texi (define_enum_attr): Document.
9784         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
9785         * read-md.h (lookup_enum_type): Declare.
9786         * read-md.c (lookup_enum_type): New function.
9787         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
9788         * genattrtab.c (attr_desc): Add an enum_name field.
9789         (evaluate_eq_attr): Take the associated attribute as argument.
9790         Get the enum prefix from the enum_name field, if defined.
9791         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
9792         (simplify_test_exp): Pass attr to evaluate_eq_attr.
9793         (add_attr_value): New function, split out from...
9794         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
9795         (write_test_expr): Pass attr to evaluate_eq_attr.
9796         (write_attr_get): Use the enum_name as the enum tag, if defined.
9797         (write_attr_valueq): Use the enum_name as a prefix, if defined.
9798         (find_attr): Initialize enum_name.
9799         (main): Handle DEFINE_ENUM_ATTR.
9800         * gensupport.c (process_rtx): Likewise.
9801         * config/mips/mips.h (mips_tune_attr): Delete.
9802         * config/mips/mips.md (cpu): Use define_attr_enum.
9803
9804 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9805
9806         * doc/md.texi (define_c_enum, define_enum): Document.
9807         * read-md.h (md_constant): Add a parent_enum field.
9808         (enum_value, enum_type): New structures.
9809         (upcase_string, traverse_enum_types): Declare.
9810         * read-md.c (enum_types): New variable.
9811         (upcase_string, add_constant): New functions.
9812         (handle_constants): Don't create the hash table here.
9813         Use add_constant.
9814         (traverse_md_constants): Don't check for a null md_constants.
9815         (decimal_string, handle_enum, traverse_enum_types): New functions.
9816         (read_md_files): Initialize md_constants and md_enums.
9817         * genconstants.c (print_md_constant): Ignore info argument.
9818         Only print constants that belong to no enum.
9819         (print_enum_type): New function.
9820         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
9821         for each defined enum type.
9822         * config/mips/mips.md (processor): New define_enum.
9823         (unspec): New define_c_enum.
9824         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
9825         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
9826         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
9827         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
9828         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
9829         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
9830         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
9831         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
9832         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
9833         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
9834         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
9835         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
9836         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
9837         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
9838         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
9839         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
9840         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
9841         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
9842         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
9843         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
9844         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
9845         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
9846         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
9847         (UNSPEC_RDDSP): Move to mips-dsp.md.
9848         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
9849         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
9850         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
9851         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
9852         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
9853         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
9854         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
9855         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
9856         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
9857         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
9858         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
9859         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
9860         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
9861         Moved to mips-dspr2.md.
9862         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
9863         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
9864         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
9865         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
9866         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
9867         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
9868         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
9869         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
9870         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
9871         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
9872         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
9873         UNSPEC_LOONGSON_PSADBH)
9874         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
9875         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
9876         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
9877         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
9878         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
9879         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
9880         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
9881         (cpu): Update comment.
9882         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
9883         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
9884         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
9885         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
9886         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
9887         UNSPEC_LOONGSON_PCMPEQ)
9888         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
9889         UNSPEC_LOONGSON_PINSR_0)
9890         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
9891         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
9892         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
9893         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
9894         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
9895         UNSPEC_LOONGSON_PSADBH)
9896         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
9897         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
9898         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
9899         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
9900         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
9901         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
9902         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
9903         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
9904         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
9905         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
9906         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
9907         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
9908         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
9909         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
9910         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
9911         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
9912         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
9913         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
9914         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
9915         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
9916         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
9917         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
9918         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
9919         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
9920         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
9921         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
9922         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
9923         (UNSPEC_RDDSP): Moved from mips.md.
9924         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
9925         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
9926         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
9927         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
9928         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
9929         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
9930         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
9931         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
9932         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
9933         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
9934         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
9935         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
9936         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
9937         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
9938         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
9939         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
9940         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
9941         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
9942         (UNSPEC_SCC): Moved from mips.md.
9943         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
9944         "processor_type" to "processor".
9945         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
9946         * config/mips/mips.h (processor_type): Delete.
9947         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
9948         "processor_type" to "processor".
9949
9950 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9951
9952         * configure.ac (tm_include_list): Add insn-constants.h.
9953         * configure: Regenerate.
9954         * Makefile.in (GTM_H): Move insn-constants.h here from...
9955         (TM_H): ...here.
9956         * mkconfig.sh: Remove special handling for insn-constants.h.
9957
9958 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9959
9960         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
9961         (BUILD_MD): ...this new variable.
9962         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
9963         that include the old contents of simple_generated_h and
9964         simple_generated_c.
9965         (simple_generated_h, simple_generated_c): Include them.  Add
9966         insn-constants.h.
9967         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
9968         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
9969         Remove these dependencies from the main rule and include
9970         insn-conditions.md in the command line only if it appears
9971         in the dependency list.
9972         (insn-constants.h, s-constants): Delete.
9973         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
9974         or gensupport.h.
9975         (build/genmddeps.o): Likewise.
9976         (genprogrtl): New variable that contains everything from genprogmd
9977         except mddeps and constants.
9978         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
9979         depend on $(BUILD_MD)
9980         (genprog): New variable.  Make these programs depend on
9981         $(BUILD_ERRORS).
9982         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
9983         (main): Use read_md_files instead of init_rtx_reader_args.
9984         * genconstants.c: As for genmddeps.c.
9985         * read-md.h (read_skip_construct): Declare.
9986         * read-md.c (read_skip_construct): New function.
9987         (handle_file): Allow a null handle_directive, skipping the
9988         construct if so.
9989         (parse_include): Update the comment accordingly.
9990
9991 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9992
9993         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
9994         * genmddeps.c: Include read-md.h.
9995         (main): Call init_rtx_reader_args instead of init_md_reader_args.
9996         * genattr.c (main): Likewise.
9997         * genattrtab.c (main): Likewise.
9998         * genautomata.c (main): Likewise.
9999         * gencodes.c (main): Likewise.
10000         * genconditions.c (main): Likewise.
10001         * genconfig.c (main): Likewise.
10002         * genconstants.c (main): Likewise.
10003         * genemit.c (main): Likewise.
10004         * genextract.c (main): Likewise.
10005         * genflags.c (main): Likewise.
10006         * genopinit.c (main): Likewise.
10007         * genoutput.c (main): Likewise.
10008         * genpeep.c (main): Likewise.
10009         * genrecog.c (main): Likewise.
10010         * genpreds.c (main): Likewise.
10011         * gensupport.h (in_fname): Move to read-md.h.
10012         (init_md_reader_args_cb): Rename to...
10013         (init_rtx_reader_args_cb): ...this and return a bool.
10014         (init_md_reader_args): Rename to...
10015         (init_rtx_reader_args): ...this and return a bool.
10016         (include_callback): Move to read-md.h.
10017         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
10018         (file_name_list, first_dir_md_include): Move to read-md.c
10019         (first_bracket_include): Delete unused variable.
10020         (last_dir_md_include): Move to read-md.c.
10021         (process_include): Delete, moving code to read-md.c:handle_include.
10022         (process_rtx): Don't handle INCLUDE.
10023         (save_string): Delete.
10024         (rtx_handle_directive): New function.
10025         (init_md_reader_args_cb): Rename to...
10026         (init_rtx_reader_args_cb): ...this and return a boolean success value.
10027         Use read_md_args.
10028         (init_md_reader_args): Rename to...
10029         (init_rtx_reader_args): ...this and return a boolean success value.
10030         * rtl.def (INCLUDE): Delete.
10031         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
10032         argument.
10033         * read-rtl.c (read_conditions): Don't gobble ')' here.
10034         (read_mapping): Likewise.
10035         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
10036         Handle top-level non-rtx constructs here rather than in read_rtx_1.
10037         Store the whole queue in *X.  Remove call to init_md_reader.
10038         (read_rtx_1): Rename to...
10039         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
10040         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
10041         here.
10042         (read_nested_rtx): New function.  Handle (nil) here rather than
10043         in read_rtx_code.
10044         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
10045         gobble ')' here.
10046         * read-md.h (directive_handler_t): New type.
10047         (in_fname, include_callback): Moved from read-md.h.
10048         (read_constants, init_md_reader): Delete.
10049         (read_md_files): Declare.
10050         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
10051         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
10052         from gensupport.c.
10053         (read_constants): Rename to...
10054         (handle_constants): ...this.  Don't gobble ')' here.
10055         (handle_include, handle_file, handle_toplevel_file)
10056         (parse_include): New functions, mostly taken from gensupport.c.
10057         (init_md_reader): Subsume into...
10058         (read_md_files): ...this new function.
10059
10060 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10061
10062         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
10063         (unread_char): Decrement read_md_lineno after putting back '\n'.
10064         * read-md.c (fatal_with_file_and_line): Push back any characters
10065         that we decide not to add to the context.
10066         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
10067         fatal_expected_char in cases where '/' ends a line (for example).
10068         (read_name): Don't increment read_md_lineno here.
10069         (read_escape): Likewise.
10070         (read_quoted_string): Likewise.
10071         (read_braced_string): Likewise.
10072
10073 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10074
10075         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
10076         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
10077         * genconstants.c: Include read-md.h.
10078         * read-rtl.c (md_constants): Move to read-md.c.
10079         (md_name): Move to read-md.h.
10080         (initialize_iterators): Use leading_string_hash instead of def_hash
10081         and leading_string_eq_p instead of def_name_eq_p.
10082         (read_name): Move to read-md.c.
10083         (def_hash, def_name_eq_p): Delete.
10084         (read_constants, traverse_md_constants): Move to read-md.c.
10085         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
10086         * read-md.h: Include hashtab.h.
10087         (md_name): Moved from read-rtl.c.
10088         (md_constant): Moved from read-md.h.
10089         (leading_string_hash, leading_string_eq_p, read_name)
10090         (read_constants, traverse_md_constants): Declare.
10091         * read-md.c (md_constants): Moved from read-rtl.c.
10092         (leading_string_hash, leading_string_eq_p): New functions.
10093         (read_name, read_constants, traverse_md_constants): Moved from
10094         read-rtl.c.
10095
10096 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10097
10098         * read-rtl.c (md_name): New structure.
10099         (read_name): Take an md_name instead of a buffer pointer.
10100         Use the "string" field instead of strcpy when expanding constants.
10101         (read_constants): Remove the tmp_char argument.  Update the calls
10102         to read_name, using two local name buffers instead of the tmp_char
10103         argument.  Merge the constant-creation code.
10104         (read_conditions): Remove the tmp_char argument.  Update the calls
10105         to read_name, using a local name buffer instead of the tmp_char
10106         argument.
10107         (read_mapping): Replace tmp_char variable with a local name buffer.
10108         Update the calls to read_name.
10109         (read_rtx_1): Likewise.  Update the calls to read_constants and
10110         read_conditions.
10111
10112 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10113
10114         * Makefile.in (build/read-md.o): Depend on errors.h.
10115         * read-md.h (error_with_line): Declare.
10116         * read-md.c: Include errors.h.
10117         (message_with_line_1): New function, extracted from...
10118         (message_with_line): ...here.
10119         (error_with_line): New function.
10120         * genattrtab.c: If a call to message_with_line is followed by
10121         "have_error = 1;", replace both statements with a call to
10122         error_with_line.
10123         * genoutput.c: Likewise.
10124         * genpreds.c: Likewise.
10125         * genrecog.c: If a call to message_with_line is followed by
10126         "error_count++;", replace both statements with a call to
10127         error_with_line.
10128         (errorcount): Delete.
10129         (main): Don't check it.
10130         * gensupport.c: If a call to message_with_line is followed by
10131         "errors = 1;", replace both statements with a call to error_with_line.
10132         (errors): Delete.
10133         (process_define_cond_exec): Check have_error instead of errors.
10134         (init_md_reader_args_cb): Likewise.  Don't set errors.
10135
10136 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10137
10138         * read-md.h (read_md_file): Declare.
10139         (read_char, unread_char): New functions.
10140         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10141         (read_quoted_string, read_string): Remove FILE * argument.
10142         * read-md.c (read_md_file): New variable.
10143         (read_md_filename, read_md_lineno): Update comments and remove
10144         unnecessary initialization.
10145         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10146         (read_escape, read_quoted_string, read_braced_string, read_string):
10147         Remove FILE * argument.  Update calls accordingly, using read_char
10148         and unread_char instead of getc and ungetc.
10149         * rtl.h (read_rtx): Remove FILE * argument.
10150         * read-rtl.c (iterator_group): Remove FILE * argument from
10151         "find_builtin".
10152         (iterator_traverse_data): Remove "infile" field.
10153         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
10154         (add_mapping, read_name, read_constants, read_conditions)
10155         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
10156         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
10157         Remove file arguments from all calls, using read_char and unread_char
10158         instead of getc and ungetc.
10159         * gensupport.c (process_include): Preserve read_md_file around
10160         the include.  Set read_md_file to the handle of the included file.
10161         Update call to read_rtx.
10162         (init_md_reader_args_cb): Set read_md_file to the handle of the file
10163         and remove local FILE *.  Update calls to read_rtx.
10164
10165 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10166
10167         * read-md.h (read_rtx_lineno): Rename to...
10168         (read_md_lineno): ...this.
10169         (read_rtx_filename): Rename to...
10170         (read_md_filename): ...this.
10171         (copy_rtx_ptr_loc): Rename to...
10172         (copy_md_ptr_loc): ...this.
10173         (print_rtx_ptr_loc): Rename to...
10174         (print_md_ptr_loc): ...this.
10175         * read-md.c: Likewise.  Update references after renaming.
10176         (string_obstack): Replace RTL with MD in comment.
10177         (set_rtx_ptr_loc): Rename to...
10178         (set_md_ptr_loc): ...this.
10179         (get_rtx_ptr_loc): Rename to...
10180         (get_md_ptr_loc): ...this.
10181         * genconditions.c: Update references after renaming.
10182         * genemit.c: Likewise.
10183         * genoutput.c: Likewise.
10184         * genpreds.c: Likewise.
10185         * gensupport.c: Likewise.
10186         * read-rtl.c: Likewise.
10187
10188 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10189
10190         * Makefile.in (READ_MD_H): New variable.
10191         (BUILD_RTL): Add build/read-md.o.
10192         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
10193         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
10194         (build/genattrtab.o, build/genconditions.o build/genemit.o)
10195         (build/genextract.o, build/genflags.o, build/genoutput.o)
10196         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
10197         (build/read-md.o): New rule.
10198         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
10199         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
10200         * coretypes.h: ...here.
10201         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
10202         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
10203         * genattr.c: Include read-md.h.
10204         * genattrtab.c: Likewise.
10205         * genconditions.c: Likewise.
10206         * genemit.c: Likewise.
10207         * genextract.c: Likewise.
10208         * genflags.c: Likewise.
10209         * genoutput.c: Likewise.
10210         * genpreds.c: Likewise.
10211         * genrecog.c: Likewise.
10212         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
10213         (join_c_conditions, print_c_condition, read_rtx_filename)
10214         (read_rtx_lineno): Move to read-md.h.
10215         * read-rtl.c: Include read-md.h.
10216         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
10217         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
10218         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
10219         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
10220         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
10221         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
10222         (read_braced_string, read_string): Move to read-md.c.
10223         (read_rtx): Move some initialization to init_md_reader and call
10224         init_md_reader here.
10225         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
10226         Move to read-md.h.
10227         * gensupport.c: Include read-md.h.
10228         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
10229         * read-md.h, read-md.c: New files.
10230
10231 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
10232
10233         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10234         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10235         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
10236         * config/moxie/moxie.c (moxie_function_value): Make static.
10237         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
10238         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
10239
10240 2010-06-10  Martin Jambor  <mjambor@suse.cz>
10241
10242         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
10243         * dbgcnt.def (tree_sra): New counter.
10244         * tree-sra.c: Include dbgcnt.h.
10245         (gate_intra_sra): Check tree_sra debug counter.
10246
10247 2010-06-10  Martin Jambor  <mjambor@suse.cz>
10248
10249         PR tree-optimization/44258
10250         * tree-sra.c (build_access_subtree): Return false iff there is a
10251         partial overlap.
10252         (build_access_trees): Likewise.
10253         (analyze_all_variable_accesses): Disqualify candidates if
10254         build_access_trees returns true for them.
10255
10256 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
10257
10258         PR debug/41371
10259         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
10260         tail-recurse into canonical node.  Fast-forward over
10261         non-canonical VALUEs.
10262
10263 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
10264
10265         PR boostrap/44470
10266         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
10267         (*addsi_1_zext) <TYPE_LEA>: Likewise.
10268         (add lea splitter): Likewise.
10269         (add_zext lea splitter): Likewise.
10270
10271 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
10272
10273         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
10274
10275 2010-06-10  Jan Hubicka  <jh@suse.cz>
10276
10277         * df-problems.c (df_live_problem_data): Add live_bitmaps.
10278         (df_live_alloc): Initialize problem data and live_osbtacks.
10279         (df_live_finalize): Remove obstack, problem data; do not
10280         clear all bitmaps.
10281         (df_live_top_dump, df_live_bottom_dump): Do not dump old
10282         data when not allocated.
10283         (df_live_verify_solution_start): Do not allocate problem data.
10284         (df_live_verify_solution_end): Check if out is allocated.
10285         (struct df_md_problem_data): New structure.
10286         (df_md_alloc): Allocate problem data.
10287         (df_md_free): Free problem data; do not clear bitmaps.
10288
10289 2010-06-10  Jan Beulich  <jbeulich@novell.com>
10290
10291         PR bootstrap/37304
10292         * configure.ac: Replace $() with ${} when intending to expand
10293         variables rather than invoking commands.
10294         * configure: Re-generate.
10295
10296 2010-06-10  Jan Hubicka  <jh@suse.cz>
10297
10298         PR rtl-optimization/44460
10299         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
10300         TYPE_NEEDS_CONSTRUCTING sanity check.
10301
10302 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
10303
10304         * doc/include/fdl.texi: Move to GFDL version 1.3.
10305
10306         * doc/cpp.texi: Move to GFDL version 1.3.
10307         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
10308         * doc/gccint.texi: Move to GFDL version 1.3.
10309         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
10310         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
10311         * doc/invoke.texi: Move to GFDL version 1.3.
10312
10313 2010-06-09  Jan Hubicka  <jh@suse.cz>
10314
10315         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
10316         Break out from ...
10317         (propagate) ... here; swap the order.
10318
10319 2010-06-09  Jan Hubicka  <jh@suse.cz>
10320
10321         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
10322         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
10323         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
10324         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
10325
10326 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
10327
10328         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
10329         Do not the gather memory reference in the outer loop if the step
10330         is not a constant.
10331
10332 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
10333
10334         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
10335         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
10336         8 to 4.  Minor change of the related comments.
10337
10338 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10339
10340         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
10341         the scev analysis when the variable is not used outside the loop
10342         in a close phi node: call compute_overall_effect_of_inner_loop.
10343
10344 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10345
10346         * graphite-sese-to-poly.c (single_pred_cond): Renamed
10347         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
10348         (build_sese_conditions_before): Renamed call to single_pred_cond.
10349         (build_sese_conditions_after): Same.
10350
10351 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10352
10353         * graphite-poly.h: Fix comments and indentation.
10354         * graphite-sese-to-poly.c: Same.
10355         (build_sese_conditions_before): Compute stmt and gbb only when needed.
10356         * tree-chrec.c: Fix comments and indentation.
10357         (tree-ssa-loop-niter.c): Same.
10358
10359 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
10360
10361         PR rtl-optimization/42461
10362         * dce.c (deletable_insn_p): Return true for const or pure calls again.
10363         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
10364
10365 2010-06-09  Jan Hubicka  <jh@suse.cz>
10366
10367         * bitmap.c (bitmap_and): Walk array forward.
10368         (bitmap_and_compl_into): Likewise.
10369         (bitmap_xor): Likewise.
10370         (bitmap_xor_into):  Likewise.
10371         (bitmap_equal_p): Likewise.
10372         (bitmap_intersect_p): Likewise.
10373         (bitmap_intersect_compl_p): Likewise.
10374         (bitmap_ior_and_into): Likewise.
10375         (bitmap_elt_copy): Likewise.
10376         (bitmap_and_compl): Likewise.
10377         (bitmap_elt_ior): Likewise.
10378
10379 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
10380
10381         * opts-common.c (prune_options): Ensure replacement argv array
10382         is correctly terminated by a NULL entry.
10383
10384 2010-06-09  Jan Hubicka  <jh@suse.cz>
10385
10386         * cgraph.h (varpool_first_static_initializer,
10387         varpool_next_static_initializer): Make checking only when
10388         checking enabled.
10389         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
10390         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
10391         gcc_assert to gcc_checking_assert.
10392         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
10393         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
10394         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
10395         op_iter_init_phiuse, op_iter_init_phidef,
10396         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
10397         gcc_checking_assert.
10398         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
10399         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
10400         partition_is_global, live_on_entry, live_on_exit,
10401         live_merge_and_clear): Likewise.
10402         * system.h (gcc_checking_assert): New macro.
10403         * gimple.h (set_bb_seq): Use gcc_checking_assert.
10404
10405 2010-06-09  Jason Merrill  <jason@redhat.com>
10406
10407         * Makefile.in (TAGS): Collect tags info from c-family.
10408
10409 2010-06-09  Jan Hubicka  <jh@suse.cz>
10410
10411         * gimple.h (gcc_gimple_checking_assert): New macro.
10412         (gimple_set_def_ops, gimple_set_use_ops,
10413         gimple_set_vuse, gimple_set_vdef,
10414         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
10415         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
10416         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
10417         gimple_asm_output_op, gimple_asm_output_op_ptr,
10418         gimple_asm_set_output_op, gimple_asm_clobber_op,
10419         gimple_asm_set_clobber_op, gimple_asm_label_op,
10420         gimple_asm_set_label_op, gimple_try_set_kind,
10421         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
10422         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
10423         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
10424         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
10425         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
10426         gimple_omp_for_set_initial, gimple_omp_for_final,
10427         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
10428         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
10429         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
10430         conditional with ENABLE_GIMPLE_CHECKING.
10431         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
10432
10433 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
10434
10435         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
10436         (get_computation_cost_at): Use it.
10437         (determine_use_iv_cost_condition): Likewise.
10438         (determine_iv_cost): Likewise.
10439
10440 2010-06-09  Richard Guenther  <rguenther@suse.de>
10441
10442         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
10443         replace constants.
10444
10445 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
10446
10447         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
10448
10449 2010-06-09  Martin Jambor  <mjambor@suse.cz>
10450
10451         PR tree-optimization/44423
10452         * tree-sra.c (dump_access): Dump also grp_assignment_read.
10453         (analyze_access_subtree): Pass negative allow_replacements to children
10454         if the current type is scalar.
10455
10456 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
10457
10458         PR testsuite/42843
10459         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
10460         * doc/plugins.texi (Plugin license check): Update information
10461         on type of plugin_is_GPL_compatible.
10462         * Makefile.in (PLUGINCC): Define as $(COMPILER).
10463         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
10464
10465 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
10466
10467         * config/arm/arm.c (thumb2_reorg): New function.
10468         (arm_reorg): Call it.
10469         * config/arm/thumb2.md (define_peephole2 for flag clobbering
10470         arithmetic operations): Delete.
10471
10472 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
10473
10474         PR target/44067
10475         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
10476         e500v2 target.
10477
10478 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
10479
10480         PR plugins/44459
10481         * gcc-plugin.h: Encapsulate all declarations in extern "C".
10482
10483 2010-06-08  Jan Hubicka  <jh@suse.cz>
10484
10485         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
10486         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
10487
10488 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
10489
10490         PR tree-optimization/39874
10491         PR middle-end/28685
10492         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
10493         Declare.
10494         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
10495         same_bool_result_p): New.
10496         (and_var_with_comparison, and_var_with_comparison_1,
10497         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
10498         (or_var_with_comparison, or_var_with_comparison_1,
10499         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
10500         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
10501         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
10502         of combine_comparisons.
10503         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
10504
10505 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
10506
10507         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10508         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10509         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
10510         pdp11_function_value_regno_p): New functions.
10511         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
10512         TARGET_FUNCTION_VALUE_REGNO_P): Define.
10513
10514 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
10515
10516         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
10517         Thumb-2 in the MINUS case.
10518
10519 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
10520
10521         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
10522
10523         * doc/gty.texi (GTY Options): Document typed GC allocation and
10524         variable_size GTY option.
10525
10526         * ggc-internal.h: New.
10527
10528         * ggc.h: Update copyright year.
10529         (digit_string): Move to stringpool.c.
10530         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
10531         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
10532         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
10533         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
10534         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
10535         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
10536         (ggc_force_collect, ggc_get_size, ggc_statistics)
10537         (ggc_print_common_statistics): Move to ggc-internal.h.
10538         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
10539         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
10540         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
10541         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
10542         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
10543         (ggc_alloc_zone_pass_stat): Remove.
10544         (ggc_internal_alloc_stat, ggc_internal_alloc)
10545         (ggc_internal_cleared_alloc_stat): New.
10546         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
10547         (ggc_internal_vec_alloc_stat)
10548         (ggc_internal_cleared_vec_alloc_stat)
10549         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
10550         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
10551         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
10552         (ggc_cleared_alloc_ptr_array_two_args): New.
10553         (htab_create_ggc, splay_tree_new_ggc): Redefine.
10554         (ggc_splay_alloc): Change the type of the first argument to
10555         enum gt_types_enum.
10556         (ggc_alloc_string): Make macro.
10557         (ggc_alloc_string_stat): New.
10558         (ggc_strdup): Redefine.
10559         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
10560         (ggc_alloc_rtvec_sized): New.
10561         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
10562         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
10563         (ggc_internal_cleared_alloc_zone_stat)
10564         (ggc_internal_zone_alloc_stat)
10565         (ggc_internal_zone_cleared_alloc_stat)
10566         (ggc_internal_zone_vec_alloc_stat)
10567         (ggc_alloc_zone_rtx_def_stat)
10568         (ggc_alloc_zone_tree_node_stat)
10569         (ggc_alloc_zone_cleared_tree_node_stat)
10570         (ggc_alloc_cleared_gimple_statement_d_stat): New.
10571
10572         * ggc-common.c: Include ggc-internal.h.
10573         (ggc_internal_cleared_alloc_stat): Rename from
10574         ggc_alloc_cleared_stat.
10575         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
10576         (ggc_calloc): Remove.
10577         (ggc_cleared_alloc_htab_ignore_args): New.
10578         (ggc_cleared_alloc_ptr_array_two_args): New.
10579         (ggc_splay_alloc): Add obj_type parameter.
10580         (init_ggc_heuristics): Formatting fixes.
10581
10582         * ggc-none.c: Update copyright year.
10583         (ggc_alloc_stat): Rename to ggc_alloc_stat.
10584         (ggc_alloc_cleared_stat): Rename to
10585         ggc_internal_cleared_alloc_stat.
10586         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
10587
10588         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
10589         Remove references to ggc_alloc in comments.
10590         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
10591         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
10592         (new_ggc_zone, destroy_ggc_zone): Remove.
10593         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
10594
10595         * ggc-zone.c: Include ggc-internal.h.  Remove references to
10596         ggc_alloc in comments.
10597         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
10598         (ggc_internal_alloc_zone_pass_stat): New.
10599         (ggc_internal_cleared_alloc_zone_stat): New.
10600         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
10601         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
10602         (new_ggc_zone, destroy_ggc_zone): Remove.
10603
10604         * stringpool.c: Update copyright year.  Include ggc-internal.h
10605         (digit_vector): Make static.
10606         (digit_string): Moved from ggc.h.
10607         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
10608         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
10609
10610         * Makefile.in (GGC_INTERNAL_H): New.
10611         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
10612         $(GGC_INTERNAL_H) to dependencies.
10613
10614         * gentype.c: Update copyright year.
10615         (walk_type): Accept variable_size GTY option.
10616         (USED_BY_TYPED_GC_P): New macro.
10617         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
10618         whitespace at the end of strings.
10619         (get_type_specifier, variable_size_p): New functions.
10620         (alloc_quantity, alloc_zone): New enums.
10621         (write_typed_alloc_def): New function.
10622         (write_typed_struct_alloc_def): Likewise.
10623         (write_typed_typed_typedef_alloc_def): Likewise.
10624         (write_typed_alloc_defns): Likewise.
10625         (output_typename, write_splay_tree_allocator_def): Likewise.
10626         (write_splay_tree_allocators): Likewise.
10627         (main): Call write_typed_alloc_defns and
10628         write_splay_tree_allocators.
10629
10630         * lto-streamer.h (lto_file_decl_data_ptr): New.
10631
10632         * passes.c (order): Define using cgraph_node_ptr.
10633
10634         * strinpool.c (struct string_pool_data): Declare nested_ptr using
10635         ht_identifier_ptr.
10636
10637         * gimple.h (union gimple_statement_d): Likewise.
10638
10639         * rtl.h (struct rtx_def): Likewise.
10640         (struct rtvec_def): Likewise.
10641
10642         * tree.h (union tree_node): Likewise.
10643
10644         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
10645
10646         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
10647
10648         * tree-scalar-evolution.c (scev_initialize): Likewise.
10649
10650         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
10651
10652         * dwarf2asm.c (dw2_force_const_mem): Likewise.
10653
10654         * omp-low.c (lower_omp_critical): Likewise.
10655
10656         * bitmap.h (struct bitmap_head_def): Update comment to not
10657         reference ggc_alloc.
10658
10659         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
10660
10661         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
10662
10663         * ipa-prop.c (duplicate_ggc_array): Rename to
10664         duplicate_ipa_jump_func_array.  Use typed GC allocation.
10665         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
10666
10667         * gimple.c (gimple_alloc_stat): Use
10668         ggc_alloc_cleared_gimple_statement_d_stat.
10669
10670         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
10671
10672         * tree.c (make_node_stat): Use
10673         ggc_alloc_zone_cleared_tree_node_stat.
10674         (make_tree_vec_stat): Likewise.
10675         (build_vl_exp_stat): Likewise.
10676         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
10677         (make_tree_binfo_stat): Likewise.
10678         (tree_cons_stat): Likewise.
10679
10680         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
10681         (shallow_copy_rtx_stat): Likewise.
10682         (make_node_stat): Likewise.
10683
10684         * lto-symtab.c: Fix comment.
10685
10686         * tree-cfg.c (create_bb): Update comment to not reference
10687         ggc_alloc_cleared.
10688         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
10689
10690         * varpool.c (varpool_node): Use typed GC allocation.
10691         (varpool_extra_name_alias): Likewise.
10692
10693         * varasm.c (emutls_decl): Likewise.
10694         (get_unnamed_section): Likewise.
10695         (get_noswitch_section): Likewise.
10696         (get_section): Likewise.
10697         (get_block_for_section): Likewise.
10698         (build_constant_desc): Likewise.
10699         (create_constant_pool): Likewise.
10700         (force_const_mem): Likewise.
10701
10702         * tree.c (build_vl_exp_stat): Likewise.
10703         (build_real): Likewise.
10704         (build_string): Likewise.
10705         (decl_debug_expr_insert): Likewise.
10706         (decl_value_expr_insert): Likewise.
10707         (type_hash_add): Likewise.
10708         (build_omp_clause): Likewise.
10709
10710         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
10711
10712         * tree-ssa.c (init_tree_ssa): Likewise.
10713
10714         * tree-ssa-structalias.c (heapvar_insert): Likewise.
10715
10716         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
10717
10718         * tree-ssa-loop-niter.c (record_estimate): Likewise.
10719
10720         * tree-ssa-alias.c (get_ptr_info): Likewise.
10721
10722         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
10723
10724         * tree-phinodes.c (allocate_phi_node): Likewise.
10725
10726         * tree-iterator.c (tsi_link_before): Likewise.
10727         (tsi_link_after): Likewise.
10728
10729         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
10730
10731         * tree-dfa.c (create_var_ann): Likewise.
10732
10733         * tree-cfg.c (create_bb): Likewise.
10734
10735         * toplev.c (alloc_for_identifier_to_locale): Likewise.
10736         (general_init): Likewise.
10737
10738         * stringpool.c (stringpool_ggc_alloc): Likewise.
10739         (gt_pch_save_stringpool): Likewise.
10740
10741         * sese.c (if_region_set_false_region): Likewise.
10742
10743         * passes.c (do_per_function_toporder): Likewise.
10744
10745         * optabs.c (set_optab_libfunc): Likewise.
10746         (set_conv_libfunc): Likewise.
10747
10748         * lto-symtab.c (lto_symtab_register_decl): Likewise.
10749
10750         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
10751         (input_eh_region): Likewise.
10752         (input_eh_lp): Likewise.
10753         (make_new_block): Likewise.
10754         (unpack_ts_real_cst_value_fields): Likewise.
10755
10756         * lto-section-in.c (lto_new_in_decl_state): Likewise.
10757
10758         * lto-cgraph.c (input_node_opt_summary): Likewise.
10759
10760         * loop-init.c (loop_optimizer_init): Likewise.
10761
10762         * lambda.h (lambda_vector_new): Likewise.
10763
10764         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
10765
10766         * ira.c (update_equiv_regs): Likewise.
10767
10768         * ipa.c (cgraph_node_set_new): Likewise.
10769         (cgraph_node_set_add): Likewise.
10770         (varpool_node_set_new): Likewise.
10771         (varpool_node_set_add): Likewise.
10772
10773         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
10774         (duplicate_ipa_jump_func_array): Likewise.
10775         (ipa_read_node_info): Likewise.
10776
10777         * ipa-cp.c (ipcp_create_replace_map): Likewise.
10778
10779         * integrate.c (get_hard_reg_initial_val): Likewise.
10780
10781         * gimple.c (gimple_alloc_stat): Likewise.
10782         (gimple_build_omp_for): Likewise.
10783         (gimple_seq_alloc): Likewise.
10784         (gimple_copy): Likewise.
10785
10786         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
10787         (gsi_insert_after_without_update): Likewise.
10788
10789         * function.c (add_frame_space): Likewise.
10790         (insert_temp_slot_address): Likewise.
10791         (assign_stack_temp_for_type): Likewise.
10792         (allocate_struct_function): Likewise.
10793         (types_used_by_var_decl_insert): Likewise.
10794
10795         * except.c (init_eh_for_function): Likewise.
10796         (gen_eh_region): Likewise.
10797         (gen_eh_region_catch): Likewise.
10798         (gen_eh_landing_pad): Likewise.
10799         (add_call_site): Likewise.
10800
10801         * emit-rtl.c (get_mem_attrs): Likewise.
10802         (get_reg_attrs): Likewise.
10803         (start_sequence): Likewise.
10804         (init_emit): Likewise.
10805
10806         * dwarf2out.c (new_cfi): Likewise.
10807         (queue_reg_save): Likewise.
10808         (dwarf2out_frame_init): Likewise.
10809         (new_loc_descr): Likewise.
10810         (find_AT_string): Likewise.
10811         (new_die): Likewise.
10812         (add_var_loc_to_decl): Likewise.
10813         (clone_die): Likewise.
10814         (clone_as_declaration): Likewise.
10815         (break_out_comdat_types): Likewise.
10816         (new_loc_list): Likewise.
10817         (loc_descriptor): Likewise.
10818         (add_loc_descr_to_each): Likewise.
10819         (add_const_value_attribute): Likewise.
10820         (tree_add_const_value_attribute): Likewise.
10821         (add_comp_dir_attribute): Likewise.
10822         (add_name_and_src_coords_attributes): Likewise.
10823         (lookup_filename): Likewise.
10824         (store_vcall_insn): Likewise.
10825         (dwarf2out_init): Likewise.
10826
10827         * dbxout.c (dbxout_init): Likewise.
10828
10829         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
10830
10831         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
10832
10833         * config/score/score7.c (score7_output_external): Likewise.
10834
10835         * config/score/score3.c (score3_output_external): Likewise.
10836
10837         * config/s390/s390.c (s390_init_machine_status): Likewise.
10838
10839         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
10840         (rs6000_init_machine_status): Likewise.
10841         (output_toc): Likewise.
10842
10843         * config/pa/pa.c (pa_init_machine_status): Likewise.
10844         (get_deferred_plabel): Likewise.
10845
10846         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
10847
10848         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
10849
10850         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
10851
10852         * config/mep/mep.c (mep_init_machine_status): Likewise.
10853         (mep_note_pragma_flag): Likewise.
10854
10855         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
10856
10857         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
10858
10859         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
10860
10861         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
10862         (i386_pe_maybe_record_exported_symbol): Likewise.
10863
10864         * config/i386/i386.c (get_dllimport_decl): Likewise.
10865         (ix86_init_machine_status): Likewise.
10866         (assign_386_stack_local): Likewise.
10867
10868         * config/frv/frv.c (frv_init_machine_status): Likewise.
10869
10870         * config/darwin.c (machopic_indirection_name): Likewise.
10871
10872         * config/cris/cris.c (cris_init_machine_status): Likewise.
10873
10874         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
10875
10876         * config/avr/avr.c (avr_init_machine_status): Likewise.
10877
10878         * config/arm/arm.c (arm_init_machine_status): Likewise.
10879
10880         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
10881         (alpha_need_linkage): Likewise.
10882         (alpha_use_linkage): Likewise.
10883
10884         * cgraph.c (cgraph_allocate_node): Likewise.
10885         (cgraph_create_edge_1): Likewise.
10886         (cgraph_create_indirect_edge): Likewise.
10887         (cgraph_add_asm_node): Likewise.
10888
10889         * cfgrtl.c (init_rtl_bb_info): Likewise.
10890
10891         * cfgloop.c (alloc_loop): Likewise.
10892         (rescan_loop_exit): Likewise.
10893
10894         * cfg.c (init_flow): Likewise.
10895         (alloc_block): Likewise.
10896         (unchecked_make_edge): Likewise.
10897
10898         * c-parser.c (c_parse_init): Likewise.
10899         (c_parse_file): Likewise.
10900
10901         * c-decl.c (bind): Likewise.
10902         (record_inline_static): Likewise.
10903         (push_scope): Likewise.
10904         (make_label): Likewise.
10905         (lookup_label_for_goto): Likewise.
10906         (finish_struct): Likewise.
10907         (finish_enum): Likewise.
10908         (c_push_function_context): Likewise.
10909
10910         * bitmap.c (bitmap_element_allocate): Likewise.
10911         (bitmap_gc_alloc_stat): Likewise.
10912
10913         * alias.c (record_alias_subset): Likewise.
10914         (init_alias_analysis): Likewise.
10915
10916 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
10917
10918         * fold-const.c (fold_comparison): Remove redundant parenthesis.
10919         * tree-inline.c (expand_call_inline): Pass translated return value of
10920         cgraph_inline_failed_string to diagnostic function.
10921
10922 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
10923             Shujing Zhao  <pearly.zhao@oracle.com>
10924
10925         PR c/37724
10926         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
10927         implicit bad conversions is initialization.
10928         (error_init): Use gmsgid instead of msgid for argument name and change
10929         the call for error.
10930         (pedwarn_init): Use gmsgid instead of msgid for argument name and
10931         change the call for pedwarn.
10932         (warning_init): Use gmsgid instead of msgid for argument name and
10933         change the call for warning.
10934
10935 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
10936
10937         * config/mips/mips-protos.h (mips_print_operand): Delete.
10938         (mips_print_operand_address): Delete.
10939         * config/mips/mips.h (mips_print_operand_punct): Delete.
10940         (PRINT_OPERAND): Delete.
10941         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10942         (PRINT_OPERAND_ADDRESS): Delete.
10943         * config/mips/mips.c (mips_print_operand_punct): Make static.
10944         (mips_print_operand_address): Make static.
10945         (mips_print_operand): Make static.  Call
10946         mips_print_operand_punct_valid_p.
10947         (mips_print_operand_punct_valid_p): New function.
10948         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10949         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10950
10951 2010-06-07  Jan Hubicka  <jh@suse.cz>
10952
10953         PR middle-end/44454
10954         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
10955         are allocated.
10956
10957 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
10958
10959         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
10960         name of RECORD.
10961
10962 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10963
10964         * doc/sourcebuild.texi (Effective-Target Keywords, Other
10965         attributes): Document gas.
10966
10967 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
10968
10969         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
10970         <TYPE_LEA>: Split instruction.
10971         <default>: Remove alternative 2 handling.
10972         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
10973         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
10974         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
10975
10976         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
10977         (ashift_zext lea splitter): Use DImode for multiplication.
10978
10979         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
10980         to generate addition.
10981
10982 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
10983
10984         * common.opt (fira-verbose): Use Var.
10985         (fpcc-struct-return): Use Init instead of VarExists.
10986         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
10987         toplev.c.
10988         * flags.h (flag_signed_char, flag_short_enums,
10989         flag_pcc_struct_return, flag_ira_verbose,
10990         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
10991         * toplev.c (flag_detailed_statistics, flag_signed_char,
10992         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
10993         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
10994         * toplev.h (flag_crossjumping, flag_if_conversion,
10995         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
10996         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
10997         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
10998         flag_cprop_registers, time_report, flag_ira_loop_pressure,
10999         flag_ira_coalesce, flag_ira_move_spills,
11000         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
11001
11002 2010-06-07  Jan Hubicka  <jh@suse.cz>
11003
11004         * df-core.c (df_analyze_problem): Do verification after allocation.
11005
11006         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
11007         (df_lr_alloc): Initialize problem data; move bitmaps to
11008         lr_bitmaps obstack.
11009         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
11010         (df_lr_verify_solution_start): Do not initialize problem data;
11011         allocate bitmaps in lr_bitmaps.
11012         (df_lr_verify_solution_end): Do not free problem data.
11013
11014 2010-06-07  Jan Hubicka  <jh@suse.cz>
11015
11016         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
11017         if caller is noreturn.
11018         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
11019         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
11020         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
11021         * ipa-pure-const.c (check_decl): Add IPA parameter.
11022         (state_from_flags): New function.
11023         (better_state, worse_state): New functions.
11024         (check_call): When in IPA mode, do not care about callees.
11025         (check_load, check_store): Update.
11026         (check_ipa_load, check_ipa_store): New.
11027         (check_stmt): When in IPA mode, use IPA checkers.
11028         (analyze_function): Use state_from_flags.
11029         (propagate): Check indirect edges and references.
11030
11031 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
11032
11033         PR rtl-optimization/44404
11034         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
11035         of count_occurrences to see if it's safe to modify mem_insn.
11036
11037 2010-06-07  Richard Guenther  <rguenther@suse.de>
11038
11039         * gimplify.c (gimplify_cleanup_point_expr): For empty body
11040         and EH-only cleanup drop the cleanup instead of inserting it
11041         unconditionally.
11042
11043 2010-06-07  Ira Rosen  <irar@il.ibm.com>
11044
11045         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
11046         documentation.
11047         * targhooks.c (default_builtin_vectorization_cost): New function.
11048         * targhooks.h (default_builtin_vectorization_cost): Declare.
11049         * target.h (enum vect_cost_for_stmt): Define.
11050         (builtin_vectorization_cost): Change argument and comment.
11051         * tree-vectorizer.h: Remove cost model macros.
11052         * tree-vect-loop.c: Include target.h.
11053         (vect_get_cost): New function.
11054         (vect_estimate_min_profitable_iters): Replace cost model macros with
11055         calls to vect_get_cost.
11056         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
11057         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
11058         default implementation.
11059         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
11060         calls to target hook builtin_vectorization_cost.
11061         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
11062         Likewise.
11063         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
11064         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
11065         implementation to return costs.
11066         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
11067         * config/spu/spu.h: Remove vectorizer cost model macros.
11068         * config/i386/i386.h: Likewise.
11069         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
11070         a call to target hook builtin_vectorization_cost.
11071
11072 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
11073
11074         PR target/44319
11075         * config/i386/i386.c (override_options): Turn zee pass on for level 2
11076         and above and defer till target is known.
11077         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
11078         turn off otherwise.
11079
11080 2010-05-25  Jan Hubicka  <jh@suse.cz>
11081
11082         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
11083         (df_compact_blocks): Likewise.
11084         * df.h (struct df): Turn hardware_regs_used,
11085         regular_block_artificial_uses, eh_block_artificial_uses,
11086         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
11087         bitmap_head.
11088         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
11089         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
11090         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
11091         df_scan_blocks, df_insn_delete, df_insn_rescan,
11092         df_insn_rescan_debug_internal, df_insn_rescan_all,
11093         df_process_deferred_rescans, df_process_deferred_rescans,
11094         df_notes_rescan, df_get_call_refs, df_get_call_refs,
11095         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
11096         df_record_entry_block_defs, df_record_exit_block_uses,
11097         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
11098         df_scan_verify): Update.
11099
11100 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
11101
11102         PR c++/44188
11103         * c-common.c (is_typedef_decl): Move this definition ...
11104         * tree.c (is_typedef_decl): ... here.
11105         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
11106         * c-common.h (is_typedef_decl): Move this declaration ...
11107         * tree.h (is_typedef_decl): ... here.
11108         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
11109         * dwarf2out.c (is_naming_typedef_decl): New function.
11110         (gen_tagged_type_die): Split out of ...
11111         (gen_type_die_with_usage): ... this function. When an anonymous
11112         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
11113         is emitted for the typedef.
11114         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
11115         anonymous tagged types.
11116
11117 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11118
11119         PR c/20000
11120         * c-decl.c (grokdeclarator): Delete warning.
11121
11122 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
11123
11124         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
11125         newly built CALL_EXPR.
11126         * tree-profile.c (tree_profiling): Don't profile functions produced
11127         for built-in stuff.
11128
11129 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
11130
11131         PR bootstrap/44427
11132         PR bootstrap/44428
11133         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
11134         endianness-independent.
11135
11136 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
11137
11138         * c-common.c: Move to c-family/.
11139         * c-common.def: Likewise.
11140         * c-common.h: Likewise.
11141         * c-cppbuiltin.c: Likewise.
11142         * c-dump.c: Likewise.
11143         * c-format.c: Likewise.
11144         * c-format.h : Likewise.
11145         * c-gimplify.c: Likewise.
11146         * c-lex.c: Likewise.
11147         * c-omp.c: Likewise.
11148         * c.opt: Likewise.
11149         * c-opts.c: Likewise.
11150         * c-pch.c: Likewise.
11151         * c-ppoutput.c: Likewise.
11152         * c-pragma.c: Likewise.
11153         * c-pragma.h: Likewise.
11154         * c-pretty-print.c: Likewise.
11155         * c-pretty-print.h: Likewise.
11156         * c-semantics.c: Likewise.
11157         * stub-objc.c: Likewise.
11158
11159         * gengtype.c (get_file_langdir): Special-case files in c-family/.
11160         (get_output_file_with_visibility): Fix name for c-common.h.
11161         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
11162
11163         * c-tree.h: Update include path for moved files.
11164         * c-lang.c: Likewise.
11165         * c-lang.h: Likewise.
11166         * c-parser.c: Likewise.
11167         * c-convert.c: Likewise.
11168         * c-decl.c: Likewise.
11169         * c-objc-common.c: Likewise.
11170         * configure.ac: Make sure c-family/ exists in the build directory.
11171         * configure: Regenerate.
11172         * Makefile.in: Update paths for moved files.  Regroup files per
11173         location and update dependencies.  Move generated_files down after
11174         ALL_GTFILES_H.
11175
11176         * config/spu/spu-c.c: Update paths for moved files.
11177         * config/mep/mep-pragma.c: Likewise.
11178         * config/darwin-c.c: Likewise.
11179         * config/i386/msformat-c.c: Likewise.
11180         * config/i386/i386-c.c: Likewise.
11181         * config/avr/avr-c.c: Likewise.
11182         * config/sol2-c.c: Likewise.
11183         * config/ia64/ia64-c.c: Likewise.
11184         * config/rs6000/rs6000-c.c: Likewise.
11185         * config/arm/arm.c: Likewise.
11186         * config/arm/arm-c.c: Likewise.
11187         * config/h8300/h8300.c: Likewise.
11188         * config/v850/v850-c.c: Likewise.
11189
11190         * config/t-darwin: Fix dependencies for moved files.
11191         * config/t-sol2: Fix dependencies for moved files.
11192         * config/mep/t-mep: Fix dependencies for moved files.
11193         * config/ia64/t-ia64: Fix dependencies for moved files.
11194         * config/rs6000/t-rs6000: Fix dependencies for moved files.
11195         * config/v850/t-v850: Fix dependencies for moved files.
11196         * config/v850/t-v850e: Fix dependencies for moved files.
11197
11198         * config/m32c/m32c-pragma.c
11199
11200         * po/exgettext: Look in c-family/ also.
11201
11202 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
11203
11204         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
11205         (mark_control_dependent_edges_necessary): Call it instead of marking
11206         the last statement manually.
11207         (propagate_necessity): Likewise.
11208
11209 2010-06-05  Jan Hubicka  <jh@suse.cz>
11210
11211         * basic-block.h (compute_dominance_frontiers): Updated.
11212         (compute_idf): Likewise.
11213
11214         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
11215         for dominance frontiers.
11216         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
11217         (insert_updated_phi_nodes_for): Likewise.
11218         (update_ssa): Likewise.
11219         * cfganal.c (compute_dominance_frontiers_1): Likewise.
11220         (compute_dominance_frontiers): Likewise.
11221         (compute_idf): Likewise.
11222         * df-problems.c (df_md_local_compute): Likewise.
11223
11224 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
11225
11226         * target.h (struct gcc_target): Add memory_move_cost field.
11227         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
11228         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
11229         * targhooks.c (default_memory_move_cost): New function.
11230         * targhooks.h (default_memory_move_cost): Declare function.
11231         * reload.h (memory_move_cost): Declare.
11232         (memory_move_secondary_cost): Change type of 'in' argument to bool.
11233         * reginfo.c (memory_move_cost): New function.
11234         (memory_move_secondary_cost): Change type of 'in' argument to bool.
11235         * ira.h (ira_memory_move_cost): Update comment.
11236         * ira.c (ira_memory_move_cost): Update comment.
11237         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
11238         with memory_move_cost.
11239         * postreload.c (reload_cse_simplify_set): (Ditto.).
11240         * reload1.c (choose_reload_regs): (Ditto.).
11241         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
11242         (MEMORY_MOVE_COST):  Revise documentation.
11243
11244         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
11245         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
11246         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
11247         type of 'in' argument to bool.
11248         (TARGET_MEMORY_MOVE_COST): Define.
11249
11250 2010-06-05  Jan Hubicka  <jh@suse.cz>
11251
11252         * ipa-pure-const.c (propagate): Fix typo in handling of functions
11253         that cannot return.  Be more careful when merging the results with
11254         previously known ones.
11255
11256 2010-06-05  Matthias Klose  <doko@ubuntu.com>
11257
11258         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
11259         function to add the -iplugindir option.
11260         (find_plugindir_spec_function): Add new declaration and function.
11261         (static_spec_func): Use it for "find-plugindir".
11262
11263 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
11264
11265         PR c++/44361
11266         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
11267         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
11268         statement expression.
11269
11270 2010-06-05  Jan Hubicka  <jh@suse.cz>
11271
11272         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
11273         (df_rd_problem_data): Convert sparse_invalidated_by_call,
11274         dense_invalidated_by_call to bitmap head.
11275         (df_rd_alloc, df_rd_bb_local_compute_process_def,
11276         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
11277         df_rd_start_dump, df_lr_verify_transfer_functions,
11278         df_live_verify_transfer_functions, df_chain_create_bb,
11279         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
11280         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
11281         df_simulate_one_insn_forwards, df_md_alloc,
11282         df_md_bb_local_compute_process_def,
11283         df_md_bb_local_compute_process_def, df_md_local_compute,
11284         df_md_transfer_function df_md_free): Update.
11285
11286 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
11287
11288         PR c/44322
11289         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
11290         target type for ADDR_EXPR; require no changes to qualifiers except
11291         for function types.
11292         * c-tree.h (c_build_type_variant): Remove.
11293
11294 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
11295
11296         * genautomata.c (get_excl_set): Do work per element, not per char.
11297         (check_presence_pattern_sets): Similar.
11298         (check_absence_pattern_sets): Similar.
11299
11300 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
11301
11302         * genautomata.c (curr_state_pass_num): Delete.
11303         (min_issue_delay_pass_states): Delete.
11304         (min_issue_delay): Delete.
11305         (initiate_min_issue_delay_pass_states): Delete.
11306         (output_min_issue_delay_table): Compute min_issue_delay_vect
11307         using a breadth-first search variant.
11308         (output_tables): Don't call initiate_min_issue_delay_pass_states.
11309
11310 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
11311
11312         PR boostrap/44421
11313         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
11314         (df_byte_lr_bb_local_compute): Likewise.
11315
11316 2010-06-03  Jason Merrill  <jason@redhat.com>
11317
11318         Implement noexcept operator (5.3.7)
11319         * c-common.c (c_common_reswords): Add noexcept.
11320         * c-common.h (enum rid): Add RID_NOEXCEPT.
11321
11322 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
11323
11324         * config/darwin-driver.c (darwin_default_min_version): Use
11325         GCC-specific formats in diagnostics.
11326         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
11327         diagnostics.
11328         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
11329         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
11330         eval_spec_function, handle_braces, process_brace_body, main,
11331         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
11332         getenv_spec_function, compare_version_strings,
11333         version_compare_spec_function): Use GCC-specific formats in
11334         diagnostics.
11335
11336 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11337
11338         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
11339         that operand 0 and operand 1 are equal.
11340         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
11341         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
11342         and operand 1 are equal.
11343         <default>: Ditto.  Remove ??? comment.
11344         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
11345         and operand 1 are equal.
11346         <default>: Ditto.  Remove ??? comment.
11347         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
11348         are equal.
11349         (*add<mode>_4) <default>: Ditto.
11350         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
11351
11352 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
11353
11354         * config/i386/i386-protos.h (ix86_print_operand): Declare.
11355         * config/i386/i386.c (ix86_print_operand): Make non-static.
11356         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
11357         * output.h (output_operand): Declare.
11358         * final.c (output_operand): Make non-static.
11359
11360 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
11361
11362         PR rtl-optimization/44013
11363         * sched-deps.c (add_dependence_list_and_free): Don't free lists
11364         when processing debug insns.
11365
11366         PR debug/41371
11367         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
11368         recursing.  Check that recursion is bounded.  Rename inner var
11369         to avoid hiding incoming argument.
11370
11371 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11372
11373         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
11374         operands[2] == 255.
11375         (*addqi_3): Ditto.
11376         (*addqi_4): Ditto.
11377         (*addqi_5): Ditto.
11378         (*addqi_ext_1_rex64): Ditto.
11379         (*addqi_ext_1): Ditto.
11380
11381         (*addqi_4): Check for incdec_operand in QImode.
11382
11383         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
11384         using SWI mode iterator.
11385         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
11386         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
11387         mode iterator.
11388         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
11389         using SWI mode iterator.
11390
11391 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11392
11393         PR c/25880
11394         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
11395         * c-format.c (gcc_diag_flag_specs): Add hash.
11396         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
11397         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
11398         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
11399         pp_c_cv_qualifiers. Handle qualifiers spelling here.
11400         (pp_c_type_qualifier_list): Call the function above.
11401         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
11402         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
11403         (WARN_FOR_QUALIFIERS): New macro.
11404         (convert_for_assignment): Use it.
11405
11406 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
11407
11408         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
11409
11410 2010-06-04  Jan Hubicka  <jh@suse.cz>
11411
11412         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
11413         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
11414         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
11415         DF_BYTE_LR_OUT): Update for embedded bitmaps.
11416         * fwprop.c (single_def_use_enter_block): Likewise.
11417         * ddg.c (create_ddg_dep_from_intra_loop_link,
11418         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
11419         * loop-iv.c (latch_dominating_def): Likewise.
11420         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
11421         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
11422         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
11423         df_rd_transfer_function, df_rd_top_dump,
11424         df_rd_bottom_dump): Update.
11425         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
11426         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
11427         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
11428         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
11429         df_lr_verify_solution_start, df_lr_verify_solution_end,
11430         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
11431         df_live_free_bb_info, df_live_alloc, df_live_reset,
11432         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
11433         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
11434         df_live_verify_solution_start, df_live_verify_solution_end,
11435         df_live_verify_transfer_functions, df_chain_create_bb,
11436         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
11437         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11438         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11439         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
11440         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
11441         df_byte_lr_transfer_function, df_byte_lr_top_dump,
11442         df_byte_lr_bottom_dump, df_create_unused_note,
11443         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
11444         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
11445         df_md_transfer_function, df_md_init, df_md_confluence_0,
11446         df_md_confluence_n,
11447         df_md_top_dump, df_md_bottom_dump): Update.
11448         (struct df_lr_problem_data): Embedd bitmap headers.
11449
11450 2010-06-04  Jan Hubicka  <jh@suse.cz>
11451
11452         * dce.c (dce_process_block): Do not re-scan already marked
11453         instructions.
11454
11455 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
11456
11457         PR rtl-optimization/39871
11458         PR rtl-optimization/40615
11459         PR rtl-optimization/42500
11460         PR rtl-optimization/42502
11461         * ira.c (init_reg_equiv_memory_loc: New function.
11462         (ira): Call it twice.
11463         * reload.h (calculate_elim_costs_all_insns): Declare.
11464         * ira-costs.c: Include "reload.h".
11465         (regno_equiv_gains): New static variable.
11466         (init_costs): Allocate it.
11467         (finish_costs): Free it.
11468         (ira_costs): Call calculate_elim_costs_all_insns.
11469         (find_costs_and_classes): Take estimated elimination costs
11470         into account.
11471         (ira_adjust_equiv_reg_cost): New function.
11472         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
11473         * reload1.c (init_eliminable_invariants, free_reg_equiv,
11474         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
11475         (elim_bb): New static variable.
11476         (reload): Move code out of here into init_eliminable_invariants and
11477         free_reg_equiv.  Call them.
11478         (calculate_elim_costs_all_insns): New function.
11479         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
11480         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
11481         but call note_reg_elim_costly if we turned a valid memory address
11482         into an invalid one.
11483         * Makefile.in (ira-costs.o): Depend on reload.h.
11484
11485 2010-06-04  Julian Brown  <julian@codesourcery.com>
11486
11487         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
11488         for pool ranges.
11489
11490 2010-06-04  Richard Guenther  <rguenther@suse.de>
11491
11492         PR lto/41584
11493         * cgraph.h (struct varpool_node): Add lto_file_data field.
11494         * lto-cgraph.c (input_varpool_node): Initialize it.
11495
11496 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11497
11498         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
11499         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
11500         predicate in "type" attribute calculation.
11501         (*addsi_1_zext): Ditto.
11502         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
11503         (*addsi_2_zext): Ditto.
11504         (*add<mode>_3): Ditto.
11505         (*addsi_3_zext): Ditto.
11506         (*add<mode>_5): Ditto.
11507
11508 2010-06-03  Jan Hubicka  <jh@suse.cz>
11509
11510         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
11511         of bitmap_bit_p.
11512         * cfganal.c (compute_dominance_frontiers_1): Likewise.
11513
11514 2010-06-03  Jan Hubicka  <jh@suse.cz>
11515
11516         * df-problems.c (df_create_unused_note, df_note_bb_compute):
11517         micro-optimize the checks when to add new note.
11518
11519 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
11520
11521         * final.c (output_asm_insn): Call
11522         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
11523         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
11524         (output_address): Call targetm.asm_out.print_operand_address.
11525         Update comments.
11526         * target.h (struct gcc_target): Add print_operand,
11527         print_operand_address, and print_operand_punct_valid_p fields.
11528         * targhooks.h (default_print_operand): Declare.
11529         (default_print_operand_address): Declare.
11530         (default_print_operand_punct_valid_p): Declare.
11531         * targhooks.c (default_print_operand): Define.
11532         (default_print_operand_address): Define.
11533         (default_print_operand_punct_valid_p): Define.
11534         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
11535         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
11536         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
11537         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
11538         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
11539         * vmsdbgout.c (addr_const_to_string): Update comment.
11540         * config/i386/i386.c (print_operand): Rename to...
11541         (ix86_print_operand): ...this.  Make static.
11542         (print_operand_address): Rename to...
11543         (ix86_print_operand_address): ...this.  Make static.  Call
11544         ix86_print_operand instead of PRINT_OPERAND.
11545         (ix86_print_operand_punct_valid_p): New function.
11546         (TARGET_PRINT_OPERAND): Define.
11547         (TARGET_PRINT_OPERAND_ADDRESS): Define.
11548         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11549         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
11550         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11551         (PRINT_OPERAND): Delete.
11552         (PRINT_OPERAND_ADDRESS): Delete.
11553         * config/i386/i386-protos.h (print_operand): Delete prototype.
11554         (print_operand_address): Delete prototype.
11555
11556 2010-06-03  Richard Guenther  <rguenther@suse.de>
11557
11558         PR tree-optimization/44403
11559         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
11560         Preserve pointer qualifiers.
11561         (vect_create_data_ref_ptr): Likewise.
11562
11563 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
11564
11565         PR c++/44294
11566         * defaults.h (MAX_FIXED_MODE_SIZE): New.
11567
11568         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
11569
11570 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
11571
11572         PR debug/44375
11573         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
11574         return false if merging the bbs would lead to goto_locus
11575         location being lost from the IL.
11576
11577 2010-06-03  Jan Hubicka  <jh@suse.cz>
11578             Jakub Jelinek  <jakub@redhat.com>
11579
11580         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
11581         set->regs[i] is NULL or has just one entry.
11582
11583 2010-06-03  Jan Hubicka  <jh@suse.cz>
11584
11585         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
11586         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
11587
11588 2010-06-03  Paul Brook  <paul@codesourcery.com>
11589
11590         * config/arm/arm.c (FL_TUNE): Define.
11591         (arm_default_cpu, arm_cpu_select): Remove.
11592         (all_cores): Populate core field.
11593         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
11594         (arm_find_cpu): New function.
11595         (arm_handle_option): Lookup cpu/architecture names.
11596         (arm_override_options): Cleanup mcpu/march/mtune handling.
11597         (arm_file_start): Ditto.
11598
11599 2010-06-03  Alan Modra  <amodra@gmail.com>
11600
11601         PR target/44169
11602         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
11603         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
11604         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
11605         (rs6000_emit_load_toc_table): Likewise.
11606
11607 2010-06-02  Jan Hubicka  <jh@suse.cz>
11608
11609         * passes.c (init_optimization_passes): Put ipa reference
11610         after ipa pure-const.
11611
11612 2010-06-02  Jan Hubicka  <jh@suse.cz>
11613
11614         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
11615         calls_read_all and calls_write_all.
11616         (get_reference_optimization_summary): Fix formatting.
11617         (is_proper_for_analysis): Check that decl is not readonly.
11618         (propagate_bits): Check CONST/PURE/noreturn flags.
11619         (ipa_init): Move all_module_statics to optimization_summary_obstack.
11620         (analyze_function): Ignore indirect edges.
11621         (copy_global_bitmap): For all module statics, do nothing.
11622         (generate_summary): Do not print calls_read_all/calls_write_all.
11623         (read_write_all_from_decl): Take node as argument; check
11624         cgraph_node_cannot_return.
11625         (propagate): Reorganize read_all/write_all computation;
11626         check indirect edges; check ecf flags; use all_module_statics
11627         in the results; do not free all_module_statics.
11628         (stream_out_bitmap): Handle all_module_statics.
11629         (ipa_reference_write_optimization_summary): Likewise; use
11630         varpool/cgraph encoders to get boundaries.
11631         (ipa_reference_read_optimization_summary): Read in all_module_statics;
11632         use it when possible.
11633
11634 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
11635
11636         PR target/44218
11637         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
11638         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
11639
11640         * doc/extend.texi (powerpc builtins): Document vec_recip,
11641         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
11642
11643         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
11644         (rs6000_emit_swrsqrt): Ditto.
11645         (rs6000_emit_swdivsf): Delete.
11646         (rs6000_emit_swdivdf): Ditto.
11647         (rs6000_emit_swrsqrtsf): Ditto.
11648
11649         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
11650         describe the reciprocal estimate support for each type.
11651         (recip_options): Map -mrecip=<opt> into option bits.
11652         (gen_2arg_fn_t): New typedef for binary rtx gen function.
11653         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
11654         reciprocal estimate instructions.
11655         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
11656         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
11657         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
11658         cost information if -mdebug=cost or -mdebug=reg.
11659         (rs6000_override_options): Set -mrecip-precision for power6, and
11660         power7 machines.  If -mvsx or -mdfp, enable various options that
11661         came in previous instruction set ISAs, unless the option was
11662         explicitly disabled by the command line option.  Parse
11663         -mrecip=<opt> options.
11664         (rs6000_builtin_vectorized_function): Add support for vectorizing
11665         the reciprocal estimate builtins and expansions.
11666         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
11667         (bdesc_2arg): Add reciprocal estimate builtins.
11668         (bdesc_1arg): Add reciprocal square root estimate builtins.
11669         (rs6000_expand_builtin): Rewrite to use a switch statement,
11670         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
11671         (rs6000_init_builtins): Create declarations for reciprocal
11672         estimate builtins.
11673         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
11674         sized, prefer traditional floating point registers, if integer
11675         vector types, prefer altivec registers.  Don't actually look at
11676         the memory address any more.
11677         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
11678         builtins.
11679         (rs6000_load_constant_and_splat): New helper function to load up
11680         the constant for reciprocal estimate instructions.
11681         (rs6000_emit_madd): New helper function for generating
11682         multiply/add type instructions, based on the current switches.
11683         (rs6000_emit_msub): Ditto.
11684         (rs6000_emit_mnsub): Ditto.
11685         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
11686         replace a divide with a reciprocal estimate and fixup, adding
11687         support for machines with high precision and vectors.
11688         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
11689         low precision machines.
11690         (rs6000_emit_swdiv): New common function to be called to replace a
11691         division with reciprocal estimate and fixup.
11692         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
11693         for double and vector types.  Add support for high precision machines.
11694
11695         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
11696         the reciprocal estimate instructions can be generated.
11697         (TARGET_FRE): Ditto.
11698         (TARGET_FRSQRTES): Ditto.
11699         (TARGET_FRSQRTE): Ditto.
11700         (RS6000_RECIP_*): New macros for reciprocal estimate support.
11701
11702         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
11703         square root estimate on vectors.
11704         (re<mode>2): New insn for reciprocal division estimate on vectors.
11705
11706         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
11707         New builtin.
11708         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
11709         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
11710         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
11711         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
11712         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
11713         (RS6000_BUILTIN_RSQRT): Ditto.
11714         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
11715         floating point builtin.
11716
11717         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
11718         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
11719         __RECIP_PRECISION__ based on the command line switches.
11720         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
11721
11722         * config/rs6000/rs6000.opt (-mrecip): Document add support for
11723         replacing division instructions with reciprocal estimate and fixup.
11724         (-mrecip=<opt>): New option.
11725         (-mrecip-precision): Ditto.
11726
11727         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
11728         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
11729         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
11730         precision scalar.
11731
11732         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
11733         (UNSPEC_VREFP): Ditto.
11734         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
11735         conterparts with regard to support of -mno-fused-madd and -ffast-math.
11736         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
11737         reciprocal estimate instructions to be generated.
11738         (altivec_vrefp): Ditto.
11739
11740         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
11741         estimate support.
11742         (rreg): New mode attribute for reciprocal estimate support.
11743         (recip<mode>3): New insn for division using reciprocal estimate
11744         and fixup builtins.
11745         (divide define_split): New define_split to convert floating point
11746         division to use reciprocal estimate if the user used the
11747         appropriate options and the split is run when we can add new
11748         pseudo registers for the fixup.
11749         (rsqrt<mode>2): New insn for reciprocal square root support.
11750         (recipsf3): Move into recip<mode>3.
11751         (recipdf3): Ditto.
11752         (fres): Use TARGET_FRES.
11753         (rsqrtsf2): Move into rsqrt<mode>2.
11754         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
11755         (copysignsf3): Add support for VSX.
11756         (fred): Use TARGET_FRE.
11757         (fred_fpr): Ditto.
11758         (rsqrtdf_internal1): New function for frsqrte instruciton.
11759
11760         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
11761         (vec_rsqrt): Ditto.
11762
11763 2010-06-03  Richard Guenther  <rguenther@suse.de>
11764
11765         PR middle-end/44291
11766         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
11767         (set_user_assembler_libfunc): Likewise.
11768
11769 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11770
11771         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
11772         defaults.h.
11773         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
11774         to defaults.h
11775         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
11776         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
11777         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
11778         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
11779         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
11780         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
11781         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
11782         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
11783         * defaults.h: Updated for above mentioned changes.
11784
11785 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
11786
11787         * c-common.c: Remove header include of tm_p.h.
11788         * Makefile.in (c-common.o): Remove TM_P_H dependency.
11789
11790 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
11791
11792         * tree.h (struct tree_decl_map): New type.
11793         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
11794         (tree_decl_map_hash): New prototype.
11795         (debug_expr_for_decl, value_expr_for_decl): Change into
11796         tree_decl_map hashtab from tree_map.
11797         (init_ttree): Adjust initialization.
11798         (tree_decl_map_hash): New function.
11799         (decl_debug_expr_lookup, decl_debug_expr_insert,
11800         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
11801
11802 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11803
11804         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
11805         linker emulations.
11806         * configure: Regenerate.
11807         * config.in: Regenerate.
11808
11809         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
11810         (X86_64_EMULATION): Define.
11811         (TARGET_LD_EMULATION): Use them.
11812
11813         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
11814         (SPARC64_EMULATION): Define.
11815         (LINK_ARCH_SPEC): Use them.
11816
11817 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
11818
11819         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
11820         smallest_mode_for_size for computing the precision types of new
11821         graphite IVs.  Do not call lang_hooks.types.type_for_size.
11822
11823 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
11824
11825         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
11826         information.
11827         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
11828
11829 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
11830
11831         PR middle-end/44363
11832         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
11833         return false instead.
11834
11835 2010-06-02  Jan Hubicka  <jh@suse.cz>
11836
11837         PR middle-end/44295
11838         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
11839         create new cgraph node to check callee.
11840
11841 2010-06-02  Richard Guenther  <rguenther@suse.de>
11842
11843         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
11844
11845 2010-06-02  Richard Guenther  <rguenther@suse.de>
11846
11847         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
11848         (lto_wrapper_cleanup): ... this.  Do not exit.
11849         (fatal): Adjust.  Exit here.
11850         (fatal_perror): Likewise.
11851         (fatal_signal): New function.
11852         (main): Set up signal handlers to cleanup temporary files.
11853         * Makefile.in (lto-wrapper.o): Adjust dependencies.
11854
11855 2010-06-02  Richard Guenther  <rguenther@suse.de>
11856
11857         PR tree-optimization/44377
11858         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
11859
11860 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11861
11862         * config/s390/2097.md (z10_fhex): Remove insn reservation.
11863         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
11864         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
11865         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
11866         instruction.
11867         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
11868
11869 2010-06-02  Jan Hubicka  <jh@suse.cz>
11870
11871         * bitmap.c (bitmap_descriptor): Add search_iter.
11872         (bitmap_find_bit): Increment it.
11873         (print_statistics): Print it.
11874
11875 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
11876
11877         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
11878         instead of gimple_build_call_vec.  Delete unnecessary local variable.
11879
11880 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11881
11882         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
11883         change from yesterday.
11884
11885 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11886
11887         * c-ada-spec.c: Clean up redundant includes.
11888
11889 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
11890
11891         * gimplify.c: Do not include except.h and optabs.h.
11892         (gimplify_body): Do not initialize RTL profiling.
11893         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
11894         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
11895         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
11896         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
11897         langhooks.h.
11898
11899         * tree-pretty-print.h: Include pretty-print.h.
11900         * gimple-pretty-print.h: Include pretty-print.h.
11901
11902         * tree-pretty-print.c: Do not include diagnostic.h.
11903         * tree-vrp.c: Likewise.
11904         * tree-tailcall.c: Likewise
11905         * tree-scalar-evolution.c: Likewise
11906         * tree-ssa-dse.c: Likewise
11907         * tree-chrec.c: Likewise
11908         * tree-ssa-sccvn.c: Likewise
11909         * tree-ssa-copyrename.c: Likewise
11910         * tree-nomudflap.c: Likewise
11911         * tree-call-cdce.c: Likewise
11912         * tree-stdarg.c: Likewise
11913         * tree-ssa-math-opts.c: Likewise
11914         * tree-nrv.c: Likewise
11915         * tree-ssa-sink.c: Likewise
11916         * tree-browser.c: Likewise
11917         * tree-ssa-loop-ivcanon.c: Likewise
11918         * tree-ssa-loop.c: Likewise
11919         * tree-parloops.c: Likewise
11920         * tree-ssa-address.c: Likewise
11921         * tree-ssa-ifcombine.c: Likewise
11922         * tree-if-conv.c: Likewise
11923         * tree-data-ref.c: Likewise
11924         * tree-affine.c: Likewise
11925         * tree-ssa-phiopt.c: Likewise
11926         * tree-ssa-coalesce.c: Likewise
11927         * tree-ssa-pre.c: Likewise
11928         * tree-ssa-live.c: Likewise
11929         * tree-predcom.c: Likewise
11930         * tree-ssa-forwprop.c: Likewise
11931         * tree-ssa-dce.c: Likewise
11932         * tree-ssa-ter.c: Likewise
11933         * tree-ssa-loop-prefetch.c: Likewise
11934         * tree-optimize.c: Likewise
11935         * tree-ssa-phiprop.c: Likewise
11936         * tree-object-size.c: Likewise
11937         * tree-outof-ssa.c: Likewise
11938         * tree-ssa-structalias.c: Likewise
11939         * tree-switch-conversion.c: Likewise
11940         * tree-ssa-reassoc.c: Likewise
11941         * tree-ssa-operands.c: Likewise
11942         * tree-vectorizer.c: Likewise
11943         * tree-vect-data-refs.c: Likewise
11944         * tree-vect-generic.c: Likewise
11945         * tree-vect-stmts.c: Likewise
11946         * tree-vect-patterns.c: Likewise
11947         * tree-vect-slp.c: Likewise
11948         * tree-vect-loop.c: Likewise
11949         * tree-ssa-loop-ivopts.c: Likewise
11950         * tree-ssa-loop-im.c: Likewise
11951         * tree-ssa-loop-niter.c: Likewise
11952         * tree-ssa-loop-unswitch.c: Likewise
11953         * tree-ssa-loop-manip.c: Likewise
11954         * tree-ssa-loop-ch.c: Likewise
11955         * tree-dump.c: Likewise
11956         * tree-complex.c: Likewise
11957
11958         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
11959         * tree-ssa-uninit.c: Likewise
11960         * tree-ssa-threadupdate.c: Likewise
11961         * tree-ssa-uncprop.c: Likewise
11962         * tree-ssa-ccp.c: Likewise
11963         * tree-ssa-dom.c: Likewise
11964         * tree-ssa-propagate.c: Likewise
11965         * tree-ssa-alias.c: Likewise
11966         * tree-dfa.c: Likewise
11967         * tree-cfgcleanup.c: Likewise
11968         * tree-sra.c: Likewise
11969         * tree-ssa-copy.c: Likewise
11970         * tree-ssa.c: Likewise
11971         * tree-profile.c: Likewise
11972         * tree-cfg.c: Likewise
11973         * tree-ssa-threadedge.c: Likewise
11974         * tree-vect-loop-manip.c: Likewise
11975
11976         * tree-inline.c: Do not include diagnostic.h and expr.h.
11977         Include rtl.h.
11978         (copy_decl_for_dup_finish): Do not use NULL_RTX.
11979
11980         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
11981         * tree-loop-distribution.c: Likewise.
11982
11983 2010-06-01  Jan Hubicka  <jh@suse.cz>
11984
11985         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
11986
11987 2010-06-01  Jan Hubicka  <jh@suse.cz>
11988
11989         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
11990         remove return value.
11991         (split_bbs_on_noreturn_calls) .... here.
11992         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
11993         * tree-flow.h (fixup_noreturn_call): New.
11994
11995 2010-06-01  Jan Hubicka  <jh@suse.cz>
11996
11997         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
11998
11999 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
12000
12001         * tree.h (build_nt_call_list): Delete.
12002         * tree.c (build_nt_call_list): Delete.
12003
12004 2010-06-01  Jan Hubicka  <jh@suse.cz>
12005
12006         * fwprop.c: Make emit-rtl.h include last.
12007         * rtlanal.c: Include emit-rtl.h.
12008         * genautomata.c: Output emit-rtl include into insn-automata.c
12009         * df-scan.c: Include emit-rtl.h.
12010         * haifa-sched.c: Indlude emit-rtl.h.
12011         * mode-switching.c: Indlude emit-rtl.h.
12012         * graph.c: Indlude emit-rtl.h.
12013         * sel-sched.c: Include emit-rtl.h.
12014         * sel-sched-ir.c: Include emit-rtl.h.
12015         * ira-build.c: Include emit-rtl.h.
12016         * emit-rtl.c (first_insn, last_insn): Remove defines.
12017         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
12018         Move to emit-rtl.h.
12019         (set_new_first_and_last_insn, get_last_insn_anywhere,
12020         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
12021         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
12022         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
12023         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
12024         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
12025         Use accessor functions.
12026         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12027          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12028         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
12029         mem_expr_equal_p): Move here from rtl.h.
12030         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
12031         Move here from emit-rtl.c; make inline.
12032         * cfglayout.h: Include emit-rtl.h.
12033         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12034          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12035         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
12036         mem_expr_equal_p, get_insns, set_first-insn,
12037         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
12038         * reg-stack.c: Include emit-rtl.h.
12039         * dce.c: Likewise.
12040
12041 2010-06-01  Jan Hubicka  <jh@suse.cz>
12042
12043         * cgraph.h (tree_function_versioning): Update prototype.
12044         (cgraph_function_versioning): Update prototype.
12045         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
12046         bitmap.
12047         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
12048         (cgraph_materialize_clone, save_inline_function_body): Update use of
12049         tree_function_versioning.
12050         * tree-inline.c (copy_bb): Look for previous copied block to link
12051         after; fix debug output.
12052         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
12053         (copy_body): Likewise.
12054         (expand_call_inline): Update use of copy_body.
12055         (tree_function_versioning): Update use of copy body; accept
12056         blocks_to_copy and new_entry.
12057
12058 2010-06-01  Jan Hubicka  <jh@suse.cz>
12059
12060         * gegenrtl.c: Remove unnecesary prototypes.
12061         (gendecl): Remove.
12062         (gendef): Produce static inline.
12063         (gencode): Remove.
12064         (main): Do not decode parameters; generate header only.
12065         * Makefile.in (genrtl.c): Remove.
12066
12067 2010-06-01  Jan Hubicka  <jh@suse.cz>
12068
12069         * tree-switch-conversion.c (build_one_array): Make it readonly.
12070
12071 2010-06-01  Richard Guenther  <rguenther@suse.de>
12072
12073         * optabs.c (init_optabs): Guard all accesses to reinit.
12074         * ipa-pure-const.c (propagate): Fix another typo.
12075         * opts.c (common_handle_option): Split assignment to bool.
12076         * c-opts.c (c_common_handle_option): Likewise.
12077
12078 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
12079             Matthew Gingell  <gingell@adacore.com>
12080
12081         * doc/invoke.texi: Mention -fdump-ada-spec.
12082         * tree-dump.c (dump_files): Add ada-spec.
12083         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
12084         * tree-pass.h (tree_dump_index): Add TDI_ada.
12085         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
12086         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
12087         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
12088         * c-decl.c: Include c-ada-spec.h.
12089         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
12090         functions.
12091         (c_write_global_declarations): Add handling of -fdump-ada-spec.
12092         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
12093         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
12094         * c-ada-spec.h, c-ada-spec.c: New files.
12095
12096 2010-06-01  Richard Guenther  <rguenther@suse.de>
12097
12098         PR lto/43853
12099         * ipa-pure-const.c (get_function_state): Hand back varying state
12100         if we do not have one.
12101         (has_function_state): New function.
12102         (duplicate_node_data): Adjust.
12103         (remove_node_data): Likewise.
12104         (pure_const_write_summary): Likewise.
12105         (propagate): Likewise.  Fix typo.
12106
12107 2010-06-01  Jan Hubicka  <jh@suse.cz>
12108
12109         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
12110         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
12111         (execute_all_ipa_transforms): Do not play with the states.
12112
12113 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
12114
12115         * config/arm/t-linux-androideabi: New.
12116         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
12117
12118 2010-06-01  Jan Hubicka  <jh@suse.cz>
12119
12120         * tree-inline.c (estimate_num_insns): For stdarg functions look
12121         into call statement to count cost of argument passing.
12122
12123 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
12124
12125         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
12126         argument for fprintf.
12127         (ix86_output_addr_diff_elt): Likewise.
12128         (x86_function_profiler): Likewise.
12129         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
12130         (LPREFIX): Likewise.
12131         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12132
12133 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
12134
12135         PR target/44338
12136         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
12137         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
12138         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
12139         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
12140         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
12141         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
12142         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
12143         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
12144         TARGET_FUSED_MADD.
12145
12146 2010-05-31  Jan Hubicka  <jh@suse.cz>
12147
12148         * tree.h (tree_range_check_failed): Declare noreturn.
12149
12150 2010-05-31  Jan Hubicka  <jh@suse.cz>
12151
12152         * gimple.c (gimple_call_builtin_p): New function.
12153         * gimple.h (gimple_call_builtin_p): Declare.
12154         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
12155         to exit.
12156         (execute_warn_function_return): BUILT_IN_RETURN is return.
12157         (split_critical_edges): Return edges are not critical.
12158         (is_ctrl_altering_stmt): Builtin_in_return is altering.
12159         (gimple_verify_flow_info): Handle built_in_return.
12160         (execute_warn_function_return): Handle built_in_return.
12161         * ipa-pure-const.c (check_call): Ignore builtin_return.
12162
12163 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
12164
12165         PR middle-end/44337
12166         * expr.c (expand_assignment): Don't store anything for out-of-bounds
12167         array accesses with non-MEM.
12168
12169         PR tree-optimization/44182
12170         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
12171         newly needs to end a bb is followed by debug stmts, instead return
12172         true from the function at the end.
12173         (maybe_move_debug_stmts_to_successors): New function.
12174         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
12175
12176 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
12177
12178         PR target/44161
12179         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
12180
12181 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
12182
12183         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
12184         for nested functions in non-optimized compilation.
12185
12186 2010-05-31  Richard Guenther  <rguenther@suse.de>
12187
12188         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
12189
12190 2010-05-30  Jan Hubicka  <jh@suse.cz>
12191
12192         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
12193
12194 2010-05-30  Richard Guenther  <rguenther@suse.de>
12195
12196         PR lto/42975
12197         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
12198         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
12199         no longer needed.
12200
12201 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
12202
12203         * config/darwin.c (output_objc_section_asm_op): Add comment.
12204         (name_needs_quotes): Add '_' to list of valid comment chars.
12205         (machopic_output_function_base_name): Remove unneeded quotes.
12206         (darwin_encode_section_info): Adjust asm whitespace.
12207         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
12208         (ASM_OUTPUT_LOCAL): Ditto.
12209         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
12210         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
12211         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
12212
12213 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
12214
12215         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
12216         RS6000_OUTPUT_BASENAME unconditionally.
12217         (rs6000_output_function_epilogue): Likewise.
12218
12219 2010-05-30  Jan Hubicka  <jh@suse.cz>
12220
12221         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
12222         nodes.
12223
12224 2010-05-30  Richard Guenther  <rguenther@suse.de>
12225
12226         * tree-cfg.c (verify_gimple_assign_single): Implement
12227         verification for COND_EXPR rhs.
12228
12229 2010-05-30  Jan Hubicka  <jh@suse.cz>
12230
12231         * cgraph.h (cgraph_dump_file): Declare.
12232         * cgraphunit.c (cgraph_dump_file): Export.
12233         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
12234
12235 2010-05-30  Jan Hubicka  <jh@suse.cz>
12236
12237         * dwarf2out.c (reference_to_unused,
12238         premark_types_used_by_global_vars_helper): Avoid creation of new
12239         varpool nodes.
12240
12241 2010-05-30  Jan Hubicka  <jh@suse.cz>
12242
12243         * cgraph.h (cgraph_node_cannot_return,
12244         cgraph_edge_cannot_lead_to_return): New functions.
12245         * cgraph.c (cgraph_node_cannot_return,
12246         cgraph_edge_cannot_lead_to_return): Use them.
12247         * ipa-pure-const.c (pure_const_names): New static var.
12248         (check_call): Handle calls not leading to return.
12249         (pure_const_read_summary): Dump info read.
12250         (propagate): Dump info about propagation process; ignore side effects
12251         of functions not leading to exit; fix handling of pure functions.
12252
12253 2010-05-30  Jan Hubicka  <jh@suse.cz>
12254
12255         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
12256         for tail call epilogues.
12257
12258 2010-05-30  Jan Hubicka  <jh@suse.cz>
12259
12260         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
12261         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
12262         dump files.
12263
12264 2010-05-29  Jan Hubicka  <jh@suse.cz>
12265
12266         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
12267         node; remove references in node we no longer keep in cgrpah but need
12268         body of.
12269
12270 2010-05-29  Jan Hubicka  <jh@suse.cz>
12271
12272         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
12273
12274 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12275
12276         PR target/44165
12277         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
12278
12279 2010-05-29  Jan Hubicka  <jh@suse.cz>
12280
12281         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
12282         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
12283         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
12284         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
12285         debug_names_replaced_by, debug_update_ssa): Likewise.
12286         * sbitmap.c (debug_sbitmap): Likewise.
12287         * genrecog.c (debug_decision, debug_decision_list): Likewise.
12288         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
12289         debug_tree_chain): Likewise.
12290         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
12291         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
12292         * optabs.c (debug_optab_libfuncs): Likewise.
12293         (verify_loop_closed_ssa): Likewise.
12294         * value-prof.c (verify_histograms): Likewise.
12295         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
12296         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
12297         * cfghooks.c (verify_flow_info): Likewise.
12298         * fold-const.c (debug_fold_checksum): Likewise.
12299         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
12300         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
12301         Likewise.
12302         * omega.c (debug_omega_problem): Likewise.
12303         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
12304         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
12305         * dominance.c (verify_dominators, debug_dominance_info,
12306         debug_dominance_tree): Likewise.
12307         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
12308         * df_regno_debug, df_ref_debug,
12309         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
12310         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
12311         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
12312         * sel-sched.c (debug_state): Likewise.
12313         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
12314         Likewise.
12315         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
12316         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
12317         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
12318         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
12319         Likewise.
12320         * c-pretty-print.c (debug_c_tree): Likewise.
12321         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
12322         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
12323         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
12324         * ebitmap.c (debug_ebitmap): Likewise.
12325         * function.c (debug_find_var_in_block_tree): Likewise.
12326         * print-rtl.c (debug_rtx): Likewise.
12327         (debug_rtx_count): Likewise.
12328         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
12329         * stor-layout.c (debug_rli): Likewise.
12330         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
12331         * tree-data-ref.c (debug_data_references,
12332         debug_data_dependence_relations, debug_data_reference,
12333         debug_data_dependence_relation, debug_rdg_vertex,
12334         debug_rdg_component, debug_rdg): Likewise.
12335         * tree-affine.c (debug_aff): Likewise.
12336         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
12337         Likewise.
12338         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
12339         * emit-rtl.c (verify_rtl_sharing): Likewise.
12340         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
12341         debug_value_expressions): Likewise.
12342         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
12343         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
12344         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
12345         * cfglayout.c (verify_insn_chain): Likewise.
12346         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
12347         debug_clast_stmt, debug_generated_program): Likewise.
12348         * ggc-page.c (debug_print_page_list): Likewise.
12349         * tree-ssa-ter.c (debug_ter): Likewise.
12350         * graphite-dependences.c (debug_pddr): Likewise.
12351         * sched-deps.c (debug_ds): Likewise.
12352         * tree-ssa.c (verify_ssa): Likewise.
12353         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
12354         debug_scattering_functions, debug_iteration_domains, debug_pdr,
12355         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
12356         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
12357         * tree-inline.c (debug_find_tree): Likewise.
12358         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
12359         debug_ppl_powerset_matrix): Likewise.
12360         * var-tracking.c (debug_dv): Likewise.
12361         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
12362         * cfgloop.c (verify_loop_structure): Likewise.
12363         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
12364         * c-common.c (verify_sequence_points): Likewise.
12365         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
12366         debug_candidates, debug_rgn_dependencies): Likewise.
12367         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
12368         * debug_constraint_graph, debug_solution_for_var,
12369         debug_sa_points_to_info): Likewise.
12370         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
12371         Likewie.
12372         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
12373         debug_loops, debug_loop, debug_loop_num): Likewise.
12374         * passes.c (debug_pass): Likewise.
12375         (dump_properties): Likewise; add cfglayout property.
12376         (debug_properties): Likewise.
12377         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
12378         * varpool.c (debug_varpool): Likewise.
12379         * regcprop.c (debug_value_data): Likewise.
12380         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
12381         debug_immediate_uses_for): Likewise.
12382
12383 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
12384
12385         PR bootstrap/44315
12386         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
12387         Filter out insn-flags.h.
12388
12389 2010-05-29  Jan Hubicka  <jh@suse.cz>
12390
12391         * cgraph.h (struct varpool_node_set_def,
12392         struct cgraph_node_set_def): Remove unused AUX pointer.
12393         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
12394         VEC_empty macro.
12395
12396 2010-05-29  Jan Hubicka  <jh@suse.cz>
12397
12398         PR middle-end/44324
12399         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
12400
12401 2010-05-29  Richard Guenther  <rguenther@suse.de>
12402
12403         * lto-streamer.c (cached_bp): New global variable.
12404         (bitpack_create): Return the cached bitpack, if available.
12405         (bitpack_delete): Clear and cache the bitpack, if appropriate.
12406         (bp_pack_value): Remove redundant asserts.
12407
12408 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
12409
12410         PR middle-end/44306
12411         * tree-if-conv.c (is_true_predicate): New.
12412         (is_predicated): Use is_true_predicate.
12413         (add_to_predicate_list): Same.  Do not use unshare_expr.
12414         (add_to_dst_predicate_list): Same.
12415
12416 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
12417
12418         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
12419         field on edges.
12420         (predicate_bbs): Same.
12421         (clean_predicate_lists): Same.
12422         (find_phi_replacement_condition): Do not AND the predicate from
12423         edge->aux.
12424
12425 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
12426
12427         PR bootstrap/44315
12428         * Makefile.in (build/gencondmd.o): Add a missing `\'.
12429
12430 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12431
12432         PR target/44261
12433         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
12434         (negdf2): Adjust expander pattern and use negdf2_slow.
12435         (negsf2): Likewise.
12436
12437 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
12438
12439         * basic-block.h (struct control_flow_graph): Move last_label_uid field
12440         up.
12441         * df.h (struct df_base_ref): Move regno field up.
12442         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
12443         * expr.h (struct separate_ops): Move location field up.
12444         * optabs.h (struct optab_d): Move libcall_basename field down.
12445         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
12446         * config/i386/i386.h (struct machine_function): Convert call_abi field
12447         into a bitfield.  Move cfa field to the end of the structure.
12448
12449 2010-05-29  Jan Hubicka  <jh@suse.cz>
12450
12451         * varpool.c (varpool_get_node): Fix lookup.
12452
12453 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12454
12455         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
12456         RTL specific prototypes with #ifdef RTX_CODE.
12457         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
12458         * config/spu/t-spu-elf: Fix dependencies.
12459
12460         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
12461
12462 2010-05-29  Mike Stump  <mikestump@comcast.net>
12463
12464         PR bootstrap/44315
12465         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
12466         TM_H when building to avoid dependency loops.
12467
12468 2010-05-29  Jan Hubicka  <jh@suse.cz>
12469
12470         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
12471         refs and body; not the whole node for masters of materialized clones.
12472
12473 2010-05-29  Mike Stump  <mikestump@comcast.net>
12474
12475         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
12476
12477 2010-05-29  Jan Hubicka  <jh@suse.cz>
12478
12479         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
12480         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
12481         use of clone_function_name.
12482         * cgraph.h (cgraph_create_virtual_clone,
12483         cgraph_function_versioning): update prototypes.
12484         (clone_function_name): Declare.
12485         * ipa-cp.c (ipcp_insert_stage): Update call of
12486         cgraph_create_virtual_clone.
12487         * omp-low.c (create_omp_child_function_name): Use
12488         cgraph_create_virtual_clone.
12489         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
12490         (cgraph_function_versioning): Take SUFFIX argument; produce new name
12491         and make decl local.
12492
12493 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12494
12495         * vec.h: Include statistics.h
12496         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
12497         with VEC_H.
12498
12499 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12500
12501         * c-lex.c: Do not include c-tree.h.
12502         * c-pretty-print.c: Likewise.
12503         * c-opts.c: Likewise.
12504         * c-gimplify.c: Likewise.
12505         * c-common.c: Likewise.
12506         * c-dump.c: Likewise.  Include c-common.h.
12507
12508 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12509
12510         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
12511         before including diagnostic-core.h.
12512         (c_cpp_error): New prototype moved from c-tree.h.
12513         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
12514         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
12515         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
12516         (c_cpp_error): Prototype moved to c-common.h.
12517         * Makefile.in: Update dependency for C_COMMON_H.
12518
12519 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12520
12521         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
12522         * c-common.c (c_register_addr_space): Remove here.
12523         * c-decl.c (c_register_addr_space): Re-add here.
12524
12525 2010-05-28  Mike Stump  <mikestump@comcast.net>
12526
12527         * config/darwin-c.c: Remove c-tree.h include.
12528
12529 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12530
12531         * gcc.c: Include diagnostic.h.
12532         (error_count): Remove.  All users changed to use errorcount.
12533         (programname): Remove.  All users changed to use progname.
12534         (fancy_abort, internal_error, fatal_error, error, warning, inform,
12535         fnotice): Remove.
12536         (execute): Don't include "Internal error" and bug reporting
12537         information in argument of internal_error call.
12538         (process_command): Don't increment error_count after calling
12539         perror_with_name.
12540         (input_filename): Rename to gcc_input_filename.  All users
12541         changed.
12542         (main): Call diagnostic_initialize.  Register delete_temp_files
12543         with atexit.  Use seen_error to test for errors.
12544         * gcc.h: Include diagnostic-core.h.
12545         (fatal_error, error, warning): Remove.
12546         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
12547         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
12548         (gcc.o): Update dependencies.
12549
12550 2010-05-28  Jeff Law  <law@redhat.com>
12551
12552         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
12553         functions.
12554         * ira.h (ira_bad_reload_regno): Declare
12555         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
12556
12557         * ira-color.c (update_curr_costs): Free updated hard reg costs.
12558         (ira_reassign_conflict_allocnos): Remove bogus asserts.
12559         (allocno_reload_assign): Likewise.
12560
12561 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
12562
12563         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
12564         build1_stat.
12565
12566 2010-05-28  Richard Guenther  <rguenther@suse.de>
12567
12568         PR lto/44312
12569         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
12570         Stream fixed-point constants mode.
12571         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
12572         and TYPE_PRECISION.
12573         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
12574         Stream fixed-point constants mode.
12575         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
12576         and TYPE_PRECISION.
12577
12578 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
12579
12580         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
12581         only place it was called from.
12582         (number_of_latch_executions): Do not return chrec_dont_know when the
12583         may_be_zero is a runtime condition: instead, return a COND_EXPR
12584         including the may_be_zero condition.
12585         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
12586         of nb_iterations.
12587         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
12588         COND_EXPRs.
12589
12590 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
12591
12592         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
12593         generate COND_EXPRs for degenerate_phi_result.
12594
12595 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
12596
12597         PR middle-end/44293
12598         * tree-if-conv.c (if_convertible_loop_p): Check the
12599         if-convertibility of phi nodes in non predicated BBs.
12600
12601 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12602
12603         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
12604
12605 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12606
12607         PR driver/15303
12608         * gcc.c (inform, warning, inform): New functions.
12609         (fatal_ice): Rename to internal_error; change cmsgid parameter to
12610         gmsgid.  All callers changed.
12611         (notice): Rename to fnotice; add parameter fp.  All callers changed.
12612         (fatal_error): Rename to fatal_signal.  All users changed.
12613         (fatal): Rename to fatal_error; change cmsgid parameter to
12614         gmsgid.  All callers changed.
12615         (process_command): Use warning instead of error for warnings.
12616         (end_going_arg): Don't use _() around argument of error.
12617         (do_spec_1): Use inform for message from %n specs.  Use warning
12618         instead of error for warnings.
12619         (main): Use inform for comparison messages.  Use warning for
12620         message about unused linker input.
12621         (error): Increment error_count.  Print "error: ".
12622         * gcc.h (fatal): Change to fatal_error.
12623         (warning): Declare.
12624         * config/darwin-driver.c (darwin_default_min_version): Use warning
12625         instead of fprintf for warnings.
12626         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
12627
12628 2010-05-28  Julian Brown  <julian@codesourcery.com>
12629
12630         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
12631         (*thumb2_addsi3_compare0_scratch): New.
12632         * config/arm/constraints.md (Pv): New.
12633         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
12634         for ARM mode only.
12635         (*addsi3_compare0_scratch): Likewise.
12636
12637 2010-05-28  Jan Hubicka  <jh@suse.cz>
12638
12639         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
12640         check.
12641         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
12642         only on local statics.
12643
12644 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
12645
12646         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
12647
12648 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
12649
12650         PR bootstrap/44314
12651         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
12652         (OPTION_GLIBC): Define.
12653
12654 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
12655
12656         PR debug/41048
12657         * dwarf2out.c (double_int_type_size_in_bits): New function.
12658         (round_up_to_align): Change first argument and return value to
12659         double_int.
12660         (field_byte_offset): Work internally on double_ints.
12661
12662         PR target/43636
12663         * builtins.c (expand_movstr): Use a temporary pseudo instead
12664         of target even when target is not NULL and not const0_rtx, but
12665         fails movstr predicate.
12666         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
12667
12668 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12669
12670         * final.c (rest_of_clean_state): Use %m in errors instead of
12671         strerror (errno).
12672         * gengtype.c (read_input_list, close_output_files): Use xstrerror
12673         instead of strerror.
12674         * toplev.c (process_options): Use %m in errors instead of strerror
12675         (errno).
12676         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
12677         (errno).
12678
12679 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
12680
12681         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
12682         (ix86_canonical_va_list_type): Make static.  Add declaration.
12683         (ix86_enum_va_list): Make static.  Reindent.
12684         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
12685         (ix86_canonical_va_list_type): Ditto.
12686         (ix86_enum_va_list): Ditto.
12687
12688 2010-05-28  Richard Guenther  <rguenther@suse.de>
12689
12690         * lto-wrapper.c (run_gcc): With -save-temps generate a
12691         user-visible ltrans filename.  Fixup ltrans unit numbering.
12692
12693 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
12694
12695         * c-common.c (c_common_nodes_and_builtins): Replace use
12696         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
12697         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
12698         to ix86_enum_va_list.
12699         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
12700         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
12701         (TARGET_ENUM_VA_LIST_P): Add hook description.
12702         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
12703         * target.h (gcc_target): Add enum_va_list hook.
12704
12705         PR bootstrap/44299
12706         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
12707         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
12708         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
12709
12710 2010-05-28  Alan Modra  <amodra@gmail.com>
12711
12712         PR target/44266
12713         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
12714         emit_library_call machinery to set up __tls_get_addr calls.
12715
12716 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12717
12718         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
12719
12720 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
12721
12722         Revert fix for PR c++/44188
12723         * c-common.c (is_typedef_decl): Revert the moving of  this
12724         definition ...
12725         * tree.c (is_typedef_decl): ... here.
12726         (typdef_variant_p): Revert the moving of this  definition
12727         here from gcc/cp/tree.c.
12728         * c-common.h (is_typedef_decl): Revert the moving of this
12729         declaration ...
12730         * tree.h (is_typedef_decl): ... here.
12731         (typedef_variant_p): Revert the moving of this  declaration here
12732         from gcc/cp/cp-tree.h
12733         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
12734         (gen_tagged_type_die): Revert the splitting out of ...
12735         (gen_type_die_with_usage): ... this function. Revert the anonymous
12736         tagged type handling.
12737         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
12738         typedefs naming anonymous tagged types.
12739
12740 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
12741
12742         * config/rs6000/rs6000-modes.def (PSImode): Delete.
12743
12744 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
12745
12746         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
12747         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
12748         throughout.
12749         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
12750         "xer" to "ca".
12751         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
12752         XER_REGS to CA_REGS throughout.
12753         * config/rs6000/rs6000.h: Same.
12754         (ADDITIONAL_REGISTER_NAMES): Add "xer".
12755         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
12756         that mode_iterator "P" is the size for arithmetic carries as well.
12757         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
12758
12759 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
12760
12761         PR bootstrap/44255
12762         * combine.c (struct rtx_subst_pair): Define unconditionally.
12763         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
12764         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
12765         Call make_compound_operation on pair->to.
12766         (propagate_for_debug): Don't call make_compound_operation here.
12767         Always use simplify_replace_fn_rtx.
12768
12769 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
12770
12771         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
12772         * config/xtensa/xtensa.c (override_options): Check
12773           TARGET_FORCE_NO_PIC and set flag_pic.
12774         * config/xtensa/xtensa.opt: Document -mforce-no-pic
12775
12776 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
12777
12778         PR bootstrap/44299
12779         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
12780         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
12781
12782 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
12783
12784         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
12785         toplev.h.
12786         * diagnostic.c: Don't include toplev.h.
12787         (progname): Define.  Moved from toplev.c.
12788         (seen_error): New function.
12789         * diagnostic.h: Include diagnostic-core.h.
12790         (diagnostic_t, emit_diagnostic): Don't declare here.
12791         * toplev.c (progname): Move to toplev.c.
12792         (emit_debug_global_declarations, compile_file, finalize,
12793         do_compile, toplev_main): Use seen_error.
12794         * toplev.h: Include diagnostic-core.h.
12795         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
12796         internal_error, warning, warning_at, error, error_n, error_at,
12797         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
12798         verbatim, fnotice, progname): Move to diagnostic-core.h.
12799         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
12800         (expand_builtin_expect): Use seen_error.
12801         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
12802         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
12803         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
12804         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
12805         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
12806         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
12807         errorcount for errors.
12808         * c-opts.c (c_common_finish): Use seen_error.
12809         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
12810         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
12811         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
12812         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
12813         (get_coverage_counts): Use seen_error.
12814         * dwarf2out.c (dwarf2out_finish): Use seen_error.
12815         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
12816         gimplify_body): Use seen_error.
12817         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
12818         * ipa-pure-const.c (gate_pure_const): Use seen_error.
12819         * ipa-reference.c (gate_reference): Use seen_error.
12820         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
12821         * lambda-code.c: Include diagnostic-core.h instead of
12822         diagnostic.h.
12823         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
12824         * lto-compress.c: Include diagnostic-core.h instead of
12825         diagnostic.h.
12826         * lto-section-in.c: Include diagnostic-core.h instead of
12827         diagnostic.h.
12828         * lto-streamer-out.c: Include diagnostic-core.h instead of
12829         diagnostic.h.
12830         * lto-streamer.c: Include diagnostic-core.h instead of
12831         diagnostic.h.
12832         (gate_lto_out): Use seen_error.
12833         * matrix-reorg.c: Include diagnostic-core.h instead of
12834         diagnostic.h.
12835         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
12836         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
12837         (gate_expand_omp, lower_omp_1): Use seen_error.
12838         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
12839         (rest_of_decl_compilation, rest_of_type_compilation,
12840         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
12841         * tree-cfg.c (label_to_block_fn): Use seen_error.
12842         * tree-inline.c (optimize_inline_calls): Use seen_error.
12843         * tree-mudflap.c (mudflap_finish_file): Use
12844         seen_error.
12845         * tree-optimize.c (gate_all_optimizations,
12846         gate_all_early_local_passes, gate_all_early_optimizations): Use
12847         seen_error.
12848         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
12849         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
12850         (varpool_remove_unreferenced_decls,
12851         varpool_assemble_pending_decls): Use seen_error.
12852         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
12853         (TOPLEV_H, DIAGNOSTIC_H): Update.
12854         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
12855         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
12856         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
12857         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
12858         coverage.o, lambda-code.o): Update dependencies.
12859
12860 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
12861
12862         PR c++/44188
12863         * c-common.c (is_typedef_decl): Move this definition ...
12864         * tree.c (is_typedef_decl): ... here.
12865         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
12866         * c-common.h (is_typedef_decl): Move this declaration ...
12867         * tree.h (is_typedef_decl): ... here.
12868         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
12869         * dwarf2out.c (is_naming_typedef_decl): New function.
12870         (gen_tagged_type_die): Split out of ...
12871         (gen_type_die_with_usage): ... this function. When an anonymous
12872         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
12873         is emitted for the typedef.
12874         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
12875         anonymous tagged types.
12876
12877 2010-05-27  Jason Merrill  <jason@redhat.com>
12878
12879         * print-tree.c (debug_vec_tree): New fn.
12880         (print_vec_tree): New fn.
12881         * tree.h: Declare them.
12882         * gdbinit.in (pvt): New command.
12883
12884         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
12885
12886         * gdbinit.in (pdd): New command.
12887
12888 2010-05-27  Jan Hubicka  <jh@suse.cz>
12889
12890         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
12891         (update_caller_keys): Return early if there are no callers;
12892         only update fibheap when decresing the key.
12893         (update_callee_keys): Avoid recursion.
12894         (decide_inlining_of_small_functions): When badness does not match;
12895         re-insert into fibheap.
12896
12897 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
12898
12899         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
12900         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
12901         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
12902         (ALL_HOST_OBJS): Now a union of the above two.
12903         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
12904         all files in ALL_HOST_FRONTEND_OBJS.
12905         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
12906
12907         * c-common.c: Pretend to be a backend file by undefining
12908         IN_GCC_FRONTEND (still need rtl.h here).
12909
12910 2010-05-27  Jan Hubicka  <jh@suse.cz>
12911
12912         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
12913         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
12914
12915 2010-05-27  Jan Hubicka  <jh@suse.cz>
12916
12917         * sched-ebb.c: Rename struct deps to struct deps_desc.
12918         * ddg.c: Likewise.
12919         * sel-sched-ir.c: Likewise.
12920         * sched-deps.c: Likewise.
12921         * sched-int.h: Likewise.
12922         * sched-rgn.c: Likewise.
12923
12924 2010-05-27  Jon Beniston  <jon@beniston.com>
12925
12926         PR 43726
12927         * config/lm32/lm32.h: Remove definition of
12928         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
12929
12930 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
12931
12932         PR lto/44230
12933         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
12934
12935 2010-05-27  Richard Guenther  <rguenther@suse.de>
12936
12937         PR tree-optimization/44284
12938         * tree-vect-stmts.c (vectorizable_assignment): Handle
12939         sign-changing conversions as simple copy.
12940
12941 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12942
12943         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
12944         Bionic C library.
12945         (__gthread_active_p): Check for pthread_create if compiling against
12946         Bionic C library.
12947
12948 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12949
12950         Support compilation for Android platform.  Reimplement -mandroid.
12951
12952         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
12953         (*android*): Set ANDROID_DEFAULT.
12954         (arm*-*-linux*): Include linux-android.h.
12955         (arm*-*-eabi*): Don't include previous -mandroid implementation.
12956         * config/arm/eabi.h: Remove, move Android-specific parts ...
12957         * config/linux-android.h: ... here.  New file.
12958         * config/arm/eabi.opt: Rename to ...
12959         * config/linux-android.opt: ... this.
12960         (mandroid): Allow -mno-android option.  Initialize based on
12961         ANDROID_DEFAULT.
12962         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
12963         Move logic to corresponding LINUX_TARGET_* macros.
12964         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
12965         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
12966         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
12967         Android definitions.
12968         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
12969         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
12970         Document.
12971
12972 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12973
12974         Add support for Bionic C library
12975
12976         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
12977         macro.
12978         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
12979         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
12980
12981         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
12982         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
12983         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
12984         to support multiple C libraries.  Handle Bionic.
12985         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
12986         (BIONIC_DYNAMIC_LINKER64): Define.
12987         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
12988         Update.
12989         (TARGET_HAS_SINCOS): Enable for Bionic.
12990
12991         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
12992         the last option specified on command line take effect.
12993         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
12994         (mbionic): New.
12995         (mglibc, muclibc): Update.
12996
12997         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
12998         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
12999         DEFAULT_LIBC.
13000
13001         * doc/invoke.texi (-mglibc, -muclibc): Update.
13002         (-mbionic): Document.
13003
13004 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13005
13006         * c-common.h (c_register_addr_space): Add prototype.
13007         (ADDR_SPACE_KEYWORD): Remove.
13008         * c-common.c (c_register_addr_space): New function.
13009         (c_addr_space_name): Reimplement.
13010         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
13011
13012         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
13013         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
13014
13015         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
13016         Remove TARGET_ADDR_SPACE_KEYWORDS.
13017
13018 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
13019
13020         * input.c: New file.
13021         * input.h (main_input_filename): Move declaration to toplev.h.
13022         * toplev.c (input_location, line_table): Move to input.c
13023         * toplev.h (main_input_filename): Move declaration from input.h.
13024         * tree.c (expand_location): Move to input.c.
13025         * Makefile.in (OBJS-common): Add input.o.
13026         (input.o): Add dependencies.
13027
13028 2010-05-27  Richard Guenther  <rguenther@suse.de>
13029
13030         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
13031         for non-existant files.
13032         (fork_execute): Mark args_name file as deleted.
13033
13034 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
13035
13036         PR bootstrp/44287
13037         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
13038         (narrow_signed_type): Likewise.
13039
13040 2010-05-26  Jan Hubicka  <jh@suse.cz>
13041
13042         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
13043         edge only when checking is enabled; check using former_clone_of;
13044         check inline clones too.
13045         (cgraph_materialize_clone): Record former_clone_of pointer.
13046         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
13047         combining redirections; dump args_to_skip bitmap
13048         (cgraph_materialize_all_clones): Do no redirection here.
13049         * ipa-inline.c (inline_transform): Do redirection here.
13050         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
13051         cheking only).
13052
13053 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13054
13055         * config/avr/avr-c.c: Do not include regs.h.
13056         Include cpplib.h for cpp_define and tree.h for c-common.h.
13057         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
13058         * config/avr/t-avr: Fix dependencies for avr-c.o.
13059
13060 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13061
13062         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
13063         string instead of SYMBOL_REF rtx.
13064         * rtl.h (set_stack_check_libfunc): Move prototype from here...
13065         * libfuncs.h: ...to here.  Adjust for explow.c change.
13066
13067 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
13068
13069         * pretty-print.c: Don't include ggc.h.
13070         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
13071         (identifier_to_locale): Use them for allocation.
13072         * pretty-print.h (identifier_to_locale_alloc,
13073         identifier_to_locale_free): Declare.
13074         * toplev.c (alloc_for_identifier_to_locale): New.
13075         (general_init): Set identifier_to_locale_alloc and
13076         identifier_to_locale_free.
13077         * Makefile.in (pretty-print.o): Update dependencies.
13078
13079 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
13080
13081         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
13082         pointer types if they have different alignment or mode.
13083
13084 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
13085
13086         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13087         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13088         * config/sparc/sparc-protos.h (function_value): Remove declaration.
13089         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
13090         sparc_function_value_regno_p): New functions.
13091         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13092         TARGET_FUNCTION_VALUE_REGNO_P): Define.
13093         (function_value): Rename to...
13094         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
13095         argument to 'outgoing'.
13096         (function_arg_record_value, function_arg_union_value,
13097         function_arg_vector_value): Update comment.
13098
13099 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
13100
13101         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
13102         (fde_needed_for_eh_p): New predicate.
13103         (output_call_frame_info): Use it throughout to decide whether FDEs
13104         are needed for EH purpose.
13105         (dwarf2out_begin_prologue): Reorder assignments.
13106
13107 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13108
13109         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
13110         special case loop->header.
13111         (is_predicated): New.
13112         (if_convertible_loop_p): Call it.
13113
13114 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13115
13116         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
13117         iterator in parameter.  Do not generate code during the analysis.
13118         (tree_if_convert_cond_stmt): Removed.
13119         (tree_if_convert_stmt): Removed.
13120         (predicate_bbs): New.
13121         (if_convertible_loop_p): Call predicate_bbs.
13122         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
13123         now contains all the analysis part.
13124
13125 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13126
13127         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
13128         statements in the analysis part.
13129         (tree_if_convert_stmt): Update comment.
13130         (remove_conditions_and_labels): New.
13131         (combine_blocks): Call remove_conditions_and_labels.
13132         (tree_if_conversion): Update comment.
13133
13134 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13135
13136         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
13137         than 2 predecessors or more than 2 successors.
13138
13139 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13140
13141         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
13142         of loops in which the data dependence analysis fails.
13143
13144 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13145
13146         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
13147         CDI_POST_DOMINATORS.
13148         (tree_if_conversion): Same.
13149
13150 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13151
13152         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
13153
13154 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13155
13156         * tree-if-conv.c: Update copyright years.  Fix comments.
13157         Fix indentation.
13158
13159 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
13160
13161         * builtin-types.def (BT_INT128): New primitive type.
13162         (BT_UINT128): Likewise.
13163         * c-common.c (c_common_r): Add __int128 keyword.
13164         (c_common_type_for_size): Handle __int128.
13165         (c_common_type_for_mode): Likewise.
13166         (c_common_signed_or_unsigned_type): Likewise.
13167         (c_common_nodes_and_builtins): Add builtin type
13168         if target supports 128-bit integer scalar.
13169         * c-common.h (enum rid): Add RID_INT128.
13170         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
13171         if target supports 128-bit integer scalar.
13172         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
13173         (finish_declspecs): Likewise.
13174         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
13175         (c_token_starts_declspecs): Likewise.
13176         (c_parser_declspecs): Likewise.
13177         (c_parser_attributes): Likewise.
13178         (c_parser_objc_selector): Likewise.
13179         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
13180         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
13181         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
13182         * tree.c (make_or_reuse_type): Likewise.
13183         (make_unsigned_type): Likewise.
13184         (build_common_tree_nodes_2): Likewise.
13185         * tree.h (enum integer_type_kind): Add itk_int128 and
13186         itk_unsigned_int128.
13187         (int128_integer_type_node): New define.
13188         (int128_unsigned_type_node): New define.
13189         * doc/extend.texi: Add documentation about __int128 type.
13190
13191 2010-05-26  Richard Guenther  <rguenther@suse.de>
13192
13193         * tree-ssa-sccvn.c (copy_nary): Adjust.
13194         (copy_phis): Rename to ...
13195         (copy_phi): ... this.  Adjust.
13196         (copy_references): Rename to ...
13197         (copy_reference): ... this.  Adjust.
13198         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
13199         result into the valid table.
13200
13201 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13202
13203         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
13204         insn-config.h, insn-codes.h, recog.h, and optabs.h.
13205
13206 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13207
13208         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
13209
13210 2010-05-26  Richard Guenther  <rguenther@suse.de>
13211
13212         * opts.c (common_handle_option): Handle OPT_Ofast.
13213
13214 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
13215
13216         * diagnostic.c: Don't include opts.h.
13217         (permissive_error_option): Define.
13218         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
13219         for classify_diagnostic.  Don't use memset for
13220         classify_diagnostic.  Initialize new and recently added fields.
13221         (diagnostic_classify_diagnostic): Use context->n_opts instead of
13222         N_OPTS.
13223         (diagnostic_report_diagnostic): Pass context parameter to
13224         diagnostic_report_warnings_p.  Use option_enabled and option_name
13225         hooks from context.
13226         (emit_diagnostic): Use permissive_error_option.
13227         (permerror): Likewise.
13228         * diagnostic.h: Don't include options.h.
13229         (struct diagnostic_context): Add n_opts, opt_permissive,
13230         inhibit_warnings, warn_system_headers, option_enabled and
13231         option_name fields.  Change classify_diagnostic to a pointer.
13232         * opts-diagnostic.h: New file.
13233         * opts.c: Include opts-diagnostic.h.
13234         (common_handle_option): Set global_dc fields for -Wfatal-errors,
13235         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
13236         (option_name): New function.
13237         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
13238         (c_common_handle_option): Set global_dc->permissive for
13239         -fpermissive.
13240         * c-common.c (c_cpp_error): Save and restore
13241         global_dc->warn_system_headers, not variable warn_system_headers.
13242         * toplev.c: Include opts-diagnostic.h.
13243         (general_init): Update call to diagnostic_initialize.  Set
13244         global_dc->show_column, global_dc->option_enabled and
13245         global_dc->option_name.
13246         (process_options): Don't set global_dc fields here.
13247         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
13248         (diagnostic.o, opts.o, toplev.o): Update dependencies.
13249
13250 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
13251
13252         * config/picochip/picochip.md (movsi): Split a movsi from a
13253         const after reload.
13254
13255 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13256
13257         * ggc-zone.c: Update copyright year.
13258         (poison_region): Mark memory for Valgrind as undefined before
13259         memset () call and inaccessible afterwards.
13260         (ggc_pch_total_size): Change type of i to int.
13261
13262 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13263
13264         * ggc-common.c (ggc_free_overhead): Allow empty slot.
13265
13266 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13267
13268         * ggc-common.c: Update copyright year.
13269         (ggc_rlimit_bound): Remove prototype.  Compile only if
13270         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
13271         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
13272         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
13273         (ggc_min_heapsize_heuristic): Likewise.
13274
13275 2010-05-26  Richard Guenther  <rguenther@suse.de>
13276
13277         PR rtl-optimization/44164
13278         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
13279         no-common access-path disambiguation.
13280         (indirect_ref_may_alias_decl_p): Adjust.
13281         (indirect_refs_may_alias_p): Likewise.
13282         (refs_may_alias_p_1): Likewise.
13283
13284 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13285
13286         * c-typeck.c: Do not include expr.h.
13287
13288 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13289
13290         * rtl.h (decl_default_tls_model): Move prototype from here...
13291         * output.h: ...to here.
13292         * c-decl.c: Do not include rtl.h.
13293         * c-pragma.c: Likewise.
13294         * c-parser.c: Likewise.
13295         * c-gimplify.c: Likewise.  And also not hard-reg-set.
13296         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
13297         FIXME note for it.  Add a FIXME note for expr.h.
13298         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
13299         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
13300         defined.
13301
13302 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
13303
13304         PR target/44199
13305         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
13306         or total_size is larger than red zone size for non-V4 ABI, emit a
13307         stack_tie resp. frame_tie insn before stack pointer restore.
13308         * config/rs6000/rs6000.md (frame_tie): New insn.
13309
13310 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
13311
13312         * function.h (struct function): Add can_throw_non_call_exceptions bit.
13313         * lto-streamer-in.c (input_function): Stream it in.
13314         * lto-streamer-out.c (output_function): Stream it out.
13315         * function.c (allocate_struct_function): Set it.
13316         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
13317         for flag_non_call_exceptions.
13318         * cfgbuild.c (control_flow_insn_p): Likewise.
13319         (make_edges): Likewise.
13320         * cfgexpand.c (expand_stack_alignment): Likewise.
13321         * combine.c (distribute_notes): Likewise.
13322         * cse.c (cse_extended_basic_block): Likewise.
13323         * except.c (insn_could_throw_p): Likewise.
13324         * gcse.c (simple_mem): Likewise.
13325         * ipa-pure-const.c (check_call): Likewise.
13326         (check_stmt ): Likewise.
13327         * lower-subreg.c (lower-subreg.c): Likewise.
13328         * optabs.c (emit_libcall_block): Likewise.
13329         (prepare_cmp_insn): Likewise.
13330         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
13331         * postreload.c (rest_of_handle_postreload): Likewise.
13332         * reload1.c (reload_as_needed): Likewise.
13333         (emit_input_reload_insns): Likewise.
13334         (emit_output_reload_insns): Likewise.
13335         (fixup_abnormal_edges): Likewise.
13336         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
13337         * store-motion.c (find_moveable_store): Likewise.
13338         * tree-eh.c (stmt_could_throw_p): Likewise.
13339         (tree_could_throw_p): Likewise.
13340         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
13341         * config/arm/arm.c (arm_expand_prologue): Likewise.
13342         (thumb1_expand_prologue): Likewise.
13343         * config/rx/rx.md (cbranchsf4): Likewise.
13344         (cmpsf): Likewise.
13345         * config/s390/s390.c (s390_emit_prologue): Likewise.
13346         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
13347         (inline_forbidden_into_p): New predicate.
13348         (expand_call_inline): Use it to forbid inlining.
13349         (tree_can_inline_p): Likewise.
13350
13351 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13352
13353         * config/i386/i386-c.c: Do not include rtl.h.
13354         * config/i386/t-i386: Update dependencies.
13355
13356 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13357
13358         * attribs.c: Do not include rtl.h.
13359         * Makefile.in: Update dependencies.
13360
13361 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
13362
13363         * double-int.h (double_int_and): New.
13364         * combine.c (try_combine): Clean up, use double_int_* and
13365         immed_double_int_const functions.
13366
13367 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13368
13369         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
13370         stderr to /dev/null instead of grep -q.
13371         * configure: Regenerate.
13372
13373 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13374
13375         * Makefile.in (EXCEPT_H): Fix typo.
13376
13377 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
13378
13379         * ira-build.c (update_conflict_hard_reg_costs): New.
13380         (ira_build): Call update_conflict_hard_reg_costs.
13381
13382 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
13383
13384         PR debug/41371
13385         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
13386         ENABLE_CHECKING.
13387         (intersect_loc_chains): Walk the s2var's loc_chain together
13388         with s1node chain as long as the locations are equal, don't
13389         call find_loc_in_1pdv in that case.
13390
13391         PR debug/42801
13392         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
13393         (copy_bind_expr): ... instead of here.
13394         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
13395         if the block hasn't been remapped.
13396         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
13397         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
13398
13399 2010-05-25  Richard Guenther  <rguenther@suse.de>
13400
13401         PR middle-end/44069
13402         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
13403         out-of-bounds array accesses.
13404
13405 2010-05-25  Richard Guenther  <rguenther@suse.de>
13406
13407         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
13408         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
13409         (run_gcc): Re-organize to make cleanup easier.
13410
13411 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13412
13413         * config/s390/s390.c (optimization_options): Fix and move the
13414         flag_prefetch_loop_arrays override ...
13415         (override_options): ... here.
13416
13417 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
13418
13419         * diagnostic.c: Don't include plugin.h.
13420         (diagnostic_report_diagnostic): Don't handle plugins specially
13421         here.  Pass context to internal_error callback.
13422         * diagnostic.h (struct diagnostic_context): Add context parameter
13423         to internal_error callback.
13424         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
13425         * plugin.h (struct diagnostic_context): Declare.
13426         (warn_if_plugins, plugins_internal_error_function): Declare.
13427         * toplev.c (general_init): Set global_dc->internal_error.
13428         * Makefile.in (diagnostic.o): Update dependencies.
13429
13430 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
13431
13432         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
13433         * config/rs6000/t-darwin64: New.
13434         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
13435         build crt2.
13436
13437 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
13438
13439         PR 44203
13440         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
13441         match the original (and intended) behaviour before r159557.  This
13442         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
13443         in two ways.
13444
13445 2010-05-25  Richard Guenther  <rguenther@suse.de>
13446
13447         * doc/invoke.texi: Document -Ofast.
13448         * target.h (struct gcc_target): Add handle_ofast.
13449         * target-def.h (TARGET_HANDLE_OFAST): Add.
13450         (TARGET_INITIALIZER): Adjust.
13451         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
13452         * common.opt (Ofast): Add.
13453
13454 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
13455
13456         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
13457         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
13458
13459 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
13460
13461         PR target/43610
13462         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
13463         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
13464         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
13465         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
13466
13467 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
13468
13469         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
13470         DW_OP_minus with negated offset instead of DW_OP_plus.
13471         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
13472
13473 2010-05-25  Wei Guozhi  <carrot@google.com>
13474
13475         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
13476         tst instruction and a new alternative.
13477         * config/arm/constraints.md (Pu): New constraint.
13478
13479 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
13480
13481         * function.c (assign_stack_local_1): Initialize variable
13482         to avoid warning when bootstrapping at -O3.
13483
13484 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
13485
13486         * configure.ac (all_lang_makefiles): Remove everything related to it.
13487         * configure: Regenerate.
13488         * Makefile.in: Fix reference to ada Make-lang.in.
13489         Remove support for LANG_MAKEFILES.
13490
13491 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
13492             Sandra Loosemore  <sandra@codesourcery.com>
13493
13494         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
13495         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
13496         description.  Add arm_neon_fp16_ok.
13497         (Add Options): Add arm_neon and arm_neon_fp16.
13498
13499 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
13500
13501         * diagnostic.c: Don't include flags.h.
13502         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
13503         context parameters.  Check flags in the context passed as a parameter.
13504         (diagnostic_build_prefix): Add context parameter.  Check
13505         show_column flag in context.
13506         (diagnostic_action_after_output): Check fatal_errors flag in context.
13507         (diagnostic_report_current_module): Check show_column flag in context.
13508         (default_diagnostic_starter): Update call to
13509         diagnostic_build_prefix.
13510         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
13511         (emit_diagnostic): Pass context to permissive_error_kind.
13512         (permerror): Pass context to permissive_error_kind.
13513         * diagnostic.h (struct diagnostic_context): Add show_column,
13514         pedantic_errors, permissive and fatal_errors fields.
13515         (diagnostic_build_prefix): Update prototype.
13516         * langhooks.c
13517         * toplev.c (process_options): Set flags in global_dc from
13518         flag_show_column, flag_pedantic_errors, flag_permissive,
13519         flag_fatal_errors.
13520         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
13521         to diagnostic_build_prefix.
13522         * Makefile.in (diagnostic.o): Update dependencies.
13523
13524 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
13525
13526         * config/i386/ia32intrin.h (__crc32q): Define only if
13527         __SSE4_2__ is defined.
13528
13529 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
13530
13531         PR target/44132
13532         PR middle-end/43602
13533         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
13534         DECL_VISIBILITY_SPECIFIED.
13535         (emutls_decl): Set DECL_PRESERVE_P and copy
13536         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
13537         (emutls_finalize_control_var): New callback.
13538         (emutls_finish): Finalize emutls control variables.
13539         * toplev.c (compile_file): Move the call to emutls_finish ()
13540         before varpool_assemble_pending_decls ().
13541
13542 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
13543
13544         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
13545         added to the preprocessor condition.
13546
13547 2010-05-24  Paul Brook  <paul@codesourcery.com>
13548
13549         * gengtype-lex.l: Add HARD_REG_SET.
13550         * expr.c (expand_expr_real_1): Record writes to hard registers.
13551         * function.c (rtl_data): Add asm_clobbers.
13552         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
13553         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
13554         Use crtl->asm_clobbers.
13555
13556 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13557
13558         * doc/makefile.texi (Makefile): Mention stages 'profile'
13559         and 'feedback' for profiledbootstrap.
13560
13561 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
13562
13563         PR target/44245
13564         * config/i386/i386.c (def_builtin): Properly check
13565         OPTION_MASK_ISA_64BIT.
13566
13567 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
13568
13569         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
13570         typedefs with different but compatible types.  Allow duplicate
13571         typedefs with the same type except for pedantic non-C1X, but give
13572         warning for variably modified types.
13573         * c-typeck.c (tagged_types_tu_compatible_p,
13574         function_types_compatible_p, type_lists_compatible_p,
13575         comptypes_internal): Add parameter different_types_p; set
13576         *different_types_p for different but compatible types.  All
13577         callers changed.
13578         (comptypes_check_different_types): New.
13579         * c-tree.h (comptypes_check_different_types): Declare.
13580
13581 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
13582
13583         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
13584         * jump.c: Include basic-block.h.
13585         * profile.c: Likewise.
13586         * tree-profile.c: Likewise.
13587         * coverage.c: Likewise.
13588         * basic-block.h (optimize_function_for_size_p): Move to function.h.
13589         (optimize_function_for_speed_p): Likewise.
13590         * function.h (optimize_function_for_size_p,
13591         optimize_function_for_speed_p): Moved here from basic-block.h.
13592         * Makefile.in: Update dependencies.
13593
13594 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13595
13596         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
13597         before calling make; allow override through $MAKE.
13598         * doc/invoke.texi (Optimize Options): Document override.
13599
13600 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
13601
13602         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
13603         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
13604         (rs6000_mode_dependent_address_ptr): Make static.
13605         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
13606         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
13607         Remove.
13608
13609 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
13610
13611         PR target/43869
13612         * config/i386/i386.c: Make sure that the correct regparm is passed.
13613
13614 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
13615
13616         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
13617         * sbitmap.c: ...to here to internalize sbitmap element access.
13618         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
13619         Explain why basic-block.h is included.
13620         * function.h: Include tm.h for CUMULATIVE_ARGS.
13621         * Makefile.in: Update dependencies.
13622
13623 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
13624
13625         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
13626         New core types.
13627         * sbitmap.h (struct sbitmap_def): Do not typedef here.
13628         * sbitmap.c: Include sbitmap.h.
13629         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
13630         hard-reg-set.h.  Split everything related to regsets out from here...
13631         * regset.h: ...to here.  New file.
13632         * df.h: Include regset.h and sbitmap.h.
13633         * tree-flow.h: Likewise.
13634         * cfgloop.h: Likewise.
13635         * except.h: Do not include sbitmap.h.  Include hashtab.h.
13636         * cgraph.h: Include vec.h and function.h.
13637         * reload.h (struct insn_chain): Change types of live_throughout
13638         and dead_or_set from regset_head to bitmap_head.
13639         (compute_use_by_pseudos): Be defined also if regset.h is not included.
13640         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
13641         spilled_regs from regset_head to bitmap_head to avoid dependency
13642         in regset.h.
13643         * sel-sched-ir.h: Include regset.h.
13644         * reload.c: Include df.h before reload.h.
13645         * caller-save.c: Likewise.
13646         * reload1.c: Likewise.
13647         * ira.c: Likewise.
13648         (mark_elimination): Update type of r to bitmap, consistent with
13649         DF_LR_IN.
13650         * dominance.c: Include bitmap.h.
13651         * modulo-sched.c: Include df.h.
13652         * cfganal.c: Include bitmap.h and sbitmap.h.
13653         * cfgbuild.c: Include sbitmap.h.
13654         * lcm.c: Include sbitmap.h.
13655         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
13656         * domwalk.c: Include sbitmap.h, exclude ggc.h.
13657         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
13658         * cselib.c: Include bitmap.h.
13659         * tree-optimize.c: Include regset.h.
13660         * stmt.c: Include bitmap.h.
13661         * Makefile.in: Update dependencies.
13662
13663 2010-05-22  Jan Hubicka  <jh@suse.cz>
13664
13665         * cgraph.h (struct varpool_node): Add same_comdat_group.
13666         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
13667         pointer.
13668         (output_varpool): Update call of lto_output_varpool_node.
13669         (input_varpool): Read same_comdat_group pointer.
13670         (input_varpool_1): Fixup same_comdat_group pointer.
13671         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
13672         group is needed, all are.
13673         * varpool.c (varpool_remove_node): Remove node from same comdat group
13674         linklist too.
13675         (varpool_analyze_pending_decls): Walk same comdat groups.
13676
13677 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
13678
13679         * rtl.h (union rtunion_def): Remove rt_bit member.
13680         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
13681         * print-rtl (print_rtx): Do not print the member.
13682         * gengtype.c (adjust_field_rtx_def): Do not handle it.
13683         * gengenrtl.c (type_from_format): Likewise.
13684         (accessor_from_format): Likewise.
13685
13686 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
13687
13688         * dbgcnt.c: Include toplev.h instead of errors.h.
13689         * ira-emit.c: Don't include errors.h.
13690         * ira.c: Include toplev.h instead of errors.h.
13691         * lto-compress.c: Include toplev.h instead of errors.h.
13692         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
13693         ira.o, dbgcnt.o): Update dependencies.
13694
13695 2010-05-22  Richard Guenther  <rguenther@suse.de>
13696
13697         * gimple.c (gimple_types_compatible_p): Check type qualifications
13698         before merging pointer to complete and pointer to incomplete type.
13699         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
13700         we use our own resolution algorithm.  The gold linker plugin
13701         doesn't do the job we want it to do here.
13702
13703 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
13704
13705         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
13706         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
13707         (sparc_mode_dependent_address_p): New function.
13708
13709 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
13710
13711         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
13712
13713         * timevar.c: Do not include any core headers.
13714         (timevar_print): De-i18n-ize.
13715         (print_time): Likewise.
13716         * timevar.h (timevar_push, timevar_pop): Make inline functions.
13717
13718 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
13719
13720         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
13721         langhooks-def.h.
13722         (diagnostic_initialize): Initialize x_data not last_function.
13723         (diagnostic_report_current_function): Move to tree-diagnostic.c.
13724         (default_diagnostic_starter): Call
13725         diagnostic_report_current_module not
13726         diagnostic_report_current_function.
13727         (diagnostic_report_diagnostic): Initialize x_data not
13728         abstract_origin.
13729         (verbatim): Likewise.
13730         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
13731         x_data.
13732         (struct diagnostic_context): Change last_function to x_data.
13733         (diagnostic_auxiliary_data): Replace with
13734         diagnostic_context_auxiliary_data and
13735         diagnostic_info_auxiliary_data.
13736         (diagnostic_last_function_changed, diagnostic_set_last_function,
13737         diagnostic_report_current_function): Move to tree-diagnostic.h.
13738         (print_declaration, dump_generic_node, print_generic_stmt,
13739         print_generic_stmt_indented, print_generic_expr,
13740         print_generic_decl, debug_c_tree, dump_omp_clauses,
13741         print_call_name, debug_generic_expr, debug_generic_stmt,
13742         debug_tree_chain, default_tree_printer): Move to
13743         tree-pretty-print.h.
13744         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
13745         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
13746         gimple-pretty-print.h.
13747         * pretty-print.c: Don't include tree.h
13748         (pp_base_format): Don't handle %K here.
13749         (pp_base_tree_identifier): Move to tree-pretty-print.c.
13750         * pretty-print.h (text_info): Change abstract_origin to x_data.
13751         (pp_tree_identifier, pp_unsupported_tree,
13752         pp_base_tree_identifier): Move to tree-pretty-print.h.
13753         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
13754         tree-pretty-print.h: New files.
13755         * tree-pretty-print.c: Include tree-pretty-print.h.
13756         (percent_K_format): New.  Moved from pretty-print.c.
13757         (pp_base_tree_identifier): Move from pretty-print.c.
13758         * c-objc-common.c: Include tree-pretty-print.h.
13759         (c_tree_printer): Handle %K here.
13760         * langhooks.c: Include tree-diagnostic.h.
13761         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
13762         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
13763         (default_tree_printer): Handle %K using percent_K_format.
13764         (general_init): Use default_tree_diagnostic_starter.
13765         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
13766         (free_lang_data): Use default_tree_diagnostic_starter.
13767         * c-pretty-print.c: Include tree-pretty-print.h.
13768         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13769         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13770         * dwarf2out.c: Include tree-pretty-print.h.
13771         * except.c: Include tree-pretty-print.h.
13772         * gimple-pretty-print.c: Include tree-pretty-print.h and
13773         gimple-pretty-print.h.
13774         * gimplify.c: Include tree-pretty-print.h.
13775         * graphite-poly.c: Include tree-pretty-print.h and
13776         gimple-pretty-print.h.
13777         * ipa-cp.c: Include tree-pretty-print.h.
13778         * ipa-inline.c: Include gimple-pretty-print.h.
13779         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13780         * ipa-pure-const.c: Include gimple-pretty-print.h.
13781         * ipa-struct-reorg.c: Include tree-pretty-print.h and
13782         gimple-pretty-print.h.
13783         * ipa-type-escape.c: Include tree-pretty-print.h.
13784         * print-rtl.c: Include tree-pretty-print.h.
13785         * print-tree.c: Include gimple-pretty-print.h.
13786         * sese.c: Include tree-pretty-print.h.
13787         * tree-affine.c: Include tree-pretty-print.h.
13788         * tree-browser.c: Include tree-pretty-print.h.
13789         * tree-call-cdce.c: Include gimple-pretty-print.h.
13790         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13791         * tree-chrec.c: Include tree-pretty-print.h.
13792         * tree-data-ref.c: Include tree-pretty-print.h and
13793         gimple-pretty-print.h.
13794         * tree-dfa.c: Include tree-pretty-print.h.
13795         * tree-if-conv.c: Include tree-pretty-print.h and
13796         gimple-pretty-print.h.
13797         * tree-inline.c: Include tree-pretty-print.h.
13798         * tree-into-ssa.c: Include tree-pretty-print.h and
13799         gimple-pretty-print.h.
13800         * tree-nrv.c: Include tree-pretty-print.h.
13801         * tree-object-size.c: Include tree-pretty-print.h and
13802         gimple-pretty-print.h.
13803         * tree-outof-ssa.c: Include tree-pretty-print.h and
13804         gimple-pretty-print.h.
13805         * tree-parloops.c: Include tree-pretty-print.h and
13806         gimple-pretty-print.h.
13807         * tree-predcom.c: Include tree-pretty-print.h and
13808         gimple-pretty-print.h.
13809         * tree-scalar-evolution.c: Include tree-pretty-print.h and
13810         gimple-pretty-print.h.
13811         * tree-sra.c: Include tree-pretty-print.h.
13812         * tree-ssa-address.c: Include tree-pretty-print.h.
13813         * tree-ssa-alias.c: Include tree-pretty-print.h.
13814         * tree-ssa-ccp.c: Include tree-pretty-print.h and
13815         gimple-pretty-print.h.
13816         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
13817         * tree-ssa-copy.c: Include tree-pretty-print.h and
13818         gimple-pretty-print.h.
13819         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
13820         * tree-ssa-dce.c: Include tree-pretty-print.h and
13821         gimple-pretty-print.h.
13822         * tree-ssa-dom.c: Include tree-pretty-print.h and
13823         gimple-pretty-print.h.
13824         * tree-ssa-dse.c: Include gimple-pretty-print.h.
13825         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
13826         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
13827         * tree-ssa-live.c: Include tree-pretty-print.h and
13828         gimple-pretty-print.h.
13829         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
13830         gimple-pretty-print.h.
13831         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
13832         gimple-pretty-print.h.
13833         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
13834         gimple-pretty-print.h.
13835         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
13836         gimple-pretty-print.h.
13837         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
13838         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
13839         * tree-ssa-operands.c: Include tree-pretty-print.h and
13840         gimple-pretty-print.h.
13841         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
13842         gimple-pretty-print.h.
13843         * tree-ssa-pre.c: Include tree-pretty-print.h and
13844         gimple-pretty-print.h.
13845         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
13846         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
13847         gimple-pretty-print.h.
13848         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
13849         gimple-pretty-print.h.
13850         * tree-ssa-sink.c: Include gimple-pretty-print.h.
13851         * tree-ssa-ter.c: Include tree-pretty-print.h and
13852         gimple-pretty-print.h.
13853         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
13854         * tree-ssa.c: Include tree-pretty-print.h and
13855         gimple-pretty-print.h.
13856         * tree-stdarg.c: Include gimple-pretty-print.h.
13857         * tree-switch-conversion.c: Include gimple-pretty-print.h.
13858         * tree-tailcall.c: Include tree-pretty-print.h and
13859         gimple-pretty-print.h.
13860         * tree-vect-data-refs.c: Include tree-pretty-print.h and
13861         gimple-pretty-print.h.
13862         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
13863         gimple-pretty-print.h.
13864         * tree-vect-loop.c: Include tree-pretty-print.h and
13865         gimple-pretty-print.h.
13866         * tree-vect-patterns.c: Include gimple-pretty-print.h.
13867         * tree-vect-slp.c: Include tree-pretty-print.h and
13868         gimple-pretty-print.h.
13869         * tree-vect-stmts.c: Include tree-pretty-print.h and
13870         gimple-pretty-print.h.
13871         * tree-vectorizer.c: Include tree-pretty-print.h.
13872         * tree-vrp.c: Include tree-pretty-print.h and
13873         gimple-pretty-print.h.
13874         * value-prof.c: Include tree-pretty-print.h and
13875         gimple-pretty-print.h.
13876         * var-tracking.c: Include tree-pretty-print.h.
13877         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
13878         (tree-diagnostic.o): New dependencies.
13879         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
13880         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
13881         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
13882         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
13883         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
13884         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
13885         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
13886         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
13887         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
13888         tree-ssa-address.o, tree-ssa-loop-niter.o,
13889         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
13890         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
13891         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
13892         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
13893         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
13894         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
13895         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
13896         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
13897         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
13898         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
13899         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
13900         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
13901         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
13902         tree-switch-conversion.o, var-tracking.o, value-prof.o,
13903         cfgexpand.o, pretty-print.o): Update dependencies.
13904
13905 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
13906
13907         * tree-ssa-structalias.c: Remove tm_p.h from include.
13908
13909 2010-05-21  Jeff Law  <law@redhat.com>
13910
13911         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
13912
13913 2010-05-21  Jason Merrill  <jason@redhat.com>
13914
13915         * tree-eh.c (cleanup_is_dead_in): New.
13916         (lower_try_finally): Don't generate a dead cleanup region.
13917         (lower_cleanup): Likewise.
13918
13919 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
13920
13921         PR debug/44223
13922         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
13923         unchain each use from the cyclic next_regno_use chain first.
13924
13925 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
13926
13927         * real: Do not include gmp.h, mpfr.h, and mpc.h.
13928         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
13929         (real_value_negate, real_value_abs): New prototypes.
13930         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
13931         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
13932         new include file for interface between MPFR and REAL_VALUE_TYPE.
13933         * real.c: Include realmpfr.h.
13934         (real_arithmetic2): Remove legacy function.
13935         (real_value_negate): New.
13936         (real_value_abs): New.
13937         (mfpr_from_real, real_from_mpfr): Move from here...
13938         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
13939         * builtins.c: Include realmpfr.h.
13940         * fold-const.c: Include realmpfr.h.
13941         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
13942         (fold_negate_const): Likewise.
13943         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
13944         * toplev.c: Include realmpfr.h.
13945         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
13946         and real_value_negate.
13947         * fixed-value.c (check_real_for_fixed_mode): Likewise.
13948         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
13949         (vfp3_const_double_index): Likewise.
13950         (arm_print_operand): Likewise.
13951         * Makefile.in: Update dependencies.
13952
13953 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13954
13955         * config/s390/s390.c (override_options): Increase the default
13956         of max-completely-peel-times.
13957
13958 2010-05-21  Julian Brown  <julian@codesourcery.com>
13959             Mark Mitchell  <mark@codesourcery.com>
13960
13961         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
13962         sibling calls for Thumb-1.
13963         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
13964         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
13965         Thumb-2.
13966         (*call_insn, *call_value_insn): Don't use for Thumb-2.
13967         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
13968         for Thumb-2.
13969         (return): New expander.
13970         (*arm_return): New name for ARM return insn.
13971         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
13972
13973 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
13974
13975         * config.gcc (sparc64-*-rtems*): New target.
13976
13977 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
13978
13979         * tree.c (build_function_decl_skip_args): Fix grammar.
13980         (build_function_type_list_1): Fix typos, adjust formatting.
13981
13982 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
13983
13984         * tree.h: Include real.h and fixed-value.h as basic datatypes.
13985         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
13986         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
13987         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
13988         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
13989         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
13990         tree-pretty-print.c, tree-loop-distribution.c,
13991         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
13992         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
13993         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
13994         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
13995         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
13996         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
13997         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
13998         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
13999         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
14000         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
14001         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
14002         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
14003         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
14004         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
14005         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
14006         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
14007         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
14008         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
14009         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
14010         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
14011         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
14012         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
14013         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
14014         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
14015         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
14016         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
14017         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
14018         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
14019         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
14020         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
14021         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
14022         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
14023         config/score/score7.c, config/score/score.c, config/arm/arm.c,
14024         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
14025         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
14026         config/bfin/bfin.c: Clean up redundant includes.
14027         * Makefile.in: Update accordingly.
14028
14029 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
14030
14031         PR middle-end/44204
14032         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
14033         statement has no arguments.
14034
14035 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
14036
14037         PR/44139
14038         * varasm.c (emutls_decl): Merge attributes to new decl.
14039
14040 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
14041
14042         PR middle-end/44101
14043         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
14044         around the uniquized constructor if its type requires a conversion.
14045
14046 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
14047
14048         PR debug/44205
14049         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
14050         at -O0 goto_locus of any of the incoming edges differs from
14051         goto_locus of outgoing edge, or gimple_location of any of the
14052         labels differs.
14053
14054 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
14055
14056         * ira.c (ira_non_ordered_class_hard_regs): Define.
14057         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
14058         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
14059         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
14060         cost of unaligned hard regs when allocating multi-reg pseudos.
14061
14062 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
14063
14064         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
14065         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
14066         for TARGET_NO_FLOAT.
14067         * config/mips/mips.c (mips_file_start): Expand conditional expression
14068         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
14069         (mips_override_options): Move -mno-float override -msoft-float and
14070         -mhard-float.
14071         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
14072         Condition(TARGET_SUPPORTS_NO_FLOAT).
14073         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
14074         __mips_no_float here.
14075         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
14076         (TARGET_SUPPORTS_NO_FLOAT): Define.
14077         * config/mips/sdemtk.opt: Delete.
14078
14079 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
14080
14081         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
14082
14083 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
14084
14085         PR target/43733
14086         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
14087         * configure: Regenerate.
14088         * config.in: Regenerate.
14089         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
14090         instead of sahf only for 64bit targets.
14091
14092 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
14093
14094         PR debug/44178
14095         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
14096         setup_ref_regs for DEBUG_INSNs.
14097
14098 2010-05-20  Jan Hubicka  <jh@suse.cz>
14099
14100         PR middle-end/44197
14101         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
14102
14103 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
14104
14105         PR bootstrap/43870
14106         * df-scan.c (df_ref_compare): Stabilize sort.
14107
14108 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
14109
14110         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
14111         argument.  Don't use DW_OP_piece if offset is non-zero,
14112         put offset into second DW_OP_bit_piece argument.
14113         (dw_sra_loc_expr): Adjust callers.  For memory expressions
14114         compute offset.
14115
14116 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
14117
14118         PR target/44202
14119         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
14120         settings for 16-bit-constant "addo" alternative.
14121
14122 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
14123
14124         * config/mips/mips-dsp.md (add<DSPV:mode>3,
14125         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
14126
14127         PR target/43764
14128         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
14129         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
14130         Use it.
14131
14132 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
14133
14134         * diagnostic.c (FLOAT, FFS): Don't undefine.
14135         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
14136         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
14137         include ordering.
14138
14139 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
14140
14141         * combine.c (propagate_for_debug): Call make_compound_operation
14142         on the source value.
14143         (try_combine): When implementing a split chosen by find_split_point,
14144         either copy i2src or set it to null.  Assert that i2src is not null
14145         before substituting into CALL_INSN_FUNCTION_USAGE.
14146
14147 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
14148
14149         * double-int.h (double_int_ior): New function.
14150         * tree.h (build_int_cst_wide_type): Remove.
14151         * tree.c (build_int_cst_wide_type): Remove.
14152         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
14153         of build_int_cst_wide_type.
14154         * stor-layout.c (set_sizetype): (Ditto.).
14155         * dojump.c (do_jump): Use build_int_cstu instead of
14156         build_int_cst_wide_type.
14157
14158 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
14159
14160         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
14161         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
14162         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
14163         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
14164         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
14165         propagate the 'data' argument to copy_tree_r.
14166         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
14167         Propagate 'data' argument to walk_tree.
14168         (copy_if_shared): New function.
14169         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
14170         (unmark_visited): New function.
14171         (unshare_body): Call copy_if_shared instead of doing it manually.
14172         (unvisit_body): Call unmark_visited instead of doing it manually.
14173
14174 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
14175
14176         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
14177         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
14178         * hooks.c: Likewise.
14179         * target-def.h (TARGET_FOLD_BUILTIN): Define to
14180         hook_tree_tree_int_treep_bool_null.
14181         * target.h (struct gcc_target): Update signature of fold_builtin
14182         field.
14183         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
14184         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
14185         instead of the call expression.
14186         (fold_builtin_call_array): Pass n and argarray directly.
14187         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
14188         consing a list.
14189         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
14190         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
14191         `i' and use it in place of `arity'.
14192         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
14193         Dereference `args' directly.
14194         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
14195
14196 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14197
14198         * doc/sourcebuild.texi (Effective-Target Keywords): Document
14199         3dnow, sse3, sse2.
14200         (Directives): Document optional dg-require-effective-target
14201         selector.
14202
14203 2010-05-19  Richard Guenther  <rguenther@suse.de>
14204
14205         PR lto/44196
14206         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
14207
14208 2010-05-19  Richard Guenther  <rguenther@suse.de>
14209
14210         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
14211         * common.opt (fwhopr=): New.
14212         * opts.c (common_handle_option): Handle OPT_fwhopr.
14213         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
14214         * collect2.c (main): Match -fwhopr*.
14215         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
14216         Execute ltrans stage in parallel when jobs is bigger than 1.
14217
14218 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14219
14220         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
14221         pentiumpro on Solaris 8/x86 with Sun as.
14222         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
14223         hidden alias bug.
14224         (gcc_cv_as_ix86_quad): Check for .quad directive.
14225         * configure: Regenerate.
14226         * config.in: Regenerate.
14227         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
14228
14229 2010-05-19  Martin Jambor  <mjambor@suse.cz>
14230
14231         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
14232         also for indirect edges.  Actual printing moved...
14233         (ipa_print_node_jump_functions_for_edge): ...here.
14234         (ipa_compute_jump_functions): Renamed to
14235         ipa_compute_jump_functions_for_edge and made static.
14236         (ipa_compute_jump_functions): New function.
14237         (make_edge_direct_to_target): Check if the number of arguments on
14238         the newly direct edge is the same as the number of parametrs of
14239         the callee.
14240         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
14241         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
14242         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
14243         analysis functions unconditionally, call the new
14244         ipa_analyze_params_uses on the node instead of every edge.
14245
14246 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
14247
14248         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
14249         to tree.
14250         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
14251         also checks for a constant int vs.  non-constant but
14252         loop-invariant steps.
14253         (find_or_create_group): Change the sort algorithm to only consider
14254         steps that are constant ints.
14255         (idx_analyze_ref): Adopt code to handle a tree instead of a
14256         HOST_WIDE_INT for step.
14257         (gather_memory_references_ref): Handle tree instead of int and be
14258         prepared to see a NULL_TREE.
14259         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
14260         prefetches if the step cannot be calculated at compile time.
14261         (issue_prefetch_ref): Issue prefetches for non-constant but
14262         loop-invariant steps.
14263
14264 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14265
14266         Revert:
14267         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14268
14269         * tree.h (build_call_list): Remove.
14270         * tree.c (build_call_list): Remove.
14271
14272 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14273
14274         * tree.h (build_call_list): Remove.
14275         * tree.c (build_call_list): Remove.
14276
14277 2010-05-18  Jan Hubicka  <jh@suse.cz>
14278
14279         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
14280
14281 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
14282
14283         PR rtl-optimization/43332
14284         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
14285
14286 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
14287
14288         * tree.h (build_int_cstu): Implement as static inline.
14289         * tree.c (build_int_cstu): Remove function.
14290         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
14291         sign extended.
14292
14293 2010-05-18  Richard Guenther  <rguenther@suse.de>
14294
14295         PR lto/44143
14296         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
14297         (debug): Initialize from -save-temps.
14298         (collect_execute): Print command-line when verbose.
14299         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
14300         for ltrans invocation.  Produce -dumpbase flag again.
14301         (process_args): Remove.
14302         (main): Simplify.
14303         * collect2.c (maybe_run_lto_and_relink): Only pass object
14304         files to lto-wrapper.
14305         * gcc.c (LINK_COMMAND_SPEC): Likewise.
14306
14307 2010-05-18  Jan Hubicka  <jh@suse.cz>
14308
14309         * opts.c (decode_options): Do not disable whopr at ipa_cp.
14310         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
14311
14312 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
14313
14314         PR lto/44184
14315         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
14316         in a GIMPLE_ASM.
14317         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
14318         in a GIMPLE_ASM.
14319
14320 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
14321
14322         PR debug/41371
14323         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
14324         rtx_equal_p inline.
14325
14326 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
14327
14328         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
14329         lto-macho as lto_binary_reader.
14330
14331         * darwin.c (darwin_asm_named_section): Do not add assembler comment
14332         after .section directive; just print it before the directive instead.
14333
14334 2010-05-17  Jan Hubicka  <jh@suse.cz>
14335
14336         * cgraph.c (cgraph_create_virtual_clone): Only check
14337         versionable_function_p when not in wpa and checking is enabled.
14338         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
14339         there are no more functions to materialize.
14340
14341 2010-05-17  Jan Hubicka  <jh@suse.cz>
14342
14343         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
14344         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
14345         New functions.
14346         (output_cgraph): Call output_cgraph_opt_summary.
14347         (input_cgrpah): Call input_cgraph_opt_summary.
14348         (output_cgraph_opt_summary_p, output_node_opt_summary,
14349         input_node_opt_summary, input_cgraph_opt_section): New functions.
14350         * lto-section-in.c (lto_section_name): Add cgraphopt.
14351         * tree-inline.c (tree_function_versioning): Handle parm_num.
14352         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
14353         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
14354
14355 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
14356
14357         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
14358         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
14359         the insn to prefetch ratio heuristic to loops with known trip count.
14360
14361 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
14362
14363         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
14364         (schedule_prefetches): Do not generate a prefetch if the unroll factor
14365         is far from what is required by the prefetch.
14366
14367 2010-05-17  Jan Hubicka  <jh@suse.cz>
14368
14369         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
14370         (ipcp_estimate_growth): Likewise.
14371         (ipcp_const_param_count): Likewise.
14372         (ipcp_insert_stage): Likewise.
14373         * ipa-prop.c (visit_load_for_mod_analysis): New function.
14374         (visit_store_addr_for_mod_analysis): Set used flag.
14375         (ipa_detect_param_modifications): Set used flag for SSE params;
14376         update use of walk_stmt_load_store_addr_ops.
14377         (ipa_print_node_params): Print used flag.
14378         (ipa_write_node_info): Stream used flag.
14379         (ipa_read_node_info): Likewise.
14380         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
14381         (ipa_is_param_used): New function.
14382         (lto_ipa_fixup_call_notes): Remove unused declaration.
14383
14384 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14385
14386         PR target/44074
14387         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
14388         * configure: Regenerate.
14389         * config.in: Regenerate.
14390         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
14391         !HAVE_AS_IX86_REP_LOCK_PREFIX.
14392         Don't emit whitespace.
14393         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
14394         (*rep_movsi): Likewise.
14395         (*rep_movsi_rex64): Likewise.
14396         (*rep_movqi): Likewise.
14397         (*rep_movqi_rex64): Likewise.
14398         (*rep_stosdi_rex64): Likewise.
14399         (*rep_stossi): Likewise.
14400         (*rep_stossi_rex64): Likewise.
14401         (*rep_stosqi): Likewise.
14402         (*rep_stosqi_rex64): Likewise.
14403         (*cmpstrnqi_nz_1): Use {%;} after repz.
14404         (*cmpstrnqi_nz_rex_1): Likewise.
14405         (*cmpstrnqi_1): Likewise.
14406         (*cmpstrnqi_rex_1): Likewise.
14407         (*strlenqi_1): Use {%;} after repnz.
14408         (*strlenqi_rex_1): Likewise.
14409         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
14410         (*sync_compare_and_swap<mode>): Likewise.
14411         (sync_double_compare_and_swap<mode>): Likewise.
14412         (*sync_double_compare_and_swapdi_pic): Likewise.
14413         (sync_old_add<mode>): Likewise.
14414         (sync_add<mode>): Likewise.
14415         (sync_sub<mode>): Likewise.
14416         (sync_<code><mode>): Likewise.
14417
14418 2010-05-17  Martin Jambor  <mjambor@suse.cz>
14419
14420         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
14421         otr_token and polymorphic.
14422         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
14423         (cgraph_clone_edge): Copy the above fields.
14424         * tree.c (get_binfo_at_offset): New function.
14425         * tree.h (get_binfo_at_offset): Declare.
14426         * ipa-prop.h (enum jump_func_type): Added known_type jump function
14427         type, reordered items, updated comments.
14428         (union jump_func_value): Added base_type field, reordered fields.
14429         (enum ipa_lattice_type): Moved down in the file.
14430         (struct ipa_param_descriptor): New field polymorphic.
14431         (ipa_is_param_polymorphic): New function.
14432         * ipa-prop.c: Include gimple.h and gimple-fold.h.
14433         (ipa_print_node_jump_functions): Print known type jump functions.
14434         (compute_complex_pass_through): Renamed to...
14435         (compute_complex_assign_jump_func): this.
14436         (compute_complex_ancestor_jump_func): New function.
14437         (compute_known_type_jump_func): Likewise.
14438         (compute_scalar_jump_functions): Create known type and complex ancestor
14439         jump functions.
14440         (ipa_note_param_call): New parameter polymorphic, set the corresponding
14441         flag in the call note accordingly.
14442         (ipa_analyze_call_uses): Renamed to...
14443         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
14444         variable var only in the block where it is used.
14445         (ipa_analyze_virtual_call_uses): New function.
14446         (ipa_analyze_call_uses): Likewise.
14447         (combine_known_type_and_ancestor_jfs): Likewise.
14448         (update_jump_functions_after_inlining): Implemented handling of a
14449         number of new jump function types combination.
14450         (print_edge_addition_message): Removed.
14451         (make_edge_direct_to_target): New function.
14452         (try_make_edge_direct_simple_call): Likewise.
14453         (try_make_edge_direct_virtual_call): Likewise.
14454         (update_call_notes_after_inlining): Renamed to...
14455         (update_indirect_edges_after_inlining): this.  Moved edge creation for
14456         indirect calls to try_make_edge_direct_simple_call, also calls
14457         try_make_edge_direct_virtual_call for virtual calls.
14458         (ipa_print_node_params): Changed the header message.
14459         (ipa_write_jump_function): Stream also known type jump functions.
14460         (ipa_read_jump_function): Likewise.
14461         (ipa_write_indirect_edge_info): Stream new fields in
14462         cgraph_indirect_call_info.
14463         (ipa_read_indirect_edge_info): Likewise.
14464         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
14465         GIMPLE_FOLD_H.
14466
14467 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14468
14469         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
14470
14471 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
14472
14473         * tree.h (CALL_EXPR_ARGS): Delete.
14474         (call_expr_arglist): Delete.
14475         * tree.c (call_expr_arglist): Delete.
14476         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
14477         targetm.fold_builtin.
14478         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
14479         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
14480         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
14481         arglist parameter.  Use CALL_EXPR_ARG.
14482         (picochip_expand_builtin_3op): Likewise.
14483         (picochip_expand_builtin_2opvoid): Likewise.
14484         (picochip_expand_array_get): Likewise.
14485         (picochip_expand_array_put): Likewise.
14486         (picochip_expand_array_testport): Likewise.
14487         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
14488         rather than arglist.
14489         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
14490         CALL_EXPR_ARGS.
14491         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
14492         than TREE_VALUE and TREE_CHAIN.
14493         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
14494         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
14495         the arglist.
14496
14497 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
14498
14499         PR bootstrap/42347
14500         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
14501         to have no fallthru edge.
14502
14503         PR middle-end/44102
14504         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
14505         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
14506         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
14507         add BARRIER after previous bb if needed.
14508
14509 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
14510
14511         * tree.c (build_function_type_list_1): Remove bogus assert condition.
14512
14513 2010-05-17  Alan Modra  <amodra@gmail.com>
14514
14515         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
14516         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
14517         with copy_reg rtx param.
14518         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
14519         Correct cases where code for ABI_V4 did not initialise the reg
14520         used to access frame.  Also leave frame_reg_rtx as sp for large
14521         frames that save no regs.
14522
14523 2010-05-17  Martin Jambor  <mjambor@suse.cz>
14524
14525         PR middle-end/44133
14526         * tree-sra.c (create_access_replacement): New parameter rename, mark
14527         the replaement for renaming only when it is true.
14528         (get_access_replacement): Pass true in the rename parameter of
14529         create_access_replacement.
14530         (get_unrenamed_access_replacement): New function.
14531         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
14532         replacement declaration from it.
14533
14534 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
14535
14536         * function.c (try_fit_stack_local, add_frame_space): New static
14537         functions.
14538         (assign_stack_local_1): Use them.  Look for opportunities to use
14539         space previously wasted on alignment.
14540         * function.h (struct frame_space): New.
14541         (struct rtl_data): Add FRAME_SPACE_LIST member.
14542         * reload1.c (something_was_spilled): New static variable.
14543         (alter_reg): Set it.
14544         (reload): Test it in addition to testing if the frame size changed.
14545
14546 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
14547
14548         * config/s390/s390.c: Define sane prefetch settings and activate
14549         flag_prefetch_loop_arrays on -O3.
14550         * config/s390/s390.h: Declare that read can use write prefetch.
14551
14552 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
14553
14554         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
14555         build.
14556
14557 2010-05-16  Jan Hubicka  <jh@suse.cz>
14558
14559         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
14560         function body; do not check stdarg field of struct function.
14561
14562 2010-05-16  Jan Hubicka  <jh@suse.cz>
14563
14564         * cgraph.c (dump_cgraph_node): Dump versionable flag.
14565         * cgraph.h (cgraph_local_info): Add versionable flag.
14566         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
14567         (ipcp_versionable_function_p): Use it.
14568         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
14569         versionable flag.
14570
14571 2010-05-16  Jan Hubicka  <jh@suse.cz>
14572
14573         * cgraph.c (cgraph_clone_node): Take decl argument and insert
14574         clone into hash when it is different from orig.
14575         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
14576         * cgraph.h (cgraph_clone_node): Update prototype.
14577         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
14578         (lto_cgraph_encoder_delete): Delete body map.
14579         (lto_cgraph_encoder_size): Move to header.
14580         (lto_cgraph_encoder_encode_body_p,
14581         lto_set_cgraph_encoder_encode_body): New.
14582         (lto_output_node): Do not take written_decls argument; output clone_of
14583         pointer.
14584         (add_node_to): Add include_body_argument; call
14585         lto_set_cgraph_encoder_encode_body on master of the clone.
14586         (add_references): Update use of add_node_to.
14587         (compute_ltrans_boundary): Likewise.
14588         (output_cgraph): Do not create written_decls bitmap.
14589         (input_node): Take nodes argument; stream in clone_of correctly.
14590         (input_cgraph_1): Update use of input_node.
14591         * lto-streamer-out.c (lto_output): Use encoder info to decide
14592         what bodies to output.
14593         * ipa-inline.c (cgraph_clone_inlined_nodes,
14594         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
14595         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
14596         (lto_cgraph_encoder_size): Define here.
14597         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
14598         Declare.
14599
14600 2010-05-16  Richard Guenther  <rguenther@suse.de>
14601
14602         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
14603         -fipa-type-escape.
14604         * ipa-type-escape.c (gate_type_escape_vars): Run when
14605         -fipa-struct-reorg runs.
14606         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
14607         * common.opt (fipa-type-escape): Remove.
14608
14609 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
14610
14611         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
14612         (decode_options): Likewise.
14613         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
14614
14615 2010-05-16  Jan Hubicka  <jh@suse.cz>
14616
14617         * ipa.c (function_and_variable_visibility): Also bring local all
14618         aliases.
14619
14620 2010-05-16  Richard Guenther  <rguenther@suse.de>
14621
14622         * alias.c (nonoverlapping_memrefs_p): Remove use of
14623         IPA type-escape information.
14624
14625 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
14626
14627         * c-common.c (c_common_reswords): Add _Static_assert for C.
14628         * c-parser.c (c_token_starts_declaration,
14629         c_parser_next_token_starts_declaration,
14630         c_parser_static_assert_declaration_no_semi,
14631         c_parser_static_assert_declaration): New.
14632         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
14633         Handle static assertions if static_assert_ok.
14634         (c_parser_external_declaration, c_parser_declaration_or_fndef,
14635         c_parser_compound_statement_nostart, c_parser_label,
14636         c_parser_for_statement, c_parser_objc_methodprotolist,
14637         c_parser_omp_for_loop): All callers of
14638         c_parser_declaration_or_fndef changed.
14639         (c_parser_struct_declaration): Handle static assertions.
14640         (c_parser_compound_statement_nostart): Use
14641         c_parser_next_token_starts_declaration and
14642         c_token_starts_declaration to detect start of declarations.
14643         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
14644         Likewise.
14645
14646 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
14647
14648         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14649         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14650         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
14651         TARGET_FUNCTION_VALUE_REGNO_P): Define.
14652         (mmix_function_outgoing_value): Rename to...
14653         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
14654         (mmix_function_value_regno_p): Make static.
14655         (mmix_libcall_value): New function.
14656         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
14657         mmix_function_value_regno_p): Remove declaration.
14658
14659 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
14660
14661         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
14662         BUILT_IN_ALLOCA if stack checking is enabled.
14663
14664 2010-05-16  Richard Guenther  <rguenther@suse.de>
14665
14666         * var-tracking.c (vars_copy_1): Inline ...
14667         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
14668         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
14669         (variable_merge_over_cur): Adjust.  Merge asserts.
14670         (variable_merge_over_src): Likewise.
14671         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
14672         (variable_post_merge_new_vals): Merge asserts.
14673         (variable_post_merge_perm_vals): Likewise.
14674         (find_mem_expr_in_1pdv): Likewise.
14675         (dataflow_set_different_value): Remove.
14676         (onepart_variable_different_p): Merge asserts.
14677         (variable_different_p): Likewise.
14678         (dataflow_set_different_1): Inline ...
14679         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
14680         (emit_notes_for_differences_1): Merge asserts.
14681
14682 2010-05-16  Richard Guenther  <rguenther@suse.de>
14683
14684         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
14685         * optabs.c (libfunc_decl_hash): Likewise.
14686         * varasm.c (emutls_decl): Likewise.
14687
14688 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
14689
14690         * c-decl.c: Don't include gimple.h.
14691         (merge_decls): Do not copy gimple_body.
14692
14693 2010-05-15  Jason Merrill  <jason@redhat.com>
14694
14695         * c.opt: Add -fnothrow-opt.
14696
14697 2010-05-15  Jan Hubicka  <jh@suse.cz>
14698
14699         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
14700         analyzed.
14701         * passes.c (ipa_write_summaries): Write all analyzed nodes.
14702
14703 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
14704
14705         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
14706         * Makefile.in: Add it.
14707         Fix all other Makefile dependencies for changes below.
14708         * tree.h: Include it instead of defining VEC primitives here.
14709         * gimple.h: Likewise.
14710         * rtl.h: Likewise.
14711         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
14712         * except.h: Include vecir.h, break dependence on tree.h.
14713
14714         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
14715         Move from here...
14716         * tree-iterator.c: ...to here.
14717         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
14718
14719         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
14720         tm_p.h.
14721         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
14722         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
14723         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
14724         tree-mudflap.h, and target.h.
14725         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
14726         predict.h, tree-inline.h, gimple.h, and langhooks.h.
14727         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
14728         Add FIXME for why gimple.h is still included (should be unnecessary
14729         since GCC 4.5 gimplification unit-at-a-time).
14730         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
14731         * c-pragma.c: Add FIXME for why function.h needs to be included just
14732         for cfun, at front-end level.
14733         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
14734         Do not include ggc.h, but include vecprim.h for VEC(char).
14735         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
14736         Explain why target.h is included.
14737         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
14738         Explain why gimple.h is included.
14739         * c-ppoutput.c: Do not include tm.h.
14740         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
14741         * c-parses.c: Explain why rtl.h is included, and that this (and only
14742         this) is also why tm.h must be included.
14743         Do not include except.h.
14744         * c-lang.c: Do not include ggc.h.
14745
14746 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
14747
14748         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
14749
14750 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
14751
14752         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
14753         unions by default if those structs and unions have no tags.  Do
14754         not condition anonymous struct and unions handling on flag_iso.
14755         Allow anonymous structs and unions for C1X.
14756         (finish_struct): Do not diagnose lack of named fields when
14757         anonymous structs and unions present for C1X.  Accept flexible
14758         array members in structure with anonymous structs or unions but no
14759         directly named fields.
14760         * doc/extend.texi (Unnamed Fields): Update.
14761
14762 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
14763
14764         * gimple.h (compare_field_offset): Rename into...
14765         (gimple_compare_field_offset): ...this.
14766         * gimple.c (compare_field_offset): Rename into...
14767         (gimple_compare_field_offset): ...this.  Compare the full access if
14768         the offset is self-referential.
14769         (gimple_types_compatible_p): Adjust for above renaming.
14770         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
14771         DECL_NONADDRESSABLE_P flag of fields before merging them.
14772
14773 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
14774
14775         * tree.h (ctor_to_list): Delete.
14776         * tree.c (ctor_to_list): Delete.
14777
14778 2010-05-15  Jan Hubicka  <jh@suse.cz>
14779
14780         * ipa-reference.c: Include toplev.h
14781         (is_proper_for_analysis): Only add to all_module_statics
14782         if it is allocated.
14783         (write_node_summary_p, stream_out_bitmap,
14784         ipa_reference_write_optimization_summary,
14785         ipa_reference_read_optimization_summary): New.
14786         (struct ipa_opt_pass_d pass_ipa_reference): Add
14787         optimization summary streaming.
14788         * lto-cgraph.c (referenced_from_this_partition_p,
14789         reachable_from_this_partition_p): New functions.
14790         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
14791         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
14792         * opts.c (decode_options): Enable ipa_reference.
14793         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
14794         * lto-streamer.h (referenced_from_this_partition_p,
14795         reachable_from_this_partition_p): Declare.
14796
14797 2010-05-15  Richard Guenther  <rguenther@suse.de>
14798
14799         PR tree-optimization/44038
14800         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
14801         taking the address of a V_C_E of a constant.
14802
14803 2010-05-14  Jan Hubicka  <jh@suse.cz>
14804
14805         * tree.h (memory_identifier_string): Remove.
14806         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
14807         (ipa_reference_global_vars_info_d): Remove statics_not_read and
14808         statics_not_written.
14809         (ipa_reference_optimization_summary_d): New structure.
14810         (ipa_reference_optimization_summary_t): New type and vector.
14811         (ipa_reference_vars_info_d): Embedd structures instead of using
14812         pointers.
14813         (reference_vars_to_consider): Remove out of GGC space.
14814         (module_statics_escape): Remove.
14815         (global_info_obstack): Rename to ...
14816         (optimization_summary_obstack): ... this one.
14817         (initialization_status_t): Remove.
14818         (memory_identifier_string): Remove.
14819         (get_reference_vars_info): Fix indenting.
14820         (set_reference_vars_info): Likewise.
14821         (get_reference_optimization_summary): New.
14822         (set_reference_optimization_summary): New.
14823         (get_global_reference_vars_info): Remove.
14824         (ipa_reference_get_read_global): Remove.
14825         (ipa_reference_get_written_global): Remove.
14826         (ipa_reference_get_not_read_global): Update.
14827         (ipa_reference_get_not_written_global): Update.
14828         (is_proper_for_analysis): Outlaw addressable.
14829         (propagate_bits): Update for new datastructures.
14830         (analyze_variable): Remove.
14831         (init_function_info): Update for new datastructures.
14832         (clean_function_local_data): Remove.
14833         (clean_function): Remove.
14834         (copy_global_bitmap): Use optimizations_summary_obstack.
14835         (duplicate_node_data): Duplicate optimization summary only.
14836         (remove_node_data): Remove optimization summary only.
14837         (generate_summary): Do not analyze variables; do not compute
14838         module_statics_escape; do not prune solutions by it.
14839         (read_write_all_from_decl): Fix typos in comments.
14840         (propagate): Doscover readonly and nonaddressable first;
14841         update for new datastructures; share global bitmaps.
14842         * ipa-reference.h (ipa_reference_get_read_global,
14843         ipa_reference_get_written_global): Remove.
14844         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
14845         * Makefile.in: Remove ipa-refereference from GT files.
14846
14847 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
14848
14849         PR debug/44112
14850         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
14851         for all SYMBOL_REF_DECLs.
14852
14853 2010-05-14  Jan Hubicka  <jh@suse.cz>
14854
14855         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
14856         (varpool_all_refs_explicit_p): New inline function.
14857         * ipa-reference.c: Update comment.
14858         (module_statics_written): Remove.
14859         (get_static_decl): Remove.
14860         (ipa_init): Do not initialize module_statics_written.
14861         (analyze_function): Likewise.
14862         (generate_summary): Likewise; do not compute module_statics_readonly
14863         and do not update variable flags.
14864         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
14865         * ipa.c: Inlucde flags.h
14866         (cgraph_local_node_p): New.
14867         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
14868         promote functions to local.
14869         (ipa_discover_readonly_nonaddressable_vars): New function.
14870         (function_and_variable_visibility): Use cgraph_local_node_p.
14871         * varpool.c (varpool_finalize_decl): Set force_output for
14872         DECL_PRESERVE_P vars.
14873
14874 2010-05-14  Jan Hubicka  <jh@suse.cz>
14875
14876         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
14877
14878 2010-05-14  Richard Guenther  <rguenther@suse.de>
14879
14880         PR tree-optimization/44119
14881         * tree-ssa-pre.c (eliminate): Properly mark replacement of
14882         a PHI node necessary.
14883
14884 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
14885
14886         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
14887
14888 2010-05-14  Jason Merrill  <jason@redhat.com>
14889
14890         PR c++/44127
14891         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
14892         (gimple_call_set_nothrow): New.
14893         * gimple.c (gimple_build_call_from_tree): Call it.
14894         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
14895
14896         PR c++/44127
14897         * gimplify.c (gimplify_seq_add_stmt): No longer static.
14898         * gimple.h: Declare it.
14899         * gimple.c (gimple_build_eh_filter): No ops.
14900
14901 2010-05-14  Jan Hubicka  <jh@suse.cz>
14902
14903         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
14904         nodes already in queue.
14905         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
14906         re-enqueueing node.
14907
14908 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
14909
14910         PR debug/44136
14911         * cfgexpand.c (expand_debug_expr): If non-memory op0
14912         has BLKmode, return NULL.
14913
14914 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
14915
14916         * config.gcc: Add support for --with-cpu option for bdver1.
14917         * config/i386/i386.h (TARGET_BDVER1): New macro.
14918         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
14919         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
14920         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
14921         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
14922         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
14923         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
14924         (processor_type): Add PROCESSOR_BDVER1.
14925         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
14926         processor_type in config/i386/i386.h.
14927         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
14928         movaps <reg, reg> instead of movapd <reg, reg> when replacing
14929         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
14930         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
14931         to emit packed xor instead of packed double/packed integer
14932         xor for SSE and AVX when moving a zero value.
14933         * config/i386/sse.md: Add check for
14934         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
14935         movapd/movdqa for SSE and AVX.
14936         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
14937         single logical operations i.e and, or and xor instead of packed double
14938         logical operations for SSE and AVX.
14939         * config/i386/i386-c.c (ix86_target_macros_internal):
14940         Add PROCESSOR_BDVER1.
14941         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
14942         (has_fma4, has_xop): New.
14943         * config/i386/i386.c (bdver1_cost): New variable.
14944         (m_BDVER1): New macro.
14945         (m_AMD_MULTIPLE): Add m_BDVER1.
14946         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
14947         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
14948         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
14949         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
14950         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
14951         x86_tune_sse_partial_reg_dependency,
14952         x86_tune_sse_unaligned_load_optimal,
14953         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
14954         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
14955         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
14956         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
14957         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
14958         Enable/disable for bdver1.
14959         (processor_target_table): Add bdver1_cost.
14960         (cpu_names): Add bdver1.
14961         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
14962          processor_alias_table.
14963         (ix86_expand_vector_move_misalign): Change.
14964         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
14965         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
14966         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
14967         of movupd/movdqu for SSE and AVX.
14968         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
14969         (ix86_tune_adjust_cost): Add code for bdver1.
14970         (standard_sse_constant_opcode): Add check for
14971         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
14972         of packed double xor for SSE and AVX.
14973
14974 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
14975
14976         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
14977         result to unsigned.
14978
14979 2010-05-14  Tristan Gingold  <gingold@adacore.com>
14980
14981         * toplev.c (default_debug_hooks): Remove this variable.
14982         (process_options): Remove assignments to default_debug_hooks.
14983
14984 2010-05-14  Martin Jambor  <mjambor@suse.cz>
14985
14986         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
14987         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
14988         * langhooks.h (struct lang_hooks_for_decls): Removed field
14989         fold_obj_type_ref.
14990         * tree.c (free_lang_data): Remove assignment to
14991         lang_hooks.fold_obj_type_ref.
14992         * tree.def (OBJ_TYPE_REF): Update comment.
14993
14994 2010-05-14  Richard Guenther  <rguenther@suse.de>
14995
14996         PR tree-optimization/44124
14997         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
14998
14999 2010-05-14  Alan Modra  <amodra@gmail.com>
15000
15001         PR target/44075
15002         * config/rs6000/rs6000.c (struct machine_function): Reorder
15003         fields for better packing.  Add lr_save_state.
15004         (rs6000_ra_ever_killed): Return lr_save_state if set.
15005         (rs6000_emit_eh_reg_restore): Set lr_save_state.
15006
15007 2010-05-13  Jan Hubicka  <jh@suse.cz>
15008
15009         * varpool.c (decide_is_variable_needed): Drop code checking
15010         TREE_SYMBOL_REFERENCED.
15011
15012 2010-05-13  Jan Hubicka  <jh@suse.cz>
15013
15014         * final.c (output_addr_const): Do not call mark_decl_referenced.
15015         * cgraphunit.c (process_function_and_variable_attributes): Use
15016         mark_needed_node dirrectly.
15017         (assemble_thunk): Do not call mark_decl_referenced.
15018
15019 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
15020
15021         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
15022
15023 2010-05-13  Jeff Law  <law@redhat.com>
15024
15025         * ira-conflicts.c (print_allocno_conflicts): New function broken out
15026         from...
15027         (print_conflicts): Call print_allocno_conflicts.
15028
15029 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
15030
15031         PR debug/44104
15032         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
15033         if it is NULL.
15034
15035 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
15036
15037         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
15038         t-mingw-w64 or t-mingw-w32 for multilib configuration.
15039         * config/i386/t-mingw-w32: New.
15040         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
15041
15042 2010-05-13  Martin Jambor  <mjambor@suse.cz>
15043
15044         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
15045         gimple-fold.c).
15046         * gimple-fold.c (get_base_binfo_for_type): New function.
15047         (gimple_get_relevant_ref_binfo): Likewise.
15048         (gimple_fold_obj_type_ref_known_binfo): Likewise.
15049         (gimple_fold_obj_type_ref): Likewise.
15050         (fold_gimple_call): Simplify condition for folding virtual calls
15051         and call gimple_fold_obj_type_ref.
15052         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
15053         (gimple_fold_obj_type_ref_known_binfo): Likewise.
15054
15055 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
15056
15057         * config/rs6000/rs6000-protos.h
15058         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
15059         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
15060         (rs6000_debug_mode_dependent_address)
15061         (rs6000_mode_dependent_address_ptr): Likewise.
15062
15063 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
15064
15065         PR debug/43983
15066         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
15067         by SRA.
15068         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
15069         * tree-sra.c (create_access_replacement): Call unshare_expr before
15070         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
15071         * dwarf2out.c: Include tree-flow.h.
15072         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
15073         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
15074         Handle DW_OP_bit_piece.
15075         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
15076         construct_piece_list, adjust_piece_list): New functions.
15077         (add_var_loc_to_decl): Handle SRA optimized variables.
15078         Adjust for var_loc_note to loc field renaming.
15079         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
15080         in VAR_LOCATION note.
15081         (new_loc_descr_op_bit_piece): New function.
15082         (dw_sra_loc_expr): New function.
15083         (dw_loc_list): Use it.  Don't handle the last range after the
15084         loop, handle it inside of the loop.  Adjust for var_loc_note
15085         to loc field renaming.
15086         (add_location_or_const_value_attribute): Only special case
15087         single entry loc lists if loc is NOTE_P.  Adjust for
15088         var_loc_note to loc field renaming.
15089         (dwarf2out_var_location): Don't set newloc->var_loc_note
15090         and newloc->next here.
15091
15092 2010-05-12  Jan Hubicka  <jh@suse.cz>
15093
15094         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
15095         flag.
15096         * cgraph.h (cgraph_only_called_directly_p,
15097         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
15098         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
15099         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
15100         (assemble
15101         * ipa.c (cgraph_remove_unreachable_nodes): Use
15102         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
15103         flags.
15104         * tree-inline.c (copy_bb): Check address_taken flag.
15105         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
15106         externally_visible flag.
15107
15108 2010-05-12  Jason Merrill  <jason@redhat.com>
15109
15110         PR bootstrap/44048
15111         PR target/44099
15112         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
15113         * sdbout.c (plain_type_1): Likewise.
15114         * dwarf2out.c (is_base_type): Likewise.
15115         (gen_type_die_with_usage): Likewise.  Generate
15116         DW_TAG_unspecified_type for any LANG_TYPE.
15117
15118 2010-05-12  Jan Hubicka  <jh@suse.cz>
15119
15120         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
15121         indrect edges too.
15122         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
15123         (cgraph_clone_edge): Update.
15124         (cgraph_node_remove_callees): Remove indirect calls too.
15125         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
15126         (cgraph_create_indirect_edge): Update prototype.
15127         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
15128         is_proper_for_analysis.
15129         (add_new_function, visited_nodes, function_insertion_hook_holder,
15130         get_local_reference_vars_info, mark_address_taken, mark_address,
15131         mark_load, mark_store, check_asm_memory_clobber, check_call,
15132         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
15133         (ipa_init): Do not initialize visited_nodes;
15134         function_insertion_hook_holder.
15135         (analyze_variable): Rewrite.
15136         (analyze_function): Rewrite.
15137         (copy_local_bitmap): Remove.
15138         (duplicate_node_dat): Do not duplicate local info.
15139         (generate_summary): Simplify to only walk cgraph.
15140         (write_node_summary_p, ipa_reference_write_summary,
15141         ipa_reference_read_summary): Remove.
15142         (propagate): Do not remove function insertion;
15143         generate summary.
15144         (pass_ipa_reference): NULLify summary handling fields.
15145         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
15146         (input_edge): Input ecf_flags.
15147         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
15148         (update_indirect_edges_after_inlining): Ignore edges with unknown
15149         param.
15150
15151 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
15152
15153         * implicit-zee.c: New file.
15154         * tree-pass.h (pass_implicit_zee): Declare.
15155         * passes.c (init_optimization_passes): Add zee pass.
15156         * common.opt (fzee): New flag.
15157         * timevar.def (TV_ZEE): Define.
15158         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
15159         and beyond.
15160         * Makefile.in (implicit-zee.o): Add new build file.
15161
15162 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15163             Nathan Froyd  <froydnj@codesourcery.com>
15164
15165         * c-common.c (sync_resolve_params): Remove write-only variable.
15166
15167 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
15168
15169         * target.h (struct gcc_target): Add mode_dependent_address_p field.
15170         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15171         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
15172         * targhooks.c (default_mode_dependent_address_p): New function.
15173         * targhooks.h (default_mode_dependent_address_p): Declare function.
15174         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15175         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
15176         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
15177         target hook. Change return type to bool.
15178         * recog.h (mode_dependent_address_p): Change return type to bool.
15179
15180 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15181             Nathan Froyd  <froydnj@codesourcery.com>
15182
15183         * tree-mudflap.c (build_function_type_0, build_function_type_1,
15184         build_function_type_2, build_function_type_3): Remove.
15185         (mudflap_init): Use build_function_type_list.
15186
15187 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15188             Nathan Froyd  <froydnj@codesourcery.com>
15189
15190         * coverage.c (build_fn_info_value): Call build_constructor instead of
15191         build_constructor_from_list.
15192         (build_ctr_info_value): Likewise.
15193         (build_gcov_info): Likewise.
15194
15195 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
15196
15197         * tree.c (build_constructor): Compute TREE_CONSTANT for the
15198         resultant constructor.
15199         (build_constructor_single): Don't set TREE_CONSTANT.
15200         (build_constructor_from_list): Don't compute TREE_CONSTANT.
15201
15202 2010-05-12  Jan Hubicka  <jh@suse.cz>
15203
15204         * cgraph.h (struct varpool_node): Add aux.
15205         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
15206         * varpool.c (varpool_remove_node): Do not remove initializer.
15207         (varpool_reset_queue): Export.
15208         (varpool_finalize_decl): Volatile vars are forced to be output.
15209         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
15210         replaced decl.
15211         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
15212         process_references, varpool_can_remove_if_no_refs): New functions.
15213         (cgraph_remove_unreachable_nodes): Handle variables too.
15214
15215 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
15216
15217         PR target/44088
15218         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
15219
15220 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
15221
15222         PR middle-end/44085
15223         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
15224         change value of ORT_TASK.
15225         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
15226         (omp_notice_threadprivate_variable): New function.
15227         (omp_notice_variable): Call it for threadprivate variables.
15228         If enclosing ctx is a task, print enclosing task rather than
15229         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
15230         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
15231         if task has untied clause.
15232
15233         PR debug/42278
15234         * dwarf2out.c (base_type_die): Don't add name attribute here.
15235         (modified_type_die): Instead of sizetype use
15236         its underlying original type.  If a DW_TAG_base_type doesn't
15237         have name added, add __unknown__.
15238         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
15239         always call force_type_die instead.
15240
15241 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
15242
15243         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
15244         for __stack_chk_guard.
15245
15246 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
15247
15248         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
15249         don't call start_source_file debug hook here...
15250         (finish_options): ... but here, after outputting predefined and
15251         command line defines and undefs.
15252
15253         PR middle-end/44071
15254         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
15255         no fallthru edge.
15256         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
15257         optimizing away empty bb with no successors, move over its
15258         footer chain to fallthru predecessor.
15259         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
15260         (rtl_split_edge): For asm goto call patch_jump_insn even if
15261         splitting fallthru edge.
15262
15263         PR c++/44059
15264         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
15265         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
15266         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
15267         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
15268         on DW.ref.* decls.
15269
15270         PR c++/44062
15271         * c-parser.c (c_parser_expression): Mark LHS of a comma
15272         expression as read if it is a decl, handled component or
15273         COMPOUND_EXPR with that on the RHS.
15274         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
15275         if it is a decl or handled component.
15276
15277 2010-05-11  Jan Hubicka  <jh@suse.cz>
15278
15279         * lto-symtab.c (lto_symtab_free): New function.
15280         * lto-streamer.h (lto_symtab_free): Declare.
15281
15282 2010-05-11  Jan Hubicka  <jh@suse.cz>
15283
15284         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
15285         that if function is needed it is reachable.
15286         (lto_output_node): See if it the function is reachable or referenced.
15287         (output_cgraph): Update call of lto_output_node.
15288         * lto-streamer.h (reachable_from_other_partition_p): Declare.
15289
15290 2010-05-11  Jan Hubicka  <jh@suse.cz>
15291
15292         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
15293         Mark as used.
15294
15295 2010-05-11  Jan Hubicka  <jh@suse.cz>
15296
15297         PR tree-optimize/44063
15298         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
15299         queue.
15300         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
15301         limits.
15302         (estimate_function_body_sizes): Compute sizes even when disregarding.
15303
15304 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
15305
15306         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
15307
15308 2010-05-11  Jan Hubicka  <jh@suse.cz>
15309
15310         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
15311         into every boundary.
15312
15313 2010-05-11  Jan Hubicka  <jh@suse.cz>
15314
15315         * matrix-reorg.c (matrix_reorg): Rebuild edges.
15316
15317 2010-05-11  Jan Hubicka  <jh@suse.cz>
15318
15319         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
15320         lto_streamer_cache_delete): Put nodes into heap.
15321         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
15322         heap.
15323
15324 2010-05-11  Jan Hubicka  <jh@suse.cz>
15325
15326         * cgraphbuild.c (cgraph_rebuild_references): New.
15327         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
15328         out extern inlines.
15329         * cgraph.h (cgraph_rebuild_references): Declare.
15330         * tree-inline.c (tree_function_versioning): Use it.
15331         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
15332
15333 2010-05-11  Jan Hubicka  <jh@suse.cz>
15334
15335         * cgraph.c: Include ipa-utils.h
15336         (cgraph_create_virtual_clone): Update references.
15337         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
15338
15339 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
15340
15341         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
15342         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
15343         cache size.
15344
15345 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
15346
15347         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
15348
15349 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
15350
15351         * gcc.c (execute): For -### don't quote arguments that
15352         contain just alphanumerics and _/-. characters.
15353         * doc/invoke.texi: Document that change for -###.
15354
15355         PR debug/44023
15356         * df-problems.c (struct dead_debug): Add to_rescan field.
15357         (dead_debug_init): Clear to_rescan field.
15358         (dead_debug_finish): Rescan all debug insns in to_rescan
15359         bitmap and free the bitmap.
15360         (dead_debug_insert_before): Instead of rescanning debug insns
15361         immediately queue their rescanning until dead_debug_finish.
15362         (df_note_bb_compute): After dead_debug_add do continue instead
15363         of break.
15364
15365 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
15366
15367         PR debug/44028
15368         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
15369         clear also INSN_REG_USE_LIST.
15370
15371 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15372
15373         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
15374
15375 2010-05-10  Jan Hubicka  <jh@suse.cz>
15376
15377         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
15378         commited change.
15379
15380 2010-05-10  Jan Hubicka  <jh@suse.cz>
15381
15382         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
15383         Allocate encoders.
15384         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
15385         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
15386         (lto_streamer_cache_create): Init alloc pool.
15387         (lto_streamer_cache_delete): Free alloc pool.
15388         * lto-streamer.h: Include alloc pool.
15389         (lto_streamer_cache_d): Use alloc pool.
15390         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
15391
15392 2010-05-10  Jan Hubicka  <jh@suse.cz>
15393
15394         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
15395         * cgraphbuild.c: Include except.h
15396         (record_type_list, record_eh_tables): New function.
15397         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
15398
15399 2010-05-10  Jan Hubicka  <jh@suse.cz>
15400
15401         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
15402         __frame_dummy_init_array_entry, force_to_data): Attribute as used
15403         rather than unused.
15404
15405 2010-05-10  Michael Matz  <matz@suse.de>
15406
15407         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
15408         (can_reassociate_p): Use FLOAT_TYPE_P.
15409         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
15410         (vect_force_simple_reduction): ... this.
15411         * tree-parloops.c (gather_scalar_reductions): Use
15412         vect_force_simple_reduction.
15413         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
15414         vect_is_simple_reduction, add modify argument, if true rewrite
15415         "a-b" into "a+(-b)".
15416         (vect_is_simple_reduction, vect_force_simple_reduction): New
15417         functions.
15418         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
15419
15420 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
15421             Vladimir Makarov  <vmakarov@redhat.com>
15422
15423         PR rtl-optimization/44012
15424         * ira-build.c (remove_unnecessary_allocnos): Nullify
15425         regno_allocno_map of the removed allocno.
15426
15427 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15428
15429         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
15430         to /dev/null.
15431         * configure: Regenerate.
15432
15433 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15434
15435         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
15436         unused.
15437         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
15438         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
15439         support in Sun ld.
15440         * configure: Regenerate.
15441
15442 2010-05-10  Richard Guenther  <rguenther@suse.de>
15443
15444         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
15445         marked if the entry identifier is marked.
15446
15447 2010-05-10  Richard Guenther  <rguenther@suse.de>
15448
15449         * c-common.c (struct c_common_attributes): Add fnspec attribute.
15450         (handle_fnspec_attribute): New function.
15451         * gimple.h (gimple_call_return_flags): Declare.
15452         (gimple_call_arg_flags): Likewise.
15453         * gimple.c (gimple_call_arg_flags): New function.
15454         (gimple_call_return_flags): Likewise.
15455         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
15456         New argument flags.
15457         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
15458         return value flags.
15459         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
15460         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
15461         main work to ...
15462         (make_heapvar_for): ... this new function.
15463         (handle_rhs_call): Handle fnspec attribute argument specifiers.
15464         (handle_lhs_call): Likewise.
15465         (find_func_aliases): Adjust.
15466
15467 2010-05-10  Richard Guenther  <rguenther@suse.de>
15468
15469         PR tree-optimization/44050
15470         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
15471
15472 2010-05-10  Wei Guozhi  <carrot@google.com>
15473
15474         PR target/42879
15475         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
15476
15477 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
15478
15479         PR c/10676
15480         * c-typeck.c (lookup_field): Take a type directly.  Update
15481         recursive calls.
15482         (build_component_ref): Update call to lookup_field.
15483         (set_init_label): Use lookup_field to find initialized field.
15484         Handle returned list of fields like a sequence of designators.
15485
15486 2010-05-09  Richard Guenther  <rguenther@suse.de>
15487
15488         PR middle-end/44024
15489         * fold-const.c (tree_single_nonzero_warnv_p): Properly
15490         handle &FUNCTION_DECL.
15491
15492 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
15493
15494         PR c/4784
15495         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
15496         structures and unions recursively.
15497         (detect_field_duplicates): Move duplicate detection with a hash to
15498         detect_field_duplicates_hash.  Always use a hash if anonymous
15499         structures or unions are present.
15500         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
15501         give errors.
15502
15503 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
15504
15505         PR target/44046
15506         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
15507         detect Atom, Core 2 and Core i7.
15508
15509 2010-05-09  Richard Guenther  <rguenther@suse.de>
15510
15511         * gcc.c (store_arg): Handle temporary file deletion for
15512         joined arguments.
15513
15514 2010-05-09  Richard Guenther  <rguenther@suse.de>
15515
15516         PR middle-end/44043
15517         * ipa-inline.c (estimate_function_body_sizes): Return after
15518         disregarding inline limits.
15519
15520 2010-05-09  Richard Guenther  <rguenther@suse.de>
15521
15522         * gcc.c (store_arg): Revert last change.
15523
15524 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
15525
15526         PR middle-end/28685
15527         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
15528         (optimize_ops_list): Call it.
15529
15530 2010-05-08  Richard Guenther  <rguenther@suse.de>
15531
15532         PR tree-optimization/44030
15533         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
15534         NECESSARY flag if we propagate from a inserted expression.
15535
15536 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
15537
15538         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
15539         domain types as equal if they are both PLACEHOLDER_EXPRs.
15540
15541 2010-05-08  Richard Guenther  <rguenther@suse.de>
15542
15543         * lto-wrapper.c (run_gcc): Remove linker output from
15544         command line for LTRANS invocation.
15545
15546 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
15547
15548         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
15549         lto-macho as lto_binary_reader.
15550         * target.h (struct gcc_target): New hooks lto_start and lto_end.
15551         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
15552         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
15553         in lto_start and lto_end calls.
15554         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
15555         magic numbers.
15556         (scan_prog_file): Update is_elf_or_coff call.
15557         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
15558
15559         * collect2.c (main): Fix enum comparison.
15560
15561         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
15562         Add prototypes.
15563         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
15564         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
15565         and TARGET_ASM_LTO_END.
15566         * darwin.c: Include obstack.h and lto-streamer.h.
15567         (lto_section_names_offset, lto_section_names_obstack,
15568         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
15569         global variables.
15570         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
15571         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
15572         to a temporary file.
15573         (darwin_asm_lto_end): New function.  Restore asm_out_file.
15574         (darwin_asm_named_section): For LTO sections, replace the name with
15575         the offset of the section name in a string table, and build this
15576         table.
15577         (darwin_file_start): Initialize global vars for LTO support.
15578         (darwin_file_end): If output to asm_out_file was redirected, append it
15579         to the proper asm_out_file here.  Add the section names section.
15580
15581 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
15582
15583         * c-pragma.c (pending_weak_d, pending_weak): New.
15584         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
15585         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
15586         handle_pragma_weak): Update the uses of pending_weaks.
15587
15588 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15589
15590         PR documentation/44016
15591         * doc/standards.texi (Standards): Link to unversioned
15592         cxx0x_status.html page.
15593
15594 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
15595
15596         PR target/43708
15597         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
15598         in addition to TREE_USED, to avoid "set but unused" warnings.
15599
15600 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
15601
15602         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
15603         (is_loop_prefetching_profitable): Do not insert prefetches
15604         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
15605         times the prefetch ahead distance.
15606
15607 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
15608
15609         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
15610         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
15611         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
15612         the unroll_factor.
15613
15614 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
15615
15616         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
15617         a diagnostic info when the insn-to-mem ratio is too small.
15618
15619 2010-05-07  Richard Guenther  <rguenther@suse.de>
15620
15621         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
15622         the linker plugin.
15623         (store_arg): Queue temp_filename for deletion instead of
15624         the whole argument.
15625
15626 2010-05-07  Richard Guenther  <rguenther@suse.de>
15627
15628         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
15629         (run_gcc): Handle LTRANS phase invocation.
15630         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
15631
15632 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
15633
15634         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
15635         this is also meaningful on PARM_DECLs and RESULT_DECLs.
15636
15637 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15638
15639         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
15640
15641 2010-05-07  Richard Guenther  <rguenther@suse.de>
15642
15643         PR tree-optimization/44020
15644         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
15645         code when PRE is not yet initialized.
15646
15647 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15648
15649         * config/mips/dbxmdebug.h: Remove.
15650         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
15651
15652 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
15653
15654         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
15655         with null pointer and also warn about ordered comparison of zero with
15656         pointer if -Wextra.
15657
15658 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
15659
15660         * graphite-blocking.c
15661         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
15662         * graphite-clast-to-gimple.c
15663         (clast_to_gcc_expression): Same.
15664         (precision_for_value): Same.
15665         (precision_for_interval): Same.
15666         (gcc_type_for_interval): Same.
15667         (graphite_create_new_guard): Same.
15668         (compute_bounds_for_level): Same.
15669         (graphite_create_new_loop_guard): Same.
15670         * graphite-interchange.c
15671         (build_linearized_memory_access): Same.
15672         (pdr_stride_in_loop): Same.
15673         (memory_strides_in_loop_1): Same.
15674         (memory_strides_in_loop): Same.
15675         (extend_scattering): Same.
15676         (psct_scattering_dim_for_loop_depth): Same.
15677         (pbb_number_of_iterations): Same.
15678         * graphite-poly.h
15679         (debug_iteration_domains): Same.
15680         * graphite-ppl.c
15681         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
15682         (ppl_set_inhomogeneous_gmp): Same.
15683         (ppl_strip_loop): Same.
15684         (ppl_lexico_compare_linear_expressions): Same.
15685         (ppl_read_polyhedron_matrix): Same.
15686         (ppl_max_for_le_pointset): Same.
15687         * graphite-ppl.h
15688         (ppl_read_polyhedron_matrix): Same.
15689         (tree_int_to_gmp): Same.
15690         (gmp_cst_to_tree): Same.
15691         (ppl_set_inhomogeneous): Same.
15692         (ppl_set_inhomogeneous_tree): Same.
15693         (ppl_set_coef): Same.
15694         (ppl_set_coef_tree): Same.
15695         * graphite-sese-to-poly.c
15696         (build_pbb_scattering_polyhedrons): Same.
15697         (build_scop_scattering): Same.
15698         (scan_tree_for_params_right_scev): Same.
15699         (scan_tree_for_params): Same.
15700         (find_params_in_bb): Same.
15701         (find_scop_parameters): Same.
15702         (add_upper_bounds_from_estimated_nit): Same.
15703         (build_loop_iteration_domains): Same.
15704         (add_condition_to_domain): Same.
15705         (pdr_add_memory_accesses): Same.
15706
15707 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
15708
15709         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
15710         CLooG's value_* macros to their respective mpz_* counterparts.
15711         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
15712         (graphite_create_new_loop_guard): Same.
15713         * graphite-interchange.c (build_linearized_memory_access): Same.
15714         (pdr_stride_in_loop): Same.
15715         (memory_strides_in_loop_1): Same.
15716         (1st_interchange_profitable_p): Same.
15717         * graphite-poly.c (extend_scattering): Same.
15718         (psct_scattering_dim_for_loop_depth): Same.
15719         (pbb_number_of_iterations): Same.
15720         (pbb_number_of_iterations_at_time): Same.
15721         * graphite-poly.h (new_1st_loop): Same.
15722         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
15723         (oppose_constraint): Same.
15724         (insert_constraint_into_matrix): Same.
15725         (ppl_set_inhomogeneous_gmp): Same.
15726         (ppl_set_coef_gmp): Same.
15727         (ppl_strip_loop): Same.
15728         (ppl_lexico_compare_linear_expressions): Same.
15729         (ppl_max_for_le_pointset): Same.
15730         (ppl_min_for_le_pointset): Same.
15731         (ppl_build_realtion): Same.
15732         * graphite-ppl.h (gmp_cst_to_tree): Same.
15733         (ppl_set_inhomogeneous): Same.
15734         (ppl_set_inhomogeneous_tree): Same.
15735         (ppl_set_coef): Same.
15736         (ppl_set_coef_tree): Same.
15737         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
15738         (build_scop_scattering): Same.
15739         (add_value_to_dim): Same.
15740         (scan_tree_for_params_right_scev): Same.
15741         (scan_tree_for_params_int): Same.
15742         (scan_tree_for_params): Same.
15743         (find_params_in_bb): Same.
15744         (find_scop_parameters): Same.
15745         (add_upper_bounds_from_estimated_nit): Same.
15746         (build_loop_iteration_domains): Same.
15747         (create_linear_expr_from_tree): Same.
15748         (add_condition_to_domain): Same.
15749         (pdr_add_memory_accesses): Same.
15750
15751 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
15752             Jason Merrill  <jason@redhat.com>
15753
15754         * c-common.c (c_common_reswords): Add nullptr.
15755         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
15756         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
15757         (gen_type_die_with_usage): Likewise.
15758         * dbxout.c (dbxout_type): Likewise.
15759         * sdbout.c (plain_type_1): Likewise.
15760
15761 2010-05-06  Jason Merrill  <jason@redhat.com>
15762
15763         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
15764         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
15765         ret appropriately.
15766         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
15767
15768         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
15769         stripping WITH_SIZE_EXPR.
15770         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
15771         change.
15772
15773 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15774
15775         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
15776         list of obsolete configurations.
15777         Disabled check for obsolete configurations.
15778         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
15779         Removed support for previous versions.
15780         * config/mips/iris.h: Removed.
15781         * config/mips/iris5.h: Removed.
15782         * config/mips/iris6.h: Merged old iris.h contents.
15783         (TARGET_IRIX): Removed.
15784         (DRIVER_SELF_SPECS): Removed mabi=32.
15785         (IDENT_ASM_OP): Removed undef.
15786         (STARTFILE_SPEC): Removed mabi=32.
15787         (ENDFILE_SPEC): Likewise.
15788         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
15789         (MACHINE_TYPE): Update for IRIX 6.5.
15790         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
15791         TARGET_IRIX by TARGET_IRIX6.
15792         (mips_file_start): Likewise.
15793         (mips_output_external): Remove IRIX 5/6 O32 support.
15794         (mips_output_function_prologue): Likewise.
15795         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
15796         TARGET_IRIX6.
15797         (TARGET_CPU_CPP_BUILTINS): Likewise.
15798         (TARGET_IRIX): Removed.
15799         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
15800         (MULTILIB_DIRNAMES): Removed 32.
15801         (MULTILIB_OSDIRNAMES): Removed ../lib.
15802         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
15803         (Specific, mips-sgi-irix5): Document removal.
15804         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
15805         Remove references to older IRIX 6 releases and the O32 ABI.
15806
15807 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
15808
15809         PR bootstrap/43994
15810         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
15811         instead of DF_REF_REAL_REG.
15812
15813 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
15814
15815         PR target/43888
15816         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
15817         handling to still return true for x64 targets.
15818
15819 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
15820
15821         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
15822
15823 2010-05-06  Jan Hubicka  <jh@suse.cz>
15824
15825         PR tree-optimization/43791
15826         * ipa-inline.c (update_caller_keys): Remove bogus
15827         disregard_inline_limits check.
15828
15829 2010-05-06  Michael Matz  <matz@suse.de>
15830
15831         PR tree-optimization/43984
15832         * tree-ssa-pre.c (inserted_phi_names): Remove.
15833         (inserted_exprs): Change to bitmap.
15834         (create_expression_by_pieces): Set bits, don't append to vector.
15835         (insert_into_preds_of_block): Don't handle inserted_phi_names.
15836         (eliminate): Don't look at inserted_phi_names, remove deleted
15837         insns from inserted_exprs.
15838         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
15839         (init_pre, fini_pre): Allocate and free bitmaps.
15840         (execute_pre): Insert insns on edges before elimination.
15841
15842 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
15843
15844         * tree.c (initializer_zerop): Handle STRING_CST.
15845
15846 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15847
15848         PR 40989
15849         * doc/invoke.texi (Wimplicit): Document as C only.
15850         * opts.c (common_handle_option): Add argument kind.
15851         (handle_option): Rename as read_cmdline_option. Factor out code to...
15852         (handle_option): ... here. New.
15853         (handle_options): Rename as read_cmdline_options.
15854         (decode_options): Update call.
15855         (set_option): Use option index instead of option pointer. Classify
15856         diagnostics correctly.
15857         (enable_warning_as_error): Call handle_option.
15858         * opts.h (set_option): Update declaration.
15859         (handle_option): Declare.
15860         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
15861         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
15862         * c-opts.c (set_Wimplicit): Delete.
15863         (c_family_lang_mask): New static constant.
15864         (c_common_handle_option): Add argument kind. Use handle_option
15865         instead of set_Wimplicit.
15866         (c_common_post_options): warn_implicit and warn_implicit_int
15867         are disabled by default.
15868         * c-common.c (warn_implicit): Do not define here.
15869         * c-common.h (warn_implicit): Do not declare here.
15870         (c_common_handle_option): Update declaration.
15871         * lto-opts.c (lto_reissue_options): Update call to set_option.
15872
15873 2010-05-06  Richard Guenther  <rguenther@suse.de>
15874
15875         PR tree-optimization/43571
15876         * domwalk.c (walk_dominator_tree): Walk the dominator
15877         sons in more optimal order.
15878
15879 2010-05-06  Richard Guenther  <rguenther@suse.de>
15880
15881         PR tree-optimization/43934
15882         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
15883         (stmt_cost): Likewise.
15884         (extract_true_false_args_from_phi): New helper.
15885         (determine_max_movement): For PHI nodes verify we can hoist them
15886         and compute their cost.
15887         (determine_invariantness_stmt): Handle PHI nodes.
15888         (move_computations_stmt): Likewise.  Hoist PHI nodes in
15889         if-converted form using COND_EXPRs.
15890         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
15891         (tree_ssa_lim): Likewise.
15892         * tree-flow.h (tree_ssa_lim): Adjust prototype.
15893         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
15894
15895 2010-05-06  Richard Guenther  <rguenther@suse.de>
15896
15897         PR tree-optimization/43987
15898         * tree-ssa-structalias.c (could_have_pointers): For possibly
15899         address-taken variables force pointers to be recorded.
15900         (create_variable_info_for_1): Likewise.
15901         (push_fields_onto_fieldstack): Pass in wheter all fields
15902         must have pointers.
15903         (find_func_aliases): Query types instead of vars whether
15904         they contain pointers where appropriate.
15905
15906 2010-05-06  Jan Hubicka  <jh@suse.cz>
15907
15908         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
15909         (record_reference, mark_address, mark_load, mark_store): Record
15910         references.
15911         (record_references_in_initializer): Update call of record_references.
15912         (rebuild_cgraph_edges): Remove all references before rebuiding.
15913         * cgraph.c (cgraph_create_node): Clear ref list.
15914         (cgraph_remove_node): Remove references.
15915         (dump_cgraph_node): Dump references.
15916         (cgraph_clone_node): Clone references.
15917         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
15918         (struct cgraph_node, varpool_node): Add ref_lst.
15919         * ipa-ref.c: New file.
15920         * ipa-ref.h: New file.
15921         * ipa-ref-inline.h: New file.
15922         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
15923         (referenced_from_other_partition_p): New function.
15924         (lto_output_varpool_node): Take set arugment; call
15925         referenced_from_other_partition.
15926         (lto_output_ref): New.
15927         (add_references): New.
15928         (output_refs): New.
15929         (output_cgraph): Compute boundary based on references; output refs.
15930         (output_varpool): Accept cgraph_node_set argument.
15931         (input_ref): New.
15932         (input_refs): New.
15933         (input_cgraph): Call input_refs.
15934         * lto-section-in.c (lto_section_name): Add refs.
15935         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
15936         (ipa-ref.o): New file.
15937         * varpool.c (varpool_node): Clear ipa ref list.
15938         (varpool_remove_node): Remove references.
15939         (dump_varpool_node): Dump references.
15940         (varpool_assemble_decl): Only compile finalized ones.
15941         (varpool_extra_name_alias): Initialize ref list.
15942         * lto-streamer.c (lto-get_section_name): Add .refs section.
15943         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
15944         (referenced_from_other_partition_p): Declared.
15945
15946 2010-05-06  Ira Rosen  <irar@il.ibm.com>
15947
15948         PR tree-optimization/43901
15949         * tree-vect-stmts.c (vectorizable_call): Assert that vector
15950         type is not NULL if it's transformation phase, and return
15951         FALSE if it's analysis.
15952         (vectorizable_conversion, vectorizable_operation,
15953         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
15954
15955 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
15956
15957         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
15958         Delete.
15959         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
15960         New define.
15961         * config/mips/mips-protos.h
15962         (mips_small_register_classes_for_mode_p): Delete prototype.
15963
15964 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
15965
15966         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
15967         * config/arm/arm.c (multiple_operation_profitable_p,
15968         compute_offset_order): New static functions.
15969         (load_multiple_sequence, store_multiple_sequence): Use them.
15970         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
15971         memory offsets, not register numbers.
15972         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
15973
15974 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
15975
15976         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
15977         (get_pending_sizes, put_pending_size, put_pending_sizes):
15978         Update the uses of pending_sizes.
15979         * c-decl.c (store_parm_decls): Likewise.
15980         * c-tree.h (struct c_arg_info): Likewise.
15981         * tree.h: Update the prototype for get_pending_sizes and
15982         put_pending_sizes.
15983
15984 2010-05-05  Jason Merrill  <jason@redhat.com>
15985
15986         PR debug/43370
15987         * c-common.c (handle_aligned_attribute): Respect
15988         ATTR_FLAG_TYPE_IN_PLACE.
15989
15990         PR testsuite/43758
15991         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
15992         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
15993         (TARGET_INITIALIZER): Use it.
15994         * c-common.c (attribute_takes_identifier_p): Call it.
15995         * c-common.h: Update prototype.
15996         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
15997         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
15998
15999 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
16000
16001         PR debug/43950
16002         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
16003         DW_ID_down_case for Fortran compilation units.
16004
16005 2010-05-05  Jan Hubicka  <jh@suse.cz>
16006
16007         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
16008         handle aliases.
16009
16010 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
16011
16012         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
16013         a variable-sized RESULT_DECL.
16014
16015 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
16016
16017         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
16018
16019 2010-05-05  Jason Merrill  <jason@redhat.com>
16020
16021         PR c++/43787
16022         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
16023         returns GS_OK.
16024         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
16025
16026 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
16027             Jakub Jelinek  <jakub@redhat.com>
16028
16029         PR debug/43478
16030         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
16031         (dead_debug_init, dead_debug_finish): New functions.
16032         (dead_debug_add, dead_debug_insert_before): Likewise.
16033         (df_note_bb_compute): Initialize a dead_debug object, add dead
16034         debug uses to it, insert debug bind insns before death insns,
16035         reset debug insns that refer to pending uses at the end.
16036         * rtl.h (make_debug_expr_from_rtl): New prototype.
16037         * varasm.c (make_debug_expr_from_rtl): New function.
16038
16039 2010-05-05  Jan Hubicka  <jh@suse.cz>
16040
16041         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
16042         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
16043         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
16044         lto_varpool_encoder_deref, lto_varpool_encoder_size,
16045         lto_varpool_encoder_encode_initializer_p,
16046         lto_set_varpool_encoder_encode_initializer): New functions.
16047         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
16048         call output_varpool.
16049         (input_varpool_node): Do not always set analyzed.
16050         (input_cgraph_1): Return vector of cgraph nodes.
16051         (input_varpool_1): Return vector of varpools.
16052         (input_cgraph): Free the vectors.
16053         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
16054         output only initializers needed.
16055         (lto_output): Only call output_cgraph.
16056         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
16057         * lto-section-out.c (lto_new_out_decl_state): Initialize
16058         state->varpool_node_encoder.
16059         * lto-streamer.h (lto_varpool_encoder_d): New.
16060         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
16061         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
16062         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
16063         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
16064         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
16065         Declare.
16066         (output_varpool, input_varpool): Remove declarations.
16067
16068 2010-05-05  Jan Hubicka  <jh@suse.cz>
16069
16070         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
16071         with body can prevail.
16072
16073 2010-05-05  Jan Hubicka  <jh@suse.cz>
16074
16075         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
16076         size.
16077
16078 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
16079
16080         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
16081
16082         * gengtype.h (erro_at_line): Constify pos argument.
16083
16084         * gengtype.c: Include hashtab.h.
16085         (enum gc_used): Document GC_MAYBE_POINTED_TO.
16086         (error_at_line): Constify pos argument.
16087         (do_typedef): Initialize p->opt field.
16088         (get_file_gtfilename): Fix comment typo.
16089         (struct walk_type_data): Constify line field.
16090         (get_output_file_for_structure): New function.
16091         (write_local_func_for_structure): Constify orig_s argument.
16092         Use get_output_file_for_structure.
16093         (write_func_for_structure): Use get_output_file_for_structure.
16094         (INDENT): New define.
16095         (dump_pair, dump_type, dump_type_list, dump_typekind)
16096         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
16097         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
16098         functions.
16099         (seen_types): New variable.
16100         (main): New variable do_dump.  Process "-d" command line option.
16101         Call dump_everything if dump requested.
16102
16103 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
16104
16105         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
16106         in a temporary instead of invoking the macro multiple times.
16107         (track_expr_p): Likewise.
16108
16109 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
16110
16111         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
16112         per new semantics.
16113         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
16114         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
16115         conditions for printing notes.
16116         * common.opt (-Wcoverage-mismatch): Allow negative, default to
16117         true, update documentation.
16118         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
16119
16120 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
16121
16122         PR c/43981
16123         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
16124         on dimen.
16125
16126 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
16127
16128         PR target/43799
16129         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
16130         (*sse_prologue_save_insn1): Likewise.
16131         (SSE prologue save splitter): Likewise.
16132
16133 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
16134
16135         * tree.c (free_lang_data_in_one_sizepos): New inline function.
16136         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
16137         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
16138         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
16139         all decls.  Call it on DECL_FIELD_OFFSET of fields.
16140         (find_decls_types_r): Follow DECL_VALUE_EXPR.
16141         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
16142
16143 2010-05-04  Martin Jambor  <mjambor@suse.cz>
16144
16145         * tree-sra.c (build_access_from_expr_1): The first parameter type
16146         changed to simple tree.
16147         (build_access_from_expr): Likewise, gsi parameter was eliminated.
16148         (scan_assign_result): Renamed to assignment_mod_result, enum elements
16149         renamed as well.
16150         (build_accesses_from_assign): Removed all parameters except for a
16151         simple gimple statement.  Now returns a simple bool.
16152         (scan_function): All non-analysis parts moved to separate functions
16153         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
16154         parameters and updated both callers.
16155         (sra_modify_expr): Removed parameter data.
16156         (sra_modify_function_body): New function.
16157         (perform_intra_sra): Call sra_modify_function_body to modify the
16158         function body.
16159         (replace_removed_params_ssa_names): Parameter data changed into
16160         adjustments vector.
16161         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
16162         changed the parameter dont_convert to convert with the opposite
16163         meaning.
16164         (sra_ipa_modify_assign): Parameter data changed into adjustments
16165         vector, return value changed to bool.
16166         (ipa_sra_modify_function_body): New function.
16167         (sra_ipa_reset_debug_stmts): Updated a comment.
16168         (modify_function): Use ipa_sra_modify_function_body to modify function
16169         body.
16170
16171 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
16172
16173         PR middle-end/43671
16174         * alias.c (true_dependence): Handle the same VALUE in x and mem.
16175         (canon_true_dependence): Likewise.
16176         (write_dependence_p): Likewise.
16177
16178 2010-05-04  Jan Hubicka  <jh@suse.cz>
16179
16180         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
16181         * cgraphbuild.c: Include ipa-utils.h
16182         (record_reference_ctx): New struct.
16183         (record_reference): Simplify to work on initializers; not statements.
16184         (mark_address, mark_load, mark_store): New.
16185         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16186         walk PHI nodes too.
16187         (record_references_in_initializer): Update use of record_reference.
16188         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16189         walk PHI nodes too.
16190
16191 2010-05-04  Jan Hubicka  <jh@suse.cz>
16192
16193         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
16194         node will be removed anyway.
16195         (lto_varpool_replace_node): Allow also unanalyzed nodes;
16196         relink aliases of node into prevailing node.
16197         * varpool.c (varpool_remove_node): Remove aliases properly;
16198         when removing node, remove all its aliases too; remove DECL_INITIAL
16199         of removed node; ggc_free the varpool node.
16200
16201 2010-05-04  Richard Guenther  <rguenther@suse.de>
16202
16203         PR tree-optimization/43879
16204         * tree-ssa-structalias.c (alias_get_name): Use
16205         DECL_ASSEMBLER_NAME if available.
16206         (create_function_info_for): Return the varinfo node.
16207         (ipa_pta_execute): Associate same-body aliases and extra names
16208         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
16209
16210 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
16211
16212         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
16213
16214 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
16215
16216         PR bootstrap/43964
16217         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
16218         only if HONOR_REG_ALLOC_ORDER is not defined.
16219
16220 2010-05-04  Richard Guenther  <rguenther@suse.de>
16221
16222         PR tree-optimization/43949
16223         * tree-vrp.c (extract_range_from_binary_expr): Only handle
16224         TRUNC_MOD_EXPR.
16225
16226 2010-04-26  Jason Merrill  <jason@redhat.com>
16227
16228         * c.opt (-fstrict-enums): New.
16229         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
16230
16231 2010-05-03  David Ung  <davidu@mips.com>
16232             James E. Wilson  <wilson@codesourcery.com>
16233
16234         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
16235         emit the trap instruction before the divide for TUNE_74K.
16236
16237 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
16238
16239         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
16240         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
16241         based on the above, for new target hook.
16242
16243         * hooks.c (hook_bool_mode_true): New generic hook.
16244         * hooks.h (hook_bool_mode_true): Add prototype.
16245
16246         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
16247         target hook.
16248         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
16249         target hook, set to hook_bool_mode_false.
16250         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
16251         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
16252         with targetm.small_register_classes_for_mode_p.
16253         (find_reusable_reload): Likewise.
16254         (combine_reloads): Likewise.
16255         * reload1.c (reload_as_needed): Likewise.
16256         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
16257         * ifcvt.c (noce_process_if_block, check_cond_move_block,
16258         dead_or_predicable): Likewise.
16259         * regmove.c (optimize_reg_copy_1): Likewise.
16260         * calls.c (prepare_call_address): Likewise.
16261         (precompute_register_parameters): Likewise.
16262
16263         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
16264         hook definition.
16265         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
16266         implementation of the hook that considers all register classes
16267         small except for SH64.
16268         (sh_override_options): Use the new hook.
16269         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
16270         Add prototype.
16271
16272         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
16273         hook definition.
16274         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
16275         implementation of the hook that considers all register classes
16276         small for THUMB1.
16277         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
16278         Add prototype.
16279
16280         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
16281         hook definition.
16282         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
16283         implementation of the hook that considers all register classes
16284         small for MIPS16.
16285         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
16286         Add prototype.
16287
16288         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
16289         hook definition.
16290         * config/m32c/m32c.h: Likewise.
16291         * config/pdp11/pdp11.h: Likewise.
16292         * config/avr/avr.h: Likewise.
16293         * config/xtensa/xtensa.h: Likewise.
16294         * config/m68hc11/m68hc11.h: Likewise.
16295         * config/mn10300/mn10300.h: Likewise.
16296         * config/mcore/mcore.h: Likewise.
16297         * config/h8300/h8300.h: Likewise.
16298         * config/bfin/bfin.h: Likewise.
16299
16300         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
16301         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
16302
16303 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
16304
16305         * double-int.h (tree_to_double_int): Remove macro.
16306         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
16307         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16308         (tree_to_double_int): New function.
16309         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
16310         Move ...
16311         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16312
16313 2010-05-03  Richard Guenther  <rguenther@suse.de>
16314
16315         PR tree-optimization/43971
16316         * tree-ssa-structalias.c (get_constraint_for_1): Fix
16317         constraints in the !flag_delete_null_pointer_checks case.
16318
16319 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
16320
16321         PR debug/43972
16322         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
16323         result mode matches original rtl mode.
16324
16325 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
16326
16327         PR target/43888
16328         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
16329
16330 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16331
16332         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
16333         when processing flag options.
16334
16335 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16336
16337         * gcov-iov.c (main): Change format string placeholder
16338         from %#08x to 0x%08x.
16339         * genchecksum.c (dosum): Change format string placeholder
16340         from %#02x to 0x%02x.
16341
16342 2010-05-02  Richard Guenther  <rguenther@suse.de>
16343
16344         PR tree-optimization/43879
16345         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
16346
16347 2010-05-02  Bruno Haible  <bruno@clisp.org>
16348
16349         * doc/extend.texi (Function Attributes): Fix a typo.
16350
16351 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16352
16353         Revert:
16354         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
16355         placeholder from 0x%x to %#x.
16356         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
16357         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
16358         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
16359         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
16360         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
16361         * config/i386/i386.c (ix86_target_string): Ditto.
16362         * config/i386/i386.c (output_pic_addr_const): Ditto.
16363         (print_operand): Ditto.
16364
16365 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16366
16367         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
16368         placeholder from 0x%x to %#x.
16369         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
16370         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
16371         (ASM_OUTPUT_DEBUG_DATA): Ditto.
16372         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
16373         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
16374         * optc-gen.awk: Ditto.
16375         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
16376         (HOST_WIDE_INT_PRINT_HEX): Ditto.
16377         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
16378         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
16379
16380 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
16381
16382         * target.h (struct calls): Add function_value_regno_p field.
16383         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
16384         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
16385         * targhooks.c (default_function_value_regno_p): New function.
16386         * targhooks.h (default_function_value_regno_p): Declare function.
16387         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
16388         * builtins.c. (apply_result_size): (Ditto.).
16389         * combine.c. (likely_spilled_retval_p): (Ditto.).
16390         * mode-switching.c. Include 'target.h'.
16391         (create_pre_exit): Use function_value_regno_p hook.
16392         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
16393         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
16394         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
16395
16396         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
16397         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
16398         (ix86_function_value_regno_p): Declare as static, change argument
16399         type to const unsigned int.
16400         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
16401
16402 2010-05-01  Richard Guenther  <rguenther@suse.de>
16403
16404         PR tree-optimization/43949
16405         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
16406         types.
16407         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
16408
16409 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
16410
16411         * rtl.h (CONST_DOUBLE_P): Define.
16412         (rtx_to_double_int): Declare.
16413         * emit-rtl.c (rtx_to_double_int): New function.
16414         * dwarf2out.c (insert_double): New function.
16415         (loc_descriptor, add_const_value_attribute): Clean up, use
16416         rtx_to_double_int and insert_double functions.
16417
16418 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
16419
16420         * doc/extend.texi (Inline): Add missing return keyword to examples.
16421         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
16422         "command-line".
16423
16424 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
16425
16426         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
16427         the variable part of the offset as well.  Use highest_pow2_factor for
16428         all alignment checks.
16429
16430 2010-04-30  Richard Guenther  <rguenther@suse.de>
16431
16432         PR tree-optimization/43879
16433         * tree-ssa-structalias.c (type_could_have_pointers): Functions
16434         can have pointers.
16435
16436 2010-04-30  Jan Hubicka  <jh@suse.cz>
16437
16438         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
16439         varpool.
16440         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
16441
16442 2010-04-30  Jan Hubicka  <jh@suse.cz>
16443
16444         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
16445         New.
16446         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
16447         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
16448         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
16449         cgraph_node_set_needs_ltrans_p): Remove.
16450
16451 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
16452
16453         * sdbout.c: Include vec.h, do not include varray.h.
16454         (deferred_global_decls, sdbout_global_decl,
16455         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
16456         * toplev.c: Do not include varray.h.
16457         (dump_memory_report): Do not dump VARRAY statistics.
16458         * gengtype.c (open_base_file): Ignore varray.h.
16459         * Makefile.in: Update for abovementioned changes.
16460         Remove all traces of varray.c and varray.h.
16461         * varray.c: Remove file.
16462         * varray.h: Remove file.
16463
16464 2010-04-30  Jan Hubicka  <jh@suse.cz>
16465
16466         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
16467         references.
16468
16469 2010-04-30  Jan Hubicka  <jh@suse.cz>
16470
16471         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
16472         needed.
16473
16474 2010-04-30  Richard Guenther  <rguenther@suse.de>
16475
16476         * tree-ssa-structalias.c (get_constraint_for_1): Generate
16477         constraints for CONSTRUCTOR.
16478
16479 2010-04-30  Richard Guenther  <rguenther@suse.de>
16480
16481         PR lto/43946
16482         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
16483         first after all lowering passes.
16484
16485 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
16486
16487         * toplev.c: Include varray.h for statistics dumping.
16488         * tree.h: Do not declare varray_head_tag.
16489         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
16490         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
16491         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
16492         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
16493         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
16494         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
16495         c-common.c, c-common.h, reg-stack.c, basic-block.h,
16496         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
16497         include varray.h.
16498         * Makefile.in: Update for abovementioned changes.
16499
16500 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
16501
16502         PR debug/43942
16503         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
16504
16505 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
16506
16507         * config/picochip/picochip.c (picochip_legitimize_address): Define.
16508         Use this function to do machine-specific conversion.
16509         (picochip_legitimize_reload_address): Likewise.
16510         (picochip_legitimate_address_p): Check valid base register only if
16511         strict.
16512         (picochip_check_conditional_copy): Check for modw only if opnd is
16513         register.
16514         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
16515         to call the function in c.
16516         * config/picochip/picochip-protos.h
16517         (picochip_legitimize_reload_address): Define.
16518         * config/picochip/picochip.md (supported_compare1): Define.
16519
16520 2010-04-30  Jan Hubicka  <jh@suse.cz>
16521
16522         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
16523         (cgraph_global_info): Remove inlined.
16524         (LTO_cgraph_tag_names): Remove.
16525         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
16526         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
16527         simplify cgraph tags and document.
16528         (lto_output_node): Use only LTO_cgraph_unavail_node and
16529         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
16530         for_functions_valid, global info, process and output flags.
16531         (input_overwrite_node): Initialize estimated stack size and
16532         estimated growth.  Do not read flags we no longer store.
16533         (input_node): Likewise do not read info no longer stored.
16534         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
16535         flag.
16536
16537 2010-04-30  Richard Guenther  <rguenther@suse.de>
16538
16539         PR tree-optimization/43879
16540         * tree-ssa-structalias.c (get_constraint_for_1): Properly
16541         handle non-zero initializers.
16542
16543 2010-04-30  Richard Guenther  <rguenther@suse.de>
16544
16545         * builtins.c (fold_builtin_1): Delete free (0).
16546
16547 2010-04-29  Jan Hubicka  <jh@suse.cz>
16548
16549         * gengtype.c (open_base_files): Add lto-streamer.h
16550         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
16551         (pass_ipa_cp): GGC collect.
16552         * toplev. (compile_file): Do not output symbols.
16553         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
16554         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
16555         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
16556         * lto-section-in.c: Include ggc.h
16557         (lto_new_in_decl_state): Alloc in GGC.
16558         (lto_delete_in_decl_state): Likewise.
16559         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
16560         Collect.
16561
16562 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
16563
16564         PR target/42895
16565         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
16566         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
16567         (HONOR_REG_ALLOC_ORDER): Describe new macro.
16568         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
16569         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
16570         account only if HONOR_REG_ALLOC_ORDER is not defined.
16571         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
16572         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
16573
16574 2010-04-29  Jon Grant  <04@jguk.org>
16575
16576         * collect2.c (vflag): Change type from int to bool.
16577         (debug): Likewise.
16578         (helpflag): New global bool.
16579         (main): Set vflag and debug with boolean, not integer truth values.
16580         Accept new "--help" option and output usage text if found.
16581         * collect2.h (vflag): Update prototype.
16582         (debug): Likewise.
16583
16584 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
16585
16586         PR bootstrap/43936
16587         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
16588
16589 2010-04-29  Richard Guenther  <rguenther@suse.de>
16590
16591         PR bootstrap/43935
16592         * plugin.h (invoke_plugin_callbacks): Annotate arguments
16593         with ATTRIBUTE_UNUSED.
16594
16595 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
16596
16597         PR target/43921
16598         * config/i386/i386.c (get_some_local_dynamic_name): Replace
16599         INSN_P with NONDEBUG_INSN_P.
16600         (distance_non_agu_define): Likewise.
16601         (distance_agu_use): Likewise.
16602
16603 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
16604
16605         From Dominique d'Humieres  <dominiq@lps.ens.fr>
16606         PR bootstrap/43858
16607         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
16608         test_set.
16609
16610 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
16611
16612         * plugin.h (invoke_plugin_callbacks): New inline function.
16613         * plugin.c (flag_plugin_added): New global flag.
16614         (add_new_plugin): Initialize above flag.
16615         (invoke_plugin_callbacks): Rename to ...
16616         (invoke_plugin_callbacks_full): ... this.
16617
16618 2010-04-28  Jan Hubicka  <jh@suse.cz>
16619
16620         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
16621         (lto_varpool_replace_node): New.
16622         (lto_symtab_resolve_symbols): Resolve varpool nodes.
16623         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
16624         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
16625         * cgraph.h (varpool_node_ptr): New type.
16626         (varpool_node_ptr): New vector.
16627         (varpool_node_set_def): New structure.
16628         (varpool_node_set): New type.
16629         (varpool_node_set): New vector.
16630         (varpool_node_set_element_def): New structure.
16631         (varpool_node_set_element, const_varpool_node_set_element): New types.
16632         (varpool_node_set_iterator): New type.
16633         (varpool_node): Add prev pointers, add used_from_other_partition,
16634         in_other_partition.
16635         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
16636         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
16637         varpool_get_node, varpool_remove_node): Declare.
16638         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
16639         varpool_node_set_size): New inlines.
16640         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
16641         * tree-pass.h (varpool_node_set_def): Forward declare.
16642         (ipa_opt_pass_d): Summary writting takes vnode sets too.
16643         (ipa_write_optimization_summaries): Update prototype.
16644         * ipa-cp.c (ipcp_write_summary): Update.
16645         * ipa-reference.c (ipa_reference_write_summary): Update.
16646         * lto-cgraph.c (lto_output_varpool_node): New static function.
16647         (output_varpool): New function.
16648         (input_varpool_node): New static function.
16649         (input_varpool_1): New function.
16650         (input_cgraph): Input varpool.
16651         * ipa-pure-const.c (pure_const_write_summary): Update.
16652         * lto-streamer-out.c (lto_output): Update, output varpool too.
16653         (write_global_stream): Kill WPA hack.
16654         (produce_asm_for_decls): Update.
16655         (output_alias_pair_p): Handle variables.
16656         (output_unreferenced_globals): Output only needed partition of varpool.
16657         * ipa-inline.c (inline_write_summary): Update.
16658         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
16659         cgraph.
16660         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
16661         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
16662         varpool_node_set_new, varpool_node_set_add,
16663         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
16664         debug_varpool_node_set): New functions.
16665         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
16666         (execute_one_pass): Process new decls too.
16667         (ipa_write_summaries_2): Pass around vsets.
16668         (ipa_write_summaries_1): Likewise.
16669         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
16670         to add.
16671         (ipa_write_optimization_summaries_1): Pass around vsets.
16672         (ipa_write_optimization_summaries): Likewise.
16673         * varpool.c (varpool_get_node): New.
16674         (varpool_node): Update doubly linked lists.
16675         (varpool_remove_node): New.
16676         (dump_varpool_node): More dumping.
16677         (varpool_enqueue_needed_node): Update doubly linked lists.
16678         (decide_is_variable_needed): Kill ltrans hack.
16679         (varpool_finalize_decl): Kill lto hack.
16680         (varpool_assemble_decl): Skip decls in other partitions.
16681         (varpool_assemble_pending_decls): Update doubly linkes lists.
16682         (varpool_empty_needed_queue): Likewise.
16683         (varpool_extra_name_alias): Likewise.
16684         * lto-streamer.c (lto_get_section_name): Add vars section.
16685         * lto-streamer.h (lto_section_type): Update.
16686         (output_varpool, input_varpool): Declare.
16687
16688 2010-04-28  Mike Stump  <mikestump@comcast.net>
16689
16690         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
16691
16692 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
16693
16694         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
16695         record or union type with RECORD_OR_UNION_TYPE_P predicate.
16696         (lto_input_ts_type_tree_pointers): Likewise.
16697         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
16698         (lto_output_ts_type_tree_pointers): Likewise.
16699
16700 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
16701
16702         Uniquization of constants at the Tree level
16703         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
16704         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
16705         bit to the end.
16706         (tree_output_constant_def): Declare.
16707         * gimplify.c (gimplify_init_constructor): When using block copy, first
16708         uniquize the constant constructor on the RHS.
16709         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
16710         DECL_IN_CONSTANT_POOL flag.
16711         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
16712         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
16713         constant pool.
16714         (assemble_variable): Deal with symbols belonging to the tree constant
16715         pool.
16716         (get_constant_section): Add ALIGN parameter and simplify.
16717         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
16718         (assemble_constant_contents): Use the expression of the VAR_DECL.
16719         (output_constant_def_contents): Use the alignment of the VAR_DECL.
16720         (tree_output_constant_def): New global function.
16721         (mark_constant): Use the expression of the VAR_DECL.
16722         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
16723         its expression.
16724         (output_object_block): Likewise and assemble the expression.
16725
16726 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
16727
16728         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
16729         hash_tree, eq_tree): New tree hash table.
16730         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
16731         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
16732         lto_orig_address_remove): Reimplement.
16733
16734 2010-04-28  Xinliang David Li  <davidxl@google.com>
16735
16736         PR c/42643
16737         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
16738         (compute_uninit_opnds_pos): New function.
16739         (is_non_loop_exit_postdominating): New function.
16740         (compute_control_dep_chain): New function.
16741         (find_pdom): New function.
16742         (convert_control_dep_chain_into_preds): New function.
16743         (find_predicates): New function.
16744         (find_control_equiv_block): New function.
16745         (collect_phi_def_edges): New function.
16746         (find_def_preds): New function.
16747         (find_dom): New function.
16748         (dump_predicates): New function.
16749         (get_cmp_code): New function.
16750         (is_value_included_in): New function.
16751         (find_matching_predicate_in_rest_chains): New function.
16752         (use_pred_not_overlap_with_undef_path_pred): New function.
16753         (is_use_properly_guarded): New function.
16754         (normalize_cond_1): New function.
16755         (is_and_or_or): New function.
16756         (normalize_cond): New function.
16757         (is_gcond_subset_of): New function.
16758         (is_subset_of_any): New function.
16759         (is_or_set_subset_of): New function.
16760         (is_and_set_subset_of): New function.
16761         (is_norm_cond_subset_of): New function.
16762         (is_pred_expr_subset_of): New function.
16763         (is_pred_chain_subset_of): New function.
16764         (is_included_in): New function.
16765         (is_superset_of): New function.
16766         (find_uninit_use): New function.
16767         (warn_uninitialized_phi): New function.
16768         (compute_possibly_undefined_names): New function.
16769         (ssa_undefined_value_p): New function.
16770         (execute_late_warn_uninitialized): New function.
16771         * tree-ssa.c (ssa_undefined_value_p): Removed.
16772         (warn_uninit): Changed to extern.
16773         (warn_uninitialized_phi): Removed.
16774         (warn_uninitialized_vars): Changed to extern.
16775         (execute_late_warn_uninitialized): Removed
16776         * tree-flow.h: Add new prototypes.
16777         * timevar.def: Add new time variable.
16778         * Makefile.in: Add new build file.
16779
16780 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
16781
16782         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
16783         type if available.
16784
16785 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16786
16787         PR target/22224
16788         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
16789
16790 2010-04-28  Martin Jambor  <mjambor@suse.cz>
16791
16792         * cgraph.h (struct cgraph_node): New field indirect_calls.
16793         (struct cgraph_indirect_call_info): New type.
16794         (struct cgraph_edge): Removed field indirect_call. New fields
16795         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
16796         (cgraph_create_indirect_edge): Declare.
16797         (cgraph_make_edge_direct): Likewise.
16798         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
16799         * ipa-prop.h (struct ipa_param_call_note): Removed.
16800         (struct ipa_node_params): Removed field param_calls.
16801         (ipa_create_all_structures_for_iinln): Declare.
16802         * cgraph.c: Described indirect edges and uids in initial comment.
16803         (cgraph_add_edge_to_call_site_hash): New function.
16804         (cgraph_edge): Search also among the indirect edges, use
16805         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
16806         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
16807         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
16808         site hash.
16809         (initialize_inline_failed): Assign a reason to indirect edges.
16810         (cgraph_create_edge_1): New function.
16811         (cgraph_create_edge): Moved some functionality to
16812         cgraph_create_edge_1.
16813         (cgraph_create_indirect_edge): New function.
16814         (cgraph_edge_remove_callee): Add an assert checking for
16815         non-indirectness.
16816         (cgraph_edge_remove_caller): Special-case indirect edges.
16817         (cgraph_remove_edge): Likewise.
16818         (cgraph_set_edge_callee): New function.
16819         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
16820         (cgraph_make_edge_direct): New function.
16821         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
16822         the declaration of the call statement matches.
16823         (cgraph_node_remove_callees): Special-case indirect edges.
16824         (cgraph_clone_edge): Likewise.
16825         (cgraph_clone_node): Clone also the indirect edges.
16826         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
16827         indirect_call, dump count of indirect_calls edges.
16828         * ipa-prop.c (iinlining_processed_edges): New variable.
16829         (ipa_note_param_call): Create indirect edges instead of
16830         creating notes.  New parameter node.
16831         (ipa_analyze_call_uses): New parameter node, pass it on to
16832         ipa_note_param_call.
16833         (ipa_analyze_stmt_uses): Likewise.
16834         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
16835         (print_edge_addition_message): Work on edges rather than on notes.
16836         (update_call_notes_after_inlining): Likewise, renamed to
16837         update_indirect_edges_after_inlining.
16838         (ipa_create_all_structures_for_iinln): New function.
16839         (ipa_free_node_params_substructures): Do not free notes.
16840         (ipa_edge_duplication_hook): Propagate bits within
16841         iinlining_processed_edges bitmap.
16842         (ipa_node_duplication_hook): Do not duplicate notes.
16843         (free_all_ipa_structures_after_ipa_cp): Renamed to
16844         ipa_free_all_structures_after_ipa_cp.
16845         (free_all_ipa_structures_after_iinln): Renamed to
16846         ipa_free_all_structures_after_iinln.
16847         (ipa_write_param_call_note): Removed.
16848         (ipa_read_param_call_note): Removed.
16849         (ipa_write_indirect_edge_info): New function.
16850         (ipa_read_indirect_edge_info): Likewise.
16851         (ipa_write_node_info): Do not stream notes, do stream information
16852         in indirect edges.
16853         (ipa_read_node_info): Likewise.
16854         (lto_ipa_fixup_call_notes): Removed.
16855         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
16856         * ipa-inline.c (pass_ipa_inline): Likewise.
16857         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
16858         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
16859         * tree-inline.c (copy_bb): Removed an unnecessary double check for
16860         is_gimple_call.
16861         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
16862         edges.
16863         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
16864         (output_cgraph): Stream also indirect edges.
16865         (lto_output_edge): Added capability to stream indirect edges.
16866         (input_edge): Likewise.
16867         (input_cgraph_1): Likewise.
16868         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
16869         of indirect edges.
16870
16871 2010-04-28  Richard Guenther  <rguenther@suse.de>
16872
16873         PR tree-optimization/43879
16874         PR tree-optimization/43909
16875         * tree-ssa-structalias.c (struct variable_info): Add
16876         only_restrict_pointers flag.
16877         (new_var_info): Initialize it.  Increment stats.total_vars here.
16878         (create_function_info_for): Do not increment stats.total_vars here.
16879         (get_function_part_constraint): Fix build with C++.
16880         (insert_into_field_list): Remove.
16881         (push_fields_onto_fieldstack): Properly merge fields.
16882         (create_variable_info_for): Split and simplify.
16883         (create_variable_info_for_1): New piece.
16884         (intra_create_variable_infos): Properly make restrict constraints
16885         from parameters.
16886
16887 2010-04-28  Richard Guenther  <rguenther@suse.de>
16888
16889         PR c++/43880
16890         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
16891
16892 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16893             Jan Hubicka  <hubicka@ucw.cz>
16894
16895         * doc/invoke.texi (-Wsuggest-attribute=const,
16896         -Wsuggest-attribute=pure): Document.
16897         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
16898         (function_always_visible_to_compiler_p,
16899         suggest_attribute, warn_function_pure, warn_function_const):
16900         New functions.
16901         (check_call): Improve debug info.
16902         (analyze_function): Do not check availability.
16903         (add_new_function): Check availability.
16904         (propagate): Output warnings.
16905         (skip_function_for_local_pure_const): New function.
16906         (local_pure_const): Use it; output warnings.
16907         * common.opt (Wsuggest-attribute=const,
16908         Wsuggest-attribute=pure): New.
16909
16910 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
16911
16912         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
16913         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
16914         or DW_CFA_def_cfa_offset{,_sf}.
16915
16916 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
16917
16918         * tree.h: Fix truncated long macros.
16919
16920 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
16921
16922         * collect2.c (TARGET_64BIT): Redefine to target's default.
16923         * tlink.c: Likewise.
16924         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
16925         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
16926         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
16927         for underscoring __USER_LABEL_PREFIX__.
16928         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
16929         (SUB_LINK_ENTRY32): New.
16930         (SUB_LINK_ENTRY64): New.
16931         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
16932         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
16933         (SUB_LINK_ENTRY64): New.
16934         (SUB_LINK_ENTRY): New.
16935         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
16936         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
16937         x64 target is choosen.
16938         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
16939         * configure: Regenerated.
16940         * configure.ac (leading-mingw64-underscores): Option added.
16941
16942 2010-04-27  Jan Hubicka  <jh@suse.cz>
16943
16944         * doc/invoke.texi (-fipa-profile): Document.
16945         * opts.c (decode_options): Enable ipa-profile at -O1.
16946         * timevar.def (TV_IPA_PROFILE): Define.
16947         * common.opt (fipa-profile): Add.
16948         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
16949         flag for clones.
16950         (cgraph_propagate_frequency): Handle only local ones.
16951         * tree-pass.h (pass_ipa_profile): Declare.
16952         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
16953         (pass_ipa_profile): Use TV_IPA_PROFILE.
16954         * ipa.c (ipa_profile): New function.
16955         (gate_ipa_profile): Likewise.
16956         (pass_ipa_profile): New global variable.
16957         * passes.c (pass_ipa_profile): New.
16958
16959 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
16960
16961         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
16962
16963 2010-04-27  Martin Jambor  <mjambor@suse.cz>
16964
16965         PR middle-end/43812
16966         * ipa.c (dissolve_same_comdat_group_list): New function.
16967         (function_and_variable_visibility): Call
16968         dissolve_same_comdat_group_list when comdat group contains external or
16969         newly local nodes.
16970         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
16971         lists are circular and that they contain only DECL_ONE_ONLY nodes.
16972
16973 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
16974
16975         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
16976         (const_hash_1) <VECTOR_CST>: New case.
16977         (compare_constant) <VECTOR_CST>: Likewise.
16978         <ADDR_EXPR>: Deal with LABEL_REFs.
16979         (copy_constant) <VECTOR_CST>: New case.
16980
16981 2010-04-27  Jan Hubicka  <jh@suse.cz>
16982
16983         * cgraph.c (cgraph_propagate_frequency): New function.
16984         * cgraph.h (cgraph_propagate_frequency): Declare.
16985         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
16986         cgraph_propagate_frequency.
16987
16988 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
16989
16990         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
16991
16992 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
16993
16994         PR target/40657
16995         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
16996         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
16997         here to determine which regs to push and how much stack to reserve.
16998
16999 2010-04-27  Jie Zhang  <jie@codesourcery.com>
17000
17001         * doc/gimple.texi (gimple_statement_with_ops): Remove
17002         addresses_taken field.
17003         (gimple_statement_with_memory_ops): Likewise.
17004
17005 2010-04-27  Jan Hubicka  <jh@suse.cz>
17006
17007         * tree-inline.c (eni_inlining_weights): Remove.
17008         (estimate_num_insns): Special case more builtins.
17009
17010 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
17011
17012         PR c/32207
17013         * c-typeck.c (build_binary_op): Move forward check for comparison
17014         pointer with null pointer constant and adjust the diagnostic message.
17015
17016 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
17017
17018         PR lto/42776
17019         * configure.ac (gcc_cv_as_section_has_align): Set if installed
17020         binutils supports extended .section directive needed by LTO, or
17021         warn if older binutils found.
17022         (LTO_BINARY_READER): New AC_SUBST'd variable.
17023         (LTO_USE_LIBELF): Likewise.
17024         * gcc/config.gcc (lto_binary_reader): New target-specific configure
17025         variable.
17026         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
17027         (LTO_USE_LIBELF): Likewise.
17028         * configure: Regenerate.
17029
17030         * collect2.c (is_elf): Rename from this ...
17031         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
17032          object files in addition to ELF-formatted ones.
17033         (scan_prog_file): Caller updated.  Also allow for LTO info marker
17034         symbol to be prefixed or not by an extra underscore.
17035
17036         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
17037         * config/i386/winnt.c: Also #include lto-streamer.h
17038         (i386_pe_asm_named_section): Specify 1-byte section alignment for
17039         LTO named sections.
17040         (i386_pe_asm_output_aligned_decl_common): Add comment.
17041         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
17042
17043 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
17044
17045         PR target/43889
17046         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
17047         Add missing earlyclobber for second alternative.
17048
17049 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
17050
17051         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
17052         bits for artificial defs at the top of the block.
17053         * fwprop.c (single_def_use_enter_block): Don't call it.
17054
17055 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
17056
17057         PR 43715
17058         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
17059         instead of "$gcc_cv_objdump -T".
17060         Use "-undefined dynamic_lookup" on darwin.
17061         * gcc/configure: Regenerate.
17062
17063 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
17064
17065         PR c/43893
17066         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
17067
17068 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
17069
17070         * c-parser.c (struct c_token): Move location field up.
17071         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
17072         (struct c_declspecs): Convert typespec_word, storage_class, and
17073         default_int_p into bitfields.
17074         (struct c_declarator): Move loc field up.
17075
17076 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
17077
17078         * cfgloop.h (struct loop): Move can_be_parallel field up.
17079         * ipa-prop.h (struct ip_node_params): Move bitfields up.
17080         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
17081         down.
17082         (struct iv_cand): Convert pos field into a bitfield.
17083         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
17084         field up.
17085         (struct _stmt_vec_info): Shuffle fields for better packing.
17086
17087 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
17088
17089         * varasm.c (IN_NAMED_SECTION): Remove guard.
17090         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
17091         (IN_NAMED_SECTION_P): ...this.
17092         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
17093         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
17094
17095 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
17096
17097         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
17098         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
17099         of shadowing it.  Fix comments.
17100
17101 2010-04-26  Jan Hubicka  <jh@suse.cz>
17102
17103         * cgraph.c (cgraph_create_node): Set node frequency to normal.
17104         (cgraph_clone_node): Copy function frequency.
17105         * cgraph.h (node_frequency): New enum
17106         (struct cgraph_node): Add.
17107         * final.c (rest_of_clean_state): Update.
17108         * lto-cgraph.c (lto_output_node): Output node frequency.
17109         (input_overwrite_node): Input node frequency.
17110         * tre-ssa-loop-ivopts (computation_cost): Update.
17111         * lto-streamer-out.c (output_function): Do not output function
17112         frequency.
17113         * predict.c (maybe_hot_frequency_p): Update and handle functions
17114         executed once.
17115         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
17116         attribute lookup.
17117         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
17118         (compute_function_frequency): Set noreturn functions to be executed
17119         once.
17120         (choose_function_section): Update.
17121         * lto-streamer-in.c (input_function): Do not input function frequency.
17122         * function.c (allocate_struct_function): Do not initialize function
17123         frequency.
17124         * function.h (function_frequency): Remove.
17125         (struct function): Remove function frequency.
17126         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
17127         (try_update): Update.
17128         * tree-inline.c (initialize_cfun): Do not update function frequency.
17129         * passes.c (pass_init_dump_file): Update.
17130         * i386.c (ix86_compute_frame_layout): Update.
17131         (ix86_pad_returns): Update.
17132
17133 2010-04-26  Jie Zhang  <jie@codesourcery.com>
17134
17135         PR tree-optimization/43833
17136         * tree-vrp.c (range_int_cst_p): New.
17137         (range_int_cst_singleton_p): New.
17138         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
17139         when both operands are constants.  Use range_int_cst_p in
17140         BIT_IOR_EXPR case.
17141
17142 2010-04-26  Jan Hubicka  <jh@suse.cz>
17143
17144         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
17145
17146 2010-04-26  Richard Guenther  <rguenther@suse.de>
17147
17148         PR lto/43080
17149         * gimple.c (gimple_decl_printable_name): Deal gracefully
17150         with a NULL DECL_NAME.
17151
17152 2010-04-26  Richard Guenther  <rguenther@suse.de>
17153
17154         PR lto/42425
17155         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
17156         if emitting debug information and it is either a function
17157         or a namespace decl.
17158
17159 2010-04-26  Ira Rosen  <irar@il.ibm.com>
17160
17161         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
17162         determine if the statement is vectorizable, and a macro to access it.
17163         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
17164         Skip statements that can't be vectorized. If the analysis fails,
17165         mark the statement as unvectorizable if vectorizing basic block.
17166         (vect_compute_data_refs_alignment): Likewise.
17167         (vect_verify_datarefs_alignment): Skip statements marked as
17168         unvectorizable. Add print.
17169         (vect_analyze_group_access): Skip statements that can't be
17170         vectorized. If the analysis fails, mark the statement as
17171         unvectorizable if vectorizing basic block.
17172         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
17173         * tree-vect-stmts.c (vectorizable_store): Fix the number of
17174         generated stmts for SLP.
17175         (new_stmt_vec_info): Initialize the new field.
17176         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
17177         statements marked as unvectorizable.
17178
17179 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
17180
17181         * c-common.c (flag_isoc1x): New.
17182         (flag_isoc99): Update comment.
17183         * c-common.h (flag_isoc1x): New.
17184         (flag_isoc99): Update comment.
17185         * c-cppbuiltin.c (builtin_define_float_constants): Also define
17186         __<type>_DECIMAL_DIG__.
17187         * c-opts.c (set_std_c1x): New.
17188         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
17189         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
17190         * c.opt (-std=c1x, -std=gnu1x): New options.
17191         * doc/cpp.texi: Mention -std=c1x.
17192         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
17193         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
17194         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
17195         * doc/standards.texi: Mention C1X.
17196         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
17197         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
17198         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
17199         Define for C1X.
17200
17201 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
17202
17203         * config/i386/gmon-sol2.c (_mcleanup): Change format string
17204         placeholder from 0x%x to %#x.
17205         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
17206         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
17207         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
17208         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
17209         * config/i386/i386.c (ix86_target_string): Ditto.
17210         (output_pic_addr_const): Ditto.
17211         (print_operand): Ditto.
17212
17213 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
17214
17215         * combine.c (find_split_point): Add third argument.  Use it
17216         to find nested multiply-accumulate instructions.  Adjust calls.
17217         (try_combine): Adjust call to find_split_point.
17218
17219 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
17220
17221         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
17222
17223 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
17224
17225         PR tree-optimization/41442
17226         * fold-const.c (merge_truthop_with_opposite_arm): New function.
17227         (fold_binary_loc): Call it.
17228
17229 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17230
17231         * toplev.c (general_init): Set default for fdiagnostics-show-option.
17232         * opts.c (common_handle_option): Allow disabling it.
17233         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
17234
17235 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
17236
17237         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
17238         between modes if both types are integral.
17239
17240 2010-04-23  Richard Guenther  <rguenther@suse.de>
17241
17242         PR tree-optimization/43572
17243         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
17244
17245 2010-04-23  Richard Guenther  <rguenther@suse.de>
17246
17247         PR lto/43455
17248         * tree-inline.c (tree_can_inline_p): Also check compatibility
17249         of return types.
17250
17251 2010-04-23  Martin Jambor  <mjambor@suse.cz>
17252
17253         PR tree-optimization/43846
17254         * tree-sra.c (struct access): New flag grp_assignment_read.
17255         (build_accesses_from_assign): Set grp_assignment_read.
17256         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
17257         (enum mark_read_status): New type.
17258         (analyze_access_subtree): Propagate grp_assignment_read, create
17259         accesses also if both direct_read and root->grp_assignment_read.
17260
17261 2010-04-23  Martin Jambor  <mjambor@suse.cz>
17262
17263         PR middle-end/43835
17264         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
17265         function does not have type attributes.
17266
17267 2010-04-23  Richard Guenther  <rguenther@suse.de>
17268
17269         PR lto/42653
17270         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
17271         of FUNCTION_DECLs.
17272
17273 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17274
17275         * sese.h (create_if_region_on_edge): Remove.
17276
17277         * sese.c (create_if_region_on_edge): Make static.
17278
17279         * tree-inline.c: Do not include ggc.h.
17280
17281         * expr.c: Do not include ggc.h.
17282
17283         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
17284         dependencies.
17285
17286 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
17287
17288         PR target/43744
17289         * config/sh/sh.c (find_barrier): Don't emit a constant pool
17290         in the middle of insns for casesi_worker_2.
17291
17292 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
17293
17294         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
17295
17296 2010-04-22  Ira Rosen  <irar@il.ibm.com>
17297
17298         PR tree-optimization/43842
17299         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
17300         loop unrolling in update of exit phis. Fix comment.
17301         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
17302         least two reduction statements in the loop before starting SLP
17303         analysis.
17304
17305 2010-04-22  Nick Clifton  <nickc@redhat.com>
17306
17307         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
17308
17309 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
17310
17311         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
17312         to simplify a + ~a.
17313
17314 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17315
17316         * tree-parloops.c (loop_parallel_p): New argument
17317         parloop_obstack.  Pass it down.
17318         (parallelize_loops): New variable parloop_obstack.  Initialize it,
17319         pass it down, free it.
17320
17321         * tree-loop-linear.c (linear_transform_loops): Pass down
17322         lambda_obstack.
17323
17324         * tree-data-ref.h (lambda_compute_access_matrices): New argument
17325         of type struct obstack *.
17326
17327         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
17328         scratch_obstack.  Initialize it, pass down, free it.
17329
17330         * lambda.h (lambda_loop_new): Remove.
17331         (lambda_matrix_new, lambda_matrix_inverse)
17332         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
17333         argument of type struct obstack *.
17334
17335         * lambda-trans.c (lambda_trans_matrix_new): New argument
17336         lambda_obstack.  Pass it down, use obstack allocation for ret.
17337         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
17338         it down.
17339
17340         * lambda-mat.c (lambda_matrix_get_column)
17341         (lambda_matrix_project_to_null): Remove.
17342         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
17343         allocation for mat.
17344         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
17345         lambda_obstack.
17346
17347         * lambda-code.c (lambda_loop_new): New function.
17348         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
17349         (lambda_compute_auxillary_space, lambda_compute_target_space)
17350         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
17351         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
17352         (build_access_matrix): New argument lambda_obstack.  Use obstack
17353         allocation for am.
17354         (lambda_compute_step_signs, lambda_compute_access_matrices): New
17355         argument lambda_obstack.  Pass it down.
17356
17357 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17358
17359         * optabs.h (expand_widening_mult): Declare.
17360
17361 2010-04-22  Richard Guenther  <rguenther@suse.de>
17362
17363         PR tree-optimization/43845
17364         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
17365         lookup the CALL_EXPR function and arguments.
17366
17367 2010-04-22  Nick Clifton  <nickc@redhat.com>
17368
17369         * config/stormy16/stormy16.c
17370         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
17371         * config/stormy16/stormy16.h: Tidy up formatting.
17372         (DONT_USE_BUILTIN_SETJMP): Remove definition.
17373         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
17374         (ineqbranchsi): Delete pattern.
17375         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
17376         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
17377         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
17378         stormy16-lib2-ucmpsi2.c.
17379
17380 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17381
17382         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
17383         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
17384         extra set merge_set_noclobber, and use it to relax the final test
17385         slightly.
17386         * df.h (df_simulate_find_noclobber_defs): Declare.
17387         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
17388         conditional defs.
17389         (df_simulate_find_noclobber_defs): New function.
17390
17391 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
17392
17393         * config/i386/i386.md: Use {} around multi-line preparation statements.
17394
17395 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17396
17397         * c-tree.h (push_init_level, pop_init_level, set_init_index)
17398         (process_init_element): New argument of type struct obstack *.
17399
17400         * c-typeck.c (push_init_level, pop_init_level, set_designator)
17401         (set_init_index, set_init_label, set_nonincremental_init)
17402         (set_nonincremental_init_from_string, find_init_member)
17403         (output_init_element, output_pending_init_elements)
17404         (process_init_element): New argument braced_init_obstack.  Pass it
17405         down.
17406         (push_range_stack, add_pending_init): New argument
17407         braced_init_obstack.  Use obstack allocation.
17408
17409         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
17410         braced_init_obstack.  Pass it down.
17411         (c_parser_braced_init): New variables ret, braced_init_obstack.
17412         Initialize obstack, pass it down and finally free it.
17413
17414 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17415
17416         PR middle-end/29274
17417         * tree-pass.h (pass_optimize_widening_mul): Declare.
17418         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
17419         gate_optimize_widening_mul): New static functions.
17420         (pass_optimize_widening_mul): New.
17421         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
17422         <case MULT_EXPR>: Remove support for widening multiplies.
17423         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
17424         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
17425         simplify_gen_unary rather than directly building extensions.
17426         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
17427         WIDEN_MULT_EXPR.
17428         * expmed.c (expand_widening_mult): New function.
17429         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
17430
17431 2010-04-21  Jan Hubicka  <jh@suse.cz>
17432
17433         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
17434         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
17435         * lto-wpa-fixup.c: Remove.
17436         * Makefile.in (lto-wpa-fixup.o): Remove.
17437         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
17438         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
17439         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
17440
17441 2010-04-21  Jan Hubicka  <jh@suse.cz>
17442
17443         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
17444         add write_optimization_summary, read_optimization_summary.
17445         (ipa_write_summaries_of_cgraph_node_set): Remove.
17446         (ipa_write_optimization_summaries): Declare.
17447         (ipa_read_optimization_summaries): Declare.
17448         * ipa-cp.c (pass_ipa_cp): Update.
17449         * ipa-reference.c (pass_ipa_reference): Update.
17450         * ipa-pure-const.c (pass_ipa_pure_const): Update.
17451         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
17452         Update.
17453         * ipa-inline.c (pass_ipa_inline): Update.
17454         * ipa.c (pass_ipa_whole_program): Update.
17455         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
17456         * passes.c (ipa_write_summaries_1): Do not test wpa.
17457         (ipa_write_optimization_summaries_1): New.
17458         (ipa_write_optimization_summaries): New.
17459         (ipa_read_summaries): Do not test ltrans.
17460         (ipa_read_optimization_summaries_1): New.
17461         (ipa_read_optimization_summaries): New.
17462
17463 2010-04-21  Jan Hubicka  <jh@suse.cz>
17464
17465         * lto-cgraph.c (lto_output_node): Do not output comdat groups
17466         for boundary nodes.
17467         (output_cgraph): Do not arrange comdat groups for boundary nodes.
17468
17469 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17470
17471         PR debug/40040
17472         * dwarf2out.c (add_name_and_src_coords_attributes): Add
17473         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
17474
17475 2010-04-21  Jan Hubicka  <jh@suse.cz>
17476
17477         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
17478
17479 2010-04-21  Jan Hubicka  <jh@suse.cz>
17480
17481         * varpool.c (decide_is_variable_needed): Variable is always needed
17482         during ltrans.
17483
17484 2010-04-21  Jan Hubicka  <jh@suse.cz>
17485
17486         * opts.c (decode_options): Enable pure-const pass for whopr.
17487
17488 2010-04-21  Jan Hubicka  <jh@suse.cz>
17489
17490         * cgraph.c (dump_cgraph_node): Dump also assembler name.
17491         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
17492         at WPA dumping.
17493         (cgraph_decide_inlining): Do not expect callee to be removed in all
17494         cases.
17495
17496 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
17497
17498         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
17499
17500 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
17501
17502         * config/i386/i386.md (x86_shrd): Add athlon_decode and
17503         amdfam10_decode attributes.
17504
17505 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17506
17507         PR middle-end/43570
17508         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
17509         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
17510         (lower_copyprivate_clauses): Use private var in outer
17511         context instead of original var.  Make sure the types
17512         are correct for VLAs.
17513
17514 2010-04-21  Richard Guenther  <rguenther@suse.de>
17515
17516         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
17517         to non-pointer objects.
17518
17519 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17520
17521         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
17522         last chain entry if it starts with the still current label.
17523         (add_location_or_const_value_attribute): Check that
17524         loc_list->first->next is NULL instead of comparing ->first with ->last.
17525         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
17526         to add_var_loc_to_decl.
17527
17528         * dwarf2out.c (output_call_frame_info): For dw_cie_version
17529         >= 4 add also address size and segment size fields into CIE header.
17530
17531         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
17532         long as address size is the same as sizeof (void *) and
17533         segment size is 0.
17534         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
17535         address size or segment size is unexpected, return DW_EH_PE_omit.
17536         (classify_object_over_fdes): If get_cie_encoding returned
17537         DW_EH_PE_omit, return -1.
17538         (init_object): If classify_object_over_fdes returned -1,
17539         pretend there were no FDEs at all.
17540
17541 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
17542
17543         * config/i386/i386.md (bswap<mode>2): Macroize expander from
17544         bswap{si,di}2 using SWI48 mode iterator.
17545         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
17546         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
17547         set modrm attribute of bswap insn to 0 and remove length attribute.
17548         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
17549         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
17550         set mode attribute to <MODE> and remove length attribute.
17551
17552 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
17553
17554         PR rtl-optimization/43520
17555         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
17556         zero available registers.
17557
17558 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17559
17560         * builtins.c (fold_builtin_cproj): Fold more cases.
17561
17562 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17563
17564         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
17565         (fold_builtin_1): Fold builtin cproj.
17566         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
17567         Use ATTR_CONST_NOTHROW_LIST.
17568
17569 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
17570
17571         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
17572         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
17573         ffsi2_no_cmove for !TARGET_CMOVE.
17574         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
17575         (ffssi2): Remove expander.
17576         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
17577         mode iterator.
17578         (ctz<mode>2): Ditto from ctz{si,di}2.
17579         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
17580         mode iterator.
17581         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
17582         mode iterator.
17583
17584 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
17585
17586         * dwarf2out.c (AT_linkage_name): Define.
17587         (clone_as_declaration): Handle DW_AT_linkage_name.
17588         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
17589         of DW_AT_MIPS_linkage_name.
17590         (move_linkage_attr): Likewise.
17591         (dwarf2out_finish): Likewise.
17592
17593 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
17594
17595         PR middle-end/41952
17596         * fold-const.c (fold_comparison): New folding rule.
17597
17598 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
17599
17600         * double-int.h (double_int_setbit): Declare.
17601         * double-int.c (double_int_setbit): New function.
17602         * rtl.h (immed_double_int_const): Declare.
17603         * emit-rtl.c (immed_double_int_const): New function.
17604         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
17605         and immed_double_int_const functions.
17606         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
17607         expand_copysign_bit): (Ditto.).
17608         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
17609         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
17610         * dojump.c (prefer_and_bit_test): (Ditto.).
17611         * expr.c (convert_modes, reduce_to_bit_field_precision,
17612         const_vector_from_tree): (Ditto.).
17613         * expmed.c (mask_rtx, lshift_value): (Ditto.).
17614
17615 2010-04-20  Jan Hubicka  <jh@suse.cz>
17616
17617         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
17618         (dump_cgraph_node): Dump new flags.
17619         * cgraph.h (struct cgraph_node): Add flags
17620         reachable_from_other_partition and in_other_partition.
17621         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
17622         other partition can not be removed.
17623         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
17624         the other partition must be output; silence sanity checking on
17625         leaking functions bodies from other paritition.
17626         * lto-cgraph.c (reachable_from_other_partition_p): New function.
17627         (lto_output_node): Output new flags; do not sanity check that inline
17628         clones are output; drop lto_forced_extern_inline_p code; do not mock
17629         visibility flags at partition boundaries.
17630         (add_node_to): New function.
17631         (output_cgraph): Use it to sort functions so masters appear before
17632         clones.
17633         (input_overwrite_node): Input new flags.
17634         * passes.c (ipa_write_summaries): Do not call
17635         lto_new_extern_inline_states.
17636         * lto-section-out.c (forced_extern_inline,
17637         lto_new_extern_inline_states lto_delete_extern_inline_states,
17638         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
17639         * lto-streamer.h (lto_new_extern_inline_states,
17640         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
17641         lto_forced_extern_inline_p): Kill.
17642
17643 2010-04-20  Richard Guenther  <rguenther@suse.de>
17644
17645         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
17646         from vars that can have pointers.
17647         (process_constraint): Dump useless constraints.
17648
17649 2010-04-20  Richard Guenther  <rguenther@suse.de>
17650
17651         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
17652         (dump_sa_points_to_info): Remove asserts.
17653         (init_base_vars): nothing_id isn't an escape point nor does it
17654         have pointers.
17655
17656 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
17657
17658         * tree.h (TYPE_REF_IS_RVALUE): Define.
17659         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
17660         should_move_die_to_comdat, prune_unused_types_walk): Handle
17661         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
17662         (modified_type_die, gen_reference_type_die): Emit
17663         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
17664         if TYPE_REF_IS_RVALUE and -gdwarf-4.
17665
17666 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17667
17668         PR target/43635
17669         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
17670         calls for -fpic -m31 if they have been sibcall optimized.
17671
17672 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
17673
17674         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
17675         ar.lc fixed and call-used.
17676
17677         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
17678
17679 2010-04-19  Jan Hubicka  <jh@suse.cz>
17680
17681         * opts.c (decode_options): Disable whpr incompatible passes.
17682         * lto/lto.c (lto_1_to_1_map): Skip clones.
17683         (read_cgraph_and_symbols): Do not mark everything as needed.
17684         (do_whole_program_analysis): Do map only after optimizing;
17685         set proper cgraph_state; use passmanager.
17686
17687 2010-04-19  DJ Delorie  <dj@redhat.com>
17688
17689         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
17690         POINTER_PLUS_EXPR and fix them.
17691
17692 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
17693
17694         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
17695         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
17696         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
17697         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
17698         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
17699         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
17700         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
17701         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
17702         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
17703         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
17704         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
17705
17706 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
17707
17708         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
17709         (check_cond_move_block): Likewise.
17710         (cond_move_process_if_block): Likewise.
17711         (noce_find_if_block): Improve formatting.
17712         (find_if_header): Pass 0 to memset and tweak conditions.
17713         (cond_exec_find_if_block): Fix long lines and tweak conditions.
17714
17715 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
17716
17717         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
17718         for -gdwarf-4.
17719
17720         PR middle-end/43337
17721         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
17722         with non-local decl doesn't need chain.
17723
17724 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
17725
17726         * ira-color.c (allocno_reload_assign): Avoid accumulating
17727         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
17728
17729 2010-04-19  Martin Jambor  <mjambor@suse.cz>
17730
17731         * gimple.h (create_tmp_reg): Declare.
17732         * gimplify.c (create_tmp_reg): New function.
17733         (gimplify_return_expr): Use create_tmp_reg.
17734         (gimplify_omp_atomic): Likewise.
17735         (gimple_regimplify_operands): Likewise.
17736         * tree-dfa.c (make_rename_temp): Likewise.
17737         * tree-predcom.c (predcom_tmp_var): Likewise.
17738         (reassociate_to_the_same_stmt): Likewise.
17739         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
17740         (get_replaced_param_substitute): Likewise.
17741         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
17742         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
17743         * tree-ssa-pre.c (get_representative_for): Likewise.
17744         (create_expression_by_pieces): Likewise.
17745         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
17746         (create_tailcall_accumulator): Likewise.
17747
17748 2010-04-19  Martin Jambor  <mjambor@suse.cz>
17749
17750         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
17751         new_stmt.
17752         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
17753
17754 2010-04-19  Richard Guenther  <rguenther@suse.de>
17755
17756         PR tree-optimization/43796
17757         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
17758         from SCEV in the lattice.
17759         (vrp_visit_phi_node): Dump change.
17760
17761 2010-04-19  Richard Guenther  <rguenther@suse.de>
17762
17763         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
17764         * configure: Re-generated.
17765
17766 2010-04-19  Richard Guenther  <rguenther@suse.de>
17767
17768         PR tree-optimization/43783
17769         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
17770         constant ARRAY_REF operands two and three if possible.
17771
17772 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
17773
17774         PR target/43766
17775         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
17776
17777 2010-04-19  Jie Zhang  <jie@codesourcery.com>
17778
17779         PR target/43662
17780         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
17781
17782 2010-04-19  Ira Rosen  <irar@il.ibm.com>
17783
17784         PR tree-optimization/37027
17785         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
17786         and macro to access it.
17787         (vectorizable_reduction): Add argument.
17788         (vect_get_slp_defs): Likewise.
17789         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
17790         statements for possible use in SLP.
17791         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
17792         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
17793         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
17794         add new argument.
17795         (vectorizable_reduction): Likewise.
17796         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
17797         vect_get_slp_defs.
17798         (vectorizable_type_demotion, vectorizable_type_promotion,
17799         vectorizable_store): Likewise.
17800         (vect_analyze_stmt): Update call to vectorizable_reduction.
17801         (vect_transform_stmt): Likewise.
17802         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
17803         (vect_build_slp_tree): Fix indentation. Check that there are no loads
17804         from different interleaving chains in same node.
17805         (vect_slp_rearrange_stmts): New function.
17806         (vect_supported_load_permutation_p): Allow load permutations for
17807         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
17808         inside SLP nodes if necessary.
17809         (vect_analyze_slp_instance): Handle reductions.
17810         (vect_analyze_slp): Try to build SLP instances originating from groups
17811         of reductions.
17812         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
17813         (vect_get_constant_vectors): Create initial vectors for reductions
17814         according to reduction code. Add new argument.
17815         (vect_get_slp_defs): Add new argument, pass it to
17816         vect_get_constant_vectors.
17817         (vect_schedule_slp_instance): Remove SLP tree root statements.
17818
17819 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
17820
17821         * tree.h (ENUM_IS_SCOPED): Define.
17822         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
17823         for ENUM_IS_SCOPED enums.
17824
17825 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
17826
17827         * fold-const.c (fold_comparison): Use ssizetype.
17828         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
17829         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
17830         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
17831         * tree-object-size.c (compute_object_sizes): Use size_type_node.
17832
17833         * tree.h (initialize_sizetypes): Remove parameter.
17834         (build_common_tree_nodes): Remove second parameter.
17835         * stor-layout.c (initialize_sizetypes): Remove parameter.
17836         Always create an unsigned type.
17837         (set_sizetype): Assert that the passed type is unsigned and simplify.
17838         * tree.c (build_common_tree_nodes): Remove second parameter.
17839         Adjust call to initialize_sizetypes.
17840         * c-decl.c (c_init_decl_processing): Remove second argument in call to
17841         build_common_tree_nodes.
17842
17843 2010-04-18  Matthias Klose  <doko@ubuntu.com>
17844
17845         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
17846
17847 2010-04-18  Ira Rosen  <irar@il.ibm.com>
17848
17849         PR tree-optimization/43771
17850         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
17851         load permutation doesn't have gaps.
17852
17853 2010-04-18  Jan Hubicka  <jh@suse.cz>
17854
17855         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
17856         (sse_prologue_save_insn expander): Use new pattern.
17857         (sse_prologue_save_insn1): New pattern and splitter.
17858         (sse_prologue_save_insn): Update to deal also with 64bit aligned
17859         blocks.
17860         * i386.c (setup_incoming_varargs_64): Do not compute jump
17861         destination here.
17862         (ix86_gimplify_va_arg): Update alignment needed.
17863         (ix86_local_alignment): Do not align all local arrays to 128bit.
17864
17865 2010-04-17  Jan Hubicka  <jh@suse.cz>
17866
17867         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
17868
17869 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17870
17871         * arm.md (negdi2): Remove redundant code to force values into a
17872         register.
17873
17874 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17875
17876         * arm/bpabi.S: Add EABI alignment attributes to objects.
17877         * arm/bpabi-v6m.S: Likewise.
17878         * arm/crti.asm: Likewise.
17879         * arm/crtn.asm: Likewise.
17880         * arm/lib1funcs.asm: Likewise.
17881         * arm/libunwind.S: Likewise.
17882
17883 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17884
17885         * arm-protos.h (tune_params): New structure.
17886         * arm.c (current_tune): New variable.
17887         (arm_constant_limit): Delete.
17888         (struct processors): Add pointer to the tune parameters.
17889         (arm_slowmul_tune): New tuning option.
17890         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
17891         (all_cores): Adjust to pick up the tuning model.
17892         (arm_constant_limit): New function.
17893         (arm_override_options): Select the appropriate tuning model.  Delete
17894         initialization of arm_const_limit.
17895         (arm_split_constant): Use the new constant-limit model.
17896         (arm_rtx_costs): Pick up the current tuning model.
17897         * arm.md (is_strongarm, is_xscale): Delete.
17898         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
17899         for Xscale variant architectures.
17900         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
17901
17902 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17903
17904         * config/arm/arm.c (arm_gen_constant): Remove unused variable
17905         can_shift.
17906         (arm_rtx_costs_1): Remove unused variable extra_cost.
17907         (arm_unwind_emit_set): Use variable offset.
17908         (thumb1_output_casesi): Remove unused variable flags.
17909
17910 2010-04-16  Jeff Law  <law@redhat.com>
17911
17912         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
17913         needing assignment rather than doing a two-phase assignment.  Remove
17914         unused variable 'm'.
17915
17916 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
17917
17918         PR bootstrap/43767
17919         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
17920
17921 2010-04-16  Doug Kwan  <dougkwan@google.com>
17922
17923         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
17924         (next_operand_entry_id): New static variable.
17925         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
17926         (add_to_ops_vec): Assigned unique ID to operand entry.
17927         (struct oecount_s): New field ID.
17928         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
17929         (undistribute_ops_list): Assign unique IDs to oecounts.
17930         (init_reassoc): reset next_operand_entry_id.
17931
17932 2010-04-16  Doug Kwan  <dougkwan@google.com>
17933
17934         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
17935         missing left parenthesis.
17936
17937 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
17938
17939         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
17940         *btdi_rex64 using SWI48 mode iterator.
17941         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
17942         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
17943         *jcc_btdi_mask_rex64.
17944
17945 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
17946
17947         * double-int.h (tree_to_double_int): Convert to macro.
17948         * double-int.c (tree_to_double_int): Remove.
17949
17950 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
17951
17952         PR debug/43762
17953         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
17954         with want_address 2 and in case a single element list might be
17955         possible, call it again with want_address 0.
17956
17957 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
17958
17959         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
17960         case 'W' print operands for HI mode.
17961         * config/h8300/h8300.h (Y0, Y2) : New constraints.
17962         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
17963         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
17964         * config/h8300/predicate.md (bit_register_indirect_operand): New.
17965
17966         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
17967
17968         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
17969         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
17970         #xx:3 and #xx:4 mode.
17971
17972         * config/h8300/h8300.md (inverted load with HImode dest): Add
17973         support for H8300SX.
17974
17975         * config/h8300/predicate.md (bit_operand): Allow immediate values that
17976         satisfy 'U' constraint.
17977
17978 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17979
17980         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
17981         * configure: Regenerate.
17982         * config.in: Regenerate.
17983         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
17984         works.
17985
17986 2010-04-16  Richard Guenther  <rguenther@suse.de>
17987
17988         * tree.h (struct tree_decl_minimal): Move pt_uid ...
17989         (struct tree_decl_common): ... here.
17990         (DECL_PT_UID): Adjust.
17991         (SET_DECL_PT_UID): Likewise.
17992         (DECL_PT_UID_SET_P): Likewise.
17993
17994 2010-04-16  Richard Guenther  <rguenther@suse.de>
17995
17996         PR tree-optimization/43572
17997         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
17998         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
17999         * tree-flow.h (is_call_clobbered): Remove.
18000         * tree-flow-inline.h (is_call_clobbered): Likewise.
18001         * tree-dfa.c (dump_variable): Do not dump call clobber state.
18002         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
18003         (execute_return_slot_opt): Adjust.
18004         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
18005         check for call clobbered vars here.
18006         (find_tail_calls): Move tailcall verification to the
18007         proper place.
18008
18009 2010-04-16  Diego Novillo  <dnovillo@google.com>
18010
18011         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
18012
18013 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
18014
18015         PR target/40603
18016         * config/arm/arm.md (cbranchqi4): New pattern.
18017         * config/arm/predicates.md (const0_operand,
18018         cbranchqi4_comparison_operator): New predicates.
18019
18020 2010-04-16  Richard Guenther  <rguenther@suse.de>
18021
18022         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
18023         (dump_gimple_stmt): Likewise.
18024
18025 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
18026
18027         * recog.h (struct recog_data): New field is_operator.
18028         (struct insn_operand_data): New field is_operator.
18029         * recog.c (extract_insn): Set recog_data.is_operator.
18030         * genoutput.c (output_operand_data): Emit code to set the
18031         is_operator field.
18032         * reload.c (find_reloads): Use it rather than testing for an
18033         empty constraint string.
18034
18035         PR target/41514
18036         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
18037         If the previous insn is a cbranchsi4_insn with the same arguments,
18038         omit the compare instruction.
18039
18040         * config/arm/arm.md (addsi3_cbranch): If destination is a high
18041         register, inputs must be low registers and we need a low register
18042         scratch.  Handle alternative 2 like alternative 3.
18043
18044 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
18045
18046         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
18047         don't call get_addr on both.  If one expression is a VALUE and
18048         the other a REG, check VALUE's locs if the REG isn't among them.
18049
18050 2010-04-16  Christian Bruel  <christian.bruel@st.com>
18051
18052         * config/sh/sh.h (sh_frame_pointer_required): New function.
18053         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
18054         (flag_omit_frame_pointer) Set.
18055         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
18056         (rounded_frame_size): Adjust size with outgoing_args_size.
18057         (sh_set_return_address): Must return from stack pointer.
18058         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
18059         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
18060         (ACCUMULATE_OUTGOING_ARGS): Define.
18061         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
18062         * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
18063
18064 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
18065
18066         PR target/43471
18067         * config/sh/sh.c (sh_legitimize_reload_address): Use
18068         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
18069         Remove a unneeded check for offset_base.
18070
18071 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
18072
18073         * configure: Regenerated.
18074
18075 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18076
18077         * config/s390/s390.c (s390_call_save_register_used): Switch back
18078         to HARD_REGNO_NREGS.
18079
18080 2010-04-15  Richard Guenther  <rguenther@suse.de>
18081
18082         * alias.c (alias_set_subset_of): Handle alias-set zero
18083         child properly.
18084
18085 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
18086             Julian Brown  <julian@codesourcery.com>
18087
18088         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
18089         alternatives according to use of high and low regs.
18090         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
18091         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
18092         optimizing for size on Thumb-2.
18093
18094 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
18095
18096         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
18097
18098 2010-04-15  Richard Guenther  <rguenther@suse.de>
18099
18100         * tree-ssa-structalias.c (struct variable_info): Add
18101         is_fn_info flag.
18102         (new_var_info): Initialize it.
18103         (dump_constraints): Support printing last added constraints.
18104         (debug_constraints): Adjust.
18105         (dump_constraint_graph): Likewise.
18106         (make_heapvar_for): Check for NULL cfun.
18107         (get_function_part_constraint): New function.
18108         (get_fi_for_callee): Likewise.
18109         (find_func_aliases): Properly implement IPA PTA constraints.
18110         (process_ipa_clobber): New function.
18111         (find_func_clobbers): Likewise.
18112         (insert_into_field_list_sorted): Remove.
18113         (create_function_info_for): Properly allocate vars for IPA mode.
18114         Do not use insert_into_field_list_sorted.
18115         (create_variable_info_for): Properly generate constraints for
18116         global vars in IPA mode.
18117         (dump_solution_for_var): Always dump the solution.
18118         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
18119         (find_what_var_points_to): Adjust.
18120         (pt_solution_set): Change.
18121         (pt_solution_ior_into): New function.
18122         (pt_solution_empty_p): Export.
18123         (pt_solution_includes_global): Adjust.
18124         (pt_solution_includes_1): Likewise.
18125         (pt_solutions_intersect_1): Likewise.
18126         (dump_sa_points_to_info): Check some invariants.
18127         (solve_constraints): Move constraint dumping ...
18128         (compute_points_to_sets): ... here.
18129         (ipa_pta_execute): ... and here.
18130         (compute_may_aliases): Do not re-compute points-to info
18131         locally if IPA info is available.
18132         (ipa_escaped_pt): New global var.
18133         (ipa_pta_execute): Properly implement IPA PTA.
18134         * tree-into-ssa.c (dump_decl_set): Support dumping
18135         decls not in referenced-vars.
18136         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
18137         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
18138         (dump_points_to_solution): Likewise.
18139         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
18140         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
18141         (remap_gimple_stmt): Reset call clobber/use information if necessary.
18142         (copy_decl_to_var): Copy DECL_PT_UID.
18143         (copy_result_decl_to_var): Likewise.
18144         * tree.c (make_node_stat): Initialize DECL_PT_UID.
18145         (copy_node_stat): Copy it.
18146         * tree.h (DECL_PT_UID): New macro.
18147         (SET_DECL_PT_UID): Likewise.
18148         (DECL_PT_UID_SET_P): Likewise.
18149         (struct tree_decl_minimal): Add pt_uid member.
18150         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
18151         (pt_solution_empty_p): Declare.
18152         (pt_solution_set): Adjust.
18153         (ipa_escaped_pt): Declare.
18154         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
18155         * gimple-pretty-print.c (pp_points_to_solution): New function.
18156         (dump_gimple_call): Dump call clobber/use information.
18157         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
18158         * tree-pass.h (TDF_ALIAS): New dump option.
18159         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
18160         * doc/invoke.texi (-fipa-pta): Update documentation.
18161
18162 2010-04-15  Richard Guenther  <rguenther@suse.de>
18163
18164         * Makefile.in (OBJS-common): Add gimple-fold.o.
18165         (gimple-fold.o): New rule.
18166         * tree.h (maybe_fold_offset_to_reference,
18167         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
18168         prototypes ...
18169         * gimple.h: ... here.
18170         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
18171         may_propagate_address_into_dereference): Move prototypes ...
18172         * gimple.h: ... here.
18173         * tree-ssa-ccp.c (get_symbol_constant_value,
18174         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
18175         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
18176         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
18177         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
18178         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
18179         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
18180         gimplify_and_update_call_from_tree): Move ...
18181         * gimple-fold.c: ... here.  New file.
18182         (ccp_fold_builtin): Rename to ...
18183         (gimple_fold_builtin): ... this.
18184         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
18185
18186 2010-04-15  Richard Guenther  <rguenther@suse.de>
18187
18188         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
18189         fit_double_type, force_fit_type_double, add_double_with_sign,
18190         neg_double, mul_double_with_sign, lshift_double, rshift_double,
18191         lrotate_double, rrotate_double, div_and_round_double): Move ...
18192         * double-int.c: ... here.
18193         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
18194         add_double, neg_double, mul_double_with_sign, mul_double,
18195         lshift_double, rshift_double, lrotate_double, rrotate_double,
18196         div_and_round_double): Move prototypes ...
18197         * double-int.h: ... here.
18198
18199 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
18200
18201         PR target/43742
18202         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
18203         matching constraints to ensure inputs match the output.
18204
18205 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
18206
18207         PR target/43742
18208         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
18209         in an input-only operand.
18210
18211 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
18212
18213         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
18214         (double_int_not, double_int_lshift, double_int_rshift): Declare.
18215         (double_int_negative_p): Convert to static inline function.
18216         * double-int.c (double_int_lshift, double_int_lshift): New functions.
18217         (double_int_negative_p): Remove.
18218         * tree.h (lshift_double, rshift_double):
18219         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
18220         * fold-const.c (fold_convert_const_int_from_real,
18221         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
18222         (lshift_double): Change type of arith argument to bool.
18223         (rshift_double): Change type of arith argument to bool. Correct
18224         comment.
18225         * expmed.c (mask_rtx, lshift_value): (Ditto.).
18226
18227 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
18228
18229         PR target/21803
18230         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
18231         at the start and end of the then/else blocks, and omit them from the
18232         conversion.
18233         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
18234         argument; all callers changed.  Pass zero to old_insns_match_p instead.
18235         (flow_find_head_matching_sequence): New function.
18236         (old_insns_match_p): Check REG_EH_REGION notes for calls.
18237         * basic-block.h (flow_find_cross_jump,
18238         flow_find_head_matching_sequence): Declare functions.
18239
18240 2010-04-14  Jason Merrill  <jason@redhat.com>
18241
18242         PR c++/36625
18243         * c-common.c (attribute_takes_identifier_p): New fn.
18244         * c-common.h: Declare it.
18245
18246 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18247
18248         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
18249         splitter condition.
18250         (*udivmod<mode>4): Ditto.
18251
18252 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18253
18254         * config/i386/i386.md (maxmin_int): Rename code attribute from
18255         maxminiprefix and update all users.
18256         (maxmin_float): Ditto from maxminfprefix.
18257         (logic): Ditto from logicprefix.
18258         (absneg_mnemonic): Ditto from absnegprefix.
18259         * config/i386/mmx.md: Update all users of maxminiprefix,
18260         maxminfprefix and logicprefix for rename.
18261         * config/i386/sse.md: Ditto.
18262         * config/i386/sync.md (sync_<code><mode>): Update for
18263         logicprefix rename.
18264
18265 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18266
18267         PR 42966
18268         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
18269         warnings converted to errors.
18270
18271 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18272
18273         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
18274         used insn_type variable.
18275         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
18276         to avoid set-but-not-used warning.
18277
18278 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18279
18280         * df-core.c (df_ref_debug): Change format string placeholder
18281         from 0x%x to %#x.
18282         * dwarf2asm.c (dw2_asm_output_data_raw,
18283         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
18284         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
18285         * dwarf2out.c (output_cfi, output_cfi_directive,
18286         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
18287         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
18288         Ditto.
18289         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
18290         * print-rtl.c (print_rtx): Ditto.
18291
18292 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
18293
18294         PR middle-end/42694
18295         * builtins.c (expand_builtin_pow_root): New function to expand pow
18296         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
18297         series of sqrt and cbrt calls under -ffast-math.
18298         (expand_builtin_pow): Call it.
18299
18300 2010-04-14  Michael Matz  <matz@suse.de>
18301
18302         PR tree-optimization/42963
18303         * tree-cfg.c (touched_switch_bbs): New static variable.
18304         (group_case_labels_stmt): New function broken out from ...
18305         (group_case_labels): ... here, use the above.
18306         (start_recording_case_labels): Allocate touched_switch_bbs.
18307         (end_recording_case_labels): Deallocate it, call
18308         group_case_labels_stmt.
18309         (gimple_redirect_edge_and_branch): Remember index of affected BB.
18310
18311 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18312
18313         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
18314         from insn template.
18315
18316 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18317
18318         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
18319
18320 2010-04-13  Jan Hubicka  <jh@suse.cz>
18321
18322         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
18323         of optimized out static functions.
18324         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
18325         cost computation.  Also sanity check for overflows.
18326         (update_caller_keys): Update cgraph_edge_badness call; properly
18327         update fibheap and sanity check that it is up to date.
18328         (add_new_edges_to_heap): Update cgraph_edge_badness.
18329         (cgraph_decide_inlining_of_small_function): Likewise;
18330         add sanity checking that badness in heap is up to date;
18331         improve dumping of reason; Update badness of calls to the
18332         offline copy of function currently inlined; dump badness
18333         of functions not inlined because of unit growth limits.
18334
18335 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
18336
18337         PR middle-end/32628
18338         * c-common.c (pointer_int_sum): Disregard overflow that occured only
18339         because of sign-extension change when converting to sizetype here...
18340         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
18341
18342         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
18343         the folding to constants.  Remove redundant final conversion.
18344         (fold_binary) <associate>: Do not associate if the re-association of
18345         constants alone overflows.
18346         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
18347         to the end of the list.
18348         (multiple_of_p) <COND_EXPR>: New case.
18349
18350 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18351
18352         * opt-functions.awk (opt_sanitized_name): New.
18353         (opt_enum): New.
18354         * optc-gen.awk: Use it
18355         * opth-gen.awk: Use it.
18356
18357 2010-04-13  Martin Jambor  <mjambor@suse.cz>
18358
18359         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
18360         (sra_modify_assign): Delete stmts loading dead data even if racc has no
18361         children.  Call replace_uses_with_default_def_ssa_name to handle
18362         SSA_NAES on lhs.
18363
18364 2010-04-13  Michael Matz  <matz@suse.de>
18365
18366         PR middle-end/43730
18367         * builtins.c (expand_builtin_interclass_mathfn): Also create
18368         a register if the predicate doesn't match.
18369
18370 2010-04-13  Diego Novillo  <dnovillo@google.com>
18371
18372         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
18373         * c-pch.c: Include timevar.h.
18374         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
18375         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
18376         * ggc-common.c: Include timevar.h.
18377         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
18378         * timevar.def (TV_PCH_SAVE): Define.
18379         (TV_PCH_CPP_SAVE): Define.
18380         (TV_PCH_PTR_REALLOC): Define.
18381         (TV_PCH_PTR_SORT): Define.
18382         (TV_PCH_RESTORE): Define.
18383         (TV_PCH_CPP_RESTORE): Define.
18384
18385 2010-04-13  Michael Matz  <matz@suse.de>
18386
18387         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
18388         into MINUS_EXPRs.
18389         (can_reassociate_p): New function.
18390         (break_up_subtract_bb, reassociate_bb): Use it.
18391
18392 2010-04-13  Richard Guenther  <rguenther@suse.de>
18393
18394         PR bootstrap/43737
18395         * builtins.c (c_readstr): Fix assert.
18396
18397 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
18398
18399         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
18400         when generating cltd insn.
18401
18402         (*ashl<mode>3_1): Remove special handling for register operand 2.
18403         (*ashlsi3_1_zext): Ditto.
18404         (*ashlhi3_1): Ditto.
18405         (*ashlhi3_1_lea): Ditto.
18406         (*ashlqi3_1): Ditto.
18407         (*ashlqi3_1_lea): Ditto.
18408         (*<shiftrt_insn><mode>3_1): Ditto.
18409         (*<shiftrt_insn>si3_1_zext): Ditto.
18410         (*<shiftrt_insn>qi3_1_slp): Ditto.
18411         (*<rotate_insn><mode>3_1): Ditto.
18412         (*<rotate_insn>si3_1_zext): Ditto.
18413         (*<rotate_insn>qi3_1_slp): Ditto.
18414
18415 2010-04-13  Richard Guenther  <rguenther@suse.de>
18416
18417         * tree-ssa-structalias.c (callused_id): Remove.
18418         (call_stmt_vars): New.
18419         (get_call_vi): Likewise.
18420         (lookup_call_use_vi): Likewise.
18421         (lookup_call_clobber_vi): Likewise.
18422         (get_call_use_vi): Likewise.
18423         (get_call_clobber_vi): Likewise.
18424         (make_transitive_closure_constraints): Likewise.
18425         (handle_const_call): Adjust to do per-call call-used handling.
18426         (handle_pure_call): Likewise.
18427         (find_what_var_points_to): Remove general callused handling.
18428         (init_base_vars): Likewise.
18429         (init_alias_vars): Initialize call_stmt_vars.
18430         (compute_points_to_sets): Process call-used and call-clobbered
18431         vars for call statements.
18432         (delete_points_to_sets): Free call_stmt_vars.
18433
18434 2010-04-13  Richard Guenther  <rguenther@suse.de>
18435
18436         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
18437         Only add RW dependence for dependence distance zero.
18438         Adjust maximal vectorization factor according to dependences.
18439         Move alignment handling ...
18440         (vect_find_same_alignment_drs): ... here.  New function.
18441         (vect_analyze_data_ref_dependences): Adjust.
18442         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
18443         (vect_analyze_data_refs): Adjust minimal vectorization factor
18444         according to data references.
18445         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
18446         dependences before determining the vectorization factor.
18447         Analyze alignment after determining the vectorization factor.
18448         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
18449         dependences before alignment.
18450         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
18451         Adjust prototype.
18452         (vect_analyze_data_refs): Likewise.
18453         (MAX_VECTORIZATION_FACTOR): New define.
18454
18455 2010-04-13  Duncan Sands  <baldrick@free.fr>
18456
18457         * except.h (lang_eh_type_covers): Remove.
18458         * except.c (lang_eh_type_covers): Likewise.
18459
18460 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18461             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18462
18463         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
18464         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
18465         UNITS_PER_LONG where it is ABI relevant.
18466         (s390_return_addr_rtx): Likewise.
18467         (s390_back_chain_rtx): Likewise.
18468         (s390_frame_area): Likewise.
18469         (s390_frame_info): Likewise.
18470         (s390_initial_elimination_offset): Likewise.
18471         (save_gprs): Likewise.
18472         (s390_emit_prologue): Likewise.
18473         (s390_emit_epilogue): Likewise.
18474         (s390_function_arg_advance): Likewise.
18475         (s390_function_arg): Likewise.
18476         (s390_va_start): Likewise.
18477         (s390_gimplify_va_arg): Likewise.
18478         (s390_function_profiler): Likewise.
18479         (s390_optimize_prologue): Likewise.
18480         (s390_rtx_costs): Likewise.
18481         (s390_secondary_reload): Likewise.
18482         (s390_promote_function_mode): Likewise.
18483         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
18484         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
18485         registers available.
18486         (s390_unwind_word_mode): New function.
18487         (s390_function_value): Split 64 bit values into register pair if
18488         used as return value.
18489         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
18490         function call parameters.  Handle parallels.
18491         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
18492         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
18493         (DWARF_CIE_DATA_ALIGNMENT): New macro.
18494         (s390_expand_setmem): Remove unused variable src_addr.
18495         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
18496         deal with 64 bit registers.
18497         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
18498         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
18499         (UNITS_PER_LONG): New macro.
18500         * libjava/include/s390-signal.h: Define extended ucontext
18501         structure containing the upper halfs of the 64 bit registers.
18502
18503 2010-04-13  Simon Baldwin  <simonb@google.com>
18504
18505         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
18506
18507 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
18508
18509         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
18510         rvalue on the RHS if the LHS is of a non-renamable type.
18511         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
18512
18513 2010-04-13  Matthias Klose  <doko@ubuntu.com>
18514
18515         * gcc.c (cc1_options): Handle -iplugindir before processing
18516         the cc1 spec. Only add -iplugindir once.
18517         (cpp_unique_options): Add -iplugindir option if -fplugin* options
18518         found.
18519         * common.opt (iplugindir): Remove `Separate' property, initialize.
18520         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
18521         option.
18522         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
18523         (distclean): Remove plugin dir.
18524         * doc/invoke.texi: Document -iplugindir.
18525
18526 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
18527
18528         * doc/plugins.texi (Loading Plugins): Document short
18529         -fplugin=foo option.
18530         (Plugin API): Mention default_plugin_dir_name function.
18531
18532         * gcc.c (find_file_spec_function): Add new declaration.
18533         (static_spec_func): Use it for "find-file".
18534         (find_file_spec_function): Add new function.
18535         (cc1_options): Add -iplugindir option if -fplugin* options found.
18536
18537         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
18538
18539         * plugin.c (add_new_plugin): Updated comment, and handle short
18540         plugin name.
18541         (default_plugin_dir_name): Added new function.
18542
18543         * common.opt (iplugindir): New option to set the plugin directory.
18544
18545 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
18546
18547         * config/i386/i386.md (any_rotate): New code iterator.
18548         (rotate_insn): New code attribute.
18549         (rotate): Ditto.
18550         (SWIM124): New mode iterator.
18551         (<rotate_insn>ti3): New expander.
18552         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
18553         any_rotate code iterator.
18554         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
18555         using any_rotate code iterator and SWIM124 mode iterator.
18556         (ix86_rotlti3): New insn_and_split pattern.
18557         (ix86_rotrti3): Ditto.
18558         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
18559         ix86_rotl{di,ti}3 patterns.
18560         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
18561         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
18562         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
18563         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
18564         code iterator and SWI mode iterator.
18565         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
18566         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
18567         code iterator.
18568         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
18569         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
18570         (bswap rotatert splitter): Add splitter.
18571         (bswap splitter): Macroize splitter using any_rotate code iterator.
18572         Add insn predicate to split only for TARGET_USE_XCHGB or when
18573         optimizing function for size.
18574
18575 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
18576
18577         * config/pa/pa.c (emit_move_sequence): Remove use of
18578         deleted variable flag_argument_noalias.
18579
18580 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18581
18582         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
18583         configurations.
18584         Add to unsupported targets list.
18585         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
18586         sparc*-sun-solaris2.[567]* from target lists.
18587         * configure: Regenerate.
18588         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
18589         removal.
18590         Remove Solaris 7 patch references.
18591         (Specific, sparc-sun-solaris2.7): Removed.
18592         (sparc-sun-solaris2*): Update Solaris 7 example.
18593         (sparc64-*-solaris2*): Likewise.
18594
18595 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18596
18597         * config.build (alpha*-dec-osf4*): Remove.
18598         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
18599         of obsolete configurations.
18600         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
18601         support.
18602         * config/alpha/t-osf4: Renamed to ...
18603         * config/alpha/t-osf5: ... this.
18604         * config/alpha/osf.h: Renamed to ...
18605         * config/alpha/osf5.h: ... this.
18606         Merged old osf5.h contents.
18607         Update comments.
18608         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
18609         (EXTRA_SPECS): Removed.
18610         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
18611         reflect removal of Tru64 UNIX V4.0/V5.0 support.
18612         Document that.
18613
18614 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18615
18616         * doc/contrib.texi (Contributors, Rainer Orth): Update.
18617
18618 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
18619
18620         PR/43702
18621         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
18622         __thiscall convention.
18623
18624 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
18625
18626         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
18627         orig_base.
18628         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
18629
18630 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
18631
18632         * function.c (assign_parms_initialize_all): Add unused attribute
18633         to fntype.
18634
18635 2010-04-12  Richard Guenther  <rguenther@suse.de>
18636
18637         * gsstruct.def (GSS_CALL): New.
18638         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
18639         * gimple.h: Include tree-ssa-alias.h.
18640         (struct gimple_statement_call): New.
18641         (union gimple_statement_struct_d): Add gimple_call member.
18642         (gimple_call_reset_alias_info): Declare.
18643         (gimple_call_use_set): New function.
18644         (gimple_call_clobber_set): Likewise.
18645         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
18646         * gimple.c (gimple_call_reset_alias_info): New function.
18647         (gimple_build_call_1): Call it.
18648         * lto-streamer-in.c (input_gimple_stmt): Likewise.
18649         * tree-inline.c (remap_gimple_stmt): Likewise.
18650         (expand_call_inline): Remove callused handling.
18651         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
18652         * tree-dfa.c (dump_variable): Likewise.
18653         * tree-parloops.c (parallelize_loops): Likewise.
18654         * tree-ssa.c (init_tree_ssa): Likewise.
18655         (delete_tree_ssa): Likewise.
18656         * tree-flow-inline.h (is_call_used): Remove.
18657         * tree-flow.h (struct gimple_df): Remove callused member.
18658         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
18659         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
18660         (ref_maybe_used_by_call_p_1): Simplify.
18661         (call_may_clobber_ref_p_1): Likewise.
18662         * tree-ssa-structalias.c (compute_points_to_sets): Set
18663         the call stmt used and clobbered sets.
18664         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
18665         (find_tail_calls): Verify the tail call.
18666
18667 2010-04-12  Richard Guenther  <rguenther@suse.de>
18668
18669         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
18670         single-iteration always-inline inlining.
18671         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
18672         (cgraph_decide_inlining): Do not handle always-inline specially.
18673         (try_inline): Remove always-inline cycle detection special case.
18674         Do not recurse on always-inlines.
18675         (cgraph_early_inlining): Do not iterate if not optimizing.
18676         (cgraph_gate_early_inlining): remove.
18677         (pass_early_inline): Run unconditionally.
18678         (gate_cgraph_decide_inlining): New function.
18679         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
18680         not inlining or optimizing.
18681         (cgraph_decide_inlining_of_small_functions): Also consider
18682         always-inline functions.
18683         (cgraph_default_inline_p): Return true for nodes which should
18684         disregard inline limits.
18685         (estimate_function_body_sizes): Assume zero size and time for
18686         nodes which are marked as disregarding inline limits.
18687         (cgraph_decide_recursive_inlining): Do not perform recursive
18688         inlining on always-inline nodes.
18689
18690 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
18691
18692         PR bootstrap/43699
18693         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
18694         for exprs satisfying handled_component_p.
18695
18696 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
18697
18698         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
18699         non-constant aggregate elements.
18700
18701         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
18702         is a real initialization.
18703
18704 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
18705
18706         PR c/36774
18707         * c-decl.c (start_function): Move forward check for nested function.
18708
18709 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
18710
18711         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
18712         * config/sh/sh.c: Include reload.h.
18713         (sh_legitimize_reload_address): New.
18714         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
18715         sh_legitimize_reload_address.
18716
18717 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
18718
18719         * config/sh/sh.md (*movqi_pop): New insn pattern.
18720         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
18721
18722 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
18723
18724         * config/i386/i386.md (any_shiftrt): New code iterator.
18725         (shiftrt_insn): New code attribute.
18726         (shiftrt): Ditto.
18727         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
18728         using any_shiftrt code iterator.
18729         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
18730         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
18731         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
18732         pattern from corresponding peephole2 patterns.
18733         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
18734         using any_shiftrt code iterator.
18735         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
18736         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
18737         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
18738         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
18739         *{ashr,lshr}<mode>3_cmp_zext.
18740         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
18741
18742 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
18743
18744         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
18745         scratch register.
18746         (*lshr<mode>3_cconly): Ditto.
18747
18748 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
18749
18750         * config/i386/i386.md (lshr<mode>3): Macroize expander from
18751         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
18752         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
18753         pattern from *lshr{di,ti}3_1 and corresponding splitters using
18754         DWI mode iterator.
18755         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
18756         from corresponding peephole2 patterns.
18757         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
18758         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
18759         and *lshrdi3_1_rex64 using SWI mode iterator.
18760         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
18761         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
18762         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
18763         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
18764         and *lshrdi3_cmp_rex64 using SWI mode iterator.
18765         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
18766         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
18767         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
18768         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
18769         SWI mode iterator.
18770
18771 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
18772
18773         * config/i386/i386.md (ashr<mode>3): Macroize expander from
18774         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
18775         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
18776         pattern from *ashr{di,ti}3_1 and corresponding splitters using
18777         DWI mode iterator.
18778         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
18779         from corresponding peephole2 patterns.
18780         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
18781         (ashrsi3_cvt): Rename from ashrsi3_31.
18782         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
18783         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
18784         and x86_64_shift_adj_3 using SWI48 mode iterator.
18785         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
18786         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
18787         and *ashrdi3_1_rex64 using SWI mode iterator.
18788         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
18789         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
18790         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
18791         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
18792         and *ashrdi3_cmp_rex64 using SWI mode iterator.
18793         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
18794         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
18795         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
18796         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
18797         SWI mode iterator.
18798         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
18799         * config/i386/i386.c (ix86_split_ashr): Update for renamed
18800         x86_shift<mode>_adj_3 expanders.
18801
18802 2010-04-10  Wei Guozhi  <carrot@google.com>
18803
18804         PR target/42601
18805         * config/arm/arm.c (arm_pic_static_addr): New function.
18806         (legitimize_pic_address): Call arm_pic_static_addr when it detects
18807         a static symbol.
18808         (arm_output_addr_const_extra): Output expression for new pattern.
18809         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
18810
18811 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
18812
18813         * ira-costs.c (record_reg_classes): Ignore alternatives that are
18814         not enabled.
18815
18816         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
18817         * web.c: Include "insn-config.h" and "recog.h".
18818         (union_match_dups): New function.
18819         (web_main): Call it.
18820         (union_defs): Don't try to recognize match_dups.
18821
18822         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
18823         if doing so would replace the entire pattern.
18824
18825 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
18826
18827         PR target/43707
18828         PR target/43709
18829         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
18830         and splitter pattern.  Change splitter operand 1 predicate to
18831         nonmemory_operand.
18832
18833 2010-04-09  Martin Jambor  <mjambor@suse.cz>
18834
18835         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
18836         lattices are addresses of CONST_DECLs with the same initial value.
18837         (ipcp_print_all_lattices): Print values of CONST_DECLs.
18838         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
18839
18840 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
18841             Bernd Schmidt  <bernds@codesourcery.com>
18842
18843         * loop-invariant.c (replace_uses): New static function.
18844         (move_invariant_reg): Use it to ensure we can replace the uses.
18845
18846 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
18847
18848         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
18849         function template.
18850         (picochip_override_options): Enable section anchors only above -O1.
18851         (picochip_reorg): Fixed a couple of build warnings.
18852
18853 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18854
18855         * configure.ac (plugin -rdynamic test): Log result.
18856         * configure: Regenerate.
18857         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
18858         (RDYNAMIC_SPEC): Define.
18859         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
18860
18861 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18862
18863         * configure.ac: Determine Sun ld version numbers.
18864         (comdat_group): Restrict GNU ld version checks to gld.
18865         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
18866         (enable_comdat): Support --enable-comdat.
18867         * configure: Regenerate.
18868         * doc/install.texi (Configuration): Document --enable-comdat.
18869
18870 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18871
18872         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
18873         * config/sol2-gld.h: ... here.
18874         * config.gcc (sparc*-*-solaris2*): Reflect this.
18875         (i[34567]86-*-solaris2*): Use it.
18876
18877 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
18878
18879         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
18880         setup_clocks_p.
18881         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
18882
18883 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18884
18885         PR 42965
18886         * diagnostic.c (diagnostic_initialize): Initialize
18887         some_warnings_are_errors.
18888         (diagnostic_finish): New.
18889         (diagnostic_action_after_output): Call it before exiting.
18890         (diagnostic_report_diagnostic): Do not print message here. Set
18891         some_warnings_are_errors.
18892         * diagnostic.h (diagnostic_context): Delete
18893         issue_warnings_are_errors_message. Add some_warnings_are_errors.
18894         (diagnostic_finish): Declare.
18895         * toplev.c (toplev_main): Call it before exit.
18896
18897 2010-04-09  Jason Merrill  <jason@redhat.com>
18898
18899         PR c++/42623
18900         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
18901         for incomplete type.
18902
18903         PR c++/41788
18904         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
18905         based on a warning flag.
18906
18907 2010-04-09  Richard Guenther  <rguenther@suse.de>
18908
18909         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
18910
18911 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
18912
18913         PR bootstrap/43684
18914         * varasm.c (default_assemble_visibility): Wrap vars that are
18915         set, but unused, by targets without GAS.
18916         * config/rs6000/rs6000.c (paired_emit_vector_compare):
18917         Remove set, but unused, vars.
18918         (rs6000_legitimize_tls_address): Likewise.
18919         (altivec_expand_dst_builtin): Likewise.
18920         * config/darwin.c (machopic_classify_symbol): Likewise.
18921         (machopic_indirection_name): Likewise.
18922
18923 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
18924
18925         * config/i386/i386.md (DWI): New mode iterator.
18926         (S): New mode attribute.
18927         (shift_operand): Ditto.
18928         (shift_immediate_operand): Ditto.
18929         (ashl_input_operand): Ditto.
18930         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
18931         using SDWIM mode iterator.
18932         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
18933         pattern from *ashl{di,ti}3_1 and corresponding splitters using
18934         DWI mode iterator.
18935         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
18936         from corresponding peephole2 patterns.
18937         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
18938         and x86_64_shift_adj_1 using SWI48 mode iterator.
18939         (x86_shift<mode>_adj_2): Ditto.
18940         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
18941         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
18942         using SWI48 mode iterator.
18943         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
18944         *ashldi3_cmp_rex64 using SWI mode iterator.
18945         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
18946         *ashldi3_cconly_rex64 using SWI mode iterator.
18947         * config/i386/i386.c (ix86_split_ashl): Update for renamed
18948         x86_shift<mode>_adj_{1,2}.
18949         (ix86_split_ashr): Ditto.
18950         (ix86_split_lshr): Ditto.
18951
18952 2010-04-09  Richard Guenther  <rguenther@suse.de>
18953
18954         * target.h (builtin_conversion): Pass in input and output types.
18955         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
18956         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
18957         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
18958         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
18959
18960         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
18961         Handle AVX modes.
18962         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
18963
18964 2010-04-09  Richard Guenther  <rguenther@suse.de>
18965
18966         PR target/43152
18967         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
18968
18969 2010-04-09  Richard Guenther  <rguenther@suse.de>
18970
18971         * tree-vectorizer.h (struct _stmt_vec_info): Document
18972         that vectype is the type of the LHS.
18973         (supportable_widening_operation, supportable_narrowing_operation):
18974         Get both input and output vector types as arguments.
18975         (vect_is_simple_use_1): Declare.
18976         (get_same_sized_vectype): Likewise.
18977         * tree-vect-loop.c (vect_determine_vectorization_factor):
18978         Set STMT_VINFO_VECTYPE to the vector type of the def.
18979         (vectorizable_reduction): Adjust.
18980         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
18981         Adjust.  Specify the output vector type.
18982         (vect_pattern_recog_1): Adjust.
18983         * tree-vect-stmts.c (get_same_sized_vectype): New function.
18984         (vectorizable_call): Adjust.
18985         (vectorizable_conversion): Likewise.
18986         (vectorizable_operation): Likewise.
18987         (vectorizable_type_demotion): Likewise.
18988         (vectorizable_type_promotion): Likewise.
18989         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
18990         the def.
18991         (vect_is_simple_use_1): New function.
18992         (supportable_widening_operation): Get both input and output
18993         vector types.
18994         (supportable_narrowing_operation): Likewise.
18995         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
18996
18997 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
18998
18999         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
19000         __thiscall and _thiscall as predefined macros.
19001         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
19002         thiscall attribute handling.
19003         (ix86_comp_type_attributes): Likewise.
19004         (ix86_function_regparm): Likewise.
19005         (ix86_return_pops_args): Likewise.
19006         (init_cumulative_args): Likewise.
19007         (find_drap_reg): Likewise.
19008         (ix86_static_chain): Likewise.
19009         (x86_this_parameter): Likewise.
19010         (x86_output_mi_thunk): Likewise.
19011         (ix86_attribute_table): Add description for thiscall attribute.
19012         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
19013         * doc/extend.texi: Add documentation for thiscall.
19014
19015 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19016
19017         PR c++/28584
19018         * c.opt (Wint-to-pointer-cast): Available in C++.
19019         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
19020
19021 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
19022
19023         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
19024         * calls.c (expand_call): Pass the function type to aggregate_value_p.
19025         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
19026         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
19027         function type instead.  Reorder and simplify checks.
19028
19029         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
19030
19031 2010-04-08  Jing Yu  <jingyu@google.com>
19032             Zdenek Dvorak  <ook@ucw.cz>
19033
19034         PR tree-optimization/42720
19035         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
19036         loop unswitch conditions here from ...
19037         (tree_unswitch_single_loop): ... here.
19038
19039 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
19040
19041         * tree-if-conv.c: Fix comments and simplify logic.
19042
19043 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
19044
19045         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
19046         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
19047         (main_tree_if_conversion): Update call to tree_if_conversion.
19048
19049 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19050
19051         PR 42485
19052         * doc/invoke.texi (-b,-V): Delete.
19053         * doc/tm.texi: Do not mention -b.
19054         * gcc.c (display_help): Delete -b and -V.
19055         (process_command): Delete -b and -V.
19056         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
19057
19058 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
19059             Wolfgang Gellerich  <gellerich@de.ibm.com>
19060
19061         Implement target hook for loop unrolling
19062         * target.h (loop_unroll_adjust): Add a new target hook function.
19063         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
19064         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
19065         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
19066         (s390_loop_unroll_adjust): Implement the new target hook for s390.
19067         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
19068         target hook.
19069         (decide_unroll_stupid): Likewise.
19070
19071 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19072
19073         PR target/43643
19074         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
19075
19076 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19077
19078         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
19079         (Specific, *-*-solaris2*): Likewise.
19080         Don't prefer Sun as over GNU as.
19081
19082 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
19083
19084         * config/s390/s390.c (override_options): Adjust the z10 defaults
19085         for max-unroll-times, max-completely-peeled-insns
19086         and max-completely-peel-times.
19087
19088 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19089
19090         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
19091         instructions for z10.
19092         (s390_expand_setmem): Likewise.
19093         (s390_expand_cmpmem): Likewise.
19094
19095 2010-04-08  Richard Guenther  <rguenther@suse.de>
19096
19097         PR tree-optimization/43679
19098         * tree-ssa-pre.c (eliminate): Only propagate copies.
19099
19100 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
19101
19102         PR bootstrap/43681
19103         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
19104         set but not used variable warning.
19105
19106 2010-04-08  Wei Guozhi  <carrot@google.com>
19107
19108         PR target/41653
19109         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
19110         (arm_size_rtx_costs): Call the new function when optimized for size.
19111
19112 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
19113
19114         PR debug/43670
19115         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
19116         op0 is not a MEM, just return NULL instead of assertion
19117         failure.
19118         (discover_nonconstant_array_refs): Don't walk debug stmts.
19119
19120 2010-04-08  Doug Kwan  <dougkwan@google.com>
19121
19122         * configure.ac: Recognize gold and do not use its version number
19123         to test ld features.
19124         * configure: Regenerate.
19125
19126 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
19127
19128         PR middle-end/40815
19129         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
19130         (negate_value): Move code to push elements to broken_up_substracts ...
19131         (eliminate_plus_minus_pair): ... here.  Push operands that have no
19132         negative pair to plus_negates.
19133         (repropagate_negates, init_reassoc, fini_reassoc): Update.
19134
19135 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19136
19137         * doc/install.texi (Configuration): Move description of
19138         --enable-lto, --with-libelf*, --enable-gold from Java section to
19139         general section.
19140
19141         * doc/generic.texi (Working with declarations)
19142         (Function Properties, C and C++ Trees): Fix typos.
19143         * doc/sourcebuild.texi (Top Level): Likewise.
19144
19145 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
19146
19147         PR c/18624
19148         * tree.h (DECL_READ_P): Define.
19149         (struct tree_decl_common): Add decl_read_flag.
19150         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
19151         a set but not used warning.
19152         (merge_decls): Merge DECL_READ_P flag.
19153         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
19154         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
19155         * c-common.c (handle_used_attribute, handle_unused_attribute):
19156         Likewise.
19157         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
19158         New prototypes.
19159         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
19160         New functions.
19161         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
19162         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
19163         c_parser_binary_expression, c_parser_cast_expression,
19164         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
19165         Call default_function_array_read_conversion instead of
19166         default_function_array_conversion where needed.
19167         (c_parser_unary_expression, c_parser_conditional_expression,
19168         c_parser_postfix_expression_after_primary, c_parser_initelt):
19169         Likewise.  Call mark_exp_read where needed.
19170         (c_parser_statement_after_labels, c_parser_asm_operands,
19171         c_parser_typeof_specifier, c_parser_sizeof_expression,
19172         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
19173         where needed.
19174         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
19175         New.
19176         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
19177         (warn_unused_but_set_parameter): Default to warn_unused
19178         && extra_warnings.
19179         * doc/invoke.texi: Document -Wunused-but-set-variable and
19180         -Wunused-but-set-parameter.
19181
19182         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
19183         used count variable.
19184         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
19185         when operandN variables aren't used in the body of the expander
19186         or splitter.
19187         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
19188         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
19189         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
19190         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
19191         FOR_EACH_IMM_USE_ON_STMT): Likewise.
19192         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
19193         * tree.c (PROCESS_ARG): Likewise.
19194
19195 2010-04-07  Simon Baldwin  <simonb@google.com>
19196
19197         * diagnostic.h (diagnostic_override_option_index): New macro to
19198         set a diagnostic's option_index.
19199         * c-tree.h (c_cpp_error): Add warning reason argument.
19200         * opts.c (_warning_as_error_callback): New.
19201         (register_warning_as_error_callback): Store callback for
19202         warnings enabled via enable_warning_as_error.
19203         (enable_warning_as_error): Call callback, minor code tidy.
19204         * opts.h (register_warning_as_error_callback): Declare.
19205         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
19206         response to -Werror=.
19207         (c_common_init_options): Register warning_as_error_callback in opts.c.
19208         * common.opt: Add -Wno-cpp option.
19209         * c-common.c (struct reason_option_codes_t): Map cpp warning
19210         reason codes to gcc option indexes.
19211         * (c_option_controlling_cpp_error): New function, lookup the gcc
19212         option index for a cpp warning reason code.
19213         * (c_cpp_error): Add warning reason argument, call
19214         c_option_controlling_cpp_error for diagnostic_override_option_index.
19215         * doc/invoke.texi: Document -Wno-cpp.
19216
19217 2010-04-07  Richard Guenther  <rguenther@suse.de>
19218
19219         * ipa-reference.c (mark_load): Use get_base_address.
19220         (mark_store): Likewise.
19221
19222         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
19223         inserting GIMPLE_NOPs into the IL.
19224         * tree-ssa-structalias.c (get_constraint_for_component_ref):
19225         Explicitly strip handled components and indirect references.
19226
19227         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
19228         folding address expressions.
19229         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
19230         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
19231         operand_equal_p to compare decls.
19232         (ptr_deref_may_alias_decl_p): Likewise.
19233         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
19234         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
19235         Handle reversed comparison ops.
19236         * tree-sra.c (asm_visit_addr): Use get_base_address.
19237         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
19238         * ipa-reference.c (mark_address): Use get_base_address.
19239
19240 2010-04-07  Richard Guenther  <rguenther@suse.de>
19241
19242         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
19243         Propagate constants everywhere.
19244
19245 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
19246
19247         PR debug/43516
19248         * tree.c (MAX_INT_CACHED_PREC): Define.
19249         (nonstandard_integer_type_cache): New array.
19250         (build_nonstandard_integer_type): Cache results for precision
19251         <= MAX_INT_CACHED_PREC.
19252
19253 2010-04-07  Richard Guenther  <rguenther@suse.de>
19254
19255         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
19256         -fargument-noalias-global, -fargument-noalias-anything): Remove.
19257         * common.opt: Likewise.
19258         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
19259         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
19260         (nonoverlapping_memrefs_p): Likewise.
19261         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
19262         * opts.c (common_handle_option): Handle OPT_fargument_alias,
19263         OPT_fargument_noalias, OPT_fargument_noalias_anything and
19264         OPT_fargument_noalias_global for backward compatibility.
19265
19266 2010-04-07  Richard Guenther  <rguenther@suse.de>
19267
19268         PR tree-optimization/43270
19269         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
19270         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
19271         * tree-ssa-pre.c (phi_translate_1): Adjust.
19272         (fully_constant_expression): Split out vn_reference handling to ...
19273         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
19274         Fold reads from constant strings.
19275         (vn_reference_lookup): Handle fully constant references.
19276         (vn_reference_lookup_pieces): Likewise.
19277         * Makefile.in (expmed.o-warn): Add -Wno-error.
19278
19279 2010-04-07  Martin Jambor  <mjambor@suse.cz>
19280
19281         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
19282
19283 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
19284
19285         PR driver/41594
19286         * gcc.c: Add -static-libstdc++ to list of recognized options.
19287
19288 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19289
19290         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
19291
19292 2010-04-07  Richard Guenther  <rguenther@suse.de>
19293
19294         PR middle-end/42617
19295         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
19296         bases build simple mem attributes to retain points-to information.
19297
19298 2010-04-07  Richard Guenther  <rguenther@suse.de>
19299
19300         PR middle-end/42617
19301         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
19302         preserve points-to related information.
19303
19304 2010-04-07  Richard Guenther  <rguenther@suse.de>
19305
19306         PR middle-end/42617
19307         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
19308         discard plain indirect references.
19309         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
19310         * tree.c (tree_nop_conversion): Likewise.
19311
19312 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
19313
19314         PR debug/43628
19315         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
19316
19317 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
19318
19319         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
19320         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
19321
19322 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19323
19324         * tree-if-conv.c: Fix indentation and comments.
19325
19326 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19327
19328         * tree-if-conv.c: Sort static functions in topological order.
19329
19330 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19331
19332         * tree-if-conv.c: Fix indentation and comments.
19333
19334 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19335
19336         PR middle-end/43519
19337         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
19338         lang_hooks.types.type_for_size instead of
19339         build_nonstandard_integer_type.
19340         When converting an unsigned type to signed, double its precision.
19341         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
19342         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
19343         (graphite_create_new_loop_guard): When ub + 1 wraps around,
19344         use lb <= ub.
19345
19346 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19347
19348         PR middle-end/43519
19349         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
19350         POINTER_PLUS_EXPR for pointer types.
19351
19352 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19353
19354         PR middle-end/43519
19355         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
19356         * graphite-clast-to-gimple.c: Include langhooks.h.
19357         (max_signed_precision_type): New.
19358         (max_precision_type): Takes two types as arguments.
19359         (precision_for_value): New.
19360         (precision_for_interval): New.
19361         (gcc_type_for_interval): New.
19362         (gcc_type_for_value): New.
19363         (gcc_type_for_clast_term): New.
19364         (gcc_type_for_clast_red): New.
19365         (gcc_type_for_clast_bin): New.
19366         (gcc_type_for_clast_expr): Split up into several functions.
19367         (gcc_type_for_clast_eq): Rewritten.
19368         (compute_bounds_for_level): New.
19369         (compute_type_for_level_1): New.
19370         (compute_type_for_level): New.
19371         (gcc_type_for_cloog_iv): Removed.
19372         (gcc_type_for_iv_of_clast_loop): Rewritten.
19373         (graphite_create_new_loop): Compute the lower and upper bound types
19374         with gcc_type_for_clast_expr.
19375         (graphite_create_new_loop_guard): Same.
19376         (find_cloog_iv_in_expr): Removed.
19377         (compute_cloog_iv_types_1): Removed.
19378         (compute_cloog_iv_types): Removed.
19379         (gloog): Do not call compute_cloog_iv_types.
19380         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
19381         GBB_CLOOG_IV_TYPES.
19382         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
19383         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
19384         (GBB_CLOOG_IV_TYPES): Removed.
19385
19386 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19387
19388         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
19389         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
19390         (detect_commutative_reduction): Same.
19391
19392 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19393
19394         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
19395         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
19396         argument.
19397         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
19398         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
19399         (rewrite_commutative_reductions_out_of_ssa): Same.
19400         * passes.c (execute_function_todo): Call verify_ssa for every pass
19401         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
19402         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
19403         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
19404         with an extra argument.
19405         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
19406         verify_ssa only when the extra argument is true.
19407         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
19408         with an extra argument.
19409         (tree_transform_and_unroll_loop): Same.
19410
19411 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19412
19413         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
19414         for all the passes of the LNO having LOOP_CLOSED_SSA.
19415         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
19416         * tree-loop-distribution.c (pass_loop_distribution): Same.
19417         * tree-pass.h (TODO_verify_loops): Removed.
19418         * tree-ssa-loop.c (pass_tree_loop_init): Same.
19419         (pass_lim): Same.
19420         (pass_tree_unswitch): Same.
19421         (pass_predcom): Same.
19422         (pass_vectorize): Same.
19423         (pass_linear_transform): Same.
19424         (pass_graphite_transforms): Same.
19425         (pass_iv_canon): Same.
19426         (pass_complete_unroll): Same.
19427         (pass_complete_unrolli): Same.
19428         (pass_parallelize_loops): Same.
19429         (pass_loop_prefetch): Same.
19430         (pass_iv_optimize): Same.
19431
19432 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
19433
19434         PR middle-end/32824
19435         * passes.c (init_optimization_passes): Move pass_lim before
19436         pass_copy_prop and pass_dce_loop.
19437
19438 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
19439
19440         PR target/43667
19441         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
19442         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
19443         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
19444         MULTI_* defines for 4 argument vpermil2p* builtins.
19445
19446 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
19447
19448         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
19449         * config/i386/i386.c (x86_maybe_negate_const_int): New.
19450         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
19451         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
19452         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
19453         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
19454         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
19455         Use x86_maybe_negate_const_int to output insn mnemonic.
19456         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
19457         check from instruction predicate.  Update comments.
19458         * config/i386/sync.md (sync_add<mode>): Use
19459         x86_maybe_negate_const_int to output insn mnemonic.
19460
19461 2010-04-06  Jan Hubicka  <jh@suse.cz>
19462
19463         PR tree-optimization/42906
19464         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
19465         IGNORE_SELF argument.  Set visited_control_parents for fully
19466         processed BBs.
19467         (find_obviously_necessary_stmts): Update call of
19468         mark_control_dependent_edges_necessary.
19469         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
19470
19471 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
19472
19473         * config/i386/i386.md: Remove comment about 'e' and 'E'
19474         operand modifier.
19475
19476 2010-04-06  Richard Guenther  <rguenther@suse.de>
19477
19478         PR tree-optimization/43627
19479         * tree-vrp.c (extract_range_from_unary_expr): Widenings
19480         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
19481         not varying.
19482
19483 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
19484
19485         * BASE-VER: Change to 4.6.0.
19486
19487         PR target/43638
19488         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
19489         handling.
19490
19491 2010-04-06  Richard Guenther  <rguenther@suse.de>
19492
19493         PR middle-end/43661
19494         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
19495
19496 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19497
19498         * doc/invoke.texi (Optimize Options): Document that LTO
19499         won't remove object access purely due to incompatible
19500         declarations.
19501
19502 2010-04-04  Matthias Klose  <doko@ubuntu.com>
19503
19504         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
19505         Initialize variable.
19506
19507 2010-04-03  Richard Guenther  <rguenther@suse.de>
19508
19509         PR middle-end/42509
19510         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
19511         require a non-NULL MEM_OFFSET.
19512
19513 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
19514
19515         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
19516         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
19517         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
19518         config/alpha/predicates.md, config/arm/arm.md,
19519         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
19520         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
19521         config/darwin9.h, config/darwin.c, config/darwin.h,
19522         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
19523         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
19524         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
19525         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
19526         config/mips/mips.md, config/mn10300/mn10300.c,
19527         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
19528         config/rs6000/aix.h, config/rs6000/dfp.md,
19529         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
19530         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
19531         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
19532         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
19533         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
19534         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
19535         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
19536         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
19537         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
19538         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
19539         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
19540         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
19541         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
19542         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
19543         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
19544         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
19545         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
19546         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
19547         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
19548         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
19549         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
19550         opt-functions.awk, opth-gen.awk, params.def, passes.c,
19551         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
19552         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
19553         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
19554         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
19555         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
19556         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
19557         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
19558         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
19559         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
19560         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
19561         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
19562         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
19563         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
19564         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
19565
19566 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19567
19568         PR other/43620
19569         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
19570         * aclocal.m4: Regenerate.
19571
19572 2010-04-02  Richard Guenther  <rguenther@suse.de>
19573
19574         PR tree-optimization/43629
19575         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
19576         if we have seen a constant value.
19577
19578 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
19579
19580         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
19581
19582 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
19583
19584         PR target/43469
19585         * arm.c (legitimize_tls_address): Adjust call to
19586         gen_tls_load_dot_plus_four.
19587         (arm_note_pic_base): New function.
19588         (arm_cannot_copy_insn_p): Use it.
19589         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
19590         constraint.
19591
19592 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19593
19594         PR bootstrap/43531
19595
19596         Revert:
19597         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19598
19599         * Makefile.in ($(out_object_file)): Depend on
19600         gt-$(basename $(notdir $(out_file))).h.
19601
19602 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
19603
19604         * config.gcc (lm32-*-rtems*): Add t-lm32.
19605
19606 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
19607
19608         * config.gcc: Add lm32-*-rtems*.
19609         * config/lm32/rtems.h: New file.
19610
19611 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
19612
19613         PR target/42609
19614         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
19615
19616 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
19617
19618         * dwarf2out.c (output_compilation_unit_header): For
19619         -gdwarf-4 use version 4 instead of version 3.
19620         (output_line_info): For version 4 and above emit additional
19621         maximum ops per insn header field.
19622         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
19623
19624         * dwarf2out.c (is_c_family, is_java): Remove.
19625         (lower_bound_default): New function.
19626         (add_bound_info, gen_descr_array_type_die): Use it.
19627
19628 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
19629
19630         PR debug/43325
19631         * dwarf2out.c (gen_variable_die): Allow debug info for variable
19632         re-declaration when it happens in a function.
19633
19634 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
19635
19636         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
19637         (cgraph_remove_function_insertion_hook): Same.
19638         (cgraph_call_function_insertion_hooks): Same.
19639
19640 2010-04-01  Richard Guenther  <rguenther@suse.de>
19641
19642         PR middle-end/43614
19643         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
19644         and TREE_THIS_VOLATILE.
19645         (copy_ref_info): Likewise.
19646         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
19647         * tree.c (build6_stat): Ignore side-effects of all but arg5
19648         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
19649         TARGET_MEM_REF.
19650
19651 2010-04-01  Richard Guenther  <rguenther@suse.de>
19652
19653         PR tree-optimization/43607
19654         * ipa-type-escape.c (check_call): Do not access non-existing
19655         arguments.
19656
19657 2010-04-01  Richard Guenther  <rguenther@suse.de>
19658
19659         PR middle-end/43602
19660         Revert
19661         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
19662                     Jack Howarth  <howarth@bromo.med.uc.edu>
19663
19664         * tree-profile.c (tree_init_ic_make_global_vars): Make static
19665         variables TLS.
19666
19667 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19668
19669         * doc/install.texi (Prerequisites): Document libelf usability on
19670         IRIX 5/6 and Solaris 2.
19671         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
19672         Update GNU as, GNU ld requirements.
19673         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
19674         Document Sun Studio compiler download.
19675         Update and simplify as, ld recommendations.
19676         (Specific, *-*-solaris2.7): Note obsoletion, removal.
19677
19678 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19679
19680         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
19681         with_tune_32 to pentium4.
19682
19683 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
19684
19685         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
19686
19687 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19688
19689         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
19690         obsoletion, removal.
19691         Update IDO URL.
19692         Document GNU as requirement.
19693         Update configure requirements.
19694         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
19695         Recomment IRIX 6.5.18+.
19696         Document IDF/IDL requirement.
19697         Document GNU as requirement.
19698         Document GNU ld bootstrap failure.
19699         Remove freeware.sgi.com reference.
19700
19701 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19702
19703         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
19704         UNIX V4.0, V5.0 obsoletion, removal.
19705         Remove --with-gc=simple reference.
19706         Update VM requirements during bootstrap.
19707         Remove -oldas bootstrap description.
19708         Update binutils reference.
19709         Remove comparison failure note.
19710
19711 2010-03-31  Richard Guenther  <rguenther@suse.de>
19712             Zdenek Dvorak  <ook@ucw.cz>
19713             Sebastian Pop  <sebastian.pop@amd.com>
19714
19715         PR middle-end/43464
19716         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
19717         with multiple arguments.
19718         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
19719
19720 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19721
19722         * graphite-dependences.c (print_pddr): Call print_pdr with an
19723         extra argument.
19724         * graphite-poly.c (debug_pdr): Add an extra argument for the
19725         verbosity level.
19726         (print_pdr): Same.
19727         (print_pbb_domain): Same.
19728         (print_pbb): Same.
19729         (print_scop_context): Same.
19730         (print_scop): Same.
19731         (print_cloog): Same.
19732         (debug_pbb_domain): Same.
19733         (debug_pbb): Same.
19734         (print_pdrs): Same.
19735         (debug_pdrs): Same.
19736         (debug_scop_context): Same.
19737         (debug_scop): Same.
19738         (debug_cloog): Same.
19739         (print_scop_params): Same.
19740         (debug_scop_params): Same.
19741         (print_iteration_domain): Same.
19742         (print_iteration_domains): Same.
19743         (debug_iteration_domain): Same.
19744         (debug_iteration_domains): Same.
19745         (print_scattering_function): Same.
19746         (print_scattering_functions): Same.
19747         (debug_scattering_function): Same.
19748         (debug_scattering_functions): Same.
19749         * graphite-poly.h (debug_pdr): Update declaration.
19750         (print_pdr): Same.
19751         (print_pbb_domain): Same.
19752         (print_pbb): Same.
19753         (print_scop_context): Same.
19754         (print_scop): Same.
19755         (print_cloog): Same.
19756         (debug_pbb_domain): Same.
19757         (debug_pbb): Same.
19758         (print_pdrs): Same.
19759         (debug_pdrs): Same.
19760         (debug_scop_context): Same.
19761         (debug_scop): Same.
19762         (debug_cloog): Same.
19763         (print_scop_params): Same.
19764         (debug_scop_params): Same.
19765         (print_iteration_domain): Same.
19766         (print_iteration_domains): Same.
19767         (debug_iteration_domain): Same.
19768         (debug_iteration_domains): Same.
19769         (print_scattering_function): Same.
19770         (print_scattering_functions): Same.
19771         (debug_scattering_function): Same.
19772         (debug_scattering_functions): Same.
19773
19774 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19775
19776         * graphite-poly.c (print_scattering_function_1): New.
19777         (print_scattering_function): Call it.
19778         (print_scop_params): Remove spaces at the end of lines.
19779         (print_cloog): New.
19780         (debug_cloog): New.
19781         * graphite-poly.h (print_cloog): Declared.
19782         (debug_cloog): Declared.
19783
19784 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19785
19786         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
19787         in loop->header.
19788         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
19789         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
19790         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
19791         to switch between adding the IV bump in loop->latch or in loop->header.
19792
19793 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19794
19795         * graphite-poly.c (print_scattering_function): Pretty print following
19796         the scoplib format.
19797         (print_pdr): Same.
19798         (print_pbb_domain): Same.
19799         (dump_gbb_cases): Same.
19800         (dump_gbb_conditions): Same.
19801         (print_pdrs): Same.
19802         (print_pbb): Same.
19803         (print_scop_params): Same.
19804         (print_scop_context): Same.
19805         (print_scop): Same.
19806         (print_pbb_body): New.
19807         (lst_indent_to): New.
19808         (print_lst): Start new lines with a #.
19809         * graphite-poly.h (pbb_bb): New.
19810         (pbb_index): Use pbb_bb.
19811         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
19812         disjuncts.
19813         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
19814
19815 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
19816
19817         * dwarf2out.c (size_of_die): For -gdwarf-4 use
19818         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
19819         and 0 instead of 1 for dw_val_class_flag.
19820         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
19821         dw_val_class_range_list, dw_val_class_loc_list,
19822         dw_val_class_lineptr and dw_val_class_macptr, use
19823         DW_FORM_flag_present for dw_val_class_flag and
19824         DW_FORM_exprloc for dw_val_class_loc.
19825         (output_die): For -gdwarf-4 print dw_val_class_loc
19826         size as uleb128 instead of 1 or 2 bytes and don't print
19827         anything for dw_val_class_flag.
19828
19829         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
19830         instead of cselib_lookup following by tweaking locs->setting_insn.
19831
19832         PR bootstrap/43596
19833         * cselib.c (cselib_process_insn): Clear cselib_current_insn
19834         even before returning from label, setjmp call or volatile asm
19835         handling.
19836
19837 2010-03-31  Richard Guenther  <rguenther@suse.de>
19838
19839         PR middle-end/43600
19840         * cgraphunit.c (cgraph_output_in_order): Do not allocate
19841         temporary data on stack.
19842
19843 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19844
19845         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
19846         (PUSHSECTION_ASM_OP): Remove.
19847         (POPSECTION_ASM_OP): Remove.
19848         (PUSHSECTION_FORMAT): Remove.
19849         * config/sol2.h (PUSHSECTION_FORMAT): Define.
19850         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
19851         * config/sol2.c (solaris_output_init_fini): Use it.
19852
19853 2010-03-31  Jie Zhang  <jie@codesourcery.com>
19854
19855         PR 43574
19856         * opt-functions.awk (var_type_struct): Use signed char type
19857         for simple variables.
19858
19859 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19860
19861         * config/sol2.c: Include output.h.
19862         (solaris_assemble_visibility): New function.
19863         * config/t-sol2 (sol2.o): Add output.h dependency.
19864         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
19865         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
19866         Redefine.
19867
19868 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
19869
19870         PR target/43580
19871         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
19872         V2SImode or XFmode on PRE_DEC.
19873
19874         PR debug/43557
19875         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
19876         BLKmode.
19877
19878 2010-03-31  Jie Zhang  <jie@codesourcery.com>
19879
19880         PR 43562
19881         * reload.h (caller_save_initialized_p): Declare.
19882         * toplev.c (backend_init_target): Don't call
19883         init_caller_save but set caller_save_initialized_p to false.
19884         * caller-save.c (caller_save_initialized_p): Define.
19885         (init_caller_save): Check caller_save_initialized_p.
19886         * ira.c (ira): Call init_caller_save if flag_caller_saves.
19887
19888 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19889
19890         PR target/39048
19891         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
19892         and soft-fp/t-softfp to tmake_file.
19893         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
19894         (LIBGCC2_TF_CEXT): Define.
19895         (TF_SIZE): Define.
19896
19897 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
19898
19899         PR debug/42977
19900         * cselib.c (n_useless_values): Document handling of debug locs.
19901         (n_useless_debug_values, n_debug_values): New variables.
19902         (new_elt_loc_list): Don't add to debug values, keep count.
19903         (promote_debug_loc): New.
19904         (cselib_reset_table): Zero new variables.
19905         (entry_and_rtx_equal_p): Promote debug locs.
19906         (discard_useless_locs): Increment n_useless_debug_values for
19907         debug values.
19908         (remove_useless_values): Adjust n_useless_values and n_debug_values
19909         with n_useless_debug_values.
19910         (add_mem_for_addr): Promote debug locs.
19911         (cselib_lookup_mem): Likewise.
19912         (cselib_lookup_addr): Renamed to...
19913         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
19914         (cselib_log_lookup): ... this.  Turn into...
19915         (cselib_lookup_addr): ... new wrapper.
19916         (cselib_lookup_from_insn): New.
19917         (cselib_invalidate_regno): Increment n_useless_debug_values for
19918         debug values.
19919         (cselib_invalidate_mem): Likewise.
19920         (cselib_process_insn): Take n_deleted and n_debug_values into
19921         account to guard remove_useless_value call.
19922         (cselib_finish): Zero n_useless_debug_values.
19923         * cselib.h (cselib_lookup_from_insn): Declare.
19924         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
19925         (sched_analyze_2): Likewise.
19926
19927 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
19928
19929         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
19930         functions.
19931         (adjust_mems): Replace narrowing SUBREG of expression containing
19932         just PLUS, MINUS, MULT and ASHIFT of registers and constants
19933         with operations in the narrower mode.
19934
19935         PR debug/43593
19936         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
19937         regs_invalidated_by_call instead all call_used_reg_set registers.
19938
19939 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
19940
19941         PR middle-end/43430
19942         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
19943         pointer comparisons with types_compatible_p.
19944         * tree-vect-stmts.c (vectorizable_call): Same.
19945         (vectorizable_condition): Same.
19946
19947 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19948
19949         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
19950         stack check if the mask would be zero.
19951
19952 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
19953             Jack Howarth  <howarth@bromo.med.uc.edu>
19954
19955         * tree-profile.c (tree_init_ic_make_global_vars): Make static
19956         variables TLS.
19957
19958 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
19959
19960         PR other/25232
19961         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
19962         and __unordtf2.
19963         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
19964         Include ___unordxf2 and ___unordtf2.
19965         * config/i386/libgcc-glibc.ver: Do not define inheritance from
19966         GCC_4.4.0 here.
19967
19968 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
19969
19970         * config/lm32/t-lm32: New file.
19971         * config.gcc: Use the above file when targetting lm32.
19972
19973 2010-03-28  Duncan Sands  <baldrick@free.fr>
19974
19975         * Makefile.in (PLUGIN_HEADERS): Add except.h.
19976
19977 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
19978
19979         PR middle-end/43431
19980         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
19981         Improve vectorization cost model diagnostic.
19982
19983 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
19984
19985         PR middle-end/43436
19986         * tree-vect-data-refs.c (vect_analyze_data_refs): When
19987         compute_data_dependences_for_loop returns false, early exit
19988         and output an extra diagnostic for the failed data reference
19989         analysis.
19990
19991 2010-03-29  Richard Guenther  <rguenther@suse.de>
19992
19993         PR tree-optimization/43560
19994         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
19995         (can_sm_ref_p): Treat stores to readonly locations as trapping.
19996
19997 2010-03-29  Jie Zhang  <jie@codesourcery.com>
19998
19999         PR 43564
20000         * toplev.c (process_options): Set optimization_default_node
20001         and optimization_current_node.
20002         * opts.c (decode_options): Don't set optimization_default_node
20003         and optimization_current_node.
20004
20005 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
20006
20007         * config/rtems.h: Abandon -qrtems_debug.
20008
20009 2010-03-28  Jan Hubicka  <jh@suse.cz>
20010
20011         PR tree-optimization/43505
20012         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
20013         map should not be copied.
20014
20015 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20016
20017         PR middle-end/41674
20018         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
20019         cdtors, set DECL_PRESERVE_P.
20020         * ipa.c (cgraph_externally_visible_p): Return true if declaration
20021         should be preseved.
20022
20023 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
20024
20025         PR tree-optimization/43528
20026         * stor-layout.c (place_field): Check that constant fits into
20027         unsigned HWI when skipping calculation of MS bitfield layout.
20028
20029 2010-03-27  Jan Hubicka  <jh@suse.cz>
20030
20031         PR middle-end/43391
20032         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
20033         notice_global_symbol work.
20034
20035 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
20036
20037         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
20038         instead of dwarf2out_decl.
20039         (struct var_loc_node): Remove section_label field.
20040         (dwarf2out_function_decl): New function.
20041         (dwarf2out_var_location): Don't set section_label field.
20042         (dwarf2out_begin_function): Don't empty decl_loc_table here.
20043
20044 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
20045
20046         PR tree-optimization/43544
20047         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
20048         First argument for builtin vectorized function hook is now a
20049         tree to be able to distinguish between machine specific and
20050         standard builtins.
20051         * targhooks.c (default_builtin_vectorized_function): Ditto.
20052         * targhooks.h (default_builtin_vectorized_function): Ditto.
20053         * target.h (struct gcc_target): Ditto.
20054         * tree-vect-stmts.c (vectorizable_function): Ditto.
20055         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
20056         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
20057         Ditto.
20058
20059 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
20060
20061         PR c/43381
20062         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
20063         nested binding iff it is a FUNCTION_DECL.
20064         (store_parm_decls_newstyle): Pass nested=true to bind for
20065         FUNCTION_DECLs amongst parameters.
20066
20067 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
20068
20069         * var-tracking.c (vt_expand_loc_callback): Don't run
20070         cselib_expand_value_rtx_cb in dummy mode if
20071         cselib_dummy_expand_value_rtx_cb returned false.
20072
20073         * var-tracking.c (emit_note_insn_var_location): For one part
20074         notes with offset 0, don't add EXPR_LIST around the location.
20075         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
20076         add_location_or_const_value_attribute): Adjust for that change.
20077
20078         PR debug/43540
20079         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
20080         into first operand and location into second.
20081         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
20082         dw_cfi_oprnd_loc for DW_CFA_expression.
20083         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
20084         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
20085         assume first argument is regnum and second argument is location.
20086
20087 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
20088
20089         PR target/42113
20090         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
20091         of scratch register to DImode.  Split to DImode comparison operator.
20092         Use SImode subreg of scratch register in the multiplication.
20093         (*cmp_sadd_sidi): Ditto.
20094         (*cmp_ssub_si): Ditto.
20095         (*cmp_ssub_sidi): Ditto.
20096
20097 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
20098
20099         PR target/43524
20100         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
20101         Remove invalid assert and wrong comment.
20102
20103 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
20104
20105         PR debug/43516
20106         * flags.h (final_insns_dump_p): New extern.
20107         * final.c (final_insns_dump_p): New variable.
20108         (rest_of_clean_state): Set it before -fdump-final-insns=
20109         dumping, clear afterwards.
20110         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
20111         MEM_ALIAS_SET on MEMs.
20112
20113 2010-03-26  David S. Miller  <davem@davemloft.net>
20114
20115         * configure.ac: Fix sparc GOTDATA_OP bug check.
20116         * configure: Rebuild.
20117
20118 2010-03-26  Alan Modra  <amodra@gmail.com>
20119
20120         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
20121
20122 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20123
20124         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
20125         TLS_SECTION_ASM_FLAG.
20126
20127 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
20128
20129         PR bootstrap/43511
20130         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
20131         Clear first_function_block_is_cold.
20132
20133         PR c/43385
20134         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
20135         argument if the argument is truth_value_p.
20136
20137 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
20138
20139         * config/rs6000/constraints.md: Update copyright year for my changes.
20140
20141         PR target/43484
20142         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
20143         used in reg+reg addressing, swap registers.
20144
20145 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
20146
20147         PR debug/43293
20148         * target.h (struct gcc_target): Add code_end hook.
20149         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
20150         if not yet defined.
20151         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
20152         * toplev.c (compile_file): Call targetm.asm_out.code_end
20153         hook before unwind info/debug info output.
20154         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
20155         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
20156         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20157         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
20158         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20159         * config/i386/i386.c (ix86_file_end): Renamed to...
20160         (ix86_code_end): ... this.  Make static.  Don't call
20161         file_end_indicate_exec_stack.  Emit unwind info using
20162         final_start_function/final_end_function.
20163         (darwin_x86_file_end): Remove.
20164         (TARGET_ASM_CODE_END): Define.
20165         * config/i386/i386.h (TARGET_ASM_FILE_END,
20166         NEED_INDICATE_EXEC_STACK): Don't define.
20167         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
20168         (TARGET_ASM_FILE_END): Define to darwin_file_end.
20169         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
20170         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
20171
20172         PR target/43498
20173         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
20174         at the beginning and final_end_function at the end.
20175         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
20176
20177 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20178
20179         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
20180         and Sun as TLS syntax.
20181         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
20182         * configure: Regenerate.
20183         * config.in: Regenerate.
20184         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
20185         (default_elf_asm_named_section): Use it.
20186         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
20187         (i386_output_dwarf_dtprel): Likewise.
20188         (output_addr_const_extra): Likewise.
20189         (output_pic_addr_const): Lowercase @GOTTPOFF.
20190         (output_addr_const_extra): Likewise.
20191         (output_pic_addr_const): Lowercase @GOTNTPOFF.
20192         (output_addr_const_extra): Likewise.
20193         (output_pic_addr_const): Lowercase @INDNTPOFF.
20194         (output_addr_const_extra): Likewise.
20195         (output_pic_addr_const): Lowercase @NTPOFF.
20196         (output_addr_const_extra): Likewise.
20197         (output_pic_addr_const): Lowercase @TPOFF.
20198         (output_addr_const_extra): Likewise.
20199         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
20200         (*tls_global_dynamic_64): Likewise.
20201         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
20202         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
20203
20204         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
20205         (ASM_OUTPUT_TLS_COMMON): Use it.
20206         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
20207
20208         PR target/38118
20209         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
20210         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
20211         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
20212         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
20213         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20214         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
20215
20216 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20217
20218         * config/i386/i386.c (override_options): Don't accept
20219         -mtls-dialect=sun any longer.
20220         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
20221         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
20222         (*tls_local_dynamic_base_32_sun): Likewise.
20223         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20224
20225 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
20226
20227         PR debug/43508
20228         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
20229         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
20230
20231         PR debug/43479
20232         * ira.c (adjust_cleared_regs): New function.
20233         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
20234
20235         PR debug/19192
20236         PR debug/43479
20237         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
20238         from gimple_block.
20239         * expr.c (expand_expr_real): Restore previous
20240         curr_insn_source_location and curr_insn_block after
20241         expand_expr_real_1 call.
20242         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
20243         instead of expand_expr_real_1.
20244
20245 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
20246
20247         PR rtl-optimization/43413
20248         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
20249         hard regs too.
20250
20251 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
20252
20253         PR target/43348
20254         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
20255         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
20256
20257 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
20258
20259         * config/i386/i386.c (ix86_target_string): Add -mfma.
20260         Fix a typo in comment.
20261
20262 2010-03-22  Mike Stump  <mikestump@comcast.net>
20263
20264         PR target/23071
20265         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
20266         Don't overly align based upon packed packed fields.
20267
20268 2010-03-22  Jason Merrill  <jason@redhat.com>
20269
20270         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
20271         Use () rather than [], and move before the element type.
20272
20273 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20274
20275         * doc/configfiles.texi (Configuration Files): Removed
20276         fixinc/Makefile*, intl/Makefile.*.
20277         * doc/makefile.texi: Fixed markup. Abstract from version
20278         control system used.
20279         (Makefile): Removed obsolete gcc/java/parse.y example.
20280         * doc/sourcebuild.texi: Likewise.
20281         (Top Level): Added config, gnattools, libdecnumber, libgcc,
20282         libgomp, libssp.  Removed fastjar.
20283         (Miscellaneous Docs): Clarify location.
20284         Added COPYING3, COPYING3.LIB.
20285         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
20286
20287 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20288
20289         PR target/38085
20290         * config/i386/i386.c (x86_function_profiler)
20291         [!NO_PROFILE_COUNTERS]: Fix typo.
20292         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
20293         instead of callq.
20294
20295 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
20296             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20297
20298         * doc/sourcebuild.texi (Test Directives): Split into six
20299         subsections, with most of the current text in new subsections
20300         Directives, Selectors, and Final Actions.
20301         (Directives): Split list of test directives into multiple
20302         subsubsections.
20303         (Selectors): Describe use and syntax of selectors.
20304         (Effective-Target Keywords): Describe all existing keywords.
20305         (Add Options): Describe features for dg-add-options.
20306         (Require Support): Describe variants of dg-require-support.
20307         (Final Actions): Describe commands to use in dg-final.
20308
20309 2010-03-22  Michael Matz  <matz@suse.de>
20310
20311         PR middle-end/43475
20312         * recog.c (validate_replace_rtx_group): Replace also in
20313         REG_EQUAL and REG_EQUIV notes.
20314
20315 2010-03-22  Richard Guenther  <rguenther@suse.de>
20316
20317         PR tree-optimization/43390
20318         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
20319         sure vector extracts are type correct.
20320
20321 2010-03-22  Richard Guenther  <rguenther@suse.de>
20322
20323         PR middle-end/40106
20324         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
20325         x * sqrt (x) even when optimizing for size if the target
20326         has native support for sqrt.
20327
20328 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
20329
20330         * varasm.c (make_decl_rtl_for_debug): Also clear
20331         flag_mudflap for the duration of make_decl_rtl call.
20332
20333         PR debug/43443
20334         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
20335         locs from preserved VALUEs.
20336
20337 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20338
20339         PR middle-end/42718
20340         * pa.md (movmemsi): Set align to one if zero.
20341         (movmemdi): Likewise.
20342
20343 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
20344
20345         PR target/42321
20346         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
20347         with their corresponding prologue pushes.
20348
20349 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
20350
20351         PR target/43156
20352         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
20353         at the begining or end.
20354         (spu_expand_epilogue): Likewise.
20355
20356 2010-03-20  Richard Guenther  <rguenther@suse.de>
20357
20358         PR rtl-optimization/43438
20359         * combine.c (make_extraction): Properly zero-/sign-extend an
20360         extraction of the low part of a CONST_INT.  Also handle
20361         CONST_DOUBLE.
20362
20363 2010-03-19  Mike Stump  <mikestump@comcast.net>
20364
20365         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
20366         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
20367         (override_options): Use SUBTARGET32_DEFAULT_CPU.
20368
20369 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
20370
20371         PR c/43211
20372         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
20373         an error.
20374
20375 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
20376
20377         PR rtl-optimization/42258
20378         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
20379         use that may match DEF.
20380
20381         PR target/40697
20382         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
20383         the cost of loading the constant rather than assuming
20384         COSTS_N_INSNS (1).
20385         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
20386         outer code is AND, do the same tests as the andsi3 expander and
20387         return COSTS_N_INSNS (1) if and is cheap.
20388
20389         * optabs.c (avoid_expensive_constant): Fix formatting.
20390
20391 2010-03-19  Michael Matz  <matz@suse.de>
20392
20393         PR c++/43116
20394         * attribs.c (decl_attributes): When rebuilding a function pointer
20395         type use the same qualifiers as the original pointer type.
20396
20397 2010-03-19  Martin Jambor  <mjambor@suse.cz>
20398
20399         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
20400         and is_gimple_ip_invariant_address.
20401
20402 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20403
20404         Revert
20405         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20406
20407         * config/arm/arm.c (arm_override_options): Turn off
20408         flag_dwarf2_cfi_asm for AAPCS variants.
20409
20410 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20411
20412         PR target/43399
20413         * config/arm/arm.c (emit_multi_reg_push): Update comments.
20414         Use PRE_MODIFY instead of PRE_DEC.
20415         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
20416         (vfp_emit_fstmd): Likewise.
20417
20418 2010-03-19  Michael Matz  <matz@suse.de>
20419
20420         PR target/43305
20421         * builtins.c (expand_builtin_interclass_mathfn,
20422         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
20423         if that fails.
20424
20425 2010-03-19  Richard Guenther  <rguenther@suse.de>
20426
20427         PR tree-optimization/43415
20428         * tree-ssa-pre.c (phi_translate): Split out worker to ...
20429         (phi_translate_1): ... this.
20430         (phi_translate): Move all caching here.  Cache all NARY
20431         and REFERENCE translations.
20432
20433 2010-03-19  David S. Miller  <davem@davemloft.net>
20434
20435         With help from Eric Botcazou.
20436         * config/sparc/sparc.c: Include dwarf2out.h.
20437         (emit_pic_helper): Delete.
20438         (pic_helper_symbol_name): Delete.
20439         (pic_helper_emitted_p): Delete.
20440         (pic_helper_needed): New.
20441         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
20442         (get_pc_thunk_name): New.
20443         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
20444         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
20445         Set pic_helper_needed to true.  Don't call emit_pic_helper.
20446         (sparc_expand_prologue): Update load_pic_register call.
20447         (sparc_output_mi_thunk): Likewise.
20448         (sparc_file_end): Emit a hidden comdat symbol for the PIC
20449         thunk if possible.  Output CFI information as needed.
20450
20451 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
20452             Jack Howarth  <howarth@bromo.med.uc.edu>
20453
20454         PR target/36399
20455         * config/i386/i386.h: Fix ABI on darwin x86-32.
20456
20457 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
20458
20459         * tree.h: Declare make_decl_rtl_for_debug.
20460         * varasm.c (make_decl_rtl_for_debug): New.
20461         * dwarf2out.c (rtl_for_decl_location): Call it.
20462         * cfgexpand.c (expand_debug_expr): Call it.
20463
20464 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
20465
20466         PR bootstrap/43399
20467         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
20468         mem_mode.
20469
20470         PR bootstrap/43403
20471         * var-tracking.c (vt_init_cfa_base): Do nothing if
20472         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
20473
20474 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
20475
20476         PR debug/42873
20477         * var-tracking.c (canonicalize_vars_star): New.
20478         (dataflow_post_merge_adjust): Use it.
20479
20480 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
20481
20482         PR debug/43058
20483         * var-tracking.c (non_suitable_const): New function.
20484         (add_uses): For DEBUG_INSNs with constants, don't record any
20485         value, instead just the constant value itself.
20486         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
20487         is not VAR_LOC_UNKNOWN_P, set var to the constant.
20488         (emit_notes_in_bb): Likewise.
20489         (emit_note_insn_var_location): For onepart variables if
20490         cur_loc is a VOIDmode constant, use DECL_MODE.
20491
20492 2010-03-18  Martin Jambor  <mjambor@suse.cz>
20493
20494         PR middle-end/42450
20495         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
20496         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
20497         all non-clones.  Moved call redirection...
20498         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
20499         (cgraph_materialize_all_clones): Dispose of all
20500         combined_args_to_skip bitmaps.
20501         (verify_cgraph_node): Do not check for edges pointing to wrong
20502         nodes in inline clones.
20503         * tree-inline.c (copy_bb): Call
20504         cgraph_redirect_edge_call_stmt_to_callee.
20505         * ipa.c (cgraph_remove_unreachable_nodes): Call
20506         cgraph_node_remove_callees even when there are used clones.
20507
20508 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
20509
20510         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
20511
20512 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
20513
20514         PR target/43383
20515         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
20516         for 32bit.
20517
20518 2010-03-18  Michael Matz  <matz@suse.de>
20519
20520         PR middle-end/43419
20521         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
20522         into sqrt(x) if we need to preserve signed zeros.
20523
20524 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
20525             Eric Botcazou  <ebotcazou@adacore.com>
20526
20527         PR rtl-optimization/43360
20528         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
20529         note if we don't know its invariant status.
20530
20531 2010-03-18  Michael Matz  <matz@suse.de>
20532
20533         PR tree-optimization/43402
20534         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
20535         PHI chains of ssa names registered for update.
20536
20537 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
20538
20539         PR target/42427
20540         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
20541         non-offsettable and pre_modify update addressing.
20542         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
20543         and "2" alternatives "#".
20544         (*movdd_softfloat32): Make all alternatives "#";
20545         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
20546         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
20547         (*movdf_softfloat32): Make all alternatives "#";
20548         (movdi): Use the new DIFD mode iterator to create a common splitter
20549         for movdi, movdf and movdd patterns.
20550
20551 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
20552
20553         * common.opt (dumpdir): Remove redundant tab.
20554
20555 2010-03-17  Martin Jambor  <mjambor@suse.cz>
20556
20557         PR tree-optimization/43347
20558         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
20559         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
20560
20561 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
20562
20563         PR rtl-optimization/42216
20564         * regrename.c (create_new_chain): New function, broken out from...
20565         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
20566         appending a use to an empty chain.
20567         (build_def_use): Remove previous changes that convert OP_INOUT to
20568         OP_OUT operands; instead detect the case where an OP_INOUT operand
20569         uses a previously untracked register and create an empty chain for it.
20570
20571 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20572
20573         * doc/extend.texi (Function Attributes): Rewrite unfinished
20574         sentence in ms_abi documentation.
20575
20576 2010-03-17  Alan Modra  <amodra@gmail.com>
20577
20578         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
20579         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
20580         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
20581         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
20582
20583 2010-03-16  Richard Henderson  <rth@redhat.com>
20584
20585         PR middle-end/43365
20586         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
20587         (lower_try_finally): Save and restore eh_seq around the expansion
20588         of the try-finally.
20589
20590 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
20591
20592         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
20593         statements before splitting block.
20594
20595 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20596
20597         * doc/sourcebuild.texi (Testsuites): Fix markup.
20598         Use pathnames relative to gcc/testsuite.
20599         (Test Directives): Move description of how timeout is determined.
20600         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
20601         (C Tests): Correct gcc.misc-tests directory.
20602         Framework tests now live in gcc.test-framework.
20603
20604 2010-03-16  Richard Guenther  <rguenther@suse.de>
20605
20606         PR middle-end/43379
20607         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
20608         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
20609
20610 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
20611             Alexandre Oliva  <aoliva@redhat.com>
20612
20613         PR tree-optimization/42917
20614         * lambda-code.c (remove_iv): Skip debug statements.
20615         (lambda_loopnest_to_gcc_loopnest): Likewise.
20616         (not_interesting_stmt): Debug statements are not interesting.
20617
20618 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
20619
20620         PR debug/43051
20621         PR debug/43092
20622         * cselib.c (cselib_preserve_constants,
20623         cfa_base_preserved_val): New static variables.
20624         (preserve_only_constants): New function.
20625         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
20626         clear its REG_VALUES.  If cselib_preserve_constants, don't
20627         empty the whole hash table, but preserve there VALUEs with constants,
20628         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
20629         (cselib_preserve_cfa_base_value): New function.
20630         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
20631         (cselib_init): Change argument to int bitfield.  Set
20632         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
20633         is in it.
20634         (cselib_finish): Clear cselib_preserve_constants and
20635         cfa_base_preserved_val.
20636         * cselib.h (enum cselib_record_what): New enum.
20637         (cselib_init): Change argument to int.
20638         (cselib_preserve_cfa_base_value): New prototype.
20639         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
20640         * dse.c (dse_step1): Likewise.
20641         * cfgcleanup.c (thread_jump): Likewise.
20642         * sched-deps.c (sched_analyze): Likewise.
20643         * gcse.c (local_cprop_pass): Likewise.
20644         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
20645         If FN is non-NULL, call the callback always and whenever it returns
20646         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
20647         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
20648         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
20649         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
20650         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
20651         * var-tracking.c: Include recog.h.
20652         (bb_stack_adjust_offset): Remove.
20653         (vt_stack_adjustments): Don't call it, instead just gather the
20654         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
20655         (adjust_stack_reference): Remove.
20656         (compute_cfa_pointer): New function.
20657         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
20658         (struct adjust_mem_data): New type.
20659         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
20660         functions.
20661         (get_address_mode): New function.
20662         (replace_expr_with_values): Use it.
20663         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
20664         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
20665         (adjust_sets): Remove.
20666         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
20667         Use get_address_mode.
20668         (get_adjusted_src): Remove.
20669         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
20670         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
20671         (add_with_sets): Don't call adjust_sets.
20672         (fp_setter, vt_init_cfa_base): New functions.
20673         (vt_initialize): Change return type to bool.  Move most of pool etc.
20674         initialization to the beginning of the function from end.  Pass
20675         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
20676         If !frame_pointer_needed, call vt_stack_adjustment before mos
20677         vector is filled, call vt_init_cfa_base if argp/framep has been
20678         eliminated to sp.  If frame_pointer_needed and argp/framep has
20679         been eliminated to hard frame pointer, set
20680         hard_frame_pointer_adjustment and call vt_init_cfa_base after
20681         encountering fp setter in the prologue.  For MO_ADJUST, call
20682         log_op_type before pusing the op into mos vector, not afterwards.
20683         Call adjust_insn before cselib_process_insn/add_with_sets,
20684         call cancel_changes (0) afterwards.
20685         (variable_tracking_main_1): Adjust for vt_initialize calling
20686         vt_stack_adjustments and returning whether it succeeded or not.
20687
20688 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
20689
20690         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
20691         debug statements.
20692
20693 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
20694
20695         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
20696         has been set.
20697         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
20698         drap_reg has not been set.
20699
20700 2010-03-15  Michael Matz  <matz@suse.de>
20701
20702         PR middle-end/43300
20703         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
20704         use it to expand block copies.
20705         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
20706         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
20707         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
20708
20709 2010-03-15  Richard Guenther  <rguenther@suse.de>
20710
20711         PR tree-optimization/43367
20712         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
20713         elimination check.
20714
20715 2010-03-15  Richard Guenther  <rguenther@suse.de>
20716
20717         PR tree-optimization/43317
20718         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
20719
20720 2010-03-15  Martin Jambor  <mjambor@suse.cz>
20721
20722         PR tree-optimization/43141
20723         * tree-sra.c (create_abstract_origin): New function.
20724         (modify_function): Call create_abstract_origin.
20725
20726 2010-03-15  Chris Demetriou  <cgd@google.com>
20727
20728         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
20729         wasn't copied.
20730
20731 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20732
20733         PR middle-end/43354
20734         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
20735         call insert_out_of_ssa_copy for default definitions.
20736
20737 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20738
20739         * graphite-clast-to-gimple.c (my_long_long): Defined.
20740         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
20741         * graphite-sese-to-poly.c (my_long_long): Defined.
20742         (scop_ivs_can_be_represented): Use it.
20743
20744 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20745
20746         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
20747         graphite-max-bbs-per-function, and loop-block-tile-size.
20748         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
20749         with "maximum".
20750         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
20751
20752 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20753
20754         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
20755         forward declaration.
20756         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
20757         (add_upper_bounds_from_estimated_nit): New.
20758         (build_loop_iteration_domains): Use it.
20759
20760 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20761
20762         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
20763
20764 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20765
20766         PR middle-end/43306
20767         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
20768         should be an INTEGER_CST.  Also handle CASE_CONVERT.
20769
20770 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20771
20772         * graphite.c (graphite_initialize): To bound the number of bbs per
20773         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
20774         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
20775         * doc/invoke.texi: Document it.
20776
20777 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20778
20779         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
20780         * graphite-sese-to-poly.h (build_poly_scop): Same.
20781
20782 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20783
20784         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
20785         the number of parameters in the scop.  Use as an upper bound
20786         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
20787         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
20788         * doc/invoke.texi: Document it.
20789
20790 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
20791
20792         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
20793         * doc/c-tree.texi: Remove.
20794         * doc/generic.texi: Merge c-tree.texi here.
20795         * doc/gccint.texi (Trees): Remove menu entry.
20796         (c-tree.texi): Remove @include.
20797         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
20798         * doc/languages.texi (Reading RTL): Ditto.
20799
20800 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
20801
20802         PR target/42869
20803         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
20804
20805 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
20806
20807         PR middle-end/42431
20808         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
20809         code added to work around reload clobbering CONST insns.
20810
20811 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
20812
20813         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
20814         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
20815         (cselib_preserve_only_values): Remove retain argument, don't
20816         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
20817         * cselib.h (cselib_preserve_only_values): Remove retain argument.
20818         * var-tracking.c (micro_operation): Move insn field before union.
20819         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
20820         (struct variable_tracking_info_def): Remove n_mos field, change
20821         mos into a vector of micro_operations.
20822         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
20823         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
20824         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
20825         changing into a vector.
20826         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
20827         come before all other uops generated by add_stores.
20828         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
20829         argument removal.
20830         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
20831         a vector.  Run just one pass over the bbs instead of separate counting
20832         and computation phase.
20833         (vt_finalize): Free VTI (bb)->mos vector instead of array.
20834
20835         PR debug/43329
20836         * tree-inline.c (remap_decls): Put old_var rather than origin_var
20837         into *nonlocalized_list vector.
20838         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
20839         even if origin is non-NULL.
20840         (gen_variable_die): Likewise.
20841         (process_scope_var): Don't change origin.
20842         (gen_decl_die): Likewise.
20843         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
20844         before adding new edges instead of after it, fix moving over
20845         debug stmts.
20846
20847 2010-03-11  David S. Miller  <davem@davemloft.net>
20848
20849         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
20850         of four.
20851         * configure: Rebuild.
20852
20853 2010-03-11  Martin Jambor  <mjambor@suse.cz>
20854
20855         PR tree-optimization/43257
20856         * tree.c (assign_assembler_name_if_neeeded): New function.
20857         (free_lang_data_in_cgraph): Assembler name assignment moved to the
20858         above new function.
20859         * tree.h (assign_assembler_name_if_neeeded): Declare.
20860         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
20861         the function if needed.
20862
20863 2010-03-11  Chris Demetriou  <cgd@google.com>
20864
20865         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
20866         include/stdint-gcc.h, and include/stdint.h world-readable.
20867
20868 2010-03-11  Richard Guenther  <rguenther@suse.de>
20869
20870         PR tree-optimization/43255
20871         * tree-vrp.c (process_assert_insertions_for): Do not insert
20872         asserts for trivial conditions.
20873
20874 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20875
20876         PR tree-optimization/43280
20877         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
20878         generation.  Move calculation of size out of the if branch.
20879         (find_bswap): Modify compare number generation.
20880
20881 2010-03-11  Richard Guenther  <rguenther@suse.de>
20882
20883         PR lto/43200
20884         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
20885         (input_gimple_stmt): Fixup handled component types during
20886         operand read.  Also fix up decls in ADDR_EXPRs.
20887
20888 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
20889
20890         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
20891         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
20892
20893 2010-03-10  Jan Hubicka  <jh@suse.cz>
20894
20895         PR c/43288
20896         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
20897         * varasm.c (get_variable_section): Don't do that here...
20898         (make_decl_rtl): ... and here.
20899         (do_assemble_alias): Produce decl RTL.
20900         (assemble_alias): Likewise.
20901
20902 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
20903
20904         PR debug/43290
20905         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
20906         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
20907         of fde->vdrap_reg.
20908         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
20909         (based_loc_descr): Only express drap or vdrap regno based expressions
20910         using DW_OP_fbreg when not optimizing.
20911         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
20912         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
20913         REG_CFA_SET_VDRAP note.
20914
20915 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
20916
20917         PR tree-optimization/43236
20918         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
20919         error in calculation of base address in reverse iteration case.
20920         (generate_builtin): Take number of latch executions if the statement
20921         is in the latch.
20922
20923 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
20924
20925         PR middle-end/42859
20926         * tree-eh.c: Include pointer-set.h.
20927         (lower_eh_dispatch): Filter out duplicate case labels and
20928         remove the unneeded edge when the label is unused.  Return
20929         true when some edges are removed.
20930         (execute_lower_eh_dispatch): When any lowering resulted in
20931         removing an edge, also delete unreachable blocks.
20932
20933 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
20934
20935         PR bootstrap/43287
20936         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
20937         UNSPEC_MACHOPIC_OFFSET.
20938
20939 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
20940
20941         PR target/43294
20942         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
20943         (m68k_delegitimize_address): New function.
20944
20945 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
20946
20947         PR debug/43299
20948         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
20949
20950         PR debug/43299
20951         * var-tracking.c (adjust_sets): New function.
20952         (count_with_sets, add_with_sets): Use it.
20953         (get_adjusted_src): New inline function.
20954         (add_stores): Use it.
20955
20956         PR debug/43304
20957         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
20958         call cselib_dummy_expand_value_rtx_cb instead of
20959         cselib_expand_value_rtx_cb.
20960
20961         PR debug/43293
20962         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
20963         * config/i386/i386.c: Include debug.h and dwarf2out.h.
20964         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
20965         and .cfi_endproc around the pic thunks.
20966         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
20967         all queued unwind info register saves are saved before the call.
20968         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
20969         considered as sp-=4 for unwind info and the pop as sp+=4 which
20970         also clobbers dest, but doesn't actually restore it.
20971
20972         PR debug/43290
20973         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
20974         RTX_FRAME_RELATED_P.
20975
20976 2010-03-09  Jie Zhang  <jie@codesourcery.com>
20977
20978         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
20979         whitespaces in output template.
20980
20981 2010-03-09  Jie Zhang  <jie@codesourcery.com>
20982
20983         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
20984         out array boundary.
20985
20986 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
20987
20988         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
20989         builtins.exp in a separate job.
20990
20991 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20992
20993         * graphite-sese-to-poly.c (add_param_constraints): Use
20994         lower_bound_in_type and upper_bound_in_type.
20995
20996 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20997
20998         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
20999         instead of unsigned_type_node.
21000
21001 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21002             Reza Yazdani  <reza.yazdani@amd.com>
21003
21004         PR middle-end/43065
21005         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
21006         on pointer type parameters.
21007
21008 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
21009
21010         PR middle-end/42644
21011         PR middle-end/42130
21012         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
21013         handle conversions from pointer to integers.
21014         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
21015         induction variable, to be able to work with code generated by CLooG.
21016         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
21017         (build_poly_scop): Bail out if we cannot codegen a loop.
21018
21019 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
21020
21021         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
21022         code generation with gloog_error.
21023
21024 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21025
21026         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
21027         Call fold_convert on all the returned values.
21028         (expand_scalar_variables_expr): Pass to
21029         expand_scalar_variables_ssa_name the type of the resulting expression.
21030
21031 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21032
21033         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
21034         ppl_min_for_le_pointset.
21035         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
21036         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
21037
21038 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21039
21040         * graphite-dependences.c (map_into_dep_poly): Removed.
21041         (dependence_polyhedron_1): Use combine_context_id_scat.
21042
21043 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21044
21045         * graphite-poly.h (struct poly_scattering): Add layout documentation.
21046         (struct poly_bb): Same.
21047         (combine_context_id_scat): New.
21048
21049 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21050
21051         PR middle-end/42326
21052         * sese.c (name_defined_in_loop_p): Return false for default
21053         definitions.
21054
21055 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21056
21057         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
21058         and clean up the logic.
21059
21060 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21061
21062         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
21063         early return.
21064
21065 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
21066
21067         * var-tracking.c (remove_cselib_value_chains): Define only for
21068         ENABLE_CHECKING.
21069         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
21070         delete_slot_part, emit_notes_for_differences_1): Don't call
21071         remove_cselib_value_chains here.
21072         (set_slot_part, emit_notes_for_differences_2): Don't call
21073         add_cselib_value_chains here.
21074         (preserved_values): New vector.
21075         (preserve_value): New function.
21076         (add_uses, add_stores, vt_add_function_parameters): Use it
21077         instead of cselib_preserve_value.
21078         (changed_values_stack): New vector.
21079         (check_changed_vars_0): New function.
21080         (check_changed_vars_1, check_changed_vars_2): Use it.
21081         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
21082         changed_values_stack VALUEs.
21083         (vt_emit_notes): For all preserved_values call
21084         add_cselib_value_chains.  If ENABLE_CHECKING call
21085         remove_cselib_value_chains before verifying value_chains is empty.
21086         Initialize and free changed_values_stack.
21087         (vt_initialize): Initialize preserved_values.
21088         (vt_finalize): Free preserved_values.
21089
21090 2010-03-08  Richard Guenther  <rguenther@suse.de>
21091
21092         PR tree-optimization/43269
21093         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
21094         region detection.
21095
21096 2010-03-08  Martin Jambor  <mjambor@suse.cz>
21097
21098         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
21099         (ipa_is_param_called): Removed.
21100         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
21101         (ipa_print_node_params): Do not print the called flag.
21102         (ipa_write_node_info): Do not stream the called flag.
21103         (ipa_read_node_info): Likewise.
21104
21105 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
21106
21107         PR debug/43176
21108         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
21109         * cselib.c (struct expand_value_data): Add dummy field.
21110         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
21111         dummy to false.
21112         (cselib_dummy_expand_value_rtx_cb): New function.
21113         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
21114         any rtl.
21115         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
21116         * var-tracking.c: Include pointer-set.h.
21117         (variable): Change n_var_parts to char from int.  Add
21118         cur_loc_changed and in_changed_variables fields.
21119         (variable_canonicalize): Remove.
21120         (shared_var_p): New inline function.
21121         (unshare_variable): Maintain cur_loc_changed and
21122         in_changed_variables fields.  If var was in changed_variables,
21123         replace it there with new_var.  Just copy cur_loc instead of
21124         resetting it to something else.
21125         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
21126         (dataflow_set_union): Don't call variable_canonicalize.
21127         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
21128         of their DEBUG_EXPR_TREE_DECLs.
21129         (canonicalize_loc_order_check): Verify that cur_loc is NULL
21130         and in_changed_variables and cur_loc_changed is false.
21131         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
21132         and cur_loc_changed.  Don't update cur_loc here.
21133         (variable_merge_over_src): Don't call variable_canonicalize.
21134         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
21135         removing loc that is equal to cur_loc, clear cur_loc,
21136         set cur_loc_changed and ensure variable_was_changed is called.
21137         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
21138         compare pointers in cur_loc check, if it is equal to loc,
21139         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
21140         (variable_different_p): Remove compare_current_location argument,
21141         don't compare cur_loc.
21142         (dataflow_set_different_1): Adjust variable_different_p caller.
21143         (variable_was_changed): If dv had some var in changed_variables
21144         already, reset in_changed_variables flag for it and propagate
21145         cur_loc_changed over to the new variable.  On empty var
21146         always set cur_loc_changed.  Set in_changed_variables on whatever
21147         var is added to changed_variables.
21148         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
21149         Use shared_var_p.  When removing loc that is equal to cur_loc,
21150         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
21151         end, don't set it to something else, just call variable_was_changed.
21152         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
21153         loc being removed, clear cur_loc and set cur_loc_changed.
21154         Set cur_loc_changed if all locations have been removed.
21155         (struct expand_loc_callback_data): New type.
21156         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
21157         allocated.  Always create SUBREGs if simplify_subreg failed.
21158         Prefer to use cur_loc, when that fails and still in
21159         changed_variables (and seen first time) recompute it.  Set
21160         cur_loc_changed of variables which had to change cur_loc and
21161         compute elcd->cur_loc_changed if any of the subexpressions used
21162         had to change cur_loc.
21163         (vt_expand_loc): Adjust to pass arguments in
21164         expand_loc_callback_data structure.
21165         (vt_expand_loc_dummy): New function.
21166         (emitted_notes): New variable.
21167         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
21168         that weren't used for any other decl in current
21169         emit_notes_for_changes call call vt_expand_loc_dummy to update
21170         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
21171         first loc_chain location if NULL before.  Always use just
21172         cur_loc instead of first loc_chain location.  When cur_loc_changed
21173         is false, when not --enable-checking=rtl just don't emit any note.
21174         When rtl checking, compute the note and assert it is the same
21175         as previous note.  Clear cur_loc_changed and in_changed_variables
21176         at the end before removing from changed_variables.
21177         (check_changed_vars_3): New function.
21178         (emit_notes_for_changes): Traverse changed_vars to call
21179         check_changed_vars_3 on each changed var.
21180         (emit_notes_for_differences_1): Clear cur_loc_changed and
21181         in_changed_variables.  Recompute cur_loc of new_var.
21182         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
21183         (vt_emit_notes): Initialize and destroy emitted_notes.
21184
21185 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
21186
21187         PR rtl-optimization/42220
21188         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
21189         Use verify_reg_tracked to determine if we should use OP_OUT rather
21190         than OP_INOUT.
21191         (build_def_use): If we see an in-out operand for a register that we
21192         know nothing about, treat is an output if possible, fail the block if
21193         not.
21194
21195 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21196
21197         PR debug/42897
21198         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
21199         permanently.
21200
21201 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21202
21203         PR debug/42897
21204         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
21205         uses of relevant DEFs that are dead outside the loop too.
21206
21207 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21208
21209         * var-tracking.c (dataflow_set_merge): Swap src and src2.
21210         Reverted:
21211         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
21212         PR debug/41371
21213         * var-tracking.c (values_to_unmark): New variable.
21214         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
21215         values_to_unmark vector.  Moved body to...
21216         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
21217         instead queue it into values_to_unmark vector.
21218         (vt_find_locations): Free values_to_unmark vector.
21219
21220 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
21221
21222         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
21223         (site.exp): Export them when plugins are enabled.
21224
21225 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
21226
21227         PR middle-end/42326
21228         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
21229         that contain scevs.
21230         (chrec_fold_multiply): Same.
21231
21232 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
21233
21234         PR c/43248
21235         * c-decl.c (build_compound_literal): Return early if init is
21236         an error_mark_node.
21237
21238 2010-03-04  Martin Jambor  <mjambor@suse.cz>
21239
21240         PR tree-optimization/43164
21241         PR tree-optimization/43191
21242         * tree-sra.c (type_consists_of_records_p): Reject records with
21243         zero-size bit-fields at the end.
21244
21245 2010-03-04  Mike Stump  <mikestump@comcast.net>
21246
21247         * Makefile.in (TAGS): Remove *.y.
21248
21249 2010-03-04  Richard Guenther  <rguenther@suse.de>
21250
21251         PR tree-optimization/40761
21252         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
21253         in reverse order.
21254         (my_rev_post_order_compute): New function.
21255         (init_pre): Call it.
21256
21257 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
21258
21259         PR middle-end/43209
21260         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
21261         decrease the cost of an IV candidate when the cost is infinite.
21262
21263 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21264
21265         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
21266         Use '3DNow!' for the extension of that name, ensure normal space
21267         after the string.
21268         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
21269
21270 2010-03-03  Jeff Law  <law@redhat.com>
21271
21272         * PR middle-end/32693
21273         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
21274         than gen_rtx_SUBREG.
21275         (extract_bit_field_1): Likewise.
21276
21277 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
21278
21279         * doc/sourcebuild.texi (Test directives): Document that arguments
21280         include-opts and exclude-opts are now optional for dg-skip-if,
21281         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
21282
21283 2010-03-03  Jason Merrill  <jason@redhat.com>
21284
21285         PR c++/12909
21286         * cgraph.h (varpool_node): Add extra_name field.
21287         * varpool.c (varpool_extra_name_alias): New.
21288         (varpool_assemble_decl): Emit extra name aliases.
21289         (varpool_mark_needed_node): Look past an extra name alias.
21290         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
21291         * lto-streamer-in.c (lto_input_tree): Read it.
21292         * lto-streamer-out.c (output_unreferenced_globals): Write it.
21293
21294 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
21295
21296         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
21297         (sparc*-*-solaris2*): ...this.
21298
21299 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
21300
21301         PR debug/43229
21302         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
21303         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
21304         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
21305         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
21306
21307         PR debug/43237
21308         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
21309         fallthrough to default handling, just with want_address 0 instead of 2.
21310         For single element lists, add_AT_loc directly, otherwise create an
21311         artificial variable DIE and stick location list to it.
21312
21313         PR debug/43177
21314         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
21315         (VAL_EXPR_HAS_REVERSE): Define.
21316         (reverse_op): New function.
21317         (add_stores): For reversible operations add an extra MO_VAL_USE.
21318
21319 2010-03-02  Jason Merrill  <jason@redhat.com>
21320
21321         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
21322
21323 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
21324
21325         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
21326         (sparc64-*-linux*): Likewise.
21327         (sparc64-*-solaris2*): Include assembler files before linker ones.
21328         (sparc-*-solaris2*): Simplify and reorder to match previous case.
21329         * config/sparc/gas.h: Delete.
21330         * config/sparc/sol2-64.h: Add copyright notice.
21331         * config/sparc/sol2-gas-bi.h: Likewise.
21332         * config/sparc/sol2-gld.h: Likewise.
21333         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
21334         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
21335         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
21336         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
21337         (sparc_elf_asm_named_section): Rename into...
21338         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
21339
21340 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
21341
21342         * config/alpha/alpha.c (override_options): Fix -mtune error message.
21343
21344 2010-03-02  Jeff Law  <law@redhat.com>
21345
21346         PR middle-end/42431
21347         * reload1.c (rtx_p, substitute_stack): Declare.
21348         (substitute): Record addresses of changed rtxs.
21349         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
21350         Restore the original rtx when complete.
21351         (reload): Free subsitute_stack when complete.
21352
21353 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
21354
21355         * doc/gccint.texi (menu): Add Testsuites as a chapter.
21356         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
21357         new chapter.
21358         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
21359         LTO Testing, gcov Testing, profopt Testing, compat Testing,
21360         Torture Tests): Change from subsection to section.
21361
21362 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
21363             Steven Bosscher  <steven@gcc.gnu.org>
21364
21365         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
21366         instead of bb.
21367
21368 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
21369
21370         PR middle-end/42640
21371         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
21372         the assignment from the new induction variable to the assignment
21373         of the value from the original loop PHI function.
21374
21375 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
21376             Daniel Jacobowitz  <dan@codesourcery.com>
21377
21378         * doc/sourcebuild.texi (Test directives): Clarify options to
21379         dg-skip-if.
21380
21381 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21382
21383         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
21384         Disable cfi directives unless GCC and gas agree on using read-only
21385         .eh_frame sections for 64-bit.
21386         * configure: Regenerate.
21387
21388 2010-03-01  Richard Guenther  <rguenther@suse.de>
21389
21390         PR tree-optimization/43220
21391         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
21392         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
21393
21394 2010-03-01  Richard Guenther  <rguenther@suse.de>
21395             Martin Jambor  <mjambor@suse.cz>
21396
21397         PR middle-end/41250
21398         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
21399         gimplified parameters.
21400
21401 2010-03-01  Christian Bruel  <christian.bruel@st.com>
21402
21403         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
21404
21405 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
21406
21407         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
21408
21409 2010-03-01  Richard Guenther  <rguenther@suse.de>
21410
21411         PR middle-end/43213
21412         * expr.c (expand_assignment): Use the alias-oracle to tell
21413         if the rhs aliases the result decl.
21414
21415 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21416
21417         PR pch/14940
21418         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
21419         to sol_gt_pch_get_address.
21420         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
21421         64-bit, SPARC and x86.
21422         (sol_gt_pch_get_address): New function.
21423
21424 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
21425
21426         * toplev.h (inform_n, error_n): Declare.
21427         * diagnostic.c (inform_n, error_n): New function.
21428
21429 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
21430
21431         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
21432         has no rtl yet when processing local_decls, queue it and recheck
21433         if deferred stack allocation hasn't assigned it rtl.
21434
21435 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
21436
21437         * config/sh/sh.c (unspec_bbr_uid): New.
21438         (gen_block_redirect): Use it instead of INSN_UID.
21439         (gen_far_branch): Likewise.
21440
21441 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
21442
21443         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
21444         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
21445
21446 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21447
21448         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
21449         (Warning Options): -Wno-conversion-null is valid for
21450         Objective-C++ as well.
21451         * doc/tm.texi (Named Address Spaces): Likewise.
21452         * doc/plugins.texi (Plugins): Replace TABs with spaces.
21453         * doc/tree-ssa.texi (Tree SSA): Likewise.
21454
21455 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21456
21457         PR bootstrap/43202
21458         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
21459         by default.  Don't set the default arch for
21460         i[34567]86-*-darwin*|x86_64-*-darwin*.
21461
21462 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21463
21464         PR bootstrap/43202
21465         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
21466         default.  Set the default 32bit/64bit archs with $with_arch
21467         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
21468
21469 2010-02-27  Richard Guenther  <rguenther@suse.de>
21470
21471         PR tree-optimization/43186
21472         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
21473         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
21474         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
21475         unroller iterations.
21476
21477 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21478
21479         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
21480         required and i[34567]86-*-* targets don't support 64bit ISA.
21481
21482 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
21483
21484         PR ada/43096
21485         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
21486         the same alias set.
21487
21488 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
21489
21490         * config.gcc: Set the default arch at least to Prescott for
21491         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
21492         if SSE math is enabled.
21493
21494 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21495
21496         * diagnostic.c (diagnostic_initialize): Update.
21497         (diagnostic_report_diagnostic): Test inhibit_notes_p for
21498         informative notes.
21499         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
21500         (diagnostic_inhibit_notes): New.
21501         * toplev.c (process_options): inhibit notes with -fcompare-debug.
21502
21503 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21504
21505         PR c/20631
21506         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
21507         * doc/standards.texi: Likewise.
21508         * doc/extend.texi: Likewise.
21509         * doc/trouble.texi: Likewise.
21510         * doc/cppopts.texi: Likewise.
21511         * doc/install.texi: Likewise.
21512         * c.opt (std=c90,std=gnu90): New options.
21513         * c-opts.c (c_common_handle_option): Handle them.
21514
21515 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21516
21517         PR c/24577
21518         * c-decl.c (undeclared_variable): Use an informative note.
21519
21520 2010-02-26  Richard Guenther  <rguenther@suse.de>
21521
21522         PR tree-optimization/43186
21523         * gimple.h (gimple_fold): Remove.
21524         * gimple.c (gimple_fold): Remove.  Inline into single user ...
21525         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
21526         Try harder for conditions.
21527
21528 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
21529
21530         PR debug/43190
21531         * function.c (used_types_insert): Don't skip through named pointer
21532         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
21533         and it is different from the main variant's type.
21534
21535 2010-02-26  Nick Clifton  <nickc@redhat.com>
21536
21537         * config/rx/rx.md (sminsi3): Remove bogus alternative.
21538
21539 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
21540
21541         * config.gcc: Support --with-fpmath=sse for x86.
21542
21543         * config/i386/ssemath.h: New.
21544
21545         * doc/install.texi (--with-fpmath=sse): Documented.
21546
21547 2010-02-26  Richard Guenther  <rguenther@suse.de>
21548
21549         PR tree-optimization/43188
21550         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
21551         vector types of over-aligned element type.
21552
21553 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
21554
21555         PR target/43175
21556         * config/i386/i386.c (expand_vec_perm_blend): Use correct
21557         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
21558
21559 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
21560
21561         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
21562
21563 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
21564
21565         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
21566         * var-tracking.c: Include diagnostic.h.
21567         (debug_dv): New function.
21568         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
21569
21570         PR debug/43160
21571         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
21572         (add_value_chain, add_value_chains, remove_value_chain,
21573         remove_value_chains): Handle DEBUG_EXPRs.
21574         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
21575
21576         PR debug/43161
21577         * regcprop.c (struct queued_debug_insn_change): New type.
21578         (struct value_data_entry): Add debug_insn_changes field.
21579         (struct value_data): Add n_debug_insn_changes field.
21580         (debug_insn_changes_pool): New variable.
21581         (free_debug_insn_changes, apply_debug_insn_changes,
21582         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
21583         (kill_value_one_regno): Call free_debug_insn_changes if needed.
21584         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
21585         fields.
21586         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
21587         changes for them.
21588         (copyprop_hardreg_forward_1): Don't call apply_change_group for
21589         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
21590         changes, call cprop_find_used_regs via note_stores.
21591         (copyprop_hardreg_forward): When copying vd from predecessor
21592         which has any queued DEBUG_INSN changes, make sure the pointers are
21593         cleared.  At the end call df_analyze and then if there are any
21594         DEBUG_INSN changes queued at the end of some basic block for still
21595         live registers, apply them.
21596         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
21597
21598 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
21599
21600         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
21601         (arm*-*-*): Ditto.
21602
21603 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
21604
21605         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
21606         targets.  Set the default with_cpu/with_arch from arch/cpu.
21607         Allow x86-64 and native for with_cpu/with_arch.
21608
21609 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
21610
21611         * ebitmap.c: Change calls to verify_popcount with calls to
21612         sbitmap_verify_popcount.
21613         (ebitmap_clear_bit): Fixed map->cacheindex test and
21614         map>cache update when bit clearing results in an empty
21615         element.
21616
21617 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
21618
21619         PR target/43154
21620         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
21621         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
21622         and support both V2DF and V2DI modes.
21623         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
21624         support both V2DF and V2DI modes.
21625         (general): Delete trailing whitespace from a few patterns.
21626
21627         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21628         V2DF/V2DI interleave high/low builtins.
21629
21630         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
21631         new VSX builtins.
21632
21633         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
21634         interleave high/low functions.
21635
21636 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
21637
21638         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
21639         #pragma extern_prefix.
21640
21641 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
21642
21643         PR debug/43166
21644         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
21645         BLKmode, assert op0 is a MEM and just adjust its mode.
21646
21647         PR debug/43165
21648         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
21649         if bitpos isn't multiple of mode's bitsize.
21650
21651 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21652
21653         * c.opt (-ftemplate-depth=): New.
21654         (-ftemplate-depth-): Deprecate.
21655         * optc-gen.awk: Handle -ftemplate-depth=.
21656         * opth-gen.awk: Likewise.
21657         * c-opts.c (c_common_handle_option): Likewise.
21658         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
21659
21660 2010-02-24  Jason Merrill  <jason@redhat.com>
21661
21662         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
21663
21664 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21665
21666         * cfg.c (alloc_aux_for_block): Remove inline.
21667         (alloc_aux_for_edge): Likewise.
21668
21669 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21670
21671         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
21672
21673 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21674
21675         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
21676         * config/i386/sol2-gas.h: New file.
21677         * config.gcc (i[34567]86-*-solaris2*): Use it.
21678
21679 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21680
21681         PR c/43128
21682         * c-typeck.c (ep_convert_and_check): New.
21683         (build_conditional_expr): Use it.
21684         (build_binary_op): Likewise.
21685
21686 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
21687
21688         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
21689
21690         PR debug/43150
21691         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
21692         bounds even for -O+.
21693         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
21694         expr needs to have DECL_NAME set.
21695
21696 2010-02-24  Nick Clifton  <nickc@redhat.com>
21697
21698         * config/mep/mep.c: Include gimple.h.
21699         (mep_function_uses_sp): Delete unused function.
21700         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
21701         parameters.  Use unsigned integers to count args.  Return a
21702         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
21703
21704 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
21705
21706         PR target/43107
21707         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
21708         greater or equal to nelt instead of 2 * nelt.
21709         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
21710         with nelt - 1.
21711
21712 2010-02-23  Jason Merrill  <jason@redhat.com>
21713
21714         PR debug/42800
21715         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
21716         in cfun->local_decls even if they have register types.
21717
21718         PR c++/42837
21719         * stor-layout.c (place_field): Don't warn about unnecessary
21720         DECL_PACKED if the type is packed.
21721
21722 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
21723
21724         PR target/43139
21725         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
21726         GOTOFF relocs, even when the base reg isn't pic pointer.
21727
21728 2010-02-23  Michael Matz  <matz@suse.de>
21729
21730         PR debug/43077
21731         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
21732         (expand_gimple_basic_block): Generate and use debug temps if there
21733         are debug uses left after the last real use of TERed ssa names.
21734         Unlink debug immediate uses when they are expanded.
21735
21736 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21737
21738         PR 43123
21739         * config/i386/i386.c (override_options): Reorganise to provide
21740         better error messages.
21741
21742 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
21743
21744         PR middle-end/43083
21745         * graphite-scop-detection.c (create_single_exit_edge): Move
21746         the call to find_single_exit_edge to....
21747         (create_sese_edges): ...here.  Don't handle multiple edges
21748         exiting the function.
21749         (build_graphite_scops): Don't handle multiple edges
21750         exiting the function.
21751
21752 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
21753
21754         PR middle-end/43097
21755         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
21756         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
21757
21758 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
21759
21760         PR middle-end/43026
21761         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
21762
21763 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21764
21765         PR c++/43126
21766         * c-typeck.c (convert_arguments): Print declaration location.
21767         * c-common.c (validate_nargs): Rename as
21768         builtin_function_validate_nargs.
21769         (check_builtin_function_arguments): Update.
21770
21771 2010-02-22  Richard Guenther  <rguenther@suse.de>
21772
21773         PR lto/43045
21774         * tree-inline.c (declare_return_variable): Use the type of
21775         the call stmt lhs if available.
21776
21777 2010-02-22  Duncan Sands  <baldrick@free.fr>
21778
21779         * passes.c (register_pass): Always consider all pass lists when
21780         ref_pass_instance_number is zero.
21781
21782 2010-02-22  Richard Guenther  <rguenther@suse.de>
21783
21784         PR tree-optimization/42749
21785         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
21786         parameter.  Do arithmetic in the original type.
21787         (update_accumulator_with_ops): Likewise.
21788         (adjust_accumulator_values): Adjust.
21789
21790 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21791
21792         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
21793         (QI to BLKmode splitter): New splitter.
21794
21795 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
21796
21797         * config/i386/i386.c (initial_ix86_tune_features): Turn on
21798         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
21799
21800 2010-02-22  Richard Guenther  <rguenther@suse.de>
21801
21802         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
21803
21804 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
21805
21806         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
21807         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
21808         ($(T)crti.o, $(T)crtn.o): Remove rules.
21809
21810 2010-02-21  Tobias Burnus  <burnus@net-b.de>
21811
21812         PR fortran/35259
21813         * doc/invoke.texi (-fassociative-math): Document that this
21814         option is automatically enabled for Fortran.
21815
21816 2010-02-20  David S. Miller  <davem@davemloft.net>
21817
21818         * configure.ac: Test if linker and assembler properly support
21819         GOTDATA_OP relocations.
21820         * configure: Rebuild.
21821         * config.in: Likewise.
21822         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
21823         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
21824         (movsi_high_pic): Likewise.
21825         (movdi_lo_sum_pic): Likewise.
21826         (movdi_high_pic): Likewise.
21827         (movsi_pic_gotdata_op): New pattern.
21828         (movdi_pic_gotdata_op): Likewise.
21829         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
21830         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
21831
21832 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
21833
21834         PR target/43067
21835         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
21836         attribute to ssemul.
21837         (xop_mulv2div2di3_high): Ditto.
21838
21839 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21840
21841         PR c++/35669
21842         * c.opt (Wconversion-null): New option.
21843         * doc/invoke.texi (Wconversion-null): Document.
21844
21845 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21846
21847         * common.opt (Wlarger-than-): Add Undocumented.
21848
21849 2010-02-19  Mike Stump  <mikestump@comcast.net>
21850
21851         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
21852
21853 2010-02-19  Jason Merrill  <jason@redhat.com>
21854
21855         PR target/40332
21856         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
21857         * configure: Likewise.
21858
21859 2010-02-20  Alan Modra  <amodra@gmail.com>
21860
21861         PR middle-end/42344
21862         * cgraph.h (cgraph_make_decl_local): Declare.
21863         * cgraph.c (cgraph_make_decl_local): New function.
21864         (cgraph_make_node_local): Use it.
21865         * cgraphunit.c (cgraph_function_versioning): Likewise.
21866         * ipa.c (function_and_variable_visibility): Likewise.
21867
21868 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21869
21870         PR bootstrap/43121
21871         * except.c (sjlj_emit_function_enter): Don't call
21872         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
21873         directly.
21874         * rtl.h (add_reg_br_prob_note): Remove prototype.
21875
21876 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21877
21878         PR 41779
21879         * c-common.c (conversion_warning): Remove widening conversions
21880         before checking the conversion of integers to reals.
21881
21882 2010-02-19  Mike Stump  <mikestump@comcast.net>
21883
21884         PR middle-end/43125
21885         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
21886
21887         PR objc/43061
21888         * cgraphunit.c (process_function_and_variable_attributes): Check
21889         DECL_PRESERVE_P instead of looking up attribute "used".
21890         * ipa-pure-const.c (check_decl): Likewise.
21891         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
21892         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
21893         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
21894         instead of attribute "used".
21895         * config/sol2-c.c (solaris_pragma_init): Likewise.
21896         (solaris_pragma_fini): Likewise.
21897
21898 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21899
21900         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
21901         Use XCNEW instead of xcalloc.
21902         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
21903         XNEW instead of xmalloc.
21904         (get_fields): Use XNEWVEC instead of xmalloc.
21905
21906         PR debug/43084
21907         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
21908         populate vars array.
21909         (create_new_general_access): For debug stmts just reset value.
21910         (get_stmt_accesses): For accesses within debug stmts just record them
21911         using add_access_to_acc_sites instead of preventing the peeling or
21912         counting them as accesses.
21913
21914         PR middle-end/42233
21915         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
21916
21917 2010-02-19  Richard Guenther  <rguenther@suse.de>
21918
21919         PR tree-optimization/42916
21920         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
21921         instructions.
21922
21923 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
21924
21925         * configure.ac: Replace all uses of changequote in macro arguments
21926         with proper quoting.
21927
21928 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21929
21930         PR middle-end/42233
21931         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
21932
21933 2010-02-19  Richard Guenther  <rguenther@suse.de>
21934
21935         PR tree-optimization/42944
21936         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
21937         test for aliasing with errno.
21938
21939 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21940
21941         PR middle-end/42233
21942         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
21943         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
21944         * dojump.c: Include output.h.
21945         (inv): New inline function.
21946         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
21947         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
21948         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
21949         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
21950         argument, pass it down to other calls.
21951         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
21952         add REG_BR_PROB note to the conditional jump.
21953         * cfgexpand.c (add_reg_br_prob_note): Removed.
21954         (expand_gimple_cond): Don't call it, add the probability
21955         as last argument to jumpif_1/jumpifnot_1.
21956         * Makefile.in (dojump.o): Depend on output.h.
21957         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
21958         callers.
21959         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
21960         * stmt.c (do_jump_if_equal): Likewise.
21961         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
21962         * loop-unswitch.c (compare_and_jump_seq): Likewise.
21963         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
21964         Likewise.
21965         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
21966         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
21967         jumpifnot_1 callers.
21968         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
21969         callers.
21970         (store_expr): Adjust jumpifnot caller.
21971         (store_constructor): Adjust jumpif caller.
21972
21973         PR middle-end/42233
21974         * gimplify.c (gimple_boolify): For __builtin_expect call
21975         gimple_boolify also on its first argument.
21976
21977 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
21978
21979         * configure.ac (gnu-unique-object): Wrap regexps using [] in
21980         changequote block.
21981         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
21982         * configure: Regenerated.
21983
21984 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21985
21986         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
21987         lang_hooks.types_compatible_p instead of comptypes.
21988
21989 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
21990
21991         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
21992         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
21993         if __prefer_thumb__ is defined.
21994
21995 2010-02-18  Martin Jambor  <mjambor@suse.cz>
21996
21997         PR tree-optimization/43066
21998         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
21999         array with zero-sized element type.
22000
22001 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
22002
22003         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
22004         rtx, allocate struct var_loc_node here and return it to the
22005         caller, and only if it is actually needed.
22006         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
22007         move it earlier and return immediately if it returns NULL.
22008
22009 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
22010
22011         * config/sparc/gas.h: New file.  Restore
22012         TARGET_ASM_NAMED_SECTION to its ELF default.
22013         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
22014         check !HAVE_GNU_AS.
22015         * config/sparc/sparc.c (sparc_elf_asm_named_section):
22016         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
22017         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
22018         after sparc/sysv4.h.
22019
22020 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
22021
22022         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
22023
22024 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
22025
22026         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
22027         patterns from predicated pattern.
22028
22029 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
22030
22031         PR target/43103
22032         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
22033         for insn mnemonic suffix.
22034
22035 2010-02-17  Richard Guenther  <rguenther@suse.de>
22036
22037         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
22038         to loop PHI nodes.
22039
22040 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
22041
22042         PR debug/42918
22043         * caller-save.c (save_call_clobbered_regs): If BB ends with
22044         a DEBUG_INSN, move any notes in between last real insn and the last
22045         DEBUG_INSN after the last DEBUG_INSN.
22046
22047 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
22048
22049         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
22050         Fix return type.  Fix argument type.  Explain meaning of return value.
22051
22052 2010-02-16  Richard Guenther  <rguenther@suse.de>
22053
22054         PR tree-optimization/41043
22055         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
22056         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
22057         statements ...
22058         (vrp_visit_phi_node): ... but only for loop PHI nodes.
22059
22060 2010-02-16  Ira Rosen  <irar@il.ibm.com>
22061
22062         PR tree-optimization/43074
22063         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
22064         * tree-vect-loop.c (vect_analyze_loop_operations): Add
22065         vectorizable cycles in hybrid SLP check.
22066         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
22067
22068 2010-02-16  Richard Guenther  <rguenther@suse.de>
22069
22070         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
22071         (true_dependence): If memrefs_conflict_p computes must-alias
22072         trust it.  Move TBAA check after offset-based disambiguation.
22073         (canon_true_dependence): Likewise.
22074
22075 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
22076
22077         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
22078         * doc/invoke.texi: Document it.
22079         * var-tracking.c: Include toplev.h and params.h.
22080         (vt_find_locations): Return bool indicating success.  Compute
22081         hash sizes unconditionally.  Check new parameter, report.
22082         (variable_tracking_main_1): Check vt_find_locations results and
22083         retry.  Renamed from...
22084         (variable_tracking_main): ... this.  New wrapper to preserve
22085         flag_var_tracking_assignments.
22086         * Makefile.in (var-tracking.o): Adjust dependencies.
22087
22088 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
22089             Jakub Jelinek  <jakub@redhat.com>
22090
22091         PR target/42854
22092         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
22093         if weak_import attribute is present.
22094         * config/darwin.c (machopic_select_section): Likewise.
22095
22096 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
22097
22098         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
22099         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
22100         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
22101         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
22102
22103         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
22104         types.
22105
22106         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
22107         Fix argument types.
22108
22109         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
22110         Rewrite text to refer to the names.
22111
22112 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
22113
22114         * config/i386/i386-builtin-types.def
22115         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
22116         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
22117         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
22118         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
22119         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
22120         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
22121         IX86_BUILTIN_VPERMIL2PS256.
22122         (MULTI_ARG_4_DF2_DI_I): Defined.
22123         (MULTI_ARG_4_DF2_DI_I1): Defined.
22124         (MULTI_ARG_4_SF2_SI_I): Defined.
22125         (MULTI_ARG_4_SF2_SI_I1): Defined.
22126         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
22127         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
22128         __builtin_ia32_vpermil2ps256.
22129         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22130         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22131         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
22132         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22133         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22134         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
22135         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
22136         CODE_FOR_xop_vpermil2v8sf3.
22137         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
22138         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
22139         * config/i386/xopintrin.h (_mm_permute2_pd): New.
22140         (_mm256_permute2_pd): New.
22141         (_mm_permute2_ps): New.
22142         (_mm256_permute2_ps): New.
22143
22144 2010-02-15  Nick Clifton  <nickc@redhat.com>
22145
22146         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
22147         boolean parameters.  Use emit_jump_insn when emitting a pop
22148         instruction containing a return insn.
22149         (push): Use 'true' rather than '1' as second parameter to F.
22150         (h8300_expand_prologue): Likewise.
22151         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
22152         (h8300_expand_epilogue): Likewise.
22153
22154 2010-02-15  Richard Guenther  <rguenther@suse.de>
22155
22156         PR middle-end/43068
22157         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
22158         if that is zero.
22159
22160 2010-02-15  Nick Clifton  <nickc@redhat.com>
22161
22162         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
22163         delta.
22164
22165 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
22166
22167         * intl.c (fake_ngettext): New function.
22168         * intl.h (fake_ngettext): Declare.
22169         (ngettext): Define macro.
22170         * collect2.c (notice_translated): New function.
22171         (main): Use notice_translated and ngettext.
22172         * collect2.h (notice_translated): Declare.
22173
22174 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
22175
22176         * reorg.c (delete_computation): Comment fixes.
22177         * caller-save.c (setup_save_areas): Idem.
22178         * sel-sched-dump.c (dump_lv_set): Idem.
22179         * rtl.def: Idem.
22180
22181 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22182
22183         * config/s390/s390.c (s390_sched_init): New function.
22184         (TARGET_SCHED_INIT): Target hook defined.
22185
22186 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
22187             Jack Howarth  <howarth@bromo.med.uc.edu>
22188             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
22189
22190         PR target/42982
22191         Partial revert of unintended change in fix for PR41605.
22192         * config/darwin.h: Fix typo.
22193         * config/darwin9.h: Same.
22194
22195 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
22196
22197         * c-pch.c (pch_init): Clear v.
22198
22199 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22200
22201         PR middle-end/42930
22202         * graphite-scop-detection.c (graphite_can_represent_scev): Call
22203         graphite_can_represent_init for MULT_EXPR.
22204
22205 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22206
22207         PR middle-end/42914
22208         PR middle-end/42530
22209         * graphite-sese-to-poly.c (remove_phi): New.
22210         (translate_scalar_reduction_to_array): Call remove_phi.
22211
22212 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22213
22214         PR middle-end/42771
22215         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
22216         * graphite-clast-to-gimple.h (gloog): Update declaration.
22217         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
22218         * graphite-poly.h (struct poly_bb): Add missing comments.
22219         (struct scop): Add poly_scop_p field.
22220         (POLY_SCOP_P): New.
22221         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
22222         * graphite.c (graphite_transform_loops): Build the polyhedral
22223         representation for each scop before code generation.
22224         * sese.c (rename_variables_in_operand): Removed.
22225         (rename_variables_in_expr): Return the renamed expression.
22226         (rename_sese_parameters): New.
22227         * sese.h (rename_sese_parameters): Declared.
22228
22229 2010-02-11  Richard Guenther  <rguenther@suse.de>
22230
22231         PR tree-optimization/42998
22232         * tree-ssa-pre.c (create_expression_by_pieces): Treat
22233         POINTER_PLUS_EXPR properly.
22234
22235 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22236             Changpeng Fang  <changpeng.fang@amd.com>
22237
22238         PR middle-end/40886
22239         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
22240         the cost of an IV candidate when the IV is used in a test against zero.
22241
22242         * gcc.dg/tree-ssa/ivopts-3.c: New.
22243
22244 2010-02-11  Richard Guenther  <rguenther@suse.de>
22245
22246         PR lto/41664
22247         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
22248         pointer-vs-decl case by swapping refs.  Handle some cases
22249         of pointer-vs-decl disambiguations more conservatively.
22250         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
22251         to false after expanding.
22252
22253 2010-02-11  Richard Guenther  <rguenther@suse.de>
22254
22255         PR driver/43021
22256         * gcc.c (process_command): Handle LTO file@offset case more
22257         appropriately.
22258
22259 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
22260
22261         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
22262         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
22263         of DEBUG_INSNs.
22264         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
22265
22266         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
22267         if MEM's mode size isn't DWARF2_ADDR_SIZE.
22268         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
22269         Optimize eq/ne comparisons when both arguments are known to be
22270         zero-extended.
22271         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
22272         Don't mask operands unnecessarily if they are known to be already
22273         zero-extended.
22274
22275 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
22276
22277         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
22278         instead of loop.
22279
22280 2010-02-10  Richard Guenther  <rguenther@suse.de>
22281
22282         PR tree-optimization/43017
22283         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
22284         for wrapping signed arithmetic.
22285
22286 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
22287
22288         PR debug/43010
22289         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
22290         if no debug info should be emitted for it.
22291
22292 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
22293
22294         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
22295         note when flag_exceptions is set.
22296
22297 2010-02-10  Duncan Sands  <baldrick@free.fr>
22298
22299         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
22300
22301 2010-02-10  Richard Guenther  <rguenther@suse.de>
22302
22303         PR c/43007
22304         * tree.c (get_unwidened): Handle constants.
22305         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
22306
22307 2010-02-10  Martin Jambor  <mjambor@suse.cz>
22308
22309         PR lto/42985
22310         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
22311         check for variable argument counts independently.
22312
22313 2010-02-10  Christian Bruel  <christian.bruel@st.com>
22314
22315         PR target/42841
22316         * config/sh/sh.c (find_barrier): Increase length for non delayed
22317         conditional branches.
22318
22319 2010-02-10  Christian Bruel  <christian.bruel@st.com>
22320
22321         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
22322
22323 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
22324
22325         * builtins.c (set_builtin_user_assembler_name): Also handle
22326         ffs if int is smaller than word.
22327
22328 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
22329
22330         PR middle-end/42973
22331         * ira-conflicts.c (get_dup): Remove.
22332         (process_reg_shuffles): Add new parameter.  Use it as an
22333         additional guard for copy generation.
22334         (add_insn_allocno_copies): Rewrite.
22335
22336 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
22337
22338         * common.opt (fsched2-use-traces): Preserved for backward
22339         compatibility.
22340         * doc/invoke.texi: Remove the documentation about option
22341         -fsched2-use-traces.
22342         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
22343         flag_sched2_use_traces.
22344         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
22345         the backward compatibility flag section.
22346
22347 2010-02-09  Richard Guenther  <rguenther@suse.de>
22348
22349         PR tree-optimization/43008
22350         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
22351         make HEAP variables initialized from global memory if they
22352         are not known builtin functions.
22353         (find_func_aliases): Adjust.
22354
22355 2010-02-09  Richard Guenther  <rguenther@suse.de>
22356
22357         PR tree-optimization/43000
22358         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
22359         arithmetic manually.
22360
22361 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
22362
22363         PR tree-optimization/42931
22364         * tree-loop-linear.c (try_interchange_loops): Don't call
22365         double_int_mul if estimated_loop_iterations failed.
22366
22367 2010-02-08  Martin Jambor  <mjambor@suse.cz>
22368
22369         PR middle-end/42898
22370         * tree-sra.c (build_accesses_from_assign): Do not mark in
22371         should_scalarize_away_bitmap if stmt has volatile ops.
22372         (sra_modify_assign): Do not process assigns piecemeal if if stmt
22373         has volatile ops.
22374
22375 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
22376
22377         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
22378
22379 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
22380
22381         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
22382         before the pattern.
22383
22384 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
22385
22386         PR middle-end/42946
22387         * df-core.c (df_finish_pass): Change type of saved_flags to int.
22388
22389 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
22390
22391         PR middle-end/42988
22392         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
22393         to unknown_dependence.
22394         (graphite_legal_transform_dr): Handle the unknown_dependence.
22395         (graphite_carried_dependence_level_k): Same.
22396
22397 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
22398
22399         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
22400
22401 2010-02-07  Richard Guenther  <rguenther@suse.de>
22402
22403         PR middle-end/42991
22404         * expr.c (get_inner_reference): Always initialize *pbitsize.
22405
22406 2010-02-07  Richard Guenther  <rguenther@suse.de>
22407
22408         PR middle-end/42956
22409         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
22410         new ARRAY_REFs on variable size element or minimal index arrays.
22411         Complete.
22412         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
22413         gimple_fold_indirect_ref.
22414
22415 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
22416
22417         PR target/42957
22418         * arm.c (arm_override_options): Just return if the user has specified
22419         an invalid fpu name.
22420
22421 2010-02-03  Jason Merrill  <jason@redhat.com>
22422
22423         PR c++/42870
22424         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
22425         i386_pe_maybe_record_exported_symbol.
22426
22427 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
22428
22429         PR target/42924
22430         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
22431         (pa_delegitimize_address): New function.
22432
22433 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
22434
22435         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
22436         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
22437
22438 2010-02-05  Richard Guenther  <rguenther@suse.de>
22439
22440         PR lto/42762
22441         * lto-streamer-in.c (get_resolution): Deal with references
22442         to undefined functions.
22443
22444 2010-02-05  Richard Guenther  <rguenther@suse.de>
22445
22446         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
22447         (fold_const_aggregate_ref): Likewise.
22448         (ccp_fold_stmt): Substitute loads.
22449         (maybe_fold_reference): Verify types before substituting.
22450         Unshare properly.
22451         (fold_gimple_assign): Unshare properly.
22452         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
22453
22454 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
22455
22456         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
22457         for rs6000_gen_cell_microcode.
22458
22459 2010-02-04  Richard Guenther  <rguenther@suse.de>
22460
22461         PR rtl-optimization/42952
22462         * dse.c (const_or_frame_p): Remove MEM handling.
22463
22464 2010-02-04  Nick Clifton  <nickc@redhat.com>
22465
22466         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
22467         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
22468         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
22469         (mn10300_asm_output_mi_thunk): New function.
22470         (mn10300_can_output_mu_thunk): New function.
22471         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
22472         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
22473         (FUNCTION_ARG): Delete incorrect comment.
22474
22475 2010-02-03  Jason Merrill  <jason@redhat.com>
22476
22477         PR c++/40138
22478         * fold-const.c (operand_equal_p): Handle erroneous types.
22479
22480 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
22481
22482         * config/h8300/h8300.md (can_delay): Fix attibute condition.
22483
22484 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
22485
22486         PR rtl-optimization/42941
22487         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
22488         of xmalloc.
22489
22490 2010-02-03  Jason Merrill  <jason@redhat.com>
22491
22492         PR c++/35652
22493         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
22494
22495 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
22496
22497         PR debug/42896
22498         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
22499         (cselib_reset_table): Renamed from...
22500         (cselib_reset_table_with_next_value): ... this.
22501         (cselib_get_next_uid): Renamed from...
22502         (cselib_get_next_unknown_value): ... this.
22503         * cselib.c (next_uid): Renamed from...
22504         (next_unknown_value): ... this.
22505         (cselib_clear_table): Adjust.
22506         (cselib_reset_table): Adjust.  Renamed from...
22507         (cselib_reset_table_with_next_value): ... this.
22508         (cselib_get_next_uid): Adjust.  Renamed from...
22509         (cselib_get_next_unknown_value): ... this.
22510         (get_value_hash): Use hash.
22511         (cselib_hash_rtx): Likewise.
22512         (new_cselib_val): Adjust.  Set and dump uid.
22513         (cselib_lookup_mem): Pass next_uid as hash.
22514         (cselib_subst_to_values): Likewise.
22515         (cselib_log_lookup): Dump uid.
22516         (cselib_lookup): Pass next_uid as hash.  Adjust.
22517         (cselib_process_insn): Adjust.
22518         (cselib_init): Initialize next_uid.
22519         (cselib_finish): Adjust.
22520         (dump_cselib_table): Likewise.
22521         * dse.c (canon_address): Dump value uid.
22522         * print-rtl.c (print_rtx): Print value uid.
22523         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
22524         (dvuid): New type.
22525         (dv_uid): New function, sort of renamed from...
22526         (dv_htab_hash): ... this, reimplemented in terms of it and...
22527         (dv_uid2hash): ... this.  New.
22528         (variable_htab_eq): Drop excess assertions.
22529         (tie_break_pointers): Removed.
22530         (canon_value_cmp): Compare uids.
22531         (variable_post_merge_New_vals): Print uids.
22532         (vt_add_function_parameters): Adjust.
22533         (vt_initialize): Reset table.  Adjust.
22534
22535 2010-02-03  Richard Guenther  <rguenther@suse.de>
22536
22537         PR tree-optimization/42944
22538         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
22539         (call_may_clobber_ref_p_1): Likewise.  Properly handle
22540         malloc and calloc clobbering errno.
22541
22542 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
22543
22544         * doc/invoke.texi: Fix name of sched1 dump.
22545
22546         * opts.c (decode_options): Set flag_tree_switch_conversion
22547         only conditionally on optimize >= 2.
22548
22549         * gcse.c: Assorted comment fixes in pass description.
22550
22551 2010-02-03  Anthony Green  <green@moxielogic.com>
22552
22553         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
22554         nop padding in order to maintain alignment of storage location of
22555         target function address.
22556         (moxie_trampoline_init): Store target function address at newly
22557         aligned location.
22558         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
22559         to 32.
22560         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
22561
22562 2010-02-03  Richard Guenther  <rguenther@suse.de>
22563
22564         PR middle-end/42927
22565         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
22566
22567 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22568
22569         * config.gcc: Reenable check for obsolete targets.
22570         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
22571         mips-sgi-irix6.[0-4]*.
22572
22573 2010-02-02  Nick Clifton  <nickc@redhat.com>
22574
22575         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
22576         constant size of 4 as being the same as 0.
22577         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
22578         can take values in the range 0..4.
22579
22580 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
22581
22582         PR java/41991
22583         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
22584         as _darwin10_Unwind_FindEnclosingFunction().
22585         * libgcc-libsystem.ver: New.
22586
22587 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
22588
22589         PR target/41399
22590         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
22591         implicitly set registers.
22592
22593 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
22594
22595         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
22596         (arm_override_options): Allow automatic selection of the thread
22597         pointer register if thumb2.
22598         (legitimize_pic_address): Improve code sequences for Thumb2.
22599         (arm_call_tls_get_addr): Likewise.
22600         (legitimize_tls_address): Likewise.
22601         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
22602         (pic_load_addr_32bit): ... this.  New named pattern.
22603         * thumb2.md (pic_load_addr_thumb2): Delete.
22604         (pic_load_dot_plus_four): Delete.
22605         (tls_load_dot_plus_four): New named pattern.
22606
22607 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22608
22609         PR libgomp/29986
22610         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
22611         Document fix for TLS bug.
22612
22613 2010-01-31  Richard Guenther  <rguenther@suse.de>
22614
22615         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
22616         conservatively correct.
22617
22618 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22619
22620         PR target/42850
22621         Revert:
22622         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22623
22624         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
22625
22626 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22627
22628         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
22629
22630 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
22631
22632         * config.gcc: Adjust order of makefile fragments for mingw targets.
22633
22634 2010-01-31  Richard Guenther  <rguenther@suse.de>
22635
22636         PR middle-end/42898
22637         * gimplify.c (gimplify_init_constructor): For volatile LHS
22638         initialize a temporary.
22639
22640 2010-01-31  Matthias Klose  <doko@ubuntu.com>
22641
22642         * configure.ac: Fix __stack_chk_fail check for cross builds configured
22643         --with-headers
22644         * configure: Regenerate.
22645
22646 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
22647
22648         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
22649         the same alias set and their sizes different constantness.
22650         (aliasing_component_refs_p): Revert 2009-10-24 change.
22651
22652 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22653
22654         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
22655         unused.
22656
22657 2010-01-29  Richard Guenther  <rguenther@suse.de>
22658
22659         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
22660         Assert we successfully updated the call.
22661
22662 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
22663
22664         PR rtl-optimization/42889
22665         * df.h (df_set_bb_dirty_nonlr): New prototype.
22666         * df-core.c (df_set_bb_dirty_nonlr): New function.
22667         * df-scan.c (df_insn_rescan): Call it instead of
22668         df_set_bb_dirty for DEBUG_INSNs.
22669
22670 2010-01-29  Richard Guenther  <rguenther@suse.de>
22671
22672         PR middle-end/37448
22673         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
22674         quadratic behavior in most cases.
22675
22676 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
22677
22678         PR target/42891
22679         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
22680         in the call to gen_x86_movsicc_0_m1.
22681
22682 2010-01-28  Richard Guenther  <rguenther@suse.de>
22683
22684         PR tree-optimization/42871
22685         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
22686
22687 2010-01-28  Richard Guenther  <rguenther@suse.de>
22688
22689         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
22690         into call arguments.
22691
22692 2010-01-28  Richard Guenther  <rguenther@suse.de>
22693
22694         PR middle-end/42883
22695         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
22696         the forwarder if the destination is an EH landing pad.
22697
22698 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
22699
22700         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
22701         block list passed to gimple_duplicate_sese_tail.
22702         (parallelize_loops): Avoid parallelization when the function
22703         has_nonlocal_label.
22704         Avoid parallelization when the preheader is IRREDUCIBLE.
22705         Try to optimize when estimated_loop_iterations_int is unresolved.
22706         Add the loop's location to the dump file.
22707         * tree-cfg.c (add_phi_args_after_redirect): Remove.
22708         (gimple_duplicate_sese_tail): Remove the check for the latch.
22709         Redirect nexits to the exit block.
22710         Remove handling of the incoming edges to the latch.
22711         Redirect the backedge from the copied latch to the exit bb.
22712
22713 2010-01-28  Michael Matz  <matz@suse.de>
22714
22715         PR target/42881
22716         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
22717         Wrap force_reg into a sequence, emit it before user.
22718
22719 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
22720
22721         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
22722         (arm_rev): New.
22723         (arm_legacy_rev): Likewise.
22724         (thumb_legacy_rev): Likewise.
22725
22726 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
22727
22728         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
22729         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
22730         on MEM's address failed, try avoid_constant_pool_reference and
22731         recurse if it returned something different.
22732         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
22733         address, try avoid_constant_pool_reference and recurse if it
22734         returned something different.
22735         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
22736         address and avoid_constant_pool_reference returned something
22737         different, don't set have_address.
22738
22739 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
22740
22741         PR debug/42861
22742         * var-tracking.c (val_store): Add modified argument, obey it.
22743         Adjust callers.
22744         (count_uses): Move down logging of main.
22745         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
22746         don't need resolution.
22747         (emit_notes_in_bb): Likewise.
22748
22749 2010-01-27  Richard Guenther  <rguenther@suse.de>
22750
22751         PR middle-end/42878
22752         * tree-inline.c (remap_decl): Delay remapping of SSA name
22753         default definitions until we need them.
22754
22755 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
22756
22757         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
22758         (rs6000_delegitimize_address): New function.
22759
22760         * config/s390/s390.c (s390_delegitimize_address): Call
22761         delegitimize_mem_from_attrs.
22762
22763         PR middle-end/42874
22764         * tree-inline.c (cannot_copy_type_1): Removed.
22765         (copy_forbidden): Don't forbid copying of functions containing
22766         records/unions with variable length fields.
22767
22768 2010-01-27  Christian Bruel  <christian.bruel@st.com>
22769
22770         Revert:
22771         PR target/42841
22772         * config/sh/sh.c (find_barrier): Increase length for non delayed
22773         conditional branches.
22774
22775 2010-01-27  Matthias Klose  <doko@ubuntu.com>
22776
22777         * configure.ac (gnu-unique-object): Fix ldd version check.
22778         * configure: Regenerate.
22779
22780 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22781
22782         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
22783         HAVE_GNU_AS value.
22784         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
22785         Test for HAVE_GNU_AS value.
22786
22787 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22788
22789         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
22790         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
22791         INT64_TYPE): Define.
22792         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
22793         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
22794         INT_LEAST64_TYPE): Define.
22795         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
22796         UINT_LEAST64_TYPE): Define.
22797         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
22798         INT_FAST64_TYPE): Define.
22799         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
22800         UINT_FAST64_TYPE): Define.
22801         (INTMAX_TYPE, UINTMAX_TYPE): Define.
22802         (INTPTR_TYPE, UINTPTR_TYPE): Define.
22803         (SIG_ATOMIC_TYPE): Define.
22804
22805 2010-01-26  Richard Guenther  <rguenther@suse.de>
22806
22807         * df-scan.c (df_scan_set_bb_info): Remove assert.
22808         (df_insn_rescan_debug_internal): Merge asserts.
22809         (df_install_ref): Likewise.
22810         (df_mark_reg): Use bitmap_set_range.
22811         (df_hard_reg_used_p): Remove assert.
22812         (df_hard_reg_used_count): Likewise.
22813
22814 2010-01-26  Richard Guenther  <rguenther@suse.de>
22815
22816         PR rtl-optimization/42685
22817         * web.c (web_main): Ignore DEBUG_INSNs.
22818
22819 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
22820
22821         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
22822
22823         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
22824         Fix types of fndecl and arglist parameters.
22825
22826 2010-01-26  Richard Guenther  <rguenther@suse.de>
22827
22828         PR middle-end/42806
22829         * tree-eh.c (unsplit_eh): Skip debug insns.
22830
22831 2010-01-26  Richard Guenther  <rguenther@suse.de>
22832
22833         PR tree-optimization/42250
22834         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
22835
22836 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
22837
22838         PR fortran/42866
22839         * omp-low.c (expand_omp_sections): Only use single_pred if
22840         l2_bb is single_pred_p.
22841
22842 2010-01-25  Christian Bruel  <christian.bruel@st.com>
22843
22844         PR target/42841
22845         * config/sh/sh.c (find_barrier): Increase length for non delayed
22846         conditional branches.
22847         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
22848
22849 2010-01-24  David S. Miller  <davem@davemloft.net>
22850
22851         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
22852         define if not using GAS.
22853         * config/sparc/sparc.c (sparc_elf_asm_named_section):
22854         Likewise.  Delete SECTION_MERGE code, which is only applicable
22855         when using GAS.
22856
22857 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
22858
22859         PR c++/42748
22860         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
22861         mangling of va_list in system headers.
22862
22863 2010-01-23  Toon Moene  <toon@moene.org>
22864
22865         * tree-predcom.c (combine_chains): Return NULL, not false.
22866
22867 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
22868
22869         * tree-loop-distribution.c (distribute_loop): Fix declaration and
22870         initialization of variable res to agree with return type.
22871
22872 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
22873
22874         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
22875         * tree-sra.c: Add include of expr.h.
22876
22877 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
22878
22879         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
22880         insert the debug stmt on the single non-EH edge from the stmt.
22881
22882 2010-01-22  Richard Henderson  <rth@redhat.com>
22883
22884         PR tree-opt/42833
22885         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
22886         the RHS until after generate_subtree_copies has insertted its
22887         code before the current statement.
22888
22889 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
22890
22891         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
22892
22893         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
22894
22895 2010-01-21  Martin Jambor  <mjambor@suse.cz>
22896
22897         PR tree-optimization/42585
22898         * tree-sra.c (struct access): New field grp_total_scalarization.
22899         (dump_access): Dump the new field.
22900         (should_scalarize_away_bitmap): New variable.
22901         (cannot_scalarize_away_bitmap): Likewise.
22902         (sra_initialize): Allocate new bitmaps.
22903         (sra_deinitialize): Free new bitmaps.
22904         (create_access_1): New function.
22905         (create_access): Parts moved to create_access_1.
22906         (type_consists_of_records_p): New function.
22907         (completely_scalarize_record): Likewise.
22908         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
22909         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
22910         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
22911         access.
22912         (analyze_all_variable_accesses): Completely scalarize small eligible
22913         records.
22914
22915 2010-01-21  Martin Jambor  <mjambor@suse.cz>
22916
22917         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
22918
22919 2010-01-21  Andrew Haley  <aph@redhat.com>
22920
22921         * gcc.c (process_command): Move lang_specific_driver before
22922         setting cc_libexec_prefix.
22923
22924 2010-01-21  Richard Guenther  <rguenther@suse.de>
22925
22926         PR middle-end/19988
22927         * fold-const.c (negate_expr_p): Pretend only negative
22928         real constants are easily negatable.
22929
22930 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
22931             Jason Merrill  <jason@redhat.com>
22932
22933         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
22934         (TYPE_TRANSPARENT_AGGR): this, for union and record.
22935         * calls.c (initialize argument_information): Handle it.
22936         * c-common.c (handle_transparent_union_attribute): Use new name.
22937         * c-decl.c (finish_struct): Ditto.
22938         * c-typeck.c (type_lists_compatible_p): Ditto.
22939         (convert_for_assignment): Use new name and also handle record.
22940         * function.c (aggregate_value_p): Handle it.
22941         (pass_by_reference): Ditto.
22942         (assign_parm_data_types): Ditto.
22943         * print-tree.c (print_node): Ditto.
22944         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
22945         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
22946         * tree.c (first_field): New fn.
22947
22948 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
22949
22950         PR target/42818
22951         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
22952         even when linking statically, for now.
22953
22954 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
22955
22956         PR debug/42715
22957         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
22958         without a cselib val.
22959         (count_uses): Accept MO_VAL_SET with no val on stores.
22960         (add_stores): Likewise.
22961
22962 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
22963
22964         * var-tracking.c (check_value_val): Add a compile time assertion.
22965         (dv_is_decl_p): Simplify.
22966         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
22967         gcc_assert if ENABLE_CHECKING.
22968
22969 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
22970
22971         PR debug/42782
22972         * var-tracking.c: Include tree-flow.h.
22973         (mem_dies_at_call): New.
22974         (dataflow_set_preserve_mem_locs): Use it.
22975         (dataflow_set_remove_mem_locs): Likewise.
22976         (dump_var): Renamed from dump_variable.  Adjust all callers.
22977         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
22978         * Makefile.in (var-tracking.o): Adjust deps.
22979
22980 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
22981
22982         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
22983
22984 2010-01-20  Richard Guenther  <rguenther@suse.de>
22985
22986         PR tree-optimization/42717
22987         * tree-ssa-dce.c (get_live_post_dom): Remove.
22988         (forward_edge_to_pdom): Take an arbitrary edge to copy
22989         degenerate PHI args from.
22990         (remove_dead_stmt): Use the first post-dominator even if it
22991         does not contain live statements as redirection destination.
22992
22993 2010-01-20  Richard Guenther  <rguenther@suse.de>
22994
22995         * tree-inline.c (estimate_num_insns): Handle EH builtins.
22996
22997 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
22998
22999         * sel-sched.c (create_speculation_check): Remove set but not used
23000         variable twin.
23001         (try_transformation_cache): Remove set but not used variable ds.
23002         (calculate_privileged_insns): Remove set but not used variables
23003         cur_insn and min_spec_insn.
23004         (find_best_expr): Remove set but not used variable avail_n.
23005         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
23006         variable e.
23007         * cgraphunit.c (assemble_thunk): Remove set but not used variable
23008         false_label.
23009         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
23010         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
23011         new_scop_exit_edge.
23012
23013 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
23014
23015         PR bootstrap/42786
23016         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
23017         cpu types.  Add support for *-sse3 cpu types.
23018         (x86_64-*-*): Ditto.
23019
23020 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23021
23022         PR middle-end/42803
23023         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
23024         argument, call initializer_constant_valid_p_1 instead of
23025         initializer_constant_valid_p, pass CACHE to it, return NULL
23026         immediately if first call returns NULL.
23027         (initializer_constant_valid_p_1): New function.
23028         (initializer_constant_valid_p): Use it.
23029
23030 2010-01-20  Thomas Quinot  <quinot@adacore.com>
23031
23032         * tree.def (PLACEHOLDER_EXPR): Fix comment.
23033
23034 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23035
23036         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
23037         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
23038         (loc_list_from_tree): Don't handle unsigned division.  Handle
23039         signed modulo using DW_OP_{over,over,div,mul,minus}.
23040         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
23041         modulo instead of signed.
23042
23043 2010-01-20  DJ Delorie  <dj@redhat.com>
23044
23045         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
23046         (Fpa): Pass it
23047         (h8300_emit_stack_adjustment): Propogate it.
23048         (push): Pass it.
23049         (h8300_expand_prologue): Likewise.
23050         (h8300_expand_epilogue): Likewise.
23051
23052 2010-01-19  Michael Matz  <matz@suse.de>
23053
23054         PR tree-optimization/41783
23055         * tree-data-ref.c (toplevel): Include flags.h.
23056         (dump_data_dependence_relation):  Also dump the inputs if the
23057         result will be unknown.
23058         (split_constant_offset_1): Look through some conversions.
23059         * tree-predcom.c (determine_roots_comp): Restart a new chain if
23060         the offset from last element is too large.
23061         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
23062         (reassociate_to_the_same_stmt): Handle vector registers.
23063         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
23064         (e.g. conversions).
23065         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
23066         wide_prolog_niters argument, emit widening instructions.
23067         (vect_do_peeling_for_alignment): Adjust caller, use widened
23068         variant of the iteration cound.
23069         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
23070
23071 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23072
23073         PR target/38697
23074         * config/arm/neon-testgen.m (emit_automatics): New parameter
23075         features. Adjust for Fixed_return_reg feature.
23076         (test_intrinsic): Call emit_automatics with new feature.
23077         * config/arm/neon.ml: Update copyright years.
23078         (features): New Fixed_return_reg feature.
23079         (ops): Update feature for Vget_low.
23080
23081 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
23082
23083         PR tree-optimization/42719
23084         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
23085         stmt uses.
23086
23087         PR debug/42728
23088         * fwprop.c (all_uses_available_at): Return false if def_set dest
23089         is a REG that is used in def_insn.
23090
23091 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
23092
23093         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
23094
23095         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
23096         Add argument names.
23097
23098         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
23099
23100         * target.h (struct gcc_target) <secondary_reload>: Change type
23101         of last argument to secondary_reload_info *.
23102
23103 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
23104
23105         PR target/42774
23106         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
23107         memory references with unaligned offsets.  Remove CQImode handling.
23108         (unaligned_memory_operand): Return 1 for memory references with
23109         unaligned offsets.  Remove CQImode handling.
23110
23111 2010-01-18  Richard Guenther  <rguenther@suse.de>
23112
23113         PR middle-end/39954
23114         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
23115         builtin calls.
23116
23117 2010-01-18  Richard Guenther  <rguenther@suse.de>
23118
23119         PR tree-optimization/42781
23120         * tree-ssa-structalias.c (find_what_var_points_to): Skip
23121         restrict processing only if the original variable was artificial.
23122
23123 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
23124
23125         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
23126         find number of popped argument bytes.
23127
23128         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
23129         Fix the text that describes the return value for invalid insns.
23130
23131         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
23132
23133         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
23134         Clarify what 'cost of the -dependence' is.  Fix quoting.
23135
23136         * toplev.c (default_get_pch_validity): Rename argument to "sz".
23137         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
23138
23139 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
23140
23141         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
23142         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
23143
23144 2010-01-17  Richard Guenther  <rguenther@suse.de>
23145
23146         PR middle-end/42248
23147         * function.c (split_complex_args): Take a VEC to modify.
23148         (assign_parms_augmented_arg_list): Build a VEC instead of
23149         a chain of PARM_DECLs.
23150         (assign_parms_unsplit_complex): Take a VEC of arguments.
23151         Do not fixup unmodified parms.
23152         (assign_parms): Deal with the VEC.
23153         (gimplify_parameters): Likewise.
23154
23155 2010-01-17  Richard Guenther  <rguenther@suse.de>
23156
23157         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
23158         node existence check.
23159         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
23160         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
23161         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
23162         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
23163         (gimple_execute_on_growing_pred): Likewise.
23164
23165 2010-01-17  Richard Guenther  <rguenther@suse.de>
23166
23167         PR tree-optimization/42773
23168         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
23169         (compute_antic_aux): Likewise.
23170         (compute_partial_antic_aux): Likewise.
23171
23172 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
23173
23174         PR debug/42767
23175         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
23176         and US_TRUNCATE.
23177
23178 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
23179
23180         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
23181         appearance.
23182
23183         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
23184         Fix markup for strict argument.
23185
23186         (TARGET_SCHED_REORDER2): Fix argument types.
23187
23188         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
23189         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
23190
23191         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
23192         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
23193
23194         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
23195         Add argument name.
23196
23197         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
23198         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
23199         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
23200         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
23201         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
23202
23203         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
23204
23205         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
23206
23207         (TARGET_ASM_RELOC_RW_MASK): Add return type.
23208         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
23209
23210         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
23211
23212         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
23213         Use prototype.
23214
23215         (TARGET_ASM_NAMED_SECTION): Fix argument list.
23216
23217         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
23218         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
23219
23220         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
23221
23222         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
23223
23224         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
23225         referring to it.  Fix language.
23226
23227         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
23228
23229         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
23230
23231         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
23232
23233         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
23234
23235         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
23236         '@var{stream}.  Remove stray 'and'.
23237
23238         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
23239
23240         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
23241
23242         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
23243
23244         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
23245         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
23246
23247         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
23248         Fix description of return value.
23249         Rename argument "sz" to "len."
23250
23251         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
23252         Clarify meaning of 'true' return value.
23253
23254         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
23255
23256         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
23257         rep_mode versus mode_rep.
23258
23259         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
23260
23261         (TARGET_BUILTIN_DECL): Fix name.
23262
23263         (TARGET_COMMUTATIVE_P): Fix type of first argument.
23264
23265         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
23266
23267         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
23268
23269         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
23270
23271         (TARGET_RELAXED_ORDERING): Use @deftypevr.
23272
23273         (TARGET_GET_DRAP_RTX): Note that this is a hook.
23274         Clarify language.
23275
23276         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
23277         Rename argument tm_fn to md_fn.
23278
23279         (TARGET_OPTION_PRINT): Fix argument list.
23280
23281 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
23282
23283         PR target/42664
23284         * config/i386/i386.c (ix86_fixup_binary_operands):
23285         Revert FMA4 fixup of operands.
23286
23287 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23288
23289         PR gcc/42525
23290         * Makefile.in (write_entries_to_file, install-plugin):
23291         Use \012 instead of \n with tr.
23292
23293 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
23294
23295         * configure.ac (HAVE_AS_REF): New C macro.
23296         * configure: Regenerate.
23297         * config.in: Likewise.
23298         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
23299         if HAVE_AS_REF.
23300         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
23301         if HAVE_AS_REF.
23302
23303 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
23304
23305         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
23306
23307         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
23308
23309         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
23310
23311         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
23312
23313         (TARGET_IN_SMALL_DATA_P): Fix argument type.
23314
23315         (TARGET_BINDS_LOCAL_P): Fix argument type.
23316
23317         (TARGET_ASM_FILE_END): Use prototype.
23318
23319         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
23320
23321         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
23322
23323         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
23324
23325         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
23326
23327         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
23328         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
23329
23330         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
23331         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
23332
23333         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
23334         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
23335         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
23336         (TARGET_ADDR_SPACE_CONVERT): Likewise.
23337
23338         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
23339
23340         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
23341
23342         (TARGET_INIT_BUILTINS): Use prototype.
23343
23344         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
23345         Put 'const char *' in braces.  Fix parameter types.
23346         (TARGET_INVALID_CONVERSION): Fix parameter types.
23347         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
23348         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
23349
23350         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
23351         Fix argument type.
23352
23353         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
23354
23355         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
23356
23357 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
23358
23359         * doc/tm.texi (TARGET_HELP): Fix return type.
23360
23361         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
23362         in braces.  Fix argument types.
23363
23364         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
23365
23366         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
23367
23368         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
23369
23370         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
23371         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
23372
23373         (TARGET_MANGLE_TYPE): Fix argument types.
23374
23375         (TARGET_IRA_COVER_CLASSES): Use prototype.
23376
23377         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
23378
23379         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
23380
23381         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
23382
23383         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
23384
23385         (TARGET_CALLEE_COPIES): Fix argument types.
23386
23387         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
23388
23389         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
23390
23391         (TARGET_FUNCTION_VALUE): Fix argument types.
23392
23393         (TARGET_RETURN_IN_MSB): Fix argument type.
23394
23395         (TARGET_RETURN_IN_MEMORY): Fix argument types.
23396
23397         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
23398
23399         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
23400
23401         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
23402         agree with return type.
23403
23404         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
23405
23406 2010-01-15  Jing Yu  <jingyu@google.com>
23407
23408         PR rtl-optimization/42691
23409         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
23410         a pseudo to a constant and are merged, and adjust comments.
23411
23412 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
23413
23414         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
23415
23416 2010-01-15  Richard Guenther  <rguenther@suse.de>
23417
23418         PR middle-end/42739
23419         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
23420         labels of computed or non-local gotos to the destination.
23421         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
23422         landing pad label is the first label.
23423
23424 2010-01-15  Richard Guenther  <rguenther@suse.de>
23425
23426         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
23427
23428 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
23429
23430         PR target/42747
23431         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
23432         to allow generation of the xssqrtdp instruction on power7.
23433         (sqrtdf2_fpr): Ditto.
23434
23435 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23436
23437         PR middle-end/42674
23438         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
23439         functions with noreturn attribute.
23440
23441         PR c++/42608
23442         * varasm.c (declare_weak): Add weak attribute to decl if it
23443         doesn't have one already.
23444         (assemble_external): Only add decls to weak_decls if they also
23445         have weak attribute.
23446
23447 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
23448
23449         * var-tracking.c (var_reg_delete): Don't delete the association
23450         between REGs and values or one-part variables if the register
23451         isn't clobbered.
23452
23453 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23454
23455         PR debug/42657
23456         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
23457         because its first operand is a non-localized variable.
23458
23459 2010-01-14  Martin Jambor  <mjambor@suse.cz>
23460
23461         PR tree-optimization/42706
23462         * tree-sra.c (encountered_recursive_call): New variable.
23463         (encountered_unchangable_recursive_call): Likewise.
23464         (sra_initialize): Initialize both new variables.
23465         (callsite_has_enough_arguments_p): New function.
23466         (scan_function): Call decl and flags check only for IPA-SRA, check
23467         whether there is a recursive call and whether it has enough arguments.
23468         (all_callers_have_enough_arguments_p): New function.
23469         (convert_callers): Look for recursive calls only when
23470         encountered_recursive_call is set.
23471         (ipa_early_sra): Bail out either if
23472         !all_callers_have_enough_arguments_p or
23473         encountered_unchangable_recursive_call.
23474
23475 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23476
23477         * sel-sched.c: Add 2010 to copyright years.
23478         * sel-sched-ir.c: Likewise.
23479         * sel-sched-ir.h: Likewise.
23480
23481 2010-01-14  Martin Jambor  <mjambor@suse.cz>
23482
23483         PR tree-optimization/42714
23484         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
23485         constructors specially.
23486
23487 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23488
23489         * config/i386/drivers-i386.c (detect_caches_intel):
23490         Add l2sizekb parameter and fill in.
23491         (host_detect_local_cpu): Add l2sizekb, fill in.
23492         Add Atom small cache heuristic.
23493
23494 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23495
23496         * config/i386/drivers-i386.c (detect_caches_cpuid4):
23497         Add level3 parameter and fill in.
23498         (detect_caches_intel): Handle level3 cache.
23499
23500 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23501
23502         * config/i386/drivers-i386.c (host_detect_local_cpu):
23503         Fix core duo detection.
23504
23505 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23506
23507         * config/i386/drivers-i386.c (host_detect_local_cpu):
23508         Fix Atom detection.
23509
23510 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23511
23512         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
23513         (rs6000_variable_issue_1): this.  Use...
23514         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
23515
23516 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23517
23518         * sel-sched-ir.c (sel_restore_other_notes): Rename to
23519         sel_restore_notes.  Update all callers.  Call reemit_notes
23520         for all insns.
23521
23522 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23523
23524         PR rtl-optimization/42246
23525         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
23526         loops.
23527
23528 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23529
23530         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
23531         all successors is the same as number of successors in current region.
23532
23533 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23534
23535         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
23536         to rename is not separable.  Otherwise check that its LHS is not NULL.
23537
23538 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23539
23540         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
23541
23542 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23543
23544         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
23545         available registers when failed to discover LHS register class.
23546         Fix indentation.  Update comment.
23547
23548 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23549             Alexander Monakov  <amonakov@ispras.ru>
23550
23551         PR rtl-optimization/42389
23552         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
23553         to can_issue_more.
23554         (advance_state_on_fence): Likewise.
23555         (sel_target_adjust_priority): Print debug output only when
23556         sched_verbose >= 4, not 2.
23557         (get_expr_cost): Do not issue all unique insns on the next cycle.
23558         (fill_insns): Initialize can_issue_more from the value saved
23559         with the fence.
23560         * sel-sched-ir.c (flist_add): New parameter issue_more.
23561         Init FENCE_ISSUE_MORE with it.
23562         (merge_fences): Likewise.
23563         (init_fences): Update call to flist_add.
23564         (add_to_fences, add_clean_fence_to_fences)
23565         (add_dirty_fence_to_fences): Likewise.
23566         (move_fence_to_fences): Update call to merge_fences.
23567         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
23568         sched groups.
23569         * sel-sched-ir.h (struct _fence): New field issue_more.
23570         (FENCE_ISSUE_MORE): New accessor macro.
23571
23572 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23573
23574         PR rtl-optimization/42388
23575         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
23576         that have no predecessors nor successors.  Do not call move_bb_info
23577         for empty blocks outside of current region.
23578
23579 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23580
23581         PR rtl-optimization/42294
23582         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
23583         * sel-sched.c (move_exprs_to_boundary): Transitively add all
23584         originators' originators.
23585
23586 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23587
23588         PR rtl-optimization/39453
23589         PR rtl-optimization/42246
23590         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
23591         for pipelining_p.
23592         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
23593
23594 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23595             Alexander Monakov  <amonakov@ispras.ru>
23596
23597         PR middle-end/42245
23598         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
23599         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
23600         argument.  Update all callers.
23601         (tidy_control_flow): ... and here.  Recompute topological order
23602         of basic blocks in region if necessary.
23603         (sel_redirect_edge_and_branch): Change return type.  Return true
23604         if topological order might have been invalidated.
23605         (purge_empty_blocks): Export and move from...
23606         * sel-sched.c (purge_empty_blocks): ... here.
23607         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
23608         (maybe_tidy_empty_bb): Delete prototype.
23609         (purge_empty_blocks): Declare.
23610
23611 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23612
23613         PR rtl-optimization/42249
23614         * sel-sched.c (try_replace_dest_reg): When chosen register
23615         and original register is the same, do not bail out early, but
23616         still check all original insns for validity of replacing destination
23617         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
23618         in this case.
23619
23620 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23621
23622         PR c/42721
23623         Port from no-undefined-overflow branch:
23624         2009-03-09  Richard Guenther  <rguenther@suse.de>
23625
23626         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
23627
23628 2010-01-14  Richard Guenther  <rguenther@suse.de>
23629
23630         PR lto/42665
23631         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
23632
23633 2010-01-14  Ira Rosen  <irar@il.ibm.com>
23634
23635         PR tree-optimization/42709
23636         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
23637         as scalar type in creation of constant vector operand.
23638
23639 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23640
23641         PR testsuite/42414
23642         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
23643         (check-parallel-%): Match `testsuite' directory component only
23644         at the end.
23645
23646 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
23647
23648         PR translation/39521
23649         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
23650         strings with _().
23651
23652 2010-01-13  Richard Guenther  <rguenther@suse.de>
23653
23654         PR tree-optimization/42730
23655         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
23656         offset zero.
23657
23658 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
23659
23660         PR target/pr42542
23661         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
23662         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
23663         them signed.
23664
23665 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
23666
23667         * config/bfin/libgcc-bfin.ver: Regenerate based on current
23668         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
23669         ___umulsi3_highpart.
23670
23671         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
23672         rather than schedule_insns if the pass is enabled.
23673
23674 2010-01-13  Martin Jambor  <mjambor@suse.cz>
23675
23676         PR tree-optimization/42704
23677         * tree-sra.c (sra_modify_assign): Do not delete assignments to
23678         SSA_NAMEs.
23679
23680 2010-01-13  Martin Jambor  <mjambor@suse.cz>
23681
23682         PR tree-optimization/42703
23683         * tree-sra.c (analyze_access_subtree): Check that we can build a
23684         reference to the original data within the aggregate.
23685
23686 2010-01-13  Richard Guenther  <rguenther@suse.de>
23687
23688         PR tree-optimization/42705
23689         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
23690
23691 2010-01-13  Richard Guenther  <rguenther@suse.de>
23692
23693         PR middle-end/42716
23694         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
23695
23696 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
23697
23698         PR debug/41371
23699         * var-tracking.c (values_to_unmark): New variable.
23700         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
23701         values_to_unmark vector.  Moved body to...
23702         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
23703         instead queue it into values_to_unmark vector.
23704         (vt_find_locations): Free values_to_unmark vector.
23705
23706 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
23707
23708         * config/s390/s390.c (override_options): Set
23709         default of max-pending-list-length to 256
23710
23711 2010-01-13  Richard Guenther  <rguenther@suse.de>
23712
23713         PR lto/42678
23714         * tree-pass.h (PROP_gimple_lcx): New.
23715         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
23716         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
23717         before the final cleanup_eh.
23718         (dump_properties): Dump PROP_gimple_lcx.
23719         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
23720         (tree_lower_complex_O0): Remove.
23721         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
23722         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
23723         tree_lower_complex, schedule TODO_update_ssa.
23724         * lto-streamer-out.c (output_function): Stream the functions
23725         properties.
23726         * lto-streamer-in.c (input_function): Likewise.
23727         (lto_read_body): Do not override them here.
23728
23729 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
23730
23731         PR c/42708
23732         * c-typeck.c (build_c_cast): Fold value cast to union type before
23733         wrapping it in a CONSTRUCTOR.
23734
23735 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
23736
23737         PR rtl-optimization/42699
23738         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
23739         involved.
23740
23741 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23742
23743         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
23744         SUBTARGET_WARN_UNUSED_SPEC): Move ...
23745         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
23746         SUBTARGET_WARN_UNUSED_SPEC): ... here
23747         * config/mips/iris5.h (LIBGCC_SPEC): Define.
23748
23749 2010-01-12  Julian Brown  <julian@codesourcery.com>
23750
23751         * config/arm/neon-schedgen.ml (Utils): Don't try to
23752         open missing module.
23753         (find_with_result): New.
23754
23755 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
23756
23757         PR debug/42662
23758         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
23759         sharing when canonicalizing ({lt,ge}u (plus a b) b).
23760
23761         PR tree-optimization/42645
23762         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
23763         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
23764         decl_map, set processing_debug_stmt to -1 and return name without
23765         any remapping.
23766
23767 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
23768
23769         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
23770         binutils version, and reword target configuration description.
23771
23772 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
23773
23774         * config/avr/avr.h (LINKER_NAME): Remove.
23775
23776 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
23777
23778         PR target/42416
23779         * config/rs6000/rs6000.c (rs6000_override_options): On targets
23780         that support VSX, warn for -mno-altivec if vsx is not disabled,
23781         and disable vsx.
23782
23783 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
23784             Shujing Zhao  <pearly.zhao@oracle.com>
23785
23786         PR translation/42469
23787         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
23788         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
23789         character between option name and help text.
23790         * c.opt (imultilib): Likewise.
23791
23792 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
23793
23794         * lto-streamer-out.c (output_unreferenced_globals): Output static
23795         variables.
23796
23797 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
23798
23799         PR rtl-optimization/42621
23800         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
23801         optimizing for size.
23802         (duplicate_computed_gotos): Remove now-redundant check.
23803
23804 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
23805
23806         PR target/37454
23807         * configure.ac: Save and restore LDFLAGS and LIBS
23808         * configure: Regenerate.
23809
23810 2010-01-10  Richard Guenther  <rguenther@suse.de>
23811
23812         PR middle-end/42667
23813         * builtins.c (fold_builtin_strlen): Add type argument and
23814         convert the resulting length to it.
23815         (fold_builtin_1): Adjust.
23816
23817 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
23818
23819         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
23820         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
23821         1 insn.
23822         (num_insns_constant_wide): Adjust for that change.
23823
23824 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23825
23826         PR debug/42631
23827         * web.c (union_defs): Add used argument, to combine uses of
23828         uninitialized regs.
23829         (entry_register): Adjust type and tests of used argument.
23830         (web_main): Widen used for new use.  Pass it to union_defs.
23831         * df.h (union_defs): Adjust prototype.
23832
23833 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23834
23835         PR debug/42630
23836         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
23837         uses in new incoming argument.  Free body.
23838         (reset_debug_uses_in_loop): New.
23839         (analyze_insn_to_expand_var): Call the latter if the former found
23840         anything.  Fix whitespace.  Reject invalid dest overlaps before
23841         going through all insns in the loop.
23842
23843 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23844
23845         PR debug/42629
23846         * haifa-sched.c (dying_use_p): Debug insns don't count.
23847
23848 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23849
23850         PR middle-end/42363
23851         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
23852         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
23853         (verify_gimple_call): Reject LHS in noreturn calls.
23854
23855 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23856
23857         PR debug/42604
23858         PR debug/42395
23859         * tree-vect-loop-manip.c (adjust_info): New type.
23860         (adjust_vec): New pointer to vector.
23861         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
23862         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
23863         (slpeel_update_phis_for_duplicate_loop): Use them.
23864         (slpeel_update_phi_nodes_for_guard1): Likewise.
23865         (slpeel_update_phi_nodes_for_guard2): Likewise.
23866         (slpeel_tree_peel_loop_to_edge): Likewise.
23867         (vect_update_ivs_after_vectorizer): Likewise.
23868
23869 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23870
23871         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
23872         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
23873
23874 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23875
23876         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
23877         bogus uninitialized warning.
23878
23879 2010-01-09  Richard Guenther  <rguenther@suse.de>
23880
23881         PR middle-end/42512
23882         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
23883         the evolution is compatible with the initial condition.
23884
23885 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
23886
23887         * gcc.c (process_command): Update copyright notice dates.
23888         * gcov.c (print_version): Likewise.
23889         * gcov-dump.c (print_version): Likewise.
23890         * mips-tfile.c (main): Likewise.
23891         * mips-tdump.c (main): Likewise.
23892
23893 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
23894
23895         PR target/41885
23896         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
23897         (rotlhi3): Delete.
23898         (rotlhi3_8): Delete.
23899         (rotlsi3): Delete.
23900         (rotlsi3_8): Delete.
23901         (rotlsi3_16): Delete.
23902         (rotlsi3_24): Delete.
23903         (rotl<mode>3): New.
23904         (*rotw<mode>3): New.
23905         (*rotb<mode>3): New.
23906         * config/avr/avr.c (avr_rotate_bytes): New function.
23907         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
23908
23909 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
23910
23911         PR target/37454
23912         * configure.ac: Modify -rdynamic check.
23913         * configure: Regenerate.
23914
23915 2010-01-08  DJ Delorie  <dj@redhat.com>
23916
23917         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
23918         register popping order.
23919
23920 2010-01-08  Richard Guenther  <rguenther@suse.de>
23921
23922         PR lto/42528
23923         * c.opt (fsigned-char): Also let LTO handle this option.
23924         (funsigned-char): Likewise.
23925
23926 2010-01-07  Richard Guenther  <rguenther@suse.de>
23927
23928         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
23929         (gimple_op): Likewise.
23930         (gimple_op_ptr): Likewise.
23931         (gimple_assign_set_lhs): Remove gcc_assert.
23932         (gimple_assign_set_rhs1): Likewise.
23933         (gimple_assign_set_rhs2): Likewise.
23934         (gimple_call_set_lhs): Likewise.
23935         (gimple_call_set_fn): Likewise.
23936         (gimple_call_set_fndecl): Likewise.
23937         (gimple_call_fndecl): Likewise.
23938         (gimple_call_return_type): Likewise.
23939         (gimple_call_set_chain): Likewise.
23940         (gimple_call_num_args): Likewise.
23941         (gimple_call_set_arg): Likewise.
23942         (gimple_cond_set_code): Likewise.
23943         (gimple_cond_set_lhs): Likewise.
23944         (gimple_cond_set_rhs): Likewise.
23945         (gimple_cond_set_true_label): Likewise.
23946         (gimple_cond_set_false_label): Likewise.
23947         (gimple_label_set_label): Likewise.
23948         (gimple_goto_set_dest): Likewise.
23949         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
23950         (gimple_debug_bind_get_value): Likewise.
23951         (gimple_debug_bind_get_value_ptr): Likewise.
23952         (gimple_debug_bind_set_var): Likewise.
23953         (gimple_debug_bind_set_value): Likewise.
23954         (gimple_debug_bind_reset_value): Likewise.
23955         (gimple_debug_bind_has_value_p): Likewise.
23956         (gimple_return_retval_ptr): Remove gcc_assert.
23957         (gimple_return_retval): Likewise.
23958         (gimple_return_set_retval): Likewise.
23959         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
23960         (safe_referenced_var_iterator): Remove.
23961         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
23962         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
23963         (fill_referenced_var_vec): Remove.
23964         (first_readonly_imm_use): Remove redundant gcc_assert.
23965         (phi_arg_index_from_use): Combine gcc_asserts.
23966         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
23967         (first_imm_use_stmt): Remove redundant gcc_assert.
23968         * tree-cfg.c (verify_gimple_call): Verify function and chain
23969         operands.  Verify arguments.
23970         (verify_types_in_gimple_stmt): Verify condition code and labels.
23971
23972 2010-01-07  Richard Guenther  <rguenther@suse.de>
23973
23974         PR tree-optimization/42641
23975         * sese.c (rename_map_elt_info): Use the SSA name version, do
23976         not hash pointers.
23977
23978 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
23979
23980         PR tree-optimization/42625
23981         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
23982         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
23983
23984 2010-01-07  Duncan Sands  <baldrick@free.fr>
23985
23986         * Makefile.in (PLUGIN_HEADERS): Add version.h.
23987
23988 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
23989
23990         PR target/42511
23991         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
23992         note itself is not function_invariant_p.
23993
23994 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
23995
23996         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
23997         Do not add the DF_NOTE problem.
23998         * store-motion.c (execute_rtl_store_motion): Likewise.
23999
24000 2010-01-07  Martin Jambor  <mjambor@suse.cz>
24001
24002         PR tree-optimization/42157
24003         * tree-sra.c (compare_access_positions): Stabilize sort if both
24004         accesses have integer types, return zero immediately if they are the
24005         same.
24006
24007 2010-01-06  Richard Henderson  <rth@redhat.com>
24008
24009         PR middle-end/41883
24010         * haifa-sched.c (add_to_note_list): Merge into ...
24011         (concat_note_lists): ... here, and ...
24012         (unlink_other_notes, rm_other_notes): Merge into...
24013         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
24014         NOTE_INSN_EPILOGUE_BEG.
24015
24016 2010-01-06  Richard Guenther  <rguenther@suse.de>
24017
24018         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
24019         not inline regular functions into always-inline functions.
24020
24021 2010-01-06  Nick Clifton  <nickc@redhat.com>
24022
24023         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
24024         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
24025         used together.
24026         (OVERRIDE_OPTIONS): Delete.
24027         (OPTIMIZATION_OPTIONS): Define.
24028         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
24029         * config/rx/rx.c (rx_handle_option): Issue an error message if
24030         -mcpu=rx200 and -fpu are used together.
24031         (rx_set_optimization_options): New function.  Issue an error
24032         message if an optimization attribute attempts to reset the FPU/
24033         math optimization pairing.
24034         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
24035         * config/rx/rx.opt: Set the default to 32-bit doubles.
24036         * config/rx/t-rx: Add multilibs for -nofpu option.
24037         * doc/invoke.texi: Update documentation of RX options.
24038
24039 2010-01-06  Richard Guenther  <rguenther@suse.de>
24040
24041         * tree-ssa-pre.c (name_to_id): New global.
24042         (alloc_expression_id): Simplify SSA name handling.
24043         (lookup_expression_id): Likewise.
24044         (init_pre): Zero name_to_id.
24045         (fini_pre): Free it.
24046
24047 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
24048
24049         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
24050
24051 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
24052
24053         PR target/42542
24054         * config/i386/sse.md (smaxv2di3): New.
24055         (umaxv2di3): Likewise.
24056         (sminv2di3): Likewise.
24057         (uminv2di3): Likewise.
24058
24059 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
24060
24061         PR target/42564
24062         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
24063         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
24064         (legitimize_tls_address): Likewise.
24065         (sparc_tls_referenced_p): Likewise.
24066         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
24067         and adjust calls to legitimize_pic_address.
24068         (legitimate_constant_p) Use sparc_tls_referenced_p.
24069         (legitimate_pic_operand_p): Likewise.
24070         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
24071         (sparc_tls_symbol_ref_1): Delete.
24072         (sparc_tls_referenced_p): Make static, recognize specific patterns.
24073         (legitimize_tls_address): Make static, handle CONST patterns.
24074         (legitimize_pic_address): Make static, remove unused parameter and
24075         adjust recursive calls.
24076         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
24077         and adjust call to legitimize_pic_address.
24078         (sparc_output_mi_thunk): Likewise.
24079
24080 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
24081             H.J. Lu  <hongjiu.lu@intel.com>
24082
24083         PR target/42542
24084         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
24085         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
24086         operands to make them signed.
24087
24088         Revert:
24089         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24090
24091         PR target/42542
24092         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24093         GTU to GT for V4SI and V2DI.
24094
24095         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24096         (umin<mode>3): Removed.
24097         (uminv8hi3): New.
24098         (uminv4si3): Likewise.
24099
24100 2010-01-05  Martin Jambor  <mjambor@suse.cz>
24101
24102         PR tree-optimization/42462
24103         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
24104         current_function_decl to helper functions and macros.
24105
24106 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24107
24108         PR bootstrap/41771
24109         * flags.h: Don't include real.h.
24110         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
24111         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
24112         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
24113         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
24114         * dominance.c: Update copyright.
24115         * gimple.c (walk_gimple_op): Remove inline.
24116         * tree-ssa-reassoc.c: Include real.h.
24117         * Makefile.in (FLAGS_H): Remove $(REAL_H).
24118         (tree-ssa-reassoc.o): Depend on $(REAL_H).
24119
24120 2010-01-05  Nick Clifton  <nickc@redhat.com>
24121
24122         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
24123         register to push into the stack frame when the accumulator has to
24124         be saved during interrupts.
24125
24126 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
24127
24128         * doc/invoke.texi: Remove the documentation about option
24129         -Wunreachable-code.
24130         * common.opt (Wunreachable-code):  Preserved for backward
24131         compatibility.
24132         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
24133         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
24134         the backward compatibility flag section.
24135
24136 2010-01-05  Richard Guenther  <rguenther@suse.de>
24137
24138         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
24139
24140 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
24141
24142         PR other/42611
24143         * cfgexpand.c (expand_one_var): Diagnose too large variables.
24144
24145         PR tree-optimization/42508
24146         * tree-sra.c (convert_callers): Check for recursive call
24147         by comparing cgraph nodes instead of decls.
24148         (modify_function): Call ipa_modify_formal_parameters also
24149         on all same_body aliases.
24150
24151         * cgraphunit.c (cgraph_materialize_all_clones): Compare
24152         cgraph nodes when checking for same_body aliases.
24153
24154 2010-01-05  Richard Guenther  <rguenther@suse.de>
24155
24156         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
24157         allocation and lookup.
24158         (get_or_alloc_expr_for_constant): Likewise.
24159         (phi_translate): Sink allocation.
24160
24161 2010-01-04  Richard Guenther  <rguenther@suse.de>
24162
24163         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
24164         a new entry only if needed.
24165         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
24166         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
24167         hashtable lookup.
24168         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
24169         the result array.
24170         (phi_translate): Handle CONSTANTs early.
24171
24172 2010-01-04  Martin Jambor  <mjambor@suse.cz>
24173
24174         PR tree-optimization/42398
24175         * tree-sra.c (struct access): Removed flag grp_different_types.
24176         (dump_access): Do not dump the removed flag.
24177         (sort_and_splice_var_accesses): Do not set the removed flag.
24178         (sra_modify_expr): Check for type compatibility directly.
24179
24180 2010-01-04  Martin Jambor  <mjambor@suse.cz>
24181
24182         PR tree-optimization/42366
24183         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
24184         edges with variable number of parameters.
24185         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
24186         flag instead of asserting it.
24187         (ipa_read_node_info): Read uses_analysis_done flag.
24188
24189 2010-01-04  Richard Guenther  <rguenther@suse.de>
24190
24191         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
24192         iterative_hash_* as intended.
24193         (vn_reference_compute_hash): Likewise.  Simplify hashing
24194         SSA names.
24195         (vn_reference_lookup_2): Likewise.
24196         (vn_nary_op_compute_hash): Likewise.
24197         (vn_phi_compute_hash): Likewise.
24198         (expressions_equal_p): Remove strange code.
24199         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
24200         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
24201         (bitmap_insert_into_set_1): Take value-id as parameter.
24202         (add_to_value): Pass it.
24203         (bitmap_insert_into_set): Likewise.
24204         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
24205
24206 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
24207
24208         PR driver/42442
24209         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
24210         (do_self_spec): For switches with SWITCH_IGNORE set set also
24211         SWITCH_IGNORE_PERMANENTLY.
24212         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
24213         of SWITCH_IGNORE.
24214
24215 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
24216
24217         * lto-streamer-out.c (output_unreferenced_globals): Output the full
24218         tree of an unreferenced global var.
24219
24220 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24221
24222         PR target/42542
24223         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24224         GTU to GT for V4SI and V2DI.
24225
24226         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24227         (umin<mode>3): Removed.
24228         (uminv8hi3): New.
24229         (uminv4si3): Likewise.
24230
24231 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24232
24233         PR lto/42581
24234         * collect2.c (main): Turn on trace in collect2 if -v is passed
24235         to gcc with LTO.
24236
24237 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
24238
24239         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
24240         description of expression operand.
24241
24242 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
24243
24244         * configure.ac: Add install-html to target_list for Make-hooks.
24245         * configure: Regenerate.
24246         * fortran/Make-lang.in (F95_HTMLFILES): New.
24247         (fortran.html): Use it.
24248         (fortran.install-html): New.
24249         * Makefile.in (install-html): Add lang.install-html.
24250         * java/Make-lang.in (JAVA_HTMLFILES): New.
24251         (java.html): Use it.
24252         (java.install-html): New.
24253         * objc/Make-lang.in (objc.install-html): New.
24254         * objcp/Make-lang.in (obj-c++.install-html): New.
24255         * cp/Make-lang.in (c++.install-html): New.
24256         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
24257         * lto/Make-lang.in (lto.install-html): New.
24258
24259 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
24260
24261         PR lto/42520
24262         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
24263
24264 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
24265
24266         PR rtl-optimization/41862
24267         * store-motion.c (store_killed_in_insn, compute_store_table,
24268         remove_reachable_equiv_notes, replace_store_insn,
24269         build_store_vectors): Ignore all DEBUG_INSNs.
24270
24271 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
24272
24273         PR lto/41564
24274         * common.opt: Add dumpdir.
24275
24276         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
24277         isn't specified.
24278         (option_map): Add --dumpdir.
24279
24280         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
24281
24282         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
24283
24284         * opts.c (decode_options): Try dump_dir_name first if
24285         dump_base_name isn't an absolute path.
24286         (common_handle_option): Handle OPT_dumpdir.
24287
24288         * toplev.c (dump_dir_name): New.
24289         (print_switch_values): Also ignore -dumpdir.
24290
24291         * toplev.h (dump_dir_name): New.
24292
24293 2010-01-03  Richard Guenther  <rguenther@suse.de>
24294
24295         PR tree-optimization/42589
24296         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
24297         double-word expansion of bswap32.
24298
24299 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
24300
24301         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
24302         with BLOCK_FOR_INSN.
24303         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
24304         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
24305         noce_process_if_block): Likewise.
24306         * gcse.c (compute_local_properties, insert_expr_in_table,
24307         insert_set_in_table, canon_list_insert, find_avail_set,
24308         pre_insert_copy_insn): Likewise.
24309
24310         * basic-block.h (BLOCK_NUM): Move from here...
24311         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
24312
24313 2010-01-03  Richard Guenther  <rguenther@suse.de>
24314
24315         PR tree-optimization/42438
24316         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
24317         contains_may_not_return_call flag.
24318         (BB_MAY_NOTRETURN): New.
24319         (valid_in_sets): Trapping nary operations are not valid
24320         in blocks that may not return.
24321         (insert_into_preds_of_block): Remove check for trapping expressions.
24322         (compute_avail): Compute also BB_MAY_NOTRETURN.
24323
24324 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
24325
24326         * doc/invoke.texi: Add 2010 to copyright years.
24327
24328 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
24329
24330         * config/sparc/sparc.c: Fix formatting nits.
24331
24332 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
24333             Alexander Monakov  <amonakov@ispras.ru>
24334
24335         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
24336
24337 2010-01-02  Richard Guenther  <rguenther@suse.de>
24338
24339         PR middle-end/42577
24340         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
24341         (simplify_switch_using_ranges): Mark to be removed edges
24342         as non-executable.
24343
24344 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24345
24346         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
24347
24348         * collect2.c (scan_libraries): Add missing argument in call to
24349         scan_prog_file.
24350
24351 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
24352
24353         PR target/42448
24354         * config/alpha/predicates.md (aligned_memory_operand): Return false
24355         for CQImode.
24356         (unaligned_memory_operand): Return true for CQImode.
24357         * config/alpha/alpha.c (get_aligned_mem): Assert that location
24358         doesn not cross aligned SImode word boundary.
24359
24360 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
24361
24362         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
24363         Remove.
24364         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
24365         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
24366
24367 2010-01-02  Richard Guenther  <rguenther@suse.de>
24368
24369         PR lto/41597
24370         * toplev.c (compile_file): Emit LTO marker properly.  Change
24371         it to __gnu_lto_v1.
24372         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
24373
24374 2010-01-01  Richard Guenther  <rguenther@suse.de>
24375
24376         PR debug/42455
24377         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
24378
24379 2010-01-01  Richard Guenther  <rguenther@suse.de>
24380
24381         PR c/42570
24382         * c-decl.c (grokdeclarator): For zero-size arrays force
24383         structural equality checks as layout_type does.
24384
24385 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
24386
24387         * builtins.c: Update copyright to 2010.
24388
24389 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
24390
24391         PR lto/42531
24392         * lto-streamer-out.c (produce_asm): Revert the last change.
24393         (copy_function): Likewise.
24394
24395         * lto-streamer.c (lto_get_section_name): Skip any leading
24396         asterisk in name.
24397
24398 2010-01-01  Richard Guenther  <rguenther@suse.de>
24399
24400         PR middle-end/42559
24401         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
24402         for LABEL_DECLs.
24403
24404 \f
24405 Copyright (C) 2010 Free Software Foundation, Inc.
24406
24407 Copying and distribution of this file, with or without modification,
24408 are permitted in any medium without royalty provided the copyright
24409 notice and this notice are preserved.