OSDN Git Service

* config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
2
3         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
4         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
5         (function_arg): Delete.
6         (function_arg_boundary): Take a const_tree.
7         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
8         (rs6000_spe_function_arg): Likewise.
9         (rs6000_parm_start): Likewise.
10         (rs6000_arg_size): Likewise.
11         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
12         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of
13         an int.
14         (rs6000_mixed_function_arg): Likewise.
15         (function_arg): Rename to...
16         (rs6000_function_arg): ...this.
17         (function_arg_advance): Rename to...
18         (rs6000_function_arg_advance_1): ...this
19         (rs6000_function_arg_advance): New function.  Call it.
20         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
21         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
22         (rs6000_function_value): Likewise.
23         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
24
25 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26
27         * config/arm/arm.md (enabled): Test the value of arch_enabled
28         rather than just using it.
29
30 2010-08-27  Olivier Hainque  <hainque@adacore.com>
31             Eric Botcazou  <ebotcazou@adacore.com>
32
33         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
34         cover all the possible offsets from this base.
35         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
36
37 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
38
39         PR tree-optimization/44485
40         * calls.c (flags_from_decl_or_type): For const or pure
41         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
42         together with ECF_CONST resp. ECF_PURE.
43         * builtins.c (expand_builtin): Use flags_from_decl_or_type
44         instead of querying flags directly.
45         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
46         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
47
48 2010-08-26  Richard Guenther  <rguenther@suse.de>
49
50         PR tree-optimization/45255
51         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P
52         statics and externals are also invariant.
53
54 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
55
56         PR rtl-optimization/44858
57         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
58         newi2pat, make sure they don't affect newpat.
59
60         PR rtl-optimization/45400
61         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
62         SUBREG_REG if both modes are of MODE_INT class.
63
64 2010-08-25  Julian Brown  <julian@codesourcery.com>
65
66         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
67         * config/arm/arm.md (generic_sched): No for Cortex-A5.
68         (generic_vfp): Likewise.
69         (cortex-a5.md): Include.
70         * config/arm/cortex-a5.md: New.
71
72 2010-08-25  Richard Guenther  <rguenther@suse.de>
73
74         * alias.c (get_alias_set): Assign a single alias-set to
75         all pointers.
76         * gimple.c (gimple_get_alias_set): Remove special handling
77         for pointers.
78
79 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
80
81         PR middle-end/45355
82         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
83         dead_or_set_p when computing i0_feeds_i2_n.
84
85         * combine.c (find_split_point): Undo canonicalization of multiply-add
86         to (minus x (mult)) when it seems likely that this will increase the
87         chances of a split.
88
89 2010-08-25  Richard Guenther  <rguenther@suse.de>
90
91         PR lto/44562
92         * lto-streamer.c (lto_record_common_node): Do not mess with
93         TYPE_CANONICAL when not in lto.
94         * gimple.c (gimple_register_type): Likewise.
95
96 2010-08-25  Richard Guenther  <rguenther@suse.de>
97
98         PR tree-optimization/45316
99         * tree-ssa-pre.c (eliminate): Properly clean EH info.
100
101 2010-08-25  Richard Guenther  <rguenther@suse.de>
102
103         PR tree-optimization/45393
104         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
105         and clean EH info.  Avoid SSA update.
106         (execute_cse_sincos): Cleanup the CFG if it has changed.
107
108 2010-08-25  Richard Guenther  <rguenther@suse.de>
109
110         PR middle-end/45379
111         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
112         TARGET_MEM_REF in alignment computation.
113
114 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
115
116         PR tree-optimization/45059
117         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
118         type conversions from newop{1,2}.  Assert t is a comparison and
119         newop{1,2} after the stripping are gimple vals.
120
121 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
122
123         * config/arm/iterators.md (VU, SE, V_widen_l): New.
124         (V_unpack, US): New.
125         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for
126         vmovl.
127         (vec_unpack<US>_lo_<mode>): Likewise.
128         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
129         (neon_vec_unpack<US>_lo_<mode>): Likewise.
130         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
131         (vec_widen_<US>mult_hi_<mode>): Likewise.
132         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
133         (neon_vec_<US>mult_hi_<mode>"): Likewise.
134         (neon_unpack<US>_<mode>): Widening move intermediate step for
135         vectorizing without -mvectorize-with-neon-quad.
136         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
137         for vectorizing without -mvectorize-with-neon-quad.
138         * config/arm/predicates.md (vect_par_constant_high): Check for
139         high-half lanes of a vector.
140         (vect_par_constant_low): Check for low-half lanes of a vector.
141
142 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
143
144         * tree-if-conv.c (struct ifc_dr): New.
145         (IFC_DR): New.
146         (DR_WRITTEN_AT_LEAST_ONCE): New.
147         (DR_RW_UNCONDITIONALLY): New.
148         (memref_read_or_written_unconditionally): Use the cached values
149         when possible.
150         (write_memref_written_at_least_once): Same.
151         (if_convertible_loop_p): Initialize and free DR->aux fields.
152
153 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
154
155         * gimple.c (gimple_could_trap_p_1): Not static anymore.
156         Pass an extra bool parameter include_mem.
157         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
158         (gimple_assign_rhs_could_trap_p): Same.
159         * gimple.h (gimple_could_trap_p_1): Declared.
160         * tree-data-ref.h (same_data_refs_base_objects): New.
161         (same_data_refs): New.
162         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
163         (write_memrefs_written_at_least_once): New.
164         (ifcvt_memrefs_wont_trap): New.
165         (operations_could_trap): New.
166         (ifcvt_could_trap_p): New.
167         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
168         Gets a vector of data refs.
169         (if_convertible_stmt_p): Same.
170         (if_convertible_loop_p_1): New.
171         (if_convertible_loop_p): Call if_convertible_loop_p_1.
172
173 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
174
175         * common.opt (ftree-loop-if-convert-stores): New flag.
176         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
177         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
178         the created statement before GSI.
179         (if_convertible_phi_p): Allow virtual phi nodes when
180         flag_loop_if_convert_stores is set.
181         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
182         Do not handle types that do not match is_gimple_reg_type.
183         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
184         when flag_loop_if_convert_stores is set, as LHS can contain
185         memory refs.
186         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
187         to if_convertible_gimple_assign_stmt_p.
188         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
189         (replace_phi_with_cond_gimple_assign_stmt): Renamed
190         predicate_scalar_phi.  Do not handle virtual phi nodes.
191         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
192         Call predicate_scalar_phi.
193         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
194         just after the labels for flag_loop_if_convert_stores, otherwise
195         insert the predicate in the end of the BB.
196         (predicate_mem_writes): New.
197         (combine_blocks): Call predicate_all_scalar_phis.  When
198         flag_loop_if_convert_stores is set, call predicate_mem_writes.
199         (tree_if_conversion): Call mark_sym_for_renaming when
200         flag_loop_if_convert_stores is set.
201         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
202         flag_loop_if_convert_stores is set.
203
204 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
205
206         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
207         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
208         (pa_function_value): Make static.
209         (override_options): Rename to...
210         (pa_option_override): ...this. Make static.
211         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
212         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
213         TARGET_OPTION_OVERRIDE): Define.
214         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
215         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
216         Remove.
217         * config/pa/pa-protos.h (override_options): Remove.
218
219 2010-08-24  Richard Guenther  <rguenther@suse.de>
220
221         PR middle-end/45379
222         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
223         if addr->index is NULL or zero.
224         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
225         TARGET_MEM_REF more properly.
226         (indirect_ref_may_alias_decl_p): Likewise.
227         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
228         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more
229         properly.
230
231 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
232
233         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
234         (m32c_override_options): Rename to...
235         (m32c_option_override): ...this. Make static.
236         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
237         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
238         Remove.
239         * config/m32c/m32c-protos.h (m32c_override_options,
240         m32c_function_value_regno_p): Remove.
241
242 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
243
244         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
245         Fix a typo in a previous commit.
246
247 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
248
249         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
250         Pre-initialize innerloop_iters to one.
251
252 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
253
254         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
255         existing static function global.
256
257         *tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
258         is changed to global.
259
260         *tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
261         may_be_nonaddressable_p on base, and don't collect this reference
262         if the address of the base could not be taken.
263
264 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
265
266         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
267         enable the compiler to autovectorize mathmetical functions for
268         power7 using the Mathematical Acceleration Subsystem library.
269
270         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
271         handle which vector math library we have.
272         (rs6000_override_options): Add -mveclibabi=mass support.
273         (rs6000_builtin_vectorized_libmass): New function to handle auto
274         vectorizing math functions that are in the MASS library.
275         (rs6000_builtin_vectorized_function): Call it.
276
277         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
278         -mveclibabi=mass.
279
280 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
281
282         PR boehm-gc/34544
283         * gthr-posix.h (__gthread_active_init): Delete.
284         (__gthread_active_p): Do activity check here.
285         Don't include errno.h on hppa-hpux.  Update comment.
286         * gthr-posix95.h (__gthread_active_init): Delete.
287         (__gthread_active_p): Do activity check here.
288         Don't include errno.h on hppa-hpux.  Update comment.
289         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
290         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
291         add -lpthread when -mt or -pthread is specified.
292         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
293         (LINK_GCC_C_SEQUENCE_SPEC): Define.
294         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
295         (stublib.c, pthread_default_stacksize_np-stub.o,
296         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
297         $(T)libgcc_stub.a): Add methods.
298         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
299         (stublib.c, pthread_default_stacksize_np-stub.o,
300         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
301         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
302         pthread_mutex_unlock): New stubs.
303
304 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
305
306         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
307         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
308         options.
309         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
310         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
311         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
312         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
313         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
314         "-l".
315         * cppspec.c: Include opts.h.
316         (lang_specific_driver): Use cl_decoded_option structures.
317         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
318         * doc/tm.texi: Regenerate.
319         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
320         (driver_handle_option): Allow driver options needing no special
321         processing.
322         (process_command): Decode options before call to
323         lang_specific_driver.  Pass decoded options to
324         lang_specific_driver.
325         * gcc.h (lang_specific_driver): Update prototype.
326         * gccspec.c: Include opts.h.
327         (lang_specific_driver): Use cl_decoded_option structures.
328         * opts-common.c (option_ok_for_language, generate_option,
329         generate_option_input_file): New.
330         (decode_cmdline_option): Use option_ok_for_language.
331         (decode_cmdline_options_to_array): Use generate_option_input_file.
332         (handle_generated_option): Use generate_option.
333         * opts.h (generate_option, generate_option_input_file): Declare.
334
335 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
336
337         * config/mips/mips.c (mips_override_options): Rename to...
338         (mips_option_override): ...this. Make static.
339         (TARGET_OPTION_OVERRIDE): Define.
340         (mips_in_small_data_p): Update comment.
341         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
342         (FIXED_REGISTERS): Update comment.
343         * config/mips/mips-protos.h (mips_override_options): Remove.
344
345 2010-08-21  Olivier Hainque  <hainque@adacore.com>
346
347         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
348
349 2010-08-21  Olivier Hainque  <hainque@adacore.com>
350
351         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
352         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
353
354 2010-08-20  Jan Hubicka  <jh@suse.cz>
355
356         * tree-pass.h (pass_ipa_cdtor_merge): New function.
357         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
358         heap allocated.
359         (record_cdtor_fn): Move to ipa.c; do not test for
360         have_ctors_dtors.
361         (build_cdtor): Move to ipa.c; add code avoiding construction
362         when target have ctors/dtors and there is only one ctor/dtor at given
363         priority.
364         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize sort;
365         reverse order of constructors.
366         (cgraph_build_cdtor_fns):Move to ipa.c; rename to build_cdtor_fns.
367         (cgraph_finalize_function): Do not call record_cdtor_fn.
368         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
369         (cgraph_build_static_cdtor): Move to ipa.c.
370         * ipa.c: Include target.h and tree-iterator.h.
371         (cgraph_build_static_cdtor, static_ctors, static_dtors,
372         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
373         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
374         pass_ipa_cdtor_merge): New.
375         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
376         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of bounds access.
377
378 2010-08-20  Jan Hubicka  <jh@suse.cz>
379
380         PR c++/45307
381         PR c++/17736
382         * cgraph.h (cgraph_only_called_directly_p,
383         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
384         static cdtors.
385         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
386         are not needed.
387         (cgraph_finalize_function): Static cdtors are reachable.
388         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
389
390 2010-08-20  Jan Hubicka  <jh@suse.cz>
391
392         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.
393         * lto-streamer-out.c (lto_output): Likewise.
394         * passes.c (ipa_write_optimization_summaries): Initialize statement uids.
395
396 2010-08-20  Olivier Hainque  <hainque@adacore.com>
397
398         * tree.h (alias_diag_flags): New enum.
399         (alias_pair): Add an 'emitted_diags' field.
400         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
401         (assemble_alias): Initialize emitted_diags of new pairs.
402
403 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
404
405         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
406         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
407         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
408         (STACK_CHECK_PROTECT): Define.
409         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
410         (output_probe_stack_range): Likewise.
411         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
412         builtin stack checking is enabled.
413         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
414         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
415         (probe_stack_range): New insn.
416
417 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
418
419         PR target/45336
420         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
421         short first.
422
423         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
424         char first.
425
426 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
427
428         PR target/45336
429         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
430         to cover zero extension into 64-bit register.
431         (*sse2_pextrw): Likewise.
432         (*sse4_1_pextrd_zext): New insn.
433
434 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
435
436         revert r163410, partially revert r163267.
437         * config/rs6000/darwin.h (LIB_SPEC): Remove.
438         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all 
439         Darwin versions.
440         
441 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
442
443         PR middle-end/44974
444         * builtins.c (expand_builtin): Don't optimize away
445         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
446
447 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
448
449         * config/i386/i386.md (ashift RSP splitter): Remove splitter.
450         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
451         alternative 1 of operand 2.
452
453 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
454             Paolo Bonzini  <bonzini@gnu.org>
455
456         * simplify-rtx.c (simplify_unary_operation_1): Optimize
457         (sign_extend (zero_extend (...)) and
458         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
459
460 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
461
462         PR rtl-optimization/45353
463         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
464         after bb_note is a BARRIER.
465
466 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
467
468         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
469         linking libgcc.a.
470
471 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
472             Michael Matz  <matz@suse.de>
473
474         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
475
476 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
477
478         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
479         (ggc_mark_roots): ...here.
480
481 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
482
483         * vec.h (FOR_EACH_VEC_ELT): Define.
484         * c-decl.c: Use it.
485         * cfgloop.c: Likewise.
486         * cfgloopmanip.c: Likewise.
487         * cgraph.c: Likewise.
488         * cgraphunit.c: Likewise.
489         * combine.c: Likewise.
490         * config/bfin/bfin.c: Likewise.
491         * config/mips/mips.c: Likewise.
492         * config/rs6000/rs6000.c: Likewise.
493         * dbxout.c: Likewise.
494         * df-scan.c: Likewise.
495         * dominance.c: Likewise.
496         * dse.c: Likewise.
497         * dwarf2out.c: Likewise.
498         * except.c: Likewise.
499         * expr.c: Likewise.
500         * function.c: Likewise.
501         * gcse.c: Likewise.
502         * genattr.c: Likewise.
503         * ggc-common.c: Likewise.
504         * gimplify.c: Likewise.
505         * graphite-blocking.c: Likewise.
506         * graphite-clast-to-gimple.c: Likewise.
507         * graphite-dependences.c: Likewise.
508         * graphite-interchange.c: Likewise.
509         * graphite-poly.c: Likewise.
510         * graphite-scop-detection.c: Likewise.
511         * graphite-sese-to-poly.c: Likewise.
512         * graphite.c: Likewise.
513         * haifa-sched.c: Likewise.
514         * ifcvt.c: Likewise.
515         * implicit-zee.c: Likewise.
516         * ipa-prop.c: Likewise.
517         * ipa-struct-reorg.c: Likewise.
518         * ipa.c: Likewise.
519         * ira-build.c: Likewise.
520         * ira-color.c: Likewise.
521         * ira-emit.c: Likewise.
522         * lambda-code.c: Likewise.
523         * loop-invariant.c: Likewise.
524         * loop-unroll.c: Likewise.
525         * lower-subreg.c: Likewise.
526         * lto-cgraph.c: Likewise.
527         * lto-opts.c: Likewise.
528         * lto-streamer-in.c: Likewise.
529         * lto-streamer-out.c: Likewise.
530         * lto-streamer.c: Likewise.
531         * lto-symtab.c: Likewise.
532         * matrix-reorg.c: Likewise.
533         * opts.c: Likewise.
534         * predict.c: Likewise.
535         * print-tree.c: Likewise.
536         * sdbout.c: Likewise.
537         * sel-sched-dump.c: Likewise.
538         * sel-sched-ir.c: Likewise.
539         * sel-sched.c: Likewise.
540         * sese.c: Likewise.
541         * stor-layout.c: Likewise.
542         * tree-cfg.c: Likewise.
543         * tree-cfgcleanup.c: Likewise.
544         * tree-chrec.c: Likewise.
545         * tree-data-ref.c: Likewise.
546         * tree-emutls.c: Likewise.
547         * tree-inline.c: Likewise.
548         * tree-into-ssa.c: Likewise.
549         * tree-loop-distribution.c: Likewise.
550         * tree-loop-linear.c: Likewise.
551         * tree-mudflap.c: Likewise.
552         * tree-outof-ssa.c: Likewise.
553         * tree-parloops.c: Likewise.
554         * tree-predcom.c: Likewise.
555         * tree-pretty-print.c: Likewise.
556         * tree-scalar-evolution.c: Likewise.
557         * tree-ssa-live.c: Likewise.
558         * tree-ssa-loop-im.c: Likewise.
559         * tree-ssa-loop-ivcanon.c: Likewise.
560         * tree-ssa-loop-ivopts.c: Likewise.
561         * tree-ssa-loop-manip.c: Likewise.
562         * tree-ssa-loop-niter.c: Likewise.
563         * tree-ssa-loop-prefetch.c: Likewise.
564         * tree-ssa-phiprop.c: Likewise.
565         * tree-ssa-pre.c: Likewise.
566         * tree-ssa-reassoc.c: Likewise.
567         * tree-ssa-sccvn.c: Likewise.
568         * tree-ssa-structalias.c: Likewise.
569         * tree-ssa.c: Likewise.
570         * tree-vect-data-refs.c: Likewise.
571         * tree-vect-loop-manip.c: Likewise.
572         * tree-vect-loop.c: Likewise.
573         * tree-vect-patterns.c: Likewise.
574         * tree-vect-slp.c: Likewise.
575         * tree-vect-stmts.c: Likewise.
576         * tree-vrp.c: Likewise.
577         * tree.c: Likewise.
578         * value-prof.c: Likewise.
579         * var-tracking.c: Likewise.
580         * varasm.c: Likewise.
581         * vmsdbgout.c: Likewise.
582
583 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
584             Richard Guenther  <richard.guenther@gmail.com>
585
586         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
587         copy the src value and return a copy.
588         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
589         (C++ Volatiles): Adjust to describe C++ semantics only.
590
591 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
592
593         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
594         be zero or nonzero.
595         * doc/tm.texi: Regenerate.
596         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
597         * df-scan.c (df_get_exit_block_use_set), reginfo.c
598         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
599         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
600         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
601         to 1.
602
603 2010-08-20  Olivier Hainque  <hainque@adacore.com>
604
605         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
606         an extra nop past a sibling call at the very end.
607
608 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
609
610         PR bootstrap/45350
611         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
612         a comment.
613
614 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
615
616         * target.def (function_arg, function_incoming_arg): Remove const
617         qualifier on CUMULATIVE_ARGS parameter.
618         * targhooks.h (default_function_arg, default_function_incoming_arg):
619         Likewise.
620         * targhooks.c (default_function_arg, default_function_incoming_arg):
621         Likewise.
622         * config/i386/i386.c (ix86_function_arg): Likewise.
623
624 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
625
626         PR target/45336
627         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
628         SIGN_EXTENDs or ZERO_EXTENDs.
629
630 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
631
632         PR target/42172
633         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
634         Take its cost into account if nonnull.
635         (insn_a_feeds_b): New static function.
636         (combine_instructions): Look for four-insn combinations.
637         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
638         them into account when computing all_adjacent and looking for other
639         uses.
640         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
641         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
642         (try_combine): New arg I0.  Handle four-insn combinations.
643         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
644         like ELIM_I1.
645
646 2010-08-19  Jason Merrill  <jason@redhat.com>
647
648         PR c++/45307
649         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
650         if ctor is empty.
651         (gimplify_modify_expr_rhs): Adjust.
652
653 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
654
655         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
656         bitmap_bit_p.
657         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
658         * dominance.c (iterate_fix_dominators): Likewise.
659         * dse.c (set_usage_bits): Likewise.
660         (set_position_unneeded, record_store): Likewise.
661         * gimple-fold.c (get_maxval_strlen): Likewise.
662         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
663         * ipa-inline.c (update_caller_keys): Likewise.
664         * ipa-split.c (verify_non_ssa_vars): Likewise.
665         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
666         (close_type_exposed_parameter, close_type_full_escape): Likewise.
667         (close_addressof_down): Likewise.
668         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
669         (setup_allocno_left_conflicts_size): Likewise.
670         (ira_reassign_conflict_allocnos): Likewise.
671         (ira_reassign_pseudos): Likewise.
672         * ira-emit.c (change_loop): Likewise.
673         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
674         * lto-streamer-out.c (write_symbol): Likewise.
675         * predict.c (expr_expected_value_1): Likewise.
676         * regstat.c (regstat_bb_compute_ri): Likewise.
677         * sel-sched.c (create_block_for_bookkeeping): Likewise.
678         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
679         * stmt.c (expand_case): Likewise.
680         * tree-eh.c (emit_eh_dispatch): Likewise.
681         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
682         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
683         Likewise.
684         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
685         (rdg_build_components): Likewise.
686         * tree-object-size.c (collect_object_sizes_for): Likewise.
687         * tree-sra.c (convert_callers): Likewise.
688         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
689         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
690         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
691
692 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
693
694         * config/i386/i386.md (*lea_1): Use P mode iterator.
695         (lea add splitter): Also handle DImode operands.
696         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
697         predicate.  Do not use ix86_lea_for_add_ok.
698         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
699         (lea ashift splitter): Also handle DImode operands.
700         (DImode lea ashift splitter): Remove splitter.
701
702 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
703
704         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
705         ix86_binary_operator_ok.
706
707 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
708
709         PR rtl-optimization/44691
710         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
711         is not a register.
712
713 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
714
715         PR target/45070
716         * config/arm/arm.c (arm_output_epilogue): Ensure that return
717          value of size 1-3 is handled correctly.
718
719 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
720
721         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
722         type for the conditional has wide enough range.
723
724 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
725
726         PR target/45327
727         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
728         ix86_binary_operator_ok.
729
730 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
731
732         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
733         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
734         code to output insn mnemonic.  Fix comment.
735         (*addsi_1_zext): Add r-r-0 alternative 1.
736         <TYPE_LEA>: Split insn to lea.
737         <default>: Handle alternative 1.
738         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
739         multi-level if_then_else RTX to set "type" attribute.
740         <default>: Handle alternative 2.
741         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
742         Use cond RTX instead of multi-level if_then_else RTX to set
743         "type" attribute.
744         <default>: Handle alternatives 2 and 4.
745         (lea splitters): Update calls to ix86_lea_for_add_ok.
746
747         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
748         argument.
749         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
750
751 2010-08-18  Richard Guenther  <rguenther@suse.de>
752
753         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
754         use operand helpers.
755
756 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
757
758         PR middle-end/45292
759         * optabs.c (expand_bool_compare_and_swap): Expand pending
760         pops before trying the optab.
761
762 2010-08-18  Yao Qi  <yao@codesourcery.com>
763
764         PR target/45094
765         * config/arm/arm.c (output_move_double): Fix typo generating
766         instructions ('ldr'->'str').
767
768 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
769
770         PR rtl-optimization/42575
771         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
772         live ranges.
773
774 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
775
776         * config/arm/arm-protos.h (arm_expand_sync): New.
777         (arm_output_memory_barrier, arm_output_sync_insn): New.
778         (arm_sync_loop_insns): New.
779         * config/arm/arm.c (FL_ARCH7): New.
780         (FL_FOR_ARCH7): Include FL_ARCH7.
781         (arm_arch7): New.
782         (arm_print_operand): Support %C markup.
783         (arm_legitimize_sync_memory): New.
784         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
785         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
786         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
787         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
788         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
789         (arm_process_output_sync_insn, arm_output_sync_insn): New.
790         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
791         * config/arm/arm.h (struct arm_sync_generator): New.
792         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
793         (TARGET_HAVE_MEMORY_BARRIER): New.
794         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
795         * config/arm/arm.md: Include sync.md.
796         (UNSPEC_MEMORY_BARRIER): New.
797         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
798         (VUNSPEC_SYNC_OP):New.
799         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
800         (sync_result, sync_memory, sync_required_value): New attributes.
801         (sync_new_value, sync_t1, sync_t2): Likewise.
802         (sync_release_barrier, sync_op): Likewise.
803         (length): Add logic to length attribute defintion to call
804         arm_sync_loop_insns when appropriate.
805         * config/arm/sync.md: New file.
806
807 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
808
809         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
810         ENABLE_TREE_CHECKING.
811         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
812         and GCC >= 4.3.
813
814 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
815
816         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
817         or optimizing for size, always avoid lea if possible.
818
819         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
820
821 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
822
823         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
824         Dunmmy function with NULL return unless the target is
825         OSX >= 10.6 (Darwin10).
826
827 2010-08-17  Jack Howarth <howarth@bromo.med.uc.edu>
828
829         * gcc.c (spec_function): Add remove-outfile.
830         (remove_outfile_spec_function): New function.
831         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
832         * invoke.texi (replace-outfile): Document.
833
834 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
835
836         PR target/45296
837         * reginfo.c (globalize_reg): Reject stack registers.
838
839 2010-08-17  Richard Guenther  <rguenther@suse.de>
840
841         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
842         list of conditional equivalences.
843         (free_all_edge_infos): Adjust.
844         (record_equivalences_from_incoming_edge): Likewise.
845         (record_cond): Likewise.
846         (build_and_record_new_cond): Likewise.
847         (record_conditions): Likewise.
848         (dom_opt_leave_block): Likewise.
849
850 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
851
852         * doc/invoke.texi (ms-extension): Add documentation.
853
854 2010-08-17  Richard Guenther  <rguenther@suse.de>
855
856         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
857
858 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
859
860         PR c/40563
861         * c-decl.c (diagnose_uninitialized_cst_member): New function.
862         (finish_decl): Use it to issue a -Wc++-compat warning about
863         uninitialized const field in struct or union.
864
865         (finish_struct): Use strip_array_types.
866
867 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
868
869         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
870         functions.
871         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
872         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
873         call block_nreverse here.
874         (blocks_nreverse): Rename decl temporary to block.
875
876 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
877
878         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
879         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
880         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
881         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
882         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
883         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
884         thumb2_iorsi3): Delete.
885         (orsi_notsi_si): No longer a named pattern.
886         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
887         * config/arm/predicates.md (shift_amount_operand): New.
888         (mult_operator): New.
889         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
890         attr enabled): New.
891         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
892         arch matches t2.
893         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
894         (not_shiftsi_compare0): Likewise, renamed from
895         arm_notsi_shiftsi_compare0.
896         (not_shiftsi_compare0_scratch): Likweise, renamed from
897         arm_notsi_shiftsi_compare0_scratch.
898         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
899         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
900         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
901         so that the register alternative is disabled when the shift_operator
902         is MULT.  Use "M" as the constraint for constants.
903         (arith_shiftsi splitter): Enable for TARGET_32BIT.
904         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
905         constraint for constants.
906         (arith_shiftsi_compare0_scratch): Likewise.
907         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
908         Handle Thumb2 alternative.
909
910 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
911
912         * doc/options.texi (NoDriverArg): Document.
913         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
914         -MDX and -MMDX.
915         * opt-functions.awk (switch_flags): Handle NoDriverArg.
916         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
917         marking for CL_NO_DRIVER_ARG options when in the driver.
918         * opts.h (CL_NO_DRIVER_ARG): Define.
919         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
920         CL_COMMON): Update values.
921
922 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
923
924         * common.opt: Add driver options.
925         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
926         * doc/options.texi (Driver, RejectDriver): Document.
927         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
928         print_prog_name, print_multi_directory, print_sysroot,
929         print_multi_os_directory, print_multi_lib,
930         print_sysroot_headers_suffix, report_times, combine_flag,
931         use_pipes, wrapper_string): Remove.
932         (save_switch, driver_unknown_option_callback,
933         driver_wrong_lang_callback, driver_post_handling_callback,
934         driver_handle_option): New.
935         (spec_lang, last_language_n_infiles): Make file-scope static
936         instead of local to process_command.
937         (process_command): Use decode_cmdline_options_to_array and
938         read_cmdline_option for option processing.  Compute have_c in
939         prescan of decoded options.
940         * opt-functions.awk (switch_flags): Handle Driver and
941         RejectDriver.
942         (var_type, var_type_struct): Handle Separate options as generating
943         const char * variables.
944         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
945         CL_TARGET to be passed by caller if required.
946         (decode_cmdline_options_to_array): Update comment.
947         * opts.c (complain_wrong_lang): Handle options only valid for the
948         driver.
949         (decode_options): Update call to decode_cmdline_options_to_array.
950         (print_filtered_help): Ignore driver-only options.
951         (print_specific_help): Ignore CL_DRIVER.
952         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
953         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
954         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
955         Update values.
956
957 2010-08-16  Richard Guenther  <rguenther@suse.de>
958
959         * tree-cfg.c (verify_types_in_gimple_reference): Verify
960         TARGET_MEM_REF a bit.
961         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
962         (create_mem_ref_raw): Always create TMR_OFFSET, store the
963         alias pointer type via it.
964         (copy_mem_ref_info): Adjust.
965         (maybe_fold_tmr): Likewise.
966         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
967         (reference_alias_ptr_type): Likewise.
968         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
969         adjust documentation of TMR_OFFSET operand.
970         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
971         use the alias pointer type.
972         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
973         initialize mem attrs but the TMR itself.
974         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
975         similar to MEM_REF.
976         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
977         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
978         (unshare_and_remove_ssa_names): Likewise.
979         (copy_ref_info): Adjust.
980         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
981         TARGET_MEM_REF case.
982         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
983         at TMR_ORIGINAL.
984         * tree.h (TMR_ORIGINAL): Remove.
985         * gimple.c (get_base_address): For TARGET_MEM_REF with a
986         symbol return that.
987         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
988         with a symbol.
989         (get_addr_base_and_unit_offset): Likewise.
990         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
991         TARGET_MEM_REFs.
992         (indirect_ref_may_alias_decl_p): Likewise.
993         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
994
995 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
996
997         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
998         with GCC version 4.6, the default setting (when not optimizing
999         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
1000         been changed to -fomit-frame-pointer.
1001
1002 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
1003
1004         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
1005         Darwin10.  Do not link libgcc.a for Darwin >= 9.
1006
1007 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
1008
1009         * doc/invoke.texi (Warning Options): Fix terminology and markup
1010         in the description of how unknown warning options are handled.
1011
1012 2010-08-15  Ira Rosen  <irar@il.ibm.com>
1013
1014         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
1015         in basic blocks.
1016         (vect_supportable_dr_alignment): Check alignment for basic blocks.
1017         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
1018         data references.
1019         (vect_bb_vectorization_profitable_p): New function.
1020         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
1021         check if it's worthwhile to vectorize the basic block.
1022
1023 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
1024
1025         * reload.h (register_move_cost, memory_move_secondary_cost,
1026         secondary_reload_class): Adjust prototype.
1027         * rtl.h (reg_class_subset_p): Adjust prototype.
1028         * reload.c (secondary_reload_class): Change arguments type from
1029         enum reg_class to reg_class_t. Change result type to reg_class_t.
1030         * reginfo.c (register_move_cost, reg_class_subset_p): Change
1031         arguments type from enum reg_class to reg_class_t.
1032         (memory_move_secondary_cost): Change arguments type from
1033         enum reg_class to reg_class_t. Change type of saved_flags to
1034         reg_class_t.
1035
1036         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
1037         Remove macros.
1038         (mips_cost): Remove.
1039         (struct mips_rtx_cost_data): Moved to mips.c.
1040         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
1041         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
1042         (mips_cost): Make static.
1043         (mips_canonicalize_move_class): Change argument type to reg_class_t.
1044         Change result type to reg_class_t.
1045         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
1046         type from enum reg_class to reg_class_t.
1047         (mips_register_move_cost): Make static. Change arguments
1048         type from enum reg_class to reg_class_t.
1049         (mips_memory_move_cost): New function.
1050         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
1051
1052 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
1053
1054         PR rtl-optimization/43358
1055         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
1056         of a single hard register, using simplify_subreg_regno to decide
1057         what that register should be.
1058
1059 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
1060
1061         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
1062         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
1063         (loongson_pmull<V_suffix>): Rename to...
1064         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
1065
1066 2010-08-13  Jack Howarth <howarth@bromo.med.uc.edu>
1067
1068         * gcc/configure.ac: Enable -fomit-frame-pointer on darwin
1069         which support dwarf2.
1070         * config/i386/i386.c (override_options): Same.
1071
1072 2010-08-13  Jie Zhang  <jie@codesourcery.com>
1073
1074         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
1075
1076 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1077
1078         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
1079         -MMD.
1080
1081 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
1082
1083         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
1084         up dot_prod pattern searching if a stmt is outside the loop.
1085
1086 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1087             Uros Bizjak  <ubizjak@gmail.com>
1088
1089         * config.gcc: Handle --enable-frame-pointer.
1090
1091         * configure.ac: Add --enable-frame-pointer.
1092         * configure: Regenerated.
1093
1094         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
1095         (override_options): If not configured with --enable-frame-pointer,
1096         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
1097         optimizing for size), -fasynchronous-unwind-tables and
1098         -maccumulate-outgoing-args by default.
1099
1100 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
1101
1102         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
1103
1104         PR middle-end/45262
1105         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
1106         -a overflows.  Normalize the range.
1107
1108 2010-08-12  Richard Guenther  <rguenther@suse.de>
1109
1110         PR tree-optimization/45232
1111         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
1112         for types with undefined overflow.
1113         (reassociate_bb): Allow re-associating of bit and min/max
1114         operations for types with undefined overflow.
1115         * tree-ssa-forwprop.c (associate_plusminus): New function.
1116         (tree_ssa_forward_propagate_single_use_vars): Call it.
1117
1118 2010-08-12  Richard Guenther  <rguenther@suse.de>
1119
1120         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
1121         * tree-ssa-alias.c (get_ptr_info): Move ...
1122         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
1123         align and misalign fields conservatively.
1124         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
1125         derive alignment information.
1126         (evaluate_stmt): Derive alignment information from memory
1127         allocation functions.
1128         * tree.h (get_pointer_alignment): Make unsigned.
1129         * builtins.c (get_object_alignment): Use alignment information we
1130         have computed for pointers.
1131         (get_pointer_alignment): Likewise.  Make conservative, return
1132         and unsigned value.
1133         (expand_builtin_strlen): Adjust.
1134         (expand_builtin_memcmp): Likewise.
1135         (expand_builtin_strcmp): Likewise.
1136         (expand_builtin_strncmp): Likewise.
1137         (get_builtin_sync_mem): Use at least mode alignment.
1138         (fold_builtin_memset): Adjust.
1139         (fold_builtin_memory_op): Likewise.
1140         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
1141         information also dump pointer alignment knowledge.
1142         (dump_gimple_stmt): Likewise.
1143
1144 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
1145
1146         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
1147         (EMPTY_FIELD_BOUNDARY): Remove.
1148         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
1149
1150 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
1151
1152         PR debug/45259
1153         * caller-save.c (save_call_clobbered_regs): Only swap notes with
1154         DEBUG_INSNs if n_regs_saved.
1155
1156 2010-08-12  Wei Guozhi  <carrot@google.com>
1157
1158         PR target/44999
1159         * config/arm/arm.md (andsi3): Change to zero extension if possible.
1160         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
1161
1162 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
1163
1164         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
1165
1166         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
1167
1168 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1169
1170         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
1171         the case removed in the previous patch, when the only phi argument
1172         is defined in the same loop as the phi node itself.  Handle it
1173         separately from the invariant case by both propagating it outside
1174         the region and replacing the phi node with an assign.
1175
1176 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1177
1178         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
1179         constant phi nodes with one argument are is_gimple_min_invariant
1180         and SSA_NAME_IS_DEFAULT_DEF.
1181
1182 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1183
1184         * graphite-cloog-util.c (oppose_constraint):
1185         Extend loop counter's value range (CLOOG_ORG).
1186         (cloog_matrix_to_ppl_constraint): Same.
1187         (new_Constraint_System_from_Cloog_matrix): Same.
1188         * graphite-cloog-compat.h (matrix_num_type): New.
1189
1190 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1191
1192         * graphite.c (graphite_initialize): Do not initialize
1193         CLooG and initialize the Parma Polyhedra Library
1194         manually when using CLOOG_ORG.
1195         (graphite_finalize): Do not finalize CLooG and finalize
1196         the Parma Polyhedra Library manually when using CLOOG_ORG.
1197         * graphite-cloog-compat.h (cloog_initialize): Hide function
1198         when using CLOOG_ORG.
1199         (cloog_finalize): Same.
1200
1201 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1202
1203         * graphite-clast-to-gimple.c (free_scattering): Change
1204         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
1205         (CLOOG_ORG).
1206         (build_cloog_prog): Same.
1207         * graphite-cloog-compat.h (cloog_domain): Removed.
1208         (cloog_scattering): New.
1209         (cloog_set_domain): Removed.
1210         (cloog_set_scattering): New.
1211         (cloog_next_domain): Removed.
1212         (cloog_next_scattering): New.
1213         (cloog_set_next_domain): Removed.
1214         (cloog_set_next_scattering): New.
1215         (CloogScatteringList): New.
1216         (CloogScattering): New.
1217         (cloog_scattering_free): New.
1218         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
1219         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
1220         New.
1221
1222 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1223
1224         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
1225         CloogState.
1226         (set_cloog_options): Same.
1227         (print_clast_stmt): Same.
1228         (scop_to_clast): Same.
1229         (print_generated_program): Same.
1230         (gloog): Same.
1231         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
1232         (scop_to_clast): Extend with CloogState.
1233         * graphite-cloog-util.c: Include graphite-cloog-compat.h
1234         (new_Cloog_Domain_from_ppl_Polyhedron):
1235         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
1236         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
1237         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1238         * graphite-cloog-util.h (build_cloog_prog): Same.
1239         * graphite-cloog-copat.h (build_cloog_prog): New.
1240         (CloogState): New.
1241         (cloog_state_malloc): New.
1242         (cloog_state_free): New.
1243         (cloog_loop_malloc): New.
1244         (cloog_options_malloc): New.
1245         (cloog_statement_alloc): New.
1246         (cloog_domain_from_cloog_matrix): New.
1247         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
1248         (new_Cloog_Domain_from_ppl_Polyhedron): New.
1249
1250 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1251
1252         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
1253         type of NAME now depends on used CLooG version.
1254         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
1255         (gcc_type_for_clast_expr): Same.
1256         (print_clast_stmt): Replace pprint with clast_pprint.
1257         * graphite-cloog-compat.h: Provide compatibility macros for
1258         CLooG Legacy.
1259         (clast_name_p): New.
1260         (clast_expr_term): New.
1261         (clast_expr_red): New.
1262         (clast_expr_bin): New.
1263         (clast_pprint): New.
1264
1265 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1266
1267         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
1268         compatible to newer CLooG releases (CLOOG_ORG).
1269         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
1270         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
1271         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
1272         (build_cloog_prog) : New.
1273         (cloog_program_extract_scalars): New.
1274         (cloog_program_scatter): New.
1275
1276 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1277
1278         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
1279         conditionally (CLOOG_ORG).
1280         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
1281         (cloog_statement_usr): New.
1282         (cloog_domain): Same.
1283         (cloog_set_domain): Same.
1284         (cloog_next_domain): Same.
1285         (cloog_set_next_domain): Same.
1286         (cloog_program_nb_scattdims): Same.
1287         (cloog_program_set_nb_scattdims): Same.
1288         (cloog_program_names): Same.
1289         (cloog_program_set_names): Same.
1290         (cloog_program_set_context): Same.
1291         (cloog_program_set_loop): Same.
1292         (cloog_program_blocklist): Same.
1293         (cloog_program_set_blocklist): Same.
1294         (cloog_program_scaldims): Same.
1295         (cloog_program_set_scaldims): Same.
1296         (cloog_names_nb_parameters): Same.
1297         (cloog_names_set_nb_parameters): Same.
1298         (cloog_names_parameters): Same.
1299         (cloog_names_set_parameters): Same.
1300         (cloog_names_set_nb_iterators): Same.
1301         (cloog_names_set_iterators): Same.
1302         (cloog_names_set_nb_scattering): Same.
1303         (cloog_names_set_scattering): Same.
1304         (cloog_statement_set_usr): Same.
1305         (cloog_loop_set_next): Same.
1306         (cloog_loop_set_domain): Same.
1307         (cloog_loop_set_block): Same.
1308         (cloog_block_list_next): Same.
1309         (cloog_block_list_set_next):
1310         (cloog_block_list_set_block): Same.
1311
1312 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1313
1314         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
1315         a bool.
1316         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
1317         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
1318         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
1319         when something has been changed.
1320         (rewrite_commutative_reductions_out_of_ssa): Same.
1321
1322 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1323
1324         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
1325         handle the case when def is in the sese region.
1326         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
1327         for invariant expressions.
1328         (rewrite_cross_bb_phi_deps): Removed.
1329         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
1330         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
1331         rewrite_cross_bb_phi_deps.
1332
1333 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1334
1335         * graphite-sese-to-poly.c
1336         (rewrite_commutative_reductions_out_of_ssa_loop): Call
1337         scev_analyzable_p only on is_gimple_reg
1338
1339 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1340
1341         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
1342         (rewrite_close_phi_out_of_ssa): Propagate constant values or
1343         parametric expressions outside the scop region.
1344         (rewrite_cross_bb_scalar_deps): Same.
1345         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
1346
1347 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1348
1349         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
1350         SSA_NAME_DEF_STMT only on SSA_NAMEs.
1351
1352 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1353
1354         * tree-scalar-evolution.c (instantiate_scev_name): Do not
1355         instantiate default definitions.
1356
1357 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
1358             Sebastian Pop  <sebastian.pop@amd.com>
1359
1360         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
1361         (loop_exits_from_bb_p): New.
1362         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
1363         (loop_exits_from_bb_p): Declared.
1364         * graphite-scop-detection.c (scopdet_basic_block_info): Call
1365         loop_exits_to_bb_p.
1366
1367 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1368
1369         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
1370         extra parameter for the region.  Call scev_analyzable_p.
1371         (rewrite_reductions_out_of_ssa): Update call to
1372         rewrite_close_phi_out_of_ssa.
1373         (rewrite_cross_bb_phi_deps): Same.
1374         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
1375         parameter for the region.  Call scev_analyzable_p.
1376         (rewrite_commutative_reductions_out_of_ssa): Update call to
1377         rewrite_commutative_reductions_out_of_ssa_loop.
1378
1379 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1380
1381         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
1382
1383 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1384
1385         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
1386         SSA scalar phi nodes that can be scev_analyzable_p.
1387
1388 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1389
1390         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
1391         handle SSA_NAME_IS_DEFAULT_DEF.
1392
1393 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1394
1395         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
1396
1397 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1398
1399         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
1400         case non close-phi nodes with one argument.
1401
1402 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1403
1404         * sese.h (scev_analyzable_p): Scevs could be expressions without
1405         chrecs and still be scev_analyzable_p.
1406
1407 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1408
1409         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
1410
1411 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1412
1413         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
1414         * cfgloop.h (struct loop): Remove single_iv field.
1415         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
1416         (scop_canonicalize_loops): Removed.
1417         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
1418         over all the loop phi nodes in loop->header.
1419         (build_poly_scop): Remove use of scop_canonicalize_loops.
1420
1421 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1422
1423         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
1424         handle GIMPLE_CALL.
1425
1426 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1427
1428         * tree-chrec.c (chrec_apply): Should only apply to the specified
1429         variable.  Also handle multivariate chains of recurrences that
1430         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
1431
1432 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1433
1434         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
1435         (debug_clast_name_indexes_1): Removed.
1436         (debug_clast_name_indexes): Removed.
1437         (pbb_to_depth_to_oldiv): Removed.
1438         (build_iv_mapping): Replace the use of rename_map with iv_map.
1439         (translate_clast_user): Remove uses of rename_map.  Allocate and
1440         free iv_map.
1441         (translate_clast_for_loop): Remove uses of rename_map.
1442         (translate_clast_for): Same.
1443         (translate_clast_guard): Same.
1444         (translate_clast): Same.
1445         (gloog): Same.
1446         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
1447         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
1448         * sese.c (set_rename): Now static.
1449         (rename_variables_in_stmt): Removed.
1450         (rename_uses): New.
1451         (is_parameter): Removed.
1452         (is_iv): Removed.
1453         (expand_scalar_variables_call): Removed.
1454         (expand_scalar_variables_ssa_name): Removed.
1455         (expand_scalar_variables_expr): Removed.
1456         (expand_scalar_variables_stmt): Removed.
1457         (expand_scalar_variables): Removed.
1458         (rename_variables): Removed.
1459         (remove_condition): Removed.
1460         (get_true_edge_from_guard_bb): Removed.
1461         (get_false_edge_from_guard_bb): Removed.
1462         (struct igp): Removed.
1463         (default_before_guard): Removed.
1464         (convert_for_phi_arg): Removed.
1465         (add_guard_exit_phis): Removed.
1466         (insert_guard_phis): Removed.
1467         (graphite_copy_stmts_from_block): Now also uses iv_map and a
1468         region.  Do not copy conditions.  Do not copy induction variables.
1469         Call rename_uses.
1470         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
1471         the translated statement.  Use the iv_map for the induction
1472         variable renaming.
1473         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
1474         (set_rename): Removed declaration.
1475         (scev_analyzable_p): ...here.
1476         * tree-chrec.c (chrec_apply_map): New.
1477         * tree-chrec.h (chrec_apply_map): Declared.
1478
1479 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1480
1481         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
1482         insert_loop_close_phis.
1483         * sese.c (name_defined_in_loop_p): Removed.
1484         (expr_defined_in_loop_p): Removed.
1485         (alive_after_loop): Removed.
1486         (close_phi_not_yet_inserted_p): Removed.
1487         (struct alep): Removed.
1488         (add_loop_exit_phis): Removed.
1489         (insert_loop_close_phis): Removed.
1490
1491 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1492
1493         * graphite-cloog-util.c
1494         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
1495         * graphite-poly.c
1496         (psct_scattering_dim_for_loop_depth): Same.
1497
1498 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1499
1500         * graphite-cloog-util.h: Added cloog.h.
1501         * graphite-blocking.c: Removed cloog.h.
1502         * graphite-dependences.c: Same.
1503         * graphite-interchange.c: Same.
1504         * graphite-poly.c: Same.
1505         * graphite-ppl.c: Same.
1506         * graphite-scop-detection.c: Same.
1507         * graphite-sese-to-poly.c:
1508         Removed cloog.h.
1509         Removed graphite-clast-to-gimple.h.
1510         (check_poly_representation): Removed (unused).
1511         * graphite-sese-to-poly.h
1512         (check_poly_representation): Removed (unused).
1513
1514 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1515
1516         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
1517         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
1518         (graphite-cloog-util.o): New.
1519         (graphite-ppl.o): Added graphite-cloog-util.h.
1520         * graphite-clast-to-gimple.c:
1521         Added graphite-cloog-util.h to include statements.
1522         * graphite-cloog-util.c: New.
1523         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
1524         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1525         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1526         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1527         (insert_constraint_into_matrix): Same.
1528         (ppl_Constrain_System_number_of_constraints): Same.
1529         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
1530         (oppose_constraint): Same.
1531         (cloog_matrix_to_ppl_constraint): Same.
1532         (new_Constraint_System_from_Cloog_Matrix): Same.
1533         * graphite-cloog-util.h: New.
1534         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
1535         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1536         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1537         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1538         (insert_constraint_into_matrix): Same.
1539         * graphite-ppl.c:
1540         Added graphite-cloog-util.h to include statements.
1541         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
1542         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1543         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1544         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1545         (insert_constraint_into_matrix): Same.
1546         (ppl_Constrain_System_number_of_constraints): Same.
1547         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
1548         (oppose_constraint): Same.
1549         (cloog_matrix_to_ppl_constraint): Same.
1550         (new_Constraint_System_from_Cloog_Matrix): Same.
1551         * graphite-ppl.h:
1552         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
1553         graphite-cloog-util.h.
1554         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1555         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1556         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1557         (insert_constraint_into_matrix): Same.
1558
1559 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1560
1561         * graphite-clast-to-gimple.c
1562         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
1563         (precision_for_interval): Same.
1564         (gcc_type_for_interval): Same.
1565         (compute_type_for_level): Same.
1566         * graphite-interchange.c
1567         (lst_interchange_profitable_p): Same.
1568         * graphite-poly.c
1569         (psct_scattering_dim_for_loop_depth): Same.
1570         * graphite-ppl.c
1571         (ppl_max_for_le_pointset): Same.
1572         (ppl_min_for_le_pointset): Same.
1573
1574 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1575
1576         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
1577         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
1578
1579 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1580
1581         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
1582         rewrite_close_phi_out_of_ssa.
1583
1584 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1585
1586         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
1587
1588 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1589
1590         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
1591         rename_map.
1592         * sese.c (debug_rename_map): Same.
1593         (get_rename): Same.
1594         (set_rename): Same.
1595         (rename_variables_in_stmt): Same.
1596         (expand_scalar_variables_call): Same.
1597         (expand_scalar_variables_ssa_name): Same.
1598         (expand_scalar_variables_expr): Same.
1599         (expand_scalar_variables_stmt): Same.
1600         (expand_scalar_variables): Same.
1601         (rename_variables): Same.
1602         (graphite_copy_stmts_from_block): Same.
1603         (copy_bb_and_scalar_dependences): Same.
1604
1605 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1606
1607         * graphite-clast-to-gimple.c (copy_renames): Removed.
1608         (translate_clast_for): Do not call copy_renames.
1609         (translate_clast_guard): Same.
1610
1611 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1612
1613         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
1614         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
1615         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
1616         before rewrite_cross_bb_scalar_deps.
1617
1618 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1619
1620         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
1621         Early return in when flag_associative_math is not set.
1622
1623 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1624
1625         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
1626         of SSA copies on edges except for loop->latch.
1627
1628 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1629
1630         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
1631         Split out of rewrite_reductions_out_of_ssa.
1632         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
1633         Declared.
1634         * graphite.c (graphite_transform_loops): Call it.
1635
1636 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1637
1638         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
1639
1640 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
1641
1642         * dbgcnt.def (graphite_scop): New counter.
1643         * graphite.c: Include dbgcnt.h.
1644         (graphite_transform_loops): Use new counter to limit transformations.
1645         * Makefile.in (graphite.o): Depend on DBGCNT_H.
1646
1647 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1648
1649         * passes.c (init_optimization_passes): Add pass_graphite.
1650         Schedule a pass_copy_prop before pass_graphite_transforms.
1651         * timevar.def (TV_GRAPHITE): Declared.
1652         * tree-pass.h (pass_graphite): Declared.
1653         * tree-ssa-loop.c (pass_graphite): New.
1654
1655 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1656
1657         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
1658         Remove calls to rename_nb_iterations and rename_sese_parameters.
1659         * graphite-clast-to-gimple.h (gloog): Update declaration.
1660         * graphite.c (graphite_transform_loops): Update call to gloog.
1661         * sese.c (rename_variables_in_expr): Removed.
1662         (rename_nb_iterations): Removed.
1663         (rename_sese_parameters): Removed.
1664         * sese.h (rename_nb_iterations): Removed.
1665         (rename_sese_parameters): Removed.
1666
1667 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1668
1669         * graphite-clast-to-gimple.c (gloog): Remove call to
1670         sese_adjust_liveout_phis.
1671         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
1672         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
1673         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
1674         rewrite_phi_out_of_ssa.
1675         * sese.c (get_vdef_before_sese): Removed.
1676         (sese_adjust_vphi): Removed.
1677         (sese_adjust_liveout_phis): Removed.
1678         * sese.h (sese_adjust_liveout_phis): Removed.
1679
1680 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1681
1682         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
1683         argument for the place after which to insert the out of SSA copy.
1684         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
1685         (rewrite_phi_out_of_ssa): Same.
1686         (rewrite_cross_bb_scalar_deps): Same.
1687         (insert_copyout): Removed.
1688         (insert_copyin): Removed.
1689         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
1690         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
1691         insert_copyin.
1692
1693 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1694
1695         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
1696         (rewrite_reductions_out_of_ssa): Same.
1697         (rewrite_commutative_reductions_out_of_ssa): Same.
1698         (build_poly_scop): Do not call these functions.
1699         * graphite-sese-to-poly.h (build_poly_scop): Declared.
1700         (rewrite_reductions_out_of_ssa): Declared.
1701         (rewrite_commutative_reductions_out_of_ssa): Declared.
1702         * graphite.c (graphite_transform_loops): Call on every scop
1703         rewrite_commutative_reductions_out_of_ssa before calling
1704         rewrite_reductions_out_of_ssa and build_scop_bbs.
1705
1706 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1707
1708         * graphite-dependences.c (dot_deps): Make system call to dotty run
1709         in background.
1710         (dot_deps_stmt): Same.
1711         * graphite-poly.c (dot_lst): Same.
1712
1713 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1714
1715         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
1716         phi_arg_in_outermost_loop.
1717         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
1718         (remove_invariant_phi): Same.
1719
1720 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
1721
1722         * target.def (output_addr_const_extra): New hook.
1723         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
1724         * doc/tm.texi: Regenerate.
1725         * targhooks.c (default_asm_output_addr_const_extra): New function.
1726         * targhooks.h (default_asm_output_addr_const_extra): Declare.
1727         * final.c: (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
1728         target hook.
1729
1730         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
1731         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
1732         * config/i386/i386.h (output_addr_const_extra): Rename to...
1733         (i386_asm_output_addr_const_extra): ...this. Make static.
1734         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
1735
1736 2010-08-11  Richard Henderson  <rth@redhat.com>
1737
1738         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
1739
1740 2010-08-11  Nick Clifton  <nickc@redhat.com>
1741
1742         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
1743         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
1744         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
1745         stormy16-lib2-cmpsi.c.
1746
1747         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
1748         -O2.
1749
1750 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
1751
1752         * opts.h (struct cl_option_handler_func): Make handler take
1753         cl_decoded_option structure as parameter, not individual elements.
1754         (struct cl_option_handlers): Make callbacks take cl_decoded_option
1755         structure as parameter, not individual elements.
1756         (handle_option): Take cl_decoded_option structure as parameter,
1757         not individual elements.
1758         (handle_generated_option): Declare.
1759         * opts-common.c (handle_option): Take cl_decoded_option structure
1760         as parameter, not individual elements.  Update calls to callback
1761         and handler functions.
1762         (handle_generated_option): New.
1763         (read_cmdline_option): Update calls to callback functions and
1764         handle_option.
1765         * opts.c (common_handle_option, complain_wrong_lang,
1766         unknown_option_callback, post_handling_callback,
1767         lang_handle_option, target_handle_option): Take cl_decoded_option
1768         structure as parameter, not individual elements.
1769         (lang_handle_option, target_handle_option, common_handle_option):
1770         Assert option has at most one argument.
1771         (enable_warning_as_error): Call handle_generated_option instead of
1772         handle_option.  Do not pass -Werror argument as argument of
1773         generated option.
1774
1775 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1776
1777         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
1778         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
1779         (SUBWORD_BOOL_CAS): Likewise.
1780         (SUBWORD_SYNC_OP): Likewise.
1781         (SUBWORD_TEST_AND_SET): Likewise.
1782         (FETCH_AND_OP_WORD): Parenthesise INF_OP
1783         (SUBWORD_SYNC_OP): Likewise.
1784         (OP_AND_FETCH_WORD): Likewise.
1785
1786 2010-08-10  Xinliang David Li  <davidxl@google.com>
1787
1788         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
1789         compute max/min offset in address.
1790
1791 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
1792
1793         * ira-live.c: Include sbitmap.h.
1794         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
1795         Compress live ranges even more.
1796
1797 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1798
1799         * coverage.c (ctr_labels): Delete.
1800
1801 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
1802
1803         PR bootstrap/45177
1804         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
1805         test here from arm_gen_load_multiple_1.
1806         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
1807         multiple_operation_profitable_p.
1808
1809 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1810
1811         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
1812         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
1813
1814 2010-08-10  Richard Henderson  <rth@redhat.com>
1815
1816         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
1817         after saving registers.  Assert that SSE registers are only saved
1818         with a sufficiently aligned frame.
1819         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
1820         remove stack_realign_fp handling.
1821         (ix86_expand_prologue): Save int registers before stack_realign_fp,
1822         and do not mark the stack alignment as frame related.
1823         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
1824
1825         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
1826         saves when re-aligning the stack.
1827
1828 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1829
1830         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
1831         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
1832         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
1833
1834 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
1835
1836         * dwarf2out.c (struct die_struct): Move die_tag to the end.
1837
1838 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
1839
1840         * config/arm/iterators.md: New file.
1841         * config/arm/arm.md: Include iterators.md.
1842         (QHSI): Move to new file.
1843         (LTUGEU, cnb, optab, ior_xor): Likewise.
1844         * config/arm/iwmmxt.md (VMMX): Move to new file.
1845         (VSHFT, MMX_char): Likewise.
1846         * config/arm/neon.md (VD): Move to new file.
1847         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
1848         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
1849         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
1850         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
1851         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
1852         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
1853         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
1854         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
1855         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
1856         (Is_d_reg, V_mode_nunits): Likewise.
1857         * config/arm/vec-common.md (VALL): Move to new file.
1858         (VALLW, VINT, VINTW): Likewise.
1859
1860 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
1861
1862         PR middle-end/45182
1863         * combine.c (make_compound_operation): Don't try to convert
1864         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
1865
1866 2010-08-10  Richard Guenther  <rguenther@suse.de>
1867
1868         * tree.h (get_object_alignment): Adjust prototype.
1869         * builtins.c (get_object_alignment): Return unsigned int,
1870         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
1871         and TARGET_MEM_REF properly.
1872         (get_pointer_alignment): Adjust.
1873         * emit-rtl.c (get_mem_align_offset): Adjust comment.
1874         (set_mem_attributes_minus_bitpos): Adjust.
1875         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
1876
1877 2010-08-10  Richard Guenther  <rguenther@suse.de>
1878
1879         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
1880         (copy_prop_visit_assignment): Simplify.
1881         (copy_prop_visit_stmt): Also visit assignments from
1882         constants.
1883         (copy_prop_visit_phi_node): Use operand_equal_p.
1884
1885 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1886
1887         * ipa-split.c (find_split_points): Free stack.
1888
1889 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1890
1891         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
1892         * tree.c (tree_node_kind): Delete corresponding entries.
1893
1894 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
1895
1896         * alias.c (may_alias_p): Remove unused ret.
1897
1898 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
1899
1900         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
1901         alias_sets_conflict_p.
1902         (walk_mems_1): Moved from alias.c.
1903         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
1904         in alias.c.
1905         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
1906         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
1907         * alias.c (walk_mems_2): Moved to ddg.c.
1908         (walk_mems_1): Ditto.
1909         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
1910         to ddg.c.
1911         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
1912         disambiguation.
1913         *(may_alias_p): New function to check whether two memory expression
1914         may alias or not. Currently used in buidling inter-iteration memory
1915         dependence.
1916         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
1917         (insn_alias_sets_conflict_p): Removed
1918         *rtl.h (may_alias_p): New function prototype.
1919
1920 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1921
1922         * tree.c (nreverse): Assert that we don't have a BLOCK.
1923
1924 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1925
1926         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
1927         * config/arm/arm.c (arm_get_pcs_model): Likewise.
1928         * config/avr/avr.c (init_cumulative_args): Likewise.
1929         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
1930         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
1931         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
1932         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
1933         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
1934         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
1935         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
1936         * dwarf2out.c (gen_subprogram_die): Likewise.
1937         * function.c (allocate_struct_function): Likewise.
1938         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
1939         (deserves_ellipsis): Delete.
1940
1941 2010-08-09  Richard Guenther  <rguenther@suse.de>
1942
1943         * tree-ssa-copy.c (cached_last_copy_of): Remove.
1944         (valueize_val): New function.
1945         (get_last_copy_of): Remove.
1946         (set_copy_of_val): Simplify.
1947         (dump_copy_of): Likewise.
1948         (copy_prop_visit_cond_stmt): Use valueize_val.
1949         (copy_prop_visit_phi_node): Properly handle unvisited names.
1950         Drop code managing copy-of chains.
1951         (init_copy_prop): Adjust.
1952         (fini_copy_prop): Likewise.
1953         (execute_copy_prop): Remove obsolete comment.
1954
1955 2010-08-09  Richard Guenther  <rguenther@suse.de>
1956
1957         PR middle-end/44632
1958         * function.c (gimplify_parameters): Do not clear addressable
1959         bit of the original parameter.
1960
1961 2010-08-09  Richard Guenther  <rguenther@suse.de>
1962
1963         PR middle-end/45212
1964         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
1965         alignment from MEM_REF offset only if we took it from the
1966         base object.
1967
1968 2010-08-09  Eric Fisher <joefoxreal@gmail.com>
1969
1970         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
1971
1972 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1973
1974         * c-tree.h (build_arg_info): Declare.
1975         * c-decl.c (build_arg_info): Define.
1976         (get_parm_info): Call it.  Delete initialization code.
1977         * c-parser.c (c_parser_parms_declarator): Likewise.
1978         (c_parser_parms_list_declaractor): Likewise.
1979
1980 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1981
1982         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
1983         (struct c_arg_info): Change type of tags field.
1984         * c-decl.c (grokdeclarator): Update for changed type of tags field.
1985         (get_parm_info): Likewise.
1986         (store_parm_decls_newstyle): Likewise.
1987
1988 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1989
1990         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
1991         (branch_island_list): Delete.
1992         (branch_islands): Declare.
1993         (add_compiler_branch_island): Adjust for branch_islands instead of
1994         branch_island_list.
1995         (macho_branch_islands): Likewise.
1996         (no_previous_def): Likewise.
1997         (get_prev_label): Likewise.
1998
1999 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2000
2001         PR boehm-gc/34544
2002         * gthr-posix.h (__gthread_start): Delete.
2003         (__gthread_active_init): Use pthread_default_stacksize_np instead of
2004         pthread_create to determine if hpux pthreads are active.
2005         * gthr-posix95.h (__gthread_start): Delete.
2006         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
2007
2008 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
2009
2010         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
2011         _WIN64 not expanded.
2012
2013 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
2014             H.J. Lu  <hongjiu.lu@intel.com>
2015
2016         PR target/45213
2017         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
2018         to output 32bit SFmode immediate as 8 byte sign extended value.
2019
2020 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2021
2022         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
2023         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
2024         (SUBWORD_BOOL_CAS): Likewise.
2025         (SUBWORD_SYNC_OP): Likewise.
2026         (SUBWORD_TEST_AND_SET): Likewise.
2027         (FETCH_AND_OP_WORD): Parenthesise INF_OP
2028         (SUBWORD_SYNC_OP): Likewise.
2029         (OP_AND_FETCH_WORD): Likewise.
2030
2031 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2032
2033         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
2034         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
2035         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
2036         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
2037         generic part.
2038         (cortex_a9_sched_adjust_cost): New function.
2039         (xscale_sched_adjust_cost): New function.
2040         * config/arm/arm-protos.h (struct tune_params): New field
2041         sched_adjust_cost.
2042         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
2043
2044 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
2045
2046         PR target/44942
2047         * config/sparc/sparc.c (function_arg_advance): Always take into account
2048         the padding, if any.
2049
2050 2010-08-06  Richard Guenther  <rguenther@suse.de>
2051
2052         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
2053         (dump_lattice_value): Dump it.
2054         (get_default_value): Adjust.
2055         (get_constant_value): Likewise.
2056         (set_value_varying): Likewise.
2057         (set_lattice_value): Make sure to not go up the lattice
2058         with bitwise constant values.
2059         (get_value_for_expr): Handle ADDR_EXPRs.
2060         (value_to_double_int): New function.
2061         (get_value_from_alignment): Likewise.
2062         (do_dbg_cnt): Adjust.
2063         (ccp_lattice_meet): Handle partially constant values.
2064         (bit_value_unop_1): New function.
2065         (bit_value_binop_1): Likewise.
2066         (bit_value_unop): Likewise.
2067         (bit_value_binop): Likewise.
2068         (evaluate_stmt): Track partially constant values if
2069         flag_tree_bit_ccp is set.
2070         (ccp_fold_stmt): Dump if we folded a predicate.
2071         (ccp_visit_stmt): Adjust.
2072         * common.opt (ftree-bit-ccp): New flag.
2073         * doc/invoke.texi (ftree-bit-ccp): Document.
2074         * opts.c (decode_options): Enable bit-CCP at -O1.
2075
2076 2010-08-06  Alan Modra  <amodra@gmail.com>
2077
2078         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
2079         and -mrelocatable-lib description.
2080
2081 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
2082
2083         From Martin Thuresson  <martint@google.com>
2084         * postreload.c (reload_cse_simplify_operands): Use
2085         SET_REGNO_RAW instead of SET_REGNO.
2086         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
2087         SET_REGNO.
2088         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
2089         instead of SET_REGNO.
2090         * rtl.h (SET_REGNO_RAW): New macro.
2091
2092 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
2093
2094         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
2095         computations.  Fix formatting issues.
2096         (num_sign_bit_copies1): Likewise.
2097         (canonicalize_condition): Likewise.
2098
2099 2010-08-05  Richard Henderson  <rth@redhat.com>
2100
2101         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
2102         (floor_log2): Use clz_hwi.
2103         (exact_log2): Use ctz_hwi.
2104         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
2105         * builtins.c (fold_builtin_bitop): Use them.
2106         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
2107         * combine.c (get_pos_from_mask): Use ctz_hwi.
2108         * double-int.c (double_int_ctz): Likewise.
2109         * explow.c (force_reg): Likewise.
2110         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
2111
2112 2010-08-05  Richard Henderson  <rth@redhat.com>
2113
2114         PR target/45189
2115         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
2116         the alignment constant is properly sign-extended.
2117
2118 2010-08-05  Richard Guenther  <rguenther@suse.de>
2119
2120         * expr.c (store_expr): Use emit_block_move only if both
2121         source and target are MEMs.  Use store_bit_field if only
2122         the target is a MEM.
2123
2124 2010-08-05  Richard Henderson  <rth@redhat.com>
2125
2126         PR debug/45188
2127         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
2128         (INCOMING_RETURN_ADDR_RTX): Likewise.
2129         (dwarf2out_do_frame): Remove conditional compilation.
2130         (dwarf2out_frame_init): Likewise.
2131
2132 2010-08-05  Nicolas Setton  <setton@adacore.com>
2133
2134         * gcov.c (flag_display_progress): New static variable.
2135         (main): Display progress info on standard output if requested.
2136         (options): Add -d/--display-progress.
2137         (print_usage): Print them.
2138         (process_args): Handle them.
2139         * doc/gcov.texi: Document them.
2140
2141 2010-08-05  Martin Jambor  <mjambor@suse.cz>
2142
2143         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
2144         (ipcp_insert_stage): Redirect only edges not flagged with
2145         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
2146         discovered constants.
2147
2148 2010-08-05  Martin Jambor  <mjambor@suse.cz>
2149
2150         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
2151         (struct ipa_param_descriptor): New fields types and
2152         cannot_devirtualize.
2153         (ipa_param_cannot_devirtualize_p): New function.
2154         (ipa_param_types_vec_empty): Likewise.
2155         (ipa_make_edge_direct_to_target): Declare.
2156         * ipa-cp.c: Fixed first stage driver name in initial comment,
2157         described devirtualization there too.
2158         (ipcp_analyze_node): Call ipa_analyze_params_uses.
2159         (ipcp_print_all_lattices): Print devirtualization info.
2160         (ipa_set_param_cannot_devirtualize): New function.
2161         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
2162         lattice to BOTTOM.
2163         (ipcp_init_stage): Merged into...
2164         (ipcp_generate_summary): ...its caller.
2165         (ipcp_change_tops_to_bottom): Also process type lists.
2166         (ipcp_add_param_type): New function.
2167         (ipcp_copy_types): Likewise.
2168         (ipcp_propagate_types): Likewise.
2169         (ipcp_propagate_stage): Also propagate types.
2170         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
2171         Also return true if propagated types require it.
2172         (ipcp_update_callgraph): Dump redirection info.
2173         (ipcp_process_devirtualization_opportunities): New function.
2174         (ipcp_const_param_count): Include known type information.
2175         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
2176         on new node.  Fixed formatting.
2177         * ipa-prop.c (make_edge_direct_to_target): Renamed to
2178         ipa_make_edge_direct_to_target and changed all callers.  Made
2179         externally visible.
2180         (ipa_node_duplication_hook): Duplicate types vector.
2181         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
2182         redirect outgoing calls for which we can't get a decl from the
2183         statement.  Check that we can get a decl from the call statement.
2184         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
2185         ipa_analyze_params_uses only when ipa-cp is disabled.
2186         * tree-inline.c (get_indirect_callee_fndecl): Removed.
2187         (expand_call_inline): Do not call get_indirect_callee_fndecl.
2188         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
2189         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
2190
2191 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
2192
2193         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
2194         temporary. Emit move from temporary to accum, so REG_EQUAL note will
2195         be attached to this insn in correct mode.
2196
2197 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
2198
2199         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
2200         using REGNO of base_reg directly.
2201
2202 2010-08-05  Jie Zhang  <jie@codesourcery.com>
2203
2204         PR tree-optimization/45144
2205         * tree-sra.c (type_consists_of_records_p): Return false
2206         if the record contains bit-field.
2207
2208 2010-08-04  Richard Henderson  <rth@redhat.com>
2209
2210         * config/i386/i386.c (struct ix86_frame): Remove padding and
2211         to_allocate members.
2212         (ix86_compute_frame_layout): Don't store them.
2213         (ix86_can_use_return_insn_p): Use a more direct and more obviously
2214         correct condition for the position of the stack pointer.
2215         (ix86_expand_prologue): Compute remaining stack allocation based
2216         on the ultimate stack pointer offset.
2217         (ix86_expand_epilogue): Use more obvious expressions testing for
2218         the stack pointer already pointing to the saved registers.
2219
2220         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
2221         duplication deconstructing the frame pointer.  Simplify
2222         deallocation of the local stack frame.
2223
2224         * reg-notes.def (CFA_EXPRESSION): New.
2225         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
2226         (dwarf2out_frame_debug_cfa_expression): New.
2227         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
2228
2229         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
2230         * config/i386/i386.c (ix86_expand_prologue): Set it.
2231         (ix86_expand_epilogue): Clear it.
2232         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
2233         context, add REG_CFA_EXPRESSION notes.
2234
2235         * config/i386/i386.h (struct machine_frame_state): Rename from
2236         machine_cfa_state.  Add members tracking SP and FP regardless
2237         of the current CFA register.
2238         (ix86_cfa_state): Remove.
2239         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
2240         and sse_reg_save_offset members.
2241         (ix86_compute_frame_layout): Set them.
2242         (gen_push): Increment sp_offset too.
2243         (choose_baseaddr_len, choose_baseaddr): New.
2244         (ix86_emit_save_reg_using_mov): New.
2245         (ix86_emit_save_regs_using_mov): Use it.
2246         (ix86_emit_save_sse_regs_using_mov): Likewise.
2247         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
2248         compare vs the saved red_zone_offset.
2249         (pro_epilogue_adjust_stack): Adjust sp_offset.
2250         (ix86_adjust_stack_and_probe): Likewise.
2251         (ix86_expand_prologue): Set up, use, and validate the new
2252         frame_state_info members.  Use gen_frame_mem.
2253         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
2254         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
2255         new frame_state_info members.
2256         (ix86_emit_leave): Likewise.
2257         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
2258         out-of-range stack pointer offsets here.
2259         (ix86_emit_restore_sse_regs_using_mov): Likewise.
2260         (ix86_expand_epilogue): Use and validate the new frame_state_info
2261         members.  Break up and simplify the logic selecting the
2262         restore_regs_via_mov code path.  Ensure that there will be no
2263         out-of-range stack pointer offsets.
2264
2265         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
2266
2267         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
2268         argument name to reflect the expected tree; fix indentation.
2269         (ix86_asm_output_function_label): Output the entire 32-bit
2270         ms_hook here as bytes ...
2271         (ix86_expand_prologue): ... not here as insns.  Attach the
2272         unwind info for the ms_hook to a blockage insn.
2273         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
2274         (ix86_ms_bitfield_layout_p): Fix indentation.
2275         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
2276
2277         * config/i386/i386.c (ix86_using_red_zone): New.
2278         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
2279         ix86_expand_prologue, ix86_force_to_memory): Use it.
2280
2281         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
2282         saving the int registers.
2283
2284         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
2285         and DWARF2_UNWIND_INFO conditional compilation.
2286
2287 2010-08-04  Richard Henderson  <rth@redhat.com>
2288
2289         PR debug/45171
2290         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
2291         an is_naming_typedef_decl.
2292
2293 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
2294
2295         PR rtl-optimization/45162
2296         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
2297         * dce.c (word_dce_process_block): Likewise.
2298
2299 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
2300
2301         PR target/44583
2302         * config/ia64/constraints.md (Z): New.
2303         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
2304         (xfreg_or_signed_fp01_operand): New.
2305         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
2306         with fr_reg_or_signed_fp01_operand and constraint G with Z.
2307         (subsf3): Ditto.
2308         (*maddsf4): Ditto.
2309         (*msubsf4): Ditto.
2310         (adddf3): Ditto.
2311         (adddf3_trunc): Ditto.
2312         (subdf3): Ditto.
2313         (*subdf3_trunc): Ditto.
2314         (*madddf4): Ditto.
2315         (*madddf4_trunc): Ditto.
2316         (*msubdf4): Ditto.
2317         (*msubdf4_trunc): Ditto.
2318         (addxf3): Replace xfreg_or_fp01_operand with
2319         xfreg_or_signed_fp01_operand and constraint G with Z.
2320         (*addxf3_truncsf): Ditto.
2321         (*addxf3_truncdf): Ditto.
2322         (subxf3): Ditto.
2323         (*subxf3_truncsf): Ditto.
2324         (*subxf3_truncdf): Ditto.
2325         (*maddxf4): Ditto.
2326         (*maddxf4_truncsf): Ditto.
2327         (*maddxf4_truncdf): Ditto.
2328         (*msubxf4): Ditto.
2329         (*msubxf4_truncsf): Ditto.
2330         (*msubxf4_truncdf): Ditto.
2331
2332 2010-08-04  Richard Guenther  <rguenther@suse.de>
2333
2334         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
2335         if either alias-set is zero.
2336
2337 2010-08-04  Richard Guenther  <rguenther@suse.de>
2338
2339         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
2340         * tree-ssa-ccp.c: ... here.
2341         * tree-ssa-copy.c: ... and here.
2342         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
2343         value_range_t): Move ...
2344         * tree-vrp.c: ... here.
2345         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
2346         (substitute_and_fold): Adjust prototype.
2347         * tree-ssa-propagate.c (replace_uses_in): Adjust.
2348         (replace_phi_args_in): Likewise.
2349         (substitute_and_fold): Take callback to query lattice instead
2350         of pointer to lattice.  Replace SSA name defs with lattice
2351         values first.
2352         * tree-ssa-ccp.c (ccp_finalize): Adjust.
2353         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
2354         (get_value): New function.
2355         (fini_copy_prop): Adjust.
2356         * tree-vrp.c (vrp_finalize): Adjust.
2357
2358 2010-08-04  Richard Guenther  <rguenther@suse.de>
2359
2360         PR middle-end/45176
2361         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
2362         points-to set for original MEM_REF.
2363
2364 2010-08-04  Richard Guenther  <rguenther@suse.de>
2365
2366         * tree-ssa-ccp.c (get_constant_value): New function.
2367         (get_rhs_assign_op_for_ccp): Remove.
2368         (valueize_op): New function.
2369         (ccp_fold): Use get_constant_value and valueize_op.
2370         (fold_const_aggregate_ref): Likewise.
2371         (ccp_fold_stmt): Likewise.
2372         (visit_assignment): Simplify.
2373
2374 2010-08-04  Richard Guenther  <rguenther@suse.de>
2375
2376         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
2377         * double-int.h (double_int_ctz): Declare.
2378         * double-int.c (double_int_ctz): New function.
2379
2380 2010-08-04  Hariharan Sandanagobalane <hariharan@picochip.com>
2381
2382         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
2383         Define.
2384         picochip_expand_movmemhi : Expand movmem pattern.
2385         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
2386         Declare.
2387         * config/picochip/picochip.md (movmemhi) : New pattern.
2388
2389 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
2390
2391         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
2392
2393 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
2394
2395         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
2396         NEG as operand of a MULT by merging it with the other operand.
2397         * combine.c (make_compound_operation): Use trunc_int_for_mode when
2398         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
2399         MULT.
2400         * config/arm/constraints.md (M): Examine only 32 bits of a
2401         HOST_WIDE_INT.
2402         * config/arm/predicates.md (power_of_two_operand): Likewise.
2403
2404 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2405
2406         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
2407         non-NOTE insns.
2408
2409 2010-08-03  Jan Hubicka  <jh@suse.cz>
2410
2411         * ipa-split.c (struct split_point): Add split_part_set_retval.
2412         (find_retval): Forward declare.
2413         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
2414         (consider_split): Compute current->split_part_set_retval.
2415         (visit_bb): Do not look into return value.
2416         (split_function): Handle !split_part_set_retval
2417
2418 2010-08-03  Martin Jambor  <mjambor@suse.cz>
2419
2420         * tree-sra.c (completely_scalarize_record): New parameter REF, create
2421         its own access->expr intead of using build_ref_for_offset.
2422
2423 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
2424
2425         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
2426         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
2427         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
2428         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
2429         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
2430         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
2431         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
2432         DEFAULT_SWITCH_TAKES_ARG.
2433         * config/rx/rx.opt (-patch=): Remove option.
2434         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
2435         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
2436         * doc/invoke.texi (RX Options): Remove -patch=.
2437         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
2438         (option_map): Remove --profile-blocks, --quiet and --silent.
2439
2440 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
2441
2442         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
2443         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
2444         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
2445         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2446         Update calls to ix86_expand_compare and ix86_expand_branch.
2447         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
2448         ix86_expand_compare.
2449         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
2450         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2451         Make static.
2452         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
2453         and ix86_compare_op1.  Update calls to ix86_expand_compare.
2454         (ix86_expand_int_movcc): Ditto.
2455         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
2456         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
2457         (ix86_expand_setcc): Ditto.
2458         (ix86_expand_compare): Remove prototype.
2459         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
2460         ix86_compare_op0 and ix86_compare_op1.  Update calls
2461         to ix86_expand_branch to directly pass operands[1] and operands[2].
2462         (cbranchxf4): Ditto.
2463         (cbranch<MODEF:mode>4): Ditto.
2464         (cbranchcc4): Ditto.
2465         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
2466         Update calls to ix86_expand_setcc to directly pass operands[2] and
2467         operands[3].
2468         (cstorexf4): Ditto.
2469         (cstore<MODEF:mode>4): Ditto.
2470         (cstorecc4): Ditto.
2471
2472 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
2473
2474         PR target/45063
2475         * caller-save.c (save_call_clobbered_regs): Remove regs from
2476         hard_regs_saved when they are set.
2477
2478 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
2479
2480         PR target/41089
2481         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
2482         as volatile.
2483
2484 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
2485
2486         * common.opt (ftree-loop-distribute-patterns): New.
2487         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
2488         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
2489         at -O3.
2490         * tree-data-ref.c (stores_zero_from_loop): New.
2491         * tree-data-ref.h (stores_zero_from_loop): Declared.
2492         * tree-loop-distribution.c (tree_loop_distribution): Call
2493         stores_zero_from_loop.
2494         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
2495
2496 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
2497
2498         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
2499         into account.
2500
2501         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
2502         * config/arm/arm.c (thumb1_code): New variable.
2503         (arm_override_options): Set it.
2504         (thumb1_final_prescan_insn): Keep track of condition code status.
2505         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
2506         jumps that depend on them.
2507         * config/arm/arm.h (thumb1_code): Declare variable.
2508         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
2509         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
2510         thumb1_cc_mode.
2511         (CC_STATUS_INIT): New macro.
2512         * config/arm/constraints.md (Pd): New constraint.
2513         * config/arm/predicates.md (noov_comparison_operator): New predicate.
2514         * config/arm/arm.md (is_thumb1): New define_attr.
2515         (conds): Set default to "clob" when generating Thumb1 code.
2516         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
2517         code are set.  Use two-operand assembly syntax.
2518         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
2519         pattern.
2520         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
2521         codes are set.  Use two-operand assembly syntax.
2522         (zero_extendhisi splitter): Remove constraints.
2523         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
2524         thumb1_movsf_insn): Set conds attribute as appropriate.
2525         (cbranchsi4_insn): Use condition code status from struct
2526         machine_function to determine whether the comparison can be eliminated.
2527         Discourage the alternative using high registers.
2528         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
2529         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
2530         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
2531         subsi3_cbranch): Delete.
2532         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
2533         one subtract and one cbranch insn.
2534
2535         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
2536         thumb2_movdf_soft_insn): Delete patterns.
2537         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
2538         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
2539         (pool_range, neg_pool_range): Use them to define defaults.
2540         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
2541         and allow for TARGET_32BIT.
2542
2543         PR target/40457
2544         * config/arm/arm.h (arm_regs_in_sequence): Declare.
2545         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
2546         load_multiple_sequence, store_multiple_sequence): Delete
2547         declarations.
2548         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
2549         declarations.
2550         * config/arm/ldmstm.md: New file.
2551         * config/arm/arm.c (arm_regs_in_sequence): New array.
2552         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
2553         CHECK_REGS.  All callers changed.
2554         If SAVED_ORDER is nonnull, copy the computed order into it.
2555         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
2556         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
2557         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
2558         If SAVED_ORDER is nonnull, copy the computed order into it.
2559         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
2560         like REGS.  Handle Thumb mode.
2561         (arm_gen_load_multiple_1): New function, broken out of
2562         arm_gen_load_multiple.
2563         (arm_gen_store_multiple_1): New function, broken out of
2564         arm_gen_store_multiple.
2565         (arm_gen_multiple_op): New function, with code from
2566         arm_gen_load_multiple and arm_gen_store_multiple moved here.
2567         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
2568         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
2569         changed.
2570         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
2571         * config/arm/predicates.md (commutative_binary_operator): New.
2572         (load_multiple_operation, store_multiple_operation): Handle more
2573         variants of these patterns with different starting offsets.  Handle
2574         Thumb-1.
2575         * config/arm/arm.md: Include "ldmstm.md".
2576         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
2577         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
2578         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
2579         peepholes): Delete.
2580         * config/arm/ldmstm.md: New file.
2581         * config/arm/arm-ldmstm.ml: New file.
2582
2583         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
2584         if statement which adds extra costs to frame-related expressions.
2585
2586 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2587
2588         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
2589
2590 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
2591
2592         PR target/45142
2593         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
2594         alternative 2.
2595         (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
2596         split V4SI operands.
2597
2598 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
2599
2600         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
2601         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
2602         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
2603         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
2604
2605 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
2606
2607         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
2608         LOCAL_INCLUDE_DIR.
2609
2610 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
2611
2612         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
2613         used in the call to optab_for_tree_code.  Fix the second
2614         is_widening_mult_p call.  Check that both unwidened operands
2615         have the same sign.
2616
2617 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
2618
2619         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
2620
2621 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
2622
2623         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
2624
2625 2010-07-30  DJ Delorie  <dj@redhat.com>
2626
2627         * config/rx/predicates.md (rx_constshift_operand): New.
2628         * config/rx/rx.md (zs_cond): New.
2629         (cbranchsi4): Remove mode.
2630         (*cbranchsi4_<code>): Likewise.
2631         (*tstbranchsi4_<code>): New.
2632         (*tstbranchsi4r_<code>): New.
2633         (*tstbranchsi4m_eq): New.
2634         (*tstbranchsi4m_ne): New.
2635         (cbranchsf4): Remove mode.
2636         (*cbranchsf4_<code>): Likewise.
2637
2638 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
2639
2640         * rtlanal.c (simplify_subreg_regno): Don't treat
2641         HARD_FRAME_POINTER_REGNUM specially.
2642
2643 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
2644
2645         * common.opt (-G): Don't define option here.
2646         * config/g.opt: New.
2647         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
2648         rs6000/powerpc and score targets.
2649         * opts.c (common_handle_option): Don't handle -G here.
2650         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
2651         * config/frv/frv.c (frv_handle_option): Handle -G.
2652         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
2653         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
2654         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
2655         * config/mips/mips.c (mips_handle_option): Handle -G.
2656         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
2657         * config/score/score.c (score_handle_option): Handle -G.
2658
2659 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
2660
2661         * config/mmix/mmix.c: Include basic-block.h.
2662
2663 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
2664
2665         PR debug/45055
2666         PR rtl-optimization/45137
2667         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
2668         prototypes.
2669         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
2670         New functions.
2671         * combine.c (next_nonnote_nondebug_insn): Removed.
2672         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
2673         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
2674         * sched-deps.c (sched_analyze_insn): Likewise.
2675         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
2676         * rtlanal.c (canonicalize_condition): Likewise.
2677         * postreload.c (reload_combine_recognize_pattern): Likewise.
2678         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
2679
2680 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
2681
2682         * config/i386/i386.md (int_cond): Remove code iterator.
2683         (fp_cond): Ditto.
2684         (cbranch<mode>4): Use ordered_comparison_operator predicate
2685         for operator0.
2686         (cstore<mode>4): Ditto for operator1.
2687         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
2688         (add<mode>cc): ditto.
2689
2690 2010-07-30  Richard Guenther  <rguenther@suse.de>
2691
2692         PR middle-end/45141
2693         * expr.c (expand_expr_real_1): Check for not handled base address.
2694
2695 2010-07-30  Richard Guenther  <rguenther@suse.de>
2696
2697         * ipa-prop.c (ipa_modify_formal_parameters): Use
2698         build_distinct_type_copy.
2699
2700 2010-07-30  Anthony Green  <green@moxielogic.com>
2701
2702         * config/moxie/rtems.h: New file.
2703         * config.gcc: Add moxie-rtems support.
2704
2705 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
2706
2707         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
2708         df flags as in run_fast_df_dce.
2709
2710 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
2711
2712         Revert:
2713         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
2714
2715         * rtl.def (NOTE): Swap operands 4 and 5.
2716         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
2717         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
2718         Adjust accordingly.
2719         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
2720
2721 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
2722
2723         PR debug/45110
2724         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
2725         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
2726         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
2727         formal parameters.
2728         (gen_decl_die): Change return type to dw_die_ref, return what
2729         gen_formal_parameter_die returned.
2730
2731 2010-07-29  Martin Jambor  <mjambor@suse.cz>
2732
2733         * dbgcnt.def (eipa_sra): New counter.
2734         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
2735
2736 2010-07-29  Xinliang David Li  <davidxl@google.com>
2737
2738         PR bootstrap/45119
2739         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
2740         in revision 162652.
2741
2742 2010-07-29  Richard Guenther  <rguenther@suse.de>
2743
2744         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
2745         (TV_TREE_STORE_CCP): Likewise.
2746         (TV_TREE_REDPHI): Likewise.
2747
2748 2010-07-29  Richard Guenther  <rguenther@suse.de>
2749
2750         * double-int.h (double_int_and_not): New function.
2751         * combine.c (try_combine): Use it.
2752         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
2753
2754 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
2755
2756         PR rtl-optimization/42575
2757         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
2758         Argument AU removed.  All callers changed.  Ignore artificial refs.
2759         Use return value of df_word_lr_simulate_defs to decide whether an insn
2760         is necessary.
2761         (fast_dce): Rename arg to WORD_LEVEL.
2762         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
2763         static.
2764         (pass_fast_rtl_byte_dce): Delete.
2765         * dce.h (run_word_dce): Declare.
2766         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
2767         All callers changed.  Simplify code to only deal with two-word regs.
2768         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
2769         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
2770         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
2771         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
2772         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
2773         (df_word_lr_mark_ref): Declare.
2774         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
2775         df_word_lr_simulate_uses): Declare or rename from byte variants.
2776         (df_byte_lr_simulate_artificial_refs_at_top,
2777         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
2778         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
2779         declarations.
2780         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
2781         (enum df_mm): Delete.
2782         * df-byte-scan.c: Delete file.
2783         * df-problems.c (df_word_lr_problem_data): Renamed from
2784         df_byte_lr_problem_data, all members deleted except for
2785         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
2786         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
2787         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
2788         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
2789         df_byte_lr_confluence_0): Delete functions.
2790         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
2791         callers changed.
2792         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
2793         Don't initialize members that were deleted, don't try to discover data
2794         about registers.  Ignore hard regs.
2795         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
2796         (df_word_lr_mark_ref): New function.
2797         (df_word_lr_bb_local_compute): Renamed from
2798         df_byte_bb_lr_local_compute; all callers changed.  Use
2799         df_word_lr_mark_ref.  Assert that artificial refs don't include
2800         pseudos.  Ignore hard registers.
2801         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
2802         Assert that exit block uses don't contain pseudos.
2803         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
2804         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
2805         callers changed.  Ignore hard regs.
2806         (df_word_lr_transfer_function): Renamed from
2807         df_byte_lr_transfer_function; all callers changed.
2808         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
2809         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
2810         changed.
2811         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
2812         callers changed.
2813         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
2814         confluence operator 0 set to NULL.
2815         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
2816         callers changed.
2817         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
2818         Return bool, true if bitmap changed or insn otherwise necessary.
2819         All callers changed.  Simplify using df_word_lr_mark_ref.
2820         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
2821         all callers changed.  Simplify using df_word_lr_mark_ref.
2822         * lower-subreg.c: Include "dce.h"
2823         (decompose_multiword_subregs): Call run_word_dce if df available.
2824         * Makefile.in (lower-subreg.o): Adjust dependencies.
2825         (df-byte-scan.o): Delete.
2826         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
2827
2828 2010-07-29  Richard Guenther  <rguenther@suse.de>
2829
2830         * tree.c (build_vector): Assert that the vector constant
2831         has enough elements.
2832         (build_vector_from_ctor): Pad with trailing zeros.
2833
2834 2010-07-29  Richard Guenther  <rguenther@suse.de>
2835
2836         PR tree-optimization/45120
2837         * tree-ssa-structalias.c (get_constraint_for_component_ref):
2838         Handle offset in DEREFs properly.
2839         (get_constraint_for_1): Handle MEM_REF offset properly.
2840
2841 2010-07-29  Richard Guenther  <rguenther@suse.de>
2842
2843         PR middle-end/45034
2844         * convert.c (convert_to_integer): Always use an unsigned
2845         type for narrowed negate and bitwise not.
2846
2847 2010-07-29  Ira Rosen  <irar@il.ibm.com>
2848
2849         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
2850         to outer loop when creating reduction epilogue for double reduction,
2851         and switch back to the inner loop when updating the phi nodes.
2852         Update uses of outer loop exit phi nodes in double reduction (instead
2853         of uses of reduction).
2854
2855 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
2856
2857         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
2858         popcount on power7 and parity on power6 systems.
2859         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
2860         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
2861         instructions.
2862
2863         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
2864         (UNSPEC_PARITY): Ditto.
2865         (SFDF): New iterator for SF/DF.
2866         (rreg2): New mode attribute for floating register constraint.
2867         (TARGET_FLOAT): New mode attribute for whether single/double float
2868         is supported.
2869         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
2870         pattern.
2871         (parity<mode>2_cmpb): New insn for parity on power6 and newer
2872         machines.
2873         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
2874         pattern.  Add support for fcpsgn instruction added in power6.
2875         (copysignsf3): Delete.
2876         (copysigndf3): Delete.
2877         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
2878         instead of if_then_else in RTL to avoid problems with -0.
2879
2880         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
2881         of if_then_else to mirror scalar code.
2882         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
2883         rs6000.md.
2884
2885         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
2886         instead of if_then_else.
2887
2888 2010-07-28  Xinliang David Li  <davidxl@google.com>
2889
2890         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
2891         (dump_cand): Dump var_before/after.
2892         (htab_inv_expr_eq): New function.
2893         (htab_inv_expr_hash): New function.
2894         (tree_ssa_iv_optimize_init): Support pseudo invariants.
2895         (add_candidate_1): consider base type precision.
2896         (set_use_iv_cost): New parameter.
2897         (adjust_setup_cost): Use profile information.
2898         (get_address_cost): Do not hard code width in computing address
2899         offset limits.
2900         (compare_aff_trees): New function.
2901         (get_loop_invariant_expr_id): New function.
2902         (get_computation_cost_at): New parameter and use profile information.
2903         (get_computation_cost): New parameter.
2904         (determine_use_iv_cost_generic): Pass new parameter.
2905         (determine_use_iv_cost_address): Ditto.
2906         (determine_use_iv_cost_condition): Ditto.
2907         (autoinc_possible_for_pair): Ditto.
2908         (determine_use_iv_costs): More dumps.
2909         (iv_ca_get_num_inv_exprs): New function.
2910         (iv_ca_recount_cost): Consider loop invariants in register pressure
2911         cost.
2912         (iv_ca_add_use): New parameter.
2913         (iv_ca_dump): Better dumping.
2914         (iv_ca_extend): New parameter.
2915         (try_add_cand_for): Attempt to get better partial solution.
2916         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
2917         (create_new-ivs): More dumps.
2918         (rewrite_use_compare): Ditto.
2919         (free_loop_data): More cleanup.
2920         (treee_ssa_iv_optimize_finalize): Ditto.
2921
2922 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
2923
2924         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
2925         * config/i386/i386.c (ix86_profile_before_prologue): New.
2926         (override_options): Add special handling for -mfentry.
2927         (ix86_function_regparm): Likewise.
2928         (ix86_function_sseregparm): Likewise.
2929         (ix86_frame_pointer_required): Likewise.
2930         (ix86_expand_prologue): Check for ms_hook_prologue.
2931         (x86_function_profiler): Adjust mcount output.
2932         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
2933         * config/i386/i386.opt (mfentry): New.
2934         * doc/invoke.texi (mfentry): Add documentation.
2935         * doc/tm.texi: Regenerated..
2936         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
2937         * final.c (final_start_function): Replace macro
2938         PROFILE_BEFORE_PROLOGUE by target hook.
2939         * function.c (thread_prologue_and_epilogue_insns): Likewise.
2940         * target.def (profile_before_prologue): New hook.
2941         * targhooks.c (default_profile_before_prologue): New.
2942         * targhooks.h (default_profile_before_prologue): New.
2943
2944 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
2945
2946         PR debug/45105
2947         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
2948
2949         PR debug/45103
2950         * dwarf2out.c (dwarf2out_var_location): Always consider
2951         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
2952
2953 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
2954
2955         PR rtl-optimization/45107
2956         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
2957
2958 2010-07-28  Richard Guenther  <rguenther@suse.de>
2959
2960         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
2961         (set_lattice_value): Do not query an old default value.
2962         (get_value_for_expr): New function.  Properly canonicalize
2963         float values.
2964         (ccp_visit_phi_node): Use it.
2965
2966 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
2967
2968         * config/arm/arm.c (arm_pcs_default): Remove static.
2969         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
2970         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
2971         (arm_pcs_default): Declare.
2972
2973 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
2974
2975         * config/rs6000/rs6000.c (rs6000_override_options):
2976         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
2977         ... to darwin_rs6000_override_options.
2978         (rs6000_return_in_memory): Update preceding comment for darwin
2979         64 bit ABI.  Use TARGET_MACHO inline.
2980         (rs6000_darwin64_struct_check_p): New.
2981         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
2982         (function_arg): Likewise.
2983         (rs6000_arg_partial_bytes): Likewise.
2984         (rs6000_function_value): Likewise.
2985
2986 2010-07-28  Andi Kleen <ak@linux.intel.com>
2987
2988         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
2989
2990 2010-07-28  Richard Guenther  <rguenther@suse.de>
2991
2992         PR middle-end/44903
2993         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
2994         targets try harder to not generate unaligned accesses.
2995
2996 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
2997
2998         PR rtl-optimization/45101
2999         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
3000         for gcse-las.
3001
3002 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
3003
3004         PR tree-optimization/44885
3005         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
3006         with non-aliased component.
3007
3008 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
3009
3010         * config/darwin-driver.c (SWITCH_TAKES_ARG,
3011         WORD_SWITCH_TAKES_ARG): Remove.
3012         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
3013         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
3014         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
3015         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
3016         definitions from gcc.c.
3017         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
3018         defaults.h.
3019         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
3020         Move to defaults.h.
3021         * opts-common.c: Include tm.h.
3022         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
3023         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
3024         Handle more than one argument.  Set canonical_option_num_elements.
3025         (decode_cmdline_options_to_array): Set
3026         canonical_option_num_elements and trailing elements of
3027         canonical_option.
3028         * opts.h (struct cl_decoded_option): Allow four elements in
3029         canonical_option.  Add field canonical_option_num_elements.
3030         * Makefile.in (opts-common.o): Update dependencies.
3031
3032 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
3033
3034         PR middle-end/44790
3035         PR middle-end/44993
3036         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
3037         sure the base has address_mode before adding the offset.
3038
3039 2010-07-27  Xinliang David Li <davidxl@google.com>
3040
3041         * tree-flow.h (create_mem_ref): Add one new parameter.
3042         * tree-ssa-address.c (create_mem_ref): New parameter.
3043         (addr_to_parts): Ditto.
3044         (move_variant_to_index): New function.
3045         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
3046
3047 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3048
3049         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
3050         4 and 5.
3051         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
3052         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
3053         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
3054         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
3055         CODE_LABELs and NOTEs.
3056         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
3057         * combine.c (try_combine): Likewise.
3058         * ira.c (setup_prohibited_mode_move_regs): Likewise.
3059         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
3060
3061 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3062
3063         * coretypes.h (struct cl_option_handlers): Declare.
3064         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
3065         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
3066         * langhooks-def.h (lhd_handle_option): Declare.
3067         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
3068         * langhooks.c (lhd_handle_option): New.
3069         * langhooks.h (struct lang_hooks): Update prototype and return
3070         value type of handle_option hook.
3071         * optc-gen.awk: Generate target_flags_explicit definition for the
3072         driver.
3073         * opts-common.c: Include diagnostic.h.
3074         (handle_option): Move from opts.c.  Update prototype and return
3075         value type.  Use handlers structure.
3076         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
3077         handlers structure.
3078         (set_option): Move from opts.c.
3079         * opts.c (common_handle_option): Update prototype and return value
3080         type.  Update calls to handle_option and enable_warning_as_error.
3081         (unknown_option_callback, post_handling_callback,
3082         lang_handle_option, target_handle_option): New.
3083         (handle_option, read_cmdline_option): Move to opts-common.c.
3084         (read_cmdline_options): Update prototype.  Update call to
3085         read_cmdline_option.
3086         (decode_options): Initialize and use handlers structure.
3087         (set_option): Move to opts-common.c.
3088         (enable_warning_as_error): Update prototype.  Update call to
3089         handle_option.
3090         * opts.h (struct cl_option_handler_func, struct
3091         cl_option_handlers): New.
3092         (handle_option, enable_warning_as_error): Update prototypes.
3093         (read_cmdline_option): Declare.
3094         * Makefile.in (opts-common.o): Update dependencies.
3095
3096 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3097
3098         * config/arm/arm.c (params.h): Include.
3099         (arm_override_options): Tune gcse-unrestricted-cost.
3100         * config/arm/t-arm (arm.o): Define dependencies.
3101
3102 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3103
3104         PR target/42495
3105         PR middle-end/42574
3106         * basic-block.h (get_dominated_to_depth): Declare.
3107         * dominance.c (get_dominated_to_depth): New function, use
3108         get_all_dominated_blocks as a base.
3109         (get_all_dominated_blocks): Use get_dominated_to_depth.
3110
3111         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
3112         (hoist_exprs): Remove.
3113         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
3114         (compute_code_hoist_vbeinout): Add debug print outs.
3115         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
3116
3117         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
3118         quadratic behavior.
3119         * params.h (MAX_HOIST_DEPTH): New macro.
3120         * doc/invoke.texi (max-hoist-depth): Document.
3121
3122 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3123
3124         PR rtl-optimization/40956
3125         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
3126         constants.
3127
3128 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3129
3130         PR target/42495
3131         PR middle-end/42574
3132         * config/arm/arm.c (legitimize_pic_address): Use
3133         gen_calculate_pic_address pattern to emit calculation of PIC address.
3134         (will_be_in_index_register): New function.
3135         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
3136         (thumb1_legitimate_address_p): Use it provided !strict_p.
3137         * config/arm/arm.md (calculate_pic_address): New expand and split.
3138
3139 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3140
3141         PR target/42495
3142         PR middle-end/42574
3143         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
3144         * config/arm/arm.md (define_split "J", define_split "K"): Make
3145         IRA/reload friendly.
3146
3147 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3148
3149         * gcse.c (insert_insn_end_basic_block): Update signature, remove
3150         unused checks.
3151         (pre_edge_insert, hoist_code): Update.
3152
3153 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3154
3155         PR target/42495
3156         PR middle-end/42574
3157         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
3158
3159 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3160
3161         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
3162
3163 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3164
3165         PR rtl-optimization/40956
3166         PR target/42495
3167         PR middle-end/42574
3168         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
3169         for hoisting.
3170         (hoist_code): Count occurences in current block too.
3171
3172 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3173
3174         * gcse.c (struct expr:max_distance): New field.
3175         (doing_code_hoisting_p): New static variable.
3176         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
3177         simple expressions, don't change behavior for PRE.  Set max_distance.
3178         (insert_expr_in_table): Set new max_distance field.
3179         (hash_scan_set): Update.
3180         (hoist_expr_reaches_here_p): Stop search after max_distance
3181         instructions.
3182         (find_occr_in_bb): New static function.  Use it in ...
3183         (hoist_code): Calculate sizes of basic block before any changes are
3184         done.  Pass max_distance to hoist_expr_reaches_here_p.
3185         (one_code_hoisting_pass): Set doing_code_hoisting_p.
3186
3187         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
3188         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
3189         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
3190         macros.
3191         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
3192         Document.
3193
3194 2010-07-27  Jeff Law  <law@redhat.com>
3195             Maxim Kuvyrkov  <maxim@codesourcery.com>
3196
3197         * gcse.c (compute_transpout, transpout): Remove, move logic
3198         to prune_expressions.
3199         (compute_pre_data): Move pruning of trapping expressions ...
3200         (prune_expressions): ... here.  New static function.
3201         (compute_code_hoist_data): Use it.
3202         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
3203
3204 2010-07-27  Xinliang David Li  <davidxl@google.com>
3205
3206         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
3207         (rewrite_use_address): Adjust iv update position when needed.
3208
3209 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3210
3211         * dbgcnt.def (hoist_insn): New debug counter.
3212         * gcse.c (hoist_code): Use it.
3213
3214 2010-07-27  Xinliang David Li  <davidxl@google.com>
3215
3216         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
3217         (niter_for_single_dom_exit): Passes additional parameter.
3218         (iv_period): Fix comments.
3219         (may_eliminate_iv): Handles multiple exit loops properly.
3220         (free_tree_niter_desc): New function.
3221         (free_loop_data): Frees up loop iteration descriptors.
3222
3223 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3224
3225         PR target/44542
3226         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
3227         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
3228         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
3229         (expand_one_var): Don't consider DECL_ALIGN for variables for
3230         which expand_one_stack_var_at has been already called.
3231
3232         PR testsuite/44701
3233         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
3234         constraints on IA-64.
3235
3236 2010-07-27  Jie Zhang  <jie@codesourcery.com>
3237
3238         PR target/44290
3239         Revert:
3240         2010-07-23  Jie Zhang  <jie@codesourcery.com>
3241
3242         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
3243         false if ! tree_versionable_function_p.
3244
3245 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3246
3247         * dwarf2out.c (add_data_member_location_attribute): Use
3248         add_AT_unsigned instead of add_AT_int if offset is non-negative.
3249
3250 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3251
3252         * postreload.c (try_replace_in_use): New static function.
3253         (reload_combine_recognize_const_pattern): Use it here.  Allow
3254         substituting into a final add insn, and substituting into a memory
3255         reference in an insn that sets the reg.
3256
3257 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3258
3259         * common.opt (o): Add MissingArgError.
3260         * doc/options.texi (MissingArgError): Document.
3261         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
3262         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
3263         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
3264         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
3265         * langhooks.h (struct lang_hooks): Remove missing_argument.
3266         * optc-gen.awk: Handle MissingArgError and output new structure
3267         field initializers.
3268         * opts.c (read_cmdline_option): Use missing_argument_error field
3269         instead of missing_argument langhook.
3270         * opts.h (struct cl_option): Add missing_argument_error field.
3271         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
3272
3273 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
3274
3275         PR target/29090
3276         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
3277         Darwin64 ABI, for zero-sized objects.
3278
3279 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
3280
3281         PR target/35491
3282         PR target/29090
3283
3284         Merge from Apple local 4.2.1.
3285         2005-05-11  Stan Shebs  <shebs@apple.com>
3286         Fix 64-bit varargs for Darwin (Radar 4028089).
3287         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
3288         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
3289         Add argument, add case for 8-byte register half-filled with a float.
3290         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
3291         single-precision floats specially.
3292
3293 2010-07-27  Ira Rosen  <irar@il.ibm.com>
3294
3295         PR tree-optimization/44152
3296         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
3297         complex numbers for further check.
3298         (vect_supported_load_permutation_p): Check nodes with
3299         complex numbers.
3300
3301 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3302
3303         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
3304         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
3305         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
3306         (LANG_HOOKS_INITIALIZER): Add new hooks.
3307         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
3308         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
3309         and complain_wrong_lang_p.  Update init_options prototype.
3310         * c-objc-common.c (c_initialize_diagnostics): First call
3311         c_common_initialize_diagnostics.
3312         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
3313         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
3314         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
3315         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
3316         (hook_uint_void_0): New.
3317         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
3318         (hook_uint_void_0): New.
3319         * opts-common.c (decode_cmdline_option,
3320         decode_cmdline_options_to_array): Also fill in canonical_option field.
3321         * opts.c (complain_wrong_lang): Use langhook to determine whether
3322         to complain instead of special-casing LTO.
3323         (decode_options): Separate lang_mask determination with
3324         option_lang_mask hook from call of init_options hook.
3325         * opts.h (struct cl_decoded_option): Add canonical_option.
3326
3327 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3328
3329         PR tree-optimization/45083
3330         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
3331
3332 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3333
3334         * postreload.c (reload_combine_recognize_const_pattern): Move test
3335         for limiting the insn movement to the right scope.
3336
3337         PR rtl-optimization/45051
3338         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
3339         than reg_mentioned_p.
3340
3341 2010-07-26  Richard Henderson  <rth@redhat.com>
3342
3343         PR target/44132
3344         * tree-emutls.c: New file.
3345         * Makefile.in (OBJS-common): Add it.
3346         * tree-pass.h (pass_ipa_lower_emutls): Declare.
3347         * passes.c (init_optimization_passes): Add it.
3348
3349         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
3350         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
3351         * expr.c (emutls_var_address): Delete.
3352         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
3353         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
3354         (emutls_finish): Delete.
3355         * toplev.c (compile_file): Don't call it.
3356         * tree.h (emutls_decl): Delete.
3357         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
3358         (emutls_finish, emutls_finalize_control_var): Delete.
3359         (emutls_object_type): Move to tree-emutls.c.
3360         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
3361         default_emutls_var_fields, get_emutls_object_type,
3362         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
3363         default_emutls_var_init): Likewise.
3364         (get_variable_section): Don't special case emutls.
3365         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
3366         default_elf_select_section, default_unique_section,
3367         default_encode_section_info): Likewise.
3368         * varpool.c (decide_is_variable_needed): Likewise.
3369         * gimple-iterator.c (update_call_edge_frequencies): New
3370         (gsi_insert_on_edge_immediate): Use it.
3371         (gsi_insert_seq_on_edge_immediate): Likewise.
3372         (gsi_commit_one_edge_insert): Likewise.
3373
3374         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
3375         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
3376         (x86_64_elf_unique_section): Likewise.
3377
3378 2010-07-26  Jan Hubicka  <jh@suse.cz>
3379
3380         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
3381         GTY((skip)).
3382
3383 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
3384
3385         * target.def (output_source_filename): New hook.
3386         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
3387         * doc/tm.texi: Regenerate.
3388         * toplev.c (output_file_directive) Remove function.
3389         * toplev.h (output_file_directive) Remove.
3390         * output.h (default_asm_output_source_filename,
3391         output_file_directive): Declare.
3392         * varasm.h (default_asm_output_source_filename,
3393         output_file_directive): New functions.
3394
3395         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3396         * config/mips/mips-protos.h (mips_output_filename): Remove.
3397         * config/mips/mips.c (mips_output_filename): Make Static.
3398         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
3399
3400 2010-07-26  Richard Guenther  <rguenther@suse.de>
3401
3402         PR tree-optimization/43784
3403         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
3404         if the destination is used by the call.
3405
3406 2010-07-26  Richard Guenther  <rguenther@suse.de>
3407
3408         PR middle-end/45073
3409         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
3410         SSA updating on being in SSA form.
3411
3412 2010-07-26  Richard Guenther  <rguenther@suse.de>
3413
3414         PR middle-end/45056
3415         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
3416
3417 2010-07-26  Richard Guenther  <rguenther@suse.de>
3418
3419         PR tree-optimization/45071
3420         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
3421         adjust op->opcode.
3422
3423 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3424
3425         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
3426         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
3427         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
3428         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
3429         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
3430         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
3431         save_r31, return_r31, save_interrupt, return_interrupt,
3432         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
3433         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
3434         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
3435         new ABI requirements.
3436         (save_r6_r9, L_callt_save_r6_r9): Remove.
3437         * config/v850/predicates.md (even_reg_operand, disp23_operand,
3438         const_float_1_operand const_float_0_operand): New Predicates.
3439         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
3440         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
3441         * config/v850/t-v850: Update multilibs for new target variants.
3442         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
3443         * config/v850/t-v850e: Likewise.
3444         * config/v850/v850.c (v850_issue_rate): New.
3445         (v850_strict_argument_naming): New.
3446         (function_arg): Modify to generate a different ABI.
3447         (print_operand): Update case 'z' to support float modes.
3448         (output_move_single): Modify to generate appropriate and better
3449         assembly.
3450         (v850_float_z_comparison_operator, v850_select_cc_mode,
3451         v850_float_nz_comparison_operator,  v850_gen_float_compare,
3452         v850_gen_compare): New functions to support comparison of float values.
3453         (ep_memory_offset): Add support for V850E2 targets.
3454         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
3455         (INTERRUPT_REGPARM_NUM): Remove.
3456         (compute_register_save_size): Add extra case to save/restore long call.
3457         (use_prolog_function): New function to support prologue.
3458         (expand_prologue): Add support for V850E2 targets and modified
3459         as per the current ABI requirements.
3460         (expand_epilogue): Likewise.
3461         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
3462         (construct_save_jarl): Likewise.
3463         (construct_dispose_instruction): Update as per the current ABI
3464         requirements.
3465         (construct_prepare_instruction): Likewise.
3466         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
3467         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
3468         (CPP_SPEC): Updated to support v850e2 targets.
3469         (STRICT_ALIGNMENT): Modified.
3470         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
3471         (FIXED_REGISTERS): Likewise.
3472         (CALL_USED_REGISTERS): Likewise.
3473         (CONDITIONAL_REGISTER_USAGE): Updated.
3474         (HARD_REGNO_MODE_OK): Updated.
3475         (reg_class): Updated to add even registers.
3476         (REG_CLASS_NAMES): Likewise.
3477         (REG_CLASS_CONTENTS): Likewise.
3478         (REGNO_REG_CLASS): Updated for CC registers.
3479         (REG_CLASS_FROM_LETTER): Added support for even registers.
3480         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
3481         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
3482         ARG_POINTER_REGNUM): Updated.
3483         (FUNCTION_ARG_ADVANCE): Define.
3484         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
3485         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
3486         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
3487         (GO_IF_LEGITIMATE_ADDRESS): Updated.
3488         (SELECT_CC_MODE): Define.
3489         (REGISTER_NAMES): Updated to add psw and fcc registers.
3490         (ADDITIONAL_REGISTER_NAMES): Updated.
3491         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
3492         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
3493         * config/v850/v850.md (define_constants): Define new constants.
3494         (type): Update store,bit1,macc,div,fpu and single attributes.
3495         (cpu): New attribute.
3496         (cc): Add set_z attribute.
3497         (unsign23byte_load, sign23byte_load, unsign23hword_load,
3498         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
3499         23word_store): New instructions for 23-bit displacement load and store.
3500         (movqi_internal, movhi_internal): Update the attributes.
3501         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
3502         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
3503         the attributes.
3504         (v850_tst1): Modified using CC_REGNUM.
3505         (tstsi): Remove.
3506         (cmpsi): Modified as define_expand from define_insn.
3507         (cmpsi_insn, cmpsf, cmpdf): New instructions.
3508         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
3509         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
3510         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
3511         one_cmplsi2): Clobber the CC_REGNUM register.
3512         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
3513         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
3514         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
3515         (setf_insn, set_z_insn, set_nz_insn): New instructions for
3516         v850e2v3 target.
3517         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
3518         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
3519         targets.
3520         (sasf_1, sasf_2): Remove.
3521         (sasf): New instruction.
3522         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
3523         targets. CC_REGNUM register is clobbered and attributes are
3524         updated.
3525         (branch_z_normal, branch_z_invert, branch_nz_normal,
3526         branch_nz_invert): New branch related instructions.
3527         (jump): Updated the attributes.
3528         (switch): Update to support new targets. CC_REGNUM register is
3529         clobbered and attributes are updated.
3530         (call_internal_short, call_internal_long, call_value_internal_short,
3531         call_value_internal_long): Updated the attributes.
3532         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
3533         clobbered and attributes are updated.
3534         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
3535         Update to support new targets. CC_REGNUM register is clobbered.
3536         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
3537         instructions.
3538         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
3539         are updated.
3540         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
3541         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
3542         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
3543         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
3544         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
3545         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
3546         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
3547         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
3548         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
3549         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
3550         point instructions defined for V850e2v3 target.
3551         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
3552         Add support for V850E2 targets and CC_REGNUM register is clobbered.
3553         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
3554         support for new targets.
3555         * config/v850/v850-modes.def: New file.
3556         * config/v850/v850.opt(mstrict-align): Remove.
3557         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
3558         mv850e2v3): New command line options for V850.
3559         * config.gcc: Update the newly added files.
3560         * doc/invoke.texi: Update the newly added command line options for
3561         V850 target.
3562
3563 2010-07-26  Richard Guenther  <rguenther@suse.de>
3564
3565         PR tree-optimization/45052
3566         * ipa-pure-const.c (check_stmt): Check volatileness.
3567
3568 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
3569
3570         PR target/44707
3571         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
3572         * config/sparc/sparc.c: Include reload.h.
3573         (legitimize_tls_address): Rename into...
3574         (sparc_legitimize_tls_address): ...this.
3575         (legitimize_pic_address): Rename into...
3576         (sparc_legitimize_pic_address): ...this.
3577         (sparc_expand_move): Adjust to above renaming.
3578         (sparc_tls_referenced_p): Likewise.
3579         (sparc_legitimize_tls_address): Likewise.
3580         (sparc_legitimize_pic_address): Likewise.
3581         (sparc_legitimize_address): Likewise.
3582         (sparc_output_mi_thunk): Likewise.
3583         (sparc_legitimize_reload_address): New global function.  Recognize
3584         (lo_sum (high ...) ...) patterns generated by earlier passes.
3585         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
3586
3587 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
3588
3589         PR target/44484
3590         * config/sparc/predicates.md (memory_reg_operand): Delete.
3591         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
3592         (*sync_compare_and_swap): Encode the address form in the pattern.
3593         (*sync_compare_and_swapdi_v8plus): Likewise.
3594
3595 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
3596
3597         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
3598         Streamline paragraph on compatibility with the system compiler.
3599
3600 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
3601
3602         PR middle-end/45035
3603         * alias.c (true_dependence_1): Fix thinko in merge of old
3604         true_dependence and canon_true_dependence.
3605
3606 2010-07-23  Jan Hubicka  <jh@suse.cz>
3607
3608         * lto-streamer-out.c (write_symbol): Fix visibilities of external
3609         references.
3610
3611 2010-07-23  Le-Chun Wu  <lcwu@google.com>
3612
3613         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
3614         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
3615         and an unnecessary assignment.
3616         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
3617         self-assign warning.
3618         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
3619         unnecessary self-init.
3620
3621 2010-07-23  Richard Guenther  <rguenther@suse.de>
3622
3623         PR lto/43071
3624         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
3625         for -flto and -fwhopr.
3626
3627 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
3628
3629         PR target/41943
3630         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
3631         (stmp-int-hdrs): Prefix/postfix headers by include_next.
3632         * config.gcc (user_headers_inc_next_pre): New.
3633         (user_headers_inc_next_post): Likewise.
3634         (*-w64-mingw*): Use for float.h post-fixing, and for
3635         stddef.h/stdarg.h pre-fixing by include_next.
3636         * configure.ac (user_headers_inc_next_post): New.
3637         (user_headers_inc_next_pre): New.
3638         * configure: Regenerated.
3639
3640 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3641
3642         * configure.ac: Don't disable TLS on Solaris 8/9 by default
3643         Set tga_func for Solaris 2/x86 resp. SPARC.
3644         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
3645         (LIB_THREAD_LDFLAGS_SPEC): Define.
3646         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
3647         * configure: Regenerate.
3648         * config.in: Regenerate.
3649         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
3650         -pthread, -threads, LIB_TLS_SPEC with -pthread.
3651         * doc/install.texi (Specific, *-*-solaris2*): Document use of
3652         alternate thread libraries on Solaris 8.
3653         Document TLS patch requirements.
3654         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
3655         Document tls.
3656
3657         PR target/18788
3658         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
3659         -shared.
3660
3661 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
3662
3663         * tree.h (struct tree_base): Add nameless_flag bitfield.
3664         (TYPE_NAMELESS, DECL_NAMELESS): Define.
3665         * omp-low.c (create_omp_child_function, scan_omp_parallel,
3666         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
3667         DECL_ARTIFICIAL where needed.
3668         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
3669         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
3670         has DECL_NAMELESS set.
3671
3672 2010-07-23  Martin Jambor  <mjambor@suse.cz>
3673
3674         PR tree-optimization/44915
3675         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
3676         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
3677         (analyze_function): Likewise.
3678
3679 2010-07-23  Martin Jambor  <mjambor@suse.cz>
3680
3681         PR tree-optimization/44914
3682         * tree-sra.c (sra_modify_function_body): Return true if CFG was
3683         changed, add purging dead eh edges.
3684         (ipa_sra_modify_function_body): Return true if CFG was changed,
3685         simplify purging dead eh edges.
3686         (modify_function): Return true if CFG was changed.
3687         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
3688         was changed.
3689         (ipa_early_sra): Likewise.
3690
3691 2010-07-23  Jie Zhang  <jie@codesourcery.com>
3692
3693         PR target/44290
3694         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
3695         if "naked".
3696         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
3697         false if ! tree_versionable_function_p.
3698
3699 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
3700
3701         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
3702         * ipa-pure-const.c (special_builtlin_state): Remove
3703         BUILT_IN_ARGS_INFO case.
3704         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
3705         * builtins.c (expand_builtin): Likewise.
3706         (expand_builtin_args_info): Remove.
3707         * doc/tm.texi (__builtin_args_info): Remove.
3708         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
3709         * doc/tm.text.in: Likewise.
3710
3711 2010-07-23  Richard Guenther  <rguenther@suse.de>
3712
3713         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
3714         (lto_symtab_merge_decls_2): Likewise.
3715         * tree-ssa.c (useless_type_conversion_p): Likewise.
3716         * lto-streamer-in.c (input_gimple_stmt): Likewise.
3717         * gimple.c (gtc_visited2, gtc_ob2): Remove.
3718         (struct type_pair_d): Make same_p an array indexed by mode.
3719         Update comment.
3720         (lookup_type_pair): Update initialization.
3721         (struct sccs): Adjust same_p type.
3722         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
3723         Adjust.
3724         (print_gimple_types_stats): Likewise.
3725         * gimple.h (enum gtc_mode): New.
3726         (gimple_types_compatible_p): Adjust prototype.
3727
3728 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
3729
3730         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
3731         again after processing insn.
3732
3733 2010-07-23  Jie Zhang  <jie@codesourcery.com>
3734
3735         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
3736         proper words when !tree_versionable_function_p.
3737
3738 2010-07-23  Richard Guenther  <rguenther@suse.de>
3739
3740         PR tree-optimization/45037
3741         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
3742
3743 2010-07-23  Jie Zhang  <jie@codesourcery.com>
3744
3745         * doc/extend.texi: Remove IP2K from the description of naked attribute.
3746         Add MCORE instead.
3747
3748 2010-07-10  Andi Kleen  <ak@linux.intel.com>
3749
3750         PR lto/44992
3751         * lto-opts.c (lto_write_options): Add NULL file_data argument to
3752         lto_get_section_name.
3753         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
3754         * lto-streamer-out.c (produce_asm): Likewise.
3755         (copy_function): Likewise.
3756         (produce_symtab): Likewise.
3757         (produce_asm_for_decls): Likewise.
3758         * lto-streamer.c (lto_get_section_name): Add file_data argument.
3759         Rewrite to add random postfix to LTO sections.
3760         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
3761         (lto_get_section_name): Add file_data argument to prototype.
3762
3763 2010-07-10  Andi Kleen  <ak@linux.intel.com>
3764
3765         * lto-section-in.c (lto_section_name): Synchronize names
3766         with lto_get_section_name.
3767
3768 2010-07-10  Andi Kleen  <ak@linux.intel.com>
3769
3770         * lto-opts.c (lto_read_file_options): Check for missing section.
3771
3772 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
3773
3774         * ira.c (check_allocation): Correctly handle the case where an allocno
3775         with two objects was allocated to a single reg.
3776
3777 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
3778
3779         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
3780         (is_widening_mult_p): Likewise.
3781         (convert_to_widen): Use them.
3782         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
3783         well as integer ones.
3784
3785 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
3786
3787         * alias.c (true_dependence_1): New function, merged version of
3788         true_dependence and canon_true_dependence.
3789         (true_dependence): Simplify.
3790         (canon_true_dependence): Simplify.
3791
3792 2010-07-22  Richard Henderson  <rth@redhat.com>
3793
3794         PR target/45027
3795         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
3796         of V4SFmode for the SSE saves; increase stack alignment if needed.
3797         (ix86_gimplify_va_arg): Don't increase stack alignment here.
3798
3799 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
3800
3801         PR bootstrap/45028
3802         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
3803         call cprop_find_used_regs again via note_uses.
3804
3805 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
3806
3807         * alias.c (get_alias_set): Fix formatting issues.
3808
3809 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
3810
3811         PR middle-end/44878
3812         * stmt.c (expand_value_return):  Call promote_function_mode with
3813         a for_return argument of 2 when returning by reference.
3814
3815 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
3816
3817         PR debug/45024
3818         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
3819         unit DIE if we can find the scope DIE.
3820
3821 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
3822
3823         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
3824         changed.  Initialize OBJECT_SUBWORD.
3825         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
3826         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
3827         all callers changed.
3828         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
3829         (finish_allocno): Likewise.
3830         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
3831         (remove_low_level_allocnos): Likewise.
3832         (update_bad_spill_attribute): Likewise.
3833         (setup_min_max_allocno_live_range_point): Likewise.
3834         (sort_conflict_id_map): Likewise.
3835         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
3836         (ior_hard_reg_conflicts): New function.
3837         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
3838         (compress_conflict_vecs): Iterate over objects, not allocnos.
3839         (ira_add_live_range_to_object): New function.
3840         (object_range_compare_func): Renamed from allocno_range_compare_func.
3841         All callers changed.
3842         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
3843         subobjects, widen the min/max range of the lowest-order object to
3844         potentially include all other such low-order objects.
3845         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
3846         (check_allocation): Likewise.  Use more fine-grained tests for register
3847         conflicts.
3848         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
3849         allocno subobjects.
3850         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
3851         choices about which bits to set in each set.  Don't use
3852         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
3853         using the multiple sets we computed.
3854         (push_allocno_to_stack): Iterate over allocno subobjects.
3855         (all_conflicting_hard_regs_coalesced): New static function.
3856         (setup_allocno_available_regs_num): Use it.
3857         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
3858         subobjects.
3859         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
3860         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
3861         by ALLOCNO_NUM_OBJECTS.
3862         (calculate_spill_cost): Likewise.
3863         (color_pass): Express if statement in a more normal way.
3864         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
3865         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
3866         (setup_slot_coalesced_allocno_live_ranges): Likewise.
3867         (allocno_reload_assign): Likewise.
3868         (ira_reassign_pseudos): Likewise.
3869         (fast_allocation): Likewise.
3870         * ira-conflicts.c (build_conflict_bit_table): Likewise.
3871         (print_allocno_conflicts): Likewise.
3872         (ira_build_conflicts): Likewise.
3873         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
3874         callers changed.  Test subword 0 of each allocno for conflicts.
3875         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
3876         callers changed.  Iterate over allocno subobjects.
3877         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
3878         * ira-int.h (struct ira_allocno): New member: num_objects.
3879         Rename object to objects and change it into an array.
3880         (ALLOCNO_OBJECT): Add new argument N.
3881         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
3882         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
3883         (ior_hard_reg_conflicts): Declare.
3884         (ira_add_live_range_to_object): Declare.
3885         (ira_allocno_object_iterator): New.
3886         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
3887         (FOR_EACH_ALLOCNO_OBJECT): New macro.
3888         * ira-lives.c (objects_live): Renamed from allocnos_live; all
3889         uses changed.
3890         (allocnos_processed): New sparseset.
3891         (make_object_born): Renamed from make_allocno_born; take an
3892         ira_object_t argument.  All callers changed.
3893         (make_object_dead): Renamed from make_allocno_dead; take an
3894         ira_object_t argument.  All callers changed.
3895         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
3896         All callers changed.
3897         (mark_pseudo_regno_live): Iterate over allocno subobjects.
3898         (mark_pseudo_regno_dead): Likewise.
3899         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
3900         functions.
3901         (mark_ref_live): Detect subword accesses and call
3902         mark_pseudo_regno_subword_live as appropriate.
3903         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
3904         (process_bb_nodes_live): Deal with object-related updates first; set
3905         and test bits in allocnos_processed to avoid computing allocno
3906         statistics more than once.
3907         (create_start_finish_chains): Iterate over objects, not allocnos.
3908         (print_object_live_ranges): New function.
3909         (print_allocno_live_ranges): Use it.
3910         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
3911         and objects_live.
3912
3913 2010-07-22  Richard Guenther  <rguenther@suse.de>
3914
3915         PR lto/42451
3916         * gimple.c (gtc_next_dfs_num): New global.
3917         (struct sccs): Make value a union, add integer same_p member.
3918         (gtc_visit): New function.
3919         (gimple_types_compatible_p_1): New function, split out from ...
3920         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
3921         (iterative_hash_gimple_type): Adjust for sccs change.
3922
3923 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3924
3925         PR tree-optimization/44891
3926         * tree-sra.c: Include gimple-pretty-print.h.
3927         (replace_uses_with_default_def_ssa_name): Renamed to
3928         get_repl_default_def_ssa_name, return the new SSA name instead of
3929         replacing the old one.
3930         (sra_modify_assign): Dump a message when removing a load, if the LHS
3931         is an SSA_NAME, do not do any propagation, just set the RHS to a
3932         default definition SSA NAME, type convert if necessary.
3933         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
3934
3935 2010-07-22  Richard Guenther  <rguenther@suse.de>
3936
3937         PR tree-optimization/45017
3938         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
3939         TYPE_PRECISION of integral types in addition to size.
3940
3941 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
3942
3943         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
3944         when no C library is specified.
3945
3946 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3947
3948         * ipa-prop.h (struct ipa_node_params): Updated comment.
3949         (struct ipa_edge_args): Likewise.
3950         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
3951
3952 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3953
3954         * cgraphunit.c (verify_edge_count_and_frequency): New function.
3955         (verify_cgraph_node): Verify frequencies of indirect edges.
3956         * tree-inline.c (tree_function_versioning): Update frequencies of
3957         indirect edges.
3958
3959 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3960
3961         PR target/43698
3962         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
3963         Set *arm_rev to be predicable.
3964
3965 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
3966
3967         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
3968         (LINK_COMMAND_SPEC_A): New.
3969         (DSYMUTIL): New.
3970         (DSYMUTIL_SPEC): New.
3971         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
3972         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
3973
3974 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
3975
3976         * calls.c (load_register_parameters): Move check for zero
3977         sized items so that only the call to
3978         mem_overlaps_already_clobbered_arg_p () is protected.
3979
3980 2010-07-22  Jan Hubicka  <jh@suse.cz>
3981
3982         * ipa-pure-const.c (varying_state): Break out from ...
3983         (get_function_state): ... here; always return varying_state
3984         when state would be NULL otherwise.
3985         (remove_node_data): Do not free varying state.
3986
3987 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
3988
3989         PR bootstrap/44970
3990         PR middle-end/45009
3991         * postreload.c: Include "target.h".
3992         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
3993         into account.
3994         (fixup_debug_insns): Don't copy the rtx.
3995         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
3996         Don't copy when replacing.  Call fixup_debug_insns in the case where
3997         we merged one add with another.
3998         (reload_combine_recognize_pattern): Fail if there aren't any uses.
3999         Try harder to determine whether we're picking a valid index register.
4000         Don't set store_ruid for an insn we're going to scan in the
4001         next iteration.
4002         (reload_combine): Remove unused code.
4003         (reload_combine_note_use): When updating use information for
4004         an old insn, ignore a use that occurs after store_ruid.
4005         * Makefile.in (postreload.o): Update dependencies.
4006
4007         * function.c (record_hard_reg_sets): Restrict the previous change
4008         to cases where the incoming nominal mode is the same as the
4009         incoming promoted mode and everything happens in MODE_INT.
4010
4011 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
4012
4013         PR debug/45015
4014         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
4015         ASM_OPERANDS_OUTPUT_IDX.
4016         (adjust_insn): For inline asm with multiple sets ensure first
4017         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
4018         the insn.
4019
4020 2010-07-21  Richard Henderson  <rth@redhat.com>
4021
4022         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
4023         comparison for avoiding xmm register saves.  Emit the xmm register
4024         saves explicitly.
4025         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
4026         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
4027         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
4028         Remove patterns and the associated splitters.
4029
4030 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
4031
4032         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
4033         and imagine parts of a complex, so that they can have the same
4034         base and fall into the same group.
4035
4036 2010-07-21  Richard Guenther  <rguenther@suse.de>
4037
4038         PR lto/45018
4039         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
4040         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
4041         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
4042
4043 2010-07-21  Martin Jambor  <mjambor@suse.cz>
4044
4045         PR tree-optimization/44900
4046         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
4047         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
4048
4049 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
4050
4051         PR middle-end/44738
4052         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
4053
4054 2010-07-21  Richard Guenther  <rguenther@suse.de>
4055
4056         PR middle-end/45013
4057         * tree-ssa.c (useless_type_conversion_p): Dispatch to
4058         gimple_types_compatible_p only when in lto.
4059         * gimple.c (gimple_types_compatible_p): Use canonical types
4060         to speed up comparison.
4061
4062 2010-07-21  Richard Guenther  <rguenther@suse.de>
4063
4064         * tree-flow.h (referenced_var): Move define ...
4065         * tree-flow-inline.h (referenced_var): ... here as an inline
4066         function.  Assert here ...
4067         * tree-dfa.c (referenced_var_lookup): ... instead of here.
4068         * tree-ssa.c (maybe_optimize_var): Check if the variable
4069         is in referenced vars.
4070         (execute_update_addresses_taken): Remove old broken check.
4071         * gimple-pretty-print.c (pp_points_to_solution): Use
4072         referenced_var_lookup.
4073         * tree-into-ssa.c (dump_decl_set): Likewise.
4074
4075 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
4076
4077         PR debug/45003
4078         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
4079         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
4080         ZERO_EXTEND here.
4081
4082 2010-07-20  Richard Henderson  <rth@redhat.com>
4083
4084         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
4085
4086 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
4087
4088         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
4089         computing the sum of the stack pointer and a large constant.
4090         * config/arm/constraints.md (M): Remove superfluous parentheses.
4091         (Pc): New constraint.
4092
4093 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
4094
4095         PR debug/45006
4096         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
4097         operand's type if exp is tcc_unary class tree.
4098
4099 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
4100
4101         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
4102         Reverse sense of if_then_else condition.
4103
4104 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
4105
4106         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
4107         * config/rs6000/rs6000.c (rs6000_override_options): Set
4108         rs6000_block_move_inline_limit appropriately.
4109         (expand_block_move): Use rs6000_block_move_inline_limit.
4110         * doc/invoke.texi (mblock-move-inline-limit): Document.
4111
4112 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
4113
4114         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
4115         FROM and TO.  All callers changed.  Don't look for tracked uses,
4116         just scan the RTL for DEBUG_INSNs and substitute.
4117         (reload_combine_recognize_pattern): Call fixup_debug_insns.
4118         (reload_combine): Ignore DEBUG_INSNs.
4119
4120 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
4121
4122         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
4123         depth to 8 from 5.
4124
4125         PR debug/45003
4126         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
4127         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
4128         instead of the result's type.
4129
4130 2010-07-20  Richard Guenther  <rguenther@suse.de>
4131
4132         PR tree-optimization/44977
4133         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
4134         SSA form.
4135
4136 2010-07-20  Richard Guenther  <rguenther@suse.de>
4137
4138         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
4139         (lto_symtab_merge_decls_2): Likewise.
4140         * gimple.h (gimple_types_compatible_p): Declare.
4141         * gimple.c (gimple_queue_type_fixup): Remove.
4142         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
4143         (gimple_compatible_complete_and_incomplete_type_p): New function.
4144         (gimple_types_compatible_p): Adjust.
4145         (gimple_register_type): Remove type fixup code.
4146         (print_gimple_types_stats): Adjust.
4147         (free_gimple_type_tables): Likewise.
4148         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
4149         * tree-ssa.c (useless_type_conversion_p): Likewise.
4150
4151 2010-07-20  Richard Guenther  <rguenther@suse.de>
4152
4153         PR middle-end/44971
4154         PR middle-end/44988
4155         * tree-ssa.c (maybe_optimize_var): New function split out from ...
4156         (execute_update_addresses_taken): ... here.
4157         (non_rewritable_mem_ref_base): Likewise.
4158         (execute_update_addresses_taken): Do not iterate over all referenced
4159         vars but just all local decls and parms.
4160         Properly check call and asm arguments and rewrite call arguments.
4161
4162 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
4163
4164         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
4165         to top level.
4166         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
4167         definitions ...
4168         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
4169         New macro.
4170         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
4171
4172 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
4173
4174         * gengtype.c (start_root_entry): New function, split out from
4175         write_root.  Check whether V is null and raise an error if so.
4176         (write_field_root): Check for V being null.  Don't raise an error here;
4177         set V to null instead.
4178         (write_root): Update comment above function.  Use start_root_entry.
4179
4180 2010-07-19  Xinliang David Li  <davidxl@google.com>
4181
4182         PR testsuite/44932
4183         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
4184         def edges.
4185         (find_uninit_use): Add dump.
4186         (is_use_properly_guarded): Ditto.
4187         (warn_uninitialized_phi): Ditto.
4188         (execute_late_warn_uninitialized): Ditto.
4189
4190 2010-07-19  Richard Guenther  <rguenther@suse.de>
4191
4192         PR middle-end/44941
4193         * expr.c (emit_block_move_hints): Move zero size check first.
4194         Move asserts to more useful places.
4195         * calls.c (load_register_parameters): Check for zero size.
4196
4197 2010-07-19  Richard Henderson  <rth@redhat.com>
4198
4199         * tree-optimize.c (execute_all_early_local_passes): New.  Change
4200         cgraph_state here ...
4201         (execute_early_local_optimizations): ... not here.  Remove.
4202         (pass_early_local_passes, pass_all_early_optimizations): Update.
4203
4204 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
4205
4206         * postreload.c (reload_combine_closest_single_use): Ignore the
4207         number of uses for DEBUG_INSNs.
4208         (fixup_debug_insns): New static function.
4209         (reload_combine_recognize_const_pattern): Use it.  Don't let the
4210         main loop be affected by DEBUG_INSNs.
4211         Really disallow moving adds past a jump insn.
4212         (reload_combine_recognize_pattern): Don't update use_ruid here.
4213         (reload_combine_note_use): Do it here.
4214         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
4215
4216 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
4217
4218         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
4219         of a loop.
4220         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
4221
4222 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
4223
4224         * config/i386/darwin.h: Define darwin_emit_branch_islands.
4225         (TARGET_MACHO_BRANCH_ISLANDS): New.
4226         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
4227         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
4228         default value.
4229         * config/i386/i386.c (output_pic_addr_const): Do not emit
4230         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
4231         (x86_output_mi_thunk): Adjust symbol creation.
4232         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
4233         Remove out of date comment.
4234         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
4235         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
4236         (DARWIN_GENERATE_ISLANDS): Ditto.
4237         (output_call):  Do not emit branch islands unless
4238         darwin_emit_branch_islands is set.
4239         * config/darwin.c: Declare darwin_emit_branch_islands.
4240         (machopic_indirect_data_reference): Do not emit unless
4241         darwin_emit_branch_islands is set.
4242         (darwin_override_options): Set darwin_emit_branch_islands
4243         where it is needed.
4244         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
4245
4246 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4247
4248         * doc/sourcebuild.texi (Effective-Target Keywords): Document
4249         sse_runtime, sse2_runtime.
4250
4251 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
4252
4253         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
4254         low half of a single-register SCmode return value before ORing
4255         it with the high half.
4256         * config/mips/mips16.S (MERGE_GPRf): Likewise.
4257
4258 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4259
4260         PR target/44805
4261         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
4262         on all targets.
4263
4264 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
4265
4266         PR target/42235
4267         * postreload.c (reload_cse_move2add): Return bool, true if anything.
4268         changed.  All callers changed.
4269         (move2add_use_add2_insn): Likewise.
4270         (move2add_use_add3_insn): Likewise.
4271         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
4272         reload_combine.
4273         (RELOAD_COMBINE_MAX_USES): Bump to 16.
4274         (last_jump_ruid): New static variable.
4275         (struct reg_use): New members CONTAINING_MEM and RUID.
4276         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
4277         (reload_combine_split_one_ruid, reload_combine_split_ruids,
4278         reload_combine_purge_insn_uses, reload_combine_closest_single_use
4279         reload_combine_purge_reg_uses_after_ruid,
4280         reload_combine_recognize_const_pattern): New static functions.
4281         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
4282         is true for our reg and that we have available index regs.
4283         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
4284         callers changed.  Use them to initialize fields in struct reg_use.
4285         (reload_combine): Initialize last_jump_ruid.  Be careful when to
4286         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
4287         Call reload_combine_recognize_const_pattern.
4288         (reload_combine_note_store): Update REAL_STORE_RUID field.
4289
4290 2010-07-16  Jason Merrill  <jason@redhat.com>
4291
4292         * Makefile.in (opts-common.o): Depend on options.h.
4293
4294 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
4295
4296         * tree.c (build_common_builtin_nodes): Use build_function_type_list
4297         instead of build_function_type.
4298         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
4299         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
4300
4301 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
4302
4303         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
4304         do all the work.
4305         (rs6000_emit_int_cmove): Use function pointers for insn generation.
4306         Don't force values into registers unnecessarily.
4307         (output_isel): Assert that we're not given conditions we can't handle.
4308         Delete corresponding code.
4309         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
4310         scc_comparison_operator constraint.  Permit 0 for the consequent
4311         operand.  Permit any GPR for the alternative operand.
4312         (isel_unsigned_<mode>): Likewise.
4313
4314 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
4315
4316         PR target/44942
4317         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
4318         argument to const_tree.
4319         * config/i386/i386.c (function_arg_advance): If padding needs to be
4320         inserted before argument, increment cum->words by number of padding
4321         words as well.
4322         (contains_aligned_value_p): Change argument to const_tree.
4323         (ix86_function_arg_boundary): Change second argument to const_tree.
4324
4325 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
4326
4327         PR target/42235
4328         * function.c (record_hard_reg_sets): New static function.
4329         (assign_parm_setup_reg): If an optab for extending exists and the
4330         generated code clobbbers no hard regs, emit the insn directly and
4331         create a REG_EQUIV note.
4332
4333 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4334
4335         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
4336         TREE_CHAIN.
4337         * c-typeck.c (push_init_level): Likewise.
4338         (process_init_element): Likewise.
4339
4340 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
4341
4342         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
4343         (integer_three_node): Add.
4344         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
4345         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
4346         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
4347         of call build_int_cst.
4348         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
4349         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
4350         (find_interesting_uses_address): Ditto.
4351         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
4352         * tree-eh.c (lower_eh_constructs_2): Ditto.
4353         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
4354         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
4355         * expmed.c (expand_divmod): Ditto.
4356         * tree-mudflap.c (mx_register_decls): Ditto.
4357         * varasm.c (array_size_for_constructor): Ditto.
4358         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
4359         * c-parser.c (c_parser_postfix_expression): Ditto.
4360
4361 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4362
4363         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
4364         New static variables.
4365         (reload_combine_recognize_pattern): New static function, broken out
4366         of reload_combine.
4367         (reload_combine): Use it.  Only initialize first_index_reg and
4368         last_index_reg once.
4369
4370 2010-07-15  Richard Henderson  <rth@redhat.com>
4371
4372         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
4373         when done.
4374
4375 2010-07-15  Jan Hubicka  <jh@suse.cz>
4376
4377         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
4378         comdats for broken gold.
4379         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
4380
4381 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4382
4383         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
4384
4385 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4386
4387         * tree.h (DECL_CHAIN): Define.
4388         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
4389         * c-decl.c: Likewise.
4390         * c-parser.c: Likewise.
4391         * c-typeck.c: Likewise.
4392         * cfgexpand.c: Likewise.
4393         * cgraph.c: Likewise.
4394         * cgraphunit.c: Likewise.
4395         * combine.c: Likewise.
4396         * config/alpha/alpha.c: Likewise.
4397         * config/arm/arm.c: Likewise.
4398         * config/frv/frv.c: Likewise.
4399         * config/i386/i386.c: Likewise.
4400         * config/i386/winnt-cxx.c: Likewise.
4401         * config/ia64/ia64.c: Likewise.
4402         * config/iq2000/iq2000.c: Likewise.
4403         * config/mep/mep.c: Likewise.
4404         * config/mips/mips.c: Likewise.
4405         * config/pa/som.h: Likewise.
4406         * config/rs6000/rs6000.c: Likewise.
4407         * config/s390/s390.c: Likewise.
4408         * config/sh/sh.c: Likewise.
4409         * config/sh/symbian-cxx.c: Likewise.
4410         * config/sparc/sparc.c: Likewise.
4411         * config/spu/spu.c: Likewise.
4412         * config/stormy16/stormy16.c: Likewise.
4413         * config/vxworks.c: Likewise.
4414         * config/xtensa/xtensa.c: Likewise.
4415         * coverage.c: Likewise.
4416         * dbxout.c: Likewise.
4417         * dwarf2out.c: Likewise.
4418         * emit-rtl.c: Likewise.
4419         * expr.c: Likewise.
4420         * function.c: Likewise.
4421         * gimple-low.c: Likewise.
4422         * gimple-pretty-print.c: Likewise.
4423         * gimplify.c: Likewise.
4424         * integrate.c: Likewise.
4425         * ipa-inline.c: Likewise.
4426         * ipa-prop.c: Likewise.
4427         * ipa-split.c: Likewise.
4428         * ipa-struct-reorg.c: Likewise.
4429         * ipa-type-escape.c: Likewise.
4430         * langhooks.c: Likewise.
4431         * lto-cgraph.c: Likewise.
4432         * omp-low.c: Likewise.
4433         * stor-layout.c: Likewise.
4434         * tree-cfg.c: Likewise.
4435         * tree-complex.c: Likewise.
4436         * tree-dfa.c: Likewise.
4437         * tree-dump.c: Likewise.
4438         * tree-inline.c: Likewise.
4439         * tree-mudflap.c: Likewise.
4440         * tree-nested.c: Likewise.
4441         * tree-object-size.c: Likewise.
4442         * tree-pretty-print.c: Likewise.
4443         * tree-sra.c: Likewise.
4444         * tree-ssa-live.c: Likewise.
4445         * tree-ssa-loop-niter.c: Likewise.
4446         * tree-ssa-math-opts.c: Likewise.
4447         * tree-ssa-reassoc.c: Likewise.
4448         * tree-ssa-sccvn.c: Likewise.
4449         * tree-ssa-structalias.c: Likewise.
4450         * tree-tailcall.c: Likewise.
4451         * tree-vrp.c: Likewise.
4452         * tree.c: Likewise.
4453         * var-tracking.c: Likewise.
4454         * varasm.c: Likewise.
4455
4456 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4457
4458         PR target/44877
4459         * config/spu/spu.c (spu_expand_builtin_1): Allow references
4460         (as well as pointers) as argument to mask_for_load builtins.
4461
4462 2010-07-15  Richard Guenther  <rguenther@suse.de>
4463
4464         PR tree-optimization/44946
4465         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
4466         with accessing only padding properly.
4467
4468 2010-07-15  Jan Hubicka  <jh@suse.cz>
4469
4470         * ipa.c (function_and_variable_visibility): Variables marked as used
4471         should not be localized.
4472
4473 2010-07-15  Jan Hubicka  <jh@suse.cz>
4474
4475         * cgraph.c: Include lto-streamer.h
4476         (change_decl_assembler_name): Work when assembler name hash is at place.
4477         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
4478         be sure to rename it to avoid name clash.
4479         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
4480         Localize hidden symbols only when locally defined.
4481
4482 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
4483
4484         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
4485
4486 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
4487             Kevin F. Quinn  <kevquinn@gentoo.org>
4488
4489         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
4490         * common.opt: Add -Wtrampolines.
4491         * doc/invoke.texi: Add -Wtrampolines.
4492
4493 2010-07-15  Jie Zhang  <jie@codesourcery.com>
4494
4495         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
4496         cortex_a8_issue_ls.
4497
4498 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
4499
4500         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
4501         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
4502
4503 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4504
4505         * config/spu/spu.c (reg_names): Remove prototype.
4506         (call_used_regs): Likewise.
4507
4508 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
4509
4510         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
4511         "unused" with attribute "used".
4512         (__JCR_END__): Likewise.
4513         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
4514         "used" attribute.
4515         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
4516
4517 2010-07-14  Richard Guenther  <rguenther@suse.de>
4518
4519         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
4520         (maybe_fixup_decls): Likewise.
4521         (input_gimple_stmt): Do not fixup anything.
4522         * lto-streamer-out.c (output_gimple_stmt): Make sure all
4523         non-automatic variable uses are wrapped inside a MEM_REF.
4524
4525 2010-07-14  Richard Henderson  <rth@redhat.com>
4526
4527         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
4528         for functions.
4529         * varasm.c (assemble_variable): Remove early exit for functions;
4530         assert that we're given a variable.
4531
4532 2010-07-14  Jie Zhang  <jie@codesourcery.com>
4533
4534         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
4535         cortex_a8_default when neon_type is not none.
4536
4537 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4538
4539         * lower-subreg.c (subreg_context): New static bitmap.
4540         (decompose_multiword_subregs): Allocate and free it.
4541         (find_decomposable_subregs): Set a bit in it for a register that
4542         occurs in a subreg that changes mode but not size.
4543         (can_decompose_p): Test it instead of non_decomposable_context.
4544
4545 2010-07-14  Richard Guenther  <rguenther@suse.de>
4546
4547         PR tree-optimization/44824
4548         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
4549         is_gimple_mem_ref_addr.
4550         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
4551         non-decl_address_invariant_p addresses.
4552
4553 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4554
4555         * reload.c (find_reloads): Revert code to penalize small register
4556         classes that was brought in with the IRA merge.
4557
4558 2010-07-14  Richard Guenther  <rguenther@suse.de>
4559
4560         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
4561         as base of ARRAY_REFs.
4562
4563 2010-07-14  Richard Guenther  <rguenther@suse.de>
4564
4565         PR middle-end/44930
4566         * tree-pretty-print.c (do_niy): Do not print a newline.
4567
4568 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4569
4570         * ira-int.h (struct ira_object): New.
4571         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
4572         (struct ira_allocno): Remove members min, max,
4573         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
4574         conflict_allocnos_num and conflict_vec_p.  Add new member object.
4575         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
4576         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
4577         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
4578         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
4579         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
4580         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
4581         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
4582         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
4583         an ira_object_t rather than ira_allocno_t.  All uses changed.
4584         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
4585         contains a vector of ira_object_t; all uses changed.
4586         (ira_objects_num): Declare variable.
4587         (ira_create_allocno_object): Declare function.
4588         (ira_conflict_vector_profitable_p): Adjust prototype.
4589         (ira_allocate_conflict_vec): Renamed from
4590         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
4591         (ira_allocate_object_conflicts): Renamed from
4592         ira_allocate_allocno_conflicts; first arg now ira_object_t.
4593         (struct ira_object_iterator): New.
4594         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
4595         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
4596         to conflict_vec_p.  All uses changed.
4597         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
4598         Changed to take into account that conflicts are now tracked for
4599         objects.
4600         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
4601         Args changed to accept ira_object_t.  All uses changed.
4602         (allocnos_conflict_p): New static function.
4603         (collected_conflict_objects): Renamed from collected_allocno_objects;
4604         now a vector of ira_object_t.  All uses changed.
4605         (build_conflict_bit_table): Changed to take into account that
4606         conflicts are now tracked for objects.
4607         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
4608         (print_allocno_conflicts, ira_build_conflicts): Likewise.
4609         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
4610         setup_allocno_left_conflicts_size, allocno_reload_assign,
4611         fast_allocation): Likewise.
4612         * ira-lives.c (make_hard_regno_born, make_allocno_born)
4613         process_single_reg_class_operands, process_bb_node_lives): Likewise.
4614         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
4615         Likewise.
4616         * ira-build.c (ira_objects_num): New variable.
4617         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
4618         contains a vector of ira_object_t; all uses changed.
4619         (ira_object_id_map_vec): Corresponding change.
4620         (object_pool): New static variable.
4621         (initiate_allocnos): Initialize it.
4622         (finish_allocnos): Free it.
4623         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
4624         New functions.
4625         (ira_create_allocno): Don't set members that were removed.
4626         (ira_set_allocno_cover_class): Don't change conflict hard regs.
4627         (merge_hard_reg_conflicts): Changed to take into account that
4628         conflicts are now tracked for objects.
4629         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
4630         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
4631         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
4632         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
4633         setup_min_max_conflict_allocno_ids, ):  Likewise.
4634         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
4635         to ira_object_t; all callers changed.
4636         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
4637         to ira_object_t, all callers changed.
4638         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
4639         to ira_object_t, all callers changed.
4640         (conflict_check, curr_conflict_check_tick): Renamed from
4641         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
4642         changed.
4643         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
4644         arg changed to ira_object_t, all callers changed.
4645         (create_cap_allocno): Call ira_create_allocno_object.
4646         (finish_allocno): Free the corresponding object.
4647         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
4648         callers changed.  Adjusted for dealing with objects.
4649         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
4650         dealing with objects.
4651         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
4652
4653         * ira-int.h (struct live_range): Rename allocno member to object
4654         and change type to ira_object_t.
4655         (struct ira_object): New member live_ranges.
4656         (struct ira_allocno): Remove member live_ranges.
4657         (ALLOCNO_LIVE_RANGES): Remove.
4658         (OBJECT_LIVE_RANGES): New macro.
4659         (ira_create_live_range, ira_copy_live_range_list,
4660         ira_merge_live_range_list, ira_live_ranges_intersect_p,
4661         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
4662         * ira-build.c (ira_create_object): Initialize live ranges here.
4663         (ira_create_allocno): Not here.
4664         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
4665         changed to ira_object_t, all callers changed.
4666         (copy_live_range): Rename from copy_allocno_live_range, all callers
4667         changed.
4668         (ira_copy_live_range_list): Rename from
4669         ira_copy_allocno_live_range_list, all callers changed.
4670         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
4671         all callers changed.
4672         (ira_live_ranges_intersect_p): Rename from
4673         ira_allocno_live_ranges_intersect_p, all callers changed.
4674         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
4675         callers changed.
4676         (ira_finish_live_range_list): Rename from
4677         ira_finish_allocno_live_range_list, all callers changed.
4678         (change_object_in_range_list): Rename from change_allocno_in_range_list,
4679         last arg changed to ira_object_t, all callers changed.
4680         (finish_allocno): Changed to expect live ranges in the allocno's object.
4681         (move_allocno_live_ranges, copy_allocno_live_ranges,
4682         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
4683         ira_flattening, ira_build): Likewise.
4684         * ira-color.c (allocnos_have_intersected_live_ranges_p,
4685         slot_coalesced_allocno_live_ranges_intersect,
4686         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
4687         * ira-conflicts.c (build_conflict_bit_table): Likewise.
4688         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
4689         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
4690         make_allocno_dead, create_start_finish_chains,
4691         remove_some_program_points_and_update_live_ranges,
4692         ira_debug_live_range_list): Likewise.
4693
4694         * ira-int.h (ira_object_conflict_iterator): Rename from
4695         ira_allocno_conflict_iterator.
4696         (ira_object_conflict_iter_init): Rename from
4697         ira_allocno_conflict_iter_init, second arg changed to
4698         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
4699         FOR_EACH_ALLOCNO_CONFLICT.
4700         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
4701         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
4702         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
4703         * ira-conflicts.c (print_allocno_conflicts): Likewise.
4704
4705 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
4706
4707         PR other/44874
4708         * tree-dump.c (dump_options): Add enumerate_locals entry.
4709         Add TDF_NOID exclusion to all entry.
4710         * tree-dump.h (dump_enumerated_decls): Declare.
4711         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
4712         Don't display type uid.
4713         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
4714         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
4715         * tree-ssa-live.c: Include gimple.h.
4716         (numbered_tree_d): New struct.
4717         (numbered_tree): New typedef.
4718         (DEF_VEC_O (numbered_tree): New.
4719         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
4720         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
4721         (dump_enumerated_decls): Likewise.
4722         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
4723         debug info and flag_dump_final_insns, call dump_enumerated_decls.
4724         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
4725         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
4726
4727 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
4728
4729         * expmed.h (MAX_BITS_PER_WORD): Move to...
4730         * defaults.h (MAX_BITS_PER_WORD): ...here.
4731
4732 2010-07-13  DJ Delorie  <dj@redhat.com>
4733
4734         * config/h8300/h8300.c (h8300_init_once): Default to
4735         -fstrict_volatile_bitfields.
4736
4737         * config/sh/sh.c (sh_override_options): Default to
4738         -fstrict_volatile_bitfields.
4739
4740         * config/rx/rx.c (rx_option_override): New.
4741
4742         * config/m32c/m32c.c (m32c_override_options): Default to
4743         -fstrict_volatile_bitfields.
4744
4745 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
4746
4747         * tree.h (build_function_call_expr): Delete.
4748         (build_call_expr_loc_array): New function.
4749         (build_call_expr_loc_vec): New function.
4750         * tree-flow.h (struct omp_region): Change type of ws_args field
4751         to a VEC.
4752         * builtins.c (build_function_call_expr): Delete.
4753         (build_call_expr_loc_array): New function.
4754         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
4755         (build_call_expr): Likewise.
4756         (build_call_expr_loc_vec): New function.
4757         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
4758         build_function_call_expr.
4759         * expr.c (emutls_var_address): Likewise.
4760         * varasm.c (emutls_common_1): Likewise.
4761         * omp-low.c (expand_omp_atomic_mutex): Likewise.
4762         (expand_omp_taskreg): Adjust for new type of region->ws_args.
4763         (get_ws_args_for): Return a VEC instead of a tree.
4764         (expand_parallel_call): Call build_call_expr_loc_vec instead of
4765         build_function_call_expr.
4766         * stor-layout.c (self_referential_size): Likewise.
4767
4768 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
4769
4770         PR testsuite/44701
4771         * recog.c (constrain_operands): Allow side-effects in memory
4772         operands if either < or > constraint is used, rather than if
4773         both < and > is used.
4774
4775 2010-07-13  Richard Guenther  <rguenther@suse.de>
4776
4777         PR middle-end/44911
4778         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
4779         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
4780         without name.
4781
4782 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
4783
4784         PR target/44761
4785         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
4786         to variable emited.
4787         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
4788         * config/sh/sh.md (symGOT_load): Likewise.
4789         (symDTPOFF2reg): Likewise.
4790         (symTPOFF2reg): Likewise.
4791
4792 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4793
4794         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
4795         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
4796
4797 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4798
4799         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
4800         explanation.
4801         Find ucontext_t * on Solaris 11.
4802         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
4803         Handle new Solaris 11 __sighndlr patterns.
4804
4805 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
4806
4807         PR debug/44901
4808         * vec.h (VEC_block_remove): Fix comment.
4809         * tree-ssa-live.c (remove_unused_locals): Don't use
4810         VEC_unordered_remove on local_decls, instead replace a single
4811         vector element in each iteration if at least one element had
4812         to be removed and VEC_truncate at the end.
4813         * omp-low.c (expand_omp_taskreg): Likewise.
4814
4815 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4816
4817         * c-decl.c (finish_function): Fix typo in comment.
4818
4819 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
4820
4821         PR bootstrap/44921
4822         * postreload.c (move2add_use_add3_insn): Silence gcc warning
4823         on min_regno.
4824
4825 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
4826
4827         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
4828         (simplify_stmt_using_ranges): Use it.
4829
4830 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4831
4832         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
4833         member.  Do not mark as GTY(()).
4834         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
4835         (spu_builtin_decls): New static variable.
4836         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
4837         (spu_init_builtins): Likewise.
4838         (spu_builtin_mul_widen_even): Likewise.
4839         (spu_builtin_mul_widen_odd): Likewise.
4840         (spu_builtin_mask_for_load): Likewise.
4841         (spu_builtin_vec_perm): Likewise.
4842         * config/spu/spu-c.c: Include "target.h".
4843         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
4844         of using spu_builtins[].fndecl.
4845
4846 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4847
4848         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
4849         imply -minterlink-mips16.
4850
4851 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4852
4853         * config/mips/mips.h (mips16_globals): Declare.
4854         (SWITCHABLE_TARGET): Define.
4855         * config/mips/mips.c: Include target-globals.h.
4856         (mips16_globals): New variable.
4857         (mips_set_mips16_mode): Use save_target_globals and
4858         restore_target_globals instead of target_reinit.
4859
4860 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4861
4862         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
4863         to say that the function can be called more than once.
4864         * target-globals.c (save_target_globals): Call init_reg_sets.
4865
4866 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4867
4868         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
4869         * bb-reorder.h: New file.
4870         * bb-reorder.c (default_target_bb_reorder): New variable.
4871         (this_target_bb_reorder): New conditional variable.
4872         (uncond_jump_length): Redefine as a macro.
4873         * target-globals.h (this_target_bb_reorder): Declare.
4874         (target_globals): Add a bb_reorder field.
4875         (restore_target_globals): Copy the bb_reorder field to
4876         this_target_bb-reorder.
4877         * target-globals.c: Include bb-reorder.h.
4878         (default_target_globals): Initialize the bb_reorder field.
4879         (save_target_globals): Likewise.
4880
4881 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4882
4883         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
4884         * gcse.h: New file.
4885         * gcse.c: Include gcse.h.
4886         (default_target_gcse): New variable.
4887         (this_target_gcse): New conditional variable.
4888         (can_copy): Redefine as a macro.
4889         (can_copy_init_p): New macro.
4890         (can_copy_p): Remove can_copy_init_p.
4891         * target-globals.h (this_target_gcse): Declare.
4892         (target_globals): Add a gcse field.
4893         (restore_target_globals): Copy the gcse field to this_target_gcse.
4894         * target-globals.c: Include gcse.h.
4895         (default_target_globals): Initialize the gcse field.
4896         (save_target_globals): Likewise.
4897
4898 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4899
4900         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
4901         and x_ira_prohibited_mode_move_regs_initialized_p.
4902         (ira_prohibited_mode_move_regs): Redefine as a macro.
4903         * ira.c (ira_prohibited_mode_move_regs): Delete.
4904         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
4905
4906 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4907
4908         * reload.h (target_reload): Add x_cached_reg_save_code and
4909         x_cached_reg_restore_code.
4910         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
4911         Redefine as macros.
4912
4913 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4914
4915         * Makefile.in (target-globals.o): Depend on builtins.h.
4916         * builtins.h: New file.
4917         * builtins.c: Include builtins.h.
4918         (default_target_builtins): New variable.
4919         (this_target_builtins): New conditional variable.
4920         (apply_args_mode, apply_result_mode): Redefine as macros.
4921         * target-globals.h (this_target_builtins): Declare.
4922         (target_globals): Add a builtins field.
4923         (restore_target_globals): Copy the builtins field to
4924         this_target_builtins.
4925         * target-globals.c: Include builtins.h.
4926         (default_target_globals): Initialize the builtins field.
4927         (save_target_globals): Likewise.
4928
4929 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4930
4931         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
4932         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
4933         from expmed.c.
4934         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
4935         (alg_hash, alg_hash_used_p): New macros.
4936         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
4937         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
4938         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
4939
4940 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4941
4942         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
4943         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
4944         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
4945         (this_op_costs, costs_classes): Redefine as macros.
4946         (record_reg_classes): Don't take op_costs as a parameter.
4947         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
4948         (scan_one_insn): Update call to record_operand_costs.
4949
4950 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4951
4952         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
4953         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
4954         (target_ira_int): New structure.
4955         (default_target_ira_int): Declare.
4956         (this_target_ira_int): Declare as a variable or define as a macro.
4957         (ira_reg_mode_hard_regset, ira_register_move_cost)
4958         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
4959         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
4960         (prohibited_class_mode_regs, ira_important_classes_num)
4961         (ira_important_classes, ira_reg_class_intersect)
4962         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
4963         (ira_reg_class_union): Redefine as macros.
4964         * ira.h (target_ira): New structure.
4965         (default_target_ira): Declare.
4966         (this_target_ira): Declare as a variable or define as a macro.
4967         (ira_available_class_regs, ira_hard_regno_cover_class)
4968         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
4969         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
4970         (ira_class_hard_regs_num): Redefine as macros.
4971         * ira.c (default_target_ira, default_target_ira_int): New variables.
4972         (this_target_ira, this_target_ira_int): New conditional variables.
4973         (ira_reg_mode_hard_regset, ira_memory_move_cost)
4974         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
4975         (ira_class_subset_p): Delete.
4976         (no_unit_alloc_regs): Redefine as a macro.
4977         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
4978         (ira_class_hard_regs_num, ira_class_hard_reg_index)
4979         (ira_available_class_regs): Delete.
4980         (alloc_reg_class_subclasses): Redefine as a macro.
4981         (ira_reg_class_cover_size, ira_reg_class_cover)
4982         (ira_important_classes_num, ira_important_classes)
4983         (ira_important_class_nums, ira_class_translate): Delete.
4984         (cover_class_order): Document the variable's lifetime.
4985         (reorder_important_classes): Don't set ira_important_class_nums.
4986         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
4987         (ira_reg_class_super_classes, ira_reg_class_union)
4988         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
4989         Delete.
4990         (setup_reg_class_nregs): Don't set ira_max_regs.
4991         (prohibited_class_mode_regs): Delete.
4992         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
4993         (target_globals): Add ira and ira_int fields.
4994         (restore_target_globals): Copy the ira field to this_target_ira
4995         and the ira_int field to this_target_ira_int.
4996         * target-globals.c: Include ira-int.h.
4997         (default_target_globals): Initialize the ira and ira_int fields.
4998         (save_target_globals): Likewise.
4999
5000 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5001
5002         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
5003         * cfgloop.h (target_cfgloop): New structure.
5004         (default_target_cfgloop): Declare.
5005         (this_target_cfgloop): Declare as a variable or define as a macro.
5006         (target_avail_regs, target_clobbered_regs, target_res_regs)
5007         (target_reg_cost, target_spill_cost): Redefine as macros.
5008         * cfgloopanal.c (default_target_cfgloop): New variable.
5009         (this_target_cfgloop): New conditional variable.
5010         (target_avail_regs, target_clobbered_regs, target_res_regs)
5011         (target_reg_cost, target_spill_cost): Delete.
5012         * target-globals.h (this_target_cfgloop): Declare.
5013         (target_globals): Add a cfgloop field.
5014         (restore_target_globals): Copy the cfgloop field to
5015         this_target_cfgloop.
5016         * target-globals.c: Include cfgloop.h.
5017         (default_target_globals): Initialize the cfgloop field.
5018         (save_target_globals): Likewise.
5019
5020 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5021
5022         * regs.h (target_regs): Add x_direct_load, x_direct_store and
5023         x_float_extend_from_mem.
5024         (direct_load, direct_store, float_extend_from_mem): New macros.
5025         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
5026
5027 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5028
5029         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
5030         (target-globals.o): Depend on $(LIBFUNCS_H).
5031         * libfuncs.h: Include hashtab.h.
5032         (libfunc_entry): Moved from optabs.c.
5033         (target_libfuncs): New structure.
5034         (default_target_libfuncs): Declare.
5035         (this_target_libfuncs): Declare as a variable or define as a macro.
5036         (libfunc_table): Redefine as a macro.
5037         * optabs.c (default_target_libfuncs): New variable.
5038         (this_target_libfuncs): New conditional variable.
5039         (libfunc_table): Delete.
5040         (libfunc_entry): Moved to optabs.h.
5041         (libfunc_hash): Redefine as a macro.
5042         (hash_libfunc, eq_libfunc): Fix comments.
5043         (init_optabs): Use libfunc_hash to detect cases where the function
5044         has already been called.  Clear the hash table instead of
5045         recreating it.
5046         * target-globals.h (this_target_libfuncs): Declare.
5047         (target_globals): Add a libfuncs field.
5048         (restore_target_globals): Copy the libfuncs field to
5049         this_target_libfuncs.
5050         * target-globals.c: Include libfuncs.h.
5051         (default_target_globals): Initialize the libfuncs field.
5052         (save_target_globals): Likewise.
5053
5054 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5055
5056         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
5057         in all dependency lists.
5058
5059 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5060
5061         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
5062         * optabs.h (target_optabs): New structure.
5063         (default_target_optabs): Declare.
5064         (this_target_optabs): Declare as a variable or define as a macro.
5065         (optab_table, convert_optab_table, direct_optab_table): Redefine
5066         as macros.
5067         * optabs.c (default_target_optabs): New variable.
5068         (this_target_optabs): New conditional variable.
5069         (optab_table, convert_optab_table, direct_optab_table): Delete.
5070         * target-globals.h (this_target_optabs): Declare.
5071         (target_globals): Add a optabs field.
5072         (restore_target_globals): Copy the optabs field to
5073         this_target_optabs.
5074         * target-globals.c: Include expr.h and optabs.h.
5075         (default_target_globals): Initialize the optabs field.
5076         (save_target_globals): Likewise.
5077
5078 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5079
5080         * flags.h (target_flagstate): Add x_flag_excess_precision.
5081         (flag_excess_precision): Redefine as a macro.
5082         * toplev.c (flag_excess_precision): Delete.
5083
5084 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5085
5086         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
5087         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
5088         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
5089         (no_caller_save_reg_set): Redefine as a macro.
5090         * reload.h (target_reload): Add x_caller_save_initialized_p and
5091         x_regno_save_mode.
5092         (caller_save_initialized_p): Redefine as a macro.
5093         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
5094         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
5095         (regno_save_mode): Redefine as a macro.
5096
5097 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5098
5099         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
5100         * expmed.h: New file.
5101         * expmed.c (default_target_costs): New variable.
5102         (this_target_costs): New conditional variable.
5103         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
5104         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
5105         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
5106         * target-globals.h (this_target_expmed): Declare.
5107         (target_globals): Add a expmed field.
5108         (restore_target_globals): Copy the expmed field to
5109         this_target_expmed.
5110         * target-globals.c: Include expmed.h.
5111         (default_target_globals): Initialize the expmed field.
5112         (save_target_globals): Likewise.
5113
5114 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5115
5116         * Makefile.in (target-globals.o): Depend on reload.h.
5117         * reload.h (target_reload): New structure.
5118         (default_target_reload): Declare.
5119         (this_target_reload): Declare as a variable or define as a macro.
5120         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
5121         * reload1.c (default_target_reload): New variable
5122         (this_target_reload): New conditional variable.
5123         (indirect_symref_ok, double_reg_address_ok): Delete.
5124         (spill_indirect_levels): Redefine as a macro.
5125         * target-globals.h (this_target_reload): Declare.
5126         (target_globals): Add a reload field.
5127         (restore_target_globals): Copy the reload field to
5128         this_target_reload.
5129         * target-globals.c: Include hard-reg-set.h.
5130         (default_target_globals): Initialize the reload field.
5131         (save_target_globals): Likewise.
5132
5133 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5134
5135         * rtl.h (target_rtl): Add x_static_reg_base_value.
5136         * alias.c (static_reg_base_value): Redefine as a macro.
5137
5138 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5139
5140         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
5141         (GTFILES): Remove reginfo.c.
5142         * rtl.h (target_rtl): Add x_top_of_stack.
5143         (top_of_stack): New macro.
5144         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
5145         (top_of_stack): Delete.
5146
5147 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5148
5149         * regs.h (target_regs): Add x_hard_regs_of_mode,
5150         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
5151         x_may_move_out_cost and x_last_mode_for_init_move_cost.
5152         (have_regs_of_mode, contains_reg_of_mode, move_cost)
5153         (may_move_in_cost, may_move_out_cost): Redefine as macros.
5154         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
5155         (may_move_in_cost, may_move_out_cost): Delete.
5156         (last_mode_for_init_move_cost): Redefine as a macro.
5157
5158 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5159
5160         * hard-reg-set.h (target_hard_regs): New structure.
5161         (default_target_hard_regs): Declare.
5162         (this_target_hard_regs): Declare as a variable or define as a macro.
5163         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
5164         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
5165         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
5166         (reg_class_size, reg_class_subclasses, reg_class_subunion)
5167         (reg_class_superunion, reg_names): Redefine as macros.
5168         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
5169         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
5170         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
5171         (reg_class_contents, reg_class_size, reg_class_subclasses)
5172         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
5173         (default_target_hard_regs): New variable
5174         (this_target_hard_regs, initial_call_really_used_regs)
5175         (initial_reg_alloc_order): New conditional variables.
5176         (initial_reg_names): New variable.
5177         (init_reg_sets): Assert that initial_call_really_used_regs,
5178         initial_reg_alloc_order and initial_reg_names
5179         are all the same size as their variable counterparts.  Use them to
5180         initialize those counterparts.
5181         * target-globals.h (this_target_hard_regs): Declare.
5182         (target_globals): Add a hard_regs field.
5183         (restore_target_globals): Copy the hard_regs field to
5184         this_target_hard_regs.
5185         * target-globals.c: Include hard-reg-set.h.
5186         (default_target_globals): Initialize the hard_regs field.
5187         (save_target_globals): Likewise.
5188
5189 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5190
5191         * Makefile.in (target-globals.o): Depend on $(RTL_H).
5192         * rtl.h (target_rtl): New structure.
5193         (default_target_rtl): Declare.
5194         (this_target_rtl): Declare as a variable or define as a macro.
5195         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
5196         Redefine as macros.
5197         * emit-rtl.c (default_target_rtl): New variable.
5198         (this_target_rtl): New conditional variable.
5199         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
5200         (return_address_pointer_rtx): Delete.
5201         (initial_regno_reg_rtx): New macro.
5202         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
5203         (init_emit_regs): Likewise.
5204         * target-globals.h (this_target_rtl): Declare.
5205         (target_globals): Add a rtl field.
5206         (restore_target_globals): Copy the rtl field to this_target_rtl.
5207         * target-globals.c: Include rtl.h.
5208         (default_target_globals): Initialize the rtl field.
5209         (save_target_globals): Likewise.
5210
5211 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5212
5213         * Makefile.in (target-globals.o): Depend on $(REGS_H).
5214         * regs.h (target_reg_modes): New structure.
5215         (default_target_reg_modes): Declare.
5216         (this_target_reg_modes): Declare as a variable or define as a macro.
5217         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
5218         * reginfo.c (default_target_reg_modes): New variable.
5219         (this_target_reg_modes): New conditional variable.
5220         (hard_regno_nregs, reg_raw_mode): Delete.
5221         * target-globals.h (this_target_regs): Declare.
5222         (target_globals): Add a regs field.
5223         (restore_target_globals): Copy the regs field to this_target_regs.
5224         * target-globals.c: Include regs.h.
5225         (default_target_globals): Initialize the regs field.
5226         (save_target_globals): Likewise.
5227
5228 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5229
5230         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
5231         * doc/tm.texi: Regenerate.
5232         * Makefile.in (OBJS-common): Add target-globals.o.
5233         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
5234         and target-globals.h.
5235         (target-globals.o): New rule.
5236         (GTFILES): Include $(srcdir)/target-globals.h.
5237         * defaults.h (SWITCHABLE_TARGET): Define.
5238         * gengtype.c (open_base_files): Add target-globals.h to the
5239         list of includes.
5240         * target-globals.h: New file.
5241         * target-globals.c: Likewise.
5242
5243         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
5244         * flags.h (target_flag_state): New structure.
5245         (default_target_flag_state): Declare.
5246         (this_target_flag_state): Declare as a variable or define as a macro.
5247         (align_loops_log): Redefine as a macro.
5248         (align_loops_max_skip, align_jumps_log): Likewise.
5249         (align_jumps_max_skip, align_labels_log): Likewise.
5250         (align_labels_max_skip, align_functions_log): Likewise.
5251         * toplev.c (default_target_flag_state): New variable.
5252         (this_target_flag_state): New conditional variable.
5253         (align_loops_log): Delete.
5254         (align_loops_max_skip, align_jumps_log): Likewise.
5255         (align_jumps_max_skip, align_labels_log): Likewise.
5256         (align_labels_max_skip, align_functions_log): Likewise.
5257         * target-globals.h (this_target_flag_state): Declare.
5258         (target_globals): Add a flag_state field.
5259         (restore_target_globals): Copy the flag_state field to
5260         this_target_flag_state.
5261         * target-globals.c: Include flags.h.
5262         (default_target_globals): Initialize the flag_state field.
5263         (save_target_globals): Likewise.
5264
5265 2010-07-12  Jie Zhang  <jie@codesourcery.com>
5266
5267         * postreload.c (reg_symbol_ref[]): New.
5268         (move2add_use_add2_insn): New.
5269         (move2add_use_add3_insn): New.
5270         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
5271         (move2add_note_store): Likewise.
5272
5273 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5274
5275         PR rtl-optimization/44752
5276         * genautomata.c (main): Don't emit an empty file even if there
5277         is no automaton.
5278
5279 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5280
5281         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
5282         ix86_solaris_return_in_memory.
5283         * config/i386-protos.h: Reflect this.
5284         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5285         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5286         Move ...
5287         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
5288
5289 2010-07-12  Jie Zhang  <jie@codesourcery.com>
5290
5291         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
5292         align the stack when it's going to be saved.
5293
5294 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5295
5296         PR pch/14940
5297         * config/host-solaris.c (mmap_fixed): New function.
5298         (sol_gt_pch_get_address): Use it.
5299         (sol_gt_pch_use_address): Likewise.
5300
5301 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5302
5303         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
5304         pentiumpro on Solaris 8 and 9/x86.
5305         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
5306         Document SSE/SSE2 support.
5307         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
5308
5309 2010-07-12  Andi Kleen  <ak@linux.intel.com>
5310
5311         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
5312         instead of gcc_assert to print better error message for multiple
5313         prevailing defs.
5314
5315 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
5316
5317         * config/i386/i386.c (ix86_asm_output_function_label): Change format
5318         string placeholder from 0x%x to %#x.
5319         (ix86_code_end): Use putc to output '\n'.
5320         (ix86_print_operand) <case ';'>: Use putc to output ';'.
5321
5322 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
5323
5324         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
5325         in directive -export.
5326
5327 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
5328
5329         * reginfo.h (reg_classes_intersect_p): Change arguments type to
5330         reg_class_t.
5331         * rtl.h (reg_classes_intersect_p): Adjust prototype.
5332
5333         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
5334         Remove macros.
5335         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
5336         rs6000_memory_move_cost): Remove
5337         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
5338         TARGET_MEMORY_MOVE_COST): Define.
5339         (rs6000_register_move_cost): Make static. Change arguments type from
5340         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
5341         (rs6000_memory_move_cost): Make static. Change arguments type from
5342         'enum reg_class' to reg_class_t.
5343
5344 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
5345
5346         PR middle-end/42505
5347         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
5348         lookup code into....
5349         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
5350         new functions.
5351         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
5352         * cfgloopanal.c (target_clobbered_regs): Define.
5353         (init_set_costs): Initialize target_clobbered_regs.
5354         (estimate_reg_pressure_cost): Add call_p argument.  When true,
5355         adjust the number of available registers to exclude the
5356         call-clobbered registers.
5357         * cfgloop.h (target_clobbered_regs): Declare.
5358         (estimate_reg_pressure_cost): Adjust declaration.
5359         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
5360         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
5361         (determine_set_costs): Dump target_clobbered_regs.
5362         (loop_body_includes_call): New function.
5363         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
5364         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
5365         call_p flag through.
5366         (best_gain_for_invariant): Likewise.
5367         (find_invariants_to_move): Likewise.
5368         (move_single_loop_invariants): Likewise, using already-computed
5369         has_call field.
5370
5371 2010-07-10  Richard Guenther  <rguenther@suse.de>
5372             Joern Rennecke  <joern.rennecke@embecosm.com>
5373
5374         PR debug/44832
5375         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
5376         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
5377         unless they have DECL_IGNORED_P set.
5378
5379 2010-07-10  Richard Guenther  <rguenther@suse.de>
5380
5381         PR lto/44889
5382         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
5383         helper function.
5384         (gimple_types_compatible_p): Similar to pointed-to
5385         types allow and merge a mix of complete and incomplete aggregate.
5386         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
5387         (iterative_hash_gimple_type): Adjust for that.
5388
5389 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
5390
5391         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
5392
5393 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
5394
5395         PR objc/44140
5396         * config/darwin.c (output_objc_section_asm_op): Save and restore
5397         section when outputting ObjC section list.
5398
5399 2010-07-09  Jan Hubicka  <jh@suse.cz>
5400
5401         * lto-streamer-out.c (produce_symtab): Do not write alias
5402         cgraph/varpool nodes.
5403
5404 2010-07-09  Jan Hubicka  <jh@suse.cz>
5405
5406         * tree-inline.c (declare_return_variable): Fix ICE while
5407         inlining DECL_BY_VALUE function not in SSA form
5408
5409 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
5410
5411         PR tree-optimization/44576
5412         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
5413         New.  Pull out from is_loop_prefetching_profitable to implement
5414         the trip count to ahead ratio heuristic.
5415         (mem_ref_count_reasonable_p): New.  Pull out from
5416         is_loop_prefetching_profitable to implement the instruction to
5417         memory reference ratio heuristic.  Also consider not reasonable if
5418         the memory reference count is above a threshold (to avoid
5419         explosive compilation time.
5420         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
5421         is_loop_prefetching_profitable to implement the instruction to
5422         prefetch ratio heuristic.
5423         (is_loop_prefetching_profitable): Removed.
5424         (loop_prefetch_arrays): Distribute the cost analysis across the
5425         function to allow early exit of the prefetch analysis.
5426         is_loop_prefetching_profitable is splitted into three functions,
5427         with each one called as early as possible.
5428         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
5429         number of memory references in a loop is considered too many.
5430
5431 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
5432
5433         * reload.c (find_reloads): Don't clear badop if we have a winreg
5434         alternative, but not win, and the class only has fixed regs.
5435         * hard-reg-set.h (class_only_fixed_regs): Declare.
5436         * reginfo.c (class_only_fixed_regs): New array.
5437         (init_reg_sets_1): Initialize it.
5438         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
5439         discourage alternatives using the stack pointer.
5440
5441         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
5442
5443         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
5444
5445         * config/arm/arm.md (cbranchqi4): Fix array size.
5446         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
5447         calculating length.
5448
5449 2010-07-09  Richard Guenther  <rguenther@suse.de>
5450
5451         * gimple.c (struct type_fixup_s): New struct and VEC type.
5452         (gimple_register_type_fixups): New static global.
5453         (gimple_queue_type_fixup): New function.
5454         (gimple_types_compatible_p): Queue type fixups instead of
5455         applying them here.
5456         (gimple_register_type): Apply queued fixups for the
5457         canonical type.  Empty the type fixup queue.
5458
5459 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5460
5461         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
5462         * configure: Regenerate.
5463         * config.in: Ditto.
5464
5465 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
5466             Denys Vlasenko  <dvlasenk@redhat.com>
5467             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5468
5469         PR tree-optimization/28632
5470         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
5471         (extract_range_from_binary_expr): Further optimize
5472         BIT_AND_EXPR and BIT_IOR_EXPR.
5473
5474 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
5475
5476         * tree-if-conv.c (fold_or_predicates): New.
5477         (add_to_predicate_list): Call it.
5478
5479 2010-07-09  Richard Guenther  <rguenther@suse.de>
5480
5481         PR middle-end/44890
5482         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
5483         if base is a pointer.
5484         * tree-cfg.c (verify_expr): Update MEM_REF checking.
5485
5486 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
5487
5488         PR target/44877
5489         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
5490         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
5491         builtin mask for load/store builtins.
5492
5493 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5494
5495         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
5496         for "lock addl".
5497         * configure: Regenerate.
5498         * config/i386/i386.c (ix86_print_operand) <case ';'>:
5499         Remove TARGET_MACHO.
5500
5501 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
5502
5503         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
5504         default ISA flags.
5505         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
5506
5507 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
5508
5509         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
5510
5511 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
5512
5513         * config/picochip/picochip.md (commsTestPort): Emit more
5514         efficient sequence for tstport instruction.
5515
5516 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5517
5518         * config/i386/i386.c (ix86_veclib_handler): Make static.
5519
5520 2010-07-09  Richard Guenther  <rguenther@suse.de>
5521
5522         PR tree-optimization/44852
5523         * tree-ssa-alias.c: Include toplev.h for exact_log2.
5524         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
5525         in MEM_REF.
5526         (indirect_refs_may_alias_p): Likewise.
5527         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
5528
5529 2010-07-09  Richard Guenther  <rguenther@suse.de>
5530
5531         PR tree-optimization/44882
5532         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
5533         sets do conflict.
5534         (vectorizable_load): Likewise.
5535
5536 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
5537
5538         PR target/40657
5539         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
5540         All callers changed.
5541         Handle the case when we're called for the epilogue.
5542         (thumb_unexpanded_epilogue): Use it.
5543         (thumb1_expand_epilogue): Likewise.
5544
5545 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
5546
5547         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
5548         both ranges are range_int_cst_p with non-negative minimum,
5549         try harder to derive smaller range.
5550
5551 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5552
5553         * genrecog.c: Include diagnostic-core.h before toplev.h.
5554         * genoutput.c: Likewise.
5555         * genextract.c: Likewise.
5556         * genautomata.c: Likewise.
5557         * genemit.c: Likewise.
5558         * genpeep.c: Likewise.
5559         * genattrtab.c: Likewise.
5560         * genconditions.c: Likewise.
5561         * genpreds.c: Likewise.
5562
5563 2010-07-08  Andi Kleen  <ak@linux.intel.com>
5564
5565         * lto-section-in.c (lto_section_name): Add missing comma.
5566
5567 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
5568
5569         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
5570         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
5571         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
5572         (ia64_override_options): Rename to...
5573         (ia64_option_override): ... this one. Make static.
5574
5575 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5576
5577         PR middle-end/44843
5578         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
5579         pointed-to type of the offset in a MEM_REF to compute the alignment.
5580
5581 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
5582
5583         * final.c (final_scan_insn): Replace
5584         TARGET_UNWIND_INFO macro check by unwind_emit
5585         hook NULL check.
5586         * targhooks.c (default_unwind_emit): Removed.
5587         * targhooks.h (default_unwind_emit): Likewise.
5588         * target.def (unwind_emit): Set default value to NULL.
5589
5590         * config/i386/i386-protos.h (ix86_asm_output_function_label):
5591         New prototype.
5592         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
5593         for NULL fntype argument and allow 64-bit targets.
5594         (ix86_asm_output_function_label): New function.
5595         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
5596         (ix86_handle_fndecl_attribute): Likewise.
5597         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
5598         * doc/doc/tm.texi: Regenerated.
5599         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
5600         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
5601         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
5602         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
5603         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
5604         * config/elfos.h: Likewise.
5605         * config/i386/cygming.h: Likewise.
5606         * config/netbsd-aout.h: Likewise.
5607         * config/openbsd.h: Likewise.
5608         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
5609         by ix86_asm_output_function_label function call.
5610         * varasm.c (assemble_start_function): Use
5611         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
5612
5613 2010-07-08  Jan Hubicka  <jh@suse.cz>
5614
5615         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
5616         New function.
5617         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
5618         Declare.
5619         * ipa-cp.c (ipcp_estimate_growth): Use it.
5620         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
5621         Likewise.
5622
5623 2010-07-08  Jan Hubicka  <jh@suse.cz>
5624
5625         * tree-inline.c (declare_return_variable): Allocate annotation for new
5626         temporary.
5627
5628 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
5629
5630         PR tree-optimization/44710
5631         * tree-if-conv.c (parse_predicate): New.
5632         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
5633         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
5634
5635 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
5636
5637         * common.opt (ftree-loop-if-convert): New flag.
5638         * doc/invoke.texi (ftree-loop-if-convert): Documented.
5639         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
5640         when flag_tree_loop_if_convert is set.
5641
5642 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
5643
5644         * config/i386/i386.c: Use short syntax for function calls
5645         through function pointers.
5646         * config/i386/i386.md: Ditto.
5647
5648 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5649
5650         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
5651
5652 2010-07-08  Richard Guenther  <rguenther@suse.de>
5653
5654         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
5655         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
5656
5657 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
5658
5659         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
5660         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
5661         (loc_list_from_tree): Likewise.
5662         (output_loc_operands): Handle outputting DW_OP_const[48]u
5663         with loc->dtprel set.
5664         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
5665
5666 2010-07-08  Jan Hubicka  <jh@suse.cz>
5667
5668         * ipa.c: Include pointer-set.h
5669         (cgraph_externally_visible_p): New attribute ALIASED;
5670         when in LTO, hidden symbols are local unless they are aliased.
5671         (function_and_variable_visibility): Compute aliased nodes;
5672         handle LTO and hidden symbol on functions and vars.
5673         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
5674         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
5675
5676 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5677
5678         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
5679         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5680         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5681         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5682         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5683         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
5684         (ix86_gen_probe_stack_range): Likewise.
5685         (override_options): Set them.
5686         (ix86_target_stack_probe): New function.
5687         (ix86_compute_frame_layout): Force use of push instructions to
5688         save registers if stack checking with probes is enabled.
5689         (get_scratch_register_on_entry): New function.
5690         (release_scratch_register_on_entry): Likewise.
5691         (ix86_adjust_stack_and_probe): Likewise.
5692         (output_adjust_stack_and_probe): Likewise.
5693         (ix86_emit_probe_stack_range): Likewise.
5694         (output_probe_stack_range): Likewise.
5695         (ix86_expand_prologue): Emit stack checking code if static built-in
5696         stack checking is enabled.
5697         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
5698         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
5699         (output_adjust_stack_and_probe): Likewise.
5700         (output_probe_stack_range): Likewise.
5701         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
5702         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
5703         TARGET_STACK_PROBE.
5704         (allocate_stack_worker_64): Likewise.
5705         (allocate_stack): Likewise.
5706         (adjust_stack_and_probe): New insn.
5707         (probe_stack_range): Likewise.
5708
5709 2010-07-08  Richard Guenther  <rguenther@suse.de>
5710
5711         PR tree-optimization/44831
5712         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
5713         a MEM_REF preserving TBAA info of the original dereference.
5714         Dereference the original pointer if the address is not invariant.
5715         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
5716         at least one invariant address that we are going to dereference.
5717
5718 2010-07-08  Richard Guenther  <rguenther@suse.de>
5719
5720         PR tree-optimization/44861
5721         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
5722         information when building MEM_REFs.
5723         (vectorizable_load): Likewise.
5724         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
5725
5726 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5727
5728         * config/sol2-c.c: Do not include diagnostic-core.h.
5729
5730 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5731
5732         PR bootstrap/44768
5733         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
5734         with respect to current_function_decl. Pass decl of the function.
5735         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
5736         * ipa-inline.c (compute_inline_parameters): Pass decl to
5737         estimated_stack_frame_size.
5738
5739 2010-07-08  Richard Guenther  <rguenther@suse.de>
5740
5741         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
5742         New function.
5743         (valueize_refs): Call it.
5744
5745 2010-07-08  Richard Guenther  <rguenther@suse.de>
5746
5747         PR rtl-optimization/44838
5748         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
5749         SSA form do not use pointer equivalence.
5750
5751 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5752
5753         * dwarf2out.c (AT_linkage_name): Delete.
5754         (add_linkage_attr): New function.
5755         (add_linkage_name): Call it to emit the linkage attribute.
5756         (dwarf2out_finish): Likewise.
5757         (move_linkage_attr): Explicitly accept both attribute variants.
5758
5759 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5760
5761         * toplev.h: Do not include diagnostic-core.h.
5762         Include diagnostic-core.h in every file that includes toplev.h.
5763         * c-tree.h: Do not include toplev.h.
5764         * pretty-print.h: Update comment.
5765         * Makefile.in: Update dependencies.
5766         * alias.c: Include diagnostic-core.h in every file that includes
5767         toplev.h.
5768         * attribs.c: Likewise.
5769         * auto-inc-dec.c: Likewise.
5770         * bb-reorder.c: Likewise.
5771         * bt-load.c: Likewise.
5772         * caller-save.c: Likewise.
5773         * calls.c: Likewise.
5774         * cfg.c: Likewise.
5775         * cfganal.c: Likewise.
5776         * cfgbuild.c: Likewise.
5777         * cfgcleanup.c: Likewise.
5778         * cfghooks.c: Likewise.
5779         * cfgloop.c: Likewise.
5780         * combine.c: Likewise.
5781         * config/alpha/alpha.c: Likewise.
5782         * config/arc/arc.c: Likewise.
5783         * config/arm/arm.c: Likewise.
5784         * config/arm/pe.c: Likewise.
5785         * config/avr/avr.c: Likewise.
5786         * config/bfin/bfin.c: Likewise.
5787         * config/cris/cris.c: Likewise.
5788         * config/crx/crx.c: Likewise.
5789         * config/darwin-c.c: Likewise.
5790         * config/darwin.c: Likewise.
5791         * config/fr30/fr30.c: Likewise.
5792         * config/frv/frv.c: Likewise.
5793         * config/h8300/h8300.c: Likewise.
5794         * config/host-darwin.c: Likewise.
5795         * config/i386/i386.c: Likewise.
5796         * config/i386/netware.c: Likewise.
5797         * config/i386/nwld.c: Likewise.
5798         * config/i386/winnt-cxx.c: Likewise.
5799         * config/i386/winnt-stubs.c: Likewise.
5800         * config/i386/winnt.c: Likewise.
5801         * config/ia64/ia64-c.c: Likewise.
5802         * config/ia64/ia64.c: Likewise.
5803         * config/iq2000/iq2000.c: Likewise.
5804         * config/lm32/lm32.c: Likewise.
5805         * config/m32c/m32c-pragma.c: Likewise.
5806         * config/m32c/m32c.c: Likewise.
5807         * config/m32r/m32r.c: Likewise.
5808         * config/m68hc11/m68hc11.c: Likewise.
5809         * config/m68k/m68k.c: Likewise.
5810         * config/mcore/mcore.c: Likewise.
5811         * config/mep/mep-pragma.c: Likewise.
5812         * config/mep/mep.c: Likewise.
5813         * config/mmix/mmix.c: Likewise.
5814         * config/mn10300/mn10300.c: Likewise.
5815         * config/moxie/moxie.c: Likewise.
5816         * config/pa/pa.c: Likewise.
5817         * config/pdp11/pdp11.c: Likewise.
5818         * config/picochip/picochip.c: Likewise.
5819         * config/rs6000/rs6000-c.c: Likewise.
5820         * config/rs6000/rs6000.c: Likewise.
5821         * config/rx/rx.c: Likewise.
5822         * config/s390/s390.c: Likewise.
5823         * config/score/score.c: Likewise.
5824         * config/score/score3.c: Likewise.
5825         * config/score/score7.c: Likewise.
5826         * config/sh/sh.c: Likewise.
5827         * config/sh/symbian-base.c: Likewise.
5828         * config/sh/symbian-c.c: Likewise.
5829         * config/sh/symbian-cxx.c: Likewise.
5830         * config/sol2-c.c: Likewise.
5831         * config/sol2.c: Likewise.
5832         * config/sparc/sparc.c: Likewise.
5833         * config/spu/spu.c: Likewise.
5834         * config/stormy16/stormy16.c: Likewise.
5835         * config/v850/v850-c.c: Likewise.
5836         * config/v850/v850.c: Likewise.
5837         * config/vax/vax.c: Likewise.
5838         * config/vxworks.c: Likewise.
5839         * config/xtensa/xtensa.c: Likewise.
5840         * convert.c: Likewise.
5841         * cse.c: Likewise.
5842         * cselib.c: Likewise.
5843         * dbgcnt.c: Likewise.
5844         * dbxout.c: Likewise.
5845         * ddg.c: Likewise.
5846         * dominance.c: Likewise.
5847         * emit-rtl.c: Likewise.
5848         * explow.c: Likewise.
5849         * expmed.c: Likewise.
5850         * fixed-value.c: Likewise.
5851         * fold-const.c: Likewise.
5852         * fwprop.c: Likewise.
5853         * gcse.c: Likewise.
5854         * ggc-common.c: Likewise.
5855         * ggc-page.c: Likewise.
5856         * ggc-zone.c: Likewise.
5857         * gimple-low.c: Likewise.
5858         * gimplify.c: Likewise.
5859         * graph.c: Likewise.
5860         * haifa-sched.c: Likewise.
5861         * ifcvt.c: Likewise.
5862         * implicit-zee.c: Likewise.
5863         * integrate.c: Likewise.
5864         * ira-build.c: Likewise.
5865         * ira-color.c: Likewise.
5866         * ira-conflicts.c: Likewise.
5867         * ira-costs.c: Likewise.
5868         * ira-lives.c: Likewise.
5869         * ira.c: Likewise.
5870         * lists.c: Likewise.
5871         * loop-doloop.c: Likewise.
5872         * loop-iv.c: Likewise.
5873         * lto-opts.c: Likewise.
5874         * lto-symtab.c: Likewise.
5875         * main.c: Likewise.
5876         * modulo-sched.c: Likewise.
5877         * optabs.c: Likewise.
5878         * params.c: Likewise.
5879         * plugin.c: Likewise.
5880         * postreload-gcse.c: Likewise.
5881         * postreload.c: Likewise.
5882         * predict.c: Likewise.
5883         * profile.c: Likewise.
5884         * real.c: Likewise.
5885         * regcprop.c: Likewise.
5886         * reginfo.c: Likewise.
5887         * regmove.c: Likewise.
5888         * reorg.c: Likewise.
5889         * resource.c: Likewise.
5890         * rtl.c: Likewise.
5891         * rtlanal.c: Likewise.
5892         * sched-deps.c: Likewise.
5893         * sched-ebb.c: Likewise.
5894         * sched-rgn.c: Likewise.
5895         * sdbout.c: Likewise.
5896         * sel-sched-dump.c: Likewise.
5897         * sel-sched-ir.c: Likewise.
5898         * simplify-rtx.c: Likewise.
5899         * stmt.c: Likewise.
5900         * stor-layout.c: Likewise.
5901         * store-motion.c: Likewise.
5902         * targhooks.c: Likewise.
5903         * tree-cfg.c: Likewise.
5904         * tree-cfgcleanup.c: Likewise.
5905         * tree-dump.c: Likewise.
5906         * tree-eh.c: Likewise.
5907         * tree-inline.c: Likewise.
5908         * tree-nomudflap.c: Likewise.
5909         * tree-object-size.c: Likewise.
5910         * tree-optimize.c: Likewise.
5911         * tree-outof-ssa.c: Likewise.
5912         * tree-phinodes.c: Likewise.
5913         * tree-profile.c: Likewise.
5914         * tree-ssa-ccp.c: Likewise.
5915         * tree-ssa-coalesce.c: Likewise.
5916         * tree-ssa-live.c: Likewise.
5917         * tree-ssa-loop-niter.c: Likewise.
5918         * tree-ssa-loop-prefetch.c: Likewise.
5919         * tree-ssa-loop.c: Likewise.
5920         * tree-ssa-structalias.c: Likewise.
5921         * tree-ssa-uninit.c: Likewise.
5922         * tree-ssa.c: Likewise.
5923         * tree-vect-data-refs.c: Likewise.
5924         * tree-vect-loop-manip.c: Likewise.
5925         * tree-vect-loop.c: Likewise.
5926         * tree-vect-patterns.c: Likewise.
5927         * tree-vect-stmts.c: Likewise.
5928         * tree-vrp.c: Likewise.
5929         * varasm.c: Likewise.
5930         * vec.c: Likewise.
5931         * web.c: Likewise.
5932         * xcoffout.c: Likewise.
5933
5934 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
5935
5936         * gengtype.c (write_field_root): New function.
5937         (write_root): Use it.
5938
5939 2010-07-07  Wei Guozhi  <carrot@google.com>
5940
5941         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
5942         of lowest bits to lshift/compare): Add a missing line.
5943
5944 2010-07-07  Wei Guozhi  <carrot@google.com>
5945
5946         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
5947         of lowest bits to lshift/compare): New.
5948
5949 2010-07-07  Tom Tromey  <tromey@redhat.com>
5950
5951         * doc/tm.texi: Update.
5952         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
5953         Add @hook.
5954         * target.def (want_debug_pub_sections): New hook.
5955         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
5956         * dwarf2out.c (add_pubname_string): Check
5957         targetm.want_debug_pub_sections.
5958         (add_pubname): Likewise.
5959         (add_pubtype): Likewise.
5960
5961 2010-07-07  Jie Zhang  <jie@codesourcery.com>
5962
5963         * genautomata.c (output_automata_list_min_issue_delay_code):
5964         Correctly decompress min_issue_delay.
5965
5966 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
5967
5968         PR rtl-optimization/44404
5969         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
5970         possible, use reg_overlap_mentioned_p instead.
5971
5972 2010-07-07  Duncan Sands  <baldrick@free.fr>
5973
5974         PR middle-end/41355
5975         * tree.c (build_function_type_skip_args): Copy the original type using
5976         build_distinct_type_copy rather than copy_node.
5977
5978 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5979
5980         PR target/44850
5981         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
5982         revision 161876.
5983         (ix86_expand_prologue): Likewise.
5984         (ix86_handle_fndecl_attribute): Likewise.
5985         (ix86_asm_declare_function_name): Likewise.
5986         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5987         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5988         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
5989         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
5990         * doc/extend.texi: Likewise.
5991
5992 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5993
5994         PR target/44844
5995         * config/i386/i386.md (rdrand<mode>): Changed to expand to
5996         retry if the carry flag isn't valid.
5997         (rdrand<mode>_1): New.
5998
5999 2010-07-07  Richard Guenther  <rguenther@suse.de>
6000
6001         PR middle-end/44790
6002         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
6003         for expanding the constant offset for MEM_REFs.
6004
6005 2010-07-07  Richard Guenther  <rguenther@suse.de>
6006
6007         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
6008         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
6009         * gimple.h (is_gimple_operand): Remove.
6010         * gimple.c (is_gimple_operand): Likewise.
6011         (walk_gimple_op): Fix wi->val_only setting for calls.
6012         * tree-cfg.c (verify_gimple_call): Fix argument validation.
6013         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
6014         invalid gimple calls.
6015
6016 2010-07-06  Jan Hubicka  <jh@suse.cz>
6017
6018         * lto-cgraph.c (output_cgraph): Add missing declaration.
6019
6020 2010-07-06  Jan Hubicka  <jh@suse.cz>
6021
6022         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
6023         partition.
6024
6025 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
6026
6027         * doc/gimple.texi (GIMPLE_DEBUG): Document.
6028         * doc/rtl.texi (Debug Information): New node.
6029         (NOTE_INSN_VAR_LOCATION): Document.
6030         (debug_insn): Likewise.
6031         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
6032
6033 2010-07-07  Jan Hubicka  <jh@suse.cz>
6034
6035         With parts by Richard Guenther.
6036
6037         PR middle-end/44813
6038         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
6039         for functions passed by reference.
6040         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
6041         in memory when passed by reference.
6042         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
6043         beggining.
6044         * ipa-split.c (split_function): Cleanup way return value is passed;
6045         handle SSA DECL_BY_REFERENCE retvals.
6046         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
6047         DECL_BY_REFERENCE is set.
6048         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
6049         find_what_p_points_to): Handle RESULT_DECL.
6050         * tree-inline.c (declare_return_variable): Get new entry_block argument;
6051         when passing by reference ensure that RESULT_DECL is gimple_val.
6052         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
6053         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
6054
6055 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
6056
6057         PR rtl-optimization/44787
6058         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
6059         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
6060
6061 2010-07-06  Jan Hubicka  <jh@suse.cz>
6062
6063         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
6064         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
6065         with body can prevail.
6066         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
6067         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
6068         * cgraph.c (cgraph_get_node_or_alias): New function.
6069         * cgraph.h (cgraph_get_node_or_alias): Declare.
6070
6071 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
6072
6073         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
6074         support.
6075         (ix86_expand_prologue): Likewise.
6076         (ix86_handle_fndecl_attribute): Likewise.
6077         (ix86_asm_declare_function_name): New function for
6078         ASM_DECLARE_FUNCTION_NAME.
6079         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
6080         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
6081         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
6082         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
6083         * doc/extend.texi: Adjust documentation about ms_hook_prologue
6084         attribute.
6085
6086 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6087
6088         * config/i386/i386.md (immediate_operand): New mode attribute.
6089
6090         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
6091         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
6092         using P mode iterator.
6093         (pro_epilogue_adjust_stack_di_2): Rename from
6094         pro_epilogue_adjust_stack_rex64_2.
6095
6096         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
6097
6098 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6099
6100         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
6101         through gen_mov_insv_1 function pointer.
6102         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
6103         gen_truncxf<mode>2 through gen_truncxf function pointer.
6104         (remainder<mode>3): Ditto.
6105         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
6106         (allocate_stack): Call gen_allocate_stack_worker_64 or
6107         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
6108         function pointer.
6109         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
6110         function pointer.
6111
6112 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6113
6114         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
6115         operand constraint instead of <r><i>m.
6116
6117 2010-07-06  Richard Guenther  <rguenther@suse.de>
6118
6119         PR middle-end/44828
6120         * convert.c (convert_to_integer): Watch out for overflowing
6121         MULT_EXPR as well.
6122
6123 2010-07-05  Jan Hubicka  <jh@suse.cz>
6124
6125         * lto-streamer.c (write_symbol_vec): Rename to ...
6126         (write_symbol) ... this one; write only symbol given and when
6127         present in cache. Sanity check that what is defined is present
6128         in cgraph/varpool with body/finalized decl.
6129         (write_symbols_of_kind): Remove.
6130         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
6131         pairs to produce symtab.
6132         (produce_asm_for_decls): Update call of produce_symtab; don't do so
6133         when doing WPA streaming.
6134
6135 2010-07-05  Jan Hubicka  <jh@suse.cz>
6136
6137         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
6138         function is still available to fold into.
6139
6140 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6141
6142         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
6143         * function.h (struct_function): Change type of local_decls field
6144         to a VEC.
6145         (add_local_decl): New function.
6146         (FOR_EACH_LOCAL_DECL): New macro.
6147         * cfgexpand.c (init_vars_expansion): Adjust for new type of
6148         cfun->local_decls.
6149         (estimated_stack_frame_size): Likewise.
6150         (expand_used_vars): Likewise.
6151         * cgraphbuild.c (build_cgraph_edges): Likewise.
6152         * function.c (instantiate_decls_1): Likewise.
6153         * ipa-struct-reorg.c (build_data_structure): Likewise.
6154         * ipa-type-escape.c (analyze_function): Likewise.
6155         * lto-streamer-in.c (input_function): Likewise.
6156         * lto-streamer-out.c (output_function): Likewise.
6157         * tree-ssa-live.c (remove_unused_locals): Likewise.
6158         * tree.c (free_lang_data_in_decl): Likewise.
6159         (find_decls_types_in_node): Likewise.
6160         * omp-low.c (remove_exit_barrier): Likewise.
6161         (expand_omp_taskreg): Likewise.
6162         (list2chain): Rename to...
6163         (vec2chain): ...this.  Adjust.
6164         * cgraphunit.c (assemble_thunk): Call add_local_decl.
6165         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
6166         * gimple-low.c (record_vars_into): Likewise.
6167         * tree-inline.c (remap_decls): Likewise.
6168         (declare_return_variable): Likewise.
6169         (declare_inline_vars): Likewise.
6170         (copy_forbidden): Adjust for new type of cfun->local_decls.
6171         (add_local_variables): New function.
6172         (expand_call_inline): Call it.
6173         (tree_function_versioning): Likewise.
6174
6175 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6176
6177         AVX Programming Reference (June, 2010)
6178         * config/i386/cpuid.h (bit_F16C): New.
6179         (bit_RDRND): Likewise.
6180         (bit_FSGSBASE): Likewise.
6181
6182         * config/i386/i386-builtin-types.def: Add
6183         "DEF_FUNCTION_TYPE (UINT16)", function types for
6184         float16 <-> float conversions and
6185         "DEF_FUNCTION_TYPE (VOID, UINT64)".
6186
6187         * config/i386/i386-c.c (ix86_target_macros_internal): Support
6188         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
6189         OPTION_MASK_ISA_F16C.
6190
6191         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
6192         (OPTION_MASK_ISA_RDRND_SET): Likewise.
6193         (OPTION_MASK_ISA_F16C_SET): Likewise.
6194         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
6195         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
6196         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
6197         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
6198         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
6199         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
6200         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
6201         (override_options): Handle them.
6202         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
6203         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
6204         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
6205         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
6206         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
6207         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
6208         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
6209         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
6210         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
6211         (bdesc_args): Likewise.
6212         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
6213         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
6214         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
6215         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
6216         Handle non-memory store.
6217
6218         * config/i386/i386.h (TARGET_FSGSBASE): New.
6219         (TARGET_RDRND): Likewise.
6220         (TARGET_F12C): Likewise.
6221
6222         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
6223         (UNSPEC_VCVTPS2PH): Likewise.
6224         (UNSPECV_RDFSBASE): Likewise.
6225         (UNSPECV_RDGSBASE): Likewise.
6226         (UNSPECV_WRFSBASE): Likewise.
6227         (UNSPECV_WRGSBASE): Likewise.
6228         (UNSPECV_RDRAND): Likewise.
6229         (rdfsbase<mode>): Likewise.
6230         (rdgsbase<mode>): Likewise.
6231         (wrfsbase<mode>): Likewise.
6232         (wrgsbase<mode>): Likewise.
6233         (rdrand<mode>): Likewise.
6234
6235         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
6236
6237         * config/i386/immintrin.h (_rdrand_u16): New.
6238         (_rdrand_u32): Likewise.
6239         (_readfsbase_u32): Likewise.
6240         (_readfsbase_u64): Likewise.
6241         (_readgsbase_u32): Likewise.
6242         (_readgsbase_u64): Likewise.
6243         (_writefsbase_u32): Likewise.
6244         (_writefsbase_u64): Likewise.
6245         (_writegsbase_u32): Likewise.
6246         (_writegsbase_u64): Likewise.
6247         (_rdrand_u64): Likewise.
6248         (_cvtsh_ss): Likewise.
6249         (_mm_cvtph_ps): Likewise.
6250         (_mm256_cvtph_ps): Likewise.
6251         (_cvtss_sh): Likewise.
6252         (_mm_cvtps_ph): Likewise.
6253         (_mm256_cvtps_ph): Likewise.
6254
6255         * config/i386/sse.md (vcvtph2ps): New.
6256         (*vcvtph2ps_load): Likewise.
6257         (vcvtph2ps256): Likewise.
6258         (vcvtps2ph): Likewise.
6259         (*vcvtps2ph): Likewise.
6260         (*vcvtps2ph_store): Likewise.
6261         (vcvtps2ph256): Likewise.
6262
6263         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
6264
6265         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
6266
6267 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
6268
6269         PR bootstrap/44512
6270         * genenums.c (main): Output include of insn-constants.h
6271         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
6272
6273 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
6274
6275         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
6276         (override_options): Initialize it.
6277         (ix86_expand_prologue): Use it.
6278
6279 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
6280
6281         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
6282
6283 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
6284
6285         * double-int.h (fit_double_type): Remove declaration.
6286         * double-int.c (fit_double_type): Remove function.
6287         * tree.h (int_fits_type_p): Adjust prototype.
6288         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
6289         instead of fit_double_type.
6290         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
6291         instead of fit_double_type and build_int_cst_wide.
6292         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
6293         instead of fit_double_type and build_int_cst_wide.
6294         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
6295         of fit_double_type.
6296
6297 2010-07-05  Jan Hubicka  <jh@suse.cz>
6298
6299         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
6300         in_other_partition.
6301         * lto-cgraph.c (referenced_from_other_partition_p,
6302         reachable_from_other_partition_p): Use in_other_partition flags.
6303         (output_node, output_varpool_node): COMDAT nodes always have private
6304         copies and thus are never used from other partition.
6305
6306 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
6307
6308         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
6309         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
6310         * config/ia64/ia64.c Include reload.h.
6311         (ia64_memory_move_cost): New function.
6312         (TARGET_MEMORY_MOVE_COST): Define.
6313         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
6314         memory_move_cost.
6315
6316 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
6317
6318         PR middle-end/42505
6319         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
6320         comments about cost model.
6321         (try_add_cand_for):  Add second strategy for choosing initial set
6322         based on original IVs, controlled by ORIGINALP argument.
6323         (get_initial_solution): Add ORIGINALP argument.
6324         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
6325         (find_optimal_iv_set): Try two different strategies for choosing
6326         the IV set, and return the one with lower cost.
6327
6328 2010-07-05  Richard Guenther  <rguenther@suse.de>
6329
6330         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
6331
6332 2010-07-05  Richard Guenther  <rguenther@suse.de>
6333
6334         * tree.c (reference_alias_ptr_type): New function.
6335         * tree.h (reference_alias_ptr_type): Declare.
6336         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
6337         allow non-TARGET_MEM_REF new refs.
6338         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
6339         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
6340         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
6341         (create_mem_ref): Get alias pointer type.  Adjust calls to
6342         create_mem_ref_raw.
6343         (maybe_fold_tmr): Likewise.
6344         * tree-flow.h (create_mem_ref): Adjust prototype.
6345
6346 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
6347
6348         PR c++/44808
6349         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
6350         *from_p is VAR_DECL.
6351
6352 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6353
6354         * tree.h (build_call_list): Remove.
6355         * tree.c (build_call_list): Remove.
6356
6357 2010-07-05  Richard Guenther  <rguenther@suse.de>
6358
6359         * double-int.h (double_int_sub): Declare.
6360         * double-int.c (double_int_sub): New function.
6361         * dwarf2out.c (field_byte_offset): Use it.
6362         * fixed-value.c (do_fixed_add): Likewise.
6363         (do_fixed_multiply): Likewise.
6364         (do_fixed_divide): Likewise.
6365         * tree-predcom.c (add_ref_to_chain): Likewise.
6366         (determine_roots_comp): Likewise.
6367         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
6368
6369 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6370
6371         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
6372         implementations.
6373
6374 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
6375
6376         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
6377         * arm-modes.def (CC_NOTB): Don't define.
6378         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
6379         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
6380         (LTUGEU): New code_iterator.
6381         (cnb, optab): New corresponding code_attrs.
6382         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
6383         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
6384         using LTUGEU.
6385         (addsi3_carryin_shift_<optab>): Likewise.
6386         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
6387         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
6388         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
6389         (subsi3_compare): Renamed from subsi3_compare0_c.
6390         Change CC_NOTB to CC.
6391         (arm_subsi3_insn): Allow constants for operand 0.
6392         (compare_scc peephole for eq case): New.
6393         (compare_scc splitters): Change CC_NOTB to CC.
6394
6395 2010-07-05  Richard Guenther  <rguenther@suse.de>
6396
6397         * tree-ssa-loop-im.c (for_each_index): Do not handle
6398         ALIGN_INDIRECT_REF.
6399         (gen_lsm_tmp_name): Likewise.
6400         * tree-dump.c (dequeue_and_dump): Likewise.
6401         * tree-pretty-print.c (dump_generic_node): Likewise.
6402         (op_code_prio): Likewise.
6403         (op_symbol_code): Likewise.
6404         * tree.c (staticp): Likewise.
6405         (build1_stat): Likewise.
6406         * tree.h (INDIRECT_REF_P): Likewise.
6407         * fold-const.c (maybe_lvalue_p): Likewise.
6408         (operand_equal_p): Likewise.
6409         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6410         (ao_ref_init_from_vn_reference): Likewise.
6411         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
6412         (find_interesting_uses_address): Likewise.
6413         * dwarf2out.c (loc_list_from_tree): Likewise.
6414         * gimplify.c (gimplify_expr): Likewise.
6415         * tree-eh.c (tree_could_trap_p): Likewise.
6416         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6417         * cfgexpand.c (expand_debug_expr): Likewise.
6418         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
6419         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
6420         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
6421         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
6422         * tree-ssa-operands.c (get_expr_operands): Likewise.
6423         * expr.c (safe_from_p): Likewise.
6424         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
6425         * tree-vect-data-refs.c (vect_setup_realignment): Build
6426         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
6427         * tree-vect-stmts.c (vectorizable_load): Likewise.
6428         * tree.def (ALIGN_INDIRECT_REF): Remove.
6429
6430 2010-07-05  Richard Guenther  <rguenther@suse.de>
6431
6432         PR tree-optimization/44784
6433         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
6434         for inserted stmts.
6435         (find_or_generate_expression): Fix SCCVN insertion check.
6436
6437 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
6438
6439         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
6440         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
6441         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
6442         directives.
6443
6444 2010-07-05  Ira Rosen  <irar@il.ibm.com>
6445
6446         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
6447         statements that are not vectorized.
6448         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
6449         in INSIDE_COST.
6450
6451 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
6452
6453         PR bootstrap/44820
6454         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
6455
6456 2010-07-05  Richard Guenther  <rguenther@suse.de>
6457
6458         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
6459         RESULT_DECLs properly.
6460
6461 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6462
6463         PR rtl-optimization/44695
6464         * config/i386/i386.md (extract_code): Removed.
6465         (<u>divmodqi4): Likewise.
6466         (divmodqi4): New.
6467         (udivmodqi4): Likewise.
6468         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
6469         (udivmodhiqi3): Likewise.
6470
6471 2010-07-04  Jan Hubicka  <jh@suse.cz>
6472
6473         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
6474
6475 2010-07-04  Jan Hubicka  <jh@suse.cz>
6476
6477         * cgraphunit.c (init_cgraph): Only initialize dump file if it
6478         is not already initialized.
6479
6480 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6481
6482         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
6483         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
6484         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
6485         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
6486         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
6487         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
6488         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
6489         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
6490         (sync_new_nand_optab): Redefine as macros.
6491         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
6492         Delete.
6493         (direct_optab_index): New enum.
6494         (direct_optab_d): New structure.
6495         (direct_optab): New typedef.
6496         (direct_optab_table): Declare.
6497         (direct_optab_handler, set_direct_optab_handler): New functions.
6498         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
6499         (sync_lock_release_optab): New macros.
6500         * optabs.c (direct_optab_table): New variable.
6501         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
6502         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
6503         cmpstr_optab and cmpstrn_optab.
6504         (emit_conditional_move): Likewise for movcc_optab.
6505         (can_conditionally_move_p): Likewise for movcc_gen_code.
6506         (init_insn_codes): Clear direct_optab_table.
6507         (init_optabs): Don't initialize the new "direct optabs" here.
6508         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
6509         vcond_gen_code.
6510         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
6511         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
6512         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
6513         (expand_sync_operation): Likewise other sync_*_optabs.
6514         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
6515         to sync_compare_and_swap_optab.
6516         (expand_sync_lock_test_and_set): Use direct_optab_handler for
6517         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
6518         to the names of both.
6519         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
6520         cmpstr_optab and cmpstrn_optab.
6521         (expand_builtin_lock_release): Likewise sync_lock_release.
6522         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
6523         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
6524         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
6525         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
6526         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
6527         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
6528         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
6529         (sync_lock_test_and_set, sync_lock_release): Delete.
6530         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
6531         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
6532         * genopinit.c (optabs): Use set_direct_optab_handler for the new
6533         macro optabs.
6534         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
6535         the "optab" local variable.  Use direct_optab_handler for optab and
6536         sync_compare_and_swap_optab.
6537         * reload1.c (reload_in_optab, reload_out_optab): Delete.
6538         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
6539         reload_in_optab and reload_out_optab.
6540         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
6541         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
6542         * config/pa/pa.c (pa_secondary_reload): Likewise.
6543         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
6544         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
6545         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
6546         (VMSupportsCS8_builtin): Likewise.
6547
6548 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6549
6550         * optabs.h (optab_handlers): Change type of insn_code to int.
6551         (optab_handler, set_optab_handler, convert_optab_handler)
6552         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
6553         CODE_FOR_nothing".
6554         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
6555         (init_insn_codes): Zero both the above arrays.
6556         (init_optabs): Never call init_insn_codes first time around.
6557
6558 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6559
6560         * optabs.h (optab_handler, convert_optab_handler): Turn into
6561         inline functions that return an insn code.
6562         (set_optab_handler, set_convert_optab_handler): New functions.
6563         * builtins.c: Replace optab_handler(X)->insn_code with
6564         optab_handler or set_optab_handler thoughout.  Likewise
6565         convert_optab_handler(X)->insn_code with convert_optab_handler
6566         and set_convert_optab_handler.
6567         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
6568         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
6569         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
6570         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
6571         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
6572         config/spu/spu.c: Likewise.
6573
6574 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
6575
6576         PR target/44531
6577         * config.gcc (sh*-*-*): Use regular expressions instead of
6578         the 'i' modifier for sed substitutions.
6579
6580 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
6581
6582         * gimple.c (gimple_body): Comments added.
6583
6584 2010-07-04  Richard Guenther  <rguenther@suse.de>
6585
6586         PR middle-end/44809
6587         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
6588         of an INDIRECT_REF.
6589
6590 2010-07-04  Richard Guenther  <rguenther@suse.de>
6591
6592         PR tree-optimization/44479
6593         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
6594         extra SSA name copy statements which preserves points-to
6595         information.
6596         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
6597         Copy points-to information for all pointers.  Properly handle
6598         MEM_REFs.
6599         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
6600         copy statements.
6601         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
6602         dependency.
6603
6604 2010-07-04  Richard Guenther  <rguenther@suse.de>
6605
6606         PR middle-end/44785
6607         * tree-inline.c (initialize_inlined_parameters): Do not
6608         re-use pointer-map slot over remap_type call.
6609
6610 2010-07-04  Richard Guenther  <rguenther@suse.de>
6611
6612         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
6613
6614 2010-07-04  Richard Guenther  <rguenther@suse.de>
6615
6616         PR tree-optimization/44656
6617         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
6618         again after value-replacing in the defintions lhs.
6619
6620 2010-07-04  Ira Rosen  <irar@il.ibm.com>
6621             Revital Eres  <eres@il.ibm.com>
6622
6623         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
6624         Document new arguments.
6625         * doc/tm.texi: Regenerate.
6626         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
6627         Handle unaligned store.
6628         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
6629         * target.def (builtin_vectorization_cost): Add new arguments.
6630         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
6631         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
6632         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
6633         (vect_vfa_segment_size): Fix indentation.
6634         * tree-vectorizer.h (struct _vect_peel_info): New.
6635         (struct _vect_peel_extended_info): New.
6636         (struct _loop_vec_info): Add new field for peeling hash table and a
6637         macro for its access.
6638         (VECT_MAX_COST): Define.
6639         (vect_get_load_cost): Declare.
6640         (vect_get_store_cost, vect_get_known_peeling_cost,
6641         vect_get_single_scalar_iteraion_cost): Likewise.
6642         (vect_supportable_dr_alignment): Add new argument.
6643         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
6644         field.
6645         (destroy_loop_vec_info): Free peeling hash table.
6646         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
6647         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
6648         vect_analyze_slp. Fix indentation.
6649         (vect_get_single_scalar_iteraion_cost): New function.
6650         (vect_get_known_peeling_cost): Likewise.
6651         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
6652         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
6653         statement. Move outside cost calculation inside unknown peeling case.
6654         Call vect_get_known_peeling_cost for known amount of peeling.
6655         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
6656         reference to the print message of forced alignment.
6657         (vect_verify_datarefs_alignment): Update call to
6658         vect_supportable_dr_alignment.
6659         (vect_get_data_access_cost): New function.
6660         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
6661         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
6662         vect_peeling_hash_choose_best_peeling): Likewise.
6663         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
6664         to store all the accesses in the loop and find best possible access to
6665         align using peeling for known alignment case. For unknown alignment
6666         check if stores are preferred or if peeling is worthy.
6667         (vect_find_same_alignment_drs): Analyze pairs of loads too.
6668         (vect_supportable_dr_alignment): Add new argument and check aligned
6669         accesses according to it.
6670         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
6671         (cost_for_stmt): Call vect_get_stmt_cost.
6672         (vect_model_simple_cost): Likewise.
6673         (vect_model_store_cost): Call vect_get_stmt_cost. Call
6674         vect_get_store_cost to calculate the cost of the statement.
6675         (vect_get_store_cost): New function.
6676         (vect_model_load_cost): Call vect_get_stmt_cost. Call
6677         vect_get_load_cost to calculate the cost of the statement.
6678         (vect_get_load_cost): New function.
6679         (vectorizable_store): Update call to vect_supportable_dr_alignment.
6680         (vectorizable_load): Likewise.
6681         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
6682         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
6683         arguments. Handle unaligned store.
6684         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
6685         (rs6000_builtin_support_vector_misalignment): Return true for word and
6686         double word alignments for VSX.
6687         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
6688         vect_supportable_dr_alignment and builtin_vectorization_cost.
6689
6690 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6691
6692         PR target/44597
6693         * config/pa/predicates.md (prefetch_cc_operand): Remove.
6694         (prefetch_nocc_operand): Likewise.
6695         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
6696         (prefetch_20): New insn.
6697         (prefetch_cc): Remove.
6698         (prefetch_nocc): Likewise.
6699
6700 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6701
6702         * expr.c (vector_mode_valid_p): Move to c-common.c.
6703         * expr.h (vector_mode_valid_p): Do not declare here.
6704         * system.h: Poison GCC_EXPR_H in front-ends.
6705         * Makefile.in: Update dependencies.
6706
6707 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6708
6709         PR target/44705
6710         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
6711
6712 2010-07-03  Jan Hubicka  <jh@suse.cz>
6713
6714         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
6715         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
6716         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
6717         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
6718         Likewise.
6719
6720         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
6721         Update timevars.V
6722         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
6723         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
6724         TV_IPA_LTO_DECL_OUT): New.
6725         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
6726
6727 2010-07-03  Jan Hubicka  <jh@suse.cz>
6728
6729         * ipa-inline.c (update_edge_key): Break out from ...
6730         update_callers_keys): ... here;
6731         (update_callee_keys): Update only the edges from caller to callee.
6732         (update_all_calle_keys): Do what update_calle_keys did.
6733         (decide_inlining_of_small_functions): Avoid recomputing of all
6734         callees when badness increase.
6735
6736 2010-07-03  Jie Zhang  <jie@codesourcery.com>
6737
6738         * config/arm/arm.c (arm_attr_length_move_neon): New.
6739         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
6740         * config/arm/neon.md (define_mode_attr V_slen): Remove.
6741         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
6742         to compute length attribute.
6743
6744 2010-07-03  Jie Zhang  <jie@codesourcery.com>
6745
6746         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
6747         as predicate for operand 1 and remove its constraint.
6748         * config/arm/predicates.md (vfp_register_operand): New.
6749         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
6750         (*push_fp_multi): Likewise.
6751
6752 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
6753
6754         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
6755
6756 2010-07-03  Jan Hubicka  <jh@suse.cz>
6757
6758         * config/i386/i386.c (override_options): Revert accidental commit.
6759
6760 2010-07-02  Le-Chun Wu  <lcwu@google.com>
6761
6762         PR c++/44128
6763         * doc/invoke.texi: Update documentation of -Wshadow.
6764
6765 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6766             Julian Brown  <julian@codesourcery.com>
6767             Sandra Loosemore <sandra@codesourcery.com>
6768
6769         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
6770         comparisons.  Adjust to take both operands.
6771         (arm_select_cc_mode): Handle DImode comparisons.
6772         (arm_gen_compare_reg): Generate a scratch register for DImode
6773         comparisons which require one.  Use xor for Thumb equality checks.
6774         (arm_const_double_by_immediates): New.
6775         (arm_print_operand): Allow 'Q' and 'R' for constants.
6776         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
6777         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
6778         arm_canonicalize_comparison.
6779         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
6780         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
6781         prototype.
6782         (arm_const_double_by_immediates): Declare.
6783         * config/arm/constraints.md (Di): New constraint.
6784         * config/arm/predicates.md (arm_immediate_di_operand)
6785         (arm_di_operand, cmpdi_operand): New.
6786         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
6787         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
6788         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
6789         (cstoredi4): Handle non-Cirrus also.
6790
6791 2010-07-02  Julian Brown  <julian@codesourcery.com>
6792             Sandra Loosemore <sandra@codesourcery.com>
6793
6794         PR target/43703
6795         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
6796         (smax<mode>3): Disable for NEON float modes when
6797         flag_unsafe_math_optimizations is false.
6798         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
6799         (*mul<mode>3_neon)
6800         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
6801         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
6802         for NEON float modes when flag_unsafe_math_optimizations is false.
6803         (quad_halves_<code>v4sf): Only enable if
6804         flag_unsafe_math_optimizations is true.
6805         * doc/invoke.texi (ARM Options): Add note about floating point
6806         vectorization requiring -funsafe-math-optimizations.
6807
6808 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6809             Julian Brown  <julian@codesourcery.com>
6810
6811         * config/arm/neon.md (UNSPEC_VABA): Delete.
6812         (UNSPEC_VABAL): Delete.
6813         (UNSPEC_VABS): Delete.
6814         (UNSPEC_VMUL_N): Delete.
6815         (adddi3_neon): New.
6816         (subdi3_neon): New.
6817         (mul<mode>3add<mode>_neon): Make the pattern named.
6818         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
6819         (neon_vadd<mode>): Replace with define_expand, and move the remaining
6820         unspec parts...
6821         (neon_vadd<mode>_unspec): ...to this.
6822         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
6823         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
6824         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
6825         (neon_vaba<mode>): Rewrite in terms of vabd.
6826         (neon_vabal<mode>): Rewrite in terms of vabdl.
6827         (neon_vabs<mode>): Rewrite without unspec.
6828         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
6829         (*arm_subdi3): Likewise.
6830         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
6831         No_op attribute to disable assembly output checks.
6832         * config/arm/arm_neon.h: Regenerated.
6833         * doc/arm-neon-intrinsics.texi: Regenerated.
6834
6835 2010-07-02  Jan Hubicka  <jh@suse.cz>
6836
6837         * ipa-split.c (split_function): For aggregate values, set the return
6838         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
6839         *<retval> = fncall.part ().
6840         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
6841
6842 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6843
6844         * config/arm/neon.md (UNSPEC_VAND): Delete.
6845         (UNSPEC_VBIC): Delete.
6846         (UNSPEC_VCLZ): Delete.
6847         (UNSPEC_VCNT): Delete.
6848         (UNSPEC_VEOR): Delete.
6849         (UNSPEC_VORN): Delete.
6850         (UNSPEC_VORR): Delete.
6851         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
6852         core registers too.
6853         (anddi3_neon): Likewise.
6854         (orndi3_neon): Likewise.
6855         (bicdi3_neon): Likewise.
6856         (xordi3_neon): Likewise.
6857         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
6858         rid of unspec and handle unused operand.
6859         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
6860         * config/arm/predicates.md (imm_for_neon_logic_operand):
6861         Require TARGET_NEON.
6862         (imm_for_neon_inv_logic_operand): Likewise.
6863         * config/arm/arm.md (define_split for logical_binary_operator):
6864         Disable for NEON registers.
6865         (anddi3): Add new define_expand, and rename the insn.  Disable
6866         this insn for NEON, where anddi3_neon now applies.
6867         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
6868         (iordi3): As for anddi3.
6869         (xordi3): Likewise.
6870         * config/arm/neon.ml (Vand): Split DImode variants and mark them
6871         as No_op to disable testing for exact instruction match.
6872         (Vorr): Likewise.
6873         (Veor): Likewise.
6874         (Vbic): Likewise.
6875         (Vorn): Likewise.
6876         * config/arm/arm_neon.h: Regenerated.
6877         * doc/arm-neon-intrinsics.texi: Regenerated.
6878
6879 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
6880
6881         * expr.h (emit_stack_probe): Declare.
6882         * explow.c (emit_stack_probe): Make global.
6883         (anti_adjust_stack_and_probe): Fix comments.
6884         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
6885         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6886         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6887         * config/sparc/sparc.c: Include except.h.
6888         (sparc_emit_probe_stack_range): New function.
6889         (output_probe_stack_range): Likewise.
6890         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
6891         built-in stack checking is enabled.
6892         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
6893         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
6894         (probe_stack_range): New insn.
6895
6896 2010-07-02  Richard Guenther  <rguenther@suse.de>
6897
6898         PR target/43958
6899         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
6900         for argument alignment.
6901
6902 2010-07-02  Jan Hubicka  <jh@suse.cz>
6903
6904         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
6905         walk backwards from entry_bb to check only those basic block of header
6906         that might lead to execution of split part.
6907         (consider_split) ... here.
6908         (find_return_bb): Allow assignment in return BB.
6909         (find_retval): New.
6910         (split_function): Fix name of cloned function; take care of updating
6911         return value in return_bb containing move.
6912
6913 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
6914
6915         PR target/44771
6916         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
6917         used variable insn.
6918
6919 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
6920
6921         * implicit-zee.c (combine_reaching_defs): Fix long lines.
6922         (is_set_with_extension_DI): Delete.
6923         (struct zero_extend_info): New structure.
6924         (add_removable_zero_extend): New function.
6925         (find_removable_zero_extends): Use note_stores to find SETs.
6926         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
6927
6928 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
6929
6930         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
6931         is_miss_rate_acceptable. Pull total_positions computation
6932         out of the loops.  Early return if miss_positions exceeds
6933         the acceptable threshold.
6934         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
6935         is_miss_rate_acceptable after renaming of compute_miss_rate.
6936
6937 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
6938
6939         PR middle-end/44576
6940         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
6941         of 1000) for miss rate if the address diference is greater than or
6942         equal to the cache line size (the two reference will never hit the
6943         same cache line).
6944
6945 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
6946
6947         PR target/42835
6948         * config/arm/arm-modes.def (CC_NOTB): New mode.
6949         * config/arm/arm.c (get_arm_condition_code): Handle it.
6950         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
6951         * config/arm/arm.md (subsi3_compare0_c): New pattern.
6952         (compare_scc): Now a define_and_split.  Add a number of extra
6953         splitters before it.
6954
6955         PR target/42172
6956         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
6957         and ZERO_EXTEND.
6958         (arm_rtx_costs_1): Likewise.
6959         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
6960         * config/arm/arm.md (is_arch6): New attribute.
6961         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
6962         extendqisi2): Tighten the code somewhat, avoiding invalid
6963         RTL to occur in the expander patterns.
6964         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
6965         (thumb1_zero_extendhisi2_v6): Delete.
6966         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
6967         (thumb1_extendhisi2_v6): Delete.
6968         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
6969         (thumb1_extendqisi2_v6): Delete.
6970         (zero_extendhisi2 for register input splitter): New.
6971         (zero_extendqisi2 for register input splitter): New.
6972         (thumb1_extendhisi2 for register input splitter): New.
6973         (extendhisi2 for register input splitter): New.
6974         (extendqisi2 for register input splitter): New.
6975         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
6976         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
6977         and add support for a register alternative requiring a split.
6978         (thumb1_zero_extendqisi2): Likewise.
6979         (arm_zero_extendqisi2): Likewise.
6980         (arm_extendhisi2): Likewise.
6981         (arm_extendqisi2): Likewise.
6982
6983 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6984
6985         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
6986         instead of an unspec.
6987         (neon_expand_vector_init): Likewise.
6988         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
6989         (UNSPEC_VDUP_LANE): Delete.
6990         (UNSPEC VDUP_N): Delete.
6991         (UNSPEC_VGET_HIGH): Delete.
6992         (UNSPEC_VGET_LANE): Delete.
6993         (UNSPEC_VGET_LOW): Delete.
6994         (UNSPEC_VMVN): Delete.
6995         (UNSPEC_VSET_LANE): Delete.
6996         (V_double_vector_mode): New.
6997         (vec_set<mode>_internal): Make code emitted match that for the
6998         corresponding intrinsics.
6999         (vec_setv2di_internal): Likewise.
7000         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
7001         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
7002         (neon_vset_lane<mode>): Combine double and quad patterns and
7003         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
7004         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
7005         (neon_vdup_n<mode>): Rewrite RTL without unspec.
7006         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
7007         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
7008         with neon_vdup_lanev2di, adjusting the pattern from the latter
7009         to be predicable for consistency.
7010         (neon_vdup_lane<mode>_internal): New.
7011         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
7012         to avoid using an unspec.
7013         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
7014         (neon_vdup_lanev2di): Turn into a define_expand.
7015         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
7016         (neon_vget_high<mode>): Replace with....
7017         (neon_vget_highv16qi): New pattern using canonical RTL.
7018         (neon_vget_highv8hi): Likewise.
7019         (neon_vget_highv4si): Likewise.
7020         (neon_vget_highv4sf): Likewise.
7021         (neon_vget_highv2di): Likewise.
7022         (neon_vget_low<mode>): Replace with....
7023         (neon_vget_lowv16qi): New pattern using canonical RTL.
7024         (neon_vget_lowv8hi): Likewise.
7025         (neon_vget_lowv4si): Likewise.
7026         (neon_vget_lowv4sf): Likewise.
7027         (neon_vget_lowv2di): Likewise.
7028
7029         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
7030         test for this emitting vmov.
7031         (Vset_lane): Likewise.
7032         (Vdup_n): Likewise.
7033         (Vmov_n): Likewise.
7034
7035         * doc/arm-neon-intrinsics.texi: Regenerated.
7036
7037 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
7038
7039         * config/arm/neon.md (vec_extractv2di): Correct error in register
7040         numbering to reconcile with neon_vget_lanev2di.
7041
7042 2010-07-02  Richard Guenther  <rguenther@suse.de>
7043
7044         * tree-ssa-structalias.c (pt_solution_set_var): New function.
7045         * tree-ssa-alias.h (pt_solution_set_var): Declare.
7046         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
7047         points-to information.
7048
7049 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
7050
7051         * config/s390/s390.c (override_options): Adopt prefetching
7052         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
7053
7054 2010-07-02  Jan Hubicka  <jh@suse.cz>
7055
7056         * df-problems.c (df_kill_notes): Do not collect dead  notes.
7057         (df_set_note): Just call add_reg_note.
7058         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
7059         df_create_unused_note): Do not deal with lists of old notes.
7060         (df_note_bb_compute): Likewise.
7061
7062 2010-07-02  Richard Guenther  <rguenther@suse.de>
7063
7064         * tree-ssa-structalias.c (find_func_aliases): Handle
7065         pointer alignment via BIT_AND_EXPR.
7066         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
7067
7068 2010-07-02  Richard Guenther  <rguenther@suse.de>
7069
7070         * tree-data-ref.c (initialize_data_dependence_relation): Handle
7071         mismatching number of dimensions properly.
7072
7073 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7074
7075         PR target/44707
7076         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
7077         (lo_sum (high ...) ...) patterns generated by earlier passes.
7078
7079 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7080
7081         * doc/install.texi (Prerequisites): Document Perl requirement on
7082         Solaris 2.
7083         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
7084
7085 2010-07-02  Richard Guenther  <rguenther@suse.de>
7086
7087         PR middle-end/44777
7088         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
7089
7090 2010-07-02  Jan Hubicka  <jh@suse.cz>
7091
7092         PR middle-end/44706
7093         * predict.c (predict_paths_for_bb): Handle case when control dependence
7094         BB has only abnormal edges.
7095
7096 2010-07-02  Richard Guenther  <rguenther@suse.de>
7097
7098         PR tree-optimization/44748
7099         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
7100         the embedded conversion in MEM_REFs.
7101
7102 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
7103
7104         * reload.c: Include toplev.h.
7105         * recog.c:  Likewise.
7106         * Makefile.in: Adjust dependencies.
7107
7108 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
7109
7110         PR debug/44694
7111         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
7112         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
7113
7114 2010-07-01  Richard Guenther  <rguenther@suse.de>
7115
7116         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
7117         types for offsets.
7118
7119 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
7120
7121         PR target/44732
7122         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
7123         Fix argument types.
7124
7125 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
7126
7127         PR target/44727
7128         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7129         Make sure operand 0 dies.
7130
7131 2010-07-01  Richard Guenther  <rguenther@suse.de>
7132
7133         PR middle-end/42834
7134         PR middle-end/44468
7135         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
7136         * doc/generic.texi (References to storage): Document MEM_REF.
7137         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
7138         (print_call_name): Likewise.
7139         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
7140         (build_simple_mem_ref_loc): New function.
7141         (mem_ref_offset): Likewise.
7142         * tree.h (build_simple_mem_ref_loc): Declare.
7143         (build_simple_mem_ref): Define.
7144         (mem_ref_offset): Declare.
7145         * fold-const.c: Include tree-flow.h.
7146         (operand_equal_p): Handle MEM_REF.
7147         (build_fold_addr_expr_with_type_loc): Likewise.
7148         (fold_comparison): Likewise.
7149         (fold_unary_loc): Fold
7150         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
7151         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
7152         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
7153         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
7154         (ptr_deref_may_alias_ref_p_1): Likewise.
7155         (ao_ref_base_alias_set): Properly differentiate base object for
7156         offset and TBAA.
7157         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
7158         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
7159         (indirect_refs_may_alias_p): Likewise.
7160         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
7161         chasing code.
7162         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
7163         (call_may_clobber_ref_p_1): Likewise.
7164         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
7165         * expr.c (expand_assignment): Handle MEM_REF.
7166         (store_expr): Handle MEM_REFs from STRING_CSTs.
7167         (store_field): If expanding a MEM_REF of a non-addressable
7168         decl use bitfield operations.
7169         (get_inner_reference): Handle MEM_REF.
7170         (expand_expr_addr_expr_1): Likewise.
7171         (expand_expr_real_1): Likewise.
7172         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
7173         * alias.c (ao_ref_from_mem): Handle MEM_REF.
7174         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
7175         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
7176         (dr_analyze_indices): Likewise.
7177         (dr_analyze_alias): Likewise.
7178         (object_address_invariant_in_loop_p): Likewise.
7179         * gimplify.c (mark_addressable): Handle MEM_REF.
7180         (gimplify_cond_expr): Build MEM_REFs.
7181         (gimplify_modify_expr_to_memcpy): Likewise.
7182         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
7183         (gimple_fold_indirect_ref): Adjust.
7184         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
7185         * tree.def (MEM_REF): New tree code.
7186         * tree-dfa.c: Include toplev.h.
7187         (get_ref_base_and_extent): Handle MEM_REF.
7188         (get_addr_base_and_unit_offset): New function.
7189         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
7190         * gimple-fold.c (may_propagate_address_into_dereference): Handle
7191         MEM_REF.
7192         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
7193         accesses if the array has just one dimension.  Remove always true
7194         parameter.  Do not require type compatibility here.
7195         (maybe_fold_offset_to_component_ref): Remove.
7196         (maybe_fold_stmt_indirect): Remove.
7197         (maybe_fold_reference): Remove INDIRECT_REF handling.
7198         Fold back to non-MEM_REF.
7199         (maybe_fold_offset_to_address): Simplify.  Deal with type
7200         mismatches here.
7201         (maybe_fold_reference): Likewise.
7202         (maybe_fold_stmt_addition): Likewise.  Also handle
7203         &ARRAY + I in addition to &ARRAY[0] + I.
7204         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
7205         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
7206         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
7207         * tree-ssa.c (useless_type_conversion_p): Make most pointer
7208         conversions useless.
7209         (warn_uninitialized_var): Handle MEM_REF.
7210         (maybe_rewrite_mem_ref_base): New function.
7211         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
7212         to SSA form.
7213         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
7214         INDIRECT_REF handling.
7215         (copy_tree_body_r): Handle MEM_REF.
7216         * gimple.c (is_gimple_addressable): Adjust.
7217         (is_gimple_address): Likewise.
7218         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
7219         invariant base are invariant.
7220         (is_gimple_min_lval): Adjust.
7221         (is_gimple_mem_ref_addr): New function.
7222         (get_base_address): Handle MEM_REF.
7223         (count_ptr_derefs): Likewise.
7224         (get_base_loadstore): Likewise.
7225         * gimple.h (is_gimple_mem_ref_addr): Declare.
7226         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
7227         * tree-cfg.c (verify_address): New function, split out from ...
7228         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
7229         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
7230         INDIRECT_REFs.
7231         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
7232         INDIRECT_REF.  Allow conversions.
7233         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
7234         a register does not change its size.
7235         (verify_types_in_gimple_reference): Verify MEM_REF.
7236         (verify_gimple_assign_single): Disallow INDIRECT_REF.
7237         Handle MEM_REF.
7238         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
7239         New.
7240         (mark_address_taken): Handle MEM_REF.
7241         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
7242         (get_asm_expr_operands): Pass opf_not_non_addressable.
7243         (get_expr_operands): Handle opf_[not_]non_addressable.
7244         Handle MEM_REF.  Remove INDIRECT_REF handling.
7245         * tree-vrp.c (check_array_ref): Handle MEM_REF.
7246         (search_for_addr_array): Likewise.
7247         (check_array_bounds): Likewise.
7248         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
7249         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
7250         (ref_always_accessed_p): Likewise.
7251         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
7252         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
7253         Handle MEM_REF.
7254         * cgraphbuild.c (mark_load): Properly check for NULL result
7255         from get_base_address.
7256         (mark_store): Likewise.
7257         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
7258         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
7259         handling for MEM_REF.
7260         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
7261         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
7262         * builtins.c (stabilize_va_list_loc): Use the function ABI
7263         valist type if we couldn't canonicalize the argument type.
7264         Always dereference with the canonical va-list type.
7265         (maybe_emit_free_warning): Handle MEM_REF.
7266         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
7267         memmove to memcpy.
7268         * builtins.c (fold_builtin_memory_op): Use ref-all types
7269         for all memcpy foldings.
7270         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
7271         (build_outer_var_ref): Likewise.
7272         (scan_omp_1_op): Likewise.
7273         (lower_rec_input_clauses): Likewise.
7274         (lower_lastprivate_clauses): Likewise.
7275         (lower_reduction_clauses): Likewise.
7276         (lower_copyprivate_clauses): Likewise.
7277         (expand_omp_atomic_pipeline): Likewise.
7278         (expand_omp_atomic_mutex): Likewise.
7279         (create_task_copyfn): Likewise.
7280         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
7281         Remove old union trick.  Initialize constant offsets.
7282         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
7283         INDIRECT_REF.  Init base_alias_set properly.
7284         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
7285         (vn_reference_fold_indirect): Adjust for MEM_REFs.
7286         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
7287         for ARRAY_REFs.
7288         (may_insert): Remove.
7289         (visit_reference_op_load): Do not test may_insert.
7290         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
7291         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
7292         a field to store the constant offset this op applies.
7293         (run_scc_vn): Adjust prototype.
7294         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
7295         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
7296         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
7297         bother about volatile qualifiers on pointers.
7298         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
7299         * tree-ssa-loop-ivopts.c
7300         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
7301         (strip_offset_1): Likewise.
7302         (find_interesting_uses_address): Replace INDIRECT_REF handling with
7303         MEM_REF handling.
7304         (get_computation_cost_at): Likewise.
7305         * ipa-pure-const.c (check_op): Handle MEM_REF.
7306         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
7307         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
7308         and constants.
7309         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
7310         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
7311         (eliminate_local_variables_1): Likewise.
7312         (create_call_for_reduction_1): Likewise.
7313         (create_loads_for_reductions): Likewise.
7314         (create_loads_and_stores_for_name): Likewise.
7315         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
7316         (ssa_accessed_in_tree): Handle MEM_REF.
7317         (ssa_accessed_in_assign_rhs): Likewise.
7318         (update_type_size): Likewise.
7319         (analyze_accesses_for_call_stmt): Likewise.
7320         (analyze_accesses_for_assign_stmt): Likewise.
7321         (transform_access_sites): Likewise.
7322         (transform_allocation_sites): Likewise.
7323         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
7324         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
7325         not handle INDIRECT_REF.
7326         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
7327         (cond_store_replacement): Likewise.
7328         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
7329         MEM_REF, no not handle INDIRECT_REFs.
7330         (insert_into_preds_of_block): Properly initialize avail.
7331         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
7332         for ARRAY_REFs.  Properly handle reference lookups that
7333         require a bit re-interpretation.
7334         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
7335         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
7336         (build_ref_for_offset_1): Remove.
7337         (build_ref_for_offset): Build MEM_REFs.
7338         (gate_intra_sra): Disable for now.
7339         (sra_ipa_modify_expr): Handle MEM_REF.
7340         (ipa_early_sra_gate): Disable for now.
7341         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
7342         MEM_REF handling.
7343         (disqualify_base_of_expr): Likewise.
7344         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
7345         MEM_REF handling.
7346         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
7347         Use mem_ref_offset.  Remove bogus folding.
7348         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
7349         (make_fancy_name_1): Add support for MEM_REF.
7350         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
7351         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
7352         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
7353         (compute_complex_ancestor_jump_func): Likewise.
7354         (ipa_analyze_virtual_call_uses): Likewise.
7355         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
7356         INDIRECT_REF folding with more generalized MEM_REF folding.
7357         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
7358         (forward_propagate_addr_into_variable_array_index): Also handle
7359         &ARRAY + I in addition to &ARRAY[0] + I.
7360         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
7361         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
7362         creates assignments with overlap.
7363         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
7364         (get_frame_field): Likewise.
7365         (get_nonlocal_debug_decl): Likewise.
7366         (convert_nonlocal_reference_op): Likewise.
7367         (struct nesting_info): Add mem_refs pointer-set.
7368         (create_nesting_tree): Allocate it.
7369         (convert_local_reference_op): Insert to be folded mem-refs.
7370         (fold_mem_refs): New function.
7371         (finalize_nesting_tree_1): Perform defered folding of mem-refs
7372         (free_nesting_tree): Free the pointer-set.
7373         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
7374         (vectorizable_load): Likewise.
7375         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
7376         (propagate_with_phi): Likewise.
7377         * tree-object-size.c (addr_object_size): Handle MEM_REFs
7378         instead of INDIRECT_REFs.
7379         (compute_object_offset): Handle MEM_REF.
7380         (plus_stmt_object_size): Handle MEM_REF.
7381         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
7382         for &MEM_REF.
7383         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
7384         (symbol_marked_for_renaming): Likewise.
7385         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
7386         (fold-const.o): Add $(TREE_FLOW_H).
7387         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
7388         (find_func_clobbers): Likewise.
7389         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
7390         (decompose_access): Likewise.
7391         (replace_field_acc): Likewise.
7392         (replace_field_access_stmt): Likewise.
7393         (insert_new_var_in_stmt): Likewise.
7394         (get_stmt_accesses): Likewise.
7395         (reorg_structs_drive): Disable.
7396         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
7397         (ix86_canonical_va_list_type): Likewise.
7398
7399 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
7400
7401         PR other/44566
7402         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
7403         * target.def (struct gcc_target): Replace enum reg_class with
7404         reg_class_t in hook argument / return types.
7405         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
7406         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
7407         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
7408         * targhooks.h (default_branch_target_register_class): Likewise.
7409         (default_ira_cover_classes, default_secondary_reload): Likewise.
7410         (default_memory_move_cost, default_register_move_cost): Likewise.
7411         * targhooks.c (default_branch_target_register_class): Likewise.
7412         (default_ira_cover_classes, default_secondary_reload): Likewise.
7413         (default_memory_move_cost, default_register_move_cost): Likewise.
7414         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
7415         * bt-load.c (branch_target_load_optimize): Likewise.
7416         * ira.c (setup_cover_and_important_classes): Likewise.
7417         * ira-costs.c (copy_cost): Likewise.
7418         * reload1.c (emit_input_reload_insns): Likewise.
7419         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
7420         * config/frv/frv.c (frv_secondary_reload): Likewise.
7421         * config/s390/s390.c (s390_secondary_reload): Likewise.
7422         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
7423         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
7424         (ix86_register_move_cost): Likewise.
7425         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
7426         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
7427         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
7428         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
7429         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
7430         (rs6000_ira_cover_classes): Likewise.
7431         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
7432         * config/picochip/picochip-protos.h (picochip_secondary_reload):
7433         Likewise.
7434         * config/pa/pa.c (pa_secondary_reload): Likewise.
7435         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
7436         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
7437         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
7438         * doc/tm.texi: Regenerate.
7439
7440 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
7441
7442         PR bootstrrap/44726
7443         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
7444         use.
7445         (build_alias_set_optimal_p): Likewise.
7446         (build_base_obj_set_for_drs): Likewise.
7447
7448 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
7449
7450         * target.def: Remove comment about licensing problems of function
7451         declarations.
7452
7453         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
7454         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
7455         * doc/tm.texi: Regenerate.
7456
7457         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
7458         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
7459
7460         * target.def (enum_va_list_p): Use DEFHOOK.
7461         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
7462         Rename ptype to ptree.
7463         * doc/tm.texi: Regenerate.
7464
7465         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
7466         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
7467         * doc/tm.texi: Regenerate.
7468
7469         * target.def (memory_move_cost): Use DEFHOOK.
7470         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
7471         Rename regclass AKA class to rclass.
7472         * doc/tm.texi: Regenerate.
7473
7474         * target.def (pragma_parse): Use DEFHOOK.
7475         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
7476         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
7477         * doc/tm.texi: Regenerate.
7478
7479         * target.def (pass_by_reference): Use DEFHOOK.
7480         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
7481         * doc/tm.texi: Regenerate.
7482
7483         * target.def (resolve_overloaded_builtin): Rename params to arglist.
7484         Use DEFHOOK.
7485         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
7486         * doc/tm.texi: Regenerate.
7487
7488         * target.def (return_pops_args): Use DEFHOOK.
7489         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
7490         Rename stack-size to size.
7491         * doc/tm.texi: Regenerate.
7492
7493         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
7494         last-sched_cycle to last_clock, cur_cycle to clock.
7495         * doc/tm.texi.in: Use @hook.
7496         * doc/tm.texi: Regenerate.
7497
7498         * target.def (print_operand, print_operand_address): Update comment.
7499         (print_operand_punct_valid_p): Likewise.
7500
7501 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7502
7503         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
7504         to rtl.h.
7505         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
7506         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
7507         * rtl-error.h: New.
7508         * regrename.c: Do not include toplev.h. Include rtl-error.h.
7509         * rtl-error.c: Likewise.
7510         * reload.c: Likewise.
7511         * recog.c:  Likewise.
7512         * sel-sched.c: Likewise.
7513         * function.c: Likewise.
7514         * reg-stack.c: Likewise.
7515         * cfgrtl.c: Likewise.
7516         * reload1.c: Likewise.
7517         * final.c: Include rtl-error.
7518         * Makefile.in: Adjust dependencies.
7519
7520 2010-06-30  Jan Hubicka  <jh@suse.cz>
7521
7522         PR middle-end/PR44706
7523         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
7524         to return the value.
7525
7526 2010-06-30  Michael Matz  <matz@suse.de>
7527
7528         PR bootstrap/44699
7529         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
7530         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
7531         a gimple reg, attach the original VDEF to the last store in the
7532         sequence.
7533
7534 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
7535
7536         PR other/44034
7537         * config/darwin.c (darwin_override_options): Use renamed
7538         targetm.asm_out.emit_unwind_label.
7539
7540 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
7541
7542         PR tree-optimization/39799
7543         * tree-inline.c (remap_ssa_name): Initialize variable only if
7544         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
7545
7546 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
7547
7548         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
7549
7550 2010-06-30  Richard Guenther  <rguenther@suse.de>
7551
7552         PR target/44722
7553         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
7554         against oscillation with reverse peephole2.
7555
7556 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
7557
7558         PR target/44721
7559         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7560         Fix last commit.
7561
7562 2010-06-30  Nick Clifton  <nickc@redhat.com>
7563
7564         * config/rx/rx-modes.def: New file.
7565         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
7566         (CC_REGNUM): Define.
7567         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
7568         register.
7569         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
7570         (SELECT_CC_MODE): Define.
7571         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
7572         (reg:CC CC_REG) instead of (cc0).
7573         (attr "cc"): Delete.
7574         (cbranchsi4): Do not split compare and branch here. Instead move
7575         it to...
7576         (cbranchsi4_<code>): ... here.  New patterns.
7577         (cmpsi): Call rx-compare_redundant to find out if it is necessary
7578         to emit the compare instruction.
7579         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
7580         cc_status flags.
7581         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
7582         FIRST_PSEUDO_REGNUM.
7583         (rx_expand_prologue, rx_expand_epilogue): Likewise.
7584         (rx_notice_update_cc): Delete.
7585         (rx_cc_modes_compatible): New function.
7586         (flags_needed_for_conditional): New function.
7587         (flags_from_mode): New function.
7588         (rx_compare_redundant): New function - scans backwards through
7589         insn list to find out if condition flags are already set correctly.
7590         (TARGET_CC_MODES_COMPATIBLE): Define.
7591         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
7592
7593         * config/rx/rx.h (BRANCH_COST): Define.
7594         (REGISTER_MOVE_COST): Define.
7595         * config/rx/predicates (rx_source_operand): Allow all constant types.
7596         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
7597         (tstsi4): New pattern.
7598         * config/rx/rx.c (rx_memory_move_cost): Define.
7599         (TARGET_MEMORY_MOVE_COST): Define.
7600
7601 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7602
7603         * tree.h (block_may_fallthru): Declare here.
7604         * tree-flow.h (block_may_fallthru): Do not declare here.
7605         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
7606         bitmap.h
7607         * Makefile.in (c-typeck.o): Update dependencies.
7608
7609 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
7610
7611         PR debug/44694
7612         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
7613         * cselib.c (cfa_base_preserved_regno): New static variable.
7614         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
7615         of REGNO (cfa_base_preserved_val->locs->loc).
7616         (cselib_preserve_cfa_base_value): Add regno argument, set
7617         cfa_base_preserved_regno to it.
7618         (cselib_invalidate_regno): Allow removal of registers other than
7619         cfa_base_preserved_regno from cfa_base_preserved_val.
7620         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
7621         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
7622         of MEM addresses, if not on LHS.
7623         (reverse_op): Don't add reverse ops for cfa_base_rtx.
7624         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
7625
7626 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
7627
7628         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
7629         static variables.
7630         (peep2_buf_position): New static function.
7631         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
7632         peephole2_optimize): Use it.
7633         (peep2_attempt, peep2_update_life): New static functions, broken out
7634         of peephole2_optimize.
7635         (peep2_fill_buffer): New static function.
7636         (peephole2_optimize): Change the main loop to try to fill the buffer
7637         with the maximum number of insns before matching them against
7638         peepholes.  Use a forward scan.  Remove special case for targets with
7639         conditional execution.
7640         * genrecog.c (change_state): Delete dead code.
7641         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7642         Rewrite so as not to expect the second insn to have had a peephole
7643         applied yet.
7644
7645 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7646
7647         * genhooks.c (emit_findices): Cast field precision to int.
7648         (emit_documentation): Likewise.
7649
7650 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
7651
7652         PR tree-optimization/43801
7653         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
7654         if old_decl was DECL_ONE_ONLY.
7655
7656         PR debug/44668
7657         * dwarf2out.c (add_accessibility_attribute): New function.
7658         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
7659         instead of adding DW_AT_accessibility manually.
7660         (gen_enumeration_type_die, gen_struct_or_union_type_die,
7661         gen_typedef_die): Use it.
7662
7663 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7664
7665         * vmsdbgout.c (full_name): Just output the file name if not native.
7666
7667 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7668
7669         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
7670         (funcnam_table): New static table.
7671         (funcnum_table): New static table.
7672         (write_rtnbeg): Write value saved in funcnum_table.
7673         (write_rtnend): Write value saved in funcnum_table.
7674         (vmsdbgout_begin_function): Save current function info in
7675         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
7676         (vmsdbgout_finish): Iterate over funcnum_table.
7677
7678 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7679
7680         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
7681         (vmsdbgout_type_decl): Declare
7682         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
7683         (FUNC_EPILOGUE_LABEL): New macro
7684         (vmsdbgout_begin_epilogue): New function.
7685         (vmsdbgout_type_decl): New function.
7686
7687 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7688
7689         * vmsdbg.h: Update copyright.
7690
7691 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
7692
7693         * vmsdbg.h (DST_K_TBG): New DST constant.
7694         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
7695         (write_modbeg): Cast module_language to avoid warning.
7696         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
7697
7698 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
7699
7700         PR other/44034
7701         * target.def, doc/tm.texi.in, genhooks.c: New files.
7702         * target.h: Instead of defining individual hook members,
7703         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
7704         include target.def.
7705         * target-def.h: Instead of defining individual hook initializers,
7706         include target-hooks-def.h.
7707         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
7708         targetm.live_on_entry -> targetm.extra_live_on_entry
7709         targetm.sched.md_finish ->targetm.sched.finish
7710         targetm.sched.md_init -> targetm.sched.init
7711         targetm.sched.md_init_global -> targetm.sched.init_global
7712         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
7713         targetm.asm_out.except_table_label ->
7714           targetm.asm_out.emit_except_table_label
7715         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
7716         targetm.target_help -> targetm.help
7717         targetm.vectorize.builtin_support_vector_misalignment ->
7718           targetm.vectorize.support_vector_misalignment
7719         targetm.file_start_app_off -> targetm.asm_file_start_app_off
7720         targetm.file_start_file_directive ->
7721          targetm.asm_file_start_file_directive
7722         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
7723         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
7724         * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
7725         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
7726           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
7727         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
7728           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
7729         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
7730         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
7731         * Makefile.in (TARGET_H): Depend on target.def.
7732         (TARGET_DEF_H): Depend on target-hooks-def.h.
7733         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
7734         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
7735         * doc/tm.texi: Regenerate.
7736
7737         * Makefile.in (s-tm-texi): Remove stray tab / rule.
7738
7739         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
7740         (targetm.sched.init): Likewise.
7741
7742 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7743
7744         PR bootstrap/44713
7745         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
7746         (function_arg_advance_32): Const-ify TYPE parameter.
7747         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
7748         (ix86_function_arg_advance): Change type of NAMED to bool.
7749         (function_arg_32): Const-ify CUM and TYPE parameters.
7750         (function_arg_64): Likewise.  Change type of NAMED to bool.
7751         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
7752         to bool.
7753         (ix86_function_arg): Change type of NAMED to bool.
7754         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
7755         last argument as a bool.
7756
7757 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
7758
7759         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
7760         (OVERRIDE_OPTIONS): Add note of obsolescence.
7761         Replace references with references to TARGET_OPTION_OVERRIDE.
7762         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
7763          the macro).
7764         * targhooks.c (default_target_option_override): New function.
7765         * targhooks.h (default_target_option_override): Declare.
7766         * target.h (struct gcc_target): Add override member to
7767         target_option member.
7768         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
7769         targetm.target_option.override call.
7770         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
7771         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
7772
7773 2010-06-29  Jan Hubicka  <jh@suse.cz>
7774
7775         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
7776
7777 2010-06-29  Jan Hubicka  <jh@suse.cz>
7778
7779         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
7780         unreachable.
7781         (rebuild_frequencies): New function.
7782         * predict.h (rebuild_frequencies): Declare.
7783         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
7784         entry block and edge reaching new_entry.
7785         (tree_function_versioning): When doing partial cloning, rebuild
7786         frequencies when done.
7787         * passes.c (execute_function_todo): Use rebild_frequencies.
7788
7789 2010-06-29  Richard Guenther  <rguenther@suse.de>
7790
7791         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
7792         * tree-flow.h (enum noalias_state): Remove.
7793         (struct var_ann_d): Remove noalias_state member.
7794
7795 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
7796
7797         PR target/43902
7798         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
7799         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
7800         (maddhidi4): Likewise.
7801
7802         Revert parts of the change for PR25130.
7803         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
7804         MEM_ALIAS_SET.
7805
7806 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7807
7808         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
7809         targetm.calls.function_incoming_arg, and
7810         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
7811         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
7812         * target.h (struct gcc_target): Add function_arg_advance,
7813         function_arg, and function_incoming_arg fields.
7814         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
7815         (TARGET_FUNCTION_INCOMING_ARG): Define.
7816         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
7817         and TARGET_FUNCTION_INCOMING_ARG.
7818         * targhooks.h (default_function_arg_advance): Declare.
7819         (default_function_arg, default_function_incoming_arg): Declare.
7820         * targhooks.c (default_function_arg_advance): New function.
7821         (default_function_arg, default_function_incoming_arg): New function.
7822         * config/i386/i386.c (function_arg_advance): Rename to...
7823         (ix86_function_arg_advance): ...this.  Make static.
7824         (function_arg): Rename to...
7825         (ix86_function_arg): ...this.  Make static.
7826         (TARGET_FUNCTION_ARG_ADVANCE): Define.
7827         (TARGET_FUNCTION_ARG): Define.
7828         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
7829         (FUNCTION_ARG): Delete.
7830         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
7831         (function_arg): Delete prototype.
7832
7833 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
7834
7835         * reginfo.c (init_reg_sets_1): Adjust comments.
7836         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
7837         * calls.c (prepare_call_address): Likewise.
7838         (emit_call_1): Use targetm.calls.return_pops_args.
7839         (expand_call): Likewise.
7840         * function.c (assign_parms): Likewise.
7841         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
7842         * target.h (struct gcc_target) [struct calls]: Add
7843         return_pops_args field.
7844         * targhooks.h (default_return_pops_args): Declare.
7845         * targhooks.c (default_return_pops_args): Define.
7846         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
7847         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
7848         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
7849         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
7850         documentation.
7851         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
7852         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
7853         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
7854         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
7855         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
7856         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
7857         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
7858         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
7859         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
7860         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
7861         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
7862         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
7863         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
7864         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
7865         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
7866         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
7867         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
7868         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
7869         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
7870         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
7871         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
7872         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
7873         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
7874         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
7875         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
7876         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
7877         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
7878         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
7879         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
7880         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
7881         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
7882         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
7883         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
7884         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
7885         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
7886         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
7887         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
7888         * config/i386/i386.c (ix86_return_pops_args): Make static.
7889         Constify arguments.
7890         (TARGET_RETURN_POPS_ARGS): Define.
7891         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
7892         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
7893         (TARGET_RETURN_POPS_ARGS): Define.
7894         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
7895         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
7896         (TARGET_RETURN_POPS_ARGS): Define.
7897
7898 2010-06-29  Richard Guenther  <rguenther@suse.de>
7899
7900         PR middle-end/44667
7901         * tree-inline.c (initialize_inlined_parameters): Make sure
7902         to remap the inlined parameter variable substitutions types.
7903
7904 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
7905
7906         PR rtl-optimization/44659
7907         * combine.c (make_compound_operation) <SUBREG>: Do not return the
7908         result of force_to_mode if it partially re-expanded the compound.
7909
7910 2010-06-28  Jan Hubicka  <jh@suse.cz>
7911
7912         PR middle-end/44671
7913         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
7914         RESULT_DECL.
7915
7916 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
7917
7918         * double-int.h (force_fit_type_double): Remove declaration.
7919         * double-int.c (force_fit_type_double): Move to tree.c.
7920         * tree.h (force_fit_type_double): Declare.
7921         * tree.h (force_fit_type_double): Moved from double-int.c. Use
7922         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
7923         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
7924         * convert.c (convert_to_pointer): Adjust call to
7925         force_fit_type_double.
7926         * tree-vrp.c (extract_range_from_assert,
7927         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
7928         * fold-const.c: Update comment.
7929         (int_const_binop, fold_convert_const_int_from_int,
7930         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
7931         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
7932         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
7933         round_up_loc): Adjust call to force_fit_type_double.
7934
7935 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
7936
7937         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
7938
7939 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7940
7941         * tree-sra.c (convert_callers): New parameter, change fndecls of
7942         recursive calls.
7943         (modify_function): Pass the old decl to convert_callers.
7944
7945 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7946
7947         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
7948         ipa_check_create_node_params and ipa_initialize_node_params with
7949         checking asserts they are not necessary.
7950
7951 2010-06-28  Jan Hubicka  <jh@suse.cz>
7952
7953         PR tree-optimization/44687
7954         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
7955
7956 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7957
7958         PR c++/44535
7959         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
7960         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
7961         instead of BINFO_BASE_BINFO.
7962
7963 2010-06-28  Michael Matz  <matz@suse.de>
7964
7965         PR middle-end/44592
7966         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
7967         proper VDEF chain for intermediate stores in the sequence.
7968
7969 2010-06-28  Jan Hubicka  <jh@suse.cz>
7970
7971         PR tree-optimization/44357
7972         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
7973         uninlinable functions.
7974
7975 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
7976
7977         * config.gcc (powerpc*-*-*): Handle titan.
7978         * config/rs6000/rs6000.c (titan_cost): New costs.
7979         (rs6000_override_options): Add "titan" to processor_target_table.
7980         Add Titan to branch alignment logic.
7981         Correctly set rs6000_cost for titan.
7982         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
7983         * config/rs6000/titan.md: New file.
7984         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
7985
7986 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
7987
7988         * tree-browser.c (TB_history_stack): Convert to a VEC.
7989         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
7990         (TB_history_prev): Likewise.
7991
7992 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
7993
7994         * vec.h (vec_heap_free): Add parentheses around free.
7995
7996 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
7997
7998         * system.h: Poison GCC_EXCEPT_H for front-end files.
7999
8000         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
8001         langhook.
8002         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
8003         Define to NULL by default.
8004         * except.h: Define GCC_EXCEPT_H.
8005         (doing_eh): Remove prototype.
8006         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
8007         (lang_protect_cleanup_actions): Remove.
8008         * except.c (lang_protect_cleanup_actions): Remove.
8009         (doing_eh): Remove.
8010         (gen_eh_region): Don't check doing_eh here.
8011         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
8012         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
8013         instead of lang_protect_cleanup_actions.
8014         * omp-low.c (maybe_catch_exception): Likewise.
8015         * Makefile.in: Update dependencies.
8016
8017 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
8018
8019         * cgraph.h (struct varpool_node): new used_from_object_file flag.
8020         (struct cgraph_local_info): new used_from_object_file flag.
8021         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
8022         (cgraph_clone_node): initialize used_from_object_file.
8023         (cgraph_create_virtual_clone): initialize used_from_object_file.
8024         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
8025         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
8026         when compiling with -fwhole-program.
8027         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
8028         internal resolver.
8029         * ipa.c (function_and_variable_visibility): Set externally_visible
8030         flag of varpool_node if used_from_object_file flag is set.
8031         (cgraph_externally_visible_p): check used_from_object_file flag.
8032         * doc/invoke.texi (-fwhole-program option): Change description of
8033         externally_visible attribute accordingly.
8034         * doc/extend.texi (externally_visible): Ditto.
8035
8036 2010-06-27  Jan Hubicka  <jh@suse.cz>
8037
8038         * params.def (max-inline-insns-auto): Default to 40.
8039         * doc/invoke.texi (max-inline-insns-auto): Document the change.
8040
8041 2010-06-27  Jan Hubicka  <jh@suse.cz>
8042
8043         PR middle-end/44671
8044         PR middle-end/44686
8045         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
8046         signature change.
8047         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
8048         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
8049
8050 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
8051
8052         * target.h (struct gcc_target): Add register_move_cost field.
8053         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
8054         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
8055         * targhooks.c (default_register_move_cost): New function.
8056         * targhooks.h (default_register_move_cost): Declare function.
8057         * defaults.h (REGISTER_MOVE_COST): Delete.
8058         * ira-int.h (ira_register_move_cost): Update comment.
8059         * ira.c (ira_register_move_cost): Update comment.
8060         * reload.h (register_move_cost): Declare.
8061         * reginfo.c (register_move_cost): New function.
8062         (move_cost): Update comment.
8063         (init_move_cost, memory_move_secondary_cost): Replace
8064         REGISTER_MOVE_COST with register_move_cost.
8065         * postreload.c (reload_cse_simplify_set): (Ditto.).
8066         * reload.c (find_valid_class, find_reloads): (Ditto.).
8067         * reload1.c (choose_reload_regs): (Ditto.).
8068         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
8069         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
8070         * doc/md.texi (can_create_pseudo_p): Update documentation.
8071
8072         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
8073         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
8074         * config/i386/i386.h (ix86_memory_move_cost): Make static.
8075         (TARGET_MEMORY_MOVE_COST): Define.
8076
8077         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
8078         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
8079         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
8080         (TARGET_MEMORY_MOVE_COST): Define.
8081
8082 2010-06-27  Richard Guenther  <rguenther@suse.de>
8083
8084         PR tree-optimization/44683
8085         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
8086         false edge from the inverted condition.
8087
8088 2010-06-27  Richard Guenther  <rguenther@suse.de>
8089
8090         PR middle-end/44684
8091         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
8092         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
8093         for register LHS.  Or non-store assignments.
8094
8095 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
8096
8097         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
8098         (sparc_emit_set_const64): Likewise.  Remove disabled code.
8099         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
8100         (sparc_emit_set_const64): Likewise.
8101
8102 2010-06-26  Catherine Moore  <clm@codesourcery.com>
8103
8104         * config/mips/mips.md (alu_type): New attribute.
8105         (type): Infer type from alu_type.
8106         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
8107         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
8108         *subsi3_extended, negsi2, negdi2, *low<mode>,
8109         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
8110         xor<mode>3, *nor<mode>3,
8111         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
8112         *zero_extendhi_truncqi):  Set alu_type instead of type.
8113
8114 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
8115
8116         * config/alpha/alpha.c (alpha_need_linkage): Adjust
8117         splay_tree_new_ggc call.
8118         (alpha_use_linkage): Likewise.
8119
8120 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
8121
8122         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
8123         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
8124         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
8125         (static_specs): Remove switches_need_spaces.
8126         (process_command, do_self_spec): Hardcode handling "-o" instead of
8127         checking switches_need_spaces.
8128         * system.h (SWITCHES_NEED_SPACES): Poison.
8129
8130 2010-06-26  Richard Guenther  <rguenther@suse.de>
8131
8132         PR tree-optimization/44393
8133         * tree-loop-distribution.c (generate_loops_for_partition): Fix
8134         stmt removal and VOP renaming.
8135         (generate_memset_zero): Remove redundant stmt updating.
8136         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
8137         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
8138
8139 2010-06-26  Jan Hubicka  <jh@suse.cz>
8140
8141         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
8142         edges comming from header are equivalent.
8143         (visit_bb): Handle PHIs correctly.
8144         * tree-inline.c (copy_phis_for_bb): Be able to copy
8145         PHI from entry edge.
8146         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
8147
8148 2010-06-26  Richard Guenther  <rguenther@suse.de>
8149
8150         PR middle-end/44674
8151         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
8152         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
8153
8154 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
8155
8156         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
8157         add_infile, alloc_switch): New.
8158         (process_command): Remove variable lang_n_infiles.  Process
8159         options in a single pass.  Use new functions for allocating
8160         infiles and switches arrays.  Properly skip operands of
8161         -Xpreprocessor and -Xassembler.
8162
8163 2010-06-26  Jan Hubicka  <jh@suse.cz>
8164
8165         PR middle-end/44671
8166         * cgraphunit.c (cgraph_function_versioning): Remove wrong
8167         cgraph_make_decl_local call; fix typo copying RTL data.
8168
8169 2010-06-25  DJ Delorie  <dj@redhat.com>
8170
8171         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
8172         (m32c_output_aligned_common): Likewise.
8173         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
8174         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
8175         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
8176         (m32c_register_pragmas): Register it.
8177         * config/m32c/m32c.c (m32c_get_pragma_address): New.
8178         (m32c_insert_attributes): Set #pragma address decls volatile.
8179         (pragma_entry_eq): New.
8180         (pragma_entry_hash): New.
8181         (m32c_note_pragma_address): New.
8182         (m32c_get_pragma_address): New.
8183         (m32c_output_aligned_common): New.
8184         * doc/extend.texi: Document the new pragma.
8185
8186         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
8187         also.
8188         * config/m32c/predicates.md (m32c_any_operand): Check the code
8189         instead of memory_operand so as to allow matching volatile MEMs.
8190         (m32c_nonimmediate_operand): Likewise.
8191         (mra_operand): Allow volatiles.
8192
8193 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
8194
8195         PR debug/44610
8196         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
8197         address if the offset is unknown.
8198
8199 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
8200
8201         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
8202         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
8203         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
8204         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
8205         to ia64_start_function. Invoke it.
8206         * config/ia64/ia64.c (ia64_start_function): Call new function
8207         dwarf2out_vms_debug_main_pointer.
8208
8209 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8210
8211         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
8212         statements computing the true predicate.
8213
8214 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8215
8216         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
8217         to boolean_true_node.
8218         (reset_bb_predicate): New.
8219         (predicate_bbs): Call reset_bb_predicate.
8220
8221 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8222
8223         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
8224         (tree_if_conversion): Returns true when something has been changed.
8225         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
8226         changed something.
8227
8228 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8229
8230         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
8231         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
8232         * tree-if-conv.c: Include dbgcnt.h.
8233         (tree_if_conversion): Use if_conversion_tree to count the number of
8234         if-convertible loops.
8235
8236 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
8237
8238         * common.opt (fprefetch-loop-arrays): Re-define
8239         -fprefetch-loop-arrays as a tri-state option with the initial
8240         value of -1.
8241         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
8242         pass only when flag_prefetch_loop_arrays > 0.
8243         * toplev.c (process_options): Note that, with tri-states,
8244         flag_prefetch_loop_arrays>0 means prefetching is enabled.
8245         * config/i386/i386.c (override_options): Enable prefetching at -O3
8246         for a set of CPUs that sw prefetching is helpful.
8247         (software_prefetching_beneficial_p): New.  Return TRUE if software
8248         prefetching is beneficial for the given CPU.
8249
8250 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
8251
8252         PR rtl-optimization/44326
8253         * implicit-zee.c (find_removable_zero_extends): Replace
8254         INSN_P with NONDEBUG_INSN_P.
8255
8256 2010-06-25  Martin Jambor  <mjambor@suse.cz>
8257
8258         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
8259         (struct ipa_node_params): Removed the modification_analysis_done flag.
8260         (ipa_is_param_modified): Removed.
8261         (ipa_analyze_node): Declare.
8262         (ipa_compute_jump_functions): Remove declaration.
8263         (ipa_count_arguments): Likewise.
8264         (ipa_detect_param_modifications): Likewise.
8265         (ipa_analyze_params_uses): Likewise.
8266         * ipa-prop.c (struct param_analysis_info): New type.
8267         (visit_store_addr_for_mod_analysis): Removed.
8268         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
8269         moved down in the file.
8270         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
8271         (ipa_count_arguments): Made static.
8272         (mark_modified): New function.
8273         (is_parm_modified_before_call): New function.
8274         (compute_pass_through_member_ptrs): New parameter parms_info, call
8275         is_parm_modified_before_call instead of ipa_is_param_modified.
8276         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
8277         it to compute_pass_through_member_ptrs.
8278         (ipa_compute_jump_functions): New parameter parms_info, pass it to
8279         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
8280         on the callee if it is analyzed.  Made static.
8281         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
8282         is_parm_modified_before_call instead of ipa_is_param_modified.
8283         (ipa_analyze_call_uses): New parameter parms_info, pass it to
8284         ipa_analyze_indirect_call_uses.
8285         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
8286         ipa_analyze_call_uses.
8287         (ipa_analyze_params_uses): New parameter parms_info, pass it to
8288         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
8289         (ipa_analyze_node): New function.
8290         (ipa_print_node_params): Do not dump the modified flag.
8291         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
8292         it.  Do not stream the modified parameter flag.
8293         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
8294         it.  Do not stream the modified parameter flag.
8295         * ipa-cp.c (ipcp_analyze_node): Removed.
8296         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
8297         with only a call to ipa_analyze_node.
8298         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
8299         node with only a call to ipa_analyze_node.
8300
8301 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8302
8303         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
8304
8305 2010-06-25  Jan Hubicka  <jh@suse.cz>
8306
8307         * tree-pass.h (pass_split_functions): Declare.
8308         * opts.c (decode_options): Enable function splitting at -O2
8309         * timevar.def (TV_IPA_FNSPLIT): New macro.
8310         * ipa-split.c: New file.
8311         * common.opt (-fpartial-inlining): New flag.
8312         * Makefile.in (ipa-split.o): New object file.
8313         * passes.c (init_optimization_passes): Add ipa-split.
8314         * params.def (partial-inlining-entry-probability): New parameters.
8315         * doc/invoke.texi (-fpartial-inlining): New.
8316
8317 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8318
8319         PR 44665
8320         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
8321         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
8322         (gimplify_expr): Likewise.
8323
8324 2010-06-25  Martin Jambor  <mjambor@suse.cz>
8325
8326         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
8327         statements instead of bailing out on them.
8328         (ipa_analyze_indirect_call_uses): Do not require that loads from the
8329         parameter are in the same BB as the condition.  Update comments.
8330
8331 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
8332
8333         PR middle-end/43866
8334         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
8335         true or always false, return NULL_TREE.
8336         (tree_unswitch_single_loop): Optimize conditions even when reaching
8337         max-unswitch-level parameter.  If num > 0, optimize first all conditions
8338         using entry checks, then do still reachable block discovery and consider
8339         only conditions in still reachable basic blocks in the loop.
8340
8341         PR tree-optimization/44539
8342         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
8343         the call doesn't have LHS, but has VDEF.
8344
8345 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
8346
8347         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
8348         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
8349         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
8350         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
8351         * system.h (MODIFY_TARGET_NAME): Poison.
8352
8353 2010-06-25  Alan Modra  <amodra@gmail.com>
8354
8355         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
8356         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
8357         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
8358         CMODEL_LARGE as default.
8359         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
8360         (offsettable_ok_by_alignment): Delete.
8361         (rs6000_emit_move): Remove mcmodel=medium optimization.
8362
8363 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
8364
8365         With large parts from Jim Wilson:
8366         PR target/43902
8367         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
8368         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8369         * optabs.c (optab_for_tree_code): Likewise.
8370         (expand_widen_pattern_expr): Likewise.
8371         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
8372         out of execute_optimize_widening_mul.
8373         (convert_plusminus_to_widen): New function.
8374         (execute_optimize_widening_mul): Use the two new functions.
8375         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
8376         Remove code to generate widening multiply-accumulate.  Add support
8377         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8378         * gimple-pretty-print.c (dump_ternary_rhs): New function.
8379         (dump_gimple_assign): Call it when appropriate.
8380         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
8381         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
8382         (expand_gimple_stmt_1): Likewise.
8383         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
8384         WIDEN_MULT_MINUS_EXPR.
8385         * tree-ssa-operands.c (get_expr_operands): Likewise.
8386         * tree-inline.c (estimate_operator_cost): Likewise.
8387         * gimple.c (extract_ops_from_tree_1): Renamed from
8388         extract_ops_from_tree.  Add new arg for a third operand; fill it.
8389         (gimple_build_assign_stat): Support operations with three operands.
8390         (gimple_build_assign_with_ops_stat): Likewise.
8391         (gimple_assign_set_rhs_from_tree): Likewise.
8392         (gimple_assign_set_rhs_with_ops_1): Renamed from
8393         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
8394         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
8395         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
8396         WIDEN_MULT_MINUS_EXPR.
8397         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
8398         (extract_ops_from_tree_1): Adjust declaration.
8399         (gimple_assign_set_rhs_with_ops_1): Likewise.
8400         (gimple_build_assign_with_ops): Pass NULL for last operand.
8401         (gimple_build_assign_with_ops3): New macro.
8402         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
8403         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
8404         functions.
8405         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
8406         (verify_gimple_assign): Call it.
8407         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
8408         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
8409         functions for dealing with three-operand statements.
8410         * tree.c (commutative_ternary_tree_code): New function.
8411         * tree.h (commutative_ternary_tree_code): Declare it.
8412         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
8413         ternary statements.
8414         (gimple_assign_nonzero_warnv_p): Likewise.
8415         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
8416         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
8417         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
8418         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
8419         (struct hashtable_expr): New member ternary in the union.
8420         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
8421         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
8422         (iterative_hash_hashable_expr): Likewise.
8423         (print_expr_hash_elt): Handle EXPR_TERNARY.
8424         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
8425         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
8426         statements.  Handle GIMPLE_TERNARY_RHS.
8427
8428 2010-06-25  Jan Hubicka  <jh@suse.cz>
8429
8430         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
8431
8432 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
8433
8434         PR c/44517
8435         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
8436         parameters are not good.
8437         (c_parser_parameter_declaration): Error unknown type name if the type
8438         name can't start declaration specifiers.
8439
8440 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
8441
8442         * gcc.c (translate_options): Don't mention +e in comment.
8443         (process_command): Don't handle +e specially.
8444
8445 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
8446
8447         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
8448
8449         * ira-build.c (merge_hard_reg_conflicts): New function.
8450         (create_cap_allocno, copy_info_to_removed_store_destinations,
8451         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
8452         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
8453         (remove_unnecessary_allocnos, remove_low_level_allocnos)
8454         copy_nifo_to_removed_store_destination): Use them.
8455         * ira-lives.c (make_hard_regno_born): New function, split out of
8456         make_regno_born.
8457         (make_allocno_born): Likewise.
8458         (make_hard_regno_dead): New function, split out of make_regno_dead.
8459         (make_allocno_dead): Likewise.
8460         (inc_register_pressure): New function, split out of set_allocno_live.
8461         (dec_register_pressure): New function, split out of clear_allocno_live.
8462         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
8463         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
8464         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
8465         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
8466         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
8467         mark_pseudo_regno_live.
8468         (process_bb_node_lives): Use mark_pseudo_regno_live,
8469         make_hard_regno_born and make_allocno_dead.
8470         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
8471         set_allocno_live, clear_allocno_live): Delete functions.
8472
8473         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
8474         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
8475         functions.
8476         (ira_flattening): Use ira_parent_allocno.
8477         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
8478         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
8479
8480         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
8481         statement.
8482
8483         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
8484         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
8485         minmax_set_iter_cond, minmax_set_iter_next,
8486         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
8487         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
8488         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
8489         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
8490         uses changed.
8491
8492         * ira-int.h (struct live_range, live_range_t): Renamed from struct
8493         ira_allocno_live_range and allocno_live_range_t; all uses changed.
8494         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
8495         All uses changed.
8496
8497 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
8498
8499         * thumb2.md (thumb2_tlobits_cbranch): Delete.
8500         (peephole2 to convert zero_extract/compare of single bit to
8501          lshift/compare): New.
8502
8503 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
8504
8505         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
8506         recursive call and call to 'int_const_binop'.
8507         (build_range_check, fold_cond_expr_with_comparison, unextend,
8508         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
8509         multiple_of_p): Adjust call to const_binop.
8510
8511 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
8512
8513         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
8514         determine size of XFmode operand.
8515         (XFmode extended DFmode push splitter): Ditto.
8516         (XFmode extended SFmode push splitter): Ditto.
8517
8518 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
8519
8520         PR target/44588
8521         * config/i386/i386.md (extract_code): New.
8522         (<u>divmodqi4): Likewise.
8523         (divmodhiqi3): Likewise.
8524         (udivmodhiqi3): Likewise.
8525         (<u>divqi3): Remvoved.
8526
8527 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
8528
8529         PR middle-end/44492
8530         * recog.h (struct recog_data): Add is_asm field.
8531         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
8532         present in constraints of inline-asm operand and memory operand
8533         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
8534         (extract_insn): Initialize recog_data.is_asm.
8535         * doc/md.texi (Constraints): Document operand side-effect rules.
8536
8537 2010-06-24  Andi Kleen  <ak@linux.intel.com>
8538
8539         * c-parser.c (c_parser_conditional_expression): Call
8540         warn_for_omitted_condop.
8541         * doc/invoke.texi: Document omitted condop warning.
8542
8543 2010-06-24  Nick Clifton<nickc@redhat.com>
8544
8545         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
8546         insn in the sequence is a jump insn before setting its label.
8547
8548 2010-06-24  Alan Modra  <amodra@gmail.com>
8549
8550         * collect2.c (main): Match exactly --version and --help.
8551
8552 2010-06-24  DJ Delorie  <dj@redhat.com>
8553
8554         * config/m32c/m32c-pragma.c: Don't include rtl.h.
8555
8556 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
8557
8558         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
8559         using X87MODEF mode iterator.
8560         (pushsf splitter): Macroize splitter using P mode iterator.
8561         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
8562         mode iterator.
8563
8564         (*movxf_internal): Rename from *movxf_integer.
8565         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
8566         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
8567         (*movdf_internal): Rename from *movdf_integer.
8568         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
8569         (*movsf_internal): Rename from *movdf_1.
8570
8571 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
8572
8573         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
8574         (const_gimple_seq_node): Removed typedefs.
8575
8576         * gimple.h (gimple_seq_node_d, gimple_seq_node)
8577         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
8578
8579 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
8580
8581         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
8582         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
8583         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
8584         and CODE_FOR_vec_extract_lo_v4df.
8585
8586         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
8587         Changed to define_insn_and_split.
8588         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
8589         (vec_extract_lo_v16hi): Likewise.
8590         (vec_extract_lo_v32qi): Likewise.
8591         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
8592         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
8593
8594 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
8595
8596         PR target/44640
8597         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
8598         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
8599         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
8600         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
8601         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
8602
8603         PR target/44640
8604         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
8605
8606         PR other/44644
8607         * df-core.c (struct df): Rename to df_d.
8608         * df.h (struct df): Likewise.
8609         * dse.h (struct df): Remove forward declaration.
8610         * recog.h (struct insn_data): Rename to:
8611         (struct_insn_data_d).  Adjusted all users.
8612
8613 2010-06-23  Arnaud Charlet  <charlet@adacore.com
8614
8615         PR ada/22220
8616         * doc/install.texi: Update requirements to build GNAT.
8617
8618 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
8619
8620         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
8621         enum type.
8622         (m68k_sched_attr_opx_type): Remove unreachable return.
8623         (m68k_sched_attr_opy_type): Likewise.
8624         (m68k_sched_attr_size): Likewise.
8625         (sched_get_opxy_mem_type): Likewise.
8626         (m68k_sched_attr_op_mem): Likewise.
8627
8628 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
8629
8630         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
8631         new statement and adjust VDEF only if necessary.  Remove superfluous
8632         call to maybe_clean_or_replace_eh_stmt.
8633         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
8634         copy the flags.
8635         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
8636         * tree-inline.c (copy_bb): ...and not there.
8637
8638 2010-06-22  Cary Coutant  <ccoutant@google.com>
8639
8640         * dwarf2out.c (is_nested_in_subprogram): New function.
8641         (should_move_die_to_comdat): Use it.
8642         (copy_ancestor_tree): Don't mark DIEs here.
8643         (copy_decls_walk): Start walk from root of newly-added tree;
8644         mark DIEs here instead.
8645
8646 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
8647
8648         * config/i386/i386.md (unit): Also check sseishft1.
8649
8650 2010-06-22  Jan Hubicka  <jh@suse.cz>
8651
8652         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
8653         enabled.
8654
8655 2010-06-22  Jan Hubicka  <jh@suse.cz>
8656
8657         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
8658         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
8659         Return true if something changed.
8660         * df.h (df_confluence_function_n): Return bool.
8661         * df-core.c (df_worklist_propagate_forward,
8662         df_worklist_propagate_backward): Track changes and ages.
8663         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
8664         track ages.
8665         * dse.c (dse_confluence_n): Return always true.
8666
8667 2010-06-22  Jan Hubicka  <jh@suse.cz>
8668
8669         * bitmap.c (bitmap_clear_bit): Micro optimize.
8670
8671 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
8672
8673         * config/i386/i386.md (SWI1248x): New mode iterator.
8674         (SWI48x): Ditto.
8675         (SWI12): Ditto.
8676         (SWI24): Ditto.
8677
8678         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
8679         SWI1248x mode iterator.
8680         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
8681         using SWI124 mode iterator.
8682         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
8683         mode iterator.
8684         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
8685         *pushdi2_prologue_rex64 using P mode iterator.
8686         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
8687         using SWI48 mode iterator.
8688         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
8689         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
8690         using SWI1248x mode iterator.
8691         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
8692         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
8693         SWI48 mode iterator.
8694         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
8695         iterator.
8696         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
8697         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
8698         SWI12 mode iterator.
8699         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
8700         SWI12 mode iterator.
8701         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
8702         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
8703         SWI24 mode iterator.
8704         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
8705         SWI48 mode iterator.
8706         (mov<mode>_insn_1): New expander.
8707         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
8708         using SWI48x mode iterator.
8709
8710         (*movoi_internal_avx): Rename from *movoi_internal.
8711         (*movti_internal_rex64): Rename from *movti_rex64.
8712         (*movti_internal_sse): Rename from *movti_sse.
8713         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
8714         (*movdi_internal): Rename from *movdi_2.
8715         (*movsi_internal): Rename from *movsi_1.
8716         (*movhi_internal): Rename from *movhi_1.
8717         (*movqi_internal): Rename from *movqi_1.
8718
8719         (insv): Update the call to gen_movsi_insv_1 for rename.
8720         * config/i386/i386.c (promote_duplicated_reg): Ditto.
8721
8722 2010-06-22  Jan Hubicka  <jh@suse.cz>
8723
8724         * passes.c (execute_function_todo): Move call of statistics_fini_pass
8725         to ...
8726         (execute_todo) ... this one.
8727
8728 2010-06-22  Alan Modra  <amodra@gmail.com>
8729
8730         PR target/44364
8731         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
8732         * caller-save.c (insert_restore, insert_save): Use non-validate
8733         form of adjust_address.
8734
8735 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8736
8737         PR target/39690
8738         * config/pa/pa.c (override_options): Disable
8739         -freorder-blocks-and-partition.
8740
8741 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
8742
8743         PR target/44615
8744         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
8745
8746         * config/i386/i386.md (type): Add sseishft1
8747
8748         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
8749         (ppro_insn_load): Likewise.
8750         (ppro_insn_store): Likewise.
8751         (ppro_insn_both): Likewise.
8752
8753         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
8754         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
8755         for type.
8756         (*vec_extractv2di_1_avx): Likewise.
8757         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
8758         type.  Remove atom_unit.
8759         (*vec_extractv2di_1_sse2): Likewise.
8760
8761 2010-06-21  DJ Delorie  <dj@redhat.com>
8762
8763         * diagnostic.h (diagnostic_classification_change_t): New.
8764         (diagnostic_context): Add history and push/pop list.
8765         (diagnostic_push_diagnostics): Declare.
8766         (diagnostic_pop_diagnostics): Declare.
8767         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
8768         from pragmas in a history chain instead of the global table.
8769         (diagnostic_push_diagnostics): New.
8770         (diagnostic_pop_diagnostics): New.
8771         (diagnostic_report_diagnostic): Scan history chain to find state
8772         of diagnostics as of the diagnostic location.
8773         * opts.c (set_option): Pass UNKNOWN_LOCATION to
8774         diagnostic_classify_diagnostic.
8775         (enable_warning_as_error): Likewise.
8776         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
8777         use in the history chain.
8778         * doc/extend.texi: Document pragma GCC diagnostic changes.
8779
8780 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
8781
8782         * dwarf2out.c (add_linkage_name): New function.  Don't add
8783         anything to DW_TAG_member DIEs.
8784         (add_name_and_src_coords_attributes): Use it.
8785         (gen_variable_die): Call it for C++ static data members if
8786         specification is DW_TAG_member.
8787
8788         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
8789         C++ char16_t and char32_t.
8790
8791         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
8792         * genattrtab.c: Include vecprim.h.
8793         (cached_attrs, cached_attr_count, attrs_seen_once,
8794         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
8795         attrs_cached_after): New variables.
8796         (find_attrs_to_cache): New function.
8797         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
8798         (write_test_expr): Add attrs_cached argument, return it too,
8799         attempt to cache non-const attributes used more than once in
8800         a single case handling.
8801         (write_attr_get): Use find_attrs_to_cache, for caching candidates
8802         emit cached_* variables.  Adjust write_attr_set callers.
8803         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
8804         to find attributes that should be cached in this block.  Adjust
8805         write_test_expr callers.
8806         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
8807         callers.
8808         (make_automaton_attrs): Adjust write_test_expr caller.
8809
8810         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
8811         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
8812         (make_automaton_attrs): If find_tune_attr returns non-NULL,
8813         write separate internal_dfa_insn_code_* and insn_default_latency_*
8814         functions for each attribute's value and emit init_sched_attrs
8815         function and function pointers.
8816         * genattr.c (const_attrs, reservations): New variables.
8817         (gen_attr): Add const attributes to const_attrs vector.
8818         (check_tune_attr, find_tune_attr): New functions.
8819         (main): Add reservations to reservations vector.  If find_tune_attr
8820         returns true, add prototype for init_sched_attrs and make
8821         internal_dfa_insn_code and insn_default_latency function pointers,
8822         otherwise define init_sched_attrs as dummy macro.
8823         * cfgexpand.c: Include insn-attr.h.
8824         (gimple_expand_cfg): Call init_sched_attrs.
8825
8826         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
8827
8828         PR target/44575
8829         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
8830         va_arg from a set of register save slots into a temporary,
8831         if the container is bigger than type size, do the copying
8832         using smaller mode or using memcpy.
8833
8834         PR bootstrap/44426
8835         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
8836         prototype.
8837         (sel_print_to_dot): Remove macro.
8838         (sel_print): Likewise.  New prototype.
8839         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
8840         (sel_print): New function.
8841
8842 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8843
8844         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
8845         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
8846
8847 2010-06-21  Nick Clifton  <nickc@redhat.com>
8848
8849         * config/rx/rx.h (PTRDIFF_TYPE): Define.
8850         (SMALL_REGISTER_CLASS): Define (to zero).
8851         (PRINT_OPERAND): Delete.
8852         (PRINT_OPERAND_ADDRESS): Delete.
8853         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
8854         (rx_print_operand_address): Delete prototype.
8855         * config/rx/rx.c (rx_print_operand): Make static.
8856         Allow %H and %L to handle CONST_DOUBLEs.
8857         (rx_print_operand_address): Make static.
8858         (rx_gen_move_template): Rename local variable 'template' to
8859         out_template.
8860         (rx_function_arg): Do not pass unknown sized objects in registers.
8861         (TARGET_PRINT_OPERAND): Define.
8862         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8863
8864 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8865
8866         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
8867
8868 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
8869
8870         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
8871         stack-alignment for simple leaf-functions.
8872
8873 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
8874
8875         * doc/install.texi: Document bootstrap-lto.
8876
8877 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
8878
8879         PR debug/44248
8880         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
8881         (input_function): Drop them here, if VTA is disabled.
8882
8883 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
8884
8885         PR target/44546
8886         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
8887         New predicate.
8888         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
8889         ix86_swapped_fp_comparsion_operator instead of
8890         ix86_fp_comparison_operator.
8891
8892         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
8893         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
8894         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
8895         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
8896         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
8897         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
8898
8899 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
8900
8901         PR other/32998
8902         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
8903         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
8904         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
8905         (decode_cmdline_option): Update for this return value.  Set
8906         orig_option_with_args_text field.  Set arg field for unknown
8907         options.  Make static.
8908         (decode_cmdline_options_to_array): New.
8909         (prune_options): Update handling of find_opt return value.
8910         * opts.c (read_cmdline_option): Take decoded option.  Return void.
8911         (read_cmdline_options): Take decoded options.
8912         (decode_options): Add parameters for decoded options.  Use
8913         decode_cmdline_options_to_array.  Use decoded options for -O
8914         scan.  Use integral_argument for -O parameters.  Update call to
8915         read_cmdline_options.
8916         (enable_warning_as_error): Update handling of find_opt return value.
8917         * opts.h: Update comment on unknown options.
8918         (struct cl_decoded_option): Update comments on opt_index and arg.
8919         Add orig_option_with_args_text.
8920         (decode_cmdline_option): Remove.
8921         (decode_cmdline_options_to_array): Declare.
8922         (decode_options): Update prototype.
8923         * toplev.c (save_argv): Remove.
8924         (save_decoded_options, save_decoded_options_count): New.
8925         (read_integral_parameter): Remove.
8926         (print_switch_values): Use decoded options.
8927         (toplev_main): Don't set save_argv.  Update call to decode_options.
8928         * toplev.h (read_integral_parameter): Remove.
8929         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
8930
8931 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
8932
8933         PR target/44072
8934         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
8935         immediate.
8936         * constraints.md (Pw, Px): New constraints.
8937         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
8938
8939 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8940
8941         * config/i386/sse.md (fma4modesuffixf4): Removed.
8942         (ssemodesuffixf2s): Likewise.
8943         (ssemodesuffixf4): Likewise.
8944         (ssemodesuffixf2c): Likewise.
8945         (ssescalarmodesuffix2s): Likewise.
8946         (avxmodesuffixf2c): Likewise.
8947         (ssemodesuffix): New.
8948         (ssescalarmodesuffix): Likewise.
8949         Update patterns with ssemodesuffix and ssescalarmodesuffix.
8950
8951 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
8952
8953         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
8954
8955 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
8956
8957         * stor-layout.c (debug_rli): Remove unused local variables.
8958
8959 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
8960
8961         PR rtl-optimization/40900
8962         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
8963         original expression for later reuse.
8964         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
8965         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
8966
8967 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
8968
8969         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
8970         double_int_fits_in_uhwi_p): Implement as static inline.
8971         (double_int_xor): New inline function.
8972         (double_int_lrotate, double_int_rrotate, double_int_max,
8973         double_int_umax, double_int_smax, double_int_min, double_int_umin,
8974         double_int_smin): Declare.
8975         (lrotate_double, rrotate_double): Remove declaration.
8976         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
8977         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
8978         (double_int_lrotate, double_int_rrotate, double_int_max,
8979         double_int_umax, double_int_smax, double_int_min, double_int_umin,
8980         double_int_smin): New function.
8981         * fold-const.c (int_const_binop): Clean up, use double_int_*
8982         functions.
8983         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
8984         double_int_* and immed_double_int_const functions.
8985
8986 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
8987
8988         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
8989         * function.c (types_used_by_cur_var_decl): Likewise.
8990         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
8991
8992 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
8993
8994         * tree.h (record_layout_info): Change type of pending_statics field
8995         to a VEC.
8996         * stor-layout.c (start_record_layout): Store NULL into
8997         pending_statics.
8998         (debug_rli): Call debug_vec_tree instead of debug_tree.
8999         (place_field): Likewise.
9000         (finish_record_layout): Likewise.
9001
9002 2010-06-18  Alan Modra  <amodra@gmail.com>
9003
9004         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
9005
9006 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9007
9008         PR target/43740
9009         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
9010         for SET source operand from SET destination operand.
9011
9012 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
9013
9014         PR rtl-optimization/39871
9015         * reload1.c (init_eliminable_invariants): For flag_pic, disable
9016         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
9017         (function_invariant_p): Rule out a plus of frame or arg pointer with
9018         a SYMBOL_REF.
9019         * ira.c (find_reg_equiv_invariant_const): Likewise.
9020
9021 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
9022
9023         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
9024         print_operand_address and puts to output the operand for CONST.
9025
9026 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
9027
9028         PR debug/44572
9029         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
9030         hook.
9031
9032 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9033
9034         * v850-protos.h (print_operand): Delete.
9035         (print_operand_address): Delete.
9036         * v850.h (PRINT_OPERAND): Delete.
9037         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9038         (PRINT_OPERAND_ADDRESS): Delete.
9039         * v850.c (print_operand_address): Rename to...
9040         (v850_print_operand_address): ...this.  Make static. Call
9041         v850_print_operand.
9042         (print_operand): Rename to...
9043         (v850_print_operand): ...this.  Make static.  Call
9044         v850_print_operand_address.
9045         (v850_print_operand_punct_valid_p): New function.
9046         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9047         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9048
9049 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9050
9051         * config/sh/sh-protos.h (print_operand): Delete.
9052         (print_operand_address): Delete.
9053         * config/sh/sh.h (PRINT_OPERAND): Delete.
9054         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9055         (PRINT_OPERAND_ADDRESS): Delete.
9056         * config/sh/sh.c (sh_print_operand_address): Make static.
9057         (sh_print_operand): Make static.  Call sh_print_operand_address
9058         and sh_print_operand.
9059         (sh_print_operand_punct_valid_p): New function.
9060         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9061         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9062
9063 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9064
9065         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
9066         (mcore_print_operand_address): Delete.
9067         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
9068         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9069         (PRINT_OPERAND_ADDRESS): Delete.
9070         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
9071         (mcore_print_operand): Make static.
9072         (mcore_print_operand_punct_valid_p): New function.
9073         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
9074         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9075
9076 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9077
9078         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
9079         (print_operand_address): Delete.
9080         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
9081         (PRINT_OPERAND_ADDRESS): Delete.
9082         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
9083         static.
9084         (m68hc11_print_operand): Make static.
9085         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9086
9087 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9088
9089         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
9090         (m32r_print_operand_address): Delete.
9091         * config/m32r/m32r.h (m32r_punct_chars): Delete.
9092         (PRINT_OPERAND): Delete.
9093         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9094         (PRINT_OPERAND_ADDRESS): Delete.
9095         * config/m32r/m32r.c (m32r_punct_chars): Make static.
9096         (m32r_print_operand_address): Make static.
9097         (m32r_print_operand): Make static.
9098         (m32r_print_operand_punct_valid_p): New function.
9099         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9100         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9101
9102 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9103
9104         * config/iq2000/iq2000-protos.h (print_operand): Delete.
9105         (print_operand_address): Delete.
9106         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
9107         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9108         (PRINT_OPERAND_ADDRESS): Delete.
9109         (iq2000_print_operand_punct): Delete.
9110         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
9111         (iq2000_print_operand_address): Make static.
9112         (iq2000_print_operand): Make static.
9113         (iq2000_print_operand_punct_valid_p): New function.
9114         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9115         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9116
9117 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9118
9119         * config/frv/frv-protos.h (frv_print_operand): Delete.
9120         (frv_print_operand_address): Delete.
9121         * config/frv/frv.h (PRINT_OPERAND): Delete.
9122         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9123         (PRINT_OPERAND_ADDRESS): Delete.
9124         * config/frv/frv.c (frv_print_operand_address): Make static.
9125         (frv_print_operand): Make static.
9126         (frv_print_operand_punct_valid_p): New function.
9127         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9128         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9129
9130 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9131
9132         * tree.h (vec_member): Declare.
9133         * tree.c (vec_member): Define.
9134
9135 2010-06-17  Richard Guenther  <rguenther@suse.de>
9136
9137         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
9138         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
9139
9140 2010-06-17  Richard Guenther  <rguenther@suse.de>
9141
9142         * tree-inline.c (declare_return_variable): Remove bogus code.
9143
9144 2010-06-17  Richard Guenther  <rguenther@suse.de>
9145
9146         * gimplify.c (gimplify_bind_expr): Always promote complex
9147         and vector variables to registers if possible.
9148
9149 2010-06-17  Richard Guenther  <rguenther@suse.de>
9150
9151         * expr.c (get_inner_reference): Use double_int for bit_offset
9152         calculation.
9153
9154 2010-06-16  DJ Delorie  <dj@redhat.com>
9155
9156         * common.opt (-fstrict-volatile-bitfields): new.
9157         * doc/invoke.texi: Document it.
9158         * fold-const.c (optimize_bit_field_compare): For volatile
9159         bitfields, use the field's type to determine the mode, not the
9160         field's size.
9161         * expr.c (expand_assignment): Likewise.
9162         (get_inner_reference): Likewise.
9163         (expand_expr_real_1): Likewise.
9164         * expmed.c (store_fixed_bit_field): Likewise.
9165         (extract_bit_field_1): Likewise.
9166         (extract_fixed_bit_field): Likewise.
9167
9168 2010-06-16  Richard Guenther  <rguenther@suse.de>
9169
9170         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
9171
9172 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
9173
9174         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
9175         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
9176         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
9177         * debug.c: Likewise.
9178         * sdbout.c: Likewise.
9179         * vmsdbgout.c: Likewise.
9180         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
9181         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
9182         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
9183         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
9184         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
9185         * dwarf2out.c (dw_fde_struct): New fields
9186         dw_fde_vms_{end,begin}_prologue.
9187         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
9188         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
9189         (dwarf2out_vms_end_prologue): New function.
9190         (dwarf2out_vms_begin_epilogue): New function.
9191         (dw_val_struct): New value dw_val_class_vms_delta.
9192         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
9193         begin_epilogue for VMS.
9194         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
9195         new static functions.
9196         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
9197         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
9198         static functions.
9199         (print_die): New case dw_val_class_vms_delta.
9200         (attr_checksum): Likewise.
9201         (same_dw_val_p: Likewise.
9202         (size_of_die): Likewise.
9203         (value_format): Likewise.
9204         (output_die): Likewise.
9205         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
9206         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
9207         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
9208         dwarf2out_cfi_begin_epilogue
9209         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
9210
9211 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
9212
9213         * config/cris/cris-protos.h (cris_print_operand): Delete.
9214         (cris_print_operand_address): Delete.
9215         * config/cris/cris.h (PRINT_OPERAND): Delete.
9216         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9217         (PRINT_OPERAND_ADDRESS): Delete.
9218         * config/cris/cris.c (cris_print_operand_address): Make static.
9219         (cris_print_operand): Make static.
9220         (cris_print_operand_punct_valid_p): New function.
9221         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9222         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9223
9224 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
9225
9226         * config/arm/arm-protos.h (arm_print_operand): Delete.
9227         (arm_print_operand_address): Delete.
9228         * config/arm/arm.h (PRINT_OPERAND): Delete.
9229         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9230         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
9231         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
9232         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
9233         (arm_print_operand): Make static.
9234         (arm_print_operand_punct_valid_p): New function.
9235         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9236         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9237
9238 2010-06-16  Nick Clifton  <nickc@redhat.com>
9239
9240         * config/rx/constraints.md (NEGint4): New constraint.
9241         * config/rx/rx.md (attr cc): Add set_zsc.
9242         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
9243         initialised.
9244         (cmpsf): Likewise.
9245         (call_internal): Clobber the cc0 register.
9246         (call_value_internal): Likewise.
9247         (cstoresi4): Likewise.
9248         (movsieq): Likewise.
9249         (movsine): Likewise.
9250         (addsi3): Add alternative to handle small negative constants.
9251         (sunsi3): Likewise.
9252         (addsi3): Do not set the O bit in the cc0 register.
9253         (adddi3): Likewise.
9254         (subsi3): Likewise.
9255         (subdi3): Likewise.
9256         (andsi3): Reorder alternatives to prefer shorter forms.
9257         (mulsi3): Likewise.
9258         (iorsi3): Likewise.
9259         (negsi2): Note that the cc0 flags are set.
9260         (rotlsi3): Note that only the Z and S bits are set in cc0.
9261         (lshrsi3): Likewise.
9262         (ashlsi3): Likewise.
9263         (subsf3): Use %Q for the MEM operand.
9264         (fix_truncsfsi2): Likewise.
9265         (floatsisf2): Likewise.
9266         (bitset): Remove early clobber from destination.
9267         (bitset_in_memory): Likewise.
9268         (lrintsf2): Clobber the cc0 register.
9269         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
9270         (rx_print_operand): Handle %N.
9271
9272 2010-06-16  Jan Hubicka  <jh@suse.cz>
9273
9274         * df-core.c (df_compact_blocks): Free problem_temps vector.
9275
9276 2010-06-16  Martin Jambor  <mjambor@suse.cz>
9277
9278         PR tree-optimization/43905
9279         * tree-sra.c: Include tree-inline.h.
9280         (create_abstract_origin): Removed.
9281         (modify_function): Version the call graph node instead of creating
9282         abstract origins and dealing with same_body aliases.
9283         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
9284         function is versionable.
9285         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
9286
9287 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
9288
9289         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
9290         (CHOOSE_DYNAMIC_LINKER): Update.
9291
9292 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
9293
9294         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
9295         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
9296         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
9297         *prefetch_3dnow_rex.
9298
9299 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
9300
9301         * target.h (struct asm_out):Add declare_constant_name field.
9302         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9303         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
9304         * output.h (default_asm_declare_constant_name): Declare.
9305         (assemble_label): Update prototype.
9306         * varasm.c (assemble_constant_contents): Use
9307         targetm.asm_out.declare_constant_name target hook.
9308         (assemble_label): Add 'file' argument.
9309         (default_asm_declare_constant_name): New function.
9310         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
9311         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
9312         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
9313
9314         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
9315         * config/darwin.c (darwin_asm_declare_constant_name): New function.
9316         (machopic_output_indirection): Update assemble_label argument list.
9317         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
9318         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9319
9320 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
9321
9322         PR middle-end/44391
9323         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
9324         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
9325
9326 2010-06-15  Richard Guenther  <rguenther@suse.de>
9327
9328         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
9329
9330 2010-06-15  Paul Brook  <paul@codesourcery.com>
9331
9332         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
9333         hard-float ABI.
9334
9335 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
9336
9337         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
9338         don't get a vector type for output.
9339
9340 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
9341
9342         PR fortran/44536
9343         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
9344         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
9345         (LANG_HOOKS_DECLS): Add it.
9346         * gimplify.c (omp_notice_variable): Call
9347         lang_hooks.decls.omp_report_decl.
9348
9349 2010-06-15  Martin Jambor  <mjambor@suse.cz>
9350
9351         PR lto/44464
9352         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
9353         on the newly dead SSA name.
9354
9355 2010-06-15  Alan Modra  <amodra@gmail.com>
9356
9357         * doc/invoke.texi: Add mcmodel to powerpc options.
9358         * configure.ac: Add HAVE_LD_LARGE_TOC test.
9359         * configure: Regenerate.
9360         * config.in: Regenerate.
9361         * config/rs6000/linux64.opt (mcmodel): New.
9362         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
9363         (TARGET_CMODEL, SET_CMODEL): Define.
9364         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
9365         select CMODEL_MEDIUM default.
9366         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
9367         (TARGET_CMODEL): Define default.
9368         * config/rs6000/rs6000.c (cmodel): New variable.
9369         (rs6000_explicit_options): Add cmodel field.
9370         (rs6000_handle_option): Handle -mcmodel.
9371         (create_TOC_reference): Add largetoc_reg param.  Generate high,
9372         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
9373         (rs6000_delegitimize_address): Recognise new toc reference rtl
9374         and minimal-toc rtl.
9375         (rs6000_legitimize_reload_address): Handle new toc references.
9376         (print_operand_address): Handle legitimate_constant_pool_address_p
9377         match before lo_sum.
9378         (rs6000_eliminate_indexed_memrefs): Tidy.
9379         (rs6000_emit_move): Tweak threshold for inlining constants.
9380         Keep rs6000_emit_allocate_stack large stack frame offsets
9381         loaded into r0 inline.
9382         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
9383         (tocrel_base, tocrel_offset): New variables.
9384         (toc_relative_expr_p): Set them here.
9385         (print_operand_address): Skip over any offset on constant pool address.
9386         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
9387         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
9388         (offsettable_ok_by_alignment): New function.
9389         (rs6000_emit_move): Address suitably aligned local symbol_refs
9390         relative to the toc pointer for -mcmodel=medium.
9391         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
9392         strict param.  Allow lo_sum version of addressing.  Verify reg
9393         used for -mminimal-toc and -mcmodel != small.  Update all callers.
9394         * config/rs6000/constraints.md: Update for above change.
9395         * config/rs6000/predicates.md: Likewise.
9396         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
9397         code.
9398         (tls_gd): Split for -mcmodel=medium/large.
9399         (tls_gd_high, tls_gd_low): New.
9400         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
9401         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
9402         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
9403         (largetoc_high, largetoc_low): New.
9404         (cmptf_internal2): Add clobber.
9405         * config/rs6000/rs6000-protos.h: Update.
9406
9407 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
9408
9409         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
9410         true if no prefetch is going to be generated for a given group.
9411         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
9412         estimate the prefetch_count.
9413         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
9414         prefetch count by considering the unroll_factor and prefetch_mod
9415         for is_loop_prefetching_profitable.
9416
9417 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9418
9419         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
9420         anything if the argument is not a MEM.
9421
9422 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
9423
9424         PR debug/43650
9425         PR debug/44181
9426         PR debug/44247
9427         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
9428         debug stmts.
9429         (canonicalize_loop_ivs): Likewise.
9430
9431 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
9432
9433         PR debug/43656
9434         * haifa-sched.c (setup_insn_reg_pressure_info,
9435         update_register_pressure): Reject debug insns.
9436         (ready_sort): Don't setup reg pressure for debug insns.
9437         (schedule_insn): Don't update reg pressure for debug insns.
9438
9439 2010-06-14  Richard Guenther  <rguenther@suse.de>
9440
9441         * lto-streamer.c (cached_bp): Remove.
9442         (bitpack_delete): Likewise.
9443         (bitpack_create): Likewise.
9444         (bp_get_next_word): Likewise.
9445         (bp_pack_value, bp_unpack_value): Move ...
9446         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
9447         Re-implement.
9448         (struct bitpack_d): Likewise.
9449         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
9450         New inline functions.
9451         * lto-streamer-out.c (lto_output_bitpack): Remove.
9452         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
9453         (pack_value_fields): Adjust.
9454         (lto_write_tree): Likewise.
9455         (output_gimple_stmt): Likewise.
9456         (output_function): Likewise.
9457         * lto-streamer-in.c (input_gimple_stmt): Adjust.
9458         (input_function): Likewise.
9459         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
9460         (lto_input_bitpack): Remove.
9461         (lto_materialize_tree): Adjust.
9462         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
9463         * lto-cgraph.c (lto_output_edge): Adjust.
9464         (lto_output_node): Likewise.
9465         (lto_output_varpool_node): Likewise.
9466         (lto_output_ref): Likewise.
9467         (input_node): Likewise.
9468         (input_varpool_node): Likewise.
9469         (input_ref): Likewise.
9470         (input_edge): Likewise.
9471         (output_node_opt_summary): Likewise.
9472         (input_node_opt_summary): Likewise.
9473         * ipa-pure-const.c (pure_const_write_summary): Likewise.
9474         (pure_const_read_summary): Likewise.
9475         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
9476         (ipa_read_indirect_edge_info): Likewise.
9477         (ipa_write_node_info): Likewise.
9478         (ipa_read_node_info): Likewise.
9479
9480 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9481
9482         PR target/44534
9483         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
9484         (vec_extract_lo_v16hi): Likewise.
9485         (vec_extract_lo_v32qi): Likewise.
9486
9487 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
9488
9489         PR bootstrap/44426
9490         * tree.h (build_call_expr): Don't define as vararg macro, instead
9491         add a prototype.
9492         * builtins.c (build_call_nofold): Remove.
9493         (expand_builtin_int_roundingfn, expand_builtin_pow,
9494         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
9495         expand_builtin_memset_args, expand_builtin_strcmp,
9496         expand_builtin_strncmp, expand_builtin_memory_chk): Use
9497         build_call_nofold_loc instead of build_call_nofold.
9498         (build_call_expr): New function.
9499
9500         PR tree-optimization/44508
9501         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
9502         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
9503         don't eliminate trivially dead stmts.
9504         * tree-vrp.c (vrp_finalize): Pass false as last argument
9505         to substitute_and_fold.
9506         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
9507         to substitute_and_fold.
9508         * tree-ssa-ccp.c (ccp_finalize): Likewise.
9509
9510         PR bootstrap/44509
9511         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
9512
9513 2010-06-14  Ira Rosen  <irar@il.ibm.com>
9514
9515         PR tree-optimization/44507
9516         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
9517         to build initial vector for BIT_AND_EXPR.
9518         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
9519
9520 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
9521
9522         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
9523         adjust z10prop set_attr.
9524
9525 2010-06-13  Jan Hubicka  <jh@suse.cz>
9526
9527         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
9528         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
9529         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
9530         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
9531         datastructure checks into checking asserts.
9532         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
9533         * tree-ssa-sccvn.c (VN_INFO): Likewise.
9534         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
9535         df_ref_create_structure): Likewise.
9536         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
9537         pool_free): Use gcc_checking_assert.
9538         * alias.c (get_alias_set): Likewise.
9539         * var-tracking.c (variable_htab_free, shared_hash_copy,
9540         canonicalize_values_mark, variable_merge_over_cur): Likewise.
9541         * lto-streamer.c (bp_unpack_value): Likewise.
9542
9543 2010-06-13  Richard Guenther  <rguenther@suse.de>
9544
9545         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
9546         Do not stream but initialize TYPE_CANONICAL to NULL.
9547         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
9548         * gimple.c (gimple_types_compatible_p): Disregard
9549         TYPE_STRUCTURAL_EQUALITY_P.
9550         (gimple_register_type): Use TYPE_CANONICAL as cache.
9551         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
9552         before registering common types.
9553         * config/i386/i386.c (ix86_function_arg_boundary): Do not
9554         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
9555         * tree.h (TYPE_CANONICAL): Clarify documentation.
9556
9557 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
9558
9559         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
9560         LIBCALL_VALUE): Remove macros.
9561         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
9562         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
9563         TARGET_FUNCTION_VALUE_REGNO_P): Define.
9564         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
9565         (ia64_function_value): Make static. Handle receiving the function
9566         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
9567
9568 2010-06-12  Jan Hubicka  <jh@suse.cz>
9569
9570         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
9571         at correct place.
9572
9573 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
9574
9575         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
9576
9577 2010-06-12  Jan Hubicka  <jh@suse.cz>
9578
9579         * df-core.c (df_clear_bb_info): New function.
9580         (df_set_blocks): bb_info is always allocated.
9581         (df_get_bb_info): Use block_info_elt_size.
9582         (df_set_bb_info): Likewise.
9583         (df_compact_blocks): Update for new block_info.
9584         (grow_bb_info): New function.
9585         * df-problems.c (df_grow_bb_info): Move to df-core.c
9586         (df_rd_set_bb_info): Remove.
9587         (df_rd_free_bb_info): Do not free block pool.
9588         (df_rd_alloc): Do not create pool, use check for
9589         obstack presence instead of NULL pointer for new blocks.
9590         (df_rd_free): DO not free alloc pool; clear block_info.
9591         (problem_RD): Add size of block info structure.
9592         (df_lr_set_bb_info): Remove.
9593         (df_lr_free_bb_info): Do not free block pool.
9594         (df_lr_alloc): Do not create pool, use check for
9595         obstack presence instead of NULL pointer for new blocks.
9596         (df_lr_free): DO not free alloc pool; clear block_info.
9597         (problem_LR): Add size of block info structure.
9598         (df_live_set_bb_info): Remove.
9599         (df_live_free_bb_info): Do not free block pool.
9600         (df_live_alloc): Do not create pool, use check for
9601         obstack presence instead of NULL pointer for new blocks.
9602         (df_live_free): DO not free alloc pool; clear block_info.
9603         (problem_LIVE): Add size of block info structure.
9604         (problem_CHAIN): Add size of block info structure.
9605         (df_byte_lr_set_bb_info): Remove.
9606         (df_byte_lr_free_bb_info): Do not free block pool.
9607         (df_byte_lr_alloc): Do not create pool, use check for
9608         obstack presence instead of NULL pointer for new blocks.
9609         (df_byte_lr_free): DO not free alloc pool; clear block_info.
9610         (problem_BYTE_LR): Add size of block info structure.
9611         (problem_NOTE): Add size of block info structure.
9612         (df_byte_MD_set_bb_info): Remove.
9613         (df_byte_MD_free_bb_info): Do not free block pool.
9614         (df_byte_MD_alloc): Do not create pool, use check for
9615         obstack presence instead of NULL pointer for new blocks.
9616         (df_byte_MD_free): DO not free alloc pool; clear block_info.
9617         (problem_BD): Add size of block info structure.
9618         * df-scan.c (df_scan_free_internal): Free block pool.
9619         (df_scan_set_bb_info): Remove.
9620         (df_scan_free_bb_info): Check for artificial_defs instead
9621         of bb_info being non-NULL.
9622         (df_scan_alloc): DO not create df_scan_block pool.
9623         (problem_SCAN): Set size of block info.
9624         (df_bb_refs_record): Do not allocate bb_info.
9625         * df.h (df_problem): Add block_info_elt_size.
9626         (struct dataflow): Change block_info to void *.
9627         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
9628         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
9629         in-line structures.
9630
9631 2010-06-12  Jan Hubicka  <jh@suse.cz>
9632
9633         PR tree-optimize/44485
9634         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
9635         containing use of return value of noreturn function.
9636
9637 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
9638
9639         * targhooks.c (default_function_value): Don't use
9640         FUNCTION_OUTGOING_VALUE.
9641         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
9642         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
9643
9644 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
9645
9646         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
9647         Add crtfastmath.o to extra_parts.
9648         * config/mips/crtfastmath.c: New.
9649         * config/mips/linux.h (ENDFILE_SPEC): New.
9650
9651 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
9652
9653         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
9654         old_type in parameter.
9655         (gcc_type_for_value): Update call to gcc_type_for_interval.
9656         (compute_type_for_level_1): Renamed compute_type_for_level.
9657         Update call to gcc_type_for_interval.
9658
9659 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
9660
9661         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
9662         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
9663
9664 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
9665
9666         * opts-common.c: Include options.h.
9667         (integral_argument): Move from opts.c.
9668         (decode_cmdline_option): New.  Based on read_cmdline_option.
9669         * opts.c (integral_argument): Move to opts-common.c.
9670         (read_cmdline_option): Move most contents to
9671         decode_cmdline_option.  Use %qs in diagnostics.
9672         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
9673         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
9674         decode_cmdline_option): New.
9675
9676 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
9677
9678         PR target/44481
9679         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
9680         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
9681         (partiysi2_cmp): Ditto.
9682         (*partiyhi2_cmp): Ditto.
9683         (*parityqi2_cmp): Remove.
9684
9685 2010-06-11  Jan Hubicka  <jh@suse.cz>
9686
9687         * bitmap.h (bmp_iter_next_bit): New.
9688         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
9689
9690 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
9691             Eric Botcazou  <ebotcazou@adacore.com>
9692
9693         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
9694         computed cost.
9695
9696 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
9697
9698         * config/i386/i386.md (unspec): New define_c_enum.
9699         (unspecv): Ditto.
9700
9701 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
9702
9703         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
9704
9705 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
9706
9707         PR middle-end/44483
9708         * tree-if-conv.c (bb_predicate_s): New struct.
9709         (bb_predicate_p): New.
9710         (bb_has_predicate): New.
9711         (bb_predicate): New.
9712         (set_bb_predicate): New.
9713         (bb_predicate_gimplified_stmts): New.
9714         (set_bb_predicate_gimplified_stmts): New.
9715         (add_bb_predicate_gimplified_stmts): New.
9716         (init_bb_predicate): New.
9717         (free_bb_predicate): New.
9718         (is_predicated): Use bb_predicate.
9719         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
9720         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
9721         before processing their successors.
9722         (clean_predicate_lists): Removed.
9723         (find_phi_replacement_condition): Use bb_predicate.
9724         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
9725         computations.
9726         (insert_gimplified_predicates): New.
9727         (combine_blocks): Call insert_gimplified_predicates.
9728         (tree_if_conversion): Call free_bb_predicate instead of
9729         clean_predicate_lists.
9730
9731 2010-10-11  Paul Brook  <paul@codesourcery.com>
9732
9733         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
9734         * config/arm/arm.c (all_architectures): Change v7e-m default to
9735         cortexm4.
9736         * config/arm/arm-cores.def: Add cortex-m4.
9737         * config/arm/arm-tune.md: Regenerate.
9738
9739 2010-06-11  Jan Hubicka  <jh@suse.cz>
9740
9741         * ipa-pure-const.c (special_builtlin_state): New function.
9742         (check_call): Use it instead of special casign BUILT_IN_RETURN.
9743         (propagate_pure_const): Use it.
9744
9745 2010-06-11  Jan Hubicka  <jh@suse.cz>
9746
9747         * df-problems.c (df_live_scratch): Convert to bitmap_head.
9748         (df_live_alloc): Initialize df_live_scratch when initializing
9749         problem_data.
9750         (df_live_transfer_function): Update uses of df_live_scratch.
9751         (df_live_free): Free problem_data; clear df_live_scratch before
9752         releasing the obstack.
9753         (df_md_free): Free problem data.
9754
9755 2010-06-11  Jan Hubicka  <jh@suse.cz>
9756
9757         * doc/invoke.texi (Wsuggest-attribute): Document.
9758         (Wmissing-noreturn): Remove.
9759         * ipa-pure-const.c (warn_function_noreturn): New function.
9760         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
9761         warn_missing_noreturn.
9762         * common.opt (Wsuggest-attribute=noreturn): New.
9763         * tree-flow.h (warn_function_noreturn): Declare.
9764         * tree-cfg.c (execute_warn_function_noreturn): Use
9765         warn_function_noreturn.
9766         (gate_warn_function_noreturn): New.
9767         (pass_warn_function_noreturn): Update.
9768
9769 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9770
9771         * c-typeck.c (handle_warn_cast_qual): Add loc
9772         parameter. Improve warning message.
9773         (build_c_cast): Pass location to handle_warn_cast_qual.
9774
9775 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
9776
9777         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
9778         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
9779         insn mnemonic.
9780         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
9781
9782 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
9783
9784         Fix bootstap on mips
9785         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
9786         be naming typedefs.
9787
9788 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
9789
9790         * system.h (helper_const_non_const_cast): New inline for
9791         gcc version <= 4.0.
9792         (CONST_CAST2): For gcc version <= 4.0 use
9793         new helper to do const/non-const casting.
9794
9795 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9796
9797         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
9798         * Makefile.in (OBJS-common): Include insn-enums.o.
9799         (insn-enums.o): New rule.
9800         (simple_generated_c): Add insn-enums.c.
9801         (build/genenums.o): New rule.
9802         (genprogmd): Add "enums".
9803         * genconstants.c (print_enum_type): Declare a C string array
9804         for each enum.
9805         * genenums.c: New file.
9806         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
9807         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
9808         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
9809
9810 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9811
9812         * doc/md.texi (define_enum_attr): Document.
9813         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
9814         * read-md.h (lookup_enum_type): Declare.
9815         * read-md.c (lookup_enum_type): New function.
9816         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
9817         * genattrtab.c (attr_desc): Add an enum_name field.
9818         (evaluate_eq_attr): Take the associated attribute as argument.
9819         Get the enum prefix from the enum_name field, if defined.
9820         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
9821         (simplify_test_exp): Pass attr to evaluate_eq_attr.
9822         (add_attr_value): New function, split out from...
9823         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
9824         (write_test_expr): Pass attr to evaluate_eq_attr.
9825         (write_attr_get): Use the enum_name as the enum tag, if defined.
9826         (write_attr_valueq): Use the enum_name as a prefix, if defined.
9827         (find_attr): Initialize enum_name.
9828         (main): Handle DEFINE_ENUM_ATTR.
9829         * gensupport.c (process_rtx): Likewise.
9830         * config/mips/mips.h (mips_tune_attr): Delete.
9831         * config/mips/mips.md (cpu): Use define_attr_enum.
9832
9833 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9834
9835         * doc/md.texi (define_c_enum, define_enum): Document.
9836         * read-md.h (md_constant): Add a parent_enum field.
9837         (enum_value, enum_type): New structures.
9838         (upcase_string, traverse_enum_types): Declare.
9839         * read-md.c (enum_types): New variable.
9840         (upcase_string, add_constant): New functions.
9841         (handle_constants): Don't create the hash table here.
9842         Use add_constant.
9843         (traverse_md_constants): Don't check for a null md_constants.
9844         (decimal_string, handle_enum, traverse_enum_types): New functions.
9845         (read_md_files): Initialize md_constants and md_enums.
9846         * genconstants.c (print_md_constant): Ignore info argument.
9847         Only print constants that belong to no enum.
9848         (print_enum_type): New function.
9849         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
9850         for each defined enum type.
9851         * config/mips/mips.md (processor): New define_enum.
9852         (unspec): New define_c_enum.
9853         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
9854         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
9855         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
9856         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
9857         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
9858         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
9859         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
9860         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
9861         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
9862         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
9863         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
9864         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
9865         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
9866         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
9867         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
9868         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
9869         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
9870         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
9871         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
9872         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
9873         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
9874         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
9875         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
9876         (UNSPEC_RDDSP): Move to mips-dsp.md.
9877         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
9878         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
9879         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
9880         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
9881         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
9882         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
9883         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
9884         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
9885         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
9886         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
9887         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
9888         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
9889         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
9890         Moved to mips-dspr2.md.
9891         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
9892         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
9893         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
9894         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
9895         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
9896         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
9897         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
9898         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
9899         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
9900         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
9901         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
9902         UNSPEC_LOONGSON_PSADBH)
9903         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
9904         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
9905         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
9906         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
9907         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
9908         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
9909         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
9910         (cpu): Update comment.
9911         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
9912         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
9913         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
9914         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
9915         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
9916         UNSPEC_LOONGSON_PCMPEQ)
9917         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
9918         UNSPEC_LOONGSON_PINSR_0)
9919         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
9920         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
9921         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
9922         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
9923         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
9924         UNSPEC_LOONGSON_PSADBH)
9925         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
9926         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
9927         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
9928         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
9929         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
9930         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
9931         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
9932         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
9933         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
9934         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
9935         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
9936         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
9937         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
9938         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
9939         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
9940         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
9941         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
9942         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
9943         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
9944         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
9945         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
9946         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
9947         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
9948         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
9949         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
9950         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
9951         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
9952         (UNSPEC_RDDSP): Moved from mips.md.
9953         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
9954         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
9955         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
9956         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
9957         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
9958         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
9959         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
9960         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
9961         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
9962         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
9963         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
9964         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
9965         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
9966         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
9967         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
9968         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
9969         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
9970         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
9971         (UNSPEC_SCC): Moved from mips.md.
9972         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
9973         "processor_type" to "processor".
9974         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
9975         * config/mips/mips.h (processor_type): Delete.
9976         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
9977         "processor_type" to "processor".
9978
9979 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9980
9981         * configure.ac (tm_include_list): Add insn-constants.h.
9982         * configure: Regenerate.
9983         * Makefile.in (GTM_H): Move insn-constants.h here from...
9984         (TM_H): ...here.
9985         * mkconfig.sh: Remove special handling for insn-constants.h.
9986
9987 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9988
9989         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
9990         (BUILD_MD): ...this new variable.
9991         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
9992         that include the old contents of simple_generated_h and
9993         simple_generated_c.
9994         (simple_generated_h, simple_generated_c): Include them.  Add
9995         insn-constants.h.
9996         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
9997         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
9998         Remove these dependencies from the main rule and include
9999         insn-conditions.md in the command line only if it appears
10000         in the dependency list.
10001         (insn-constants.h, s-constants): Delete.
10002         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
10003         or gensupport.h.
10004         (build/genmddeps.o): Likewise.
10005         (genprogrtl): New variable that contains everything from genprogmd
10006         except mddeps and constants.
10007         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
10008         depend on $(BUILD_MD)
10009         (genprog): New variable.  Make these programs depend on
10010         $(BUILD_ERRORS).
10011         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
10012         (main): Use read_md_files instead of init_rtx_reader_args.
10013         * genconstants.c: As for genmddeps.c.
10014         * read-md.h (read_skip_construct): Declare.
10015         * read-md.c (read_skip_construct): New function.
10016         (handle_file): Allow a null handle_directive, skipping the
10017         construct if so.
10018         (parse_include): Update the comment accordingly.
10019
10020 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10021
10022         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
10023         * genmddeps.c: Include read-md.h.
10024         (main): Call init_rtx_reader_args instead of init_md_reader_args.
10025         * genattr.c (main): Likewise.
10026         * genattrtab.c (main): Likewise.
10027         * genautomata.c (main): Likewise.
10028         * gencodes.c (main): Likewise.
10029         * genconditions.c (main): Likewise.
10030         * genconfig.c (main): Likewise.
10031         * genconstants.c (main): Likewise.
10032         * genemit.c (main): Likewise.
10033         * genextract.c (main): Likewise.
10034         * genflags.c (main): Likewise.
10035         * genopinit.c (main): Likewise.
10036         * genoutput.c (main): Likewise.
10037         * genpeep.c (main): Likewise.
10038         * genrecog.c (main): Likewise.
10039         * genpreds.c (main): Likewise.
10040         * gensupport.h (in_fname): Move to read-md.h.
10041         (init_md_reader_args_cb): Rename to...
10042         (init_rtx_reader_args_cb): ...this and return a bool.
10043         (init_md_reader_args): Rename to...
10044         (init_rtx_reader_args): ...this and return a bool.
10045         (include_callback): Move to read-md.h.
10046         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
10047         (file_name_list, first_dir_md_include): Move to read-md.c
10048         (first_bracket_include): Delete unused variable.
10049         (last_dir_md_include): Move to read-md.c.
10050         (process_include): Delete, moving code to read-md.c:handle_include.
10051         (process_rtx): Don't handle INCLUDE.
10052         (save_string): Delete.
10053         (rtx_handle_directive): New function.
10054         (init_md_reader_args_cb): Rename to...
10055         (init_rtx_reader_args_cb): ...this and return a boolean success value.
10056         Use read_md_args.
10057         (init_md_reader_args): Rename to...
10058         (init_rtx_reader_args): ...this and return a boolean success value.
10059         * rtl.def (INCLUDE): Delete.
10060         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
10061         argument.
10062         * read-rtl.c (read_conditions): Don't gobble ')' here.
10063         (read_mapping): Likewise.
10064         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
10065         Handle top-level non-rtx constructs here rather than in read_rtx_1.
10066         Store the whole queue in *X.  Remove call to init_md_reader.
10067         (read_rtx_1): Rename to...
10068         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
10069         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
10070         here.
10071         (read_nested_rtx): New function.  Handle (nil) here rather than
10072         in read_rtx_code.
10073         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
10074         gobble ')' here.
10075         * read-md.h (directive_handler_t): New type.
10076         (in_fname, include_callback): Moved from read-md.h.
10077         (read_constants, init_md_reader): Delete.
10078         (read_md_files): Declare.
10079         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
10080         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
10081         from gensupport.c.
10082         (read_constants): Rename to...
10083         (handle_constants): ...this.  Don't gobble ')' here.
10084         (handle_include, handle_file, handle_toplevel_file)
10085         (parse_include): New functions, mostly taken from gensupport.c.
10086         (init_md_reader): Subsume into...
10087         (read_md_files): ...this new function.
10088
10089 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10090
10091         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
10092         (unread_char): Decrement read_md_lineno after putting back '\n'.
10093         * read-md.c (fatal_with_file_and_line): Push back any characters
10094         that we decide not to add to the context.
10095         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
10096         fatal_expected_char in cases where '/' ends a line (for example).
10097         (read_name): Don't increment read_md_lineno here.
10098         (read_escape): Likewise.
10099         (read_quoted_string): Likewise.
10100         (read_braced_string): Likewise.
10101
10102 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10103
10104         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
10105         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
10106         * genconstants.c: Include read-md.h.
10107         * read-rtl.c (md_constants): Move to read-md.c.
10108         (md_name): Move to read-md.h.
10109         (initialize_iterators): Use leading_string_hash instead of def_hash
10110         and leading_string_eq_p instead of def_name_eq_p.
10111         (read_name): Move to read-md.c.
10112         (def_hash, def_name_eq_p): Delete.
10113         (read_constants, traverse_md_constants): Move to read-md.c.
10114         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
10115         * read-md.h: Include hashtab.h.
10116         (md_name): Moved from read-rtl.c.
10117         (md_constant): Moved from read-md.h.
10118         (leading_string_hash, leading_string_eq_p, read_name)
10119         (read_constants, traverse_md_constants): Declare.
10120         * read-md.c (md_constants): Moved from read-rtl.c.
10121         (leading_string_hash, leading_string_eq_p): New functions.
10122         (read_name, read_constants, traverse_md_constants): Moved from
10123         read-rtl.c.
10124
10125 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10126
10127         * read-rtl.c (md_name): New structure.
10128         (read_name): Take an md_name instead of a buffer pointer.
10129         Use the "string" field instead of strcpy when expanding constants.
10130         (read_constants): Remove the tmp_char argument.  Update the calls
10131         to read_name, using two local name buffers instead of the tmp_char
10132         argument.  Merge the constant-creation code.
10133         (read_conditions): Remove the tmp_char argument.  Update the calls
10134         to read_name, using a local name buffer instead of the tmp_char
10135         argument.
10136         (read_mapping): Replace tmp_char variable with a local name buffer.
10137         Update the calls to read_name.
10138         (read_rtx_1): Likewise.  Update the calls to read_constants and
10139         read_conditions.
10140
10141 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10142
10143         * Makefile.in (build/read-md.o): Depend on errors.h.
10144         * read-md.h (error_with_line): Declare.
10145         * read-md.c: Include errors.h.
10146         (message_with_line_1): New function, extracted from...
10147         (message_with_line): ...here.
10148         (error_with_line): New function.
10149         * genattrtab.c: If a call to message_with_line is followed by
10150         "have_error = 1;", replace both statements with a call to
10151         error_with_line.
10152         * genoutput.c: Likewise.
10153         * genpreds.c: Likewise.
10154         * genrecog.c: If a call to message_with_line is followed by
10155         "error_count++;", replace both statements with a call to
10156         error_with_line.
10157         (errorcount): Delete.
10158         (main): Don't check it.
10159         * gensupport.c: If a call to message_with_line is followed by
10160         "errors = 1;", replace both statements with a call to error_with_line.
10161         (errors): Delete.
10162         (process_define_cond_exec): Check have_error instead of errors.
10163         (init_md_reader_args_cb): Likewise.  Don't set errors.
10164
10165 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10166
10167         * read-md.h (read_md_file): Declare.
10168         (read_char, unread_char): New functions.
10169         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10170         (read_quoted_string, read_string): Remove FILE * argument.
10171         * read-md.c (read_md_file): New variable.
10172         (read_md_filename, read_md_lineno): Update comments and remove
10173         unnecessary initialization.
10174         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10175         (read_escape, read_quoted_string, read_braced_string, read_string):
10176         Remove FILE * argument.  Update calls accordingly, using read_char
10177         and unread_char instead of getc and ungetc.
10178         * rtl.h (read_rtx): Remove FILE * argument.
10179         * read-rtl.c (iterator_group): Remove FILE * argument from
10180         "find_builtin".
10181         (iterator_traverse_data): Remove "infile" field.
10182         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
10183         (add_mapping, read_name, read_constants, read_conditions)
10184         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
10185         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
10186         Remove file arguments from all calls, using read_char and unread_char
10187         instead of getc and ungetc.
10188         * gensupport.c (process_include): Preserve read_md_file around
10189         the include.  Set read_md_file to the handle of the included file.
10190         Update call to read_rtx.
10191         (init_md_reader_args_cb): Set read_md_file to the handle of the file
10192         and remove local FILE *.  Update calls to read_rtx.
10193
10194 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10195
10196         * read-md.h (read_rtx_lineno): Rename to...
10197         (read_md_lineno): ...this.
10198         (read_rtx_filename): Rename to...
10199         (read_md_filename): ...this.
10200         (copy_rtx_ptr_loc): Rename to...
10201         (copy_md_ptr_loc): ...this.
10202         (print_rtx_ptr_loc): Rename to...
10203         (print_md_ptr_loc): ...this.
10204         * read-md.c: Likewise.  Update references after renaming.
10205         (string_obstack): Replace RTL with MD in comment.
10206         (set_rtx_ptr_loc): Rename to...
10207         (set_md_ptr_loc): ...this.
10208         (get_rtx_ptr_loc): Rename to...
10209         (get_md_ptr_loc): ...this.
10210         * genconditions.c: Update references after renaming.
10211         * genemit.c: Likewise.
10212         * genoutput.c: Likewise.
10213         * genpreds.c: Likewise.
10214         * gensupport.c: Likewise.
10215         * read-rtl.c: Likewise.
10216
10217 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10218
10219         * Makefile.in (READ_MD_H): New variable.
10220         (BUILD_RTL): Add build/read-md.o.
10221         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
10222         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
10223         (build/genattrtab.o, build/genconditions.o build/genemit.o)
10224         (build/genextract.o, build/genflags.o, build/genoutput.o)
10225         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
10226         (build/read-md.o): New rule.
10227         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
10228         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
10229         * coretypes.h: ...here.
10230         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
10231         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
10232         * genattr.c: Include read-md.h.
10233         * genattrtab.c: Likewise.
10234         * genconditions.c: Likewise.
10235         * genemit.c: Likewise.
10236         * genextract.c: Likewise.
10237         * genflags.c: Likewise.
10238         * genoutput.c: Likewise.
10239         * genpreds.c: Likewise.
10240         * genrecog.c: Likewise.
10241         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
10242         (join_c_conditions, print_c_condition, read_rtx_filename)
10243         (read_rtx_lineno): Move to read-md.h.
10244         * read-rtl.c: Include read-md.h.
10245         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
10246         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
10247         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
10248         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
10249         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
10250         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
10251         (read_braced_string, read_string): Move to read-md.c.
10252         (read_rtx): Move some initialization to init_md_reader and call
10253         init_md_reader here.
10254         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
10255         Move to read-md.h.
10256         * gensupport.c: Include read-md.h.
10257         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
10258         * read-md.h, read-md.c: New files.
10259
10260 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
10261
10262         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10263         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10264         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
10265         * config/moxie/moxie.c (moxie_function_value): Make static.
10266         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
10267         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
10268
10269 2010-06-10  Martin Jambor  <mjambor@suse.cz>
10270
10271         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
10272         * dbgcnt.def (tree_sra): New counter.
10273         * tree-sra.c: Include dbgcnt.h.
10274         (gate_intra_sra): Check tree_sra debug counter.
10275
10276 2010-06-10  Martin Jambor  <mjambor@suse.cz>
10277
10278         PR tree-optimization/44258
10279         * tree-sra.c (build_access_subtree): Return false iff there is a
10280         partial overlap.
10281         (build_access_trees): Likewise.
10282         (analyze_all_variable_accesses): Disqualify candidates if
10283         build_access_trees returns true for them.
10284
10285 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
10286
10287         PR debug/41371
10288         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
10289         tail-recurse into canonical node.  Fast-forward over
10290         non-canonical VALUEs.
10291
10292 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
10293
10294         PR boostrap/44470
10295         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
10296         (*addsi_1_zext) <TYPE_LEA>: Likewise.
10297         (add lea splitter): Likewise.
10298         (add_zext lea splitter): Likewise.
10299
10300 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
10301
10302         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
10303
10304 2010-06-10  Jan Hubicka  <jh@suse.cz>
10305
10306         * df-problems.c (df_live_problem_data): Add live_bitmaps.
10307         (df_live_alloc): Initialize problem data and live_osbtacks.
10308         (df_live_finalize): Remove obstack, problem data; do not
10309         clear all bitmaps.
10310         (df_live_top_dump, df_live_bottom_dump): Do not dump old
10311         data when not allocated.
10312         (df_live_verify_solution_start): Do not allocate problem data.
10313         (df_live_verify_solution_end): Check if out is allocated.
10314         (struct df_md_problem_data): New structure.
10315         (df_md_alloc): Allocate problem data.
10316         (df_md_free): Free problem data; do not clear bitmaps.
10317
10318 2010-06-10  Jan Beulich  <jbeulich@novell.com>
10319
10320         PR bootstrap/37304
10321         * configure.ac: Replace $() with ${} when intending to expand
10322         variables rather than invoking commands.
10323         * configure: Re-generate.
10324
10325 2010-06-10  Jan Hubicka  <jh@suse.cz>
10326
10327         PR rtl-optimization/44460
10328         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
10329         TYPE_NEEDS_CONSTRUCTING sanity check.
10330
10331 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
10332
10333         * doc/include/fdl.texi: Move to GFDL version 1.3.
10334
10335         * doc/cpp.texi: Move to GFDL version 1.3.
10336         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
10337         * doc/gccint.texi: Move to GFDL version 1.3.
10338         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
10339         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
10340         * doc/invoke.texi: Move to GFDL version 1.3.
10341
10342 2010-06-09  Jan Hubicka  <jh@suse.cz>
10343
10344         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
10345         Break out from ...
10346         (propagate) ... here; swap the order.
10347
10348 2010-06-09  Jan Hubicka  <jh@suse.cz>
10349
10350         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
10351         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
10352         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
10353         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
10354
10355 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
10356
10357         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
10358         Do not the gather memory reference in the outer loop if the step
10359         is not a constant.
10360
10361 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
10362
10363         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
10364         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
10365         8 to 4.  Minor change of the related comments.
10366
10367 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10368
10369         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
10370         the scev analysis when the variable is not used outside the loop
10371         in a close phi node: call compute_overall_effect_of_inner_loop.
10372
10373 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10374
10375         * graphite-sese-to-poly.c (single_pred_cond): Renamed
10376         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
10377         (build_sese_conditions_before): Renamed call to single_pred_cond.
10378         (build_sese_conditions_after): Same.
10379
10380 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10381
10382         * graphite-poly.h: Fix comments and indentation.
10383         * graphite-sese-to-poly.c: Same.
10384         (build_sese_conditions_before): Compute stmt and gbb only when needed.
10385         * tree-chrec.c: Fix comments and indentation.
10386         (tree-ssa-loop-niter.c): Same.
10387
10388 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
10389
10390         PR rtl-optimization/42461
10391         * dce.c (deletable_insn_p): Return true for const or pure calls again.
10392         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
10393
10394 2010-06-09  Jan Hubicka  <jh@suse.cz>
10395
10396         * bitmap.c (bitmap_and): Walk array forward.
10397         (bitmap_and_compl_into): Likewise.
10398         (bitmap_xor): Likewise.
10399         (bitmap_xor_into):  Likewise.
10400         (bitmap_equal_p): Likewise.
10401         (bitmap_intersect_p): Likewise.
10402         (bitmap_intersect_compl_p): Likewise.
10403         (bitmap_ior_and_into): Likewise.
10404         (bitmap_elt_copy): Likewise.
10405         (bitmap_and_compl): Likewise.
10406         (bitmap_elt_ior): Likewise.
10407
10408 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
10409
10410         * opts-common.c (prune_options): Ensure replacement argv array
10411         is correctly terminated by a NULL entry.
10412
10413 2010-06-09  Jan Hubicka  <jh@suse.cz>
10414
10415         * cgraph.h (varpool_first_static_initializer,
10416         varpool_next_static_initializer): Make checking only when
10417         checking enabled.
10418         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
10419         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
10420         gcc_assert to gcc_checking_assert.
10421         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
10422         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
10423         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
10424         op_iter_init_phiuse, op_iter_init_phidef,
10425         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
10426         gcc_checking_assert.
10427         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
10428         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
10429         partition_is_global, live_on_entry, live_on_exit,
10430         live_merge_and_clear): Likewise.
10431         * system.h (gcc_checking_assert): New macro.
10432         * gimple.h (set_bb_seq): Use gcc_checking_assert.
10433
10434 2010-06-09  Jason Merrill  <jason@redhat.com>
10435
10436         * Makefile.in (TAGS): Collect tags info from c-family.
10437
10438 2010-06-09  Jan Hubicka  <jh@suse.cz>
10439
10440         * gimple.h (gcc_gimple_checking_assert): New macro.
10441         (gimple_set_def_ops, gimple_set_use_ops,
10442         gimple_set_vuse, gimple_set_vdef,
10443         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
10444         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
10445         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
10446         gimple_asm_output_op, gimple_asm_output_op_ptr,
10447         gimple_asm_set_output_op, gimple_asm_clobber_op,
10448         gimple_asm_set_clobber_op, gimple_asm_label_op,
10449         gimple_asm_set_label_op, gimple_try_set_kind,
10450         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
10451         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
10452         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
10453         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
10454         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
10455         gimple_omp_for_set_initial, gimple_omp_for_final,
10456         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
10457         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
10458         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
10459         conditional with ENABLE_GIMPLE_CHECKING.
10460         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
10461
10462 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
10463
10464         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
10465         (get_computation_cost_at): Use it.
10466         (determine_use_iv_cost_condition): Likewise.
10467         (determine_iv_cost): Likewise.
10468
10469 2010-06-09  Richard Guenther  <rguenther@suse.de>
10470
10471         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
10472         replace constants.
10473
10474 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
10475
10476         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
10477
10478 2010-06-09  Martin Jambor  <mjambor@suse.cz>
10479
10480         PR tree-optimization/44423
10481         * tree-sra.c (dump_access): Dump also grp_assignment_read.
10482         (analyze_access_subtree): Pass negative allow_replacements to children
10483         if the current type is scalar.
10484
10485 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
10486
10487         PR testsuite/42843
10488         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
10489         * doc/plugins.texi (Plugin license check): Update information
10490         on type of plugin_is_GPL_compatible.
10491         * Makefile.in (PLUGINCC): Define as $(COMPILER).
10492         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
10493
10494 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
10495
10496         * config/arm/arm.c (thumb2_reorg): New function.
10497         (arm_reorg): Call it.
10498         * config/arm/thumb2.md (define_peephole2 for flag clobbering
10499         arithmetic operations): Delete.
10500
10501 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
10502
10503         PR target/44067
10504         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
10505         e500v2 target.
10506
10507 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
10508
10509         PR plugins/44459
10510         * gcc-plugin.h: Encapsulate all declarations in extern "C".
10511
10512 2010-06-08  Jan Hubicka  <jh@suse.cz>
10513
10514         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
10515         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
10516
10517 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
10518
10519         PR tree-optimization/39874
10520         PR middle-end/28685
10521         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
10522         Declare.
10523         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
10524         same_bool_result_p): New.
10525         (and_var_with_comparison, and_var_with_comparison_1,
10526         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
10527         (or_var_with_comparison, or_var_with_comparison_1,
10528         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
10529         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
10530         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
10531         of combine_comparisons.
10532         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
10533
10534 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
10535
10536         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10537         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10538         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
10539         pdp11_function_value_regno_p): New functions.
10540         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
10541         TARGET_FUNCTION_VALUE_REGNO_P): Define.
10542
10543 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
10544
10545         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
10546         Thumb-2 in the MINUS case.
10547
10548 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
10549
10550         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
10551
10552         * doc/gty.texi (GTY Options): Document typed GC allocation and
10553         variable_size GTY option.
10554
10555         * ggc-internal.h: New.
10556
10557         * ggc.h: Update copyright year.
10558         (digit_string): Move to stringpool.c.
10559         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
10560         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
10561         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
10562         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
10563         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
10564         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
10565         (ggc_force_collect, ggc_get_size, ggc_statistics)
10566         (ggc_print_common_statistics): Move to ggc-internal.h.
10567         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
10568         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
10569         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
10570         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
10571         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
10572         (ggc_alloc_zone_pass_stat): Remove.
10573         (ggc_internal_alloc_stat, ggc_internal_alloc)
10574         (ggc_internal_cleared_alloc_stat): New.
10575         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
10576         (ggc_internal_vec_alloc_stat)
10577         (ggc_internal_cleared_vec_alloc_stat)
10578         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
10579         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
10580         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
10581         (ggc_cleared_alloc_ptr_array_two_args): New.
10582         (htab_create_ggc, splay_tree_new_ggc): Redefine.
10583         (ggc_splay_alloc): Change the type of the first argument to
10584         enum gt_types_enum.
10585         (ggc_alloc_string): Make macro.
10586         (ggc_alloc_string_stat): New.
10587         (ggc_strdup): Redefine.
10588         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
10589         (ggc_alloc_rtvec_sized): New.
10590         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
10591         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
10592         (ggc_internal_cleared_alloc_zone_stat)
10593         (ggc_internal_zone_alloc_stat)
10594         (ggc_internal_zone_cleared_alloc_stat)
10595         (ggc_internal_zone_vec_alloc_stat)
10596         (ggc_alloc_zone_rtx_def_stat)
10597         (ggc_alloc_zone_tree_node_stat)
10598         (ggc_alloc_zone_cleared_tree_node_stat)
10599         (ggc_alloc_cleared_gimple_statement_d_stat): New.
10600
10601         * ggc-common.c: Include ggc-internal.h.
10602         (ggc_internal_cleared_alloc_stat): Rename from
10603         ggc_alloc_cleared_stat.
10604         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
10605         (ggc_calloc): Remove.
10606         (ggc_cleared_alloc_htab_ignore_args): New.
10607         (ggc_cleared_alloc_ptr_array_two_args): New.
10608         (ggc_splay_alloc): Add obj_type parameter.
10609         (init_ggc_heuristics): Formatting fixes.
10610
10611         * ggc-none.c: Update copyright year.
10612         (ggc_alloc_stat): Rename to ggc_alloc_stat.
10613         (ggc_alloc_cleared_stat): Rename to
10614         ggc_internal_cleared_alloc_stat.
10615         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
10616
10617         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
10618         Remove references to ggc_alloc in comments.
10619         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
10620         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
10621         (new_ggc_zone, destroy_ggc_zone): Remove.
10622         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
10623
10624         * ggc-zone.c: Include ggc-internal.h.  Remove references to
10625         ggc_alloc in comments.
10626         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
10627         (ggc_internal_alloc_zone_pass_stat): New.
10628         (ggc_internal_cleared_alloc_zone_stat): New.
10629         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
10630         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
10631         (new_ggc_zone, destroy_ggc_zone): Remove.
10632
10633         * stringpool.c: Update copyright year.  Include ggc-internal.h
10634         (digit_vector): Make static.
10635         (digit_string): Moved from ggc.h.
10636         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
10637         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
10638
10639         * Makefile.in (GGC_INTERNAL_H): New.
10640         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
10641         $(GGC_INTERNAL_H) to dependencies.
10642
10643         * gentype.c: Update copyright year.
10644         (walk_type): Accept variable_size GTY option.
10645         (USED_BY_TYPED_GC_P): New macro.
10646         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
10647         whitespace at the end of strings.
10648         (get_type_specifier, variable_size_p): New functions.
10649         (alloc_quantity, alloc_zone): New enums.
10650         (write_typed_alloc_def): New function.
10651         (write_typed_struct_alloc_def): Likewise.
10652         (write_typed_typed_typedef_alloc_def): Likewise.
10653         (write_typed_alloc_defns): Likewise.
10654         (output_typename, write_splay_tree_allocator_def): Likewise.
10655         (write_splay_tree_allocators): Likewise.
10656         (main): Call write_typed_alloc_defns and
10657         write_splay_tree_allocators.
10658
10659         * lto-streamer.h (lto_file_decl_data_ptr): New.
10660
10661         * passes.c (order): Define using cgraph_node_ptr.
10662
10663         * strinpool.c (struct string_pool_data): Declare nested_ptr using
10664         ht_identifier_ptr.
10665
10666         * gimple.h (union gimple_statement_d): Likewise.
10667
10668         * rtl.h (struct rtx_def): Likewise.
10669         (struct rtvec_def): Likewise.
10670
10671         * tree.h (union tree_node): Likewise.
10672
10673         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
10674
10675         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
10676
10677         * tree-scalar-evolution.c (scev_initialize): Likewise.
10678
10679         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
10680
10681         * dwarf2asm.c (dw2_force_const_mem): Likewise.
10682
10683         * omp-low.c (lower_omp_critical): Likewise.
10684
10685         * bitmap.h (struct bitmap_head_def): Update comment to not
10686         reference ggc_alloc.
10687
10688         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
10689
10690         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
10691
10692         * ipa-prop.c (duplicate_ggc_array): Rename to
10693         duplicate_ipa_jump_func_array.  Use typed GC allocation.
10694         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
10695
10696         * gimple.c (gimple_alloc_stat): Use
10697         ggc_alloc_cleared_gimple_statement_d_stat.
10698
10699         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
10700
10701         * tree.c (make_node_stat): Use
10702         ggc_alloc_zone_cleared_tree_node_stat.
10703         (make_tree_vec_stat): Likewise.
10704         (build_vl_exp_stat): Likewise.
10705         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
10706         (make_tree_binfo_stat): Likewise.
10707         (tree_cons_stat): Likewise.
10708
10709         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
10710         (shallow_copy_rtx_stat): Likewise.
10711         (make_node_stat): Likewise.
10712
10713         * lto-symtab.c: Fix comment.
10714
10715         * tree-cfg.c (create_bb): Update comment to not reference
10716         ggc_alloc_cleared.
10717         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
10718
10719         * varpool.c (varpool_node): Use typed GC allocation.
10720         (varpool_extra_name_alias): Likewise.
10721
10722         * varasm.c (emutls_decl): Likewise.
10723         (get_unnamed_section): Likewise.
10724         (get_noswitch_section): Likewise.
10725         (get_section): Likewise.
10726         (get_block_for_section): Likewise.
10727         (build_constant_desc): Likewise.
10728         (create_constant_pool): Likewise.
10729         (force_const_mem): Likewise.
10730
10731         * tree.c (build_vl_exp_stat): Likewise.
10732         (build_real): Likewise.
10733         (build_string): Likewise.
10734         (decl_debug_expr_insert): Likewise.
10735         (decl_value_expr_insert): Likewise.
10736         (type_hash_add): Likewise.
10737         (build_omp_clause): Likewise.
10738
10739         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
10740
10741         * tree-ssa.c (init_tree_ssa): Likewise.
10742
10743         * tree-ssa-structalias.c (heapvar_insert): Likewise.
10744
10745         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
10746
10747         * tree-ssa-loop-niter.c (record_estimate): Likewise.
10748
10749         * tree-ssa-alias.c (get_ptr_info): Likewise.
10750
10751         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
10752
10753         * tree-phinodes.c (allocate_phi_node): Likewise.
10754
10755         * tree-iterator.c (tsi_link_before): Likewise.
10756         (tsi_link_after): Likewise.
10757
10758         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
10759
10760         * tree-dfa.c (create_var_ann): Likewise.
10761
10762         * tree-cfg.c (create_bb): Likewise.
10763
10764         * toplev.c (alloc_for_identifier_to_locale): Likewise.
10765         (general_init): Likewise.
10766
10767         * stringpool.c (stringpool_ggc_alloc): Likewise.
10768         (gt_pch_save_stringpool): Likewise.
10769
10770         * sese.c (if_region_set_false_region): Likewise.
10771
10772         * passes.c (do_per_function_toporder): Likewise.
10773
10774         * optabs.c (set_optab_libfunc): Likewise.
10775         (set_conv_libfunc): Likewise.
10776
10777         * lto-symtab.c (lto_symtab_register_decl): Likewise.
10778
10779         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
10780         (input_eh_region): Likewise.
10781         (input_eh_lp): Likewise.
10782         (make_new_block): Likewise.
10783         (unpack_ts_real_cst_value_fields): Likewise.
10784
10785         * lto-section-in.c (lto_new_in_decl_state): Likewise.
10786
10787         * lto-cgraph.c (input_node_opt_summary): Likewise.
10788
10789         * loop-init.c (loop_optimizer_init): Likewise.
10790
10791         * lambda.h (lambda_vector_new): Likewise.
10792
10793         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
10794
10795         * ira.c (update_equiv_regs): Likewise.
10796
10797         * ipa.c (cgraph_node_set_new): Likewise.
10798         (cgraph_node_set_add): Likewise.
10799         (varpool_node_set_new): Likewise.
10800         (varpool_node_set_add): Likewise.
10801
10802         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
10803         (duplicate_ipa_jump_func_array): Likewise.
10804         (ipa_read_node_info): Likewise.
10805
10806         * ipa-cp.c (ipcp_create_replace_map): Likewise.
10807
10808         * integrate.c (get_hard_reg_initial_val): Likewise.
10809
10810         * gimple.c (gimple_alloc_stat): Likewise.
10811         (gimple_build_omp_for): Likewise.
10812         (gimple_seq_alloc): Likewise.
10813         (gimple_copy): Likewise.
10814
10815         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
10816         (gsi_insert_after_without_update): Likewise.
10817
10818         * function.c (add_frame_space): Likewise.
10819         (insert_temp_slot_address): Likewise.
10820         (assign_stack_temp_for_type): Likewise.
10821         (allocate_struct_function): Likewise.
10822         (types_used_by_var_decl_insert): Likewise.
10823
10824         * except.c (init_eh_for_function): Likewise.
10825         (gen_eh_region): Likewise.
10826         (gen_eh_region_catch): Likewise.
10827         (gen_eh_landing_pad): Likewise.
10828         (add_call_site): Likewise.
10829
10830         * emit-rtl.c (get_mem_attrs): Likewise.
10831         (get_reg_attrs): Likewise.
10832         (start_sequence): Likewise.
10833         (init_emit): Likewise.
10834
10835         * dwarf2out.c (new_cfi): Likewise.
10836         (queue_reg_save): Likewise.
10837         (dwarf2out_frame_init): Likewise.
10838         (new_loc_descr): Likewise.
10839         (find_AT_string): Likewise.
10840         (new_die): Likewise.
10841         (add_var_loc_to_decl): Likewise.
10842         (clone_die): Likewise.
10843         (clone_as_declaration): Likewise.
10844         (break_out_comdat_types): Likewise.
10845         (new_loc_list): Likewise.
10846         (loc_descriptor): Likewise.
10847         (add_loc_descr_to_each): Likewise.
10848         (add_const_value_attribute): Likewise.
10849         (tree_add_const_value_attribute): Likewise.
10850         (add_comp_dir_attribute): Likewise.
10851         (add_name_and_src_coords_attributes): Likewise.
10852         (lookup_filename): Likewise.
10853         (store_vcall_insn): Likewise.
10854         (dwarf2out_init): Likewise.
10855
10856         * dbxout.c (dbxout_init): Likewise.
10857
10858         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
10859
10860         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
10861
10862         * config/score/score7.c (score7_output_external): Likewise.
10863
10864         * config/score/score3.c (score3_output_external): Likewise.
10865
10866         * config/s390/s390.c (s390_init_machine_status): Likewise.
10867
10868         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
10869         (rs6000_init_machine_status): Likewise.
10870         (output_toc): Likewise.
10871
10872         * config/pa/pa.c (pa_init_machine_status): Likewise.
10873         (get_deferred_plabel): Likewise.
10874
10875         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
10876
10877         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
10878
10879         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
10880
10881         * config/mep/mep.c (mep_init_machine_status): Likewise.
10882         (mep_note_pragma_flag): Likewise.
10883
10884         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
10885
10886         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
10887
10888         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
10889
10890         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
10891         (i386_pe_maybe_record_exported_symbol): Likewise.
10892
10893         * config/i386/i386.c (get_dllimport_decl): Likewise.
10894         (ix86_init_machine_status): Likewise.
10895         (assign_386_stack_local): Likewise.
10896
10897         * config/frv/frv.c (frv_init_machine_status): Likewise.
10898
10899         * config/darwin.c (machopic_indirection_name): Likewise.
10900
10901         * config/cris/cris.c (cris_init_machine_status): Likewise.
10902
10903         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
10904
10905         * config/avr/avr.c (avr_init_machine_status): Likewise.
10906
10907         * config/arm/arm.c (arm_init_machine_status): Likewise.
10908
10909         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
10910         (alpha_need_linkage): Likewise.
10911         (alpha_use_linkage): Likewise.
10912
10913         * cgraph.c (cgraph_allocate_node): Likewise.
10914         (cgraph_create_edge_1): Likewise.
10915         (cgraph_create_indirect_edge): Likewise.
10916         (cgraph_add_asm_node): Likewise.
10917
10918         * cfgrtl.c (init_rtl_bb_info): Likewise.
10919
10920         * cfgloop.c (alloc_loop): Likewise.
10921         (rescan_loop_exit): Likewise.
10922
10923         * cfg.c (init_flow): Likewise.
10924         (alloc_block): Likewise.
10925         (unchecked_make_edge): Likewise.
10926
10927         * c-parser.c (c_parse_init): Likewise.
10928         (c_parse_file): Likewise.
10929
10930         * c-decl.c (bind): Likewise.
10931         (record_inline_static): Likewise.
10932         (push_scope): Likewise.
10933         (make_label): Likewise.
10934         (lookup_label_for_goto): Likewise.
10935         (finish_struct): Likewise.
10936         (finish_enum): Likewise.
10937         (c_push_function_context): Likewise.
10938
10939         * bitmap.c (bitmap_element_allocate): Likewise.
10940         (bitmap_gc_alloc_stat): Likewise.
10941
10942         * alias.c (record_alias_subset): Likewise.
10943         (init_alias_analysis): Likewise.
10944
10945 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
10946
10947         * fold-const.c (fold_comparison): Remove redundant parenthesis.
10948         * tree-inline.c (expand_call_inline): Pass translated return value of
10949         cgraph_inline_failed_string to diagnostic function.
10950
10951 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
10952             Shujing Zhao  <pearly.zhao@oracle.com>
10953
10954         PR c/37724
10955         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
10956         implicit bad conversions is initialization.
10957         (error_init): Use gmsgid instead of msgid for argument name and change
10958         the call for error.
10959         (pedwarn_init): Use gmsgid instead of msgid for argument name and
10960         change the call for pedwarn.
10961         (warning_init): Use gmsgid instead of msgid for argument name and
10962         change the call for warning.
10963
10964 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
10965
10966         * config/mips/mips-protos.h (mips_print_operand): Delete.
10967         (mips_print_operand_address): Delete.
10968         * config/mips/mips.h (mips_print_operand_punct): Delete.
10969         (PRINT_OPERAND): Delete.
10970         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10971         (PRINT_OPERAND_ADDRESS): Delete.
10972         * config/mips/mips.c (mips_print_operand_punct): Make static.
10973         (mips_print_operand_address): Make static.
10974         (mips_print_operand): Make static.  Call
10975         mips_print_operand_punct_valid_p.
10976         (mips_print_operand_punct_valid_p): New function.
10977         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10978         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10979
10980 2010-06-07  Jan Hubicka  <jh@suse.cz>
10981
10982         PR middle-end/44454
10983         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
10984         are allocated.
10985
10986 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
10987
10988         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
10989         name of RECORD.
10990
10991 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10992
10993         * doc/sourcebuild.texi (Effective-Target Keywords, Other
10994         attributes): Document gas.
10995
10996 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
10997
10998         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
10999         <TYPE_LEA>: Split instruction.
11000         <default>: Remove alternative 2 handling.
11001         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
11002         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
11003         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
11004
11005         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
11006         (ashift_zext lea splitter): Use DImode for multiplication.
11007
11008         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
11009         to generate addition.
11010
11011 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
11012
11013         * common.opt (fira-verbose): Use Var.
11014         (fpcc-struct-return): Use Init instead of VarExists.
11015         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
11016         toplev.c.
11017         * flags.h (flag_signed_char, flag_short_enums,
11018         flag_pcc_struct_return, flag_ira_verbose,
11019         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
11020         * toplev.c (flag_detailed_statistics, flag_signed_char,
11021         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
11022         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
11023         * toplev.h (flag_crossjumping, flag_if_conversion,
11024         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
11025         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
11026         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
11027         flag_cprop_registers, time_report, flag_ira_loop_pressure,
11028         flag_ira_coalesce, flag_ira_move_spills,
11029         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
11030
11031 2010-06-07  Jan Hubicka  <jh@suse.cz>
11032
11033         * df-core.c (df_analyze_problem): Do verification after allocation.
11034
11035         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
11036         (df_lr_alloc): Initialize problem data; move bitmaps to
11037         lr_bitmaps obstack.
11038         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
11039         (df_lr_verify_solution_start): Do not initialize problem data;
11040         allocate bitmaps in lr_bitmaps.
11041         (df_lr_verify_solution_end): Do not free problem data.
11042
11043 2010-06-07  Jan Hubicka  <jh@suse.cz>
11044
11045         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
11046         if caller is noreturn.
11047         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
11048         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
11049         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
11050         * ipa-pure-const.c (check_decl): Add IPA parameter.
11051         (state_from_flags): New function.
11052         (better_state, worse_state): New functions.
11053         (check_call): When in IPA mode, do not care about callees.
11054         (check_load, check_store): Update.
11055         (check_ipa_load, check_ipa_store): New.
11056         (check_stmt): When in IPA mode, use IPA checkers.
11057         (analyze_function): Use state_from_flags.
11058         (propagate): Check indirect edges and references.
11059
11060 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
11061
11062         PR rtl-optimization/44404
11063         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
11064         of count_occurrences to see if it's safe to modify mem_insn.
11065
11066 2010-06-07  Richard Guenther  <rguenther@suse.de>
11067
11068         * gimplify.c (gimplify_cleanup_point_expr): For empty body
11069         and EH-only cleanup drop the cleanup instead of inserting it
11070         unconditionally.
11071
11072 2010-06-07  Ira Rosen  <irar@il.ibm.com>
11073
11074         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
11075         documentation.
11076         * targhooks.c (default_builtin_vectorization_cost): New function.
11077         * targhooks.h (default_builtin_vectorization_cost): Declare.
11078         * target.h (enum vect_cost_for_stmt): Define.
11079         (builtin_vectorization_cost): Change argument and comment.
11080         * tree-vectorizer.h: Remove cost model macros.
11081         * tree-vect-loop.c: Include target.h.
11082         (vect_get_cost): New function.
11083         (vect_estimate_min_profitable_iters): Replace cost model macros with
11084         calls to vect_get_cost.
11085         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
11086         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
11087         default implementation.
11088         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
11089         calls to target hook builtin_vectorization_cost.
11090         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
11091         Likewise.
11092         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
11093         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
11094         implementation to return costs.
11095         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
11096         * config/spu/spu.h: Remove vectorizer cost model macros.
11097         * config/i386/i386.h: Likewise.
11098         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
11099         a call to target hook builtin_vectorization_cost.
11100
11101 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
11102
11103         PR target/44319
11104         * config/i386/i386.c (override_options): Turn zee pass on for level 2
11105         and above and defer till target is known.
11106         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
11107         turn off otherwise.
11108
11109 2010-05-25  Jan Hubicka  <jh@suse.cz>
11110
11111         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
11112         (df_compact_blocks): Likewise.
11113         * df.h (struct df): Turn hardware_regs_used,
11114         regular_block_artificial_uses, eh_block_artificial_uses,
11115         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
11116         bitmap_head.
11117         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
11118         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
11119         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
11120         df_scan_blocks, df_insn_delete, df_insn_rescan,
11121         df_insn_rescan_debug_internal, df_insn_rescan_all,
11122         df_process_deferred_rescans, df_process_deferred_rescans,
11123         df_notes_rescan, df_get_call_refs, df_get_call_refs,
11124         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
11125         df_record_entry_block_defs, df_record_exit_block_uses,
11126         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
11127         df_scan_verify): Update.
11128
11129 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
11130
11131         PR c++/44188
11132         * c-common.c (is_typedef_decl): Move this definition ...
11133         * tree.c (is_typedef_decl): ... here.
11134         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
11135         * c-common.h (is_typedef_decl): Move this declaration ...
11136         * tree.h (is_typedef_decl): ... here.
11137         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
11138         * dwarf2out.c (is_naming_typedef_decl): New function.
11139         (gen_tagged_type_die): Split out of ...
11140         (gen_type_die_with_usage): ... this function. When an anonymous
11141         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
11142         is emitted for the typedef.
11143         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
11144         anonymous tagged types.
11145
11146 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11147
11148         PR c/20000
11149         * c-decl.c (grokdeclarator): Delete warning.
11150
11151 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
11152
11153         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
11154         newly built CALL_EXPR.
11155         * tree-profile.c (tree_profiling): Don't profile functions produced
11156         for built-in stuff.
11157
11158 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
11159
11160         PR bootstrap/44427
11161         PR bootstrap/44428
11162         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
11163         endianness-independent.
11164
11165 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
11166
11167         * c-common.c: Move to c-family/.
11168         * c-common.def: Likewise.
11169         * c-common.h: Likewise.
11170         * c-cppbuiltin.c: Likewise.
11171         * c-dump.c: Likewise.
11172         * c-format.c: Likewise.
11173         * c-format.h : Likewise.
11174         * c-gimplify.c: Likewise.
11175         * c-lex.c: Likewise.
11176         * c-omp.c: Likewise.
11177         * c.opt: Likewise.
11178         * c-opts.c: Likewise.
11179         * c-pch.c: Likewise.
11180         * c-ppoutput.c: Likewise.
11181         * c-pragma.c: Likewise.
11182         * c-pragma.h: Likewise.
11183         * c-pretty-print.c: Likewise.
11184         * c-pretty-print.h: Likewise.
11185         * c-semantics.c: Likewise.
11186         * stub-objc.c: Likewise.
11187
11188         * gengtype.c (get_file_langdir): Special-case files in c-family/.
11189         (get_output_file_with_visibility): Fix name for c-common.h.
11190         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
11191
11192         * c-tree.h: Update include path for moved files.
11193         * c-lang.c: Likewise.
11194         * c-lang.h: Likewise.
11195         * c-parser.c: Likewise.
11196         * c-convert.c: Likewise.
11197         * c-decl.c: Likewise.
11198         * c-objc-common.c: Likewise.
11199         * configure.ac: Make sure c-family/ exists in the build directory.
11200         * configure: Regenerate.
11201         * Makefile.in: Update paths for moved files.  Regroup files per
11202         location and update dependencies.  Move generated_files down after
11203         ALL_GTFILES_H.
11204
11205         * config/spu/spu-c.c: Update paths for moved files.
11206         * config/mep/mep-pragma.c: Likewise.
11207         * config/darwin-c.c: Likewise.
11208         * config/i386/msformat-c.c: Likewise.
11209         * config/i386/i386-c.c: Likewise.
11210         * config/avr/avr-c.c: Likewise.
11211         * config/sol2-c.c: Likewise.
11212         * config/ia64/ia64-c.c: Likewise.
11213         * config/rs6000/rs6000-c.c: Likewise.
11214         * config/arm/arm.c: Likewise.
11215         * config/arm/arm-c.c: Likewise.
11216         * config/h8300/h8300.c: Likewise.
11217         * config/v850/v850-c.c: Likewise.
11218
11219         * config/t-darwin: Fix dependencies for moved files.
11220         * config/t-sol2: Fix dependencies for moved files.
11221         * config/mep/t-mep: Fix dependencies for moved files.
11222         * config/ia64/t-ia64: Fix dependencies for moved files.
11223         * config/rs6000/t-rs6000: Fix dependencies for moved files.
11224         * config/v850/t-v850: Fix dependencies for moved files.
11225         * config/v850/t-v850e: Fix dependencies for moved files.
11226
11227         * config/m32c/m32c-pragma.c
11228
11229         * po/exgettext: Look in c-family/ also.
11230
11231 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
11232
11233         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
11234         (mark_control_dependent_edges_necessary): Call it instead of marking
11235         the last statement manually.
11236         (propagate_necessity): Likewise.
11237
11238 2010-06-05  Jan Hubicka  <jh@suse.cz>
11239
11240         * basic-block.h (compute_dominance_frontiers): Updated.
11241         (compute_idf): Likewise.
11242
11243         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
11244         for dominance frontiers.
11245         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
11246         (insert_updated_phi_nodes_for): Likewise.
11247         (update_ssa): Likewise.
11248         * cfganal.c (compute_dominance_frontiers_1): Likewise.
11249         (compute_dominance_frontiers): Likewise.
11250         (compute_idf): Likewise.
11251         * df-problems.c (df_md_local_compute): Likewise.
11252
11253 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
11254
11255         * target.h (struct gcc_target): Add memory_move_cost field.
11256         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
11257         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
11258         * targhooks.c (default_memory_move_cost): New function.
11259         * targhooks.h (default_memory_move_cost): Declare function.
11260         * reload.h (memory_move_cost): Declare.
11261         (memory_move_secondary_cost): Change type of 'in' argument to bool.
11262         * reginfo.c (memory_move_cost): New function.
11263         (memory_move_secondary_cost): Change type of 'in' argument to bool.
11264         * ira.h (ira_memory_move_cost): Update comment.
11265         * ira.c (ira_memory_move_cost): Update comment.
11266         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
11267         with memory_move_cost.
11268         * postreload.c (reload_cse_simplify_set): (Ditto.).
11269         * reload1.c (choose_reload_regs): (Ditto.).
11270         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
11271         (MEMORY_MOVE_COST):  Revise documentation.
11272
11273         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
11274         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
11275         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
11276         type of 'in' argument to bool.
11277         (TARGET_MEMORY_MOVE_COST): Define.
11278
11279 2010-06-05  Jan Hubicka  <jh@suse.cz>
11280
11281         * ipa-pure-const.c (propagate): Fix typo in handling of functions
11282         that cannot return.  Be more careful when merging the results with
11283         previously known ones.
11284
11285 2010-06-05  Matthias Klose  <doko@ubuntu.com>
11286
11287         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
11288         function to add the -iplugindir option.
11289         (find_plugindir_spec_function): Add new declaration and function.
11290         (static_spec_func): Use it for "find-plugindir".
11291
11292 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
11293
11294         PR c++/44361
11295         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
11296         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
11297         statement expression.
11298
11299 2010-06-05  Jan Hubicka  <jh@suse.cz>
11300
11301         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
11302         (df_rd_problem_data): Convert sparse_invalidated_by_call,
11303         dense_invalidated_by_call to bitmap head.
11304         (df_rd_alloc, df_rd_bb_local_compute_process_def,
11305         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
11306         df_rd_start_dump, df_lr_verify_transfer_functions,
11307         df_live_verify_transfer_functions, df_chain_create_bb,
11308         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
11309         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
11310         df_simulate_one_insn_forwards, df_md_alloc,
11311         df_md_bb_local_compute_process_def,
11312         df_md_bb_local_compute_process_def, df_md_local_compute,
11313         df_md_transfer_function df_md_free): Update.
11314
11315 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
11316
11317         PR c/44322
11318         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
11319         target type for ADDR_EXPR; require no changes to qualifiers except
11320         for function types.
11321         * c-tree.h (c_build_type_variant): Remove.
11322
11323 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
11324
11325         * genautomata.c (get_excl_set): Do work per element, not per char.
11326         (check_presence_pattern_sets): Similar.
11327         (check_absence_pattern_sets): Similar.
11328
11329 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
11330
11331         * genautomata.c (curr_state_pass_num): Delete.
11332         (min_issue_delay_pass_states): Delete.
11333         (min_issue_delay): Delete.
11334         (initiate_min_issue_delay_pass_states): Delete.
11335         (output_min_issue_delay_table): Compute min_issue_delay_vect
11336         using a breadth-first search variant.
11337         (output_tables): Don't call initiate_min_issue_delay_pass_states.
11338
11339 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
11340
11341         PR boostrap/44421
11342         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
11343         (df_byte_lr_bb_local_compute): Likewise.
11344
11345 2010-06-03  Jason Merrill  <jason@redhat.com>
11346
11347         Implement noexcept operator (5.3.7)
11348         * c-common.c (c_common_reswords): Add noexcept.
11349         * c-common.h (enum rid): Add RID_NOEXCEPT.
11350
11351 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
11352
11353         * config/darwin-driver.c (darwin_default_min_version): Use
11354         GCC-specific formats in diagnostics.
11355         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
11356         diagnostics.
11357         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
11358         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
11359         eval_spec_function, handle_braces, process_brace_body, main,
11360         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
11361         getenv_spec_function, compare_version_strings,
11362         version_compare_spec_function): Use GCC-specific formats in
11363         diagnostics.
11364
11365 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11366
11367         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
11368         that operand 0 and operand 1 are equal.
11369         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
11370         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
11371         and operand 1 are equal.
11372         <default>: Ditto.  Remove ??? comment.
11373         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
11374         and operand 1 are equal.
11375         <default>: Ditto.  Remove ??? comment.
11376         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
11377         are equal.
11378         (*add<mode>_4) <default>: Ditto.
11379         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
11380
11381 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
11382
11383         * config/i386/i386-protos.h (ix86_print_operand): Declare.
11384         * config/i386/i386.c (ix86_print_operand): Make non-static.
11385         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
11386         * output.h (output_operand): Declare.
11387         * final.c (output_operand): Make non-static.
11388
11389 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
11390
11391         PR rtl-optimization/44013
11392         * sched-deps.c (add_dependence_list_and_free): Don't free lists
11393         when processing debug insns.
11394
11395         PR debug/41371
11396         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
11397         recursing.  Check that recursion is bounded.  Rename inner var
11398         to avoid hiding incoming argument.
11399
11400 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11401
11402         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
11403         operands[2] == 255.
11404         (*addqi_3): Ditto.
11405         (*addqi_4): Ditto.
11406         (*addqi_5): Ditto.
11407         (*addqi_ext_1_rex64): Ditto.
11408         (*addqi_ext_1): Ditto.
11409
11410         (*addqi_4): Check for incdec_operand in QImode.
11411
11412         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
11413         using SWI mode iterator.
11414         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
11415         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
11416         mode iterator.
11417         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
11418         using SWI mode iterator.
11419
11420 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11421
11422         PR c/25880
11423         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
11424         * c-format.c (gcc_diag_flag_specs): Add hash.
11425         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
11426         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
11427         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
11428         pp_c_cv_qualifiers. Handle qualifiers spelling here.
11429         (pp_c_type_qualifier_list): Call the function above.
11430         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
11431         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
11432         (WARN_FOR_QUALIFIERS): New macro.
11433         (convert_for_assignment): Use it.
11434
11435 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
11436
11437         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
11438
11439 2010-06-04  Jan Hubicka  <jh@suse.cz>
11440
11441         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
11442         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
11443         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
11444         DF_BYTE_LR_OUT): Update for embedded bitmaps.
11445         * fwprop.c (single_def_use_enter_block): Likewise.
11446         * ddg.c (create_ddg_dep_from_intra_loop_link,
11447         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
11448         * loop-iv.c (latch_dominating_def): Likewise.
11449         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
11450         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
11451         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
11452         df_rd_transfer_function, df_rd_top_dump,
11453         df_rd_bottom_dump): Update.
11454         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
11455         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
11456         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
11457         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
11458         df_lr_verify_solution_start, df_lr_verify_solution_end,
11459         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
11460         df_live_free_bb_info, df_live_alloc, df_live_reset,
11461         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
11462         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
11463         df_live_verify_solution_start, df_live_verify_solution_end,
11464         df_live_verify_transfer_functions, df_chain_create_bb,
11465         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
11466         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11467         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11468         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
11469         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
11470         df_byte_lr_transfer_function, df_byte_lr_top_dump,
11471         df_byte_lr_bottom_dump, df_create_unused_note,
11472         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
11473         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
11474         df_md_transfer_function, df_md_init, df_md_confluence_0,
11475         df_md_confluence_n,
11476         df_md_top_dump, df_md_bottom_dump): Update.
11477         (struct df_lr_problem_data): Embedd bitmap headers.
11478
11479 2010-06-04  Jan Hubicka  <jh@suse.cz>
11480
11481         * dce.c (dce_process_block): Do not re-scan already marked
11482         instructions.
11483
11484 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
11485
11486         PR rtl-optimization/39871
11487         PR rtl-optimization/40615
11488         PR rtl-optimization/42500
11489         PR rtl-optimization/42502
11490         * ira.c (init_reg_equiv_memory_loc: New function.
11491         (ira): Call it twice.
11492         * reload.h (calculate_elim_costs_all_insns): Declare.
11493         * ira-costs.c: Include "reload.h".
11494         (regno_equiv_gains): New static variable.
11495         (init_costs): Allocate it.
11496         (finish_costs): Free it.
11497         (ira_costs): Call calculate_elim_costs_all_insns.
11498         (find_costs_and_classes): Take estimated elimination costs
11499         into account.
11500         (ira_adjust_equiv_reg_cost): New function.
11501         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
11502         * reload1.c (init_eliminable_invariants, free_reg_equiv,
11503         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
11504         (elim_bb): New static variable.
11505         (reload): Move code out of here into init_eliminable_invariants and
11506         free_reg_equiv.  Call them.
11507         (calculate_elim_costs_all_insns): New function.
11508         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
11509         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
11510         but call note_reg_elim_costly if we turned a valid memory address
11511         into an invalid one.
11512         * Makefile.in (ira-costs.o): Depend on reload.h.
11513
11514 2010-06-04  Julian Brown  <julian@codesourcery.com>
11515
11516         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
11517         for pool ranges.
11518
11519 2010-06-04  Richard Guenther  <rguenther@suse.de>
11520
11521         PR lto/41584
11522         * cgraph.h (struct varpool_node): Add lto_file_data field.
11523         * lto-cgraph.c (input_varpool_node): Initialize it.
11524
11525 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11526
11527         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
11528         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
11529         predicate in "type" attribute calculation.
11530         (*addsi_1_zext): Ditto.
11531         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
11532         (*addsi_2_zext): Ditto.
11533         (*add<mode>_3): Ditto.
11534         (*addsi_3_zext): Ditto.
11535         (*add<mode>_5): Ditto.
11536
11537 2010-06-03  Jan Hubicka  <jh@suse.cz>
11538
11539         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
11540         of bitmap_bit_p.
11541         * cfganal.c (compute_dominance_frontiers_1): Likewise.
11542
11543 2010-06-03  Jan Hubicka  <jh@suse.cz>
11544
11545         * df-problems.c (df_create_unused_note, df_note_bb_compute):
11546         micro-optimize the checks when to add new note.
11547
11548 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
11549
11550         * final.c (output_asm_insn): Call
11551         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
11552         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
11553         (output_address): Call targetm.asm_out.print_operand_address.
11554         Update comments.
11555         * target.h (struct gcc_target): Add print_operand,
11556         print_operand_address, and print_operand_punct_valid_p fields.
11557         * targhooks.h (default_print_operand): Declare.
11558         (default_print_operand_address): Declare.
11559         (default_print_operand_punct_valid_p): Declare.
11560         * targhooks.c (default_print_operand): Define.
11561         (default_print_operand_address): Define.
11562         (default_print_operand_punct_valid_p): Define.
11563         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
11564         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
11565         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
11566         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
11567         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
11568         * vmsdbgout.c (addr_const_to_string): Update comment.
11569         * config/i386/i386.c (print_operand): Rename to...
11570         (ix86_print_operand): ...this.  Make static.
11571         (print_operand_address): Rename to...
11572         (ix86_print_operand_address): ...this.  Make static.  Call
11573         ix86_print_operand instead of PRINT_OPERAND.
11574         (ix86_print_operand_punct_valid_p): New function.
11575         (TARGET_PRINT_OPERAND): Define.
11576         (TARGET_PRINT_OPERAND_ADDRESS): Define.
11577         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11578         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
11579         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11580         (PRINT_OPERAND): Delete.
11581         (PRINT_OPERAND_ADDRESS): Delete.
11582         * config/i386/i386-protos.h (print_operand): Delete prototype.
11583         (print_operand_address): Delete prototype.
11584
11585 2010-06-03  Richard Guenther  <rguenther@suse.de>
11586
11587         PR tree-optimization/44403
11588         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
11589         Preserve pointer qualifiers.
11590         (vect_create_data_ref_ptr): Likewise.
11591
11592 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
11593
11594         PR c++/44294
11595         * defaults.h (MAX_FIXED_MODE_SIZE): New.
11596
11597         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
11598
11599 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
11600
11601         PR debug/44375
11602         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
11603         return false if merging the bbs would lead to goto_locus
11604         location being lost from the IL.
11605
11606 2010-06-03  Jan Hubicka  <jh@suse.cz>
11607             Jakub Jelinek  <jakub@redhat.com>
11608
11609         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
11610         set->regs[i] is NULL or has just one entry.
11611
11612 2010-06-03  Jan Hubicka  <jh@suse.cz>
11613
11614         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
11615         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
11616
11617 2010-06-03  Paul Brook  <paul@codesourcery.com>
11618
11619         * config/arm/arm.c (FL_TUNE): Define.
11620         (arm_default_cpu, arm_cpu_select): Remove.
11621         (all_cores): Populate core field.
11622         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
11623         (arm_find_cpu): New function.
11624         (arm_handle_option): Lookup cpu/architecture names.
11625         (arm_override_options): Cleanup mcpu/march/mtune handling.
11626         (arm_file_start): Ditto.
11627
11628 2010-06-03  Alan Modra  <amodra@gmail.com>
11629
11630         PR target/44169
11631         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
11632         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
11633         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
11634         (rs6000_emit_load_toc_table): Likewise.
11635
11636 2010-06-02  Jan Hubicka  <jh@suse.cz>
11637
11638         * passes.c (init_optimization_passes): Put ipa reference
11639         after ipa pure-const.
11640
11641 2010-06-02  Jan Hubicka  <jh@suse.cz>
11642
11643         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
11644         calls_read_all and calls_write_all.
11645         (get_reference_optimization_summary): Fix formatting.
11646         (is_proper_for_analysis): Check that decl is not readonly.
11647         (propagate_bits): Check CONST/PURE/noreturn flags.
11648         (ipa_init): Move all_module_statics to optimization_summary_obstack.
11649         (analyze_function): Ignore indirect edges.
11650         (copy_global_bitmap): For all module statics, do nothing.
11651         (generate_summary): Do not print calls_read_all/calls_write_all.
11652         (read_write_all_from_decl): Take node as argument; check
11653         cgraph_node_cannot_return.
11654         (propagate): Reorganize read_all/write_all computation;
11655         check indirect edges; check ecf flags; use all_module_statics
11656         in the results; do not free all_module_statics.
11657         (stream_out_bitmap): Handle all_module_statics.
11658         (ipa_reference_write_optimization_summary): Likewise; use
11659         varpool/cgraph encoders to get boundaries.
11660         (ipa_reference_read_optimization_summary): Read in all_module_statics;
11661         use it when possible.
11662
11663 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
11664
11665         PR target/44218
11666         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
11667         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
11668
11669         * doc/extend.texi (powerpc builtins): Document vec_recip,
11670         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
11671
11672         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
11673         (rs6000_emit_swrsqrt): Ditto.
11674         (rs6000_emit_swdivsf): Delete.
11675         (rs6000_emit_swdivdf): Ditto.
11676         (rs6000_emit_swrsqrtsf): Ditto.
11677
11678         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
11679         describe the reciprocal estimate support for each type.
11680         (recip_options): Map -mrecip=<opt> into option bits.
11681         (gen_2arg_fn_t): New typedef for binary rtx gen function.
11682         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
11683         reciprocal estimate instructions.
11684         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
11685         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
11686         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
11687         cost information if -mdebug=cost or -mdebug=reg.
11688         (rs6000_override_options): Set -mrecip-precision for power6, and
11689         power7 machines.  If -mvsx or -mdfp, enable various options that
11690         came in previous instruction set ISAs, unless the option was
11691         explicitly disabled by the command line option.  Parse
11692         -mrecip=<opt> options.
11693         (rs6000_builtin_vectorized_function): Add support for vectorizing
11694         the reciprocal estimate builtins and expansions.
11695         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
11696         (bdesc_2arg): Add reciprocal estimate builtins.
11697         (bdesc_1arg): Add reciprocal square root estimate builtins.
11698         (rs6000_expand_builtin): Rewrite to use a switch statement,
11699         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
11700         (rs6000_init_builtins): Create declarations for reciprocal
11701         estimate builtins.
11702         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
11703         sized, prefer traditional floating point registers, if integer
11704         vector types, prefer altivec registers.  Don't actually look at
11705         the memory address any more.
11706         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
11707         builtins.
11708         (rs6000_load_constant_and_splat): New helper function to load up
11709         the constant for reciprocal estimate instructions.
11710         (rs6000_emit_madd): New helper function for generating
11711         multiply/add type instructions, based on the current switches.
11712         (rs6000_emit_msub): Ditto.
11713         (rs6000_emit_mnsub): Ditto.
11714         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
11715         replace a divide with a reciprocal estimate and fixup, adding
11716         support for machines with high precision and vectors.
11717         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
11718         low precision machines.
11719         (rs6000_emit_swdiv): New common function to be called to replace a
11720         division with reciprocal estimate and fixup.
11721         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
11722         for double and vector types.  Add support for high precision machines.
11723
11724         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
11725         the reciprocal estimate instructions can be generated.
11726         (TARGET_FRE): Ditto.
11727         (TARGET_FRSQRTES): Ditto.
11728         (TARGET_FRSQRTE): Ditto.
11729         (RS6000_RECIP_*): New macros for reciprocal estimate support.
11730
11731         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
11732         square root estimate on vectors.
11733         (re<mode>2): New insn for reciprocal division estimate on vectors.
11734
11735         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
11736         New builtin.
11737         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
11738         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
11739         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
11740         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
11741         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
11742         (RS6000_BUILTIN_RSQRT): Ditto.
11743         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
11744         floating point builtin.
11745
11746         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
11747         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
11748         __RECIP_PRECISION__ based on the command line switches.
11749         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
11750
11751         * config/rs6000/rs6000.opt (-mrecip): Document add support for
11752         replacing division instructions with reciprocal estimate and fixup.
11753         (-mrecip=<opt>): New option.
11754         (-mrecip-precision): Ditto.
11755
11756         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
11757         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
11758         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
11759         precision scalar.
11760
11761         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
11762         (UNSPEC_VREFP): Ditto.
11763         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
11764         conterparts with regard to support of -mno-fused-madd and -ffast-math.
11765         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
11766         reciprocal estimate instructions to be generated.
11767         (altivec_vrefp): Ditto.
11768
11769         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
11770         estimate support.
11771         (rreg): New mode attribute for reciprocal estimate support.
11772         (recip<mode>3): New insn for division using reciprocal estimate
11773         and fixup builtins.
11774         (divide define_split): New define_split to convert floating point
11775         division to use reciprocal estimate if the user used the
11776         appropriate options and the split is run when we can add new
11777         pseudo registers for the fixup.
11778         (rsqrt<mode>2): New insn for reciprocal square root support.
11779         (recipsf3): Move into recip<mode>3.
11780         (recipdf3): Ditto.
11781         (fres): Use TARGET_FRES.
11782         (rsqrtsf2): Move into rsqrt<mode>2.
11783         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
11784         (copysignsf3): Add support for VSX.
11785         (fred): Use TARGET_FRE.
11786         (fred_fpr): Ditto.
11787         (rsqrtdf_internal1): New function for frsqrte instruciton.
11788
11789         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
11790         (vec_rsqrt): Ditto.
11791
11792 2010-06-03  Richard Guenther  <rguenther@suse.de>
11793
11794         PR middle-end/44291
11795         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
11796         (set_user_assembler_libfunc): Likewise.
11797
11798 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11799
11800         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
11801         defaults.h.
11802         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
11803         to defaults.h
11804         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
11805         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
11806         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
11807         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
11808         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
11809         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
11810         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
11811         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
11812         * defaults.h: Updated for above mentioned changes.
11813
11814 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
11815
11816         * c-common.c: Remove header include of tm_p.h.
11817         * Makefile.in (c-common.o): Remove TM_P_H dependency.
11818
11819 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
11820
11821         * tree.h (struct tree_decl_map): New type.
11822         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
11823         (tree_decl_map_hash): New prototype.
11824         (debug_expr_for_decl, value_expr_for_decl): Change into
11825         tree_decl_map hashtab from tree_map.
11826         (init_ttree): Adjust initialization.
11827         (tree_decl_map_hash): New function.
11828         (decl_debug_expr_lookup, decl_debug_expr_insert,
11829         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
11830
11831 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11832
11833         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
11834         linker emulations.
11835         * configure: Regenerate.
11836         * config.in: Regenerate.
11837
11838         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
11839         (X86_64_EMULATION): Define.
11840         (TARGET_LD_EMULATION): Use them.
11841
11842         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
11843         (SPARC64_EMULATION): Define.
11844         (LINK_ARCH_SPEC): Use them.
11845
11846 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
11847
11848         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
11849         smallest_mode_for_size for computing the precision types of new
11850         graphite IVs.  Do not call lang_hooks.types.type_for_size.
11851
11852 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
11853
11854         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
11855         information.
11856         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
11857
11858 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
11859
11860         PR middle-end/44363
11861         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
11862         return false instead.
11863
11864 2010-06-02  Jan Hubicka  <jh@suse.cz>
11865
11866         PR middle-end/44295
11867         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
11868         create new cgraph node to check callee.
11869
11870 2010-06-02  Richard Guenther  <rguenther@suse.de>
11871
11872         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
11873
11874 2010-06-02  Richard Guenther  <rguenther@suse.de>
11875
11876         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
11877         (lto_wrapper_cleanup): ... this.  Do not exit.
11878         (fatal): Adjust.  Exit here.
11879         (fatal_perror): Likewise.
11880         (fatal_signal): New function.
11881         (main): Set up signal handlers to cleanup temporary files.
11882         * Makefile.in (lto-wrapper.o): Adjust dependencies.
11883
11884 2010-06-02  Richard Guenther  <rguenther@suse.de>
11885
11886         PR tree-optimization/44377
11887         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
11888
11889 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11890
11891         * config/s390/2097.md (z10_fhex): Remove insn reservation.
11892         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
11893         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
11894         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
11895         instruction.
11896         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
11897
11898 2010-06-02  Jan Hubicka  <jh@suse.cz>
11899
11900         * bitmap.c (bitmap_descriptor): Add search_iter.
11901         (bitmap_find_bit): Increment it.
11902         (print_statistics): Print it.
11903
11904 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
11905
11906         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
11907         instead of gimple_build_call_vec.  Delete unnecessary local variable.
11908
11909 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11910
11911         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
11912         change from yesterday.
11913
11914 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11915
11916         * c-ada-spec.c: Clean up redundant includes.
11917
11918 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
11919
11920         * gimplify.c: Do not include except.h and optabs.h.
11921         (gimplify_body): Do not initialize RTL profiling.
11922         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
11923         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
11924         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
11925         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
11926         langhooks.h.
11927
11928         * tree-pretty-print.h: Include pretty-print.h.
11929         * gimple-pretty-print.h: Include pretty-print.h.
11930
11931         * tree-pretty-print.c: Do not include diagnostic.h.
11932         * tree-vrp.c: Likewise.
11933         * tree-tailcall.c: Likewise
11934         * tree-scalar-evolution.c: Likewise
11935         * tree-ssa-dse.c: Likewise
11936         * tree-chrec.c: Likewise
11937         * tree-ssa-sccvn.c: Likewise
11938         * tree-ssa-copyrename.c: Likewise
11939         * tree-nomudflap.c: Likewise
11940         * tree-call-cdce.c: Likewise
11941         * tree-stdarg.c: Likewise
11942         * tree-ssa-math-opts.c: Likewise
11943         * tree-nrv.c: Likewise
11944         * tree-ssa-sink.c: Likewise
11945         * tree-browser.c: Likewise
11946         * tree-ssa-loop-ivcanon.c: Likewise
11947         * tree-ssa-loop.c: Likewise
11948         * tree-parloops.c: Likewise
11949         * tree-ssa-address.c: Likewise
11950         * tree-ssa-ifcombine.c: Likewise
11951         * tree-if-conv.c: Likewise
11952         * tree-data-ref.c: Likewise
11953         * tree-affine.c: Likewise
11954         * tree-ssa-phiopt.c: Likewise
11955         * tree-ssa-coalesce.c: Likewise
11956         * tree-ssa-pre.c: Likewise
11957         * tree-ssa-live.c: Likewise
11958         * tree-predcom.c: Likewise
11959         * tree-ssa-forwprop.c: Likewise
11960         * tree-ssa-dce.c: Likewise
11961         * tree-ssa-ter.c: Likewise
11962         * tree-ssa-loop-prefetch.c: Likewise
11963         * tree-optimize.c: Likewise
11964         * tree-ssa-phiprop.c: Likewise
11965         * tree-object-size.c: Likewise
11966         * tree-outof-ssa.c: Likewise
11967         * tree-ssa-structalias.c: Likewise
11968         * tree-switch-conversion.c: Likewise
11969         * tree-ssa-reassoc.c: Likewise
11970         * tree-ssa-operands.c: Likewise
11971         * tree-vectorizer.c: Likewise
11972         * tree-vect-data-refs.c: Likewise
11973         * tree-vect-generic.c: Likewise
11974         * tree-vect-stmts.c: Likewise
11975         * tree-vect-patterns.c: Likewise
11976         * tree-vect-slp.c: Likewise
11977         * tree-vect-loop.c: Likewise
11978         * tree-ssa-loop-ivopts.c: Likewise
11979         * tree-ssa-loop-im.c: Likewise
11980         * tree-ssa-loop-niter.c: Likewise
11981         * tree-ssa-loop-unswitch.c: Likewise
11982         * tree-ssa-loop-manip.c: Likewise
11983         * tree-ssa-loop-ch.c: Likewise
11984         * tree-dump.c: Likewise
11985         * tree-complex.c: Likewise
11986
11987         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
11988         * tree-ssa-uninit.c: Likewise
11989         * tree-ssa-threadupdate.c: Likewise
11990         * tree-ssa-uncprop.c: Likewise
11991         * tree-ssa-ccp.c: Likewise
11992         * tree-ssa-dom.c: Likewise
11993         * tree-ssa-propagate.c: Likewise
11994         * tree-ssa-alias.c: Likewise
11995         * tree-dfa.c: Likewise
11996         * tree-cfgcleanup.c: Likewise
11997         * tree-sra.c: Likewise
11998         * tree-ssa-copy.c: Likewise
11999         * tree-ssa.c: Likewise
12000         * tree-profile.c: Likewise
12001         * tree-cfg.c: Likewise
12002         * tree-ssa-threadedge.c: Likewise
12003         * tree-vect-loop-manip.c: Likewise
12004
12005         * tree-inline.c: Do not include diagnostic.h and expr.h.
12006         Include rtl.h.
12007         (copy_decl_for_dup_finish): Do not use NULL_RTX.
12008
12009         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
12010         * tree-loop-distribution.c: Likewise.
12011
12012 2010-06-01  Jan Hubicka  <jh@suse.cz>
12013
12014         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
12015
12016 2010-06-01  Jan Hubicka  <jh@suse.cz>
12017
12018         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
12019         remove return value.
12020         (split_bbs_on_noreturn_calls) .... here.
12021         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
12022         * tree-flow.h (fixup_noreturn_call): New.
12023
12024 2010-06-01  Jan Hubicka  <jh@suse.cz>
12025
12026         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
12027
12028 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
12029
12030         * tree.h (build_nt_call_list): Delete.
12031         * tree.c (build_nt_call_list): Delete.
12032
12033 2010-06-01  Jan Hubicka  <jh@suse.cz>
12034
12035         * fwprop.c: Make emit-rtl.h include last.
12036         * rtlanal.c: Include emit-rtl.h.
12037         * genautomata.c: Output emit-rtl include into insn-automata.c
12038         * df-scan.c: Include emit-rtl.h.
12039         * haifa-sched.c: Indlude emit-rtl.h.
12040         * mode-switching.c: Indlude emit-rtl.h.
12041         * graph.c: Indlude emit-rtl.h.
12042         * sel-sched.c: Include emit-rtl.h.
12043         * sel-sched-ir.c: Include emit-rtl.h.
12044         * ira-build.c: Include emit-rtl.h.
12045         * emit-rtl.c (first_insn, last_insn): Remove defines.
12046         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
12047         Move to emit-rtl.h.
12048         (set_new_first_and_last_insn, get_last_insn_anywhere,
12049         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
12050         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
12051         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
12052         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
12053         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
12054         Use accessor functions.
12055         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12056          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12057         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
12058         mem_expr_equal_p): Move here from rtl.h.
12059         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
12060         Move here from emit-rtl.c; make inline.
12061         * cfglayout.h: Include emit-rtl.h.
12062         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12063          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12064         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
12065         mem_expr_equal_p, get_insns, set_first-insn,
12066         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
12067         * reg-stack.c: Include emit-rtl.h.
12068         * dce.c: Likewise.
12069
12070 2010-06-01  Jan Hubicka  <jh@suse.cz>
12071
12072         * cgraph.h (tree_function_versioning): Update prototype.
12073         (cgraph_function_versioning): Update prototype.
12074         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
12075         bitmap.
12076         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
12077         (cgraph_materialize_clone, save_inline_function_body): Update use of
12078         tree_function_versioning.
12079         * tree-inline.c (copy_bb): Look for previous copied block to link
12080         after; fix debug output.
12081         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
12082         (copy_body): Likewise.
12083         (expand_call_inline): Update use of copy_body.
12084         (tree_function_versioning): Update use of copy body; accept
12085         blocks_to_copy and new_entry.
12086
12087 2010-06-01  Jan Hubicka  <jh@suse.cz>
12088
12089         * gegenrtl.c: Remove unnecesary prototypes.
12090         (gendecl): Remove.
12091         (gendef): Produce static inline.
12092         (gencode): Remove.
12093         (main): Do not decode parameters; generate header only.
12094         * Makefile.in (genrtl.c): Remove.
12095
12096 2010-06-01  Jan Hubicka  <jh@suse.cz>
12097
12098         * tree-switch-conversion.c (build_one_array): Make it readonly.
12099
12100 2010-06-01  Richard Guenther  <rguenther@suse.de>
12101
12102         * optabs.c (init_optabs): Guard all accesses to reinit.
12103         * ipa-pure-const.c (propagate): Fix another typo.
12104         * opts.c (common_handle_option): Split assignment to bool.
12105         * c-opts.c (c_common_handle_option): Likewise.
12106
12107 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
12108             Matthew Gingell  <gingell@adacore.com>
12109
12110         * doc/invoke.texi: Mention -fdump-ada-spec.
12111         * tree-dump.c (dump_files): Add ada-spec.
12112         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
12113         * tree-pass.h (tree_dump_index): Add TDI_ada.
12114         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
12115         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
12116         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
12117         * c-decl.c: Include c-ada-spec.h.
12118         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
12119         functions.
12120         (c_write_global_declarations): Add handling of -fdump-ada-spec.
12121         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
12122         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
12123         * c-ada-spec.h, c-ada-spec.c: New files.
12124
12125 2010-06-01  Richard Guenther  <rguenther@suse.de>
12126
12127         PR lto/43853
12128         * ipa-pure-const.c (get_function_state): Hand back varying state
12129         if we do not have one.
12130         (has_function_state): New function.
12131         (duplicate_node_data): Adjust.
12132         (remove_node_data): Likewise.
12133         (pure_const_write_summary): Likewise.
12134         (propagate): Likewise.  Fix typo.
12135
12136 2010-06-01  Jan Hubicka  <jh@suse.cz>
12137
12138         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
12139         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
12140         (execute_all_ipa_transforms): Do not play with the states.
12141
12142 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
12143
12144         * config/arm/t-linux-androideabi: New.
12145         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
12146
12147 2010-06-01  Jan Hubicka  <jh@suse.cz>
12148
12149         * tree-inline.c (estimate_num_insns): For stdarg functions look
12150         into call statement to count cost of argument passing.
12151
12152 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
12153
12154         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
12155         argument for fprintf.
12156         (ix86_output_addr_diff_elt): Likewise.
12157         (x86_function_profiler): Likewise.
12158         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
12159         (LPREFIX): Likewise.
12160         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12161
12162 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
12163
12164         PR target/44338
12165         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
12166         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
12167         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
12168         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
12169         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
12170         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
12171         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
12172         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
12173         TARGET_FUSED_MADD.
12174
12175 2010-05-31  Jan Hubicka  <jh@suse.cz>
12176
12177         * tree.h (tree_range_check_failed): Declare noreturn.
12178
12179 2010-05-31  Jan Hubicka  <jh@suse.cz>
12180
12181         * gimple.c (gimple_call_builtin_p): New function.
12182         * gimple.h (gimple_call_builtin_p): Declare.
12183         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
12184         to exit.
12185         (execute_warn_function_return): BUILT_IN_RETURN is return.
12186         (split_critical_edges): Return edges are not critical.
12187         (is_ctrl_altering_stmt): Builtin_in_return is altering.
12188         (gimple_verify_flow_info): Handle built_in_return.
12189         (execute_warn_function_return): Handle built_in_return.
12190         * ipa-pure-const.c (check_call): Ignore builtin_return.
12191
12192 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
12193
12194         PR middle-end/44337
12195         * expr.c (expand_assignment): Don't store anything for out-of-bounds
12196         array accesses with non-MEM.
12197
12198         PR tree-optimization/44182
12199         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
12200         newly needs to end a bb is followed by debug stmts, instead return
12201         true from the function at the end.
12202         (maybe_move_debug_stmts_to_successors): New function.
12203         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
12204
12205 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
12206
12207         PR target/44161
12208         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
12209
12210 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
12211
12212         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
12213         for nested functions in non-optimized compilation.
12214
12215 2010-05-31  Richard Guenther  <rguenther@suse.de>
12216
12217         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
12218
12219 2010-05-30  Jan Hubicka  <jh@suse.cz>
12220
12221         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
12222
12223 2010-05-30  Richard Guenther  <rguenther@suse.de>
12224
12225         PR lto/42975
12226         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
12227         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
12228         no longer needed.
12229
12230 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
12231
12232         * config/darwin.c (output_objc_section_asm_op): Add comment.
12233         (name_needs_quotes): Add '_' to list of valid comment chars.
12234         (machopic_output_function_base_name): Remove unneeded quotes.
12235         (darwin_encode_section_info): Adjust asm whitespace.
12236         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
12237         (ASM_OUTPUT_LOCAL): Ditto.
12238         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
12239         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
12240         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
12241
12242 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
12243
12244         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
12245         RS6000_OUTPUT_BASENAME unconditionally.
12246         (rs6000_output_function_epilogue): Likewise.
12247
12248 2010-05-30  Jan Hubicka  <jh@suse.cz>
12249
12250         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
12251         nodes.
12252
12253 2010-05-30  Richard Guenther  <rguenther@suse.de>
12254
12255         * tree-cfg.c (verify_gimple_assign_single): Implement
12256         verification for COND_EXPR rhs.
12257
12258 2010-05-30  Jan Hubicka  <jh@suse.cz>
12259
12260         * cgraph.h (cgraph_dump_file): Declare.
12261         * cgraphunit.c (cgraph_dump_file): Export.
12262         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
12263
12264 2010-05-30  Jan Hubicka  <jh@suse.cz>
12265
12266         * dwarf2out.c (reference_to_unused,
12267         premark_types_used_by_global_vars_helper): Avoid creation of new
12268         varpool nodes.
12269
12270 2010-05-30  Jan Hubicka  <jh@suse.cz>
12271
12272         * cgraph.h (cgraph_node_cannot_return,
12273         cgraph_edge_cannot_lead_to_return): New functions.
12274         * cgraph.c (cgraph_node_cannot_return,
12275         cgraph_edge_cannot_lead_to_return): Use them.
12276         * ipa-pure-const.c (pure_const_names): New static var.
12277         (check_call): Handle calls not leading to return.
12278         (pure_const_read_summary): Dump info read.
12279         (propagate): Dump info about propagation process; ignore side effects
12280         of functions not leading to exit; fix handling of pure functions.
12281
12282 2010-05-30  Jan Hubicka  <jh@suse.cz>
12283
12284         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
12285         for tail call epilogues.
12286
12287 2010-05-30  Jan Hubicka  <jh@suse.cz>
12288
12289         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
12290         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
12291         dump files.
12292
12293 2010-05-29  Jan Hubicka  <jh@suse.cz>
12294
12295         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
12296         node; remove references in node we no longer keep in cgrpah but need
12297         body of.
12298
12299 2010-05-29  Jan Hubicka  <jh@suse.cz>
12300
12301         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
12302
12303 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12304
12305         PR target/44165
12306         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
12307
12308 2010-05-29  Jan Hubicka  <jh@suse.cz>
12309
12310         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
12311         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
12312         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
12313         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
12314         debug_names_replaced_by, debug_update_ssa): Likewise.
12315         * sbitmap.c (debug_sbitmap): Likewise.
12316         * genrecog.c (debug_decision, debug_decision_list): Likewise.
12317         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
12318         debug_tree_chain): Likewise.
12319         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
12320         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
12321         * optabs.c (debug_optab_libfuncs): Likewise.
12322         (verify_loop_closed_ssa): Likewise.
12323         * value-prof.c (verify_histograms): Likewise.
12324         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
12325         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
12326         * cfghooks.c (verify_flow_info): Likewise.
12327         * fold-const.c (debug_fold_checksum): Likewise.
12328         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
12329         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
12330         Likewise.
12331         * omega.c (debug_omega_problem): Likewise.
12332         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
12333         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
12334         * dominance.c (verify_dominators, debug_dominance_info,
12335         debug_dominance_tree): Likewise.
12336         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
12337         * df_regno_debug, df_ref_debug,
12338         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
12339         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
12340         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
12341         * sel-sched.c (debug_state): Likewise.
12342         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
12343         Likewise.
12344         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
12345         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
12346         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
12347         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
12348         Likewise.
12349         * c-pretty-print.c (debug_c_tree): Likewise.
12350         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
12351         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
12352         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
12353         * ebitmap.c (debug_ebitmap): Likewise.
12354         * function.c (debug_find_var_in_block_tree): Likewise.
12355         * print-rtl.c (debug_rtx): Likewise.
12356         (debug_rtx_count): Likewise.
12357         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
12358         * stor-layout.c (debug_rli): Likewise.
12359         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
12360         * tree-data-ref.c (debug_data_references,
12361         debug_data_dependence_relations, debug_data_reference,
12362         debug_data_dependence_relation, debug_rdg_vertex,
12363         debug_rdg_component, debug_rdg): Likewise.
12364         * tree-affine.c (debug_aff): Likewise.
12365         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
12366         Likewise.
12367         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
12368         * emit-rtl.c (verify_rtl_sharing): Likewise.
12369         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
12370         debug_value_expressions): Likewise.
12371         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
12372         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
12373         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
12374         * cfglayout.c (verify_insn_chain): Likewise.
12375         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
12376         debug_clast_stmt, debug_generated_program): Likewise.
12377         * ggc-page.c (debug_print_page_list): Likewise.
12378         * tree-ssa-ter.c (debug_ter): Likewise.
12379         * graphite-dependences.c (debug_pddr): Likewise.
12380         * sched-deps.c (debug_ds): Likewise.
12381         * tree-ssa.c (verify_ssa): Likewise.
12382         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
12383         debug_scattering_functions, debug_iteration_domains, debug_pdr,
12384         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
12385         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
12386         * tree-inline.c (debug_find_tree): Likewise.
12387         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
12388         debug_ppl_powerset_matrix): Likewise.
12389         * var-tracking.c (debug_dv): Likewise.
12390         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
12391         * cfgloop.c (verify_loop_structure): Likewise.
12392         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
12393         * c-common.c (verify_sequence_points): Likewise.
12394         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
12395         debug_candidates, debug_rgn_dependencies): Likewise.
12396         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
12397         * debug_constraint_graph, debug_solution_for_var,
12398         debug_sa_points_to_info): Likewise.
12399         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
12400         Likewie.
12401         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
12402         debug_loops, debug_loop, debug_loop_num): Likewise.
12403         * passes.c (debug_pass): Likewise.
12404         (dump_properties): Likewise; add cfglayout property.
12405         (debug_properties): Likewise.
12406         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
12407         * varpool.c (debug_varpool): Likewise.
12408         * regcprop.c (debug_value_data): Likewise.
12409         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
12410         debug_immediate_uses_for): Likewise.
12411
12412 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
12413
12414         PR bootstrap/44315
12415         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
12416         Filter out insn-flags.h.
12417
12418 2010-05-29  Jan Hubicka  <jh@suse.cz>
12419
12420         * cgraph.h (struct varpool_node_set_def,
12421         struct cgraph_node_set_def): Remove unused AUX pointer.
12422         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
12423         VEC_empty macro.
12424
12425 2010-05-29  Jan Hubicka  <jh@suse.cz>
12426
12427         PR middle-end/44324
12428         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
12429
12430 2010-05-29  Richard Guenther  <rguenther@suse.de>
12431
12432         * lto-streamer.c (cached_bp): New global variable.
12433         (bitpack_create): Return the cached bitpack, if available.
12434         (bitpack_delete): Clear and cache the bitpack, if appropriate.
12435         (bp_pack_value): Remove redundant asserts.
12436
12437 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
12438
12439         PR middle-end/44306
12440         * tree-if-conv.c (is_true_predicate): New.
12441         (is_predicated): Use is_true_predicate.
12442         (add_to_predicate_list): Same.  Do not use unshare_expr.
12443         (add_to_dst_predicate_list): Same.
12444
12445 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
12446
12447         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
12448         field on edges.
12449         (predicate_bbs): Same.
12450         (clean_predicate_lists): Same.
12451         (find_phi_replacement_condition): Do not AND the predicate from
12452         edge->aux.
12453
12454 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
12455
12456         PR bootstrap/44315
12457         * Makefile.in (build/gencondmd.o): Add a missing `\'.
12458
12459 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12460
12461         PR target/44261
12462         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
12463         (negdf2): Adjust expander pattern and use negdf2_slow.
12464         (negsf2): Likewise.
12465
12466 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
12467
12468         * basic-block.h (struct control_flow_graph): Move last_label_uid field
12469         up.
12470         * df.h (struct df_base_ref): Move regno field up.
12471         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
12472         * expr.h (struct separate_ops): Move location field up.
12473         * optabs.h (struct optab_d): Move libcall_basename field down.
12474         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
12475         * config/i386/i386.h (struct machine_function): Convert call_abi field
12476         into a bitfield.  Move cfa field to the end of the structure.
12477
12478 2010-05-29  Jan Hubicka  <jh@suse.cz>
12479
12480         * varpool.c (varpool_get_node): Fix lookup.
12481
12482 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12483
12484         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
12485         RTL specific prototypes with #ifdef RTX_CODE.
12486         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
12487         * config/spu/t-spu-elf: Fix dependencies.
12488
12489         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
12490
12491 2010-05-29  Mike Stump  <mikestump@comcast.net>
12492
12493         PR bootstrap/44315
12494         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
12495         TM_H when building to avoid dependency loops.
12496
12497 2010-05-29  Jan Hubicka  <jh@suse.cz>
12498
12499         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
12500         refs and body; not the whole node for masters of materialized clones.
12501
12502 2010-05-29  Mike Stump  <mikestump@comcast.net>
12503
12504         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
12505
12506 2010-05-29  Jan Hubicka  <jh@suse.cz>
12507
12508         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
12509         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
12510         use of clone_function_name.
12511         * cgraph.h (cgraph_create_virtual_clone,
12512         cgraph_function_versioning): update prototypes.
12513         (clone_function_name): Declare.
12514         * ipa-cp.c (ipcp_insert_stage): Update call of
12515         cgraph_create_virtual_clone.
12516         * omp-low.c (create_omp_child_function_name): Use
12517         cgraph_create_virtual_clone.
12518         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
12519         (cgraph_function_versioning): Take SUFFIX argument; produce new name
12520         and make decl local.
12521
12522 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12523
12524         * vec.h: Include statistics.h
12525         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
12526         with VEC_H.
12527
12528 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12529
12530         * c-lex.c: Do not include c-tree.h.
12531         * c-pretty-print.c: Likewise.
12532         * c-opts.c: Likewise.
12533         * c-gimplify.c: Likewise.
12534         * c-common.c: Likewise.
12535         * c-dump.c: Likewise.  Include c-common.h.
12536
12537 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12538
12539         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
12540         before including diagnostic-core.h.
12541         (c_cpp_error): New prototype moved from c-tree.h.
12542         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
12543         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
12544         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
12545         (c_cpp_error): Prototype moved to c-common.h.
12546         * Makefile.in: Update dependency for C_COMMON_H.
12547
12548 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12549
12550         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
12551         * c-common.c (c_register_addr_space): Remove here.
12552         * c-decl.c (c_register_addr_space): Re-add here.
12553
12554 2010-05-28  Mike Stump  <mikestump@comcast.net>
12555
12556         * config/darwin-c.c: Remove c-tree.h include.
12557
12558 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12559
12560         * gcc.c: Include diagnostic.h.
12561         (error_count): Remove.  All users changed to use errorcount.
12562         (programname): Remove.  All users changed to use progname.
12563         (fancy_abort, internal_error, fatal_error, error, warning, inform,
12564         fnotice): Remove.
12565         (execute): Don't include "Internal error" and bug reporting
12566         information in argument of internal_error call.
12567         (process_command): Don't increment error_count after calling
12568         perror_with_name.
12569         (input_filename): Rename to gcc_input_filename.  All users
12570         changed.
12571         (main): Call diagnostic_initialize.  Register delete_temp_files
12572         with atexit.  Use seen_error to test for errors.
12573         * gcc.h: Include diagnostic-core.h.
12574         (fatal_error, error, warning): Remove.
12575         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
12576         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
12577         (gcc.o): Update dependencies.
12578
12579 2010-05-28  Jeff Law  <law@redhat.com>
12580
12581         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
12582         functions.
12583         * ira.h (ira_bad_reload_regno): Declare
12584         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
12585
12586         * ira-color.c (update_curr_costs): Free updated hard reg costs.
12587         (ira_reassign_conflict_allocnos): Remove bogus asserts.
12588         (allocno_reload_assign): Likewise.
12589
12590 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
12591
12592         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
12593         build1_stat.
12594
12595 2010-05-28  Richard Guenther  <rguenther@suse.de>
12596
12597         PR lto/44312
12598         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
12599         Stream fixed-point constants mode.
12600         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
12601         and TYPE_PRECISION.
12602         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
12603         Stream fixed-point constants mode.
12604         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
12605         and TYPE_PRECISION.
12606
12607 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
12608
12609         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
12610         only place it was called from.
12611         (number_of_latch_executions): Do not return chrec_dont_know when the
12612         may_be_zero is a runtime condition: instead, return a COND_EXPR
12613         including the may_be_zero condition.
12614         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
12615         of nb_iterations.
12616         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
12617         COND_EXPRs.
12618
12619 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
12620
12621         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
12622         generate COND_EXPRs for degenerate_phi_result.
12623
12624 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
12625
12626         PR middle-end/44293
12627         * tree-if-conv.c (if_convertible_loop_p): Check the
12628         if-convertibility of phi nodes in non predicated BBs.
12629
12630 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12631
12632         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
12633
12634 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12635
12636         PR driver/15303
12637         * gcc.c (inform, warning, inform): New functions.
12638         (fatal_ice): Rename to internal_error; change cmsgid parameter to
12639         gmsgid.  All callers changed.
12640         (notice): Rename to fnotice; add parameter fp.  All callers changed.
12641         (fatal_error): Rename to fatal_signal.  All users changed.
12642         (fatal): Rename to fatal_error; change cmsgid parameter to
12643         gmsgid.  All callers changed.
12644         (process_command): Use warning instead of error for warnings.
12645         (end_going_arg): Don't use _() around argument of error.
12646         (do_spec_1): Use inform for message from %n specs.  Use warning
12647         instead of error for warnings.
12648         (main): Use inform for comparison messages.  Use warning for
12649         message about unused linker input.
12650         (error): Increment error_count.  Print "error: ".
12651         * gcc.h (fatal): Change to fatal_error.
12652         (warning): Declare.
12653         * config/darwin-driver.c (darwin_default_min_version): Use warning
12654         instead of fprintf for warnings.
12655         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
12656
12657 2010-05-28  Julian Brown  <julian@codesourcery.com>
12658
12659         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
12660         (*thumb2_addsi3_compare0_scratch): New.
12661         * config/arm/constraints.md (Pv): New.
12662         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
12663         for ARM mode only.
12664         (*addsi3_compare0_scratch): Likewise.
12665
12666 2010-05-28  Jan Hubicka  <jh@suse.cz>
12667
12668         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
12669         check.
12670         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
12671         only on local statics.
12672
12673 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
12674
12675         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
12676
12677 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
12678
12679         PR bootstrap/44314
12680         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
12681         (OPTION_GLIBC): Define.
12682
12683 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
12684
12685         PR debug/41048
12686         * dwarf2out.c (double_int_type_size_in_bits): New function.
12687         (round_up_to_align): Change first argument and return value to
12688         double_int.
12689         (field_byte_offset): Work internally on double_ints.
12690
12691         PR target/43636
12692         * builtins.c (expand_movstr): Use a temporary pseudo instead
12693         of target even when target is not NULL and not const0_rtx, but
12694         fails movstr predicate.
12695         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
12696
12697 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12698
12699         * final.c (rest_of_clean_state): Use %m in errors instead of
12700         strerror (errno).
12701         * gengtype.c (read_input_list, close_output_files): Use xstrerror
12702         instead of strerror.
12703         * toplev.c (process_options): Use %m in errors instead of strerror
12704         (errno).
12705         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
12706         (errno).
12707
12708 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
12709
12710         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
12711         (ix86_canonical_va_list_type): Make static.  Add declaration.
12712         (ix86_enum_va_list): Make static.  Reindent.
12713         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
12714         (ix86_canonical_va_list_type): Ditto.
12715         (ix86_enum_va_list): Ditto.
12716
12717 2010-05-28  Richard Guenther  <rguenther@suse.de>
12718
12719         * lto-wrapper.c (run_gcc): With -save-temps generate a
12720         user-visible ltrans filename.  Fixup ltrans unit numbering.
12721
12722 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
12723
12724         * c-common.c (c_common_nodes_and_builtins): Replace use
12725         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
12726         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
12727         to ix86_enum_va_list.
12728         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
12729         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
12730         (TARGET_ENUM_VA_LIST_P): Add hook description.
12731         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
12732         * target.h (gcc_target): Add enum_va_list hook.
12733
12734         PR bootstrap/44299
12735         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
12736         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
12737         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
12738
12739 2010-05-28  Alan Modra  <amodra@gmail.com>
12740
12741         PR target/44266
12742         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
12743         emit_library_call machinery to set up __tls_get_addr calls.
12744
12745 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12746
12747         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
12748
12749 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
12750
12751         Revert fix for PR c++/44188
12752         * c-common.c (is_typedef_decl): Revert the moving of  this
12753         definition ...
12754         * tree.c (is_typedef_decl): ... here.
12755         (typdef_variant_p): Revert the moving of this  definition
12756         here from gcc/cp/tree.c.
12757         * c-common.h (is_typedef_decl): Revert the moving of this
12758         declaration ...
12759         * tree.h (is_typedef_decl): ... here.
12760         (typedef_variant_p): Revert the moving of this  declaration here
12761         from gcc/cp/cp-tree.h
12762         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
12763         (gen_tagged_type_die): Revert the splitting out of ...
12764         (gen_type_die_with_usage): ... this function. Revert the anonymous
12765         tagged type handling.
12766         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
12767         typedefs naming anonymous tagged types.
12768
12769 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
12770
12771         * config/rs6000/rs6000-modes.def (PSImode): Delete.
12772
12773 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
12774
12775         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
12776         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
12777         throughout.
12778         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
12779         "xer" to "ca".
12780         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
12781         XER_REGS to CA_REGS throughout.
12782         * config/rs6000/rs6000.h: Same.
12783         (ADDITIONAL_REGISTER_NAMES): Add "xer".
12784         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
12785         that mode_iterator "P" is the size for arithmetic carries as well.
12786         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
12787
12788 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
12789
12790         PR bootstrap/44255
12791         * combine.c (struct rtx_subst_pair): Define unconditionally.
12792         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
12793         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
12794         Call make_compound_operation on pair->to.
12795         (propagate_for_debug): Don't call make_compound_operation here.
12796         Always use simplify_replace_fn_rtx.
12797
12798 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
12799
12800         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
12801         * config/xtensa/xtensa.c (override_options): Check
12802           TARGET_FORCE_NO_PIC and set flag_pic.
12803         * config/xtensa/xtensa.opt: Document -mforce-no-pic
12804
12805 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
12806
12807         PR bootstrap/44299
12808         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
12809         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
12810
12811 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
12812
12813         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
12814         toplev.h.
12815         * diagnostic.c: Don't include toplev.h.
12816         (progname): Define.  Moved from toplev.c.
12817         (seen_error): New function.
12818         * diagnostic.h: Include diagnostic-core.h.
12819         (diagnostic_t, emit_diagnostic): Don't declare here.
12820         * toplev.c (progname): Move to toplev.c.
12821         (emit_debug_global_declarations, compile_file, finalize,
12822         do_compile, toplev_main): Use seen_error.
12823         * toplev.h: Include diagnostic-core.h.
12824         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
12825         internal_error, warning, warning_at, error, error_n, error_at,
12826         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
12827         verbatim, fnotice, progname): Move to diagnostic-core.h.
12828         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
12829         (expand_builtin_expect): Use seen_error.
12830         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
12831         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
12832         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
12833         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
12834         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
12835         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
12836         errorcount for errors.
12837         * c-opts.c (c_common_finish): Use seen_error.
12838         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
12839         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
12840         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
12841         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
12842         (get_coverage_counts): Use seen_error.
12843         * dwarf2out.c (dwarf2out_finish): Use seen_error.
12844         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
12845         gimplify_body): Use seen_error.
12846         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
12847         * ipa-pure-const.c (gate_pure_const): Use seen_error.
12848         * ipa-reference.c (gate_reference): Use seen_error.
12849         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
12850         * lambda-code.c: Include diagnostic-core.h instead of
12851         diagnostic.h.
12852         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
12853         * lto-compress.c: Include diagnostic-core.h instead of
12854         diagnostic.h.
12855         * lto-section-in.c: Include diagnostic-core.h instead of
12856         diagnostic.h.
12857         * lto-streamer-out.c: Include diagnostic-core.h instead of
12858         diagnostic.h.
12859         * lto-streamer.c: Include diagnostic-core.h instead of
12860         diagnostic.h.
12861         (gate_lto_out): Use seen_error.
12862         * matrix-reorg.c: Include diagnostic-core.h instead of
12863         diagnostic.h.
12864         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
12865         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
12866         (gate_expand_omp, lower_omp_1): Use seen_error.
12867         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
12868         (rest_of_decl_compilation, rest_of_type_compilation,
12869         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
12870         * tree-cfg.c (label_to_block_fn): Use seen_error.
12871         * tree-inline.c (optimize_inline_calls): Use seen_error.
12872         * tree-mudflap.c (mudflap_finish_file): Use
12873         seen_error.
12874         * tree-optimize.c (gate_all_optimizations,
12875         gate_all_early_local_passes, gate_all_early_optimizations): Use
12876         seen_error.
12877         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
12878         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
12879         (varpool_remove_unreferenced_decls,
12880         varpool_assemble_pending_decls): Use seen_error.
12881         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
12882         (TOPLEV_H, DIAGNOSTIC_H): Update.
12883         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
12884         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
12885         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
12886         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
12887         coverage.o, lambda-code.o): Update dependencies.
12888
12889 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
12890
12891         PR c++/44188
12892         * c-common.c (is_typedef_decl): Move this definition ...
12893         * tree.c (is_typedef_decl): ... here.
12894         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
12895         * c-common.h (is_typedef_decl): Move this declaration ...
12896         * tree.h (is_typedef_decl): ... here.
12897         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
12898         * dwarf2out.c (is_naming_typedef_decl): New function.
12899         (gen_tagged_type_die): Split out of ...
12900         (gen_type_die_with_usage): ... this function. When an anonymous
12901         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
12902         is emitted for the typedef.
12903         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
12904         anonymous tagged types.
12905
12906 2010-05-27  Jason Merrill  <jason@redhat.com>
12907
12908         * print-tree.c (debug_vec_tree): New fn.
12909         (print_vec_tree): New fn.
12910         * tree.h: Declare them.
12911         * gdbinit.in (pvt): New command.
12912
12913         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
12914
12915         * gdbinit.in (pdd): New command.
12916
12917 2010-05-27  Jan Hubicka  <jh@suse.cz>
12918
12919         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
12920         (update_caller_keys): Return early if there are no callers;
12921         only update fibheap when decresing the key.
12922         (update_callee_keys): Avoid recursion.
12923         (decide_inlining_of_small_functions): When badness does not match;
12924         re-insert into fibheap.
12925
12926 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
12927
12928         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
12929         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
12930         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
12931         (ALL_HOST_OBJS): Now a union of the above two.
12932         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
12933         all files in ALL_HOST_FRONTEND_OBJS.
12934         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
12935
12936         * c-common.c: Pretend to be a backend file by undefining
12937         IN_GCC_FRONTEND (still need rtl.h here).
12938
12939 2010-05-27  Jan Hubicka  <jh@suse.cz>
12940
12941         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
12942         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
12943
12944 2010-05-27  Jan Hubicka  <jh@suse.cz>
12945
12946         * sched-ebb.c: Rename struct deps to struct deps_desc.
12947         * ddg.c: Likewise.
12948         * sel-sched-ir.c: Likewise.
12949         * sched-deps.c: Likewise.
12950         * sched-int.h: Likewise.
12951         * sched-rgn.c: Likewise.
12952
12953 2010-05-27  Jon Beniston  <jon@beniston.com>
12954
12955         PR 43726
12956         * config/lm32/lm32.h: Remove definition of
12957         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
12958
12959 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
12960
12961         PR lto/44230
12962         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
12963
12964 2010-05-27  Richard Guenther  <rguenther@suse.de>
12965
12966         PR tree-optimization/44284
12967         * tree-vect-stmts.c (vectorizable_assignment): Handle
12968         sign-changing conversions as simple copy.
12969
12970 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12971
12972         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
12973         Bionic C library.
12974         (__gthread_active_p): Check for pthread_create if compiling against
12975         Bionic C library.
12976
12977 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12978
12979         Support compilation for Android platform.  Reimplement -mandroid.
12980
12981         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
12982         (*android*): Set ANDROID_DEFAULT.
12983         (arm*-*-linux*): Include linux-android.h.
12984         (arm*-*-eabi*): Don't include previous -mandroid implementation.
12985         * config/arm/eabi.h: Remove, move Android-specific parts ...
12986         * config/linux-android.h: ... here.  New file.
12987         * config/arm/eabi.opt: Rename to ...
12988         * config/linux-android.opt: ... this.
12989         (mandroid): Allow -mno-android option.  Initialize based on
12990         ANDROID_DEFAULT.
12991         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
12992         Move logic to corresponding LINUX_TARGET_* macros.
12993         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
12994         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
12995         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
12996         Android definitions.
12997         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
12998         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
12999         Document.
13000
13001 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
13002
13003         Add support for Bionic C library
13004
13005         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
13006         macro.
13007         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
13008         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
13009
13010         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
13011         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
13012         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
13013         to support multiple C libraries.  Handle Bionic.
13014         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
13015         (BIONIC_DYNAMIC_LINKER64): Define.
13016         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
13017         Update.
13018         (TARGET_HAS_SINCOS): Enable for Bionic.
13019
13020         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
13021         the last option specified on command line take effect.
13022         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
13023         (mbionic): New.
13024         (mglibc, muclibc): Update.
13025
13026         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
13027         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
13028         DEFAULT_LIBC.
13029
13030         * doc/invoke.texi (-mglibc, -muclibc): Update.
13031         (-mbionic): Document.
13032
13033 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13034
13035         * c-common.h (c_register_addr_space): Add prototype.
13036         (ADDR_SPACE_KEYWORD): Remove.
13037         * c-common.c (c_register_addr_space): New function.
13038         (c_addr_space_name): Reimplement.
13039         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
13040
13041         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
13042         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
13043
13044         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
13045         Remove TARGET_ADDR_SPACE_KEYWORDS.
13046
13047 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
13048
13049         * input.c: New file.
13050         * input.h (main_input_filename): Move declaration to toplev.h.
13051         * toplev.c (input_location, line_table): Move to input.c
13052         * toplev.h (main_input_filename): Move declaration from input.h.
13053         * tree.c (expand_location): Move to input.c.
13054         * Makefile.in (OBJS-common): Add input.o.
13055         (input.o): Add dependencies.
13056
13057 2010-05-27  Richard Guenther  <rguenther@suse.de>
13058
13059         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
13060         for non-existant files.
13061         (fork_execute): Mark args_name file as deleted.
13062
13063 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
13064
13065         PR bootstrp/44287
13066         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
13067         (narrow_signed_type): Likewise.
13068
13069 2010-05-26  Jan Hubicka  <jh@suse.cz>
13070
13071         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
13072         edge only when checking is enabled; check using former_clone_of;
13073         check inline clones too.
13074         (cgraph_materialize_clone): Record former_clone_of pointer.
13075         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
13076         combining redirections; dump args_to_skip bitmap
13077         (cgraph_materialize_all_clones): Do no redirection here.
13078         * ipa-inline.c (inline_transform): Do redirection here.
13079         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
13080         cheking only).
13081
13082 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13083
13084         * config/avr/avr-c.c: Do not include regs.h.
13085         Include cpplib.h for cpp_define and tree.h for c-common.h.
13086         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
13087         * config/avr/t-avr: Fix dependencies for avr-c.o.
13088
13089 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13090
13091         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
13092         string instead of SYMBOL_REF rtx.
13093         * rtl.h (set_stack_check_libfunc): Move prototype from here...
13094         * libfuncs.h: ...to here.  Adjust for explow.c change.
13095
13096 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
13097
13098         * pretty-print.c: Don't include ggc.h.
13099         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
13100         (identifier_to_locale): Use them for allocation.
13101         * pretty-print.h (identifier_to_locale_alloc,
13102         identifier_to_locale_free): Declare.
13103         * toplev.c (alloc_for_identifier_to_locale): New.
13104         (general_init): Set identifier_to_locale_alloc and
13105         identifier_to_locale_free.
13106         * Makefile.in (pretty-print.o): Update dependencies.
13107
13108 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
13109
13110         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
13111         pointer types if they have different alignment or mode.
13112
13113 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
13114
13115         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13116         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13117         * config/sparc/sparc-protos.h (function_value): Remove declaration.
13118         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
13119         sparc_function_value_regno_p): New functions.
13120         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13121         TARGET_FUNCTION_VALUE_REGNO_P): Define.
13122         (function_value): Rename to...
13123         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
13124         argument to 'outgoing'.
13125         (function_arg_record_value, function_arg_union_value,
13126         function_arg_vector_value): Update comment.
13127
13128 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
13129
13130         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
13131         (fde_needed_for_eh_p): New predicate.
13132         (output_call_frame_info): Use it throughout to decide whether FDEs
13133         are needed for EH purpose.
13134         (dwarf2out_begin_prologue): Reorder assignments.
13135
13136 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13137
13138         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
13139         special case loop->header.
13140         (is_predicated): New.
13141         (if_convertible_loop_p): Call it.
13142
13143 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13144
13145         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
13146         iterator in parameter.  Do not generate code during the analysis.
13147         (tree_if_convert_cond_stmt): Removed.
13148         (tree_if_convert_stmt): Removed.
13149         (predicate_bbs): New.
13150         (if_convertible_loop_p): Call predicate_bbs.
13151         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
13152         now contains all the analysis part.
13153
13154 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13155
13156         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
13157         statements in the analysis part.
13158         (tree_if_convert_stmt): Update comment.
13159         (remove_conditions_and_labels): New.
13160         (combine_blocks): Call remove_conditions_and_labels.
13161         (tree_if_conversion): Update comment.
13162
13163 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13164
13165         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
13166         than 2 predecessors or more than 2 successors.
13167
13168 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13169
13170         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
13171         of loops in which the data dependence analysis fails.
13172
13173 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13174
13175         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
13176         CDI_POST_DOMINATORS.
13177         (tree_if_conversion): Same.
13178
13179 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13180
13181         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
13182
13183 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13184
13185         * tree-if-conv.c: Update copyright years.  Fix comments.
13186         Fix indentation.
13187
13188 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
13189
13190         * builtin-types.def (BT_INT128): New primitive type.
13191         (BT_UINT128): Likewise.
13192         * c-common.c (c_common_r): Add __int128 keyword.
13193         (c_common_type_for_size): Handle __int128.
13194         (c_common_type_for_mode): Likewise.
13195         (c_common_signed_or_unsigned_type): Likewise.
13196         (c_common_nodes_and_builtins): Add builtin type
13197         if target supports 128-bit integer scalar.
13198         * c-common.h (enum rid): Add RID_INT128.
13199         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
13200         if target supports 128-bit integer scalar.
13201         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
13202         (finish_declspecs): Likewise.
13203         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
13204         (c_token_starts_declspecs): Likewise.
13205         (c_parser_declspecs): Likewise.
13206         (c_parser_attributes): Likewise.
13207         (c_parser_objc_selector): Likewise.
13208         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
13209         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
13210         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
13211         * tree.c (make_or_reuse_type): Likewise.
13212         (make_unsigned_type): Likewise.
13213         (build_common_tree_nodes_2): Likewise.
13214         * tree.h (enum integer_type_kind): Add itk_int128 and
13215         itk_unsigned_int128.
13216         (int128_integer_type_node): New define.
13217         (int128_unsigned_type_node): New define.
13218         * doc/extend.texi: Add documentation about __int128 type.
13219
13220 2010-05-26  Richard Guenther  <rguenther@suse.de>
13221
13222         * tree-ssa-sccvn.c (copy_nary): Adjust.
13223         (copy_phis): Rename to ...
13224         (copy_phi): ... this.  Adjust.
13225         (copy_references): Rename to ...
13226         (copy_reference): ... this.  Adjust.
13227         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
13228         result into the valid table.
13229
13230 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13231
13232         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
13233         insn-config.h, insn-codes.h, recog.h, and optabs.h.
13234
13235 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13236
13237         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
13238
13239 2010-05-26  Richard Guenther  <rguenther@suse.de>
13240
13241         * opts.c (common_handle_option): Handle OPT_Ofast.
13242
13243 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
13244
13245         * diagnostic.c: Don't include opts.h.
13246         (permissive_error_option): Define.
13247         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
13248         for classify_diagnostic.  Don't use memset for
13249         classify_diagnostic.  Initialize new and recently added fields.
13250         (diagnostic_classify_diagnostic): Use context->n_opts instead of
13251         N_OPTS.
13252         (diagnostic_report_diagnostic): Pass context parameter to
13253         diagnostic_report_warnings_p.  Use option_enabled and option_name
13254         hooks from context.
13255         (emit_diagnostic): Use permissive_error_option.
13256         (permerror): Likewise.
13257         * diagnostic.h: Don't include options.h.
13258         (struct diagnostic_context): Add n_opts, opt_permissive,
13259         inhibit_warnings, warn_system_headers, option_enabled and
13260         option_name fields.  Change classify_diagnostic to a pointer.
13261         * opts-diagnostic.h: New file.
13262         * opts.c: Include opts-diagnostic.h.
13263         (common_handle_option): Set global_dc fields for -Wfatal-errors,
13264         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
13265         (option_name): New function.
13266         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
13267         (c_common_handle_option): Set global_dc->permissive for
13268         -fpermissive.
13269         * c-common.c (c_cpp_error): Save and restore
13270         global_dc->warn_system_headers, not variable warn_system_headers.
13271         * toplev.c: Include opts-diagnostic.h.
13272         (general_init): Update call to diagnostic_initialize.  Set
13273         global_dc->show_column, global_dc->option_enabled and
13274         global_dc->option_name.
13275         (process_options): Don't set global_dc fields here.
13276         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
13277         (diagnostic.o, opts.o, toplev.o): Update dependencies.
13278
13279 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
13280
13281         * config/picochip/picochip.md (movsi): Split a movsi from a
13282         const after reload.
13283
13284 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13285
13286         * ggc-zone.c: Update copyright year.
13287         (poison_region): Mark memory for Valgrind as undefined before
13288         memset () call and inaccessible afterwards.
13289         (ggc_pch_total_size): Change type of i to int.
13290
13291 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13292
13293         * ggc-common.c (ggc_free_overhead): Allow empty slot.
13294
13295 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13296
13297         * ggc-common.c: Update copyright year.
13298         (ggc_rlimit_bound): Remove prototype.  Compile only if
13299         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
13300         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
13301         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
13302         (ggc_min_heapsize_heuristic): Likewise.
13303
13304 2010-05-26  Richard Guenther  <rguenther@suse.de>
13305
13306         PR rtl-optimization/44164
13307         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
13308         no-common access-path disambiguation.
13309         (indirect_ref_may_alias_decl_p): Adjust.
13310         (indirect_refs_may_alias_p): Likewise.
13311         (refs_may_alias_p_1): Likewise.
13312
13313 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13314
13315         * c-typeck.c: Do not include expr.h.
13316
13317 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13318
13319         * rtl.h (decl_default_tls_model): Move prototype from here...
13320         * output.h: ...to here.
13321         * c-decl.c: Do not include rtl.h.
13322         * c-pragma.c: Likewise.
13323         * c-parser.c: Likewise.
13324         * c-gimplify.c: Likewise.  And also not hard-reg-set.
13325         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
13326         FIXME note for it.  Add a FIXME note for expr.h.
13327         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
13328         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
13329         defined.
13330
13331 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
13332
13333         PR target/44199
13334         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
13335         or total_size is larger than red zone size for non-V4 ABI, emit a
13336         stack_tie resp. frame_tie insn before stack pointer restore.
13337         * config/rs6000/rs6000.md (frame_tie): New insn.
13338
13339 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
13340
13341         * function.h (struct function): Add can_throw_non_call_exceptions bit.
13342         * lto-streamer-in.c (input_function): Stream it in.
13343         * lto-streamer-out.c (output_function): Stream it out.
13344         * function.c (allocate_struct_function): Set it.
13345         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
13346         for flag_non_call_exceptions.
13347         * cfgbuild.c (control_flow_insn_p): Likewise.
13348         (make_edges): Likewise.
13349         * cfgexpand.c (expand_stack_alignment): Likewise.
13350         * combine.c (distribute_notes): Likewise.
13351         * cse.c (cse_extended_basic_block): Likewise.
13352         * except.c (insn_could_throw_p): Likewise.
13353         * gcse.c (simple_mem): Likewise.
13354         * ipa-pure-const.c (check_call): Likewise.
13355         (check_stmt ): Likewise.
13356         * lower-subreg.c (lower-subreg.c): Likewise.
13357         * optabs.c (emit_libcall_block): Likewise.
13358         (prepare_cmp_insn): Likewise.
13359         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
13360         * postreload.c (rest_of_handle_postreload): Likewise.
13361         * reload1.c (reload_as_needed): Likewise.
13362         (emit_input_reload_insns): Likewise.
13363         (emit_output_reload_insns): Likewise.
13364         (fixup_abnormal_edges): Likewise.
13365         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
13366         * store-motion.c (find_moveable_store): Likewise.
13367         * tree-eh.c (stmt_could_throw_p): Likewise.
13368         (tree_could_throw_p): Likewise.
13369         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
13370         * config/arm/arm.c (arm_expand_prologue): Likewise.
13371         (thumb1_expand_prologue): Likewise.
13372         * config/rx/rx.md (cbranchsf4): Likewise.
13373         (cmpsf): Likewise.
13374         * config/s390/s390.c (s390_emit_prologue): Likewise.
13375         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
13376         (inline_forbidden_into_p): New predicate.
13377         (expand_call_inline): Use it to forbid inlining.
13378         (tree_can_inline_p): Likewise.
13379
13380 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13381
13382         * config/i386/i386-c.c: Do not include rtl.h.
13383         * config/i386/t-i386: Update dependencies.
13384
13385 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13386
13387         * attribs.c: Do not include rtl.h.
13388         * Makefile.in: Update dependencies.
13389
13390 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
13391
13392         * double-int.h (double_int_and): New.
13393         * combine.c (try_combine): Clean up, use double_int_* and
13394         immed_double_int_const functions.
13395
13396 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13397
13398         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
13399         stderr to /dev/null instead of grep -q.
13400         * configure: Regenerate.
13401
13402 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13403
13404         * Makefile.in (EXCEPT_H): Fix typo.
13405
13406 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
13407
13408         * ira-build.c (update_conflict_hard_reg_costs): New.
13409         (ira_build): Call update_conflict_hard_reg_costs.
13410
13411 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
13412
13413         PR debug/41371
13414         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
13415         ENABLE_CHECKING.
13416         (intersect_loc_chains): Walk the s2var's loc_chain together
13417         with s1node chain as long as the locations are equal, don't
13418         call find_loc_in_1pdv in that case.
13419
13420         PR debug/42801
13421         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
13422         (copy_bind_expr): ... instead of here.
13423         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
13424         if the block hasn't been remapped.
13425         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
13426         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
13427
13428 2010-05-25  Richard Guenther  <rguenther@suse.de>
13429
13430         PR middle-end/44069
13431         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
13432         out-of-bounds array accesses.
13433
13434 2010-05-25  Richard Guenther  <rguenther@suse.de>
13435
13436         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
13437         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
13438         (run_gcc): Re-organize to make cleanup easier.
13439
13440 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13441
13442         * config/s390/s390.c (optimization_options): Fix and move the
13443         flag_prefetch_loop_arrays override ...
13444         (override_options): ... here.
13445
13446 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
13447
13448         * diagnostic.c: Don't include plugin.h.
13449         (diagnostic_report_diagnostic): Don't handle plugins specially
13450         here.  Pass context to internal_error callback.
13451         * diagnostic.h (struct diagnostic_context): Add context parameter
13452         to internal_error callback.
13453         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
13454         * plugin.h (struct diagnostic_context): Declare.
13455         (warn_if_plugins, plugins_internal_error_function): Declare.
13456         * toplev.c (general_init): Set global_dc->internal_error.
13457         * Makefile.in (diagnostic.o): Update dependencies.
13458
13459 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
13460
13461         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
13462         * config/rs6000/t-darwin64: New.
13463         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
13464         build crt2.
13465
13466 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
13467
13468         PR 44203
13469         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
13470         match the original (and intended) behaviour before r159557.  This
13471         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
13472         in two ways.
13473
13474 2010-05-25  Richard Guenther  <rguenther@suse.de>
13475
13476         * doc/invoke.texi: Document -Ofast.
13477         * target.h (struct gcc_target): Add handle_ofast.
13478         * target-def.h (TARGET_HANDLE_OFAST): Add.
13479         (TARGET_INITIALIZER): Adjust.
13480         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
13481         * common.opt (Ofast): Add.
13482
13483 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
13484
13485         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
13486         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
13487
13488 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
13489
13490         PR target/43610
13491         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
13492         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
13493         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
13494         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
13495
13496 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
13497
13498         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
13499         DW_OP_minus with negated offset instead of DW_OP_plus.
13500         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
13501
13502 2010-05-25  Wei Guozhi  <carrot@google.com>
13503
13504         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
13505         tst instruction and a new alternative.
13506         * config/arm/constraints.md (Pu): New constraint.
13507
13508 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
13509
13510         * function.c (assign_stack_local_1): Initialize variable
13511         to avoid warning when bootstrapping at -O3.
13512
13513 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
13514
13515         * configure.ac (all_lang_makefiles): Remove everything related to it.
13516         * configure: Regenerate.
13517         * Makefile.in: Fix reference to ada Make-lang.in.
13518         Remove support for LANG_MAKEFILES.
13519
13520 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
13521             Sandra Loosemore  <sandra@codesourcery.com>
13522
13523         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
13524         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
13525         description.  Add arm_neon_fp16_ok.
13526         (Add Options): Add arm_neon and arm_neon_fp16.
13527
13528 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
13529
13530         * diagnostic.c: Don't include flags.h.
13531         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
13532         context parameters.  Check flags in the context passed as a parameter.
13533         (diagnostic_build_prefix): Add context parameter.  Check
13534         show_column flag in context.
13535         (diagnostic_action_after_output): Check fatal_errors flag in context.
13536         (diagnostic_report_current_module): Check show_column flag in context.
13537         (default_diagnostic_starter): Update call to
13538         diagnostic_build_prefix.
13539         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
13540         (emit_diagnostic): Pass context to permissive_error_kind.
13541         (permerror): Pass context to permissive_error_kind.
13542         * diagnostic.h (struct diagnostic_context): Add show_column,
13543         pedantic_errors, permissive and fatal_errors fields.
13544         (diagnostic_build_prefix): Update prototype.
13545         * langhooks.c
13546         * toplev.c (process_options): Set flags in global_dc from
13547         flag_show_column, flag_pedantic_errors, flag_permissive,
13548         flag_fatal_errors.
13549         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
13550         to diagnostic_build_prefix.
13551         * Makefile.in (diagnostic.o): Update dependencies.
13552
13553 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
13554
13555         * config/i386/ia32intrin.h (__crc32q): Define only if
13556         __SSE4_2__ is defined.
13557
13558 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
13559
13560         PR target/44132
13561         PR middle-end/43602
13562         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
13563         DECL_VISIBILITY_SPECIFIED.
13564         (emutls_decl): Set DECL_PRESERVE_P and copy
13565         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
13566         (emutls_finalize_control_var): New callback.
13567         (emutls_finish): Finalize emutls control variables.
13568         * toplev.c (compile_file): Move the call to emutls_finish ()
13569         before varpool_assemble_pending_decls ().
13570
13571 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
13572
13573         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
13574         added to the preprocessor condition.
13575
13576 2010-05-24  Paul Brook  <paul@codesourcery.com>
13577
13578         * gengtype-lex.l: Add HARD_REG_SET.
13579         * expr.c (expand_expr_real_1): Record writes to hard registers.
13580         * function.c (rtl_data): Add asm_clobbers.
13581         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
13582         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
13583         Use crtl->asm_clobbers.
13584
13585 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13586
13587         * doc/makefile.texi (Makefile): Mention stages 'profile'
13588         and 'feedback' for profiledbootstrap.
13589
13590 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
13591
13592         PR target/44245
13593         * config/i386/i386.c (def_builtin): Properly check
13594         OPTION_MASK_ISA_64BIT.
13595
13596 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
13597
13598         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
13599         typedefs with different but compatible types.  Allow duplicate
13600         typedefs with the same type except for pedantic non-C1X, but give
13601         warning for variably modified types.
13602         * c-typeck.c (tagged_types_tu_compatible_p,
13603         function_types_compatible_p, type_lists_compatible_p,
13604         comptypes_internal): Add parameter different_types_p; set
13605         *different_types_p for different but compatible types.  All
13606         callers changed.
13607         (comptypes_check_different_types): New.
13608         * c-tree.h (comptypes_check_different_types): Declare.
13609
13610 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
13611
13612         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
13613         * jump.c: Include basic-block.h.
13614         * profile.c: Likewise.
13615         * tree-profile.c: Likewise.
13616         * coverage.c: Likewise.
13617         * basic-block.h (optimize_function_for_size_p): Move to function.h.
13618         (optimize_function_for_speed_p): Likewise.
13619         * function.h (optimize_function_for_size_p,
13620         optimize_function_for_speed_p): Moved here from basic-block.h.
13621         * Makefile.in: Update dependencies.
13622
13623 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13624
13625         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
13626         before calling make; allow override through $MAKE.
13627         * doc/invoke.texi (Optimize Options): Document override.
13628
13629 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
13630
13631         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
13632         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
13633         (rs6000_mode_dependent_address_ptr): Make static.
13634         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
13635         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
13636         Remove.
13637
13638 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
13639
13640         PR target/43869
13641         * config/i386/i386.c: Make sure that the correct regparm is passed.
13642
13643 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
13644
13645         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
13646         * sbitmap.c: ...to here to internalize sbitmap element access.
13647         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
13648         Explain why basic-block.h is included.
13649         * function.h: Include tm.h for CUMULATIVE_ARGS.
13650         * Makefile.in: Update dependencies.
13651
13652 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
13653
13654         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
13655         New core types.
13656         * sbitmap.h (struct sbitmap_def): Do not typedef here.
13657         * sbitmap.c: Include sbitmap.h.
13658         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
13659         hard-reg-set.h.  Split everything related to regsets out from here...
13660         * regset.h: ...to here.  New file.
13661         * df.h: Include regset.h and sbitmap.h.
13662         * tree-flow.h: Likewise.
13663         * cfgloop.h: Likewise.
13664         * except.h: Do not include sbitmap.h.  Include hashtab.h.
13665         * cgraph.h: Include vec.h and function.h.
13666         * reload.h (struct insn_chain): Change types of live_throughout
13667         and dead_or_set from regset_head to bitmap_head.
13668         (compute_use_by_pseudos): Be defined also if regset.h is not included.
13669         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
13670         spilled_regs from regset_head to bitmap_head to avoid dependency
13671         in regset.h.
13672         * sel-sched-ir.h: Include regset.h.
13673         * reload.c: Include df.h before reload.h.
13674         * caller-save.c: Likewise.
13675         * reload1.c: Likewise.
13676         * ira.c: Likewise.
13677         (mark_elimination): Update type of r to bitmap, consistent with
13678         DF_LR_IN.
13679         * dominance.c: Include bitmap.h.
13680         * modulo-sched.c: Include df.h.
13681         * cfganal.c: Include bitmap.h and sbitmap.h.
13682         * cfgbuild.c: Include sbitmap.h.
13683         * lcm.c: Include sbitmap.h.
13684         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
13685         * domwalk.c: Include sbitmap.h, exclude ggc.h.
13686         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
13687         * cselib.c: Include bitmap.h.
13688         * tree-optimize.c: Include regset.h.
13689         * stmt.c: Include bitmap.h.
13690         * Makefile.in: Update dependencies.
13691
13692 2010-05-22  Jan Hubicka  <jh@suse.cz>
13693
13694         * cgraph.h (struct varpool_node): Add same_comdat_group.
13695         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
13696         pointer.
13697         (output_varpool): Update call of lto_output_varpool_node.
13698         (input_varpool): Read same_comdat_group pointer.
13699         (input_varpool_1): Fixup same_comdat_group pointer.
13700         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
13701         group is needed, all are.
13702         * varpool.c (varpool_remove_node): Remove node from same comdat group
13703         linklist too.
13704         (varpool_analyze_pending_decls): Walk same comdat groups.
13705
13706 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
13707
13708         * rtl.h (union rtunion_def): Remove rt_bit member.
13709         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
13710         * print-rtl (print_rtx): Do not print the member.
13711         * gengtype.c (adjust_field_rtx_def): Do not handle it.
13712         * gengenrtl.c (type_from_format): Likewise.
13713         (accessor_from_format): Likewise.
13714
13715 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
13716
13717         * dbgcnt.c: Include toplev.h instead of errors.h.
13718         * ira-emit.c: Don't include errors.h.
13719         * ira.c: Include toplev.h instead of errors.h.
13720         * lto-compress.c: Include toplev.h instead of errors.h.
13721         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
13722         ira.o, dbgcnt.o): Update dependencies.
13723
13724 2010-05-22  Richard Guenther  <rguenther@suse.de>
13725
13726         * gimple.c (gimple_types_compatible_p): Check type qualifications
13727         before merging pointer to complete and pointer to incomplete type.
13728         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
13729         we use our own resolution algorithm.  The gold linker plugin
13730         doesn't do the job we want it to do here.
13731
13732 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
13733
13734         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
13735         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
13736         (sparc_mode_dependent_address_p): New function.
13737
13738 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
13739
13740         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
13741
13742         * timevar.c: Do not include any core headers.
13743         (timevar_print): De-i18n-ize.
13744         (print_time): Likewise.
13745         * timevar.h (timevar_push, timevar_pop): Make inline functions.
13746
13747 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
13748
13749         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
13750         langhooks-def.h.
13751         (diagnostic_initialize): Initialize x_data not last_function.
13752         (diagnostic_report_current_function): Move to tree-diagnostic.c.
13753         (default_diagnostic_starter): Call
13754         diagnostic_report_current_module not
13755         diagnostic_report_current_function.
13756         (diagnostic_report_diagnostic): Initialize x_data not
13757         abstract_origin.
13758         (verbatim): Likewise.
13759         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
13760         x_data.
13761         (struct diagnostic_context): Change last_function to x_data.
13762         (diagnostic_auxiliary_data): Replace with
13763         diagnostic_context_auxiliary_data and
13764         diagnostic_info_auxiliary_data.
13765         (diagnostic_last_function_changed, diagnostic_set_last_function,
13766         diagnostic_report_current_function): Move to tree-diagnostic.h.
13767         (print_declaration, dump_generic_node, print_generic_stmt,
13768         print_generic_stmt_indented, print_generic_expr,
13769         print_generic_decl, debug_c_tree, dump_omp_clauses,
13770         print_call_name, debug_generic_expr, debug_generic_stmt,
13771         debug_tree_chain, default_tree_printer): Move to
13772         tree-pretty-print.h.
13773         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
13774         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
13775         gimple-pretty-print.h.
13776         * pretty-print.c: Don't include tree.h
13777         (pp_base_format): Don't handle %K here.
13778         (pp_base_tree_identifier): Move to tree-pretty-print.c.
13779         * pretty-print.h (text_info): Change abstract_origin to x_data.
13780         (pp_tree_identifier, pp_unsupported_tree,
13781         pp_base_tree_identifier): Move to tree-pretty-print.h.
13782         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
13783         tree-pretty-print.h: New files.
13784         * tree-pretty-print.c: Include tree-pretty-print.h.
13785         (percent_K_format): New.  Moved from pretty-print.c.
13786         (pp_base_tree_identifier): Move from pretty-print.c.
13787         * c-objc-common.c: Include tree-pretty-print.h.
13788         (c_tree_printer): Handle %K here.
13789         * langhooks.c: Include tree-diagnostic.h.
13790         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
13791         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
13792         (default_tree_printer): Handle %K using percent_K_format.
13793         (general_init): Use default_tree_diagnostic_starter.
13794         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
13795         (free_lang_data): Use default_tree_diagnostic_starter.
13796         * c-pretty-print.c: Include tree-pretty-print.h.
13797         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13798         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13799         * dwarf2out.c: Include tree-pretty-print.h.
13800         * except.c: Include tree-pretty-print.h.
13801         * gimple-pretty-print.c: Include tree-pretty-print.h and
13802         gimple-pretty-print.h.
13803         * gimplify.c: Include tree-pretty-print.h.
13804         * graphite-poly.c: Include tree-pretty-print.h and
13805         gimple-pretty-print.h.
13806         * ipa-cp.c: Include tree-pretty-print.h.
13807         * ipa-inline.c: Include gimple-pretty-print.h.
13808         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13809         * ipa-pure-const.c: Include gimple-pretty-print.h.
13810         * ipa-struct-reorg.c: Include tree-pretty-print.h and
13811         gimple-pretty-print.h.
13812         * ipa-type-escape.c: Include tree-pretty-print.h.
13813         * print-rtl.c: Include tree-pretty-print.h.
13814         * print-tree.c: Include gimple-pretty-print.h.
13815         * sese.c: Include tree-pretty-print.h.
13816         * tree-affine.c: Include tree-pretty-print.h.
13817         * tree-browser.c: Include tree-pretty-print.h.
13818         * tree-call-cdce.c: Include gimple-pretty-print.h.
13819         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
13820         * tree-chrec.c: Include tree-pretty-print.h.
13821         * tree-data-ref.c: Include tree-pretty-print.h and
13822         gimple-pretty-print.h.
13823         * tree-dfa.c: Include tree-pretty-print.h.
13824         * tree-if-conv.c: Include tree-pretty-print.h and
13825         gimple-pretty-print.h.
13826         * tree-inline.c: Include tree-pretty-print.h.
13827         * tree-into-ssa.c: Include tree-pretty-print.h and
13828         gimple-pretty-print.h.
13829         * tree-nrv.c: Include tree-pretty-print.h.
13830         * tree-object-size.c: Include tree-pretty-print.h and
13831         gimple-pretty-print.h.
13832         * tree-outof-ssa.c: Include tree-pretty-print.h and
13833         gimple-pretty-print.h.
13834         * tree-parloops.c: Include tree-pretty-print.h and
13835         gimple-pretty-print.h.
13836         * tree-predcom.c: Include tree-pretty-print.h and
13837         gimple-pretty-print.h.
13838         * tree-scalar-evolution.c: Include tree-pretty-print.h and
13839         gimple-pretty-print.h.
13840         * tree-sra.c: Include tree-pretty-print.h.
13841         * tree-ssa-address.c: Include tree-pretty-print.h.
13842         * tree-ssa-alias.c: Include tree-pretty-print.h.
13843         * tree-ssa-ccp.c: Include tree-pretty-print.h and
13844         gimple-pretty-print.h.
13845         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
13846         * tree-ssa-copy.c: Include tree-pretty-print.h and
13847         gimple-pretty-print.h.
13848         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
13849         * tree-ssa-dce.c: Include tree-pretty-print.h and
13850         gimple-pretty-print.h.
13851         * tree-ssa-dom.c: Include tree-pretty-print.h and
13852         gimple-pretty-print.h.
13853         * tree-ssa-dse.c: Include gimple-pretty-print.h.
13854         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
13855         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
13856         * tree-ssa-live.c: Include tree-pretty-print.h and
13857         gimple-pretty-print.h.
13858         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
13859         gimple-pretty-print.h.
13860         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
13861         gimple-pretty-print.h.
13862         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
13863         gimple-pretty-print.h.
13864         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
13865         gimple-pretty-print.h.
13866         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
13867         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
13868         * tree-ssa-operands.c: Include tree-pretty-print.h and
13869         gimple-pretty-print.h.
13870         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
13871         gimple-pretty-print.h.
13872         * tree-ssa-pre.c: Include tree-pretty-print.h and
13873         gimple-pretty-print.h.
13874         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
13875         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
13876         gimple-pretty-print.h.
13877         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
13878         gimple-pretty-print.h.
13879         * tree-ssa-sink.c: Include gimple-pretty-print.h.
13880         * tree-ssa-ter.c: Include tree-pretty-print.h and
13881         gimple-pretty-print.h.
13882         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
13883         * tree-ssa.c: Include tree-pretty-print.h and
13884         gimple-pretty-print.h.
13885         * tree-stdarg.c: Include gimple-pretty-print.h.
13886         * tree-switch-conversion.c: Include gimple-pretty-print.h.
13887         * tree-tailcall.c: Include tree-pretty-print.h and
13888         gimple-pretty-print.h.
13889         * tree-vect-data-refs.c: Include tree-pretty-print.h and
13890         gimple-pretty-print.h.
13891         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
13892         gimple-pretty-print.h.
13893         * tree-vect-loop.c: Include tree-pretty-print.h and
13894         gimple-pretty-print.h.
13895         * tree-vect-patterns.c: Include gimple-pretty-print.h.
13896         * tree-vect-slp.c: Include tree-pretty-print.h and
13897         gimple-pretty-print.h.
13898         * tree-vect-stmts.c: Include tree-pretty-print.h and
13899         gimple-pretty-print.h.
13900         * tree-vectorizer.c: Include tree-pretty-print.h.
13901         * tree-vrp.c: Include tree-pretty-print.h and
13902         gimple-pretty-print.h.
13903         * value-prof.c: Include tree-pretty-print.h and
13904         gimple-pretty-print.h.
13905         * var-tracking.c: Include tree-pretty-print.h.
13906         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
13907         (tree-diagnostic.o): New dependencies.
13908         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
13909         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
13910         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
13911         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
13912         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
13913         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
13914         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
13915         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
13916         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
13917         tree-ssa-address.o, tree-ssa-loop-niter.o,
13918         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
13919         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
13920         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
13921         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
13922         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
13923         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
13924         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
13925         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
13926         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
13927         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
13928         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
13929         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
13930         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
13931         tree-switch-conversion.o, var-tracking.o, value-prof.o,
13932         cfgexpand.o, pretty-print.o): Update dependencies.
13933
13934 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
13935
13936         * tree-ssa-structalias.c: Remove tm_p.h from include.
13937
13938 2010-05-21  Jeff Law  <law@redhat.com>
13939
13940         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
13941
13942 2010-05-21  Jason Merrill  <jason@redhat.com>
13943
13944         * tree-eh.c (cleanup_is_dead_in): New.
13945         (lower_try_finally): Don't generate a dead cleanup region.
13946         (lower_cleanup): Likewise.
13947
13948 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
13949
13950         PR debug/44223
13951         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
13952         unchain each use from the cyclic next_regno_use chain first.
13953
13954 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
13955
13956         * real: Do not include gmp.h, mpfr.h, and mpc.h.
13957         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
13958         (real_value_negate, real_value_abs): New prototypes.
13959         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
13960         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
13961         new include file for interface between MPFR and REAL_VALUE_TYPE.
13962         * real.c: Include realmpfr.h.
13963         (real_arithmetic2): Remove legacy function.
13964         (real_value_negate): New.
13965         (real_value_abs): New.
13966         (mfpr_from_real, real_from_mpfr): Move from here...
13967         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
13968         * builtins.c: Include realmpfr.h.
13969         * fold-const.c: Include realmpfr.h.
13970         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
13971         (fold_negate_const): Likewise.
13972         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
13973         * toplev.c: Include realmpfr.h.
13974         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
13975         and real_value_negate.
13976         * fixed-value.c (check_real_for_fixed_mode): Likewise.
13977         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
13978         (vfp3_const_double_index): Likewise.
13979         (arm_print_operand): Likewise.
13980         * Makefile.in: Update dependencies.
13981
13982 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13983
13984         * config/s390/s390.c (override_options): Increase the default
13985         of max-completely-peel-times.
13986
13987 2010-05-21  Julian Brown  <julian@codesourcery.com>
13988             Mark Mitchell  <mark@codesourcery.com>
13989
13990         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
13991         sibling calls for Thumb-1.
13992         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
13993         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
13994         Thumb-2.
13995         (*call_insn, *call_value_insn): Don't use for Thumb-2.
13996         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
13997         for Thumb-2.
13998         (return): New expander.
13999         (*arm_return): New name for ARM return insn.
14000         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
14001
14002 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
14003
14004         * config.gcc (sparc64-*-rtems*): New target.
14005
14006 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
14007
14008         * tree.c (build_function_decl_skip_args): Fix grammar.
14009         (build_function_type_list_1): Fix typos, adjust formatting.
14010
14011 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
14012
14013         * tree.h: Include real.h and fixed-value.h as basic datatypes.
14014         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
14015         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
14016         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
14017         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
14018         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
14019         tree-pretty-print.c, tree-loop-distribution.c,
14020         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
14021         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
14022         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
14023         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
14024         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
14025         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
14026         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
14027         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
14028         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
14029         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
14030         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
14031         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
14032         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
14033         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
14034         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
14035         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
14036         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
14037         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
14038         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
14039         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
14040         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
14041         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
14042         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
14043         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
14044         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
14045         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
14046         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
14047         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
14048         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
14049         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
14050         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
14051         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
14052         config/score/score7.c, config/score/score.c, config/arm/arm.c,
14053         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
14054         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
14055         config/bfin/bfin.c: Clean up redundant includes.
14056         * Makefile.in: Update accordingly.
14057
14058 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
14059
14060         PR middle-end/44204
14061         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
14062         statement has no arguments.
14063
14064 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
14065
14066         PR/44139
14067         * varasm.c (emutls_decl): Merge attributes to new decl.
14068
14069 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
14070
14071         PR middle-end/44101
14072         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
14073         around the uniquized constructor if its type requires a conversion.
14074
14075 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
14076
14077         PR debug/44205
14078         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
14079         at -O0 goto_locus of any of the incoming edges differs from
14080         goto_locus of outgoing edge, or gimple_location of any of the
14081         labels differs.
14082
14083 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
14084
14085         * ira.c (ira_non_ordered_class_hard_regs): Define.
14086         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
14087         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
14088         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
14089         cost of unaligned hard regs when allocating multi-reg pseudos.
14090
14091 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
14092
14093         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
14094         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
14095         for TARGET_NO_FLOAT.
14096         * config/mips/mips.c (mips_file_start): Expand conditional expression
14097         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
14098         (mips_override_options): Move -mno-float override -msoft-float and
14099         -mhard-float.
14100         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
14101         Condition(TARGET_SUPPORTS_NO_FLOAT).
14102         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
14103         __mips_no_float here.
14104         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
14105         (TARGET_SUPPORTS_NO_FLOAT): Define.
14106         * config/mips/sdemtk.opt: Delete.
14107
14108 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
14109
14110         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
14111
14112 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
14113
14114         PR target/43733
14115         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
14116         * configure: Regenerate.
14117         * config.in: Regenerate.
14118         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
14119         instead of sahf only for 64bit targets.
14120
14121 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
14122
14123         PR debug/44178
14124         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
14125         setup_ref_regs for DEBUG_INSNs.
14126
14127 2010-05-20  Jan Hubicka  <jh@suse.cz>
14128
14129         PR middle-end/44197
14130         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
14131
14132 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
14133
14134         PR bootstrap/43870
14135         * df-scan.c (df_ref_compare): Stabilize sort.
14136
14137 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
14138
14139         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
14140         argument.  Don't use DW_OP_piece if offset is non-zero,
14141         put offset into second DW_OP_bit_piece argument.
14142         (dw_sra_loc_expr): Adjust callers.  For memory expressions
14143         compute offset.
14144
14145 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
14146
14147         PR target/44202
14148         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
14149         settings for 16-bit-constant "addo" alternative.
14150
14151 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
14152
14153         * config/mips/mips-dsp.md (add<DSPV:mode>3,
14154         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
14155
14156         PR target/43764
14157         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
14158         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
14159         Use it.
14160
14161 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
14162
14163         * diagnostic.c (FLOAT, FFS): Don't undefine.
14164         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
14165         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
14166         include ordering.
14167
14168 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
14169
14170         * combine.c (propagate_for_debug): Call make_compound_operation
14171         on the source value.
14172         (try_combine): When implementing a split chosen by find_split_point,
14173         either copy i2src or set it to null.  Assert that i2src is not null
14174         before substituting into CALL_INSN_FUNCTION_USAGE.
14175
14176 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
14177
14178         * double-int.h (double_int_ior): New function.
14179         * tree.h (build_int_cst_wide_type): Remove.
14180         * tree.c (build_int_cst_wide_type): Remove.
14181         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
14182         of build_int_cst_wide_type.
14183         * stor-layout.c (set_sizetype): (Ditto.).
14184         * dojump.c (do_jump): Use build_int_cstu instead of
14185         build_int_cst_wide_type.
14186
14187 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
14188
14189         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
14190         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
14191         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
14192         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
14193         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
14194         propagate the 'data' argument to copy_tree_r.
14195         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
14196         Propagate 'data' argument to walk_tree.
14197         (copy_if_shared): New function.
14198         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
14199         (unmark_visited): New function.
14200         (unshare_body): Call copy_if_shared instead of doing it manually.
14201         (unvisit_body): Call unmark_visited instead of doing it manually.
14202
14203 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
14204
14205         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
14206         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
14207         * hooks.c: Likewise.
14208         * target-def.h (TARGET_FOLD_BUILTIN): Define to
14209         hook_tree_tree_int_treep_bool_null.
14210         * target.h (struct gcc_target): Update signature of fold_builtin
14211         field.
14212         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
14213         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
14214         instead of the call expression.
14215         (fold_builtin_call_array): Pass n and argarray directly.
14216         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
14217         consing a list.
14218         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
14219         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
14220         `i' and use it in place of `arity'.
14221         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
14222         Dereference `args' directly.
14223         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
14224
14225 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14226
14227         * doc/sourcebuild.texi (Effective-Target Keywords): Document
14228         3dnow, sse3, sse2.
14229         (Directives): Document optional dg-require-effective-target
14230         selector.
14231
14232 2010-05-19  Richard Guenther  <rguenther@suse.de>
14233
14234         PR lto/44196
14235         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
14236
14237 2010-05-19  Richard Guenther  <rguenther@suse.de>
14238
14239         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
14240         * common.opt (fwhopr=): New.
14241         * opts.c (common_handle_option): Handle OPT_fwhopr.
14242         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
14243         * collect2.c (main): Match -fwhopr*.
14244         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
14245         Execute ltrans stage in parallel when jobs is bigger than 1.
14246
14247 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14248
14249         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
14250         pentiumpro on Solaris 8/x86 with Sun as.
14251         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
14252         hidden alias bug.
14253         (gcc_cv_as_ix86_quad): Check for .quad directive.
14254         * configure: Regenerate.
14255         * config.in: Regenerate.
14256         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
14257
14258 2010-05-19  Martin Jambor  <mjambor@suse.cz>
14259
14260         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
14261         also for indirect edges.  Actual printing moved...
14262         (ipa_print_node_jump_functions_for_edge): ...here.
14263         (ipa_compute_jump_functions): Renamed to
14264         ipa_compute_jump_functions_for_edge and made static.
14265         (ipa_compute_jump_functions): New function.
14266         (make_edge_direct_to_target): Check if the number of arguments on
14267         the newly direct edge is the same as the number of parametrs of
14268         the callee.
14269         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
14270         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
14271         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
14272         analysis functions unconditionally, call the new
14273         ipa_analyze_params_uses on the node instead of every edge.
14274
14275 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
14276
14277         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
14278         to tree.
14279         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
14280         also checks for a constant int vs.  non-constant but
14281         loop-invariant steps.
14282         (find_or_create_group): Change the sort algorithm to only consider
14283         steps that are constant ints.
14284         (idx_analyze_ref): Adopt code to handle a tree instead of a
14285         HOST_WIDE_INT for step.
14286         (gather_memory_references_ref): Handle tree instead of int and be
14287         prepared to see a NULL_TREE.
14288         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
14289         prefetches if the step cannot be calculated at compile time.
14290         (issue_prefetch_ref): Issue prefetches for non-constant but
14291         loop-invariant steps.
14292
14293 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14294
14295         Revert:
14296         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14297
14298         * tree.h (build_call_list): Remove.
14299         * tree.c (build_call_list): Remove.
14300
14301 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14302
14303         * tree.h (build_call_list): Remove.
14304         * tree.c (build_call_list): Remove.
14305
14306 2010-05-18  Jan Hubicka  <jh@suse.cz>
14307
14308         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
14309
14310 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
14311
14312         PR rtl-optimization/43332
14313         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
14314
14315 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
14316
14317         * tree.h (build_int_cstu): Implement as static inline.
14318         * tree.c (build_int_cstu): Remove function.
14319         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
14320         sign extended.
14321
14322 2010-05-18  Richard Guenther  <rguenther@suse.de>
14323
14324         PR lto/44143
14325         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
14326         (debug): Initialize from -save-temps.
14327         (collect_execute): Print command-line when verbose.
14328         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
14329         for ltrans invocation.  Produce -dumpbase flag again.
14330         (process_args): Remove.
14331         (main): Simplify.
14332         * collect2.c (maybe_run_lto_and_relink): Only pass object
14333         files to lto-wrapper.
14334         * gcc.c (LINK_COMMAND_SPEC): Likewise.
14335
14336 2010-05-18  Jan Hubicka  <jh@suse.cz>
14337
14338         * opts.c (decode_options): Do not disable whopr at ipa_cp.
14339         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
14340
14341 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
14342
14343         PR lto/44184
14344         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
14345         in a GIMPLE_ASM.
14346         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
14347         in a GIMPLE_ASM.
14348
14349 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
14350
14351         PR debug/41371
14352         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
14353         rtx_equal_p inline.
14354
14355 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
14356
14357         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
14358         lto-macho as lto_binary_reader.
14359
14360         * darwin.c (darwin_asm_named_section): Do not add assembler comment
14361         after .section directive; just print it before the directive instead.
14362
14363 2010-05-17  Jan Hubicka  <jh@suse.cz>
14364
14365         * cgraph.c (cgraph_create_virtual_clone): Only check
14366         versionable_function_p when not in wpa and checking is enabled.
14367         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
14368         there are no more functions to materialize.
14369
14370 2010-05-17  Jan Hubicka  <jh@suse.cz>
14371
14372         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
14373         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
14374         New functions.
14375         (output_cgraph): Call output_cgraph_opt_summary.
14376         (input_cgrpah): Call input_cgraph_opt_summary.
14377         (output_cgraph_opt_summary_p, output_node_opt_summary,
14378         input_node_opt_summary, input_cgraph_opt_section): New functions.
14379         * lto-section-in.c (lto_section_name): Add cgraphopt.
14380         * tree-inline.c (tree_function_versioning): Handle parm_num.
14381         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
14382         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
14383
14384 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
14385
14386         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
14387         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
14388         the insn to prefetch ratio heuristic to loops with known trip count.
14389
14390 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
14391
14392         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
14393         (schedule_prefetches): Do not generate a prefetch if the unroll factor
14394         is far from what is required by the prefetch.
14395
14396 2010-05-17  Jan Hubicka  <jh@suse.cz>
14397
14398         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
14399         (ipcp_estimate_growth): Likewise.
14400         (ipcp_const_param_count): Likewise.
14401         (ipcp_insert_stage): Likewise.
14402         * ipa-prop.c (visit_load_for_mod_analysis): New function.
14403         (visit_store_addr_for_mod_analysis): Set used flag.
14404         (ipa_detect_param_modifications): Set used flag for SSE params;
14405         update use of walk_stmt_load_store_addr_ops.
14406         (ipa_print_node_params): Print used flag.
14407         (ipa_write_node_info): Stream used flag.
14408         (ipa_read_node_info): Likewise.
14409         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
14410         (ipa_is_param_used): New function.
14411         (lto_ipa_fixup_call_notes): Remove unused declaration.
14412
14413 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14414
14415         PR target/44074
14416         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
14417         * configure: Regenerate.
14418         * config.in: Regenerate.
14419         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
14420         !HAVE_AS_IX86_REP_LOCK_PREFIX.
14421         Don't emit whitespace.
14422         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
14423         (*rep_movsi): Likewise.
14424         (*rep_movsi_rex64): Likewise.
14425         (*rep_movqi): Likewise.
14426         (*rep_movqi_rex64): Likewise.
14427         (*rep_stosdi_rex64): Likewise.
14428         (*rep_stossi): Likewise.
14429         (*rep_stossi_rex64): Likewise.
14430         (*rep_stosqi): Likewise.
14431         (*rep_stosqi_rex64): Likewise.
14432         (*cmpstrnqi_nz_1): Use {%;} after repz.
14433         (*cmpstrnqi_nz_rex_1): Likewise.
14434         (*cmpstrnqi_1): Likewise.
14435         (*cmpstrnqi_rex_1): Likewise.
14436         (*strlenqi_1): Use {%;} after repnz.
14437         (*strlenqi_rex_1): Likewise.
14438         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
14439         (*sync_compare_and_swap<mode>): Likewise.
14440         (sync_double_compare_and_swap<mode>): Likewise.
14441         (*sync_double_compare_and_swapdi_pic): Likewise.
14442         (sync_old_add<mode>): Likewise.
14443         (sync_add<mode>): Likewise.
14444         (sync_sub<mode>): Likewise.
14445         (sync_<code><mode>): Likewise.
14446
14447 2010-05-17  Martin Jambor  <mjambor@suse.cz>
14448
14449         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
14450         otr_token and polymorphic.
14451         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
14452         (cgraph_clone_edge): Copy the above fields.
14453         * tree.c (get_binfo_at_offset): New function.
14454         * tree.h (get_binfo_at_offset): Declare.
14455         * ipa-prop.h (enum jump_func_type): Added known_type jump function
14456         type, reordered items, updated comments.
14457         (union jump_func_value): Added base_type field, reordered fields.
14458         (enum ipa_lattice_type): Moved down in the file.
14459         (struct ipa_param_descriptor): New field polymorphic.
14460         (ipa_is_param_polymorphic): New function.
14461         * ipa-prop.c: Include gimple.h and gimple-fold.h.
14462         (ipa_print_node_jump_functions): Print known type jump functions.
14463         (compute_complex_pass_through): Renamed to...
14464         (compute_complex_assign_jump_func): this.
14465         (compute_complex_ancestor_jump_func): New function.
14466         (compute_known_type_jump_func): Likewise.
14467         (compute_scalar_jump_functions): Create known type and complex ancestor
14468         jump functions.
14469         (ipa_note_param_call): New parameter polymorphic, set the corresponding
14470         flag in the call note accordingly.
14471         (ipa_analyze_call_uses): Renamed to...
14472         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
14473         variable var only in the block where it is used.
14474         (ipa_analyze_virtual_call_uses): New function.
14475         (ipa_analyze_call_uses): Likewise.
14476         (combine_known_type_and_ancestor_jfs): Likewise.
14477         (update_jump_functions_after_inlining): Implemented handling of a
14478         number of new jump function types combination.
14479         (print_edge_addition_message): Removed.
14480         (make_edge_direct_to_target): New function.
14481         (try_make_edge_direct_simple_call): Likewise.
14482         (try_make_edge_direct_virtual_call): Likewise.
14483         (update_call_notes_after_inlining): Renamed to...
14484         (update_indirect_edges_after_inlining): this.  Moved edge creation for
14485         indirect calls to try_make_edge_direct_simple_call, also calls
14486         try_make_edge_direct_virtual_call for virtual calls.
14487         (ipa_print_node_params): Changed the header message.
14488         (ipa_write_jump_function): Stream also known type jump functions.
14489         (ipa_read_jump_function): Likewise.
14490         (ipa_write_indirect_edge_info): Stream new fields in
14491         cgraph_indirect_call_info.
14492         (ipa_read_indirect_edge_info): Likewise.
14493         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
14494         GIMPLE_FOLD_H.
14495
14496 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14497
14498         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
14499
14500 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
14501
14502         * tree.h (CALL_EXPR_ARGS): Delete.
14503         (call_expr_arglist): Delete.
14504         * tree.c (call_expr_arglist): Delete.
14505         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
14506         targetm.fold_builtin.
14507         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
14508         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
14509         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
14510         arglist parameter.  Use CALL_EXPR_ARG.
14511         (picochip_expand_builtin_3op): Likewise.
14512         (picochip_expand_builtin_2opvoid): Likewise.
14513         (picochip_expand_array_get): Likewise.
14514         (picochip_expand_array_put): Likewise.
14515         (picochip_expand_array_testport): Likewise.
14516         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
14517         rather than arglist.
14518         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
14519         CALL_EXPR_ARGS.
14520         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
14521         than TREE_VALUE and TREE_CHAIN.
14522         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
14523         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
14524         the arglist.
14525
14526 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
14527
14528         PR bootstrap/42347
14529         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
14530         to have no fallthru edge.
14531
14532         PR middle-end/44102
14533         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
14534         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
14535         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
14536         add BARRIER after previous bb if needed.
14537
14538 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
14539
14540         * tree.c (build_function_type_list_1): Remove bogus assert condition.
14541
14542 2010-05-17  Alan Modra  <amodra@gmail.com>
14543
14544         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
14545         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
14546         with copy_reg rtx param.
14547         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
14548         Correct cases where code for ABI_V4 did not initialise the reg
14549         used to access frame.  Also leave frame_reg_rtx as sp for large
14550         frames that save no regs.
14551
14552 2010-05-17  Martin Jambor  <mjambor@suse.cz>
14553
14554         PR middle-end/44133
14555         * tree-sra.c (create_access_replacement): New parameter rename, mark
14556         the replaement for renaming only when it is true.
14557         (get_access_replacement): Pass true in the rename parameter of
14558         create_access_replacement.
14559         (get_unrenamed_access_replacement): New function.
14560         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
14561         replacement declaration from it.
14562
14563 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
14564
14565         * function.c (try_fit_stack_local, add_frame_space): New static
14566         functions.
14567         (assign_stack_local_1): Use them.  Look for opportunities to use
14568         space previously wasted on alignment.
14569         * function.h (struct frame_space): New.
14570         (struct rtl_data): Add FRAME_SPACE_LIST member.
14571         * reload1.c (something_was_spilled): New static variable.
14572         (alter_reg): Set it.
14573         (reload): Test it in addition to testing if the frame size changed.
14574
14575 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
14576
14577         * config/s390/s390.c: Define sane prefetch settings and activate
14578         flag_prefetch_loop_arrays on -O3.
14579         * config/s390/s390.h: Declare that read can use write prefetch.
14580
14581 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
14582
14583         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
14584         build.
14585
14586 2010-05-16  Jan Hubicka  <jh@suse.cz>
14587
14588         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
14589         function body; do not check stdarg field of struct function.
14590
14591 2010-05-16  Jan Hubicka  <jh@suse.cz>
14592
14593         * cgraph.c (dump_cgraph_node): Dump versionable flag.
14594         * cgraph.h (cgraph_local_info): Add versionable flag.
14595         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
14596         (ipcp_versionable_function_p): Use it.
14597         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
14598         versionable flag.
14599
14600 2010-05-16  Jan Hubicka  <jh@suse.cz>
14601
14602         * cgraph.c (cgraph_clone_node): Take decl argument and insert
14603         clone into hash when it is different from orig.
14604         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
14605         * cgraph.h (cgraph_clone_node): Update prototype.
14606         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
14607         (lto_cgraph_encoder_delete): Delete body map.
14608         (lto_cgraph_encoder_size): Move to header.
14609         (lto_cgraph_encoder_encode_body_p,
14610         lto_set_cgraph_encoder_encode_body): New.
14611         (lto_output_node): Do not take written_decls argument; output clone_of
14612         pointer.
14613         (add_node_to): Add include_body_argument; call
14614         lto_set_cgraph_encoder_encode_body on master of the clone.
14615         (add_references): Update use of add_node_to.
14616         (compute_ltrans_boundary): Likewise.
14617         (output_cgraph): Do not create written_decls bitmap.
14618         (input_node): Take nodes argument; stream in clone_of correctly.
14619         (input_cgraph_1): Update use of input_node.
14620         * lto-streamer-out.c (lto_output): Use encoder info to decide
14621         what bodies to output.
14622         * ipa-inline.c (cgraph_clone_inlined_nodes,
14623         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
14624         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
14625         (lto_cgraph_encoder_size): Define here.
14626         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
14627         Declare.
14628
14629 2010-05-16  Richard Guenther  <rguenther@suse.de>
14630
14631         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
14632         -fipa-type-escape.
14633         * ipa-type-escape.c (gate_type_escape_vars): Run when
14634         -fipa-struct-reorg runs.
14635         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
14636         * common.opt (fipa-type-escape): Remove.
14637
14638 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
14639
14640         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
14641         (decode_options): Likewise.
14642         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
14643
14644 2010-05-16  Jan Hubicka  <jh@suse.cz>
14645
14646         * ipa.c (function_and_variable_visibility): Also bring local all
14647         aliases.
14648
14649 2010-05-16  Richard Guenther  <rguenther@suse.de>
14650
14651         * alias.c (nonoverlapping_memrefs_p): Remove use of
14652         IPA type-escape information.
14653
14654 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
14655
14656         * c-common.c (c_common_reswords): Add _Static_assert for C.
14657         * c-parser.c (c_token_starts_declaration,
14658         c_parser_next_token_starts_declaration,
14659         c_parser_static_assert_declaration_no_semi,
14660         c_parser_static_assert_declaration): New.
14661         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
14662         Handle static assertions if static_assert_ok.
14663         (c_parser_external_declaration, c_parser_declaration_or_fndef,
14664         c_parser_compound_statement_nostart, c_parser_label,
14665         c_parser_for_statement, c_parser_objc_methodprotolist,
14666         c_parser_omp_for_loop): All callers of
14667         c_parser_declaration_or_fndef changed.
14668         (c_parser_struct_declaration): Handle static assertions.
14669         (c_parser_compound_statement_nostart): Use
14670         c_parser_next_token_starts_declaration and
14671         c_token_starts_declaration to detect start of declarations.
14672         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
14673         Likewise.
14674
14675 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
14676
14677         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14678         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14679         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
14680         TARGET_FUNCTION_VALUE_REGNO_P): Define.
14681         (mmix_function_outgoing_value): Rename to...
14682         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
14683         (mmix_function_value_regno_p): Make static.
14684         (mmix_libcall_value): New function.
14685         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
14686         mmix_function_value_regno_p): Remove declaration.
14687
14688 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
14689
14690         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
14691         BUILT_IN_ALLOCA if stack checking is enabled.
14692
14693 2010-05-16  Richard Guenther  <rguenther@suse.de>
14694
14695         * var-tracking.c (vars_copy_1): Inline ...
14696         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
14697         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
14698         (variable_merge_over_cur): Adjust.  Merge asserts.
14699         (variable_merge_over_src): Likewise.
14700         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
14701         (variable_post_merge_new_vals): Merge asserts.
14702         (variable_post_merge_perm_vals): Likewise.
14703         (find_mem_expr_in_1pdv): Likewise.
14704         (dataflow_set_different_value): Remove.
14705         (onepart_variable_different_p): Merge asserts.
14706         (variable_different_p): Likewise.
14707         (dataflow_set_different_1): Inline ...
14708         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
14709         (emit_notes_for_differences_1): Merge asserts.
14710
14711 2010-05-16  Richard Guenther  <rguenther@suse.de>
14712
14713         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
14714         * optabs.c (libfunc_decl_hash): Likewise.
14715         * varasm.c (emutls_decl): Likewise.
14716
14717 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
14718
14719         * c-decl.c: Don't include gimple.h.
14720         (merge_decls): Do not copy gimple_body.
14721
14722 2010-05-15  Jason Merrill  <jason@redhat.com>
14723
14724         * c.opt: Add -fnothrow-opt.
14725
14726 2010-05-15  Jan Hubicka  <jh@suse.cz>
14727
14728         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
14729         analyzed.
14730         * passes.c (ipa_write_summaries): Write all analyzed nodes.
14731
14732 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
14733
14734         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
14735         * Makefile.in: Add it.
14736         Fix all other Makefile dependencies for changes below.
14737         * tree.h: Include it instead of defining VEC primitives here.
14738         * gimple.h: Likewise.
14739         * rtl.h: Likewise.
14740         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
14741         * except.h: Include vecir.h, break dependence on tree.h.
14742
14743         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
14744         Move from here...
14745         * tree-iterator.c: ...to here.
14746         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
14747
14748         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
14749         tm_p.h.
14750         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
14751         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
14752         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
14753         tree-mudflap.h, and target.h.
14754         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
14755         predict.h, tree-inline.h, gimple.h, and langhooks.h.
14756         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
14757         Add FIXME for why gimple.h is still included (should be unnecessary
14758         since GCC 4.5 gimplification unit-at-a-time).
14759         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
14760         * c-pragma.c: Add FIXME for why function.h needs to be included just
14761         for cfun, at front-end level.
14762         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
14763         Do not include ggc.h, but include vecprim.h for VEC(char).
14764         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
14765         Explain why target.h is included.
14766         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
14767         Explain why gimple.h is included.
14768         * c-ppoutput.c: Do not include tm.h.
14769         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
14770         * c-parses.c: Explain why rtl.h is included, and that this (and only
14771         this) is also why tm.h must be included.
14772         Do not include except.h.
14773         * c-lang.c: Do not include ggc.h.
14774
14775 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
14776
14777         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
14778
14779 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
14780
14781         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
14782         unions by default if those structs and unions have no tags.  Do
14783         not condition anonymous struct and unions handling on flag_iso.
14784         Allow anonymous structs and unions for C1X.
14785         (finish_struct): Do not diagnose lack of named fields when
14786         anonymous structs and unions present for C1X.  Accept flexible
14787         array members in structure with anonymous structs or unions but no
14788         directly named fields.
14789         * doc/extend.texi (Unnamed Fields): Update.
14790
14791 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
14792
14793         * gimple.h (compare_field_offset): Rename into...
14794         (gimple_compare_field_offset): ...this.
14795         * gimple.c (compare_field_offset): Rename into...
14796         (gimple_compare_field_offset): ...this.  Compare the full access if
14797         the offset is self-referential.
14798         (gimple_types_compatible_p): Adjust for above renaming.
14799         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
14800         DECL_NONADDRESSABLE_P flag of fields before merging them.
14801
14802 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
14803
14804         * tree.h (ctor_to_list): Delete.
14805         * tree.c (ctor_to_list): Delete.
14806
14807 2010-05-15  Jan Hubicka  <jh@suse.cz>
14808
14809         * ipa-reference.c: Include toplev.h
14810         (is_proper_for_analysis): Only add to all_module_statics
14811         if it is allocated.
14812         (write_node_summary_p, stream_out_bitmap,
14813         ipa_reference_write_optimization_summary,
14814         ipa_reference_read_optimization_summary): New.
14815         (struct ipa_opt_pass_d pass_ipa_reference): Add
14816         optimization summary streaming.
14817         * lto-cgraph.c (referenced_from_this_partition_p,
14818         reachable_from_this_partition_p): New functions.
14819         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
14820         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
14821         * opts.c (decode_options): Enable ipa_reference.
14822         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
14823         * lto-streamer.h (referenced_from_this_partition_p,
14824         reachable_from_this_partition_p): Declare.
14825
14826 2010-05-15  Richard Guenther  <rguenther@suse.de>
14827
14828         PR tree-optimization/44038
14829         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
14830         taking the address of a V_C_E of a constant.
14831
14832 2010-05-14  Jan Hubicka  <jh@suse.cz>
14833
14834         * tree.h (memory_identifier_string): Remove.
14835         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
14836         (ipa_reference_global_vars_info_d): Remove statics_not_read and
14837         statics_not_written.
14838         (ipa_reference_optimization_summary_d): New structure.
14839         (ipa_reference_optimization_summary_t): New type and vector.
14840         (ipa_reference_vars_info_d): Embedd structures instead of using
14841         pointers.
14842         (reference_vars_to_consider): Remove out of GGC space.
14843         (module_statics_escape): Remove.
14844         (global_info_obstack): Rename to ...
14845         (optimization_summary_obstack): ... this one.
14846         (initialization_status_t): Remove.
14847         (memory_identifier_string): Remove.
14848         (get_reference_vars_info): Fix indenting.
14849         (set_reference_vars_info): Likewise.
14850         (get_reference_optimization_summary): New.
14851         (set_reference_optimization_summary): New.
14852         (get_global_reference_vars_info): Remove.
14853         (ipa_reference_get_read_global): Remove.
14854         (ipa_reference_get_written_global): Remove.
14855         (ipa_reference_get_not_read_global): Update.
14856         (ipa_reference_get_not_written_global): Update.
14857         (is_proper_for_analysis): Outlaw addressable.
14858         (propagate_bits): Update for new datastructures.
14859         (analyze_variable): Remove.
14860         (init_function_info): Update for new datastructures.
14861         (clean_function_local_data): Remove.
14862         (clean_function): Remove.
14863         (copy_global_bitmap): Use optimizations_summary_obstack.
14864         (duplicate_node_data): Duplicate optimization summary only.
14865         (remove_node_data): Remove optimization summary only.
14866         (generate_summary): Do not analyze variables; do not compute
14867         module_statics_escape; do not prune solutions by it.
14868         (read_write_all_from_decl): Fix typos in comments.
14869         (propagate): Doscover readonly and nonaddressable first;
14870         update for new datastructures; share global bitmaps.
14871         * ipa-reference.h (ipa_reference_get_read_global,
14872         ipa_reference_get_written_global): Remove.
14873         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
14874         * Makefile.in: Remove ipa-refereference from GT files.
14875
14876 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
14877
14878         PR debug/44112
14879         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
14880         for all SYMBOL_REF_DECLs.
14881
14882 2010-05-14  Jan Hubicka  <jh@suse.cz>
14883
14884         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
14885         (varpool_all_refs_explicit_p): New inline function.
14886         * ipa-reference.c: Update comment.
14887         (module_statics_written): Remove.
14888         (get_static_decl): Remove.
14889         (ipa_init): Do not initialize module_statics_written.
14890         (analyze_function): Likewise.
14891         (generate_summary): Likewise; do not compute module_statics_readonly
14892         and do not update variable flags.
14893         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
14894         * ipa.c: Inlucde flags.h
14895         (cgraph_local_node_p): New.
14896         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
14897         promote functions to local.
14898         (ipa_discover_readonly_nonaddressable_vars): New function.
14899         (function_and_variable_visibility): Use cgraph_local_node_p.
14900         * varpool.c (varpool_finalize_decl): Set force_output for
14901         DECL_PRESERVE_P vars.
14902
14903 2010-05-14  Jan Hubicka  <jh@suse.cz>
14904
14905         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
14906
14907 2010-05-14  Richard Guenther  <rguenther@suse.de>
14908
14909         PR tree-optimization/44119
14910         * tree-ssa-pre.c (eliminate): Properly mark replacement of
14911         a PHI node necessary.
14912
14913 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
14914
14915         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
14916
14917 2010-05-14  Jason Merrill  <jason@redhat.com>
14918
14919         PR c++/44127
14920         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
14921         (gimple_call_set_nothrow): New.
14922         * gimple.c (gimple_build_call_from_tree): Call it.
14923         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
14924
14925         PR c++/44127
14926         * gimplify.c (gimplify_seq_add_stmt): No longer static.
14927         * gimple.h: Declare it.
14928         * gimple.c (gimple_build_eh_filter): No ops.
14929
14930 2010-05-14  Jan Hubicka  <jh@suse.cz>
14931
14932         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
14933         nodes already in queue.
14934         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
14935         re-enqueueing node.
14936
14937 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
14938
14939         PR debug/44136
14940         * cfgexpand.c (expand_debug_expr): If non-memory op0
14941         has BLKmode, return NULL.
14942
14943 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
14944
14945         * config.gcc: Add support for --with-cpu option for bdver1.
14946         * config/i386/i386.h (TARGET_BDVER1): New macro.
14947         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
14948         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
14949         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
14950         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
14951         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
14952         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
14953         (processor_type): Add PROCESSOR_BDVER1.
14954         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
14955         processor_type in config/i386/i386.h.
14956         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
14957         movaps <reg, reg> instead of movapd <reg, reg> when replacing
14958         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
14959         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
14960         to emit packed xor instead of packed double/packed integer
14961         xor for SSE and AVX when moving a zero value.
14962         * config/i386/sse.md: Add check for
14963         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
14964         movapd/movdqa for SSE and AVX.
14965         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
14966         single logical operations i.e and, or and xor instead of packed double
14967         logical operations for SSE and AVX.
14968         * config/i386/i386-c.c (ix86_target_macros_internal):
14969         Add PROCESSOR_BDVER1.
14970         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
14971         (has_fma4, has_xop): New.
14972         * config/i386/i386.c (bdver1_cost): New variable.
14973         (m_BDVER1): New macro.
14974         (m_AMD_MULTIPLE): Add m_BDVER1.
14975         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
14976         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
14977         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
14978         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
14979         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
14980         x86_tune_sse_partial_reg_dependency,
14981         x86_tune_sse_unaligned_load_optimal,
14982         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
14983         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
14984         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
14985         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
14986         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
14987         Enable/disable for bdver1.
14988         (processor_target_table): Add bdver1_cost.
14989         (cpu_names): Add bdver1.
14990         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
14991          processor_alias_table.
14992         (ix86_expand_vector_move_misalign): Change.
14993         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
14994         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
14995         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
14996         of movupd/movdqu for SSE and AVX.
14997         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
14998         (ix86_tune_adjust_cost): Add code for bdver1.
14999         (standard_sse_constant_opcode): Add check for
15000         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
15001         of packed double xor for SSE and AVX.
15002
15003 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
15004
15005         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
15006         result to unsigned.
15007
15008 2010-05-14  Tristan Gingold  <gingold@adacore.com>
15009
15010         * toplev.c (default_debug_hooks): Remove this variable.
15011         (process_options): Remove assignments to default_debug_hooks.
15012
15013 2010-05-14  Martin Jambor  <mjambor@suse.cz>
15014
15015         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
15016         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
15017         * langhooks.h (struct lang_hooks_for_decls): Removed field
15018         fold_obj_type_ref.
15019         * tree.c (free_lang_data): Remove assignment to
15020         lang_hooks.fold_obj_type_ref.
15021         * tree.def (OBJ_TYPE_REF): Update comment.
15022
15023 2010-05-14  Richard Guenther  <rguenther@suse.de>
15024
15025         PR tree-optimization/44124
15026         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
15027
15028 2010-05-14  Alan Modra  <amodra@gmail.com>
15029
15030         PR target/44075
15031         * config/rs6000/rs6000.c (struct machine_function): Reorder
15032         fields for better packing.  Add lr_save_state.
15033         (rs6000_ra_ever_killed): Return lr_save_state if set.
15034         (rs6000_emit_eh_reg_restore): Set lr_save_state.
15035
15036 2010-05-13  Jan Hubicka  <jh@suse.cz>
15037
15038         * varpool.c (decide_is_variable_needed): Drop code checking
15039         TREE_SYMBOL_REFERENCED.
15040
15041 2010-05-13  Jan Hubicka  <jh@suse.cz>
15042
15043         * final.c (output_addr_const): Do not call mark_decl_referenced.
15044         * cgraphunit.c (process_function_and_variable_attributes): Use
15045         mark_needed_node dirrectly.
15046         (assemble_thunk): Do not call mark_decl_referenced.
15047
15048 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
15049
15050         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
15051
15052 2010-05-13  Jeff Law  <law@redhat.com>
15053
15054         * ira-conflicts.c (print_allocno_conflicts): New function broken out
15055         from...
15056         (print_conflicts): Call print_allocno_conflicts.
15057
15058 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
15059
15060         PR debug/44104
15061         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
15062         if it is NULL.
15063
15064 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
15065
15066         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
15067         t-mingw-w64 or t-mingw-w32 for multilib configuration.
15068         * config/i386/t-mingw-w32: New.
15069         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
15070
15071 2010-05-13  Martin Jambor  <mjambor@suse.cz>
15072
15073         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
15074         gimple-fold.c).
15075         * gimple-fold.c (get_base_binfo_for_type): New function.
15076         (gimple_get_relevant_ref_binfo): Likewise.
15077         (gimple_fold_obj_type_ref_known_binfo): Likewise.
15078         (gimple_fold_obj_type_ref): Likewise.
15079         (fold_gimple_call): Simplify condition for folding virtual calls
15080         and call gimple_fold_obj_type_ref.
15081         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
15082         (gimple_fold_obj_type_ref_known_binfo): Likewise.
15083
15084 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
15085
15086         * config/rs6000/rs6000-protos.h
15087         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
15088         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
15089         (rs6000_debug_mode_dependent_address)
15090         (rs6000_mode_dependent_address_ptr): Likewise.
15091
15092 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
15093
15094         PR debug/43983
15095         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
15096         by SRA.
15097         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
15098         * tree-sra.c (create_access_replacement): Call unshare_expr before
15099         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
15100         * dwarf2out.c: Include tree-flow.h.
15101         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
15102         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
15103         Handle DW_OP_bit_piece.
15104         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
15105         construct_piece_list, adjust_piece_list): New functions.
15106         (add_var_loc_to_decl): Handle SRA optimized variables.
15107         Adjust for var_loc_note to loc field renaming.
15108         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
15109         in VAR_LOCATION note.
15110         (new_loc_descr_op_bit_piece): New function.
15111         (dw_sra_loc_expr): New function.
15112         (dw_loc_list): Use it.  Don't handle the last range after the
15113         loop, handle it inside of the loop.  Adjust for var_loc_note
15114         to loc field renaming.
15115         (add_location_or_const_value_attribute): Only special case
15116         single entry loc lists if loc is NOTE_P.  Adjust for
15117         var_loc_note to loc field renaming.
15118         (dwarf2out_var_location): Don't set newloc->var_loc_note
15119         and newloc->next here.
15120
15121 2010-05-12  Jan Hubicka  <jh@suse.cz>
15122
15123         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
15124         flag.
15125         * cgraph.h (cgraph_only_called_directly_p,
15126         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
15127         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
15128         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
15129         (assemble
15130         * ipa.c (cgraph_remove_unreachable_nodes): Use
15131         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
15132         flags.
15133         * tree-inline.c (copy_bb): Check address_taken flag.
15134         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
15135         externally_visible flag.
15136
15137 2010-05-12  Jason Merrill  <jason@redhat.com>
15138
15139         PR bootstrap/44048
15140         PR target/44099
15141         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
15142         * sdbout.c (plain_type_1): Likewise.
15143         * dwarf2out.c (is_base_type): Likewise.
15144         (gen_type_die_with_usage): Likewise.  Generate
15145         DW_TAG_unspecified_type for any LANG_TYPE.
15146
15147 2010-05-12  Jan Hubicka  <jh@suse.cz>
15148
15149         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
15150         indrect edges too.
15151         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
15152         (cgraph_clone_edge): Update.
15153         (cgraph_node_remove_callees): Remove indirect calls too.
15154         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
15155         (cgraph_create_indirect_edge): Update prototype.
15156         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
15157         is_proper_for_analysis.
15158         (add_new_function, visited_nodes, function_insertion_hook_holder,
15159         get_local_reference_vars_info, mark_address_taken, mark_address,
15160         mark_load, mark_store, check_asm_memory_clobber, check_call,
15161         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
15162         (ipa_init): Do not initialize visited_nodes;
15163         function_insertion_hook_holder.
15164         (analyze_variable): Rewrite.
15165         (analyze_function): Rewrite.
15166         (copy_local_bitmap): Remove.
15167         (duplicate_node_dat): Do not duplicate local info.
15168         (generate_summary): Simplify to only walk cgraph.
15169         (write_node_summary_p, ipa_reference_write_summary,
15170         ipa_reference_read_summary): Remove.
15171         (propagate): Do not remove function insertion;
15172         generate summary.
15173         (pass_ipa_reference): NULLify summary handling fields.
15174         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
15175         (input_edge): Input ecf_flags.
15176         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
15177         (update_indirect_edges_after_inlining): Ignore edges with unknown
15178         param.
15179
15180 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
15181
15182         * implicit-zee.c: New file.
15183         * tree-pass.h (pass_implicit_zee): Declare.
15184         * passes.c (init_optimization_passes): Add zee pass.
15185         * common.opt (fzee): New flag.
15186         * timevar.def (TV_ZEE): Define.
15187         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
15188         and beyond.
15189         * Makefile.in (implicit-zee.o): Add new build file.
15190
15191 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15192             Nathan Froyd  <froydnj@codesourcery.com>
15193
15194         * c-common.c (sync_resolve_params): Remove write-only variable.
15195
15196 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
15197
15198         * target.h (struct gcc_target): Add mode_dependent_address_p field.
15199         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15200         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
15201         * targhooks.c (default_mode_dependent_address_p): New function.
15202         * targhooks.h (default_mode_dependent_address_p): Declare function.
15203         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15204         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
15205         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
15206         target hook. Change return type to bool.
15207         * recog.h (mode_dependent_address_p): Change return type to bool.
15208
15209 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15210             Nathan Froyd  <froydnj@codesourcery.com>
15211
15212         * tree-mudflap.c (build_function_type_0, build_function_type_1,
15213         build_function_type_2, build_function_type_3): Remove.
15214         (mudflap_init): Use build_function_type_list.
15215
15216 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15217             Nathan Froyd  <froydnj@codesourcery.com>
15218
15219         * coverage.c (build_fn_info_value): Call build_constructor instead of
15220         build_constructor_from_list.
15221         (build_ctr_info_value): Likewise.
15222         (build_gcov_info): Likewise.
15223
15224 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
15225
15226         * tree.c (build_constructor): Compute TREE_CONSTANT for the
15227         resultant constructor.
15228         (build_constructor_single): Don't set TREE_CONSTANT.
15229         (build_constructor_from_list): Don't compute TREE_CONSTANT.
15230
15231 2010-05-12  Jan Hubicka  <jh@suse.cz>
15232
15233         * cgraph.h (struct varpool_node): Add aux.
15234         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
15235         * varpool.c (varpool_remove_node): Do not remove initializer.
15236         (varpool_reset_queue): Export.
15237         (varpool_finalize_decl): Volatile vars are forced to be output.
15238         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
15239         replaced decl.
15240         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
15241         process_references, varpool_can_remove_if_no_refs): New functions.
15242         (cgraph_remove_unreachable_nodes): Handle variables too.
15243
15244 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
15245
15246         PR target/44088
15247         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
15248
15249 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
15250
15251         PR middle-end/44085
15252         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
15253         change value of ORT_TASK.
15254         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
15255         (omp_notice_threadprivate_variable): New function.
15256         (omp_notice_variable): Call it for threadprivate variables.
15257         If enclosing ctx is a task, print enclosing task rather than
15258         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
15259         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
15260         if task has untied clause.
15261
15262         PR debug/42278
15263         * dwarf2out.c (base_type_die): Don't add name attribute here.
15264         (modified_type_die): Instead of sizetype use
15265         its underlying original type.  If a DW_TAG_base_type doesn't
15266         have name added, add __unknown__.
15267         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
15268         always call force_type_die instead.
15269
15270 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
15271
15272         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
15273         for __stack_chk_guard.
15274
15275 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
15276
15277         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
15278         don't call start_source_file debug hook here...
15279         (finish_options): ... but here, after outputting predefined and
15280         command line defines and undefs.
15281
15282         PR middle-end/44071
15283         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
15284         no fallthru edge.
15285         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
15286         optimizing away empty bb with no successors, move over its
15287         footer chain to fallthru predecessor.
15288         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
15289         (rtl_split_edge): For asm goto call patch_jump_insn even if
15290         splitting fallthru edge.
15291
15292         PR c++/44059
15293         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
15294         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
15295         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
15296         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
15297         on DW.ref.* decls.
15298
15299         PR c++/44062
15300         * c-parser.c (c_parser_expression): Mark LHS of a comma
15301         expression as read if it is a decl, handled component or
15302         COMPOUND_EXPR with that on the RHS.
15303         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
15304         if it is a decl or handled component.
15305
15306 2010-05-11  Jan Hubicka  <jh@suse.cz>
15307
15308         * lto-symtab.c (lto_symtab_free): New function.
15309         * lto-streamer.h (lto_symtab_free): Declare.
15310
15311 2010-05-11  Jan Hubicka  <jh@suse.cz>
15312
15313         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
15314         that if function is needed it is reachable.
15315         (lto_output_node): See if it the function is reachable or referenced.
15316         (output_cgraph): Update call of lto_output_node.
15317         * lto-streamer.h (reachable_from_other_partition_p): Declare.
15318
15319 2010-05-11  Jan Hubicka  <jh@suse.cz>
15320
15321         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
15322         Mark as used.
15323
15324 2010-05-11  Jan Hubicka  <jh@suse.cz>
15325
15326         PR tree-optimize/44063
15327         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
15328         queue.
15329         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
15330         limits.
15331         (estimate_function_body_sizes): Compute sizes even when disregarding.
15332
15333 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
15334
15335         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
15336
15337 2010-05-11  Jan Hubicka  <jh@suse.cz>
15338
15339         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
15340         into every boundary.
15341
15342 2010-05-11  Jan Hubicka  <jh@suse.cz>
15343
15344         * matrix-reorg.c (matrix_reorg): Rebuild edges.
15345
15346 2010-05-11  Jan Hubicka  <jh@suse.cz>
15347
15348         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
15349         lto_streamer_cache_delete): Put nodes into heap.
15350         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
15351         heap.
15352
15353 2010-05-11  Jan Hubicka  <jh@suse.cz>
15354
15355         * cgraphbuild.c (cgraph_rebuild_references): New.
15356         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
15357         out extern inlines.
15358         * cgraph.h (cgraph_rebuild_references): Declare.
15359         * tree-inline.c (tree_function_versioning): Use it.
15360         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
15361
15362 2010-05-11  Jan Hubicka  <jh@suse.cz>
15363
15364         * cgraph.c: Include ipa-utils.h
15365         (cgraph_create_virtual_clone): Update references.
15366         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
15367
15368 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
15369
15370         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
15371         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
15372         cache size.
15373
15374 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
15375
15376         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
15377
15378 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
15379
15380         * gcc.c (execute): For -### don't quote arguments that
15381         contain just alphanumerics and _/-. characters.
15382         * doc/invoke.texi: Document that change for -###.
15383
15384         PR debug/44023
15385         * df-problems.c (struct dead_debug): Add to_rescan field.
15386         (dead_debug_init): Clear to_rescan field.
15387         (dead_debug_finish): Rescan all debug insns in to_rescan
15388         bitmap and free the bitmap.
15389         (dead_debug_insert_before): Instead of rescanning debug insns
15390         immediately queue their rescanning until dead_debug_finish.
15391         (df_note_bb_compute): After dead_debug_add do continue instead
15392         of break.
15393
15394 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
15395
15396         PR debug/44028
15397         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
15398         clear also INSN_REG_USE_LIST.
15399
15400 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15401
15402         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
15403
15404 2010-05-10  Jan Hubicka  <jh@suse.cz>
15405
15406         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
15407         commited change.
15408
15409 2010-05-10  Jan Hubicka  <jh@suse.cz>
15410
15411         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
15412         Allocate encoders.
15413         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
15414         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
15415         (lto_streamer_cache_create): Init alloc pool.
15416         (lto_streamer_cache_delete): Free alloc pool.
15417         * lto-streamer.h: Include alloc pool.
15418         (lto_streamer_cache_d): Use alloc pool.
15419         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
15420
15421 2010-05-10  Jan Hubicka  <jh@suse.cz>
15422
15423         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
15424         * cgraphbuild.c: Include except.h
15425         (record_type_list, record_eh_tables): New function.
15426         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
15427
15428 2010-05-10  Jan Hubicka  <jh@suse.cz>
15429
15430         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
15431         __frame_dummy_init_array_entry, force_to_data): Attribute as used
15432         rather than unused.
15433
15434 2010-05-10  Michael Matz  <matz@suse.de>
15435
15436         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
15437         (can_reassociate_p): Use FLOAT_TYPE_P.
15438         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
15439         (vect_force_simple_reduction): ... this.
15440         * tree-parloops.c (gather_scalar_reductions): Use
15441         vect_force_simple_reduction.
15442         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
15443         vect_is_simple_reduction, add modify argument, if true rewrite
15444         "a-b" into "a+(-b)".
15445         (vect_is_simple_reduction, vect_force_simple_reduction): New
15446         functions.
15447         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
15448
15449 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
15450             Vladimir Makarov  <vmakarov@redhat.com>
15451
15452         PR rtl-optimization/44012
15453         * ira-build.c (remove_unnecessary_allocnos): Nullify
15454         regno_allocno_map of the removed allocno.
15455
15456 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15457
15458         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
15459         to /dev/null.
15460         * configure: Regenerate.
15461
15462 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15463
15464         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
15465         unused.
15466         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
15467         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
15468         support in Sun ld.
15469         * configure: Regenerate.
15470
15471 2010-05-10  Richard Guenther  <rguenther@suse.de>
15472
15473         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
15474         marked if the entry identifier is marked.
15475
15476 2010-05-10  Richard Guenther  <rguenther@suse.de>
15477
15478         * c-common.c (struct c_common_attributes): Add fnspec attribute.
15479         (handle_fnspec_attribute): New function.
15480         * gimple.h (gimple_call_return_flags): Declare.
15481         (gimple_call_arg_flags): Likewise.
15482         * gimple.c (gimple_call_arg_flags): New function.
15483         (gimple_call_return_flags): Likewise.
15484         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
15485         New argument flags.
15486         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
15487         return value flags.
15488         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
15489         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
15490         main work to ...
15491         (make_heapvar_for): ... this new function.
15492         (handle_rhs_call): Handle fnspec attribute argument specifiers.
15493         (handle_lhs_call): Likewise.
15494         (find_func_aliases): Adjust.
15495
15496 2010-05-10  Richard Guenther  <rguenther@suse.de>
15497
15498         PR tree-optimization/44050
15499         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
15500
15501 2010-05-10  Wei Guozhi  <carrot@google.com>
15502
15503         PR target/42879
15504         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
15505
15506 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
15507
15508         PR c/10676
15509         * c-typeck.c (lookup_field): Take a type directly.  Update
15510         recursive calls.
15511         (build_component_ref): Update call to lookup_field.
15512         (set_init_label): Use lookup_field to find initialized field.
15513         Handle returned list of fields like a sequence of designators.
15514
15515 2010-05-09  Richard Guenther  <rguenther@suse.de>
15516
15517         PR middle-end/44024
15518         * fold-const.c (tree_single_nonzero_warnv_p): Properly
15519         handle &FUNCTION_DECL.
15520
15521 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
15522
15523         PR c/4784
15524         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
15525         structures and unions recursively.
15526         (detect_field_duplicates): Move duplicate detection with a hash to
15527         detect_field_duplicates_hash.  Always use a hash if anonymous
15528         structures or unions are present.
15529         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
15530         give errors.
15531
15532 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
15533
15534         PR target/44046
15535         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
15536         detect Atom, Core 2 and Core i7.
15537
15538 2010-05-09  Richard Guenther  <rguenther@suse.de>
15539
15540         * gcc.c (store_arg): Handle temporary file deletion for
15541         joined arguments.
15542
15543 2010-05-09  Richard Guenther  <rguenther@suse.de>
15544
15545         PR middle-end/44043
15546         * ipa-inline.c (estimate_function_body_sizes): Return after
15547         disregarding inline limits.
15548
15549 2010-05-09  Richard Guenther  <rguenther@suse.de>
15550
15551         * gcc.c (store_arg): Revert last change.
15552
15553 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
15554
15555         PR middle-end/28685
15556         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
15557         (optimize_ops_list): Call it.
15558
15559 2010-05-08  Richard Guenther  <rguenther@suse.de>
15560
15561         PR tree-optimization/44030
15562         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
15563         NECESSARY flag if we propagate from a inserted expression.
15564
15565 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
15566
15567         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
15568         domain types as equal if they are both PLACEHOLDER_EXPRs.
15569
15570 2010-05-08  Richard Guenther  <rguenther@suse.de>
15571
15572         * lto-wrapper.c (run_gcc): Remove linker output from
15573         command line for LTRANS invocation.
15574
15575 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
15576
15577         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
15578         lto-macho as lto_binary_reader.
15579         * target.h (struct gcc_target): New hooks lto_start and lto_end.
15580         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
15581         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
15582         in lto_start and lto_end calls.
15583         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
15584         magic numbers.
15585         (scan_prog_file): Update is_elf_or_coff call.
15586         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
15587
15588         * collect2.c (main): Fix enum comparison.
15589
15590         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
15591         Add prototypes.
15592         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
15593         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
15594         and TARGET_ASM_LTO_END.
15595         * darwin.c: Include obstack.h and lto-streamer.h.
15596         (lto_section_names_offset, lto_section_names_obstack,
15597         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
15598         global variables.
15599         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
15600         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
15601         to a temporary file.
15602         (darwin_asm_lto_end): New function.  Restore asm_out_file.
15603         (darwin_asm_named_section): For LTO sections, replace the name with
15604         the offset of the section name in a string table, and build this
15605         table.
15606         (darwin_file_start): Initialize global vars for LTO support.
15607         (darwin_file_end): If output to asm_out_file was redirected, append it
15608         to the proper asm_out_file here.  Add the section names section.
15609
15610 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
15611
15612         * c-pragma.c (pending_weak_d, pending_weak): New.
15613         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
15614         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
15615         handle_pragma_weak): Update the uses of pending_weaks.
15616
15617 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15618
15619         PR documentation/44016
15620         * doc/standards.texi (Standards): Link to unversioned
15621         cxx0x_status.html page.
15622
15623 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
15624
15625         PR target/43708
15626         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
15627         in addition to TREE_USED, to avoid "set but unused" warnings.
15628
15629 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
15630
15631         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
15632         (is_loop_prefetching_profitable): Do not insert prefetches
15633         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
15634         times the prefetch ahead distance.
15635
15636 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
15637
15638         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
15639         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
15640         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
15641         the unroll_factor.
15642
15643 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
15644
15645         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
15646         a diagnostic info when the insn-to-mem ratio is too small.
15647
15648 2010-05-07  Richard Guenther  <rguenther@suse.de>
15649
15650         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
15651         the linker plugin.
15652         (store_arg): Queue temp_filename for deletion instead of
15653         the whole argument.
15654
15655 2010-05-07  Richard Guenther  <rguenther@suse.de>
15656
15657         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
15658         (run_gcc): Handle LTRANS phase invocation.
15659         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
15660
15661 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
15662
15663         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
15664         this is also meaningful on PARM_DECLs and RESULT_DECLs.
15665
15666 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15667
15668         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
15669
15670 2010-05-07  Richard Guenther  <rguenther@suse.de>
15671
15672         PR tree-optimization/44020
15673         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
15674         code when PRE is not yet initialized.
15675
15676 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15677
15678         * config/mips/dbxmdebug.h: Remove.
15679         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
15680
15681 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
15682
15683         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
15684         with null pointer and also warn about ordered comparison of zero with
15685         pointer if -Wextra.
15686
15687 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
15688
15689         * graphite-blocking.c
15690         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
15691         * graphite-clast-to-gimple.c
15692         (clast_to_gcc_expression): Same.
15693         (precision_for_value): Same.
15694         (precision_for_interval): Same.
15695         (gcc_type_for_interval): Same.
15696         (graphite_create_new_guard): Same.
15697         (compute_bounds_for_level): Same.
15698         (graphite_create_new_loop_guard): Same.
15699         * graphite-interchange.c
15700         (build_linearized_memory_access): Same.
15701         (pdr_stride_in_loop): Same.
15702         (memory_strides_in_loop_1): Same.
15703         (memory_strides_in_loop): Same.
15704         (extend_scattering): Same.
15705         (psct_scattering_dim_for_loop_depth): Same.
15706         (pbb_number_of_iterations): Same.
15707         * graphite-poly.h
15708         (debug_iteration_domains): Same.
15709         * graphite-ppl.c
15710         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
15711         (ppl_set_inhomogeneous_gmp): Same.
15712         (ppl_strip_loop): Same.
15713         (ppl_lexico_compare_linear_expressions): Same.
15714         (ppl_read_polyhedron_matrix): Same.
15715         (ppl_max_for_le_pointset): Same.
15716         * graphite-ppl.h
15717         (ppl_read_polyhedron_matrix): Same.
15718         (tree_int_to_gmp): Same.
15719         (gmp_cst_to_tree): Same.
15720         (ppl_set_inhomogeneous): Same.
15721         (ppl_set_inhomogeneous_tree): Same.
15722         (ppl_set_coef): Same.
15723         (ppl_set_coef_tree): Same.
15724         * graphite-sese-to-poly.c
15725         (build_pbb_scattering_polyhedrons): Same.
15726         (build_scop_scattering): Same.
15727         (scan_tree_for_params_right_scev): Same.
15728         (scan_tree_for_params): Same.
15729         (find_params_in_bb): Same.
15730         (find_scop_parameters): Same.
15731         (add_upper_bounds_from_estimated_nit): Same.
15732         (build_loop_iteration_domains): Same.
15733         (add_condition_to_domain): Same.
15734         (pdr_add_memory_accesses): Same.
15735
15736 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
15737
15738         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
15739         CLooG's value_* macros to their respective mpz_* counterparts.
15740         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
15741         (graphite_create_new_loop_guard): Same.
15742         * graphite-interchange.c (build_linearized_memory_access): Same.
15743         (pdr_stride_in_loop): Same.
15744         (memory_strides_in_loop_1): Same.
15745         (1st_interchange_profitable_p): Same.
15746         * graphite-poly.c (extend_scattering): Same.
15747         (psct_scattering_dim_for_loop_depth): Same.
15748         (pbb_number_of_iterations): Same.
15749         (pbb_number_of_iterations_at_time): Same.
15750         * graphite-poly.h (new_1st_loop): Same.
15751         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
15752         (oppose_constraint): Same.
15753         (insert_constraint_into_matrix): Same.
15754         (ppl_set_inhomogeneous_gmp): Same.
15755         (ppl_set_coef_gmp): Same.
15756         (ppl_strip_loop): Same.
15757         (ppl_lexico_compare_linear_expressions): Same.
15758         (ppl_max_for_le_pointset): Same.
15759         (ppl_min_for_le_pointset): Same.
15760         (ppl_build_realtion): Same.
15761         * graphite-ppl.h (gmp_cst_to_tree): Same.
15762         (ppl_set_inhomogeneous): Same.
15763         (ppl_set_inhomogeneous_tree): Same.
15764         (ppl_set_coef): Same.
15765         (ppl_set_coef_tree): Same.
15766         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
15767         (build_scop_scattering): Same.
15768         (add_value_to_dim): Same.
15769         (scan_tree_for_params_right_scev): Same.
15770         (scan_tree_for_params_int): Same.
15771         (scan_tree_for_params): Same.
15772         (find_params_in_bb): Same.
15773         (find_scop_parameters): Same.
15774         (add_upper_bounds_from_estimated_nit): Same.
15775         (build_loop_iteration_domains): Same.
15776         (create_linear_expr_from_tree): Same.
15777         (add_condition_to_domain): Same.
15778         (pdr_add_memory_accesses): Same.
15779
15780 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
15781             Jason Merrill  <jason@redhat.com>
15782
15783         * c-common.c (c_common_reswords): Add nullptr.
15784         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
15785         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
15786         (gen_type_die_with_usage): Likewise.
15787         * dbxout.c (dbxout_type): Likewise.
15788         * sdbout.c (plain_type_1): Likewise.
15789
15790 2010-05-06  Jason Merrill  <jason@redhat.com>
15791
15792         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
15793         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
15794         ret appropriately.
15795         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
15796
15797         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
15798         stripping WITH_SIZE_EXPR.
15799         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
15800         change.
15801
15802 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15803
15804         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
15805         list of obsolete configurations.
15806         Disabled check for obsolete configurations.
15807         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
15808         Removed support for previous versions.
15809         * config/mips/iris.h: Removed.
15810         * config/mips/iris5.h: Removed.
15811         * config/mips/iris6.h: Merged old iris.h contents.
15812         (TARGET_IRIX): Removed.
15813         (DRIVER_SELF_SPECS): Removed mabi=32.
15814         (IDENT_ASM_OP): Removed undef.
15815         (STARTFILE_SPEC): Removed mabi=32.
15816         (ENDFILE_SPEC): Likewise.
15817         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
15818         (MACHINE_TYPE): Update for IRIX 6.5.
15819         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
15820         TARGET_IRIX by TARGET_IRIX6.
15821         (mips_file_start): Likewise.
15822         (mips_output_external): Remove IRIX 5/6 O32 support.
15823         (mips_output_function_prologue): Likewise.
15824         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
15825         TARGET_IRIX6.
15826         (TARGET_CPU_CPP_BUILTINS): Likewise.
15827         (TARGET_IRIX): Removed.
15828         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
15829         (MULTILIB_DIRNAMES): Removed 32.
15830         (MULTILIB_OSDIRNAMES): Removed ../lib.
15831         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
15832         (Specific, mips-sgi-irix5): Document removal.
15833         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
15834         Remove references to older IRIX 6 releases and the O32 ABI.
15835
15836 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
15837
15838         PR bootstrap/43994
15839         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
15840         instead of DF_REF_REAL_REG.
15841
15842 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
15843
15844         PR target/43888
15845         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
15846         handling to still return true for x64 targets.
15847
15848 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
15849
15850         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
15851
15852 2010-05-06  Jan Hubicka  <jh@suse.cz>
15853
15854         PR tree-optimization/43791
15855         * ipa-inline.c (update_caller_keys): Remove bogus
15856         disregard_inline_limits check.
15857
15858 2010-05-06  Michael Matz  <matz@suse.de>
15859
15860         PR tree-optimization/43984
15861         * tree-ssa-pre.c (inserted_phi_names): Remove.
15862         (inserted_exprs): Change to bitmap.
15863         (create_expression_by_pieces): Set bits, don't append to vector.
15864         (insert_into_preds_of_block): Don't handle inserted_phi_names.
15865         (eliminate): Don't look at inserted_phi_names, remove deleted
15866         insns from inserted_exprs.
15867         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
15868         (init_pre, fini_pre): Allocate and free bitmaps.
15869         (execute_pre): Insert insns on edges before elimination.
15870
15871 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
15872
15873         * tree.c (initializer_zerop): Handle STRING_CST.
15874
15875 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15876
15877         PR 40989
15878         * doc/invoke.texi (Wimplicit): Document as C only.
15879         * opts.c (common_handle_option): Add argument kind.
15880         (handle_option): Rename as read_cmdline_option. Factor out code to...
15881         (handle_option): ... here. New.
15882         (handle_options): Rename as read_cmdline_options.
15883         (decode_options): Update call.
15884         (set_option): Use option index instead of option pointer. Classify
15885         diagnostics correctly.
15886         (enable_warning_as_error): Call handle_option.
15887         * opts.h (set_option): Update declaration.
15888         (handle_option): Declare.
15889         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
15890         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
15891         * c-opts.c (set_Wimplicit): Delete.
15892         (c_family_lang_mask): New static constant.
15893         (c_common_handle_option): Add argument kind. Use handle_option
15894         instead of set_Wimplicit.
15895         (c_common_post_options): warn_implicit and warn_implicit_int
15896         are disabled by default.
15897         * c-common.c (warn_implicit): Do not define here.
15898         * c-common.h (warn_implicit): Do not declare here.
15899         (c_common_handle_option): Update declaration.
15900         * lto-opts.c (lto_reissue_options): Update call to set_option.
15901
15902 2010-05-06  Richard Guenther  <rguenther@suse.de>
15903
15904         PR tree-optimization/43571
15905         * domwalk.c (walk_dominator_tree): Walk the dominator
15906         sons in more optimal order.
15907
15908 2010-05-06  Richard Guenther  <rguenther@suse.de>
15909
15910         PR tree-optimization/43934
15911         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
15912         (stmt_cost): Likewise.
15913         (extract_true_false_args_from_phi): New helper.
15914         (determine_max_movement): For PHI nodes verify we can hoist them
15915         and compute their cost.
15916         (determine_invariantness_stmt): Handle PHI nodes.
15917         (move_computations_stmt): Likewise.  Hoist PHI nodes in
15918         if-converted form using COND_EXPRs.
15919         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
15920         (tree_ssa_lim): Likewise.
15921         * tree-flow.h (tree_ssa_lim): Adjust prototype.
15922         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
15923
15924 2010-05-06  Richard Guenther  <rguenther@suse.de>
15925
15926         PR tree-optimization/43987
15927         * tree-ssa-structalias.c (could_have_pointers): For possibly
15928         address-taken variables force pointers to be recorded.
15929         (create_variable_info_for_1): Likewise.
15930         (push_fields_onto_fieldstack): Pass in wheter all fields
15931         must have pointers.
15932         (find_func_aliases): Query types instead of vars whether
15933         they contain pointers where appropriate.
15934
15935 2010-05-06  Jan Hubicka  <jh@suse.cz>
15936
15937         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
15938         (record_reference, mark_address, mark_load, mark_store): Record
15939         references.
15940         (record_references_in_initializer): Update call of record_references.
15941         (rebuild_cgraph_edges): Remove all references before rebuiding.
15942         * cgraph.c (cgraph_create_node): Clear ref list.
15943         (cgraph_remove_node): Remove references.
15944         (dump_cgraph_node): Dump references.
15945         (cgraph_clone_node): Clone references.
15946         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
15947         (struct cgraph_node, varpool_node): Add ref_lst.
15948         * ipa-ref.c: New file.
15949         * ipa-ref.h: New file.
15950         * ipa-ref-inline.h: New file.
15951         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
15952         (referenced_from_other_partition_p): New function.
15953         (lto_output_varpool_node): Take set arugment; call
15954         referenced_from_other_partition.
15955         (lto_output_ref): New.
15956         (add_references): New.
15957         (output_refs): New.
15958         (output_cgraph): Compute boundary based on references; output refs.
15959         (output_varpool): Accept cgraph_node_set argument.
15960         (input_ref): New.
15961         (input_refs): New.
15962         (input_cgraph): Call input_refs.
15963         * lto-section-in.c (lto_section_name): Add refs.
15964         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
15965         (ipa-ref.o): New file.
15966         * varpool.c (varpool_node): Clear ipa ref list.
15967         (varpool_remove_node): Remove references.
15968         (dump_varpool_node): Dump references.
15969         (varpool_assemble_decl): Only compile finalized ones.
15970         (varpool_extra_name_alias): Initialize ref list.
15971         * lto-streamer.c (lto-get_section_name): Add .refs section.
15972         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
15973         (referenced_from_other_partition_p): Declared.
15974
15975 2010-05-06  Ira Rosen  <irar@il.ibm.com>
15976
15977         PR tree-optimization/43901
15978         * tree-vect-stmts.c (vectorizable_call): Assert that vector
15979         type is not NULL if it's transformation phase, and return
15980         FALSE if it's analysis.
15981         (vectorizable_conversion, vectorizable_operation,
15982         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
15983
15984 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
15985
15986         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
15987         Delete.
15988         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
15989         New define.
15990         * config/mips/mips-protos.h
15991         (mips_small_register_classes_for_mode_p): Delete prototype.
15992
15993 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
15994
15995         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
15996         * config/arm/arm.c (multiple_operation_profitable_p,
15997         compute_offset_order): New static functions.
15998         (load_multiple_sequence, store_multiple_sequence): Use them.
15999         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
16000         memory offsets, not register numbers.
16001         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
16002
16003 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
16004
16005         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
16006         (get_pending_sizes, put_pending_size, put_pending_sizes):
16007         Update the uses of pending_sizes.
16008         * c-decl.c (store_parm_decls): Likewise.
16009         * c-tree.h (struct c_arg_info): Likewise.
16010         * tree.h: Update the prototype for get_pending_sizes and
16011         put_pending_sizes.
16012
16013 2010-05-05  Jason Merrill  <jason@redhat.com>
16014
16015         PR debug/43370
16016         * c-common.c (handle_aligned_attribute): Respect
16017         ATTR_FLAG_TYPE_IN_PLACE.
16018
16019         PR testsuite/43758
16020         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
16021         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
16022         (TARGET_INITIALIZER): Use it.
16023         * c-common.c (attribute_takes_identifier_p): Call it.
16024         * c-common.h: Update prototype.
16025         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
16026         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
16027
16028 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
16029
16030         PR debug/43950
16031         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
16032         DW_ID_down_case for Fortran compilation units.
16033
16034 2010-05-05  Jan Hubicka  <jh@suse.cz>
16035
16036         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
16037         handle aliases.
16038
16039 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
16040
16041         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
16042         a variable-sized RESULT_DECL.
16043
16044 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
16045
16046         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
16047
16048 2010-05-05  Jason Merrill  <jason@redhat.com>
16049
16050         PR c++/43787
16051         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
16052         returns GS_OK.
16053         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
16054
16055 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
16056             Jakub Jelinek  <jakub@redhat.com>
16057
16058         PR debug/43478
16059         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
16060         (dead_debug_init, dead_debug_finish): New functions.
16061         (dead_debug_add, dead_debug_insert_before): Likewise.
16062         (df_note_bb_compute): Initialize a dead_debug object, add dead
16063         debug uses to it, insert debug bind insns before death insns,
16064         reset debug insns that refer to pending uses at the end.
16065         * rtl.h (make_debug_expr_from_rtl): New prototype.
16066         * varasm.c (make_debug_expr_from_rtl): New function.
16067
16068 2010-05-05  Jan Hubicka  <jh@suse.cz>
16069
16070         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
16071         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
16072         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
16073         lto_varpool_encoder_deref, lto_varpool_encoder_size,
16074         lto_varpool_encoder_encode_initializer_p,
16075         lto_set_varpool_encoder_encode_initializer): New functions.
16076         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
16077         call output_varpool.
16078         (input_varpool_node): Do not always set analyzed.
16079         (input_cgraph_1): Return vector of cgraph nodes.
16080         (input_varpool_1): Return vector of varpools.
16081         (input_cgraph): Free the vectors.
16082         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
16083         output only initializers needed.
16084         (lto_output): Only call output_cgraph.
16085         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
16086         * lto-section-out.c (lto_new_out_decl_state): Initialize
16087         state->varpool_node_encoder.
16088         * lto-streamer.h (lto_varpool_encoder_d): New.
16089         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
16090         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
16091         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
16092         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
16093         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
16094         Declare.
16095         (output_varpool, input_varpool): Remove declarations.
16096
16097 2010-05-05  Jan Hubicka  <jh@suse.cz>
16098
16099         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
16100         with body can prevail.
16101
16102 2010-05-05  Jan Hubicka  <jh@suse.cz>
16103
16104         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
16105         size.
16106
16107 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
16108
16109         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
16110
16111         * gengtype.h (erro_at_line): Constify pos argument.
16112
16113         * gengtype.c: Include hashtab.h.
16114         (enum gc_used): Document GC_MAYBE_POINTED_TO.
16115         (error_at_line): Constify pos argument.
16116         (do_typedef): Initialize p->opt field.
16117         (get_file_gtfilename): Fix comment typo.
16118         (struct walk_type_data): Constify line field.
16119         (get_output_file_for_structure): New function.
16120         (write_local_func_for_structure): Constify orig_s argument.
16121         Use get_output_file_for_structure.
16122         (write_func_for_structure): Use get_output_file_for_structure.
16123         (INDENT): New define.
16124         (dump_pair, dump_type, dump_type_list, dump_typekind)
16125         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
16126         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
16127         functions.
16128         (seen_types): New variable.
16129         (main): New variable do_dump.  Process "-d" command line option.
16130         Call dump_everything if dump requested.
16131
16132 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
16133
16134         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
16135         in a temporary instead of invoking the macro multiple times.
16136         (track_expr_p): Likewise.
16137
16138 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
16139
16140         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
16141         per new semantics.
16142         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
16143         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
16144         conditions for printing notes.
16145         * common.opt (-Wcoverage-mismatch): Allow negative, default to
16146         true, update documentation.
16147         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
16148
16149 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
16150
16151         PR c/43981
16152         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
16153         on dimen.
16154
16155 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
16156
16157         PR target/43799
16158         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
16159         (*sse_prologue_save_insn1): Likewise.
16160         (SSE prologue save splitter): Likewise.
16161
16162 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
16163
16164         * tree.c (free_lang_data_in_one_sizepos): New inline function.
16165         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
16166         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
16167         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
16168         all decls.  Call it on DECL_FIELD_OFFSET of fields.
16169         (find_decls_types_r): Follow DECL_VALUE_EXPR.
16170         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
16171
16172 2010-05-04  Martin Jambor  <mjambor@suse.cz>
16173
16174         * tree-sra.c (build_access_from_expr_1): The first parameter type
16175         changed to simple tree.
16176         (build_access_from_expr): Likewise, gsi parameter was eliminated.
16177         (scan_assign_result): Renamed to assignment_mod_result, enum elements
16178         renamed as well.
16179         (build_accesses_from_assign): Removed all parameters except for a
16180         simple gimple statement.  Now returns a simple bool.
16181         (scan_function): All non-analysis parts moved to separate functions
16182         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
16183         parameters and updated both callers.
16184         (sra_modify_expr): Removed parameter data.
16185         (sra_modify_function_body): New function.
16186         (perform_intra_sra): Call sra_modify_function_body to modify the
16187         function body.
16188         (replace_removed_params_ssa_names): Parameter data changed into
16189         adjustments vector.
16190         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
16191         changed the parameter dont_convert to convert with the opposite
16192         meaning.
16193         (sra_ipa_modify_assign): Parameter data changed into adjustments
16194         vector, return value changed to bool.
16195         (ipa_sra_modify_function_body): New function.
16196         (sra_ipa_reset_debug_stmts): Updated a comment.
16197         (modify_function): Use ipa_sra_modify_function_body to modify function
16198         body.
16199
16200 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
16201
16202         PR middle-end/43671
16203         * alias.c (true_dependence): Handle the same VALUE in x and mem.
16204         (canon_true_dependence): Likewise.
16205         (write_dependence_p): Likewise.
16206
16207 2010-05-04  Jan Hubicka  <jh@suse.cz>
16208
16209         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
16210         * cgraphbuild.c: Include ipa-utils.h
16211         (record_reference_ctx): New struct.
16212         (record_reference): Simplify to work on initializers; not statements.
16213         (mark_address, mark_load, mark_store): New.
16214         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16215         walk PHI nodes too.
16216         (record_references_in_initializer): Update use of record_reference.
16217         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16218         walk PHI nodes too.
16219
16220 2010-05-04  Jan Hubicka  <jh@suse.cz>
16221
16222         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
16223         node will be removed anyway.
16224         (lto_varpool_replace_node): Allow also unanalyzed nodes;
16225         relink aliases of node into prevailing node.
16226         * varpool.c (varpool_remove_node): Remove aliases properly;
16227         when removing node, remove all its aliases too; remove DECL_INITIAL
16228         of removed node; ggc_free the varpool node.
16229
16230 2010-05-04  Richard Guenther  <rguenther@suse.de>
16231
16232         PR tree-optimization/43879
16233         * tree-ssa-structalias.c (alias_get_name): Use
16234         DECL_ASSEMBLER_NAME if available.
16235         (create_function_info_for): Return the varinfo node.
16236         (ipa_pta_execute): Associate same-body aliases and extra names
16237         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
16238
16239 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
16240
16241         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
16242
16243 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
16244
16245         PR bootstrap/43964
16246         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
16247         only if HONOR_REG_ALLOC_ORDER is not defined.
16248
16249 2010-05-04  Richard Guenther  <rguenther@suse.de>
16250
16251         PR tree-optimization/43949
16252         * tree-vrp.c (extract_range_from_binary_expr): Only handle
16253         TRUNC_MOD_EXPR.
16254
16255 2010-04-26  Jason Merrill  <jason@redhat.com>
16256
16257         * c.opt (-fstrict-enums): New.
16258         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
16259
16260 2010-05-03  David Ung  <davidu@mips.com>
16261             James E. Wilson  <wilson@codesourcery.com>
16262
16263         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
16264         emit the trap instruction before the divide for TUNE_74K.
16265
16266 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
16267
16268         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
16269         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
16270         based on the above, for new target hook.
16271
16272         * hooks.c (hook_bool_mode_true): New generic hook.
16273         * hooks.h (hook_bool_mode_true): Add prototype.
16274
16275         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
16276         target hook.
16277         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
16278         target hook, set to hook_bool_mode_false.
16279         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
16280         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
16281         with targetm.small_register_classes_for_mode_p.
16282         (find_reusable_reload): Likewise.
16283         (combine_reloads): Likewise.
16284         * reload1.c (reload_as_needed): Likewise.
16285         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
16286         * ifcvt.c (noce_process_if_block, check_cond_move_block,
16287         dead_or_predicable): Likewise.
16288         * regmove.c (optimize_reg_copy_1): Likewise.
16289         * calls.c (prepare_call_address): Likewise.
16290         (precompute_register_parameters): Likewise.
16291
16292         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
16293         hook definition.
16294         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
16295         implementation of the hook that considers all register classes
16296         small except for SH64.
16297         (sh_override_options): Use the new hook.
16298         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
16299         Add prototype.
16300
16301         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
16302         hook definition.
16303         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
16304         implementation of the hook that considers all register classes
16305         small for THUMB1.
16306         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
16307         Add prototype.
16308
16309         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
16310         hook definition.
16311         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
16312         implementation of the hook that considers all register classes
16313         small for MIPS16.
16314         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
16315         Add prototype.
16316
16317         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
16318         hook definition.
16319         * config/m32c/m32c.h: Likewise.
16320         * config/pdp11/pdp11.h: Likewise.
16321         * config/avr/avr.h: Likewise.
16322         * config/xtensa/xtensa.h: Likewise.
16323         * config/m68hc11/m68hc11.h: Likewise.
16324         * config/mn10300/mn10300.h: Likewise.
16325         * config/mcore/mcore.h: Likewise.
16326         * config/h8300/h8300.h: Likewise.
16327         * config/bfin/bfin.h: Likewise.
16328
16329         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
16330         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
16331
16332 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
16333
16334         * double-int.h (tree_to_double_int): Remove macro.
16335         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
16336         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16337         (tree_to_double_int): New function.
16338         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
16339         Move ...
16340         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16341
16342 2010-05-03  Richard Guenther  <rguenther@suse.de>
16343
16344         PR tree-optimization/43971
16345         * tree-ssa-structalias.c (get_constraint_for_1): Fix
16346         constraints in the !flag_delete_null_pointer_checks case.
16347
16348 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
16349
16350         PR debug/43972
16351         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
16352         result mode matches original rtl mode.
16353
16354 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
16355
16356         PR target/43888
16357         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
16358
16359 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16360
16361         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
16362         when processing flag options.
16363
16364 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16365
16366         * gcov-iov.c (main): Change format string placeholder
16367         from %#08x to 0x%08x.
16368         * genchecksum.c (dosum): Change format string placeholder
16369         from %#02x to 0x%02x.
16370
16371 2010-05-02  Richard Guenther  <rguenther@suse.de>
16372
16373         PR tree-optimization/43879
16374         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
16375
16376 2010-05-02  Bruno Haible  <bruno@clisp.org>
16377
16378         * doc/extend.texi (Function Attributes): Fix a typo.
16379
16380 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16381
16382         Revert:
16383         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
16384         placeholder from 0x%x to %#x.
16385         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
16386         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
16387         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
16388         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
16389         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
16390         * config/i386/i386.c (ix86_target_string): Ditto.
16391         * config/i386/i386.c (output_pic_addr_const): Ditto.
16392         (print_operand): Ditto.
16393
16394 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16395
16396         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
16397         placeholder from 0x%x to %#x.
16398         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
16399         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
16400         (ASM_OUTPUT_DEBUG_DATA): Ditto.
16401         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
16402         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
16403         * optc-gen.awk: Ditto.
16404         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
16405         (HOST_WIDE_INT_PRINT_HEX): Ditto.
16406         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
16407         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
16408
16409 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
16410
16411         * target.h (struct calls): Add function_value_regno_p field.
16412         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
16413         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
16414         * targhooks.c (default_function_value_regno_p): New function.
16415         * targhooks.h (default_function_value_regno_p): Declare function.
16416         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
16417         * builtins.c. (apply_result_size): (Ditto.).
16418         * combine.c. (likely_spilled_retval_p): (Ditto.).
16419         * mode-switching.c. Include 'target.h'.
16420         (create_pre_exit): Use function_value_regno_p hook.
16421         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
16422         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
16423         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
16424
16425         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
16426         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
16427         (ix86_function_value_regno_p): Declare as static, change argument
16428         type to const unsigned int.
16429         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
16430
16431 2010-05-01  Richard Guenther  <rguenther@suse.de>
16432
16433         PR tree-optimization/43949
16434         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
16435         types.
16436         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
16437
16438 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
16439
16440         * rtl.h (CONST_DOUBLE_P): Define.
16441         (rtx_to_double_int): Declare.
16442         * emit-rtl.c (rtx_to_double_int): New function.
16443         * dwarf2out.c (insert_double): New function.
16444         (loc_descriptor, add_const_value_attribute): Clean up, use
16445         rtx_to_double_int and insert_double functions.
16446
16447 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
16448
16449         * doc/extend.texi (Inline): Add missing return keyword to examples.
16450         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
16451         "command-line".
16452
16453 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
16454
16455         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
16456         the variable part of the offset as well.  Use highest_pow2_factor for
16457         all alignment checks.
16458
16459 2010-04-30  Richard Guenther  <rguenther@suse.de>
16460
16461         PR tree-optimization/43879
16462         * tree-ssa-structalias.c (type_could_have_pointers): Functions
16463         can have pointers.
16464
16465 2010-04-30  Jan Hubicka  <jh@suse.cz>
16466
16467         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
16468         varpool.
16469         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
16470
16471 2010-04-30  Jan Hubicka  <jh@suse.cz>
16472
16473         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
16474         New.
16475         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
16476         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
16477         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
16478         cgraph_node_set_needs_ltrans_p): Remove.
16479
16480 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
16481
16482         * sdbout.c: Include vec.h, do not include varray.h.
16483         (deferred_global_decls, sdbout_global_decl,
16484         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
16485         * toplev.c: Do not include varray.h.
16486         (dump_memory_report): Do not dump VARRAY statistics.
16487         * gengtype.c (open_base_file): Ignore varray.h.
16488         * Makefile.in: Update for abovementioned changes.
16489         Remove all traces of varray.c and varray.h.
16490         * varray.c: Remove file.
16491         * varray.h: Remove file.
16492
16493 2010-04-30  Jan Hubicka  <jh@suse.cz>
16494
16495         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
16496         references.
16497
16498 2010-04-30  Jan Hubicka  <jh@suse.cz>
16499
16500         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
16501         needed.
16502
16503 2010-04-30  Richard Guenther  <rguenther@suse.de>
16504
16505         * tree-ssa-structalias.c (get_constraint_for_1): Generate
16506         constraints for CONSTRUCTOR.
16507
16508 2010-04-30  Richard Guenther  <rguenther@suse.de>
16509
16510         PR lto/43946
16511         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
16512         first after all lowering passes.
16513
16514 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
16515
16516         * toplev.c: Include varray.h for statistics dumping.
16517         * tree.h: Do not declare varray_head_tag.
16518         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
16519         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
16520         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
16521         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
16522         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
16523         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
16524         c-common.c, c-common.h, reg-stack.c, basic-block.h,
16525         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
16526         include varray.h.
16527         * Makefile.in: Update for abovementioned changes.
16528
16529 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
16530
16531         PR debug/43942
16532         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
16533
16534 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
16535
16536         * config/picochip/picochip.c (picochip_legitimize_address): Define.
16537         Use this function to do machine-specific conversion.
16538         (picochip_legitimize_reload_address): Likewise.
16539         (picochip_legitimate_address_p): Check valid base register only if
16540         strict.
16541         (picochip_check_conditional_copy): Check for modw only if opnd is
16542         register.
16543         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
16544         to call the function in c.
16545         * config/picochip/picochip-protos.h
16546         (picochip_legitimize_reload_address): Define.
16547         * config/picochip/picochip.md (supported_compare1): Define.
16548
16549 2010-04-30  Jan Hubicka  <jh@suse.cz>
16550
16551         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
16552         (cgraph_global_info): Remove inlined.
16553         (LTO_cgraph_tag_names): Remove.
16554         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
16555         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
16556         simplify cgraph tags and document.
16557         (lto_output_node): Use only LTO_cgraph_unavail_node and
16558         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
16559         for_functions_valid, global info, process and output flags.
16560         (input_overwrite_node): Initialize estimated stack size and
16561         estimated growth.  Do not read flags we no longer store.
16562         (input_node): Likewise do not read info no longer stored.
16563         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
16564         flag.
16565
16566 2010-04-30  Richard Guenther  <rguenther@suse.de>
16567
16568         PR tree-optimization/43879
16569         * tree-ssa-structalias.c (get_constraint_for_1): Properly
16570         handle non-zero initializers.
16571
16572 2010-04-30  Richard Guenther  <rguenther@suse.de>
16573
16574         * builtins.c (fold_builtin_1): Delete free (0).
16575
16576 2010-04-29  Jan Hubicka  <jh@suse.cz>
16577
16578         * gengtype.c (open_base_files): Add lto-streamer.h
16579         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
16580         (pass_ipa_cp): GGC collect.
16581         * toplev. (compile_file): Do not output symbols.
16582         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
16583         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
16584         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
16585         * lto-section-in.c: Include ggc.h
16586         (lto_new_in_decl_state): Alloc in GGC.
16587         (lto_delete_in_decl_state): Likewise.
16588         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
16589         Collect.
16590
16591 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
16592
16593         PR target/42895
16594         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
16595         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
16596         (HONOR_REG_ALLOC_ORDER): Describe new macro.
16597         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
16598         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
16599         account only if HONOR_REG_ALLOC_ORDER is not defined.
16600         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
16601         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
16602
16603 2010-04-29  Jon Grant  <04@jguk.org>
16604
16605         * collect2.c (vflag): Change type from int to bool.
16606         (debug): Likewise.
16607         (helpflag): New global bool.
16608         (main): Set vflag and debug with boolean, not integer truth values.
16609         Accept new "--help" option and output usage text if found.
16610         * collect2.h (vflag): Update prototype.
16611         (debug): Likewise.
16612
16613 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
16614
16615         PR bootstrap/43936
16616         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
16617
16618 2010-04-29  Richard Guenther  <rguenther@suse.de>
16619
16620         PR bootstrap/43935
16621         * plugin.h (invoke_plugin_callbacks): Annotate arguments
16622         with ATTRIBUTE_UNUSED.
16623
16624 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
16625
16626         PR target/43921
16627         * config/i386/i386.c (get_some_local_dynamic_name): Replace
16628         INSN_P with NONDEBUG_INSN_P.
16629         (distance_non_agu_define): Likewise.
16630         (distance_agu_use): Likewise.
16631
16632 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
16633
16634         From Dominique d'Humieres  <dominiq@lps.ens.fr>
16635         PR bootstrap/43858
16636         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
16637         test_set.
16638
16639 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
16640
16641         * plugin.h (invoke_plugin_callbacks): New inline function.
16642         * plugin.c (flag_plugin_added): New global flag.
16643         (add_new_plugin): Initialize above flag.
16644         (invoke_plugin_callbacks): Rename to ...
16645         (invoke_plugin_callbacks_full): ... this.
16646
16647 2010-04-28  Jan Hubicka  <jh@suse.cz>
16648
16649         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
16650         (lto_varpool_replace_node): New.
16651         (lto_symtab_resolve_symbols): Resolve varpool nodes.
16652         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
16653         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
16654         * cgraph.h (varpool_node_ptr): New type.
16655         (varpool_node_ptr): New vector.
16656         (varpool_node_set_def): New structure.
16657         (varpool_node_set): New type.
16658         (varpool_node_set): New vector.
16659         (varpool_node_set_element_def): New structure.
16660         (varpool_node_set_element, const_varpool_node_set_element): New types.
16661         (varpool_node_set_iterator): New type.
16662         (varpool_node): Add prev pointers, add used_from_other_partition,
16663         in_other_partition.
16664         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
16665         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
16666         varpool_get_node, varpool_remove_node): Declare.
16667         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
16668         varpool_node_set_size): New inlines.
16669         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
16670         * tree-pass.h (varpool_node_set_def): Forward declare.
16671         (ipa_opt_pass_d): Summary writting takes vnode sets too.
16672         (ipa_write_optimization_summaries): Update prototype.
16673         * ipa-cp.c (ipcp_write_summary): Update.
16674         * ipa-reference.c (ipa_reference_write_summary): Update.
16675         * lto-cgraph.c (lto_output_varpool_node): New static function.
16676         (output_varpool): New function.
16677         (input_varpool_node): New static function.
16678         (input_varpool_1): New function.
16679         (input_cgraph): Input varpool.
16680         * ipa-pure-const.c (pure_const_write_summary): Update.
16681         * lto-streamer-out.c (lto_output): Update, output varpool too.
16682         (write_global_stream): Kill WPA hack.
16683         (produce_asm_for_decls): Update.
16684         (output_alias_pair_p): Handle variables.
16685         (output_unreferenced_globals): Output only needed partition of varpool.
16686         * ipa-inline.c (inline_write_summary): Update.
16687         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
16688         cgraph.
16689         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
16690         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
16691         varpool_node_set_new, varpool_node_set_add,
16692         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
16693         debug_varpool_node_set): New functions.
16694         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
16695         (execute_one_pass): Process new decls too.
16696         (ipa_write_summaries_2): Pass around vsets.
16697         (ipa_write_summaries_1): Likewise.
16698         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
16699         to add.
16700         (ipa_write_optimization_summaries_1): Pass around vsets.
16701         (ipa_write_optimization_summaries): Likewise.
16702         * varpool.c (varpool_get_node): New.
16703         (varpool_node): Update doubly linked lists.
16704         (varpool_remove_node): New.
16705         (dump_varpool_node): More dumping.
16706         (varpool_enqueue_needed_node): Update doubly linked lists.
16707         (decide_is_variable_needed): Kill ltrans hack.
16708         (varpool_finalize_decl): Kill lto hack.
16709         (varpool_assemble_decl): Skip decls in other partitions.
16710         (varpool_assemble_pending_decls): Update doubly linkes lists.
16711         (varpool_empty_needed_queue): Likewise.
16712         (varpool_extra_name_alias): Likewise.
16713         * lto-streamer.c (lto_get_section_name): Add vars section.
16714         * lto-streamer.h (lto_section_type): Update.
16715         (output_varpool, input_varpool): Declare.
16716
16717 2010-04-28  Mike Stump  <mikestump@comcast.net>
16718
16719         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
16720
16721 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
16722
16723         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
16724         record or union type with RECORD_OR_UNION_TYPE_P predicate.
16725         (lto_input_ts_type_tree_pointers): Likewise.
16726         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
16727         (lto_output_ts_type_tree_pointers): Likewise.
16728
16729 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
16730
16731         Uniquization of constants at the Tree level
16732         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
16733         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
16734         bit to the end.
16735         (tree_output_constant_def): Declare.
16736         * gimplify.c (gimplify_init_constructor): When using block copy, first
16737         uniquize the constant constructor on the RHS.
16738         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
16739         DECL_IN_CONSTANT_POOL flag.
16740         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
16741         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
16742         constant pool.
16743         (assemble_variable): Deal with symbols belonging to the tree constant
16744         pool.
16745         (get_constant_section): Add ALIGN parameter and simplify.
16746         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
16747         (assemble_constant_contents): Use the expression of the VAR_DECL.
16748         (output_constant_def_contents): Use the alignment of the VAR_DECL.
16749         (tree_output_constant_def): New global function.
16750         (mark_constant): Use the expression of the VAR_DECL.
16751         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
16752         its expression.
16753         (output_object_block): Likewise and assemble the expression.
16754
16755 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
16756
16757         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
16758         hash_tree, eq_tree): New tree hash table.
16759         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
16760         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
16761         lto_orig_address_remove): Reimplement.
16762
16763 2010-04-28  Xinliang David Li  <davidxl@google.com>
16764
16765         PR c/42643
16766         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
16767         (compute_uninit_opnds_pos): New function.
16768         (is_non_loop_exit_postdominating): New function.
16769         (compute_control_dep_chain): New function.
16770         (find_pdom): New function.
16771         (convert_control_dep_chain_into_preds): New function.
16772         (find_predicates): New function.
16773         (find_control_equiv_block): New function.
16774         (collect_phi_def_edges): New function.
16775         (find_def_preds): New function.
16776         (find_dom): New function.
16777         (dump_predicates): New function.
16778         (get_cmp_code): New function.
16779         (is_value_included_in): New function.
16780         (find_matching_predicate_in_rest_chains): New function.
16781         (use_pred_not_overlap_with_undef_path_pred): New function.
16782         (is_use_properly_guarded): New function.
16783         (normalize_cond_1): New function.
16784         (is_and_or_or): New function.
16785         (normalize_cond): New function.
16786         (is_gcond_subset_of): New function.
16787         (is_subset_of_any): New function.
16788         (is_or_set_subset_of): New function.
16789         (is_and_set_subset_of): New function.
16790         (is_norm_cond_subset_of): New function.
16791         (is_pred_expr_subset_of): New function.
16792         (is_pred_chain_subset_of): New function.
16793         (is_included_in): New function.
16794         (is_superset_of): New function.
16795         (find_uninit_use): New function.
16796         (warn_uninitialized_phi): New function.
16797         (compute_possibly_undefined_names): New function.
16798         (ssa_undefined_value_p): New function.
16799         (execute_late_warn_uninitialized): New function.
16800         * tree-ssa.c (ssa_undefined_value_p): Removed.
16801         (warn_uninit): Changed to extern.
16802         (warn_uninitialized_phi): Removed.
16803         (warn_uninitialized_vars): Changed to extern.
16804         (execute_late_warn_uninitialized): Removed
16805         * tree-flow.h: Add new prototypes.
16806         * timevar.def: Add new time variable.
16807         * Makefile.in: Add new build file.
16808
16809 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
16810
16811         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
16812         type if available.
16813
16814 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16815
16816         PR target/22224
16817         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
16818
16819 2010-04-28  Martin Jambor  <mjambor@suse.cz>
16820
16821         * cgraph.h (struct cgraph_node): New field indirect_calls.
16822         (struct cgraph_indirect_call_info): New type.
16823         (struct cgraph_edge): Removed field indirect_call. New fields
16824         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
16825         (cgraph_create_indirect_edge): Declare.
16826         (cgraph_make_edge_direct): Likewise.
16827         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
16828         * ipa-prop.h (struct ipa_param_call_note): Removed.
16829         (struct ipa_node_params): Removed field param_calls.
16830         (ipa_create_all_structures_for_iinln): Declare.
16831         * cgraph.c: Described indirect edges and uids in initial comment.
16832         (cgraph_add_edge_to_call_site_hash): New function.
16833         (cgraph_edge): Search also among the indirect edges, use
16834         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
16835         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
16836         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
16837         site hash.
16838         (initialize_inline_failed): Assign a reason to indirect edges.
16839         (cgraph_create_edge_1): New function.
16840         (cgraph_create_edge): Moved some functionality to
16841         cgraph_create_edge_1.
16842         (cgraph_create_indirect_edge): New function.
16843         (cgraph_edge_remove_callee): Add an assert checking for
16844         non-indirectness.
16845         (cgraph_edge_remove_caller): Special-case indirect edges.
16846         (cgraph_remove_edge): Likewise.
16847         (cgraph_set_edge_callee): New function.
16848         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
16849         (cgraph_make_edge_direct): New function.
16850         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
16851         the declaration of the call statement matches.
16852         (cgraph_node_remove_callees): Special-case indirect edges.
16853         (cgraph_clone_edge): Likewise.
16854         (cgraph_clone_node): Clone also the indirect edges.
16855         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
16856         indirect_call, dump count of indirect_calls edges.
16857         * ipa-prop.c (iinlining_processed_edges): New variable.
16858         (ipa_note_param_call): Create indirect edges instead of
16859         creating notes.  New parameter node.
16860         (ipa_analyze_call_uses): New parameter node, pass it on to
16861         ipa_note_param_call.
16862         (ipa_analyze_stmt_uses): Likewise.
16863         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
16864         (print_edge_addition_message): Work on edges rather than on notes.
16865         (update_call_notes_after_inlining): Likewise, renamed to
16866         update_indirect_edges_after_inlining.
16867         (ipa_create_all_structures_for_iinln): New function.
16868         (ipa_free_node_params_substructures): Do not free notes.
16869         (ipa_edge_duplication_hook): Propagate bits within
16870         iinlining_processed_edges bitmap.
16871         (ipa_node_duplication_hook): Do not duplicate notes.
16872         (free_all_ipa_structures_after_ipa_cp): Renamed to
16873         ipa_free_all_structures_after_ipa_cp.
16874         (free_all_ipa_structures_after_iinln): Renamed to
16875         ipa_free_all_structures_after_iinln.
16876         (ipa_write_param_call_note): Removed.
16877         (ipa_read_param_call_note): Removed.
16878         (ipa_write_indirect_edge_info): New function.
16879         (ipa_read_indirect_edge_info): Likewise.
16880         (ipa_write_node_info): Do not stream notes, do stream information
16881         in indirect edges.
16882         (ipa_read_node_info): Likewise.
16883         (lto_ipa_fixup_call_notes): Removed.
16884         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
16885         * ipa-inline.c (pass_ipa_inline): Likewise.
16886         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
16887         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
16888         * tree-inline.c (copy_bb): Removed an unnecessary double check for
16889         is_gimple_call.
16890         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
16891         edges.
16892         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
16893         (output_cgraph): Stream also indirect edges.
16894         (lto_output_edge): Added capability to stream indirect edges.
16895         (input_edge): Likewise.
16896         (input_cgraph_1): Likewise.
16897         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
16898         of indirect edges.
16899
16900 2010-04-28  Richard Guenther  <rguenther@suse.de>
16901
16902         PR tree-optimization/43879
16903         PR tree-optimization/43909
16904         * tree-ssa-structalias.c (struct variable_info): Add
16905         only_restrict_pointers flag.
16906         (new_var_info): Initialize it.  Increment stats.total_vars here.
16907         (create_function_info_for): Do not increment stats.total_vars here.
16908         (get_function_part_constraint): Fix build with C++.
16909         (insert_into_field_list): Remove.
16910         (push_fields_onto_fieldstack): Properly merge fields.
16911         (create_variable_info_for): Split and simplify.
16912         (create_variable_info_for_1): New piece.
16913         (intra_create_variable_infos): Properly make restrict constraints
16914         from parameters.
16915
16916 2010-04-28  Richard Guenther  <rguenther@suse.de>
16917
16918         PR c++/43880
16919         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
16920
16921 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16922             Jan Hubicka  <hubicka@ucw.cz>
16923
16924         * doc/invoke.texi (-Wsuggest-attribute=const,
16925         -Wsuggest-attribute=pure): Document.
16926         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
16927         (function_always_visible_to_compiler_p,
16928         suggest_attribute, warn_function_pure, warn_function_const):
16929         New functions.
16930         (check_call): Improve debug info.
16931         (analyze_function): Do not check availability.
16932         (add_new_function): Check availability.
16933         (propagate): Output warnings.
16934         (skip_function_for_local_pure_const): New function.
16935         (local_pure_const): Use it; output warnings.
16936         * common.opt (Wsuggest-attribute=const,
16937         Wsuggest-attribute=pure): New.
16938
16939 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
16940
16941         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
16942         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
16943         or DW_CFA_def_cfa_offset{,_sf}.
16944
16945 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
16946
16947         * tree.h: Fix truncated long macros.
16948
16949 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
16950
16951         * collect2.c (TARGET_64BIT): Redefine to target's default.
16952         * tlink.c: Likewise.
16953         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
16954         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
16955         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
16956         for underscoring __USER_LABEL_PREFIX__.
16957         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
16958         (SUB_LINK_ENTRY32): New.
16959         (SUB_LINK_ENTRY64): New.
16960         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
16961         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
16962         (SUB_LINK_ENTRY64): New.
16963         (SUB_LINK_ENTRY): New.
16964         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
16965         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
16966         x64 target is choosen.
16967         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
16968         * configure: Regenerated.
16969         * configure.ac (leading-mingw64-underscores): Option added.
16970
16971 2010-04-27  Jan Hubicka  <jh@suse.cz>
16972
16973         * doc/invoke.texi (-fipa-profile): Document.
16974         * opts.c (decode_options): Enable ipa-profile at -O1.
16975         * timevar.def (TV_IPA_PROFILE): Define.
16976         * common.opt (fipa-profile): Add.
16977         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
16978         flag for clones.
16979         (cgraph_propagate_frequency): Handle only local ones.
16980         * tree-pass.h (pass_ipa_profile): Declare.
16981         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
16982         (pass_ipa_profile): Use TV_IPA_PROFILE.
16983         * ipa.c (ipa_profile): New function.
16984         (gate_ipa_profile): Likewise.
16985         (pass_ipa_profile): New global variable.
16986         * passes.c (pass_ipa_profile): New.
16987
16988 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
16989
16990         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
16991
16992 2010-04-27  Martin Jambor  <mjambor@suse.cz>
16993
16994         PR middle-end/43812
16995         * ipa.c (dissolve_same_comdat_group_list): New function.
16996         (function_and_variable_visibility): Call
16997         dissolve_same_comdat_group_list when comdat group contains external or
16998         newly local nodes.
16999         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
17000         lists are circular and that they contain only DECL_ONE_ONLY nodes.
17001
17002 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
17003
17004         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
17005         (const_hash_1) <VECTOR_CST>: New case.
17006         (compare_constant) <VECTOR_CST>: Likewise.
17007         <ADDR_EXPR>: Deal with LABEL_REFs.
17008         (copy_constant) <VECTOR_CST>: New case.
17009
17010 2010-04-27  Jan Hubicka  <jh@suse.cz>
17011
17012         * cgraph.c (cgraph_propagate_frequency): New function.
17013         * cgraph.h (cgraph_propagate_frequency): Declare.
17014         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
17015         cgraph_propagate_frequency.
17016
17017 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
17018
17019         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
17020
17021 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
17022
17023         PR target/40657
17024         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
17025         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
17026         here to determine which regs to push and how much stack to reserve.
17027
17028 2010-04-27  Jie Zhang  <jie@codesourcery.com>
17029
17030         * doc/gimple.texi (gimple_statement_with_ops): Remove
17031         addresses_taken field.
17032         (gimple_statement_with_memory_ops): Likewise.
17033
17034 2010-04-27  Jan Hubicka  <jh@suse.cz>
17035
17036         * tree-inline.c (eni_inlining_weights): Remove.
17037         (estimate_num_insns): Special case more builtins.
17038
17039 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
17040
17041         PR c/32207
17042         * c-typeck.c (build_binary_op): Move forward check for comparison
17043         pointer with null pointer constant and adjust the diagnostic message.
17044
17045 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
17046
17047         PR lto/42776
17048         * configure.ac (gcc_cv_as_section_has_align): Set if installed
17049         binutils supports extended .section directive needed by LTO, or
17050         warn if older binutils found.
17051         (LTO_BINARY_READER): New AC_SUBST'd variable.
17052         (LTO_USE_LIBELF): Likewise.
17053         * gcc/config.gcc (lto_binary_reader): New target-specific configure
17054         variable.
17055         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
17056         (LTO_USE_LIBELF): Likewise.
17057         * configure: Regenerate.
17058
17059         * collect2.c (is_elf): Rename from this ...
17060         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
17061          object files in addition to ELF-formatted ones.
17062         (scan_prog_file): Caller updated.  Also allow for LTO info marker
17063         symbol to be prefixed or not by an extra underscore.
17064
17065         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
17066         * config/i386/winnt.c: Also #include lto-streamer.h
17067         (i386_pe_asm_named_section): Specify 1-byte section alignment for
17068         LTO named sections.
17069         (i386_pe_asm_output_aligned_decl_common): Add comment.
17070         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
17071
17072 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
17073
17074         PR target/43889
17075         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
17076         Add missing earlyclobber for second alternative.
17077
17078 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
17079
17080         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
17081         bits for artificial defs at the top of the block.
17082         * fwprop.c (single_def_use_enter_block): Don't call it.
17083
17084 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
17085
17086         PR 43715
17087         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
17088         instead of "$gcc_cv_objdump -T".
17089         Use "-undefined dynamic_lookup" on darwin.
17090         * gcc/configure: Regenerate.
17091
17092 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
17093
17094         PR c/43893
17095         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
17096
17097 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
17098
17099         * c-parser.c (struct c_token): Move location field up.
17100         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
17101         (struct c_declspecs): Convert typespec_word, storage_class, and
17102         default_int_p into bitfields.
17103         (struct c_declarator): Move loc field up.
17104
17105 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
17106
17107         * cfgloop.h (struct loop): Move can_be_parallel field up.
17108         * ipa-prop.h (struct ip_node_params): Move bitfields up.
17109         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
17110         down.
17111         (struct iv_cand): Convert pos field into a bitfield.
17112         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
17113         field up.
17114         (struct _stmt_vec_info): Shuffle fields for better packing.
17115
17116 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
17117
17118         * varasm.c (IN_NAMED_SECTION): Remove guard.
17119         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
17120         (IN_NAMED_SECTION_P): ...this.
17121         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
17122         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
17123
17124 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
17125
17126         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
17127         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
17128         of shadowing it.  Fix comments.
17129
17130 2010-04-26  Jan Hubicka  <jh@suse.cz>
17131
17132         * cgraph.c (cgraph_create_node): Set node frequency to normal.
17133         (cgraph_clone_node): Copy function frequency.
17134         * cgraph.h (node_frequency): New enum
17135         (struct cgraph_node): Add.
17136         * final.c (rest_of_clean_state): Update.
17137         * lto-cgraph.c (lto_output_node): Output node frequency.
17138         (input_overwrite_node): Input node frequency.
17139         * tre-ssa-loop-ivopts (computation_cost): Update.
17140         * lto-streamer-out.c (output_function): Do not output function
17141         frequency.
17142         * predict.c (maybe_hot_frequency_p): Update and handle functions
17143         executed once.
17144         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
17145         attribute lookup.
17146         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
17147         (compute_function_frequency): Set noreturn functions to be executed
17148         once.
17149         (choose_function_section): Update.
17150         * lto-streamer-in.c (input_function): Do not input function frequency.
17151         * function.c (allocate_struct_function): Do not initialize function
17152         frequency.
17153         * function.h (function_frequency): Remove.
17154         (struct function): Remove function frequency.
17155         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
17156         (try_update): Update.
17157         * tree-inline.c (initialize_cfun): Do not update function frequency.
17158         * passes.c (pass_init_dump_file): Update.
17159         * i386.c (ix86_compute_frame_layout): Update.
17160         (ix86_pad_returns): Update.
17161
17162 2010-04-26  Jie Zhang  <jie@codesourcery.com>
17163
17164         PR tree-optimization/43833
17165         * tree-vrp.c (range_int_cst_p): New.
17166         (range_int_cst_singleton_p): New.
17167         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
17168         when both operands are constants.  Use range_int_cst_p in
17169         BIT_IOR_EXPR case.
17170
17171 2010-04-26  Jan Hubicka  <jh@suse.cz>
17172
17173         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
17174
17175 2010-04-26  Richard Guenther  <rguenther@suse.de>
17176
17177         PR lto/43080
17178         * gimple.c (gimple_decl_printable_name): Deal gracefully
17179         with a NULL DECL_NAME.
17180
17181 2010-04-26  Richard Guenther  <rguenther@suse.de>
17182
17183         PR lto/42425
17184         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
17185         if emitting debug information and it is either a function
17186         or a namespace decl.
17187
17188 2010-04-26  Ira Rosen  <irar@il.ibm.com>
17189
17190         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
17191         determine if the statement is vectorizable, and a macro to access it.
17192         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
17193         Skip statements that can't be vectorized. If the analysis fails,
17194         mark the statement as unvectorizable if vectorizing basic block.
17195         (vect_compute_data_refs_alignment): Likewise.
17196         (vect_verify_datarefs_alignment): Skip statements marked as
17197         unvectorizable. Add print.
17198         (vect_analyze_group_access): Skip statements that can't be
17199         vectorized. If the analysis fails, mark the statement as
17200         unvectorizable if vectorizing basic block.
17201         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
17202         * tree-vect-stmts.c (vectorizable_store): Fix the number of
17203         generated stmts for SLP.
17204         (new_stmt_vec_info): Initialize the new field.
17205         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
17206         statements marked as unvectorizable.
17207
17208 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
17209
17210         * c-common.c (flag_isoc1x): New.
17211         (flag_isoc99): Update comment.
17212         * c-common.h (flag_isoc1x): New.
17213         (flag_isoc99): Update comment.
17214         * c-cppbuiltin.c (builtin_define_float_constants): Also define
17215         __<type>_DECIMAL_DIG__.
17216         * c-opts.c (set_std_c1x): New.
17217         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
17218         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
17219         * c.opt (-std=c1x, -std=gnu1x): New options.
17220         * doc/cpp.texi: Mention -std=c1x.
17221         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
17222         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
17223         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
17224         * doc/standards.texi: Mention C1X.
17225         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
17226         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
17227         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
17228         Define for C1X.
17229
17230 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
17231
17232         * config/i386/gmon-sol2.c (_mcleanup): Change format string
17233         placeholder from 0x%x to %#x.
17234         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
17235         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
17236         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
17237         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
17238         * config/i386/i386.c (ix86_target_string): Ditto.
17239         (output_pic_addr_const): Ditto.
17240         (print_operand): Ditto.
17241
17242 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
17243
17244         * combine.c (find_split_point): Add third argument.  Use it
17245         to find nested multiply-accumulate instructions.  Adjust calls.
17246         (try_combine): Adjust call to find_split_point.
17247
17248 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
17249
17250         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
17251
17252 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
17253
17254         PR tree-optimization/41442
17255         * fold-const.c (merge_truthop_with_opposite_arm): New function.
17256         (fold_binary_loc): Call it.
17257
17258 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17259
17260         * toplev.c (general_init): Set default for fdiagnostics-show-option.
17261         * opts.c (common_handle_option): Allow disabling it.
17262         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
17263
17264 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
17265
17266         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
17267         between modes if both types are integral.
17268
17269 2010-04-23  Richard Guenther  <rguenther@suse.de>
17270
17271         PR tree-optimization/43572
17272         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
17273
17274 2010-04-23  Richard Guenther  <rguenther@suse.de>
17275
17276         PR lto/43455
17277         * tree-inline.c (tree_can_inline_p): Also check compatibility
17278         of return types.
17279
17280 2010-04-23  Martin Jambor  <mjambor@suse.cz>
17281
17282         PR tree-optimization/43846
17283         * tree-sra.c (struct access): New flag grp_assignment_read.
17284         (build_accesses_from_assign): Set grp_assignment_read.
17285         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
17286         (enum mark_read_status): New type.
17287         (analyze_access_subtree): Propagate grp_assignment_read, create
17288         accesses also if both direct_read and root->grp_assignment_read.
17289
17290 2010-04-23  Martin Jambor  <mjambor@suse.cz>
17291
17292         PR middle-end/43835
17293         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
17294         function does not have type attributes.
17295
17296 2010-04-23  Richard Guenther  <rguenther@suse.de>
17297
17298         PR lto/42653
17299         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
17300         of FUNCTION_DECLs.
17301
17302 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17303
17304         * sese.h (create_if_region_on_edge): Remove.
17305
17306         * sese.c (create_if_region_on_edge): Make static.
17307
17308         * tree-inline.c: Do not include ggc.h.
17309
17310         * expr.c: Do not include ggc.h.
17311
17312         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
17313         dependencies.
17314
17315 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
17316
17317         PR target/43744
17318         * config/sh/sh.c (find_barrier): Don't emit a constant pool
17319         in the middle of insns for casesi_worker_2.
17320
17321 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
17322
17323         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
17324
17325 2010-04-22  Ira Rosen  <irar@il.ibm.com>
17326
17327         PR tree-optimization/43842
17328         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
17329         loop unrolling in update of exit phis. Fix comment.
17330         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
17331         least two reduction statements in the loop before starting SLP
17332         analysis.
17333
17334 2010-04-22  Nick Clifton  <nickc@redhat.com>
17335
17336         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
17337
17338 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
17339
17340         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
17341         to simplify a + ~a.
17342
17343 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17344
17345         * tree-parloops.c (loop_parallel_p): New argument
17346         parloop_obstack.  Pass it down.
17347         (parallelize_loops): New variable parloop_obstack.  Initialize it,
17348         pass it down, free it.
17349
17350         * tree-loop-linear.c (linear_transform_loops): Pass down
17351         lambda_obstack.
17352
17353         * tree-data-ref.h (lambda_compute_access_matrices): New argument
17354         of type struct obstack *.
17355
17356         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
17357         scratch_obstack.  Initialize it, pass down, free it.
17358
17359         * lambda.h (lambda_loop_new): Remove.
17360         (lambda_matrix_new, lambda_matrix_inverse)
17361         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
17362         argument of type struct obstack *.
17363
17364         * lambda-trans.c (lambda_trans_matrix_new): New argument
17365         lambda_obstack.  Pass it down, use obstack allocation for ret.
17366         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
17367         it down.
17368
17369         * lambda-mat.c (lambda_matrix_get_column)
17370         (lambda_matrix_project_to_null): Remove.
17371         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
17372         allocation for mat.
17373         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
17374         lambda_obstack.
17375
17376         * lambda-code.c (lambda_loop_new): New function.
17377         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
17378         (lambda_compute_auxillary_space, lambda_compute_target_space)
17379         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
17380         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
17381         (build_access_matrix): New argument lambda_obstack.  Use obstack
17382         allocation for am.
17383         (lambda_compute_step_signs, lambda_compute_access_matrices): New
17384         argument lambda_obstack.  Pass it down.
17385
17386 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17387
17388         * optabs.h (expand_widening_mult): Declare.
17389
17390 2010-04-22  Richard Guenther  <rguenther@suse.de>
17391
17392         PR tree-optimization/43845
17393         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
17394         lookup the CALL_EXPR function and arguments.
17395
17396 2010-04-22  Nick Clifton  <nickc@redhat.com>
17397
17398         * config/stormy16/stormy16.c
17399         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
17400         * config/stormy16/stormy16.h: Tidy up formatting.
17401         (DONT_USE_BUILTIN_SETJMP): Remove definition.
17402         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
17403         (ineqbranchsi): Delete pattern.
17404         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
17405         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
17406         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
17407         stormy16-lib2-ucmpsi2.c.
17408
17409 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17410
17411         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
17412         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
17413         extra set merge_set_noclobber, and use it to relax the final test
17414         slightly.
17415         * df.h (df_simulate_find_noclobber_defs): Declare.
17416         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
17417         conditional defs.
17418         (df_simulate_find_noclobber_defs): New function.
17419
17420 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
17421
17422         * config/i386/i386.md: Use {} around multi-line preparation statements.
17423
17424 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17425
17426         * c-tree.h (push_init_level, pop_init_level, set_init_index)
17427         (process_init_element): New argument of type struct obstack *.
17428
17429         * c-typeck.c (push_init_level, pop_init_level, set_designator)
17430         (set_init_index, set_init_label, set_nonincremental_init)
17431         (set_nonincremental_init_from_string, find_init_member)
17432         (output_init_element, output_pending_init_elements)
17433         (process_init_element): New argument braced_init_obstack.  Pass it
17434         down.
17435         (push_range_stack, add_pending_init): New argument
17436         braced_init_obstack.  Use obstack allocation.
17437
17438         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
17439         braced_init_obstack.  Pass it down.
17440         (c_parser_braced_init): New variables ret, braced_init_obstack.
17441         Initialize obstack, pass it down and finally free it.
17442
17443 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17444
17445         PR middle-end/29274
17446         * tree-pass.h (pass_optimize_widening_mul): Declare.
17447         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
17448         gate_optimize_widening_mul): New static functions.
17449         (pass_optimize_widening_mul): New.
17450         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
17451         <case MULT_EXPR>: Remove support for widening multiplies.
17452         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
17453         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
17454         simplify_gen_unary rather than directly building extensions.
17455         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
17456         WIDEN_MULT_EXPR.
17457         * expmed.c (expand_widening_mult): New function.
17458         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
17459
17460 2010-04-21  Jan Hubicka  <jh@suse.cz>
17461
17462         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
17463         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
17464         * lto-wpa-fixup.c: Remove.
17465         * Makefile.in (lto-wpa-fixup.o): Remove.
17466         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
17467         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
17468         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
17469
17470 2010-04-21  Jan Hubicka  <jh@suse.cz>
17471
17472         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
17473         add write_optimization_summary, read_optimization_summary.
17474         (ipa_write_summaries_of_cgraph_node_set): Remove.
17475         (ipa_write_optimization_summaries): Declare.
17476         (ipa_read_optimization_summaries): Declare.
17477         * ipa-cp.c (pass_ipa_cp): Update.
17478         * ipa-reference.c (pass_ipa_reference): Update.
17479         * ipa-pure-const.c (pass_ipa_pure_const): Update.
17480         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
17481         Update.
17482         * ipa-inline.c (pass_ipa_inline): Update.
17483         * ipa.c (pass_ipa_whole_program): Update.
17484         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
17485         * passes.c (ipa_write_summaries_1): Do not test wpa.
17486         (ipa_write_optimization_summaries_1): New.
17487         (ipa_write_optimization_summaries): New.
17488         (ipa_read_summaries): Do not test ltrans.
17489         (ipa_read_optimization_summaries_1): New.
17490         (ipa_read_optimization_summaries): New.
17491
17492 2010-04-21  Jan Hubicka  <jh@suse.cz>
17493
17494         * lto-cgraph.c (lto_output_node): Do not output comdat groups
17495         for boundary nodes.
17496         (output_cgraph): Do not arrange comdat groups for boundary nodes.
17497
17498 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17499
17500         PR debug/40040
17501         * dwarf2out.c (add_name_and_src_coords_attributes): Add
17502         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
17503
17504 2010-04-21  Jan Hubicka  <jh@suse.cz>
17505
17506         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
17507
17508 2010-04-21  Jan Hubicka  <jh@suse.cz>
17509
17510         * varpool.c (decide_is_variable_needed): Variable is always needed
17511         during ltrans.
17512
17513 2010-04-21  Jan Hubicka  <jh@suse.cz>
17514
17515         * opts.c (decode_options): Enable pure-const pass for whopr.
17516
17517 2010-04-21  Jan Hubicka  <jh@suse.cz>
17518
17519         * cgraph.c (dump_cgraph_node): Dump also assembler name.
17520         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
17521         at WPA dumping.
17522         (cgraph_decide_inlining): Do not expect callee to be removed in all
17523         cases.
17524
17525 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
17526
17527         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
17528
17529 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
17530
17531         * config/i386/i386.md (x86_shrd): Add athlon_decode and
17532         amdfam10_decode attributes.
17533
17534 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17535
17536         PR middle-end/43570
17537         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
17538         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
17539         (lower_copyprivate_clauses): Use private var in outer
17540         context instead of original var.  Make sure the types
17541         are correct for VLAs.
17542
17543 2010-04-21  Richard Guenther  <rguenther@suse.de>
17544
17545         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
17546         to non-pointer objects.
17547
17548 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17549
17550         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
17551         last chain entry if it starts with the still current label.
17552         (add_location_or_const_value_attribute): Check that
17553         loc_list->first->next is NULL instead of comparing ->first with ->last.
17554         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
17555         to add_var_loc_to_decl.
17556
17557         * dwarf2out.c (output_call_frame_info): For dw_cie_version
17558         >= 4 add also address size and segment size fields into CIE header.
17559
17560         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
17561         long as address size is the same as sizeof (void *) and
17562         segment size is 0.
17563         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
17564         address size or segment size is unexpected, return DW_EH_PE_omit.
17565         (classify_object_over_fdes): If get_cie_encoding returned
17566         DW_EH_PE_omit, return -1.
17567         (init_object): If classify_object_over_fdes returned -1,
17568         pretend there were no FDEs at all.
17569
17570 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
17571
17572         * config/i386/i386.md (bswap<mode>2): Macroize expander from
17573         bswap{si,di}2 using SWI48 mode iterator.
17574         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
17575         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
17576         set modrm attribute of bswap insn to 0 and remove length attribute.
17577         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
17578         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
17579         set mode attribute to <MODE> and remove length attribute.
17580
17581 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
17582
17583         PR rtl-optimization/43520
17584         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
17585         zero available registers.
17586
17587 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17588
17589         * builtins.c (fold_builtin_cproj): Fold more cases.
17590
17591 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17592
17593         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
17594         (fold_builtin_1): Fold builtin cproj.
17595         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
17596         Use ATTR_CONST_NOTHROW_LIST.
17597
17598 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
17599
17600         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
17601         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
17602         ffsi2_no_cmove for !TARGET_CMOVE.
17603         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
17604         (ffssi2): Remove expander.
17605         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
17606         mode iterator.
17607         (ctz<mode>2): Ditto from ctz{si,di}2.
17608         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
17609         mode iterator.
17610         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
17611         mode iterator.
17612
17613 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
17614
17615         * dwarf2out.c (AT_linkage_name): Define.
17616         (clone_as_declaration): Handle DW_AT_linkage_name.
17617         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
17618         of DW_AT_MIPS_linkage_name.
17619         (move_linkage_attr): Likewise.
17620         (dwarf2out_finish): Likewise.
17621
17622 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
17623
17624         PR middle-end/41952
17625         * fold-const.c (fold_comparison): New folding rule.
17626
17627 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
17628
17629         * double-int.h (double_int_setbit): Declare.
17630         * double-int.c (double_int_setbit): New function.
17631         * rtl.h (immed_double_int_const): Declare.
17632         * emit-rtl.c (immed_double_int_const): New function.
17633         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
17634         and immed_double_int_const functions.
17635         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
17636         expand_copysign_bit): (Ditto.).
17637         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
17638         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
17639         * dojump.c (prefer_and_bit_test): (Ditto.).
17640         * expr.c (convert_modes, reduce_to_bit_field_precision,
17641         const_vector_from_tree): (Ditto.).
17642         * expmed.c (mask_rtx, lshift_value): (Ditto.).
17643
17644 2010-04-20  Jan Hubicka  <jh@suse.cz>
17645
17646         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
17647         (dump_cgraph_node): Dump new flags.
17648         * cgraph.h (struct cgraph_node): Add flags
17649         reachable_from_other_partition and in_other_partition.
17650         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
17651         other partition can not be removed.
17652         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
17653         the other partition must be output; silence sanity checking on
17654         leaking functions bodies from other paritition.
17655         * lto-cgraph.c (reachable_from_other_partition_p): New function.
17656         (lto_output_node): Output new flags; do not sanity check that inline
17657         clones are output; drop lto_forced_extern_inline_p code; do not mock
17658         visibility flags at partition boundaries.
17659         (add_node_to): New function.
17660         (output_cgraph): Use it to sort functions so masters appear before
17661         clones.
17662         (input_overwrite_node): Input new flags.
17663         * passes.c (ipa_write_summaries): Do not call
17664         lto_new_extern_inline_states.
17665         * lto-section-out.c (forced_extern_inline,
17666         lto_new_extern_inline_states lto_delete_extern_inline_states,
17667         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
17668         * lto-streamer.h (lto_new_extern_inline_states,
17669         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
17670         lto_forced_extern_inline_p): Kill.
17671
17672 2010-04-20  Richard Guenther  <rguenther@suse.de>
17673
17674         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
17675         from vars that can have pointers.
17676         (process_constraint): Dump useless constraints.
17677
17678 2010-04-20  Richard Guenther  <rguenther@suse.de>
17679
17680         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
17681         (dump_sa_points_to_info): Remove asserts.
17682         (init_base_vars): nothing_id isn't an escape point nor does it
17683         have pointers.
17684
17685 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
17686
17687         * tree.h (TYPE_REF_IS_RVALUE): Define.
17688         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
17689         should_move_die_to_comdat, prune_unused_types_walk): Handle
17690         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
17691         (modified_type_die, gen_reference_type_die): Emit
17692         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
17693         if TYPE_REF_IS_RVALUE and -gdwarf-4.
17694
17695 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17696
17697         PR target/43635
17698         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
17699         calls for -fpic -m31 if they have been sibcall optimized.
17700
17701 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
17702
17703         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
17704         ar.lc fixed and call-used.
17705
17706         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
17707
17708 2010-04-19  Jan Hubicka  <jh@suse.cz>
17709
17710         * opts.c (decode_options): Disable whpr incompatible passes.
17711         * lto/lto.c (lto_1_to_1_map): Skip clones.
17712         (read_cgraph_and_symbols): Do not mark everything as needed.
17713         (do_whole_program_analysis): Do map only after optimizing;
17714         set proper cgraph_state; use passmanager.
17715
17716 2010-04-19  DJ Delorie  <dj@redhat.com>
17717
17718         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
17719         POINTER_PLUS_EXPR and fix them.
17720
17721 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
17722
17723         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
17724         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
17725         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
17726         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
17727         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
17728         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
17729         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
17730         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
17731         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
17732         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
17733         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
17734
17735 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
17736
17737         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
17738         (check_cond_move_block): Likewise.
17739         (cond_move_process_if_block): Likewise.
17740         (noce_find_if_block): Improve formatting.
17741         (find_if_header): Pass 0 to memset and tweak conditions.
17742         (cond_exec_find_if_block): Fix long lines and tweak conditions.
17743
17744 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
17745
17746         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
17747         for -gdwarf-4.
17748
17749         PR middle-end/43337
17750         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
17751         with non-local decl doesn't need chain.
17752
17753 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
17754
17755         * ira-color.c (allocno_reload_assign): Avoid accumulating
17756         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
17757
17758 2010-04-19  Martin Jambor  <mjambor@suse.cz>
17759
17760         * gimple.h (create_tmp_reg): Declare.
17761         * gimplify.c (create_tmp_reg): New function.
17762         (gimplify_return_expr): Use create_tmp_reg.
17763         (gimplify_omp_atomic): Likewise.
17764         (gimple_regimplify_operands): Likewise.
17765         * tree-dfa.c (make_rename_temp): Likewise.
17766         * tree-predcom.c (predcom_tmp_var): Likewise.
17767         (reassociate_to_the_same_stmt): Likewise.
17768         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
17769         (get_replaced_param_substitute): Likewise.
17770         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
17771         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
17772         * tree-ssa-pre.c (get_representative_for): Likewise.
17773         (create_expression_by_pieces): Likewise.
17774         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
17775         (create_tailcall_accumulator): Likewise.
17776
17777 2010-04-19  Martin Jambor  <mjambor@suse.cz>
17778
17779         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
17780         new_stmt.
17781         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
17782
17783 2010-04-19  Richard Guenther  <rguenther@suse.de>
17784
17785         PR tree-optimization/43796
17786         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
17787         from SCEV in the lattice.
17788         (vrp_visit_phi_node): Dump change.
17789
17790 2010-04-19  Richard Guenther  <rguenther@suse.de>
17791
17792         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
17793         * configure: Re-generated.
17794
17795 2010-04-19  Richard Guenther  <rguenther@suse.de>
17796
17797         PR tree-optimization/43783
17798         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
17799         constant ARRAY_REF operands two and three if possible.
17800
17801 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
17802
17803         PR target/43766
17804         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
17805
17806 2010-04-19  Jie Zhang  <jie@codesourcery.com>
17807
17808         PR target/43662
17809         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
17810
17811 2010-04-19  Ira Rosen  <irar@il.ibm.com>
17812
17813         PR tree-optimization/37027
17814         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
17815         and macro to access it.
17816         (vectorizable_reduction): Add argument.
17817         (vect_get_slp_defs): Likewise.
17818         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
17819         statements for possible use in SLP.
17820         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
17821         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
17822         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
17823         add new argument.
17824         (vectorizable_reduction): Likewise.
17825         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
17826         vect_get_slp_defs.
17827         (vectorizable_type_demotion, vectorizable_type_promotion,
17828         vectorizable_store): Likewise.
17829         (vect_analyze_stmt): Update call to vectorizable_reduction.
17830         (vect_transform_stmt): Likewise.
17831         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
17832         (vect_build_slp_tree): Fix indentation. Check that there are no loads
17833         from different interleaving chains in same node.
17834         (vect_slp_rearrange_stmts): New function.
17835         (vect_supported_load_permutation_p): Allow load permutations for
17836         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
17837         inside SLP nodes if necessary.
17838         (vect_analyze_slp_instance): Handle reductions.
17839         (vect_analyze_slp): Try to build SLP instances originating from groups
17840         of reductions.
17841         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
17842         (vect_get_constant_vectors): Create initial vectors for reductions
17843         according to reduction code. Add new argument.
17844         (vect_get_slp_defs): Add new argument, pass it to
17845         vect_get_constant_vectors.
17846         (vect_schedule_slp_instance): Remove SLP tree root statements.
17847
17848 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
17849
17850         * tree.h (ENUM_IS_SCOPED): Define.
17851         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
17852         for ENUM_IS_SCOPED enums.
17853
17854 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
17855
17856         * fold-const.c (fold_comparison): Use ssizetype.
17857         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
17858         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
17859         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
17860         * tree-object-size.c (compute_object_sizes): Use size_type_node.
17861
17862         * tree.h (initialize_sizetypes): Remove parameter.
17863         (build_common_tree_nodes): Remove second parameter.
17864         * stor-layout.c (initialize_sizetypes): Remove parameter.
17865         Always create an unsigned type.
17866         (set_sizetype): Assert that the passed type is unsigned and simplify.
17867         * tree.c (build_common_tree_nodes): Remove second parameter.
17868         Adjust call to initialize_sizetypes.
17869         * c-decl.c (c_init_decl_processing): Remove second argument in call to
17870         build_common_tree_nodes.
17871
17872 2010-04-18  Matthias Klose  <doko@ubuntu.com>
17873
17874         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
17875
17876 2010-04-18  Ira Rosen  <irar@il.ibm.com>
17877
17878         PR tree-optimization/43771
17879         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
17880         load permutation doesn't have gaps.
17881
17882 2010-04-18  Jan Hubicka  <jh@suse.cz>
17883
17884         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
17885         (sse_prologue_save_insn expander): Use new pattern.
17886         (sse_prologue_save_insn1): New pattern and splitter.
17887         (sse_prologue_save_insn): Update to deal also with 64bit aligned
17888         blocks.
17889         * i386.c (setup_incoming_varargs_64): Do not compute jump
17890         destination here.
17891         (ix86_gimplify_va_arg): Update alignment needed.
17892         (ix86_local_alignment): Do not align all local arrays to 128bit.
17893
17894 2010-04-17  Jan Hubicka  <jh@suse.cz>
17895
17896         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
17897
17898 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17899
17900         * arm.md (negdi2): Remove redundant code to force values into a
17901         register.
17902
17903 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17904
17905         * arm/bpabi.S: Add EABI alignment attributes to objects.
17906         * arm/bpabi-v6m.S: Likewise.
17907         * arm/crti.asm: Likewise.
17908         * arm/crtn.asm: Likewise.
17909         * arm/lib1funcs.asm: Likewise.
17910         * arm/libunwind.S: Likewise.
17911
17912 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17913
17914         * arm-protos.h (tune_params): New structure.
17915         * arm.c (current_tune): New variable.
17916         (arm_constant_limit): Delete.
17917         (struct processors): Add pointer to the tune parameters.
17918         (arm_slowmul_tune): New tuning option.
17919         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
17920         (all_cores): Adjust to pick up the tuning model.
17921         (arm_constant_limit): New function.
17922         (arm_override_options): Select the appropriate tuning model.  Delete
17923         initialization of arm_const_limit.
17924         (arm_split_constant): Use the new constant-limit model.
17925         (arm_rtx_costs): Pick up the current tuning model.
17926         * arm.md (is_strongarm, is_xscale): Delete.
17927         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
17928         for Xscale variant architectures.
17929         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
17930
17931 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17932
17933         * config/arm/arm.c (arm_gen_constant): Remove unused variable
17934         can_shift.
17935         (arm_rtx_costs_1): Remove unused variable extra_cost.
17936         (arm_unwind_emit_set): Use variable offset.
17937         (thumb1_output_casesi): Remove unused variable flags.
17938
17939 2010-04-16  Jeff Law  <law@redhat.com>
17940
17941         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
17942         needing assignment rather than doing a two-phase assignment.  Remove
17943         unused variable 'm'.
17944
17945 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
17946
17947         PR bootstrap/43767
17948         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
17949
17950 2010-04-16  Doug Kwan  <dougkwan@google.com>
17951
17952         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
17953         (next_operand_entry_id): New static variable.
17954         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
17955         (add_to_ops_vec): Assigned unique ID to operand entry.
17956         (struct oecount_s): New field ID.
17957         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
17958         (undistribute_ops_list): Assign unique IDs to oecounts.
17959         (init_reassoc): reset next_operand_entry_id.
17960
17961 2010-04-16  Doug Kwan  <dougkwan@google.com>
17962
17963         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
17964         missing left parenthesis.
17965
17966 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
17967
17968         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
17969         *btdi_rex64 using SWI48 mode iterator.
17970         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
17971         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
17972         *jcc_btdi_mask_rex64.
17973
17974 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
17975
17976         * double-int.h (tree_to_double_int): Convert to macro.
17977         * double-int.c (tree_to_double_int): Remove.
17978
17979 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
17980
17981         PR debug/43762
17982         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
17983         with want_address 2 and in case a single element list might be
17984         possible, call it again with want_address 0.
17985
17986 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
17987
17988         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
17989         case 'W' print operands for HI mode.
17990         * config/h8300/h8300.h (Y0, Y2) : New constraints.
17991         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
17992         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
17993         * config/h8300/predicate.md (bit_register_indirect_operand): New.
17994
17995         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
17996
17997         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
17998         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
17999         #xx:3 and #xx:4 mode.
18000
18001         * config/h8300/h8300.md (inverted load with HImode dest): Add
18002         support for H8300SX.
18003
18004         * config/h8300/predicate.md (bit_operand): Allow immediate values that
18005         satisfy 'U' constraint.
18006
18007 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18008
18009         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
18010         * configure: Regenerate.
18011         * config.in: Regenerate.
18012         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
18013         works.
18014
18015 2010-04-16  Richard Guenther  <rguenther@suse.de>
18016
18017         * tree.h (struct tree_decl_minimal): Move pt_uid ...
18018         (struct tree_decl_common): ... here.
18019         (DECL_PT_UID): Adjust.
18020         (SET_DECL_PT_UID): Likewise.
18021         (DECL_PT_UID_SET_P): Likewise.
18022
18023 2010-04-16  Richard Guenther  <rguenther@suse.de>
18024
18025         PR tree-optimization/43572
18026         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
18027         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
18028         * tree-flow.h (is_call_clobbered): Remove.
18029         * tree-flow-inline.h (is_call_clobbered): Likewise.
18030         * tree-dfa.c (dump_variable): Do not dump call clobber state.
18031         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
18032         (execute_return_slot_opt): Adjust.
18033         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
18034         check for call clobbered vars here.
18035         (find_tail_calls): Move tailcall verification to the
18036         proper place.
18037
18038 2010-04-16  Diego Novillo  <dnovillo@google.com>
18039
18040         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
18041
18042 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
18043
18044         PR target/40603
18045         * config/arm/arm.md (cbranchqi4): New pattern.
18046         * config/arm/predicates.md (const0_operand,
18047         cbranchqi4_comparison_operator): New predicates.
18048
18049 2010-04-16  Richard Guenther  <rguenther@suse.de>
18050
18051         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
18052         (dump_gimple_stmt): Likewise.
18053
18054 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
18055
18056         * recog.h (struct recog_data): New field is_operator.
18057         (struct insn_operand_data): New field is_operator.
18058         * recog.c (extract_insn): Set recog_data.is_operator.
18059         * genoutput.c (output_operand_data): Emit code to set the
18060         is_operator field.
18061         * reload.c (find_reloads): Use it rather than testing for an
18062         empty constraint string.
18063
18064         PR target/41514
18065         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
18066         If the previous insn is a cbranchsi4_insn with the same arguments,
18067         omit the compare instruction.
18068
18069         * config/arm/arm.md (addsi3_cbranch): If destination is a high
18070         register, inputs must be low registers and we need a low register
18071         scratch.  Handle alternative 2 like alternative 3.
18072
18073 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
18074
18075         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
18076         don't call get_addr on both.  If one expression is a VALUE and
18077         the other a REG, check VALUE's locs if the REG isn't among them.
18078
18079 2010-04-16  Christian Bruel  <christian.bruel@st.com>
18080
18081         * config/sh/sh.h (sh_frame_pointer_required): New function.
18082         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
18083         (flag_omit_frame_pointer) Set.
18084         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
18085         (rounded_frame_size): Adjust size with outgoing_args_size.
18086         (sh_set_return_address): Must return from stack pointer.
18087         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
18088         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
18089         (ACCUMULATE_OUTGOING_ARGS): Define.
18090         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
18091         * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
18092
18093 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
18094
18095         PR target/43471
18096         * config/sh/sh.c (sh_legitimize_reload_address): Use
18097         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
18098         Remove a unneeded check for offset_base.
18099
18100 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
18101
18102         * configure: Regenerated.
18103
18104 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18105
18106         * config/s390/s390.c (s390_call_save_register_used): Switch back
18107         to HARD_REGNO_NREGS.
18108
18109 2010-04-15  Richard Guenther  <rguenther@suse.de>
18110
18111         * alias.c (alias_set_subset_of): Handle alias-set zero
18112         child properly.
18113
18114 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
18115             Julian Brown  <julian@codesourcery.com>
18116
18117         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
18118         alternatives according to use of high and low regs.
18119         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
18120         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
18121         optimizing for size on Thumb-2.
18122
18123 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
18124
18125         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
18126
18127 2010-04-15  Richard Guenther  <rguenther@suse.de>
18128
18129         * tree-ssa-structalias.c (struct variable_info): Add
18130         is_fn_info flag.
18131         (new_var_info): Initialize it.
18132         (dump_constraints): Support printing last added constraints.
18133         (debug_constraints): Adjust.
18134         (dump_constraint_graph): Likewise.
18135         (make_heapvar_for): Check for NULL cfun.
18136         (get_function_part_constraint): New function.
18137         (get_fi_for_callee): Likewise.
18138         (find_func_aliases): Properly implement IPA PTA constraints.
18139         (process_ipa_clobber): New function.
18140         (find_func_clobbers): Likewise.
18141         (insert_into_field_list_sorted): Remove.
18142         (create_function_info_for): Properly allocate vars for IPA mode.
18143         Do not use insert_into_field_list_sorted.
18144         (create_variable_info_for): Properly generate constraints for
18145         global vars in IPA mode.
18146         (dump_solution_for_var): Always dump the solution.
18147         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
18148         (find_what_var_points_to): Adjust.
18149         (pt_solution_set): Change.
18150         (pt_solution_ior_into): New function.
18151         (pt_solution_empty_p): Export.
18152         (pt_solution_includes_global): Adjust.
18153         (pt_solution_includes_1): Likewise.
18154         (pt_solutions_intersect_1): Likewise.
18155         (dump_sa_points_to_info): Check some invariants.
18156         (solve_constraints): Move constraint dumping ...
18157         (compute_points_to_sets): ... here.
18158         (ipa_pta_execute): ... and here.
18159         (compute_may_aliases): Do not re-compute points-to info
18160         locally if IPA info is available.
18161         (ipa_escaped_pt): New global var.
18162         (ipa_pta_execute): Properly implement IPA PTA.
18163         * tree-into-ssa.c (dump_decl_set): Support dumping
18164         decls not in referenced-vars.
18165         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
18166         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
18167         (dump_points_to_solution): Likewise.
18168         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
18169         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
18170         (remap_gimple_stmt): Reset call clobber/use information if necessary.
18171         (copy_decl_to_var): Copy DECL_PT_UID.
18172         (copy_result_decl_to_var): Likewise.
18173         * tree.c (make_node_stat): Initialize DECL_PT_UID.
18174         (copy_node_stat): Copy it.
18175         * tree.h (DECL_PT_UID): New macro.
18176         (SET_DECL_PT_UID): Likewise.
18177         (DECL_PT_UID_SET_P): Likewise.
18178         (struct tree_decl_minimal): Add pt_uid member.
18179         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
18180         (pt_solution_empty_p): Declare.
18181         (pt_solution_set): Adjust.
18182         (ipa_escaped_pt): Declare.
18183         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
18184         * gimple-pretty-print.c (pp_points_to_solution): New function.
18185         (dump_gimple_call): Dump call clobber/use information.
18186         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
18187         * tree-pass.h (TDF_ALIAS): New dump option.
18188         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
18189         * doc/invoke.texi (-fipa-pta): Update documentation.
18190
18191 2010-04-15  Richard Guenther  <rguenther@suse.de>
18192
18193         * Makefile.in (OBJS-common): Add gimple-fold.o.
18194         (gimple-fold.o): New rule.
18195         * tree.h (maybe_fold_offset_to_reference,
18196         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
18197         prototypes ...
18198         * gimple.h: ... here.
18199         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
18200         may_propagate_address_into_dereference): Move prototypes ...
18201         * gimple.h: ... here.
18202         * tree-ssa-ccp.c (get_symbol_constant_value,
18203         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
18204         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
18205         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
18206         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
18207         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
18208         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
18209         gimplify_and_update_call_from_tree): Move ...
18210         * gimple-fold.c: ... here.  New file.
18211         (ccp_fold_builtin): Rename to ...
18212         (gimple_fold_builtin): ... this.
18213         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
18214
18215 2010-04-15  Richard Guenther  <rguenther@suse.de>
18216
18217         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
18218         fit_double_type, force_fit_type_double, add_double_with_sign,
18219         neg_double, mul_double_with_sign, lshift_double, rshift_double,
18220         lrotate_double, rrotate_double, div_and_round_double): Move ...
18221         * double-int.c: ... here.
18222         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
18223         add_double, neg_double, mul_double_with_sign, mul_double,
18224         lshift_double, rshift_double, lrotate_double, rrotate_double,
18225         div_and_round_double): Move prototypes ...
18226         * double-int.h: ... here.
18227
18228 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
18229
18230         PR target/43742
18231         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
18232         matching constraints to ensure inputs match the output.
18233
18234 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
18235
18236         PR target/43742
18237         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
18238         in an input-only operand.
18239
18240 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
18241
18242         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
18243         (double_int_not, double_int_lshift, double_int_rshift): Declare.
18244         (double_int_negative_p): Convert to static inline function.
18245         * double-int.c (double_int_lshift, double_int_lshift): New functions.
18246         (double_int_negative_p): Remove.
18247         * tree.h (lshift_double, rshift_double):
18248         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
18249         * fold-const.c (fold_convert_const_int_from_real,
18250         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
18251         (lshift_double): Change type of arith argument to bool.
18252         (rshift_double): Change type of arith argument to bool. Correct
18253         comment.
18254         * expmed.c (mask_rtx, lshift_value): (Ditto.).
18255
18256 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
18257
18258         PR target/21803
18259         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
18260         at the start and end of the then/else blocks, and omit them from the
18261         conversion.
18262         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
18263         argument; all callers changed.  Pass zero to old_insns_match_p instead.
18264         (flow_find_head_matching_sequence): New function.
18265         (old_insns_match_p): Check REG_EH_REGION notes for calls.
18266         * basic-block.h (flow_find_cross_jump,
18267         flow_find_head_matching_sequence): Declare functions.
18268
18269 2010-04-14  Jason Merrill  <jason@redhat.com>
18270
18271         PR c++/36625
18272         * c-common.c (attribute_takes_identifier_p): New fn.
18273         * c-common.h: Declare it.
18274
18275 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18276
18277         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
18278         splitter condition.
18279         (*udivmod<mode>4): Ditto.
18280
18281 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18282
18283         * config/i386/i386.md (maxmin_int): Rename code attribute from
18284         maxminiprefix and update all users.
18285         (maxmin_float): Ditto from maxminfprefix.
18286         (logic): Ditto from logicprefix.
18287         (absneg_mnemonic): Ditto from absnegprefix.
18288         * config/i386/mmx.md: Update all users of maxminiprefix,
18289         maxminfprefix and logicprefix for rename.
18290         * config/i386/sse.md: Ditto.
18291         * config/i386/sync.md (sync_<code><mode>): Update for
18292         logicprefix rename.
18293
18294 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18295
18296         PR 42966
18297         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
18298         warnings converted to errors.
18299
18300 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18301
18302         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
18303         used insn_type variable.
18304         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
18305         to avoid set-but-not-used warning.
18306
18307 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18308
18309         * df-core.c (df_ref_debug): Change format string placeholder
18310         from 0x%x to %#x.
18311         * dwarf2asm.c (dw2_asm_output_data_raw,
18312         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
18313         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
18314         * dwarf2out.c (output_cfi, output_cfi_directive,
18315         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
18316         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
18317         Ditto.
18318         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
18319         * print-rtl.c (print_rtx): Ditto.
18320
18321 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
18322
18323         PR middle-end/42694
18324         * builtins.c (expand_builtin_pow_root): New function to expand pow
18325         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
18326         series of sqrt and cbrt calls under -ffast-math.
18327         (expand_builtin_pow): Call it.
18328
18329 2010-04-14  Michael Matz  <matz@suse.de>
18330
18331         PR tree-optimization/42963
18332         * tree-cfg.c (touched_switch_bbs): New static variable.
18333         (group_case_labels_stmt): New function broken out from ...
18334         (group_case_labels): ... here, use the above.
18335         (start_recording_case_labels): Allocate touched_switch_bbs.
18336         (end_recording_case_labels): Deallocate it, call
18337         group_case_labels_stmt.
18338         (gimple_redirect_edge_and_branch): Remember index of affected BB.
18339
18340 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18341
18342         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
18343         from insn template.
18344
18345 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18346
18347         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
18348
18349 2010-04-13  Jan Hubicka  <jh@suse.cz>
18350
18351         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
18352         of optimized out static functions.
18353         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
18354         cost computation.  Also sanity check for overflows.
18355         (update_caller_keys): Update cgraph_edge_badness call; properly
18356         update fibheap and sanity check that it is up to date.
18357         (add_new_edges_to_heap): Update cgraph_edge_badness.
18358         (cgraph_decide_inlining_of_small_function): Likewise;
18359         add sanity checking that badness in heap is up to date;
18360         improve dumping of reason; Update badness of calls to the
18361         offline copy of function currently inlined; dump badness
18362         of functions not inlined because of unit growth limits.
18363
18364 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
18365
18366         PR middle-end/32628
18367         * c-common.c (pointer_int_sum): Disregard overflow that occured only
18368         because of sign-extension change when converting to sizetype here...
18369         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
18370
18371         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
18372         the folding to constants.  Remove redundant final conversion.
18373         (fold_binary) <associate>: Do not associate if the re-association of
18374         constants alone overflows.
18375         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
18376         to the end of the list.
18377         (multiple_of_p) <COND_EXPR>: New case.
18378
18379 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18380
18381         * opt-functions.awk (opt_sanitized_name): New.
18382         (opt_enum): New.
18383         * optc-gen.awk: Use it
18384         * opth-gen.awk: Use it.
18385
18386 2010-04-13  Martin Jambor  <mjambor@suse.cz>
18387
18388         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
18389         (sra_modify_assign): Delete stmts loading dead data even if racc has no
18390         children.  Call replace_uses_with_default_def_ssa_name to handle
18391         SSA_NAES on lhs.
18392
18393 2010-04-13  Michael Matz  <matz@suse.de>
18394
18395         PR middle-end/43730
18396         * builtins.c (expand_builtin_interclass_mathfn): Also create
18397         a register if the predicate doesn't match.
18398
18399 2010-04-13  Diego Novillo  <dnovillo@google.com>
18400
18401         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
18402         * c-pch.c: Include timevar.h.
18403         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
18404         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
18405         * ggc-common.c: Include timevar.h.
18406         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
18407         * timevar.def (TV_PCH_SAVE): Define.
18408         (TV_PCH_CPP_SAVE): Define.
18409         (TV_PCH_PTR_REALLOC): Define.
18410         (TV_PCH_PTR_SORT): Define.
18411         (TV_PCH_RESTORE): Define.
18412         (TV_PCH_CPP_RESTORE): Define.
18413
18414 2010-04-13  Michael Matz  <matz@suse.de>
18415
18416         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
18417         into MINUS_EXPRs.
18418         (can_reassociate_p): New function.
18419         (break_up_subtract_bb, reassociate_bb): Use it.
18420
18421 2010-04-13  Richard Guenther  <rguenther@suse.de>
18422
18423         PR bootstrap/43737
18424         * builtins.c (c_readstr): Fix assert.
18425
18426 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
18427
18428         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
18429         when generating cltd insn.
18430
18431         (*ashl<mode>3_1): Remove special handling for register operand 2.
18432         (*ashlsi3_1_zext): Ditto.
18433         (*ashlhi3_1): Ditto.
18434         (*ashlhi3_1_lea): Ditto.
18435         (*ashlqi3_1): Ditto.
18436         (*ashlqi3_1_lea): Ditto.
18437         (*<shiftrt_insn><mode>3_1): Ditto.
18438         (*<shiftrt_insn>si3_1_zext): Ditto.
18439         (*<shiftrt_insn>qi3_1_slp): Ditto.
18440         (*<rotate_insn><mode>3_1): Ditto.
18441         (*<rotate_insn>si3_1_zext): Ditto.
18442         (*<rotate_insn>qi3_1_slp): Ditto.
18443
18444 2010-04-13  Richard Guenther  <rguenther@suse.de>
18445
18446         * tree-ssa-structalias.c (callused_id): Remove.
18447         (call_stmt_vars): New.
18448         (get_call_vi): Likewise.
18449         (lookup_call_use_vi): Likewise.
18450         (lookup_call_clobber_vi): Likewise.
18451         (get_call_use_vi): Likewise.
18452         (get_call_clobber_vi): Likewise.
18453         (make_transitive_closure_constraints): Likewise.
18454         (handle_const_call): Adjust to do per-call call-used handling.
18455         (handle_pure_call): Likewise.
18456         (find_what_var_points_to): Remove general callused handling.
18457         (init_base_vars): Likewise.
18458         (init_alias_vars): Initialize call_stmt_vars.
18459         (compute_points_to_sets): Process call-used and call-clobbered
18460         vars for call statements.
18461         (delete_points_to_sets): Free call_stmt_vars.
18462
18463 2010-04-13  Richard Guenther  <rguenther@suse.de>
18464
18465         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
18466         Only add RW dependence for dependence distance zero.
18467         Adjust maximal vectorization factor according to dependences.
18468         Move alignment handling ...
18469         (vect_find_same_alignment_drs): ... here.  New function.
18470         (vect_analyze_data_ref_dependences): Adjust.
18471         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
18472         (vect_analyze_data_refs): Adjust minimal vectorization factor
18473         according to data references.
18474         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
18475         dependences before determining the vectorization factor.
18476         Analyze alignment after determining the vectorization factor.
18477         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
18478         dependences before alignment.
18479         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
18480         Adjust prototype.
18481         (vect_analyze_data_refs): Likewise.
18482         (MAX_VECTORIZATION_FACTOR): New define.
18483
18484 2010-04-13  Duncan Sands  <baldrick@free.fr>
18485
18486         * except.h (lang_eh_type_covers): Remove.
18487         * except.c (lang_eh_type_covers): Likewise.
18488
18489 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18490             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18491
18492         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
18493         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
18494         UNITS_PER_LONG where it is ABI relevant.
18495         (s390_return_addr_rtx): Likewise.
18496         (s390_back_chain_rtx): Likewise.
18497         (s390_frame_area): Likewise.
18498         (s390_frame_info): Likewise.
18499         (s390_initial_elimination_offset): Likewise.
18500         (save_gprs): Likewise.
18501         (s390_emit_prologue): Likewise.
18502         (s390_emit_epilogue): Likewise.
18503         (s390_function_arg_advance): Likewise.
18504         (s390_function_arg): Likewise.
18505         (s390_va_start): Likewise.
18506         (s390_gimplify_va_arg): Likewise.
18507         (s390_function_profiler): Likewise.
18508         (s390_optimize_prologue): Likewise.
18509         (s390_rtx_costs): Likewise.
18510         (s390_secondary_reload): Likewise.
18511         (s390_promote_function_mode): Likewise.
18512         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
18513         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
18514         registers available.
18515         (s390_unwind_word_mode): New function.
18516         (s390_function_value): Split 64 bit values into register pair if
18517         used as return value.
18518         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
18519         function call parameters.  Handle parallels.
18520         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
18521         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
18522         (DWARF_CIE_DATA_ALIGNMENT): New macro.
18523         (s390_expand_setmem): Remove unused variable src_addr.
18524         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
18525         deal with 64 bit registers.
18526         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
18527         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
18528         (UNITS_PER_LONG): New macro.
18529         * libjava/include/s390-signal.h: Define extended ucontext
18530         structure containing the upper halfs of the 64 bit registers.
18531
18532 2010-04-13  Simon Baldwin  <simonb@google.com>
18533
18534         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
18535
18536 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
18537
18538         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
18539         rvalue on the RHS if the LHS is of a non-renamable type.
18540         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
18541
18542 2010-04-13  Matthias Klose  <doko@ubuntu.com>
18543
18544         * gcc.c (cc1_options): Handle -iplugindir before processing
18545         the cc1 spec. Only add -iplugindir once.
18546         (cpp_unique_options): Add -iplugindir option if -fplugin* options
18547         found.
18548         * common.opt (iplugindir): Remove `Separate' property, initialize.
18549         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
18550         option.
18551         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
18552         (distclean): Remove plugin dir.
18553         * doc/invoke.texi: Document -iplugindir.
18554
18555 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
18556
18557         * doc/plugins.texi (Loading Plugins): Document short
18558         -fplugin=foo option.
18559         (Plugin API): Mention default_plugin_dir_name function.
18560
18561         * gcc.c (find_file_spec_function): Add new declaration.
18562         (static_spec_func): Use it for "find-file".
18563         (find_file_spec_function): Add new function.
18564         (cc1_options): Add -iplugindir option if -fplugin* options found.
18565
18566         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
18567
18568         * plugin.c (add_new_plugin): Updated comment, and handle short
18569         plugin name.
18570         (default_plugin_dir_name): Added new function.
18571
18572         * common.opt (iplugindir): New option to set the plugin directory.
18573
18574 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
18575
18576         * config/i386/i386.md (any_rotate): New code iterator.
18577         (rotate_insn): New code attribute.
18578         (rotate): Ditto.
18579         (SWIM124): New mode iterator.
18580         (<rotate_insn>ti3): New expander.
18581         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
18582         any_rotate code iterator.
18583         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
18584         using any_rotate code iterator and SWIM124 mode iterator.
18585         (ix86_rotlti3): New insn_and_split pattern.
18586         (ix86_rotrti3): Ditto.
18587         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
18588         ix86_rotl{di,ti}3 patterns.
18589         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
18590         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
18591         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
18592         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
18593         code iterator and SWI mode iterator.
18594         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
18595         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
18596         code iterator.
18597         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
18598         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
18599         (bswap rotatert splitter): Add splitter.
18600         (bswap splitter): Macroize splitter using any_rotate code iterator.
18601         Add insn predicate to split only for TARGET_USE_XCHGB or when
18602         optimizing function for size.
18603
18604 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
18605
18606         * config/pa/pa.c (emit_move_sequence): Remove use of
18607         deleted variable flag_argument_noalias.
18608
18609 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18610
18611         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
18612         configurations.
18613         Add to unsupported targets list.
18614         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
18615         sparc*-sun-solaris2.[567]* from target lists.
18616         * configure: Regenerate.
18617         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
18618         removal.
18619         Remove Solaris 7 patch references.
18620         (Specific, sparc-sun-solaris2.7): Removed.
18621         (sparc-sun-solaris2*): Update Solaris 7 example.
18622         (sparc64-*-solaris2*): Likewise.
18623
18624 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18625
18626         * config.build (alpha*-dec-osf4*): Remove.
18627         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
18628         of obsolete configurations.
18629         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
18630         support.
18631         * config/alpha/t-osf4: Renamed to ...
18632         * config/alpha/t-osf5: ... this.
18633         * config/alpha/osf.h: Renamed to ...
18634         * config/alpha/osf5.h: ... this.
18635         Merged old osf5.h contents.
18636         Update comments.
18637         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
18638         (EXTRA_SPECS): Removed.
18639         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
18640         reflect removal of Tru64 UNIX V4.0/V5.0 support.
18641         Document that.
18642
18643 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18644
18645         * doc/contrib.texi (Contributors, Rainer Orth): Update.
18646
18647 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
18648
18649         PR/43702
18650         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
18651         __thiscall convention.
18652
18653 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
18654
18655         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
18656         orig_base.
18657         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
18658
18659 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
18660
18661         * function.c (assign_parms_initialize_all): Add unused attribute
18662         to fntype.
18663
18664 2010-04-12  Richard Guenther  <rguenther@suse.de>
18665
18666         * gsstruct.def (GSS_CALL): New.
18667         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
18668         * gimple.h: Include tree-ssa-alias.h.
18669         (struct gimple_statement_call): New.
18670         (union gimple_statement_struct_d): Add gimple_call member.
18671         (gimple_call_reset_alias_info): Declare.
18672         (gimple_call_use_set): New function.
18673         (gimple_call_clobber_set): Likewise.
18674         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
18675         * gimple.c (gimple_call_reset_alias_info): New function.
18676         (gimple_build_call_1): Call it.
18677         * lto-streamer-in.c (input_gimple_stmt): Likewise.
18678         * tree-inline.c (remap_gimple_stmt): Likewise.
18679         (expand_call_inline): Remove callused handling.
18680         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
18681         * tree-dfa.c (dump_variable): Likewise.
18682         * tree-parloops.c (parallelize_loops): Likewise.
18683         * tree-ssa.c (init_tree_ssa): Likewise.
18684         (delete_tree_ssa): Likewise.
18685         * tree-flow-inline.h (is_call_used): Remove.
18686         * tree-flow.h (struct gimple_df): Remove callused member.
18687         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
18688         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
18689         (ref_maybe_used_by_call_p_1): Simplify.
18690         (call_may_clobber_ref_p_1): Likewise.
18691         * tree-ssa-structalias.c (compute_points_to_sets): Set
18692         the call stmt used and clobbered sets.
18693         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
18694         (find_tail_calls): Verify the tail call.
18695
18696 2010-04-12  Richard Guenther  <rguenther@suse.de>
18697
18698         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
18699         single-iteration always-inline inlining.
18700         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
18701         (cgraph_decide_inlining): Do not handle always-inline specially.
18702         (try_inline): Remove always-inline cycle detection special case.
18703         Do not recurse on always-inlines.
18704         (cgraph_early_inlining): Do not iterate if not optimizing.
18705         (cgraph_gate_early_inlining): remove.
18706         (pass_early_inline): Run unconditionally.
18707         (gate_cgraph_decide_inlining): New function.
18708         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
18709         not inlining or optimizing.
18710         (cgraph_decide_inlining_of_small_functions): Also consider
18711         always-inline functions.
18712         (cgraph_default_inline_p): Return true for nodes which should
18713         disregard inline limits.
18714         (estimate_function_body_sizes): Assume zero size and time for
18715         nodes which are marked as disregarding inline limits.
18716         (cgraph_decide_recursive_inlining): Do not perform recursive
18717         inlining on always-inline nodes.
18718
18719 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
18720
18721         PR bootstrap/43699
18722         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
18723         for exprs satisfying handled_component_p.
18724
18725 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
18726
18727         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
18728         non-constant aggregate elements.
18729
18730         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
18731         is a real initialization.
18732
18733 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
18734
18735         PR c/36774
18736         * c-decl.c (start_function): Move forward check for nested function.
18737
18738 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
18739
18740         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
18741         * config/sh/sh.c: Include reload.h.
18742         (sh_legitimize_reload_address): New.
18743         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
18744         sh_legitimize_reload_address.
18745
18746 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
18747
18748         * config/sh/sh.md (*movqi_pop): New insn pattern.
18749         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
18750
18751 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
18752
18753         * config/i386/i386.md (any_shiftrt): New code iterator.
18754         (shiftrt_insn): New code attribute.
18755         (shiftrt): Ditto.
18756         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
18757         using any_shiftrt code iterator.
18758         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
18759         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
18760         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
18761         pattern from corresponding peephole2 patterns.
18762         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
18763         using any_shiftrt code iterator.
18764         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
18765         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
18766         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
18767         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
18768         *{ashr,lshr}<mode>3_cmp_zext.
18769         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
18770
18771 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
18772
18773         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
18774         scratch register.
18775         (*lshr<mode>3_cconly): Ditto.
18776
18777 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
18778
18779         * config/i386/i386.md (lshr<mode>3): Macroize expander from
18780         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
18781         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
18782         pattern from *lshr{di,ti}3_1 and corresponding splitters using
18783         DWI mode iterator.
18784         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
18785         from corresponding peephole2 patterns.
18786         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
18787         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
18788         and *lshrdi3_1_rex64 using SWI mode iterator.
18789         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
18790         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
18791         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
18792         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
18793         and *lshrdi3_cmp_rex64 using SWI mode iterator.
18794         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
18795         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
18796         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
18797         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
18798         SWI mode iterator.
18799
18800 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
18801
18802         * config/i386/i386.md (ashr<mode>3): Macroize expander from
18803         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
18804         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
18805         pattern from *ashr{di,ti}3_1 and corresponding splitters using
18806         DWI mode iterator.
18807         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
18808         from corresponding peephole2 patterns.
18809         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
18810         (ashrsi3_cvt): Rename from ashrsi3_31.
18811         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
18812         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
18813         and x86_64_shift_adj_3 using SWI48 mode iterator.
18814         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
18815         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
18816         and *ashrdi3_1_rex64 using SWI mode iterator.
18817         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
18818         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
18819         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
18820         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
18821         and *ashrdi3_cmp_rex64 using SWI mode iterator.
18822         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
18823         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
18824         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
18825         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
18826         SWI mode iterator.
18827         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
18828         * config/i386/i386.c (ix86_split_ashr): Update for renamed
18829         x86_shift<mode>_adj_3 expanders.
18830
18831 2010-04-10  Wei Guozhi  <carrot@google.com>
18832
18833         PR target/42601
18834         * config/arm/arm.c (arm_pic_static_addr): New function.
18835         (legitimize_pic_address): Call arm_pic_static_addr when it detects
18836         a static symbol.
18837         (arm_output_addr_const_extra): Output expression for new pattern.
18838         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
18839
18840 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
18841
18842         * ira-costs.c (record_reg_classes): Ignore alternatives that are
18843         not enabled.
18844
18845         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
18846         * web.c: Include "insn-config.h" and "recog.h".
18847         (union_match_dups): New function.
18848         (web_main): Call it.
18849         (union_defs): Don't try to recognize match_dups.
18850
18851         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
18852         if doing so would replace the entire pattern.
18853
18854 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
18855
18856         PR target/43707
18857         PR target/43709
18858         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
18859         and splitter pattern.  Change splitter operand 1 predicate to
18860         nonmemory_operand.
18861
18862 2010-04-09  Martin Jambor  <mjambor@suse.cz>
18863
18864         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
18865         lattices are addresses of CONST_DECLs with the same initial value.
18866         (ipcp_print_all_lattices): Print values of CONST_DECLs.
18867         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
18868
18869 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
18870             Bernd Schmidt  <bernds@codesourcery.com>
18871
18872         * loop-invariant.c (replace_uses): New static function.
18873         (move_invariant_reg): Use it to ensure we can replace the uses.
18874
18875 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
18876
18877         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
18878         function template.
18879         (picochip_override_options): Enable section anchors only above -O1.
18880         (picochip_reorg): Fixed a couple of build warnings.
18881
18882 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18883
18884         * configure.ac (plugin -rdynamic test): Log result.
18885         * configure: Regenerate.
18886         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
18887         (RDYNAMIC_SPEC): Define.
18888         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
18889
18890 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18891
18892         * configure.ac: Determine Sun ld version numbers.
18893         (comdat_group): Restrict GNU ld version checks to gld.
18894         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
18895         (enable_comdat): Support --enable-comdat.
18896         * configure: Regenerate.
18897         * doc/install.texi (Configuration): Document --enable-comdat.
18898
18899 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18900
18901         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
18902         * config/sol2-gld.h: ... here.
18903         * config.gcc (sparc*-*-solaris2*): Reflect this.
18904         (i[34567]86-*-solaris2*): Use it.
18905
18906 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
18907
18908         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
18909         setup_clocks_p.
18910         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
18911
18912 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18913
18914         PR 42965
18915         * diagnostic.c (diagnostic_initialize): Initialize
18916         some_warnings_are_errors.
18917         (diagnostic_finish): New.
18918         (diagnostic_action_after_output): Call it before exiting.
18919         (diagnostic_report_diagnostic): Do not print message here. Set
18920         some_warnings_are_errors.
18921         * diagnostic.h (diagnostic_context): Delete
18922         issue_warnings_are_errors_message. Add some_warnings_are_errors.
18923         (diagnostic_finish): Declare.
18924         * toplev.c (toplev_main): Call it before exit.
18925
18926 2010-04-09  Jason Merrill  <jason@redhat.com>
18927
18928         PR c++/42623
18929         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
18930         for incomplete type.
18931
18932         PR c++/41788
18933         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
18934         based on a warning flag.
18935
18936 2010-04-09  Richard Guenther  <rguenther@suse.de>
18937
18938         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
18939
18940 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
18941
18942         PR bootstrap/43684
18943         * varasm.c (default_assemble_visibility): Wrap vars that are
18944         set, but unused, by targets without GAS.
18945         * config/rs6000/rs6000.c (paired_emit_vector_compare):
18946         Remove set, but unused, vars.
18947         (rs6000_legitimize_tls_address): Likewise.
18948         (altivec_expand_dst_builtin): Likewise.
18949         * config/darwin.c (machopic_classify_symbol): Likewise.
18950         (machopic_indirection_name): Likewise.
18951
18952 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
18953
18954         * config/i386/i386.md (DWI): New mode iterator.
18955         (S): New mode attribute.
18956         (shift_operand): Ditto.
18957         (shift_immediate_operand): Ditto.
18958         (ashl_input_operand): Ditto.
18959         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
18960         using SDWIM mode iterator.
18961         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
18962         pattern from *ashl{di,ti}3_1 and corresponding splitters using
18963         DWI mode iterator.
18964         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
18965         from corresponding peephole2 patterns.
18966         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
18967         and x86_64_shift_adj_1 using SWI48 mode iterator.
18968         (x86_shift<mode>_adj_2): Ditto.
18969         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
18970         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
18971         using SWI48 mode iterator.
18972         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
18973         *ashldi3_cmp_rex64 using SWI mode iterator.
18974         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
18975         *ashldi3_cconly_rex64 using SWI mode iterator.
18976         * config/i386/i386.c (ix86_split_ashl): Update for renamed
18977         x86_shift<mode>_adj_{1,2}.
18978         (ix86_split_ashr): Ditto.
18979         (ix86_split_lshr): Ditto.
18980
18981 2010-04-09  Richard Guenther  <rguenther@suse.de>
18982
18983         * target.h (builtin_conversion): Pass in input and output types.
18984         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
18985         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
18986         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
18987         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
18988
18989         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
18990         Handle AVX modes.
18991         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
18992
18993 2010-04-09  Richard Guenther  <rguenther@suse.de>
18994
18995         PR target/43152
18996         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
18997
18998 2010-04-09  Richard Guenther  <rguenther@suse.de>
18999
19000         * tree-vectorizer.h (struct _stmt_vec_info): Document
19001         that vectype is the type of the LHS.
19002         (supportable_widening_operation, supportable_narrowing_operation):
19003         Get both input and output vector types as arguments.
19004         (vect_is_simple_use_1): Declare.
19005         (get_same_sized_vectype): Likewise.
19006         * tree-vect-loop.c (vect_determine_vectorization_factor):
19007         Set STMT_VINFO_VECTYPE to the vector type of the def.
19008         (vectorizable_reduction): Adjust.
19009         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
19010         Adjust.  Specify the output vector type.
19011         (vect_pattern_recog_1): Adjust.
19012         * tree-vect-stmts.c (get_same_sized_vectype): New function.
19013         (vectorizable_call): Adjust.
19014         (vectorizable_conversion): Likewise.
19015         (vectorizable_operation): Likewise.
19016         (vectorizable_type_demotion): Likewise.
19017         (vectorizable_type_promotion): Likewise.
19018         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
19019         the def.
19020         (vect_is_simple_use_1): New function.
19021         (supportable_widening_operation): Get both input and output
19022         vector types.
19023         (supportable_narrowing_operation): Likewise.
19024         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
19025
19026 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
19027
19028         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
19029         __thiscall and _thiscall as predefined macros.
19030         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
19031         thiscall attribute handling.
19032         (ix86_comp_type_attributes): Likewise.
19033         (ix86_function_regparm): Likewise.
19034         (ix86_return_pops_args): Likewise.
19035         (init_cumulative_args): Likewise.
19036         (find_drap_reg): Likewise.
19037         (ix86_static_chain): Likewise.
19038         (x86_this_parameter): Likewise.
19039         (x86_output_mi_thunk): Likewise.
19040         (ix86_attribute_table): Add description for thiscall attribute.
19041         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
19042         * doc/extend.texi: Add documentation for thiscall.
19043
19044 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19045
19046         PR c++/28584
19047         * c.opt (Wint-to-pointer-cast): Available in C++.
19048         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
19049
19050 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
19051
19052         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
19053         * calls.c (expand_call): Pass the function type to aggregate_value_p.
19054         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
19055         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
19056         function type instead.  Reorder and simplify checks.
19057
19058         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
19059
19060 2010-04-08  Jing Yu  <jingyu@google.com>
19061             Zdenek Dvorak  <ook@ucw.cz>
19062
19063         PR tree-optimization/42720
19064         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
19065         loop unswitch conditions here from ...
19066         (tree_unswitch_single_loop): ... here.
19067
19068 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
19069
19070         * tree-if-conv.c: Fix comments and simplify logic.
19071
19072 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
19073
19074         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
19075         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
19076         (main_tree_if_conversion): Update call to tree_if_conversion.
19077
19078 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19079
19080         PR 42485
19081         * doc/invoke.texi (-b,-V): Delete.
19082         * doc/tm.texi: Do not mention -b.
19083         * gcc.c (display_help): Delete -b and -V.
19084         (process_command): Delete -b and -V.
19085         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
19086
19087 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
19088             Wolfgang Gellerich  <gellerich@de.ibm.com>
19089
19090         Implement target hook for loop unrolling
19091         * target.h (loop_unroll_adjust): Add a new target hook function.
19092         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
19093         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
19094         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
19095         (s390_loop_unroll_adjust): Implement the new target hook for s390.
19096         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
19097         target hook.
19098         (decide_unroll_stupid): Likewise.
19099
19100 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19101
19102         PR target/43643
19103         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
19104
19105 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19106
19107         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
19108         (Specific, *-*-solaris2*): Likewise.
19109         Don't prefer Sun as over GNU as.
19110
19111 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
19112
19113         * config/s390/s390.c (override_options): Adjust the z10 defaults
19114         for max-unroll-times, max-completely-peeled-insns
19115         and max-completely-peel-times.
19116
19117 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19118
19119         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
19120         instructions for z10.
19121         (s390_expand_setmem): Likewise.
19122         (s390_expand_cmpmem): Likewise.
19123
19124 2010-04-08  Richard Guenther  <rguenther@suse.de>
19125
19126         PR tree-optimization/43679
19127         * tree-ssa-pre.c (eliminate): Only propagate copies.
19128
19129 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
19130
19131         PR bootstrap/43681
19132         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
19133         set but not used variable warning.
19134
19135 2010-04-08  Wei Guozhi  <carrot@google.com>
19136
19137         PR target/41653
19138         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
19139         (arm_size_rtx_costs): Call the new function when optimized for size.
19140
19141 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
19142
19143         PR debug/43670
19144         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
19145         op0 is not a MEM, just return NULL instead of assertion
19146         failure.
19147         (discover_nonconstant_array_refs): Don't walk debug stmts.
19148
19149 2010-04-08  Doug Kwan  <dougkwan@google.com>
19150
19151         * configure.ac: Recognize gold and do not use its version number
19152         to test ld features.
19153         * configure: Regenerate.
19154
19155 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
19156
19157         PR middle-end/40815
19158         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
19159         (negate_value): Move code to push elements to broken_up_substracts ...
19160         (eliminate_plus_minus_pair): ... here.  Push operands that have no
19161         negative pair to plus_negates.
19162         (repropagate_negates, init_reassoc, fini_reassoc): Update.
19163
19164 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19165
19166         * doc/install.texi (Configuration): Move description of
19167         --enable-lto, --with-libelf*, --enable-gold from Java section to
19168         general section.
19169
19170         * doc/generic.texi (Working with declarations)
19171         (Function Properties, C and C++ Trees): Fix typos.
19172         * doc/sourcebuild.texi (Top Level): Likewise.
19173
19174 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
19175
19176         PR c/18624
19177         * tree.h (DECL_READ_P): Define.
19178         (struct tree_decl_common): Add decl_read_flag.
19179         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
19180         a set but not used warning.
19181         (merge_decls): Merge DECL_READ_P flag.
19182         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
19183         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
19184         * c-common.c (handle_used_attribute, handle_unused_attribute):
19185         Likewise.
19186         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
19187         New prototypes.
19188         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
19189         New functions.
19190         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
19191         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
19192         c_parser_binary_expression, c_parser_cast_expression,
19193         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
19194         Call default_function_array_read_conversion instead of
19195         default_function_array_conversion where needed.
19196         (c_parser_unary_expression, c_parser_conditional_expression,
19197         c_parser_postfix_expression_after_primary, c_parser_initelt):
19198         Likewise.  Call mark_exp_read where needed.
19199         (c_parser_statement_after_labels, c_parser_asm_operands,
19200         c_parser_typeof_specifier, c_parser_sizeof_expression,
19201         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
19202         where needed.
19203         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
19204         New.
19205         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
19206         (warn_unused_but_set_parameter): Default to warn_unused
19207         && extra_warnings.
19208         * doc/invoke.texi: Document -Wunused-but-set-variable and
19209         -Wunused-but-set-parameter.
19210
19211         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
19212         used count variable.
19213         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
19214         when operandN variables aren't used in the body of the expander
19215         or splitter.
19216         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
19217         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
19218         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
19219         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
19220         FOR_EACH_IMM_USE_ON_STMT): Likewise.
19221         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
19222         * tree.c (PROCESS_ARG): Likewise.
19223
19224 2010-04-07  Simon Baldwin  <simonb@google.com>
19225
19226         * diagnostic.h (diagnostic_override_option_index): New macro to
19227         set a diagnostic's option_index.
19228         * c-tree.h (c_cpp_error): Add warning reason argument.
19229         * opts.c (_warning_as_error_callback): New.
19230         (register_warning_as_error_callback): Store callback for
19231         warnings enabled via enable_warning_as_error.
19232         (enable_warning_as_error): Call callback, minor code tidy.
19233         * opts.h (register_warning_as_error_callback): Declare.
19234         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
19235         response to -Werror=.
19236         (c_common_init_options): Register warning_as_error_callback in opts.c.
19237         * common.opt: Add -Wno-cpp option.
19238         * c-common.c (struct reason_option_codes_t): Map cpp warning
19239         reason codes to gcc option indexes.
19240         * (c_option_controlling_cpp_error): New function, lookup the gcc
19241         option index for a cpp warning reason code.
19242         * (c_cpp_error): Add warning reason argument, call
19243         c_option_controlling_cpp_error for diagnostic_override_option_index.
19244         * doc/invoke.texi: Document -Wno-cpp.
19245
19246 2010-04-07  Richard Guenther  <rguenther@suse.de>
19247
19248         * ipa-reference.c (mark_load): Use get_base_address.
19249         (mark_store): Likewise.
19250
19251         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
19252         inserting GIMPLE_NOPs into the IL.
19253         * tree-ssa-structalias.c (get_constraint_for_component_ref):
19254         Explicitly strip handled components and indirect references.
19255
19256         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
19257         folding address expressions.
19258         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
19259         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
19260         operand_equal_p to compare decls.
19261         (ptr_deref_may_alias_decl_p): Likewise.
19262         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
19263         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
19264         Handle reversed comparison ops.
19265         * tree-sra.c (asm_visit_addr): Use get_base_address.
19266         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
19267         * ipa-reference.c (mark_address): Use get_base_address.
19268
19269 2010-04-07  Richard Guenther  <rguenther@suse.de>
19270
19271         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
19272         Propagate constants everywhere.
19273
19274 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
19275
19276         PR debug/43516
19277         * tree.c (MAX_INT_CACHED_PREC): Define.
19278         (nonstandard_integer_type_cache): New array.
19279         (build_nonstandard_integer_type): Cache results for precision
19280         <= MAX_INT_CACHED_PREC.
19281
19282 2010-04-07  Richard Guenther  <rguenther@suse.de>
19283
19284         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
19285         -fargument-noalias-global, -fargument-noalias-anything): Remove.
19286         * common.opt: Likewise.
19287         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
19288         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
19289         (nonoverlapping_memrefs_p): Likewise.
19290         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
19291         * opts.c (common_handle_option): Handle OPT_fargument_alias,
19292         OPT_fargument_noalias, OPT_fargument_noalias_anything and
19293         OPT_fargument_noalias_global for backward compatibility.
19294
19295 2010-04-07  Richard Guenther  <rguenther@suse.de>
19296
19297         PR tree-optimization/43270
19298         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
19299         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
19300         * tree-ssa-pre.c (phi_translate_1): Adjust.
19301         (fully_constant_expression): Split out vn_reference handling to ...
19302         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
19303         Fold reads from constant strings.
19304         (vn_reference_lookup): Handle fully constant references.
19305         (vn_reference_lookup_pieces): Likewise.
19306         * Makefile.in (expmed.o-warn): Add -Wno-error.
19307
19308 2010-04-07  Martin Jambor  <mjambor@suse.cz>
19309
19310         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
19311
19312 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
19313
19314         PR driver/41594
19315         * gcc.c: Add -static-libstdc++ to list of recognized options.
19316
19317 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19318
19319         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
19320
19321 2010-04-07  Richard Guenther  <rguenther@suse.de>
19322
19323         PR middle-end/42617
19324         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
19325         bases build simple mem attributes to retain points-to information.
19326
19327 2010-04-07  Richard Guenther  <rguenther@suse.de>
19328
19329         PR middle-end/42617
19330         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
19331         preserve points-to related information.
19332
19333 2010-04-07  Richard Guenther  <rguenther@suse.de>
19334
19335         PR middle-end/42617
19336         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
19337         discard plain indirect references.
19338         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
19339         * tree.c (tree_nop_conversion): Likewise.
19340
19341 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
19342
19343         PR debug/43628
19344         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
19345
19346 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
19347
19348         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
19349         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
19350
19351 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19352
19353         * tree-if-conv.c: Fix indentation and comments.
19354
19355 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19356
19357         * tree-if-conv.c: Sort static functions in topological order.
19358
19359 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19360
19361         * tree-if-conv.c: Fix indentation and comments.
19362
19363 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19364
19365         PR middle-end/43519
19366         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
19367         lang_hooks.types.type_for_size instead of
19368         build_nonstandard_integer_type.
19369         When converting an unsigned type to signed, double its precision.
19370         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
19371         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
19372         (graphite_create_new_loop_guard): When ub + 1 wraps around,
19373         use lb <= ub.
19374
19375 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19376
19377         PR middle-end/43519
19378         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
19379         POINTER_PLUS_EXPR for pointer types.
19380
19381 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19382
19383         PR middle-end/43519
19384         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
19385         * graphite-clast-to-gimple.c: Include langhooks.h.
19386         (max_signed_precision_type): New.
19387         (max_precision_type): Takes two types as arguments.
19388         (precision_for_value): New.
19389         (precision_for_interval): New.
19390         (gcc_type_for_interval): New.
19391         (gcc_type_for_value): New.
19392         (gcc_type_for_clast_term): New.
19393         (gcc_type_for_clast_red): New.
19394         (gcc_type_for_clast_bin): New.
19395         (gcc_type_for_clast_expr): Split up into several functions.
19396         (gcc_type_for_clast_eq): Rewritten.
19397         (compute_bounds_for_level): New.
19398         (compute_type_for_level_1): New.
19399         (compute_type_for_level): New.
19400         (gcc_type_for_cloog_iv): Removed.
19401         (gcc_type_for_iv_of_clast_loop): Rewritten.
19402         (graphite_create_new_loop): Compute the lower and upper bound types
19403         with gcc_type_for_clast_expr.
19404         (graphite_create_new_loop_guard): Same.
19405         (find_cloog_iv_in_expr): Removed.
19406         (compute_cloog_iv_types_1): Removed.
19407         (compute_cloog_iv_types): Removed.
19408         (gloog): Do not call compute_cloog_iv_types.
19409         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
19410         GBB_CLOOG_IV_TYPES.
19411         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
19412         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
19413         (GBB_CLOOG_IV_TYPES): Removed.
19414
19415 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19416
19417         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
19418         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
19419         (detect_commutative_reduction): Same.
19420
19421 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19422
19423         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
19424         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
19425         argument.
19426         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
19427         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
19428         (rewrite_commutative_reductions_out_of_ssa): Same.
19429         * passes.c (execute_function_todo): Call verify_ssa for every pass
19430         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
19431         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
19432         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
19433         with an extra argument.
19434         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
19435         verify_ssa only when the extra argument is true.
19436         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
19437         with an extra argument.
19438         (tree_transform_and_unroll_loop): Same.
19439
19440 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19441
19442         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
19443         for all the passes of the LNO having LOOP_CLOSED_SSA.
19444         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
19445         * tree-loop-distribution.c (pass_loop_distribution): Same.
19446         * tree-pass.h (TODO_verify_loops): Removed.
19447         * tree-ssa-loop.c (pass_tree_loop_init): Same.
19448         (pass_lim): Same.
19449         (pass_tree_unswitch): Same.
19450         (pass_predcom): Same.
19451         (pass_vectorize): Same.
19452         (pass_linear_transform): Same.
19453         (pass_graphite_transforms): Same.
19454         (pass_iv_canon): Same.
19455         (pass_complete_unroll): Same.
19456         (pass_complete_unrolli): Same.
19457         (pass_parallelize_loops): Same.
19458         (pass_loop_prefetch): Same.
19459         (pass_iv_optimize): Same.
19460
19461 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
19462
19463         PR middle-end/32824
19464         * passes.c (init_optimization_passes): Move pass_lim before
19465         pass_copy_prop and pass_dce_loop.
19466
19467 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
19468
19469         PR target/43667
19470         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
19471         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
19472         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
19473         MULTI_* defines for 4 argument vpermil2p* builtins.
19474
19475 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
19476
19477         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
19478         * config/i386/i386.c (x86_maybe_negate_const_int): New.
19479         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
19480         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
19481         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
19482         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
19483         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
19484         Use x86_maybe_negate_const_int to output insn mnemonic.
19485         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
19486         check from instruction predicate.  Update comments.
19487         * config/i386/sync.md (sync_add<mode>): Use
19488         x86_maybe_negate_const_int to output insn mnemonic.
19489
19490 2010-04-06  Jan Hubicka  <jh@suse.cz>
19491
19492         PR tree-optimization/42906
19493         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
19494         IGNORE_SELF argument.  Set visited_control_parents for fully
19495         processed BBs.
19496         (find_obviously_necessary_stmts): Update call of
19497         mark_control_dependent_edges_necessary.
19498         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
19499
19500 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
19501
19502         * config/i386/i386.md: Remove comment about 'e' and 'E'
19503         operand modifier.
19504
19505 2010-04-06  Richard Guenther  <rguenther@suse.de>
19506
19507         PR tree-optimization/43627
19508         * tree-vrp.c (extract_range_from_unary_expr): Widenings
19509         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
19510         not varying.
19511
19512 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
19513
19514         * BASE-VER: Change to 4.6.0.
19515
19516         PR target/43638
19517         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
19518         handling.
19519
19520 2010-04-06  Richard Guenther  <rguenther@suse.de>
19521
19522         PR middle-end/43661
19523         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
19524
19525 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19526
19527         * doc/invoke.texi (Optimize Options): Document that LTO
19528         won't remove object access purely due to incompatible
19529         declarations.
19530
19531 2010-04-04  Matthias Klose  <doko@ubuntu.com>
19532
19533         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
19534         Initialize variable.
19535
19536 2010-04-03  Richard Guenther  <rguenther@suse.de>
19537
19538         PR middle-end/42509
19539         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
19540         require a non-NULL MEM_OFFSET.
19541
19542 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
19543
19544         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
19545         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
19546         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
19547         config/alpha/predicates.md, config/arm/arm.md,
19548         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
19549         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
19550         config/darwin9.h, config/darwin.c, config/darwin.h,
19551         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
19552         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
19553         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
19554         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
19555         config/mips/mips.md, config/mn10300/mn10300.c,
19556         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
19557         config/rs6000/aix.h, config/rs6000/dfp.md,
19558         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
19559         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
19560         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
19561         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
19562         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
19563         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
19564         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
19565         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
19566         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
19567         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
19568         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
19569         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
19570         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
19571         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
19572         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
19573         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
19574         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
19575         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
19576         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
19577         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
19578         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
19579         opt-functions.awk, opth-gen.awk, params.def, passes.c,
19580         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
19581         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
19582         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
19583         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
19584         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
19585         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
19586         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
19587         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
19588         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
19589         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
19590         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
19591         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
19592         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
19593         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
19594
19595 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19596
19597         PR other/43620
19598         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
19599         * aclocal.m4: Regenerate.
19600
19601 2010-04-02  Richard Guenther  <rguenther@suse.de>
19602
19603         PR tree-optimization/43629
19604         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
19605         if we have seen a constant value.
19606
19607 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
19608
19609         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
19610
19611 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
19612
19613         PR target/43469
19614         * arm.c (legitimize_tls_address): Adjust call to
19615         gen_tls_load_dot_plus_four.
19616         (arm_note_pic_base): New function.
19617         (arm_cannot_copy_insn_p): Use it.
19618         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
19619         constraint.
19620
19621 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19622
19623         PR bootstrap/43531
19624
19625         Revert:
19626         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19627
19628         * Makefile.in ($(out_object_file)): Depend on
19629         gt-$(basename $(notdir $(out_file))).h.
19630
19631 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
19632
19633         * config.gcc (lm32-*-rtems*): Add t-lm32.
19634
19635 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
19636
19637         * config.gcc: Add lm32-*-rtems*.
19638         * config/lm32/rtems.h: New file.
19639
19640 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
19641
19642         PR target/42609
19643         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
19644
19645 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
19646
19647         * dwarf2out.c (output_compilation_unit_header): For
19648         -gdwarf-4 use version 4 instead of version 3.
19649         (output_line_info): For version 4 and above emit additional
19650         maximum ops per insn header field.
19651         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
19652
19653         * dwarf2out.c (is_c_family, is_java): Remove.
19654         (lower_bound_default): New function.
19655         (add_bound_info, gen_descr_array_type_die): Use it.
19656
19657 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
19658
19659         PR debug/43325
19660         * dwarf2out.c (gen_variable_die): Allow debug info for variable
19661         re-declaration when it happens in a function.
19662
19663 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
19664
19665         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
19666         (cgraph_remove_function_insertion_hook): Same.
19667         (cgraph_call_function_insertion_hooks): Same.
19668
19669 2010-04-01  Richard Guenther  <rguenther@suse.de>
19670
19671         PR middle-end/43614
19672         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
19673         and TREE_THIS_VOLATILE.
19674         (copy_ref_info): Likewise.
19675         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
19676         * tree.c (build6_stat): Ignore side-effects of all but arg5
19677         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
19678         TARGET_MEM_REF.
19679
19680 2010-04-01  Richard Guenther  <rguenther@suse.de>
19681
19682         PR tree-optimization/43607
19683         * ipa-type-escape.c (check_call): Do not access non-existing
19684         arguments.
19685
19686 2010-04-01  Richard Guenther  <rguenther@suse.de>
19687
19688         PR middle-end/43602
19689         Revert
19690         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
19691                     Jack Howarth  <howarth@bromo.med.uc.edu>
19692
19693         * tree-profile.c (tree_init_ic_make_global_vars): Make static
19694         variables TLS.
19695
19696 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19697
19698         * doc/install.texi (Prerequisites): Document libelf usability on
19699         IRIX 5/6 and Solaris 2.
19700         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
19701         Update GNU as, GNU ld requirements.
19702         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
19703         Document Sun Studio compiler download.
19704         Update and simplify as, ld recommendations.
19705         (Specific, *-*-solaris2.7): Note obsoletion, removal.
19706
19707 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19708
19709         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
19710         with_tune_32 to pentium4.
19711
19712 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
19713
19714         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
19715
19716 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19717
19718         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
19719         obsoletion, removal.
19720         Update IDO URL.
19721         Document GNU as requirement.
19722         Update configure requirements.
19723         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
19724         Recomment IRIX 6.5.18+.
19725         Document IDF/IDL requirement.
19726         Document GNU as requirement.
19727         Document GNU ld bootstrap failure.
19728         Remove freeware.sgi.com reference.
19729
19730 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19731
19732         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
19733         UNIX V4.0, V5.0 obsoletion, removal.
19734         Remove --with-gc=simple reference.
19735         Update VM requirements during bootstrap.
19736         Remove -oldas bootstrap description.
19737         Update binutils reference.
19738         Remove comparison failure note.
19739
19740 2010-03-31  Richard Guenther  <rguenther@suse.de>
19741             Zdenek Dvorak  <ook@ucw.cz>
19742             Sebastian Pop  <sebastian.pop@amd.com>
19743
19744         PR middle-end/43464
19745         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
19746         with multiple arguments.
19747         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
19748
19749 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19750
19751         * graphite-dependences.c (print_pddr): Call print_pdr with an
19752         extra argument.
19753         * graphite-poly.c (debug_pdr): Add an extra argument for the
19754         verbosity level.
19755         (print_pdr): Same.
19756         (print_pbb_domain): Same.
19757         (print_pbb): Same.
19758         (print_scop_context): Same.
19759         (print_scop): Same.
19760         (print_cloog): Same.
19761         (debug_pbb_domain): Same.
19762         (debug_pbb): Same.
19763         (print_pdrs): Same.
19764         (debug_pdrs): Same.
19765         (debug_scop_context): Same.
19766         (debug_scop): Same.
19767         (debug_cloog): Same.
19768         (print_scop_params): Same.
19769         (debug_scop_params): Same.
19770         (print_iteration_domain): Same.
19771         (print_iteration_domains): Same.
19772         (debug_iteration_domain): Same.
19773         (debug_iteration_domains): Same.
19774         (print_scattering_function): Same.
19775         (print_scattering_functions): Same.
19776         (debug_scattering_function): Same.
19777         (debug_scattering_functions): Same.
19778         * graphite-poly.h (debug_pdr): Update declaration.
19779         (print_pdr): Same.
19780         (print_pbb_domain): Same.
19781         (print_pbb): Same.
19782         (print_scop_context): Same.
19783         (print_scop): Same.
19784         (print_cloog): Same.
19785         (debug_pbb_domain): Same.
19786         (debug_pbb): Same.
19787         (print_pdrs): Same.
19788         (debug_pdrs): Same.
19789         (debug_scop_context): Same.
19790         (debug_scop): Same.
19791         (debug_cloog): Same.
19792         (print_scop_params): Same.
19793         (debug_scop_params): Same.
19794         (print_iteration_domain): Same.
19795         (print_iteration_domains): Same.
19796         (debug_iteration_domain): Same.
19797         (debug_iteration_domains): Same.
19798         (print_scattering_function): Same.
19799         (print_scattering_functions): Same.
19800         (debug_scattering_function): Same.
19801         (debug_scattering_functions): Same.
19802
19803 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19804
19805         * graphite-poly.c (print_scattering_function_1): New.
19806         (print_scattering_function): Call it.
19807         (print_scop_params): Remove spaces at the end of lines.
19808         (print_cloog): New.
19809         (debug_cloog): New.
19810         * graphite-poly.h (print_cloog): Declared.
19811         (debug_cloog): Declared.
19812
19813 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19814
19815         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
19816         in loop->header.
19817         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
19818         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
19819         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
19820         to switch between adding the IV bump in loop->latch or in loop->header.
19821
19822 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
19823
19824         * graphite-poly.c (print_scattering_function): Pretty print following
19825         the scoplib format.
19826         (print_pdr): Same.
19827         (print_pbb_domain): Same.
19828         (dump_gbb_cases): Same.
19829         (dump_gbb_conditions): Same.
19830         (print_pdrs): Same.
19831         (print_pbb): Same.
19832         (print_scop_params): Same.
19833         (print_scop_context): Same.
19834         (print_scop): Same.
19835         (print_pbb_body): New.
19836         (lst_indent_to): New.
19837         (print_lst): Start new lines with a #.
19838         * graphite-poly.h (pbb_bb): New.
19839         (pbb_index): Use pbb_bb.
19840         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
19841         disjuncts.
19842         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
19843
19844 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
19845
19846         * dwarf2out.c (size_of_die): For -gdwarf-4 use
19847         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
19848         and 0 instead of 1 for dw_val_class_flag.
19849         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
19850         dw_val_class_range_list, dw_val_class_loc_list,
19851         dw_val_class_lineptr and dw_val_class_macptr, use
19852         DW_FORM_flag_present for dw_val_class_flag and
19853         DW_FORM_exprloc for dw_val_class_loc.
19854         (output_die): For -gdwarf-4 print dw_val_class_loc
19855         size as uleb128 instead of 1 or 2 bytes and don't print
19856         anything for dw_val_class_flag.
19857
19858         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
19859         instead of cselib_lookup following by tweaking locs->setting_insn.
19860
19861         PR bootstrap/43596
19862         * cselib.c (cselib_process_insn): Clear cselib_current_insn
19863         even before returning from label, setjmp call or volatile asm
19864         handling.
19865
19866 2010-03-31  Richard Guenther  <rguenther@suse.de>
19867
19868         PR middle-end/43600
19869         * cgraphunit.c (cgraph_output_in_order): Do not allocate
19870         temporary data on stack.
19871
19872 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19873
19874         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
19875         (PUSHSECTION_ASM_OP): Remove.
19876         (POPSECTION_ASM_OP): Remove.
19877         (PUSHSECTION_FORMAT): Remove.
19878         * config/sol2.h (PUSHSECTION_FORMAT): Define.
19879         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
19880         * config/sol2.c (solaris_output_init_fini): Use it.
19881
19882 2010-03-31  Jie Zhang  <jie@codesourcery.com>
19883
19884         PR 43574
19885         * opt-functions.awk (var_type_struct): Use signed char type
19886         for simple variables.
19887
19888 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19889
19890         * config/sol2.c: Include output.h.
19891         (solaris_assemble_visibility): New function.
19892         * config/t-sol2 (sol2.o): Add output.h dependency.
19893         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
19894         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
19895         Redefine.
19896
19897 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
19898
19899         PR target/43580
19900         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
19901         V2SImode or XFmode on PRE_DEC.
19902
19903         PR debug/43557
19904         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
19905         BLKmode.
19906
19907 2010-03-31  Jie Zhang  <jie@codesourcery.com>
19908
19909         PR 43562
19910         * reload.h (caller_save_initialized_p): Declare.
19911         * toplev.c (backend_init_target): Don't call
19912         init_caller_save but set caller_save_initialized_p to false.
19913         * caller-save.c (caller_save_initialized_p): Define.
19914         (init_caller_save): Check caller_save_initialized_p.
19915         * ira.c (ira): Call init_caller_save if flag_caller_saves.
19916
19917 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19918
19919         PR target/39048
19920         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
19921         and soft-fp/t-softfp to tmake_file.
19922         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
19923         (LIBGCC2_TF_CEXT): Define.
19924         (TF_SIZE): Define.
19925
19926 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
19927
19928         PR debug/42977
19929         * cselib.c (n_useless_values): Document handling of debug locs.
19930         (n_useless_debug_values, n_debug_values): New variables.
19931         (new_elt_loc_list): Don't add to debug values, keep count.
19932         (promote_debug_loc): New.
19933         (cselib_reset_table): Zero new variables.
19934         (entry_and_rtx_equal_p): Promote debug locs.
19935         (discard_useless_locs): Increment n_useless_debug_values for
19936         debug values.
19937         (remove_useless_values): Adjust n_useless_values and n_debug_values
19938         with n_useless_debug_values.
19939         (add_mem_for_addr): Promote debug locs.
19940         (cselib_lookup_mem): Likewise.
19941         (cselib_lookup_addr): Renamed to...
19942         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
19943         (cselib_log_lookup): ... this.  Turn into...
19944         (cselib_lookup_addr): ... new wrapper.
19945         (cselib_lookup_from_insn): New.
19946         (cselib_invalidate_regno): Increment n_useless_debug_values for
19947         debug values.
19948         (cselib_invalidate_mem): Likewise.
19949         (cselib_process_insn): Take n_deleted and n_debug_values into
19950         account to guard remove_useless_value call.
19951         (cselib_finish): Zero n_useless_debug_values.
19952         * cselib.h (cselib_lookup_from_insn): Declare.
19953         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
19954         (sched_analyze_2): Likewise.
19955
19956 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
19957
19958         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
19959         functions.
19960         (adjust_mems): Replace narrowing SUBREG of expression containing
19961         just PLUS, MINUS, MULT and ASHIFT of registers and constants
19962         with operations in the narrower mode.
19963
19964         PR debug/43593
19965         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
19966         regs_invalidated_by_call instead all call_used_reg_set registers.
19967
19968 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
19969
19970         PR middle-end/43430
19971         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
19972         pointer comparisons with types_compatible_p.
19973         * tree-vect-stmts.c (vectorizable_call): Same.
19974         (vectorizable_condition): Same.
19975
19976 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19977
19978         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
19979         stack check if the mask would be zero.
19980
19981 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
19982             Jack Howarth  <howarth@bromo.med.uc.edu>
19983
19984         * tree-profile.c (tree_init_ic_make_global_vars): Make static
19985         variables TLS.
19986
19987 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
19988
19989         PR other/25232
19990         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
19991         and __unordtf2.
19992         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
19993         Include ___unordxf2 and ___unordtf2.
19994         * config/i386/libgcc-glibc.ver: Do not define inheritance from
19995         GCC_4.4.0 here.
19996
19997 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
19998
19999         * config/lm32/t-lm32: New file.
20000         * config.gcc: Use the above file when targetting lm32.
20001
20002 2010-03-28  Duncan Sands  <baldrick@free.fr>
20003
20004         * Makefile.in (PLUGIN_HEADERS): Add except.h.
20005
20006 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
20007
20008         PR middle-end/43431
20009         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
20010         Improve vectorization cost model diagnostic.
20011
20012 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
20013
20014         PR middle-end/43436
20015         * tree-vect-data-refs.c (vect_analyze_data_refs): When
20016         compute_data_dependences_for_loop returns false, early exit
20017         and output an extra diagnostic for the failed data reference
20018         analysis.
20019
20020 2010-03-29  Richard Guenther  <rguenther@suse.de>
20021
20022         PR tree-optimization/43560
20023         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
20024         (can_sm_ref_p): Treat stores to readonly locations as trapping.
20025
20026 2010-03-29  Jie Zhang  <jie@codesourcery.com>
20027
20028         PR 43564
20029         * toplev.c (process_options): Set optimization_default_node
20030         and optimization_current_node.
20031         * opts.c (decode_options): Don't set optimization_default_node
20032         and optimization_current_node.
20033
20034 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
20035
20036         * config/rtems.h: Abandon -qrtems_debug.
20037
20038 2010-03-28  Jan Hubicka  <jh@suse.cz>
20039
20040         PR tree-optimization/43505
20041         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
20042         map should not be copied.
20043
20044 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20045
20046         PR middle-end/41674
20047         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
20048         cdtors, set DECL_PRESERVE_P.
20049         * ipa.c (cgraph_externally_visible_p): Return true if declaration
20050         should be preseved.
20051
20052 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
20053
20054         PR tree-optimization/43528
20055         * stor-layout.c (place_field): Check that constant fits into
20056         unsigned HWI when skipping calculation of MS bitfield layout.
20057
20058 2010-03-27  Jan Hubicka  <jh@suse.cz>
20059
20060         PR middle-end/43391
20061         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
20062         notice_global_symbol work.
20063
20064 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
20065
20066         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
20067         instead of dwarf2out_decl.
20068         (struct var_loc_node): Remove section_label field.
20069         (dwarf2out_function_decl): New function.
20070         (dwarf2out_var_location): Don't set section_label field.
20071         (dwarf2out_begin_function): Don't empty decl_loc_table here.
20072
20073 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
20074
20075         PR tree-optimization/43544
20076         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
20077         First argument for builtin vectorized function hook is now a
20078         tree to be able to distinguish between machine specific and
20079         standard builtins.
20080         * targhooks.c (default_builtin_vectorized_function): Ditto.
20081         * targhooks.h (default_builtin_vectorized_function): Ditto.
20082         * target.h (struct gcc_target): Ditto.
20083         * tree-vect-stmts.c (vectorizable_function): Ditto.
20084         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
20085         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
20086         Ditto.
20087
20088 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
20089
20090         PR c/43381
20091         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
20092         nested binding iff it is a FUNCTION_DECL.
20093         (store_parm_decls_newstyle): Pass nested=true to bind for
20094         FUNCTION_DECLs amongst parameters.
20095
20096 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
20097
20098         * var-tracking.c (vt_expand_loc_callback): Don't run
20099         cselib_expand_value_rtx_cb in dummy mode if
20100         cselib_dummy_expand_value_rtx_cb returned false.
20101
20102         * var-tracking.c (emit_note_insn_var_location): For one part
20103         notes with offset 0, don't add EXPR_LIST around the location.
20104         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
20105         add_location_or_const_value_attribute): Adjust for that change.
20106
20107         PR debug/43540
20108         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
20109         into first operand and location into second.
20110         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
20111         dw_cfi_oprnd_loc for DW_CFA_expression.
20112         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
20113         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
20114         assume first argument is regnum and second argument is location.
20115
20116 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
20117
20118         PR target/42113
20119         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
20120         of scratch register to DImode.  Split to DImode comparison operator.
20121         Use SImode subreg of scratch register in the multiplication.
20122         (*cmp_sadd_sidi): Ditto.
20123         (*cmp_ssub_si): Ditto.
20124         (*cmp_ssub_sidi): Ditto.
20125
20126 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
20127
20128         PR target/43524
20129         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
20130         Remove invalid assert and wrong comment.
20131
20132 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
20133
20134         PR debug/43516
20135         * flags.h (final_insns_dump_p): New extern.
20136         * final.c (final_insns_dump_p): New variable.
20137         (rest_of_clean_state): Set it before -fdump-final-insns=
20138         dumping, clear afterwards.
20139         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
20140         MEM_ALIAS_SET on MEMs.
20141
20142 2010-03-26  David S. Miller  <davem@davemloft.net>
20143
20144         * configure.ac: Fix sparc GOTDATA_OP bug check.
20145         * configure: Rebuild.
20146
20147 2010-03-26  Alan Modra  <amodra@gmail.com>
20148
20149         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
20150
20151 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20152
20153         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
20154         TLS_SECTION_ASM_FLAG.
20155
20156 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
20157
20158         PR bootstrap/43511
20159         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
20160         Clear first_function_block_is_cold.
20161
20162         PR c/43385
20163         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
20164         argument if the argument is truth_value_p.
20165
20166 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
20167
20168         * config/rs6000/constraints.md: Update copyright year for my changes.
20169
20170         PR target/43484
20171         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
20172         used in reg+reg addressing, swap registers.
20173
20174 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
20175
20176         PR debug/43293
20177         * target.h (struct gcc_target): Add code_end hook.
20178         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
20179         if not yet defined.
20180         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
20181         * toplev.c (compile_file): Call targetm.asm_out.code_end
20182         hook before unwind info/debug info output.
20183         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
20184         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
20185         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20186         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
20187         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20188         * config/i386/i386.c (ix86_file_end): Renamed to...
20189         (ix86_code_end): ... this.  Make static.  Don't call
20190         file_end_indicate_exec_stack.  Emit unwind info using
20191         final_start_function/final_end_function.
20192         (darwin_x86_file_end): Remove.
20193         (TARGET_ASM_CODE_END): Define.
20194         * config/i386/i386.h (TARGET_ASM_FILE_END,
20195         NEED_INDICATE_EXEC_STACK): Don't define.
20196         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
20197         (TARGET_ASM_FILE_END): Define to darwin_file_end.
20198         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
20199         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
20200
20201         PR target/43498
20202         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
20203         at the beginning and final_end_function at the end.
20204         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
20205
20206 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20207
20208         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
20209         and Sun as TLS syntax.
20210         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
20211         * configure: Regenerate.
20212         * config.in: Regenerate.
20213         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
20214         (default_elf_asm_named_section): Use it.
20215         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
20216         (i386_output_dwarf_dtprel): Likewise.
20217         (output_addr_const_extra): Likewise.
20218         (output_pic_addr_const): Lowercase @GOTTPOFF.
20219         (output_addr_const_extra): Likewise.
20220         (output_pic_addr_const): Lowercase @GOTNTPOFF.
20221         (output_addr_const_extra): Likewise.
20222         (output_pic_addr_const): Lowercase @INDNTPOFF.
20223         (output_addr_const_extra): Likewise.
20224         (output_pic_addr_const): Lowercase @NTPOFF.
20225         (output_addr_const_extra): Likewise.
20226         (output_pic_addr_const): Lowercase @TPOFF.
20227         (output_addr_const_extra): Likewise.
20228         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
20229         (*tls_global_dynamic_64): Likewise.
20230         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
20231         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
20232
20233         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
20234         (ASM_OUTPUT_TLS_COMMON): Use it.
20235         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
20236
20237         PR target/38118
20238         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
20239         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
20240         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
20241         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
20242         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20243         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
20244
20245 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20246
20247         * config/i386/i386.c (override_options): Don't accept
20248         -mtls-dialect=sun any longer.
20249         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
20250         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
20251         (*tls_local_dynamic_base_32_sun): Likewise.
20252         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20253
20254 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
20255
20256         PR debug/43508
20257         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
20258         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
20259
20260         PR debug/43479
20261         * ira.c (adjust_cleared_regs): New function.
20262         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
20263
20264         PR debug/19192
20265         PR debug/43479
20266         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
20267         from gimple_block.
20268         * expr.c (expand_expr_real): Restore previous
20269         curr_insn_source_location and curr_insn_block after
20270         expand_expr_real_1 call.
20271         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
20272         instead of expand_expr_real_1.
20273
20274 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
20275
20276         PR rtl-optimization/43413
20277         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
20278         hard regs too.
20279
20280 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
20281
20282         PR target/43348
20283         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
20284         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
20285
20286 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
20287
20288         * config/i386/i386.c (ix86_target_string): Add -mfma.
20289         Fix a typo in comment.
20290
20291 2010-03-22  Mike Stump  <mikestump@comcast.net>
20292
20293         PR target/23071
20294         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
20295         Don't overly align based upon packed packed fields.
20296
20297 2010-03-22  Jason Merrill  <jason@redhat.com>
20298
20299         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
20300         Use () rather than [], and move before the element type.
20301
20302 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20303
20304         * doc/configfiles.texi (Configuration Files): Removed
20305         fixinc/Makefile*, intl/Makefile.*.
20306         * doc/makefile.texi: Fixed markup. Abstract from version
20307         control system used.
20308         (Makefile): Removed obsolete gcc/java/parse.y example.
20309         * doc/sourcebuild.texi: Likewise.
20310         (Top Level): Added config, gnattools, libdecnumber, libgcc,
20311         libgomp, libssp.  Removed fastjar.
20312         (Miscellaneous Docs): Clarify location.
20313         Added COPYING3, COPYING3.LIB.
20314         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
20315
20316 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20317
20318         PR target/38085
20319         * config/i386/i386.c (x86_function_profiler)
20320         [!NO_PROFILE_COUNTERS]: Fix typo.
20321         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
20322         instead of callq.
20323
20324 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
20325             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20326
20327         * doc/sourcebuild.texi (Test Directives): Split into six
20328         subsections, with most of the current text in new subsections
20329         Directives, Selectors, and Final Actions.
20330         (Directives): Split list of test directives into multiple
20331         subsubsections.
20332         (Selectors): Describe use and syntax of selectors.
20333         (Effective-Target Keywords): Describe all existing keywords.
20334         (Add Options): Describe features for dg-add-options.
20335         (Require Support): Describe variants of dg-require-support.
20336         (Final Actions): Describe commands to use in dg-final.
20337
20338 2010-03-22  Michael Matz  <matz@suse.de>
20339
20340         PR middle-end/43475
20341         * recog.c (validate_replace_rtx_group): Replace also in
20342         REG_EQUAL and REG_EQUIV notes.
20343
20344 2010-03-22  Richard Guenther  <rguenther@suse.de>
20345
20346         PR tree-optimization/43390
20347         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
20348         sure vector extracts are type correct.
20349
20350 2010-03-22  Richard Guenther  <rguenther@suse.de>
20351
20352         PR middle-end/40106
20353         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
20354         x * sqrt (x) even when optimizing for size if the target
20355         has native support for sqrt.
20356
20357 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
20358
20359         * varasm.c (make_decl_rtl_for_debug): Also clear
20360         flag_mudflap for the duration of make_decl_rtl call.
20361
20362         PR debug/43443
20363         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
20364         locs from preserved VALUEs.
20365
20366 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20367
20368         PR middle-end/42718
20369         * pa.md (movmemsi): Set align to one if zero.
20370         (movmemdi): Likewise.
20371
20372 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
20373
20374         PR target/42321
20375         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
20376         with their corresponding prologue pushes.
20377
20378 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
20379
20380         PR target/43156
20381         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
20382         at the begining or end.
20383         (spu_expand_epilogue): Likewise.
20384
20385 2010-03-20  Richard Guenther  <rguenther@suse.de>
20386
20387         PR rtl-optimization/43438
20388         * combine.c (make_extraction): Properly zero-/sign-extend an
20389         extraction of the low part of a CONST_INT.  Also handle
20390         CONST_DOUBLE.
20391
20392 2010-03-19  Mike Stump  <mikestump@comcast.net>
20393
20394         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
20395         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
20396         (override_options): Use SUBTARGET32_DEFAULT_CPU.
20397
20398 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
20399
20400         PR c/43211
20401         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
20402         an error.
20403
20404 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
20405
20406         PR rtl-optimization/42258
20407         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
20408         use that may match DEF.
20409
20410         PR target/40697
20411         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
20412         the cost of loading the constant rather than assuming
20413         COSTS_N_INSNS (1).
20414         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
20415         outer code is AND, do the same tests as the andsi3 expander and
20416         return COSTS_N_INSNS (1) if and is cheap.
20417
20418         * optabs.c (avoid_expensive_constant): Fix formatting.
20419
20420 2010-03-19  Michael Matz  <matz@suse.de>
20421
20422         PR c++/43116
20423         * attribs.c (decl_attributes): When rebuilding a function pointer
20424         type use the same qualifiers as the original pointer type.
20425
20426 2010-03-19  Martin Jambor  <mjambor@suse.cz>
20427
20428         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
20429         and is_gimple_ip_invariant_address.
20430
20431 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20432
20433         Revert
20434         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20435
20436         * config/arm/arm.c (arm_override_options): Turn off
20437         flag_dwarf2_cfi_asm for AAPCS variants.
20438
20439 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20440
20441         PR target/43399
20442         * config/arm/arm.c (emit_multi_reg_push): Update comments.
20443         Use PRE_MODIFY instead of PRE_DEC.
20444         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
20445         (vfp_emit_fstmd): Likewise.
20446
20447 2010-03-19  Michael Matz  <matz@suse.de>
20448
20449         PR target/43305
20450         * builtins.c (expand_builtin_interclass_mathfn,
20451         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
20452         if that fails.
20453
20454 2010-03-19  Richard Guenther  <rguenther@suse.de>
20455
20456         PR tree-optimization/43415
20457         * tree-ssa-pre.c (phi_translate): Split out worker to ...
20458         (phi_translate_1): ... this.
20459         (phi_translate): Move all caching here.  Cache all NARY
20460         and REFERENCE translations.
20461
20462 2010-03-19  David S. Miller  <davem@davemloft.net>
20463
20464         With help from Eric Botcazou.
20465         * config/sparc/sparc.c: Include dwarf2out.h.
20466         (emit_pic_helper): Delete.
20467         (pic_helper_symbol_name): Delete.
20468         (pic_helper_emitted_p): Delete.
20469         (pic_helper_needed): New.
20470         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
20471         (get_pc_thunk_name): New.
20472         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
20473         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
20474         Set pic_helper_needed to true.  Don't call emit_pic_helper.
20475         (sparc_expand_prologue): Update load_pic_register call.
20476         (sparc_output_mi_thunk): Likewise.
20477         (sparc_file_end): Emit a hidden comdat symbol for the PIC
20478         thunk if possible.  Output CFI information as needed.
20479
20480 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
20481             Jack Howarth  <howarth@bromo.med.uc.edu>
20482
20483         PR target/36399
20484         * config/i386/i386.h: Fix ABI on darwin x86-32.
20485
20486 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
20487
20488         * tree.h: Declare make_decl_rtl_for_debug.
20489         * varasm.c (make_decl_rtl_for_debug): New.
20490         * dwarf2out.c (rtl_for_decl_location): Call it.
20491         * cfgexpand.c (expand_debug_expr): Call it.
20492
20493 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
20494
20495         PR bootstrap/43399
20496         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
20497         mem_mode.
20498
20499         PR bootstrap/43403
20500         * var-tracking.c (vt_init_cfa_base): Do nothing if
20501         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
20502
20503 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
20504
20505         PR debug/42873
20506         * var-tracking.c (canonicalize_vars_star): New.
20507         (dataflow_post_merge_adjust): Use it.
20508
20509 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
20510
20511         PR debug/43058
20512         * var-tracking.c (non_suitable_const): New function.
20513         (add_uses): For DEBUG_INSNs with constants, don't record any
20514         value, instead just the constant value itself.
20515         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
20516         is not VAR_LOC_UNKNOWN_P, set var to the constant.
20517         (emit_notes_in_bb): Likewise.
20518         (emit_note_insn_var_location): For onepart variables if
20519         cur_loc is a VOIDmode constant, use DECL_MODE.
20520
20521 2010-03-18  Martin Jambor  <mjambor@suse.cz>
20522
20523         PR middle-end/42450
20524         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
20525         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
20526         all non-clones.  Moved call redirection...
20527         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
20528         (cgraph_materialize_all_clones): Dispose of all
20529         combined_args_to_skip bitmaps.
20530         (verify_cgraph_node): Do not check for edges pointing to wrong
20531         nodes in inline clones.
20532         * tree-inline.c (copy_bb): Call
20533         cgraph_redirect_edge_call_stmt_to_callee.
20534         * ipa.c (cgraph_remove_unreachable_nodes): Call
20535         cgraph_node_remove_callees even when there are used clones.
20536
20537 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
20538
20539         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
20540
20541 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
20542
20543         PR target/43383
20544         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
20545         for 32bit.
20546
20547 2010-03-18  Michael Matz  <matz@suse.de>
20548
20549         PR middle-end/43419
20550         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
20551         into sqrt(x) if we need to preserve signed zeros.
20552
20553 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
20554             Eric Botcazou  <ebotcazou@adacore.com>
20555
20556         PR rtl-optimization/43360
20557         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
20558         note if we don't know its invariant status.
20559
20560 2010-03-18  Michael Matz  <matz@suse.de>
20561
20562         PR tree-optimization/43402
20563         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
20564         PHI chains of ssa names registered for update.
20565
20566 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
20567
20568         PR target/42427
20569         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
20570         non-offsettable and pre_modify update addressing.
20571         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
20572         and "2" alternatives "#".
20573         (*movdd_softfloat32): Make all alternatives "#";
20574         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
20575         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
20576         (*movdf_softfloat32): Make all alternatives "#";
20577         (movdi): Use the new DIFD mode iterator to create a common splitter
20578         for movdi, movdf and movdd patterns.
20579
20580 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
20581
20582         * common.opt (dumpdir): Remove redundant tab.
20583
20584 2010-03-17  Martin Jambor  <mjambor@suse.cz>
20585
20586         PR tree-optimization/43347
20587         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
20588         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
20589
20590 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
20591
20592         PR rtl-optimization/42216
20593         * regrename.c (create_new_chain): New function, broken out from...
20594         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
20595         appending a use to an empty chain.
20596         (build_def_use): Remove previous changes that convert OP_INOUT to
20597         OP_OUT operands; instead detect the case where an OP_INOUT operand
20598         uses a previously untracked register and create an empty chain for it.
20599
20600 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20601
20602         * doc/extend.texi (Function Attributes): Rewrite unfinished
20603         sentence in ms_abi documentation.
20604
20605 2010-03-17  Alan Modra  <amodra@gmail.com>
20606
20607         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
20608         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
20609         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
20610         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
20611
20612 2010-03-16  Richard Henderson  <rth@redhat.com>
20613
20614         PR middle-end/43365
20615         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
20616         (lower_try_finally): Save and restore eh_seq around the expansion
20617         of the try-finally.
20618
20619 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
20620
20621         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
20622         statements before splitting block.
20623
20624 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20625
20626         * doc/sourcebuild.texi (Testsuites): Fix markup.
20627         Use pathnames relative to gcc/testsuite.
20628         (Test Directives): Move description of how timeout is determined.
20629         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
20630         (C Tests): Correct gcc.misc-tests directory.
20631         Framework tests now live in gcc.test-framework.
20632
20633 2010-03-16  Richard Guenther  <rguenther@suse.de>
20634
20635         PR middle-end/43379
20636         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
20637         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
20638
20639 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
20640             Alexandre Oliva  <aoliva@redhat.com>
20641
20642         PR tree-optimization/42917
20643         * lambda-code.c (remove_iv): Skip debug statements.
20644         (lambda_loopnest_to_gcc_loopnest): Likewise.
20645         (not_interesting_stmt): Debug statements are not interesting.
20646
20647 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
20648
20649         PR debug/43051
20650         PR debug/43092
20651         * cselib.c (cselib_preserve_constants,
20652         cfa_base_preserved_val): New static variables.
20653         (preserve_only_constants): New function.
20654         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
20655         clear its REG_VALUES.  If cselib_preserve_constants, don't
20656         empty the whole hash table, but preserve there VALUEs with constants,
20657         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
20658         (cselib_preserve_cfa_base_value): New function.
20659         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
20660         (cselib_init): Change argument to int bitfield.  Set
20661         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
20662         is in it.
20663         (cselib_finish): Clear cselib_preserve_constants and
20664         cfa_base_preserved_val.
20665         * cselib.h (enum cselib_record_what): New enum.
20666         (cselib_init): Change argument to int.
20667         (cselib_preserve_cfa_base_value): New prototype.
20668         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
20669         * dse.c (dse_step1): Likewise.
20670         * cfgcleanup.c (thread_jump): Likewise.
20671         * sched-deps.c (sched_analyze): Likewise.
20672         * gcse.c (local_cprop_pass): Likewise.
20673         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
20674         If FN is non-NULL, call the callback always and whenever it returns
20675         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
20676         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
20677         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
20678         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
20679         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
20680         * var-tracking.c: Include recog.h.
20681         (bb_stack_adjust_offset): Remove.
20682         (vt_stack_adjustments): Don't call it, instead just gather the
20683         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
20684         (adjust_stack_reference): Remove.
20685         (compute_cfa_pointer): New function.
20686         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
20687         (struct adjust_mem_data): New type.
20688         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
20689         functions.
20690         (get_address_mode): New function.
20691         (replace_expr_with_values): Use it.
20692         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
20693         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
20694         (adjust_sets): Remove.
20695         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
20696         Use get_address_mode.
20697         (get_adjusted_src): Remove.
20698         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
20699         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
20700         (add_with_sets): Don't call adjust_sets.
20701         (fp_setter, vt_init_cfa_base): New functions.
20702         (vt_initialize): Change return type to bool.  Move most of pool etc.
20703         initialization to the beginning of the function from end.  Pass
20704         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
20705         If !frame_pointer_needed, call vt_stack_adjustment before mos
20706         vector is filled, call vt_init_cfa_base if argp/framep has been
20707         eliminated to sp.  If frame_pointer_needed and argp/framep has
20708         been eliminated to hard frame pointer, set
20709         hard_frame_pointer_adjustment and call vt_init_cfa_base after
20710         encountering fp setter in the prologue.  For MO_ADJUST, call
20711         log_op_type before pusing the op into mos vector, not afterwards.
20712         Call adjust_insn before cselib_process_insn/add_with_sets,
20713         call cancel_changes (0) afterwards.
20714         (variable_tracking_main_1): Adjust for vt_initialize calling
20715         vt_stack_adjustments and returning whether it succeeded or not.
20716
20717 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
20718
20719         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
20720         debug statements.
20721
20722 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
20723
20724         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
20725         has been set.
20726         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
20727         drap_reg has not been set.
20728
20729 2010-03-15  Michael Matz  <matz@suse.de>
20730
20731         PR middle-end/43300
20732         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
20733         use it to expand block copies.
20734         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
20735         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
20736         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
20737
20738 2010-03-15  Richard Guenther  <rguenther@suse.de>
20739
20740         PR tree-optimization/43367
20741         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
20742         elimination check.
20743
20744 2010-03-15  Richard Guenther  <rguenther@suse.de>
20745
20746         PR tree-optimization/43317
20747         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
20748
20749 2010-03-15  Martin Jambor  <mjambor@suse.cz>
20750
20751         PR tree-optimization/43141
20752         * tree-sra.c (create_abstract_origin): New function.
20753         (modify_function): Call create_abstract_origin.
20754
20755 2010-03-15  Chris Demetriou  <cgd@google.com>
20756
20757         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
20758         wasn't copied.
20759
20760 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20761
20762         PR middle-end/43354
20763         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
20764         call insert_out_of_ssa_copy for default definitions.
20765
20766 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20767
20768         * graphite-clast-to-gimple.c (my_long_long): Defined.
20769         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
20770         * graphite-sese-to-poly.c (my_long_long): Defined.
20771         (scop_ivs_can_be_represented): Use it.
20772
20773 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20774
20775         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
20776         graphite-max-bbs-per-function, and loop-block-tile-size.
20777         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
20778         with "maximum".
20779         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
20780
20781 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20782
20783         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
20784         forward declaration.
20785         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
20786         (add_upper_bounds_from_estimated_nit): New.
20787         (build_loop_iteration_domains): Use it.
20788
20789 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20790
20791         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
20792
20793 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20794
20795         PR middle-end/43306
20796         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
20797         should be an INTEGER_CST.  Also handle CASE_CONVERT.
20798
20799 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20800
20801         * graphite.c (graphite_initialize): To bound the number of bbs per
20802         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
20803         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
20804         * doc/invoke.texi: Document it.
20805
20806 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20807
20808         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
20809         * graphite-sese-to-poly.h (build_poly_scop): Same.
20810
20811 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
20812
20813         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
20814         the number of parameters in the scop.  Use as an upper bound
20815         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
20816         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
20817         * doc/invoke.texi: Document it.
20818
20819 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
20820
20821         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
20822         * doc/c-tree.texi: Remove.
20823         * doc/generic.texi: Merge c-tree.texi here.
20824         * doc/gccint.texi (Trees): Remove menu entry.
20825         (c-tree.texi): Remove @include.
20826         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
20827         * doc/languages.texi (Reading RTL): Ditto.
20828
20829 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
20830
20831         PR target/42869
20832         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
20833
20834 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
20835
20836         PR middle-end/42431
20837         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
20838         code added to work around reload clobbering CONST insns.
20839
20840 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
20841
20842         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
20843         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
20844         (cselib_preserve_only_values): Remove retain argument, don't
20845         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
20846         * cselib.h (cselib_preserve_only_values): Remove retain argument.
20847         * var-tracking.c (micro_operation): Move insn field before union.
20848         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
20849         (struct variable_tracking_info_def): Remove n_mos field, change
20850         mos into a vector of micro_operations.
20851         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
20852         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
20853         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
20854         changing into a vector.
20855         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
20856         come before all other uops generated by add_stores.
20857         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
20858         argument removal.
20859         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
20860         a vector.  Run just one pass over the bbs instead of separate counting
20861         and computation phase.
20862         (vt_finalize): Free VTI (bb)->mos vector instead of array.
20863
20864         PR debug/43329
20865         * tree-inline.c (remap_decls): Put old_var rather than origin_var
20866         into *nonlocalized_list vector.
20867         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
20868         even if origin is non-NULL.
20869         (gen_variable_die): Likewise.
20870         (process_scope_var): Don't change origin.
20871         (gen_decl_die): Likewise.
20872         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
20873         before adding new edges instead of after it, fix moving over
20874         debug stmts.
20875
20876 2010-03-11  David S. Miller  <davem@davemloft.net>
20877
20878         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
20879         of four.
20880         * configure: Rebuild.
20881
20882 2010-03-11  Martin Jambor  <mjambor@suse.cz>
20883
20884         PR tree-optimization/43257
20885         * tree.c (assign_assembler_name_if_neeeded): New function.
20886         (free_lang_data_in_cgraph): Assembler name assignment moved to the
20887         above new function.
20888         * tree.h (assign_assembler_name_if_neeeded): Declare.
20889         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
20890         the function if needed.
20891
20892 2010-03-11  Chris Demetriou  <cgd@google.com>
20893
20894         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
20895         include/stdint-gcc.h, and include/stdint.h world-readable.
20896
20897 2010-03-11  Richard Guenther  <rguenther@suse.de>
20898
20899         PR tree-optimization/43255
20900         * tree-vrp.c (process_assert_insertions_for): Do not insert
20901         asserts for trivial conditions.
20902
20903 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20904
20905         PR tree-optimization/43280
20906         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
20907         generation.  Move calculation of size out of the if branch.
20908         (find_bswap): Modify compare number generation.
20909
20910 2010-03-11  Richard Guenther  <rguenther@suse.de>
20911
20912         PR lto/43200
20913         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
20914         (input_gimple_stmt): Fixup handled component types during
20915         operand read.  Also fix up decls in ADDR_EXPRs.
20916
20917 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
20918
20919         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
20920         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
20921
20922 2010-03-10  Jan Hubicka  <jh@suse.cz>
20923
20924         PR c/43288
20925         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
20926         * varasm.c (get_variable_section): Don't do that here...
20927         (make_decl_rtl): ... and here.
20928         (do_assemble_alias): Produce decl RTL.
20929         (assemble_alias): Likewise.
20930
20931 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
20932
20933         PR debug/43290
20934         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
20935         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
20936         of fde->vdrap_reg.
20937         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
20938         (based_loc_descr): Only express drap or vdrap regno based expressions
20939         using DW_OP_fbreg when not optimizing.
20940         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
20941         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
20942         REG_CFA_SET_VDRAP note.
20943
20944 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
20945
20946         PR tree-optimization/43236
20947         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
20948         error in calculation of base address in reverse iteration case.
20949         (generate_builtin): Take number of latch executions if the statement
20950         is in the latch.
20951
20952 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
20953
20954         PR middle-end/42859
20955         * tree-eh.c: Include pointer-set.h.
20956         (lower_eh_dispatch): Filter out duplicate case labels and
20957         remove the unneeded edge when the label is unused.  Return
20958         true when some edges are removed.
20959         (execute_lower_eh_dispatch): When any lowering resulted in
20960         removing an edge, also delete unreachable blocks.
20961
20962 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
20963
20964         PR bootstrap/43287
20965         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
20966         UNSPEC_MACHOPIC_OFFSET.
20967
20968 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
20969
20970         PR target/43294
20971         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
20972         (m68k_delegitimize_address): New function.
20973
20974 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
20975
20976         PR debug/43299
20977         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
20978
20979         PR debug/43299
20980         * var-tracking.c (adjust_sets): New function.
20981         (count_with_sets, add_with_sets): Use it.
20982         (get_adjusted_src): New inline function.
20983         (add_stores): Use it.
20984
20985         PR debug/43304
20986         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
20987         call cselib_dummy_expand_value_rtx_cb instead of
20988         cselib_expand_value_rtx_cb.
20989
20990         PR debug/43293
20991         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
20992         * config/i386/i386.c: Include debug.h and dwarf2out.h.
20993         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
20994         and .cfi_endproc around the pic thunks.
20995         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
20996         all queued unwind info register saves are saved before the call.
20997         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
20998         considered as sp-=4 for unwind info and the pop as sp+=4 which
20999         also clobbers dest, but doesn't actually restore it.
21000
21001         PR debug/43290
21002         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
21003         RTX_FRAME_RELATED_P.
21004
21005 2010-03-09  Jie Zhang  <jie@codesourcery.com>
21006
21007         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
21008         whitespaces in output template.
21009
21010 2010-03-09  Jie Zhang  <jie@codesourcery.com>
21011
21012         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
21013         out array boundary.
21014
21015 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
21016
21017         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
21018         builtins.exp in a separate job.
21019
21020 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21021
21022         * graphite-sese-to-poly.c (add_param_constraints): Use
21023         lower_bound_in_type and upper_bound_in_type.
21024
21025 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21026
21027         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
21028         instead of unsigned_type_node.
21029
21030 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21031             Reza Yazdani  <reza.yazdani@amd.com>
21032
21033         PR middle-end/43065
21034         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
21035         on pointer type parameters.
21036
21037 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
21038
21039         PR middle-end/42644
21040         PR middle-end/42130
21041         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
21042         handle conversions from pointer to integers.
21043         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
21044         induction variable, to be able to work with code generated by CLooG.
21045         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
21046         (build_poly_scop): Bail out if we cannot codegen a loop.
21047
21048 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
21049
21050         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
21051         code generation with gloog_error.
21052
21053 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21054
21055         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
21056         Call fold_convert on all the returned values.
21057         (expand_scalar_variables_expr): Pass to
21058         expand_scalar_variables_ssa_name the type of the resulting expression.
21059
21060 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21061
21062         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
21063         ppl_min_for_le_pointset.
21064         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
21065         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
21066
21067 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21068
21069         * graphite-dependences.c (map_into_dep_poly): Removed.
21070         (dependence_polyhedron_1): Use combine_context_id_scat.
21071
21072 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21073
21074         * graphite-poly.h (struct poly_scattering): Add layout documentation.
21075         (struct poly_bb): Same.
21076         (combine_context_id_scat): New.
21077
21078 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21079
21080         PR middle-end/42326
21081         * sese.c (name_defined_in_loop_p): Return false for default
21082         definitions.
21083
21084 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21085
21086         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
21087         and clean up the logic.
21088
21089 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21090
21091         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
21092         early return.
21093
21094 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
21095
21096         * var-tracking.c (remove_cselib_value_chains): Define only for
21097         ENABLE_CHECKING.
21098         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
21099         delete_slot_part, emit_notes_for_differences_1): Don't call
21100         remove_cselib_value_chains here.
21101         (set_slot_part, emit_notes_for_differences_2): Don't call
21102         add_cselib_value_chains here.
21103         (preserved_values): New vector.
21104         (preserve_value): New function.
21105         (add_uses, add_stores, vt_add_function_parameters): Use it
21106         instead of cselib_preserve_value.
21107         (changed_values_stack): New vector.
21108         (check_changed_vars_0): New function.
21109         (check_changed_vars_1, check_changed_vars_2): Use it.
21110         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
21111         changed_values_stack VALUEs.
21112         (vt_emit_notes): For all preserved_values call
21113         add_cselib_value_chains.  If ENABLE_CHECKING call
21114         remove_cselib_value_chains before verifying value_chains is empty.
21115         Initialize and free changed_values_stack.
21116         (vt_initialize): Initialize preserved_values.
21117         (vt_finalize): Free preserved_values.
21118
21119 2010-03-08  Richard Guenther  <rguenther@suse.de>
21120
21121         PR tree-optimization/43269
21122         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
21123         region detection.
21124
21125 2010-03-08  Martin Jambor  <mjambor@suse.cz>
21126
21127         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
21128         (ipa_is_param_called): Removed.
21129         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
21130         (ipa_print_node_params): Do not print the called flag.
21131         (ipa_write_node_info): Do not stream the called flag.
21132         (ipa_read_node_info): Likewise.
21133
21134 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
21135
21136         PR debug/43176
21137         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
21138         * cselib.c (struct expand_value_data): Add dummy field.
21139         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
21140         dummy to false.
21141         (cselib_dummy_expand_value_rtx_cb): New function.
21142         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
21143         any rtl.
21144         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
21145         * var-tracking.c: Include pointer-set.h.
21146         (variable): Change n_var_parts to char from int.  Add
21147         cur_loc_changed and in_changed_variables fields.
21148         (variable_canonicalize): Remove.
21149         (shared_var_p): New inline function.
21150         (unshare_variable): Maintain cur_loc_changed and
21151         in_changed_variables fields.  If var was in changed_variables,
21152         replace it there with new_var.  Just copy cur_loc instead of
21153         resetting it to something else.
21154         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
21155         (dataflow_set_union): Don't call variable_canonicalize.
21156         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
21157         of their DEBUG_EXPR_TREE_DECLs.
21158         (canonicalize_loc_order_check): Verify that cur_loc is NULL
21159         and in_changed_variables and cur_loc_changed is false.
21160         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
21161         and cur_loc_changed.  Don't update cur_loc here.
21162         (variable_merge_over_src): Don't call variable_canonicalize.
21163         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
21164         removing loc that is equal to cur_loc, clear cur_loc,
21165         set cur_loc_changed and ensure variable_was_changed is called.
21166         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
21167         compare pointers in cur_loc check, if it is equal to loc,
21168         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
21169         (variable_different_p): Remove compare_current_location argument,
21170         don't compare cur_loc.
21171         (dataflow_set_different_1): Adjust variable_different_p caller.
21172         (variable_was_changed): If dv had some var in changed_variables
21173         already, reset in_changed_variables flag for it and propagate
21174         cur_loc_changed over to the new variable.  On empty var
21175         always set cur_loc_changed.  Set in_changed_variables on whatever
21176         var is added to changed_variables.
21177         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
21178         Use shared_var_p.  When removing loc that is equal to cur_loc,
21179         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
21180         end, don't set it to something else, just call variable_was_changed.
21181         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
21182         loc being removed, clear cur_loc and set cur_loc_changed.
21183         Set cur_loc_changed if all locations have been removed.
21184         (struct expand_loc_callback_data): New type.
21185         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
21186         allocated.  Always create SUBREGs if simplify_subreg failed.
21187         Prefer to use cur_loc, when that fails and still in
21188         changed_variables (and seen first time) recompute it.  Set
21189         cur_loc_changed of variables which had to change cur_loc and
21190         compute elcd->cur_loc_changed if any of the subexpressions used
21191         had to change cur_loc.
21192         (vt_expand_loc): Adjust to pass arguments in
21193         expand_loc_callback_data structure.
21194         (vt_expand_loc_dummy): New function.
21195         (emitted_notes): New variable.
21196         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
21197         that weren't used for any other decl in current
21198         emit_notes_for_changes call call vt_expand_loc_dummy to update
21199         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
21200         first loc_chain location if NULL before.  Always use just
21201         cur_loc instead of first loc_chain location.  When cur_loc_changed
21202         is false, when not --enable-checking=rtl just don't emit any note.
21203         When rtl checking, compute the note and assert it is the same
21204         as previous note.  Clear cur_loc_changed and in_changed_variables
21205         at the end before removing from changed_variables.
21206         (check_changed_vars_3): New function.
21207         (emit_notes_for_changes): Traverse changed_vars to call
21208         check_changed_vars_3 on each changed var.
21209         (emit_notes_for_differences_1): Clear cur_loc_changed and
21210         in_changed_variables.  Recompute cur_loc of new_var.
21211         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
21212         (vt_emit_notes): Initialize and destroy emitted_notes.
21213
21214 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
21215
21216         PR rtl-optimization/42220
21217         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
21218         Use verify_reg_tracked to determine if we should use OP_OUT rather
21219         than OP_INOUT.
21220         (build_def_use): If we see an in-out operand for a register that we
21221         know nothing about, treat is an output if possible, fail the block if
21222         not.
21223
21224 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21225
21226         PR debug/42897
21227         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
21228         permanently.
21229
21230 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21231
21232         PR debug/42897
21233         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
21234         uses of relevant DEFs that are dead outside the loop too.
21235
21236 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21237
21238         * var-tracking.c (dataflow_set_merge): Swap src and src2.
21239         Reverted:
21240         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
21241         PR debug/41371
21242         * var-tracking.c (values_to_unmark): New variable.
21243         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
21244         values_to_unmark vector.  Moved body to...
21245         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
21246         instead queue it into values_to_unmark vector.
21247         (vt_find_locations): Free values_to_unmark vector.
21248
21249 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
21250
21251         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
21252         (site.exp): Export them when plugins are enabled.
21253
21254 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
21255
21256         PR middle-end/42326
21257         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
21258         that contain scevs.
21259         (chrec_fold_multiply): Same.
21260
21261 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
21262
21263         PR c/43248
21264         * c-decl.c (build_compound_literal): Return early if init is
21265         an error_mark_node.
21266
21267 2010-03-04  Martin Jambor  <mjambor@suse.cz>
21268
21269         PR tree-optimization/43164
21270         PR tree-optimization/43191
21271         * tree-sra.c (type_consists_of_records_p): Reject records with
21272         zero-size bit-fields at the end.
21273
21274 2010-03-04  Mike Stump  <mikestump@comcast.net>
21275
21276         * Makefile.in (TAGS): Remove *.y.
21277
21278 2010-03-04  Richard Guenther  <rguenther@suse.de>
21279
21280         PR tree-optimization/40761
21281         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
21282         in reverse order.
21283         (my_rev_post_order_compute): New function.
21284         (init_pre): Call it.
21285
21286 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
21287
21288         PR middle-end/43209
21289         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
21290         decrease the cost of an IV candidate when the cost is infinite.
21291
21292 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21293
21294         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
21295         Use '3DNow!' for the extension of that name, ensure normal space
21296         after the string.
21297         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
21298
21299 2010-03-03  Jeff Law  <law@redhat.com>
21300
21301         * PR middle-end/32693
21302         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
21303         than gen_rtx_SUBREG.
21304         (extract_bit_field_1): Likewise.
21305
21306 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
21307
21308         * doc/sourcebuild.texi (Test directives): Document that arguments
21309         include-opts and exclude-opts are now optional for dg-skip-if,
21310         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
21311
21312 2010-03-03  Jason Merrill  <jason@redhat.com>
21313
21314         PR c++/12909
21315         * cgraph.h (varpool_node): Add extra_name field.
21316         * varpool.c (varpool_extra_name_alias): New.
21317         (varpool_assemble_decl): Emit extra name aliases.
21318         (varpool_mark_needed_node): Look past an extra name alias.
21319         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
21320         * lto-streamer-in.c (lto_input_tree): Read it.
21321         * lto-streamer-out.c (output_unreferenced_globals): Write it.
21322
21323 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
21324
21325         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
21326         (sparc*-*-solaris2*): ...this.
21327
21328 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
21329
21330         PR debug/43229
21331         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
21332         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
21333         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
21334         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
21335
21336         PR debug/43237
21337         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
21338         fallthrough to default handling, just with want_address 0 instead of 2.
21339         For single element lists, add_AT_loc directly, otherwise create an
21340         artificial variable DIE and stick location list to it.
21341
21342         PR debug/43177
21343         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
21344         (VAL_EXPR_HAS_REVERSE): Define.
21345         (reverse_op): New function.
21346         (add_stores): For reversible operations add an extra MO_VAL_USE.
21347
21348 2010-03-02  Jason Merrill  <jason@redhat.com>
21349
21350         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
21351
21352 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
21353
21354         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
21355         (sparc64-*-linux*): Likewise.
21356         (sparc64-*-solaris2*): Include assembler files before linker ones.
21357         (sparc-*-solaris2*): Simplify and reorder to match previous case.
21358         * config/sparc/gas.h: Delete.
21359         * config/sparc/sol2-64.h: Add copyright notice.
21360         * config/sparc/sol2-gas-bi.h: Likewise.
21361         * config/sparc/sol2-gld.h: Likewise.
21362         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
21363         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
21364         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
21365         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
21366         (sparc_elf_asm_named_section): Rename into...
21367         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
21368
21369 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
21370
21371         * config/alpha/alpha.c (override_options): Fix -mtune error message.
21372
21373 2010-03-02  Jeff Law  <law@redhat.com>
21374
21375         PR middle-end/42431
21376         * reload1.c (rtx_p, substitute_stack): Declare.
21377         (substitute): Record addresses of changed rtxs.
21378         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
21379         Restore the original rtx when complete.
21380         (reload): Free subsitute_stack when complete.
21381
21382 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
21383
21384         * doc/gccint.texi (menu): Add Testsuites as a chapter.
21385         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
21386         new chapter.
21387         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
21388         LTO Testing, gcov Testing, profopt Testing, compat Testing,
21389         Torture Tests): Change from subsection to section.
21390
21391 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
21392             Steven Bosscher  <steven@gcc.gnu.org>
21393
21394         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
21395         instead of bb.
21396
21397 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
21398
21399         PR middle-end/42640
21400         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
21401         the assignment from the new induction variable to the assignment
21402         of the value from the original loop PHI function.
21403
21404 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
21405             Daniel Jacobowitz  <dan@codesourcery.com>
21406
21407         * doc/sourcebuild.texi (Test directives): Clarify options to
21408         dg-skip-if.
21409
21410 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21411
21412         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
21413         Disable cfi directives unless GCC and gas agree on using read-only
21414         .eh_frame sections for 64-bit.
21415         * configure: Regenerate.
21416
21417 2010-03-01  Richard Guenther  <rguenther@suse.de>
21418
21419         PR tree-optimization/43220
21420         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
21421         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
21422
21423 2010-03-01  Richard Guenther  <rguenther@suse.de>
21424             Martin Jambor  <mjambor@suse.cz>
21425
21426         PR middle-end/41250
21427         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
21428         gimplified parameters.
21429
21430 2010-03-01  Christian Bruel  <christian.bruel@st.com>
21431
21432         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
21433
21434 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
21435
21436         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
21437
21438 2010-03-01  Richard Guenther  <rguenther@suse.de>
21439
21440         PR middle-end/43213
21441         * expr.c (expand_assignment): Use the alias-oracle to tell
21442         if the rhs aliases the result decl.
21443
21444 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21445
21446         PR pch/14940
21447         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
21448         to sol_gt_pch_get_address.
21449         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
21450         64-bit, SPARC and x86.
21451         (sol_gt_pch_get_address): New function.
21452
21453 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
21454
21455         * toplev.h (inform_n, error_n): Declare.
21456         * diagnostic.c (inform_n, error_n): New function.
21457
21458 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
21459
21460         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
21461         has no rtl yet when processing local_decls, queue it and recheck
21462         if deferred stack allocation hasn't assigned it rtl.
21463
21464 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
21465
21466         * config/sh/sh.c (unspec_bbr_uid): New.
21467         (gen_block_redirect): Use it instead of INSN_UID.
21468         (gen_far_branch): Likewise.
21469
21470 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
21471
21472         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
21473         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
21474
21475 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21476
21477         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
21478         (Warning Options): -Wno-conversion-null is valid for
21479         Objective-C++ as well.
21480         * doc/tm.texi (Named Address Spaces): Likewise.
21481         * doc/plugins.texi (Plugins): Replace TABs with spaces.
21482         * doc/tree-ssa.texi (Tree SSA): Likewise.
21483
21484 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21485
21486         PR bootstrap/43202
21487         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
21488         by default.  Don't set the default arch for
21489         i[34567]86-*-darwin*|x86_64-*-darwin*.
21490
21491 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21492
21493         PR bootstrap/43202
21494         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
21495         default.  Set the default 32bit/64bit archs with $with_arch
21496         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
21497
21498 2010-02-27  Richard Guenther  <rguenther@suse.de>
21499
21500         PR tree-optimization/43186
21501         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
21502         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
21503         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
21504         unroller iterations.
21505
21506 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21507
21508         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
21509         required and i[34567]86-*-* targets don't support 64bit ISA.
21510
21511 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
21512
21513         PR ada/43096
21514         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
21515         the same alias set.
21516
21517 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
21518
21519         * config.gcc: Set the default arch at least to Prescott for
21520         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
21521         if SSE math is enabled.
21522
21523 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21524
21525         * diagnostic.c (diagnostic_initialize): Update.
21526         (diagnostic_report_diagnostic): Test inhibit_notes_p for
21527         informative notes.
21528         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
21529         (diagnostic_inhibit_notes): New.
21530         * toplev.c (process_options): inhibit notes with -fcompare-debug.
21531
21532 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21533
21534         PR c/20631
21535         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
21536         * doc/standards.texi: Likewise.
21537         * doc/extend.texi: Likewise.
21538         * doc/trouble.texi: Likewise.
21539         * doc/cppopts.texi: Likewise.
21540         * doc/install.texi: Likewise.
21541         * c.opt (std=c90,std=gnu90): New options.
21542         * c-opts.c (c_common_handle_option): Handle them.
21543
21544 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21545
21546         PR c/24577
21547         * c-decl.c (undeclared_variable): Use an informative note.
21548
21549 2010-02-26  Richard Guenther  <rguenther@suse.de>
21550
21551         PR tree-optimization/43186
21552         * gimple.h (gimple_fold): Remove.
21553         * gimple.c (gimple_fold): Remove.  Inline into single user ...
21554         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
21555         Try harder for conditions.
21556
21557 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
21558
21559         PR debug/43190
21560         * function.c (used_types_insert): Don't skip through named pointer
21561         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
21562         and it is different from the main variant's type.
21563
21564 2010-02-26  Nick Clifton  <nickc@redhat.com>
21565
21566         * config/rx/rx.md (sminsi3): Remove bogus alternative.
21567
21568 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
21569
21570         * config.gcc: Support --with-fpmath=sse for x86.
21571
21572         * config/i386/ssemath.h: New.
21573
21574         * doc/install.texi (--with-fpmath=sse): Documented.
21575
21576 2010-02-26  Richard Guenther  <rguenther@suse.de>
21577
21578         PR tree-optimization/43188
21579         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
21580         vector types of over-aligned element type.
21581
21582 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
21583
21584         PR target/43175
21585         * config/i386/i386.c (expand_vec_perm_blend): Use correct
21586         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
21587
21588 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
21589
21590         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
21591
21592 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
21593
21594         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
21595         * var-tracking.c: Include diagnostic.h.
21596         (debug_dv): New function.
21597         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
21598
21599         PR debug/43160
21600         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
21601         (add_value_chain, add_value_chains, remove_value_chain,
21602         remove_value_chains): Handle DEBUG_EXPRs.
21603         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
21604
21605         PR debug/43161
21606         * regcprop.c (struct queued_debug_insn_change): New type.
21607         (struct value_data_entry): Add debug_insn_changes field.
21608         (struct value_data): Add n_debug_insn_changes field.
21609         (debug_insn_changes_pool): New variable.
21610         (free_debug_insn_changes, apply_debug_insn_changes,
21611         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
21612         (kill_value_one_regno): Call free_debug_insn_changes if needed.
21613         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
21614         fields.
21615         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
21616         changes for them.
21617         (copyprop_hardreg_forward_1): Don't call apply_change_group for
21618         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
21619         changes, call cprop_find_used_regs via note_stores.
21620         (copyprop_hardreg_forward): When copying vd from predecessor
21621         which has any queued DEBUG_INSN changes, make sure the pointers are
21622         cleared.  At the end call df_analyze and then if there are any
21623         DEBUG_INSN changes queued at the end of some basic block for still
21624         live registers, apply them.
21625         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
21626
21627 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
21628
21629         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
21630         (arm*-*-*): Ditto.
21631
21632 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
21633
21634         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
21635         targets.  Set the default with_cpu/with_arch from arch/cpu.
21636         Allow x86-64 and native for with_cpu/with_arch.
21637
21638 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
21639
21640         * ebitmap.c: Change calls to verify_popcount with calls to
21641         sbitmap_verify_popcount.
21642         (ebitmap_clear_bit): Fixed map->cacheindex test and
21643         map>cache update when bit clearing results in an empty
21644         element.
21645
21646 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
21647
21648         PR target/43154
21649         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
21650         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
21651         and support both V2DF and V2DI modes.
21652         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
21653         support both V2DF and V2DI modes.
21654         (general): Delete trailing whitespace from a few patterns.
21655
21656         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21657         V2DF/V2DI interleave high/low builtins.
21658
21659         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
21660         new VSX builtins.
21661
21662         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
21663         interleave high/low functions.
21664
21665 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
21666
21667         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
21668         #pragma extern_prefix.
21669
21670 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
21671
21672         PR debug/43166
21673         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
21674         BLKmode, assert op0 is a MEM and just adjust its mode.
21675
21676         PR debug/43165
21677         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
21678         if bitpos isn't multiple of mode's bitsize.
21679
21680 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21681
21682         * c.opt (-ftemplate-depth=): New.
21683         (-ftemplate-depth-): Deprecate.
21684         * optc-gen.awk: Handle -ftemplate-depth=.
21685         * opth-gen.awk: Likewise.
21686         * c-opts.c (c_common_handle_option): Likewise.
21687         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
21688
21689 2010-02-24  Jason Merrill  <jason@redhat.com>
21690
21691         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
21692
21693 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21694
21695         * cfg.c (alloc_aux_for_block): Remove inline.
21696         (alloc_aux_for_edge): Likewise.
21697
21698 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21699
21700         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
21701
21702 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21703
21704         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
21705         * config/i386/sol2-gas.h: New file.
21706         * config.gcc (i[34567]86-*-solaris2*): Use it.
21707
21708 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21709
21710         PR c/43128
21711         * c-typeck.c (ep_convert_and_check): New.
21712         (build_conditional_expr): Use it.
21713         (build_binary_op): Likewise.
21714
21715 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
21716
21717         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
21718
21719         PR debug/43150
21720         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
21721         bounds even for -O+.
21722         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
21723         expr needs to have DECL_NAME set.
21724
21725 2010-02-24  Nick Clifton  <nickc@redhat.com>
21726
21727         * config/mep/mep.c: Include gimple.h.
21728         (mep_function_uses_sp): Delete unused function.
21729         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
21730         parameters.  Use unsigned integers to count args.  Return a
21731         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
21732
21733 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
21734
21735         PR target/43107
21736         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
21737         greater or equal to nelt instead of 2 * nelt.
21738         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
21739         with nelt - 1.
21740
21741 2010-02-23  Jason Merrill  <jason@redhat.com>
21742
21743         PR debug/42800
21744         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
21745         in cfun->local_decls even if they have register types.
21746
21747         PR c++/42837
21748         * stor-layout.c (place_field): Don't warn about unnecessary
21749         DECL_PACKED if the type is packed.
21750
21751 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
21752
21753         PR target/43139
21754         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
21755         GOTOFF relocs, even when the base reg isn't pic pointer.
21756
21757 2010-02-23  Michael Matz  <matz@suse.de>
21758
21759         PR debug/43077
21760         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
21761         (expand_gimple_basic_block): Generate and use debug temps if there
21762         are debug uses left after the last real use of TERed ssa names.
21763         Unlink debug immediate uses when they are expanded.
21764
21765 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21766
21767         PR 43123
21768         * config/i386/i386.c (override_options): Reorganise to provide
21769         better error messages.
21770
21771 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
21772
21773         PR middle-end/43083
21774         * graphite-scop-detection.c (create_single_exit_edge): Move
21775         the call to find_single_exit_edge to....
21776         (create_sese_edges): ...here.  Don't handle multiple edges
21777         exiting the function.
21778         (build_graphite_scops): Don't handle multiple edges
21779         exiting the function.
21780
21781 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
21782
21783         PR middle-end/43097
21784         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
21785         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
21786
21787 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
21788
21789         PR middle-end/43026
21790         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
21791
21792 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21793
21794         PR c++/43126
21795         * c-typeck.c (convert_arguments): Print declaration location.
21796         * c-common.c (validate_nargs): Rename as
21797         builtin_function_validate_nargs.
21798         (check_builtin_function_arguments): Update.
21799
21800 2010-02-22  Richard Guenther  <rguenther@suse.de>
21801
21802         PR lto/43045
21803         * tree-inline.c (declare_return_variable): Use the type of
21804         the call stmt lhs if available.
21805
21806 2010-02-22  Duncan Sands  <baldrick@free.fr>
21807
21808         * passes.c (register_pass): Always consider all pass lists when
21809         ref_pass_instance_number is zero.
21810
21811 2010-02-22  Richard Guenther  <rguenther@suse.de>
21812
21813         PR tree-optimization/42749
21814         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
21815         parameter.  Do arithmetic in the original type.
21816         (update_accumulator_with_ops): Likewise.
21817         (adjust_accumulator_values): Adjust.
21818
21819 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21820
21821         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
21822         (QI to BLKmode splitter): New splitter.
21823
21824 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
21825
21826         * config/i386/i386.c (initial_ix86_tune_features): Turn on
21827         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
21828
21829 2010-02-22  Richard Guenther  <rguenther@suse.de>
21830
21831         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
21832
21833 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
21834
21835         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
21836         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
21837         ($(T)crti.o, $(T)crtn.o): Remove rules.
21838
21839 2010-02-21  Tobias Burnus  <burnus@net-b.de>
21840
21841         PR fortran/35259
21842         * doc/invoke.texi (-fassociative-math): Document that this
21843         option is automatically enabled for Fortran.
21844
21845 2010-02-20  David S. Miller  <davem@davemloft.net>
21846
21847         * configure.ac: Test if linker and assembler properly support
21848         GOTDATA_OP relocations.
21849         * configure: Rebuild.
21850         * config.in: Likewise.
21851         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
21852         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
21853         (movsi_high_pic): Likewise.
21854         (movdi_lo_sum_pic): Likewise.
21855         (movdi_high_pic): Likewise.
21856         (movsi_pic_gotdata_op): New pattern.
21857         (movdi_pic_gotdata_op): Likewise.
21858         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
21859         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
21860
21861 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
21862
21863         PR target/43067
21864         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
21865         attribute to ssemul.
21866         (xop_mulv2div2di3_high): Ditto.
21867
21868 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21869
21870         PR c++/35669
21871         * c.opt (Wconversion-null): New option.
21872         * doc/invoke.texi (Wconversion-null): Document.
21873
21874 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21875
21876         * common.opt (Wlarger-than-): Add Undocumented.
21877
21878 2010-02-19  Mike Stump  <mikestump@comcast.net>
21879
21880         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
21881
21882 2010-02-19  Jason Merrill  <jason@redhat.com>
21883
21884         PR target/40332
21885         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
21886         * configure: Likewise.
21887
21888 2010-02-20  Alan Modra  <amodra@gmail.com>
21889
21890         PR middle-end/42344
21891         * cgraph.h (cgraph_make_decl_local): Declare.
21892         * cgraph.c (cgraph_make_decl_local): New function.
21893         (cgraph_make_node_local): Use it.
21894         * cgraphunit.c (cgraph_function_versioning): Likewise.
21895         * ipa.c (function_and_variable_visibility): Likewise.
21896
21897 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21898
21899         PR bootstrap/43121
21900         * except.c (sjlj_emit_function_enter): Don't call
21901         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
21902         directly.
21903         * rtl.h (add_reg_br_prob_note): Remove prototype.
21904
21905 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21906
21907         PR 41779
21908         * c-common.c (conversion_warning): Remove widening conversions
21909         before checking the conversion of integers to reals.
21910
21911 2010-02-19  Mike Stump  <mikestump@comcast.net>
21912
21913         PR middle-end/43125
21914         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
21915
21916         PR objc/43061
21917         * cgraphunit.c (process_function_and_variable_attributes): Check
21918         DECL_PRESERVE_P instead of looking up attribute "used".
21919         * ipa-pure-const.c (check_decl): Likewise.
21920         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
21921         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
21922         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
21923         instead of attribute "used".
21924         * config/sol2-c.c (solaris_pragma_init): Likewise.
21925         (solaris_pragma_fini): Likewise.
21926
21927 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21928
21929         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
21930         Use XCNEW instead of xcalloc.
21931         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
21932         XNEW instead of xmalloc.
21933         (get_fields): Use XNEWVEC instead of xmalloc.
21934
21935         PR debug/43084
21936         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
21937         populate vars array.
21938         (create_new_general_access): For debug stmts just reset value.
21939         (get_stmt_accesses): For accesses within debug stmts just record them
21940         using add_access_to_acc_sites instead of preventing the peeling or
21941         counting them as accesses.
21942
21943         PR middle-end/42233
21944         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
21945
21946 2010-02-19  Richard Guenther  <rguenther@suse.de>
21947
21948         PR tree-optimization/42916
21949         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
21950         instructions.
21951
21952 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
21953
21954         * configure.ac: Replace all uses of changequote in macro arguments
21955         with proper quoting.
21956
21957 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21958
21959         PR middle-end/42233
21960         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
21961
21962 2010-02-19  Richard Guenther  <rguenther@suse.de>
21963
21964         PR tree-optimization/42944
21965         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
21966         test for aliasing with errno.
21967
21968 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21969
21970         PR middle-end/42233
21971         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
21972         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
21973         * dojump.c: Include output.h.
21974         (inv): New inline function.
21975         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
21976         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
21977         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
21978         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
21979         argument, pass it down to other calls.
21980         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
21981         add REG_BR_PROB note to the conditional jump.
21982         * cfgexpand.c (add_reg_br_prob_note): Removed.
21983         (expand_gimple_cond): Don't call it, add the probability
21984         as last argument to jumpif_1/jumpifnot_1.
21985         * Makefile.in (dojump.o): Depend on output.h.
21986         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
21987         callers.
21988         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
21989         * stmt.c (do_jump_if_equal): Likewise.
21990         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
21991         * loop-unswitch.c (compare_and_jump_seq): Likewise.
21992         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
21993         Likewise.
21994         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
21995         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
21996         jumpifnot_1 callers.
21997         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
21998         callers.
21999         (store_expr): Adjust jumpifnot caller.
22000         (store_constructor): Adjust jumpif caller.
22001
22002         PR middle-end/42233
22003         * gimplify.c (gimple_boolify): For __builtin_expect call
22004         gimple_boolify also on its first argument.
22005
22006 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
22007
22008         * configure.ac (gnu-unique-object): Wrap regexps using [] in
22009         changequote block.
22010         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
22011         * configure: Regenerated.
22012
22013 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22014
22015         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
22016         lang_hooks.types_compatible_p instead of comptypes.
22017
22018 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22019
22020         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
22021         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
22022         if __prefer_thumb__ is defined.
22023
22024 2010-02-18  Martin Jambor  <mjambor@suse.cz>
22025
22026         PR tree-optimization/43066
22027         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
22028         array with zero-sized element type.
22029
22030 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
22031
22032         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
22033         rtx, allocate struct var_loc_node here and return it to the
22034         caller, and only if it is actually needed.
22035         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
22036         move it earlier and return immediately if it returns NULL.
22037
22038 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
22039
22040         * config/sparc/gas.h: New file.  Restore
22041         TARGET_ASM_NAMED_SECTION to its ELF default.
22042         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
22043         check !HAVE_GNU_AS.
22044         * config/sparc/sparc.c (sparc_elf_asm_named_section):
22045         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
22046         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
22047         after sparc/sysv4.h.
22048
22049 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
22050
22051         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
22052
22053 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
22054
22055         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
22056         patterns from predicated pattern.
22057
22058 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
22059
22060         PR target/43103
22061         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
22062         for insn mnemonic suffix.
22063
22064 2010-02-17  Richard Guenther  <rguenther@suse.de>
22065
22066         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
22067         to loop PHI nodes.
22068
22069 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
22070
22071         PR debug/42918
22072         * caller-save.c (save_call_clobbered_regs): If BB ends with
22073         a DEBUG_INSN, move any notes in between last real insn and the last
22074         DEBUG_INSN after the last DEBUG_INSN.
22075
22076 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
22077
22078         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
22079         Fix return type.  Fix argument type.  Explain meaning of return value.
22080
22081 2010-02-16  Richard Guenther  <rguenther@suse.de>
22082
22083         PR tree-optimization/41043
22084         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
22085         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
22086         statements ...
22087         (vrp_visit_phi_node): ... but only for loop PHI nodes.
22088
22089 2010-02-16  Ira Rosen  <irar@il.ibm.com>
22090
22091         PR tree-optimization/43074
22092         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
22093         * tree-vect-loop.c (vect_analyze_loop_operations): Add
22094         vectorizable cycles in hybrid SLP check.
22095         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
22096
22097 2010-02-16  Richard Guenther  <rguenther@suse.de>
22098
22099         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
22100         (true_dependence): If memrefs_conflict_p computes must-alias
22101         trust it.  Move TBAA check after offset-based disambiguation.
22102         (canon_true_dependence): Likewise.
22103
22104 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
22105
22106         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
22107         * doc/invoke.texi: Document it.
22108         * var-tracking.c: Include toplev.h and params.h.
22109         (vt_find_locations): Return bool indicating success.  Compute
22110         hash sizes unconditionally.  Check new parameter, report.
22111         (variable_tracking_main_1): Check vt_find_locations results and
22112         retry.  Renamed from...
22113         (variable_tracking_main): ... this.  New wrapper to preserve
22114         flag_var_tracking_assignments.
22115         * Makefile.in (var-tracking.o): Adjust dependencies.
22116
22117 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
22118             Jakub Jelinek  <jakub@redhat.com>
22119
22120         PR target/42854
22121         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
22122         if weak_import attribute is present.
22123         * config/darwin.c (machopic_select_section): Likewise.
22124
22125 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
22126
22127         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
22128         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
22129         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
22130         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
22131
22132         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
22133         types.
22134
22135         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
22136         Fix argument types.
22137
22138         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
22139         Rewrite text to refer to the names.
22140
22141 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
22142
22143         * config/i386/i386-builtin-types.def
22144         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
22145         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
22146         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
22147         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
22148         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
22149         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
22150         IX86_BUILTIN_VPERMIL2PS256.
22151         (MULTI_ARG_4_DF2_DI_I): Defined.
22152         (MULTI_ARG_4_DF2_DI_I1): Defined.
22153         (MULTI_ARG_4_SF2_SI_I): Defined.
22154         (MULTI_ARG_4_SF2_SI_I1): Defined.
22155         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
22156         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
22157         __builtin_ia32_vpermil2ps256.
22158         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22159         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22160         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
22161         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22162         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22163         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
22164         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
22165         CODE_FOR_xop_vpermil2v8sf3.
22166         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
22167         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
22168         * config/i386/xopintrin.h (_mm_permute2_pd): New.
22169         (_mm256_permute2_pd): New.
22170         (_mm_permute2_ps): New.
22171         (_mm256_permute2_ps): New.
22172
22173 2010-02-15  Nick Clifton  <nickc@redhat.com>
22174
22175         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
22176         boolean parameters.  Use emit_jump_insn when emitting a pop
22177         instruction containing a return insn.
22178         (push): Use 'true' rather than '1' as second parameter to F.
22179         (h8300_expand_prologue): Likewise.
22180         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
22181         (h8300_expand_epilogue): Likewise.
22182
22183 2010-02-15  Richard Guenther  <rguenther@suse.de>
22184
22185         PR middle-end/43068
22186         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
22187         if that is zero.
22188
22189 2010-02-15  Nick Clifton  <nickc@redhat.com>
22190
22191         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
22192         delta.
22193
22194 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
22195
22196         * intl.c (fake_ngettext): New function.
22197         * intl.h (fake_ngettext): Declare.
22198         (ngettext): Define macro.
22199         * collect2.c (notice_translated): New function.
22200         (main): Use notice_translated and ngettext.
22201         * collect2.h (notice_translated): Declare.
22202
22203 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
22204
22205         * reorg.c (delete_computation): Comment fixes.
22206         * caller-save.c (setup_save_areas): Idem.
22207         * sel-sched-dump.c (dump_lv_set): Idem.
22208         * rtl.def: Idem.
22209
22210 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22211
22212         * config/s390/s390.c (s390_sched_init): New function.
22213         (TARGET_SCHED_INIT): Target hook defined.
22214
22215 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
22216             Jack Howarth  <howarth@bromo.med.uc.edu>
22217             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
22218
22219         PR target/42982
22220         Partial revert of unintended change in fix for PR41605.
22221         * config/darwin.h: Fix typo.
22222         * config/darwin9.h: Same.
22223
22224 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
22225
22226         * c-pch.c (pch_init): Clear v.
22227
22228 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22229
22230         PR middle-end/42930
22231         * graphite-scop-detection.c (graphite_can_represent_scev): Call
22232         graphite_can_represent_init for MULT_EXPR.
22233
22234 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22235
22236         PR middle-end/42914
22237         PR middle-end/42530
22238         * graphite-sese-to-poly.c (remove_phi): New.
22239         (translate_scalar_reduction_to_array): Call remove_phi.
22240
22241 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22242
22243         PR middle-end/42771
22244         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
22245         * graphite-clast-to-gimple.h (gloog): Update declaration.
22246         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
22247         * graphite-poly.h (struct poly_bb): Add missing comments.
22248         (struct scop): Add poly_scop_p field.
22249         (POLY_SCOP_P): New.
22250         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
22251         * graphite.c (graphite_transform_loops): Build the polyhedral
22252         representation for each scop before code generation.
22253         * sese.c (rename_variables_in_operand): Removed.
22254         (rename_variables_in_expr): Return the renamed expression.
22255         (rename_sese_parameters): New.
22256         * sese.h (rename_sese_parameters): Declared.
22257
22258 2010-02-11  Richard Guenther  <rguenther@suse.de>
22259
22260         PR tree-optimization/42998
22261         * tree-ssa-pre.c (create_expression_by_pieces): Treat
22262         POINTER_PLUS_EXPR properly.
22263
22264 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22265             Changpeng Fang  <changpeng.fang@amd.com>
22266
22267         PR middle-end/40886
22268         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
22269         the cost of an IV candidate when the IV is used in a test against zero.
22270
22271         * gcc.dg/tree-ssa/ivopts-3.c: New.
22272
22273 2010-02-11  Richard Guenther  <rguenther@suse.de>
22274
22275         PR lto/41664
22276         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
22277         pointer-vs-decl case by swapping refs.  Handle some cases
22278         of pointer-vs-decl disambiguations more conservatively.
22279         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
22280         to false after expanding.
22281
22282 2010-02-11  Richard Guenther  <rguenther@suse.de>
22283
22284         PR driver/43021
22285         * gcc.c (process_command): Handle LTO file@offset case more
22286         appropriately.
22287
22288 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
22289
22290         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
22291         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
22292         of DEBUG_INSNs.
22293         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
22294
22295         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
22296         if MEM's mode size isn't DWARF2_ADDR_SIZE.
22297         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
22298         Optimize eq/ne comparisons when both arguments are known to be
22299         zero-extended.
22300         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
22301         Don't mask operands unnecessarily if they are known to be already
22302         zero-extended.
22303
22304 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
22305
22306         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
22307         instead of loop.
22308
22309 2010-02-10  Richard Guenther  <rguenther@suse.de>
22310
22311         PR tree-optimization/43017
22312         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
22313         for wrapping signed arithmetic.
22314
22315 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
22316
22317         PR debug/43010
22318         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
22319         if no debug info should be emitted for it.
22320
22321 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
22322
22323         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
22324         note when flag_exceptions is set.
22325
22326 2010-02-10  Duncan Sands  <baldrick@free.fr>
22327
22328         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
22329
22330 2010-02-10  Richard Guenther  <rguenther@suse.de>
22331
22332         PR c/43007
22333         * tree.c (get_unwidened): Handle constants.
22334         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
22335
22336 2010-02-10  Martin Jambor  <mjambor@suse.cz>
22337
22338         PR lto/42985
22339         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
22340         check for variable argument counts independently.
22341
22342 2010-02-10  Christian Bruel  <christian.bruel@st.com>
22343
22344         PR target/42841
22345         * config/sh/sh.c (find_barrier): Increase length for non delayed
22346         conditional branches.
22347
22348 2010-02-10  Christian Bruel  <christian.bruel@st.com>
22349
22350         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
22351
22352 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
22353
22354         * builtins.c (set_builtin_user_assembler_name): Also handle
22355         ffs if int is smaller than word.
22356
22357 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
22358
22359         PR middle-end/42973
22360         * ira-conflicts.c (get_dup): Remove.
22361         (process_reg_shuffles): Add new parameter.  Use it as an
22362         additional guard for copy generation.
22363         (add_insn_allocno_copies): Rewrite.
22364
22365 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
22366
22367         * common.opt (fsched2-use-traces): Preserved for backward
22368         compatibility.
22369         * doc/invoke.texi: Remove the documentation about option
22370         -fsched2-use-traces.
22371         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
22372         flag_sched2_use_traces.
22373         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
22374         the backward compatibility flag section.
22375
22376 2010-02-09  Richard Guenther  <rguenther@suse.de>
22377
22378         PR tree-optimization/43008
22379         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
22380         make HEAP variables initialized from global memory if they
22381         are not known builtin functions.
22382         (find_func_aliases): Adjust.
22383
22384 2010-02-09  Richard Guenther  <rguenther@suse.de>
22385
22386         PR tree-optimization/43000
22387         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
22388         arithmetic manually.
22389
22390 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
22391
22392         PR tree-optimization/42931
22393         * tree-loop-linear.c (try_interchange_loops): Don't call
22394         double_int_mul if estimated_loop_iterations failed.
22395
22396 2010-02-08  Martin Jambor  <mjambor@suse.cz>
22397
22398         PR middle-end/42898
22399         * tree-sra.c (build_accesses_from_assign): Do not mark in
22400         should_scalarize_away_bitmap if stmt has volatile ops.
22401         (sra_modify_assign): Do not process assigns piecemeal if if stmt
22402         has volatile ops.
22403
22404 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
22405
22406         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
22407
22408 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
22409
22410         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
22411         before the pattern.
22412
22413 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
22414
22415         PR middle-end/42946
22416         * df-core.c (df_finish_pass): Change type of saved_flags to int.
22417
22418 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
22419
22420         PR middle-end/42988
22421         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
22422         to unknown_dependence.
22423         (graphite_legal_transform_dr): Handle the unknown_dependence.
22424         (graphite_carried_dependence_level_k): Same.
22425
22426 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
22427
22428         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
22429
22430 2010-02-07  Richard Guenther  <rguenther@suse.de>
22431
22432         PR middle-end/42991
22433         * expr.c (get_inner_reference): Always initialize *pbitsize.
22434
22435 2010-02-07  Richard Guenther  <rguenther@suse.de>
22436
22437         PR middle-end/42956
22438         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
22439         new ARRAY_REFs on variable size element or minimal index arrays.
22440         Complete.
22441         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
22442         gimple_fold_indirect_ref.
22443
22444 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
22445
22446         PR target/42957
22447         * arm.c (arm_override_options): Just return if the user has specified
22448         an invalid fpu name.
22449
22450 2010-02-03  Jason Merrill  <jason@redhat.com>
22451
22452         PR c++/42870
22453         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
22454         i386_pe_maybe_record_exported_symbol.
22455
22456 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
22457
22458         PR target/42924
22459         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
22460         (pa_delegitimize_address): New function.
22461
22462 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
22463
22464         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
22465         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
22466
22467 2010-02-05  Richard Guenther  <rguenther@suse.de>
22468
22469         PR lto/42762
22470         * lto-streamer-in.c (get_resolution): Deal with references
22471         to undefined functions.
22472
22473 2010-02-05  Richard Guenther  <rguenther@suse.de>
22474
22475         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
22476         (fold_const_aggregate_ref): Likewise.
22477         (ccp_fold_stmt): Substitute loads.
22478         (maybe_fold_reference): Verify types before substituting.
22479         Unshare properly.
22480         (fold_gimple_assign): Unshare properly.
22481         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
22482
22483 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
22484
22485         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
22486         for rs6000_gen_cell_microcode.
22487
22488 2010-02-04  Richard Guenther  <rguenther@suse.de>
22489
22490         PR rtl-optimization/42952
22491         * dse.c (const_or_frame_p): Remove MEM handling.
22492
22493 2010-02-04  Nick Clifton  <nickc@redhat.com>
22494
22495         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
22496         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
22497         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
22498         (mn10300_asm_output_mi_thunk): New function.
22499         (mn10300_can_output_mu_thunk): New function.
22500         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
22501         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
22502         (FUNCTION_ARG): Delete incorrect comment.
22503
22504 2010-02-03  Jason Merrill  <jason@redhat.com>
22505
22506         PR c++/40138
22507         * fold-const.c (operand_equal_p): Handle erroneous types.
22508
22509 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
22510
22511         * config/h8300/h8300.md (can_delay): Fix attibute condition.
22512
22513 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
22514
22515         PR rtl-optimization/42941
22516         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
22517         of xmalloc.
22518
22519 2010-02-03  Jason Merrill  <jason@redhat.com>
22520
22521         PR c++/35652
22522         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
22523
22524 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
22525
22526         PR debug/42896
22527         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
22528         (cselib_reset_table): Renamed from...
22529         (cselib_reset_table_with_next_value): ... this.
22530         (cselib_get_next_uid): Renamed from...
22531         (cselib_get_next_unknown_value): ... this.
22532         * cselib.c (next_uid): Renamed from...
22533         (next_unknown_value): ... this.
22534         (cselib_clear_table): Adjust.
22535         (cselib_reset_table): Adjust.  Renamed from...
22536         (cselib_reset_table_with_next_value): ... this.
22537         (cselib_get_next_uid): Adjust.  Renamed from...
22538         (cselib_get_next_unknown_value): ... this.
22539         (get_value_hash): Use hash.
22540         (cselib_hash_rtx): Likewise.
22541         (new_cselib_val): Adjust.  Set and dump uid.
22542         (cselib_lookup_mem): Pass next_uid as hash.
22543         (cselib_subst_to_values): Likewise.
22544         (cselib_log_lookup): Dump uid.
22545         (cselib_lookup): Pass next_uid as hash.  Adjust.
22546         (cselib_process_insn): Adjust.
22547         (cselib_init): Initialize next_uid.
22548         (cselib_finish): Adjust.
22549         (dump_cselib_table): Likewise.
22550         * dse.c (canon_address): Dump value uid.
22551         * print-rtl.c (print_rtx): Print value uid.
22552         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
22553         (dvuid): New type.
22554         (dv_uid): New function, sort of renamed from...
22555         (dv_htab_hash): ... this, reimplemented in terms of it and...
22556         (dv_uid2hash): ... this.  New.
22557         (variable_htab_eq): Drop excess assertions.
22558         (tie_break_pointers): Removed.
22559         (canon_value_cmp): Compare uids.
22560         (variable_post_merge_New_vals): Print uids.
22561         (vt_add_function_parameters): Adjust.
22562         (vt_initialize): Reset table.  Adjust.
22563
22564 2010-02-03  Richard Guenther  <rguenther@suse.de>
22565
22566         PR tree-optimization/42944
22567         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
22568         (call_may_clobber_ref_p_1): Likewise.  Properly handle
22569         malloc and calloc clobbering errno.
22570
22571 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
22572
22573         * doc/invoke.texi: Fix name of sched1 dump.
22574
22575         * opts.c (decode_options): Set flag_tree_switch_conversion
22576         only conditionally on optimize >= 2.
22577
22578         * gcse.c: Assorted comment fixes in pass description.
22579
22580 2010-02-03  Anthony Green  <green@moxielogic.com>
22581
22582         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
22583         nop padding in order to maintain alignment of storage location of
22584         target function address.
22585         (moxie_trampoline_init): Store target function address at newly
22586         aligned location.
22587         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
22588         to 32.
22589         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
22590
22591 2010-02-03  Richard Guenther  <rguenther@suse.de>
22592
22593         PR middle-end/42927
22594         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
22595
22596 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22597
22598         * config.gcc: Reenable check for obsolete targets.
22599         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
22600         mips-sgi-irix6.[0-4]*.
22601
22602 2010-02-02  Nick Clifton  <nickc@redhat.com>
22603
22604         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
22605         constant size of 4 as being the same as 0.
22606         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
22607         can take values in the range 0..4.
22608
22609 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
22610
22611         PR java/41991
22612         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
22613         as _darwin10_Unwind_FindEnclosingFunction().
22614         * libgcc-libsystem.ver: New.
22615
22616 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
22617
22618         PR target/41399
22619         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
22620         implicitly set registers.
22621
22622 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
22623
22624         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
22625         (arm_override_options): Allow automatic selection of the thread
22626         pointer register if thumb2.
22627         (legitimize_pic_address): Improve code sequences for Thumb2.
22628         (arm_call_tls_get_addr): Likewise.
22629         (legitimize_tls_address): Likewise.
22630         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
22631         (pic_load_addr_32bit): ... this.  New named pattern.
22632         * thumb2.md (pic_load_addr_thumb2): Delete.
22633         (pic_load_dot_plus_four): Delete.
22634         (tls_load_dot_plus_four): New named pattern.
22635
22636 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22637
22638         PR libgomp/29986
22639         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
22640         Document fix for TLS bug.
22641
22642 2010-01-31  Richard Guenther  <rguenther@suse.de>
22643
22644         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
22645         conservatively correct.
22646
22647 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22648
22649         PR target/42850
22650         Revert:
22651         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22652
22653         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
22654
22655 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22656
22657         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
22658
22659 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
22660
22661         * config.gcc: Adjust order of makefile fragments for mingw targets.
22662
22663 2010-01-31  Richard Guenther  <rguenther@suse.de>
22664
22665         PR middle-end/42898
22666         * gimplify.c (gimplify_init_constructor): For volatile LHS
22667         initialize a temporary.
22668
22669 2010-01-31  Matthias Klose  <doko@ubuntu.com>
22670
22671         * configure.ac: Fix __stack_chk_fail check for cross builds configured
22672         --with-headers
22673         * configure: Regenerate.
22674
22675 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
22676
22677         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
22678         the same alias set and their sizes different constantness.
22679         (aliasing_component_refs_p): Revert 2009-10-24 change.
22680
22681 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22682
22683         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
22684         unused.
22685
22686 2010-01-29  Richard Guenther  <rguenther@suse.de>
22687
22688         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
22689         Assert we successfully updated the call.
22690
22691 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
22692
22693         PR rtl-optimization/42889
22694         * df.h (df_set_bb_dirty_nonlr): New prototype.
22695         * df-core.c (df_set_bb_dirty_nonlr): New function.
22696         * df-scan.c (df_insn_rescan): Call it instead of
22697         df_set_bb_dirty for DEBUG_INSNs.
22698
22699 2010-01-29  Richard Guenther  <rguenther@suse.de>
22700
22701         PR middle-end/37448
22702         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
22703         quadratic behavior in most cases.
22704
22705 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
22706
22707         PR target/42891
22708         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
22709         in the call to gen_x86_movsicc_0_m1.
22710
22711 2010-01-28  Richard Guenther  <rguenther@suse.de>
22712
22713         PR tree-optimization/42871
22714         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
22715
22716 2010-01-28  Richard Guenther  <rguenther@suse.de>
22717
22718         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
22719         into call arguments.
22720
22721 2010-01-28  Richard Guenther  <rguenther@suse.de>
22722
22723         PR middle-end/42883
22724         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
22725         the forwarder if the destination is an EH landing pad.
22726
22727 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
22728
22729         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
22730         block list passed to gimple_duplicate_sese_tail.
22731         (parallelize_loops): Avoid parallelization when the function
22732         has_nonlocal_label.
22733         Avoid parallelization when the preheader is IRREDUCIBLE.
22734         Try to optimize when estimated_loop_iterations_int is unresolved.
22735         Add the loop's location to the dump file.
22736         * tree-cfg.c (add_phi_args_after_redirect): Remove.
22737         (gimple_duplicate_sese_tail): Remove the check for the latch.
22738         Redirect nexits to the exit block.
22739         Remove handling of the incoming edges to the latch.
22740         Redirect the backedge from the copied latch to the exit bb.
22741
22742 2010-01-28  Michael Matz  <matz@suse.de>
22743
22744         PR target/42881
22745         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
22746         Wrap force_reg into a sequence, emit it before user.
22747
22748 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
22749
22750         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
22751         (arm_rev): New.
22752         (arm_legacy_rev): Likewise.
22753         (thumb_legacy_rev): Likewise.
22754
22755 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
22756
22757         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
22758         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
22759         on MEM's address failed, try avoid_constant_pool_reference and
22760         recurse if it returned something different.
22761         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
22762         address, try avoid_constant_pool_reference and recurse if it
22763         returned something different.
22764         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
22765         address and avoid_constant_pool_reference returned something
22766         different, don't set have_address.
22767
22768 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
22769
22770         PR debug/42861
22771         * var-tracking.c (val_store): Add modified argument, obey it.
22772         Adjust callers.
22773         (count_uses): Move down logging of main.
22774         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
22775         don't need resolution.
22776         (emit_notes_in_bb): Likewise.
22777
22778 2010-01-27  Richard Guenther  <rguenther@suse.de>
22779
22780         PR middle-end/42878
22781         * tree-inline.c (remap_decl): Delay remapping of SSA name
22782         default definitions until we need them.
22783
22784 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
22785
22786         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
22787         (rs6000_delegitimize_address): New function.
22788
22789         * config/s390/s390.c (s390_delegitimize_address): Call
22790         delegitimize_mem_from_attrs.
22791
22792         PR middle-end/42874
22793         * tree-inline.c (cannot_copy_type_1): Removed.
22794         (copy_forbidden): Don't forbid copying of functions containing
22795         records/unions with variable length fields.
22796
22797 2010-01-27  Christian Bruel  <christian.bruel@st.com>
22798
22799         Revert:
22800         PR target/42841
22801         * config/sh/sh.c (find_barrier): Increase length for non delayed
22802         conditional branches.
22803
22804 2010-01-27  Matthias Klose  <doko@ubuntu.com>
22805
22806         * configure.ac (gnu-unique-object): Fix ldd version check.
22807         * configure: Regenerate.
22808
22809 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22810
22811         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
22812         HAVE_GNU_AS value.
22813         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
22814         Test for HAVE_GNU_AS value.
22815
22816 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22817
22818         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
22819         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
22820         INT64_TYPE): Define.
22821         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
22822         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
22823         INT_LEAST64_TYPE): Define.
22824         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
22825         UINT_LEAST64_TYPE): Define.
22826         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
22827         INT_FAST64_TYPE): Define.
22828         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
22829         UINT_FAST64_TYPE): Define.
22830         (INTMAX_TYPE, UINTMAX_TYPE): Define.
22831         (INTPTR_TYPE, UINTPTR_TYPE): Define.
22832         (SIG_ATOMIC_TYPE): Define.
22833
22834 2010-01-26  Richard Guenther  <rguenther@suse.de>
22835
22836         * df-scan.c (df_scan_set_bb_info): Remove assert.
22837         (df_insn_rescan_debug_internal): Merge asserts.
22838         (df_install_ref): Likewise.
22839         (df_mark_reg): Use bitmap_set_range.
22840         (df_hard_reg_used_p): Remove assert.
22841         (df_hard_reg_used_count): Likewise.
22842
22843 2010-01-26  Richard Guenther  <rguenther@suse.de>
22844
22845         PR rtl-optimization/42685
22846         * web.c (web_main): Ignore DEBUG_INSNs.
22847
22848 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
22849
22850         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
22851
22852         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
22853         Fix types of fndecl and arglist parameters.
22854
22855 2010-01-26  Richard Guenther  <rguenther@suse.de>
22856
22857         PR middle-end/42806
22858         * tree-eh.c (unsplit_eh): Skip debug insns.
22859
22860 2010-01-26  Richard Guenther  <rguenther@suse.de>
22861
22862         PR tree-optimization/42250
22863         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
22864
22865 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
22866
22867         PR fortran/42866
22868         * omp-low.c (expand_omp_sections): Only use single_pred if
22869         l2_bb is single_pred_p.
22870
22871 2010-01-25  Christian Bruel  <christian.bruel@st.com>
22872
22873         PR target/42841
22874         * config/sh/sh.c (find_barrier): Increase length for non delayed
22875         conditional branches.
22876         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
22877
22878 2010-01-24  David S. Miller  <davem@davemloft.net>
22879
22880         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
22881         define if not using GAS.
22882         * config/sparc/sparc.c (sparc_elf_asm_named_section):
22883         Likewise.  Delete SECTION_MERGE code, which is only applicable
22884         when using GAS.
22885
22886 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
22887
22888         PR c++/42748
22889         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
22890         mangling of va_list in system headers.
22891
22892 2010-01-23  Toon Moene  <toon@moene.org>
22893
22894         * tree-predcom.c (combine_chains): Return NULL, not false.
22895
22896 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
22897
22898         * tree-loop-distribution.c (distribute_loop): Fix declaration and
22899         initialization of variable res to agree with return type.
22900
22901 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
22902
22903         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
22904         * tree-sra.c: Add include of expr.h.
22905
22906 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
22907
22908         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
22909         insert the debug stmt on the single non-EH edge from the stmt.
22910
22911 2010-01-22  Richard Henderson  <rth@redhat.com>
22912
22913         PR tree-opt/42833
22914         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
22915         the RHS until after generate_subtree_copies has insertted its
22916         code before the current statement.
22917
22918 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
22919
22920         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
22921
22922         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
22923
22924 2010-01-21  Martin Jambor  <mjambor@suse.cz>
22925
22926         PR tree-optimization/42585
22927         * tree-sra.c (struct access): New field grp_total_scalarization.
22928         (dump_access): Dump the new field.
22929         (should_scalarize_away_bitmap): New variable.
22930         (cannot_scalarize_away_bitmap): Likewise.
22931         (sra_initialize): Allocate new bitmaps.
22932         (sra_deinitialize): Free new bitmaps.
22933         (create_access_1): New function.
22934         (create_access): Parts moved to create_access_1.
22935         (type_consists_of_records_p): New function.
22936         (completely_scalarize_record): Likewise.
22937         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
22938         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
22939         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
22940         access.
22941         (analyze_all_variable_accesses): Completely scalarize small eligible
22942         records.
22943
22944 2010-01-21  Martin Jambor  <mjambor@suse.cz>
22945
22946         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
22947
22948 2010-01-21  Andrew Haley  <aph@redhat.com>
22949
22950         * gcc.c (process_command): Move lang_specific_driver before
22951         setting cc_libexec_prefix.
22952
22953 2010-01-21  Richard Guenther  <rguenther@suse.de>
22954
22955         PR middle-end/19988
22956         * fold-const.c (negate_expr_p): Pretend only negative
22957         real constants are easily negatable.
22958
22959 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
22960             Jason Merrill  <jason@redhat.com>
22961
22962         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
22963         (TYPE_TRANSPARENT_AGGR): this, for union and record.
22964         * calls.c (initialize argument_information): Handle it.
22965         * c-common.c (handle_transparent_union_attribute): Use new name.
22966         * c-decl.c (finish_struct): Ditto.
22967         * c-typeck.c (type_lists_compatible_p): Ditto.
22968         (convert_for_assignment): Use new name and also handle record.
22969         * function.c (aggregate_value_p): Handle it.
22970         (pass_by_reference): Ditto.
22971         (assign_parm_data_types): Ditto.
22972         * print-tree.c (print_node): Ditto.
22973         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
22974         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
22975         * tree.c (first_field): New fn.
22976
22977 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
22978
22979         PR target/42818
22980         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
22981         even when linking statically, for now.
22982
22983 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
22984
22985         PR debug/42715
22986         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
22987         without a cselib val.
22988         (count_uses): Accept MO_VAL_SET with no val on stores.
22989         (add_stores): Likewise.
22990
22991 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
22992
22993         * var-tracking.c (check_value_val): Add a compile time assertion.
22994         (dv_is_decl_p): Simplify.
22995         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
22996         gcc_assert if ENABLE_CHECKING.
22997
22998 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
22999
23000         PR debug/42782
23001         * var-tracking.c: Include tree-flow.h.
23002         (mem_dies_at_call): New.
23003         (dataflow_set_preserve_mem_locs): Use it.
23004         (dataflow_set_remove_mem_locs): Likewise.
23005         (dump_var): Renamed from dump_variable.  Adjust all callers.
23006         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
23007         * Makefile.in (var-tracking.o): Adjust deps.
23008
23009 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
23010
23011         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
23012
23013 2010-01-20  Richard Guenther  <rguenther@suse.de>
23014
23015         PR tree-optimization/42717
23016         * tree-ssa-dce.c (get_live_post_dom): Remove.
23017         (forward_edge_to_pdom): Take an arbitrary edge to copy
23018         degenerate PHI args from.
23019         (remove_dead_stmt): Use the first post-dominator even if it
23020         does not contain live statements as redirection destination.
23021
23022 2010-01-20  Richard Guenther  <rguenther@suse.de>
23023
23024         * tree-inline.c (estimate_num_insns): Handle EH builtins.
23025
23026 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23027
23028         * sel-sched.c (create_speculation_check): Remove set but not used
23029         variable twin.
23030         (try_transformation_cache): Remove set but not used variable ds.
23031         (calculate_privileged_insns): Remove set but not used variables
23032         cur_insn and min_spec_insn.
23033         (find_best_expr): Remove set but not used variable avail_n.
23034         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
23035         variable e.
23036         * cgraphunit.c (assemble_thunk): Remove set but not used variable
23037         false_label.
23038         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
23039         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
23040         new_scop_exit_edge.
23041
23042 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
23043
23044         PR bootstrap/42786
23045         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
23046         cpu types.  Add support for *-sse3 cpu types.
23047         (x86_64-*-*): Ditto.
23048
23049 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23050
23051         PR middle-end/42803
23052         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
23053         argument, call initializer_constant_valid_p_1 instead of
23054         initializer_constant_valid_p, pass CACHE to it, return NULL
23055         immediately if first call returns NULL.
23056         (initializer_constant_valid_p_1): New function.
23057         (initializer_constant_valid_p): Use it.
23058
23059 2010-01-20  Thomas Quinot  <quinot@adacore.com>
23060
23061         * tree.def (PLACEHOLDER_EXPR): Fix comment.
23062
23063 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23064
23065         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
23066         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
23067         (loc_list_from_tree): Don't handle unsigned division.  Handle
23068         signed modulo using DW_OP_{over,over,div,mul,minus}.
23069         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
23070         modulo instead of signed.
23071
23072 2010-01-20  DJ Delorie  <dj@redhat.com>
23073
23074         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
23075         (Fpa): Pass it
23076         (h8300_emit_stack_adjustment): Propogate it.
23077         (push): Pass it.
23078         (h8300_expand_prologue): Likewise.
23079         (h8300_expand_epilogue): Likewise.
23080
23081 2010-01-19  Michael Matz  <matz@suse.de>
23082
23083         PR tree-optimization/41783
23084         * tree-data-ref.c (toplevel): Include flags.h.
23085         (dump_data_dependence_relation):  Also dump the inputs if the
23086         result will be unknown.
23087         (split_constant_offset_1): Look through some conversions.
23088         * tree-predcom.c (determine_roots_comp): Restart a new chain if
23089         the offset from last element is too large.
23090         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
23091         (reassociate_to_the_same_stmt): Handle vector registers.
23092         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
23093         (e.g. conversions).
23094         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
23095         wide_prolog_niters argument, emit widening instructions.
23096         (vect_do_peeling_for_alignment): Adjust caller, use widened
23097         variant of the iteration cound.
23098         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
23099
23100 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23101
23102         PR target/38697
23103         * config/arm/neon-testgen.m (emit_automatics): New parameter
23104         features. Adjust for Fixed_return_reg feature.
23105         (test_intrinsic): Call emit_automatics with new feature.
23106         * config/arm/neon.ml: Update copyright years.
23107         (features): New Fixed_return_reg feature.
23108         (ops): Update feature for Vget_low.
23109
23110 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
23111
23112         PR tree-optimization/42719
23113         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
23114         stmt uses.
23115
23116         PR debug/42728
23117         * fwprop.c (all_uses_available_at): Return false if def_set dest
23118         is a REG that is used in def_insn.
23119
23120 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
23121
23122         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
23123
23124         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
23125         Add argument names.
23126
23127         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
23128
23129         * target.h (struct gcc_target) <secondary_reload>: Change type
23130         of last argument to secondary_reload_info *.
23131
23132 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
23133
23134         PR target/42774
23135         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
23136         memory references with unaligned offsets.  Remove CQImode handling.
23137         (unaligned_memory_operand): Return 1 for memory references with
23138         unaligned offsets.  Remove CQImode handling.
23139
23140 2010-01-18  Richard Guenther  <rguenther@suse.de>
23141
23142         PR middle-end/39954
23143         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
23144         builtin calls.
23145
23146 2010-01-18  Richard Guenther  <rguenther@suse.de>
23147
23148         PR tree-optimization/42781
23149         * tree-ssa-structalias.c (find_what_var_points_to): Skip
23150         restrict processing only if the original variable was artificial.
23151
23152 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
23153
23154         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
23155         find number of popped argument bytes.
23156
23157         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
23158         Fix the text that describes the return value for invalid insns.
23159
23160         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
23161
23162         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
23163         Clarify what 'cost of the -dependence' is.  Fix quoting.
23164
23165         * toplev.c (default_get_pch_validity): Rename argument to "sz".
23166         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
23167
23168 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
23169
23170         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
23171         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
23172
23173 2010-01-17  Richard Guenther  <rguenther@suse.de>
23174
23175         PR middle-end/42248
23176         * function.c (split_complex_args): Take a VEC to modify.
23177         (assign_parms_augmented_arg_list): Build a VEC instead of
23178         a chain of PARM_DECLs.
23179         (assign_parms_unsplit_complex): Take a VEC of arguments.
23180         Do not fixup unmodified parms.
23181         (assign_parms): Deal with the VEC.
23182         (gimplify_parameters): Likewise.
23183
23184 2010-01-17  Richard Guenther  <rguenther@suse.de>
23185
23186         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
23187         node existence check.
23188         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
23189         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
23190         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
23191         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
23192         (gimple_execute_on_growing_pred): Likewise.
23193
23194 2010-01-17  Richard Guenther  <rguenther@suse.de>
23195
23196         PR tree-optimization/42773
23197         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
23198         (compute_antic_aux): Likewise.
23199         (compute_partial_antic_aux): Likewise.
23200
23201 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
23202
23203         PR debug/42767
23204         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
23205         and US_TRUNCATE.
23206
23207 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
23208
23209         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
23210         appearance.
23211
23212         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
23213         Fix markup for strict argument.
23214
23215         (TARGET_SCHED_REORDER2): Fix argument types.
23216
23217         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
23218         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
23219
23220         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
23221         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
23222
23223         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
23224         Add argument name.
23225
23226         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
23227         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
23228         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
23229         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
23230         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
23231
23232         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
23233
23234         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
23235
23236         (TARGET_ASM_RELOC_RW_MASK): Add return type.
23237         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
23238
23239         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
23240
23241         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
23242         Use prototype.
23243
23244         (TARGET_ASM_NAMED_SECTION): Fix argument list.
23245
23246         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
23247         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
23248
23249         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
23250
23251         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
23252
23253         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
23254         referring to it.  Fix language.
23255
23256         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
23257
23258         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
23259
23260         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
23261
23262         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
23263
23264         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
23265         '@var{stream}.  Remove stray 'and'.
23266
23267         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
23268
23269         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
23270
23271         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
23272
23273         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
23274         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
23275
23276         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
23277         Fix description of return value.
23278         Rename argument "sz" to "len."
23279
23280         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
23281         Clarify meaning of 'true' return value.
23282
23283         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
23284
23285         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
23286         rep_mode versus mode_rep.
23287
23288         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
23289
23290         (TARGET_BUILTIN_DECL): Fix name.
23291
23292         (TARGET_COMMUTATIVE_P): Fix type of first argument.
23293
23294         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
23295
23296         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
23297
23298         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
23299
23300         (TARGET_RELAXED_ORDERING): Use @deftypevr.
23301
23302         (TARGET_GET_DRAP_RTX): Note that this is a hook.
23303         Clarify language.
23304
23305         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
23306         Rename argument tm_fn to md_fn.
23307
23308         (TARGET_OPTION_PRINT): Fix argument list.
23309
23310 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
23311
23312         PR target/42664
23313         * config/i386/i386.c (ix86_fixup_binary_operands):
23314         Revert FMA4 fixup of operands.
23315
23316 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23317
23318         PR gcc/42525
23319         * Makefile.in (write_entries_to_file, install-plugin):
23320         Use \012 instead of \n with tr.
23321
23322 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
23323
23324         * configure.ac (HAVE_AS_REF): New C macro.
23325         * configure: Regenerate.
23326         * config.in: Likewise.
23327         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
23328         if HAVE_AS_REF.
23329         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
23330         if HAVE_AS_REF.
23331
23332 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
23333
23334         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
23335
23336         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
23337
23338         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
23339
23340         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
23341
23342         (TARGET_IN_SMALL_DATA_P): Fix argument type.
23343
23344         (TARGET_BINDS_LOCAL_P): Fix argument type.
23345
23346         (TARGET_ASM_FILE_END): Use prototype.
23347
23348         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
23349
23350         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
23351
23352         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
23353
23354         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
23355
23356         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
23357         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
23358
23359         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
23360         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
23361
23362         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
23363         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
23364         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
23365         (TARGET_ADDR_SPACE_CONVERT): Likewise.
23366
23367         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
23368
23369         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
23370
23371         (TARGET_INIT_BUILTINS): Use prototype.
23372
23373         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
23374         Put 'const char *' in braces.  Fix parameter types.
23375         (TARGET_INVALID_CONVERSION): Fix parameter types.
23376         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
23377         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
23378
23379         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
23380         Fix argument type.
23381
23382         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
23383
23384         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
23385
23386 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
23387
23388         * doc/tm.texi (TARGET_HELP): Fix return type.
23389
23390         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
23391         in braces.  Fix argument types.
23392
23393         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
23394
23395         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
23396
23397         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
23398
23399         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
23400         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
23401
23402         (TARGET_MANGLE_TYPE): Fix argument types.
23403
23404         (TARGET_IRA_COVER_CLASSES): Use prototype.
23405
23406         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
23407
23408         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
23409
23410         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
23411
23412         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
23413
23414         (TARGET_CALLEE_COPIES): Fix argument types.
23415
23416         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
23417
23418         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
23419
23420         (TARGET_FUNCTION_VALUE): Fix argument types.
23421
23422         (TARGET_RETURN_IN_MSB): Fix argument type.
23423
23424         (TARGET_RETURN_IN_MEMORY): Fix argument types.
23425
23426         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
23427
23428         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
23429
23430         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
23431         agree with return type.
23432
23433         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
23434
23435 2010-01-15  Jing Yu  <jingyu@google.com>
23436
23437         PR rtl-optimization/42691
23438         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
23439         a pseudo to a constant and are merged, and adjust comments.
23440
23441 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
23442
23443         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
23444
23445 2010-01-15  Richard Guenther  <rguenther@suse.de>
23446
23447         PR middle-end/42739
23448         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
23449         labels of computed or non-local gotos to the destination.
23450         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
23451         landing pad label is the first label.
23452
23453 2010-01-15  Richard Guenther  <rguenther@suse.de>
23454
23455         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
23456
23457 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
23458
23459         PR target/42747
23460         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
23461         to allow generation of the xssqrtdp instruction on power7.
23462         (sqrtdf2_fpr): Ditto.
23463
23464 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23465
23466         PR middle-end/42674
23467         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
23468         functions with noreturn attribute.
23469
23470         PR c++/42608
23471         * varasm.c (declare_weak): Add weak attribute to decl if it
23472         doesn't have one already.
23473         (assemble_external): Only add decls to weak_decls if they also
23474         have weak attribute.
23475
23476 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
23477
23478         * var-tracking.c (var_reg_delete): Don't delete the association
23479         between REGs and values or one-part variables if the register
23480         isn't clobbered.
23481
23482 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23483
23484         PR debug/42657
23485         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
23486         because its first operand is a non-localized variable.
23487
23488 2010-01-14  Martin Jambor  <mjambor@suse.cz>
23489
23490         PR tree-optimization/42706
23491         * tree-sra.c (encountered_recursive_call): New variable.
23492         (encountered_unchangable_recursive_call): Likewise.
23493         (sra_initialize): Initialize both new variables.
23494         (callsite_has_enough_arguments_p): New function.
23495         (scan_function): Call decl and flags check only for IPA-SRA, check
23496         whether there is a recursive call and whether it has enough arguments.
23497         (all_callers_have_enough_arguments_p): New function.
23498         (convert_callers): Look for recursive calls only when
23499         encountered_recursive_call is set.
23500         (ipa_early_sra): Bail out either if
23501         !all_callers_have_enough_arguments_p or
23502         encountered_unchangable_recursive_call.
23503
23504 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23505
23506         * sel-sched.c: Add 2010 to copyright years.
23507         * sel-sched-ir.c: Likewise.
23508         * sel-sched-ir.h: Likewise.
23509
23510 2010-01-14  Martin Jambor  <mjambor@suse.cz>
23511
23512         PR tree-optimization/42714
23513         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
23514         constructors specially.
23515
23516 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23517
23518         * config/i386/drivers-i386.c (detect_caches_intel):
23519         Add l2sizekb parameter and fill in.
23520         (host_detect_local_cpu): Add l2sizekb, fill in.
23521         Add Atom small cache heuristic.
23522
23523 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23524
23525         * config/i386/drivers-i386.c (detect_caches_cpuid4):
23526         Add level3 parameter and fill in.
23527         (detect_caches_intel): Handle level3 cache.
23528
23529 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23530
23531         * config/i386/drivers-i386.c (host_detect_local_cpu):
23532         Fix core duo detection.
23533
23534 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23535
23536         * config/i386/drivers-i386.c (host_detect_local_cpu):
23537         Fix Atom detection.
23538
23539 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23540
23541         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
23542         (rs6000_variable_issue_1): this.  Use...
23543         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
23544
23545 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23546
23547         * sel-sched-ir.c (sel_restore_other_notes): Rename to
23548         sel_restore_notes.  Update all callers.  Call reemit_notes
23549         for all insns.
23550
23551 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23552
23553         PR rtl-optimization/42246
23554         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
23555         loops.
23556
23557 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23558
23559         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
23560         all successors is the same as number of successors in current region.
23561
23562 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23563
23564         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
23565         to rename is not separable.  Otherwise check that its LHS is not NULL.
23566
23567 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23568
23569         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
23570
23571 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23572
23573         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
23574         available registers when failed to discover LHS register class.
23575         Fix indentation.  Update comment.
23576
23577 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23578             Alexander Monakov  <amonakov@ispras.ru>
23579
23580         PR rtl-optimization/42389
23581         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
23582         to can_issue_more.
23583         (advance_state_on_fence): Likewise.
23584         (sel_target_adjust_priority): Print debug output only when
23585         sched_verbose >= 4, not 2.
23586         (get_expr_cost): Do not issue all unique insns on the next cycle.
23587         (fill_insns): Initialize can_issue_more from the value saved
23588         with the fence.
23589         * sel-sched-ir.c (flist_add): New parameter issue_more.
23590         Init FENCE_ISSUE_MORE with it.
23591         (merge_fences): Likewise.
23592         (init_fences): Update call to flist_add.
23593         (add_to_fences, add_clean_fence_to_fences)
23594         (add_dirty_fence_to_fences): Likewise.
23595         (move_fence_to_fences): Update call to merge_fences.
23596         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
23597         sched groups.
23598         * sel-sched-ir.h (struct _fence): New field issue_more.
23599         (FENCE_ISSUE_MORE): New accessor macro.
23600
23601 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23602
23603         PR rtl-optimization/42388
23604         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
23605         that have no predecessors nor successors.  Do not call move_bb_info
23606         for empty blocks outside of current region.
23607
23608 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23609
23610         PR rtl-optimization/42294
23611         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
23612         * sel-sched.c (move_exprs_to_boundary): Transitively add all
23613         originators' originators.
23614
23615 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23616
23617         PR rtl-optimization/39453
23618         PR rtl-optimization/42246
23619         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
23620         for pipelining_p.
23621         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
23622
23623 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23624             Alexander Monakov  <amonakov@ispras.ru>
23625
23626         PR middle-end/42245
23627         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
23628         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
23629         argument.  Update all callers.
23630         (tidy_control_flow): ... and here.  Recompute topological order
23631         of basic blocks in region if necessary.
23632         (sel_redirect_edge_and_branch): Change return type.  Return true
23633         if topological order might have been invalidated.
23634         (purge_empty_blocks): Export and move from...
23635         * sel-sched.c (purge_empty_blocks): ... here.
23636         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
23637         (maybe_tidy_empty_bb): Delete prototype.
23638         (purge_empty_blocks): Declare.
23639
23640 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23641
23642         PR rtl-optimization/42249
23643         * sel-sched.c (try_replace_dest_reg): When chosen register
23644         and original register is the same, do not bail out early, but
23645         still check all original insns for validity of replacing destination
23646         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
23647         in this case.
23648
23649 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23650
23651         PR c/42721
23652         Port from no-undefined-overflow branch:
23653         2009-03-09  Richard Guenther  <rguenther@suse.de>
23654
23655         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
23656
23657 2010-01-14  Richard Guenther  <rguenther@suse.de>
23658
23659         PR lto/42665
23660         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
23661
23662 2010-01-14  Ira Rosen  <irar@il.ibm.com>
23663
23664         PR tree-optimization/42709
23665         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
23666         as scalar type in creation of constant vector operand.
23667
23668 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23669
23670         PR testsuite/42414
23671         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
23672         (check-parallel-%): Match `testsuite' directory component only
23673         at the end.
23674
23675 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
23676
23677         PR translation/39521
23678         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
23679         strings with _().
23680
23681 2010-01-13  Richard Guenther  <rguenther@suse.de>
23682
23683         PR tree-optimization/42730
23684         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
23685         offset zero.
23686
23687 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
23688
23689         PR target/pr42542
23690         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
23691         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
23692         them signed.
23693
23694 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
23695
23696         * config/bfin/libgcc-bfin.ver: Regenerate based on current
23697         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
23698         ___umulsi3_highpart.
23699
23700         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
23701         rather than schedule_insns if the pass is enabled.
23702
23703 2010-01-13  Martin Jambor  <mjambor@suse.cz>
23704
23705         PR tree-optimization/42704
23706         * tree-sra.c (sra_modify_assign): Do not delete assignments to
23707         SSA_NAMEs.
23708
23709 2010-01-13  Martin Jambor  <mjambor@suse.cz>
23710
23711         PR tree-optimization/42703
23712         * tree-sra.c (analyze_access_subtree): Check that we can build a
23713         reference to the original data within the aggregate.
23714
23715 2010-01-13  Richard Guenther  <rguenther@suse.de>
23716
23717         PR tree-optimization/42705
23718         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
23719
23720 2010-01-13  Richard Guenther  <rguenther@suse.de>
23721
23722         PR middle-end/42716
23723         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
23724
23725 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
23726
23727         PR debug/41371
23728         * var-tracking.c (values_to_unmark): New variable.
23729         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
23730         values_to_unmark vector.  Moved body to...
23731         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
23732         instead queue it into values_to_unmark vector.
23733         (vt_find_locations): Free values_to_unmark vector.
23734
23735 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
23736
23737         * config/s390/s390.c (override_options): Set
23738         default of max-pending-list-length to 256
23739
23740 2010-01-13  Richard Guenther  <rguenther@suse.de>
23741
23742         PR lto/42678
23743         * tree-pass.h (PROP_gimple_lcx): New.
23744         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
23745         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
23746         before the final cleanup_eh.
23747         (dump_properties): Dump PROP_gimple_lcx.
23748         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
23749         (tree_lower_complex_O0): Remove.
23750         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
23751         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
23752         tree_lower_complex, schedule TODO_update_ssa.
23753         * lto-streamer-out.c (output_function): Stream the functions
23754         properties.
23755         * lto-streamer-in.c (input_function): Likewise.
23756         (lto_read_body): Do not override them here.
23757
23758 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
23759
23760         PR c/42708
23761         * c-typeck.c (build_c_cast): Fold value cast to union type before
23762         wrapping it in a CONSTRUCTOR.
23763
23764 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
23765
23766         PR rtl-optimization/42699
23767         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
23768         involved.
23769
23770 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23771
23772         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
23773         SUBTARGET_WARN_UNUSED_SPEC): Move ...
23774         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
23775         SUBTARGET_WARN_UNUSED_SPEC): ... here
23776         * config/mips/iris5.h (LIBGCC_SPEC): Define.
23777
23778 2010-01-12  Julian Brown  <julian@codesourcery.com>
23779
23780         * config/arm/neon-schedgen.ml (Utils): Don't try to
23781         open missing module.
23782         (find_with_result): New.
23783
23784 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
23785
23786         PR debug/42662
23787         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
23788         sharing when canonicalizing ({lt,ge}u (plus a b) b).
23789
23790         PR tree-optimization/42645
23791         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
23792         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
23793         decl_map, set processing_debug_stmt to -1 and return name without
23794         any remapping.
23795
23796 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
23797
23798         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
23799         binutils version, and reword target configuration description.
23800
23801 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
23802
23803         * config/avr/avr.h (LINKER_NAME): Remove.
23804
23805 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
23806
23807         PR target/42416
23808         * config/rs6000/rs6000.c (rs6000_override_options): On targets
23809         that support VSX, warn for -mno-altivec if vsx is not disabled,
23810         and disable vsx.
23811
23812 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
23813             Shujing Zhao  <pearly.zhao@oracle.com>
23814
23815         PR translation/42469
23816         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
23817         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
23818         character between option name and help text.
23819         * c.opt (imultilib): Likewise.
23820
23821 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
23822
23823         * lto-streamer-out.c (output_unreferenced_globals): Output static
23824         variables.
23825
23826 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
23827
23828         PR rtl-optimization/42621
23829         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
23830         optimizing for size.
23831         (duplicate_computed_gotos): Remove now-redundant check.
23832
23833 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
23834
23835         PR target/37454
23836         * configure.ac: Save and restore LDFLAGS and LIBS
23837         * configure: Regenerate.
23838
23839 2010-01-10  Richard Guenther  <rguenther@suse.de>
23840
23841         PR middle-end/42667
23842         * builtins.c (fold_builtin_strlen): Add type argument and
23843         convert the resulting length to it.
23844         (fold_builtin_1): Adjust.
23845
23846 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
23847
23848         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
23849         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
23850         1 insn.
23851         (num_insns_constant_wide): Adjust for that change.
23852
23853 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23854
23855         PR debug/42631
23856         * web.c (union_defs): Add used argument, to combine uses of
23857         uninitialized regs.
23858         (entry_register): Adjust type and tests of used argument.
23859         (web_main): Widen used for new use.  Pass it to union_defs.
23860         * df.h (union_defs): Adjust prototype.
23861
23862 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23863
23864         PR debug/42630
23865         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
23866         uses in new incoming argument.  Free body.
23867         (reset_debug_uses_in_loop): New.
23868         (analyze_insn_to_expand_var): Call the latter if the former found
23869         anything.  Fix whitespace.  Reject invalid dest overlaps before
23870         going through all insns in the loop.
23871
23872 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23873
23874         PR debug/42629
23875         * haifa-sched.c (dying_use_p): Debug insns don't count.
23876
23877 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23878
23879         PR middle-end/42363
23880         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
23881         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
23882         (verify_gimple_call): Reject LHS in noreturn calls.
23883
23884 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23885
23886         PR debug/42604
23887         PR debug/42395
23888         * tree-vect-loop-manip.c (adjust_info): New type.
23889         (adjust_vec): New pointer to vector.
23890         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
23891         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
23892         (slpeel_update_phis_for_duplicate_loop): Use them.
23893         (slpeel_update_phi_nodes_for_guard1): Likewise.
23894         (slpeel_update_phi_nodes_for_guard2): Likewise.
23895         (slpeel_tree_peel_loop_to_edge): Likewise.
23896         (vect_update_ivs_after_vectorizer): Likewise.
23897
23898 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23899
23900         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
23901         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
23902
23903 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23904
23905         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
23906         bogus uninitialized warning.
23907
23908 2010-01-09  Richard Guenther  <rguenther@suse.de>
23909
23910         PR middle-end/42512
23911         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
23912         the evolution is compatible with the initial condition.
23913
23914 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
23915
23916         * gcc.c (process_command): Update copyright notice dates.
23917         * gcov.c (print_version): Likewise.
23918         * gcov-dump.c (print_version): Likewise.
23919         * mips-tfile.c (main): Likewise.
23920         * mips-tdump.c (main): Likewise.
23921
23922 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
23923
23924         PR target/41885
23925         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
23926         (rotlhi3): Delete.
23927         (rotlhi3_8): Delete.
23928         (rotlsi3): Delete.
23929         (rotlsi3_8): Delete.
23930         (rotlsi3_16): Delete.
23931         (rotlsi3_24): Delete.
23932         (rotl<mode>3): New.
23933         (*rotw<mode>3): New.
23934         (*rotb<mode>3): New.
23935         * config/avr/avr.c (avr_rotate_bytes): New function.
23936         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
23937
23938 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
23939
23940         PR target/37454
23941         * configure.ac: Modify -rdynamic check.
23942         * configure: Regenerate.
23943
23944 2010-01-08  DJ Delorie  <dj@redhat.com>
23945
23946         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
23947         register popping order.
23948
23949 2010-01-08  Richard Guenther  <rguenther@suse.de>
23950
23951         PR lto/42528
23952         * c.opt (fsigned-char): Also let LTO handle this option.
23953         (funsigned-char): Likewise.
23954
23955 2010-01-07  Richard Guenther  <rguenther@suse.de>
23956
23957         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
23958         (gimple_op): Likewise.
23959         (gimple_op_ptr): Likewise.
23960         (gimple_assign_set_lhs): Remove gcc_assert.
23961         (gimple_assign_set_rhs1): Likewise.
23962         (gimple_assign_set_rhs2): Likewise.
23963         (gimple_call_set_lhs): Likewise.
23964         (gimple_call_set_fn): Likewise.
23965         (gimple_call_set_fndecl): Likewise.
23966         (gimple_call_fndecl): Likewise.
23967         (gimple_call_return_type): Likewise.
23968         (gimple_call_set_chain): Likewise.
23969         (gimple_call_num_args): Likewise.
23970         (gimple_call_set_arg): Likewise.
23971         (gimple_cond_set_code): Likewise.
23972         (gimple_cond_set_lhs): Likewise.
23973         (gimple_cond_set_rhs): Likewise.
23974         (gimple_cond_set_true_label): Likewise.
23975         (gimple_cond_set_false_label): Likewise.
23976         (gimple_label_set_label): Likewise.
23977         (gimple_goto_set_dest): Likewise.
23978         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
23979         (gimple_debug_bind_get_value): Likewise.
23980         (gimple_debug_bind_get_value_ptr): Likewise.
23981         (gimple_debug_bind_set_var): Likewise.
23982         (gimple_debug_bind_set_value): Likewise.
23983         (gimple_debug_bind_reset_value): Likewise.
23984         (gimple_debug_bind_has_value_p): Likewise.
23985         (gimple_return_retval_ptr): Remove gcc_assert.
23986         (gimple_return_retval): Likewise.
23987         (gimple_return_set_retval): Likewise.
23988         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
23989         (safe_referenced_var_iterator): Remove.
23990         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
23991         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
23992         (fill_referenced_var_vec): Remove.
23993         (first_readonly_imm_use): Remove redundant gcc_assert.
23994         (phi_arg_index_from_use): Combine gcc_asserts.
23995         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
23996         (first_imm_use_stmt): Remove redundant gcc_assert.
23997         * tree-cfg.c (verify_gimple_call): Verify function and chain
23998         operands.  Verify arguments.
23999         (verify_types_in_gimple_stmt): Verify condition code and labels.
24000
24001 2010-01-07  Richard Guenther  <rguenther@suse.de>
24002
24003         PR tree-optimization/42641
24004         * sese.c (rename_map_elt_info): Use the SSA name version, do
24005         not hash pointers.
24006
24007 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
24008
24009         PR tree-optimization/42625
24010         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
24011         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
24012
24013 2010-01-07  Duncan Sands  <baldrick@free.fr>
24014
24015         * Makefile.in (PLUGIN_HEADERS): Add version.h.
24016
24017 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
24018
24019         PR target/42511
24020         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
24021         note itself is not function_invariant_p.
24022
24023 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
24024
24025         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
24026         Do not add the DF_NOTE problem.
24027         * store-motion.c (execute_rtl_store_motion): Likewise.
24028
24029 2010-01-07  Martin Jambor  <mjambor@suse.cz>
24030
24031         PR tree-optimization/42157
24032         * tree-sra.c (compare_access_positions): Stabilize sort if both
24033         accesses have integer types, return zero immediately if they are the
24034         same.
24035
24036 2010-01-06  Richard Henderson  <rth@redhat.com>
24037
24038         PR middle-end/41883
24039         * haifa-sched.c (add_to_note_list): Merge into ...
24040         (concat_note_lists): ... here, and ...
24041         (unlink_other_notes, rm_other_notes): Merge into...
24042         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
24043         NOTE_INSN_EPILOGUE_BEG.
24044
24045 2010-01-06  Richard Guenther  <rguenther@suse.de>
24046
24047         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
24048         not inline regular functions into always-inline functions.
24049
24050 2010-01-06  Nick Clifton  <nickc@redhat.com>
24051
24052         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
24053         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
24054         used together.
24055         (OVERRIDE_OPTIONS): Delete.
24056         (OPTIMIZATION_OPTIONS): Define.
24057         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
24058         * config/rx/rx.c (rx_handle_option): Issue an error message if
24059         -mcpu=rx200 and -fpu are used together.
24060         (rx_set_optimization_options): New function.  Issue an error
24061         message if an optimization attribute attempts to reset the FPU/
24062         math optimization pairing.
24063         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
24064         * config/rx/rx.opt: Set the default to 32-bit doubles.
24065         * config/rx/t-rx: Add multilibs for -nofpu option.
24066         * doc/invoke.texi: Update documentation of RX options.
24067
24068 2010-01-06  Richard Guenther  <rguenther@suse.de>
24069
24070         * tree-ssa-pre.c (name_to_id): New global.
24071         (alloc_expression_id): Simplify SSA name handling.
24072         (lookup_expression_id): Likewise.
24073         (init_pre): Zero name_to_id.
24074         (fini_pre): Free it.
24075
24076 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
24077
24078         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
24079
24080 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
24081
24082         PR target/42542
24083         * config/i386/sse.md (smaxv2di3): New.
24084         (umaxv2di3): Likewise.
24085         (sminv2di3): Likewise.
24086         (uminv2di3): Likewise.
24087
24088 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
24089
24090         PR target/42564
24091         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
24092         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
24093         (legitimize_tls_address): Likewise.
24094         (sparc_tls_referenced_p): Likewise.
24095         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
24096         and adjust calls to legitimize_pic_address.
24097         (legitimate_constant_p) Use sparc_tls_referenced_p.
24098         (legitimate_pic_operand_p): Likewise.
24099         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
24100         (sparc_tls_symbol_ref_1): Delete.
24101         (sparc_tls_referenced_p): Make static, recognize specific patterns.
24102         (legitimize_tls_address): Make static, handle CONST patterns.
24103         (legitimize_pic_address): Make static, remove unused parameter and
24104         adjust recursive calls.
24105         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
24106         and adjust call to legitimize_pic_address.
24107         (sparc_output_mi_thunk): Likewise.
24108
24109 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
24110             H.J. Lu  <hongjiu.lu@intel.com>
24111
24112         PR target/42542
24113         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
24114         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
24115         operands to make them signed.
24116
24117         Revert:
24118         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24119
24120         PR target/42542
24121         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24122         GTU to GT for V4SI and V2DI.
24123
24124         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24125         (umin<mode>3): Removed.
24126         (uminv8hi3): New.
24127         (uminv4si3): Likewise.
24128
24129 2010-01-05  Martin Jambor  <mjambor@suse.cz>
24130
24131         PR tree-optimization/42462
24132         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
24133         current_function_decl to helper functions and macros.
24134
24135 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24136
24137         PR bootstrap/41771
24138         * flags.h: Don't include real.h.
24139         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
24140         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
24141         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
24142         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
24143         * dominance.c: Update copyright.
24144         * gimple.c (walk_gimple_op): Remove inline.
24145         * tree-ssa-reassoc.c: Include real.h.
24146         * Makefile.in (FLAGS_H): Remove $(REAL_H).
24147         (tree-ssa-reassoc.o): Depend on $(REAL_H).
24148
24149 2010-01-05  Nick Clifton  <nickc@redhat.com>
24150
24151         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
24152         register to push into the stack frame when the accumulator has to
24153         be saved during interrupts.
24154
24155 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
24156
24157         * doc/invoke.texi: Remove the documentation about option
24158         -Wunreachable-code.
24159         * common.opt (Wunreachable-code):  Preserved for backward
24160         compatibility.
24161         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
24162         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
24163         the backward compatibility flag section.
24164
24165 2010-01-05  Richard Guenther  <rguenther@suse.de>
24166
24167         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
24168
24169 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
24170
24171         PR other/42611
24172         * cfgexpand.c (expand_one_var): Diagnose too large variables.
24173
24174         PR tree-optimization/42508
24175         * tree-sra.c (convert_callers): Check for recursive call
24176         by comparing cgraph nodes instead of decls.
24177         (modify_function): Call ipa_modify_formal_parameters also
24178         on all same_body aliases.
24179
24180         * cgraphunit.c (cgraph_materialize_all_clones): Compare
24181         cgraph nodes when checking for same_body aliases.
24182
24183 2010-01-05  Richard Guenther  <rguenther@suse.de>
24184
24185         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
24186         allocation and lookup.
24187         (get_or_alloc_expr_for_constant): Likewise.
24188         (phi_translate): Sink allocation.
24189
24190 2010-01-04  Richard Guenther  <rguenther@suse.de>
24191
24192         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
24193         a new entry only if needed.
24194         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
24195         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
24196         hashtable lookup.
24197         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
24198         the result array.
24199         (phi_translate): Handle CONSTANTs early.
24200
24201 2010-01-04  Martin Jambor  <mjambor@suse.cz>
24202
24203         PR tree-optimization/42398
24204         * tree-sra.c (struct access): Removed flag grp_different_types.
24205         (dump_access): Do not dump the removed flag.
24206         (sort_and_splice_var_accesses): Do not set the removed flag.
24207         (sra_modify_expr): Check for type compatibility directly.
24208
24209 2010-01-04  Martin Jambor  <mjambor@suse.cz>
24210
24211         PR tree-optimization/42366
24212         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
24213         edges with variable number of parameters.
24214         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
24215         flag instead of asserting it.
24216         (ipa_read_node_info): Read uses_analysis_done flag.
24217
24218 2010-01-04  Richard Guenther  <rguenther@suse.de>
24219
24220         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
24221         iterative_hash_* as intended.
24222         (vn_reference_compute_hash): Likewise.  Simplify hashing
24223         SSA names.
24224         (vn_reference_lookup_2): Likewise.
24225         (vn_nary_op_compute_hash): Likewise.
24226         (vn_phi_compute_hash): Likewise.
24227         (expressions_equal_p): Remove strange code.
24228         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
24229         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
24230         (bitmap_insert_into_set_1): Take value-id as parameter.
24231         (add_to_value): Pass it.
24232         (bitmap_insert_into_set): Likewise.
24233         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
24234
24235 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
24236
24237         PR driver/42442
24238         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
24239         (do_self_spec): For switches with SWITCH_IGNORE set set also
24240         SWITCH_IGNORE_PERMANENTLY.
24241         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
24242         of SWITCH_IGNORE.
24243
24244 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
24245
24246         * lto-streamer-out.c (output_unreferenced_globals): Output the full
24247         tree of an unreferenced global var.
24248
24249 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24250
24251         PR target/42542
24252         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24253         GTU to GT for V4SI and V2DI.
24254
24255         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24256         (umin<mode>3): Removed.
24257         (uminv8hi3): New.
24258         (uminv4si3): Likewise.
24259
24260 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24261
24262         PR lto/42581
24263         * collect2.c (main): Turn on trace in collect2 if -v is passed
24264         to gcc with LTO.
24265
24266 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
24267
24268         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
24269         description of expression operand.
24270
24271 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
24272
24273         * configure.ac: Add install-html to target_list for Make-hooks.
24274         * configure: Regenerate.
24275         * fortran/Make-lang.in (F95_HTMLFILES): New.
24276         (fortran.html): Use it.
24277         (fortran.install-html): New.
24278         * Makefile.in (install-html): Add lang.install-html.
24279         * java/Make-lang.in (JAVA_HTMLFILES): New.
24280         (java.html): Use it.
24281         (java.install-html): New.
24282         * objc/Make-lang.in (objc.install-html): New.
24283         * objcp/Make-lang.in (obj-c++.install-html): New.
24284         * cp/Make-lang.in (c++.install-html): New.
24285         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
24286         * lto/Make-lang.in (lto.install-html): New.
24287
24288 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
24289
24290         PR lto/42520
24291         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
24292
24293 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
24294
24295         PR rtl-optimization/41862
24296         * store-motion.c (store_killed_in_insn, compute_store_table,
24297         remove_reachable_equiv_notes, replace_store_insn,
24298         build_store_vectors): Ignore all DEBUG_INSNs.
24299
24300 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
24301
24302         PR lto/41564
24303         * common.opt: Add dumpdir.
24304
24305         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
24306         isn't specified.
24307         (option_map): Add --dumpdir.
24308
24309         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
24310
24311         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
24312
24313         * opts.c (decode_options): Try dump_dir_name first if
24314         dump_base_name isn't an absolute path.
24315         (common_handle_option): Handle OPT_dumpdir.
24316
24317         * toplev.c (dump_dir_name): New.
24318         (print_switch_values): Also ignore -dumpdir.
24319
24320         * toplev.h (dump_dir_name): New.
24321
24322 2010-01-03  Richard Guenther  <rguenther@suse.de>
24323
24324         PR tree-optimization/42589
24325         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
24326         double-word expansion of bswap32.
24327
24328 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
24329
24330         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
24331         with BLOCK_FOR_INSN.
24332         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
24333         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
24334         noce_process_if_block): Likewise.
24335         * gcse.c (compute_local_properties, insert_expr_in_table,
24336         insert_set_in_table, canon_list_insert, find_avail_set,
24337         pre_insert_copy_insn): Likewise.
24338
24339         * basic-block.h (BLOCK_NUM): Move from here...
24340         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
24341
24342 2010-01-03  Richard Guenther  <rguenther@suse.de>
24343
24344         PR tree-optimization/42438
24345         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
24346         contains_may_not_return_call flag.
24347         (BB_MAY_NOTRETURN): New.
24348         (valid_in_sets): Trapping nary operations are not valid
24349         in blocks that may not return.
24350         (insert_into_preds_of_block): Remove check for trapping expressions.
24351         (compute_avail): Compute also BB_MAY_NOTRETURN.
24352
24353 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
24354
24355         * doc/invoke.texi: Add 2010 to copyright years.
24356
24357 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
24358
24359         * config/sparc/sparc.c: Fix formatting nits.
24360
24361 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
24362             Alexander Monakov  <amonakov@ispras.ru>
24363
24364         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
24365
24366 2010-01-02  Richard Guenther  <rguenther@suse.de>
24367
24368         PR middle-end/42577
24369         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
24370         (simplify_switch_using_ranges): Mark to be removed edges
24371         as non-executable.
24372
24373 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24374
24375         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
24376
24377         * collect2.c (scan_libraries): Add missing argument in call to
24378         scan_prog_file.
24379
24380 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
24381
24382         PR target/42448
24383         * config/alpha/predicates.md (aligned_memory_operand): Return false
24384         for CQImode.
24385         (unaligned_memory_operand): Return true for CQImode.
24386         * config/alpha/alpha.c (get_aligned_mem): Assert that location
24387         doesn not cross aligned SImode word boundary.
24388
24389 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
24390
24391         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
24392         Remove.
24393         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
24394         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
24395
24396 2010-01-02  Richard Guenther  <rguenther@suse.de>
24397
24398         PR lto/41597
24399         * toplev.c (compile_file): Emit LTO marker properly.  Change
24400         it to __gnu_lto_v1.
24401         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
24402
24403 2010-01-01  Richard Guenther  <rguenther@suse.de>
24404
24405         PR debug/42455
24406         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
24407
24408 2010-01-01  Richard Guenther  <rguenther@suse.de>
24409
24410         PR c/42570
24411         * c-decl.c (grokdeclarator): For zero-size arrays force
24412         structural equality checks as layout_type does.
24413
24414 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
24415
24416         * builtins.c: Update copyright to 2010.
24417
24418 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
24419
24420         PR lto/42531
24421         * lto-streamer-out.c (produce_asm): Revert the last change.
24422         (copy_function): Likewise.
24423
24424         * lto-streamer.c (lto_get_section_name): Skip any leading
24425         asterisk in name.
24426
24427 2010-01-01  Richard Guenther  <rguenther@suse.de>
24428
24429         PR middle-end/42559
24430         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
24431         for LABEL_DECLs.
24432
24433 \f
24434 Copyright (C) 2010 Free Software Foundation, Inc.
24435
24436 Copying and distribution of this file, with or without modification,
24437 are permitted in any medium without royalty provided the copyright
24438 notice and this notice are preserved.