OSDN Git Service

* config/cris/cris.c (cris_function_value_regno_p): Make static.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2011-11-18  Anatoly Sokolov  <aesok@post.ru>
2
3         * config/cris/cris.c (cris_function_value_regno_p): Make static.
4         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
5         * config/cris/cris.h (FUNCTION_VALUE_REGNO_P): Remove.
6         * config/cris/cris-protos.h (cris_function_value_regno_p): Remove.
7
8 2011-11-18  H.J. Lu  <hongjiu.lu@intel.com>
9
10         PR target/33944
11         * doc/extend.texi: Document __builtin_ia32_movnti64.
12
13         * config/i386/emmintrin.h (_mm_stream_si64): New.
14
15         * config/i386/i386-builtin-types.def: Add VOID_FTYPE_PLONGLONG_LONGLONG.
16
17         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTI64.
18         (bdesc_special_args): Update __builtin_ia32_movnti.  Add
19         __builtin_ia32_movnti64.
20         (ix86_expand_special_args_builtin): Handle
21         VOID_FTYPE_PLONGLONG_LONGLONG.
22
23         * config/i386/i386.md (UNSPEC_MOVNTI): New.
24
25         * config/i386/sse.md (sse2_movntsi): Renamed to ...
26         (sse2_movnti<mode>): This.
27
28 2011-11-18  Georg-Johann Lay  <avr@gjlay.de>
29
30         PR target/49868
31         * config/avr/avr.h (base_arch_s): Add field n_segments.
32         (ADDR_SPACE_PGM1, ADDR_SPACE_PGM2, ADDR_SPACE_PGM3,
33         ADDR_SPACE_PGM4, ADDR_SPACE_PGM5, ADDR_SPACE_PGMX): New address spaces.
34         (AVR_HAVE_ELPM, AVR_HAVE_ELPMX): New defines.
35         (INIT_EXPANDERS): New define.
36         * config/avr/avr-protos.h (avr_mem_pgmx_p): New.
37         (avr_init_expanders): New.
38         (avr_emit_movmemhi, avr_out_movmem): New.
39         (avr_xload_libgcc_p): New.
40         * config/avr/avr-c.c (avr_register_target_pragmas): Register
41         address spaces __pgm1, __pgm2,  __pgm3,  __pgm4  __pgm5,  __pgmx.
42         (avr_cpu_cpp_builtins): Add built-in defines __PGM1,
43         __PGM2, __PGM3, __PGM4, __PGM5, __PGMX.
44         * config/avr/avr-devices.c (avr_arch_types): Set field n_segments.
45
46         * config/avr/avr.c (AVR_SECTION_PROGMEM): Change define to cover
47         3 bits instead of just 1.
48         (xstring_empty, xstring_e, rampz_rtx): New static GTYed variables.
49         (progmem_section): Change from section to array of sections.
50         (progmem_section_prefix): New static variable.
51         (avr_file_start): Print set for __RAMPZ__
52         (avr_option_override): Move initialization of RTXes from here...
53         (avr_init_expanders): ...to this new function.
54         (avr_pgm_segment): New static function.
55         (avr_decl_pgm_p): Handle error_mark_node.
56         (avr_mem_pgmx_p, avr_decl_pgmx_p): New static functions.
57         (avr_out_xload, avr_find_unused_d_reg): New static functions.
58         (expand_prologue, expand_epilogue): Use rampz_rtx.
59         (print_operand): Hande CONST_STRING.
60         (avr_xload_libgcc_p): New static function.
61         (avr_out_lpm_no_lpmx, avr_out_lpm): Handle ELPM.
62         (avr_progmem_p): Return 2 for 24-bit flash address space.
63         (avr_out_sbxx_branch): Clean-up code from ASn macros.
64         (out_movqi_r_mr, out_movqi_mr_r): Ditto. And recognize RAMPZ's
65         address and print symbolically.
66         (avr_asm_named_section, avr_section_type_flags,
67         avr_encode_section_info, avr_asm_select_section,
68         avr_addr_space_address_mode, avr_addr_space_pointer_mode,
69         avr_addr_space_legitimate_address_p, avr_addr_space_convert,
70         avr_addr_space_legitimize_address): Handle new address spaces.
71         (avr_output_progmem_section_asm_op): New static function.
72         (avr_asm_init_sections): Initialize progmem_section[].
73         (adjust_insn_length): Handle ADJUST_LEN_XLOAD, ADJUST_LEN_MOVMEM.
74         (avr_const_address_lo16): New static function.
75         (avr_assemble_integer): Use it to handle 3-byte integers.
76         (avr_emit_movmemhi, avr_out_movmem): New functions.
77         
78         * config/avr/predicates.md (nox_general_operand): Handle new
79         address spaces.
80         * config/avr/avr.md (unspec): Add UNSPEC_MOVMEM.
81         (adjust_len): Add xload, movmem.
82         (SP_ADDR): New define_constants.
83         (isa): Add "lpm", "lpmx", "elpm", "elpmx".
84         (enabled): Handle them.
85         (load<mode>_libgcc): New expander.
86         (*load.<mode>.libgcc): Rename to load_<mode>_libgcc.
87         (xload8_A, xload<mode>_A): New insn-and-splits.
88         (xload_8, xload_<mode>_libgcc, xload_<mode>, loadmem_elpm): New insns.
89         (mov<mode>): Handle new address spaces.
90         (movmemhi): Rewrite using avr_emit_movmemhi.
91         (MOVMEM_r_d): New mode attribute.
92         (movmem_<mode>, movmem_qi_elpm): New insns.
93         (setmemhi, *clrmemqi, *clrmemhi, strlenhi, *strlenhi): Unquote
94         C-code.  Use label instead of hard-coded instrunction lengths.
95
96 2011-11-18  Martin Jambor  <mjambor@suse.cz>
97
98         PR tree-optimization/50605
99         * gimple.c (is_gimple_ip_invariant_address): Also handle MEM_REFs
100         of IPA invariant decls.
101
102 2011-11-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
103
104         * tree-outof-ssa.c (insert_back_edge_copies):  Add call to
105         mark_dfs_back_edges.
106
107 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
108
109         PR target/49992
110         * configure.ac: Remove ranlib special-casing for Darwin.
111         * configure: Regenerate.
112
113 2011-11-18  Uros Bizjak  <ubizjak@gmail.com>
114
115         PR tree-optimization/51118
116         * fold-const.c (fold_checksum_tree): Check for TS_TYPED structure
117         before using TREE_TYPE accessor on expr.
118
119 2011-11-17  Jan Hubicka  <jh@suse.cz>
120
121         PR bootstrap/51134
122         * i386.c (atom_cost): Fix 32bit memset description.
123         (expand_set_or_movmem_via_loop_with_iter): Output proper bounds check
124         for epilogue loops.
125         (expand_movmem_epilogue): Handle epilogues up to size 15 w/o producing
126         byte loop.
127         (decide_alg): sse_loop is not useable wthen SSE2 is disabled;
128         when not optimizing always use rep movsb or lincall; do not produce
129         word sized loops when optimizing memset for size (to avoid need
130         for large constants).
131         (ix86_expand_movmem): Get into sync with ix86_expand_setmem;
132         choose unroll factors better; always do 128bit moves when producing
133         SSE loops; do not produce loopy epilogue when size is too small.
134         (promote_duplicated_reg_to_size): Do not look into desired alignments
135         when doing vector expansion.
136         (ix86_expand_setmem): Track better when promoted value is available;
137         choose unroll factors more sanely. Output loopy epilogue only
138         when needed.
139
140 2011-11-17  Steve Ellcey  <sje@cup.hp.com>
141
142         PR middle-end/51144
143         * output.h (fprint_w): Remove.
144         * final.c (fprint_w): Remove.
145         (output_addr_const): Change fprint_w back to fprintf.
146
147 2011-11-17  Andrew Pinski  <apinski@cavium.com>
148
149         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.
150
151 2011-11-17  Andrew MacLeod  <amacleod@redhat.com>
152
153         * builtins.c (expand_builtin): Remove 4th parameter representing
154         weak/strong mode when __atomic_compare_exchange becomes a library call.
155
156 2011-11-17  Richard Henderson  <rth@redhat.com>
157
158         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap): Get
159         new pseudo for target after convert_modes.
160         (rs6000_expand_atomic_exchange, rs6000_expand_atomic_op): Likewise.
161
162 2011-11-17  Richard Henderson  <rth@redhat.com>
163
164         * builtins.c (expand_builtin_mem_thread_fence): Remove.
165         (expand_builtin_mem_signal_fence): Remove.
166         (expand_builtin_atomic_thread_fence): Use expand_mem_thread_fence.
167         (expand_builtin_sync_synchronize): Likewise.
168         (expand_builtin_atomic_signal_fence): Use expand_mem_signal_fence.
169         * optabs.c (expand_asm_memory_barrier): Split out from
170         expand_builtin_mem_signal_fence.
171         (expand_mem_thread_fence): New, a combination of code from
172         expand_builtin_mem_thread_fence and expand_builtin_sync_synchronize.
173         (expand_mem_signal_fence): Moved and renamed from
174         expand_builtin_mem_signal_fence.
175         (expand_atomic_exchange): Use expand_mem_thread_fence.
176         (expand_atomic_load, expand_atomic_store): Likewise.
177         * expr.h, optabs.h: Update decls.
178
179 2011-11-17  Bin Cheng  <bin.cheng@arm.com>
180
181         PR rtl-optimization/50663
182         * cprop.c (implicit_set_indexes): New global variable.
183         (insert_set_in_table): Add additional parameter and record implicit
184         set information.
185         (hash_scan_set): Add additional parameter and pass it to above.
186         (hash_scan_insn): Pass false to hash_scan_set.
187         (compute_hash_table_work): Pass true to hash_scan_set.
188         (compute_cprop_data): Add implicit set to AVIN of block which the
189         implicit set is recorded for.
190         (one_cprop_pass): Handle implicit_set_indexes array.
191
192 2011-11-17  Michael Matz  <matz@suse.de>
193
194         PR middle-end/50644
195         PR middle-end/50741
196         * tree-ssa-live.c (mark_all_vars_used_1): Recurse only for decls of
197         current function.
198         (remove_unused_locals): Ditto.
199
200 2011-11-16  Richard Henderson  <rth@redhat.com>
201
202         * config/alpha/alpha.c (alpha_split_compare_and_swap_12): Copy
203         ALIAS_SET_MEMORY_BARRIER when creating a new memory.
204         (alpha_split_atomic_exchange_12): Likewise.
205         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Likewise.
206
207 2011-11-16  Joseph Myers  <joseph@codesourcery.com>
208
209         * config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove.
210
211 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
212
213         * config/rs6000/rs6000.c (rs6000_xcoff_section_type_flags):
214         Default to minimum alignment if decl is NULL.
215
216 2011-11-16  Uros Bizjak  <ubizjak@gmail.com>
217
218         * config/i386/sse.md (round<mode>2_vec_pack_sfix): Optimize V2DFmode
219         sequence for AVX.
220         (<sse4_1>_round<ssemodesuffix>_vec_pack_sfix<avxsizesuffix>): Ditto.
221
222 2011-11-16  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
223
224         * doc/invoke.texi: Document AMD bdver1 and btver1.
225
226 2011-11-16  Richard Earnshaw  <rearnsha@arm.com>
227             Bernd Schmidt <bernds@coudesourcery.com>
228             Sebastian Huber <sebastian.huber@embedded-brains.de>
229
230         PR target/49641
231         * config/arm/arm.c (store_multiple_sequence): Avoid cases where
232         the base reg is stored iff compiling for Thumb1.
233
234 2011-11-16  Razya Ladelsky  <razya@il.ibm.com>
235
236         PR tree-optimization/49960
237         * tree-data-ref.c (initialize_data_dependence_relation): Add
238         initializations.
239         Remove call to compute_self_dependence.
240         (compute_affine_dependence): Remove the !DDR_SELF_REFERENCE condition.
241         (compute_self_dependence): Remove old code. Add call to
242         compute_affine_dependence.
243         (compute_all_dependences): Remove call to compute_self_dependence.
244         Add call to compute_affine_dependence.
245
246 2011-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
247
248         PR middle-end/50325
249         * expmed.c (store_bit_field_1): Use extract_bit_field on big
250         endian targets if the source cannot be exactly covered by word
251         mode chunks.
252
253 2011-11-15  Joseph Myers  <joseph@codesourcery.com>
254
255         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Change STRING_LIMIT to
256         ELF_STRING_LIMIT.
257
258 2011-11-15  Richard Henderson  <rth@redhat.com>
259
260         * config/alpha/alpha.c (alpha_pre_atomic_barrier): New.
261         (alpha_post_atomic_barrier): New.
262         (alpha_split_atomic_op): New memmodel argument; honor it.
263         (alpha_split_compare_and_swap): Take array of operands.  Honor
264         memmodel; always set bool output
265         (alpha_expand_compare_and_swap_12): Similarly.
266         (alpha_split_compare_and_swap_12): Similarly.
267         (alpha_split_atomic_exchange): Similarly.  Rename from
268         alpha_split_lock_test_and_set.
269         (alpha_expand_atomic_exchange_12): Similarly.  Rename from
270         alpha_expand_lock_test_and_set_12.
271         (alpha_split_atomic_exchange_12): Similarly.  Rename from
272         alpha_split_lock_test_and_set_12.
273         * config/alpha/alpha-protos.h: Update.
274         * config/alpha/alpha.md (UNSPECV_CMPXCHG): New.
275         * config/alpha/constraints.md ("w"): New.
276         * config/alpha/predicates.md (mem_noofs_operand): New.
277         * config/alpha/sync.md (atomic_compare_and_swap<mode>): Rename from
278         sync_compare_and_swap<mode>; add the new parameters.
279         (atomic_exchange<mode>): Update from sync_test_and_set<mode>.
280         (atomic_fetch_<op><mode>): Update from sync_old_<op><mode>.
281         (atomic_<op>_fetch<mode>): Update from sync_new_<op><mode>.
282         (atomic_<op><mode>): Update from sync_<op><mode>.
283
284 2011-11-16  Tom de Vries  <tom@codesourcery.com>
285
286         * tree-ssa-tail-merge.c (replace_block_by): Add frequency of bb2 to bb1.
287
288 2011-11-16  Alan Modra  <amodra@gmail.com>
289
290         PR rtl-optimization/51051
291         PR bootstrap/51086
292         * function.c (thread_prologue_and_epilogue_insns): Guard
293         emitting return with single_succ_p test.
294
295 2011-11-15  Joern Rennecke  <joern.rennecke@embecosm.com>
296
297         * config/epiphany/epiphany.md (mov<mode>cc): Fix code to
298         get mode from CMP_OP1 if CMP_OP0 is VOIDmode.
299
300 2011-11-15  Uros Bizjak  <ubizjak@gmail.com>
301
302         * config/i386/sse.md (vec_pack_trunc_v2df): Optimize sequence for AVX.
303         (vec_pack_sfix_trunc_v2df): Ditto.
304         (vec_pack_sfix_v2df): Ditto.
305         (vec_pack_sfix_trunc_v4df): Generate fix_truncv4dfv4si2 and
306         avx_vec_concatv8si patterns.
307         (vec_pack_sfix_v4df): Generate avx_cvtpd2dq256 and
308         avx_vec_concatv8si patterns.
309
310 2011-11-15  Torvald Riegel  <triegel@redhat.com>
311
312         * c-parser.c (c_parser_transaction_expression): Require parentheses
313         when parsing transaction expressions.
314
315 2011-11-15  Tristan Gingold  <gingold@adacore.com>
316
317         * incpath.c (get_added_cpp_dirs): New function.
318         * incpath.h (get_added_cpp_dirs): Declare.
319         * config/vms/vms-c.c (vms_c_register_includes): New function.
320         (vms_std_modules): New variable.
321         * config/vms/vms.h (TARGET_EXTRA_INCLUDES): Define.
322         (vms_c_register_includes): Declare.
323
324 2011-11-15  Tristan Gingold  <gingold@adacore.com>
325
326         * c-family/c-pragma.h (pragma_extern_prefix): Declare.
327         * c-family/c-pragma.c (pragma_extern_prefix): Make it public.
328         * config/vms/vms-c.c (saved_extern_prefix): New variable.
329         (vms_pragma_extern_prefix): New function.
330         (vms_c_register_pragma): Register vms_pragma_extern_prefix.
331
332 2011-11-15  Georg-Johann Lay  <avr@gjlay.de>
333
334         PR target/49868
335         * config/avr/avr.h (ADDR_SPACE_PGM): New address spaces.
336         (REGISTER_TARGET_PRAGMAS): New define.
337         * config/avr/avr-protos.h (avr_mem_pgm_p): New.
338         (avr_load_libgcc_p): New.
339         (avr_register_target_pragmas): New.
340         (asm_output_external_libcall): Remove.
341         (avr_log_t): Add field "progmem".  Order alphabetically.
342         * config/avr/avr-log.c (avr_log_set_avr_log): Set avr_log.progmem.
343         * config/avr/avr-c.c (langhooks.h): New include.
344         (avr_register_target_pragmas): New function. Register address
345         space __pgm.
346         (avr_cpu_cpp_builtins): Add built-in define __PGM.
347
348         * config/avr/avr.c: Include "c-family/c-common.h".
349         (TARGET_LEGITIMATE_ADDRESS_P): Remove define.
350         (TARGET_LEGITIMIZE_ADDRESS): Remove define.
351         (TARGET_ADDR_SPACE_SUBSET_P): Define to...
352         (avr_addr_space_subset_p): ...this new static function.
353         (TARGET_ADDR_SPACE_CONVERT): Define to...
354         (avr_addr_space_convert): ...this new static function.
355         (TARGET_ADDR_SPACE_ADDRESS_MODE): Define to...
356         (avr_addr_space_address_mode): ...this new static function.
357         (TARGET_ADDR_SPACE_POINTER_MODE): Define to...
358         (avr_addr_space_pointer_mode): ...this new static function.
359         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define to...
360         (avr_addr_space_legitimate_address_p): ...this new static function.
361         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Define to...
362         (avr_addr_space_legitimize_address): ...this new static function.
363         (avr_mode_code_base_reg_class): Handle address spaces.
364         (avr_regno_mode_code_ok_for_base_p): Ditto.
365         (lpm_addr_reg_rtx, lpm_reg_rtx, all_regs_rtx): New static variables.
366         (avr_option_override): Initialize them.
367         (output_reload_in_const): Use all_regs_rtx. Fix signedness of loop
368         variables.
369         (avr_pgm_segment): New static function.
370         (avr_decl_pgm_p, avr_mem_pgm_p): New static functions.
371         (avr_out_lpm, avr_out_lpm_no_lpmx): New static functions.
372         (output_movqi, output_movhi, output_movsisf, avr_out_movpsi): Call
373         avr_out_lpm to handle loads from progmem.
374         (avr_load_libgcc_p): New static function.
375         (avr_progmem_p): Test if decl is in flash.
376         (avr_pgm_pointer_const_p): New static function.
377         (avr_nonconst_pointer_addrspace): New static function.
378         (avr_pgm_check_var_decl): New static function.
379         (avr_insert_attributes): Use it.  Change error message to report
380         cause (progmem or address space) when code wants to write to flash.
381         (avr_section_type_flags): Unset section flag SECTION_BSS for
382         data in progmem.
383
384         * config/avr/predicates.md (nop_general_operand): New predicate.
385         (nox_general_operand): New predicate.
386         * config/avr/avr.md (LPM_REGNO): New define_constant.
387         (load<mode>_libgcc): New expander.
388         (*load.<mode>.libgcc): New insn.
389         (mov<mode>): Handle loads from non-generic AS.
390         (movmemhi): Ditto.  Propagate address space information to newly
391         created MEM.
392         (movqi_insn, *movhi, *movpsi, *movsi, *movsf): Change predicate #1
393         to nox_general_operand.
394         (ashrqi3, ashrhi3, ashrsi3): Change predicate #1 to
395         nop_general_operand.
396         (ashlqi3, *ashlqi3, ashlhi3, ashlsi3): Ditto.
397         (lshrqi3, *lshrqi3, lshrhi3, lshrsi3): Ditto.
398         (split-lpmx): New split.
399         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
400         *lshrhi3_const, *lshrsi3_const): Indent, unquote C.
401
402 2011-11-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
403
404         * ipa-cp.c (ipa_value_from_jfunc): Make global.
405         (ipa_cst_from_jfunc): Remove, use ipa_value_from_jfunc instead.
406         (get_indirect_edge_target): Rename, make global.
407         (devirtualization_time_bonus, estimate_local_effects,)
408         (ipcp_discover_new_direct_edges): Update.
409         * ipa-inline-analysis.c (evaluate_conditions_for_edge):
410         Generalize to also handle types.  Rename to ...
411         (evaluate_properties_for_edge): Use instead of
412         evaluate_conditions_for_edge.
413         (estimate_edge_devirt_benefit): New function.
414         (estimate_calls_size_and_time): Use it.
415         (estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,)
416         (inline_merge_summary): Update.
417         (do_estimate_edge_time, do_estimate_edge_growth): Update.  Calculate
418         parameter information at the call site and pass it on to subroutines.
419         * tree-inline.c (estimate_num_insns): Distinguish between direct and
420         indirect calls.
421         (init_inline_once): Set size and time costs or indirect calls.
422         * tree-inline.h (eni_weights): Add indirect_call_cost.
423
424 2011-11-15  Tom de Vries  <tom@codesourcery.com>
425
426         PR tree-optimization/51005
427         * tree-ssa-tail-merge.c (delete_basic_block_same_succ): Rename to
428         mark_basic_block_deleted.
429         (update_worklist): Inline purge_bbs.
430         (purge_bbs, unlink_virtual_phi, update_vuses, vop_at_entry)
431         (delete_block_update_dominator_info): Remove.
432         (replace_block_by): Remove update_vops parameter.  Partially evaluate
433         for update_vops == false.
434         (apply_clusters): Remove update_vops parameter.  Remove update_vops
435         argument in replace_block_by call.
436         (update_debug_stmts): Remove MAY_HAVE_DEBUG_STMTS test.
437         (tail_merge_optimize): Remove update_vops argument to apply_clusters.
438         Remove call to purge_bbs.  Add calls to calculate_dominance_info and
439         free_dominance_info.  Add MAY_HAVE_DEBUG_STMTS  before calling
440         update_debug_stmts.  Mark vop var for renaming, if necessary.
441
442 2011-11-15  Bernd Schmidt  <bernds@codesourcery.com>
443
444         PR rtl-optimization/51051
445         * cfgrtl.c (cfg_layout_can_merge_blocks_p): Return FALSE if the
446         move would cause fallthrough into the exit block.
447
448 2011-11-14  Richard Henderson  <rth@redhat.com>
449
450         * config/rs6000/rs6000.c (emit_load_locked): Assert the mode is
451         handled.
452         (emit_store_conditional): Likewise.
453         (rs6000_pre_atomic_barrier, rs6000_post_atomic_barrier): New.
454         (rs6000_adjust_atomic_subword): New.
455         (rs6000_mask_atomic_subword, rs6000_finish_atomic_subword): New.
456         (rs6000_expand_atomic_op): Rename from rs6000_emit_sync; rewrite
457         for pre-reload expansion.
458         (rs6000_split_compare_and_swap, rs6000_split_compare_and_swapqhi,
459         rs6000_expand_compare_and_swapqhi): Merge into ...
460         (rs6000_expand_atomic_compare_and_swap): ... here.  New function.
461         rs6000_split_lock_test_and_set; expand immediately.  Handle
462         QImode and HImode.
463         * config/rs6000/rs6000.md (UNSPEC_LWSYNC): Move and rename
464         from UNSPECV_LWSYNC.
465         * config/rs6000/sync.md (fetchopsi_constr, fetchopdi_constr): Remove.
466         (mem_thread_fence): New.
467         (hwsync): Rename from memory_barrier.
468         (*hwsync): Rename from *sync_internal.
469         (lwsync, *lwsync): Mirror hwsync implementation.
470         (isync): Don't reference memory.
471         (loadsync): New.
472         (atomic_load<INT>, atomic_store<INT>): New.
473         (ATOMIC): New mode iterator.
474         (load_locked<ATOMIC>): Rename from load_locked_<GPR>.
475         (store_conditional<ATOMIC>): Rename from store_conditional_<GPR>.
476         (sync_compare_and_swap<GPR>): Remove.
477         (sync_compare_and_swaphi, sync_compare_and_swapqi): Remove.
478         (sync_compare_and_swapqhi_internal): Remove.
479         (sync_lock_test_and_set<GPR>): Remove.
480         (sync_<FETCHOP><INT1>): Remove.
481         (*sync_<FETCHOP>si_internal, *sync_<FETCHOP>di_internal): Remove.
482         (sync_nand<INT1>, *sync_nand<GPR>_internal): Remove.
483         (sync_old_<FETCHOP><GPR>): Remove.
484         (*sync_old_<FETCHOP>si_internal): Remove.
485         (*sync_old_<FETCHOP>di_internal): Remove.
486         (sync_old_nand<INT1>): Remove.
487         (*sync_old_nand<GPR>_internal): Remove.
488         (sync_new_<FETCHOP><GPR>): Remove.
489         (*sync_new_<FETCHOP>si_internal): Remove.
490         (*sync_new_<FETCHOP>di_internal): Remove.
491         (sync_new_nand<INT1>): Remove.
492         (*sync_new_nand<GPR>_internal): Remove.
493         (*atomic_andsi, *atomic_anddi): Remove.
494         (*sync_addshort_internal, *sync_subshort_internal): Remove.
495         (*sync_andsi_internal, *sync_boolsi_internal): Remove.
496         (*sync_boolcshort_internal): Remove.
497         (sync_lock_release<INT1>): Remove.
498         (atomic_compare_and_swap<INT1>): New.
499         (atomic_exchange<INT1>): New.
500         (atomic_<FETCHOP><INT1>, atomic_nand<INT1>): New.
501         (atomic_fetch_<FETCHOP><INT1>, atomic_fetch_nand<INT1>): New.
502         (atomic_<FETCHOP>_fetch<INT1>, atomic_nand_fetch<INT1>): New.
503
504 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
505
506         * config/i386/sse.md (round<mode>2): Use register_operand for
507         operand 1 predicate.
508         (round<mode>2_sfix): Ditto.
509         (round<mode>2_vec_pack_sfix): Ditto for operand 1 and operand 2.
510
511 2011-11-14  Nathan Sidwell  <nathan@acm.org>
512
513         * gcov.c (canonicalize_name): Protect use of S_ISLNK.
514
515 2011-11-14  Jan Hubicka  <jh@suse.cz>
516
517         PR target/51126
518         * config/i386/i386.c (core cost model): Correct pasto.
519
520 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
521
522         * config/i386/sse.md (round<mode>2_sfix): New expander.
523         (round<mode>2_vec_pack_sfix): Ditto.
524         (<sse4_1>_round<ssemodesuffix>_sfix<avxsizesuffix>): Ditto.
525         (<sse4_1>_round<ssemodesuffix>_vec_pack_sfix<avxsizesuffix>): Ditto.
526         * config/i386/builtin-types.def (V4SI_FTYPE_V4SF_ROUND,
527         V8SI_FTYPE_V8SF_ROUND, V4SI_FTYPE_V2DF_V2DF_ROUND,
528         V8SI_FTYPE_V4DF_V4DF_ROUND): New builtin types.
529         * config/i386/i386.c (ix86_builtins): Add
530         IX86_BUILTIN_{FLOORPD,CEILPD,ROUNDPD_AZ}_VEC_PACK_SFIX{,256} and
531         IX86_BUILTIN_{FLOORPS,CEILPS,ROUNDPS_AZ}_SFIX{,256} defines.
532         (bdesc_args): Add __builtin_ia32_{floorpd,ceilpd}_vec_pack_sfix{,256},
533         __builtin_ia32_roundpd_az_vec_pack_sfix{,256},
534         __builtin_ia32_{floorps,ceilps}_sfix{,256}and
535         __builtin_ia32_roundps_az_sfix{,256} descriptions.
536         (ix86_expand_sse_round_vec_pack_sfix): New.
537         (ix86_expand_args_builtin): Handle V4SI_FTYPE_V4SF_ROUND,
538         V8SI_FTYPE_V8SF_ROUND, V4SI_FTYPE_V2DF_V2DF_ROUND and
539         V8SI_FTYPE_V4DF_V4DF_ROUND types.  Check last argument of
540         CODE_FOR_sse4_1_roundpd_vec_pack_sfix, CODE_FOR_sse4_1_roundps_sfix,
541         CODE_FOR_avx_roundpd_vec_pack_sfix256 and CODE_FOR_avx_roundps_sfix256.
542         (ix86_builtin_vectorized_function): Handle
543         BUILT_IN_{I,L,LL}FLOOR{,F}, BUILT_IN_{I,L,LL}CEIL{,F} and
544         BUILT_IN_{I,L,LL}ROUND{,F}
545
546 2011-11-14  Jan Hubicka  <jh@suse.cz>
547
548         PR middle-end/50598
549         * cgraph.h (varpool_externally_visible_p): Declare.
550         (varpool_add_new_variable): Declare.
551         * tree-emultls.c (get_emutls_init_templ_addr,
552         new_emutls_decl): Use varpool_add_new_variable.
553         * ipa.c (varpool_externally_visible_p): Export.
554         * varpool.c (varpool_add_new_variable): New function.
555
556 2011-11-14  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
557             Jan Hubicka  <jh@suse.cz>
558
559         * config/i386/i386.h (processor_costs): Add second dimension to
560         stringop_algs array.
561         * config/i386/i386.c (cost models): Initialize second dimension of
562         stringop_algs arrays.
563         (core_cost): New costs based on generic64 costs with updated stringop
564         values.
565         (promote_duplicated_reg): Add support for vector modes, add
566         declaration.
567         (promote_duplicated_reg_to_size): Likewise.
568         (processor_target): Set core costs for core variants.
569         (expand_set_or_movmem_via_loop_with_iter): New function.
570         (expand_set_or_movmem_via_loop): Enable reuse of the same iters in
571         different loops, produced by this function.
572         (emit_strset): New function.
573         (expand_movmem_epilogue): Add epilogue generation for bigger sizes,
574         use SSE-moves where possible.
575         (expand_setmem_epilogue): Likewise.
576         (expand_movmem_prologue): Likewise for prologue.
577         (expand_setmem_prologue): Likewise.
578         (expand_constant_movmem_prologue): Likewise.
579         (expand_constant_setmem_prologue): Likewise.
580         (decide_alg): Add new argument align_unknown.  Fix algorithm of
581         strategy selection if TARGET_INLINE_ALL_STRINGOPS is set; Skip sse_loop
582         (decide_alignment): Update desired alignment according to chosen move
583         mode.
584         (ix86_expand_movmem): Change unrolled_loop strategy to use SSE-moves.
585         (ix86_expand_setmem): Likewise.
586         (ix86_slow_unaligned_access): Implementation of new hook
587         slow_unaligned_access.
588         * config/i386/i386.md (strset): Enable half-SSE moves.
589         * config/i386/sse.md (vec_dupv4si): Add expand for vec_dupv4si.
590         (vec_dupv2di): Add expand for vec_dupv2di.
591
592 2011-11-14  Dimitrios Apostolou  <jimis@gmx.net>
593
594         PR bootstrap/51094
595         PR middle-end/51116
596         * config/elfos.h (TARGET_ASM_INTERNAL_LABEL): Remove.
597         * varasm.c (default_elf_internal_label): Remove.
598
599 2011-11-14  Kai Tietz  <ktietz@redhat.com>
600
601         * gcov.c (generate_results): Add missing semicolon and correct indent.
602
603 2011-11-14  Ira Rosen  <ira.rosen@linaro.org>
604
605         PR bootstrap/51112
606         * tree-vect-stmts.c (vectorizable_condition): Initialize comp_vectype.
607
608 2011-11-14  Mingjie Xing  <mingjie.xing@gmail.com>
609
610         * doc/invoke.texi (Wunused-result): Change @pxref{Variable Attributes}
611         to @pxref{Function Attributes}.
612
613 2011-11-13  Oleg Endo  <oleg.endo@t-online.de>
614
615         PR target/50694
616         * config/sh/sh.h (IS_LITTLE_ENDIAN_OPTION, UNSUPPORTED_SH2A):
617         New macros.
618         (DRIVER_SELF_SPECS): Use new macros to filter out unsupported options
619         taking the default configuration into account.
620
621 2011-11-13  Jonathan Wakely  <jwakely.gcc@gmail.com>
622
623         * doc/install.texi (Specific): Fix anchor for
624         x86_64-*-solaris2.1[0-9]*.
625
626 2011-11-13  Nathan Sidwell  <nathan@acm.org>
627
628         * gcov.c (source_prefix, source_length): New globals.
629         (flag_relative_only): Likewise.
630         (print_usage, options, process_args): Update.
631         (generate_results): Use coverage.name, check
632         flag_relative_only. Adjust messages.
633         (find_source): Check source_prefix.
634         (output_lines): Use coverage.name, adjust messages.
635         * doc/gcov.texi (Invoking Gcov): Document new options.
636
637 2011-11-12  Jason Merrill  <jason@redhat.com>
638
639         PR c++/51060
640         * gimplify.c (gimplify_target_expr): Add a clobber to the cleanup.
641         (gimplify_modify_expr): Don't try to simplify it.
642
643 2011-11-12  Dimitrios Apostolou  <jimis@gmx.net>
644
645         PR bootstrap/51094
646         * config/elfos.h (STRING_ASM_OP): Define.
647         * varasm.c (default_elf_asm_output_limited_string): Use it.
648
649         PR bootstrap/51094
650         * gcc/configure.ac: Check for stpcpy declaration.
651         * system.h: Declare it if not.
652         * config.in, configure: Regenerate.
653
654 2011-11-12  Richard Henderson  <rth@redhat.com>
655
656         * config/rs6000/rs6000.md (fix_trunc<SFDF>si2_stfiwx): Use
657         nonimmediate_operand for the destination.
658         (fixuns_trunc<SFDF>si2_stfiwx): Likewise.
659
660         * builtins.c (expand_builtin_compare_and_swap): If target is const0,
661         don't pass the target to expand_atomic_compare_and_swap.
662         (expand_builtin_atomic_compare_exchange): Likewise.
663
664         * config/sh/linux.h (TARGET_INIT_LIBFUNCS): New.
665         * config/sh/sh.c (sh_init_sync_libfuncs): New.
666
667         * config/pa/pa-linux.h (TARGET_SYNC_LIBCALL): New.
668         * config/pa/pa.h (TARGET_SYNC_LIBCALL): New default.
669         * config/pa/pa.c (pa_init_libfuncs): Use init_sync_libfuncs.
670
671 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
672
673         PR target/45233
674         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
675         Only expand a symbol ref. into an access when the entity is defined
676         in the TU.
677
678 2011-11-12  Jan Hubicka  <jh@suse.cz>
679
680         PR bootstrap/50822
681         * cgraphunit.c (output_weakrefs): Output really only weakrefs.
682
683 2011-11-12  Nathan Sidwell  <nathan@acm.org>
684
685         * gcov.c (struct name_map): New.
686         (names, n_names, a_names): New global vars.
687         (print_usage): Adjust usage.
688         (generate_results): Canonicalize main file name.
689         (release_structures): Adjust.
690         (name_search, name_sort): New callbacks.
691         (find_source): Look for and create a canonical name.
692         (canonicalize_name): New.
693         (make_gcov_file_name): Reimplement and fix mangling.
694         (mangle_name): New.
695         * doc/gcov.texi: Update documentation about path preservation.
696
697 2011-11-11  David S. Miller  <davem@davemloft.net>
698
699         * config/sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
700         * config/sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
701
702 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
703
704         * config/i386/i386-protos.h (ix86_maybe_emit_epilogue_vzeroupper):
705         New prototype.
706         * config/i386/i386.c (ix86_maybe_emit_epilogue_vzeroupper): New
707         function.
708         (ix86_expand_epilogue): Use it.
709         * config/i386/i386.md (return, simple_return): Call it in the
710         expanders.
711
712         PR tree-optimization/51091
713         * tree-stdarg.c (execute_optimize_stdarg): Ignore TREE_CLOBBER_P
714         rhs also in the va_list_simple_ptr case.
715
716         PR tree-optimization/51058
717         * tree-vect-slp.c (vect_remove_slp_scalar_calls): New function.
718         (vect_schedule_slp): Call it.
719         * tree-vect-stmts.c (vectorizable_call): If slp_node != NULL,
720         don't replace scalar calls with setting of their lhs to zero here.
721
722         PR tree-optimization/51074
723         * fold-const.c (vec_cst_ctor_to_array, fold_vec_perm): New functions.
724         (fold_binary_loc): Handle VEC_EXTRACT_EVEN_EXPR,
725         VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR and
726         VEC_INTERLEAVE_LOW_EXPR with VECTOR_CST or CONSTRUCTOR operands.
727         (fold_ternary_loc): Handle VEC_PERM_EXPR with VECTOR_CST or
728         CONSTRUCTOR operands.
729         * tree-ssa-propagate.c (valid_gimple_rhs_p): Handle ternary
730         expressions.
731         * tree-vect-generic.c (lower_vec_perm): Mask sel_int elements
732         to 0 .. 2 * elements - 1.
733
734 2011-11-11  Richard Henderson  <rth@redhat.com>
735
736         * gimple-pretty-print.c (dump_gimple_omp_atomic_load): Dump needed.
737         (dump_gimple_omp_atomic_store): Likewise.
738         * optabs.c (can_atomic_exchange_p): New.
739         * optabs.h (can_atomic_exchange_p): Declare.
740         * omp-low.c (expand_omp_atomic_load): Implement.
741         (expand_omp_atomic_store): Likewise.
742         (expand_omp_atomic): Update for new arguments to load/store.
743
744 2011-11-11  Eric Botcazou  <ebotcazou@adacore.com>
745
746         * cprop.c: Adjust outdated comments throughout.
747         (hash_scan_set): Rename PAT parameter into SET.
748         (cprop_pavloc): Rename into...
749         (cprop_avloc): ...this.
750         (cprop_absaltered): Rename into...
751         (cprop_kill): ...this.
752         (alloc_cprop_mem): Adjust for above renaming.
753         (free_cprop_mem): Likewise.
754         (compute_cprop_data): Likewise.
755         (compute_local_properties): Rename TRANSP parameter into KILL and
756         adjust throughout.  Rework comments.
757         (try_replace_reg): Fix long line.
758         (cprop_jump): Likewise.
759         (constprop_register): Fix prototype and take INSN last.
760         (cprop_insn): Adjust calls to above function.  Fix long lines.
761         (bypass_block): Likewise.
762         (one_cprop_pass): Likewise.
763
764 2011-11-11  Uros Bizjak  <ubizjak@gmail.com>
765
766         * config/alpha/elf.h (ELF_ASCII_ESCAPES): Rename from ESCAPES.
767         (ELF_STRING_LIMIT): Rename from STRING_LIMIT.
768
769 2011-11-11  Jason Merrill  <jason@redhat.com>
770
771         * varasm.c (default_elf_asm_output_limited_string): #ifdef
772         ELF_ASCII_ESCAPES.
773         (default_elf_asm_output_ascii): Likewise.
774
775 2011-11-11  Uros Bizjak  <ubizjak@gmail.com>
776
777         PR target/50762
778         * config/i386/constraints.md (j): New address constraint.
779         * config/i386/predicates.md (lea_address_operand): Redefine as
780         special predicate.
781         * config/i386/i386.md (*lea_3_zext): Use "j" constraint for operand 1.
782         (*lea_4_zext): Ditto.
783
784 2011-11-11  David S. Miller  <davem@davemloft.net>
785
786         Revert
787         2011-11-05  David S. Miller  <davem@davemloft.net>
788
789         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): New unspec.
790         (zero-extend_v8qi_vis, zero_extend_v4hi_vis): New expanders.
791         (*zero_extend_v8qi_<P:mode>_insn,
792         *zero_extend_v4hi_<P:mode>_insn): New insns.
793         * config/sparc/sparc.c (vector_init_move_words,
794         vector_init_prepare_elts, sparc_expand_vector_init_vis2,
795         sparc_expand_vector_init_vis1): New functions.
796         (vector_init_bshuffle): Rewrite to handle more cases and make use
797         of locs[] array prepared by vector_init_prepare_elts.
798         (vector_init_fpmerge, vector_init_faligndata): Delete.
799         (sparc_expand_vector_init): Rewrite using new infrastructure.
800
801 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
802
803         * opts-common.c (generate_canonical_option): Free opt_text
804         it it has been allocated here and not stored anywhere.
805
806         * tree-vect-slp.c (vect_free_slp_tree): Also free SLP_TREE_CHILDREN
807         vector.
808         (vect_create_new_slp_node): Don't allocate node before checking stmt
809         type.
810         (vect_free_oprnd_info): Remove FREE_DEF_STMTS argument, always
811         free def_stmts vectors and additionally free oprnd_info.
812         (vect_build_slp_tree): Adjust callers.  Call it even if
813         stop_recursion.  If vect_create_new_slp_node or
814         vect_build_slp_tree fails, properly handle freeing memory.
815         If it succeeded, clear def_stmts in oprnd_info.
816
817 2011-11-11  Dimitrios Apostolou  <jimis@gmx.net>
818
819         * defaults.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Expand on
820         multiple lines for readability.
821         * output.h (fprint_whex, fprint_w, fprint_ul, sprint_ul): Declare.
822         (ASM_OUTPUT_LABELREF): Call fputs instead of asm_fprintf.
823         * dwarf2asm.c (dw2_assemble_integer, dw2_asm_output_data,
824         dw2_asm_data_uleb128, dw2_asm_delta_uleb128,
825         dw2_asm_delta_sleb128): Convert fprintf calls to the new functions.
826         * dwarf2out.c (dwarf2out_source_line): Call fprint_ul instead of
827         fprintf.
828         * final.c (fprint_whex, fprint_w, fprint_ul, sprint_ul): New functions
829         serving as fast replacements for fprintf integer to string conversions.
830         (sprint_ul_rev): Internal helper for the above.
831         (output_addr_const) <CONST_INT>: Don't use fprintf.
832         * varasm.c: Fix some whitespace inconsistencies.
833         (default_elf_asm_output_limited_string): New.
834         (default_elf_asm_output_ascii): Likewise.
835         (default_elf_internal_label): Likewise.
836         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Use sprint_ul and
837         stpcpy instead of sprintf.
838         (TARGET_ASM_INTERNAL_LABEL): Define as default_elf_internal_label.
839         (ELF_ASCII_ESCAPES, ELF_STRING_LIMIT): Rename from old ESCAPES and
840         STRING_LIMIT macros.
841         (ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII): Call functions that
842         provide the same functionality.
843         * config/i386/i386.c (print_reg): Call fprint_ul instead of fprintf.
844
845 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
846
847         * doc/extend.texi: Document __atomic_test_and_set and __atomic_clear.
848
849 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
850
851         PR middle-end/51038
852         * builtins.c (expand_builtin_atomic_clear): New.  Expand atomic_clear.
853         (expand_builtin_atomic_test_and_set): New.  Expand atomic test_and_set.
854         (expand_builtin): Add cases for test_and_set and clear.
855         * sync-builtins.def (BUILT_IN_ATOMIC_TEST_AND_SET): New.
856         (BUILT_IN_ATOMIC_CLEAR): New.
857
858 2011-11-10  Roberto Agostino Vitillo  <ravitillo@lbl.gov>
859
860         PR debug/50983
861         * dwarf2out.c (set_cur_line_info_table): Restore the last is_stmt
862         value in the current line table.
863
864 2011-11-10  Nathan Sidwell  <nathan@acm.org>
865
866         * gcov.c (struct function_info): Make src an index, not a pointer.
867         (struct source_info): Remove index and next source fields.
868         (fn_end): New static var.
869         (sources_index): Remove.
870         (sources): Now a pointer to an array, not a list.
871         (n_sources, a_sources): New.
872         (process_file): Adjust for changes to read_graph_file. Insert
873         functions into source lists and check line numbers here.
874         (generate_results): Only allocate lines for sources with
875         contents.  Adjust for source array.
876         (release_structures): Likewise.
877         (find_source): Return source index, adjust for source array.
878         (read_graph_file): Return function list.  Don't insert into source
879         lists here.
880         (read_count_file): Take list of functions.
881         (solve_flow_graph): Reverse the arc lists here.
882         (add_line_counts): Adjust for source array.
883
884 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
885
886         PR middle-end/51077
887         * tree-object-size.c (addr_object_size): Check TREE_CODE of
888         MEM_REF's operand rather than code of the MEM_REF itself.
889
890 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
891
892         PR rtl-optimization/51040
893         * optabs.c (expand_atomic_fetch_op): Patchup code for NAND should
894         be AND followed by NOT.
895         * builtins.c (expand_builtin_atomic_fetch_op): Patchup code for NAND
896         should be AND followed by NOT.
897
898 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
899
900         * vec.h (VEC_BASE): If base is at offset 0 in the structure,
901         use &(P)->base even if P is NULL.
902
903         PR rtl-optimization/51023
904         * combine.c (simplify_comparison) <case SIGN_EXTEND>: Don't use
905         val_signbit_known_clear_p for signed comparison narrowing
906         optimization.  Don't check for non-VOIDmode, use
907         HWI_COMPUTABLE_MODE_P macro.
908         <case ZERO_EXTEND>: Don't check for non-VOIDmode.
909         Optimize even when const_op is equal to GET_MODE_MASK (mode),
910         don't optimize if const_op is negative.
911
912 2011-11-10  Richard Guenther  <rguenther@suse.de>
913
914         PR tree-optimization/51042
915         * tree-ssa-pre.c (phi_translate_1): Avoid recursing on
916         self-referential expressions.  Refactor code to avoid duplication.
917
918 2011-11-10  Richard Guenther  <rguenther@suse.de>
919
920         PR tree-optimization/51070
921         * tree-loop-distribution.c (generate_builtin): Do not replace
922         the loop with a builtin if the partition contains statements which
923         results are used outside of the loop.
924         (pass_loop_distribution): Verify and collect.
925
926 2011-11-10  Richard Guenther  <rguenther@suse.de>
927
928         PR tree-optimization/51030
929         * tree-ssa-phiopt.c (jump_function_from_stmt): New function.
930         (value_replacement): Use it to handle trivial non-empty
931         intermediate blocks.
932
933 2011-11-10  Richard Guenther  <rguenther@suse.de>
934
935         PR middle-end/51071
936         * gimple.c (gimple_has_side_effects): Remove checking code
937         that doesn't belong here.
938
939 2011-11-10  Ira Rosen  <ira.rosen@linaro.org>
940
941         PR tree-optimization/51058
942         * tree-vect-slp.c (vect_get_constant_vectors): Handle CALL_EXPR.
943
944 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
945
946         PR tree-optimization/51000
947         * tree-vect-patterns.c (vect_recog_bool_pattern): If adding
948         a pattern stmt for a bool store, adjust DR_STMT too.
949         Don't handle bool conversions to single bit precision lhs.
950         * tree-vect-stmts.c (vect_remove_stores): If next is a pattern
951         stmt, remove its related stmt and free its stmt_vinfo.
952         (free_stmt_vec_info): Free also pattern stmt's vinfo and
953         pattern def stmt's vinfo.
954         * tree-vect-loop.c (destroy_loop_vec_info): Don't try to
955         free pattern stmt's vinfo here.
956         (vect_transform_loop): When calling vect_remove_stores,
957         do gsi_next first and don't call gsi_remove.  If not strided
958         store, free stmt vinfo for gsi_stmt (si) rather than stmt.
959
960 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
961
962         PR target/50911
963         * config/i386/i386.c (expand_vec_perm_interleave2): If d->vmode is
964         V4SImode, !TARGET_SSE2 and punpck[lh]* is needed, change dremap.vmode
965         to V4SFmode.
966
967         * function.h (requires_stack_frame_p): New prototype.
968         * function.c (requires_stack_frame_p): No longer static.
969         * config/i386/i386.c (ix86_finalize_stack_realign_flags): If
970         stack_realign_fp was just a conservative guess for a function
971         which doesn't use sp/fp/argp at all, clear frame_pointer_needed
972         and stack realignment.
973
974 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
975
976         PR preprocessor/51061
977         * incpath.c (merge_include_chains): Make sure to not pass null
978         pointers to free_path.
979
980 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
981
982         * doc/invoke.texi ([Option Summary, C++ Language Options]):
983         Add -Wzero-as-null-pointer-constant.
984
985 2011-11-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
986
987         * config/arm/arm-cores.def: Add -mcpu=cortex-a7.
988         * config/arm/arm-tables.opt: Regenerate.
989         * config/arm/arm-tune.md: Likewise.
990         * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex A-7.
991         * doc/invoke.texi: Document -mcpu=cortex-a7.
992
993 2011-11-09  Richard Guenther  <rguenther@suse.de>
994
995         Revert
996         2011-11-09  Richard Guenther  <rguenther@suse.de>
997
998         * tree-cfg.c (verify_gimple_call): Verify that
999         gimple_call_cannot_inline_p is returning a conservative
1000         correct result according to gimple_check_call_matching_types.
1001
1002 2011-11-09  Richard Guenther  <rguenther@suse.de>
1003
1004         PR tree-optimization/51039
1005         * tree-cfg.c (verify_gimple_call): Verify that
1006         gimple_call_cannot_inline_p is returning a conservative
1007         correct result according to gimple_check_call_matching_types.
1008         * ipa-inline-analysis.c (estimate_function_body_sizes): Remove
1009         code dealing with un-inlinablility.
1010         * gimple-streamer-in.c (input_gimple_stmt): Update the
1011         non-inlinable flag.
1012
1013 2011-11-09  Richard Guenther  <rguenther@suse.de>
1014
1015         PR tree-optimization/51039
1016         * tree-inline.c (setup_one_parameter): Always perform a
1017         valid gimple type change.
1018         (declare_return_variable): Likewise.
1019
1020 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
1021
1022         * config/rs6000/vector.md (vcondv4sfv4si, vcondv4siv4sf,
1023         vconduv4sfv4si): New patterns.
1024         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Handle
1025         different dest_mode from comparison mode.
1026
1027 2011-11-09  Richard Guenther  <rguenther@suse.de>
1028
1029         * gimple-fold.c (canonicalize_constructor_val): Mark
1030         address-taken variables addressable.
1031
1032 2011-11-09  Ira Rosen  <ira.rosen@linaro.org>
1033
1034         PR tree-optimization/51015
1035         * tree-vect-loop.c (vect_determine_vectorization_factor): Expect
1036         vectype to be set for pattern def stmts.
1037
1038 2011-11-09  Alan Modra  <amodra@gmail.com>
1039
1040         * function.c (bb_active_p): Delete.
1041         (dup_block_and_redirect, active_insn_between): New functions.
1042         (convert_jumps_to_returns, emit_return_for_exit): New functions,
1043         split out from..
1044         (thread_prologue_and_epilogue_insns): ..here.  Delete
1045         shadowing variables.  Don't do prologue register clobber tests
1046         when shrink wrapping already failed.  Delete all last_bb_active
1047         code.  Instead compute tail block candidates for duplicating
1048         exit path.  Remove these from antic set.  Duplicate tails when
1049         reached from both blocks needing a prologue/epilogue and
1050         blocks not needing such.
1051         * ifcvt.c (dead_or_predicable): Test both flag_shrink_wrap and
1052         HAVE_simple_return.
1053         * bb-reorder.c (get_uncond_jump_length): Make global.
1054         * bb-reorder.h (get_uncond_jump_length): Declare.
1055         * cfgrtl.c (rtl_create_basic_block): Comment typo fix.
1056         (rtl_split_edge): Likewise.  Warning fix.
1057         (rtl_duplicate_bb): New function.
1058         (rtl_cfg_hooks): Enable can_duplicate_block_p and duplicate_block.
1059         * Makefile.in (function.o): Update dependencies.
1060
1061 2011-11-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1062             Georg-Johann Lay  <avr@gjlay.de>
1063
1064         * doc/tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space
1065         argument.
1066         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1067         * doc/tm.texi: Regenerate.
1068
1069         * config/cris/cris.h (MODE_CODE_BASE_REG_CLASS): Add address
1070         space argument.
1071         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1072         * config/bfin/bfin.h (MODE_CODE_BASE_REG_CLASS): Likewise.
1073         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1074         * config/avr/avr.h (MODE_CODE_BASE_REG_CLASS): Add address space
1075         argument.
1076         (REGNO_MODE_CODE_OK_FOR_BASE_P): Ditto.
1077         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
1078         (avr_regno_mode_code_ok_for_base_p): Ditto.
1079         * config/avr/avr.c (avr_mode_code_base_reg_class): Ditto.
1080         (avr_regno_mode_code_ok_for_base_p): Ditto.
1081         (avr_reg_ok_for_addr_p): Pass AS down to
1082         avr_regno_mode_code_ok_for_base_p.
1083
1084         * addresses.h (base_reg_class): Add address space argument.
1085         Pass to MODE_CODE_BASE_REG_CLASS.
1086         (ok_for_base_p_1): Add address space argument.  Pass to
1087         REGNO_MODE_CODE_OK_FOR_BASE_P.
1088         (regno_ok_for_base_p): Add address space argument.  Pass to
1089         ok_for_base_p_1.
1090
1091         * regrename.c (scan_rtx_address): Add address space argument.
1092         Pass address space to regno_ok_for_base_p and base_reg_class.
1093         Update recursive calls.
1094         (scan_rtx): Pass address space to scan_rtx_address.
1095         (build_def_use): Likewise.
1096         * regcprop.c (replace_oldest_value_addr): Add address space
1097         argument.  Pass to regno_ok_for_base_p and base_reg_class.
1098         Update recursive calls.
1099         (replace_oldest_value_mem): Pass address space to
1100         replace_oldest_value_addr.
1101         (copyprop_hardreg_forward_1): Likewise.
1102
1103         * reload.c (find_reloads_address_1): Add address space argument.
1104         Pass address space to base_reg_class and regno_ok_for_base_p.
1105         Update recursive calls.
1106         (find_reloads_address): Pass address space to base_reg_class,
1107         regno_ok_for_base_p, and find_reloads_address_1.
1108         (find_reloads): Pass address space to base_reg_class.
1109         (find_reloads_subreg_address): Likewise.
1110
1111         * ira-costs.c (record_reg_classes): Update calls to base_reg_class.
1112         (ok_for_base_p_nonstrict): Add address space argument.  Pass to
1113         ok_for_base_p_1.
1114         (record_address_regs): Add address space argument.  Pass to
1115         base_reg_class and ok_for_base_p_nonstrict.  Update recursive calls.
1116         (record_operand_costs): Pass address space to record_address_regs.
1117         (scan_one_insn): Likewise.
1118
1119         * caller-save.c (init_caller_save): Update call to base_reg_class.
1120         * ira-conflicts.c (ira_build_conflicts): Likewise.
1121         * reload1.c (maybe_fix_stack_asms): Likewise.
1122
1123 2011-11-08  Michael Matz  <matz@suse.de>
1124
1125         * gengtype.c (write_field_root): Avoid out-of-scope access of newv.
1126
1127         * tree-stdarg.c (execute_optimize_stdarg): Accept clobbers.
1128
1129         * tree.h (TREE_CLOBBER_P): New macro.
1130         * gimple.h (gimple_clobber_p): New inline function.
1131         * gimplify.c (gimplify_bind_expr): Add clobbers for all variables
1132         that go out of scope and live in memory.
1133         * tree-ssa-operands.c (get_expr_operands): Transfer volatility also
1134         for constructors.
1135         * cfgexpand.c (decl_to_stack_part): New static variable.
1136         (add_stack_var): Allocate it, and remember mapping.
1137         (fini_vars_expansion): Deallocate it.
1138         (stack_var_conflict_p): Add early outs.
1139         (visit_op, visit_conflict, add_scope_conflicts_1,
1140         add_scope_conflicts): New static functions.
1141         (expand_used_vars_for_block): Don't call add_stack_var_conflict, tidy.
1142         (expand_used_vars): Add scope conflicts.
1143         (expand_gimple_stmt_1): Expand clobbers to nothing.
1144         (expand_debug_expr): Ditto.
1145
1146         * tree-pretty-print.c (dump_generic_node): Dump clobbers nicely.
1147         * tree-ssa-live.c (remove_unused_locals): Remove clobbers that
1148         refer to otherwise unused locals.
1149         * tree-sra.c (build_accesses_from_assign): Ignore clobbers.
1150         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Clobbers of
1151         SSA names aren't necessary.
1152         (propagate_necessity): Accept and ignore constructors on the rhs, tidy.
1153         * gimple.c (walk_gimple_op): Accept constructors like mem_rhs.
1154         * tree-ssa-structalias.c (find_func_aliases): Clobbers don't store
1155         any known value.
1156         * tree-ssa-sccvn.c (vn_reference_lookup_3): Ditto, in particular they
1157         don't zero-initialize something.
1158         * tree-ssa-phiopt.c (cond_if_else_store_replacement_1): Ignore
1159         clobber RHS, we don't want PHI nodes with those.
1160
1161 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
1162
1163         * config/i386/i386.c (ix86_preferred_simd_mode): Even for TARGET_AVX
1164         if not TARGET_PREFER_AVX128 return 32-byte integer vectors.
1165
1166 2011-11-08  Richard Guenther  <rguenther@suse.de>
1167
1168         PR tree-optimization/51012
1169         * ipa-prop.c (update_indirect_edges_after_inlining): Fixup
1170         non-inlinable state.
1171         * cgraph.c (cgraph_make_edge_direct): Likewise.
1172
1173 2011-11-08  Eric Botcazou  <ebotcazou@adacore.com>
1174
1175         PR rtl-optimization/47698
1176         * ifcvt.c (noce_operand_ok): Move around comment.
1177
1178 2011-11-08  Richard Guenther  <rguenther@suse.de>
1179
1180         PR lto/50999
1181         * lto-opts.c (append_to_collect_gcc_options): Split out from...
1182         (lto_write_options): ... here.  Prepend frontend specific flags.
1183
1184 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
1185
1186         * config/i386/sse.md (*avx_vperm2f128<mode>3_nozero): Emit mask
1187         0x12 and 0x20 as vinsert[fi]128 instead of vperm2[fi]128.
1188
1189         * tree-vect-stmts.c (vectorizable_call): Add SLP_NODE argument.
1190         Handle vectorization of SLP calls.
1191         (vect_analyze_stmt): Adjust caller, add call to it for SLP too.
1192         (vect_transform_stmt): Adjust vectorizable_call caller, remove
1193         assertion.
1194         * tree-vect-slp.c (vect_get_and_check_slp_defs): For calls start
1195         with op_idx 3.
1196         (vect_build_slp_tree): Allow CALL_EXPR.
1197
1198 2011-11-08  Richard Guenther  <rguenther@suse.de>
1199
1200         * gimple-fold.c (canonicalize_constructor_val): Make sure
1201         we have referenced vars setup before adding to them.
1202
1203 2011-11-07  Richard Henderson  <rth@redhat.com>
1204             Aldy Hernandez  <aldyh@redhat.com>
1205             Andrew MacLeod  <amacleod@redhat.com>
1206             Torvald Riegel  <triegel@redhat.com>
1207
1208         Merged from transactional-memory.
1209
1210         * gtm-builtins.def: New file.
1211         * trans-mem.c: New file.
1212         * trans-mem.h: New file.
1213
1214         * opts.c (finish_options): Error out when using -flto and -fgnu-tm.
1215
1216         * config/i386/i386.c: Define TARGET_VECTORIZE* transactional variants.
1217         (ix86_handle_tm_regparm_attribute, struct bdesc_tm,
1218         ix86_builtin_tm_load, ix86_builtin_tm_store,
1219         ix86_init_tm_builtins): New.
1220         (ix86_init_builtins): Initialize TM builtins.
1221         (struct ix86_attribute_table): Add "*tm regparm".
1222         * config/i386/i386-builtin-types.def (PV2SI): Define.
1223         (PCV2SI): Define.
1224         Define V2SI_FTYPE_PCV2SI.
1225         Define V4SF_FTYPE_PCV4SF.
1226         Define V8SF_FTYPE_PCV8SF.
1227         Define VOID_PV2SI_V2SI.
1228
1229         * doc/invoke.texi (C Dialect Options): Document -fgnu-tm and
1230         tm-max-aggregate-size.
1231         * doc/tm.texi.in: Add TARGET_VECTORIZE_BUILTIN_TM_LOAD and
1232         TARGET_VECTORIZE_BUILTIN_TM_STORE hooks.
1233         * doc/tm.texi: Regenerate.
1234
1235         * attribs.c (apply_tm_attr): New.
1236         (init_attributes): Allow '*' prefix for overrides.
1237         (register_attribute): Likewise.
1238         * builtin-attrs.def (ATTR_TM_TMPURE, ATTR_TM_REGPARM): New.
1239         (ATTR_TM_NOTHROW_LIST, ATTR_TM_TMPURE_NOTHROW_LIST,
1240         ATTR_TM_PURE_TMPURE_NOTHROW_LIST, ATTR_TM_NORETURN_NOTHROW_LIST,
1241         ATTR_TM_CONST_NOTHROW_LIST, ATTR_TMPURE_MALLOC_NOTHROW_LIST,
1242         ATTR_TMPURE_NOTHROW_LIST): New.
1243         * builtin-types.def (BT_FN_I[1248]_VPTR, BT_FN_FLOAT_VPTR,
1244         BT_FN_DOUBLE_VPTR, BT_FN_LDOUBLE_VPTR, BT_FN_VOID_VPTR_I[1248],
1245         BT_FN_VOID_VPTR_FLOAT, BT_FN_VOID_VPTR_DOUBLE,
1246         BT_FN_VOID_VPTR_LDOUBLE, BT_FN_VOID_VPTR_SIZE): New.
1247         * builtins.def: Include gtm-builtins.def. Add comments regarding
1248         transactional memory synchronization.
1249         (DEF_TM_BUILTIN): New.
1250         * c-parser.c (struct c_parser): Add in_transaction.
1251         (c_parser_transaction, c_parser_transaction_expression,
1252         c_parser_transaction_cancel, c_parser_transaction_attributes): New.
1253         (c_parser_attribute_any_word): Split out from c_parser_attributes.
1254         (c_parser_statement_after_labels): Handle RID_TRANSACTION*.
1255         (c_parser_unary_expression): Same.
1256         * c-tree.h (c_finish_transaction): Declare.
1257         * c-typeck.c (c_finish_transaction): New.
1258         (build_function_call_vec): Call tm_malloc_replacement.
1259         * calls.c (is_tm_builtin): New.
1260         (flags_from_decl_or_type): Add ECF_TM_BUILTIN and ECF_TM_PURE.
1261         * cfgbuild.c (make_edges): Add edges for REG_TM notes.
1262         * cfgexpand.c (expand_call_stmt): Call
1263         mark_transaction_restart_calls.
1264         (gimple_expand_cfg): Free the tm_restart map.
1265         (mark_transaction_restart_calls): New.
1266         * cfgrtl.c (purge_dead_edges): Look for REG_TM notes.
1267         * cgraph.c (dump_cgraph_node): Handle tm_clone.
1268         * cgraph.h (struct cgraph_node): Add tm_clone field.
1269         (decl_is_tm_clone): New.
1270         (struct cgraph_local_info): Add tm_may_enter_irr.
1271         (cgraph_copy_node_for_versioning): Declare.
1272         * cgraphunit.c (cgraph_copy_node_for_versioning): Export;
1273         copy analyzed from old version.
1274         * combine.c (distribute_notes): Handle REG_TM notes.
1275         * common.opt: Add -fgnu-tm.
1276         * crtstuff.c (__TMC_LIST__, __TMC_END__): New.
1277         (__do_global_dtors_aux): Deregister clone table.
1278         (frame_dummy): Register clone table.
1279         * emit-rtl.c (try_split): Handle REG_TM. Early return if no function
1280         body.
1281         * gimple-low.c (lower_stmt): Handle GIMPLE_EH_ELSE and
1282         GIMPLE_TRANSACTION.
1283         (gimple_stmt_may_fallthru): Handle GIMPLE_EH_ELSE.
1284         * gimple-pretty-print.c: Include trans-mem.h.
1285         (dump_gimple_fmt): Add %x.
1286         (dump_gimple_call): Dump arguments for calls to _ITM_beginTransaction.
1287         (dump_gimple_eh_else, dump_gimple_transaction): New.
1288         (dump_gimple_stmt): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1289         * gimple.c (gimple_build_eh_else, gimple_build_transaction): New.
1290         (walk_gimple_seq): Honor removed_stmt. Document usage of removed_stmt
1291         field.
1292         (walk_gimple_op): Handle GIMPLE_TRANSACTION.
1293         (walk_gimple_stmt): Initialize and honor removed_stmt.
1294         Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1295         (gimple_copy): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1296         * gimple.def (GIMPLE_TRANSACTION, GIMPLE_EH_ELSE): New.
1297         * gimple.h (struct gimple_statement_eh_else,
1298         gimple_statement_transaction, GTMA_*): New.
1299         (gimple_statement_d): Add gimple_statement_eh_else and
1300         gimple_transaction.
1301         (gimple_build_eh_else, gimple_build_transaction,
1302         gimple_fold_call, diagnose_tm_safe_errors): Declare.
1303         (get_call_expr_in): Remove prototype.
1304         (gimple_has_substatements): Add GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1305         (gimple_eh_else_n_body, gimple_eh_else_e_body,
1306         gimple_eh_else_set_n_body, gimple_eh_else_set_e_body,
1307         gimple_transaction_body, gimple_transaction_label,
1308         gimple_transaction_label_ptr, gimple_transaction_subcode,
1309         gimple_transaction_set_body, gimple_transaction_set_label,
1310         gimple_transaction_set_subcode): New.
1311         (struct walk_stmt_info): Use BOOL_BITFIELD; add removed_stmt.
1312         * gimplify.c (create_tmp_var_name): Use clean_symbol_name.
1313         (voidify_wrapper_expr): Handle TRANSACTION_EXPR.
1314         (gimplify_transaction): New.
1315         (gimplify_expr): Handle TRANSACTION_EXPR.
1316         * gsstruct.def (GSS_EH_ELSE, GSS_TRANSACTION): New.
1317         * ipa-inline.c (can_inline_edge_p): Do not inline TM safe calling
1318         TM pure functions.
1319         * Makefile.in: Add trans-mem.o and dependencies.
1320         (BUILTINS_DEF): Add gtm-builtins.def.
1321         (gimple-pretty-print.o): Depend on TRANS_MEM_H.
1322         (GTFILES): Add trans-mem.c.
1323         * omp-low.c (WALK_SUBSTMTS): Add GIMPLE_TRANSACTION.
1324         * output.h (record_tm_clone_pair, finish_tm_clone_pairs,
1325         get_tm_clone_pair): Declare.
1326         * params.def (PARAM_TM_MAX_AGGREGATE_SIZE): New.
1327         * passes.c (init_optimization_passes): Place transactional memory
1328         passes.
1329         * print-tree.c (print_node): Dump tm-clone.
1330         * recog.c (peep2_attempt): Handle REG_TM.
1331         * reg-notes.def (TM): New.
1332         * rtlanal.c (alloc_reg_note): Handle REG_TM.
1333         * target.def (builtin_tm_load, builtin_tm_store): New.
1334         * targhooks.c (default_builtin_tm_load_store): New.
1335         * targhooks.h (default_builtin_tm_load_store): Declare.
1336         * timevar.def (TV_TRANS_MEM): New.
1337         * toplev.c (compile_file): Call finish_tm_clone_pairs.
1338         * tree-cfg.c (make_edges): Handle GIMPLE_TRANSACTION.
1339         (cleanup_dead_labels): Handle GIMPLE_TRANSACTION. Avoid unnecessary
1340         writes into the statements to update labels.
1341         (is_ctrl_altering_stmt): Add TM ending statements. Handle
1342         GIMPLE_TRANSACTION.
1343         (verify_gimple_transaction): New.
1344         (verify_gimple_stmt): Handle GIMPLE_TRANSACTION.
1345         (verify_gimple_in_seq_2): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1346         (gimple_redirect_edge_and_branch): Handle TM_TRANSACTION.
1347         (dump_function_to_file): Display [tm-clone] if applicable.
1348         * tree-eh.c (struct_ptr_eq): Make inline and move to tree.h.
1349         (struct_ptr_hash): Same.
1350         (collect_finally_tree): Handle GIMPLE_EH_ELSE.
1351         (replace_goto_queue_1): Likewise.
1352         (get_eh_else): New.
1353         (honor_protect_cleanup_actions): Handle GIMPLE_EH_ELSE.
1354         (lower_try_finally_nofallthru): Likewise.
1355         (lower_try_finally_onedest): Likewise.
1356         (lower_try_finally_copy): Likewise.
1357         (lower_try_finally_switch): Likewise.
1358         (lower_try_finally): Likewise.
1359         (decide_copy_try_finally): Likewise.
1360         (lower_eh_constructs_2): Likewise.
1361         (refactor_eh_r): Likewise.
1362         * tree-flow.h (struct gimple_df): Add tm_restart field.
1363         Define tm_restart_node.
1364         * tree-inline.c (remap_gimple_stmt): Handle GIMPLE_TRANSACTION.
1365         (estimate_num_insns): Likewise.
1366         (init_inline_once): Init tm_cost.
1367         * tree-inline.h (struct eni_weights_d): Add tm_cost.
1368         * tree-pass.h (pass_diagnose_tm_blocks, pass_lower_tm, pass_tm_init,
1369         pass_tm_mark, pass_tm_memopt, pass_tm_edges, pass_ipa_tm): Declare.
1370         * tree-pretty-print.c (dump_generic_node): Handle TRANSACTION_EXPR.
1371         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
1372         BUILT_IN_TM_MEMSET, BUILT_IN_TM_MEMCPY, BUILT_IN_TM_MEMMOVE.
1373         Add support for TM vector loads.  Add support for TM logging builtins.
1374         (call_may_clobber_ref_p_1): Add support for vector stores.
1375         * tree-ssa-structalias.c (find_func_aliases): Add support for TM
1376         vector stores and loads. Handle BUILT_IN_TM_MEMSET,
1377         BUILT_IN_TM_MEMCPY, BUILT_IN_TM_MEMMOVE.
1378         * tree.c (strip_invariant_refs): Moved from gimple.c to here.
1379         (local_define_builtin): Handle ECF_TM_PURE.
1380         (build_common_builtin_nodes): Set __builtin_eh_pointer to ECF_TM_PURE.
1381         * tree.def (TRANSACTION_EXPR): New.
1382         * tree.h (strip_invariant_refs): Moved from gimple.h to here.
1383         (TRANSACTION_EXPR_BODY, TRANSACTION_EXPR_CHECK,
1384         TRANSACTION_EXPR_OUTER, TRANSACTION_EXPR_RELAXED,
1385         BUILTIN_TM_LOAD_STORE_P, BUILTIN_TM_LOAD_P, BUILTIN_TM_STORE_P,
1386         CASE_BUILT_IN_TM_LOAD, CASE_BUILT_IN_TM_STORE): New.
1387         (ECF_TM_PURE, ECF_TM_BUILTIN): New.
1388         (struct tree_function_decl): Add tm_clone_flag.
1389         (struct_ptr_eq, struct_ptr_hash): New.
1390         (apply_tm_attr): Declare.
1391         (is_tm_safe_or_pure): New.
1392         (build_tm_abort_call, is_tm_safe, is_tm_pure,
1393         is_tm_may_cancel_outer, is_tm_ending_fndecl, record_tm_replacement,
1394         tm_malloc_replacement): Declare.
1395         * varasm.c (tm_clone_hash): New.
1396         (record_tm_clone_pair, finish_tm_clone_pairs, get_tm_clone_pair,
1397         dump_tm_clone_to_vec, dump_tm_clone_pairs, tm_alias_pair_cmp): New.
1398         (struct tm_alias_pair): New.  Declare VEC types for object.
1399
1400 2011-11-07  Richard Henderson  <rth@redhat.com>
1401
1402         * optabs.h (OTI_sync_compare_and_swap, OTI_sync_lock_test_and_set,
1403         OTI_sync_old_add, OTI_sync_old_sub, OTI_sync_old_ior,
1404         OTI_sync_old_and, OTI_sync_old_xor, OTI_sync_old_nand,
1405         OTI_sync_new_add, OTI_sync_new_sub, OTI_sync_new_ior,
1406         OTI_sync_new_and, OTI_sync_new_xor, OTI_sync_new_nand): Move and
1407         rename from the direct_optab_index enum.
1408         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab,
1409         sync_old_add_optab, sync_old_sub_optab, sync_old_ior_optab,
1410         sync_old_and_optab, sync_old_xor_optab, sync_old_nand_optab,
1411         sync_new_add_optab, sync_new_sub_optab, sync_new_ior_optab,
1412         sync_new_and_optab, sync_new_xor_optab, sync_new_nand_optab): Read
1413         from the optab_table, not the direct_optab_table.
1414         (init_sync_libfuncs): Declare.
1415         (can_compare_and_swap_p): Update parameters.
1416         * optabs.c (init_sync_libfuncs_1, init_sync_libfuncs): New.
1417         (can_compare_and_swap_p): Add allow_libcall parameter; if true,
1418         test for the legacy compare-and-swap libcall.
1419         (expand_atomic_exchange): Use the legacy test-and-set libcall.
1420         (expand_atomic_compare_and_swap): Use the legacy CAS libcall.
1421         (struct atomic_op_functions): Update for optab type changes.
1422         (maybe_emit_op): Likewise.
1423         (expand_atomic_fetch_op): Use the legacy fetch-op libcalls.
1424         * builtins.c (fold_builtin_atomic_always_lock_free): Update call
1425         to can_compare_and_swap_p.
1426         * omp-low.c (expand_omp_atomic_fetch_op): Likewise.
1427         (expand_omp_atomic_pipeline): Likewise.
1428         * genopinit.c (optabs): Make sync_old_*_optab, sync_new_*_optab,
1429         sync_compare_and_swap_optab, sync_lock_test_and_set_optab regular
1430         optabs.
1431         * doc/md.texi (sync_compare_and_swap): Update docs for libcalls.
1432
1433 2011-11-07  Jakub Jelinek  <jakub@redhat.com>
1434
1435         * config/i386/i386-bultin-types.def (V8SI_FTYPE_V4DF_V4DF): Add.
1436         * config/i386/i386.c (enum ix86_builtins): Add
1437         IX86_BUILTIN_VEC_PACK_SFIX256.
1438         (bdesc_args): Add __builtin_ia32_vec_pack_sfix256.
1439         (ix86_expand_args_builtin): Handle V8SI_FTYPE_V4DF_V4DF.
1440         (ix86_builtin_vectorized_function): Also vectorize lrint using
1441         256-bit vectors for -mavx.
1442
1443 2011-11-07  Anatoly Sokolov  <aesok@post.ru>
1444
1445         * config/cris/constraints.md: New file.
1446         * config/cris/cris.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
1447         CRIS_CONST_OK_FOR_LETTER_P, CONST_OK_FOR_CONSTRAINT_P,
1448         CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_MEMORY_CONSTRAINT,
1449         EXTRA_CONSTRAINT, EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_R,
1450         EXTRA_CONSTRAINT_T, EXTRA_CONSTRAINT_S, EXTRA_CONSTRAINT_U): Remove.
1451         * config/cris/cris.c: Incule "tm-constrs.h".
1452         (cris_print_operand): Use satisfies_constraint_O.
1453         (cris_normal_notice_update_cc, cris_rtx_costs): Use
1454         satisfies_constraint_I.
1455         (cris_address_cost): Use satisfies_constraint_L.
1456         * config/cris/cris.md: Include "constraints.md".
1457         (*mov_side<mode>, *mov_sidesisf, *mov_side<mode>_mem,
1458         *mov_sidesisf_mem, *clear_side<mode>, *ext_sideqihi,
1459         *ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>,
1460         *extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side,
1461         *extop<mode>si_swap_side): Use satisfies_constraint_N and
1462         satisfies_constraint_J.
1463         (moversideqi movemsideqi mover2side peephole2): Use
1464         satisfies_constraint_N and satisfies_constraint_J.
1465         (andu peephole2): Use satisfies_constraint_I and
1466         satisfies_constraint_O.
1467
1468 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
1469
1470         * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
1471         BUILT_IN_IRINT, BUILT_IN_IRINTF, BUILT_IN_LLRINT and BUILT_IN_LLRINTF.
1472
1473 2011-11-07  Andrew MacLeod  <amacleod@redhat.com>
1474
1475         * optabs.c (get_atomic_op_for_code): Fill in optab table at runtime so
1476         SWITCHABLE_TARGET can change the values during compilation.
1477         (expand_atomic_fetch_op): Handle parameter change ripples for
1478         get_atomic_op_for_code call.
1479
1480 2011-11-07  Andrew MacLeod  <amacleod@redhat.com>
1481
1482         * doc/extend.texi: Docuemnt behaviour change for __atomic_exchange and
1483         __atomic_store.
1484         * optabs.c (expand_atomic_exchange): Expand to __sync_lock_test_and_set
1485         only when originated from that builtin.
1486         (expand_atomic_store): Expand to __sync_lock_release when originated
1487         from that builtin.
1488         * builtins.c (expand_builtin_sync_lock_test_and_set): Add flag that
1489         expand_atomic_exchange call originated from here.
1490         (expand_builtin_sync_lock_release): Add flag that expand_atomic_store
1491         call originated from here.
1492         (expand_builtin_atomic_exchange): Add origination flag.
1493         (expand_builtin_atomic_store): Add origination flag.
1494         * expr.h (expand_atomic_exchange, expand_atomic_store): Add boolean
1495         parameters to indicate implementation fall back options.
1496
1497 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
1498
1499         * config/avr/avr.c (output_reload_in_const): Can handle CONSTANT_P
1500         now, not only CONST_INT and CONST_DOUBLE.
1501         (output_movqi): Use output_reload_in_const.
1502         (output_reload_inhi): Ditto.
1503         (output_reload_insisf): Move assertion to output_reload_in_const.
1504         (avr_out_reload_inpsi): Ditto.
1505
1506 2011-11-07  Nathan Sidwell  <nathan@acm.org>
1507
1508         * gcov.c (object_summary): Replace with ...
1509         (object_runs): ... this.
1510         (process_file): Remove functions with no data.
1511         (generate_results): Ignore files with no lines.
1512         (release_function): New helper, broken out of ...
1513         (release_structures): ... here.  Use it.
1514         (read_count_file): Adjust for new data file format.
1515         (output_lines): Use object_runs.
1516         * gcov-io.h (GCOV_TAG_OBJECT_SUMMARY): Obsolete.
1517         (struct gcov_ctr_info): Move definition.
1518         (struct gcov_fn_info): Add key field, use gcov_ctr_info for
1519         trailing array.
1520         (struct gcov_info): Add merge function array, remove mask and
1521         counts.  Trailing array is array of pointers to function info.
1522         * coverage.c (struct function_list): Replace counter numbers with
1523         counter arrays.  Add fndecl field.  GTYify.
1524         (counts_entry): Remove chain workspace.
1525         (functions_head): GTYify.
1526         (prg_n_ctrs): Remove.
1527         (fn_v_ctrs): New.
1528         (tree_ctr_tables): Remove.
1529         (read_counts_file): Cope with blank entries and expect program
1530         summaries before functions.  Don't warn on missing entries.
1531         (coverage_counter_alloc): Allocate individual function arrays.
1532         (tree_coverage_counter_ref, tree_coverage_counter_addr): Adjust
1533         for individual function arrays.
1534         (coverage_end_function): GTYify function list object. Finalize
1535         function's counter arrays.
1536         (build_var): New.  Create a counter-related variable with
1537         appropriate linkage.
1538         (build_fn_info_type): Adjust for new runtime structure.
1539         (build_fn_info_value): Rename to ...
1540         (build_fn_info): ... here.  Build new format data.
1541         (build_ctr_info_type, build_ctr_info_value): Remove.
1542         (build_info_type): New. Build new format data structure.
1543         (build_info): Adjust for new format data.
1544         (create_coverage): Likewise.
1545         * gcov-dump.c (tag_function): Recognize placeholders.
1546
1547 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
1548
1549         * config/avr/constraints.md (Cm2): New constraint for int -2.
1550         * config/avr/avr.md (addqi3): Use it. New alternatives for +/-2.
1551         (*negqihi2): New insn.
1552
1553 2011-11-07  H.J. Lu  <hongjiu.lu@intel.com>
1554
1555         * dwarf2cfi.c (dwarf2out_frame_debug_expr): Check
1556         HARD_FRAME_POINTER_REGNUM instead of hard_frame_pointer_rtx in Rule 18.
1557
1558 2011-11-07  Jakub Jelinek  <jakub@redhat.com>
1559
1560         * config/i386/i386.c (ix86_expand_builtin): If gather mask
1561         argument is known to have all high bits set, pass pc_rtx as
1562         second argument to the expander instead of op0.
1563         * config/i386/sse.md (*avx2_gathersi<mode>_2,
1564         *avx2_gatherdi<mode>_2): New patterns.
1565         * config/i386/avx2intrin.h (_mm256_i32gather_pd,
1566         _mm256_i64gather_pd, _mm256_i32gather_ps): Set mask using
1567         _mm256_cmp_pd with zero vector arguments and _CMP_EQ_OQ instead of
1568         _mm256_set1_pd.
1569
1570         PR tree-optimization/50789
1571         * tree-vect-stmts.c (process_use): Add force argument, avoid
1572         exist_non_indexing_operands_for_use_p check if true.
1573         (vect_mark_stmts_to_be_vectorized): Adjust callers.  Handle
1574         STMT_VINFO_GATHER_P.
1575         (gen_perm_mask): New function.
1576         (perm_mask_for_reverse): Use it.
1577         (reverse_vec_element): Rename to...
1578         (permute_vec_elements): ... this.  Add Y and MASK_VEC arguments,
1579         generalize for any permutations.
1580         (vectorizable_load): Adjust caller.  Handle STMT_VINFO_GATHER_P.
1581         * target.def (TARGET_VECTORIZE_BUILTIN_GATHER): New hook.
1582         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_GATHER): Document it.
1583         * doc/tm.texi: Regenerate.
1584         * tree-data-ref.c (initialize_data_dependence_relation,
1585         compute_self_dependence): No longer static.
1586         * tree-data-ref.h (initialize_data_dependence_relation,
1587         compute_self_dependence): New prototypes.
1588         * tree-vect-data-refs.c (vect_check_gather): New function.
1589         (vect_analyze_data_refs): Detect possible gather load data refs.
1590         * tree-vectorizer.h (struct _stmt_vec_info): Add gather_p field.
1591         (STMT_VINFO_GATHER_P): Define.
1592         (vect_check_gather): New prototype.
1593         * config/i386/i386-builtin-types.def: Add types for alternate
1594         gather builtins.
1595         * config/i386/sse.md (AVXMODE48P_DI): Remove.
1596         (VEC_GATHER_MODE): Rename mode_attr to...
1597         (VEC_GATHER_IDXSI): ... this.
1598         (VEC_GATHER_IDXDI, VEC_GATHER_SRCDI): New mode_attrs.
1599         (avx2_gathersi<mode>, *avx2_gathersi<mode>): Use <VEC_GATHER_IDXSI>
1600         instead of <VEC_GATHER_MODE>.
1601         (avx2_gatherdi<mode>): Use <VEC_GATHER_IDXDI> instead of
1602         <AVXMODE48P_DI> and <VEC_GATHER_SRCDI> instead of VEC_GATHER_MODE
1603         on src and mask operands.
1604         (*avx2_gatherdi<mode>): Likewise.  Use VEC_GATHER_MODE iterator
1605         instead of AVXMODE48P_DI.
1606         (avx2_gatherdi<mode>256, *avx2_gatherdi<mode>256): Removed.
1607         * config/i386/i386.c (enum ix86_builtins): Add
1608         IX86_BUILTIN_GATHERALTSIV4DF, IX86_BUILTIN_GATHERALTDIV8SF,
1609         IX86_BUILTIN_GATHERALTSIV4DI and IX86_BUILTIN_GATHERALTDIV8SI.
1610         (ix86_init_mmx_sse_builtins): Create those builtins.
1611         (ix86_expand_builtin): Handle those builtins and adjust expansions
1612         of other gather builtins.
1613         (ix86_vectorize_builtin_gather): New function.
1614         (TARGET_VECTORIZE_BUILTIN_GATHER): Define.
1615
1616 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
1617
1618         * config/i386/f16cintrin.h: Remove extra _X86INTRIN_H_INCLUDED check.
1619
1620 2011-11-07  Tristan Gingold  <gingold@adacore.com>
1621
1622         * config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs.
1623         * config/vms/t-vms: Add vms-c.o rule.
1624         * config/vms/vms-c.c: New file.
1625         * config/vms/vms-protos.h (vms_c_register_pragma): New prototype.
1626         * config/vms/vms.h (REGISTER_TARGET_PRAGMAS): Define.
1627
1628 2011-11-07  Tristan Gingold  <gingold@adacore.com>
1629
1630         * config/alpha/vms.h (TARGET_OBJECT_SUFFIX,
1631         TARGET_EXECUTABLE_SUFFIX, TARGET_OS_CPP_BUILTINS,
1632         TARGET_ABI_OPEN_VMS, LONG_TYPE_SIZE, ADA_LONG_TYPE_SIZE,
1633         POINTER_SIZE, POINTERS_EXTEND_UNSIGNED): Move to config/vms/vms.h
1634         (SUBTARGET_OS_CPP_BUILTINS): Define.
1635         (TARGET_DEFAULT): Tune according to POINTER_SIZE.
1636         (MASK_RETURN_ADDR): Define in 64 bit mode.
1637         * config/ia64/vms.h: Likewise.
1638         * config/vms/vms.h: New file.
1639         * config/vms/vms64.h: New file.
1640         * config/alpha/vms64.h: Removed.
1641         * config/ia64/vms64.h: Removed.
1642         * config.gcc (alpha64-dec-*vms*, alpha*-dec-*vms*, ia64-hp-*vms*):
1643         Adjust for above change.
1644
1645 2011-11-07  Enkovich Ilya  <ilya.enkovich@intel.com>
1646
1647         PR target/50962
1648         * config/i386/i386-protos.h (ix86_use_lea_for_mov): New.
1649         * config/i386/i386.c (ix86_use_lea_for_mov): Likewise.
1650         * config/i386/i386.md (movsi_internal): Emit lea if profitable.
1651         (movdi_internal_rex64): Likewise.
1652
1653 2011-11-07  Sergey Ostanevich  <sergos.gnu@gmail.com>
1654
1655         PR rtl-optimization/47698
1656         * ifcvt.c (noce_operand_ok): Return false for mems with side effects.
1657
1658 2011-11-07  Tristan Gingold  <gingold@adacore.com>
1659
1660         * common/config/alpha/alpha-common.c (alpha_option_init_struct):
1661         New function.
1662         (TARGET_OPTION_INIT_STRUCT): Define.
1663         * config/alpha/alpha.c (TARGET_MIN_ANCHOR_OFFSET)
1664         (TARGET_MAX_ANCHOR_OFFSET)
1665         (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Redefine.
1666
1667 2011-11-06  Quentin Neill  <quentin.neill@amd.com>
1668
1669         Fix r180999, update ChangeLog
1670         * config.gcc: Add f16cintrin.h.
1671         * config/i386/f16cintrin.h: Add missing endif.
1672
1673 2011-11-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1674
1675         * config.gcc (arm*-*-rtemseabi*): New target.
1676         * config/arm/rtems-eabi.h: New.
1677         * config/arm/t-rtems-eabi: New.
1678
1679 2011-11-06  David S. Miller  <davem@davemloft.net>
1680
1681         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): Delete.
1682         (zero_extend_v8qi_vis, zero_extend_v4hi_vis,
1683         *zero_extend_v8qi_<P:mode>_insn,
1684         *zero_extend_v4hi_<P:mode>_insn): Express using vec_merge
1685         and vec_duplicate instead of using an UNSPEC.
1686
1687 2011-11-07  Alan Modra  <amodra@gmail.com>
1688
1689         PR target/30282
1690         * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Always emit
1691         blockage for ABI_V4.
1692
1693 2011-11-06  Dave Korn  <dave.korn.cygwin@gmail.com>
1694
1695         * config/i386/cygwin.h (LIBGCJ_SONAME): Updated to match recent
1696         libgcj version bump.
1697         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
1698
1699 2011-11-06  Eric Botcazou  <ebotcazou@adacore.com>
1700
1701         * gcse.c: Adjust outdated comments throughout.
1702         (struct mem_conflict_info): New structure.
1703         (mems_conflict_for_gcse_p): Use it to communicate with caller.
1704         (load_killed_in_block_p): Pass it to note_stores.
1705         (hash_expr): Remove superfluous line break.
1706         (hash_scan_set): Rename PAT parameter into SET.
1707         (hash_scan_insn): Reorder cases.
1708         (canon_list_insert): Fix long line.
1709         (edge_list): Delete.
1710         (prune_expressions): Rename E local variable into EXPR.
1711         (compute_pre_data): Return struct edge_list * object.
1712         (pre_expr_reaches_here_p_work): Fix formatting.
1713         (process_insert_insn): Move around comment.
1714         (pre_edge_insert): Fix long line.
1715         (pre_insert_copies): Likewise.
1716         (gcse_emit_move_after): Swap SRC and DEST parameters.
1717         (pre_delete): Adjust call to gcse_emit_move_after.
1718         (pre_gcse): Take struct edge_list * parameter.  Fix long line.
1719         (one_pre_gcse_pass): Use flag_gcse_lm condition for all routines.
1720         Use a local list of edges.
1721         (hoist_code): Fix long line.  Adjust call to gcse_emit_move_after.
1722         (pre_ldst_expr_hash): Fix long line.
1723         (free_ldst_mems): Rename into...
1724         (free_ld_motion_mems): ...this.
1725         (first_ls_expr): Delete.
1726         (next_ls_expr): Likewise.
1727         (print_ldst_list): Do not use above two functions.
1728         (simple_mem): Adjust interface.
1729         (compute_ld_motion_mems): Fix formatting.
1730         (update_ld_motion_stores): Reuse local variable.
1731
1732 2011-11-06  Joseph Myers  <joseph@codesourcery.com>
1733
1734         * c-decl.c (shadow_tag_warned, grokdeclarator): Handle _Alignas
1735         specifiers.
1736         (build_null_declspecs): Initialize align_log and alignas_p fields.
1737         (declspecs_add_alignas): New.
1738         * c-parser.c (c_token_starts_declspecs): Handle RID_ALIGNAS.
1739         (c_parser_declspecs): Handle _Alignas specifiers.
1740         (c_parser_alignas_specifier): New.
1741         (c_parser_alignof_expression): Diagnose alignof use for non-C1X.
1742         Diagnose _Alignof (expression).
1743         * c-tree.h (struct c_declspecs): Add align_log and alignas_p fields.
1744         (declspecs_add_alignas): Declare.
1745         * ginclude/stddef.h (max_align_t): Define for C1X and C++11.
1746         * ginclude/stdalign.h: New.
1747         * Makefile.in (USER_H): Add stdalign.h.
1748
1749 2011-11-06  Joern Rennecke  <joern.rennecke@embecosm.com>
1750
1751         * regset.h (fixed_reg_set_regset): Declare.
1752         * dse.c: Include regset.h .
1753         (struct insn_info): Add member fixed_regs_live.
1754         (note_add_store_info): New typedef.
1755         (note_add_store): New function.
1756         (emit_inc_dec_insn_before): Expect arg to be of type insn_info_t.
1757         Use gen_add3_insn / gen_move_insn.
1758         Check new insn for unwanted clobbers before emitting it.
1759         (check_for_inc_dec): Rename to...
1760         (check_for_inc_dec_1:) ... this.  Return bool.  Take insn_info
1761         parameter.  Changed all callers in file.
1762         (check_for_inc_dec, copy_fixed_regs): New functions.
1763         (scan_insn): Set fixed_regs_live field of insn_info.
1764         * rtl.h (check_for_inc_dec): Update prototype.
1765         * postreload.c (reload_cse_simplify): Take new signature of
1766         check_ind_dec into account.
1767         * reginfo.c (fixed_reg_set_regset): New variable.
1768         (init_reg_sets_1): Initialize it.
1769
1770 2011-11-06  Jakub Jelinek  <jakub@redhat.com>
1771
1772         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0 don't remove
1773         any user labels.
1774
1775 2011-11-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1776
1777         * config/pa/pa.c (pa_hpux_init_libfuncs): Rename to pa_init_libfuncs.
1778         Remove dependence of declaration and target define on definition of
1779         HPUX_LONG_DOUBLE_LIBRARY.  Update implementation.
1780
1781 2011-11-06  Andrew Macleod  <amacleod@redhat.com>
1782             Richard Henderson  <rth@redhat.com>
1783             Aldy Hernandez  <aldyh@redhat.com>
1784
1785         Merged from cxx-mem-model.
1786
1787         * cppbuiltin.c (define__GNUC__): Define __ATOMIC memory models
1788         * coretypes.h (enum memmodel): New.  enumerated memory model type.
1789         * Makefile.in (cppbuiltin.o) Add missing dependency on $(TREE_H)
1790         * genopinit,c (optabs): Add atomic direct optab handlers.
1791         * sync-builtins.def (BUILT_IN_ATOMIC_*): New builtins.
1792         * builtin-types.def (BT_CONST_VOLATILE_PTR,
1793         BT_FN_I{1,2,4,8,16}_CONST_VPTR_INT, BT_FN_VOID_VPTR_INT,
1794         BT_FN_BOOL_VPTR_INT, BT_FN_BOOL_SIZE_CONST_VPTR,
1795         BT_FN_I{1,2,4,8,16}_VPTR_I{1,2,4,8,16}_INT,
1796         BT_FN_VOID_VPTR_I{1,2,4,8,16}_INT, BT_FN_VOID_SIZE_VPTR_PTR_INT,
1797         BT_FN_VOID_SIZE_CONST_VPTR_PTR_INT, BT_FN_VOID_SIZE_VPTR_PTR_PTR_INT,
1798         BT_FN_BOOL_VPTR_PTR_I{1,2,4,8,16}_BOOL_INT_INT): New builtin types.
1799         * expr.h (expand_atomic_*): Add prototypes.
1800         (expand_{bool,val}_compare_and_swap): Remove prototypes.
1801         * c-typeck.c (build_function_call_vec): Don't reprocess __atomic
1802         parameters.
1803         * common.opt (Winvalid-memory-model): New warning flag.
1804         (finline-atomics): New. Flag to disable atomic inlining.
1805         * params.h (ALLOW_LOAD_DATA_RACES): New.
1806         (ALLOW_PACKED_LOAD_DATA_RACES): New.
1807         (ALLOW_PACKED_STORE_DATA_RACES): New.
1808         * params.def (PARAM_ALLOW_LOAD_DATA_RACES): New.
1809         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES): New.
1810         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): New.
1811         * builtins.c (is_builtin_name): Handle __atomic.
1812         (get_memmodel): New.  Extract memory model.
1813         (expand_expr_force_mode): New. Factor out common code for ensuring an
1814         integer argument is in the proper mode.
1815         (expand_builtin_sync_operation): Remove ignore param.  Always call
1816         expand_atomic_fetch_op instead of the old expanders.
1817         (expand_builtin_compare_and_swap,
1818         expand_builtin_sync_lock_test_and_set): Use expand_expr_force_mode,
1819         call atomic expanders instead of sync expanders.
1820         (expand_builtin_sync_lock_release): Call atomic_store expander.
1821         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
1822         expand_builtin_atomic_store, expand_builtin_atomic_fetch_op): New.
1823         (expand_builtin_atomic_exchange): New.
1824         (fold_builtin_atomic_always_lock_free,
1825         expand_builtin_atomic_always_lock_free,
1826         fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
1827         New.
1828         (expand_builtin_mem_thread_fence, expand_builtin_atomic_thread_fence,
1829         expand_builtin_atomic_signal_fence): New.
1830         (expand_builtin_mem_signal_fence): New.
1831         (expand_builtin): Add cases for BUILT_IN_ATOMIC_*.
1832         (fold_builtin_2): Add cases for BUILT_IN_ATOMIC_{IS,ALWAYS}_LOCK_FREE.
1833         * optabs.h (DOI_atomic_*): Define new atomics.
1834         (atomic_*_optab): Define.
1835         (can_compare_and_swap_p, expand_atomic_compare_and_swap): New
1836         prototypes.
1837         * optabs.c (expand_sync_operation, expand_sync_fetch_operation): Remove.
1838         (expand_sync_lock_test_and_set): Remove.
1839         (expand_atomic_load, expand_atomic_store): New.
1840         (expand_atomic_exchange): New.
1841         (expand_atomic_compare_and_swap): New.  Implements
1842         atomic_compare_exchange via compare and swap.
1843         (struct atomic_op_functions): Opcode table struct for fetch ops.
1844         (get_atomic_op_for_code): New.  Return an opcode table entry.
1845         (maybe_emit_op): New.  Try to emit a fetch op.
1846         (expand_atomic_fetch_op): New.
1847         (expand_val_compare_and_swap_1): Remove.
1848         (expand_val_compare_and_swap, expand_bool_compare_and_swap): Remove.
1849         (expand_atomic_compare_and_swap): Rename from
1850         expand_atomic_compare_exchange.  Rewrite to return both success and
1851         oldval return values; expand via both atomic and sync optabs.
1852         (can_compare_and_swap_p): New.
1853         (expand_compare_and_swap_loop): Use expand_atomic_compare_and_swap.
1854         (maybe_gen_insn): Handle 7 and 8 operands.
1855         * omp-low.c (expand_omp_atomic_fetch_op): Don't test individual
1856         fetch_op optabs, only test can_compare_and_swap_p.  Use __atomic
1857         builtins instead of __sync builtins.
1858         (expand_omp_atomic_pipeline): Use can_compare_and_swap_p.
1859         * doc/extend.texi: Document __atomic built-in functions.
1860         * doc/invoke.texi: Document data race parameters.
1861         * doc/md.texi: Document atomic patterns.
1862         * config/i386/i386.md (UNSPEC_MOVA): New.
1863         (UNSPECV_CMPXCHG): Split into ...
1864         (UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2,
1865         UNSPECV_CMPXCHG_3, UNSPECV_CMPXCHG_4): New.
1866         * config/i386/sync.md (ATOMIC): New mode iterator.
1867         (atomic_load<ATOMIC>, atomic_store<ATOMIC>): New.
1868         (atomic_loaddi_fpu, atomic_storedi_fpu, movdi_via_fpu): New.
1869         (mem_thread_fence): Rename from memory_barrier.
1870         Handle the added memory model parameter.
1871         (mfence_nosse): Rename from memory_barrier_nosse.
1872         (sync_compare_and_swap<CASMODE>): Split into ...
1873         (atomic_compare_and_swap<SWI124>): this and ...
1874         (atomic_compare_and_swap<CASMODE>): this.  Handle the new parameters.
1875         (atomic_compare_and_swap_single<SWI>): Rename from
1876         sync_compare_and_swap<SWI>; rewrite to use split unspecs.
1877         (atomic_compare_and_swap_double<DCASMODE>): Rename from
1878         sync_double_compare_and_swap<DCASMODE>; rewrite to use split unspecs.
1879         (*atomic_compare_and_swap_doubledi_pic): Rename from
1880         sync_double_compare_and_swapdi_pic; rewrite to use split unspecs.
1881         (atomic_fetch_add<SWI>): Rename from sync_old_add<SWI>; add memory
1882         model parameter.
1883         (*atomic_fetch_add_cmp<SWI>): Similarly.
1884         (atomic_add<SWI>, atomic<any_logic><SWI>): Similarly.
1885         (atomic_sub<SWI>): Similarly.  Use x86_maybe_negate_const_int.
1886         (sync_lock_test_and_set<SWI>): Merge with ...
1887         (atomic_exchange<SWI>): ... this.
1888
1889 2011-11-6  Richard Guenther  <rguenther@suse.de>
1890
1891         * ipa-prop.c (ipa_modify_call_arguments): Re-compute inlinable flag.
1892
1893 2011-11-06  Ira Rosen  <ira.rosen@linaro.org>
1894
1895         * tree-vectorizer.h (vectorizable_condition): Add argument.
1896         * tree-vect-loop.c (vectorizable_reduction): Fail for condition
1897         in SLP.  Update calls to vectorizable_condition.
1898         * tree-vect-stmts.c (vect_is_simple_cond): Add basic block info to
1899         the arguments.  Pass it to vect_is_simple_use_1.
1900         (vectorizable_condition): Add slp_node to the arguments.  Support
1901         vectorization of basic blocks.  Fail for reduction in SLP.  Update
1902         calls to vect_is_simple_cond and vect_is_simple_use.  Support SLP:
1903         call vect_get_slp_defs to get vector operands.
1904         (vect_analyze_stmt): Update calls to vectorizable_condition.
1905         (vect_transform_stmt): Likewise.
1906         * tree-vect-slp.c (vect_create_new_slp_node): Handle COND_EXPR.
1907         (vect_get_and_check_slp_defs): Handle COND_EXPR.  Allow pattern
1908         def stmts.
1909         (vect_build_slp_tree): Handle COND_EXPR.
1910         (vect_analyze_slp_instance): Push pattern statements to root node.
1911         (vect_get_constant_vectors): Fix comments.  Handle COND_EXPR.
1912
1913 2011-11-05  David S. Miller  <davem@davemloft.net>
1914
1915         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): New unspec.
1916         (zero-extend_v8qi_vis, zero_extend_v4hi_vis): New expanders.
1917         (*zero_extend_v8qi_<P:mode>_insn,
1918         *zero_extend_v4hi_<P:mode>_insn): New insns.
1919         * config/sparc/sparc.c (vector_init_move_words,
1920         vector_init_prepare_elts, sparc_expand_vector_init_vis2,
1921         sparc_expand_vector_init_vis1): New functions.
1922         (vector_init_bshuffle): Rewrite to handle more cases and make use
1923         of locs[] array prepared by vector_init_prepare_elts.
1924         (vector_init_fpmerge, vector_init_faligndata): Delete.
1925         (sparc_expand_vector_init): Rewrite using new infrastructure.
1926
1927 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
1928
1929         * config.gcc (epiphany-*-*): New architecture.
1930         (epiphany-*-elf): New configuration.
1931         * config/epiphany, common/config/epiphany : New directories.
1932         * doc/extend.texi (disinterrupt attribute): Add Epiphany.
1933         (interrupt attribute): Add Epiphany.
1934         (long_call, short_call attribute): Add Epiphany.
1935         * doc/invoke.texi (Options): Add Epiphany options.
1936         * doc/md.texi (Machine Constraints): Add Epiphany constraints.
1937         * doc/install.texi (Options specification):
1938         Add --with-stack-offset=@var{num} description.
1939         (host/target specific issues): Add epiphany-*-elf.
1940         * doc/contrib.texi (Contributors): Mention Epiphany port.
1941
1942 2011-11-05  Jakub Jelinek  <jakub@redhat.com>
1943
1944         PR tree-optimization/50693
1945         * tree-cfg.c (gimple_can_merge_blocks_p): Allow merging with
1946         non-forced user labels.
1947         (gimple_merge_blocks): Turn non-forced user labels into
1948         debug bind stmt with the label as first operand and reset value.
1949         (gimple_duplicate_bb): Don't duplicate label debug stmts.
1950         * dwarf2out.c (gen_label_die): Handle NOTE_INSN_DELETED_DEBUG_LABEL.
1951         * final.c (final_scan_insn): Likewise.
1952         (rest_of_clean_state): Don't dump NOTE_INSN_DELETED_DEBUG_LABEL.
1953         * var-tracking.c (debug_label_num): New variable.
1954         (delete_debug_insns): Don't delete DEBUG_INSNs for LABEL_DECLs,
1955         instead turn them into NOTE_INSN_DELETED_DEBUG_LABEL notes.
1956         * cfglayout.c (skip_insns_after_block, duplicate_insn_chain): Handle
1957         NOTE_INSN_DELETED_DEBUG_LABEL.
1958         (duplicate_insn_chain): Don't duplicate LABEL_DECL DEBUG_INSNs.
1959         * insn-notes.def (DELETED_DEBUG_LABEL): New note kind.
1960         * print-rtl.c (print_rtx): Handle NOTE_INSN_DELETED_DEBUG_LABEL.
1961         * gengtype.c (adjust_field_rtx_def): Likewise.
1962         * config/i386/i386.c (ix86_output_function_epilogue): For MachO
1963         clear CODE_LABEL_NUMBER of NOTE_INSN_DELETED_DEBUG_LABEL
1964         if their are at the end of function and nop hasn't been emitted.
1965         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Likewise.
1966
1967 2011-11-05  Georg-Johann Lay  <avr@gjlay.de>
1968
1969         PR rtl-optimization/50448
1970         * cprop.c (try_replace_reg): Also try to replace uses of FROM that
1971         appear in SET_DEST.
1972
1973 2011-11-05  Peter Dufault  <dufault@hda.com>,
1974             Sebastian Huber  <sebastian.huber@embedded-brains.de>
1975
1976         * config/rs6000/rtems.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
1977         Extend rs6000_spe handling.
1978
1979 2011-11-05  Ralf Corsépius  <ralf.corsepius@rtems.org>
1980
1981         * config/rs6000/t-rtems: Add -mcpu=8540/-mfloat-gprs=double multilib.
1982         Remove -mcpu=601 multilib.
1983         Remove -Dmpc8260 multilib.
1984         * config/rs6000/rtems.h: Allow --float-gprs=... to override grps
1985         on E500 targets.
1986
1987 2011-11-05  Quentin Neill  <quentin.neill@amd.com>
1988
1989         Piledriver f16cintrin.h fix.
1990         * config/i386/f16cintrin.h: Contents moved from immintrin.h.
1991         * config/i386/immintrin.h: Include f16cintrin.h.
1992         * config.gcc (i[34567]86-*-*, x86_64-*-*): Add f16cintrin.h.
1993
1994
1995 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
1996
1997         PR c++/50608
1998         * c-parser.c (c_parser_postfix_expression) <RID_OFFSETOF>: Adjust call
1999         to fold_offsetof.
2000         * c-typeck.c (build_unary_op) <ADDR_EXPR>: Call fold_offsetof_1.
2001
2002 2011-11-04  Alan Modra  <amodra@gmail.com>
2003
2004         * reload1.c (gen_reload): Don't use REGNO on SUBREGs.
2005         * print-rtl.c (print_rtx): Don't segfault on negative regno.
2006
2007 2011-11-04  David S. Miller  <davem@davemloft.net>
2008
2009         PR target/49965
2010         * config/sparc/sparc.c (sparc_expand_conditional_move): Handle the
2011         fact that sparc_emit_float_lib_cmp modifies the comparison in
2012         operands[1].
2013
2014 2011-11-04  Ralf Corsépius  <ralf.corsepius@rtems.org>
2015
2016         * config/lm32/t-rtems: New.
2017         * config.gcc (lm32-*-rtems*): Add t-rtems.
2018
2019 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
2020
2021         PR target/50979
2022         * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=v8.
2023
2024 2011-11-04  Jiangning Liu  <jiangning.liu@arm.com>
2025
2026         PR rtl-optimization/38644
2027         * config/arm/arm.c (thumb1_expand_epilogue): Add memory barrier
2028         for epilogue having stack adjustment.
2029
2030 2011-11-04  Georg-Johann Lay  <avr@gjlay.de>
2031
2032         PR target/50931
2033         * config/avr/avr-modes.def: New file defining PSImode.
2034         * config/avr/avr-c.c (__INT24_MAX__, __INT24_MIN__,
2035         __UINT24_MAX__): New built-in defines.
2036         * config/avr/avr.md (adjust_len): Add tstpsi, mov24,  reload_in24,
2037         ashlpsi, ashrpsi, lshrpsi.
2038         (QISI, QIDI, HISI, HIDI, MPUSH, rotx, rotsmode): Add PSI.
2039         (MOVMODE): New mode iterator.
2040         (movpsi): New expander.
2041         (movqi, movhi, movsi, movsf, movpsi): Write as one using MOVMODE.
2042         (*reload_inpsi, *movpsi): New insns.
2043         (*reload_inpsi): New RTL peephole.
2044         (addpsi3, *addpsi3_zero_extend.qi, *addpsi3_zero_extend.hi,
2045         *addpsi3_sign_extend.hi): New insns.
2046         (subpsi3, *subpsi3_zero_extend.qi, *subpsi3_zero_extend.hi,
2047         *subpsi3_sign_extend.hi): New insns.
2048         (divmodpsi4, udivmodpsi4): New define insn-and-split.
2049         (*divmodpsi4_call, *udivmodpsi4_call): New insns.
2050         (andpsi3, iorpsi3, xorpsi3): New insns.
2051         (*rotlpsi2.1, *rotlpsi2.23): New insns.
2052         (*rotw<mode>): Insn condition only allow even-sized modes.
2053         (*rotb<mode>): Insn condition allows odd-sized modes.
2054         (ashlpsi3, ashrpsi3, lshrpsi3, *addpsi3.lt0): New insns.
2055         (negpsi2, one_cmplpsi2): New insns.
2056         (extendqipsi2, extendhipsi2, extendpsisi2): New insns.
2057         (zero_extendqipsi2, zero_extendhipsi2, zero_extendpsisi2): New
2058         insn-and-splits.
2059         (*cmppsi, *negated_tstpsi, *reversed_tstpsi): New insns.
2060         (cbranchpsi4): New expander.
2061         * config/avr/constraints.md (Ca3, Co3, Cx3): New constraints.
2062         * config/avr/avr-protos.h (avr_out_tstpsi, avr_out_movpsi,
2063         avr_out_ashlpsi3, avr_out_ashrpsi3, avr_out_lshrpsi3,
2064         avr_out_reload_inpsi): New prototypes.
2065
2066         * config/avr/avr.c (TARGET_SCALAR_MODE_SUPPORTED_P): Define to...
2067         (avr_scalar_mode_supported_p): ...this new static function.
2068         (avr_asm_len): Always return "".
2069         (avr_out_load_psi, avr_out_store_psi): New static functions.
2070         (avr_out_movpsi, avr_out_reload_inpsi): New functions.
2071         (avr_out_tstpsi): New function.
2072         (avr_out_ashlpsi3, avr_out_ashrpsi3, avr_out_lshrpsi3): New functions.
2073         (avr_out_plus_1, output_reload_in_const): Handle 3-byte types.
2074         (avr_simplify_comparison_p): Ditto.
2075         (adjust_insn_length): Handle ADJUST_LEN_RELOAD_IN24,
2076         ADJUST_LEN_MOV24, ADJUST_LEN_TSTPSI, ADJUST_LEN_ASHLPSI,
2077         ADJUST_LEN_ASHRPSI, ADJUST_LEN_LSHRPSI.
2078         (avr_rtx_costs_1): Report PSI costs.
2079         (avr_libcall_value): Handle odd-sized parameters.
2080         (avr_init_builtin_int24): New static function to define built-in
2081         24-bit types __int24 and __uint24.
2082         (avr_init_builtins): Use it.
2083
2084 2011-11-04  Thomas Doerfler <thomas.doerfler@embedded-brains.de>
2085
2086         PR target/50989
2087         * config/arm/rtems-elf.h, config/arm/t-rtems: Add optional
2088         support for VFP floating point model.
2089
2090 2011-11-04  Tristan Gingold  <gingold@adacore.com>
2091
2092         * config/alpha/vms.h (ASM_OUTPUT_DEF): Do not switch section.
2093
2094 2011-11-04  Ira Rosen  <ira.rosen@linaro.org>
2095
2096         Unrevert:
2097         2011-10-24  Ira Rosen  <ira.rosen@linaro.org>
2098
2099         PR tree-optimization/50730
2100         * tree-vect-data-refs.c (vect_analyze_data_refs): Stop basic block
2101         analysis if encountered unsupported data-ref.
2102
2103 2011-11-04  Jakub Jelinek  <jakub@redhat.com>
2104
2105         * config/i386/i386.c (ix86_expand_vector_convert_uns_vsivsf): New
2106         function.
2107         * config/i386/i386-protos.h (ix86_expand_vector_convert_uns_vsivsf):
2108         New prototype.
2109         * config/i386/sse.md (floatuns<sseintvecmodelower><mode>2): Use it.
2110         For floatunsv8siv8sf2 require TARGET_AVX2.
2111
2112         * config/i386/i386.c (ix86_expand_adjust_ufix_to_sfix_si): Add
2113         XORP argument.  Subtract 0x1p31 instead of 0x1p32.  Use normal
2114         signalling comparison instead of non-signalling.  Store into
2115         *XORP pseudo holding 0x80000000 integers if 0x1p31 has been
2116         subtracted and 0 otherwise.
2117         * config/i386/i386-protos.h (ix86_expand_adjust_ufix_to_sfix_si):
2118         Adjust prototype.
2119         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): Enable
2120         already for TARGET_SSE2.  Xor in vector initialized by
2121         ix86_expand_adjust_ufix_to_sfix_si at the end.
2122         (vec_pack_ufix_trunc_<mode>): Likewise.
2123
2124         * tree-vect-stmts.c (vectorizable_conversion): Rewritten to handle
2125         not just FLOAT_EXPR and FIX_TRUNC_EXPR, but also CONVERT_EXPR_CODE_P,
2126         WIDEN_MULT_EXPR and WIDEN_LSHIFT_EXPR to handle what
2127         vectorizable_type_demotion and vectorizable_type_promotion did.
2128         Additionally handle FLOAT_EXPR and FIX_TRUNC_EXPR where the integer
2129         is {,un}signed {char,short}.
2130         (vect_create_vectorized_demotion_stmts): Fix comment typo.  For
2131         recursive calls unconditionally use VEC_PACK_TRUNC_EXPR.
2132         Push vec_dest back to the vec_dsts vector at the end.
2133         (vect_create_vectorized_promotion_stmts): Don't recurse, do just
2134         one step.  Removed multi_step_cvt, vec_dsts, slp_node and
2135         prev_stmt_info arguments, add vec_dest argument.  Push always
2136         into vec_tmp, not just when multi_step_cvt != 0, replace *vec_oprdn0
2137         with vec_tmp at the end after freeing old *vec_oprnd0 vector.
2138         (vectorizable_type_demotion, vectorizable_type_promotion): Removed.
2139         (vect_analyze_stmt): Don't call vectorizable_type_demotion and
2140         vectorizable_type_promotion.  Call vectorizable_conversion even
2141         for SLP bb vectorization.
2142         (vect_transform_stmt): Call vectorizable_conversion instead of
2143         vectorizable_type_demotion and vectorizable_type_promotion.
2144         (supportable_widening_operation): Clear *multi_step_cvt first,
2145         simplify c1/c2 computation, free *interm_types vector on failure.
2146         (supportable_narrowing_operation): Clear *multi_step_cvt first,
2147         free *interm_types vector on failure, handle multi-step
2148         FIX_TRUNC_EXPR.
2149
2150 2011-11-04  Tristan Gingold  <gingold@adacore.com>
2151
2152         * config/alpha/alpha.c (alpha_write_linkage): Remove fundecl
2153         argument.  Conditionally generate crash debug info.  Adjust
2154         for alpha_funcs_tree removal.
2155         (machine_function): Add links field.
2156         (alpha_start_function): Conditionally generate crash debug info.
2157         (alpha_end_function): Adjust call to alpha_write_linkage.
2158         (alpha_funcs): Remove.
2159         (links_kind): Remove.
2160         (alpha_links): Remove num, target and lkind field.  Add func field.
2161         (alpha_links_tree): Remove.
2162         (alpha_funcs_tree): Remove.
2163         (alpha_need_linkage): Remove.
2164         (alpha_use_linkage): Change prototype.  Adjust.
2165         (alpha_write_one_linkage): Use ASM_OUTPUT_INTERNAL_LABEL.
2166         Use SYMBOL_REF_EXTERNAL_P and SYMBOL_REF_LOCAL_P macro.
2167         * config/alpha/alpha-protos.h (alpha_use_linkage): Update.
2168         (alpha_need_linkage): Remove.
2169         * config/alpha/alpha.md: Update calls to alpha_use_linkage.
2170         Adjust calls to alpha_need_linkage.
2171
2172 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
2173
2174         * sched-vis.c (print_value): Handle STRICT_LOW_PART.
2175
2176 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
2177
2178         * config/i386/i386.md (lround<X87MODEF:mode><SWI248x:mode>2,
2179         rint<mode>2, floor<mode>2, lfloor<MODEF:mode><SWI48:mode>2,
2180         btrunc<mode>2, lwp_lwpval<mode>3): Use operands[N] instead of operandN.
2181
2182 2011-11-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2183
2184         PR target/50978
2185         * config/arm/t-bpabi: New file.
2186         * config.gcc (arm*-*-linux*): Add arm/t-bpabi to tmake_file for
2187         arm*-*-linux-*eabi.
2188         (arm*-*-uclinux*): Add arm/t-bpabi to tmake_file for
2189         arm*-*-uclinux*eabi.
2190         (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi to tmake_file
2191         for arm*-*-eabi*.
2192
2193 2011-11-03  Michael Matz  <matz@suse.de>
2194
2195         PR bootstrap/50857
2196         * configure.ac: Check for -fno-exceptions -fno-rtti.
2197         * configure: Regenerate.
2198         * Makefile.in (NOEXCEPTION_FLAGS): New flag.
2199         (ALL_CXXFLAGS): Use it.
2200
2201 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
2202
2203         * config/i386/i386.md: Use {} for multi-line preparation statements.
2204
2205 2011-11-03  Eric Botcazou  <ebotcazou@adacore.com>
2206
2207         * config/sparc/sparc.md (movtf_insn_sp32_no_fpu): Consolidate into...
2208         (movtf_insn_sp32): ...this.
2209         (movtf_insn_sp64_no_fpu): Consolidate into...
2210         (movtf_insn_sp64): ...this.
2211         (movtf_insn_sp64_hq): Do not test TARGET_FPU.
2212         * config/sparc/sparc.c (sparc_legitimate_address_p): Likewise.
2213
2214 2011-11-03  Tristan Gingold  <gingold@adacore.com>
2215
2216         * config/vms/vms.c (vms_patch_builtins): Fix typo.
2217
2218 2011-11-03  Richard Guenther  <rguenther@suse.de>
2219
2220         PR lto/44965
2221         * lto-opts.c: Re-implement.
2222         * lto-streamer.h (lto_register_user_option): Remove.
2223         (lto_read_file_options): Likewise.
2224         (lto_reissue_options): Likewise.
2225         (lto_clear_user_options): Likewise.
2226         (lto_clear_file_options): Likewise.
2227         * opts-global.c (post_handling_callback): Remove.
2228         (set_default_handlers): Do not set post_handling_callback.
2229         (decode_options): Remove LTO specific code.
2230         * lto-wrapper.c (merge_and_complain): New function.
2231         (run_gcc): Read all input file options and
2232         prepend a merged set before the linker driver options.
2233         * gcc.c (driver_post_handling_callback): Remove.
2234         (set_option_handlers): Do not set post_handling_callback.
2235         * opts-common.c (handle_option): Do not call post_handling_callback.
2236         * opts.h (struct cl_option_handlers): Remove post_handling_callback.
2237
2238 2011-11-03  Richard Guenther  <rguenther@suse.de>
2239
2240         * collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.
2241
2242 2011-11-03  Martin Jambor  <mjambor@suse.cz>
2243
2244         * ipa-prop.c (type_change_info): New fields offset, object,
2245         known_current_type and multiple_types_encountered.
2246         (extr_type_from_vtbl_ptr_store): New function.
2247         (check_stmt_for_type_change): Use it, set multiple_types_encountered if
2248         the result is different from the previous one.
2249         (detect_type_change): Renamed to detect_type_change_1. New parameter
2250         comp_type.  Set up new fields in tci, build known type jump
2251         functions if the new type can be identified.
2252         (detect_type_change): New function.
2253         * tree.h (DECL_CONTEXT): Comment new use.
2254
2255 2011-11-03  Richard Guenther  <rguenther@suse.de>
2256
2257         PR lto/48217
2258         * lto-wrapper.c (get_options_from_collect_gcc_options): Properly
2259         decode an encoded literal '.
2260
2261 2011-11-03  Tristan Gingold  <gingold@adacore.com>
2262
2263         * collect2.c (main): Add support of -f (response file) on AIX.
2264
2265 2011-11-03  Ira Rosen  <ira.rosen@linaro.org>
2266
2267         PR tree-optimization/50912
2268         * tree-vectorizer.h (slp_void_p): New.
2269         (struct _slp_tree): Replace left and right with children.  Update
2270         documentation.
2271         (struct _slp_oprnd_info): New.
2272         (vect_get_vec_defs): Declare.
2273         (vect_get_slp_defs): Update arguments.
2274         * tree-vect-loop.c (vect_create_epilog_for_reduction): Call
2275         vect_get_vec_defs instead of vect_get_slp_defs.
2276         (vectorizable_reduction): Likewise.
2277         * tree-vect-stmts.c (vect_get_vec_defs): Remove static, add argument.
2278         Update call to vect_get_slp_defs.
2279         (vectorizable_conversion): Update call to vect_get_vec_defs.
2280         (vectorizable_assignment, vectorizable_shift,
2281         vectorizable_operation): Likewise.
2282         (vectorizable_type_demotion): Call vect_get_vec_defs instead of
2283         vect_get_slp_defs.
2284         (vectorizable_type_promotion, vectorizable_store): Likewise.
2285         (vect_analyze_stmt): Fix typo.
2286         * tree-vect-slp.c (vect_free_slp_tree): Update SLP tree traversal.
2287         (vect_print_slp_tree, vect_mark_slp_stmts,
2288         vect_mark_slp_stmts_relevant, vect_slp_rearrange_stmts,
2289         vect_detect_hybrid_slp_stmts, vect_slp_analyze_node_operations,
2290         vect_schedule_slp_instance): Likewise.
2291         (vect_create_new_slp_node): New.
2292         (vect_create_oprnd_info, vect_free_oprnd_info): Likewise.
2293         (vect_get_and_check_slp_defs): Pass information about defs using
2294         oprnds_info, allow any number of operands.
2295         (vect_build_slp_tree): Likewise.  Update calls to
2296         vect_get_and_check_slp_defs.  Fix comments.
2297         (vect_analyze_slp_instance): Move node creation to
2298         vect_create_new_slp_node.
2299         (vect_get_slp_defs): Allow any number of operands.
2300
2301 2011-11-02  Peter Bergner  <bergner@vnet.ibm.com>
2302             Iain Sandoe  <iains@gcc.gnu.org>
2303
2304         * config/rs6000/rs6000.c (USE_HIDDEN_LINKONCE): New define.
2305         (get_ppc476_thunk_name): Use it.
2306         (rs6000_code_end): Likewise.
2307         (macho_branch_islands): Fix typo.
2308
2309 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
2310             Jason Merrill  <jason@redhat.com>
2311
2312         PR c++/50810
2313         * configure.ac: Add -Wno-narrowing to warning options.
2314         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
2315
2316 2011-11-02  Eric Botcazou  <ebotcazou@adacore.com>
2317
2318         PR target/50945
2319         * config/sparc/sparc.md (movsf_insn): Reindent constraints.
2320         (movdf_insn_sp32): Likewise.  Remove redundant G constraint.
2321         (movdf_insn_sp64): Likewise.
2322         (DFmode splitter): Do not test TARGET_FPU.
2323         (movtf_insn_sp32): Reindent constraints.
2324         (movtf_insn_sp32_no_fpu): Likewise.
2325         (movtf_insn_sp64): Likewise.
2326         (movtf_insn_sp64_hq): Likewise.
2327         (movtf_insn_sp64_no_fpu): Likewise.
2328
2329 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
2330
2331         PR c++/50956
2332         * builtins.c (fold_builtin_memchr): Fix cast.
2333
2334 2011-11-02  Teresa Johnson  <tejohnson@google.com>
2335
2336         * config/i386/predicates.md (promotable_binary_operator): Add minus
2337         to the list of promotable operators.
2338
2339 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2340
2341         * gthr-single.h, gthr.h: Move to ../libgcc.
2342         * gthr-aix.h: Move to ../libgcc/config/rs6000.
2343         * gthr-dce.h: Move to ../libgcc/config/pa.
2344         * gthr-lynx.h: Move to ../libgcc/config.
2345         * gthr-mipssde.h: Move to ../libgcc/config/mips.
2346         * gthr-posix.h: Move to ../libgcc/config.
2347         * gthr-rtems.h: Likewise.
2348         * gthr-tpf.h: Move to ../libgcc/config/s390.
2349         * gthr-vxworks.h: Move to ../libgcc/config.
2350         * gthr-win32.h: Move to ../libgcc/config/i386.
2351         * configure.ac (gthread_flags): Remove
2352         (gthr-default.h): Don't create.
2353         (thread_file): Don't substitute.
2354         * configure: Regenerate.
2355         * Makefile.in (GCC_THREAD_FILE): Remove.
2356         (GTHREAD_FLAGS): Remove.
2357         (libgcc.mvars): Remove GTHREAD_FLAGS.
2358         * config/t-vxworks (EXTRA_HEADERS): Remove.
2359
2360 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2361             Paolo Bonzini  <bonzini@gnu.org>
2362
2363         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Remove.
2364         * configure: Regenerate.
2365         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list): Remove.
2366         (TM_H): Remove libgcc_tm.h, $(libgcc_tm_file_list).
2367         (libgcc_tm.h, cs-libgcc_tm.h): Remove.
2368         (clean): Remove libgcc_tm.h
2369         * mkconfig.sh: Don't include libgcc_tm.h in tm.h.
2370         * config.gcc (libgcc_tm_file): Remove.
2371         (arm*-*-linux*): Remove libgcc_tm_file for arm*-*-linux-*eabi.
2372         (arm*-*-uclinux*): Remove libgcc_tm_file for arm*-*-uclinux*eabi.
2373         (arm*-*-eabi*, arm*-*-symbianelf*): Remove libgcc_tm_file.
2374         (avr-*-rtems*): Likewise.
2375         (avr-*-*): Likewise.
2376         (frv-*-elf): Likewise.
2377         (frv-*-*linux*): Likewise.
2378         (h8300-*-rtems*): Likewise.
2379         (h8300-*-elf*): Likewise.
2380         (i[34567]86-*-darwin*): Likewise.
2381         (x86_64-*-darwin*): Likewise.
2382         (rx-*-elf*): Likewise.
2383         (tic6x-*-elf): Likewise.
2384         (tic6x-*-uclinux): Likewise.
2385         (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
2386
2387 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2388
2389         * Makefile.in (LIBGCC2_DEBUG_CFLAGS LIBGCC2_CFLAGS)
2390         (LIBGCC2_INCLUDES, TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA)
2391         (LIB2FUNCS_STATIC_EXTRA, LIB2FUNCS_EXCLUDE, T, T_TARGET)
2392         (INCLUDES_FOR_TARGET): Remove.
2393         (LIBGCC2_CFLAGS): Don't export.
2394         (LIB2FUNCS_ST, LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST, srcdirify):
2395         Remove.
2396         (libgcc-support): Remove $(LIB2ADD), $(LIB2ADD_ST) dependencies.
2397         (libgcc.mvars): Likewise.
2398         Don't emit LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE, LIB2ADD, LIB2ADD_ST,
2399         LIB2_SIDITI_CONV_FUNCS, LIB2_DIVMOD_FUNCS, LIBGCC2_CFLAGS,
2400         TARGET_LIBGCC2_CFLAGS.
2401         Emit GTHREAD_FLAGS.
2402         * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: Move to ../libgcc.
2403         * config/darwin-64.c: Move to ../libgcc/config.
2404         * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
2405         config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
2406         config/udivmodsi4.c: Move to ../libgcc/config.
2407         * config/gthr-posix.c: Move to ../libgcc/config/alpha.
2408         * config/memcmp.c, config/memcpy.c, config/memmove.c,
2409         config/memset.c: Move to ../libgcc/config.
2410         * config/t-darwin (TARGET_LIBGCC2_CFLAGS): Remove.
2411         * config/t-freebsd: Remove.
2412         * config/t-freebsd-thread: Move to ../libgcc/config.
2413         * config/t-libgcc-pic: Move to ../libgcc/config.
2414         * config/t-libunwind (TARGET_LIBGCC2_CFLAGS): Remove.
2415         * config/t-linux: Remove.
2416         * config/t-lynx (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
2417         Remove.
2418         * config/t-openbsd-thread: Move to ../libgcc/config.
2419         * config/t-rtems (LIBGCC2_INCLUDES): Remove.
2420         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Remove.
2421         * config/t-svr4: Remove.
2422         * config/t-vxworks (LIBGCC, INSTALL_LIBGCC, TARGET_LIBGCC2_CFLAGS)
2423         (LIBGCC2_DEBUG_CFLAGS, LIB2FUNCS_EXTRA, LIBGCC2_INCLUDES): Remove.
2424         * config/vxlib.c, config/vxlib-tls.c: Move to ../libgcc/config.
2425         * config/alpha/qrnnd.asm: Move to ../libgcc/config/alpha/qrnnd.S.
2426         * config/alpha/t-alpha, config/alpha/t-ieee: Remove.
2427         * config/alpha/t-vms (LIB2FUNCS_EXTRA, LIBGCC, INSTALL_LIBGCC): Remove.
2428         * config/alpha/vms-gcc_shell_handler.c: Move to ../libgcc/config/alpha.
2429         * config/arm/bpabi.c, config/arm/unaligned-funcs.c,
2430         config/arm/fp16.c, config/arm/linux-atomic.c,
2431         config/arm/linux-atomic-64bit.c: Move to ../libgcc/config/arm.
2432         * config/arm/t-arm-elf (LIBGCC, INSTALL_LIBGCC)
2433         (TARGET_LIBGCC2_CFLAGS): Remove.
2434         * config/arm/t-bpabi, config/arm/t-linux: Remove.
2435         * config/arm/t-linux-eabi (TARGET_LIBGCC2_CFLAGS)
2436         (LIB2FUNCS_STATIC_EXTRA): Remove.
2437         * config/arm/t-netbsd: Remove.
2438         * config/arm/t-strongarm-elf (LIBGCC, INSTALL_LIBGCC)
2439         (TARGET_LIBGCC2_CFLAGS): Remove.
2440         * config/arm/t-symbian (LIB2FUNCS_STATIC_EXTRA): Remove.
2441         * config/arm/t-wince-pe (LIBGCC, INSTALL_LIBGCC)
2442         (TARGET_LIBGCC2_CFLAGS): Remove.
2443         * config/avr/t-avr (LIB2FUNCS_EXCLUDE, TARGET_LIBGCC2_CFLAGS)
2444         (LIBGCC, INSTALL_LIBGCC): Remove.
2445         * config/bfin/t-bfin-elf (TARGET_LIBGCC2_CFLAGS): Remove.
2446         * config/bfin/t-bfin-linux: Likewise.
2447         * config/bfin/t-bfin-uclinux: Likewise.
2448         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
2449         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
2450         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
2451         config/c6x/ltf.c: Move to ../libgcc/config/c6x.
2452         * config/c6x/t-c6x-elf (LIB2FUNCS_EXCLUDE, LIB2FUNCS_EXTRA): Remove.
2453         * config/c6x/t-c6x-uclinux (TARGET_LIBGCC2_CFLAGS): Remove.
2454         * config/cris/arit.c: Move to ../libgcc/config/cris.
2455         * config/cris/cris_abi_symbol.c: Remove.
2456         * config/cris/cris.h: Remove obsolete comment.
2457         * config/cris/mulsi3.asm: Move to ../libgcc/config/cris/mulsi3.S.
2458         * config/cris/t-cris (LIB2FUNCS_EXTRA, CRIS_LIB1CSRC)
2459         ($(LIB2FUNCS_EXTRA)): Remove.
2460         * config/cris/t-elfmulti (LIB2FUNCS_STATIC_EXTRA, INSTALL_LIBGCC)
2461         (LIBGCC): Remove.
2462         * config/cris/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
2463         * config/fr30/t-fr30: Remove.
2464         * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
2465         config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
2466         config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: Move
2467         to ../libgcc/config/frv.
2468         * config/frv/t-frv (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
2469         (cmovh.c, cmovw.c, cmovd.c, modi.c, umodi.c, uitof.c, uitod.c)
2470         (ulltof.c, LIBGCC, INSTALL_LIBGCC): Remove.
2471         * config/frv/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
2472         * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
2473         config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
2474         config/h8300/popcounthi2.c: Move to ../libgcc/config/h8300.
2475         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
2476         (LIBGCC, INSTALL_LIBGCC): Remove.
2477         * config/i386/gthr-win32.c: Move to ../libgcc/config/i386.
2478         * config/i386/t-cygming (LIBGCC2_INCLUDES): Remove.
2479         * config/i386/t-cygwin: Remove.
2480         * config/i386/t-darwin (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
2481         (LIB2FUNCS_EXCLUDE): Remove.
2482         * config/i386/t-darwin64 (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
2483         (LIBGCC, INSTALL_LIBGCC): Remove.
2484         * config/i386/t-gthr-win32: Move to ../libgcc/config/i386.
2485         * config/i386/t-linux64 (LIBGCC, INSTALL_LIBGCC): Remove.
2486         * config/i386/t-mingw-w32: Likewise.
2487         * config/i386/t-mingw-w64: Likewise.
2488         * config/i386/t-openbsd: Likewise.
2489         * config/i386/t-nto: Remove.
2490         * config/ia64/quadlib.c: Move to ../libgcc/config/ia64.
2491         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
2492         (quadlib.c): Remove.
2493         * config/ia64/t-ia64: Remove comment.
2494         * config/iq2000/lib2extra-funcs.c: Move to
2495         ../libgcc/config/iq2000/lib2funcs.c.
2496         * config/iq2000/t-iq2000: Remove.
2497         * config/m32c/m32c-lib2.c: Move to ../libgcc/config/m32c/lib2funcs.c.
2498         * config/m32c/m32c-lib2-trapv.c: Move to ../libgcc/config/m32c/trapv.c.
2499         * config/m32r/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
2500         * config/m32c/t-m32c (LIB2FUNCS_EXTRA): Remove.
2501         * config/m32r/t-m32r (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2502         (INSTALL_LIBGCC): Remove.
2503         * config/m68k/fpgnulib.c: Move to ../libgcc/config/m68k.
2504         * config/m68k/t-floatlib: Remove.
2505         * config/m68k/t-mlibs (LIBGCC, INSTALL_LIBGCC): Remove.
2506         * config/mcore/t-mcore (TARGET_LIBGCC2_CFLAGS): Remove.
2507         Fix typo.
2508         (LIBGCC, INSTALL_LIBGCC): Remove.
2509         * config/mep/mep-lib2.c: Move to ../libgcc/config/mep/lib2funcs.c.
2510         * config/mep/mep-tramp.c: Move to ../libgcc/config/mep/tramp.c.
2511         * config/mep/t-mep (LIB2FUNCS_EXTRA): Remove.
2512         * config/mips/t-elf (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2513         (INSTALL_LIBGCC): Remove.
2514         * config/mips/t-isa3264: Likewise.
2515         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Remove.
2516         * config/mips/t-r3900 (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2517         (INSTALL_LIBGCC): Remove.
2518         * config/mips/t-sde (LIBGCC, INSTALL_LIBGCC): Remove.
2519         * config/mips/t-sr71k (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2520         (INSTALL_LIBGCC): Remove.
2521         * config/mips/t-vr (TARGET_LIBGCC2_CFLAGS)
2522         (LIB2FUNCS_STATIC_EXTRA): Remove.
2523         * config/mips/vr4120-div.S: Move to ../libgcc/config/mips.
2524         * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Remove.
2525         * config/mn10300/t-mn10300 (LIBGCC, INSTALL_LIBGCC): Remove.
2526         * config/pa/fptr.c, config/pa/linux-atomic.c: Move to
2527         ../libgcc/config/pa.
2528         * config/pa/lib2funcs.asm: Move to ../libgcc/config/pa/lib2funcs.S.
2529         * config/pa/quadlib.c: Move to ../libgcc/config/pa.
2530         * config/pa/t-dce-thr (LIBGCC, INSTALL_LIBGCC): Remove.
2531         * config/pa/t-linux, config/pa/t-linux64: Remove.
2532         * config/pa/t-pa-hpux, config/pa/t-pa-hpux10,
2533         config/pa/t-pa-hpux11, config/pa/t-pa64: Remove.
2534         * config/pdp11/t-pdp11 (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA):
2535         Remove.
2536         * config/picochip/libgccExtras: Move to ../libgcc/config/picochip.
2537         * config/picochip/t-picochip (LIB2FUNCS_EXTRA, RANLIB_FOR_TARGET)
2538         (TARGET_LIBGCC2_CFLAGS, LIBGCC2_DEBUG_CFLAGS): Remove.
2539         * config/rs6000/crtresfpr.asm: Move to
2540         ../libgcc/config/rs6000/crtresfpr.S.
2541         * config/rs6000/crtresgpr.asm: Move to
2542         ../libgcc/config/rs6000/crtresgpr.S.
2543         * config/rs6000/crtresxfpr.asm: Move to
2544         ../libgcc/config/rs6000/crtresxfpr.S.
2545         * config/rs6000/crtresxgpr.asm: Move to
2546         ../libgcc/config/rs6000/crtresxgpr.S.
2547         * config/rs6000/crtsavfpr.asm: Move to
2548         ../libgcc/config/rs6000/crtsavfpr.S.
2549         * config/rs6000/crtsavgpr.asm: Move to
2550         ../libgcc/config/rs6000/crtsavgpr.S.
2551         * config/rs6000/darwin-asm.h: Move to ../libgcc/config/rs6000.
2552         * config/rs6000/darwin-fpsave.asm: Move to
2553         ../libgcc/config/rs6000/darwin-fpsave.S.
2554         * config/rs6000/darwin-gpsave.asm: Move to
2555         ../libgcc/config/rs6000/darwin-gpsave.S.
2556         * config/rs6000/darwin-tramp.asm: Move to
2557         ../libgcc/config/rs6000/darwin-tramp.S.
2558         * config/rs6000/darwin-vecsave.asm: Move to
2559         ../libgcc/config/rs6000/darwin-vecsave.S.
2560         * config/rs6000/darwin-world.asm: Move to
2561         ../libgcc/config/rs6000/darwin-world.S.
2562         * config/rs6000/e500crtres32gpr.asm: Move to
2563         ../libgcc/config/rs6000/e500crtres32gpr.S.
2564         * config/rs6000/e500crtres64gpr.asm: Move to
2565         ../libgcc/config/rs6000/e500crtres64gpr.S.
2566         * config/rs6000/e500crtres64gprctr.asm: Move to
2567         ../libgcc/config/rs6000/e500crtres64gprctr.S.
2568         * config/rs6000/e500crtrest32gpr.asm: Move to
2569         ../libgcc/config/rs6000/e500crtrest32gpr.S.
2570         * config/rs6000/e500crtrest64gpr.asm: Move to
2571         ../libgcc/config/rs6000/e500crtrest64gpr.S.
2572         * config/rs6000/e500crtresx32gpr.asm: Move to
2573         ../libgcc/config/rs6000/e500crtresx32gpr.S.
2574         * config/rs6000/e500crtresx64gpr.asm: Move to
2575         ../libgcc/config/rs6000/e500crtresx64gpr.S.
2576         * config/rs6000/e500crtsav32gpr.asm: Move to
2577         ../libgcc/config/rs6000/e500crtsav32gpr.S.
2578         * config/rs6000/e500crtsav64gpr.asm: Move to
2579         ../libgcc/config/rs6000/e500crtsav64gpr.S.
2580         * config/rs6000/e500crtsav64gprctr.asm: Move to
2581         ../libgcc/config/rs6000/e500crtsav64gprctr.S.
2582         * config/rs6000/e500crtsavg32gpr.asm: Move to
2583         ../libgcc/config/rs6000/e500crtsavg32gpr.S.
2584         * config/rs6000/e500crtsavg64gpr.asm: Move to
2585         ../libgcc/config/rs6000/e500crtsavg64gpr.S.
2586         * config/rs6000/e500crtsavg64gprctr.asm: Move to
2587         ../libgcc/config/rs6000/e500crtsavg64gprctr.S.
2588         * config/rs6000/eabi.asm: Move to ../libgcc/config/rs6000/eabi.S.
2589         * config/rs6000/t-aix43 (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
2590         (TARGET_LIBGCC2_CFLAGS): Remove.
2591         * config/rs6000/t-aix52: Likewise.
2592         * config/rs6000/t-darwin: Remove.
2593         * config/rs6000/t-darwin64 (LIB2_SIDITI_CONV_FUNCS)
2594         (LIB2FUNCS_EXTRA): Remove.
2595         * config/rs6000/t-fprules (LIBGCC, INSTALL_LIBGCC): Remove.
2596         * config/rs6000/t-linux64 (TARGET_LIBGCC2_CFLAGS): Remove.
2597         * config/rs6000/t-lynx (LIB2FUNCS_EXTRA, tramp.S, LIBGCC)
2598         (INSTALL_LIBGCC): Remove.
2599         * config/rs6000/t-netbsd (LIB2FUNCS_EXTRA)
2600         (LIB2FUNCS_STATIC_EXTRA, tramp.S, crtsavfpr.S, crtresfpr.S)
2601         (crtsavgpr.S, crtresgpr.S, crtresxfpr.S, crtresxgpr.S, LIBGCC)
2602         (INSTALL_LIBGCC, $(T)crtsavfpr$(objext), $(T)crtresfpr$(objext))
2603         ($(T)crtsavgpr$(objext), $(T)crtresgpr$(objext))
2604         ($(T)crtresxfpr$(objext), $(T)crtresxgpr$(objext)): Remove.
2605         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA)
2606         (LIB2FUNCS_STATIC_EXTRA, eabi.S, tramp.S): Remove.
2607         * config/rs6000/t-spe (LIBGCC, INSTALL_LIBGCC): Remove.
2608         * config/rs6000/t-vxworks: Remove comment.
2609         * config/rs6000/tramp.asm: Move to ../libgcc/config/rs6000/tramp.S.
2610         * config/rx/t-rx (LIBGCC, INSTALL_LIBGCC): Remove.
2611         * config/sh/linux-atomic.asm: Move to
2612         ../libgcc/config/sh/linux-atomic.S.
2613         * config/sh/t-linux (LIB2FUNCS_EXTRA): Remove.
2614         * config/sh/t-netbsd: Remove.
2615         * config/sh/t-sh (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
2616         Remove.
2617         * config/sparc/t-elf (LIBGCC, INSTALL_LIBGCC): Remove.
2618         * config/sparc/t-leon: Likewise.
2619         * config/sparc/t-leon3: Likewise.
2620         * config/sparc/t-linux64: Likewise.
2621         * config/sparc/t-netbsd64: Fix typo.
2622         Remove comment.
2623         * config/spu/divmodti4.c, config/spu/divv2df3.c,
2624         config/spu/float_disf.c, config/spu/float_unsdidf.c,
2625         config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
2626         config/spu/mfc_multi_tag_release.c,
2627         config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
2628         config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
2629         config/spu/multi3.c: Move to ../libgcc/config/spu.
2630         * config/spu/t-spu-elf (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXCLUDE)
2631         (LIB2FUNCS_STATIC_EXTRA, LIB2_SIDITI_CONV_FUNCS, LIBGCC)
2632         (INSTALL_LIBGCC): Remove.
2633         * config/stormy16/stormy16-lib2.c: Move to
2634         ../libgcc/config/stormy16/lib2.c.
2635         * config/stormy16/stormy16-lib2-ashlsi3.c: Move to
2636         ../libgcc/config/stormy16/ashlsi3.c.
2637         * config/stormy16/stormy16-lib2-ashrsi3.c: Move to
2638         ../libgcc/config/stormy16/ashrsi3.c.
2639         * config/stormy16/stormy16-lib2-clzhi2.c: Move to
2640         ../libgcc/config/stormy16/clzhi2.c.
2641         * config/stormy16/stormy16-lib2-cmpsi2.c: Move to
2642         ../libgcc/config/stormy16/cmpsi2.c.
2643         * config/stormy16/stormy16-lib2-ctzhi2.c: Move to
2644         ../libgcc/config/stormy16/ctzhi2.c.
2645         * config/stormy16/stormy16-lib2-divsi3.c: Move to
2646         ../libgcc/config/stormy16/divsi3.c.
2647         * config/stormy16/stormy16-lib2-ffshi2.c: Move to
2648         ../libgcc/config/stormy16/ffshi2.c.
2649         * config/stormy16/stormy16-lib2-lshrsi3.c: Move to
2650         ../libgcc/config/stormy16/lshrsi3.c.
2651         * config/stormy16/stormy16-lib2-modsi3.c: Move to
2652         ../libgcc/config/stormy16/modsi3.c.
2653         * config/stormy16/stormy16-lib2-parityhi2.c: Move to
2654         ../libgcc/config/stormy16/parityhi2.c.
2655         * config/stormy16/stormy16-lib2-popcounthi2.c: Move to
2656         ../libgcc/config/stormy16/popcounthi2.c.
2657         * config/stormy16/stormy16-lib2-ucmpsi2.c: Move to
2658         ../libgcc/config/stormy16/ucmpsi2.c.
2659         * config/stormy16/stormy16-lib2-udivmodsi4.c: Move to
2660         ../libgcc/config/stormy16/udivmodsi4.c.
2661         * config/stormy16/stormy16-lib2-udivsi3.c: Move to
2662         ../libgcc/config/stormy16/udivsi3.c.
2663         * config/stormy16/stormy16-lib2-umodsi3.c: Move to
2664         ../libgcc/config/stormy16/umodsi3.c.
2665         * config/stormy16/t-stormy16: Move to ../libgcc/config/t-stormy16.
2666         * config/v850/t-v850 (INSTALL_LIBGCC): Remove.
2667         * config/xtensa/lib2funcs.S: Move to ../libgcc/config/xtensa.
2668         * config/xtensa/t-elf: Remove.
2669         * config/xtensa/t-xtensa (LIB2FUNCS_EXTRA): Remove.
2670         * config.gcc (*-*-freebsd*): Remove t-freebsd, t-freebsd-thread
2671         from tmake_file.
2672         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
2673         *-*-gnu*, *-*-kopensolaris*-gnu): Remove t-linux from tmake_file.
2674         (*-*-netbsd*): Remove t-libgcc-pic from tmake_file.
2675         (*-*-openbsd*): Likewise.
2676         Remove t-openbsd-thread for posix threads.
2677         (alpha*-*-linux*): Remove alpha/t-alpha, alpha/t-ieee from tmake_file.
2678         (alpha*-*-freebsd*): Likewise.
2679         (alpha*-*-netbsd*): Likewise.
2680         (alpha*-*-openbsd*): Likewise.
2681         (alpha64-dec-*vms*): Likewise.
2682         (alpha*-dec-*vms*): Likewise.
2683         (arm*-*-netbsdelf*): Remove arm/t-netbsd from tmake_file.
2684         (arm*-*-linux*): Remove t-linux from tmake_file.
2685         Remove arm/t-bpabi from tmake_file for arm*-*-linux-*eabi.
2686         (arm*-*-uclinux*): Remove arm/t-bpabi from tmake_file for
2687         arm*-*-uclinux*eabi.
2688         (arm*-*-eabi*, arm*-*-symbianelf* ): Remove arm/t-bpabi from
2689         tmake_file for arm*-*-eabi*.
2690         (fr30-*-elf): Remove tmake_file.
2691         (hppa*64*-*-linux*): Remove tmake_file.
2692         (hppa*-*-linux*): Likewise.
2693         (hppa[12]*-*-hpux10*): Remove pa/t-pa-hpux10, pa/t-pa-hpux from
2694         tmake_file.
2695         (hppa*64*-*-hpux11*): Remove pa/t-pa64, pa/t-pa-hpux from tmake_file.
2696         (hppa[12]*-*-hpux11*): Remove pa/t-pa-hpux11, pa/t-pa-hpux from
2697         tmake_file.
2698         (i[34567]86-*-elf*): Remove tmake_file.
2699         (x86_64-*-elf*): Likewise.
2700         (i[34567]86-*-nto-qnx*): Likewise.
2701         (i[34567]86-*-cygwin*): Remove i386/t-cygwin from tmake_file.
2702         (i[34567]86-*-mingw*, x86_64-*-mingw*): Remove i386/t-gthr-win32
2703         from tmake_file if using win32 threads.
2704         (iq2000*-*-elf*): Remove tmake-file.
2705         (microblaze*-linux*): Likewise.
2706         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
2707         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
2708         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
2709         (sh64l*-*-netbsd*): Remove sh/t-netbsd from tmake_file for
2710         sh5*-*-netbsd*, sh64*-netbsd*, *-*-netbsd.
2711         (xtensa*-*-elf*): Remove tmake_file.
2712
2713 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2714
2715         * Makefile.in (LIB1ASMSRC): Don't export.
2716         (libgcc.mvars): Don't emit LIB1ASMFUNCS, LIB1ASMSRC.
2717         * config/arm/arm.c: Update lib1funcs.asm filename.
2718         * config/arm/linux-eabi.h: Likewise.
2719         * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
2720         config/arm/ieee754-df.S, config/arm/ieee754-sf.S: Move to
2721         ../libgcc/config/arm.
2722         * config/arm/lib1funcs.asm: Move to ../libgcc/config/arm/lib1funcs.S.
2723         * config/arm/t-arm (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2724         * config/arm/t-arm-elf (LIB1ASMFUNCS): Remove.
2725         * config/arm/t-bpabi: Likewise.
2726         * config/arm/t-linux (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2727         * config/arm/t-linux-eabi (LIB1ASMFUNCS): Remove.
2728         * config/arm/t-strongarm-elf: Likewise.
2729         * config/arm/t-symbian: Likewise.
2730         * config/arm/t-vxworks: Likewise.
2731         * config/arm/t-wince-pe: Likewise.
2732         * config/avr/libgcc.S: Move to ../libgcc/config/avr.
2733         * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2734         * config/bfin/lib1funcs.asm: Move to ../libgcc/config/bfin/lib1funcs.S.
2735         * config/bfin/t-bfin: Remove.
2736         * config/bfin/t-bfin-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2737         * config/bfin/t-bfin-linux: Likewise.
2738         * config/bfin/t-bfin-uclinux: Likewise.
2739         * config/c6x/lib1funcs.asm: Move to ../libgcc/config/c6x/lib1funcs.S.
2740         * config/c6x/t-c6x-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2741         * config/fr30/lib1funcs.asm: Move to ../libgcc/config/fr30/lib1funcs.S.
2742         * config/fr30/t-fr30 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2743         * config/frv/lib1funcs.asm: Move to ../libgcc/config/frv/lib1funcs.S.
2744         * config/frv/t-frv (CROSS_LIBGCC1, LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2745         * config/h8300/fixunssfsi.c: Update lib1funcs.asm filename.
2746         * config/h8300/lib1funcs.asm: Move to
2747         ../libgcc/config/h8300/lib1funcs.S.
2748         * config/h8300/t-h8300 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2749         * config/i386/cygwin.asm: Move to ../libgcc/config/i386/cygwin.S.
2750         * config/i386/t-cygming (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2751         * config/i386/t-interix: Likewise.
2752         * config/ia64/lib1funcs.asm: Move to ../libgcc/config/ia64/lib1funcs.S.
2753         * config/ia64/t-hpux (LIB1ASMFUNCS, LIBGCC1_TEST): Remove.
2754         * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2755         * config/iq2000/t-iq2000 (LIBGCC1, CROSS_LIBGCC1): Remove.
2756         * config/m32c/m32c.c: Update m32c-lib1.S filename.
2757         * config/m32c/m32c-lib1.S: Move to ../libgcc/config/m32c/lib1funcs.S.
2758         * config/m32c/t-m32c (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2759         * config/m32r/t-linux (CROSS_LIBGCC1, LIBGCC1, LIBGCC1_TEST): Remove.
2760         * config/m68k/lb1sf68.asm: Move to ../libgcc/config/m68k/lb1sf68.S.
2761         * config/m68k/t-floatlib (LIB1ASMSRC, LIB1ASMFUNCS): New file.
2762         * config/mcore/lib1.asm: Move to ../libgcc/config/mcore/lib1funcs.S.
2763         * config/mcore/t-mcore (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2764         * config/mep/mep-lib1.asm: Move to ../libgcc/config/mep/lib1funcs.S.
2765         * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2766         * config/mips/mips16.S: Move to ../libgcc/config/mips.
2767         * config/mips/t-libgcc-mips16: Remove.
2768         * config/mips/t-sr71k (LIBGCC1, CROSS_LIBGCC1): Remove.
2769         * config/pa/milli64.S: Move to ../libgcc/config/pa.
2770         * config/pa/t-linux (LIB1ASMFUNCS, LIB1ASMSRC): Remove.
2771         * config/pa/t-linux64: Likewise.
2772         * config/picochip/libgccExtras/fake_libgcc.asm: Move to
2773         ../libgcc/config/picochip/lib1funcs.S.
2774         * config/picochip/t-picochip (LIB1ASMFUNCS, LIB1ASMSRC): Remove.
2775         * config/sh/lib1funcs.asm: Move to ../libgcc/config/sh/lib1funcs.S.
2776         * config/sh/lib1funcs.h: Move to ../libgcc/config/sh.
2777         * config/sh/sh.h: Update lib1funcs.asm filename.
2778         * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Remove.
2779         * config/sh/t-netbsd: Likewise.
2780         * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE):
2781         Remove.
2782         * config/sh/t-sh64 (LIB1ASMFUNCS): Remove.
2783         * config/sparc/lb1spc.asm: Move to ../libgcc/config/sparc/lb1spc.S.
2784         * config/sparc/lb1spl.asm: Remove.
2785         * config/sparc/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2786         * config/sparc/t-leon: Likewise.
2787         * config/spu/t-spu-elf (LIBGCC1, CROSS_LIBGCC1): Remove.
2788         * config/v850/lib1funcs.asm: Move to ../libgcc/config/v850/lib1funcs.S.
2789         * config/v850/t-v850 (LIB1ASMSRC, LIB1ASMFUNCS): Remove
2790         * config/vax/lib1funcs.asm: Move to ../libgcc/config/vax/lib1funcs.S.
2791         * config/vax/t-linux: Remove.
2792         * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S: Move to
2793         ../libgcc/config/xtensa.
2794         * config/xtensa/lib1funcs.asm: Move to
2795         ../libgcc/config/xtensa/lib1funcs.S.
2796         * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
2797         * config.gcc (bfin*-rtems*): Remove bfin/t-bfin from tmake_file.
2798         (bfin*-*): Likewise.
2799         (mips64*-*-linux*, mipsisa64*-*-linux*): Remove
2800         mips/t-libgcc-mips16 from tmake_file.
2801         (mips*-*-linux*): Likewise.
2802         (mips*-sde-elf*): Likewise.
2803         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
2804         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
2805         (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Likewise.
2806         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
2807         (mips-*-elf*, mipsel-*-elf*): Likewise.
2808         (mips64-*-elf*, mips64el-*-elf*): Likewise.
2809         (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
2810         (mips*-*-rtems*): Likewise.
2811         (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
2812         (vax-*-linux*): Remove vax/t-linux from tmake_file.
2813
2814 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2815
2816         * config.gcc (extra_parts): Remove.
2817         (*-*-freebsd*): Remove extra_parts.
2818         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
2819         *-*-gnu*, *-*-kopensolaris*-gnu): Likewise.
2820         (*-*-netbsd*): Remove t-libc-ok, t-netbsd from tmake_file.
2821         Remove extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
2822         *-*-netbsdelf[2-9]*.
2823         (*-*-openbsd*): Remove t-libc-ok from tmake_file.
2824         (alpha*-*-linux*): Remove extra_parts.
2825         (alpha*-*-freebsd*): Likewise.
2826         (bfin*-linux-uclibc*): Likewise.
2827         (fr30-*-elf): Likewise.
2828         (moxie-*-elf): Likewise.
2829         (moxie-*-uclinux*): Likewise.
2830         (h8300-*-rtems*): Remove h8300/t-elf from tmake_file.
2831         (h8300-*-elf*): Likewise.
2832         (hppa*64*-*-hpux11*): Remove extra_parts.
2833         (i[34567]86-*-elf*): Remove i386/t-i386elf, i386/t-crtstuff from
2834         tmake_file.
2835         (x86_64-*-elf*): Likewise.
2836         (i[34567]86-*-freebsd*): Remove tmake_file.
2837         (x86_64-*-freebsd*): Likewise.
2838         (x86_64-*-netbsd*): Likewise.
2839         (i[34567]86-*-openbsd2.*, i[34567]86-*openbsd3.[0123]): Remove
2840         t-libc-ok from tmake_file.
2841         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
2842         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
2843         i[34567]86-*-kopensolaris*-gnu): Remove i386/t-crtstuff from
2844         tmake_file.
2845         Remove extra_parts.
2846         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
2847         Remove i386/t-crtstuff from tmake_file.
2848         (i[34567]86-*-lynxos*): Likewise.
2849         Remove extra_parts.
2850         (ia64*-*-elf*): Remove extra_parts.
2851         (ia64*-*-freebsd*): Likewise.
2852         (ia64*-*-linux*): Likewise.
2853         (ia64-hp-*vms*): Remove ia64/t-vms from tmake_file.
2854         (m32r-*-elf*): Remove extra_parts.
2855         (m32rle-*-elf*): Likewise.
2856         (m32r-*-rtems*): Likewise.
2857         (m68k-*-elf*, fido-*-elf*): Likewise.
2858         (m68k*-*-openbsd*): Remove t-libc-ok from tmake_file.
2859         (m68k-*-rtems*): Remove extra_parts.
2860         (mep-*-*): Likewise.
2861         (microblaze*-linux*): Likewise.
2862         (mips64*-*-linux*, mipsisa64*-*-linux*): Likewise.
2863         (mips*-*-linux*): Likewise.
2864         (powerpc-*-lynxos*): Likewise.
2865         (s390x-ibm-tpf*): Likewise.
2866         (score-*-elf): Likewise.
2867         Remove tmake_file.
2868         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*, sh[2346lbe]*-*-linux*,
2869         sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*, sh5l*-*-netbsd*,
2870         sh64-*-netbsd*, sh64l*-*-netbsd*): Remove sh/t-elf from tmake_file.
2871         Remove sh/t-superh from tmake_file for sh*-superh-elf.
2872         Remove sh/t-linux64 from tmake_file for sh64*-*-linux*.
2873         (sh-*-rtems*): Remove sh/t-elf from tmake_file.
2874         (sh-wrs-vxworks): Likewise.
2875         (sparc-*-linux*): Remove extra_parts.
2876         (sparc64-*-linux*): Likewise.
2877         (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Likewise.
2878         (xstormy16-*-elf): Likewise.
2879         (xtensa*-*-linux*): Remove xtensa/t-linux from tmake_file.
2880         (am33_2.0-*-linux*): Remove extra_parts.
2881         * configure.ac (extra_parts): Don't substitute.
2882         * configure: Regenerate.
2883         * crtstuff.c: Move to ../libgcc.
2884         * Makefile.in (CRTSTUFF_CFLAGS): Remove.
2885         (EXTRA_PARTS): Remove.
2886         (CRTSTUFF_T_CFLAGS): Remove.
2887         (MOSTLYCLEANFILES): Remove $(EXTRA_PARTS).
2888         (GCC_EXTRA_PARTS): Remove.
2889         (libgcc.mvars): Remove GCC_EXTRA_PARTS, CRTSTUFF_CFLAGS,
2890         CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S.
2891         Emit GCC_CFLAGS, INHIBIT_LIBC_CFLAGS.
2892         ($(T)crtbegin.o, $(T)crtend.o, $(T)crtbeginS.o, $(T)crtendS.o)
2893         ($(T)crtbeginT.o): Remove.
2894         * config/alpha/t-vms (EXTRA_PARTS): Remove.
2895         ($(T)vms-dwarf2.o, $(T)vms-dwarf2eh.o): Remove.
2896         * config/alpha/vms-dwarf2.asm: Move to
2897         ../libgcc/config/alpha/vms-dwarf2.S.
2898         * config/alpha/vms-dwarf2eh.asm: Move to
2899         ../libgcc/config/alpha/vms-dwarf2eh.S.
2900         * config/arm/crti.asm: Move to ../libgcc/config/arm/crti.S.
2901         * config/arm/crtn.asm: Move to ../libgcc/config/arm/crtn.S.
2902         * config/arm/t-arm-elf (EXTRA_MULTILIB_PARTS): Remove.
2903         ($(T)crti.o, $(T)crtn.o): Remove.
2904         * config/arm/t-linux: Remove comment.
2905         * config/arm/t-linux-eabi (EXTRA_MULTILIB_PARTS): Remove.
2906         * config/arm/t-strongarm-elf (EXTRA_MULTILIB_PARTS): Remove.
2907         ($(T)crti.o, $(T)crtn.o): Remove.
2908         * config/arm/t-symbian (EXTRA_MULTILIB_PARTS): Remove.
2909         * config/bfin/crti.s: Move to ../libgcc/config/bfin/crti.S.
2910         * config/bfin/crtn.s: Move to ../libgcc/config/bfin/crtn.S.
2911         * config/bfin/crtlibid.s: Move to ../libgcc/config/bfin/crtlibid.S.
2912         * config/bfin/t-bfin (EXTRA_PARTS): Remove.
2913         ($(T)crti.o, $(T)crtn.o): Remove.
2914         * config/bfin/t-bfin-elf (CRTSTUFF_T_CFLAGS): Remove.
2915         ($(T)crti.o, $(T)crtn.o, $(T)crtlibid.o): Remove
2916         (EXTRA_MULTILIB_PARTS): Remove.
2917         * config/bfin/t-bfin-linux (CRTSTUFF_T_CFLAGS,
2918         EXTRA_MULTILIB_PARTS): Remove.
2919         * config/bfin/t-bfin-uclinux (CRTSTUFF_T_CFLAGS): Remove.
2920         ($(T)crtlibid.o): Remove.
2921         (EXTRA_MULTILIB_PARTS): Remove.
2922         * config/c6x/crti.s: Move to ../libgcc/config/c6x/crti.S.
2923         * config/c6x/crtn.s: Move to ../libgcc/config/c6x/crtn.S.
2924         * config/c6x/t-c6x-elf ($(T)crti.o, $(T)crtn.o): Remove.
2925         (EXTRA_MULTILIB_PARTS): Remove.
2926         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
2927         * config/c6x/t-c6x-uclinux (CRTSTUFF_T_CFLAGS,
2928         CRTSTUFF_T_CFLAGS_S): Remove.
2929         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Remove.
2930         * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
2931         * config/fr30/crti.asm: Move to ../libgcc/config/fr30/crti.S.
2932         * config/fr30/crtn.asm: Move to ../libgcc/config/fr30/crtn.S.
2933         * config/fr30/t-fr30 ($(T)crti.o, $(T)crtn.o): Remove.
2934         * config/frv/frvbegin.c, config/frv/frvend.c: Move to
2935         ../libgcc/config/frv.
2936         * config/frv/t-frv (EXTRA_MULTILIB_PARTS): Remove.
2937         (FRVSTUFF_CFLAGS, $(T)frvbegin$(objext), $(T)frvend$(objext)): Remove.
2938         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Remove.
2939         (CRTSTUFF_T_CFLAGS): Remove.
2940         * config/h8300/crti.asm: Move to ../libgcc/config/h8300/crti.S.
2941         * config/h8300/crtn.asm: Move to ../libgcc/config/h8300/crtn.S.
2942         * config/h8300/t-elf: Remove.
2943         * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
2944         Move to ../libgcc/config/i386.
2945         * config/i386/t-crtstuff: Remove.
2946         * config/i386/t-i386elf: Remove.
2947         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Remove.
2948         * config/i386/t-nto (CRTSTUFF_T_CFLAGS, EXTRA_PARTS): Remove.
2949         * config/ia64/crtbegin.asm: Move to ../libgcc/config/ia64/crtbegin.S.
2950         * config/ia64/crtend.asm: Move to ../libgcc/config/ia64/crtend.S.
2951         * config/ia64/crti.asm: Move to ../libgcc/config/ia64/crti.S.
2952         * config/ia64/crtn.asm: Move to ../libgcc/config/ia64/crtn.S.
2953         * config/ia64/t-vms: Remove.
2954         * config/ia64/vms-crtinit.asm: Move to
2955         ../libgcc/config/ia64/vms-crtinit.S.
2956         * config/m32c/t-m32c (EXTRA_MULTILIB_PARTS): Remove.
2957         * config/m32r/initfini.c: Move to ../libgcc/config/m32r.
2958         * config/m32r/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
2959         * config/m32r/t-m32r (CRTSTUFF_T_CFLAGS): Remove.
2960         ($(T)crtinit.o, $(T)crtfini.o): Remove.
2961         (m32rx, m32r2): Remove.
2962         (EXTRA_MULTILIB_PARTS): Remove.
2963         * config/m68k/crti.s: Move to ../libgcc/config/m68k/crti.S.
2964         * config/m68k/crtn.s: Move to ../libgcc/config/m68k/crtn.S.
2965         * config/m68k/t-crtstuff: Remove.
2966         * config/m68k/t-linux (EXTRA_MULTILIB_PARTS): Remove.
2967         * config/m68k/t-m68kelf: Remove.
2968         * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Remove.
2969         * config/mcore/crti.asm: Move to ../libgcc/config/mcore/crti.S.
2970         * config/mcore/crtn.asm: Move to ../libgcc/config/mcore/crtn.S.
2971         * config/mcore/t-mcore ($(T)crti.o, $(T)crtn.o): Remove.
2972         (EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Remove.
2973         * config/mep/t-mep (CRTSTUFF_CFLAGS): Remove.
2974         (EXTRA_MULTILIB_PARTS): Remove.
2975         * config/microblaze/crti.s: Move to ../libgcc/config/microblaze/crti.S.
2976         * config/microblaze/crtn.s: Move to ../libgcc/config/microblaze/crtn.S.
2977         * config/microblaze/t-microblaze (EXTRA_MULTILIB_PARTS,
2978         EXTRA_PARTS): Remove.
2979         ($(T)crti$(objext), $(T)crtn$(objext)): Remove.
2980         * config/mips/crti.asm: Move to ../libgcc/config/mips/crti.S.
2981         * config/mips/crtn.asm: Move to ../libgcc/config/mips/crtn.S.
2982         * config/mips/t-elf (CRTSTUFF_T_CFLAGS): Remove.
2983         ($(T)crti.o, $(T)crtn.o): Remove.
2984         (EXTRA_MULTILIB_PARTS): Remove.
2985         * config/mips/t-isa3264: Likewise.
2986         * config/mips/t-linux64 (EXTRA_MULTILIB_PARTS): Remove.
2987         * config/mips/t-r3900 (EXTRA_MULTILIB_PARTS): Remove.
2988         (CRTSTUFF_T_CFLAGS): Remove.
2989         * config/mips/t-sde (CRTSTUFF_T_CFLAGS): Remove.
2990         ($(T)crti.o, $(T)crtn.o): Remove.
2991         (EXTRA_MULTILIB_PARTS): Remove.
2992         * config/mips/t-sr71k (EXTRA_MULTILIB_PARTS, CRTSTUFF_T_CFLAGS):
2993         Remove.
2994         ($(T)crti.o, $(T)crtn.o): Remove.
2995         * config/mips/t-st (EXTRA_MULTILIB_PARTS): Remove.
2996         * config/mips/t-vr (CRTSTUFF_T_CFLAGS): Remove.
2997         (EXTRA_MULTILIB_PARTS): Remove.
2998         ($(T)crti.o, $(T)crtn.o): Remove.
2999         * config/mmix/crti.asm: Move to ../libgcc/config/crti.S.
3000         * config/mmix/crtn.asm: Move to ../libgcc/config/crtn.S.
3001         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Remove.
3002         * config/moxie/crti.asm, config/moxie/crtn.asm: Remove.
3003         * config/pa/stublib.c: Move to libgcc/config/pa.
3004         * config/pa/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3005         * config/pa/t-linux64 (CRTSTUFF_T_CFLAGS_S): Remove.
3006         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS, stublib.c): Remove.
3007         (pthread_default_stacksize_np-stub.o, pthread_mutex_lock-stub.o)
3008         (pthread_mutex_unlock-stub.o, pthread_once-stub.o)
3009         ($(T)libgcc_stub.a): Remove.
3010         * config/pa/t-pa64 (LIBGCCSTUB_OBJS, stublib.c): Remove.
3011         (rfi-stub.o, dfi-stub.o, cxaf-stub.o, jvrc-stub.o)
3012         (pthread_default_stacksize_np-stub.o, pthread_mutex_lock-stub.o)
3013         (pthread_mutex_unlock-stub.o, pthread_once-stub.o)
3014         ($(T)libgcc_stub.a): Remove.
3015         * config/rs6000/eabi-cn.asm: Move to
3016         ../../../libgcc/config/rs6000/eabi-cn.S.
3017         * config/rs6000/eabi-ci.asm: Move to
3018         ../../../libgcc/config/rs6000/eabi-ci.S.
3019         * config/rs6000/sol-ci.asm: Move to
3020         ../../../libgcc/config/rs6000/sol-ci.S.
3021         * config/rs6000/sol-cn.asm: Move to
3022         ../../../libgcc/config/rs6000/sol-cn.S.
3023         * config/rs6000/t-lynx (EXTRA_MULTILIB_PARTS): Remove.
3024         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3025         * config/rs6000/t-netbsd (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S):
3026         Remove.
3027         (EXTRA_MULTILIB_PARTS): Remove.
3028         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Remove.
3029         (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
3030         ($(T)ecrti$(objext), $(T)ecrtn$(objext), $(T)ncrti$(objext),
3031         ($(T)ncrtn$(objext)): Remove.
3032         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3033         * config/rs6000/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3034         * config/rx/t-rx (EXTRA_MULTILIB_PARTS): Remove.
3035         * config/score/crti.asm: Move to ../libgcc/config/score/crti.S.
3036         * config/score/crtn.asm: Move to ../libgcc/config/score/crtn.S.
3037         * config/score/t-score-elf: Remove.
3038         * config/sh/crt1.asm: Move to ../libgcc/config/sh/crt1.S.
3039         * config/sh/crti.asm: Move to ../libgcc/config/sh/crti.S.
3040         * config/sh/crtn.asm: Move to ../libgcc/config/sh/crtn.S.
3041         * config/sh/lib1funcs-4-300.asm: Move to
3042         ../../../libgcc/config/sh/lib1funcs-4-300.S.
3043         * config/sh/lib1funcs-Os-4-200.asm: Move to
3044         ../libgcc/config/sh/lib1funcs-Os-4-200.S.
3045         * config/sh/t-elf: Remove.
3046         * config/sh/t-linux (EXTRA_MULTILIB_PARTS): Remove.
3047         * config/sh/t-linux64: Remove.
3048         * config/sh/t-netbsd (EXTRA_MULTILIB_PARTS): Remove.
3049         * config/sh/t-sh ($(T)crt1.o, $(T)crti.o, $(T)crtn.o): Remove.
3050         (IC_EXTRA_PARTS, OPT_EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Remove.
3051         ($(T)ic_invalidate_array_4-100.o)
3052         ($(T)libic_invalidate_array_4-100.a)
3053         ($(T)ic_invalidate_array_4-200.o)
3054         ($(T)libic_invalidate_array_4-200.a, $(T)ic_invalidate_array_4a.o)
3055         ($(T)libic_invalidate_array_4a.a, $(T)sdivsi3_i4i-Os-4-200.o)
3056         ($(T)udivsi3_i4i-Os-4-200.o, $(T)unwind-dw2-Os-4-200.o)
3057         ($(T)libgcc-Os-4-200.a, $(T)div_table-4-300.o)
3058         ($(T)libgcc-4-300.a): Remove.
3059         * config/sh/t-superh: Remove.
3060         * config/sh/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3061         * config/sparc/t-linux64 (CRTSTUFF_T_CFLAGS): Remove.
3062         * config/spu/cache.S: Move to ../libgcc/config/spu.
3063         * config/spu/cachemgr.c: Move to ../libgcc/config/spu.
3064         * config/spu/t-spu-elf (CRTSTUFF_T_CFLAGS): Remove.
3065         (EXTRA_MULTILIB_PARTS): Remove.
3066         ($(T)cachemgr.o, $(T)cachemgr_nonatomic.o, $(T)libgcc_%.a): Remove.
3067         ($(T)cache8k.o, $(T)cache16k.o, $(T)cache32k.o, $(T)cache32k.o)
3068         ($(T)cache64k.o, $(T)cache128k.o): Remove.
3069         * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Remove.
3070         * config/t-libc-ok: Remove.
3071         * config/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3072         * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Remove.
3073         * config/t-netbsd: Remove.
3074         * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Remove.
3075         * config/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3076         * config/vms/t-vms (VMS_EXTRA_PARTS): Remove.
3077         ($(T)vcrt0.o, $(T)pcrt0.o): Remove.
3078         * config/vms/vms-ucrt0.c: Move to ../libgcc/config/vms.
3079         * config/xtensa/crti.asm: Move to ../libgcc/config/xtensa/crti.S.
3080         * config/xtensa/crtn.asm: Move to ../libgcc/config/xtensa/crtn.S.
3081         * config/xtensa/t-elf (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3082         (EXTRA_MULTILIB_PARTS): Remove.
3083         * config/xtensa/t-linux: Remove.
3084         * config/xtensa/t-xtensa ($(T)crti.o, $(T)crtn.o): Remove.
3085
3086 2011-11-02  Uros Bizjak  <ubizjak@gmail.com>
3087
3088         * config/i386/i386.c (bdesc_args) [IX86_BUILTIN_CVTTPD2DQ256]: Use
3089         CODE_FOR_fix_truncv4dfv4si2, not CODE_FOR_fix_truncv4sfv4si2.
3090
3091 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3092
3093         PR translation/45116
3094         * Makefile.in (slibdir): Remove, don't export.
3095         (SHLIB_NM_FLAGS): Remove.
3096         (libgcc.mvars): Don't emit SHLIB_LINK, SHLIB_INSTALL,
3097         SHLIB_DLLDIR, SHLIB_EXT, SHLIB_MKMAP, SHLIB_MKMAP_OPTS,
3098         SHLIB_MAPFILES, SHLIB_NM_FLAGS.
3099         (DRIVER_DEFINES): Test SHLIB instead of SHLIB_LINK.
3100         (gcc.o): Pass SHLIB instead of SHLIB_LINK.
3101         (gccspec.o): Likewise.
3102         (installdirs): Don't create $(DESTDIR)$(slibdir).
3103         * configure.ac (slibdir): Remove.
3104         * configure: Regenerate.
3105         * libgcc-libsystem.ver: Move to ../libgcc/config.
3106         * mkmap-flat.awk, mkmap-symver.awk: Move to ../libgcc.
3107         * config/libgcc-glibc.ver: Move to ../libgcc/config.
3108         * config/t-libunwind (SHLIB_LC): Remove.
3109         * config/t-linux (SHLIB_MAPFILES): Remove.
3110         * config/t-slibgcc-dummy: Rename to config/t-slibgcc.
3111         * config/t-slibgcc-elf-ver: Remove.
3112         * config/t-slibgcc-libgcc, config/t-slibgcc-nolc-override: Move to
3113         ../libgcc/config.
3114         * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: Move
3115         to ../libgcc/config/alpha.
3116         * config/alpha/t-vms (shlib_version, SHLIB_EXT, SHLIB_OBJS,
3117         SHLIB_NAME, SHLIB_MULTILIB, SHLIB_INSTALL, SHLIB_SYMVEC,
3118         SHLIB_SYMVECX2, SHLIB_LINK): Remove.
3119         * config/arm/libgcc-bpabi.ver: Move to ../libgcc/config/arm.
3120         * config/arm/t-bpabi (SHLIB_MAPFILES): Remove.
3121         * config/arm/t-netbsd (SHLIB_EXT, SHLIB_NAME, SHLIB_SONAME,
3122         SHLIB_OBJS, SHLIB_LINK, SHLIB_INSTALL): Remove.
3123         * config/arm/t-symbian (SHLIB_LC): Remove.
3124         * config/bfin/libgcc-bfin.ver: Move to
3125         ../libgcc/config/bfin/libgcc-glibc.ver.
3126         * config/bfin/t-bfin-linux (SHLIB_MAPFILES): Remove.
3127         * config/c6x/libgcc-c6xeabi.ver: Move to
3128         ../libgcc/config/c6x/libgcc-eabi.ver.
3129         * config/c6x/t-c6x-elf (SHLIB_MAPFILES): Remove.
3130         * config/cris/libgcc.ver: Move to
3131         ../libgcc/config/cris/libgcc-glibc.ver.
3132         * config/cris/t-linux (SHLIB_MAPFILES): Remove.
3133         * config/frv/libgcc-frv.ver: Move to ../libgcc/config/frv.
3134         * config/frv/t-linux (SHLIB_MAPFILES): Remove.
3135         * config/i386/darwin-libgcc.10.4.ver: Move to
3136         ../libgcc/config/i386/libgcc-darwin.10.4.ver.
3137         * config/i386/darwin-libgcc.10.5.ver: Move to
3138         ../libgcc/config/i386/libgcc-darwin.10.5.ver.
3139         * config/i386/libgcc-glibc.ver: Move to ../libgcc/config/i386.
3140         * config/i386/t-cygming (SHLIB_EXT, SHLIB_IMPLIB, SHLIB_SOVERSION,
3141         SHLIB_SONAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_DIR, SHLIB_SLIBDIR_QUAL)
3142         SHLIB_PTHREAD_CFLAG, SHLIB_PTHREAD_LDFLAG, SHLIB_LINK,
3143         SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MKMAP_OPTS, SHLIB_MAPFILES): Remove.
3144         * config/i386/t-cygwin (SHLIB_LC, SHLIB_EH_EXTENSION,
3145         SHLIB_IMPLIB, SHLIB_SONAME, SHLIB_MKMAP_OPTS): Remove.
3146         * config/i386/t-dlldir, config/i386/t-dlldir-x: Move to
3147         ../libgcc/config/i386.
3148         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: Move to
3149         ../libgcc/config/i386.
3150         * config/i386/t-linux: Move to ../libgcc/config/i386.
3151         * config/i386/t-mingw-pthread: Move to ../libgcc/config/i386.
3152         * config/i386/t-mingw-w32 (SHLIB_LC): Remove.
3153         * config/i386/t-mingw-w64: Likewise.
3154         * config/i386/t-mingw32: Remove.
3155         * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: Move
3156         to ../libgcc/config/ia64.
3157         * config/ia64/t-glibc: Remove.
3158         * config/ia64/t-hpux (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL): Remove.
3159         * config/ia64/t-ia64 (SHLIB_MAPFILES): Remove.
3160         * config/ia64/t-vms (shlib_version, SHLIB_EXT, SHLIB_OBJS,
3161         SHLIB_NAME, SHLIB_MULTILIB, SHLIB_INSTALL, SHLIB_LINK): Remove.
3162         * config/ia64/vms_symvec_libgcc_s.opt: Remove.
3163         * config/m32r/libgcc-glibc.ver: Move to ../libgcc/config/m32r.
3164         * config/m32r/t-linux (SHLIB_MAPFILES): Remove.
3165         * config/m68k/t-slibgcc-elf-ver: Move to ../libgcc/config/m68k.
3166         * config/mips/t-libgcc-mips16 (SHLIB_MAPFILES): Remove.
3167         * config/pa/t-hpux-shlib: Move to ../libgcc/config/pa/t-slibgcc-hpux.
3168         * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver:
3169         Move to ../libgcc/config/pa.
3170         * config/rs6000/darwin-libgcc.10.4.ver: Move to
3171         ../libgcc/config/rs6000/libgcc-darwin.10.4.ver.
3172         * config/rs6000/darwin-libgcc.10.5.ver: Move to
3173         ../libgcc/config/rs6000/libgcc-darwin.10.5.ver.
3174         * config/rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL,
3175         SHLIB_LIBS, SHLIB_MKMAP, SHLIB_NM_FLAGS, AR_FLAGS_FOR_TARGET): Remove.
3176         * config/rs6000/t-aix52: Likewise.
3177         * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: Move to
3178         ../libgcc/config/sh.
3179         * config/sparc/libgcc-sparc-glibc.ver: Move to
3180         ../libgcc/config/sparc/libgcc-glibc.ver.
3181         * config/sparc/t-linux: Move to ../libgcc/config/sparc.
3182         * config/xtensa/t-linux (SHLIB_MAPFILES): Remove.
3183         * config/xtensa/libgcc-xtensa.ver: Move to
3184         ../libgcc/config/xtensa/libgcc-glibc.ver.
3185         * config.gcc (*-*-freebsd*): Replace t-slibgcc-elf-ver with
3186         t-slibgcc in tmake_file.
3187         Remove t-slibgcc-nolc-override for *-*-freebsd[34],
3188         *-*-freebsd[34].* with pthreads.
3189         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu,
3190         *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Replace
3191         t-slibgcc-elf-ver with t-slibgcc in tmake_file.
3192         (*-*-netbsd*): Likewise.
3193         (*-*-solaris2*): Replace t-slibgcc-dummy with t-slibgcc in tmake_file.
3194         (*-*-*vms*): Add t-slibgcc to tmake_file.
3195         (alpha*-*-linux*): Remove alpha/t-linux from tmake_file.
3196         (alpha*-dec-osf5.1*): Replace t-slibgcc-dummy with t-slibgcc in
3197         tmake_file.
3198         (arm*-*-linux*): Remove t-slibgcc-libgcc from tmake_file for
3199         arm*-*-linux-*eabi.
3200         (bfin*-linux-uclibc*): Replace t-slibgcc-dummy with t-slibgcc in
3201         tmake_file.
3202         (crisv32-*-linux*, cris-*-linux*): Likewise.
3203         (hppa*-*-linux*): Remove t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
3204         pa/t-slibgcc-dwarf-ver from tmake_file.
3205         (hppa[12]*-*-hpux10*): Replace pa/t-hpux-shlib with t-slibgcc in
3206         tmake_file.
3207         Remove pa/t-slibgcc-sjlj-ver, pa/t-slibgcc-dwarf-ver from tmake_file.
3208         (hppa*64*-*-hpux11*): Likewise.
3209         (hppa[12]*-*-hpux11*): Likewise.
3210         (i[34567]86-*-darwin*): Replace t-slibgcc-dummy in t-slibgcc in
3211         tmake_file.
3212         (x86_64-*-darwin*): Likewise.
3213         (i[34567]86-*-cygwin*): Remove tmake_eh_file, tmake_dlldir_file.
3214         Add t-slibgcc to tmake_file.
3215         (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
3216         Remove i386/t-mingw32 from tmake_file unless x86_64-w64-*,
3217         i[34567]86-w64-*.
3218         Remove i386/t-mingw-pthread from tmake_file.
3219         (ia64*-*-linux*): Remove ia64/t-glibc from tmake_file.
3220         (ia64*-*-hpux*): Add t-slibgcc to tmake_file.
3221         (ia64-hp-*vms*): Likewise.
3222         (m32r-*-linux*): Replace t-slibgcc-elf-ver with t-slibgcc in
3223         tmake_file.
3224         (m32rle-*-linux*): Likewise.
3225         (m68k-*-linux*): Remove m68k/t-slibgcc-elf-ver from tmake_file.
3226         (microblaze*-linux*): Remove t-slibgcc-elf-ver,
3227         t-slibgcc-nolc-override from tmake_file.
3228         (mips-sgi-irix6.5*): Replace t-slibgcc-dummy with t-slibgcc in
3229         tmake_file.
3230         (powerpc-*-darwin*): Likewise.
3231         (powerpc64-*-darwin*): Likewise.
3232         (powerpc-*-freebsd*): Remove t-slibgcc-libgcc from tmake_file.
3233         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
3234         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
3235         t-slibgcc to tmake_file.
3236         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
3237         (rs6000-ibm-aix5.2.*, powerpc-ibm-aix5.2.*): Likewise.
3238         (rs6000-ibm-aix5.3.*, powerpc-ibm-aix5.3.*): Likewise.
3239         (rs6000-ibm-aix[6789].*, powerpc-ibm-aix[6789].*): Likewise.
3240         (sparc-*-linux*): Remove sparc/t-linux from tmake_file.
3241         (sparc64-*-linux*): Likewise.
3242         (tic6x-*-uclinux): Replace t-slibgcc-elf-ver with t-slibgcc in
3243         tmake_file.
3244         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3245         x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Remove i386/t-linux
3246         from tmake_file.
3247
3248 2011-11-02  Richard Guenther  <rguenther@suse.de>
3249
3250         PR tree-optimization/50902
3251         * tree-vect-stmts.c (vectorizable_load): Properly convert
3252         an invariant initializer element.
3253
3254 2010-11-02  Richard Guenther  <rguenther@suse.de>
3255
3256         PR tree-optimization/50890
3257         * gimple.h (gimple_fold_call): Remove.
3258         * gimple-fold.c (fold_stmt_1): Move all call related code to ...
3259         (gimple_fold_call): ... here.  Make static.  Update the
3260         cannot-inline flag on direct calls.
3261         * ipa-inline.c (early_inliner): Copy the cannot-inline flag
3262         from the statements to the edges.
3263
3264 2011-11-01  Ian Lance Taylor  <iant@google.com>
3265
3266         * godump.c (struct macro_hash_value): Define.
3267         (macro_hash_hashval): New static function.
3268         (macro_hash_eq, macro_hash_del): New static functions.
3269         (go_define): Use macro_hash_value to store values in macro_hash.
3270         Replace an old value on a redefinition.  Don't print anything to
3271         go_dump_file.
3272         (go_undef): Delete the entry from the hash table.
3273         (go_output_typedef): For an enum, use macro_hash_value, and don't
3274         print anything to go_dump_file.
3275         (go_print_macro): New static function.
3276         (go_finish): Traverse macro_hash with go_print_macro.
3277         (dump_go_spec_init): Update macro_hash creation for macro_hash_value.
3278
3279 2011-11-02  Alan Modra  <amodra@gmail.com>
3280
3281         * config/rs6000/rs6000.c (rs6000_code_end): Declare ATTRIBUTE_UNUSED.
3282
3283 2011-11-01  Paolo Carlini  <paolo.carlini@oracle.com>
3284
3285         PR c++/44277
3286         * doc/invoke.texi: Document -Wzero-as-null-pointer-constant.
3287
3288 2011-11-01  Andrew Stubbs  <ams@codesourcery.com>
3289
3290         * config/arm/bpabi.h (BE8_LINK_SPEC): Recognize generic-armv7 tuning.
3291
3292 2011-11-01  Uros Bizjak  <ubizjak@gmail.com>
3293
3294         * config/i386/i386.md (splitters for int-float conversion): Use
3295         SUBREG_REG on SUBREGs in splitter constraints.
3296
3297 2011-11-01  Jakub Jelinek  <jakub@redhat.com>
3298
3299         * config/i386/i386-protos.h (ix86_expand_adjust_ufix_to_sfix_si): New
3300         prototype.
3301         * config/i386/i386.c (ix86_expand_adjust_ufix_to_sfix_si): New
3302         function.
3303         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): Use it.
3304         (ssepackfltmode): New mode attr.
3305         (vec_pack_ufix_trunc_<mode>): New expander.
3306
3307 2011-11-01  Uros Bizjak  <ubizjak@gmail.com>
3308
3309         PR target/50940
3310         * config/i386/i386.md (floatsi<mode>2_vector_sse_with_temp splitter):
3311         Compare <ssevecmode>mode to V4SFmode, not V4SImode.
3312
3313 2011-11-01  Peter Bergner  <bergner@vnet.ibm.com>
3314
3315         * config.gcc (powerpc*-*-linux*): Add powerpc*-*-linux*ppc476* variant.
3316         * config/rs6000/476.h: New file.
3317         * config/rs6000/476.opt: Likewise.
3318         * config/rs6000/rs6000.h (TARGET_LINK_STACK): New define.
3319         (SET_TARGET_LINK_STACK): Likewise.
3320         (TARGET_ASM_CODE_END): Define.
3321         * config/rs6000/rs6000.c (rs6000_option_override_internal): Enable
3322         TARGET_LINK_STACK for -mtune=476 and -mtune=476fp.
3323         (rs6000_legitimize_tls_address): Emit the link stack preserving GOT
3324         code if TARGET_LINK_STACK.
3325         (rs6000_emit_load_toc_table): Likewise.
3326         (output_function_profiler): Likewise
3327         (macho_branch_islands): Likewise
3328         (machopic_output_stub): Likewise
3329         (get_ppc476_thunk_name): New function.
3330         (rs6000_code_end): Likewise.
3331         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
3332         Convert to a define_expand.
3333         (load_toc_v4_PIC_1_normal): New define_insn.
3334         (load_toc_v4_PIC_1_476): Likewise.
3335         (load_toc_v4_PIC_1b_normal): Likewise.
3336         (load_toc_v4_PIC_1b_476): Likewise.
3337
3338 2011-11-01  Georg-Johann Lay  <avr@gjlay.de>
3339
3340         PR target/50910
3341         * config/avr/avr.opt (-mbranch-cost=): New option.
3342         * config/avr/avr.h (BRANCH_COST): Define to avr_branch_cost.
3343         * config/avr/avr.c (avr_rtx_costs_1): Adjust [U]DIV/[U]MOD costs.
3344         * config/avr/avr.md (*addqi3.lt0, *addhi3.lt0, *addsi3.lt0): New insns.
3345         (*addhi3_zero_extend1): Remove % in constraint of operand 1.
3346         (*addhi3.sign_extend1, *subhi3.sign_extend2): New insns.
3347
3348 2011-11-01  Tom de Vries  <tom@codesourcery.com>
3349
3350         PR tree-optimization/50908
3351         * tree-ssa-tail-merge.c (update_vuses): Now that edges are removed
3352         before update_vuses, test for 1 predecessor rather than two.
3353         (delete_block_update_dominator_info): New function, part of it factored
3354         out of ...
3355         (replace_block_by): Use delete_block_update_dominator_info.  Call
3356         update_vuses after deleting bb1 and updating dominator info, instead of
3357         before.
3358
3359 2011-11-01  David S. Miller  <davem@davemloft.net>
3360
3361         * config/sparc/sparc.c (vector_init_faligndata): New function.
3362         (sparc_expand_vector_init): Use it for V4HImode on VIS1.
3363
3364         * config/sparc/sparc.c (sparc_expand_vcond): New function.
3365         * config/sparc/sparc-protos.h (sparc_expand_vcond): Declare it.
3366         * config/sparc/sparc.md (vcond<mode><mode>): New VIS3 expander.
3367         (vconduv8qiv8qi): Likewise.
3368
3369 2011-11-01  Alexandre Oliva  <aoliva@redhat.com>
3370
3371         PR debug/50869
3372         * cselib.c (cfa_base_preserved_regno): Initialize.
3373         (cselib_expand_value_rtx_1): Don't expand it.
3374         * var-tracking.c (vt_expand_var_loc_chain): Initialize depth.
3375         Check it's only zero if result is NULL.
3376
3377 2011-11-01  Jakub Jelinek  <jakub@redhat.com>
3378
3379         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): New
3380         expander.
3381
3382         * config/i386/sse.md (sseintvecmode): Remove duplicate modes.
3383         (sseintvecmodelower): New mode iterator.
3384         (floatv8siv8sf2, floatunsv4siv4sf2): Macroize into...
3385         (float<sseintvecmodelower><mode>2): ... this using VF1 iterator.
3386         (floatunsv4siv4sf2): Macroize into...
3387         (floatuns<sseintvecmodelower><mode>2): ... this using VF1 iterator.
3388
3389 2011-10-31  David S. Miller  <davem@davemloft.net>
3390
3391         * config/sparc/sparc.md (cmask patterns): Allow zero operand.
3392
3393         * dwarf2out.c (cached_next_real_insn): New.
3394         (dwarf2out_end_epilogue): Set it to NULL_RTX.
3395         (dwarf2out_var_location): Remove cached_next_real_insn local static.
3396
3397 2011-10-31  Richard Henderson  <rth@redhat.com>
3398
3399         * config/i386/sse.md (floatv8siv8sf2): Rename from avx_cvtdq2ps256.
3400         (floatv4siv4sf2): Rename from sse2_cvtdq2ps.
3401         (floatunsv4siv4sf2): Rename from sse2_cvtudq2ps.
3402         (fix_truncv8sfv8si2): Rename from avx_cvttps2dq256.
3403         (fix_truncv4sfv4si2): Rename from sse2_cvttps2dq.
3404         (floatv4siv4df2): Rename from avx_cvtdq2pd256.
3405         (fix_truncv4dfv4si2): Rename from avx_cvttpd2dq256.
3406         (vec_unpacku_float_hi_v8si): Update for insn pattern name changes.
3407         * config/i386/i386.md (splitters for int-float conversion): Likewise.
3408         * config/i386/i386.c (ix86_split_convert_uns_si_sse): Likewise.
3409         (bdesc_args): Likewise.
3410         (enum ix86_builtins) [IX86_BUILTIN_CVTUDQ2PS]: Remove.
3411         (ix86_vectorize_builtin_conversion): Remove.
3412         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.
3413
3414 2011-10-31  Martin Jambor  <mjambor@suse.cz>
3415
3416         * ipa-prop.c (mark_modified): Moved up in the file.
3417         (is_parm_modified_before_call): Renamed to
3418         is_parm_modified_before_stmt, moved up in the file.
3419         (load_from_unmodified_param): New function.
3420         (compute_complex_assign_jump_func): Also attempt to create pass
3421         through jump functions for values loaded from (addressable)
3422         parameters.
3423
3424 2011-10-31  Jakub Jelinek  <jakub@redhat.com>
3425
3426         * tree-vect-stmts.c (vectorizable_shift): If op1 is vect_external_def
3427         in a loop and has different type from op0, cast it to op0's type
3428         before the loop first.  For slp give up.  Don't crash if op1_vectype
3429         is NULL.
3430
3431 2011-10-31  Paul Brook  <paul@codesourcery.com>
3432
3433         * cgraphunit.c: Don't mark clones as static constructors.
3434
3435 2011-10-31  David Edelsohn  <dje.gcc@gmail.com>
3436
3437         * gcc-ar: Do not include stdio.h.
3438
3439 2011-10-31  Diego Novillo  <dnovillo@google.com>
3440
3441         * tree-streamer-out.c (pack_ts_base_value_fields): Emit
3442         TYPE_ADDR_SPACE.
3443         * tree-streamer-in.c (unpack_ts_base_value_fields): Read
3444         TYPE_ADDR_SPACE.
3445
3446 2011-10-30  David S. Miller  <davem@davemloft.net>
3447
3448         * config/sparc/sparc.c (vector_init_bshuffle): New function.
3449         (vector_init_fpmerge): New function.
3450         (sparc_expand_vector_init): Use them to improve non-const cases.
3451
3452         * dwarf2out.c (dwarf2out_var_location): When processing several
3453         consecutive location notes, cache the result of next_real_insn().
3454
3455 2011-10-30  Uros Bizjak  <ubizjak@gmail.com>
3456
3457         * config/i386/i386.md (avx2_vec_dup<mode>): Macroize insn from
3458         avx2_vec_dup{v8sf,v4sf} using VF1 mode iterator.
3459         (vec_dupv4sf): Remove expander.
3460         (vec_dupv4sf): Merge from *vec_dupv4sf and *vec_dupv4sf_avx.
3461         (vec_dupv2df): Remove expander.
3462         (vec_dupv2df): Merge from *vec_dupv2df and *vec_dupv2df_sse3.
3463         (*vec_concatv2df): Merge *vec_concatv2df_sse3.
3464         (*vec_dupv4si): Merge *vec_dupv4si_avx.
3465         (*vec_dupv2di): Merge *vec_dupv2di_sse3.
3466
3467 2011-10-30  Dmitry Plotnikov  <dplotnikov@ispras.ru>
3468
3469         * tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.
3470         * optabs.c (supportable_convert_operation): New function.
3471         * optabs.h (supportable_convert_operation): New prototype.
3472         * tree-vect-stmts.c (vectorizable_conversion): Change condition and
3473         behavior for NONE modifier case.
3474         * tree.h (VECTOR_INTEGER_TYPE_P): New macro.
3475
3476 2011-10-30  Jakub Jelinek  <jakub@redhat.com>
3477
3478         * tree-vectorizer.h (NUM_PATTERNS): Bump to 9.
3479         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): New
3480         function.
3481         (vect_vect_recog_func_ptrs): Add it.
3482
3483 2011-10-30  David S. Miller  <davem@davemloft.net>
3484
3485         * reorg.c (label_before_next_insn): New function.
3486         (relax_delay_slots): Use it instead of prev_label.
3487         * rtl.h (prev_label): Delete declaration.
3488         * emit-rtl.c (prev_label): Remove.
3489
3490 2011-10-30  Revital Eres  <revital.eres@linaro.org>
3491
3492         * modulo-sched.c (generate_prolog_epilog): Mark prolog and epilog
3493         as BB_DISABLE_SCHEDULE.
3494         (mark_loop_unsched): New function.
3495         (sms_schedule): Call it.
3496
3497 2011-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3498
3499         PR target/50617
3500         * config/pa/protos.h (attr_length_save_restore_dltp): Delete.
3501         (cmpib_comparison_operator): Likewise.
3502         (following_cal, output_and, output_ior, output_move_double,
3503         output_fp_move_double, output_block_move, output_block_clear,
3504         output_cbranch, output_lbranch, output_bb, output_bvb, output_dbra,
3505         output_movb, output_parallel_movb, output_parallel_addb, output_call,
3506         output_indirect_call, output_millicode_call, output_mul_insn,
3507         output_div_insn, output_mod_insn, singlemove_string,
3508         output_arg_descriptor, output_global_address, print_operand,
3509         legitimize_pic_address, hppa_encode_label, symbolic_expression_p,
3510         fmpyaddoperands, fmpysuboperands, emit_bcond_fp, emit_move_sequence,
3511         emit_hpdiv_const, is_function_label_plus_const, jump_in_call_delay,
3512         hppa_fpstore_bypass_p, attr_length_millicode_call, attr_length_call,
3513         attr_length_indirect_call, return_addr_rtx, function_arg_padding,
3514         insn_refs_are_delayed, get_deferred_plabel, ldil_cint_p, zdepi_cint_p,
3515         output_ascii, compute_frame_size, and_mask_p, cint_ok_for_move,
3516         hppa_expand_prologue, hppa_expand_epilogue, ior_mask_p,
3517         compute_zdepdi_operands, output_64bit_and, output_64bit_ior,
3518         reloc_needed, magic_milli, shadd_constant_p): Consistently prefix
3519         exported functions and variables with "pa_".
3520         * config/pa/predicates.md: Likewise.
3521         * config/pa/pa64-hpux.h: likewise.
3522         * config/pa/som.h: Likewise.
3523         * config/pa/elf.h: Likewise.
3524         * config/pa/pa64-linux.h: Likewise.
3525         * config/pa/pa.md: Likewise.
3526         * config/pa/pa.c: Likewise.
3527         * config/pa/pa-linux.h: Likewise.
3528         * config/pa/pa.h: Likewise.
3529         * config/pa/constraints.md: Likewise.
3530
3531 2011-10-29  Uros Bizjak  <ubizjak@gmail.com>
3532
3533         * config/i386/i386.md (xop_sha<mode>3): Rename from xop_ashl<mode>3.
3534         Update all uses.
3535         (xop_shl<mode>3): Rename from xop_lshl<mode>3.  Update all uses.
3536         * config/i386/i386.c: Update all uses.
3537
3538 2011-10-29  Uros Bizjak  <ubizjak@gmail.com>
3539
3540         * config/i386/i386.md (lshlv16qi3): Remove expander.
3541         (lshrv16qi3): New expander.
3542         (<shift_insn>v16qi3): Macroize expander from ashrv16qi3 and lshrv16qi3
3543         using any_shiftrt code iterator. Cleanup.
3544         (ashlv16qi3): Cleanup.
3545         (ashrv2di3): Ditto.
3546
3547 2011-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3548
3549         PR target/50691
3550         * config/pa/pa.c (emit_move_sequence): Legitimize TLS symbol
3551         references.
3552         (pa_legitimate_constant_p): Return false for TLS_MODEL_GLOBAL_DYNAMIC
3553         and TLS_MODEL_LOCAL_DYNAMIC symbol references.
3554
3555 2011-10-29  Georg-Johann Lay  <avr@gjlay.de>
3556
3557         PR target/50887
3558         * config/avr/avr.opt (-maccumulate-args): New option.
3559         * config/avr/avr.h (STARTING_FRAME_OFFSET): Redefine to
3560         avr_starting_frame_offset.
3561         (ACCUMULATE_OUTGOING_ARGS): Define to avr_accumulate_outgoing_args.
3562         * config/avr/avr.md (UNSPECV_WRITE_SP_IRQ_ON): Remove.
3563         (UNSPECV_WRITE_SP_IRQ_OFF): Remove.
3564         (UNSPECV_WRITE_SP): New constant.
3565         (*addhi3_sp_R): Rewrite to...
3566         (*addhi3_sp): ...this new insn.
3567         (movhi_sp_r_irq_off, movhi_sp_r_irq_on): Combine to...
3568         (movhi_sp_r): ...this new insn.
3569         * config/avr/avr-protos.h (avr_accumulate_outgoing_args): New.
3570         (avr_starting_frame_offset): New.
3571         * config/avr/avr.c (avr_accumulate_outgoing_args): New function.
3572         (avr_starting_frame_offset): New function.
3573         (avr_outgoing_args_size): New static function.
3574         (avr_initial_elimination_offset): Use it.
3575         (avr_simple_epilogue): Use it.
3576         (avr_asm_function_end_prologue): Use it.
3577         (expand_epilogue): Use it.
3578         (expand_prologue): Use it.  Break out code to...
3579         (avr_prologue_setup_frame): ...this new static function.
3580         (avr_can_eliminate): Allow eliminating to frame pointer if there
3581         is one.
3582         (avr_frame_pointer_required_p): Use frame pointer if target has a
3583         nonlocal label.
3584         * config/avr/constraints.md (R): Remove.
3585         (Csp): New constraint.
3586         * config/avr/predicates.md (avr_sp_immediate_operand): Use it.
3587
3588 2011-10-29  Andi Kleen  <ak@linux.intel.com>
3589
3590         * gcc-ar.c (target_machine): Add.
3591
3592 2011-10-29  Anatoly Sokolov  <aesok@post.ru>
3593
3594         * config/cris/cris.c (reg_ok_for_base_p, reg_ok_for_index_p,
3595         cris_constant_index_p, cris_base_p, cris_index_p,
3596         cris_base_or_autoincr_p, cris_bdap_index_p, cris_biap_index_p,
3597         cris_legitimate_address_p): New functions.
3598         (TARGET_LEGITIMATE_ADDRESS_P): Define.
3599         (cris_pic_symbol_type, cris_valid_pic_const): Change arguments type
3600         from rtx to const_rtx.
3601         (cris_print_operand_address, cris_address_cost,
3602         cris_side_effect_mode_ok):  Use
3603         cris_constant_index_p, cris_base_p, cris_base_or_autoincr_p,
3604         cris_biap_index_p and cris_bdap_index_p.
3605         * config/cris/cris.h (CONSTANT_INDEX_P, BASE_P, BASE_OR_AUTOINCR_P,
3606         BDAP_INDEX_P, BIAP_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
3607         REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
3608         (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_R, EXTRA_CONSTRAINT_T): Use
3609         cris_constant_index_p, cris_base_p, cris_base_or_autoincr_p,
3610         cris_biap_index_p and cris_bdap_index_p.
3611         * config/cris/cris.md (moversideqi movemsideqi peephole2): Use
3612         cris_base_p.
3613         * config/cris/cris-protos.h (cris_constant_index_p, cris_base_p,
3614         cris_base_or_autoincr_p, cris_bdap_index_p, cris_biap_index_p): New
3615         prototype.
3616         (cris_pic_symbol_type, cris_valid_pic_const): Update prototype.
3617
3618 2011-10-21  Andi Kleen  <ak@linux.intel.com>
3619
3620         * ggc-page (PAGE_ALIGN): Add.
3621         (alloc_page, ggc_pch_total_size, ggc_pch_this_base, ggc_pch_read):
3622         Replace ROUND_UP with PAGE_ALIGN.
3623
3624 2011-10-20  Andi Kleen  <ak@linux.intel.com>
3625
3626         * ggc-page (alloc_anon): Add check argument.
3627         (alloc_page): Add fallback to 1 page allocation.
3628         Adjust alloc_anon calls to new argument.
3629
3630 2011-10-18  Andi Kleen  <ak@linux.intel.com>
3631
3632         * ggc-page (release_pages): First free large continuous
3633         chunks in the madvise path.
3634
3635 2011-10-18  Andi Kleen  <ak@linux.intel.com>
3636
3637         * ggc-page.c (alloc_pages): Always round up entry_size.
3638
3639 2011-10-19  Andi Kleen  <ak@linux.intel.com>
3640
3641         * Makefile.in (MOSTLYCLEANFILES): Add gcc-ar/nm/ranlib.
3642         (native): Add gcc-ar, gcc-nm, gcc-ranlib.
3643         (AR_LIBS, gcc-ar, gcc-ar.o, gcc-ranlib, gcc-ranlib.o,
3644         gcc-nm, gcc-nm.o, gcc-ranlib.c, gcc-nm.c): Add.
3645         (install): Depend on install-gcc-ar.
3646         (install-gcc-ar): Add.
3647         (uninstall): Uninstall gcc-ar, gcc-nm, gcc-ranlib.
3648         * gcc-ar.c: Add new file.
3649
3650 2011-10-28  Pat Haugen <pthaugen@us.ibm.com>
3651
3652         * config/rs6000/rs6000.md (define_attr "type"): Add vecdouble.
3653         * config/rs6000/vsx.md (VStype_simple, VStype_mul): Use vecdouble
3654         type for V2DF.
3655         (VStype_div): Use vector types for V2DF/V4SF.
3656         (VStype_sqrt): Use *sqrt types.
3657         (VS_spdp_type): Change type to vecdouble.
3658         (*vsx_fmav2df4, *vsx_nfmsv2df4, vsx_xvcvdpsxws, vsx_xvcvdpuxws,
3659         vsx_xvcvuxdsp, vsx_xvcvsxwdp, vsx_xvcvuxwdp, vsx_xvcvspsxds,
3660         vsx_xvcvspuxds): Likewise.
3661         (*vsx_fms<mode>4): Set type via <VStype_mul>.
3662         (*vsx_eq_<mode>_p, *vsx_gt_<mode>_p, *vsx_ge_<mode>_p): Set type via
3663         <VStype_simple>.
3664         * config/rs6000/power7.md (power7-vecstore): Correct VSU pipe.
3665         (power7-fpcompare, power7-sdiv, power7-ddiv, power7-sqrt,
3666         power7-dsqrt): Correct insn latency.
3667         (power7-vecsimple): Add veccmp type and correct dispatch/VSU values.
3668         (power7-veccmp): Delete.
3669         (power7-vecfloat): Correct latency/dispatch/VSU values.
3670         (define_bypass "power7-vecfloat"): Correct latency and types.
3671         (power7-veccomplex, power7-vecperm): Correct dispatch/VSU values.
3672         (power7-vecdouble, power7-vecfdiv, power7-vecdiv): New.
3673
3674 2011-10-28  Uros Bizjak  <ubizjak@gmail.com>
3675
3676         * config/i386/i386.md (shift_insn): Rename code attribute from
3677         shiftrt_insn.  Also handle ashift RTX.
3678         (shift): Rename code attribute from shiftrt.  Also handle ashift RTX.
3679         (vshift): New code attribute.
3680         (<shift_insn>*): Rename from <shiftrt_insn>*. Update asm templates.
3681         (any_lshift): Move and rename code iterator from ...
3682         * config/i386/sse.md (lshift): ... here.
3683         (lshift_insn): Remove code attribute.
3684         (lshift): Remove code attribute.
3685         (vlshr<mode>3): Use lshiftrt RTX.
3686         (vashr<mode>3, ashrv16qi3, ashrv2di3): Use ashiftrt RTX.
3687         (vashl<mode>3, ashlv16qi3): Use ashift RTX.
3688         (avx2_<lshift>v<mode>): Rename from avx2_<shift_insn>v<mode>.  Use
3689         any_lshift code iterator.  Update asm template.
3690         (<shift_insn><mode>3): Macroize insn from lshr<mode>3 and ashl<mode>3
3691         usign any_lshift code iterator.
3692         * config/i386/mmx.md (mmx_<shift_insn><mode>3): Macroize insn from
3693         mmx_lshr<mode>3 and mmx_ashl<mode>3 usign any_lshift code iterator.
3694         * config/i386/i386.c (bdesc_args) <__builtin_ia32_psll>: Update.
3695
3696 2011-10-28  Georg-Johann Lay  <avr@gjlay.de>
3697
3698         PR target/49313
3699         * config/avr/avr.md (parityhi2): Expand allowing pseudos.
3700         (*parityhi2): New pre-reload insn-and-split to map 16-bit parity
3701         to the libgcc insn.
3702         (*parityqihi2): Same for 8-bit parity.
3703
3704 2011-10-28  Julian Brown  <julian@codesourcery.com>
3705
3706         PR rtl-optimization/47918
3707         * reload1.c (set_initial_label_offsets): Use initial offsets
3708         for labels on the nonlocal_goto_handler_labels chain.
3709
3710 2011-10-28  Iain Sandoe  <iains@gcc.gnu.org>
3711
3712         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA):
3713         Move darwin-fpsave.asm from here to ... LIB2FUNCS_EXTRA.
3714         (LIB2FUNCS_EXTRA):  Add darwin-gpsave.asm.
3715         (TARGET_LIBGCC2_CFLAGS): Ensure that fPIC and -pipe are inherited from
3716         config/t-darwin.
3717         * config/rs6000/darwin.h (FP_SAVE_INLINE): Adjust to enable.
3718         (GP_SAVE_INLINE): Likewise.
3719         (SAVE_FP_PREFIX,  SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
3720         RESTORE_FP_SUFFIX): Set to empty strings.
3721         * config/rs6000/rs6000.c (rs6000_savres_strategy): Implement for Darwin.
3722         (debug_stack_info): Print savres_strategy.
3723         (rs6000_savres_routine_name): Implement for Darwin.
3724         (rs6000_make_savres_rtx): Adjust used register for Darwin.
3725         (rs6000_emit_prologue): Implement out-of-line saves for Darwin.
3726         (rs6000_output_function_prologue): Don't emit .extern for Mach-O.
3727         (rs6000_emit_epilogue): Implement out-of-line saves for Darwin.
3728         * config/rs6000/darwin-gpsave.asm: New file.
3729
3730 2011-10-28  Jakub Jelinek  <jakub@redhat.com>
3731
3732         * config/i386/sse.md (VI4SD_AVX2): Removed.
3733         (VI48_AVX2, VI128_128, VI48_128, VI48_256): New mode iterators.
3734         (vashl<mode>3): Use VI12_128 iterator instead of VI124_128.
3735         Add another expander using VI48_128 iterator for
3736         TARGET_AVX2 || TARGET_XOP and another using VI48_256 iterator
3737         for TARGET_AVX2.
3738         (vlshr<mode>3): Likewise.  Change register_operand predicate to
3739         nonimmediate_operand on last operand in the VI12_128 expander.
3740         (vashr<mode>3): Use VI128_128 iterator instead of VI124_128.
3741         (vashrv4si3, vashrv8si3): New expanders.
3742         (avx2_ashrvv8si, avx2_ashrvv4si, avx2_<lshift>vv8si,
3743         avx2_<lshift>vv2di): Removed.
3744         (avx2_ashrv<mode>): New insn with VI4_AVX2 iterator.
3745         (avx2_<lshift>v<mode>): Macroize using VI48_AVX2
3746         iterator.  Simplify pattern.
3747
3748 2010-10-28  Richard Guenther  <rguenther@suse.de>
3749
3750         PR driver/50876
3751         * lto-wrapper.c (get_options_from_collect_gcc_options):
3752         Properly count arguments.
3753         (run_gcc): Use an obstack to collect argv, properly separate
3754         switches and their arguments.
3755
3756 2011-10-28  Jakub Jelinek  <jakub@redhat.com>
3757
3758         * tree-vect-stmts.c (vectorizable_shift): Give up if op1 has different
3759         vector mode from vectype's mode.
3760
3761 2011-10-28  Chung-Lin Tang  <cltang@codesourcery.com>
3762
3763         PR rtl-optimization/49720
3764         * simplify-rtx.c (simplify_relational_operation_1): Detect
3765         infinite recursion condition in "(eq/ne (plus x cst1) cst2)
3766         simplifies to (eq/ne x (cst2 - cst1))" case.
3767
3768 2011-10-27  David S. Miller  <davem@davemloft.net>
3769
3770         * config/sparc/sparc.md (snedi_special): Only match when not VIS3.
3771         (*snedi_zero): Likewise.
3772         (*snedi_zero_trunc): Likewise.
3773         (snedi_special_vis3): New expander.
3774         (*snedi_zero_vis3): New insn.
3775         (*snedi_zero_trunc_vis3): Likewise.
3776         (*sltu_insn_vis3): Likewise.
3777         (*sltu_insn_vis3_trunc): Likewise.
3778         (addxc): Likewise.
3779         (*addxc_trunc_sp64_vis3): Likewise.
3780         * config/sparc/sparc.c (emit_scc_insn): When VIS3 use the
3781         gen_snedi_special_vis3 expander, and try GTU/LTU addx based
3782         sequences on DImode values.
3783
3784         * config/sparc/sparc.md (64-bit vector moves): Use 'e' not 'f'
3785         constraint.
3786
3787         * regcprop.c (copyprop_hardreg_forward_1): Reject the
3788         transformation when we narrow the mode on big endian.
3789
3790 2011-10-27  Jakub Jelinek  <jakub@redhat.com>
3791
3792         * config/i386/sse.md (avx_cvtpd2dq256_2, avx_cvttpd2dq256_2,
3793         vec_pack_sfix_trunc_v4df, vec_pack_sfix_v4df): New expanders.
3794         (*avx_cvtpd2dq256_2, *avx_cvttpd2dq256_2): New insns.
3795
3796         * config/i386/i386.c (ix86_print_operand): Handle 'q' and 'x'
3797         overrides for -masm=intel memory.
3798         * config/i386/sse.md (sse2_cvtdq2pd, sse2_cvtps2pd,
3799         sse4_1_<code>v8qiv8hi2, avx2_<code>v8qiv8si2,
3800         sse4_1_<code>v4hiv4si2, avx2_<code>v4hiv4di2,
3801         sse4_1_<code>v2siv2di2): Use %q1 instead of %1 for -masm=intel.
3802         (sse4_1_<code>v4qiv4si2, avx2_<code>v4qiv4di2,
3803         sse4_1_<code>v2hiv2di2): Use %k1 instead of %1 for -masm=intel.
3804         (sse4_1_<code>v2qiv2di2): Use %w1 instead of %1 for -masm=intel.
3805
3806 2011-10-27  Martin Jambor  <mjambor@suse.cz>
3807
3808         * ipa-prop.c (compute_pass_through_member_ptrs): Rename parm_info
3809         to parm_ainfo.
3810         (ipa_compute_jump_functions_for_edge): Likewise.
3811         (ipa_compute_jump_functions): Likewise.
3812         (ipa_analyze_indirect_call_uses): Likewise.
3813         (ipa_analyze_call_uses): Likewise.
3814         (ipa_analyze_params_uses): Likewise.
3815         (ipa_analyze_node): Likewise.
3816
3817 2011-10-27  Uros Bizjak  <ubizjak@gmail.com>
3818
3819         PR target/50875
3820         * config/i386/sse.md (*avx_unpcklpd256): Remove extra insn
3821         constraints.  Change alternative 1 to "x,m,1".
3822
3823 2011-10-27  Jakub Jelinek  <jakub@redhat.com>
3824
3825         * Makefile.in (build/gencheck.o): Depend on tree.def and
3826         c-family/c-common.def.
3827
3828         * tree-ssa-strlen.c: Include expr.h.
3829         (get_stridx): Don't use c_strlen, instead use string_constant
3830         and compute string length from it.
3831         * Makefile.in (tree-ssa-strlen.o): Depend on $(EXPR_H).
3832
3833 2011-10-27  Eric Botcazou  <ebotcazou@adacore.com>
3834
3835         PR rtl-optimization/46603
3836         PR bootstrap/50879
3837         * reload.c (push_reload): In the out case, restore previous behavior
3838         for subregs that don't have word mode.
3839
3840 2011-10-27  Ian Lance Taylor  <iant@google.com>
3841
3842         * cppdefault.c: Undef NATIVE_SYSTEM_HEADER_DIR if
3843         CROSS_DIRECTORY_STRUCTURE is defined and TARGET_SYSTEM_ROOT is not.
3844         (cpp_include_defaults): Only use NATIVE_SYSTEM_HEADER_DIR if it is
3845         defined.
3846
3847 2011-10-27  Richard Henderson  <rth@redhat.com>
3848
3849         * optabs.c (expand_vec_perm): Use the correct mode for scaling the
3850         selector.  Save the qimode constant selector for later use by the
3851         qimode vec_perm pattern.
3852
3853 2011-10-27  Bernd Schmidt  <bernds@codesourcery.com>
3854
3855         * config/c6x/c6x.c (unit_req_imbalance, res_mii): Cast the first arg
3856         to unit_req_factor to the right enum type.
3857         (get_unit_operand_masks, reshuffle_units, try_rename_operands,
3858         hwloop_optimize): Remove unused variables.
3859
3860 2010-10-27  Richard Guenther  <rguenther@suse.de>
3861
3862         PR middle-end/50731
3863         * tree-vect-generic.c (do_binop): Handle scalar operands.
3864
3865 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
3866
3867         PR target/37191
3868         * config/i386/sse.md (*vec_extract_v4sf_mem): Avoid combining registers
3869         from different units in a single alternative.
3870
3871 2011-10-26  David S. Miller  <davem@davemloft.net>
3872
3873         * config/sparc/sparc.c (emit_scc_insn): Force attempt of v9 sequences
3874         if we're comparing DImode and comparison is other than EQ or NE.
3875
3876         * config/sparc/sparc.c (emit_scc_insn): Do not try v9 sequences until
3877         LEU/LTU/GEU/GTU is attempted.
3878         * config/sparc/sparc.md (*neg_snesi_sign_extend): New 64-bit insn
3879         and split.
3880         (*neg_seqsi_sign_extend): Likewise.
3881         (*sltu_extend_sp64, *neg_sltu_extend_sp64, *sgeu_extend_sp64,
3882         *neg_sgeu_extend_sp64): New insns.
3883
3884         * config/sparc/sparc-protos.h (sparc_expand_conditional_move): Declare.
3885         * config/sparc/sparc.md (mov<I:mode>cc, mov<F:mode>cc): Call it.
3886         (*mov<I:mode>_cc_v9): Normalize to expect operand 0 always in operand 4.
3887         (*mov<I:mode>_cc_reg_sp64): Likewise.
3888         (*movsf_cc_v9): Likewise.
3889         (*movsf_cc_reg_sp64): Likewise.
3890         (*movdf_cc_v9): Likewise.
3891         (*movdf_cc_reg_sp64): Likewise.
3892         (*movtf_cc_hq_v9): Likewise.
3893         (*movtf_cc_reg_hq_sp64): Likewise.
3894         (*movtf_cc_v9): Likewise.
3895         (*movtf_cc_reg_sp64): Likewise.
3896         * config/sparc/sparc.c (sparc_expand_conditional_move): New function.
3897         (sparc_print_operand): Delete 'c' and 'd' handling, no longer used.
3898
3899 2011-10-26  Eric Botcazou  <ebotcazou@adacore.com>
3900
3901         * reload.c (reload_inner_reg_of_subreg): Change type of return value
3902         and type of OUTPUT parameter to bool and adjust.  Document MODE and
3903         OUTPUT parameters.  Use HARD_REGISTER_P.  Reorder final condition
3904         and improve associated comment.
3905         (push_reload): Clarify and update comments about reloading of subregs.
3906         Adjust calls to reload_inner_reg_of_subreg.  Compute the class upfront
3907         for the reloading of subregs in the out case as well.
3908
3909 2011-10-26  Alexandre Oliva  <aoliva@redhat.com>
3910
3911         PR debug/50826
3912         * var-tracking.c (rtx_debug_expr_p): New.
3913         (use_type): Don't use debug exprs to track non-VTA variables.
3914
3915 2011-10-26  Jeff Law  <law@redhat.com>
3916
3917         * doc/invoke.texi (sink-frequency-threshold): Document.
3918         * tree-ssa-sink.c: Include params.h.
3919         (select_best_block): New function.
3920         (statement_sink_location): Use it.
3921         * params.def (SINK_FREQUENCY_THRESHOLD): New PARAM.
3922
3923 2011-10-26  Iain Sandoe  <iains@gcc.gnu.org>
3924
3925         PR target/48108
3926         * config/darwin.c (top level): Amend comments concerning LTO output.
3927         (lto_section_num): New variable.  (darwin_lto_section_e): New GTY.
3928         (LTO_SECTS_SECTION, LTO_INDEX_SECTION): New.
3929         (LTO_NAMES_SECTION): Rename.
3930         (darwin_asm_named_section): Record LTO section counts and switches
3931         in a vec of darwin_lto_section_e.
3932         (darwin_file_start): Remove unused code.
3933         (darwin_file_end): Put an LTO section termination label.  Handle
3934         output of the wrapped LTO sections, index and names table.
3935
3936 2011-10-26  Alan Modra  <amodra@gmail.com>
3937
3938         * config/rs6000/rs6000.c (rs6000_make_savres_rtx): Delete unneeded
3939         declaration.
3940         (rs6000_emit_stack_reset): Only return insn emitted when it adjusts sp.
3941         (rs6000_make_savres_rtx): Rename to rs6000_emit_savres_rtx.  Use
3942         simple_return in pattern, emit instruction, and set jump_label.
3943         (rs6000_emit_prologue): Update for rs6000_emit_savres_rtx.  Use
3944         simple_return rather than return.
3945         (emit_cfa_restores): New function.
3946         (rs6000_emit_epilogue): Emit cfa_restores when flag_shrink_wrap.
3947         Add missing cfa_restores for SAVE_WORLD.  Add missing LR cfa_restore
3948         when using out-of-line gpr restore.  Add missing LR and FP regs
3949         cfa_restores for out-of-line fpr restore.  Consolidate code setting
3950         up cfa_restores.  Formatting.  Use LR_REGNO define.
3951         (rs6000_output_mi_thunk): Use simple_return rather than return.
3952         * config/rs6000/rs6000.md (sibcall*, sibcall_value*): Likewise.
3953         (return_internal*): Likewise.
3954         (any_return, return_pred, return_str): New iterators.
3955         (return, conditional return insns): Provide both return and
3956         simple_return variants.
3957         * config/rs6000/rs6000.h (EARLY_R12, LATE_R12): Define.
3958         (REG_ALLOC_ORDER): Move r12 before call-saved regs when FIXED_R13.
3959         Move r11 and r0 later to suit shrink-wrapping.
3960
3961 2011-10-26  Richard Guenther  <rguenther@suse.de>
3962
3963         * lto-wrapper.c (run_gcc): Properly init/free obstack.
3964
3965 2011-10-26  Jakub Jelinek  <jakub@redhat.com>
3966
3967         * config/i386/i386.md (UNSPEC_VSIBADDR): New.
3968         * config/i386/predicates.md (vsib_address_operand,
3969         vsib_mem_operator): New predicates.
3970         * config/i386/i386.c (ix86_print_operand_address): Handle
3971         UNSPEC_VSIBADDR addresses.
3972         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>,
3973         avx2_gatherdi<mode>256): Adjust expanders to use MEM with
3974         UNSPEC_VSIBADDR address.
3975         (*avx2_gathersi<mode>, *avx2_gatherdi<mode>, *avx2_gatherdi<mode>256):
3976         Adjust insns to use MEM with UNSPEC_VSIBADDR address.
3977
3978 2011-10-26  Tom de Vries  <tom@codesourcery.com>
3979
3980         PR tree-optimization/50763
3981         * tree-ssa-tail-merge.c (replace_block_by): Update vops if phi_vuse1 or
3982         phi_vuse2 is NULL_TREE only if bb1 dominates or is dominated by bb2.
3983
3984 2011-10-26  Richard Guenther  <rguenther@suse.de>
3985
3986         PR lto/41844
3987         * Makefile.in (lto-wrapper): Depend on and link against opts-common.o.
3988         (lto-wrapper.o): Depend on $(OPTS_H) and $(OPTIONS_H).
3989         * lto-wrapper.c (get_options_from_collect_gcc_options): New function.
3990         (run_gcc): Use it.  Filter out language specific options.
3991
3992 2011-10-26  Andreas Tobler  <andreast@fgznet.ch>
3993
3994         * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the
3995         32-bit target does.
3996
3997 2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
3998
3999         PR driver/46617
4000         * gcc.c (main): Fix fatal_error string for translation.
4001
4002 2011-10-25  Ian Lance Taylor  <iant@google.com>
4003
4004         * tree-eh.c (do_return_redirection): Remove return_value_p
4005         parameter.  Change all callers.
4006         (lower_try_finally_nofallthru): Remove local return_val.
4007         (lower_try_finally_onedest): Likewise.
4008         (lower_try_finally_copy): Likewise.
4009         (lower_try_finally_switch): Likewise.
4010
4011 2011-10-25  H.J. Lu  <hongjiu.lu@intel.com>
4012
4013         * config/i386/mmx.md (*mmx_maskmovq): Replace :SI with :P and
4014         remove "&& !TARGET_64BIT"
4015         (*mmx_maskmovq_rex): Removed.
4016
4017 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4018
4019         PR rtl-optimization/46603
4020         * reload.c (push_reload): In the out case, reload the subreg as well
4021         as the reg if it has word mode.
4022
4023 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4024
4025         * dwarf2out.c (add_gnat_descriptive_type_attribute): Temporarily
4026         suppress debug info for the parent type.
4027
4028 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4029
4030         * config/ia64/ia64.c (ia64_profile_hook): Fix thinko.
4031
4032 2011-10-25  Richard Henderson  <rth@redhat.com>
4033
4034         * config/i386/sse.md (VEC_EXTRACT_EVENODD_MODE): Remove.
4035         (vec_extract_even<mode>, vec_extract_odd<mode>): Remove.
4036
4037         * config/rs6000/altivec.md (vec_extract_evenv8hi,
4038         vec_extract_evenv16qi, vec_extract_oddv4si,
4039         vec_extract_oddv4sf): Remove.
4040
4041         * config/spu/spu.md (vec_extract_evenv4si, vec_extract_evenv4sf,
4042         vec_extract_evenv8hi, vec_extract_evenv16qi, vec_extract_oddv4si,
4043         vec_extract_oddv4sf, vec_extract_oddv8hi, vec_extract_oddv16qi,
4044         vec_interleave_highv4sf, vec_interleave_lowv4sf,
4045         vec_interleave_highv4si, vec_interleave_lowv4si,
4046         vec_interleave_highv8hi, vec_interleave_lowv8hi,
4047         vec_interleave_highv16qi, vec_interleave_lowv16qi): Remove.
4048
4049         * expr.c (expand_expr_real_2) [VEC_EXTRACT_EVEN_EXPR]: Use binop.
4050         [VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR]: Likewise.
4051         [VEC_INTERLEAVE_LOW_EXPR]: Likewise.
4052         * optabs.c (expand_binop): Implement vec_interleave_high_optab,
4053         vec_interleave_low_optab, vec_extract_even_optab,
4054         vec_extract_odd_optab with expand_vec_perm.
4055         (can_vec_perm_for_code_p): New.
4056         * optabs.h: Update.
4057         * tree-vect-data-refs.c (vect_strided_store_supported): Allow for
4058         fallback via can_vec_perm_for_code_p.
4059         (vect_strided_load_supported): Likewise.
4060         * tree-vect-generic.c (expand_vector_operations_1): Never lower
4061         VEC_INTERLEAVE_HIGH_EXPR, VEC_INTERLEAVE_LOW_EXPR,
4062         VEC_EXTRACT_EVEN_EXPR, VEC_EXTRACT_ODD_EXPR.
4063
4064         * target.def (vec_perm_const_ok): Change parameters to mode and
4065         array of indicies.
4066         * doc/tm.texi: Rebuild.
4067         * config/i386/i386.c (ix86_vectorize_vec_perm_const_ok): Change
4068         parameters to mode and array of indicies.
4069         * expr.c (expand_expr_real_2) [VEC_PERM_EXPR]: Expand operands here.
4070         * optabs.c (can_vec_perm_p): Rename from can_vec_perm_expr_p.
4071         Change parameters to mode and array of indicies.
4072         (expand_vec_perm_1): Rename from expand_vec_perm_expr_1.
4073         (expand_vec_perm): Rename from expand_vec_perm_expr.  Change
4074         parameters to mode and rtx inputs.  Try lowering to QImode
4075         vec_perm_const before trying fully variable permutation.
4076         * optabs.h: Update decls.
4077         * tree-vect-generic.c (lower_vec_perm): Extract array of indices from
4078         VECTOR_CST to pass to can_vec_perm_p.
4079         * tree-vect-slp.c (vect_get_mask_element): Change mask parameter type
4080         from int pointer to unsigned char pointer.
4081         (vect_transform_slp_perm_load): Update for change to can_vec_perm_p.
4082         * tree-vect-stmts.c (perm_mask_for_reverse): Likewise.
4083
4084         * tree.def (VEC_EXTRACT_EVEN_EXPR): Fix typo in text name.
4085         (VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR,
4086         VEC_INTERLEAVE_LOW_EXPR): Likewise.
4087
4088 2011-10-25  Mike Stump  <mikestump@comcast.net>
4089
4090         * reload.c (regno_clobbered_p): Fix typo.
4091
4092 2011-10-25  Dodji Seketeli  <dodji@redhat.com>
4093
4094         * input.c (expand_location): Rewrite using linemap_resolve_location
4095         and linemap_expand_location.  Add a comment.
4096
4097 2011-10-25  Jakub Jelinek  <jakub@redhat.com>
4098
4099         PR tree-optimization/50596
4100         * tree-vect-stmts.c (vect_mark_relevant): Only use
4101         FOR_EACH_IMM_USE_FAST if lhs is SSA_NAME.
4102         (vectorizable_store): If is_pattern_stmt_p look through
4103         VIEW_CONVERT_EXPR on lhs.
4104         * tree-vect-patterns.c (check_bool_pattern, adjust_bool_pattern):
4105         Use unsigned type instead of signed.
4106         (vect_recog_bool_pattern): Optimize also stores into bool memory in
4107         addition to casts from bool to integral types.
4108         (vect_mark_pattern_stmts): If pattern_stmt already has vinfo
4109         created, don't create it again.
4110
4111 2011-10-25  Kai Tietz  <ktietz@redhat.com>
4112
4113         * config/i386/i386.c (ix86_frame_pointer_required): Require
4114         frame-pointer, if setjmp is used for 32-bit ms-abi.
4115
4116 2011-10-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4117
4118         * builtins.c (set_builtin_user_assembler_name): Remove extra
4119         newline added in October 11th, 2011 change.
4120
4121 2011-10-24  David S. Miller  <davem@davemloft.net>
4122
4123         * config/sparc/little-endian.opt: Delete.
4124         * config.gcc: Remove references to config/sparc/little-endian.opt
4125         * doc/invoke.texi: Remove documentation of -mlittl-endian on sparc.
4126         * config/sparc/linux64.h: Delete references to -mlittle-endian.
4127         * config/sparc/netbsd-elf.h: Likewise.
4128         * config/sparc/openbsd64.h: Likewise.
4129         * config/sparc/sparc.h: Likewise.
4130         * config/sparc/sp64-elf.h: Likewise and delete overrides for
4131         BYTES_BIG_ENDIAN and WORDS_BIG_ENDIAN.
4132         * config/sparc/sparc.c (dump_target_flag_bits): Remove reference
4133         to MASK_LITTLE_ENDIAN.
4134         * config/sparc/sparc.opt (Mask(LITTLE_ENDIAN)): Delete.
4135
4136         * config/sparc/sparc.md: Only use F, G, and C constraints in FP insns.
4137         Only use D, Y, and Z constraints in vector insns.
4138
4139         * config/sparc/sparc.md (cpu_feature, enabled): New attributes.
4140         (*movsi_insn_novis3, *movsi_insn_vis3): Consolidate into one pattern
4141         called *movsi_insn.
4142         (*movdi_insn_sp32_v9_novis3, *movdi_insn_sp32_v9_vis3): Consolidate
4143         into *movdi_insn_sp32.
4144         (*movdi_insn_sp64_novis3, *movdi_insn_sp64_vis3): Consolidate into
4145         one pattern called *movdi_insn_sp64.
4146         (*movsf_insn_novis3, *movsf_insn_vis3, *movsf_insn_no_fpu):
4147         Consolidate into one pattern called *movsf_insn.
4148         (*movdf_insn_sp32_no_fpu, *movdf_insn_sp32_v9_novis3,
4149         *movdf_insn_sp32_v9_vis3, *movdf_insn_sp32_v9_no_fpu): Consolidate
4150         into *movdf_insn_sp32.
4151         (*movdf_insn_sp64_novis3, *movdf_insn_sp64_vis3,
4152         *movdf_insn_sp64_no_fpu): Consolidate into one pattern called
4153         *movdf_insn_sp64.
4154         (*zero_extendsidi2_insn_sp64_novis3,
4155         *zero_extendsidi2_insn_sp64_vis3): Consolidate into one pattern
4156         called *zero_extendsidi2_insn_sp64.
4157         (*sign_extendsidi2_insn_novis3, *sign_extendsidi2_insn_vis3):
4158         Consolidate into one pattern named *sign_extendsidi2_insn.
4159         (*mov<VM32:mode>_insn_novis3, *mov<VM32:mode>_insn_vis3):
4160         Consolidate into one pattern named *mov<VM32:mode>_insn.
4161         (*mov<VM64:mode>_insn_sp64_novis3,
4162         *mov<VM64:mode>_insn_sp64_novis3): Consolidate into one pattern
4163         named *mov<VM64:mode>_insn_sp64.
4164         (*mov<VM64:mode>_insn_sp32_novis3,
4165         *mov<VM64:mode>_insn_sp32_vis3): Consolidate into one pattern
4166         named *mov<VM64:mode>_insn_sp32.
4167
4168 2011-10-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4169
4170         * tree-ssa-strlen.c (get_string_length): Change assertion to STPCPY.
4171         (zero_length_string): Change assertion to accept strinfo without
4172         length but with stmt instead.
4173         Set the endptr pointer also if starting a new chain.
4174         (adjust_related_strinfos): Ignore strinfos marked for delayed
4175         length computation.
4176         (handle_builtin_strcpy): Mark earlier strinfo elements also for
4177         delayed length computation.
4178
4179 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
4180
4181         PR target/50820
4182         Port from 4.6 branch r180379
4183         * doc/invoke.texi (AVR Options): New subsubsection to explain EIND
4184         handling and indirect jump/calls on devices > 128k.
4185
4186 2011-10-24  Anatoly Sokolov  <aesok@post.ru>
4187             Georg-Johann Lay  <avr@gjlay.de>
4188
4189         PR target/49824
4190         * doc/extend.texi (Declaring Attributes of Functions):
4191         Document OS_main and OS_task attributes.
4192         (Specifying Attributes of Variables): Move up
4193         subsection "AVR Variable Attributes" as of alphabetical order.
4194
4195 2011-10-24  Richard Guenther  <rguenther@suse.de>
4196
4197         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Convert constants
4198         to vector element type.
4199         (vectorizable_assignment): Bail out for non-mode-precision operations.
4200         (vectorizable_shift): Likewise.
4201         (vectorizable_operation): Likewise.
4202         (vectorizable_type_demotion): Likewise.
4203         (vectorizable_type_promotion): Likewise.
4204         (vectorizable_store): Handle non-mode-precision stores.
4205         (vectorizable_load): Handle non-mode-precision loads.
4206         (get_vectype_for_scalar_type_and_size): Return a vector type
4207         for non-mode-precision integers.
4208         * tree-vect-loop.c (vectorizable_reduction): Bail out for
4209         non-mode-precision reductions.
4210
4211 2011-10-24  Julian Brown  <julian@codesourcery.com>
4212
4213         * config/m68k/m68k.c (notice_update_cc): Tighten condition for
4214         setting CC_REVERSED for FP comparisons.
4215
4216 2011-10-24  Richard Guenther  <rguenther@suse.de>
4217
4218         PR tree-optimization/50838
4219         * tree-data-ref.c (dr_analyze_indices): Properly canonicalize
4220         a MEM_REF base if we change it.
4221
4222 2011-10-24  Bernd Schmidt  <bernds@codesourcery.com>
4223
4224         PR bootstrap/50836
4225         * rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h".
4226
4227         PR rtl-optimization/50833
4228         * function.c (thread_prologue_and_epilogue_insns): Expect the
4229         return insn optimization only if optimize.
4230
4231 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
4232
4233         * config/avr/avr.c: Break long lines.
4234         Define target hooks on the fly if applicable.
4235         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove first definition
4236         overridden later.
4237         (targetm): Move definition to end of file.
4238         (avr_can_eliminate): Make static on the fly.
4239         (avr_frame_pointer_required_p): Ditto.
4240         (avr_hard_regno_scratch_ok): Ditto.
4241         (avr_builtin_setjmp_frame_value): Make static on the fly.
4242         Indent according to coding rules.
4243         (avr_case_values_threshold): Ditto.
4244         (avr_attribute_table): Move down.
4245
4246 2011-10-24  Ira Rosen  <ira.rosen@linaro.org>
4247
4248         PR tree-optimization/50730
4249         * tree-vect-data-refs.c (vect_analyze_data_refs): Stop basic block
4250         analysis if encountered unsupported data-ref.
4251
4252 2011-10-23  David S. Miller  <davem@davemloft.net>
4253
4254         * config/sparc/sparc.c (sparc_option_override): Remove -mv8plus
4255         cpu adjustment.
4256         * config/sparc/linux64.h (CC1_SPEC): When defaulting to 64-bit,
4257         append -mcpu=v9 when -mv8plus is given.
4258
4259         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): We can move
4260         between float and non-float regs when VIS3.
4261         * config/sparc/sparc.c (eligible_for_restore_insn): We can't
4262         use a restore when the source is a float register.
4263         (sparc_split_regreg_legitimate): When VIS3 allow moves between
4264         float and integer regs.
4265         (sparc_register_move_cost): Adjust to account for VIS3 moves.
4266         (sparc_preferred_reload_class): On 32-bit with VIS3 when moving an
4267         integer reg to a class containing EXTRA_FP_REGS, constrain to FP_REGS.
4268         (sparc_secondary_reload): On 32-bit with VIS3 when moving between
4269         float and integer regs we sometimes need a FP_REGS class
4270         intermediate move to satisfy the reload.  When this happens
4271         specify an extra cost of 2.
4272         (*movsi_insn): Rename to have "_novis3" suffix and add !VIS3 guard.
4273         (*movdi_insn_sp32_v9): Likewise.
4274         (*movdi_insn_sp64): Likewise.
4275         (*movsf_insn): Likewise.
4276         (*movdf_insn_sp32_v9): Likewise.
4277         (*movdf_insn_sp64): Likewise.
4278         (*zero_extendsidi2_insn_sp64): Likewise.
4279         (*sign_extendsidi2_insn): Likewise.
4280         (*movsi_insn_vis3): New insn.
4281         (*movdi_insn_sp32_v9_vis3): New insn.
4282         (*movdi_insn_sp64_vis3): New insn.
4283         (*movsf_insn_vis3): New insn.
4284         (*movdf_insn_sp32_v9_vis3): New insn.
4285         (*movdf_insn_sp64_vis3): New insn.
4286         (*zero_extendsidi2_insn_sp64_vis3): New insn.
4287         (*sign_extendsidi2_insn_vis3): New insn.
4288         (TFmode reg/reg split): Make sure both REG operands are float.
4289         (*mov<VM32:mode>_insn): Add "_novis3" suffix and !VIS3 guard. Remove
4290         easy constant to integer reg alternatives.
4291         (*mov<VM64:mode>_insn_sp64): Likewise.
4292         (*mov<VM64:mode>_insn_sp32_novis3): Likewise.
4293         (*mov<VM32:mode>_insn_vis3): New insn.
4294         (*mov<VM64:mode>_insn_sp64_vis3): New insn.
4295         (*mov<VM64:mode>_insn_sp32_vis3): New insn.
4296         (VM64 reg<-->reg split): New splitter for 32-bit.
4297
4298         * config/sparc/sparc.c (sparc_split_regreg_legitimate): New function.
4299         * config/sparc/sparc-protos.h (sparc_split_regreg_legitimate):
4300         Declare it.
4301         * config/sparc/sparc.md (DImode reg/reg split): Use it.
4302         (DFmode reg/reg split): Likewise.
4303
4304         * config/sparc/sparc.md (*movdi_insn_sp32_v9): Add alternatives for
4305         generating fzero and fone instructions.
4306         (DImode const_int --> reg splitter): Only trigger for integer regs.
4307
4308         * config/sparc/predicates.md (input_operand): Disallow vector
4309         constants other than 0 and -1.
4310         * config/sparc/sparc.c (sparc_preferred_reload_class): Return
4311         NO_REGS for vector constants other than 0 and -1.
4312
4313         * config/sparc/sparc.h (SPARC_FIRST_INT_REG, SPARC_LAST_INT_REG,
4314         SPARC_INT_REG_P): Define.
4315         (HARD_REGNO_NREGS): Use SPARC_INT_REG_P.
4316         (REGNO_OK_FOR_INDEX_P): Likewise.
4317         * config/sparc/sparc.c (gen_df_reg): Likewise.
4318         (eligible_for_return_delay): Likewise.
4319         (eligible_for_sibcall_delay): Likewise.
4320         (sparc_legitimate_address_p): Likewise.
4321         (emit_save_or_restore_regs): Likewise.
4322         (registers_ok_for_ldd_peep): Likewise.
4323         * config/spac/sparc.md (DI mode splitters): Likewise.
4324         (SF mode const splitters): Likewise.
4325         (DF mode splitters): Likewise.
4326         (32-bit DI mode logical op splitters): Likewise.
4327
4328 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
4329
4330         PR c++/50841
4331         Revert:
4332         2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
4333
4334         PR c++/50810
4335         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
4336
4337 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
4338
4339         * config/i386/sse.md (avx2_lshl<mode>3): Remove insn pattern.
4340         (VI248_256): Remove mode iterator.
4341         * config/i386/i386.c (ix86_expand_vec_perm): Use gen_ashlv4di3
4342         instead of gen_avx2_lshlv4di3.
4343         (bdesc_args): Use CODE_FOR_ashl{v16hi,v8si,v4di}3 instead of
4344         CODE_FOR_avx2_lshl{v16hi,v8si,v4di}3.
4345
4346 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
4347
4348         * config/i386/sse.md (sseintprefix): Rename from gthrfirstp.
4349         (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>): Delete expander.
4350         (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>) Merge insn
4351         pattern from *avx2_maskload<ssemodesuffix><avxsizesuffix> and
4352         *avx_maskload<ssemodesuffix><avxsizesuffix> using V48_AVX mode
4353         iterator.  Use sseintprefix mode attribute.
4354         (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>): Delete expander.
4355         (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>) Merge insn
4356         pattern from *avx2_maskstore<ssemodesuffix><avxsizesuffix> and
4357         *avx_maskstore<ssemodesuffix><avxsizesuffix> using V48_AVX mode
4358         iterator.  Use sseintprefix mode attribute.
4359         (*avx2_gathersi<mode>) Use sseintprefix and ssemodesuffix mode
4360         attributes.
4361         (*avx2_gatherdi<mode>): Ditto.
4362         (*avx2_gatherdi<mode>256): Ditto.
4363         (VI48_AVX2): Remove mode iterator.
4364         (gthrlastfp): Remove mode attribute.
4365
4366 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
4367
4368         PR c++/50810
4369         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
4370
4371 2011-10-23  Tom de Vries  <tom@codesourcery.com>
4372
4373         PR tree-optimization/50763
4374         * tree-ssa-tail-merge.c (same_succ_flush_bb): New function, factored
4375         out of ...
4376         (same_succ_flush_bbs): Use same_succ_flush_bb.
4377         (purge_bbs): Remove argument.  Remove calls to same_succ_flush_bbs,
4378         release_last_vdef and delete_basic_block.
4379         (unlink_virtual_phi): New function.
4380         (update_vuses): Add and use vuse1_phi_args argument.  Set var to
4381         SSA_NAME_VAR of vuse1 or vuse2, and use var.  Handle case that
4382         def_stmt2 is NULL.  Use phi result as phi arg in case vuse1 or vuse2
4383         is NULL_TREE.  Replace uses of vuse1 if vuse2 is NULL_TREE.  Fix code
4384         to limit replacement of uses.  Propagate phi argument for phis with a
4385         single argument.
4386         (replace_block_by): Update vops if phi_vuse1 or phi_vuse2 is NULL_TREE.
4387         Set vuse1_phi_args if vuse1 is a phi defined in bb1.  Add
4388         vuse1_phi_args as argument to call to update_vuses.  Call
4389         release_last_vdef, same_succ_flush_bb, delete_basic_block.  Update
4390         CDI_DOMINATORS info.
4391         (tail_merge_optimize): Remove argument in call to purge_bbs.  Remove
4392         call to free_dominance_info.  Only call calculate_dominance_info once.
4393
4394 2011-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4395
4396         * fold-const.c (invert_tree_comparison): Always invert EQ_EXPR/NE_EXPR.
4397
4398         PR tree-optimization/44683
4399         * tree-ssa-dom.c (record_edge_info): Record simple equivalences only if
4400         we can be sure that there are no signed zeros involved.
4401
4402 2011-10-23  Jan Hubicka  <jh@suse.cz>
4403
4404         * ipa-inline.c (estimate_badness): Scale up and handle overflows.
4405
4406 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
4407
4408         PR target/50788
4409         * config/i386/sse.md (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>):
4410         Remove (match_dup 0).
4411         (*avx2_maskload<ssemodesuffix><avxsizesuffix>): New insn pattern.
4412         (*avx_maskload<ssemodesuffix><avxsizesuffix>): Ditto.
4413         (*avx2_maskstore<ssemodesuffix><avxsizesuffix>): Ditto.
4414         (*avx_maskstore<ssemodesuffix><avxsizesuffix>): Ditto.
4415         (*avx2_maskmov<ssemodesuffix><avxsizesuffix>): Remove insn pattern.
4416         (*avx_maskmov<ssemodesuffix><avxsizesuffix>): Ditto.
4417
4418 2011-10-23  Ira Rosen  <ira.rosen@linaro.org>
4419
4420         PR tree-optimization/50819
4421         * tree-vectorizer.h (vect_analyze_data_ref_dependences): Remove
4422         the last argument.
4423         * tree-vect-loop.c (vect_analyze_loop_2): Update call to
4424         vect_analyze_data_ref_dependences.
4425         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Remove
4426         the last argument.  Check load-after-store dependence for unknown
4427         dependencies in basic blocks.
4428         (vect_analyze_data_ref_dependences): Update call to
4429         vect_analyze_data_ref_dependences.
4430         * tree-vect-patterns.c (vect_recog_widen_shift_pattern): Fix typo.
4431         * tree-vect-slp.c (vect_bb_vectorizable_with_dependencies): Remove.
4432         (vect_slp_analyze_bb_1): Update call to
4433         vect_analyze_data_ref_dependences.  Don't call
4434         vect_bb_vectorizable_with_dependencies.
4435
4436 2011-10-22  David S. Miller  <davem@davemloft.net>
4437
4438         * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS,
4439         SECONDARY_OUTPUT_RELOAD_CLASS): Delete.
4440         * config/sparc/sparc.c (TARGET_SECONDARY_RELOAD): Redefine.
4441         (sparc_secondary_reload): New function.
4442
4443         * config/sparc/sparc.h (sparc_costs): Remove extern decl.
4444         (struct processor_costs): Move from here..
4445         * config/sparc/sparc.c (struct processor_costs): To here.
4446         (sparc_costs): Mark static.
4447
4448         * config/sparc/sparc.c (short_branch, reg_unused_after): Delete.
4449         * config/sparc/sparc-protos.h (short_branch, reg_unused_after):
4450         Get rid of declarations.
4451
4452 2011-10-21  Paul Brook  <paul@codesourcery.com>
4453
4454         * config/c6x/c6x.c (c6x_asm_emit_except_personality,
4455         c6x_asm_init_sections): New functions.
4456         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): Define.
4457
4458 2011-10-21  Jakub Jelinek  <jakub@redhat.com>
4459
4460         PR target/50813
4461         * config/i386/i386.c (expand_vec_perm_even_odd_1): Handle
4462         V4DImode and V8SImode for !TARGET_AVX2.
4463
4464 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
4465
4466         PR bootstrap/50825
4467         * sched-deps.c (add_dependence): If not doing predication, promote
4468         REG_DEP_CONTROL to REG_DEP_ANTI.
4469
4470 2011-10-21  Georg-Johann Lay  <avr@gjlay.de>
4471
4472         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Pass address of X
4473         instead of X to avr_legitimize_reload_address.
4474         * config/avr/avr-protos.h (avr_legitimize_reload_address): Change
4475         first argument's type from rtx to rtx*.
4476         * config/avr/avr.c (avr_legitimize_reload_address): Ditto.
4477         Pass PX to push_reload instead of &X.  Change log messages for
4478         better distinction.
4479
4480 2011-10-21  Roland Stigge  <stigge@antcom.de>
4481
4482         PR translation/47064
4483         * params.def: Fix typo "compilatoin" -> "compilation".
4484
4485 2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
4486             Kirill Yukhin  <kirill.yukhin@intel.com>
4487
4488         PR target/50740
4489         * config/i386/driver-i386.c (host_detect_local_cpu): Do cpuid 7 only
4490         if max_level allows that.
4491
4492 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
4493
4494         * reg-notes.def (DEP_CONTROL): New.
4495         * sched-ebb.c (add_deps_for_risky_insns): Add a REG_DEP_CONTROL when
4496         not doing speculation.
4497         * rtlanal.c (record_hard_reg_sets, find_all_hard_reg_sets,
4498         record_hard_reg_uses_1, record_hard_reg_uses): New functions.
4499         * function.c (record_hard_reg_sets, record_hard_reg_uses,
4500         record_hard_reg_uses_1): Remove; move to rtlanal.c.
4501         * lists.c (copy_INSN_LIST, concat_INSN_LIST): New functions.
4502         * haifa-sched.c: Swap includes of "rtl.h" and "hard-reg-set.h".
4503         (MUST_RECOMPUTE_SPEC_P): New macro.
4504         (real_insn_for_shadow): New function.
4505         (cond_clobbered_p, recompute_todo_spec, check_clobbered_conditions,
4506         toggle_cancelled_flags): New static functions.
4507         (schedule_insn): Relax an assert to only check for empty hard back
4508         dependencies.  Skip cancelled dependencies.  Call
4509         check_clobbered_conditions.
4510         (copy_insn_list): Remove function, renamed moved to lists.c.
4511         (save_backtrack_point): Use new spelling copy_INSN_LIST.
4512         (unschedule_insns_until): Ensure TODO_SPEC is reset properly.
4513         (restore_last_backtrack_point): Likewise.  Call toggle_cancelled_flags.
4514         (estimate_insn_tick): Ignore cancelled dependencies.
4515         (haifa_speculate_insn): Move declaration.
4516         (try_ready): Move code into recompute_todo_spec and call it.  Tweak
4517         some asserts.  Ensure predicated patterns are restored if necessary.
4518         Dump DEP_CONTROL flag.
4519         (haifa_change_pattern): Merge with sched_change_pattern.
4520         (sched_change_pattern): Remove function.
4521         * sched-deps.c (NON_FLUSH_JUMP_KIND, NON_FLUSH_JUMP): Remove.  All
4522         uses changed to simply not test NON_FLUSH_JUMP_P.
4523         (ds_to_dk, dk_to_ds, dump_dep, ds_to_dt, dump_ds, check_dep): Handle
4524         REG_DEP_CONTROL.
4525         (dep_spec_p): If DO_PREDICATION, REG_DEP_CONTROL is speculative.
4526         (reg_pending_control_uses, control_dependency_cache): New static
4527         variables.
4528         (sched_get_reverse_condition_uncached): New function.
4529         (sd_find_dep_between): Remove pointless assert.  Look in
4530         control_dependency_cache.
4531         (ask_dependency_caches, set_dependency_caches, sd_delete_dep,
4532         extend_dependency_caches, sched_deps_finish): Handle REG_DEP_CONTROL
4533         and control_dependency_cache.
4534         (sd_unresolve_dep): Use dep_spec_p.
4535         (add_dependence): Now a wrapper around add_dependence_1, handling
4536         REG_DEP_CONTROL specially.
4537         (flush_pending_lists): Clear pending_jump_insns.
4538         (sched_analyze_1): Handle pending_jump_insns like a memory flush.
4539         (sched_analyze_2): Unconditionally add to pending memory flushes,
4540         keep previous behaviour but apply it to pending_jump_insns instead.
4541         (sched_analyze_insn): Defer adding jump reg dependencies using
4542         reg_pending_control_uses; add them to the control_uses list.  Handle
4543         pending_jump_insns and control_uses when adding dependence lists.
4544         (deps_analyze_insn): Update INSN_COND_DEPS.
4545         (deps_analyze_insn): Add jumps to pending_jump_insns rather than
4546         last_pending_memory_flush.
4547         (init_deps): Initialize pending_jump_insns.
4548         (free_deps): Free control_uses.
4549         (remove_from_deps): Remove from pending_jump_insns.
4550         (init_deps_global): Allocate reg_pending_control_uses).
4551         (finish_deps_global): Free it.
4552         (add_dependence_1): Renamed from add_dependence.  Handle
4553         REG_DEP_CONTROL.
4554         * rtl.h (record_hard_reg_uses, find_all_hard_reg_sets): Declare.
4555         (copy_INSN_LIST, concat_INSN_LIST): Declare.
4556         * sched-int.h (struct deps_reg): Add control_uses.
4557         (struct deps_desc): Add pending_jump_insns.
4558         (struct _haifa_deps_insn_data): Add cond_deps.
4559         (struct _haifa_insn_data): Add must_recompute_spec and predicated_pat.
4560         (INSN_COND_DEPS, PREDICATED_PAT): New macros.
4561         (BITS_PER_DEP_WEAK): Adjust for two extra bits in the word.
4562         (DEP_CONTROL): New macro.
4563         (DEP_TYPES): Include it.
4564         (HARD_DEP): Adjust definition.
4565         (DEP_CANCELLED): New macro.
4566         (enum SCHED_FLAGS): Add DO_PREDICATION.
4567         (sched_get_reverse_condition_uncached, real_insn_for_shadow): Declare.
4568         * sched-rgn.c (concat_INSN_LIST): Remove function.
4569         (deps_join): Handle pending_jump_insns.
4570         (free_pending_lists): Likewise.
4571         * config/c6x/c6x.c (c6x_set_sched_flags): Set DO_PREDICATION for final
4572         schedule.
4573
4574 2011-10-21  Georg-Johann Lay  <avr@gjlay.de>
4575
4576         PR target/50820
4577         * config/avr/libgcc.S (__EIND__): New define to 0x3C.
4578         (__tablejump__): Consistently use EIND for indirect jump/call.
4579         (__tablejump_elpm__): Ditto.
4580
4581 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
4582
4583         * config/c6x/c6x.md (attr "op_pattern"): New.
4584         (load_sdata_pic, mov<mode>_insn for QIHIM and SISFVM): Set it.
4585         * config/c6x/c6x-mult.md.in (mulhi3_VARIANT_, mulhisi3_insn_VARIANT_):
4586         Likewise.
4587         * config/c6x/c6x-mult.md: Regenerate.
4588         * config/c6x/c6x.c: Include "regrename.h".
4589         (unit_req_table): New typedef.
4590         (unit_reqs): Use it for the declaration.
4591         (unit_req_factor, get_unit_reqs, merge_unit_reqs, unit_req_imbalance,
4592         get_unit_operand_masks, try_rename_operands, reshuffle_units): New
4593         static functions.
4594         (count_unit_reqs): New arg reqs.  All callers changed.  Use
4595         get_unit_reqs, and don't merge here.
4596         (res_mii): New arg reqs.  All callers changed.  Rewrite to use a loop
4597         using unit_req_factor.
4598         (hwloop_optimize): Call reshuffle_units.  Call merge_unit_reqs after
4599         count_unit_reqs.
4600         (c6x_reorg): Add reg notes problem, and call df_analyze.
4601         * Makefile.in ($(out_object_file)): Depend on regrename.h.
4602
4603 2011-10-21  Kai Tietz  <ktietz@redhat.com>
4604
4605         * fold-const.c (simple_operand_p_2): Handle integral
4606         casts from boolean-operands.
4607
4608 2011-10-21  Jan Hubicka  <jh@suse.cz>
4609
4610         * cgraph.c (dump_cgraph_node): Dump alias flag.
4611         * cgraphunit.c (handle_alias_pairs): Handle weakrefs with
4612         no destination.
4613         (get_alias_symbol): New function.
4614         (output_weakrefs): Output also weakrefs with no destinatoin.
4615         (lto_output_node): Output weakref alias flag when at function boundary.
4616
4617 2011-10-21  Andrew Stubbs  <ams@codesourcery.com>
4618
4619         PR target/50809
4620         * config/arm/driver-arm.c (vendors): Make static.
4621
4622 2011-10-21  Uros Bizjak  <ubizjak@gmail.com>
4623
4624         * config/i386/i386.c (ix86_emit_swdivsf): Force b into register.
4625         (ix86_emit_swsqrtsf): Force a into register.
4626
4627 2011-10-20  Mike Stump  <mikestump@comcast.net>
4628
4629         * regcprop.c (copyprop_hardreg_forward_1): Update recog_data
4630         after validate_change wipes it out.
4631
4632 2011-10-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4633
4634         * config/spu/spu.md ("vec_permv16qi"): Reduce selector modulo 32
4635         before using the shufb instruction.
4636
4637 2011-10-20  Kirill Yukhin  <kirill.yukhin@intel.com>
4638
4639         PR target/50766
4640         * config/i386/i386.md (bmi_bextr_<mode>): Update register/
4641         memory operand order.
4642         (bmi2_bzhi_<mode>3): Ditto.
4643         (bmi2_pdep_<mode>3): Ditto.
4644         (bmi2_pext_<mode>3): Ditto.
4645
4646 2011-10-20  Richard Henderson  <rth@redhat.com>
4647
4648         * target.def (vec_perm_const_ok): Rename from builtin_vec_perm_ok.
4649         * optabs.c (can_vec_perm_expr_p): Update to match.
4650         (expand_vec_perm_expr): Likewise.
4651         * config/i386/i386.c (TARGET_VECTORIZE_VEC_PERM_CONST_OK): Rename
4652         from TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK.
4653         * doc/tm.texi.in: Likewise.
4654
4655 2011-10-20  Sergey Ostanevich  <sergos.gnu@gmail.com>
4656
4657         PR target/50572
4658         * config/i386/i386.c (processor_target_table): Change Atom
4659         align_loops_max_skip to 15.
4660
4661 2011-10-20  Richard Henderson  <rth@redhat.com>
4662
4663         * target.def (builtin_vec_perm): Remove.
4664         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
4665
4666         * config/i386/i386.c (ix86_expand_vec_perm_builtin): Remove.
4667         (IX86_BUILTIN_VEC_PERM_*): Remove.
4668         (bdesc_args): Remove vec_perm builtins
4669         (ix86_expand_builtin): Likewise.
4670         (ix86_expand_vec_perm_const_1): Rename from
4671         ix86_expand_vec_perm_builtin_1.
4672         (extract_vec_perm_cst): Merge into...
4673         (ix86_vectorize_vec_perm_const_ok): ... here.  Rename from
4674         ix86_vectorize_builtin_vec_perm_ok.
4675         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
4676
4677         * config/rs6000/rs6000.c (rs6000_builtin_vec_perm): Remove.
4678         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
4679
4680         * config/spu/spu.c (spu_builtin_vec_perm): Remove.
4681         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
4682
4683 2011-10-20  Uros Bizjak  <ubizjak@gmail.com>
4684
4685         PR target/47989
4686         * config/i386/i386.h (RECIP_MASK_DEFAULT): New define.
4687         * config/i386/i386.op (recip_mask): Initialize with RECIP_MASK_DEFAULT.
4688         * doc/invoke.texi (ix86 Options, -mrecip): Document that GCC
4689         implements vectorized single float division and vectorized sqrtf(x)
4690         with reciprocal sequence with additional Newton-Raphson step with
4691         -ffast-math.
4692
4693 2011-10-20  Dodji Seketeli  <dodji@redhat.com>
4694
4695         * ggc-zone.c (ggc_internal_alloc_zone_stat): Rename
4696         ggc_alloced_size_order_for_request into ggc_round_alloc_size like
4697         it was done in ggc-page.c.
4698
4699         PR other/50659
4700         * doc/cppopts.texi: Use @smallexample/@end smallexample in
4701         documentation for -fdebug-cpp instead of @quotation/@end quotation
4702         that is not supported by contrib/texi2pod.pl.
4703
4704 2011-10-19  Jan Hubicka  <jh@suse.cz>
4705
4706         * ipa-inline.c (inline_small_functions): Always update all calles after
4707         inlining.
4708
4709 2011-10-19  Jan Hubicka  <jh@suse.cz>
4710
4711         PR bootstrap/50709
4712         * ipa-inline.c (inline_small_functions): Fix checking code to not make
4713         effect on fibheap stability.
4714
4715 2011-10-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
4716
4717         * config/m68k/t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.
4718
4719 2011-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
4720
4721         PR target/50106
4722         * config/arm/arm.c (thumb_unexpanded_epilogue): Handle return
4723         reg size from 1-3.
4724
4725 2011-10-20  Richard Guenther  <rguenther@suse.de>
4726
4727         * tree-ssa-loop-im.c (stmt_cost): Add WIDEN_*, FMA_EXPR
4728         and rotates to the set of expensive operations.
4729
4730 2011-10-19  David S. Miller  <davem@davemloft.net>
4731
4732         * config/sparc/sparc.c (sparc_expand_move): Use can_create_pseudo_p.
4733         (sparc_emit_set_const32): Likewise.
4734         (sparc_emit_set_const64_longway): Likewise.
4735         (sparc_emit_set_const64): Likewise.
4736         (sparc_legitimize_pic_address): Likewise.
4737         (memory_ok_for_ldd): Likewise.
4738
4739 2011-10-20  Dehao Chen  <dehao@google.com>
4740
4741         * profile.c (compute_branch_probabilities): Compute and dump the
4742         overlap between the static estimation and the instrumentation profile.
4743         (OVERLAP_BASE): New macro.
4744         (compute_frequency_overlap): New function
4745
4746 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
4747
4748         * config/i386/i386.c (expand_vec_perm_vpshufb2_vpermq_even_odd): Use
4749         d->op1 instead of d->op0 for the second vpshufb.
4750         (expand_vec_perm_even_odd_1): For V8SImode fix vpshufd immediates.
4751         (ix86_expand_vec_perm_const): If mask indicates two operands are
4752         needed, but both are the same and expanding them as d.op0 == d.op1
4753         failed, retry with d.op0 != d.op1.
4754         (ix86_expand_vec_perm_builtin): Likewise.  Handle sorry printing
4755         also for d.nelt == 32.
4756
4757         PR middle-end/50754
4758         * cfgexpand.c (expand_debug_expr): Handle WIDEN_LSHIFT_EXPR, ignore
4759         VEC_PERM_EXPR.
4760
4761 2011-10-19  Bernd Schmidt  <bernds@codesourcery.com>
4762
4763         * regrename.h: New file.
4764         * regrename.c: Include it.  Also include "emit-rtl.h".
4765         (struct du_head, struct du_chain, du_head_p DEF_VEC and
4766         DEF_VEC_ALLOC_P): Move to regrename.h.
4767         (do_replace): Remove declaration.
4768         (insn_rr): New variable.
4769         (cur_operand): New static variable.
4770         (regrename_chain_from_id): Renamed from chain_from_id and no longer
4771         static.  All callers changed.
4772         (record_operand_use): New static function.
4773         (scan_rtx_reg): Use it.
4774         (find_best_rename_reg): New function, broken out of rename_chains.
4775         (rename_chains): Use it.  Don't update chain regno and nregs here, ...
4776         (regrename_do_replace): ... do it here instead.  Renamed from
4777         do_replace, and no longer static.  All callers changed.
4778         (regrename_analyze): No longer static.  New arg bb_mask.
4779         All callers changed.  If bb_mask is nonzero, use it to limit the
4780         number of basic blocks we analyze.  If we failed to analyze a block,
4781         clear insn operand data.
4782         (record_out_operands): New arg insn_info.  Update cur_operand if it is
4783         nonnull.
4784         (build_def_use): If insn_rr is nonnull, pass an insn_info to
4785         record_out_operands, and update cur_operand here as well.
4786         (regrename_init, regrename_finish): New functions.
4787         (regrename_optimize): Use them.
4788         * Makefile.in (regrename.o): Adjust dependencies.
4789
4790 2011-10-19  Tom de Vries  <tom@codesourcery.com>
4791
4792         PR tree-optimization/50769
4793         * tree-ssa-tail-merge.c (replace_block_by): Calculate phi_vuse2
4794         unconditionally.  Handle case that phi_vuse2 is not an SSA_NAME.  Add
4795         dummy argument .MEM to phi when increasing number of arguments of phi by
4796         redirecting edges to the block with phi.
4797
4798 2011-10-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4799
4800         PR bootstrap/50777
4801         * configure.ac: Save and restore CXXFLAGS around
4802         gcc_AC_CHECK_DECLS uses.
4803         Check for madvise() declaration with g++ if --enable-build-with-cxx.
4804         * configure: Regenerate.
4805         * config.in: Regenerate.
4806         * ggc-page.c (USING_MADVISE): Also check HAVE_DECL_MADVISE.
4807
4808 2011-10-19  Alexandre Oliva  <aoliva@redhat.com>
4809
4810         PR debug/49310
4811         * var-tracking.c (loc_exp_dep, onepart_aux): New structs.
4812         (variable_part): Replace offset with union.
4813         (enum onepart_enum, onepart_enum_t): New.
4814         (variable_def): Drop cur_loc_changed, add onepart.
4815         (value_chain_def, const_value_chain): Remove.
4816         (VAR_PART_OFFSET, VAR_LOC_1PAUX): New macros, with checking.
4817         (VAR_LOC_DEP_LST, VAR_LOC_DEP_LSTP): New macros.
4818         (VAR_LOC_FROM, VAR_LOC_DEPTH, VAR_LOC_DEP_VEC): Likewise.
4819         (value_chain_pool, value_chains): Remove.
4820         (dropped_values): New.
4821         (struct parm_reg): Only if HAVE_window_save.
4822         (vt_stack_adjustments): Don't record register arguments.
4823         (dv_as_rtx): New.
4824         (dv_onepart_p): Return a onepart_enum_t.
4825         (onepart_pool): New.
4826         (dv_pool): Remove.
4827         (dv_from_rtx): New.
4828         (variable_htab_free): Release onepart aux data.  Reset flags.
4829         (value_chain_htab_hash, value_chain_htab_eq): Remove.
4830         (unshare_variable): Use onepart field.  Propagate onepart aux
4831         data or offset.  Drop cur_loc_changed.
4832         (val_store): Cope with NULL insn.  Rephrase dump output.  Check
4833         for unsuitable locs.  Add FIXME on using cselib locs.
4834         (val_reset): Remove FIXME of unfounded concerns.
4835         (val_resolve): Check for unsuitable locs.  Add FIXME on using
4836         cselib locs.
4837         (variable_union): Use onepart field, adjust access to offset.
4838         (NO_LOC_P): New.
4839         (VALUE_CHANGED, DECL_CHANGED): Update doc.
4840         (set_dv_changed): Clear NO_LOC_P when changed.
4841         (find_loc_in_1pdv): Use onepart field.
4842         (intersect_loc_chains): Likewise.
4843         (unsuitable_loc): New.
4844         (loc_cmp): Keep ENTRY_VALUEs at the end of the loc list.
4845         (add_value_chain, add_value_chains): Remove.
4846         (add_cselib_value_chains, remove_value_chain): Likewise.
4847         (remove_value_chains, remove_cselib_value_chains): Likewise.
4848         (canonicalize_loc_order_check): Use onepart.  Drop cur_loc_changed.
4849         (canonicalize_values_star, canonicalize_vars_star): Use onepart.
4850         (variable_merge_over_cur): Likewise.  Adjust access to offset.
4851         Drop cur_loc_changed.
4852         (variable_merge_over_src): Use onepart field.
4853         (remove_duplicate_values): Likewise.
4854         (variable_post_merge_new_vals): Likewise.
4855         (find_mem_expr_in_1pdv): Likewise.
4856         (dataflow_set_preserve_mem_locs): Likewise.  Drop cur_loc_changed
4857         and value chains.
4858         (dataflow_set_remove_mem_locs): Likewise.  Use VAR_LOC_FROM.
4859         (variable_different_p): Use onepart field.  Move onepart test out
4860         of the loop.
4861         (argument_reg_set): Drop.
4862         (add_uses, add_stores): Preserve but do not record in dynamic
4863         tables equivalences for ENTRY_VALUEs and CFA_based addresses.
4864         Avoid unsuitable address expressions.
4865         (EXPR_DEPTH): Unlimit.
4866         (EXPR_USE_DEPTH): Repurpose PARAM_MAX_VARTRACK_EXPR_DEPTH.
4867         (prepare_call_arguments): Use DECL_RTL_IF_SET.
4868         (dump_var): Adjust access to offset.
4869         (variable_from_dropped, recover_dropped_1paux): New.
4870         (variable_was_changed): Drop cur_loc_changed.  Use onepart.
4871         Preserve onepart aux in empty_var.  Recover empty_var and onepart
4872         aux from dropped_values.
4873         (find_variable_location_part): Special-case onepart.  Adjust
4874         access to offset.
4875         (set_slot_part): Use onepart.  Drop cur_loc_changed.  Adjust
4876         access to offset.  Initialize onepaux.  Drop value chains.
4877         (delete_slot_part): Drop value chains.  Use VAR_LOC_FROM.
4878         (VEC (variable, heap), VEC (rtx, stack)): Define.
4879         (expand_loc_callback_data): Drop dummy, cur_loc_changed,
4880         ignore_cur_loc.  Add expanding, pending, depth.
4881         (loc_exp_dep_alloc, loc_exp_dep_clear): New.
4882         (loc_exp_dep_insert, loc_exp_dep_set): New.
4883         (notify_dependents_of_resolved_value): New.
4884         (update_depth, vt_expand_var_loc_chain): New.
4885         (vt_expand_loc_callback): Revamped.
4886         (resolve_expansions_pending_recursion): New.
4887         (INIT_ELCD, FINI_ELCD): New.
4888         (vt_expand_loc): Use the new macros above.  Drop ignore_cur_loc
4889         parameter, adjust all callers.
4890         (vt_expand_loc_dummy): Drop.
4891         (vt_expand_1pvar): New.
4892         (emit_note_insn_var_location): Operate on non-debug decls only.
4893         Revamp multi-part cur_loc recomputation and one-part expansion.
4894         Drop cur_loc_changed.  Adjust access to offset.
4895         (VEC (variable, heap)): Drop.
4896         (changed_variables_stack, changed_values_stack): Drop.
4897         (check_changed_vars_0, check_changed_vars_1): Remove.
4898         (check_changed_vars_2, check_changed_vars_3): Remove.
4899         (values_to_stack, remove_value_from_changed_variables): New.
4900         (notify_dependents_of_changed_value, process_changed_values): New.
4901         (emit_notes_for_changes): Revamp onepart updates.
4902         (emit_notes_for_differences_1): Use onepart.  Drop cur_loc_changed
4903         and value chains.  Propagate onepaux.  Recover empty_var and onepaux
4904         from dropped_values.
4905         (emit_notes_for_differences_2): Drop value chains.
4906         (emit_notes_in_bb): Adjust.
4907         (vt_emit_notes): Drop value chains, changed_variables_stack.
4908         Initialize and release dropped_values.
4909         (create_entry_value): Revamp.
4910         (vt_add_function_parameter): Use new interface.
4911         (note_register_arguments): Remove.
4912         (vt_initialize): Drop value chains and register arguments.
4913         (vt_finalize): Drop value chains.  Release windowed_parm_regs only
4914         if HAVE_window_save.
4915         * rtl.h: Document various pass-local uses of RTL flags.
4916         * tree.h (DECL_RTL_KNOWN_SET): New.
4917         * doc/invoke.texi (param max-vartrack-expr-depth): Update
4918         description and default.
4919
4920 2011-10-19  Georg-Johann Lay  <avr@gjlay.de>
4921
4922         PR target/50447
4923         * config/avr/avr.md (cc): New alternative out_plus_noclobber.
4924         (adjust_len): Ditto.
4925         (addhi3): Don't pipe through short; use gen_int_mode instead.
4926         Prior to reload, expand to gen_addhi3_clobber.
4927         (*addhi3): Use avr_out_plus_noclobber if applicable, use
4928         out_plus_noclobber in cc and adjust_len attribute.
4929         (addhi3_clobber): 2 new RTL peepholes.
4930         (addhi3_clobber): New insn.
4931         * config/avr/avr-protos.h: (avr_out_plus_noclobber): New prototype.
4932         * config/avr/avr.c (avr_out_plus_noclobber): New function.
4933         (notice_update_cc): Handle CC_OUT_PLUS_NOCLOBBER.
4934         (avr_out_plus_1): Tweak if only MSB is +/-1 and other bytes are 0.
4935         Set cc0 to set_zn for adiw on 16-bit values.
4936         (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS_NOCLOBBER.
4937         (expand_epilogue): No need to add 0 to frame_pointer_rtx.
4938
4939 2011-10-19  Richard Guenther  <rguenther@suse.de>
4940
4941         PR middle-end/50780
4942         * tree-ssa-forwprop.c (forward_propagate_into_cond): Verify
4943         the condition is properly gimple before using it.
4944         * tree-eh (stmt_could_throw_1_p): Properly extract the
4945         operation type from comparisons.
4946
4947 2011-10-19  Roland Stigge  <stigge@antcom.de>
4948
4949         PR translation/48638
4950         * plugin.c (add_new_plugin): Fix typo in fatal_error message.
4951
4952 2011-10-19  Roland Stigge  <stigge@antcom.de>
4953
4954         PR translation/49517
4955         * config/rx/rx.c (rx_print_operand): Fix typo in warning message.
4956
4957 2011-10-19  Richard Guenther  <rguenther@suse.de>
4958
4959         PR middle-end/50768
4960         * gimple-fold.c (gimplify_and_update_call_from_tree): Rewrite.
4961
4962 2011-10-19  Andrey Belevantsev  <abel@ispras.ru>
4963
4964         PR rtl-optimization/50340
4965         * sel-sched-ir.c (update_target_availability): LHS register
4966         availability is not known if the unavailable LHS of the other
4967         expression is a different register.
4968
4969 2011-10-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4970
4971         PR target/50310
4972         * config/spu/spu.c (spu_emit_vector_compare): Support unordered
4973         floating-point comparisons.
4974
4975 2011-10-19  Jan Hubicka  <jh@suse.cz>
4976
4977         * cgraphunit.c (handle_alias_pairs): Also handle wekref with
4978         destination declared.
4979         (output_weakrefs): New function.
4980         * varpool.c (varpool_create_variable_alias): Handle external aliases.
4981
4982 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
4983
4984         * dwarf2out.c (loc_descriptor): For SUBREG pass SUBREG_REG's mode as
4985         second argument instead of mode.
4986
4987 2011-10-18  Jakub Jelinek  <jakub@redhat.com>
4988
4989         * config/i386/i386.c (ix86_expand_vec_perm): In merge_two use
4990         mode SUBREG of operands[0] as target.
4991         (valid_perm_using_mode_p): Don't ignore higher bits of d->perm.
4992         (expand_vec_pshufb): For V8SImode vmode emit avx2_permvarv8si.
4993         (expand_vec_perm_1): Handle identity and some broadcast
4994         permutations.
4995         (expand_vec_perm_interleave2): Handle also 32-byte modes, using
4996         vperm2[fi]128 or vpunpck[lh]* followed by single insn permutation.
4997         For d->testing_p return true earlier to avoid creating more GC
4998         garbage.
4999         (expand_vec_perm_vpermq_perm_1): New function.
5000         (expand_vec_perm_vpshufb2_vpermq): For d->testing_p return true
5001         earlier to avoid creating more GC garbage.  Fix handling of
5002         V16HImode.  Avoid some SUBREGs in SET_DEST.
5003         (expand_vec_perm_broadcast_1): Return false for 32-byte integer
5004         vector modes.
5005         (expand_vec_perm_vpshufb4_vpermq2): New function.
5006         (ix86_expand_vec_perm_builtin_1): Call expand_vec_perm_vpermq_perm_1
5007         and expand_vec_perm_vpshufb4_vpermq2.
5008
5009 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5010
5011         * config/arm/driver-arm.c (host_detect_local_cpu): Close the file
5012         before exiting.
5013
5014 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5015
5016         PR tree-optimization/50717
5017         * tree-ssa-math-opts.c (is_widening_mult_p): Remove the 'type'
5018         parameter.  Calculate 'type' from stmt.
5019         (convert_mult_to_widen): Update call the is_widening_mult_p.
5020         (convert_plusminus_to_widen): Likewise.
5021
5022 2011-10-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5023
5024         * config/spu/spu.c (struct machine_function): New data structure.
5025         (spu_init_machine_status): New function.
5026         (spu_option_override): Install it.
5027         (get_pic_reg): Set and use cfun->machine->pic_reg.
5028         (spu_split_immediate): Do not set crtl->uses_pic_offset_table.
5029         (need_to_save_reg): Use cfun->machine->pic_reg instead of
5030         checking crtl->uses_pic_offset_table.
5031         (spu_expand_prologue): Likewise.
5032
5033 2011-10-18  Jakub Jelinek  <jakub@redhat.com>
5034
5035         PR tree-optimization/50735
5036         * function.c (gimplify_parameters): Use create_tmp_var instead of
5037         create_tmp_reg.  If parm is not TREE_ADDRESSABLE and type is complex
5038         or vector type, set DECL_GIMPLE_REG_P.
5039
5040 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5041
5042         * config.host (arm*-*-linux*): Add driver-arm.o and x-arm.
5043         * config/arm/arm.opt: Add 'native' processor_type and
5044         arm_arch enum values.
5045         * config/arm/arm.h (host_detect_local_cpu): New prototype.
5046         (EXTRA_SPEC_FUNCTIONS): New define.
5047         (MCPU_MTUNE_NATIVE_SPECS): New define.
5048         (DRIVER_SELF_SPECS): New define.
5049         * config/arm/driver-arm.c: New file.
5050         * config/arm/x-arm: New file.
5051         * doc/invoke.texi (ARM Options): Document -mcpu=native,
5052         -mtune=native and -march=native.
5053
5054 2011-10-18  Alexander Monakov  <amonakov@ispras.ru>
5055
5056         PR rtl-optimization/50205
5057         * sel-sched.c (count_occurrences_1): Simplify on the assumption that
5058         p->x is a register.  Forbid substitution when the same register is
5059         found in a different mode.
5060         (count_occurrences_equiv): Assert that 'what' is a register.
5061
5062 2011-10-18  Richard Guenther  <rguenther@suse.de>
5063
5064         PR tree-optimization/50767
5065         * tree-ssa-pre.c (create_expression_by_pieces): Update the
5066         folded statement.
5067
5068 2011-10-18  Julian Brown  <julian@codesourcery.com>
5069
5070         * config/arm/arm.c (arm_block_move_unaligned_straight)
5071         (arm_adjust_block_mem, arm_block_move_unaligned_loop)
5072         (arm_movmemqi_unaligned): New.
5073         (arm_gen_movmemqi): Support unaligned block copies.
5074
5075 2011-10-18  Ira Rosen  <ira.rosen@linaro.org>
5076
5077         * doc/md.texi (vec_widen_ushiftl_hi, vec_widen_ushiftl_lo,
5078         vec_widen_sshiftl_hi, vec_widen_sshiftl_lo): Document.
5079         * tree-pretty-print.c (dump_generic_node): Handle WIDEN_LSHIFT_EXPR,
5080         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
5081         (op_code_prio): Likewise.
5082         (op_symbol_code): Handle WIDEN_LSHIFT_EXPR.
5083         * optabs.c (optab_for_tree_code): Handle
5084         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
5085         (init-optabs): Initialize optab codes for vec_widen_u/sshiftl_hi/lo.
5086         * optabs.h (enum optab_index): Add OTI_vec_widen_u/sshiftl_hi/lo.
5087         * genopinit.c (optabs): Initialize the new optabs.
5088         * expr.c (expand_expr_real_2): Handle
5089         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
5090         * gimple-pretty-print.c (dump_binary_rhs): Likewise.
5091         * tree-vectorizer.h (NUM_PATTERNS): Increase to 8.
5092         * tree.def (WIDEN_LSHIFT_EXPR, VEC_WIDEN_LSHIFT_HI_EXPR,
5093         VEC_WIDEN_LSHIFT_LO_EXPR): New.
5094         * cfgexpand.c (expand_debug_expr): Handle new tree codes.
5095         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add
5096         vect_recog_widen_shift_pattern.
5097         (vect_handle_widen_mult_by_const): Rename...
5098         (vect_handle_widen_op_by_const): ...to this.  Handle shifts.
5099         Add a new argument, update documentation.
5100         (vect_recog_widen_mult_pattern): Assume that only second
5101         operand can be constant.  Update call to
5102         vect_handle_widen_op_by_const.
5103         (vect_recog_over_widening_pattern): Fix typo.
5104         (vect_recog_widen_shift_pattern): New.
5105         * tree-vect-stmts.c (vectorizable_type_promotion): Handle
5106         widening shifts.
5107         (supportable_widening_operation): Likewise.
5108         * tree-inline.c (estimate_operator_cost): Handle new tree codes.
5109         * tree-vect-generic.c (expand_vector_operations_1): Likewise.
5110         * tree-cfg.c (verify_gimple_assign_binary): Likewise.
5111         * config/arm/neon.md (neon_vec_<US>shiftl_<mode>): New.
5112         (vec_widen_<US>shiftl_lo_<mode>, neon_vec_<US>shiftl_hi_<mode>,
5113         vec_widen_<US>shiftl_hi_<mode>, neon_vec_<US>shift_left_<mode>):
5114         Likewise.
5115         * config/arm/predicates.md (const_neon_scalar_shift_amount_operand):
5116         New.
5117         * config/arm/iterators.md (V_innermode): New.
5118         * tree-vect-slp.c (vect_build_slp_tree): Require same shift operand
5119         for widening shift.
5120
5121 2011-10-18  Richard Guenther  <rguenther@suse.de>
5122
5123         * tree-ssa-alias.h (struct pt_solution): Remove
5124         vars_contains_restrict member.
5125         (pt_solutions_same_restrict_base): Remove.
5126         (pt_solution_set): Adjust.
5127         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Remove
5128         vars_contains_restrict handling.
5129         (dump_points_to_solution): Likewise.
5130         (ptr_derefs_may_alias_p): Do not call pt_solutions_same_restrict_base.
5131         * tree-ssa-structalias.c (struct variable_info): Remove is_restrict_var
5132         field.
5133         (new_var_info): Do not initialize it.
5134         (ipa_escaped_pt): Adjust.
5135         (make_constraint_from_restrict): Make the tag global.
5136         (make_constraint_from_global_restrict): New function.
5137         (make_constraint_from_heapvar): Remove.
5138         (create_variable_info_for): Do not make restrict vars point
5139         to NONLOCAL.
5140         (intra_create_variable_infos): Likewise.
5141         (find_what_var_points_to): Remove vars_contains_restrict handling.
5142         (pt_solution_set): Adjust.
5143         (pt_solution_ior_into): Likewise.
5144         (pt_solutions_same_restrict_base): Remove.
5145         (compute_points_to_sets): Do not test is_restrict_var.
5146         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
5147         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
5148
5149 2011-10-18  Tom de Vries  <tom@codesourcery.com>
5150
5151         PR tree-optimization/50672
5152         * tree-ssa-dce.c (mark_virtual_operand_for_renaming): New function,
5153         factored out of ...
5154         (mark_virtual_phi_result_for_renaming): Use
5155         mark_virtual_operand_for_renaming.
5156         * tree-flow.h (mark_virtual_operand_for_renaming): Declare.
5157         * tree-ssa-tail-merge.c (release_last_vdef): New function.
5158         (purge_bbs): Add update_vops parameter.  Call release_last_vdef for each
5159         deleted basic block.
5160         (tail_merge_optimize): Add argument to call to purge_bbs.
5161
5162 2011-10-18  Richard Guenther  <rguenther@suse.de>
5163
5164         PR middle-end/50716
5165         * expr.c (get_object_or_type_alignment): New function.
5166         (expand_assignment): Use it.
5167         (expand_expr_real_1): Likewise.
5168
5169 2011-10-18  Dodji Seketeli  <dodji@redhat.com>
5170
5171         PR bootstrap/50760
5172         * input.c (dump_line_table_statistics): Use long, not size_t.
5173
5174 2011-10-17  Eric Botcazou  <ebotcazou@adacore.com>
5175
5176         * config/sparc/sparc.md (in_call_delay): Fix formatting issues.
5177
5178 2011-10-17  Simon Baldwin  <simonb@google.com>
5179             Ian Lance Taylor  <iant@google.com>
5180
5181         * configure.ac: Add --with-native-system-header-dir.  Set and
5182         substitute NATIVE_SYSTEM_HEADER_DIR.  Use native_system_header
5183         when setting target_header_dir.
5184         * config.gcc: Always set native_system_header_dir.
5185         (*-*-gnu*): Set native_system_header_dir.  Don't use t-gnu.
5186         (i[34567]86-pc-msdosdjgpp*): Set native_system_header_dir.  Don't
5187         use i386/t-djgpp.
5188         (i[34567]86-*-mingw* | x86_64-*-mingw*): Set
5189         native_system_header_dir.
5190         (spu-*-elf*): Set native_system_header_dir.
5191         * Makefile.in (NATIVE_SYSTEM_HEADER_DIR): Set to
5192         @NATIVE_SYSTEM_HEADER_DIR@.
5193         (PREPROCESSOR_DEFINES): Define NATIVE_SYSTEM_HEADER_DIR.
5194         * cppdefault.c (STANDARD_INCLUDE_DIR): Don't define.
5195         (NATIVE_SYSTEM_HEADER_COMPONENT): Rename from
5196         STANDARD_INCLUDE_COMPONENT.
5197         (cpp_include_defaults): Don't use SYSTEM_INCLUDE_DIR.  Rename
5198         STANDARD_INCLUDE_DIR to NATIVE_SYSTEM_HEADER_DIR.
5199         * system.h: Poison SYSTEM_INCLUDE_DIR, STANDARD_INCLUDE_DIR, and
5200         STANDARD_INCLUDE_COMPONENT.
5201         * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Remove.
5202         * config/i386/t-mingw-w32: Likewise.
5203         * config/i386/t-mingw-w64: Likewise.
5204         * config/spu/t-spu-elf: Likewise.
5205         * config/i386/t-djgpp: Remove.
5206         * config/t-gnu: Remove.
5207         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Don't define.
5208         (NATIVE_SYSTEM_HEADER_COMPONENT): Rename from
5209         STANDARD_INCLUDE_COMPONENT.
5210         * config/i386/djgpp.h (STANDARD_INCLUDE_DIR): Don't define.
5211         * config/spu/spu-elf.h: Likewise.
5212         * config/vms/xm-vms.h: Likewise.
5213         * config/gnu.h: Likewise.
5214         * config/openbsd.h (INCLUDE_DEFAULTS): Change STANDARD_INCLUDE_DIR
5215         and STANDARD_INCLUDE_COMPONENT to NATIVE_SYSTEM_HEADER_DIR and
5216         NATIVE_SYSTME_HEADER_COMPONENT.
5217         * doc/install.texi (Configuration): Document
5218         --with-native-system-header-dir.  Mention it in the documentation
5219         for --with-sysroot and --with-build-sysroot.
5220         * doc/tm.texi.in (Driver): Don't document SYSTEM_INCLUDE_DIR or
5221         STANDARD_INCLUDE_DIR.  Rename STANDARD_INCLUDE_COMPONENT to
5222         NATIVE_SYSTEM_HEADER_COMPONENT.  Rename uses of
5223         STANDARD_INCLUDE_DIR to NATIVE_SYSTEM_HEADER_DIR.
5224         * doc/fragments.texi (Target Fragment): Don't document
5225         NATIVE_SYSTEM_HEADER_DIR.
5226         * configure, doc/tm.texi: Rebuild.
5227
5228 2011-10-17  Richard Henderson  <rth@redhat.com>
5229
5230         * config/sparc/sparc.md: Use register_or_zero_operand where rJ
5231         is the constraint.
5232
5233         * config/sparc/sparc.md (vec_perm_constv8qi, vec_perm<mode>): New
5234         patterns.
5235         * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): New function.
5236         * config/sparc/sparc-protos.h (sparc_expand_vec_perm_bmask): Declare.
5237
5238 2011-10-17  David S. Miller  <davem@davemloft.net>
5239
5240         * config/sparc/sparc-modes.def: Add single entry vector modes for
5241         DImode and SImode.
5242         * config/sparc/sparc.md (V32, V32I, V64, V64I, V64N8): Delete
5243         mode iterators.
5244         (mov<V32:mode>): Revert back to plain SFmode pattern.
5245         (*movsf_insn): Likewise.
5246         (mov<V64:mode>): Revert back to plain DFmode pattern.
5247         (*movdf_insn_sp32): Likewise.
5248         (*movdf_insn_sp32_v9): Likewise.
5249         (*movdf_insn_sp64): Likewise.
5250         (V64 mode splitters) Likewise.
5251         (addsi3): Remove VIS alternatives.
5252         (subsi3): Likewise.
5253         (and<V64I:mode>3): Revert to DImode only pattern.
5254         (and<V64I:mode>3_sp32): Likewise.
5255         (*and<V64I:mode>3_sp64): Likewise.
5256         (and<V32I:mode>3): Likewise.
5257         (*and_not_<V64I:mode>_sp32): Likewise.
5258         (*and_not_<V64I:mode>_sp64): Likewise.
5259         (*and_not_<V32I:mode>): Likewise.
5260         (ior<V64I:mode>3): Likewise.
5261         (*ior<V64I:mode>3_sp32): Likewise.
5262         (*ior<V64I:mode>3_sp64): Likewise.
5263         (ior<V32I:mode>3): Likewise.
5264         (*or_not_<V64I:mode>_sp32): Likewise.
5265         (*or_not_<V64I:mode>_sp64): Likewise.
5266         (*or_not_<V32I:mode>): Likewise.
5267         (xor<V64I:mode>3): Likewise.
5268         (*xor<V64I:mode>3_sp32): Likewise.
5269         (*xor<V64I:mode>3_sp64): Likewise.
5270         (xor<V32I:mode>3): Likewise.
5271         (V64I mode splitters): Likewise.
5272         (*xor_not_<V64I:mode>_sp32): Likewise.
5273         (*xor_not_<V64I:mode>_sp64): Likewise.
5274         (*xor_not_<V32I:mode>): Likewise.
5275         (one_cmpl<V64I:mode>2): Likewise.
5276         (*one_cmpl<V64I:mode>2_sp32): Likewise.
5277         (*one_cmpl<V64I:mode>2_sp64): Likewise.
5278         (one_cmpl<V32I:mode>2): Likewise.
5279         (VM32, VM64, VMALL): New mode iterators.
5280         (vbits, vconstr, vfptype): New mode attributes.
5281         (mov<VMALL:mode>): New expander.
5282         (*mov<VM32:mode>_insn): New insn.
5283         (*mov<VM64:mode>_insn_sp64): New insn.
5284         (*mov<VM64:mode>_insn_sp32): New insn, and associated splitter
5285         specifically for the register to memory case.
5286         (vec_init<mode>): New expander.
5287         (VADDSUB): New mode iterator.
5288         (<plusminus_insn>v2si3, <plusminus_insn>v2hi3): Remove and replace
5289         with...
5290         (<plusminus_insn><mode>3): New consolidated pattern.
5291         (VL): New mode iterator for logical operations.
5292         (vlsuf): New more attribute.
5293         (vlop): New code iterator.
5294         (vlinsn, vlninsn): New code attributes.
5295         (<code><mode>3): New insn to non-negated vector logical ops.
5296         (*not_<code><mode>3): Likewise for negated variants.
5297         (*nand<mode>_vis): New insn.
5298         (vlnotop): New code iterator.
5299         (*<code>_not1<mode>_vis, *<code>_not2<mode>_vis): New insns.
5300         (one_cmpl<mode>2): New insn.
5301         (faligndata<V64I:mode>_vis): Rewrite to use VM64 iterator.
5302         (bshuffle<VM64:mode>_vis): Likewise.
5303         (v<vis3_shift_patname><mode>3): Use GCM mode iterator.
5304         (fp<plusminus_insn>64_vis): Use V1DI mode.
5305         (VASS mode iterator): Use V1SI not SI mode.
5306         * config/sparc/sparc.c (sparc_vis_init_builtins): Account for
5307         single-entry vector mode changes.
5308         (sparc_expand_builtin): Likewise.
5309         (sparc_expand_vector_init): New function.
5310         * config/sparc/sparc-protos.h (sparc_expand_vector_init): Declare.
5311
5312 2011-10-17  Kai Tietz  <ktietz@redhat.com>
5313
5314         * fold-const.c (simple_operand_p_2): New function.
5315         (fold_truthop): Rename to
5316         (fold_truth_andor_1): function name.
5317         Additionally remove branching creation for logical and/or.
5318         (fold_truth_andor): Handle branching creation for logical and/or here.
5319
5320 2011-10-17  Andi Kleen  <ak@linux.intel.com>
5321
5322         * ggc-page.c (USING_MADVISE): Adjust ifdef to check for USING_MMAP.
5323
5324 2011-10-17  Georg-Johann Lay  <avr@gjlay.de>
5325
5326         * config/avr/avr.h (ASSEMBLER_DIALECT): Remove.
5327         * config/avr/avr.md (mcu_have_movw, mcu_mega): Remove attributes.
5328         (adjust_len): Add alternative "call".
5329         (isa, enabled): New insn attributes.
5330         (length): Use match_test with AVR_HAVE_JMP_CALL instead of
5331         mcu_mega attribute.
5332         (*sbrx_branch<mode>): Ditto.
5333         (*sbrx_and_branch<mode>): Ditto.
5334         (*sbix_branch): Ditto.
5335         (*sbix_branch_bit7): Ditto.
5336         (*sbix_branch_tmp): Ditto.
5337         (*sbix_branch_tmp_bit7): Ditto.
5338         (jump): Ditto.
5339         (negsi2): Use attribute "isa" instead of assembler dialect.
5340         (extendhisi2): Ditto.
5341         (call_insn, call_value_insn): Set adjust_len attribute.
5342         (indirect_jump): Indent to coding rules.
5343         (call_prologue_saves): Use isa attribute instead of mcu_mega.
5344         (epilogue_restores): Ditto.  Fix setting of SP as described in the
5345         RTX pattern.
5346         (*indirect_jump): Fusion of *jcindirect_jump, *njcindirect_jump
5347         and *indirect_jump_avr6.
5348         (*tablejump): Fusion of *tablejump_rjmp and *tablejump_lib.
5349         (*jcindirect_jump, *njcindirect_jump, *indirect_jump_avr6): Remove.
5350         (*tablejump_rjmp, *tablejump_lib): Remove.
5351         * config/avr/avr.c (adjust_insn_length): Handle ADJUST_LEN_CALL.
5352
5353 2011-10-17  Paolo Carlini  <paolo.carlini@oracle.com>
5354
5355         PR c++/50757
5356         * doc/invoke.texi ([Wnonnull]): Update.
5357
5358 2011-10-17  Richard Henderson  <rth@redhat.com>
5359
5360         PR 50746
5361         * optabs.c (expand_vec_perm_expr): Fix indexing error.
5362
5363 2011-10-17  Sergio Durigan Junior  <sergiodj@redhat.com>
5364
5365         * configure.ac: Display `yes' if the SystemTap header has been found.
5366         * configure: Regenerate.
5367
5368 2011-10-08  Andi Kleen  <ak@linux.intel.com>
5369
5370         PR other/50636
5371         * config.in, configure: Regenerate.
5372         * configure.ac (madvise): Add to AC_CHECK_FUNCS.
5373         * ggc-page.c (USING_MADVISE): Add.
5374         (page_entry): Add discarded field.
5375         (alloc_page): Check for discarded pages.
5376         (release_pages): Add USING_MADVISE branch.
5377
5378 2011-10-17  Richard Guenther  <rguenther@suse.de>
5379
5380         PR tree-optimization/50729
5381         * tree-vrp.c (extract_range_from_unary_expr_1): Remove redundant test.
5382         (simplify_conversion_using_ranges): Properly test the
5383         intermediate result.
5384
5385 2011-10-15  Tom Tromey  <tromey@redhat.com>
5386             Dodji Seketeli  <dodji@redhat.com>
5387
5388         * ggc.h (ggc_round_alloc_size): Declare new public entry point.
5389         * ggc-none.c (ggc_round_alloc_size): New public stub function.
5390         * ggc-page.c (ggc_alloced_size_order_for_request): New static
5391         function.  Factorized from ggc_internal_alloc_stat.
5392         (ggc_round_alloc_size): New public function.  Uses
5393         ggc_alloced_size_order_for_request.
5394         (ggc_internal_alloc_stat): Use ggc_alloced_size_order_for_request.
5395         * ggc-zone.c (ggc_round_alloc_size): New public function extracted
5396         from ggc_internal_alloc_zone_stat.
5397         (ggc_internal_alloc_zone_stat): Use ggc_round_alloc_size.
5398         * toplev.c (general_init): Initialize
5399         line_table->alloced_size_for_request.
5400
5401 2011-10-15  Tom Tromey  <tromey@redhat.com>
5402             Dodji Seketeli  <dodji@redhat.com>
5403
5404         * input.c (ONE_K, ONE_M, SCALE, STAT_LABEL, FORMAT_AMOUNT): New macros.
5405         (num_expanded_macros_counter, num_macro_tokens_counter): Declare
5406         new counters.
5407         (dump_line_table_statistics): Define new function.
5408         * input.h (dump_line_table_statistics): Declare new function.
5409         * toplev.c (dump_memory_report): Call dump_line_table_statistics.
5410
5411 2011-10-15  Tom Tromey  <tromey@redhat.com>
5412             Dodji Seketeli  <dodji@redhat.com>
5413
5414         * doc/cppopts.texi: Document -fdebug-cpp.
5415         * doc/invoke.texi: Add -fdebug-cpp to the list of preprocessor options.
5416
5417 2011-10-15  Tom Tromey  <tromey@redhat.com>
5418             Dodji Seketeli  <dodji@redhat.com>
5419
5420         * gcc/diagnostic.h (diagnostic_report_current_module): Add a
5421         location parameter.
5422         * diagnostic.c (diagnostic_report_current_module): Add a location
5423         parameter to the function definition.  Use it instead of
5424         input_location.  Resolve the virtual location rather than just
5425         looking up its map and risking to touch a resulting macro map.
5426         (default_diagnostic_starter): Pass the relevant diagnostic
5427         location to diagnostic_report_current_module.
5428         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): New.
5429         (virt_loc_aware_diagnostic_finalizer): Likewise.
5430         (diagnostic_report_current_function): Pass the
5431         relevant location to diagnostic_report_current_module.
5432         * tree-diagnostic.h (virt_loc_aware_diagnostic_finalizer): Declare
5433         new function.
5434         * toplev.c (general_init): By default, use the new
5435         virt_loc_aware_diagnostic_finalizer as diagnostic finalizer.
5436         * Makefile.in: Add vec.h dependency to tree-diagnostic.c.
5437
5438 2011-10-15  Tom Tromey  <tromey@redhat.com>
5439             Dodji Seketeli  <dodji@redhat.com>
5440
5441         * doc/cppopts.texi (-ftrack-macro-expansion): Document new option.
5442         * doc/invoke.texi (-ftrack-macro-expansion): Add this to the list of
5443         preprocessor related options.
5444
5445 2011-10-15  Tom Tromey  <tromey@redhat>
5446             Dodji Seketeli  <dodji@redhat.com>
5447
5448         * input.h (struct expanded_location): Move to libcpp/line-map.h.
5449         (LOCATION_COLUMN): New accessor
5450         (in_system_header_at): Use linemap_location_in_system_header_p.
5451         * diagnostic.c (diagnostic_report_current_module): Adjust to avoid
5452         touching the internals of struct line_map.  Use the public API instead.
5453         (diagnostic_report_diagnostic): Don't use relational operator '<'
5454         on virtual locations.  Use linemap_location_before_p instead.
5455         * input.c (expand_location): Adjust to expand to the tokens'
5456         spelling location when macro location tracking is on.
5457
5458
5459 2011-10-08  Andi Kleen  <ak@linux.intel.com>
5460
5461         * ggc-page.c (GGC_QUIRE_SIZE): Increase to 512
5462
5463 2011-10-13  Andi Kleen  <ak@linux.intel.com>
5464
5465         * toplev.c (compile_file): Rename __gnu_slim_lto to __gnu_lto_slim.
5466
5467 2011-10-16  Ira Rosen  <ira.rosen@linaro.org>
5468
5469         PR tree-optimization/50727
5470         * tree-vect-patterns.c (vect_operation_fits_smaller_type): Add
5471         DEF_STMT to the list of statements to be replaced by the
5472         pattern statements.
5473
5474 2011-10-16  Eric Botcazou  <ebotcazou@adacore.com>
5475
5476         PR rtl-optimization/50615
5477         * combine.c (distribute_notes) <REG_ARGS_SIZE>: Skip if I3 is a no-op.
5478
5479 2011-10-16  Jakub Jelinek  <jakub@redhat.com>
5480
5481         PR tree-optimization/50596
5482         * tree-vectorizer.h (NUM_PATTERNS): Increase to 7.
5483         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add
5484         vect_recog_bool_pattern.
5485         (check_bool_pattern, adjust_bool_pattern_cast,
5486         adjust_bool_pattern, vect_recog_bool_pattern): New functions.
5487
5488 2011-10-16  Ira Rosen  <ira.rosen@linaro.org>
5489
5490         * tree-vect-stmts.c (vectorizable_load): For SLP without permutation
5491         treat the first load of the node as the first element in its
5492         interleaving chain.
5493         * tree-vect-slp.c (vect_get_and_check_slp_defs): Swap the operands if
5494         necessary and possible.
5495         (vect_build_slp_tree): Add new argument.  Allow load groups of any size
5496         in basic blocks.  Keep all the loads for further permutation check.
5497         Use the new argument to determine if there is a permutation.  Update
5498         the recursive calls.
5499         (vect_supported_load_permutation_p): Allow subchains of interleaving
5500         chains in basic block vectorization.
5501         (vect_analyze_slp_instance): Update the call to vect_build_slp_tree.
5502         Check load permutation based on the new parameter.
5503         (vect_schedule_slp_instance): Don't start from the first element in
5504         interleaving chain unless the loads are permuted.
5505
5506 2011-10-15  Jan Hubicka  <jh@suse.cz>
5507
5508         PR target/48668
5509         PR target/50689
5510         * cgraphunit.c (cgraph_expand_function): Expand thunks and alises
5511         after function body.
5512
5513 2011-10-15  Richard Henderson  <rth@redhat.com>
5514
5515         * tree-vect-slp.c: Include langhooks.h.
5516         (vect_create_mask_and_perm): Emit VEC_PERM_EXPR, not a builtin.
5517         (vect_transform_slp_perm_load): Use can_vec_perm_expr_p.  Simplify
5518         mask creation for VEC_PERM_EXPR.
5519         * tree-vect-stmts.c (perm_mask_for_reverse): Return the mask,
5520         not the builtin.
5521         (reverse_vec_elements): Emit VEC_PERM_EXPR not a builtin.
5522         * Makefile.in (tree-vect-slp.o): Update dependency.
5523         * optabs.c (can_vec_perm_expr_p): Allow NULL as unknown constant.
5524
5525 2011-10-15  Alan Modra  <amodra@gmail.com>
5526
5527         PR bootstrap/50738
5528         * ifcvt.c (dead_or_predicable): Revert accidental commit with
5529         HAVE_simple_return test.
5530
5531 2011-10-15  Alan Modra  <amodra@gmail.com>
5532
5533         * ifcvt.c (dead_or_predicable): Disable if-conversion when
5534         doing so is likely to kill a shrink-wrapping opportunity.
5535
5536         PR rtl-optimization/49941
5537         * jump.c (mark_jump_label_1): Set JUMP_LABEL for simple_return jumps.
5538
5539         * rtl.h (set_return_jump_label): Declare.
5540         * function.c (set_return_jump_label): New function, extracted..
5541         (thread_prologue_and_epilogue_insns): ..from here.  Use it in
5542         another instance to set return jump_label.
5543         * cfgrtl.c (force_nonfallthru_and_redirect): Use set_return_jump_label.
5544         * reorg.c (find_end_label): Likewise.
5545
5546 2011-10-14  David S. Miller  <davem@davemloft.net>
5547
5548         * config/sparc/sol2.h: Protect -m{cpu,tune}=native handling
5549         with a more complete cpp test.
5550         * config/sparc/linux64.h: Likewise.
5551         * config/sparc/linux.h: Likewise.
5552         * config/sparc/sparc.opt (sparc_debug): New target variable.
5553         (mdebug): New target option.
5554         * config/sparc/sparc.h (MASK_DEBUG_OPTIONS, MASK_DEBUG_ALL,
5555         TARGET_DEBUG_OPTIONS): New defines.
5556         * config/sparc/sparc.c (debug_target_flag_bits,
5557         debug_target_flags): New functions.
5558         (sparc_option_override): Add name strings back to cpu_table[].
5559         Parse -mdebug string.  When TARGET_DEBUG_OPTIONS is true, print
5560         out the target flags before and after override processing as well
5561         as the selected cpu.  If MASK_V8PLUS, make sure that the selected
5562         cpu is at least v9.
5563
5564 2011-10-15  Oleg Endo  <oleg.endo@t-online.de>
5565
5566         PR target/49263
5567         * config/sh/sh.h (ZERO_EXTRACT_ANDMASK): New macro.
5568         * config/sh/sh.c (sh_rtx_costs): Add test instruction case.
5569         * config/sh/sh.md (tstsi_t): Name existing insn.  Make inner
5570         and instruction commutative.
5571         (tsthi_t, tstqi_t, tstqi_t_zero, tstsi_t_and_not,
5572         tstsi_t_zero_extract_eq, tstsi_t_zero_extract_xor,
5573         tstsi_t_zero_extract_subreg_xor_little,
5574         tstsi_t_zero_extract_subreg_xor_big): New insns.
5575         (*movsicc_t_false, *movsicc_t_true): Replace space with tab in
5576         asm output.
5577         (*andsi_compact): Reorder alternatives so that K08 is considered first.
5578
5579 2011-10-14  Eric Botcazou  <ebotcazou@adacore.com>
5580
5581         PR target/50354
5582         * config/sparc/linux64.h (TARGET_DEFAULT): Only override if the default
5583         processor is at least V9 and TARGET_64BIT_DEFAULT is defined.
5584
5585 2011-10-14  Gerald Pfeifer  <gerald@pfeifer.com>
5586
5587         * invoke.texi (AVR Options): Avoid \leq{}.
5588
5589 2011-10-14  Kai Tietz  <ktietz@redhat.com>
5590
5591         * gimplify.c (gimplify_expr): Take care that for bitwise-binary
5592         transformation the operands have compatible types.
5593
5594 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
5595
5596         * config/i386/sse.md (vec_widen_smult_hi_v8hi,
5597         vec_widen_smult_lo_v8hi, vec_widen_umult_hi_v8hi,
5598         vec_widen_umult_lo_v8hi): Macroize using VI2_AVX2
5599         mode iterator and any_extend code iterator.
5600         (vec_widen_<s>mult_hi_v8si, vec_widen_<s>mult_lo_v8si): New expanders.
5601         (vec_widen_smult_hi_v4si, vec_widen_smult_lo_v4si): Enable
5602         also for TARGET_SSE4_1 using pmuldq insn.
5603         (sdot_prodv8hi): Macroize using VI2_AVX2 iterator.
5604         (sse2_sse4_1): New code attr.
5605         (udot_prodv4si): Macroize using any_extend code iterator.
5606         (<s>dot_prodv8si): New expander.
5607
5608 2011-10-14  Yakovlev Vladimir  <vladimir.b.yakovlev@intel.com>
5609
5610         * config/i386/i386.c (atom_cost): Changed cost for loading
5611         QImode using movzbl.
5612
5613 2011-10-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
5614
5615         * config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo in my
5616         change on October 11th, 2011.
5617
5618 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
5619
5620         * config/i386/sse.md (vec_interleave_high<mode>,
5621         vec_interleave_low<mode>): Add AVX2 expanders for VI_256 modes.
5622         * config/i386/i386.c (expand_vec_perm_interleave3): New function.
5623         (ix86_expand_vec_perm_builtin_1): Call it.
5624
5625 2011-10-14  Georg-Johann Lay  <avr@gjlay.de>
5626
5627         Fix thinko from r179765
5628         * config/avr/avr.c (avr_option_override): Don't override
5629         flag_omit_frame_pointer if not actually needed.
5630
5631 2011-10-14  Georg-Johann Lay  <avr@gjlay.de>
5632
5633         PR target/46278
5634         * doc/invoke.texi (AVR Options): Document -mstrict-X.
5635
5636         * config/avr/avr.opt (-mstrict-X): New option.
5637         (avr_strict_X): New variable reflecting -mstrict-X.
5638         * config/avr/avr.c (avr_reg_ok_for_addr_p): Add parameter
5639         outer_code and pass it down to avr_regno_mode_code_ok_for_base_p.
5640         (avr_legitimate_address_p): Pass outer_code to
5641         avr_reg_ok_for_addr_p and use that function in case PLUS.
5642         (avr_mode_code_base_reg_class): Depend on avr_strict_X.
5643         (avr_regno_mode_code_ok_for_base_p): Ditto, and depend on outer_code.
5644         (avr_option_override): Disable -fcaller-saves if -mstrict-X is on.
5645
5646 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
5647
5648         * config/i386/sse.md (neg<mode>2): Use VI_AVX2 iterator instead
5649         of VI_128.
5650
5651         * config/i386/sse.md (mulv2di3): Macroize using VI8_AVX2 iterator.
5652         (ashl<mode>3): Use VI248_AVX2 iterator instead of VI248_128.
5653         Use <sseinsnmode> instead of TI in mode attr.
5654
5655 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
5656
5657         * config/arm/linux-atomic-64bit.c: New (based on linux-atomic.c).
5658         * config/arm/linux-atomic.c: Change comment to point to 64bit version.
5659         (SYNC_LOCK_RELEASE): Instantiate 64bit version.
5660         * config/arm/t-linux-eabi: Pull in linux-atomic-64bit.c.
5661
5662 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
5663
5664         * config/arm/arm.c (arm_output_ldrex): Support ldrexd.
5665         (arm_output_strex): Support strexd.
5666         (arm_output_it): New helper to output it in Thumb2 mode only.
5667         (arm_output_sync_loop): Support DI mode.  Change comment to
5668         not support const_int.
5669         (arm_expand_sync): Support DI mode.
5670         * config/arm/arm.h (TARGET_HAVE_LDREXBHD): Split into LDREXBH
5671         and LDREXD.
5672         * config/arm/iterators.md (NARROW): move from sync.md.
5673         (QHSD): New iterator for all current ARM integer modes.
5674         (SIDI): New iterator for SI and DI modes only.
5675         * config/arm/sync.md (sync_predtab): New mode_attr.
5676         (sync_compare_and_swapsi): Fold into sync_compare_and_swap<mode>.
5677         (sync_lock_test_and_setsi): Fold into sync_lock_test_and_setsi<mode>.
5678         (sync_<sync_optab>si): Fold into sync_<sync_optab><mode>.
5679         (sync_nandsi): Fold into sync_nand<mode>.
5680         (sync_new_<sync_optab>si): Fold into sync_new_<sync_optab><mode>.
5681         (sync_new_nandsi): Fold into sync_new_nand<mode>.
5682         (sync_old_<sync_optab>si): Fold into sync_old_<sync_optab><mode>.
5683         (sync_old_nandsi): Fold into sync_old_nand<mode>.
5684         (sync_compare_and_swap<mode>): Support SI & DI.
5685         (sync_lock_test_and_set<mode>): Likewise.
5686         (sync_<sync_optab><mode>): Likewise.
5687         (sync_nand<mode>): Likewise.
5688         (sync_new_<sync_optab><mode>): Likewise.
5689         (sync_new_nand<mode>): Likewise.
5690         (sync_old_<sync_optab><mode>): Likewise.
5691         (sync_old_nand<mode>): Likewise.
5692         (arm_sync_compare_and_swapsi): Turn into iterator on SI & DI.
5693         (arm_sync_lock_test_and_setsi): Likewise.
5694         (arm_sync_new_<sync_optab>si): Likewise.
5695         (arm_sync_new_nandsi): Likewise.
5696         (arm_sync_old_<sync_optab>si): Likewise.
5697         (arm_sync_old_nandsi): Likewise.
5698         (arm_sync_compare_and_swap<mode> NARROW): use sync_predtab, fix indent.
5699         (arm_sync_lock_test_and_setsi<mode> NARROW): Likewise.
5700         (arm_sync_new_<sync_optab><mode> NARROW): Likewise.
5701         (arm_sync_new_nand<mode> NARROW): Likewise.
5702         (arm_sync_old_<sync_optab><mode> NARROW): Likewise.
5703         (arm_sync_old_nand<mode> NARROW): Likewise.
5704
5705 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
5706
5707         PR target/48126
5708         * config/arm/arm.c (arm_output_sync_loop): Move label before barrier.
5709
5710 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
5711
5712         * config/arm/arm.h (TARGET_HAVE_DMB_MCR): MCR Not available in Thumb1.
5713
5714 2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
5715
5716         * doc/invoke.texi ([Wformat-zero-length]): Tidy.
5717
5718 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
5719
5720         * gimple.c (walk_stmt_load_store_addr_ops): Call visit_addr also
5721         on COND_EXPR/VEC_COND_EXPR comparison operands if they are ADDR_EXPRs.
5722
5723 2011-10-14  Richard Guenther  <rguenther@suse.de>
5724
5725         PR tree-optimization/50723
5726         * ipa-split.c (split_function): Use GSI_CONTINUE_LINKING.
5727
5728 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
5729
5730         * gengtype.c (files_rules): Added rules for objc/objc-map.h and
5731         objc/objc-map.c.
5732
5733 2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
5734
5735         PR c++/17212
5736         * doc/invoke.texi ([Wformat-zero-length]): Update.
5737
5738 2011-10-14  Iain Sandoe  <iains@gcc.gnu.org>
5739
5740         PR bootstrap/50699
5741         * config/darwin.c (darwin_patch_builtin): Adjust argument type. Only
5742         build for powerpc targets.  (darwin_patch_builtins): Only build for
5743         powerpc targets.
5744
5745 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
5746
5747         * config/i386/sse.md (*avx_cvtdq2pd256_2): Rename to...
5748         (avx_cvtdq2pd256_2): ... this.
5749         (sseunpackfltmode): New mode attr.
5750         (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi,
5751         vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): Macroize
5752         using VI2_AVX2 iterator.
5753         (vec_unpacku_float_hi_v8si, vec_unpacku_float_lo_v8si): New expanders.
5754
5755 2011-10-13  David S. Miller  <davem@davemloft.net>
5756
5757         * config/sparc/sparc.md (plusminus): New code iterator.
5758         (plusminus_insn): New code attr.
5759         (addv2si3, subv2si3, addv4hi3, subv4hi3, addv2hi3, subv2hi3): Merge
5760         using plusminus and plusminus_insn.
5761         (fpadd64_vis, fpsub64_vis): Likewise.
5762
5763 2011-10-13  Richard Henderson  <rth@redhat.com>
5764
5765         * doc/md.texi (vec_perm): Document fallback to byte permutation.
5766         * genopinit.c (optabs): Add vec_perm_const.
5767         * optabs.c (can_vec_perm_expr_p): Rename from expand_vec_perm_expr_p.
5768         Reject non-vector modes.  Allow fallback to byte permutation.
5769         (expand_vec_perm_expr_1): Split out from ...
5770         (expand_vec_perm_expr): ... here.  Allow fallback to byte permutation.
5771         * optabs.h (DOI_vec_perm_const, vec_perm_const_optab): New.
5772         * tree-vect-generic.c (lower_vec_perm): Update for name change.
5773
5774 2011-10-13  Richard Henderson  <rth@redhat.com>
5775
5776         * config/rs6000/altivec.md (vec_permv16qi): New pattern.
5777
5778         * config/rs6000/spu.md (vec_permv16qi): New pattern.
5779
5780         * config/i386/i386.c (ix86_expand_vec_perm_const): New.
5781         * config/i386/i386-protos.h: Update.
5782         * config/i386/sse.md (VEC_PERM_CONST): New mode iterator.
5783         (vec_perm_const<VEC_PERM_CONST>): New expander.
5784
5785         * optabs.c (expand_vector_broadcast): New.
5786         (expand_binop): Expand scalar shifts of vectors to vector shifts
5787         of vectors, if the former isn't supported.
5788         * tree-vect-generic.c (expand_vector_operations_1): Don't do that
5789         here; always simplify to scalar shift of vector if possible.
5790
5791         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Fix mode
5792         test for vector splat.
5793
5794 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
5795
5796         * config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode to V.
5797
5798 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
5799             Richard Guenther  <rguenther@suse.de>
5800
5801         * tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE from vector
5802         or complex vars even if their DECL_UID is in not_reg_needs bitmap.
5803
5804 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
5805
5806         * config/i386/sse.md (reduc_umin_v8hi): New pattern.
5807         * config/i386/i386.c (ix86_build_const_vector): Handle
5808         also V32QI, V16QI, V16HI and V8HI modes.
5809         (emit_reduc_half): New function.
5810         (ix86_expand_reduc): Use phminposuw insn for V8HImode UMIN.
5811         Use emit_reduc_half helper function.
5812
5813 2011-10-13  Lawrence Crowl  <crowl@google.com>
5814             Diego Novillo  <dnovillo@google.com>
5815
5816         * lto-streamer-in.c (input_struct_function_base): Factor out of ...
5817         (input_function): ... here.
5818         * lto-streamer-out.c (output_struct_function_base): Factor out of ...
5819         (output_function): ... here.
5820
5821 2011-10-13  Gabriel Charette  <gchare@google.com>
5822             Diego Novillo  <dnovillo@google.com>
5823
5824         * streamer-hooks.h (struct streamer_hooks): Add hooks
5825         input_location and output_location.
5826         * lto-streamer-in.c (lto_input_location): Use
5827         streamer_hooks.input_location, if set.
5828         * lto-streamer-out.c (lto_output_location): Use
5829         streamer_hooks.output_location, if set.
5830
5831 2011-10-13  Eric Botcazou  <ebotcazou@adacore.com>
5832
5833         * doc/invoke.texi (SPARC options): Document -mfix-at697f.
5834         * config/sparc/sparc.opt (mfix-at697f): New option.
5835         * config/sparc/sparc.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5836         (sparc_reorg): New function.
5837
5838 2011-10-13  Richard Guenther  <rguenther@suse.de>
5839
5840         PR tree-optimization/50712
5841         * ipa-split.c (split_function): Always re-gimplify parameters
5842         when they are not gimple vals before passing them.  Properly
5843         check for type compatibility.
5844
5845 2011-10-13  Tom de Vries  <tom@codesourcery.com>
5846
5847         * function.c (gimplify_parameters): Set number of arguments of call to
5848         BUILT_IN_ALLOCA_WITH_ALIGN to 2.
5849
5850 2011-10-13  Tom de Vries  <tom@codesourcery.com>
5851
5852         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P
5853         for static const strings.
5854         * varasm.c (build_constant_desc): Generate the memory location of the
5855         constant using gen_const_mem.
5856
5857 2011-10-13  Richard Guenther  <rguenther@suse.de>
5858
5859         PR tree-optimization/50698
5860         * tree-data-ref.c (split_constant_offset_1): Also process
5861         offsets of &MEM.
5862
5863 2011-10-12  David S. Miller  <davem@davemloft.net>
5864
5865         * config/sparc/sparc.md (UNSPEC_FPMERGE): Delete.
5866         (UNSPEC_MUL16AU, UNSPEC_MUL8, UNSPEC_MUL8SU, UNSPEC_MULDSU): New
5867         unspecs.
5868         (fpmerge_vis): Remove inaccurate comment, represent using vec_select
5869         of a vec_concat.
5870         (vec_interleave_lowv8qi, vec_interleave_highv8qi): New insns.
5871         (fmul8x16_vis, fmul8x16au_vis, fmul8sux16_vis, fmuld8sux16_vis):
5872         Reimplement as unspecs and remove inaccurate comments.
5873         (vis3_shift_patname): New code attr.
5874         (<vis3_shift_insn><vbits>_vis): Rename to
5875         "v<vis3_shift_patname><mode>3".
5876         (vis3_addsub_ss_patname): New code attr.
5877         (<vis3_addsub_ss_insn><vbits>_vis): Rename to
5878         "<vis3_addsub_ss_patname><mode>3".
5879         * config/sparc/sparc.c (sparc_vis_init_builtins): Update to
5880         accommodate pattern name changes.
5881
5882         * config/sparc/sparc.h: Do not force TARGET_VIS3 and TARGET_FMAF
5883         to zero when assembler lacks support for such instructions.
5884         * config/sparc/sparc.c (sparc_option_override): Clear MASK_VIS3
5885         and MASK_FMAF in defaults when assembler lacks necessary support.
5886
5887 2011-10-12  Jakub Jelinek  <jakub@redhat.com>
5888
5889         * config/i386/sse.md (vec_unpacks_lo_<mode>,
5890         vec_unpacks_hi_<mode>, vec_unpacku_lo_<mode>,
5891         vec_unpacku_hi_<mode>): Change VI124_128 mode to VI124_AVX2.
5892         * config/i386/i386.c (ix86_expand_sse_unpack): Handle
5893         V32QImode, V16HImode and V8SImode for TARGET_AVX2.
5894
5895         * config/i386/sse.md (vec_avx2): New mode_attr.
5896         (mulv16qi3): Macroize to cover also mulv32qi3 for TARGET_AVX2 into ...
5897         (mul<mode>3): ... this.
5898
5899         * config/i386/i386.md (UNSPEC_VPERMDI): Remove.
5900         * config/i386/i386.c (ix86_expand_vec_perm): Handle
5901         V16QImode and V32QImode for TARGET_AVX2.
5902         (MAX_VECT_LEN): Increase to 32.
5903         (expand_vec_perm_blend): Add support for 32-byte integer
5904         vectors with TARGET_AVX2.
5905         (valid_perm_using_mode_p): New function.
5906         (expand_vec_perm_pshufb): Add support for 32-byte integer
5907         vectors with TARGET_AVX2.
5908         (expand_vec_perm_vpshufb2_vpermq): New function.
5909         (expand_vec_perm_vpshufb2_vpermq_even_odd): New function.
5910         (expand_vec_perm_even_odd_1): Handle 32-byte integer vectors
5911         with TARGET_AVX2.
5912         (ix86_expand_vec_perm_builtin_1): Try expand_vec_perm_vpshufb2_vpermq
5913         and expand_vec_perm_vpshufb2_vpermq_even_odd.
5914         * config/i386/sse.md (VEC_EXTRACT_EVENODD_MODE): Add for TARGET_AVX2
5915         32-byte integer vector modes.
5916         (vec_pack_trunc_<mode>): Use VI248_AVX2 instead of VI248_128.
5917         (avx2_interleave_highv32qi, avx2_interleave_lowv32qi): Remove pasto.
5918         (avx2_pshufdv3, avx2_pshuflwv3, avx2_pshufhwv3): Generate
5919         4 new operands.
5920         (avx2_pshufd_1, avx2_pshuflw_1, avx2_pshufhw_1): Don't use
5921         match_dup, instead add 4 new operands and require they have
5922         right cross-lane values.
5923         (avx2_permv4di): Change into define_expand.
5924         (avx2_permv4di_1): New instruction.
5925         (avx2_permv2ti): Use nonimmediate_operand instead of register_operand
5926         for "xm" constrained operand.
5927         (VEC_PERM_AVX2): Add V32QI and V16QI for TARGET_AVX2.
5928
5929         * config/i386/sse.md (avx2_gathersi<mode>,
5930         avx2_gatherdi<mode>, avx2_gatherdi<mode>256): Add clobber of
5931         match_scratch, change memory_operand to register_operand,
5932         add (mem:BLK (scratch)) use.
5933         (*avx2_gathersi<mode>, *avx2_gatherdi<mode>,
5934         *avx2_gatherdi<mode>256): Add clobber of match_scratch,
5935         add earlyclobber to the output operand and match_scratch,
5936         add (mem:BLK (scratch)) use, change the other mem to match_operand.
5937         Use %p6 instead of %c6 in the pattern.
5938         * config/i386/i386.c (ix86_expand_builtin): Adjust for
5939         operand 2 being a Pmode register_operand instead of memory_operand.
5940
5941 2011-10-12  Kai Tietz  <ktietz@redhat.com>
5942
5943         * config/i386/i386.md (simple_return): Disable if TARGET_SEH is active.
5944
5945 2011-10-12  Steve Ellcey  <sje@cup.hp.com>
5946
5947         * config/ia64/ia64.c (ia64_init_builtins): Fix unbalanced parentheses.
5948
5949 2011-10-12  Richard Guenther  <rguenther@suse.de>
5950
5951         * tree-ssa-alias.c (maybe_skip_until): Cache also at the point
5952         of the first store we visit in a basic-block.
5953         (get_continuation_for_phi): Search for a candidate VUSE that
5954         might dominates all others.  Do pairwise disambiguation against
5955         that candidate.
5956
5957 2011-10-12  Paul Koning  <pkoning@gcc.gnu.org>
5958
5959         PR tree-optimization/50189
5960         * tree-vrp.c (extract_range_from_assert): Use the type of
5961         the variable, not the limit.
5962
5963 2011-10-12  Richard Guenther  <rguenther@suse.de>
5964
5965         PR tree-optimization/50700
5966         * tree-object-size.c (addr_object_size): Simplify and treat
5967         MEM_REF bases consistently.
5968
5969 2011-10-12  Bernd Schmidt  <bernds@codesourcery.com>
5970
5971         * function.c (prepare_shrink_wrap, bb_active_p): New function.
5972         (thread_prologue_and_epilogue_insns): Use bb_active_p.  Call
5973         prepare_shrink_wrap, then recompute bb_active_p for the last block.
5974
5975 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
5976
5977         PR c/50565
5978         * convert.c (convert_to_integer): Do not narrow operands of
5979         pointer subtraction.
5980
5981 2011-10-12  Nick Clifton  <nickc@redhat.com>
5982
5983         * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): New macro.  Used to
5984         emit a .eabi_attribute assembler directive, possibly with a
5985         comment attached.
5986         * config/arm/arm.c (arm_file_start): Use the new macro.
5987         * config/arm/arm-c.c (arm_output_c_attributes): Likewise.
5988
5989 2011-10-12  Georg-Johann Lay  <avr@gjlay.de>
5990
5991         PR target/49939
5992         * config/avr/avr.md (*movqi): Rename to movqi_insn.
5993         (*call_insn): Rename to call_insn.
5994         (*call_value_insn): Rename to call_value_insn.
5995         * config/avr/avr.c (avr_2word_insn_p): New static function.
5996         (jump_over_one_insn_p): Use it.
5997
5998 2011-10-12  Richard Sandiford  <richard.sandiford@linaro.org>
5999
6000         * expr.h (copy_blkmode_to_reg): Declare.
6001         * expr.c (copy_blkmode_to_reg): New function.
6002         (expand_assignment): Don't expand register RESULT_DECLs before
6003         the lhs.  Use copy_blkmode_to_reg to copy BLKmode values into a
6004         RESULT_DECL register.
6005         (expand_expr_real_1): Handle BLKmode decls when looking for promotion.
6006         * stmt.c (expand_return): Move BLKmode-to-register code into
6007         copy_blkmode_to_reg.
6008
6009 2011-10-11  Eric Botcazou  <ebotcazou@adacore.com>
6010
6011         PR target/49965
6012         * config/sparc/sparc.md (mov<I:mode>cc): Do not save comparison code.
6013         (mov<F:mode>cc): Likewise.
6014
6015 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6016
6017         * tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.
6018
6019 2011-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
6020
6021         * tree.h (built_in_decls): Delete old interface with two parallel
6022         arrays to hold standard builtin declarations, and replace it with
6023         a function based interface that can support creating builtins on
6024         the fly in the future.  Change all uses, and poison the old
6025         names.  Make sure 0 is not a legitimate builtin index.
6026         (implicit_built_in_decls): Ditto.
6027         (built_in_info): Ditto.
6028         (BUILTIN_VALID_P): Ditto.
6029         (builtin_decl_explicit): Ditto.
6030         (builtin_decl_implicit): Ditto.
6031         (set_builtin_decl): Ditto.
6032         (set_builtin_decl_implicit_p): Ditto.
6033         (builtin_decl_explicit_p): Ditto.
6034         (builtin_decl_implicit_p): Ditto.
6035         * tree-complex.c (expand_complex_libcall): Ditto.
6036         * tree-loop-distribution.c (generate_memset_zero): Ditto.
6037         * tree-ssa-strlen.c (get_string_length): Ditto.
6038         (handle_builtin_strcpy): Ditto.
6039         (handle_builtin_strcat): Ditto.
6040         * tree.c (iterative_hash_expr): Ditto.
6041         (local_define_builtin): Ditto.
6042         (build_common_builtin_nodes): Ditto.
6043         * builtins.c (built_in_decls): Ditto.
6044         (implicit_built_in_decls): Ditto.
6045         (built_in_info): Ditto
6046         (expand_builtin_classify_type): Ditto.
6047         (mathfn_built_in_1): Ditto.
6048         (expand_builtin_cexpi): Ditto.
6049         (expand_builtin_mempcpy_args): Ditto.
6050         (expand_builtin_stpcpy): Ditto.
6051         (gimplify_va_arg_expr): Ditto.
6052         (expand_builtin_sync_operation): Ditto.
6053         (build_builtin_expect_predicate): Ditto.
6054         (fold_builtin_memory_op): Ditto.
6055         (fold_builtin_strcpy): Ditto.
6056         (fold_builtin_stpcpy): Ditto.
6057         (fold_builtin_strncpy): Ditto.
6058         (fold_builtin_interclass_mathfn): Ditto.
6059         (fold_builtin_classify): Ditto.
6060         (fold_builtin_2): Ditto.
6061         (fold_builtin_strstr): Ditto.
6062         (fold_builtin_strrchr): Ditto.
6063         (fold_builtin_strpbrk): Ditto.
6064         (fold_builtin_strcat): Ditto.
6065         (fold_builtin_strncat): Ditto.
6066         (fold_builtin_strcspn): Ditto.
6067         (fold_builtin_fputs): Ditto.
6068         (fold_builtin_sprintf): Ditto.
6069         (fold_builtin_snprintf): Ditto.
6070         (expand_builtin_memory_chk): Ditto.
6071         (fold_builtin_memory_chk): Ditto.
6072         (fold_builtin_stxcpy_chk): Ditto.
6073         (fold_builtin_strncpy_chk): Ditto.
6074         (fold_builtin_strcat_chk): Ditto.
6075         (fold_builtin_strncat_chk): Ditto.
6076         (fold_builtin_sprintf_chk_1): Ditto.
6077         (fold_builtin_snprintf_chk_1): Ditto.
6078         (fold_builtin_printf): Ditto.
6079         (fold_builtin_fprintf): Ditto.
6080         (fold_call_stmt): Ditto.
6081         (set_builtin_user_assembler_name): Ditto.
6082         * tree-emutls.c (emutls_common_1): Ditto.
6083         * omp-low.c (scan_omp): Ditto.
6084         (lower_rec_input_clauses): Ditto.
6085         (lower_reduction_clauses): Ditto.
6086         (expand_parallel_call): Ditto.
6087         (expand_task_call): Ditto.
6088         (maybe_catch_exception): Ditto.
6089         (optimize_omp_library_calls): Ditto.
6090         (expand_omp_for_generic): Ditto.
6091         (expand_omp_for_static_nochunk): Ditto.
6092         (expand_omp_for_static_chunk): Ditto.
6093         (expand_omp_sections): Ditto.
6094         (expand_omp_atomic_fetch_op): Ditto.
6095         (expand_omp_atomic_pipeline): Ditto.
6096         (expand_omp_atomic_mutex): Ditto.
6097         (lower_omp_single_simple): Ditto.
6098         (lower_omp_single_copy): Ditto.
6099         (lower_omp_master): Ditto.
6100         (lower_omp_ordered): Ditto.
6101         (lower_omp_critical): Ditto.
6102         * tree-ssa-ccp.c (optimize_stdarg_builtin): Ditto.
6103         * builtins.c (DEF_BUILTIN_STUB): Ditto.
6104         (BUILT_IN_NONE): Ditto.
6105         * tree-ssa-math-opts.c (execute_optimize_bswap): Ditto.
6106         * gimple-low.c (lower_function_body): Ditto.
6107         (lower_builtin_setjmp): Ditto.
6108         * c-decl.c (merge_decls): Ditto.
6109         * tree-eh.c (lower_resx): Ditto.
6110         (lower_resx): Ditto.
6111         (lower_eh_dispatch): Ditto.
6112         * function (gimplify_parameters): Ditto.
6113         * c-typeck.c (build_function_call_vec): Ditto.
6114         * gimplify.c (build_stack_save_restore): Ditto.
6115         (gimplify_vla_decl): Ditto.
6116         (gimplify_modify_expr_to_memcpy): Ditto.
6117         (gimplify_modify_expr_to_memset): Ditto.
6118         (gimplify_variable_sized_compare): Ditto.
6119         (gimplify_function_tree): Ditto.
6120         * calls.c (emit_call_1): Ditto.
6121         * tree-ssa-forprop.c (simplify_builtin_call): Ditto.
6122         * tree-nested.c (convert_nl_goto_reference): Ditto.
6123         (convert_tramp_reference_op): Ditto.
6124         (finalize_nesting_tree_1): Ditto.
6125         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
6126         (tree_ssa_prefetch_arrays): Ditto.
6127         * tree-streamer-in.c (streamer_get_builtin_tree): Ditto.
6128         * system.h (built_in_decls): Ditto.
6129         (implicit_built_in_decls): Ditto.
6130         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
6131         * config/sparc/sparc.c (sparc_gimplify_va_arg): Ditto.
6132         * config/i386/i386.c (ix86_gimplify_va_arg): Ditto.
6133         (ix86_veclibabi_svml): Ditto.
6134         (ix86_veclibabi_acml): Ditto.
6135         * config/vms/vms.c (vms_patch_builtins): Ditto.
6136         * config/ia64/ia64.c (ia64_init_builtins): Ditto.
6137         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Ditto.
6138         (rs6000_builtin_vectorized_libmass): Ditto.
6139         (rs6000_init_builtins): Ditto.
6140         * config/darwin.c (darwin_override_options): Ditto.
6141         (darwin_patch_builtin): Ditto.
6142         (darwin_rename_builtins): Ditto.
6143         * config/pa/pa.c (pa_init_builtins): Ditto.
6144
6145 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6146
6147         * tree.h (copy_ref_info): Expose existing function.
6148         * tree-ssa-loop-ivopts.c (copy_ref_info): Move function to...
6149         * tree-ssa-address.c (copy_ref_info): ...here, and remove static token.
6150
6151 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
6152
6153         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): New
6154         prototype.
6155         (avr_regno_mode_code_ok_for_base_p): New prototype.
6156         * config/avr/avr.h (BASE_REG_CLASS): Remove.
6157         (REGNO_OK_FOR_BASE_P): Remove.
6158         (REG_OK_FOR_BASE_NOSTRICT_P): Remove.
6159         (REG_OK_FOR_BASE_STRICT_P): Remove.
6160         (MODE_CODE_BASE_REG_CLASS): New define.
6161         (REGNO_MODE_CODE_OK_FOR_BASE_P): New define.
6162         * config/avr/avr.c (avr_mode_code_base_reg_class): New function.
6163         (avr_regno_mode_code_ok_for_base_p): New function.
6164         (avr_reg_ok_for_addr_p): New static function.
6165         (avr_legitimate_address_p): Use it.  Beautify.
6166
6167 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
6168
6169         PR target/50447
6170         * config/avr/avr.md (cc): Add out_plus attribute alternative.
6171         (addsi3): Use it.  Adapt avr_out_plus to new prototype.  Use
6172         avr_out_plus for all CONST_INT addends.
6173         * config/avr/avr-protos.h (avr_out_plus): Change prototype.
6174         * config/avr/avr.c (notice_update_cc): Call avr_out_plus on
6175         CC_OUT_PLUS.
6176         (avr_out_plus_1): Change prototype and report effect on cc0.
6177         (avr_out_plus): Ditto.
6178         (adjust_insn_length): Adapt call to avr_out_plus to new prototype.
6179
6180 2011-10-11  H.J. Lu  <hongjiu.lu@intel.com>
6181
6182         * config/i386/i386.c (ix86_expand_special_args_builtin): Remove
6183         the extra break.
6184
6185 2011-10-11  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
6186
6187         * doc/invoke.texi: Document new warning.
6188         * common.opt (Wvector-operation-performance): Define new warning.
6189         * tree-vect-generic.c (expand_vector_piecewise): Warn about expanded
6190         vector operation.
6191         (exapnd_vector_parallel): Warn about expanded vector operation.
6192         (lower_vec_shuffle): Warn about expanded vector operation.
6193         * c-typeck.c (c_build_vec_perm_expr): Store correct location
6194         when creating VEC_PERM_EXPR.
6195
6196 2011-10-11  Richard Guenther  <rguenther@suse.de>
6197
6198         PR tree-optimization/50204
6199         * tree-ssa-alias.c (get_continuation_for_phi_1): Split out
6200         two argument handling from ...
6201         (get_continuation_for_phi): ... here.  Handle arbitrary number
6202         of PHI args.
6203
6204 2011-10-11  Richard Sandiford  <richard.sandiford@linaro.org>
6205
6206         * modulo-sched.c: Fix comment typo.  Mention the possibility
6207         of using scheduling windows of II+1 cycles.
6208
6209 2011-10-11  Tristan Gingold  <gingold@adacore.com>
6210
6211         * doc/invoke.texi (C Dialect Options): Document
6212         -fallow-parameterless-variadic-functions.
6213         * c-parser.c (c_parser_parms_list_declarator): Handle it.
6214
6215 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6216
6217         * config/avr/avr.c (avr_option_override): Set flag_omit_frame_pointer
6218         to 0 if frame pointer is needed for unwinding.
6219
6220 2011-10-10  Uros Bizjak  <ubizjak@gmail.com>
6221
6222         PR bootstrap/50665
6223         * optabs.h (DOI_vec_perm): Rename from OTI_vec_perm.  Move from enum
6224         optab_index to enum direct_optab_index.
6225         (vec_perm_optab): Update.
6226
6227 2011-10-10  Anatoly Sokolov  <aesok@post.ru>
6228
6229         * config/cris/cris.c (cris_preferred_reload_class): New function.
6230         (TARGET_PREFERRED_RELOAD_CLASS): Define.
6231         * config/cris/cris.h (PREFERRED_RELOAD_CLASS): Remove.
6232
6233 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6234
6235         * config/avr/avr.md (*tablejump_rjmp): Change insn condition to
6236         !AVR_HAVE_JMP_CALL.
6237         (*tablejump_lib): Change insn condition to AVR_HAVE_JMP_CALL.
6238         (*tablejump_enh, *tablejump): Remove insns.
6239         * config/avr/libgcc.S (__tablejump__): Use RET instead of EIND +
6240         EIJMP for indirect jump.  Use LPM Z+ where available.
6241
6242 2011-10-10  Richard Henderson  <rth@redhat.com>
6243
6244         * doc/md.texi (vec_perm_const): Fix typo in cindex.
6245
6246 2011-10-10  Kirill Yukhin  <kirill.yukhin@intel.com>
6247             Yakovlev Vladimir  <vladimir.b.yakovlev@intel.com>
6248
6249         * config/i386/sse.md (fma_fnmsub_<mode>): Fix a typo.
6250
6251 2011-10-10  Richard Guenther  <rguenther@suse.de>
6252
6253         PR middle-end/50389
6254         * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
6255         mark symbols for renaming.  Append the VUSE to all statements
6256         that possibly can have one.
6257
6258 2011-10-10  Richard Guenther  <rguenther@suse.de>
6259
6260         * ipa-split.c (pass_split_functions): Add verification TODOs.
6261         (pass_feedback_split_functions): Likewise.
6262
6263 2011-10-10  Richard Guenther  <rguenther@suse.de>
6264
6265         PR middle-end/50195
6266         * fold-const.c (fold_binary_loc): Canonicalize x*x to pow (x, 2)
6267         only when optimizing.
6268
6269 2011-10-10  Nick Clifton  <nickc@redhat.com>
6270
6271         PR middle-end/49801
6272         * compare-elim.c (find_comparisons_in_bb): Use df_get_live_in and
6273         df_get_live_out instead of accessing the bitmaps directly.
6274         (execute_compare_elim_after_reload): Remove calls to df_set_flags,
6275         df_live_add_problem and df_analyze.
6276
6277 2011-10-10  Michael Matz  <matz@suse.de>
6278
6279         PR middle-end/50638
6280         * tree-emutls.c (gen_emutls_addr): Call add_referenced_var.
6281
6282 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6283
6284         * modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.
6285         (SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES): Delete.
6286         (node_sched_params): Remove first_reg_move and nreg_moves.
6287         (ps_num_consecutive_stages, extend_node_sched_params): New functions.
6288         (update_node_sched_params): Move up file.
6289         (print_node_sched_params): Print the stage.  Don't dump info related
6290         to first_reg_move and nreg_moves.
6291         (set_columns_for_row): New function.
6292         (set_columns_for_ps): Move up file and use set_columns_for_row.
6293         (schedule_reg_move): New function.
6294         (schedule_reg_moves): Call extend_node_sched_params and
6295         schedule_reg_move.  Extend size of uses bitmap.  Initialize
6296         num_consecutive_stages.  Return false if a move could not be
6297         scheduled.
6298         (apply_reg_moves): Don't emit moves here.
6299         (permute_partial_schedule): Handle register moves.
6300         (duplicate_insns_of_cycles): Remove for_prolog.  Emit moves according
6301         to the same stage-count test as ddg nodes.
6302         (generate_prolog_epilog): Update calls accordingly.
6303         (sms_schedule): Allow move-scheduling to add a new first stage.
6304
6305 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6306
6307         * modulo-sched.c (ps_insn): Adjust comment.
6308         (ps_reg_move_info): New structure.
6309         (partial_schedule): Add reg_moves field.
6310         (SCHED_PARAMS): Use node_sched_param_vec instead of node_sched_params.
6311         (node_sched_params): Turn first_reg_move into an identifier.
6312         (ps_reg_move): New function.
6313         (ps_rtl_insn): Cope with register moves.
6314         (ps_first_note): Adjust comment and assert that the instruction
6315         isn't a register move.
6316         (node_sched_params): Replace with...
6317         (node_sched_param_vec): ...this vector.
6318         (set_node_sched_params): Adjust accordingly.
6319         (print_node_sched_params): Take a partial schedule instead of a ddg.
6320         Use ps_rtl_insn and ps_reg_move.
6321         (generate_reg_moves): Rename to...
6322         (schedule_reg_moves): ...this.  Remove rescan parameter.  Record each
6323         move in the partial schedule, but don't emit it here.  Don't perform
6324         register substitutions here either.
6325         (apply_reg_moves): New function.
6326         (duplicate_insns_of_cycles): Use register indices directly,
6327         rather than finding instructions using PREV_INSN.  Use ps_reg_move.
6328         (sms_schedule): Call schedule_reg_moves before committing to
6329         a partial schedule.   Try the next ii if the schedule fails.
6330         Use apply_reg_moves instead of generate_reg_moves.  Adjust
6331         call to print_node_sched_params.  Free node_sched_param_vec
6332         instead of node_sched_params.
6333         (create_partial_schedule): Initialize reg_moves.
6334         (free_partial_schedule): Free reg_moves.
6335
6336 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6337
6338         * modulo-sched.c (ps_insn): Replace node field with an identifier.
6339         (SCHED_ASAP): Replace with..
6340         (NODE_ASAP): ...this macro.
6341         (SCHED_PARAMS): New macro.
6342         (SCHED_TIME, SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES, SCHED_ROW)
6343         (SCHED_STAGE, SCHED_COLUMN): Redefine using SCHED_PARAMS.
6344         (node_sched_params): Remove asap.
6345         (ps_rtl_insn, ps_first_note): New functions.
6346         (set_node_sched_params): Use XCNEWVEC.  Don't copy across the
6347         asap values.
6348         (print_node_sched_params): Use SCHED_PARAMS and NODE_ASAP.
6349         (generate_reg_moves): Pass ids to the SCHED_* macros.
6350         (update_node_sched_params): Take a ps insn identifier rather than
6351         a node as parameter.  Use ps_rtl_insn.
6352         (set_columns_for_ps): Update for above field and SCHED_* macro changes.
6353         (permute_partial_schedule): Use ps_rtl_insn and ps_first_note.
6354         (optimize_sc): Update for above field and SCHED_* macro changes.
6355         Update calls to try_scheduling_node_in_cycle and
6356         update_node_sched_params.
6357         (duplicate_insns_of_cycles): Adjust for above field and SCHED_*
6358         macro changes.  Use ps_rtl_insn and ps_first_note.
6359         (sms_schedule): Pass ids to the SCHED_* macros.
6360         (get_sched_window): Adjust for above field and SCHED_* macro changes.
6361         Use NODE_ASAP instead of SCHED_ASAP.
6362         (try_scheduling_node_in_cycle): Remove node parameter.  Update
6363         call to ps_add_node_check_conflicts.  Pass ids to the SCHED_* macros.
6364         (sms_schedule_by_order): Update call to try_scheduling_node_in_cycle.
6365         (ps_insert_empty_row): Adjust for above field changes.
6366         (compute_split_row): Use ids rather than nodes.
6367         (verify_partial_schedule): Adjust for above field changes.
6368         (print_partial_schedule): Use ps_rtl_insn.
6369         (create_ps_insn): Take an id rather than a node.
6370         (ps_insn_find_column): Adjust for above field changes.
6371         Use ps_rtl_insn.
6372         (ps_insn_advance_column): Adjust for above field changes.
6373         (add_node_to_ps): Remove node parameter.  Update call to
6374         create_ps_insn.
6375         (ps_has_conflicts): Use ps_rtl_insn.
6376         (ps_add_node_check_conflicts): Replace node parameter than an id.
6377
6378 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6379
6380         * modulo-sched.c (undo_replace_buff_elem): Delete.
6381         (generate_reg_moves): Don't build and return an undo list.
6382         (free_undo_replace_buff): Delete.
6383         (sms_schedule): Adjust call to generate_reg_moves.
6384         Don't call free_undo_replace_buff.
6385
6386 2011-10-10  Matthias Klose <doko@ubuntu.com>
6387
6388         * common/config/m32c: Remove empty directory.
6389
6390 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6391
6392         * config/avr/avr.md (*mulhi3_enh): Treat squaring smarter.
6393
6394 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6395
6396         PR target/50652
6397         * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of
6398         atmega164a to 0x100.
6399
6400 2011-10-09  Eric Botcazou  <ebotcazou@adacore.com>
6401
6402         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make
6403         the replacement if the conversion to the LHS type is not useless.
6404
6405 2011-10-09  Ira Rosen  <ira.rosen@linaro.org>
6406
6407         PR tree-optimization/50635
6408         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add
6409         DEF_STMT to the list of statements to be replaced by the
6410         pattern statements.
6411         (vect_handle_widen_mult_by_const): Don't check TYPE_OUT.
6412
6413 2011-10-09  Anatoly Sokolov  <aesok@post.ru>
6414
6415         * system.h: Commit forgotten hunk in previous patch.
6416         (OUTPUT_ADDR_CONST_EXTRA): Poison.
6417
6418 2011-10-08  Nicola Pero  <nicola.pero@meta-innovation.com>
6419
6420         PR libobjc/50428
6421         * doc/objc.texi (Garbage Collection): Updated example to protect
6422         +initialize against execution in subclasses.
6423
6424 2011-10-07  Richard Henderson  <rth@redhat.com>
6425
6426         * doc/extend.texi (__builtin_shuffle): Improve the description to
6427         include the modulus of the selector.  Mention OpenCL.
6428         * doc/md.texi (vec_perm, vec_perm_const): Document named patterns.
6429
6430         * tree.def (VEC_PERM_EXPR): Rename from VEC_SHUFFLE_EXPR.
6431         * genopinit.c (optabs): Rename vshuffle to vec_perm.
6432         * c-typeck.c (c_build_vec_perm_expr): Rename from
6433         c_build_vec_shuffle_expr.  Update for name changes.
6434         * optabs.c (expand_vec_perm_expr_p): Rename from
6435         expand_vec_shuffle_expr_p.
6436         (expand_vec_perm_expr): Rename from expand_vec_shuffle_expr.
6437         * optabs.h (OTI_vec_perm): Rename from DOI_vshuffle.
6438         (vec_perm_optab): Rename from vshuffle_optab.
6439         * expr.c, gimple-pretty-print.c, gimple.c, gimplify.c,
6440         c-tree.h, c-parser.c, tree-cfg.c, tree-inline.c, tree-pretty-print.c,
6441         tree-ssa-operands.c, tree-vect-generic.c: Update for name changes.
6442
6443         * config/i386/i386.c (ix86_expand_vec_perm): Rename from
6444         ix86_expand_vshuffle.
6445         * config/i386/i386-protos.h: Update.
6446         * config/i386/sse.md (VEC_PERM_AVX2): Rename from VSHUFFLE_AVX2.
6447         (vec_perm<VEC_PERM_AVX2>): Rename from vshuffle<VSHUFFLE_AVX2>.
6448
6449 2011-10-07  Richard Henderson  <rth@redhat.com>
6450
6451         * config/i386/predicates.md (avx2_pblendw_operand): New.
6452         * config/i386/sse.md (sse4_1_pblendw): Un-macroize.
6453         (avx2_pblendw, *avx2_pblendw): New expander and insn.
6454
6455 2011-10-07  Richard Henderson  <rth@redhat.com>
6456
6457         * config/i386/i386.c (bdesc_args): Update code for
6458         __builtin_ia32_palignr256.  Change type of __builtin_ia32_pslldqi256,
6459         and __builtin_ia32_psrldqi256 to V4DI_FTYPE_V4DI_INT_CONVERT.
6460         (ix86_expand_args_builtin): Handle V4DI_FTYPE_V4DI_INT_CONVERT.
6461         * config/i386/sse.md (mode iterator V16): Add V2TI.
6462         (mode iterator SSESCALARMODE): Use V2TI not V4DI.
6463         (mode attr ssse3_avx2): Add V2TI.
6464         (avx2_lshrqv4di3, avx2_lshlqv4di3): Remove.
6465
6466 2011-10-07  David S. Miller  <davem@davemloft.net>
6467
6468         PR 50655
6469         * configure.ac: Add .register directives to VIS3 test.
6470         * configure: Regenerate.
6471
6472 2011-10-07  Richard Henderson  <rth@redhat.com>
6473
6474         * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
6475
6476 2011-10-07  Richard Henderson  <rth@redhat.com>
6477
6478         PR 49752
6479         * fold-const.c (fold_checksum_tree): Remove out-of-date assert.
6480
6481 2011-10-07  Andrew Stubbs  <ams@codesourcery.com>
6482
6483         * config/arm/predicates.md (shift_amount_operand): Remove constant
6484         range check.
6485         (shift_operator): Check range of constants for all shift operators.
6486
6487 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6488
6489         * config/s390/s390.c (s390_emit_tls_call_insn): Remove assertion.
6490         Load GOT pointer for non-pic builds.
6491         (s390_load_got): Replace pic_offset_table_rtx with hardcoded r12.
6492         (s390_emit_call): Likewise.
6493
6494 2011-10-07  Tom de Vries  <tom@codesourcery.com>
6495
6496         PR middle-end/50527
6497         * tree.c (build_common_builtin_nodes): Add local_define_builtin for
6498         BUILT_IN_ALLOCA_WITH_ALIGN.  Mark that BUILT_IN_ALLOCA_WITH_ALIGN can
6499         throw.
6500         * builtins.c (expand_builtin_alloca): Handle BUILT_IN_ALLOCA_WITH_ALIGN
6501         arglist.  Set align for BUILT_IN_ALLOCA_WITH_ALIGN.
6502         (expand_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6503         (is_inexpensive_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6504         * tree-ssa-ccp.c (evaluate_stmt): Set align for
6505         BUILT_IN_ALLOCA_WITH_ALIGN.
6506         (fold_builtin_alloca_for_var): Rename to ...
6507         (fold_builtin_alloca_with_align): Set DECL_ALIGN from 2nd
6508         BUILT_IN_ALLOCA_WITH_ALIGN argument.
6509         (ccp_fold_stmt): Try folding BUILT_IN_ALLOCA_WITH_ALIGN using
6510         fold_builtin_alloca_with_align.
6511         (optimize_stack_restore): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6512         * builtins.def (BUILT_IN_ALLOCA_WITH_ALIGN): Declare using
6513         DEF_BUILTIN_STUB.
6514         * ipa-pure-const.c (special_builtin_state): Handle
6515         BUILT_IN_ALLOCA_WITH_ALIGN.
6516         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1)
6517         (call_may_clobber_ref_p_1): Same.
6518         * function.c (gimplify_parameters): Lower vla to
6519         BUILT_IN_ALLOCA_WITH_ALIGN.
6520         * gimplify.c (gimplify_vla_decl): Same.
6521         * cfgexpand.c (expand_call_stmt): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6522         * tree-mudflap.c (mf_xform_statements): Same.
6523         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
6524         (mark_all_reaching_defs_necessary_1, propagate_necessity): Same.
6525         * varasm.c (incorporeal_function_p): Same.
6526         * tree-object-size.c (alloc_object_size): Same.
6527         * gimple.c (gimple_build_call_from_tree): Same.
6528
6529 2011-10-07  Bernd Schmidt  <bernds@codesourcery.com>
6530
6531         * function.c (frame_required_for_rtx): Remove function.
6532         (requires_stack_frame_p): New arg set_up_by_prologue.  All callers
6533         changed.  Compute a set of mentioned registers and compare against
6534         the new arg rather than calling frame_required_for_rtx.
6535         (thread_prologue_and_epilogue_insns): Compute the set_up_by_prologue
6536         reg set.  Convert the unconverted_simple_returns mechanism to store
6537         jump insns rather than their basic blocks.  Also check the
6538         orig_entry_edge destination for new blocks.
6539
6540 2011-10-07  Jakub Jelinek  <jakub@redhat.com>
6541
6542         PR tree-optimization/50650
6543         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Don't
6544         call vect_is_simple_cond here, instead fail if cond_expr isn't
6545         COMPARISON_CLASS_P or if get_vectype_for_scalar_type returns NULL
6546         for cond_expr's first operand.
6547         * tree-vect-stmts.c (vect_is_simple_cond): Static again.
6548         * tree-vectorizer.h (vect_is_simple_cond): Remove prototype.
6549
6550 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6551
6552         * config/s390/s390.md (DWH, dwh): New mode macros.
6553         ("umulsidi3"): Extend to support "umulditi3" as well.
6554
6555 2011-10-07  Uros Bizjak  <ubizjak@gmail.com>
6556             H.J. Lu  <hongjiu.lu@intel.com>
6557
6558         PR target/50603
6559         * config/i386/i386.c (ix86_fixup_binary_operands): Force src2 of
6560         integer PLUS RTX to a register to improve address combine.
6561
6562 2011-10-06  Richard Henderson  <rth@redhat.com>
6563
6564         * combine-stack-adjust.c (maybe_move_args_size_note): Add after
6565         parameter; use it to decide whether to merge two notes.
6566         (combine_stack_adjustments_for_block): Use maybe_move_args_size_note
6567         for the deallocation case as well.
6568
6569 2011-10-06  Anatoly Sokolov  <aesok@post.ru>
6570
6571         * system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.
6572         * doc/tm.texi.in (OUTPUT_ADDR_CONST_EXTRA): Remove documentation.
6573         * doc/tm.texi: Regenerate.
6574         * target.def (output_addr_const_extra): Use
6575         hook_bool_FILEptr_rtx_false.
6576         * targhooks.c (default_asm_output_addr_const_extra): Remove.
6577         * targhooks.h (default_asm_output_addr_const_extra): Remove.
6578         * hooks.c (hook_bool_FILEptr_rtx_false): New functions.
6579         * hooks.h (hook_bool_FILEptr_rtx_false): Declare.
6580
6581 2011-10-06  David S. Miller  <davem@davemloft.net>
6582
6583         * config/sparc/sparc.md (popcount<mode>2, clz<mode>2): Split up into...
6584         (popcountdi2, popcountsi2, clzdi2, clzsi2): Explicit expanders, in the
6585         SI mode 64-bit code gen case explicitly zero-extend and truncate.
6586         (*popcount<mode>_sp64): Split up into...
6587         (*popcountdi_sp64, *popcountsi_64): Explicit instantiations, and in the
6588         SImode case use truncate.
6589         (*clzsi_sp64): Rewrite to use truncate, and let the expander emit the
6590         subtract so the compiler can optimize it.
6591         (SIDI): Remove unused mode iterator.
6592
6593 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
6594
6595         * function.c (thread_prologue_and_epilogue_insns): Emit split prologue
6596         on the orig_entry_edge. Don't account for it in prologue_clobbered.
6597
6598 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
6599
6600         PR tree-optimization/50596
6601         * tree-vectorizer.h (vect_is_simple_cond): New prototype.
6602         (NUM_PATTERNS): Change to 6.
6603         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): New
6604         function.
6605         (vect_vect_recog_func_ptrs): Add vect_recog_mixed_size_cond_pattern.
6606         (vect_mark_pattern_stmts): Don't create stmt_vinfo for def_stmt
6607         if it already has one, and don't set STMT_VINFO_VECTYPE in it
6608         if it is already set.
6609         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Handle
6610         COND_EXPR in pattern stmts.
6611         (vect_is_simple_cond): No longer static.
6612
6613 2001-10-06  Richard Henderson  <rth@redhat.com>
6614
6615         * config/i386/i386.c (ix86_expand_vshuffle): Add AVX2 support.
6616         * config/i386/sse.md (sseshuffint): Remove.
6617         (sseintvecmode): Support V16HI, V8HI, V32QI, V16QI.
6618         (VSHUFFLE_AVX2): New mode iterator.
6619         (vshuffle<mode>): Use it.
6620         (avx_vec_concat<V_256>): Rename from *vec_concat<V_256>_avx.
6621
6622         * config/i386/i386.c (ix86_expand_sse_movcc): Use correct mode
6623         for vector_all_ones_operand.
6624         (ix86_expand_int_vcond): Distinguish between comparison mode
6625         and data mode.  Allow them to differ.
6626         (ix86_expand_vshuffle): Don't force data mode to match maskmode.
6627
6628 2001-10-06  Richard Henderson  <rth@redhat.com>
6629
6630         * optabs.c (expand_vec_shuffle_expr): Use the proper mode for the
6631         mask operand.  Tidy the code.
6632
6633 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
6634
6635         * tree-vect-patterns.c (vect_pattern_recog_1): Use
6636         vect_recog_func_ptr typedef for the first argument.
6637         (vect_pattern_recog): Rename vect_recog_func_ptr variable
6638         to vect_recog_func, use vect_recog_func_ptr typedef for it.
6639
6640         PR tree-optimization/49279
6641         * tree-ssa-structalias.c (find_func_aliases): Don't handle
6642         CAST_RESTRICT.
6643         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Allow
6644         restrict propagation.
6645         * tree-ssa.c (useless_type_conversion_p): Don't return false
6646         if TYPE_RESTRICT differs.
6647
6648 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
6649
6650         * function.c (thread_prologue_and_epilogue_insns): Build a vector
6651         of unconverted simple return blocks rather than trying to
6652         recompute them later based on bb_flags bitmap tests.
6653
6654 2011-10-06  Michael Matz  <matz@suse.de>
6655
6656         * tree-flow.h (get_var_ann): Don't declare.
6657         * tree-flow-inline.h (get_var_ann): Remove.
6658         (set_is_used): Use var_ann, not get_var_ann.
6659         * tree-dfa.c (add_referenced_var): Inline body of get_var_ann.
6660         * tree-profile.c (gimple_gen_edge_profiler): Call
6661         find_referenced_var_in.
6662         (gimple_gen_interval_profiler): Ditto.
6663         (gimple_gen_pow2_profiler): Ditto.
6664         (gimple_gen_one_value_profiler): Ditto.
6665         (gimple_gen_average_profiler): Ditto.
6666         (gimple_gen_ior_profiler): Ditto.
6667         (gimple_gen_ic_profiler): Ditto plus call add_referenced_var.
6668         (gimple_gen_ic_func_profiler): Call add_referenced_var.
6669         * tree-mudflap.c (execute_mudflap_function_ops): Call
6670         add_referenced_var.
6671
6672 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
6673
6674         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): For lhs
6675         don't set SSA_NAME_DEF_STMT that has been already set by
6676         gimple_build_assign_with_ops.
6677         (vect_recog_pow_pattern, vect_recog_widen_sum_pattern,
6678         vect_operation_fits_smaller_type, vect_recog_over_widening_pattern):
6679         Likewise.
6680
6681         * tree.h (avoid_folding_inline_builtin): New prototype.
6682         * builtins.c (avoid_folding_inline_builtin): No longer static.
6683         * gimple-fold.c (gimple_fold_builtin): Give up if
6684         avoid_folding_inline_builtin returns true.
6685
6686 2011-10-06  Richard Guenther  <rguenther@suse.de>
6687
6688         * tree-vect-generic.c (vector_element): Look at previous
6689         generated results.
6690
6691 2011-10-06  David Edelsohn  <dje.gcc@gmail.com>
6692
6693         PR target/39950
6694         * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Define
6695         __powerpc__, __PPC__, __unix__.
6696
6697 2011-10-06  Michael Matz  <matz@suse.de>
6698
6699         * i386/i386.opt (recip_mask, recip_mask_explicit,
6700         x_recip_mask_explicit): New variables and cl_target member.
6701         (mrecip=): New option.
6702         * i386/i386.h (RECIP_MASK_DIV, RECIP_MASK_SQRT, RECIP_MASK_VEC_DIV,
6703         RECIP_MASK_VEC_SQRT, RECIP_MASK_ALL, RECIP_MASK_NONE): New bitmasks.
6704         (TARGET_RECIP_DIV, TARGET_RECIP_SQRT, TARGET_RECIP_VEC_DIV,
6705         TARGET_RECIP_VEC_SQRT): New tests.
6706         * i386/i386.md (divsf3): Check TARGET_RECIP_DIV.
6707         (sqrt<mode>2): Check TARGET_RECIP_SQRT.
6708         * i386/sse.md (div<mode>3): Check TARGET_RECIP_VEC_DIV.
6709         (sqrt<mode>2): Check TARGET_RECIP_VEC_SQRT.
6710         * i386/i386.c (ix86_option_override_internal): Set recip_mask
6711         for -mrecip and -mrecip=options.
6712         (ix86_function_specific_save): Save recip_mask_explicit.
6713         (ix86_function_specific_restore): Restore recip_mask_explicit.
6714
6715         * doc/invoke.texi (ix86 Options): Document the new option.
6716
6717 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
6718
6719         PR target/49049
6720         * config/arm/arm.md (arm_subsi3_insn): Lose the last alternative.
6721
6722 2011-10-06  Ulrich Weigand  <ulrich.weigand@linaro.org>
6723
6724         PR target/50305
6725         * config/arm/arm.c (arm_legitimize_reload_address): Recognize
6726         output of a previous pass through legitimize_reload_address.
6727         Do not attempt to optimize addresses if the base register is
6728         equivalent to a constant.
6729
6730 2011-10-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6731
6732         * function.c (thread_prologue_and_epilogue_insns): Mark
6733         last_bb_active as possibly unused.  It is unused for targets which
6734         do neither have "return" nor "simple_return" expanders.
6735
6736 2011-10-06  Richard Guenther  <rguenther@suse.de>
6737
6738         * fold-const.c (fold_ternary_loc): Also fold non-constant
6739         vector CONSTRUCTORs.  Make more efficient.
6740         * tree-ssa-dom.c (cprop_operand): Don't handle virtual operands.
6741         (cprop_into_stmt): Don't propagate into virtual operands.
6742         (optimize_stmt): Really dump original statement.
6743
6744 2011-10-06  Nick Clifton  <nickc@redhat.com>
6745
6746         * config/rx/rx.md (smin3): Revert previous delta.
6747
6748 2011-10-06  Richard Guenther  <rguenther@suse.de>
6749
6750         PR tree-optimization/38884
6751         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial
6752         reads from aggregate SSA names.
6753
6754 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
6755
6756         * tree-vect-patterns.c (vect_pattern_recog_1): Add stmts_to_replace
6757         argument, truncate it at the beginning instead of allocating there
6758         and freeing at the end.
6759         (vect_pattern_recog): Allocate stmts_to_replace here and free at end,
6760         pass its address to vect_pattern_recog_1.
6761
6762 2011-10-05  David S. Miller  <davem@davemloft.net>
6763
6764         * config/sparc/sparc.opt (POPC): New option.
6765         * doc/invoke.texi: Document it.
6766         * config/sparc/sparc.c (sparc_option_override): Enable MASK_POPC by
6767         default on Niagara-2 and later.
6768         * config/sparc/sparc.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
6769         * config/sparc/sparc.md (SIDI): New mode iterator.
6770         (ffsdi2): Delete commented out pattern and comments.
6771         (popcount<mode>2, clz<mode>2): New expanders.
6772         (*popcount<mode>_sp64, popcountsi_v8plus, popcountdi_v8plus,
6773         *clzdi_sp64, clzdi_v8plus, *clzsi_sp64, clzsi_v8plus): New insns.
6774
6775 2011-10-06  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
6776
6777         PR middle-end/50607
6778         * c-tree.h (c_expr_t): New typedef for struct c_expr.
6779         (C_EXPR_APPEND): New macro.
6780         * c-parser.c (c_parser_get_builtin_args): Preserve
6781         original_tree_code of c_expr structure.
6782         (c_parser_postfix_expression): Adjust to the new function.
6783
6784 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
6785
6786         * function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap
6787         if profiling after the prologue.
6788
6789 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
6790
6791         PR tree-optimization/50613
6792         * tree-ssa-strlen.c (find_equal_ptrs): If CASE_CONVERT
6793         operand is ADDR_EXPR, fallthru into ADDR_EXPR handling,
6794         and if it is neither that not SSA_NAME, give up.
6795
6796 2011-10-05  Richard Henderson  <rth@redhat.com>
6797
6798         * tree-vect-generic.c (vector_element): Never fail.  Use
6799         build_zero_cst.  Tidy up type references.
6800         (lower_vec_shuffle): Never fail.  Mask shuffle indicies.  Reduce
6801         code duplication.  Do update_stmt here ...
6802         (expand_vector_operations_1): ... not here.
6803
6804         * config/i386/i386.c (ix86_expand_vshuffle): Never fail.  Handle
6805         TARGET_XOP.  Fix pshufb constant vector creation.  Reduce code
6806         duplication.  Handle V2DI without SSE4.1.
6807         * config/i386/i386-protos.h (ix86_expand_vshuffle): Update decl.
6808         * config/i386/i386.md (vshuffle<V_128>): Remove assert for ok.
6809
6810 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
6811
6812         * config/i386/i386.c (distance_non_agu_define): Simplify calculation
6813         of "found".  Simplify return value calculation.
6814         (distance_agu_use): Ditto.
6815
6816 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
6817
6818         PR bootstrap/50621
6819         * config/i386/i386.c (ix86_add_cfa_restore_note): Omit notes only
6820         if the function was not shrink-wrapped.
6821         (ix86_expand_epilogue): Ensure queued cfa_adjust notes are attached
6822         to an insn.
6823         * function.c (thread_prologue_and_epilogue_insns): Make sure the
6824         shrink_wrapped flag is set even if there is no dump file.
6825
6826 2011-10-05  DJ Delorie  <dj@redhat.com>
6827             Nick Clifton  <nickc@redhat.com>
6828
6829         * config/rx/rx.opt (mpid): Define.
6830         * config/rx/t-rx (MULTILIB_OPTIONS): Add -mpid
6831         (MULTILIB_DIRNAMES): Add pid.
6832         * config/rx/rx.c (rx_gp_base_regnum_val, rx_pid_base_regnum_val)
6833         (rx_num_interrupt_regs): New variable.
6834         (rx_gp_base_regnum): New function.  Returns the number of the
6835         small data area register.
6836         (rx_pid_base_regnum): New function.  Returns the number of the pid
6837         base register.
6838         (rx_decl_for_addr): New function.  Returns the symbolic part of a MEM.
6839         (rx_pid_data_operand): New function.  Returns whether an object is
6840         in the position independent data area.
6841         (rx_legitimize_address): New function.  Puts undecided PID
6842         objects in the PID data area.
6843         (rx_is_legitimate_address): Add support for PID operands.
6844         (rx_print_operand_address): Likewise.
6845         (rx_print_operand): Likewise.
6846         (rx_maybe_pidify_operand): New function.  Determine if an operand
6847         is suitable for PID addressing.
6848         (rx_gen_move_template): Add PID support.
6849         (rx_conditional_register_usage): Likewise.
6850         (rx_option_override): Initialise rx_num_interrupt_regs.
6851         (rx_is_legitimate_constant): Add support for PID constants.
6852         (TARGET_LEGITIMIZE_ADDRESS): Define.
6853         * config/rx/constraints.md (Rpid): Define.
6854         (Rpda): Define.
6855         * config/rx/rx.md (UNSPEC_PID_ADDR): Define.
6856         (tablejump): Add PID support.
6857         (mov<>): Likewise.
6858         (mov<>_internal): Likewise.
6859         (addsi3): Convert to an expander.  Add PID support.
6860         (pid_addr): New pattern.
6861         * config/rx/rx.h (CPP_SPEC): Define.
6862         (ASM_SPEC): Pass -mpid and -mint-register on to assembler.
6863         (CASE_VECTOR_PC_RELATIVE): Define.
6864         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PID mode.
6865         * config/rx/rx-protos.h (rx_maybe_pidify_operand): Prototype.
6866         * doc/invoke.texi (RX Options): Document -mpid command line option.
6867
6868 2011-10-05  Richard Guenther  <rguenther@suse.de>
6869
6870         PR tree-optimization/38885
6871         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial reads
6872         from constants.
6873
6874 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
6875
6876         * doc/invoke.texi (-fshrink-wrap): Document.
6877         * opts.c (default_options_table): Add it.
6878         * common.opt (fshrink-wrap): Add.
6879         * function.c (emit_return_into_block): Remove useless declaration.
6880         (record_hard_reg_uses_1, record_hard_reg_uses, frame_required_for_rtx,
6881         requires_stack_frame_p, gen_return_pattern): New static functions.
6882         (emit_return_into_block): New arg simple_p.  All callers changed.
6883         Use gen_return_pattern.
6884         (thread_prologue_and_epilogue_insns): Implement shrink-wrapping.
6885         * config/i386/i386.md (return): Expand into a simple_return.
6886         (simple_return): New expander):
6887         (simple_return_internal, simple_return_internal_long,
6888         simple_return_pop_internal_long, simple_return_indirect_internal):
6889         Renamed from return_internal, return_internal_long,
6890         return_pop_internal_long and return_indirect_internal; changed to use
6891         simple_return.
6892         * config/i386/i386.c (ix86_expand_epilogue): Adjust to expand
6893         simple returns.
6894         (ix86_pad_returns): Likewise.
6895         * function.h (struct rtl_data): Add member shrink_wrapped.
6896         * cfgcleanup.c (outgoing_edges_match): If shrink-wrapped, edges that
6897         are not jumps or sibcalls can't be compared.
6898
6899 2011-10-05  Richard Guenther  <rguenther@suse.de>
6900
6901         * tree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR of
6902         vector type.
6903         (simplify_unary_expression): Handle BIT_FIELD_REFs.
6904         (try_to_simplify): Handle BIT_FIELD_REFs.
6905
6906 2011-10-05  Georg-Johann Lay  <avr@gjlay.de>
6907
6908         * config/avr/avr-protos.h (avr_out_addto_sp): New prototype.
6909         * config/avr/avr.c (avr_out_addto_sp): New function.
6910         (adjust_insn_length): Handle ADJUST_LEN_ADDTO_SP.
6911         * config/avr/avr.md (adjust_len): Add "addto_sp".
6912         (*movhi_sp): Remove insn.
6913         (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): Merge to *addhi3_sp_R.
6914
6915 2011-10-05  Richard Guenther  <rguenther@suse.de>
6916
6917         * gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops
6918         with an embedded expression valueize and fold that as well.
6919         * tree-ssa-sccvn.c (try_to_simplify): Also allow SSA name
6920         results from gimple_fold_stmt_to_constant_1.
6921
6922 2011-10-05  Nick Clifton  <nickc@redhat.com>
6923
6924         * config/rx/rx.md (tablejump): Add missing label.
6925         (adddi3_internal): Mark operand 0 as early-clobbered.
6926         (smaxsi3): Revert previous delta.
6927         (adc_internal): Fix whitespace in generated asm.
6928         (adc_flags): Likewise.
6929
6930 2011-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6931
6932         * expmed.c (expand_mult_highpart_optab): Replace optab_handler
6933         with the new widening_optab_handler.
6934
6935 2011-10-05  Richard Guenther  <rguenther@suse.de>
6936
6937         PR tree-optimization/50609
6938         * gimple-fold.c (fold_array_ctor_reference): Also handle
6939         vector typed constructors.
6940         (fold_ctor_reference): Dispatch to fold_array_ctor_reference
6941         for vector typed constructors.
6942
6943 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
6944
6945         * config/i386/i386.c (ix86_emit_binop): New static function.
6946         (ix86_split_lea_for_addr): Use ix86_emit_binop to emit add and shl
6947         instructions.
6948         (x86_output_mi_thunk): Use ix86_emit_binop to emit add instructions.
6949
6950 2011-10-04  David S. Miller  <davem@davemloft.net>
6951
6952         * config/sparc/sparc.md (UNSPEC_FHADD, UNSPEC_FHSUB,
6953         UNSPEC_XMUL): New unspecs.
6954         (muldi3_v8plus): Use output_v8plus_mult.
6955         (*naddsf3, *nadddf3, *nmulsf3, *nmuldf3, *nmuldf3_extend):
6956         New VIS 3.0 combiner patterns.
6957         (fhaddsf_vis, fhadddf_vis, fhsubsf_vis, fhsubdf_vis,
6958         fnhaddsf_vis, fnhaddf_vis, umulxhi_vis, *umulxhi_sp64,
6959         umulxhi_v8plus, xmulx_vis, *xmulx_sp64, xmulx_v8plus,
6960         xmulxhi_vis, *xmulxhi_sp64, xmulxhi_v8plus): New VIS 3.0
6961         builtins patterns.
6962         * config/sparc/sparc.c (sparc_vis_init_builtins): Emit new builtins.
6963         (output_v8plus_mult): New function.
6964         * config/sparc/sparc-protos.h: Declare it.
6965         * config/sparc/visintrin.h (__vis_fhadds, __vis_fhaddd,
6966         __vis_fhsubs, __vis_fhsubd, __vis_fnhadds, __vis_fnhaddd,
6967         __vis_umulxhi, __vis_xmulx, __vis_xmulxhi): New intrinsics.
6968         * doc/extend.texi: Document new builtins.
6969
6970 2011-10-04  Richard Henderson  <rth@redhat.com>
6971
6972         * c-typeck.c (c_build_vec_shuffle_expr): Fix uninitialized variable.
6973         Avoid save_expr unless two_arguments.
6974
6975 2011-10-04  Ozkan Sezer  <sezeroz@gmail.com>
6976
6977         * config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT.
6978         * config/i386/mingw32.h (CPP_SPEC): Likewise.
6979
6980 2011-10-04  David S. Miller  <davem@davemloft.net>
6981
6982         * config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
6983         under Linux.
6984
6985 2011-10-04  Jakub Jelinek  <jakub@redhat.com>
6986
6987         PR tree-optimization/50604
6988         * builtins.c (fold_builtin_strcpy, fold_builtin_stpcpy,
6989         fold_builtin_strncpy, fold_builtin_stxcpy_chk): Ensure
6990         last argument to memcpy has size_type_node type instead of ssizetype.
6991         * tree-ssa-strlen.c (handle_builtin_memcpy): Use size_type_node
6992         instead of TREE_TYPE (len) as type for newlen.
6993
6994         PR tree-optimization/50522
6995         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Don't test
6996         TYPE_RESTRICT.
6997         (ptr_derefs_may_alias_p): Call pt_solutions_same_restrict_base
6998         unconditionally.
6999
7000         * fold-const.c (fold_unary_loc): Don't optimize
7001         POINTER_PLUS_EXPR casted to TYPE_RESTRICT pointer by
7002         casting the inner pointer if it isn't TYPE_RESTRICT.
7003         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't through
7004         casts from non-TYPE_RESTRICT pointer to TYPE_RESTRICT pointer.
7005
7006 2011-10-04  Joseph Myers  <joseph@codesourcery.com>
7007
7008         * config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use i386/t-crtstuff.
7009
7010 2011-10-04  Jan Hubicka  <jh@suse.cz>
7011
7012         * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.
7013         * lto-streamer-in.c (lto_input_toplevel_asms): Stream in order.
7014         * lto-streamer-out.c (lto_output_toplevel_asms): Stream out order.
7015         * lto-cgraph.c (order_base): New static var.
7016         (lto_output_node): Stream in order.
7017         (lto_output_varpool_node): Stream out order.
7018         (input_node): Stream in order.
7019         (input_varpool_node): Stream out order.
7020         (input_cgraph_1): Initialize order base; update call of
7021         lto_input_toplevel_asms.
7022
7023 2011-10-04  Georg-Johann Lay  <avr@gjlay.de>
7024
7025         PR target/50566
7026         * config/avr/avr-protos.h (avr_legitimize_reload_address): New
7027         prototype.
7028         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Copy worker code
7029         from here...
7030         * config/avr/avr.c (avr_legitimize_reload_address) ...to this new
7031         function.  Log if avr_log.legitimize_reload_address.
7032
7033 2011-10-04  Eric Botcazou  <ebotcazou@adacore.com>
7034
7035         * config/sparc/sparc.c (sparc_fold_builtin): Use a sequence of tests.
7036
7037 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7038
7039         * longlong.h (smul_ppmm, sdiv_qrnnd): Add underscores to the local
7040         variables.  Fix second operand of DR.  Swap inputs for sdiv_qrnnd.
7041
7042 2011-10-03  David S. Miller  <davem@davemloft.net>
7043
7044         * config/sparc/sparc.md (fpack16_vis, fpackfix_vis, fpack32_vis): Make
7045         GSR_REG an input operand to UNSPEC instead of a parallel USE.
7046         (faligndata<V64I:mode>_vis): Likewise and use DI mode.
7047         (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis, alignaddrldi_vis):
7048         Reference GSR_REG in DI mode, simplify convoluted expressions by using
7049         zero_extract.
7050         (bshuffle<V64I:mode>_vis): Reference GSR_REG in DI mode.
7051
7052 2011-10-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
7053
7054         * tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
7055
7056 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
7057             Ian Lance Taylor  <iant@google.com>
7058
7059         * godump.c (go_output_typedef): Support printing enum values that
7060         don't fit in a signed HOST_WIDE_INT.
7061
7062 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
7063
7064         * config/cris/cris.c (cris_output_addr_const_extra): Make static.
7065         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7066         * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7067         * config/cris/cris-protos.h (cris_output_addr_const_extra): Remove.
7068
7069 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
7070
7071         * config/m68k/m68k.c (m68k_output_addr_const_extra): Make static.
7072         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7073         * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7074         * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Remove.
7075
7076 2011-10-03  Steve Ellcey  <sje@cup.hp.com>
7077
7078         PR target/49967
7079         * configure.ac (gcc_cv_ld_static_dynamic): Define for *-*-hpux*.
7080         (gcc_cv_ld_static_option): Ditto.
7081         (gcc_cv_ld_dynamic_option): Ditto.
7082         * configure: Regenerate.
7083
7084 2011-10-03  David S. Miller  <davem@davemloft.net>
7085
7086         * config/sparc/sparc.md (bmask<P:mode>_vis): Split into explicit 'di'
7087         and 'si' patterns which describe the GSR changes explicitly in the
7088         RTL using zero_extract.
7089         (bshuffle<V64I:mode>_vis): Put the GSR use inside of the unspec.
7090
7091         * config/sparc/sparc.md (bshuffle<V64I:mode>_vis): Don't wrap
7092         GSR_REG in a USE, since it's now a true arg to the UNSPEC.
7093
7094 2011-10-03  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
7095
7096         * optabs.c (expand_vec_shuffle_expr_p): New function. Checks
7097         if given expression can be expanded by the target.
7098         (expand_vec_shuffle_expr): New function. Expand VEC_SHUFFLE_EXPR
7099         using target vector instructions.
7100         * optabs.h: New optab vshuffle.
7101         (expand_vec_shuffle_expr_p): New prototype.
7102         (expand_vec_shuffle_expr): New prototype.
7103         (vshuffle_optab): New optab.
7104         * genopinit.c: Adjust to support vecshuffle.
7105         * c-tree.h (c_build_vec_shuffle_expr): New prototype.
7106         * expr.c (expand_expr_real_2): Adjust.
7107         * c-typeck.c: (c_build_vec_shuffle_expr): Build a VEC_SHUFFLE_EXPR
7108         recognizing the cases of two and three arguments.
7109         (convert_arguments) (build_binary_op)
7110         (scalar_to_vector) (build_array_ref): Spurious whitespace.
7111         * gimplify.c (gimplify_exp): Adjusted to support VEC_SHUFFLE_EXPR.
7112         * tree.def: New tree code VEC_SHUFFLE_EXPR.
7113         * tree-inline.c (estimate_operator_cost): Recognize VEC_SHUFFLE_EXPR.
7114         * tree-vect-generic.c (vector_element): New function. Returns an
7115         element of the vector at the given position.
7116         (lower_vec_shuffle): Checks if VEC_SHUFLLE_EXPR is supported
7117         by the backend or expand an expression piecewise.
7118         (expand_vector_operations_1): Adjusted.
7119         (gate_expand_vector_operations_noop): New gate function.
7120         * Makefile.in (tree-vect-generic.o): New include.
7121         * gimple.c (get_gimple_rhs_num_ops): Adjust.
7122         * tree-cfg.c (verify_gimple_assign_trenary): Verify VEC_SHUFFLE_EXPR.
7123         * passes.c: Move veclower down.
7124         * tree-pretty-print.c (dump_generic_node): Recognize
7125         VEC_SHUFFLE_EXPR as valid expression.
7126         * c-parser.c (c_parser_get_builtin_args): Helper function for the
7127         builtins with variable number of arguments.
7128         (c_parser_postfix_expression): Use a new helper function for
7129         RID_CHOOSE_EXPR, RID_BUILTIN_COMPLEX and RID_BUILTIN_SHUFFLE.
7130         * tree-ssa-operands: Adjust.
7131         * c-family/c-common.c: New __builtin_shuffle keyword.
7132         * c-family/c-common.h: New __builtin_shuffle keyword.
7133         * gcc/doc/extend.texi: Adjust.
7134
7135         * gcc/config/i386/sse.md: (sseshuffint) New mode_attr.  Correspondence
7136         between the vector and the type of the mask when shuffling.
7137         (vecshuffle<mode>): New expansion.
7138         * gcc/config/i386/i386-protos.h (ix86_expand_vshuffle): New prototype.
7139         * gcc/config/i386/i386.c (ix86_expand_vshuffle): New function.
7140         (ix86_vectorize_builtin_vec_perm_ok): Adjust.
7141
7142 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
7143
7144         PR tree-optimization/50587
7145         * tree-ssa-reassoc.c (init_range_entry): Stop iterating when
7146         arg0 is not a SSA_NAME.
7147
7148 2011-10-03  Richard Sandiford  <rdsandiford@googlemail.com>
7149
7150         * ipa-inline-analysis.c (MAX_TIME): Update comment.
7151
7152 2011-10-02  Richard Henderson  <rth@redhat.com>
7153             David S. Miller  <davem@davemloft.net>
7154
7155         * config/sparc/sparc.md (ashlsi3, *ashldi3_sp64): Remove
7156         conditional insn type setting, we always emit a shift.
7157         (*ashlsi3_extend, *lshrsi3_extend0): New patterns.
7158         (*lshrsi3_extend): Rename to *lshrsi3_extend1.
7159         * config/sparc/predicates.md (const_one_operand): Delete.
7160
7161 2011-10-02  Gerald Pfeifer  <gerald@pfeifer.com>
7162
7163         * invoke.texi (SPARC Options): Refer to GNU/Linux.
7164
7165 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
7166
7167         * config/mips/mips.c (mips_frame_barrier): New function.
7168         (mips_expand_prologue): Call it after allocating stack space.
7169         (mips_deallocate_stack): New function.
7170         (mips_expand_epilogue): Call mips_frame_barrier and
7171         mips_deallocate_stack.
7172
7173 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
7174
7175         PR target/49696
7176         * config/mips/sync.md (sync_<optab>_12): Allow zero operands.
7177         (sync_old_<optab>_12, sync_new_<optab>_12, sync_nand_12): Likewise.
7178         (sync_old_nand_12, sync_new_nand_12, test_and_set_12): Likewise.
7179
7180 2011-10-02  Jan Hubicka  <jh@suse.cz>
7181
7182         * cgraphunit.c (verify_edge_count_and_frequency): Bounds check.
7183
7184         * cgraphunit.c (ipa_passes): Remove unrechable nodes.
7185         * lto-streamer-out.c (produce_symtab): Skip unused extern declarations.
7186         * ipa.c (cgraph_remove_unreachable_nodes): Do not assume that external
7187         functions are reachable when address is taken.
7188         * tree-sra.c (modify_function): Free dominance info.
7189
7190 2011-10-02  Jan Hubicka  <jh@suse.cz>
7191
7192         * ipa-inline-analysis.c (inline_summary_alloc): Bounds check.
7193
7194         * ipa-inline-analysis.c (reset_inline_edge_summary): New function.
7195         (reset_inline_summary): New function.
7196         (compute_inline_parameters, inline_node_removal_hook,
7197         inline_edge_removal_hook): Use it.
7198         (inline_free_summary): Reset holders correctly.
7199         (inline_generate_summary): Free summary before computing it.
7200
7201 2011-10-02  Paolo Carlini  <paolo.carlini@oracle.com>
7202
7203         PR preprocessor/36819
7204         * incpath.c (merge_include_chains): Call free_path on
7205         heads[QUOTE] and tails[QUOTE].
7206
7207 2011-10-02  Jan Hubicka  <jh@suse.cz>
7208
7209         PR lto/47247
7210         * lto-symtab.c (lto_symtab_resolve_symbols): Do not resolve
7211         when resolution is already availbale from plugin.
7212         (lto_symtab_merge_decls_1): Handle LDPR_PREVAILING_DEF_IRONLY_EXP.
7213         * cgraph.c (ld_plugin_symbol_resolution): Add
7214         prevailing_def_ironly_exp.
7215         * lto-cgraph.c (LDPR_NUM_KNOWN): Update.
7216         * ipa.c (varpool_externally_visible_p): IRONLY variables are never
7217         externally visible.
7218         * varasm.c (resolution_to_local_definition_p): Add
7219         LDPR_PREVAILING_DEF_IRONLY_EXP.
7220         (resolution_local_p): Likewise.
7221
7222 2011-10-01  David S. Miller  <davem@davemloft.net>
7223
7224         * config/sparc/sparc.opt (VIS3): New option.
7225         * doc/invoke.texi: Document it.
7226         * config/sparc/sparc.h: Force TARGET_VIS3 to zero if assembler is
7227         not capable of such instructions.
7228         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
7229         to 0x300 when TARGET_VIS3.
7230         * config/sparc/sparc-modes.def: Create 16-byte vector modes.
7231         * config/sparc/sparc.md (UNSPEC_CMASK8, UNSPEC_CMASK16, UNSPEC_CMASK32,
7232         UNSPEC_FCHKSM16, UNSPEC_PDISTN, UNSPC_FUCMP): New unspecs.
7233         (V64N8, VASS): New mode iterators.
7234         (vis3_shift, vis3_addsub_ss): New code iterators.
7235         (vbits, vconstr): New mode attributes.
7236         (vis3_shift_insn, vis3_addsub_ss_insn): New code attributes.
7237         (cmask8<P:mode>_vis, cmask16<P:mode>_vis, cmask32<P:mode>_vis,
7238         fchksm16_vis, <vis3_shift_insn><vbits>_vis, pdistn<mode>_vis,
7239         fmean16_vis, fpadd64_vis, fpsub64_vis,
7240         <vis3_addsub_ss_insn><vbits>_vis, fucmp<code>8<P:mode>_vis): New
7241         VIS 3.0 instruction patterns.
7242         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS3 by
7243         default when targetting capable cpus.  TARGET_VIS3 implies
7244         TARGET_VIS2 and TARGET_VIS, and clear them when TARGET_FPU is disabled.
7245         (sparc_vis_init_builtins): Emit new VIS 3.0 builtins.
7246         (sparc_fold_builtin): Do not eliminate cmask{8,16,32} when result
7247         is ignored.
7248         * config/sparc/visintrin.h (__vis_cmask8, __vis_cmask16,
7249         __vis_cmask32, __vis_fchksm16, __vis_fsll16, __vis_fslas16,
7250         __vis_fsrl16, __vis_fsra16, __vis_fsll32, __vis_fslas32,
7251         __vis_fsrl32, __vis_fsra32, __vis_pdistn, __vis_fmean16,
7252         __vis_fpadd64, __vis_fpsub64, __vis_fpadds16, __vis_fpadds16s,
7253         __vis_fpsubs16, __vis_fpsubs16s, __vis_fpadds32, __vis_fpadds32s,
7254         __vis_fpsubs32, __vis_fpsubs32s, __vis_fucmple8, __vis_fucmpne8,
7255         __vis_fucmpgt8, __vis_fucmpeq8): New VIS 3.0 interfaces.
7256         * doc/extend.texi: Document new VIS 3.0 builtins.
7257
7258 2011-10-01  Eric Botcazou  <ebotcazou@adacore.com>
7259
7260         * ira-color.c (assign_hard_reg): Fix typo.
7261
7262 2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
7263
7264         * doc/extend.texi: Add missing ','.
7265
7266 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
7267
7268         * common/config/c6x/c6x-common.c (c6x_option_optimization_table):
7269         Enable -fmodulo-sched at -O2 and above.
7270         * config/c6x/c6x.md (doloop_end): New expander.
7271         (mvilc, sploop, spkernel, loop_end): New patterns.
7272         (loop_end with memory destination splitter): New.
7273         * config/c6x/c6x.c: Include "hw-doloop.h".
7274         (enum unitreqs): New.
7275         (unit_req_table): New typedef.
7276         (unit_reqs): New static variable.
7277         (unit_req_factor, get_unit_reqs, count_unit_reqs, merge_unit_reqs,
7278         res_mii, split_delayed_nonbranch, undo_split_delayed_nonbranch,
7279         hwloop_pattern_reg, bb_earliest_end_cycle, filter_insns_above,
7280         hwloop_optimize, hwloop_fail, c6x_hwloops): New static functions.
7281         (struct c6x_sched_context): New member last_scheduled_iter0.
7282         (init_sched_state): Initialize it.
7283         (c6x_variable_issue): Update it.
7284         (sploop_max_uid_iter0): New static variable.
7285         (c6x_sched_reorder_1): Be careful about issuing sploop.
7286         (c6x_reorg): Call c6x_hwlooops before the final schedule.
7287
7288 2011-09-30  Georg-Johann Lay  <avr@gjlay.de>
7289
7290         PR target/50566
7291         * config/avr/avr-protos.h (avr_log_t): New field address_cost.
7292         * config/avr/avr.c (avr_address_cost): Use it.
7293         * config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
7294         (avr_log_vadump): Unknown %-codes finish printing.
7295
7296 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
7297
7298         PR inline-asm/50571
7299         * gimple-fold.c (fold_stmt_1) <case GIMPLE_ASM>: If
7300         input constraints allow mem and not reg, pass true instead of
7301         false as second argument to maybe_fold_reference.
7302
7303         PR tree-optimization/46309
7304         * fold-const.c (make_range, merge_ranges): Remove prototypes.
7305         (make_range_step): New function.
7306         (make_range): Use it.
7307         * tree.h (make_range_step): New prototypes.
7308         * Makefile.in (tree-ssa-reassoc.o): Depend on $(DIAGNOSTIC_CORE_H).
7309         * tree-ssa-reassoc.c: Include diagnostic-core.h.
7310         (struct range_entry): New type.
7311         (init_range_entry, range_entry_cmp, update_range_test,
7312         optimize_range_tests): New functions.
7313         (reassociate_bb): Call optimize_range_tests.
7314
7315 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
7316             Richard Guenther  <rguenther@suse.de>
7317
7318         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle
7319         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
7320         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.  Fix
7321         handling of BUILT_IN_STRNCAT and BUILT_IN_STRNCAT_CHK.
7322         (ref_maybe_used_by_call_p_1): Fix handling of BUILT_IN_STRCAT,
7323         BUILT_IN_STRNCAT, BUILT_IN_STRCAT_CHK and BUILT_IN_STRNCAT_CHK.
7324
7325 2011-09-30  Jan Beulich  <jbeulich@suse.com>
7326
7327         * lto-cgraph.c (output_cgraph): Remove processing of
7328         'cgraph_asm_nodes', call lto_output_toplevel_asms() instead.
7329         (input_cgraph_1): Remove loop calling cgraph_add_asm_node(), call
7330         lto_input_toplevel_asms() instead.
7331         * lto-section-in.c (lto_section_name): Add "asm" entry.
7332         * lto-streamer-in.c (lto_input_toplevel_asms): New.
7333         * lto-streamer-out.c (lto_output_toplevel_asms): New.
7334         * lto-streamer.h (LTO_minor_version): Bump.
7335         (enum lto_section_type): Add LTO_section_asm.
7336         (struct lto_asm_header): New.
7337         (lto_input_toplevel_asms, lto_output_toplevel_asms): Declare.
7338         * tree-streamer.h (streamer_write_string_cst): Declare.
7339         * tree-streamer-out.c (write_string_cst): Rename to
7340         streamer_write_string_cst and make global. Handle incoming string
7341         being NULL.
7342         (streamer_write_tree_header): Adjust call to renamed function.
7343
7344 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
7345
7346         * haifa-sched.c (modulo_ii, modulo_max_states, modulo_n_insns,
7347         modulo_insns_scheduled, modulo_iter0_max_uid, modulo_backtracks_left,
7348         modulo_last_stage): New static variables.
7349         (set_modulo_params, discard_delay_pairs_above): New functions.
7350         (struct delay_pair): New member stages.
7351         (htab_i2_traverse, htab_i1_traverse): New static functions.
7352         (record_delay_slot_pair): New arg stages.  All callers changed.
7353         Record it.
7354         (pair_delay): Take stages into account.
7355         (add_delay_dependencies): Don't do so for stage pairs.
7356         (struct sched_block_state): New member modulo_epilogue.
7357         (save_backtrack_point): Don't set SHADOW_P for stage pairs.
7358         (unschedule_insns_until): Decrease modulo_insns_scheduled.
7359         Set HARD_DEP without using or.
7360         (resolve_dependencies): New static function.
7361         (prune_ready_list): New arg modulo_epilogue_p.  All callers changed.
7362         If it is true, allow only insns with INSN_EXACT_TICK set.
7363         (schedule_block): Return bool, always true for normal scheduling,
7364         true or false depending on modulo scheduling success otherwise.
7365         Add bookkeeping for modulo scheduling, and call resolve_dependencies
7366         on everything left over after a modulo schedule.
7367         (haifa_sched_init): Remove check_cfg call.  Clear modulo_ii.
7368         * sched-int.h (schedule_block, record_delay_slot_pair): Adjust
7369         declarations.
7370         (set_modulo_params, discard_delay_pairs_above): Declare.
7371         * params.def (PARAM_MAX_MODULO_BACKTRACK_ATTEMPS): New.
7372         * doc/invoke.texi (--param): Document it.
7373
7374         * sched-ebb.c (schedule_ebb): No longer static.  Remove declaration.
7375         New arg modulo_scheduling.  All callers changed.  Move note handling
7376         code here from schedule_ebbs.
7377         (schedule_ebbs_finish, schedule_ebbs_init): New functions, broken
7378         out of schedule_ebbs.
7379         (schedule_ebbs): Call them.  Remove note handling code moved to
7380         schedule_ebb.
7381         * sched-int.h (schedule_ebb, schedule_ebbs_init,
7382         schedule_ebbs_finish): Declare.
7383
7384 2011-09-30  Richard Guenther  <rguenther@suse.de>
7385
7386         PR middle-end/50574
7387         * tree-cfg.c (verify_gimple_comparison): Compare component
7388         mode sizes for vector comparisons.
7389
7390 2011-09-30  Revital Eres  <revital.eres@linaro.org>
7391
7392         * ddg.c (autoinc_var_is_used_p): New function.
7393         (create_ddg_dep_from_intra_loop_link,
7394         add_cross_iteration_register_deps): Call it.
7395         * ddg.h (autoinc_var_is_used_p): Declare.
7396         * modulo-sched.c (generate_reg_moves): Call autoinc_var_is_used_p.
7397         (sms_schedule): Handle instructions with REG_INC.
7398
7399 2011-09-30  Revital Eres  <revital.eres@linaro.org>
7400
7401         * modulo-sched.c (generate_reg_moves): Skip instructions that
7402         do not set a register and verify no regmoves are created for
7403         !single_set instructions.
7404
7405 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
7406
7407         * hw-doloop.c (scan_loop): Compute register usage only for non-debug
7408         insns.
7409
7410 2011-09-30  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
7411
7412         PR target/50099
7413         * config/arm/iterators.md (qhs_zextenddi_cstr): New.
7414         (qhs_zextenddi_op): New.
7415         * config/arm/arm.md ("zero_extend<mode>di2"): Use them.
7416         * config/arm/predicates.md ("arm_extendqisi_mem_op"):
7417         Distinguish between ARM and Thumb2 states.
7418
7419 2011-09-30  David S. Miller  <davem@davemloft.net>
7420
7421         * config/sparc/sparc.opt (VIS2): New option.
7422         * doc/invoke.texi: Document it.
7423         * config/sparc/sparc.md (UNSPEC_EDGE8N, UNSPEC_EDGE8LN,
7424         UNSPEC_EDGE16N, UNSPEC_EDGE16LN, UNSPEC_EDGE32N,
7425         UNSPEC_EDGE32LN, UNSPEC_BSHUFFLE): New unspecs.
7426         (define_attr type): New insn type 'edgen'.
7427         (bmask<P:mode>_vis, bshuffle<V64I:mode>_vis, edge8n<P:mode>_vis,
7428         edge8ln<P:mode>_vis, edge16n<P:mode>_vis, edge16ln<P:mode>_vis,
7429         edge32n<P:mode>_vis, edge32ln<P:mode>_vis): New insn VIS 2.0
7430         patterns.
7431         * niagara.md: Handle edgen.
7432         * niagara2.md: Likewise.
7433         * ultra1_2.md: Likewise.
7434         * ultra3.md: Likewise.
7435         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
7436         to 0x200 when TARGET_VIS2.
7437         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS2 by
7438         default when targetting capable cpus.  TARGET_VIS2 implies
7439         TARGET_VIS, clear and it when TARGET_FPU is disabled.
7440         (sparc_vis_init_builtins): Emit new VIS 2.0 builtins.
7441         (sparc_expand_builtin): Fix predicate indexing when builtin returns
7442         void.
7443         (sparc_fold_builtin): Do not eliminate bmask when result is ignored.
7444         * config/sparc/visintrin.h (__vis_bmask, __vis_bshuffledi,
7445         __vis_bshufflev2si, __vis_bshufflev4hi, __vis_bshufflev8qi,
7446         __vis_edge8n, __vis_edge8ln, __vis_edge16n, __vis_edge16ln,
7447         __vis_edge32n, __vis_edge32ln): New VIS 2.0 interfaces.
7448         * doc/extend.texi: Document new VIS 2.0 builtins.
7449
7450 2011-09-29  Nick Clifton  <nickc@redhat.com>
7451             Bernd Schmidt  <bernds@codesourcery.com>
7452
7453         * config/frv/frvbegin.c: Fix location of unwind-dw2-fde.h header file.
7454         * config/frv/frvend.c: Likewise.
7455         * config/frv/frv.c (frv_function_prologue): Move misplaced
7456         CALL_ARG_LOCATION notes back to their proper locations.
7457
7458 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
7459
7460         PR target/50566
7461         * config/avr/avr-log.c (avr_log_vadump): Use %b to print bool.
7462         * config/avr/avr.c (avr_rtx_costs_1): New static function, renamed
7463         from avr_rtx_costs.
7464         (avr_legitimate_address_p): Use avr_edump to print log information
7465         filtered by avr_log.
7466         (extra_constraint_Q): Ditto.
7467         (avr_legitimize_address): Ditto.
7468         (avr_rtx_costs): Ditto.  Rewrite as wrapper for avr_rtx_costs_1.
7469         (final_prescan_insn): Use avr_log.rtx_costs as filter.
7470
7471 2011-09-29  Richard Sandiford  <richard.sandiford@linaro.org>
7472
7473         * config/arm/arm-protos.h (arm_modes_tieable_p): Declare.
7474         * config/arm/arm.h (MODES_TIEABLE_P): Use it.
7475         * config/arm/arm.c (arm_modes_tieable_p): New function.  Allow
7476         NEON vector and structure modes to be tied.
7477
7478 2011-09-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7479
7480         * graphite-scop-detection.c (make_close_phi_nodes_unique):  New
7481         forward declaration.
7482         (remove_duplicate_close_phi): Detect and repair creation of
7483         duplicate close-phis for a containing loop.
7484
7485 2011-09-27   Andi Kleen <ak@linux.intel.com>
7486
7487         * gcc.c (get_local_tick). Rename to get_random_number.  Read from
7488         /dev/urandom.  Add getpid call.
7489         (compare_debug_dump_opt_spec_function): Drop getpid call.
7490
7491 2011-09-26   Andi Kleen <ak@linux.intel.com>
7492
7493         * toplev.c (init_local_tick): Try reading random seed
7494         from /dev/urandom.
7495
7496 2011-09-26   Andi Kleen <ak@linux.intel.com>
7497
7498         * hwint.h (HOST_WIDE_INT_PRINT_HEX_PURE): Add.
7499         * lto-streamer.c (lto_get_section_name): Remove crc32_string.
7500         Handle numerical random seed.
7501         * lto-streamer.h (lto_file_decl_data): Change id to
7502         unsigned HOST_WIDE_INT.
7503         * toplev.c (random_seed): Add.
7504         (init_random_seed): Change for numerical random seed.
7505         (get_random_seed): Return as HOST_WIDE_INT.
7506         (set_random_seed): Crc32 existing string.
7507         * toplev.h (get_random_seed): Change to numercal return.
7508         * tree.c (get_file_function_name): Remove CRC. Handle
7509         numerical random seed.
7510
7511 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
7512
7513         PR target/50566
7514         * config.gcc (extra_objs): Add avr-log.o for $target in:
7515         avr-*-rtems*, avr-*-*.
7516         * config/avr/t-avr (avr-log.o): New rule to compile...
7517         * config/avr/avr-log.c: ...this new file.
7518         * config/avr/avr.opt (mlog=): New option.
7519         * config/avr/avr-protos.h (avr_edump, avr_fdump): New macros.
7520         (avr_log_set_caller_e, avr_log_set_caller_f): New prototypes.
7521         (avr_log_set_avr_log): New prototype.
7522         (avr_log_t): New typedef.
7523         (avr_log): New declaration.
7524         * config/avr/avr.c (avr_option_override): Call avr_log_set_avr_log.
7525
7526 2011-09-29  Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
7527
7528         * expr.c (do_store_flag): Expand vector comparison by
7529         building an appropriate VEC_COND_EXPR.
7530         * c-typeck.c (build_binary_op): Typecheck vector comparisons.
7531         (c_objc_common_truthvalue_conversion): Adjust.
7532         * tree-vect-generic.c (do_compare): Helper function.
7533         (expand_vector_comparison): Check if hardware supports
7534         vector comparison of the given type or expand vector piecewise.
7535         (expand_vector_operation): Treat comparison as binary
7536         operation of vector type.
7537         (expand_vector_operations_1): Adjust.
7538
7539 2011-09-29  Richard Guenther  <rguenther@suse.de>
7540
7541         * tree.c (build_opaque_vector_type): Make opaque vectors
7542         variant types of the corresponding non-opaque type.  Make
7543         sure to share opaque vector types properly.
7544
7545 2011-09-29  David S. Miller  <davem@davemloft.net>
7546
7547         * config/sparc/sparc.md (UNSPEC_ARRAY8, UNSPEC_ARRAY16,
7548         UNSPEC_ARRAY32): New unspec.
7549         (define_attr type): New type 'array'.
7550         (array{8,16,32}<P:mode>_vis): New patterns.
7551         * config/sparc/ultra1_2.md: Add reservations for 'array'.
7552         * config/sparc/ultra3.md: Likewise.
7553         * config/sparc/niagara.md: Likewise.
7554         * config/sparc/niagara2.md: Likewise.
7555         * config/sparc/sparc.c (sparc_vis_init_builtins): Build new
7556         array builtins.
7557         * config/sparc/visintrin.h (__vis_array8, __vis_array16,
7558         __vis_array32): New.
7559         * doc/extend.texi: Document new VIS builtins.
7560
7561         * config/sparc/sparc.md (gcond_name): Delete unnecessary code attr.
7562         (VIS pixel-compare insn): Just use <gcond:name>.
7563
7564         * config/sparc/sparc.md (VIS pixel-compare insn): There is only one
7565         code iterator used, so just use <code>.  There are two mode iterators
7566         so explicitly use <GCM:gcm_name>.
7567
7568 2011-09-29  Iain Sandoe  <iains@gcc.gnu.org>
7569
7570         * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
7571         Darwin >= 9.
7572
7573 2011-09-28  David S. Miller  <davem@davemloft.net>
7574
7575         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE,
7576         UNSPEC_FCMPGT, UNSPEC_FCMPEQ): Delete and reduce to...
7577         (UNSPEC_FCMP): New unspec.
7578         (gcond): New code iterator.
7579         (gcond_name): New code attr.
7580         (GCM): New mode iterator.
7581         (gcm_name): New mode attr.
7582         (fcmp{le,ne,gt,eq}{16,32}_vis): Reimplement using iterators.
7583
7584 2011-09-28  Oleg Endo  <oleg.endo@t-online.de>
7585
7586         PR target/49486
7587         * config/sh/sh.md (negdi2): Move expansion into split to
7588         allow more combination options.  Add T_REG clobber.
7589         (abssi2): New expander.
7590         (*negdi2, *abssi2, *negabssi2): New insns.
7591         (cneg): Change from insn to insn_and_split.  Rename to
7592         negsi_cond.  Add alternative for non-SH4.
7593
7594 2011-09-28  Richard Sandiford  <richard.sandiford@linaro.org>
7595
7596         * config/arm/neon.md (neon_move_lo_quad_<mode>): Delete.
7597         (neon_move_hi_quad_<mode>): Likewise.
7598         (move_hi_quad_<mode>, move_lo_quad_<mode>): Use subreg moves.
7599
7600 2011-09-28  Nick Clifton  <nickc@redhat.com>
7601
7602         * config/rx/predicates.md (rx_minmax_operand): New predicate.
7603         Accepts immediates and a restricted subset of MEMs.
7604         * config/rx/rx.md (int_modes): New iterator.
7605         (smaxsi3, sminsi3): Delete and replace with...
7606         (smax<int_mode>3, smin<int_mode>3): New patterns.
7607         (umax<>3_u, umax<>3_ur, umax<>3, umin<>3): New patterns.
7608
7609 2011-09-28  Richard Guenther  <rguenther@suse.de>
7610
7611         PR middle-end/50460
7612         * fold-const.c (try_move_mult_to_index): Handle &a.array the
7613         same as &a.array[0].
7614
7615 2011-09-28  Kai Tietz  <ktietz@redhat.com>
7616
7617         * configure.ac: Add test for new section attribute
7618         specifier "e" via define HAVE_GAS_SECTION_EXCLUDE.
7619         * config.in: Regenerated.
7620         * configure: Regenerated.
7621         * config/i386/winnt.c (i386_pe_asm_named_section): Emit
7622         new section flag "e" for excluded sections, if supported.
7623         Otherwise we mark section withc SECTION_EXCLUDE flag as never-load.
7624
7625 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
7626
7627         * config/m32r/m32r.md: Use match_test rather than eq/ne symbol_ref
7628         throughout file.
7629
7630 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
7631
7632         * config/iq2000/iq2000.md: Use match_test rather than eq/ne symbol_ref
7633         throughout file.
7634
7635 2011-09-27  Sriraman Tallam  <tmsriram@google.com>
7636
7637         * output.h (SECTION_EXCLUDE): New macro.
7638         * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE.
7639
7640 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
7641
7642         * fwprop.c (forward_propagate_and_simplify): After checking
7643         reg/subreg combinations, check whether the modes are the same.
7644
7645 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
7646             Richard Sandiford  <rdsandiford@googlemail.com>
7647
7648         * config/mips/mips.c (mips_add_cfa_restore): New function.
7649         (mips16e_save_restore_reg): Use it.
7650         (mips_restore_reg): Likewise.  Split double FPRs for
7651         REG_CFA_RESTORE notes.
7652
7653 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
7654
7655         PR middle-end/50386
7656         PR middle-end/50326
7657         * tree-sra.c (build_ref_for_model): Use the type of the field as
7658         the type of the COMPONENT_REF.
7659
7660 2011-09-27  Jeff Law  <law@redhat.com>
7661
7662         * ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument.  Scale
7663         non-jumping insns by REG_BR_PROB_BASE and the maximum cost by SCALE.
7664         (find_if_case_1): Use the probability of the THEN clause when
7665         determining if speculation is profitable.
7666         (find_if_case_2): Similarly for the ELSE clause.
7667
7668 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
7669
7670         * common.opt: Add -foptimize-strlen option.
7671         * Makefile.in (OBJS): Add tree-ssa-strlen.o.
7672         (tree-sssa-strlen.o): Add dependencies.
7673         * opts.c (default_options_table): Enable -foptimize-strlen
7674         by default at -O2 if not -Os.
7675         * passes.c (init_optimization_passes): Add pass_strlen
7676         after pass_object_sizes.
7677         * timevar.def (TV_TREE_STRLEN): New timevar.
7678         * params.def (PARAM_MAX_TRACKED_STRLENS): New parameter.
7679         * tree-pass.h (pass_strlen): Declare.
7680         * tree-ssa-strlen.c: New file.
7681         * c-decl.c (merge_decls): If compatible stpcpy prototype
7682         is seen, set implicit_built_in_decls[BUILT_IN_STPCPY].
7683
7684 2011-09-27  Tom de Vries  <tom@codesourcery.com>
7685
7686         PR middle-end/43864
7687         * tree-ssa-tail-merge.c: New file.
7688         (struct same_succ_def): Define.
7689         (same_succ, const_same_succ): New typedef.
7690         (struct bb_cluster_def): Define.
7691         (bb_cluster, const_bb_cluster): New typedef.
7692         (struct aux_bb_info): Define.
7693         (BB_SIZE, BB_SAME_SUCC, BB_CLUSTER, BB_VOP_AT_EXIT): Define.
7694         (gvn_uses_equal): New function.
7695         (same_succ_print, same_succ_print_traverse, update_dep_bb)
7696         (stmt_update_dep_bb, local_def, same_succ_hash)
7697         (inverse_flags, same_succ_equal, same_succ_alloc, same_succ_delete)
7698         (same_succ_reset): New function.
7699         (same_succ_htab, same_succ_edge_flags)
7700         (deleted_bbs, deleted_bb_preds): New var.
7701         (debug_same_succ): New function.
7702         (worklist): New var.
7703         (print_worklist, add_to_worklist, find_same_succ_bb, find_same_succ)
7704         (init_worklist, delete_worklist, delete_basic_block_same_succ)
7705         (same_succ_flush_bbs, purge_bbs, update_worklist): New function.
7706         (print_cluster, debug_cluster, update_rep_bb)
7707         (add_bb_to_cluster, new_cluster, delete_cluster): New function.
7708         (all_clusters): New var.
7709         (alloc_cluster_vectors, reset_cluster_vectors, delete_cluster_vectors)
7710         (merge_clusters, set_cluster): New function.
7711         (gimple_equal_p, gsi_advance_bw_nondebug_nonlocal, find_duplicate)
7712         (same_phi_alternatives_1, same_phi_alternatives, bb_has_non_vop_phi)
7713         (deps_ok_for_redirect_from_bb_to_bb, deps_ok_for_redirect)
7714         (find_clusters_1, find_clusters): New function.
7715         (update_vuses, vop_phi, vop_at_entry, replace_block_by): New function.
7716         (update_bbs): New var.
7717         (apply_clusters): New function.
7718         (update_debug_stmt, update_debug_stmts): New function.
7719         (tail_merge_optimize): New function.
7720         tree-pass.h (tail_merge_optimize): Declare.
7721         * tree-ssa-pre.c (execute_pre): Use tail_merge_optimize.
7722         * Makefile.in (OBJS-common): Add tree-ssa-tail-merge.o.
7723         (tree-ssa-tail-merge.o): New rule.
7724         * opts.c (default_options_table): Set OPT_ftree_tail_merge by
7725         default at OPT_LEVELS_2_PLUS.
7726         * tree-ssa-sccvn.c (vn_valueize): Move to ...
7727         * tree-ssa-sccvn.h (vn_valueize): Here.
7728         * timevar.def (TV_TREE_TAIL_MERGE): New timevar.
7729         * common.opt (ftree-tail-merge): New switch.
7730         * params.def (PARAM_MAX_TAIL_MERGE_COMPARISONS)
7731         (PARAM_MAX_TAIL_MERGE_ITERATIONS): New parameter.
7732         * doc/invoke.texi (Optimization Options, -O2): Add -ftree-tail-merge.
7733         (-ftree-tail-merge, max-tail-merge-comparisons)
7734         (max-tail-merge-iterations): New item.
7735
7736 2011-09-27  Jan Hubicka  <jh@suse.cz>
7737
7738         * ipa-inline-analysis.c (MAX_TIME): Reduce to avoid overflows.
7739
7740 2011-09-27  Jan Hubicka  <jh@suse.cz>
7741
7742         * ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle
7743         parameters passed by reference; handle loads from non-SSA scalars
7744         and update comments.
7745
7746 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
7747
7748         PR rtl-optimization/50249
7749         * reload1.c (reload_reg_reaches_end_p): Accept a reloadnum argument
7750         instead of opnum and type.  All callers changed.  Remove useless
7751         declaration.
7752         Search forward for other reloads of the same type for the same operand
7753         using the same register; if any are found, return false.
7754         (reload_regs_reach_end_p): Same argument changes; all callers changed.
7755
7756 2011-09-27  Andi Kleen  <ak@linux.intel.com>
7757             Jan Hubicka  <jh@suse.cz>
7758
7759         * doc/invoke.texi (ffat-lto-objects): Document.
7760         * toplev.c (compile_file): Do not output assembly when doing slim lto;
7761         Output __gnu_slim_lto when doing slim lto.
7762         * cgraphunit.c (ipa_passes): Do only analysis when producing slim lto.
7763         (cgraph_optimize): Return early when doing slim lto.
7764         * opts.c (finish_options): Complain about lack of linker plugin
7765         when doing slim lto.
7766         * common.opt (ffat-lto-objects): New.
7767
7768 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
7769
7770         * ipa-inline-analysis.c (predicate_probability): Avoid comparison
7771         between signed and unsigned.
7772
7773 2011-09-27  Ira Rosen  <ira.rosen@linaro.org>
7774
7775         * tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block
7776         vectorization.
7777         (vectorizable_type_promotion): Likewise.
7778         (vect_analyze_stmt): Call vectorizable_type_demotion and
7779         vectorizable_type_promotion for basic blocks.
7780         (supportable_widening_operation): Don't assume loop vectorization.
7781         * tree-vect-slp.c (vect_build_slp_tree): Allow multiple types for
7782         basic blocks.  Update vectorization factor for basic block
7783         vectorization.
7784         (vect_analyze_slp_instance): Allow multiple types for basic block
7785         vectorization.  Recheck unrolling factor after construction of SLP
7786         instance.
7787
7788 2011-09-27  Richard Guenther  <rguenther@suse.de>
7789
7790         * tree-object-size.c (compute_object_sizes): Fix dumping of
7791         folded statement.
7792
7793 2011-09-27  Richard Guenther  <rguenther@suse.de>
7794
7795         PR tree-optimization/50363
7796         * tree-ssa-pre.c (create_expression_by_pieces): Handle
7797         pointer conversions in POINTER_PLUS_EXPRs properly.
7798
7799 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
7800
7801         * config/arm/neon.md (neon_vget_highv16qi, neon_vget_highv8hi)
7802         (neon_vget_highv4si, neon_vget_highv4sf, neon_vget_highv2di)
7803         (neon_vget_lowv16qi, neon_vget_lowv8hi, neon_vget_lowv4si)
7804         (neon_vget_lowv4sf, neon_vget_lowv2di): Turn into define_expands
7805         that produce subreg moves.  Define using VQX iterators.
7806
7807 2011-09-27  Georg-Johann Lay  <avr@gjlay.de>
7808
7809         * config/avr/avr.md (ashrqi3): Split alternative "n"
7810         into its remaining parts C03, C04, C05, C06, C07 and describe
7811         impact in CC by attribute "cc" appropriately.
7812         * config/avr/avr.c (notice_update_cc): Clean-up: Don't patch CC0
7813         by digging RTX.
7814
7815 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
7816
7817         * rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE
7818         from 3 x MAX_MACHINE_MODE.
7819         (CONSTM1_RTX): Define.
7820         * emit-rtl.c (const_tiny_rtx): Change into array of
7821         4 x MAX_MACHINE_MODE from 3 x MAX_MACHINE_MODE.
7822         (gen_rtx_CONST_VECTOR): Use CONSTM1_RTX if all inner constants are
7823         CONSTM1_RTX.
7824         (init_emit_once): Initialize CONSTM1_RTX for MODE_INT and
7825         MODE_VECTOR_INT modes.
7826         * simplify-rtx.c (simplify_binary_operation_1) <case IOR, XOR, AND>:
7827         Optimize if one operand is CONSTM1_RTX.
7828         * config/i386/i386.c (ix86_expand_sse_movcc): Optimize mask ? -1 : x
7829         into mask | x.
7830
7831 2011-09-26  David S. Miller  <davem@davemloft.net>
7832
7833         * config/sparc/sparc.md (edge{8,16,32}{,l}): Return Pmode.
7834         (fcmp{le,ne,gt,eq}{16,32}): Likewise.
7835         * config/sparc/visintrin.h: Update edge and pixel-compare
7836         intrinsics to return 'long' instead of 'int'.
7837         * doc/extend.texi: Update documentation to match.
7838         * config/sparc/sparc.c (eligible_for_return_delay): When leaf or
7839         flat, allow any instruction.  Otherwise, when V9 allow parallels
7840         which consist only of sets to registers outside of %o0 to %o5.
7841         (sparc_vis_init_builtins): Update VIS builtin types for edge
7842         and pixel-compare.
7843
7844         * config/sparc/sparc.c (sparc_conditional_register_usage): When VIS
7845         is enabled, mark %gsr as global.
7846         * config/sparc/sparc.md (UNSPEC_WRGSR): Delete.
7847         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus): Don't wrap in an unspec.
7848
7849         * config/sparc/sparc-c.c: New file implementing sparc_target_macros,
7850         which will now define __VIS and __VIS__ when -mvis is enabled.
7851         * config/sparc/t-sparc: Likewise.
7852         * config.gcc: Add sparc-c.o to c_target_objs and cxx_target_objs,
7853         and add t-sparc to tmake_file for all sparc targets.
7854         * config/sparc/sparc-protos.h (sparc_target_macros): Declare.
7855         * config/sparc/sparc.h (TARGE_CPU_CPP_BUILTINS): Call it.
7856
7857         * config/sparc/sparc.c (sparc_vis_init_builtins): Add explicit
7858         builtins for VIS vector addition and subtraction.
7859         * config/sparc/visintrin.h (__vis_fpadd16, __vis_fpadd16s,
7860         __vis_fpadd32, __vis_fpadd32s, __vis_fpsub16, __vis_fpsub16s,
7861         __vis_fpsub32, __vis_fpsub32s): New.
7862         * doc/extend.texi: Document new VIS intrinsics.
7863
7864 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
7865
7866         * config/avr/avr.md (peephole casesi+2): Use -1 instead of 65536.
7867         * config/avr/avr.c (avr_out_compare): Print shorter sequence for
7868         EQ/NE comparisons against +/-1 in the case of unused-after,
7869         non-ld-regs target.
7870
7871 2011-09-26  Jakub Jelinek  <jakub@redhat.com>
7872
7873         * gimple-fold.c (gimplify_and_update_call_from_tree): Set
7874         gctx.into_ssa after push_gimplify_context.
7875
7876         * gimple.c (gimple_build_call_valist): New function.
7877         * gimple.h (gimple_build_call_valist): New prototype.
7878         * tree-ssa-propagate.c (finish_update_gimple_call): New function.
7879         (update_gimple_call): Likewise.
7880         (update_call_from_tree): Use finish_update_gimple_call.
7881         * tree-ssa-propagate.h (update_gimple_call): New prototype.
7882
7883 2011-09-26  Richard Guenther  <rguenther@suse.de>
7884
7885         PR tree-optimization/50472
7886         * gimple-fold.c (fold_const_aggregate_ref_1): Do not fold
7887         volatile references.
7888
7889 2011-09-26  Bingfeng Mei <bmei@broadcom.com>
7890
7891         * doc/tm.texi: Correct documentation for TARGET_ADDR_SPACE_SUBSET_P.
7892         * target.def: (addr_space_subset_p): Likewise.
7893
7894 2011-09-26  Tom de Vries  <tom@codesourcery.com>
7895
7896         * tree-ssa-alias.h (pt_solution_singleton_p): Declare.
7897         * tree-ssa-structalias.c (pt_solution_singleton_p): New function.
7898         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Set points-to solution
7899         of new var.
7900
7901 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
7902
7903         PR target/50465
7904         * config/avr/avr-protos.h (output_reload_insisf): Don't pass insn.
7905         * config/avr/avr.md (*reload_insi, *reload_insf): Change call to
7906         output_reload_insisf.
7907         (adjust_len): Set default to "no".
7908         Remove alternative "yes".  Add alternatives: "mov8", "mov16",
7909         "mov32", "ashlqi", "ashrqi", "lshrqi", "ashlhi", "ashrhi",
7910         "lshrhi", "ashlsi, "ashrsi", "lshrsi".
7911         (*movqi, *movhi, *movsi, *ashlqi3, ashlhi3, ashlsi3,
7912         *ashlhi3_const, *ashlsi3_const, ashrqi3, ashrhi3, ashrsi3,
7913         *ashrhi3_const, *ashrsi3_const, *lshrqi3, lshrhi3, *lshrhi3_const,
7914         *lshrsi3_const): Set attribute "adjust_len".
7915         * config/avr/avr.c (output_reload_insisf): Remove parameter "insn".
7916         (output_movsisf): Don't pass insn to output_reload_insisf.
7917         (adjust_insn_length): Handle new alternatives to adjust_len.
7918         Remove handling of ADJUST_LEN_YES.  Clean-up code.
7919
7920 2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
7921
7922         * ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of
7923         may_trap_p to detect loads that may trap of fault.
7924
7925 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
7926
7927         * config/avr/avr-protos.h (output_reload_inhi): Change prototype.
7928         * config/avr/avr.md (adjust_len): Add "reload_in16" alternative.
7929         (*reload_inhi): Use it.  Adapt call to output_reload_inhi to new
7930         prototype.
7931         (*movhi): Split constraint alternative "r,rL" into "r,r" and "r,L".
7932         * config/avr/avr.c: Rename output_reload_insisf_1 to
7933         output_reload_in_const.
7934         (avr_popcount_each_byte): Handle SFmode, too.
7935         (output_reload_in_const): Change so it can handle HI loads, too.
7936         Use avr_popcount_each_byte to work out if scratch register must be
7937         created on the fly.
7938         (output_reload_inhi): Rewrite using output_reload_in_const and...
7939         (output_movhi): ...use it to print constants' loads.
7940         (adjust_insn_length): New case ADJUST_LEN_RELOAD_IN16. Cleanup code.
7941
7942 2011-09-25  David S. Miller  <davem@davemloft.net>
7943
7944         * config/sparc/constraints.md (C, P, Z): New constraints for
7945         const_doube, const_int, and const_vector "all ones" values.
7946         Make unused constraint letters comment match reality.
7947         * config/sparc/predicates.md (const_all_ones_operand,
7948         register_or_zero_or_all_ones_operand): New predicates.
7949         * config/sparc/sparc.c (sparc_expand_move): Allow all ones
7950         as well as zero constants when VIS.
7951         (sparc_legitimate_constant_p): Likewise.
7952         * config/sparc/sparc.md (movsi_insn): Add fones alternative.
7953         (movsf_insn): Likewise
7954         (movdi_insn_sp64): Add fone alternative.
7955         (movdf_insn_sp32_v9): Likewise.
7956         (movdf_insn_sp64): Likewise.
7957
7958         * configure.ac: Add feature check to make sure the assembler
7959         supports the FMAF, HPC, and VIS 3.0 instructions found on
7960         Niagara-3 and later cpus.
7961         * configure: Rebuild.
7962         * config.in: Likewise.
7963         * config/sparc/sparc.opt: New option '-mfmaf'.
7964         * config/sparc/sparc.md: Add float fused multiply-add patterns.
7965         * config/sparc/sparc.h (AS_NIAGARA3_FLAG): New macro.
7966         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Use it, as needed.
7967         * config/sparc/sol2.h (ASM_CPU32_DEFAULT_SPEC,
7968         ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Likewise.
7969         * config/sparc/sparc.c (sparc_option_override): Turn MASK_FMAF on
7970         by default for Niagara-3 and later.  Turn it off if TARGET_FPU is
7971         disabled.
7972         (sparc_rtx_costs): Handle 'FMA'.
7973         * doc/invoke.texi: Document -mfmaf.
7974
7975 2011-09-25  Jakub Jelinek  <jakub@redhat.com>
7976
7977         * tree-ssa-structalias.c (intra_create_variable_infos): Treat
7978         TYPE_RESTRICT REFERENCE_TYPE parameters like restricted
7979         DECL_BY_REFERENCE parameters.
7980
7981 2011-09-25  Eric Botcazou  <ebotcazou@adacore.com>
7982
7983         * tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore
7984         if there is no outgoing edge.
7985
7986         * tree-scalar-evolution.c (simple_iv): Accept all kinds of pointer and
7987         integral types.
7988
7989 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
7990
7991         * tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part
7992         of vect_analyze_bb here.
7993         (vect_analyze_bb): Loop over vector sizes calling vect_analyze_bb_1.
7994
7995 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
7996
7997         * tree-data-ref.c (dr_analyze_innermost): Add new argument.
7998         Allow not simple iv if analyzing basic block.
7999         (create_data_ref): Update call to dr_analyze_innermost.
8000         (stmt_with_adjacent_zero_store_dr_p, ref_base_address): Likewise.
8001         * tree-loop-distribution.c (generate_memset_zero): Likewise.
8002         * tree-predcom.c (find_looparound_phi): Likewise.
8003         * tree-data-ref.h (dr_analyze_innermost): Add new argument.
8004
8005 2011-09-24  David S. Miller  <davem@davemloft.net>
8006
8007         * config/sparc/sparc.h (FIRST_PSEUDO_REGISTER): Bump to 103.
8008         (SPARC_GSR_REG): Define.
8009         (FIXED_REGISTERS): Mark GSR as fixed.
8010         (CALL_USED_REGISTERS): Mark GSR as call used.
8011         (HARD_REGNO_NREGS): GSR is always 1 register.
8012         (REG_CLASS_CONTENTS): Add GSR to ALL_REGS.
8013         (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Add GSR to the end.
8014         (REGISTER_NAMES): Add "%gsr".
8015         * config/sparc/sparc.md (UNSPEC_ALIGNADDR, UNSPEC_ALIGNADDRL): Delete.
8016         (UNSPEC_WRGSR): New unspec.
8017         (GSR_REG): New constant.
8018         (type): Add new insn type 'gsr'.
8019         (fpack16_vis, fpackfix_vis, fpack32_vis,
8020         faligndata<V64I:MODE>_vis)): Add use of GSR_REG.
8021         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus, rdgsr_vis, *rdgsr_sp64,
8022         rdgsr_v8plus): New expanders and insns.
8023         (alignaddr<P:mode>_vis, alignaddrl<P:mode>_vis): Reimplement
8024         using patterns which show that this is a plus in addition to a
8025         modification of GSR_REG, instead of an unspec.
8026         * config/sparc/ultra1_2.md: Handle 'gsr'.
8027         * config/sparc/ultra3.md: Likewise.
8028         * config/sparc/niagara.md: Likewise.
8029         * config/sparc/niagara2.md: Likewise.
8030         * config/sparc/sparc.c (leaf_reg_remap, sparc_leaf_regs): Fill out
8031         end of table.
8032         (sparc_option_override): Make -mvis imply -mv8plus.
8033         (hard_32bit_mode_classes, hard_64bit_mode_classes): Add entries
8034         for %gsr.
8035         (sparc_vis_init_builtins): Build __builtin_vis_write_gsr and
8036         __builtin_vis_read_gsr.
8037         (sparc_expand_buildin): Handle builtins that take one argument and
8038         return void.
8039         (sparc_fold_builtin): Never fold writes to %gsr.
8040         * config/sparc/visintrin.h (__vis_write_gsr, __vis_read_gsr): New.
8041         * doc/extend.texi: Document new VIS intrinsics.
8042
8043 2011-09-23  Jan Hubicka  <jh@suse.cz>
8044
8045         * ipa-inline-transform.c (inline_call): Add comment.
8046         * ipa-inline.h (inline_param_summary): New structure and vector.
8047         (struct inline_edge_summary): Add param field.
8048         * ipa-inline-analysis.c (CHANGED): New constant.
8049         (add_clause): Handle CHANGED and NOT_CONSTANT.
8050         (predicate_probability): New function.
8051         (dump_condition): Dump CHANGED predicate.
8052         (evaluate_conditions_for_known_args): Handle ERROR_MARK as marker
8053         of unknown function wide invariant.
8054         (evaluate_conditions_for_edge): Handle change probabilities.
8055         (inline_edge_duplication_hook): Copy param summaries.
8056         (inline_edge_removal_hook): Free param summaries.
8057         (dump_inline_edge_summary): Fix dumping of indirect edges and callee
8058         sizes; dump param summaries.
8059         (will_be_nonconstant_predicate): Use CHANGED predicate.
8060         (record_modified_bb_info): New structure.
8061         (record_modified): New function.
8062         (param_change_prob): New function.
8063         (estimate_function_body_sizes): Compute param summaries.
8064         (estimate_edge_size_and_time): Add probability argument.
8065         (estimate_node_size_and_time): Add inline_param_summary argument;
8066         handle predicate probabilities.
8067         (remap_predicate): Fix formating.
8068         (remap_edge_change_prob): New function.
8069         (remap_edge_summaries): Rename from ...; use remap_edge_change_prob.
8070         (remap_edge_predicates): ... this one.
8071         (inline_merge_summary): Remap edge summaries; handle predicate
8072         probabilities; remove param summaries after we are done.
8073         (do_estimate_edge_time): Update.
8074         (do_estimate_edge_growth): Update.
8075         (read_inline_edge_summary): Read param info.
8076         (inline_read_summary): Fix formating.
8077         (write_inline_edge_summary): Write param summaries.
8078
8079 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
8080
8081         * config/i386/i386.c (ix86_print_operand): Handle %~.
8082         (ix86_print_operand_punct_valid_p): Return true also for '~'.
8083         * config/i386/sse.md (i128): New mode_attr.
8084         (vec_extract_hi_<mode>, vec_extract_hi_<mode>,
8085         avx_vbroadcastf128_<mode>, *avx_vperm2f128<mode>_full,
8086         *avx_vperm2f128<mode>_nozero, vec_set_lo_<mode>,
8087         vec_set_hi_<mode>, *vec_concat<mode>_avx): Use <i128> in the
8088         patterns, use "<sseinsnmode>" for "mode" attribute.
8089         (vec_extract_hi_v16hi, vec_extract_hi_v32qi, vec_set_lo_v16hi,
8090         vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Use
8091         %~128 in the patterns, use "OI" for "mode" attribute.
8092
8093 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
8094
8095         PR target/50447
8096         * config/avr/avr.md (adjust_len): Add alternatives "tsthi",
8097         "tstsi", "compare".
8098         (*cmpqi_sign_extend): Use s8_operand.
8099         (*cmphi, *cmpsi): Rewrite using avr_out_compare.
8100         * config/avr/avr-protos.h (compare_diff_p, compare_eq_p): Remove
8101         prototypes.
8102         (out_tsthi, out_tstsi): Remove prototypes.
8103         (avr_out_tsthi, avr_out_tstsi): New prototypes.
8104         * config/avr/avr.c (out_tsthi, out_tstsi): Remove functions.
8105         (avr_asm_len): Negative length now sets *plen to -length.
8106         (compare_sign_p): Return bool instead of int.
8107         (compare_diff_p, compare_eq_p): Ditto and make static.
8108         (avr_out_tsthi): New function.
8109         (avr_out_tstsi): New function.
8110         (avr_out_compare): New function.
8111         (adjust_insn_length): Handle ADJUST_LEN_TSTHI, ADJUST_LEN_TSTSI,
8112         ADJUST_LEN_COMPARE.
8113
8114 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
8115
8116         PR target/50447
8117         * config/avr/avr.md: (adjust_len): Add alternative "out_plus".
8118         (addsi3): Rewrite using QI scratch register.  Adjust text
8119         peepholes using plus:SI.
8120         (*addsi3_zero_extend.hi): New insn.
8121         (*subsi3_zero_extend.hi): New insn.
8122         (*subhi3_zero_extend1): Set attribute "cc" to "set_czn".
8123         (*subsi3_zero_extend): Ditto.
8124         (subsi3): Change predicate #2 to register_operand.
8125         * config/avr/avr-protos.h (avr_out_plus): New prototype.
8126         (avr_out_plus_1): New static function.
8127         (avr_out_plus): New function.
8128         (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS.
8129
8130 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
8131
8132         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): For
8133         GE/GT/UNLE/UNLT swap arguments and condition even for TARGET_AVX.
8134
8135 2011-09-23  Ian Lance Taylor  <iant@google.com>
8136
8137         * godump.c (go_define): Treat a single character in single quotes,
8138         or a string, as an operand.
8139
8140 2011-09-23  Martin Jambor  <mjambor@suse.cz>
8141
8142         * ipa-prop.h (jump_func_type): Updated comments.
8143         (ipa_known_type_data): New type.
8144         (ipa_jump_func): Use it to describe known type jump functions.
8145         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Updated to
8146         reflect the new known type jump function contents.
8147         (compute_known_type_jump_func): Likewise.
8148         (combine_known_type_and_ancestor_jfs): Likewise.
8149         (try_make_edge_direct_virtual_call): Likewise.
8150         (ipa_write_jump_function): Likewise.
8151         (ipa_read_jump_function): Likewise.
8152         * ipa-cp.c (ipa_value_from_known_type_jfunc): New function.
8153         (ipa_value_from_jfunc): Use ipa_value_from_known_type_jfunc.
8154         (propagate_accross_jump_function): Likewise.
8155
8156 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
8157
8158         PR target/50446
8159         * config/avr/avr.md (rotlqi3): Support all offsets 0..7.
8160         (rotlqi3_4): Turn insn into expander.
8161         (*rotlqi3): New insn.
8162         (rotlhi3, rotlsi3): Support rotate left/right by 1.
8163         (*rotlhi2.1, *rotlhi2.15): New insns.
8164         (*rotlsi2.1, *rotlsi2.31): New insns.
8165         * config/avr/constraints.md (C03, C05, C06, C07): New constraints.
8166
8167 2011-09-23  Bin Cheng  <bin.cheng@arm.com>
8168
8169         * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-m arch and processors.
8170
8171 2011-09-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
8172
8173         * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
8174
8175 2011-09-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8176
8177         * reload.c (find_reloads): Set operand_mode to Pmode for address
8178         operands consisting of just a CONST_INT.
8179
8180 2011-09-22  Uros Bizjak  <ubizjak@gmail.com>
8181
8182         PR target/50482
8183         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
8184         blendv, force op_true to register if it doesn't satisfy
8185         nonimmediate_operand predicate.
8186
8187 2011-09-22  Richard Sandiford  <rdsandiford@googlemail.com>
8188
8189         PR middle-end/50113
8190         PR middle-end/50061
8191         * calls.c (emit_library_call_value_1): Use BLOCK_REG_PADDING to
8192         get the locate.where_pad value for register-only arguments.
8193         * config/arm/arm.c (arm_pad_arg_upward): Remove HFmode handling.
8194         (arm_pad_reg_upward): Handle null types.
8195
8196 2011-09-22  Jan Hubicka  <jh@suse.cz>
8197
8198         * ipa-inline-analysis.c: Fix overly long lines.
8199
8200 2011-09-22  Jan Hubicka  <jh@suse.cz>
8201
8202         * ipa-inline-transform.c (inline_call): Always update jump functions
8203         after inlining.
8204         * ipa-inline.c (ipa_inline): Likewise; do not call
8205         ipa_create_all_structures_for_iinln.
8206         (ipa_inline): Always free jump functions.
8207         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Remove hack.
8208         (remap_edge_predicates): Fix pasto.
8209         (inline_merge_summary): Remove nlined edge predicate; remove hack.
8210         (inline_analyze_function): Always initialize jump functions.
8211         (inline_generate_summary): Likewise.
8212         (inline_write_summary): Always write jump functions when ipa-cp
8213         is not doing that.
8214         (inline_read_summary): Always read jump functions when ipa-cp
8215         is not doing that.
8216         * ipa-prop.c (iinlining_processed_edges): Remove.
8217         (update_indirect_edges_after_inlining): Do not use
8218         iinlining_processed_edges; instead set param_index to -1.
8219         (propagate_info_to_inlined_callees): Only try to indirect inlining
8220         when asked to do so; update jump functions of indirect calls, too;
8221         remove jump functions of the inlined edge.
8222         (ipa_edge_duplication_hook): Do not copy iinlining_processed_edges.
8223         (ipa_create_all_structures_for_iinln): Remove.
8224         (ipa_free_all_structures_after_iinln): Do not free
8225         iinlining_processed_edges.
8226         * ipa-prop.h (ipa_create_all_structures_for_iinln): Remove.
8227
8228 2011-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
8229
8230         * config/arm/predicates.md (expandable_comparison_operator): New
8231         predicate, extracted from...
8232         (arm_comparison_operator): ...here.
8233         * config/arm/arm.md (cbranchsi4, cbranchsf4, cbranchdf4, cbranchdi4)
8234         (cstoresi4, cstoresf4, cstoredf4, cstoredi4, movsicc, movsfcc)
8235         (movdfcc): Use expandable_comparison_operator.
8236
8237 2011-09-22  Georg-Johann Lay  <avr@gjlay.de>
8238
8239         PR target/50447
8240         PR target/50465
8241         * config/avr/avr-protos.h (avr_out_bitop): New prototype.
8242         (avr_popcount_each_byte): New prototype.
8243         * config/avr/avr.c (avr_popcount): New static function.
8244         (avr_popcount_each_byte): New function.
8245         (avr_out_bitop): New function.
8246         (adjust_insn_length): ADJUST_LEN_OUT_BITOP dispatches to
8247         avr_out_bitop.  Cleanup code.
8248         * config/avr/constraints.md (Ca2, Co2, Cx2): New constraints.
8249         (Ca4, Co4, Cx4): New constraints.
8250         * config/avr/avr.md (adjust_len): Add "out_bitop" insn attribute
8251         alternative.
8252         (andhi3, iorhi3, xorhi3): Rewrite insns using avr_out_bitop.
8253         (andsi3, iorsi3, xorsi3): Ditto.
8254         (*iorhi3_clobber, *iorsi3_clobber): Remove insns.
8255
8256 2011-09-22  Ira Rosen  <ira.rosen@linaro.org>
8257
8258         PR tree-optimization/50451
8259         * tree-vect-slp.c (vect_get_constant_vectors): Don't fail for
8260         constant operands in reduction.
8261         (vect_get_slp_defs): Don't create vector operand for NULL scalar
8262         operand.
8263
8264 2011-09-22  David S. Miller  <davem@davemloft.net>
8265
8266         * config/sparc/sparc.c (sparc_vis_init_builtins): Do not mark
8267         fpack16, fpack32, fpackfix as const.
8268
8269         * config/sparc/sparc.md (G[0-7]_REG, O[0-7]_REG, L[0-7]_REG,
8270         I[0-7]_REG, F[0-62]_REG, FCC[0-3]_REG, CC_REG, SFP_REG): New
8271         constants.  Use them everywhere.
8272
8273 2011-09-22  Oleg Endo  <oleg.endo@t-online.de>
8274
8275         * config/sh/sh.c (andcosts): Renamed to and_xor_ior_costs.
8276         Added AND special case.  Adapted comments.
8277         (sh_rtx_costs): Added XOR and IOR case.
8278
8279 2011-09-21  Jan Hubicka  <jh@suse.cz>
8280
8281         * ipa-inline-analsis.c (compute_inline_parameters): Set
8282         cfun and current_function_decl.
8283
8284 2011-09-21  Jan Hubicka  <jh@suse.cz>
8285
8286         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Allow
8287         handled components in parameter of builtin_constant_p.
8288         (will_be_nonconstant_predicate): Allow loads of non-SSA parameters.
8289
8290 2011-09-21  Jan Hubicka  <jh@suse.cz>
8291
8292         * ipa-inline.c (relative_time_benefit): Fix wrong bracketting.
8293         * ipa-inline.h (estimate_edge_time): Fix pasto.
8294         * ipa-inline-analysis.c (do_estiamte_edge_time): Remove capping.
8295
8296 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
8297
8298         * config/i386/i386.c (ix86_expand_sse_movcc): Use
8299         blendvps, blendvpd and pblendvb if possible.
8300
8301 2011-09-21  Uros Bizjak  <ubizjak@gmail.com>
8302
8303         PR target/50464
8304         * config/i386/sse.md (xop_pcmov_<mode><avxsizesuffix>): Change
8305         operand 1 predicate to register_operand and operand 2 predicate
8306         to nonimmediate_operand.
8307         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
8308         xop_pcmov, force op_true to register.  Also, force op_false to
8309         register if it doesn't satisfy nonimmediate_operand predicate.
8310
8311 2011-09-21  Kirill Yukhin  <kirill.yukhin@intel.com>
8312
8313         * config/i386/bmi2intrin.h (_mulx_u64): New.
8314         (_mulx_u32): Ditto.
8315
8316 2011-09-21  Jan Hubicka  <jh@suse.cz>
8317
8318         PR tree-optimization/50433
8319         * ipa-inline-analysis.c (eliminated_by_inlining_prob):
8320         Use get_base_address.
8321
8322 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
8323
8324         * config/i386/sse.md (<code><mode>3 smaxmin:VI124_128 expander): Use
8325         nonimmediate_operand instead of register_operand predicate for operands
8326         1 and 2, force them into registers if expanding them as comparison.
8327         (<code><mode>3 umaxmin:VI124_128 expander): Similarly.  For UMAX
8328         V8HImode force into register just operand 1.
8329
8330 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
8331
8332         PR target/45099
8333         * config/avr/avr.c (avr_function_arg_advance): Change error to
8334         warning if a fixed register is needed as function argument.
8335
8336 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
8337
8338         PR target/50449
8339         PR target/50465
8340         * config/avr/avr.md (adjust_len): New insn attribute.
8341         (*reload_insi, *reload_insf): Use it.
8342         (*movsi, *movsf): Use new interface of output_movsisf.
8343         * config/avr/avr-protos.h (output_movsisf): Change prototype.
8344         * config/avr/avr.c (output_movsisf): Ditto.
8345         (adjust_insn_length): Use insn attribute "adjust_len" to adjust
8346         lengths of insns *reload_insi, *reload_insf.
8347         (output_reload_insisf_1): New static function.
8348         (output_reload_insisf): Use it.
8349
8350 2011-09-21  David S. Miller  <davem@davemloft.net>
8351
8352         * config/sparc/sparc.c (def_builtin): Change from macro into function.
8353         (def_builtin_const): New.
8354         (sparc_vis_init_builtins): Use def_builtin_const for all VIS builtins
8355         other than alignaddr and falignaddr.
8356
8357         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE, UNSPEC_FCMPGT,
8358         UNSPEC_FCMPEQ): New unspec codes.
8359         (fcmple16_vis, fcmple32_vis, fcmpne16_vis, fcmpne32_vis, fcmpgt16_vis,
8360         fcmpgt32_vis, fcmpeq16_vis, fcmpeq32_vis): New patterns.
8361         * config/sparc/sparc.c (sparc_vis_init_builtins): Create builtins for
8362         new pixel compare VIS patterns.
8363         * config/sparc/visintrin.h (__vis_fcmple16, __vis_fcmple32,
8364         __vis_fcmpne16, __vis_fcmpne32, __vis_fcmpgt16, __vis_fcmpgt32,
8365         __vis_fcmpeq16, __vis_fcmpeq32): New.
8366         * doc/extend.texi: Document new pixel compare VIS intrinsics.
8367
8368 2011-09-21  Tom de Vries  <tom@codesourcery.com>
8369
8370         * final.c (final): Handle if JUMP_LABEL is not LABEL_P.
8371
8372 2011-09-20  David S. Miller  <davem@davemloft.net>
8373
8374         * config/sparc/sparc.md (UNSPEC_ALIGNADDRL): New unspec.
8375         (aligneddrl<P:mode>_vis): New pattern.
8376         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
8377         edge32l_vis): Adjust to take Pmode arguments, and return SImode.
8378         * config/sparc/sparc.c (sparc_vis_init_builtins): Handle new
8379         alignaddrl insn, and adjust edge operations for updated types.
8380         * config/sparc/visintrin.h: Likewise.
8381         * doc/extend.texi: Make typing in VIS documentation match reality.
8382
8383 2011-09-20  Terry Guo  <terry.guo@arm.com>
8384
8385         * config/arm/arm-arches.def: Add armv6s-m.
8386         * config/arm/arm-tables.opt: Regenerate.
8387
8388 2011-09-20  Wei Guozhi  <carrot@google.com>
8389
8390         PR rtl-optimization/49452
8391         * postreload.c (reload_combine): Invalidate use information when across
8392         volatile insn.
8393
8394 2011-09-19  Maxim Kuvyrkov  <maxim@codesourcery.com>
8395
8396         * haifa-sched.c (has_edge_p, prev_non_location_insn, check_cfg):
8397         Remove maintenance overhead.
8398         (haifa_sched_init, sched_finish): Update.
8399
8400 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
8401
8402         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX
8403         to calculate unit, prefix_rep and prefix_data16 attributes.
8404         (*mov<mode>_internal): Ditto for unit attribute.
8405         (*movv2sf_internal_rex64): Ditto for unit and prefix_rep attributes.
8406         (*movv2sf_internal): Ditto.
8407         * config/i386/sse.md (VI1248_256): Remove mode iterator.
8408         (avx2_eq<mode>3): Use VI_256 instead of VI1248_256.
8409         (*avx2_eq<mode>3): Ditto.
8410         (avx2_gt<mode>3): Ditto.
8411
8412 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
8413
8414         * config/i386/i386.md (maxmin): New code iterator.
8415         * config/i386/sse.md (<maxmin:code><mode>3): Macroize expander
8416         from <umaxmin:code><mode>3 and <smaxmin:code><mode>3 using maxmin
8417         code iterator.
8418         (*avx2_<maxmin:code><mode>3): Macroize isn from
8419         *avx2_<umaxmin:code><mode>3 and *avx2_<smaxmin:code><mode>3 using
8420         maxmin code iterator.
8421         (<smaxmin:code><VI124_128:mode>3): Merge with <smaxmin:code>v8hi3.
8422         (<umaxmin:code><VI124_128:mode>3): Merge with umaxv4si3 and
8423         <umaxmin:code>v16qi3.
8424
8425 2011-09-19  Alan Modra  <amodra@gmail.com>
8426             Michael Meissner  <meissner@linux.vnet.ibm.com>
8427
8428         PR target/50341
8429         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Do not
8430         split the load of the indirect function's TOC from the call to
8431         prevent the compiler from moving the load of the new TOC above
8432         code that references the current function's TOC.
8433         (call_indirect_aix<ptrsize>_internal): Ditto.
8434         (call_indirect_aix<ptrsize>_nor11): Ditto.
8435         (call_indirect_aix<ptrsize>_internal2): Ditto.
8436         (call_value_indirect_aix<ptrsize>): Ditto.
8437         (call_value_indirect_aix<ptrsize>_internal): Ditto.
8438         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
8439         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
8440
8441 2011-09-19  Jakub Jelinek  <jakub@redhat.com>
8442
8443         * config/i386/sse.md (*sse4_1_extractps): Change into
8444         define_insn_and_split, add =x 0 n and =x x n alternatives
8445         and split them after reload.
8446
8447 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
8448
8449         * tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.
8450
8451 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
8452
8453         * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
8454
8455 2011-09-19  Ira Rosen  <ira.rosen@linaro.org>
8456
8457         PR tree-optimization/50413
8458         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to vectorize
8459         a basic block if one of its data-refs can't be analyzed.
8460
8461 2011-09-19  Paul Brook  <paul@codesourcery.com>
8462
8463         * config/arm/predicates.md (shift_amount_operand): Check constant
8464         shift count is in range.
8465         (const_shift_operand): Remove.
8466
8467 2011-09-18  Eric Botcazou  <ebotcazou@adacore.com>
8468             Iain Sandoe  <developer@sandoe-acoustics.co.uk>
8469
8470         PR target/50091
8471         * config/rs6000/rs6000.md (probe_stack): Use explicit operand.
8472         * config/rs6000/rs6000.c (output_probe_stack_range): Likewise.
8473
8474 2011-09-18  H.J. Lu  <hongjiu.lu@intel.com>
8475
8476         * config/i386/bmiintrin.h: Remove tmp.
8477         * config/i386/tbmintrin.h: Likewise.
8478
8479 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
8480
8481         PR tree-optimization/50414
8482         * tree-vect-slp.c (vect_get_constant_vectors): Handle MAX_EXPR and
8483         MIN_EXPR.
8484
8485 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
8486
8487         PR tree-optimization/50412
8488         * tree-vect-data-refs.c (vect_analyze_group_access): Fail for
8489         acceses that require epilogue loop if vectorizing outer loop.
8490
8491 2011-09-17  David S. Miller  <davem@davemloft.net>
8492
8493         * config/sparc/sparc.md (UNSPEC_EDGE8, UNSPEC_EDGE8L,
8494         UNSPEC_EDGE16, UNSPEC_EDGE16L, UNSPEC_EDGE32, UNSPEC_EDGE32L):
8495         New unspecs.
8496         (define_attr type): New type 'edge'.
8497         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
8498         edge32l_vis): New patterns.
8499         * config/sparc/ultra1_2.md: Add insn reservation for 'edge'.
8500         * config/sparc/ultra3.md: Likewise.
8501         * config/sparc/niagara.md: Likewise.
8502         * config/sparc/niagara2.md: Likewise.
8503         * config/sparc/sparc.d (sparc_vis_init_builtins): Generate
8504         builtins for VIS edge instructions.
8505         * config/sparc/visintrin.h (__vis_edge8, __vis_edge8l)
8506         (__vis_edge16, __vis_edge16l, __vis_edge32, __vis_edge32l): New
8507         intrinsics.
8508         (__v8qi, __v4qi): Make unsigned.
8509         (__vis_faligndatadi, ___vis_faligndatav2si, __vis_faligndatav4hi,
8510         __vis_faligndatav8qi, __vis_fmul8x16au, __vis_fmul8x16al,
8511         __vis_fpack32): Fix types.
8512         * doc/extend.texi: Document new 'edge' VIS intrinsics.
8513
8514         * gcc/config/sparc/sparc.c (niagara2_costs): Adjust integer
8515         divide costs.
8516         (niagara3_costs): New.
8517         (sparc_option_override): Use it.
8518         * gcc/config/sparc/niagara2.md: Adjust with more accurate
8519         Niagara-3 reservations.
8520
8521 2011-09-17  Jakub Jelinek  <jakub@redhat.com>
8522
8523         * config/i386/sse.md (VIMAX_AVX2): Change V4DI to V2TI.
8524         (sse2_avx, sseinsnmode): Add V2TI.
8525         (REDUC_SMINMAX_MODE): New mode iterator.
8526         (reduc_smax_v4sf, reduc_smin_v4sf, reduc_smax_v8sf,
8527         reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df): Remove.
8528         (reduc_<code>_<mode>): New smaxmin and umaxmin expanders.
8529         (sse2_lshrv1ti3): Rename to...
8530         (<sse2_avx2>_lshr<mode>3): ... this.  Use VIMAX_AVX2 mode
8531         iterator.  Move before umaxmin expanders.
8532         * config/i386/i386.h (VALID_AVX256_REG_MODE,
8533         SSE_REG_MODE_P): Accept V2TImode.
8534         * config/i386/i386.c (ix86_expand_reduc): Handle V32QImode,
8535         V16HImode, V8SImode and V4DImode.
8536
8537         * config/i386/i386.c (ix86_build_const_vector): Handle V8SImode
8538         and V4DImode.
8539         (ix86_build_signbit_mask): Likewise.
8540         (ix86_expand_int_vcond): Likewise.  Handle V16HImode and V32QImode.
8541         (bdesc_args): Use CODE_FOR_{s,u}m{ax,in}v{32q,16h,8s}i3
8542         instead of CODE_FOR_avx2_{s,u}m{ax,in}v{32q,16h,8s}i3.
8543         * config/i386/sse.md (avx2_<code><mode>3 umaxmin expand): Rename to...
8544         (<code><mode>3) ... this.
8545         (avx2_<code><mode>3 smaxmin expand): Rename to...
8546         (<code><mode>3) ... this.
8547         (smax<mode>3, smin<mode>3): Macroize using smaxmin code iterator.
8548         (smaxv2di3, sminv2di3): Macroize using smaxmin code iterator and
8549         VI8_AVX2 mode iterator.
8550         (umaxv2di3, uminv2di3): Macroize using umaxmin code iterator and
8551         VI8_AVX2 mode iterator.
8552         (vcond<V_256:mode><VI_256:mode>, vcondu<V_256:mode><VI_256:mode>):
8553         New expanders.
8554
8555 2011-09-17  Richard Sandiford  <rdsandiford@googlemail.com>
8556
8557         * config/ia64/itanium2.md: Use match_test rather than eq/ne symbol_ref
8558         throughout file.
8559
8560 2011-09-16  David S. Miller  <davem@davemloft.net>
8561
8562         * config/sparc/visintrin.h: New file.
8563         * config.gcc: Add it to extra_headers on sparc.
8564
8565 2011-09-16  Jakub Jelinek  <jakub@redhat.com>
8566
8567         * config/i386/i386.c (ix86_expand_reduc_v4sf): Rename to ...
8568         (ix86_expand_reduc): ... this.  Handle also V8SFmode and V4DFmode.
8569         * config/i386/sse.md (reduc_splus_v4sf, reduc_smax_v4sf,
8570         reduc_smin_v4sf): Adjust callers.
8571         (reduc_smax_v8sf, reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df):
8572         New expanders.
8573
8574         * config/i386/sse.md (vec_extract_hi_<mode>,
8575         vec_extract_hi_v16hi, vec_extract_hi_v32qi): Use
8576         vextracti128 instead of vextractf128 for -mavx2 and
8577         integer vectors.  For V4DFmode fix up mode attribute.
8578         (VEC_EXTRACT_MODE): For TARGET_AVX add 32-byte vectors.
8579         (vec_set_lo_<mode>, vec_set_hi_<mode>): For VI8F_256 modes use V4DF
8580         instead of V8SF mode attribute.
8581         (avx2_extracti128): Change into define_expand.
8582         * config/i386/i386.c (ix86_expand_vector_extract): Handle
8583         32-byte vector modes if TARGET_AVX.
8584
8585 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
8586
8587         * config/avr/avr.md: (umulqihi3, mulqihi3): Write as one pattern.
8588         (umulqi3_highpart, smulqi3_highpart): Ditto.
8589         (*maddqihi4.const, *umaddqihi4.uconst): Ditto.
8590         (*msubqihi4.const, *umsubqihi4.uconst): Ditto.
8591         (*muluqihi3.uconst, *mulsqihi3.sconst): Ditto.
8592
8593 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
8594
8595         PR target/50358
8596         * config/avr/avr.md (*ashiftqihi2.signx.1): New insn.
8597         (*maddqi4, *maddqi4.const): New insns.
8598         (*msubqi4, *msubqi4.const): New insns.
8599         * config/avr/avr.c (avr_rtx_costs): Record costs of above in cases
8600         PLUS:QI and MINUS:QI.  Increase costs of multiply-add/-sub for
8601         HImode by 1 in the case of multiplying with a CONST_INT.
8602         Record cost of *ashiftqihi2.signx.1 in case ASHIFT:QI.
8603
8604 2011-09-15   Jan Hubicka  <jh@suse.cz>
8605
8606         PR lto/50430
8607         * gimple-fold.c (gimple_get_virt_method_for_binfo): Do not ICE on
8608         error_mark_node in the DECL_INITIAL of vtable.
8609
8610 2011-09-15   Diego Novillo  <dnovillo@google.com>
8611
8612         * Makefile.in (SYSROOT_CFLAGS_FOR_TARGET): Define from
8613         @SYSROOT_CFLAGS_FOR_TARGET@.
8614         * configure.ac (SYSROOT_CFLAGS_FOR_TARGET): Set from build-sysroot.
8615         * configure: Regenerate.
8616         (site.exp): Add definition of TEST_ALWAYS_FLAGS.
8617         Remove setting of GCC_UNDER_TEST.
8618
8619 2011-09-15  Uros Bizjak  <ubizjak@gmail.com>
8620
8621         * config/i386/i386.c (output_fp_compare): Return %v prefixed
8622         instruction mnemonics for TARGET_AVX.
8623
8624         * config/i386/i386.md (*movdf_internal_rex64): use cond RTX in
8625         "type" attribute calculation.
8626         (*movdf_internal): Ditto.
8627         (*movsf_internal): Ditto.
8628
8629 2011-09-15  James Greenhalgh  <james.greenhalgh@arm.com>
8630
8631         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.
8632
8633 2011-09-15  Jason Merrill  <jason@redhat.com>
8634
8635         PR c++/50361
8636         * expr.c (count_type_elements): Handle NULLPTR_TYPE.
8637
8638 2011-09-15  Jan Hubicka  <jh@suse.cz>
8639
8640         * ipa-inline-analysis.c (add_condition): Add conditions parameter;
8641         simplify obviously true clauses.
8642         (and_predicates, or_predicates): Add conditions parameter.
8643         (inline_duplication_hoook): Update.
8644         (mark_modified): New function.
8645         (unmodified_parm): New function.
8646         (eliminated_by_inlining_prob, (set_cond_stmt_execution_predicate,
8647         set_switch_stmt_execution_predicate, will_be_nonconstant_predicate):
8648         Use unmodified_parm.
8649         (estimate_function_body_sizes): Update.
8650         (remap_predicate): Update.
8651
8652 2011-09-15  Ira Rosen  <ira.rosen@linaro.org>
8653
8654         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Allow
8655         read-after-read dependencies in basic block SLP.
8656
8657 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
8658
8659         * config/sparc/sparc.md: Use match_test rather than eq/ne symbol_ref
8660         throughout file.
8661
8662 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
8663
8664         * config/sh/sh.md: Use match_test rather than eq/ne symbol_ref
8665         throughout file.
8666
8667 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
8668
8669         * config/s390/s390.md: Use match_test rather than eq/ne symbol_ref
8670         throughout file.
8671
8672 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
8673
8674         * config/rs6000/rs6000.md: Use match_test rather than eq/ne symbol_ref
8675         throughout file.
8676         * config/rs6000/constraints.md: Likewise.
8677
8678 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
8679
8680         * config/microblaze/microblaze.md: Use match_test rather than
8681         eq/ne symbol_ref throughout file.
8682
8683 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
8684
8685         * config/bfin/bfin.md: Use match_test rather than eq/ne symbol_ref
8686         throughout file.
8687
8688 2011-09-14  Tom de Vries  <tom@codesourcery.com>
8689
8690         PR middle-end/50251
8691         * explow.c (emit_stack_restore): Set crtl->need_drap if
8692         stack_restore is emitted.
8693
8694 2011-09-14  Julian Brown  <julian@codesourcery.com>
8695
8696         * config/arm/arm.c (arm_override_options): Add unaligned_access
8697         support.
8698         (arm_file_start): Emit attribute for unaligned access as appropriate.
8699         * config/arm/arm.md (UNSPEC_UNALIGNED_LOAD)
8700         (UNSPEC_UNALIGNED_STORE): Add constants for unspecs.
8701         (insv, extzv): Add unaligned-access support.
8702         (extv): Change to expander. Likewise.
8703         (extzv_t1, extv_regsi): Add helpers.
8704         (unaligned_loadsi, unaligned_loadhis, unaligned_loadhiu)
8705         (unaligned_storesi, unaligned_storehi): New.
8706         (*extv_reg): New (previous extv implementation).
8707         * config/arm/arm.opt (munaligned_access): Add option.
8708         * config/arm/constraints.md (Uw): New constraint.
8709         * expmed.c (store_bit_field_1): Adjust bitfield numbering according
8710         to size of access, not size of unit, when BITS_BIG_ENDIAN !=
8711         BYTES_BIG_ENDIAN. Don't use bitfield accesses for
8712         volatile accesses when -fstrict-volatile-bitfields is in effect.
8713         (extract_bit_field_1): Likewise.
8714
8715 2011-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
8716
8717         * simplify-rtx.c (simplify_subreg): Check that the inner mode is
8718         a scalar integer before applying integer-only optimisations to
8719         inner arithmetic.
8720
8721 2011-09-14  Bernd Schmidt  <bernds@codesourcery.com>
8722
8723         * config/mips/mips.c (mips_expand_epilogue): Generate a
8724         simple_return only if the return address is in r31.
8725
8726 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
8727
8728         * cfgcleanup.c (try_head_merge_bb): If get_condition returns
8729         NULL for a jump that is a cc0 insn, pick the previous insn for
8730         move_before.
8731
8732 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
8733
8734         * config/v850/v850.md: Use match_test rather than eq/ne symbol_ref
8735         throughout file.
8736
8737 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
8738
8739         * config/pa/pa.md: Use match_test rather than eq/ne symbol_ref
8740         throughout file.
8741
8742 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
8743
8744         * config/mn10300/mn10300.md: Use match_test rather than eq/ne
8745         symbol_ref throughout file.
8746
8747 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
8748
8749         * config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
8750         throughout file.
8751
8752 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
8753
8754         * config/h8300/h8300.md: Use match_test rather than eq/ne symbol_ref
8755         throughout file.
8756
8757 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
8758
8759         * config/arm/arm.md: Use match_test rather than eq/ne symbol_ref
8760         throughout file.
8761         * config/arm/neon.md: Likewise.
8762         * config/arm/vfp.md: Likewise.
8763         * config/arm/thumb2.md: Likewise.
8764         * config/arm/cortex-m4.md: Likewise.
8765
8766 2011-09-13  Sevak Sargsyan <sevak.sargsyan@ispras.ru>
8767
8768         * config/arm/neon.md (neon_vabd<mode>_2, neon_vabd<mode>_3): New
8769         define_insn patterns for combine.
8770
8771 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
8772
8773         * reorg.c: Always define make_return_insns.
8774
8775 2011-09-13  Jan Hubicka  <jh@suse.cz>
8776
8777         PR other/49533
8778         * cgraphunit.c (assemble_thunks_and_aliases): Force alias to be output.
8779
8780 2011-09-13  Jan Hubicka  <jh@suse.cz>
8781
8782         PR other/49533
8783         * ipa-inline-transform.c (can_remove_node_now_p): Fix thunkos.
8784
8785 2011-09-13  Paul Brook  <paul@codesourcery.com>
8786
8787         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
8788         (ARM_TARGET2_DWARF_FORMAT): Provide default definition.
8789         * config/arm/linux-eabi.h (ARM_TARGET2_DWARF_FORMAT): Define.
8790         * config/arm/symbian.h (ARM_TARGET2_DWARF_FORMAT): Define.
8791         * config/arm/uclinux-eabi.h(ARM_TARGET2_DWARF_FORMAT): Define.
8792         * config/arm/t-bpabi (EXTRA_HEADERS): Add unwind-arm-common.h.
8793         * config/arm/t-symbian (EXTRA_HEADERS): Add unwind-arm-common.h.
8794         * config/c6x/c6x.c (c6x_output_file_unwind): Don't rely on dwarf2 code
8795         enabling unwind tables.
8796         (c6x_debug_unwind_info): New function.
8797         (TARGET_ARM_EABI_UNWINDER): Define.
8798         (TARGET_DEBUG_UNWIND_INFO): Define.
8799         * config/c6x/c6x.h (DWARF_FRAME_RETURN_COLUMN): Define.
8800         (TARGET_EXTRA_CFI_SECTION): Remove.
8801         * config/c6x/t-c6x-elf (EXTRA_HEADERS): Set.
8802         * ginclude/unwind-arm-common.h: New file.
8803
8804 2011-09-13  Georg-Johann Lay  <avr@gjlay.de>
8805
8806         PR target/50358
8807         * config/avr/predicates.md (const_1_to_6_operand): New predicate.
8808         * config/avr/avr.md: (extend_s): New code attribute.
8809         (mul_r_d): New code attribute.
8810         (*maddqihi4, *umaddqihi4): New insns.
8811         (*msubqihi4, *umsubqihi4): New insns.
8812         (*usmaddqihi4, *sumaddqihi4): New insns.
8813         (*usmsubqihi4, *susubdqihi4): New insns.
8814         (*umaddqihi4.uconst, *maddqihi4.sconst): New insn-and-splits.
8815         (*umsubqihi4.uconst, *msubqihi4.sconst): New insn-and-splits.
8816         (*umsubqihi4.uconst.ashift): New insn-and-split.
8817         (*msubqihi4.sconst.ashift): New insn-and-split.
8818         (*sumaddqihi4.uconst): New insn-and-split.
8819         (*sumsubqihi4.uconst): New insn-and-split.
8820         * config/avr/avr.c (avr_rtx_costs): Report costs of above in case
8821         PLUS:HI and MINUS:HI.
8822
8823 2011-09-13  Revital Eres  <revital.eres@linaro.org>
8824
8825         modulo-sched.c (remove_node_from_ps): Return void instead of bool.
8826         (optimize_sc): Adjust call to remove_node_from_ps.
8827         (sms_schedule): Add print info.
8828
8829 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
8830
8831         * rtl.c (copy_rtx): Do not handle frame_related, jump or call
8832         flags specially.
8833
8834 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
8835
8836         PR bootstrap/50010
8837         * dwarf2cfi.c (add_cfis_to_fde): Ignore non-active insns in between
8838         NOTE_INSN_CFI notes, with the exception of
8839         NOTE_INSN_SWITCH_TEXT_SECTIONS.
8840
8841 2011-09-12  Bernd Schmidt  <bernds@codesourcery.com>
8842             Richard Sandiford  <rdsandiford@googlemail.com>
8843
8844         * config/mips/mips.c (mips_epilogue): New structure.
8845         (mips16e_save_restore_reg): Queue REG_CFA_RESTORE notes when
8846         restoring registers.
8847         (mips_epilogue_emit_cfa_restores): New function.
8848         (mips_epilogue_set_cfa): Likewise.
8849         (mips_restore_reg): Queue REG_CFA_RESTORE notes.  When restoring
8850         the current CFA register from the stack, redefine the CFA in terms
8851         of the stack pointer.
8852         (mips_expand_epilogue): Set up mips_epilogue.  Attach CFA information
8853         to the epilogue instructions.
8854
8855 2011-09-12  Richard Sandiford  <rdsandiford@googlemail.com>
8856
8857         * config/mips/mips.c (mips16e_save_restore_reg): Add a reg_parm_p
8858         argument.
8859         (mips16e_build_save_restore): Update accordingly.
8860
8861 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
8862
8863         PR rtl-optimization/50212
8864         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
8865         Skip also lps with NULL landing_pad or non-LABEL_P landing_pad.
8866
8867         PR debug/50299
8868         * calls.c (load_register_parameters): Use use_reg_mode instead
8869         of use_reg when adding a single register CALL_INSN_FUNCTION_USAGE
8870         entry.
8871         (expand_call): Set EXPR_LIST mode to TYPE_MODE of the argument
8872         for stack CALL_INSN_FUNCTION_USAGE uses.
8873         * expr.h (use_reg_mode): New prototype.
8874         (use_reg): Changed into inline around use_reg_mode.
8875         * expr.c (use_reg): Renamed to...
8876         (use_reg_mode): ... this.  Added MODE argument, set EXPR_LIST
8877         mode to that mode instead of VOIDmode.
8878         * var-tracking.c (prepare_call_arguments): Don't track parameters
8879         whose EXPR_LIST mode is VOIDmode, BLKmode or X mode isn't convertible
8880         to it using lowpart_subreg.  Convert VALUE and REG/MEM to the
8881         EXPR_LIST mode.
8882
8883 2011-09-12  Georg-Johann Lay  <avr@gjlay.de>
8884
8885         PR target/43746
8886         * config/avr/avr.c (AVR_SECTION_PROGMEM): New Define.
8887         (progmem_section): New Variable.
8888         (avr_asm_init_sections): Initialize it.
8889         (TARGET_ASM_SELECT_SECTION): Define to...
8890         (avr_asm_select_section): ... this new Function.
8891         (avr_replace_prefix): New Function.
8892         (avr_asm_function_rodata_section): Use it.
8893         (avr_insert_attributes): Don't add section attribute for PROGMEM.
8894         (avr_section_type_flags): Use avr_progmem_p instead of section
8895         name to detect if object is in PROGMEM.
8896         (avr_asm_named_section): Set section name prefix for objects in
8897         PROGMEM.
8898
8899 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
8900
8901         PR bootstrap/50352
8902         * config/arm/arm.md (*push_fp_multi): Add % before %( and %) in the
8903         sprintf format string.
8904
8905 2011-09-12  Richard Guenther  <rguenther@suse.de>
8906
8907         PR tree-optimization/50343
8908         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check
8909         that the reduction is over an SSA name before checking its definition.
8910
8911 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
8912
8913         * config/cris/cris.md: Use match_test rather than eq/ne symbol_ref
8914         throughout file.
8915
8916 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
8917
8918         * config/mips/mips.md: Use match_test rather than eq/ne symbol_ref
8919         throughout file.
8920         * config/mips/sb1.md: Likewise.
8921         * config/mips/predicates.md: Replace (match_test "!...")
8922         with (not (match_test "..."))
8923         * config/mips/constraints.md: Likewise.
8924
8925 2011-09-09  Andrew Stubbs  <ams@codesourcery.com>
8926
8927         * config/arm/arm-cores.def (generic-armv7-a): New architecture.
8928         * config/arm/arm-tables.opt: Regenerate.
8929         * config/arm/arm-tune.md: Regenerate.
8930         * config/arm/arm.c (arm_file_start): Output .arch directive when
8931         user passes -mcpu=generic-*.
8932         (arm_issue_rate): Add genericv7a support.
8933         * config/arm/arm.h (EXTRA_SPECS): Add asm_cpu_spec.
8934         (ASM_CPU_SPEC): New define.
8935         * config/arm/elf.h (ASM_SPEC): Use %(asm_cpu_spec).
8936         * config/arm/semi.h (ASM_SPEC): Likewise.
8937         * doc/invoke.texi (ARM Options): Document -mcpu=generic-*
8938         and -mtune=generic-*.
8939
8940 2011-09-09  Richard Guenther  <rguenther@suse.de>
8941
8942         PR tree-optimization/50328
8943         * tree-vect-loop.c (vect_is_simple_reduction_1): Allow one
8944         constant or default-def operand.
8945
8946 2011-09-09  Richard Guenther  <rguenther@suse.de>
8947
8948         * tree-ssa-pre.c (create_expression_by_pieces): Fold the
8949         last statement.
8950
8951 2011-09-09  Richard Guenther  <rguenther@suse.de>
8952
8953         * gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator
8954         instead of a statement.
8955         * gimple-fold.c (fold_stmt_inplace): Likewise.
8956         * sese.c (graphite_copy_stmts_from_block): Adjust.
8957         * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
8958         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Use
8959         fold_stmt.
8960         (forward_propagate_addr_into_variable_array_index): Likewise.
8961         (forward_propagate_addr_expr_1): adjust.
8962         (associate_plusminus): Likewise.
8963         (ssa_forward_propagate_and_combine): Likewise.
8964         * tree-ssa-mathopts.c (replace_reciprocal): Adjust.
8965         (execute_cse_reciprocals): Likewise.
8966         * tree-ssa.c (insert_debug_temp_for_var_def): Adjust.
8967
8968 2011-09-09  Nick Clifton  <nickc@redhat.com>
8969
8970         * config/mn10300/mn10300.c (mn10300_split_and_operand_count):
8971         Return a positive value to indicate that the bits at the
8972         bottom of the register should be cleared.
8973
8974 2011-09-09  Richard Guenther  <rguenther@suse.de>
8975
8976         * tree-ssa-operands.c (swap_tree_operands): Always adjust
8977         existing operand positions.
8978
8979 2011-09-09  Richard Guenther  <rguenther@suse.de>
8980
8981         PR middle-end/50333
8982         * tree-data-ref.c (split_constant_offset): Do not try to handle
8983         ternary ops.
8984
8985 2011-09-08  Andrew Stubbs  <ams@codesourcery.com>
8986
8987         PR tree-optimization/50318
8988         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Correct
8989         typo in use of mult_rhs1 and mult_rhs2.
8990
8991 2011-09-08  Uros Bizjak  <ubizjak@gmail.com>
8992
8993         * config/i386/i386.c (standard_sse_constant_p): Handle AVX2 modes.
8994         (standard_sse_constant_opcode) <case 2>: Change vpcmpeqd template.
8995
8996 2011-09-08  Bernd Schmidt  <bernds@codesourcery.com>
8997
8998         * config/arm/arm.md (push_multi): Emit predicates.
8999         (push_fp_multi): Likewise.
9000         * config/arm/arm.c (vfp_output_fstmd): Likewise.
9001
9002 2011-09-08  Dodji Seketeli  <dodji@redhat.com>
9003
9004         PR c++/33255 - Support -Wunused-local-typedefs warning
9005         * c-decl.c (lookup_name): Use the new maybe_record_typedef_use.
9006         (pushdecl): Use the new record_locally_defined_typedef.
9007         (store_parm_decls): Allocate cfun->language.
9008         (finish_function): Use the new maybe_warn_unused_local_typedefs,
9009         and free cfun->language.
9010         (c_push_function_context): Allocate cfun->language here only if needed.
9011         (c_pop_function_context): Likewise, mark cfun->language
9012         for collection only when it should be done.
9013         * c-common.c (handle_used_attribute): Don't ignore TYPE_DECL nodes.
9014         * c-typeck.c (c_expr_sizeof_type, c_cast_expr): Use the new
9015         maybe_record_local_typedef_use.
9016         * doc/invoke.texi: Update documentation for
9017         -Wunused-local-typedefs.
9018
9019 2011-09-08  Enkovich Ilya  <ilya.enkovich@intel.com>
9020
9021         * config/i386/i386-protos.h (ix86_lea_outperforms): New.
9022         (ix86_avoid_lea_for_add): Likewise.
9023         (ix86_avoid_lea_for_addr): Likewise.
9024         (ix86_split_lea_for_addr): Likewise.
9025
9026         * config/i386/i386.c (LEA_MAX_STALL): New.
9027         (increase_distance): Likewise.
9028         (insn_defines_reg): Likewise.
9029         (insn_uses_reg_mem): Likewise.
9030         (distance_non_agu_define_in_bb): Likewise.
9031         (distance_agu_use_in_bb): Likewise.
9032         (ix86_lea_outperforms): Likewise.
9033         (ix86_ok_to_clobber_flags): Likewise.
9034         (ix86_avoid_lea_for_add): Likewise.
9035         (ix86_avoid_lea_for_addr): Likewise.
9036         (ix86_split_lea_for_addr): Likewise.
9037         (distance_non_agu_define): Search in pred BBs added.
9038         (distance_agu_use): Search in succ BBs added.
9039         (IX86_LEA_PRIORITY): Value changed from 2 to 0.
9040         (LEA_SEARCH_THRESHOLD): Now depends on LEA_MAX_STALL.
9041         (ix86_lea_for_add_ok): Use ix86_lea_outperforms to make decision.
9042
9043         * config/i386/i386.md: Split added to transform non destructive
9044         add into move and add.
9045         (lea_1): transformed into insn_and_split to avoid AGU stalls.
9046         (lea<mode>_2): Likewise.
9047
9048 2011-09-08  Martin Jambor  <mjambor@suse.cz>
9049
9050         PR tree-optimization/50287
9051         * ipa-split.c (split_function): Do not create SSA names for
9052         non-gimple-registers.
9053
9054 2011-09-08  Richard Guenther  <rguenther@suse.de>
9055
9056         PR tree-optimization/19831
9057         * tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Also
9058         skip builtins with vdefs that do not really store something.
9059         (propagate_necessity): For calls to free that we can associate
9060         with an allocation function do not mark the freed pointer
9061         definition necessary.
9062         (eliminate_unnecessary_stmts): Remove a call to free if
9063         the associated call to an allocation function is not necessary.
9064
9065 2011-09-08  Richard Guenther  <rguenther@suse.de>
9066
9067         PR tree-optimization/19831
9068         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark
9069         allocation functions as necessary.
9070
9071 2011-09-08  Iain Sandoe  <iains@gcc.gnu.org>
9072
9073         * config/darwin-driver.c (darwin_find_version_from_kernel): New routine
9074         cut from ...
9075         (darwin_default_min_version): Amended to provide defaults
9076         for the cross directory case.
9077         (darwin_driver_init): call darwin_default_min_version unconditionally.
9078         * config/darwin.h (DEF_MIN_OSX_VERSION): New.
9079         * config/darwin9.h: Likewise.
9080         * config/darwin10.h: Likewise.
9081         * config/rs6000/darwin7.h: Likewise.
9082
9083 2011-09-08  Jakub Jelinek  <jakub@redhat.com>
9084
9085         PR target/50310
9086         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Return
9087         code early if TARGET_AVX.
9088         (ix86_expand_fp_vcond): Handle LTGT and UNEQ.
9089
9090 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
9091
9092         * config/i386/sse.md (sseinsnmode): Remove 32-byte integer vector
9093         duplicates.
9094
9095         PR target/50310
9096         * config/i386/sse.md (*andnot<mode>3, *<code><mode>3): Fix up
9097         "mode" attribute computation.
9098
9099 2011-09-07  Bernd Schmidt  <bernds@codesourcery.com>
9100
9101         * regrename.c (struct du_head): Make nregs signed.
9102         (closed_chains): Remove.
9103         (create_new_chain): Return the new chain.
9104         (chain_from_id): New static function.
9105         (dump_def_use_chain): Change argument to be an int, indicating
9106         the first ID to print.  All callers changed.
9107         (merge_overlapping_regs): Use chain_from_id.  Assert that
9108         chains don't conflict with themselves.
9109         (rename_chains): Take no argument.  Iterate over id_to_chain
9110         rather to find chains to rename.  Clear tick before the main loop.
9111         (struct incoming_reg_info): New struct.
9112         (struct bb_rename_info): New struct.
9113         (init_rename_info, set_incoming_from_chain, merge_chains): New
9114         static functions.
9115         (regrename_analyze): New static function, broken out of
9116         regrename_optimize.  Record and make use of open chain information
9117         at basic block boundaries, and merge chains where possible.
9118         (scan_rtx_reg): Make this_nregs signed.  Don't update
9119         closed_chains.
9120         (build_def_use): Return a bool to indicate success.  All callers
9121         changed.  Don't initialize global data here.
9122         (regrename_optimize): Move most code out of here into
9123         regrename_analyze.
9124         * regs.h (add_range_to_hard_reg_set, remove_range_from_hard_reg_set,
9125         range_overlaps_hard_reg_set_p, range_in_hard_reg_set_p): New
9126         static inline functions.
9127         * vec.h (FOR_EACH_VEC_ELT_FROM): New macro.
9128
9129         * bb-reorder.c (insert_section_boundary_note): Don't check
9130         optimize_function_for_speed_p.
9131         (gate_handle_partition_blocks): Do it here instead.
9132         (gate_handle_reorder_blocks): Move preliminary checks here ...
9133         (rest_of_handle_reorder_blocks): ... from here.
9134
9135 2011-09-07  Martin Jambor  <mjambor@suse.cz>
9136
9137         PR middle-end/50301
9138         * ipa-cp.c (find_more_values_for_callers_subset): Check jump
9139         function index bounds.
9140         (perhaps_add_new_callers): Likewise.
9141
9142 2011-09-07  Martin Jambor  <mjambor@suse.cz>
9143
9144         PR tree-optimization/49911
9145         * tree-sra.c (analyze_access_subtree): Change type of to-be-replaced
9146         enumerations to the corresponding plain integer type.
9147
9148 2011-09-07  Richard Guenther  <rguenther@suse.de>
9149
9150         PR tree-optimization/50319
9151         * tree-if-conv.c (set_bb_predicate): Assert we only set
9152         canonical predicates.
9153         (add_to_predicate_list): Simplify.  Allow TRUTH_NOT_EXPR
9154         around canonical predicates.
9155         (predicate_bbs): Do not re-gimplify already canonical
9156         predicates.  Properly unshare them though.
9157         (find_phi_replacement_condition): Simplify.
9158
9159 2011-09-07  Richard Sandiford  <richard.sandiford@linaro.org>
9160
9161         PR target/49030
9162         * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare.
9163         * config/arm/arm.c (maybe_get_arm_condition_code): New function,
9164         reusing the old code from get_arm_condition_code.  Return ARM_NV
9165         for invalid comparison codes.
9166         (get_arm_condition_code): Redefine in terms of
9167         maybe_get_arm_condition_code.
9168         * config/arm/predicates.md (arm_comparison_operator): Use
9169         maybe_get_arm_condition_code.
9170
9171 2011-09-07  Richard Guenther  <rguenther@suse.de>
9172
9173         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
9174         Canonicalize negated predicates by swapping edges.
9175         (forward_propagate_into_cond): Likewise.
9176
9177 2011-09-07  Richard Guenther  <rguenther@suse.de>
9178
9179         PR tree-optimization/50213
9180         * tree-flow.h (simple_iv_increment_p): Declare.
9181         * tree-ssa-dom.c (simple_iv_increment_p): Export.  Also handle
9182         POINTER_PLUS_EXPR.
9183         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Do
9184         not propagate simple IV counter increments.
9185
9186 2011-09-07  Eric Botcazou  <ebotcazou@adacore.com>
9187             Iain Sandoe  <iains@gcc.gnu.org>
9188
9189         * config/rs6000/rs6000.c (compute_save_world_info): Test
9190         cfun->has_nonlocal_label to determine if the out-of-line save
9191         world call may be used.
9192
9193 2011-09-07  Nick Clifton  <nickc@redhat.com>
9194
9195         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump
9196         label on the parallel part of the insn.
9197
9198 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
9199
9200         PR debug/50191
9201         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Try
9202         avoid_constant_pool_reference first instead of last.
9203
9204 2011-09-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
9205
9206         * doc/configfiles.texi (Configuration Files): Update documentation
9207         about tm_p.h and remove FIXME comment.
9208
9209 2011-09-06  Uros Bizjak  <ubizjak@gmail.com>
9210
9211         * config/i386/i386.c (ix86_function_value_regno_p): Use AX_REG.
9212         (function_value_32): Do not check TARGET_MMX, TARGET_SSE or TARGET_AVX.
9213
9214 2011-09-06  Iain Sandoe  <iains@gcc.gnu.org>
9215
9216         * config/darwin10.h Remove duplicate LIB_SPEC.
9217
9218 2011-09-06  Enkovich Ilya  <ilya.enkovich@intel.com>
9219
9220         PR middle-end/44382
9221         * target.def (reassociation_width): New hook.
9222
9223         * doc/tm.texi.in (reassociation_width): Likewise.
9224
9225         * doc/tm.texi (reassociation_width): Likewise.
9226
9227         * doc/invoke.texi (tree-reassoc-width): New param documented.
9228
9229         * hooks.h (hook_int_uint_mode_1): New default hook.
9230
9231         * hooks.c (hook_int_uint_mode_1): Likewise.
9232
9233         * config/i386/i386.h (ix86_tune_indices): Add
9234         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
9235
9236         (TARGET_REASSOC_INT_TO_PARALLEL): New.
9237         (TARGET_REASSOC_FP_TO_PARALLEL): Likewise.
9238
9239         * config/i386/i386.c (initial_ix86_tune_features): Add
9240         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
9241
9242         (ix86_reassociation_width): New function.
9243
9244         * params.def (PARAM_TREE_REASSOC_WIDTH): New param added.
9245
9246         * tree-ssa-reassoc.c (get_required_cycles): New function.
9247         (get_reassociation_width): Likewise.
9248         (swap_ops_for_binary_stmt): Likewise.
9249         (rewrite_expr_tree_parallel): Likewise.
9250
9251         (rewrite_expr_tree): Refactored.  Part of code moved into
9252         swap_ops_for_binary_stmt.
9253
9254         (reassociate_bb): Now checks reassociation width to be used and
9255         call rewrite_expr_tree_parallel instead of rewrite_expr_tree if needed.
9256
9257 2011-09-06  Richard Guenther  <rguenther@suse.de>
9258
9259         PR tree-optimization/47025
9260         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): BUILT_IN_VA_END
9261         uses nothing.
9262         (call_may_clobber_ref_p_1): BUILT_IN_VA_END is a barrier like
9263         BUILT_IN_FREE.
9264         (stmt_kills_ref_p_1): BUILT_IN_VA_END kills what its argument
9265         definitely points to.
9266         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
9267         BUILT_IN_VA_START doesn't let its va_list argument escape.
9268         * tree-ssa-dce.c (propagate_necessity): BUILT_IN_VA_END does
9269         not make any previous stores necessary.
9270
9271 2011-09-06  Martin Jambor  <mjambor@suse.cz>
9272
9273         * ipa-inline.h (struct inline_summary): Move versionable flag...
9274         * cgraph.h (struct cgraph_local_info): ...here
9275         * ipa-cp.c (determine_versionability): Use the new versionable flag.
9276         (determine_versionability): Likewise.
9277         (ipcp_versionable_function_p): Likewise.
9278         (ipcp_generate_summary): Likewise.
9279         * ipa-inline-analysis.c (dump_inline_summary): Do not dump the
9280         versionable flag.
9281         (compute_inline_parameters): Do not clear the versionable flag.
9282         (inline_read_section): Do not stream the versionable flag.
9283         (inline_write_summary): Likewise.
9284         * lto-cgraph.c (lto_output_node): Stream the versionable flag.
9285         (input_overwrite_node): Likewise.
9286
9287 2011-09-06  Richard Guenther  <rguenther@suse.de>
9288
9289         PR tree-optimization/48149
9290         * tree-ssa-sccvn.c (vn_get_expr_for): Simplify.  Fix tuplification bug.
9291         (vn_valueize): Move earlier.
9292         (valueize_expr): Use vn_valueize.
9293         (simplify_binary_expression): Simplify, also combine COMPLEX_EXPR
9294         operands.
9295         (simplify_unary_expression): Simplify.
9296
9297 2011-09-06  Richard Guenther  <rguenther@suse.de>
9298
9299         PR tree-optimization/48317
9300         * tree-ssa-sccvn.h (struct vn_nary_op_s): Make op a true
9301         trailing array.
9302         (sizeof_vn_nary_op): New inline function.
9303         (vn_nary_op_lookup_pieces): Adjust.
9304         (vn_nary_op_insert_pieces): Likewise.
9305         * tree-ssa-sccvn.c (vn_nary_op_eq): Also compare the length.
9306         (init_vn_nary_op_from_pieces): Adjust signature.  Deal with
9307         any number of operands.
9308         (vn_nary_length_from_stmt): New function.
9309         (init_vn_nary_op_from_stmt): Adjust for CONSTRUCTOR handling.
9310         (vn_nary_op_lookup_pieces): Adjust signature and allocate properly
9311         sized temporary.
9312         (vn_nary_op_lookup): Likewise.
9313         (vn_nary_op_lookup_stmt): Likewise.
9314         (vn_nary_op_insert_into): Likewise.
9315         (vn_nary_op_insert_stmt): Likewise.
9316         (visit_use): Handle CONSTRUCTOR as nary.
9317         * tree-ssa-pre.c (phi_translate_1): Adjust.
9318         (create_expression_by_pieces): Likewise.
9319         (compute_avail): Likewise.
9320
9321 2011-09-06  Ira Rosen  <ira.rosen@linaro.org>
9322
9323          * config/arm/arm.c (arm_preferred_simd_mode): Check
9324         TARGET_NEON_VECTORIZE_DOUBLE instead of
9325         TARGET_NEON_VECTORIZE_QUAD.
9326         (arm_autovectorize_vector_sizes): Likewise.
9327         * config/arm/arm.opt (mvectorize-with-neon-quad): Make inverse
9328         mask of mvectorize-with-neon-double.  Add RejectNegative.
9329         (mvectorize-with-neon-double): New.
9330
9331 2011-09-06  Richard Guenther  <rguenther@suse.de>
9332
9333         * tree-ssa-sccvn.c (visit_use): CSE stmt pieces and simplify matching.
9334
9335 2011-09-06  Tom de Vries  <tom@codesourcery.com>
9336
9337         * recog.c (asm_labels_ok): New function.
9338         (check_asm_operands): Use asm_labels_ok.
9339
9340 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
9341
9342         PR target/49606
9343         * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): Check Pmode.
9344         (PMODE_INSN): New macro.
9345         * config/mips/mips.c (gen_load_const_gp): Use PMODE_INSN.
9346         (mips_got_load, mips_expand_synci_loop): Likewise.
9347         (mips_save_gp_to_cprestore_slot): Handle SImode and DImode
9348         cprestore patterns.
9349         (mips_emit_loadgp): Use PMODE_INSN.  Handle SImode and DImode
9350         copygp_mips16 patterns.
9351         (mips_expand_prologue): Handle SImode and DImode potential_cprestore
9352         and use_cprestore patterns.
9353         (mips_override_options): Check for incompatible -mabi and -mlong
9354         combinations.
9355         * config/mips/mips.md (unspec_got<mode>): Rename to...
9356         (unspec_got_<mode>): ...this.
9357         (copygp_mips16): Use the Pmode iterator.
9358         (potential_cprestore, cprestore, use_cprestore): Likewise.
9359         (clear_cache, indirect_jump): Use PMODE_INSN.
9360         (indirect_jump<mode>): Rename to...
9361         (indirect_jump_<mode>): ...this.
9362         (tablejump): Use PMODE_INSN.
9363         (tablejump<mode>): Rename to...
9364         (tablejump_<mode>): ...this.
9365         (exception_receiver): Handle restore_gp_si and restore_gp_di.
9366         (restore_gp): Use the Pmode iterator.
9367         * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Use
9368         PMODE_INSN.
9369
9370 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
9371
9372         * config/mips/mips.c (mips_gimplify_va_arg_expr): Unshare off.
9373         Fix the type of the BIT_AND_EXPR.
9374
9375 2011-09-05  David S. Miller  <davem@davemloft.net>
9376
9377         * config.host: Add driver-sparc.o and sparc/x-sparc on
9378         native sparc*-*-linux* builds.
9379         * config/sparc/driver-sparc.c: Correct Linux strings.
9380         * config/sparc/linux.h: Add DRIVER_SELF_SPECS.
9381         * config/sparc/linux64.h: Likewise.
9382         * doc/invoke.texi: Document that Linux also supports
9383         -mcpu=native and -mtune=native on sparc.
9384
9385         * config/sparc/sparc-opts.h (PROCESSOR_NIAGARA3,
9386         PROCESSOR_NIAGARA4): New.
9387         * config/sparc/sparc.opt: Handle new processor types.
9388         * config/sparc/sparc.md: Add to "cpu" attribute.
9389         * config/sparc/sparc.h (TARGET_CPU_niagara3,
9390         TARGET_CPU_niagara4): New, treat as niagara2.
9391         * config/sparc/linux64.h: Handle niagara3 and niagara4 like niagara2.
9392         * config/sparc/sol2.h: Likewise.
9393         * config/sparc/niagara2.md: Schedule niagara3 like niagara2.
9394         * config/sparc/sparc.c (sparc_option_override): Add
9395         niagara3 and niagara4 handling.
9396         (sparc32_initialize_trampoline): Likewise.
9397         (sparc64_initialize_trampoline): Likewise.
9398         (sparc_use_sched_lookahead): Likewise.
9399         (sparc_issue_rate): Likewise.
9400         (sparc_register_move_cost): Likewise.
9401         * config/sparc/driver-sparc.c (cpu_names): Use niagara3
9402         and niagara4 as appropriate.
9403         * doc/invoke.texi: Document new processor types.
9404         * config.gcc: Recognize niagara3 and niagara4 in --with-cpu
9405         and --with-tune options.
9406
9407         * config/sparc/sol2-64.h: Move ...
9408         * config/sparc/default-64.h: ... to here.  Update comment.
9409         * config.gcc: Update Solaris sparc to use default-64.h, also
9410         prefix this header into the list on sparc64-*-linux.
9411         * config/sparc/linux64.h (TARGET_DEFAULT): Only override if
9412         TARGET_64BIT_DEFAULT is defined.  Remove commented out reference
9413         to MASK_HARD_QUAD.
9414
9415 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
9416
9417         PR target/50289
9418         * config/avr/avr.c (sequent_regs_live): Don't recognize sequences
9419         that contain global register variable.
9420
9421 2011-09-05  Richard Guenther  <rguenther@suse.de>
9422
9423         * tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.
9424
9425 2011-09-05  Richard Guenther  <rguenther@suse.de>
9426
9427         * stor-layout.c (layout_type): Use size_binop for array size
9428         calculations.
9429
9430 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
9431
9432         * config/avr/avr.h (progmem_section): Remove Declaration.
9433         * config/avr/avr.c (progmem_section): Make static and rename to
9434         progmem_swtable_section.
9435         (avr_output_addr_vec_elt): No need to switch sections.
9436         (avr_asm_init_sections): Use output_section_asm_op as section
9437         callback for progmem_swtable_section.
9438         (avr_output_progmem_section_asm_op): Remove Function.
9439         (TARGET_ASM_FUNCTION_RODATA_SECTION): New Define.
9440         (avr_asm_function_rodata_section): New static Function.
9441         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Output
9442         alignment 2**1 for jump tables.
9443
9444 2011-09-04  Jan Hubicka  <jh@suse.cz>
9445
9446         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Check that
9447         parameter is SSA name.
9448
9449 2011-09-04  Richard Guenther  <rguenther@suse.de>
9450
9451         Revert
9452         2011-08-31  Richard Guenther  <rguenther@suse.de>
9453
9454         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
9455         special-casing.
9456
9457 2011-09-04  Iain Sandoe  <iains@gcc.gnu.org>
9458
9459         PR debug/49901
9460         * config/darwin.h (DEBUG_MACRO_SECTION): New macro.
9461
9462 2011-09-04  Jakub Jelinek  <jakub@redhat.com>
9463             Ira Rosen  <ira.rosen@linaro.org>
9464
9465         PR tree-optimization/50208
9466         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add an
9467         argument.  Check that def_stmt is inside the loop.
9468         (vect_recog_widen_mult_pattern): Update calls to
9469         vect_handle_widen_mult_by_cons.
9470         (vect_operation_fits_smaller_type): Check that def_stmt is
9471         inside the loop.
9472
9473 2011-09-04  Ira Rosen  <ira.rosen@linaro.org>
9474
9475         * tree-vectorizer.c (vect_print_dump_info): Print line
9476         number when dumping to a file.
9477         (vectorize_loops): Add new messages to dump file.
9478
9479 2011-09-03  Martin Jambor  <mjambor@suse.cz>
9480
9481         * ipa-prop.h (ipa_jump_func_t): New typedef.
9482         (struct ipa_edge_args): Removed field argument_count, field
9483         jump_functions turned into a vector.
9484         (ipa_set_cs_argument_count): Removed.
9485         (ipa_get_cs_argument_count): Updated to work on vectors.
9486         (ipa_get_ith_jump_func): Likewise.
9487         * ipa-prop.c (ipa_count_arguments): Removed.
9488         (compute_scalar_jump_functions): Use ipa_get_ith_jump_func to access
9489         jump functions.  Update caller.
9490         (compute_pass_through_member_ptrs): Likewise.
9491         (compute_cst_member_ptr_arguments): Likewise.
9492         (ipa_compute_jump_functions_for_edge): Get number of arguments from
9493         the statement, allocate vector.
9494         (ipa_compute_jump_functions): Do not call ipa_count_arguments.
9495         (duplicate_ipa_jump_func_array): Removed.
9496         (ipa_edge_duplication_hook): Use VEC_copy, do not copy argument count.
9497         (ipa_read_node_info): Allocate vector.
9498
9499 2011-09-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9500
9501         PR middle-end/50232
9502         * config/pa/pa.md (return): Define "return" insn pattern.
9503         (epilogue): Use it when no epilogue is needed.
9504         * config/pa/pa.c (pa_can_use_return_insn): New function.
9505         * config/pa/pa-protos.h (pa_can_use_return_insn): Declare.
9506
9507 2011-09-03  Eric Botcazou  <ebotcazou@adacore.com>
9508
9509         * cfgexpand.c (add_stack_var): Assert that the alignment is not zero.
9510         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Revert latest change.
9511         Force at least BITS_PER_UNIT alignment on the new variable.
9512
9513 2011-09-02  Gary Funck <gary@intrepid.com>
9514
9515         * opts.c (print_specific_help): Fix off-by-one compare in
9516         assertion check.
9517         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
9518         CL_TARGET, CL_COMMON, CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED):
9519         Increase by +5 to allow for more languages.
9520         * optc-gen.awk: Generate #if that ensures that the number of
9521         languages is within the implementation-defined limit.
9522
9523 2011-09-02  Michael Matz  <matz@suse.de>
9524
9525         PR middle-end/50260
9526         * ipa-split.c (split_function): Call add_referenced_var.
9527
9528         * tree-ssa-phiopt.c (cond_store_replacement): Don't call get_var_ann.
9529         (cond_if_else_store_replacement_1): Ditto.
9530         * tree-ssa-pre.c (get_representative_for): Ditto.
9531         (create_expression_by_pieces): Ditto.
9532         (insert_into_preds_of_block): Ditto.
9533         * tree-sra.c (create_access_replacement): Ditto.
9534         (get_replaced_param_substitute): Ditto.
9535
9536 2011-09-02  Bernd Schmidt  <bernds@codesourcery.com>
9537
9538         * config/c6x/c6x.md (collapse-ndfa, no-comb-vect): New
9539         automata_options.
9540         (d1, l1, s1, m1, d2, l2, s2, m2): Changed to define_query_cpu_unit.
9541         (l1w, s1w, l2w, s2w): Define in the main automaton.
9542         (fps1, fpl1, adddps1, adddpl1, fps2, fpl2, adddps2, adddpl2): New
9543         units.
9544         * config/c6x/c6x.c (c6x_sched_insn_info): Add unit_mask member.
9545         (c6x_unit_names): Add the new units.
9546         (c6x_unit_codes): New static array.
9547         (UNIT_QID_D1, UNIT_QID_L1, UNIT_QID_S1, UNIT_QID_M1, UNIT_QID_FPS1,
9548         UNIT_QID_FPL1, UNIT_QID_ADDDPS1, UNIT_QID_ADDDPL1,
9549         UNIT_QID_SIDE_OFFSET): New macros.
9550         (RESERVATION_S2): Adjust value.
9551         (c6x_option_override): Compute c6x_unit_codes.
9552         (assign_reservations): Take the unit_mask of the last instruction
9553         into account.  Detect floating point reservations by looking for
9554         the new units.  Don't assign reservations if the field is already
9555         nonzero.
9556         (struct c6x_sched_context): Add member prev_cycle_state_ctx.
9557         (init_sched_state): Initialize it.
9558         (c6x_clear_sched_context): Free it.
9559         (insn_set_clock): Clear reservation.
9560         (prev_cycle_state): New static variable.
9561         (c6x_init_sched_context): Save it.
9562         (c6x_sched_init): Allocate space for it and clear it.
9563         (c6x_sched_dfa_pre_cycle_insn): New static function.
9564         (c6x_dfa_new_cycle): Save state at the start of a new cycle.
9565         (c6x_variable_issue): Only record units in the unit_mask that
9566         were not set at the start of the cycle.
9567         (c6x_variable_issue): Compute and store the unit_mask from the
9568         current state.
9569         (reorg_split_calls): Ensure the new information remains correct.
9570         (TARGET_SCHED_DFA_NEW_CYCLE, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
9571         TARGET_SCHED_DFA_PRE_CYCLE_INSN): Define.
9572         * config/c6x/c6x.h (CPU_UNITS_QUERY): Define.
9573         * config/c6x/c6x-sched.md.in (fp4_ls_N__CROSS_, adddp_ls_N__CROSS_):
9574         Add special reservations.
9575         * config/c6x/c6x-sched.md: Regenerate.
9576
9577 2011-09-02  Martin Jambor  <mjambor@suse.cz>
9578
9579         * ipa-prop.h (ipa_node_params): Removed fields
9580         called_with_var_arguments and node_versionable.
9581         (ipa_set_called_with_variable_arg): Removed.
9582         (ipa_is_called_with_var_arguments): Likewise.
9583         * ipa-cp.c (ipa_get_lattice): Fixed index check in an assert.
9584         (determine_versionability): Do not check for type attributes and va
9585         builtins.  Record versionability into inline summary.
9586         (initialize_node_lattices): Do not check
9587         ipa_is_called_with_var_arguments.
9588         (propagate_constants_accross_call): Likewise, ignore arguments we do
9589         not have PARM_DECLs for, set variable flag for parameters that were
9590         not passed a value.
9591         (create_specialized_node): Dump info that we cannot change signature.
9592         * ipa-prop.c (ipa_compute_jump_functions): Do not care about variable
9593         number of arguments.
9594         (ipa_make_edge_direct_to_target): Likewise.
9595         (ipa_update_after_lto_read): Likewise.
9596         (ipa_node_duplication_hook): Do not copy called_with_var_arguments flag.
9597         * tree-inline.c (copy_arguments_for_versioning): Copy PARM_DECLs if
9598         they were remapped.
9599
9600 2011-09-02  Richard Guenther  <rguenther@suse.de>
9601
9602         PR tree-optimization/27460
9603         PR middle-end/29269
9604         * doc/md.texi (vcond): Document.
9605         * genopinit.c (optabs): Turn vcond{,u}_optab into a conversion
9606         optab with two modes.
9607         * optabs.h (enum convert_optab_index): Add COI_vcond, COI_vcondu.
9608         (enum direct_optab_index): Remove DOI_vcond, DOI_vcondu.
9609         (vcond_optab): Adjust.
9610         (vcondu_optab): Likewise.
9611         (expand_vec_cond_expr_p): Adjust prototype.
9612         * optabs.c (get_vcond_icode): Adjust.
9613         (expand_vec_cond_expr_p): Likewise.
9614         (expand_vec_cond_expr): Likewise.
9615         * tree-vect-stmts.c (vect_is_simple_cond): Return the comparison
9616         vector type.
9617         (vectorizable_condition): Allow differing types for comparison
9618         and result.
9619         * config/i386/i386.c (ix86_expand_sse_cmp): Use proper mode
9620         for the comparison.
9621         * config/i386/sse.md (vcond<mode>): Split to
9622         vcond<V_256:mode><VF_256:mode>, vcond<V_128:mode><VF_128:mode>,
9623         vcond<V_128:mode><VI124_128:mode> and
9624         vcondu<V_128:mode><VI124_128:mode>.
9625         (vcondv2di): Change to vcond<VI8F_128:mode>v2di.
9626         (vconduv2di): Likewise.
9627         * config/arm/neon.md (vcond<mode>): Change to vcond*<mode><mode>.
9628         (vcondu<mode>): Likewise.
9629         * config/ia64/vect.md (vcond<mode>): Likewise.
9630         (vcondu<mode>): Likewise.
9631         (vcondv2sf): Likewise.
9632         * config/mips/mips-ps-3d.md (vcondv2sf): Likewise.
9633         * config/rs6000/paired.md (vcondv2sf): Likewise.
9634         * config/rs6000/vector.md (vcond<mode>): Likewise.
9635         (vcondu<mode>): Likewise.
9636         * config/spu/spu.md (vcond<mode>): Likewise.
9637         (vcondu<mode>): Likewise.
9638
9639 2011-09-02  Richard Guenther  <rguenther@suse.de>
9640
9641         * pretty-print.h (pp_unsigned_wide_integer): New.
9642         * tree-pretty-print.c (dump_generic_node): Print unsigned
9643         host-wide-int fitting INTEGER_CSTs with pp_unsigned_wide_integer.
9644
9645 2011-09-02  Richard Sandiford  <richard.sandiford@linaro.org>
9646
9647         PR target/49987
9648         * config/rs6000/rs6000.c (paired_expand_vector_init): Check for
9649         valid CONST_VECTOR operands.
9650         (rs6000_expand_vector_init): Likewise.
9651
9652 2011-09-02  Martin Jambor  <mjambor@suse.cz>
9653
9654         * cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
9655         * gimple-fold.c (gimple_get_virt_method_for_binfo): Rewritten to use
9656         BINFO_VTABLE.  Parameter delta removed, all callers updated.
9657         * tree.c (free_lang_data_in_binfo): Clear BINFO_VIRTUALs instead
9658         BINFO_VTABLE.
9659         * cgraph.c (cgraph_make_edge_direct): Removed parameter delta, updated
9660         all calls.
9661         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Removed
9662         handling of thunk_delta.
9663         * ipa-cp.c (get_indirect_edge_target): Removed parameter delta.
9664         (devirtualization_time_bonus): Do not handle thunk deltas.
9665         (ipcp_discover_new_direct_edges): Likewise.
9666         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
9667         (try_make_edge_direct_simple_call): Likewise.
9668         (try_make_edge_direct_virtual_call): Likewise.
9669         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
9670         parameter set as unused.
9671         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
9672         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
9673         parameter set as unused.
9674         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
9675         (input_edge_opt_summary): Likewise.
9676         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not stream
9677         BINFO_VIRTUALS at all.
9678         * lto-streamer-in.c (lto_input_ts_binfo_tree_pointers): Likewise.
9679
9680 2011-09-02  Richard Guenther  <rguenther@suse.de>
9681
9682         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).
9683         (ccp_fold_stmt): Continue replacing args when folding alloca fails.
9684
9685 2011-08-31  Richard Guenther  <rguenther@suse.de>
9686
9687         * expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR
9688         handling here, from ...
9689         (expand_expr_real_1): ... here.
9690         * gimple-pretty-print.c (dump_ternary_rhs): Handle COND_EXPR
9691         and VEC_COND_EXPR.
9692         * gimple.c (gimple_rhs_class_table): Make COND_EXPR and VEC_COND_EXPR
9693         a GIMPLE_TERNARY_RHS.
9694         * tree-cfg.c (verify_gimple_assign_ternary): Handle COND_EXPR
9695         and VEC_COND_EXPR here ...
9696         (verify_gimple_assign_single): ... not here.
9697         * gimple-fold.c (fold_gimple_assign): Move COND_EXPR folding.
9698         * tree-object-size.c (cond_expr_object_size): Adjust.
9699         (collect_object_sizes_for): Likewise.
9700         * tree-scalar-evolution.c (interpret_expr): Don't handle ternary RHSs.
9701         * tree-ssa-forwprop.c (forward_propagate_into_cond): Fix and simplify.
9702         (ssa_forward_propagate_and_combine): Adjust.
9703         * tree-ssa-loop-im.c (move_computations_stmt): Build the COND_EXPR
9704         as ternary.
9705         * tree-ssa-threadedge.c (fold_assignment_stmt): Adjust.
9706         * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
9707         * tree-vect-stmt.c (vectorizable_condition): Likewise.
9708         * tree-vrp.c (extract_range_from_cond_expr): Likewise.
9709         (extract_range_from_assignment): Likewise.
9710
9711 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
9712
9713         * config/i386/i386.md: Use (match_test ...) for attribute tests.
9714         * config/i386/mmx.md: Likewise.
9715         * config/i386/sse.md: Likewise.
9716         * config/i386/predicates.md (call_insn_operand): Use
9717         (not (match_test "...")) instead of (match_test "!...")
9718         * config/i386/constraints.md (w): Likewise.
9719
9720 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
9721
9722         * doc/md.texi: Describe the use of match_tests in attribute tests.
9723         * rtl.def (MATCH_TEST): Update commentary.
9724         * genattrtab.c (attr_copy_rtx, check_attr_test, clear_struct_flag)
9725         (write_test_expr, walk_attr_value): Handle MATCH_TEST.
9726
9727 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
9728
9729         * genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.
9730         (attr_string): Use copy_md_ptr_loc.
9731
9732 2011-08-31  Martin Jambor  <mjambor@suse.cz>
9733
9734         PR middle-end/49886
9735         * ipa-inline-analysis.c (compute_inline_parameters): Set
9736         can_change_signature of noes with typde attributes.
9737         * ipa-split.c (split_function): Do not skip any arguments if
9738         can_change_signature is set.
9739
9740 2011-08-31  Martin Jambor  <mjambor@suse.cz>
9741
9742         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Alias
9743         check removed.
9744
9745 2011-08-31  Richard Guenther  <rguenther@suse.de>
9746
9747         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
9748         special-casing.
9749
9750 2011-08-31  Marc Glisse  <marc.glisse@inria.fr>
9751
9752         * doc/generic.texi (Types for C++): CP_TYPE_QUALS -> cp_type_quals.
9753
9754 2011-08-31  Tom de Vries  <tom@codesourcery.com>
9755
9756         PR middle-end/43513
9757         * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule.
9758         * tree-ssa-ccp.c (params.h): Include.
9759         (fold_builtin_alloca_for_var): New function.
9760         (ccp_fold_stmt): Use fold_builtin_alloca_for_var.
9761
9762 2011-08-30  Uros Bizjak  <ubizjak@gmail.com>
9763
9764         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
9765         Handle FMA option.
9766
9767 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
9768
9769         * config/arm/arm.c (optimal_immediate_sequence_1): Make b1, b2,
9770         b3 and b4 unsigned.
9771
9772 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
9773
9774         * config/arm/arm.c (arm_gen_constant): Set can_negate correctly
9775         when code is SET.
9776
9777 2011-08-30  Richard Guenther  <rguenther@suse.de>
9778
9779         PR middle-end/48571
9780         * gimple.h (maybe_fold_offset_to_address): Remove.
9781         (maybe_fold_offset_to_reference): Likewise.
9782         (maybe_fold_stmt_addition): Likewise.
9783         (may_propagate_address_into_dereference): Likewise.
9784         * tree-inline.c (remap_gimple_op_r): Do not reconstruct
9785         array references.
9786         * gimple-fold.c (canonicalize_constructor_val): Likewise.
9787         Canonicalize invariant POINTER_PLUS_EXPRs to invariant MEM_REF
9788         addresses instead.
9789         (may_propagate_address_into_dereference): Remove.
9790         (maybe_fold_offset_to_array_ref): Likewise.
9791         (maybe_fold_offset_to_reference): Likewise.
9792         (maybe_fold_offset_to_address): Likewise.
9793         (maybe_fold_stmt_addition): Likewise.
9794         (fold_gimple_assign): Do not reconstruct array references but
9795         instead canonicalize invariant POINTER_PLUS_EXPRs to invariant
9796         MEM_REF addresses.
9797         (gimple_fold_stmt_to_constant_1): Likewise.
9798         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
9799         * gimplify.c (gimplify_conversion): Likewise.
9800         (gimplify_expr): Likewise.
9801
9802 2011-08-30  Ilya Tocar  <ilya.tocar@intel.com>
9803
9804         * config/i386/fmaintrin.h: New.
9805         * config.gcc: Add fmaintrin.h.
9806         * config/i386/i386.c
9807         (enum ix86_builtins) <IX86_BUILTIN_VFMADDSS3>: New.
9808         <IX86_BUILTIN_VFMADDSD3>: Likewise.
9809         * config/i386/sse.md (fmai_vmfmadd_<mode>): New.
9810         (*fmai_fmadd_<mode>): Likewise.
9811         (*fmai_fmsub_<mode>): Likewise.
9812         (*fmai_fnmadd_<mode>): Likewise.
9813         (*fmai_fnmsub_<mode>): Likewise.
9814         * config/i386/immintrin.h: Add fmaintrin.h.
9815
9816 2011-08-30  Bernd Schmidt  <bernds@codesourcery.com>
9817
9818         * genautomata.c (NO_COMB_OPTION): New macro.
9819         (no_comb_flag): New static variable.
9820         (gen_automata_option): Handle NO_COMB_OPTION.
9821         (comb_vect_p): False if no_comb_flag.
9822         (add_vect): Move computation of min/max values.  Return early if
9823         no_comb_flag.
9824         * doc/md.texi (automata_option): Document no-comb-vect.
9825
9826         * config/i386/i386.c (get_pc_thunk_name): Change prefix to
9827         "__x86.get_pc_thunk".
9828
9829         * bb-reorder.c (insert_section_boundary_note): Only do it if
9830         we reordered the blocks; i.e. not if !optimize_function_for_speed_p.
9831
9832 2011-08-30  Christian Bruel  <christian.bruel@st.com>
9833
9834         * coverage.c (coverage_init): Check flag_branch_probabilities instead of
9835         flag_profile_use.
9836
9837 2011-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
9838
9839         * config/rs6000/rs6000.opt (-msave-toc-indirect): Change default
9840         to off.  Document switch.
9841         * doc/invoke.texi (-msave-toc-indirect): Ditto.
9842
9843 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
9844
9845         * gthr-posix.h (__gthread_active_p): Do not use preprocessor
9846         conditionals and comments inside macro arguments.
9847
9848 2011-08-29  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
9849             Richard Guenther  <rguenther@suse.de>
9850
9851         * tree.h (constant_boolean_node): Adjust prototype.
9852         * fold-const.c (fold_convert_loc): Move aggregate conversion
9853         leeway down.
9854         (constant_boolean_node): Make value parameter boolean, add
9855         vector type handling.
9856         (fold_unary_loc): Use constant_boolean_node.
9857         (fold_binary_loc): Preserve types properly when folding
9858         COMPLEX_EXPR <__real x, __imag x>.
9859         * gimplify.c (gimplify_expr): Handle vector comparison.
9860         * tree.def (EQ_EXPR, ...): Document behavior on vector typed
9861         comparison.
9862         * tree-cfg.c (verify_gimple_comparison): Verify vector typed
9863         comparisons.
9864
9865 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
9866
9867         PR middle-end/48722
9868         * emit-rtl.c (unshare_all_rtl_again): For CALL_INSNs,
9869         reset_used_flags also in CALL_INSN_FUNCTION_USAGE.
9870         (verify_rtl_sharing): Likewise and verify_rtx_sharing
9871         in there too.
9872         (unshare_all_rtl_in_chain): For CALL_INSNs
9873         copy_rtx_if_shared also CALL_INSN_FUNCTION_USAGE.
9874
9875 2011-08-29  Richard Guenther  <rguenther@suse.de>
9876
9877         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location
9878         on the built ADDR_EXPR.
9879
9880 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
9881
9882         PR debug/50215
9883         * var-tracking.c (create_entry_value): Call cselib_lookup_from_insn
9884         before adding ENTRY_VALUE to val->locs.
9885
9886 2011-08-28  Mikael Pettersson  <mikpe@it.uu.se>
9887
9888         PR bootstrap/50218
9889         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Initialize
9890         comp.
9891
9892 2011-08-27  Bernd Schmidt  <bernds@codesourcery.com>
9893
9894         * doc/rtl.texi (simple_return): Document.
9895         (parallel, PATTERN): Here too.
9896         * doc/md.texi (return): Mention it's allowed to expand to simple_return
9897         in some cases.
9898         (simple_return): Document standard pattern.
9899         * gengenrtl.c (special_rtx): SIMPLE_RETURN is special.
9900         * final.c (final_scan_insn): Use ANY_RETURN_P on body.
9901         * reorg.c (function_return_label, function_simple_return_label):
9902         New static variables, replacing...
9903         (end_of_function_label): ... this.
9904         (simplejump_or_return_p): New static function.
9905         (optimize_skip, steal_delay_list_from_fallthrough,
9906         fill_slots_from_thread): Use it.
9907         (relax_delay_slots): Likewise.  Use ANY_RETURN_P on body.
9908         (rare_destination, follow_jumps): Use ANY_RETURN_P on body.
9909         (find_end_label): Take a new arg which is one of the two return
9910         rtxs.  Depending on which, set either function_return_label or
9911         function_simple_return_label.  All callers changed.
9912         (make_return_insns): Make both kinds.
9913         (dbr_schedule): Adjust for two kinds of end labels.
9914         * function.c (emit_return_into_block): Set JUMP_LABEL properly.
9915         * genemit.c (gen_exp): Handle SIMPLE_RETURN.
9916         (gen_expand, gen_split): Use ANY_RETURN_P.
9917         * df-scan.c (df_uses_record): Handle SIMPLE_RETURN.
9918         * rtl.def (SIMPLE_RETURN): New code.
9919         * ifcvt.c (find_if_case_1): Be more careful about
9920         redirecting jumps to the EXIT_BLOCK.
9921         * jump.c (condjump_p, condjump_in_parallel_p, any_condjump_p,
9922         returnjump_p_1): Handle SIMPLE_RETURNs.
9923         * print-rtl.c (print_rtx): Likewise.
9924         * rtl.c (copy_rtx): Likewise.
9925         * bt-load.c (compute_defs_uses_and_gen): Use ANY_RETURN_P.
9926         * combine.c (simplify_set): Likewise.
9927         * resource.c (find_dead_or_set_registers, mark_set_resources):
9928         Likewise.
9929         * emit-rtl.c (verify_rtx_sharing, classify_insn, copy_insn_1,
9930         copy_rtx_if_shared_1, mark_used_flags): Handle SIMPLE_RETURNs.
9931         (init_emit_regs): Initialize simple_return_rtx.
9932         * cfglayout.c (fixup_reorder_chain): Pass a JUMP_LABEL to
9933         force_nonfallthru_and_redirect.
9934         * rtl.h (ANY_RETURN_P): Allow SIMPLE_RETURN.
9935         (GR_SIMPLE_RETURN): New enum value.
9936         (simple_return_rtx): New macro.
9937         * basic-block.h (force_nonfallthru_and_redirect): Adjust
9938         declaration.
9939         * cfgrtl.c (force_nonfallthru_and_redirect): Take a new jump_label
9940         argument.  All callers changed.  Be careful about what kinds of
9941         returnjumps to generate.
9942         * config/i386/3i86.c (ix86_pad_returns, ix86_count_insn_bb,
9943         ix86_pad_short_function): Likewise.
9944         * config/arm/arm.c (arm_final_prescan_insn): Handle both kinds
9945         of return.
9946         * config/mips/mips.md (any_return): New code_iterator.
9947         (optab): Add cases for return and simple_return.
9948         (return): Expand to a simple_return.
9949         (simple_return): New pattern.
9950         (*<optab>, *<optab>_internal for any_return): New patterns.
9951         (return_internal): Remove.
9952         * config/mips/mips.c (mips_expand_epilogue): Make the last insn
9953         a simple_return_internal.
9954
9955 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
9956
9957         * config/i386/sse.md (*absneg<mode>2): Fix split condition.
9958         (vec_extract_lo_<mode>): Prevent both operands in memory.
9959         (vec_extract_lo_v16hi): Ditto.
9960         (*vec_extract_v4sf_mem): Add TARGET_SSE insn constraint.
9961
9962 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
9963
9964         * config/i386/sse.md (mulv16qi3): Attach REG_EQUAL note.
9965         (*sse2_mulv4si3): Ditto.
9966         (mulv2di3): Ditto.
9967         * config/i386/i386.c (legitimize_tls_address): Change REG_EQIV
9968         notes to REG_EQUAL.
9969
9970 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
9971
9972         PR target/50202
9973         * config/i386/sse.md (sse4_2_pcmpestr): Emit NOTE_INSN_DELETED note
9974         when all outputs are unused.
9975         (sse4_2_pcmpistr): Ditto.
9976
9977 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
9978
9979         * config/i386/i386.md (round<mode>2): New expander.
9980         * config/i386/i386.c (enum ix86_builtins): Add
9981         IX86_BUILTIN_ROUND{PS,PD}_AZ{,256}.
9982         (struct builtin_description): Add __builtin_ia32_round{ps,pd}_az{,256}
9983         descriptions.
9984         (ix86_builtin_vectorized_function): Handle BUILT_IN_ROUND{,F} builtins.
9985         (ix86_build_const_vector): Rewrite using loop with RTVEC_ELT accessor.
9986
9987 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
9988
9989         PR middle-end/50083
9990         * convert.c (convert_to_integer) <BUIT_IN_ROUND{,F,L}>: Convert
9991         only when TARGET_C99_FUNCTIONS.
9992         <BUILT_IN_NEARBYINT{,F,L}>: Ditto.
9993         <BUILT_IN_RINT{,F,L}>: Ditto.
9994
9995 2011-08-26  Michael Matz  <matz@suse.de>
9996             Jakub Jelinek  <jakub@redhat.com>
9997
9998         PR lto/50165
9999         * lto-streamer-in.c (canon_file_name): Initialize new_slot->len;
10000         don't call strlen twice, use memcpy.
10001
10002 2011-08-26  H.J. Lu  <hongjiu.lu@intel.com>
10003
10004         * config/i386/bmi2intrin.h: Allow in <immintrin.h>.
10005         * config/i386/bmiintrin.h: Likewise.
10006         * config/i386/lzcntintrin.h: Likewise.
10007
10008         * config/i386/immintrin.h: Include <lzcntintrin.h>,
10009         <bmiintrin.h> and <bmi2intrin.h>.
10010
10011 2011-08-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10012
10013         PR target/50166
10014         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Check count in main.
10015         * configure: Regenerate.
10016
10017 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
10018
10019         PR c/50179
10020         * c-typeck.c (c_process_expr_stmt): Skip over nops and
10021         call mark_exp_read even if exprv is ADDR_EXPR.
10022
10023 2011-08-26  Richard Sandiford  <richard.sandiford@linaro.org>
10024
10025         * df-problems.c (df_note_bb_compute): Pass uses rather than defs
10026         to df_set_dead_notes_for_mw.
10027
10028 2011-08-26  Richard Guenther  <rguenther@suse.de>
10029
10030         * varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
10031
10032 2011-08-26  Zdenek Dvorak  <ook@ucw.cz>
10033             Tom de Vries  <tom@codesourcery.com>
10034
10035         * tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.
10036         (struct ivopts_data): Add loop_single_exit_p field.
10037         (niter_for_exit): Change parameter desc_p into return value.  Return
10038         desc if desc->may_be_zero.  Free desc if unused.
10039         (niter_for_single_dom_exit): Change return type.
10040         (find_induction_variables): Handle changed return type of
10041         niter_for_single_dom_exit.  Dump may_be_zero.
10042         (add_candidate_1): Keep original base and step type for IP_ORIGINAL.
10043         (set_use_iv_cost): Add and handle comp parameter.
10044         (determine_use_iv_cost_generic, determine_use_iv_cost_address): Add
10045         comp argument to set_use_iv_cost.
10046         (strip_wrap_conserving_type_conversions, expr_equal_p)
10047         (difference_cannot_overflow_p, iv_elimination_compare_lt): New function.
10048         (may_eliminate_iv): Add comp parameter.  Handle new return type of
10049         niter_for_exit.  Use loop_single_exit_p.  Use iv_elimination_compare_lt.
10050         (determine_use_iv_cost_condition): Add comp argument to set_use_iv_cost
10051         and may_eliminate_iv.
10052         (rewrite_use_compare): Move call to iv_elimination_compare to ...
10053         (may_eliminate_iv): Here.
10054         (tree_ssa_iv_optimize_loop): Initialize loop_single_exit_p.
10055
10056 2011-08-26  Tom de Vries  <tom@codesourcery.com>
10057
10058         * tree-pretty-print (dump_generic_node): Test for NULL_TREE before
10059         accessing TREE_TYPE.
10060
10061 2011-08-26  Jiangning Liu  <jiangning.liu@arm.com>
10062
10063         * config/arm/arm.md (*ior_scc_scc): Enable for Thumb2 as well.
10064         (*ior_scc_scc_cmp): Likewise
10065         (*and_scc_scc): Likewise.
10066         (*and_scc_scc_cmp): Likewise.
10067         (*and_scc_scc_nodom): Likewise.
10068         (*cmp_ite0, *cmp_ite1, *cmp_and, *cmp_ior): Handle Thumb2.
10069
10070 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
10071
10072         * rtlanal.c (nonzero_bits1): Handle CLRSB.
10073
10074 2011-08-26  Richard Guenther  <rguenther@suse.de>
10075
10076         * expr.c (string_constant): Handle &MEM_REF.
10077
10078 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
10079
10080         * config/arm/arm.c (struct four_ints): New type.
10081         (count_insns_for_constant): Delete function.
10082         (find_best_start): Delete function.
10083         (optimal_immediate_sequence): New function.
10084         (optimal_immediate_sequence_1): New function.
10085         (arm_gen_constant): Move constant splitting code to
10086         optimal_immediate_sequence.
10087         Rewrite constant negation/invertion code.
10088
10089 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
10090
10091         * config/arm/arm-protos.h (const_ok_for_op): Add prototype.
10092         * config/arm/arm.c (const_ok_for_op): Add support for addw/subw.
10093         Remove prototype. Remove static function type.
10094         * config/arm/arm.md (*arm_addsi3): Add addw/subw support.
10095         Add arch attribute.
10096         * config/arm/constraints.md (Pj, PJ): New constraints.
10097
10098 2011-08-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10099
10100         * config/arm/cortex-a9.md ("cortex_a9_mult_long"): New.
10101         ("cortex_a9_multiply_long"): New and use above.  Handle all
10102         long multiply cases.
10103         ("cortex_a9_multiply"): Handle smmul and smmulr.
10104         ("cortex_a9_mac"): Handle smmla.
10105
10106 2011-08-25  Richard Henderson  <rth@redhat.com>
10107
10108         PR 50132
10109         PR 49864
10110         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jump for
10111         non-constant stack adjutment.
10112         * expr.c (find_args_size_adjust): Break out from ...
10113         (fixup_args_size_notes): ... here.
10114         * rtl.h (find_args_size_adjust): Declare.
10115
10116 2011-08-25  Uros Bizjak  <ubizjak@gmail.com>
10117
10118         * config/i386/i386.md (isa): Add sse2, sse2_noavx, sse3,
10119         sse4 and sse4_noavx.
10120         (enabled): Handle sse2, sse2_noavx, sse3, sse4 and sse4_noavx.
10121         (*pushdf_rex64): Change Y2 register constraint to x.
10122         (*movdf_internal_rex64): Ditto.
10123         (*zero_extendsidi2_rex64): Ditto.
10124         (*movdi_internal): Change Y2 register constraint to x
10125         and update "isa" attribute.
10126         (*pushdf): Ditto.
10127         (*movdf internal): Ditto.
10128         (zero_extendsidi2_1): Ditto.
10129         (*truncdfdf_mixed): Ditto.
10130         (*truncxfdf2_mixed): Ditto.
10131         * config/i386/mmx.md (*mov<mode>_internal_rex64): Change Y2
10132         register constraint to x.
10133         (*movv2sf_internal_rex64): Ditto.
10134         (*mov<mode>_internal): Change Y2 register constraint to x
10135         and add "isa" attribute.
10136         (*movv2sf_internal): Ditto.
10137         (*vec_extractv2si_1): Ditto.
10138         * config/i386/sse.md ("vec_set<mode>_0): Change Y2 and Y4 register
10139         constraints to x and update "isa" attribute.
10140         (*vec_interleave_highv2df): Change Y3 registerconstraint
10141         to x and update "isa" attribute.
10142         (*vec_interleave_lowv2df): Ditto.
10143         (*vec_concatv2df): Change Y2 register constraint to x and
10144         update "isa" attribute.
10145         (sse2_loadld): Ditto.
10146         (*vec_extractv2di_1): Ditto.
10147         (*vec_dupv4si): Ditto.
10148         (*vec_dupv2di): Ditto.
10149         (*vec_concatv4si): Ditto.
10150         (vec_concatv2di): Ditto.
10151         * config/i386/constraints.md (Y2): Remove.
10152         (Y3): Ditto.
10153         (Y4): Ditto.
10154
10155 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
10156
10157         * regrename.c (scan_rtx_reg, scan_rtx_address, build_def_use,
10158         dump_def_use_chain): Don't declare.
10159         (mark_conflict, create_new_chain): Move before users.
10160         (regrename_optimize): Move to near end of file.
10161
10162 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10163
10164         * config/avr-protos.h (byte_immediate_operand): Remove Prototype.
10165         (secondary_input_reload_class): Remove Prototype.
10166         * config/avr/avr.c (byte_immediate_operand): Remove Function.
10167         * config/avr/avr.md (setmemhi): Use u8_operand.
10168         (strlenhi): Use const0_rtx for comparison.
10169         * config/avr/avr.h (avr_reg_order): Remove Declaration.
10170
10171 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10172
10173         * config/avr/avr.c (reg_class_tab): Make local to
10174         avr_regno_reg_class.  Return smallest register class available.
10175
10176 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10177
10178         * config/avr/avr.c (STR_PREFIX_P): New Define.
10179         (avr_asm_declare_function_name): Use it.
10180         (avr_asm_named_section): Use it.
10181         (avr_section_type_flags): Use it.
10182
10183 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
10184
10185         * doc/md.texi (automata_option): Document collapse-ndfa.
10186         * genautomata.c (COLLAPSE_OPTION): New macro.
10187         (collapse_flag): New static variable.
10188         (struct description): New member normal_decls_num.
10189         (struct automaton): New members advance_ainsn and collapse_ainsn.
10190         (gen_automata_option): Check for COLLAPSE_OPTION.
10191         (collapse_ndfa_insn_decl): New static variable.
10192         (add_collapse_ndfa_insn_decl, special_decl_p): New functions.
10193         (find_arc): If insn is the collapse-ndfa insn, accept any arc we find.
10194         (transform_insn_regexps): Call add_collapse_ndfa_insn_decl if
10195         necessary.  Use normal_decls_num rather than decls_num, remove
10196         test for special decls.
10197         (create_alt_states, form_ainsn_with_same_reservs): Use special_decl_p.
10198         (make_automaton); Likewise.  Use the new advance_cycle_insn member
10199         of struct automaton.
10200         (create_composed_state): Disallow advance-cycle arcs if collapse_flag
10201         is set.
10202         (NDFA_to_DFA): Don't create composed states for the collapse-ndfa
10203         transition.  Create the necessary transitions for it.
10204         (create_ainsns): Return void.  Take an automaton_t argument, and
10205         update its ainsn_list, advance_ainsn and collapse_ainsn members.  All
10206         callers changed.
10207         (COLLAPSE_NDFA_VALUE_NAME): New macro.
10208         (output_tables): Output code to define it.
10209         (output_internal_insn_code_evaluation): Output code to accept
10210         const0_rtx as collapse-ndfa transition.
10211         (output_default_latencies, output_print_reservation_func,
10212         output_print_description): Reorganize loops to use normal_decls_num
10213         as loop bound; remove special case for advance_cycle_insn_decl.
10214         (initiate_automaton_gen): Handle COLLAPSE_OPTION.
10215         (check_automata_insn_issues): Check for collapse_ainsn.
10216         (expand_automate): Allocate sufficient space.  Initialize
10217         normal_decls_num.
10218
10219 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10220
10221         * config/avr/avr.md: Fix indentation from r177991.
10222
10223 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
10224
10225         * regrename.c (struct du_head): Remove member terminated.
10226         (create_new_chain): Don't initialize it.
10227         (scan_rtx_reg): Don't set or test it, test the open_chains_set
10228         bitmap instead.
10229         (tick, this_tick): New global variables, moved out of
10230         regrename_optimize.
10231         (current_id, open_chains, closed_chains, open_chains_set,
10232         live_in_chains, live_hard_regs): Reorder declarations.
10233         (dump_def_use_chain): Move function earlier in the file.
10234         (rename_chains): New static function, broken out of
10235         regrename_optimize.
10236         (regrename_optimize): Use it.  Remove #if 0'ed code.
10237
10238 2011-08-25  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
10239
10240         * varasm.c: (default_binds_local_p_1): Commentary typo fix.
10241
10242 2011-08-24  H.J. Lu  <hongjiu.lu@intel.com>
10243
10244         PR target/50172
10245         * config/i386/i386.c (ix86_expand_builtin): Convert to Pmode if needed.
10246
10247 2011-08-24  Richard Guenther  <rguenther@suse.de>
10248
10249         * tree-data-ref.c (dr_analyze_indices): Avoid unsharing the
10250         ref in the basic-block case.  Move stripping array-refs
10251         to the place we create an access-function for it.  Remove
10252         bogus stripping down a MEM_REF to its base.
10253
10254 2011-08-24  Richard Guenther  <rguenther@suse.de>
10255
10256         * fold-const.c (fold_comparison): Fold &a < &a + 4 even
10257         with -fno-strict-overflow.
10258
10259 2011-08-24  Richard Guenther  <rguenther@suse.de>
10260
10261         * tree-vectorizer.c (vect_print_dump_info): Avoid the
10262         file and location clutter when dumping to dump files.
10263
10264 2011-08-24  Simon Baldwin  <simonb@google.com>
10265
10266         * gengtype-state.c (write_state): Remove timestamped header line.
10267
10268 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
10269
10270         * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
10271         (CFLAGS-c-family/c-pch.o, CFLAGS-prefix.o, CFLAGS-version.o)
10272         (CFLAGS-lto-compress.o, CFLAGS-toplev.o, CFLAGS-intl.o)
10273         (CFLAGS-cppbuiltin.o, CFLAGS-cppdefault.o): New.
10274         (collect2.o, c-family/c-cppbuiltin.o, c-family/c-opts.o)
10275         (c-family/c-pch.o, prefix.o, version.o, lto-compress.o, toplev.o)
10276         (intl.o, cppbuiltin.o, cppdefault.o): Remove explicit compilation
10277         rules.
10278         (lto-wrapper$(exeext)): Use $(LINKER) not $(COMPILER).
10279
10280 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
10281
10282         * Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).
10283
10284 2011-08-24  Richard Guenther  <rguenther@suse.de>
10285
10286         PR tree-optimization/50067
10287         * tree-data-ref.c (dr_analyze_indices): Do not add an access
10288         function for a MEM_REF base that has no evolution in the loop
10289         nest or that is not analyzable.
10290
10291 2011-08-23  Vladimir Makarov  <vmakarov@redhat.com>
10292
10293         * ira.c (ira_init_register_move_cost): Check small subclasses
10294         through ira_reg_class_max_nregs and ira_available_class_regs.
10295
10296 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
10297
10298         * config/i386/constraints.md (Yp): New register constraint.
10299         * config/i386/i386.md (*addhi_1): Merge with *addhi_1_lea using
10300         Yp register constraint.
10301         (*addqi_1): Merge with *addqi_1_lea using Yp register constraint.
10302         (*ashlhi3_1): Merge with *ashlhi3_1_lea using Yp register constraint.
10303         (*ashlqi3_1): Merge with *ashlqi3_1_lea using Yp register constraint.
10304
10305 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
10306
10307         * config/i386/sse.md (<s>mul<mode>3_highpart): Update.
10308
10309 2011-08-23  Mark Heffernan  <meheff@google.com>
10310
10311         PR middle-end/38509
10312         * common.opt (Wfree-nonheap-object): New option.
10313         * doc/invoke.texi (Warning options): Document -Wfree-nonheap-object.
10314         * builtins.c (maybe_emit_free_warning): Add OPT_Wfree_nonheap_object
10315         to warning.
10316         (expand_builtin): Make warning conditional.
10317
10318 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
10319
10320         * config/i386/i386.md (type): Add imulx, ishiftx and rotatex.
10321         (length_immediate): Handle imulx, ishiftx and rotatex.
10322         (imm_disp): Ditto.
10323         (isa): Add bmi2.
10324         (enabled): Handle bmi2.
10325         (*mul<mode><dwi>3): Split from *<u>mul<mode><dwi>3.
10326         (*umul<mode><dwi>3): Ditto.  Add imulx BMI2 alternative.
10327         (*bmi2_umulditi3_1): New insn pattern.
10328         (*bmi2_umulsidi3_1): Ditto.
10329         (*umul<mode><dwi>3 splitter): New splitter to avoid flags dependency.
10330         (*bmi2_ashl<mode>3_1): New insn pattern.
10331         (*ashl<mode>3_1): Add ishiftx BMI2 alternative.
10332         (*ashl<mode>3_1 splitter): New splitter to avoid flags dependency.
10333         (*bmi2_ashlsi3_1_zext): New insn pattern.
10334         (*ashlsi3_1_zext): Add ishiftx BMI2 alternative.
10335         (*ashlsi3_1_zext splitter): New splitter to avoid flags dependency.
10336         (*bmi2_<shiftrt_insn><mode>3_1): New insn pattern.
10337         (*<shiftrt_insn><mode>3_1): Add ishiftx BMI2 alternative.
10338         (*<shiftrt_insn><mode>3_1 splitter): New splitter to avoid
10339         flags dependency.
10340         (*bmi2_<shiftrt_insn>si3_1_zext): New insn pattern.
10341         (*<shiftrt_insn>si3_1_zext): Add ishiftx BMI2 alternative.
10342         (*<shiftrt_insn>si3_1_zext splitter): New splitter to avoid
10343         flags dependency.
10344         (*bmi2_rorx<mode>3_1): New insn pattern.
10345         (*<rotate_insn><mode>3_1): Add rotatex BMI2 alternative.
10346         (*rotate<mode>3_1 splitter): New splitter to avoid flags dependency.
10347         (*rotatert<mode>3_1 splitter): Ditto.
10348         (*bmi2_rorxsi3_1_zext): New insn pattern.
10349         (*<rotate_insn>si3_1_zext): Add rotatex BMI2 alternative.
10350         (*rotatesi3_1_zext splitter): New splitter to avoid flags dependency.
10351         (*rotatertsi3_1_zext splitter): Ditto.
10352
10353 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
10354
10355         * common/config/i386/i386-common.c (OPTION_MASK_ISA_BMI2_SET): New.
10356         (OPTION_MASK_ISA_BMI2_UNSET): Likewise.
10357         (ix86_handle_option): Handle OPT_mbmi2 case.
10358         * config.gcc (i[34567]86-*-*): Add bmi2intrin.h.
10359         (x86_64-*-*): Likewise.
10360         * config/i386/bmi2intrin.h: New file.
10361         * config/i386/cpuid.h (bit_BMI2): New.
10362         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
10363         BMI2 feature.
10364         * config/i386/i386-c.c (ix86_target_macros_internal):
10365         Conditionally define __BMI2__.
10366         * config/i386/i386.c (ix86_option_override_internal): Define PTA_BMI2.
10367         Handle BMI2 option.
10368         (ix86_valid_target_attribute_inner_p): Handle BMI2 option.
10369         (print_reg): New code.
10370         (ix86_print_operand): Likewise.
10371         (ix86_builtins): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
10372         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
10373         IX86_BUILTIN_PEXT64.
10374         (bdesc_args): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
10375         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
10376         IX86_BUILTIN_PEXT64.
10377         * config/i386/i386.h (TARGET_BMI2): New.
10378         * config/i386/i386.md (UNSPEC_PDEP): New.
10379         (UNSPEC_PEXT): Likewise.
10380         (*bmi2_bzhi_<mode>3): Likewise.
10381         (*bmi2_pdep_<mode>3): Likewise.
10382         (*bmi2_pext_<mode>3): Likewise.
10383         * config/i386/i386.opt (mbmi2): New.
10384         * config/i386/x86intrin.h: Include bmi2intrin.h when __BMI2__
10385         is defined.
10386         * doc/extend.texi: Document BMI2 built-in functions.
10387         * doc/invoke.texi: Document -mbmi2.
10388
10389 2011-08-23  Jakub Jelinek  <jakub@redhat.com>
10390
10391         PR middle-end/50161
10392         * simplify-rtx.c (simplify_const_unary_operation): If
10393         op is CONST_INT, don't look at op_mode, but use instead mode.
10394         * optabs.c (add_equal_note): For FFS, CLZ, CTZ,
10395         CLRSB, POPCOUNT, PARITY and BSWAP use operand mode for
10396         operation and TRUNCATE/ZERO_EXTEND if needed.
10397         * doc/rtl.texi (ffs, clrsb, clz, ctz, popcount, parity, bswap):
10398         Document that operand mode must be same as operation mode,
10399         or VOIDmode.
10400         * config/avr/avr.md (paritysi2, *parityqihi2.libgcc,
10401         *paritysihi2.libgcc, popcountsi2, *popcountsi2.libgcc,
10402         *popcountqihi2.libgcc, clzsi2, *clzsihi2.libgcc, ctzsi2,
10403         *ctzsihi2.libgcc, ffssi2, *ffssihi2.libgcc): For unary ops
10404         use the mode of operand for the operation and add truncate
10405         or zero_extend around if needed.
10406         * config/c6x/c6x.md (ctzdi2): Likewise.
10407         * config/bfin/bfin.md (clrsbsi2, signbitssi2): Likewise.
10408
10409 2011-08-12  Michael Matz  <matz@suse.de>
10410
10411         * cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.
10412         (gimple_expand_cfg): Merge alignment info for coalesced pointer
10413         SSA names.
10414
10415 2011-08-23  Richard Guenther  <rguenther@suse.de>
10416
10417         * Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
10418         * tree-affine.h (aff_comb_cannot_overlap_p): Declare.
10419         * tree-affine.c (aff_comb_cannot_overlap_p): New function, moved
10420         from ...
10421         * tree-ssa-loop-im.c (cannot_overlap_p): ... here.
10422         (mem_refs_may_alias_p): Adjust.
10423         * tree-data-ref.h (dr_may_alias_p): Adjust.
10424         * tree-data-ref.c: Include tree-affine.h.
10425         (dr_analyze_indices): Do nothing for the non-loop case.
10426         (dr_may_alias_p): Distinguish loop and non-loop case.  Disambiguate
10427         more cases in the non-loop case.
10428         * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Adjust
10429         calls to dr_may_alias_p.
10430         (write_alias_graph_to_ascii_ecc): Likewise.
10431         (write_alias_graph_to_ascii_dot): Likewise.
10432         (build_alias_set_optimal_p): Likewise.
10433
10434 2011-08-23  Richard Guenther  <rguenther@suse.de>
10435
10436         PR tree-optimization/50162
10437         * tree-vect-stmts.c (vectorizable_call): Fix argument lookup.
10438
10439 2011-08-23  Richard Guenther  <rguenther@suse.de>
10440
10441         * tree-data-ref.c (dr_analyze_indices): Add comments, handle
10442         REALPART_EXPR and IMAGPART_EXPR similar to ARRAY_REFs.
10443         (create_data_ref): Also dump access functions for the created data-ref.
10444
10445 2011-08-22  Uros Bizjak  <ubizjak@gmail.com>
10446             Kirill Yukhin  <kirill.yukhin@intel.com>
10447
10448         PR target/50155
10449         * config/i386/sse.md (VI_AVX2): New.
10450         (<plusminus_insn><mode>3): Use VI_AVX2 mode iterator.
10451         (*<plusminus_insn><mode>3): Ditto.
10452         (<sse2_avx2>_andnot<mode>3): Ditto.
10453         (*andnot<mode>3): Fix order of cond operands.
10454         Add asserts for correct TARGET_xxx.
10455         (*<any_logic:code><mode>3): Ditto.
10456
10457 2011-08-22  Anatoly Sokolov  <aesok@post.ru>
10458
10459         * config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro.
10460         * config/m32c/m32c-protos.h (m32c_class_max_nregs): Remove.
10461         * config/m32c/m32c.c (m32c_class_max_nregs): Make static. Change
10462         regclass argument type to reg_class_t. Change 'max' and 'v' vars
10463         and return types to unsigned char. Use reg_class_contents instead
10464         of class_contents.
10465         (TARGET_CLASS_MAX_NREGS): Define.
10466
10467 2011-08-22  Bernd Schmidt  <bernds@codesourcery.com>
10468
10469         * config/c6x/c6x.md (indirect_jump_shadow): Tweak representation
10470         to make computed_jump_p return true.
10471
10472 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10473
10474         * configure.ac (GCC_PICFLAG_FOR_TARGET): Call it.
10475         (PICFLAG_FOR_TARGET): Substitute.
10476         * aclocal.m4: Regenerate.
10477         * configure: Regenerate.
10478
10479 2011-08-22  Dodji Seketeli  <dodji@redhat.com>
10480
10481         * c-family/c-pch.c (c_common_read_pch): Re-set line table right
10482         after reading in the pch.
10483
10484 2011-08-22  H.J. Lu  <hongjiu.lu@intel.com>
10485
10486         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Error if __ELF__ isn't defined.
10487         * configure: Regenerated.
10488
10489 2011-08-22  Jakub Jelinek  <jakub@redhat.com>
10490
10491         PR tree-optimization/50133
10492         * tree-vect-stmts.c (vect_finish_stmt_generation): Copy location
10493         from stmt instead of some statement around gsi.
10494
10495         PR middle-end/50141
10496         * expr.c (get_bit_range): Only use DECL_THREAD_LOCAL_P if
10497         innerdecl is a VAR_DECL.
10498
10499 2011-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
10500
10501         * config/i386/avx2intrin.h: New file.
10502         * config/i386/i386-builtin-types.def (PCINT, PCINT64, PV4SI,
10503         PV8SI, V32QI_FTYPE_V32QI, V32QI_FTYPE_V16QI, V16HI_FTYPE_V16HI,
10504         V16HI_FTYPE_V8HI, V8SI_FTYPE_V8SI, V16HI_FTYPE_V16QI,
10505         V8SI_FTYPE_V16QI, V4DI_FTYPE_V16QI, V8SI_FTYPE_V8HI,
10506         V4DI_FTYPE_V8HI, V4DI_FTYPE_V4SI, V4DI_FTYPE_PV4DI,
10507         V4DI_FTYPE_V2DI, V2DI_FTYPE_PCV2DI_V2DI, V4SI_FTYPE_PCV4SI_V4SI,
10508         V32QI_FTYPE_V16HI_V16HI, V16HI_FTYPE_V8SI_V8SI,
10509         V32QI_FTYPE_V32QI_V32QI, V16HI_FTYPE_V32QI_V32QI,
10510         V16HI_FTYPE_V16HI_V8HI, V16HI_FTYPE_V16HI_V16HI,
10511         V16HI_FTYPE_V16HI_INT, V16HI_FTYPE_V16HI_SI,
10512         V16HI_FTYPE_V16HI_V16HI_INT, V32QI_FTYPE_V32QI_V32QI_INT,
10513         V8SI_FTYPE_V8SI_V4SI, V8SI_FTYPE_V8SI_V8SI,
10514         V8SI_FTYPE_V16HI_V16HI, V8SI_FTYPE_V8SI_INT, V8SI_FTYPE_V8SI_SI,
10515         V8SI_FTYPE_PCV8SI_V8SI, V4DI_FTYPE_V4DI_V4DI,
10516         V4DI_FTYPE_V8SI_V8SI, V4DI_FTYPE_V4DI_V2DI,
10517         V4DI_FTYPE_PCV4DI_V4DI, V4DI_FTYPE_V4DI_INT,
10518         V2DI_FTYPE_V4DI_INT, V4DI_FTYPE_V4DI_V4DI_INT,
10519         V4DI_FTYPE_V4DI_V2DI_INT, VOID_FTYPE_PV2DI_V2DI_V2DI,
10520         VOID_FTYPE_PV4DI_V4DI_V4DI, VOID_FTYPE_PV4SI_V4SI_V4SI,
10521         VOID_FTYPE_PV8SI_V8SI_V8SI,
10522         V2DF_FTYPE_V2DF_PCDOUBLE_V4SI_V2DF_INT,
10523         V4DF_FTYPE_V4DF_PCDOUBLE_V4SI_V4DF_INT,
10524         V2DF_FTYPE_V2DF_PCDOUBLE_V2DI_V2DF_INT,
10525         V4DF_FTYPE_V4DF_PCDOUBLE_V4DI_V4DF_INT,
10526         V4SF_FTYPE_V4SF_PCFLOAT_V4SI_V4SF_INT,
10527         V8SF_FTYPE_V8SF_PCFLOAT_V8SI_V8SF_INT,
10528         V4SF_FTYPE_V4SF_PCFLOAT_V2DI_V4SF_INT,
10529         V4SF_FTYPE_V4SF_PCFLOAT_V4DI_V4SF_INT,
10530         V2DI_FTYPE_V2DI_PCINT64_V4SI_V2DI_INT,
10531         V4DI_FTYPE_V4DI_PCINT64_V4SI_V4DI_INT,
10532         V2DI_FTYPE_V2DI_PCINT64_V2DI_V2DI_INT,
10533         V4DI_FTYPE_V4DI_PCINT64_V4DI_V4DI_INT,
10534         V4SI_FTYPE_V4SI_PCINT_V4SI_V4SI_INT,
10535         V8SI_FTYPE_V8SI_PCINT_V8SI_V8SI_INT,
10536         V4SI_FTYPE_V4SI_PCINT_V2DI_V4SI_INT,
10537         V4SI_FTYPE_V4SI_PCINT_V4DI_V4SI_INT,
10538         V16HI_FTYPE_V16HI_SI_COUNT, V16HI_FTYPE_V16HI_V8HI_COUNT,
10539         V8SI_FTYPE_V8SI_SI_COUNT, V8SI_FTYPE_V8SI_V4SI_COUNT,
10540         V4DI_FTYPE_V4DI_INT_COUNT, V4DI_FTYPE_V4DI_V2DI_COUNT,
10541         V4DI_FTYPE_V4DI_INT_CONVERT,
10542         V4DI_FTYPE_V4DI_V4DI_INT_CONVERT): New.
10543         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MPSADBW256,
10544         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
10545         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
10546         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
10547         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
10548         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
10549         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
10550         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
10551         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
10552         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
10553         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
10554         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
10555         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
10556         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
10557         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
10558         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
10559         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
10560         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
10561         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
10562         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
10563         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
10564         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
10565         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
10566         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
10567         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
10568         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
10569         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
10570         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
10571         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
10572         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
10573         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
10574         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
10575         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
10576         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
10577         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
10578         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
10579         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
10580         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
10581         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
10582         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
10583         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
10584         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
10585         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
10586         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
10587         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
10588         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
10589         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
10590         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
10591         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
10592         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
10593         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
10594         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
10595         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
10596         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
10597         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
10598         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
10599         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
10600         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
10601         IX86_BUILTIN_MOVNTDQA256, IX86_BUILTIN_VBROADCASTSS_PS,
10602         IX86_BUILTIN_VBROADCASTSS_PS256,
10603         IX86_BUILTIN_VBROADCASTSD_PD256,
10604         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
10605         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
10606         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
10607         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
10608         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
10609         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
10610         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
10611         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
10612         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
10613         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
10614         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
10615         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
10616         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256,
10617         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
10618         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
10619         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
10620         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
10621         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI,
10622         IX86_BUILTIN_GATHERSIV2DF, IX86_BUILTIN_GATHERSIV4DF,
10623         IX86_BUILTIN_GATHERDIV2DF, IX86_BUILTIN_GATHERDIV4DF,
10624         IX86_BUILTIN_GATHERSIV4SF, IX86_BUILTIN_GATHERSIV8SF,
10625         IX86_BUILTIN_GATHERDIV4SF, IX86_BUILTIN_GATHERDIV8SF,
10626         IX86_BUILTIN_GATHERSIV2DI, IX86_BUILTIN_GATHERSIV4DI,
10627         IX86_BUILTIN_GATHERDIV2DI, IX86_BUILTIN_GATHERDIV4DI,
10628         IX86_BUILTIN_GATHERSIV4SI, IX86_BUILTIN_GATHERSIV8SI,
10629         IX86_BUILTIN_GATHERDIV4SI, IX86_BUILTIN_GATHERDIV8SI.
10630         (bdesc_special_args): Add IX86_BUILTIN_MOVNTDQA256,
10631         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
10632         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
10633         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
10634         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256.
10635         (bdesc_args): Add  IX86_BUILTIN_MPSADBW256,
10636         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
10637         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
10638         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
10639         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
10640         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
10641         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
10642         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
10643         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
10644         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
10645         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
10646         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
10647         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
10648         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
10649         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
10650         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
10651         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
10652         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
10653         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
10654         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
10655         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
10656         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
10657         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
10658         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
10659         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
10660         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
10661         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
10662         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
10663         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
10664         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
10665         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
10666         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
10667         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
10668         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
10669         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
10670         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
10671         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
10672         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
10673         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
10674         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
10675         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
10676         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
10677         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
10678         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
10679         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
10680         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
10681         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
10682         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
10683         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
10684         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
10685         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
10686         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
10687         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
10688         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
10689         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
10690         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
10691         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
10692         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
10693         IX86_BUILTIN_VBROADCASTSS_PS, IX86_BUILTIN_VBROADCASTSS_PS256,
10694         IX86_BUILTIN_VBROADCASTSD_PD256,
10695         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
10696         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
10697         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
10698         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
10699         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
10700         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
10701         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
10702         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
10703         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
10704         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
10705         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
10706         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
10707         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
10708         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI.
10709         (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_GATHERSIV2DF,
10710         IX86_BUILTIN_GATHERSIV4DF, IX86_BUILTIN_GATHERDIV2DF,
10711         IX86_BUILTIN_GATHERDIV4DF, IX86_BUILTIN_GATHERSIV4SF,
10712         IX86_BUILTIN_GATHERSIV8SF, IX86_BUILTIN_GATHERDIV4SF,
10713         IX86_BUILTIN_GATHERDIV8SF, IX86_BUILTIN_GATHERSIV2DI,
10714         IX86_BUILTIN_GATHERSIV4DI, IX86_BUILTIN_GATHERDIV2DI,
10715         IX86_BUILTIN_GATHERDIV4DI, IX86_BUILTIN_GATHERSIV4SI,
10716         IX86_BUILTIN_GATHERSIV8SI, IX86_BUILTIN_GATHERDIV4SI,
10717         IX86_BUILTIN_GATHERDIV8SI.
10718         (ix86_preferred_simd_mode): Support AVX2 modes.
10719         (ix86_expand_args_builtin): Support AVX2 builtins.
10720         (ix86_expand_special_args_builtin): Likewise.
10721         (ix86_expand_builtin): Likewise.
10722         * config/i386/i386.md (UNSPEC_VPERMSI): New.
10723         (UNSPEC_VPERMDF): Likewise.
10724         (UNSPEC_VPERMSF): Likewise.
10725         (UNSPEC_VPERMDI): Likewise.
10726         (UNSPEC_VPERMTI): Likewise.
10727         (UNSPEC_GATHER): Likewise.
10728         (ssemodesuffix): Extend.
10729         * config/i386/immintrin.h: Include avx2intrin.h when __AVX2__
10730         is defined.
10731         * config/i386/predicates.md (const1248_operand): New.
10732         * config/i386/sse.md (VI1_AVX2): New mode iterator.
10733         (VI2_AVX2): Likewise.
10734         (VI4_AVX2): Likewise.
10735         (VI8_AVX2): Likewise.
10736         (VIMAX_AVX2): Likewise.
10737         (SSESCALARMODE): Likewise.
10738         (VI12_AVX2): Likewise.
10739         (VI24_AVX2): Likewise.
10740         (VI124_AVX2): Likewise.
10741         (VI248_AVX2): Likewise.
10742         (VI48_AVX2): Likewise.
10743         (VI4SD_AVX2): Likewise.
10744         (V48_AVX2): Likewise.
10745         (AVX256MODE2P): Likewise.
10746         (AVXMODE48P_DI): Likewise.
10747         (sse2_avx2): New mode attribute.
10748         (ssse3_avx2): Likewise.
10749         (sse4_1_avx2): Likewise.
10750         (avx_avx2): Likewise.
10751         (ssebytemode): Likewise.
10752         (AVXTOSSEMODE): Likewise.
10753         (AVXMODE48P_DI): Likewise.
10754         (gthrfirstp): Likewise.
10755         (gthrlastp): Likewise.
10756         (lshift): New code_iterator
10757         (lshift): New code attribute.
10758         (lshift): Likewise.
10759         (ssescalarmodesuffix): Update.
10760         (sseunpackmode): Likewise.
10761         (ssepackmode): Likewise.
10762         (avx2_vec_dupv4sf): New insn pattern.
10763         (avx2_vec_dupv8sf): Likewise.
10764         (avx2_interleave_highv4di): Likewise.
10765         (avx2_interleave_lowv4di): Likewise.
10766         (avx2_umulv4siv4di3): Likewise
10767         (*avx2_umulv4siv4di3): Likewise
10768         (avx2_pmaddwd): Likewise.
10769         (*avx2_pmaddwd): Likewise.
10770         (avx2_lshrqv4di3): Likewise.
10771         (avx2_lshlqv4di3): Likewise.
10772         (avx2_lshl<mode>3): Likewise.
10773         (avx2_<umaxmin:code><mode>3): Likewise.
10774         (*avx2_<umaxmin:code><mode>3): Likewise.
10775         (avx2_<smaxmin:code><mode>3): Likewise.
10776         (*avx2_<smaxmin:code><mode>3): Likewise.
10777         (avx2_eq<mode>3): Likewise.
10778         (*avx2_eq<mode>3): Likewise.
10779         (avx2_gt<mode>3): Likewise.
10780         (avx2_interleave_highv32qi): New.
10781         (avx2_interleave_lowv32qi): Likewise.
10782         (avx2_interleave_highv16hi): Likewise.
10783         (avx2_interleave_lowv16hi): Likewise.
10784         (avx2_interleave_highv8si): Likewise.
10785         (avx2_interleave_lowv8si): Likewise.
10786         (avx2_pshufd): Likewise.
10787         (avx2_pshufd_1): Likewise.
10788         (avx2_pshuflwv3): Likewise.
10789         (avx2_pshuflw_1): Likewise.
10790         (avx2_pshufhwv3): Likewise.
10791         (avx2_pshufhw_1): Likewise.
10792         (avx2_uavgv32qi3): Likewise.
10793         (*avx2_uavgv32qi3): Likewise.
10794         (avx2_uavgv16hi3): Likewise.
10795         (*avx2_uavgv16hi3): Likewise.
10796         (avx2_pmovmskb): Likewise.
10797         (avx2_phaddwv16hi3): Likewise.
10798         (avx2_phadddv8si3): Likewise.
10799         (avx2_phaddswv16hi3): Likewise.
10800         (avx2_phsubwv16hi3): Likewise.
10801         (avx2_phsubdv8si3): Likewise.
10802         (avx2_phsubswv16hi3): Likewise.
10803         (avx2_pmaddubsw256): Likewise.
10804         (avx2_umulhrswv16hi3): Likewise.
10805         (*avx2_umulhrswv16hi3): Likewise.
10806         (avx2_packusdw): Likewise.
10807         (avx2_pblendd<mode>): Likewise.
10808         (avx2_<code>v16qiv16hi2): Likewise.
10809         (avx2_<code>v8qiv8si2): Likewise.
10810         (avx2_<code>v8hiv8si2): Likewise.
10811         (avx2_<code>v4qiv4di2): Likewise.
10812         (avx2_<code>v4hiv4di2): Likewise.
10813         (avx2_<code>v4siv4di2): Likewise.
10814         (avx2_pbroadcast<mode>): Likewise.
10815         (avx2_permvarv8si): Likewise.
10816         (avx2_permv4df): Likewise.
10817         (avx2_permvarv8sf): Likewise.
10818         (avx2_permv4di): Likewise.
10819         (avx2_permv2ti): Likewise.
10820         (avx2_vec_dupv4df): Likewise.
10821         (avx2_vbroadcasti128_<mode>): Likewise.
10822         (avx2_vec_set_lo_v4di): Likewise.
10823         (avx2_vec_set_hi_v4di): Likewise.
10824         (*avx2_maskmov<avx2modesuffix><avxmodesuffix>): Likewise.
10825         (avx2_extracti128): Likewise.
10826         (avx2_inserti128): Likewise.
10827         (avx2_ashrvv8si): Likewise.
10828         (avx2_ashrvv4si): Likewise.
10829         (avx2_<lshift>vv8si): Likewise.
10830         (avx2_<lshift>v<mode>): Likewise.
10831         (avx2_<lshift>vv2di): Likewise.
10832         (avx2_gathersi<mode>): Likewise.
10833         (*avx2_gathersi<mode>): Likewise.
10834         (avx2_gatherdi<mode>): Likewise.
10835         (*avx2_gatherdi<mode>): Likewise.
10836         (avx2_gatherdi<mode>256): Likewise.
10837         (*avx2_gatherdi<mode>256): Likewise.
10838         (<plusminus_insn><mode>3): Use VI mode iterator.
10839         (*<plusminus_insn><mode>3): Use VI mode iterator.
10840         (<sse2_avx2>_<plusminus_insn><mode>3): Rename from
10841         sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
10842         (*<sse2_avx2>_<plusminus_insn><mode>3): Rename from
10843         *sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
10844         (mul<mode>3): Rename from mulv8hi3.  Use VI2_AVX2 mode iterator.
10845         (*mul<mode>3): Rename from *mulv8hi3.  Use VI2_AVX2 mode iterator.
10846         (<s>mul<mode>3_highpart): Rename from <s>mulv8hi3_highpart.
10847         Use VI2_AVX2 mode iterator.
10848         (*<s>mul<mode>3_highpart): Rename from *<s>mulv8hi3_highpart.
10849         Use VI2_AVX2 mode iterator.
10850         (mul<mode>3): Rename from mulv4si3.  Use VI4_AVX2 mode iterator.
10851         (*mul<mode>3): Rename from *mulv4si3.  Use VI4_AVX2 mode iterator.
10852         (*<sse4_1_avx2>_mulv2siv2di3): Rename from *sse4_1_mulv4si3.
10853         Use VI4_AVX2 mode iterator.
10854         (ashr<mode>3): Use VI24_AVX2 mode iterator.
10855         (lshr<mode>3): Use VI248_AVX2 mode iterator.
10856         (<sse2_avx2>_ashl<mode>3): Rename from sse2_ashlv1ti3.
10857         Use VIMAX_AVX2 mode iterator.
10858         (<sse2_avx2>_andnot<mode>3): Rename from sse2_andnot<mode>3.
10859         Use VI mode iterator.
10860         (*andnot<mode>3): Update for AVX2.
10861         (*<any_logic:code><mode>3): Likewise.
10862         (<sse2_avx2>_packsswb): Rename from sse2_packsswb.
10863         Use VI1_AVX mode iterator.
10864         (<sse2_avx2>_packssdw):  Rename from sse2_packssdw.
10865         Use VI2_AVX mode iterator.
10866         (<sse2_avx2>_packuswb): Rename from sse2_packsswb.
10867         Use VI1_AVX mode iterator.
10868         (<sse2_avx2>_psadbw): Rename from sse2_psadbw.
10869         Use VI8_AVX2 mode iterator.
10870         (<ssse3_avx2>_pshufb<mode>3): Rename from ssse3_pshufbv16qi3.
10871         Use VI1_AVX2 mode iterator.
10872         (<ssse3_avx2>_psign<mode>3): Rename from ssse3_psign<mode>3.
10873         Use VI124_AVX2 mode iterator.
10874         (<ssse3_avx2>_palignr<mode>): Rename from ssse3_palignrti.
10875         Use SSESCALARMODE mode iterator.
10876         (abs<mode>2): Use VI124_AVX2 mode iterator.
10877         (<sse4_1_avx2>_movntdqa): Rename from sse4_1_movntdqa.
10878         Use VI8_AVX2 mode iterator.
10879         (<sse4_1_avx2>_mpsadbw): Rename from sse4_1_mpsadbw.
10880         Use VI1_AVX2 mode iterator.
10881         (<sse4_1_avx2>_pblendvb): Rename from sse4_1_pblendvb.
10882         Use VI1_AVX2 mode iterator.
10883         (<sse4_1_avx2>_pblendw): Rename from sse4_1_pblendvb.
10884         Use VI2_AVX2 mode iterator.
10885         (<avx_avx2>_maskload<avx2modesuffix><avxmodesuffix>): Rename from
10886         avx_maskload<ssemodesuffix><avxsizesuffix>. Use V48_AVX2 mode iterator.
10887         (<avx_avx2>_maskstore<avx2modesuffix><avxmodesuffix>): Rename from
10888         avx_maskstore<ssemodesuffix><avxsizesuffix>.
10889         Use V48_AVX2 mode iterator.
10890         * doc/extend.texi: Document AVX2 built-in functions.
10891         * doc/invoke.texi: Document -mavx2.
10892
10893 2011-08-22  Matthias Klose <doko@debian.org>
10894
10895         Revert:
10896         2011-07-11  Arthur Loiret  <aloiret@debian.org>
10897                     Matthias Klose <doko@debian.org>
10898         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
10899         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
10900         convention.
10901         * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
10902
10903 2011-08-22  Mikael Pettersson  <mikpe@it.uu.se>
10904
10905         PR bootstrap/50146
10906         * ira-color.c (assign_hard_reg): Move saved_nregs declaration
10907         to #ifndef HONOR_REG_ALLOC_ORDER block.
10908
10909 2011-08-21  Richard Henderson  <rth@redhat.com>
10910
10911         * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.
10912         * dwarf2cfi.c (scan_trace): Test JUMP_P before INSN_ANNULLED_BRANCH_P.
10913         * resource.c (next_insn_no_annul): Likewise.
10914         (mark_set_resources): Likewise.
10915         * reorg.c (delete_from_delay_slot): Likewise.
10916         (dbr_schedule, redundant_insn, try_merge_delay_insns): Likewise.
10917         (get_branch_condition): Test pc_rtx and LABEL_REF before dereferencing.
10918
10919 2011-08-21  Uros Bizjak  <ubizjak@gmail.com>
10920
10921         * config/i386/i386.md (any_div): Remove.
10922         (sgnprefix): Update for removal.
10923         (u): Ditto.
10924
10925 2011-08-20  Vladimir Makarov  <vmakarov@redhat.com>
10926
10927         * ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class
10928         for ira_reg_class_max_nregs.  Increase pressure by 1.
10929         (mark_pseudo_regno_subword_dead): Use allocno class
10930         for ira_reg_class_max_nregs.
10931
10932 2011-08-20  Richard Henderson  <rth@redhat.com>
10933
10934         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
10935         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
10936         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
10937         config/c6x/ltf.c: Adjust include path for soft-fp.
10938
10939 2011-08-20  H.J. Lu  <hongjiu.lu@intel.com>
10940
10941         PR other/46770
10942         * config.gcc (tm_file): Add initfini-array.h if
10943         .init_arrary/.fini_array are supported.
10944
10945         * crtstuff.c: Don't generate .ctors nor .dtors sections if
10946         USE_INITFINI_ARRAY is defined.
10947
10948         * output.h (default_elf_init_array_asm_out_constructor): New.
10949         (default_elf_fini_array_asm_out_destructor): Likewise.
10950         * varasm.c (elf_init_array_section): Likewise.
10951         (elf_fini_array_section): Likewise.
10952         (get_elf_initfini_array_priority_section): Likewise.
10953         (default_elf_init_array_asm_out_constructor): Likewise.
10954         (default_elf_fini_array_asm_out_destructor): Likewise.
10955
10956         * config/initfini-array.h: New.
10957
10958 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
10959
10960         * config/mips/mips.c (mips_class_max_nregs): Check that the mode is
10961         OK for ST_REGS and FP_REGS before taking those classes into account.
10962
10963 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
10964
10965         * config/mips/mips.c (mips_reorg_process_insns): Check for jumps
10966         before checking for annulled branches.
10967
10968 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
10969
10970         * config/i386/i386.c (ix86_binary_operator_ok): Use
10971         satisfies_constraint_L.
10972
10973 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
10974             Michael Matz  <matz@suse.de>
10975
10976         * config/i386/i386.c (ix86_expand_round_sse4): Expand as
10977         trunc (a + copysign (nextafter (0.5, 0.0), a)).
10978
10979 2011-08-20  Anatoly Sokolov  <aesok@post.ru>
10980
10981         * doc/tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
10982         * doc/tm.texi: Regenerate.
10983         * targhooks.c (default_preferred_output_reload_class): Don't use
10984         PREFERRED_OUTPUT_RELOAD_CLASS macro.
10985         * system.h (PREFERRED_OUTPUT_RELOAD_CLASS): Poison.
10986
10987 2011-08-20  Jakub Jelinek  <jakub@redhat.com>
10988
10989         PR tree-optimization/48739
10990         * tree-ssa.c: Include cfgloop.h.
10991         (execute_update_addresses_taken): When updating ssa, if in loop closed
10992         SSA form, call rewrite_into_loop_closed_ssa instead of update_ssa.
10993         * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).
10994
10995 2011-08-19  Vladimir Makarov  <vmakarov@redhat.com>
10996
10997         PR rtl-optimization/49936
10998         * ira.c (ira_init_register_move_cost): Ignore too small subclasses
10999         for calculation of max register move costs.
11000
11001 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11002
11003         * c-parser.c (c_parser_postfix_expression): Convert operands of
11004         __builtin_complex to their semantic types.
11005
11006 2011-08-19  H.J. Lu  <hongjiu.lu@intel.com>
11007
11008         PR middle-end/49721
11009         * explow.c (convert_memory_address_addr_space): Also permute the
11010         conversion and addition of constant for zero-extend.
11011
11012 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11013
11014         * c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.
11015         * doc/extend.texi (__builtin_complex): Document.
11016
11017 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11018
11019         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Handle constants
11020         beyond conversions.
11021         (convert_mult_to_widen): Convert constant inputs to the right type.
11022         (convert_plusminus_to_widen): Don't automatically reject inputs that
11023         are not an SSA_NAME.
11024         Convert constant inputs to the right type.
11025
11026 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11027
11028         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Convert add_rhs
11029         to the correct type.
11030
11031 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11032
11033         * tree-ssa-math-opts.c (convert_mult_to_widen): Better handle
11034         unsigned inputs of different modes.
11035         (convert_plusminus_to_widen): Likewise.
11036
11037 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11038
11039         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Add new argument
11040         'type'.
11041         Use 'type' from caller, not inferred from 'rhs'.
11042         Don't reject non-conversion statements. Do return lhs in this case.
11043         (is_widening_mult_p): Add new argument 'type'.
11044         Use 'type' from caller, not inferred from 'stmt'.
11045         Pass type to is_widening_mult_rhs_p.
11046         (convert_mult_to_widen): Pass type to is_widening_mult_p.
11047         (convert_plusminus_to_widen): Likewise.
11048
11049 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11050
11051         * tree-ssa-math-opts.c (is_widening_mult_p): Remove FIXME.
11052         Ensure the the larger type is the first operand.
11053
11054 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11055
11056         * tree-ssa-math-opts.c (convert_mult_to_widen): Convert
11057         unsupported unsigned multiplies to signed.
11058         (convert_plusminus_to_widen): Likewise.
11059
11060 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11061
11062         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Permit a single
11063         conversion statement separating multiply-and-accumulate.
11064
11065 2011-08-19  Richard Guenther  <rguenther@suse.de>
11066
11067         PR tree-optimization/50067
11068         * tree-data-ref.c (dr_analyze_indices): Simplify, strip MEM_REF
11069         offset only if we accounted for it.
11070
11071 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11072
11073         * config/arm/arm.md (maddhidi4): Remove '*' from name.
11074         * expr.c (expand_expr_real_2): Use find_widening_optab_handler.
11075         * optabs.c (find_widening_optab_handler_and_mode): New function.
11076         (expand_widen_pattern_expr): Use find_widening_optab_handler.
11077         (expand_binop_directly): Likewise.
11078         (expand_binop): Likewise.
11079         * optabs.h (find_widening_optab_handler): New macro define.
11080         (find_widening_optab_handler_and_mode): New prototype.
11081         * tree-cfg.c (verify_gimple_assign_binary): Adjust WIDEN_MULT_EXPR
11082         type precision rules.
11083         (verify_gimple_assign_ternary): Likewise for WIDEN_MULT_PLUS_EXPR.
11084         * tree-ssa-math-opts.c (build_and_insert_cast): New function.
11085         (is_widening_mult_rhs_p): Allow widening by more than one mode.
11086         Explicitly disallow mis-matched input types.
11087         (convert_mult_to_widen): Use find_widening_optab_handler, and cast
11088         input types to fit the new handler.
11089         (convert_plusminus_to_widen): Likewise.
11090
11091 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11092
11093         * expr.c (expand_expr_real_2): Use widening_optab_handler.
11094         * genopinit.c (optabs): Use set_widening_optab_handler for $N.
11095         (gen_insn): $N now means $a must be wider than $b, not consecutive.
11096         * optabs.c (widened_mode): New function.
11097         (expand_widen_pattern_expr): Use widening_optab_handler.
11098         (expand_binop_directly): Likewise.
11099         (expand_binop): Likewise.
11100         * optabs.h (widening_optab_handlers): New struct.
11101         (optab_d): New member, 'widening'.
11102         (widening_optab_handler): New function.
11103         (set_widening_optab_handler): New function.
11104         * tree-ssa-math-opts.c (convert_mult_to_widen): Use
11105         widening_optab_handler.
11106         (convert_plusminus_to_widen): Likewise.
11107
11108 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11109
11110         * c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if
11111         pedantic.
11112         * c-parser.c (c_parser_declspecs): Include _Noreturn in syntax comment.
11113         * ginclude/stdnoreturn.h (noreturn): Don't define for C++.
11114
11115 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11116
11117         * opth-gen.awk: Do not declare target save/restore structures and
11118         functions if IN_RTS defined.
11119
11120 2011-08-19  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
11121
11122         PR target/49437
11123         * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue
11124         when stack was realigned in interrupt handler prologue.
11125
11126 2011-08-18  Joseph Myers  <joseph@codesourcery.com>
11127
11128         * c-decl.c (shadow_tag_warned): Check for _Noreturn.
11129         (quals_from_declspecs): Assert _Noreturn not present.
11130         (grokdeclarator): Handle _Noreturn.
11131         (build_null_declspecs): Initialize noreturn_p.
11132         (declspecs_add_scspec): Handle RID_NORETURN.
11133         * c-parser.c (c_token_starts_declspecs, c_parser_declspecs)
11134         (c_parser_attributes): Handle RID_NORETURN.
11135         * c-tree.h (struct c_declspecs): Add noreturn_p.
11136         * ginclude/stdnoreturn.h: New.
11137         * Makefile.in (USER_H): Add stdnoreturn.h.
11138
11139 2011-08-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11140
11141         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX2_SET): New.
11142         (OPTION_MASK_ISA_AVX_UNSET): Update.
11143         (OPTION_MASK_ISA_AVX2_UNSET): New.
11144         (ix86_handle_option): Handle OPT_mavx2 case.
11145         * config/i386/cpuid.h (bit_AVX2): New.
11146         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
11147         AVX2 feature.
11148         * config/i386/i386-c.c (ix86_target_macros_internal):
11149         Conditionally define __AVX2__.
11150         * config/i386/i386.c (ix86_option_override_internal): Define PTA_AVX2.
11151         Define "core-avx2" processor alias.  Handle avx2 option.
11152         (ix86_valid_target_attribute_inner_p): Handle avx2 option.
11153         * config/i386/i386.h (TARGET_AVX2): New.
11154         * config/i386/i386.opt (mavx2): New.
11155         * doc/invoke.texi: Document -mavx2.
11156
11157 2011-08-18  Vladimir Makarov  <vmakarov@redhat.com>
11158
11159         PR rtl-optimization/49890
11160         * ira-costs.c (setup_regno_cost_classes_by_aclass): Don't exclude
11161         subclasses of class which is superset of a pressure class.
11162
11163 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
11164             Igor Zamyatin <igor.zamyatin@intel.com>
11165
11166         * config/i386/i386-c.c (ix86_target_macros_internal): Replace int
11167         with HOST_WIDE_INT for isa_flag.
11168         (ix86_pragma_target_parse): Replace int with HOST_WIDE_INT for
11169         isa variables.
11170
11171         * config/i386/i386.c (ix86_target_string): Replace int with
11172         HOST_WIDE_INT for isa.  Use HOST_WIDE_INT_PRINT to print isa.
11173         (ix86_target_opts): Replace int with HOST_WIDE_INT on mask.
11174         (pta_flags): Removed.
11175         (PTA_XXX): Redefined as (HOST_WIDE_INT_1 << X).
11176         (pta): Use HOST_WIDE_INT on flags.
11177         (builtin_isa): Use HOST_WIDE_INT on isa.
11178         (ix86_add_new_builtins): Likewise.
11179         (def_builtin): Use HOST_WIDE_INT on mask.
11180         (def_builtin_const): Likewise.
11181         (builtin_description): Likewise.
11182
11183         * config/i386/i386.opt (ix86_isa_flags): Replace int with
11184         HOST_WIDE_INT.
11185         (ix86_isa_flags_explicit): Likewise.
11186         (x_ix86_isa_flags_explicit): Likewise.
11187
11188 2011-08-17  Vladimir Makarov  <vmakarov@redhat.com>
11189
11190         PR rtl-optimization/50107
11191         * ira-int.h (ira_hard_reg_not_in_set_p): Remove.
11192         (ira_hard_reg_in_set_p): New.
11193
11194         * ira-color.c (calculate_saved_nregs): New.
11195         (assign_hard_reg): Use it.  Set up allocated_hard_reg_p for all
11196         hard regs.
11197         (allocno_reload_assign, fast_allocation): Use
11198         ira_hard_reg_set_intersection_p instead of
11199         ira_hard_reg_not_in_set_p.
11200
11201         * ira.c (setup_reg_renumber): Use
11202         ira_hard_reg_set_intersection_p instead of
11203         ira_hard_reg_not_in_set_p.
11204         (setup_allocno_assignment_flags, calculate_allocation_cost): Use
11205         ira_hard_reg_in_set_p instead of ira_hard_reg_not_in_set_p.
11206
11207         * ira-costs.c (ira_tune_allocno_costs): Use
11208         ira_hard_reg_set_intersection_p instead of
11209         ira_hard_reg_not_in_set_p.
11210
11211 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
11212             Igor Zamyatin <igor.zamyatin@intel.com>
11213
11214         * hwint.h (HOST_WIDE_INT_1): New.
11215
11216         * opt-functions.awk (switch_bit_fields): Initialize the
11217         host_wide_int field.
11218         (host_wide_int_var_name): New.
11219         (var_type_struct): Check and return HOST_WIDE_INT.
11220
11221         * opt-read.awk: Handle HOST_WIDE_INT for "Variable".
11222
11223         * optc-save-gen.awk: Support HOST_WIDE_INT on var_target_other.
11224
11225         * opth-gen.awk: Use HOST_WIDE_INT_1 on HOST_WIDE_INT.  Properly
11226         check masks for HOST_WIDE_INT.
11227
11228         * opts-common.c (set_option): Support HOST_WIDE_INT flag_var.
11229         (option_enabled): Likewise.
11230         (get_option_state): Likewise.
11231
11232         * opts.h (cl_option): Add cl_host_wide_int.  Change var_value
11233         to HOST_WIDE_INT.
11234
11235 2011-08-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11236             Marc Glisse  <marc.glisse@normalesup.org>
11237
11238         PR libstdc++-v3/1773
11239         * target.def (decl_mangling_context): New C++ hook.
11240         * doc/tm.texi: Regenerate.
11241         * config/sol2-cxx.c, config/sol2-stubs.c: New files.
11242         * config/sol2-protos.h: Group by source file.
11243         (solaris_cxx_decl_mangling_context): Declare.
11244         * config/sol2.h (TARGET_CXX_DECL_MANGLING_CONTEXT): Define.
11245         * config/t-sol2 (sol2-cxx.o, sol2-stubs.o): New targets.
11246         Use $<.
11247         * config.gcc (*-*-solaris2*): Add sol2-cxx.o to cxx_target_objs.
11248         Add sol2-stubs.o to extra_objs.
11249
11250 2011-08-18  Jakub Jelinek  <jakub@redhat.com>
11251
11252         PR target/50009
11253         * stor-layout.c (update_alignment_for_field): Don't ICE on
11254         packed flexible array members if ms_bitfield_layout_p.
11255
11256         PR target/50092
11257         * config/i386/i386.c (assign_386_stack_local): Call validize_mem
11258         on the result before returning it.
11259
11260         PR debug/50017
11261         * tree-vect-stmts.c (vect_finish_stmt_generation): If gsi_stmt (*gsi)
11262         is a debug stmt, use location of the first non-debug stmt after it.
11263
11264 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11265
11266         * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
11267         (arm_size_rtx_costs): Likewise.
11268
11269 2011-08-18  Richard Guenther  <rguenther@suse.de>
11270
11271         * tree.h (tree_int_cst_msb): Remove.
11272         * tree.c (tree_int_cst_msb): Likewise.
11273         (tree_int_cst_sign_bit): Move from ...
11274         * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): ... here.
11275
11276 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11277
11278         * doc/tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
11279         * doc/tm.texi: Regenerate.
11280         * target.def (rtx_costs): Add an opno parameter.
11281         * hooks.h (hook_bool_rtx_int_int_intp_bool_false): Replace with...
11282         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
11283         * hooks.c (hook_bool_rtx_int_int_intp_bool_false): Replace with...
11284         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
11285         * cse.c (COST_IN): Add an opno parameter.
11286         (notreg_cost): Likewise.  Update call to rtx_cost.
11287         (COST, fold_rtx): Update accordingly.
11288         * dojump.c (prefer_and_bit_test): Update call to rtx_cost.
11289         * expmed.c (emit_store_flag): Likewise.
11290         * optabs.c (avoid_expensive_constant): Add an opno parameter.
11291         Update call to rtx_cost.
11292         (expand_binop_directly, expand_binop): Likewise.
11293         (expand_twoval_binop, prepare_cmp_insn): Likewise.
11294         * rtl.h (rtx_cost, get_full_rtx_cost): Add opno parameters.
11295         (set_src_cost, get_full_set_src_cost): Update accordingly.
11296         * rtlanal.c (rtx_cost): Add an opno parameter.  Update call
11297         to target hook.
11298         (get_full_rtx_cost): Add an opno paramter.  Update calls to rtx_cost.
11299         (default_adress_cost): Update calls to rtx_cost.
11300
11301         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs)
11302         (arm_slowmul_rtx_costs): Adjust calls to rtx_cost.
11303         (arm_rtx_costs): Add an opno parameter.
11304         * config/alpha/alpha.c (alpha_rtx_costs): Add an opno parameter and
11305         adjust any recursive rtx-cost calls.
11306         * config/avr/avr.c (avr_operand_rtx_cost, avr_rtx_costs): Likewise.
11307         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
11308         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
11309         * config/cris/cris.c (cris_rtx_costs): Likewise.
11310         * config/frv/frv.c (frv_rtx_costs): Likewise.
11311         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
11312         * config/i386/i386.c (ix86_rtx_costs): Likewise.
11313         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
11314         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
11315         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
11316         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
11317         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
11318         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
11319         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
11320         * config/mep/mep.c (mep_rtx_cost): Likewise.
11321         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
11322         * config/mips/mips.c (mips_binary_cost): Update call to rtx_cost.
11323         (mips_zero_extend_cost): Add an opno parameter.
11324         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
11325         * config/mn10300/mn10300.c (mn10300_address_cost): Update call
11326         to rtx_cost.
11327         (mn10300_rtx_costs): Add an opno parameter and adjust any recursive
11328         rtx-cost calls.
11329         * config/pa/pa.c (hppa_rtx_costs): Likewise.
11330         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
11331         * config/picochip/picochip.c (picochip_rtx_costs): Likewise.
11332         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
11333         (rs6000_debug_rtx_costs): Likewise.
11334         * config/s390/s390.c (s390_rtx_costs): Likewise.
11335         * config/score/score-protos.h (score_rtx_costs): Likewise.
11336         * config/score/score.c (score_rtx_costs): Likewise.
11337         * config/sh/sh.c (andcosts): Update call to rtx_cost.
11338         (sh_rtx_costs): Add an opno parameter.
11339         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
11340         * config/spu/spu.c (spu_rtx_costs): Likewise.
11341         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
11342         * config/v850/v850.c (v850_rtx_costs): Likewise.
11343         * config/vax/vax.c (vax_rtx_costs): Likewise.
11344         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
11345
11346 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11347
11348         * rtl.h (set_src_cost, get_full_set_src_cost): New functions.
11349         * auto-inc-dec.c (attempt_change): Use set_src_cost instead of
11350         rtx_cost.
11351         * calls.c (precompute_register_parameters): Likewise.
11352         * combine.c (expand_compound_operation, make_extraction): Likewise.
11353         (force_to_mode, distribute_and_simplify_rtx): Likewise.
11354         * dse.c (find_shift_sequence): Likewise.
11355         * expmed.c (init_expmed, expand_mult, expand_smod_pow2): Likewise.
11356         * expr.c (compress_float_constant): Likewise.
11357         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
11358         * gcse.c (want_to_gcse_p): Likewise.
11359         * ifcvt.c (noce_try_sign_mask): Likewise.
11360         * loop-doloop.c (doloop_optimize): Likewise.
11361         * loop-invariant.c (create_new_invariant): Likewise.
11362         * optabs.c (avoid_expensive_constant): Likewise.
11363         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands)
11364         (try_replace_in_use, reload_cse_move2add): Likewise.
11365         * reload1.c (calculate_elim_costs_all_insns): Likewise.
11366         (note_reg_elim_costly): Likewise.
11367         * rtlanal.c (insn_rtx_cost): Likewise.
11368         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
11369         * stmt.c (lshift_cheap_p): Likewise.
11370         * tree-ssa-loop-ivopts.c (seq_cost, computation_cost): Likewise.
11371         * config/avr/avr.c (final_prescan_insn): Likewise.
11372         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
11373         * config/mips/mips.c (mips_binary_cost, mips_rtx_costs): Likewise.
11374
11375 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11376
11377         * rtl.h (set_rtx_cost, get_full_set_rtx_cost): New functions.
11378         * auto-inc-dec.c (attempt_change): Use set_rtx_cost.
11379         * cfgloopanal.c (seq_cost): Likewise.
11380         * loop-invariant.c (create_new_invariant): Likewise.
11381         * postreload.c (move2add_use_add2_insn, move2add_use_add3_insn)
11382         (reload_cse_move2add): Use get_full_set_rtx_cost.
11383
11384 2011-08-18  Richard Guenther  <rguenther@suse.de>
11385
11386         * expr.c (get_inner_reference): Fix typo in last change.
11387
11388 2011-08-18  Paolo Carlini  <paolo.carlini@oracle.com>
11389             Joseph Myers  <joseph@codesourcery.com>
11390
11391         PR tree-optimization/49963
11392         * hwint.c (absu_hwi): Define.
11393         * hwint.h (absu_hwi): Declare.
11394         * fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
11395         of abs_hwi.
11396         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
11397         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
11398
11399 2011-08-18  Richard Guenther  <rguenther@suse.de>
11400
11401         * expr.c (get_inner_reference): Sign-extend the constant
11402         twos-complement offset before doing arbitrary precision
11403         arithmetic on it.
11404         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
11405         (get_constraint_for_1): Pass the offset of a MEM_REF unchanged
11406         to get_constraint_for_ptr_offset.
11407
11408 2011-08-17  Kaz Kojima  <kkojima@gcc.gnu.org>
11409
11410         PR target/50068
11411         * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
11412
11413 2011-08-17  Richard Guenther  <rguenther@suse.de>
11414
11415         * tree.h (convert_to_ptrofftype_loc): New function.
11416         (convert_to_ptrofftype): Define.
11417         * builtins.c (expand_builtin_bzero): Use size_type_node.
11418         (fold_builtin_bzero): Likewise.
11419         (std_gimplify_va_arg_expr): Build the BIT_AND_EXPR on the pointer.
11420         * c-typeck.c (build_unary_op): Use convert_to_ptrofftype_loc.
11421         * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc.
11422         (cgraph_redirect_edge_call_stmt_to_callee): Use size_int.
11423         * expr.c (expand_expr_addr_expr_1): Use fold_build_pointer_plus.
11424         * fold-const.c (build_range_check): Negate using the original type.
11425         (fold_unary_loc): Use fold_build_pointer_plus_loc.
11426         * gimple-fold.c (gimple_adjust_this_by_delta): Use
11427         convert_to_ptrofftype.
11428         * gimplify.c (gimplify_self_mod_expr): Likewise.
11429         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Likewise.
11430         (graphite_create_new_loop_guard): Likewise.
11431         * graphite-sese-to-poly.c (my_long_long): Remove.
11432         (scop_ivs_can_be_represented): Adjust.
11433         * tree-cfg.c (verify_gimple_assign_unary): Use ptrofftype_p.
11434         * tree-chrec.c (chrec_fold_plus_1): Use fold_build_pointer_plus.
11435         * tree-loop-distribution.c (build_size_arg_loc): Use
11436         size_type_node.
11437         (generate_memset_zero): Simplify.
11438         * tree-mudflap.c: Use fold_convert, not convert.
11439         * tree-predcom.c (suitable_reference_p): Expand DR_OFFSET in
11440         its own type.
11441         (determine_offset): Likewise for DR_STEP.
11442         (valid_initializer_p): Likewise.
11443         * tree-profile.c (prepare_instrumented_value): Convert the pointer
11444         to an integer type of same size.
11445         * tree-scalar-evolution.c (interpret_rhs_expr): Do not refer
11446         to sizetype without need.
11447         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
11448         * tree-ssa-loop-ivopts.c (find_bivs): Use convert_to_ptrofftype.
11449         * tree-ssa-loop-manip.c (create_iv): Likewise.
11450         (determine_exit_conditions): Adjust comment.
11451         * tree-ssa-pre.c (create_expression_by_pieces): Use
11452         convert_to_ptrofftype.
11453         * tree-ssa-structalias.c (get_constraint_for_1): Likewise.
11454         * varasm.c (array_size_for_constructor): Compute using double_ints.
11455
11456 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11457
11458         * config/spu/spu.c (spu_emit_branch_or_set): Avoid reverse tests
11459         when generating an integer result where possible.  Short-cut
11460         comparison against 0 also for QImode.
11461
11462 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11463
11464         * config/spu/spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.
11465         * config/spu/spu-protos.h (spu_legitimize_reload_address): Add
11466         prototype.
11467         * config/spu/spu.c (spu_legitimize_reload_address): New function.
11468         (spu_legitimate_address_p): Do not check displacement if the base
11469         is an eliminable stack register.
11470
11471 2011-08-16  Anatoly Sokolov  <aesok@post.ru>
11472
11473         * config/m32c/m32c.h (PREFERRED_RELOAD_CLASS,
11474         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
11475         * config/m32c/m32c-protos.h (m32c_preferred_reload_class,
11476         m32c_preferred_output_reload_class): Remove.
11477         * config/m32c/m32c.c (m32c_preferred_reload_class): Make static.
11478         Change rclass argument and return types to reg_class_t. Use
11479         reg_class_subset_p instead of class_sizes.
11480         (m32c_preferred_output_reload_class): Make static. Change rclass
11481         argument and return types to reg_class_t.
11482         (TARGET_PREFERRED_RELOAD_CLASS,
11483         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
11484
11485 2011-08-16  Kai Tietz  <ktietz@redhat.com>
11486
11487         * config/i386/mingw32.h (GOMP_SELF_SPEC): Add -pthread option.
11488
11489 2011-08-16  Richard GUenther  <rguenther@suse.de>
11490
11491         PR tree-optimization/50082
11492         * tree-ssa-forwprop.c (combine_cond_expr_cond): Handle overflow
11493         warnings here, instead of ...
11494         (ssa_forward_propagate_and_combine): ... here.
11495         (forward_propagate_into_comparison_1): Adjust.
11496         (forward_propagate_into_comparison): Likewise.
11497         (forward_propagate_into_gimple_cond): Likewise.
11498         (forward_propagate_into_cond): Likewise.
11499
11500 2011-08-16  Andreas Schwab  <schwab@redhat.com>
11501
11502         * ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def
11503         instead of ggc_alloc_zone_vec_rtvec_def.
11504
11505 2011-08-16  Richard Guenther  <rguenther@suse.de>
11506
11507         * tree.h (ptrofftype_p): New helper function.
11508         * tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
11509         offset verification.
11510         (verify_gimple_assign_binary): Likewise.
11511         * tree.c (build2_stat): Likewise.
11512         * tree-chrec.c (chrec_fold_plus_poly_poly): Likewise.
11513         (reset_evolution_in_loop): Likewise.
11514         * tree-chrec.h (build_polynomial_chrec): Likewise.
11515
11516 2011-08-16  Liang Wang  <lwang1@marvell.com>
11517
11518         * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
11519         ggc_alloc_zone_vec_rtvec_def.
11520
11521 2011-08-16  Richard Guenther  <rguenther@suse.de>
11522
11523         * tree-vrp.c (extract_range_from_multiplicative_op_1): New
11524         helper factored out from ...
11525         (extract_range_from_binary_expr_1): ... here.  Re-structure
11526         to not glob handling too different tree codes.
11527
11528 2011-08-15  Richard Henderson  <rth@redhat.com>
11529
11530         PR middle-end/50006
11531         * explow.c (allocate_dynamic_stack_space): Move suppress_reg_args_size
11532         setting out to include allocate_stack named pattern as well.
11533         * builtins.c (expand_builtin_apply): Add ARG_SIZE 0 note.
11534         * stmt.c (expand_stack_restore): Likewise.
11535
11536 2011-08-15  Richard Guenther  <rguenther@suse.de>
11537
11538         PR middle-end/50082
11539         * fold-const.c (maybe_canonicalize_comparison_1): Properly
11540         convert the modified operand to the other operand type.
11541         (fold_comparison): Call maybe_canonicalize_comparison_1 with
11542         useless conversions stripped from comparison operands.
11543
11544 2011-08-15  Richard Guenther  <rguenther@suse.de>
11545
11546         * tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.
11547         (extract_range_from_unary_expr_1): Restructure.
11548
11549 2011-08-15  Richard Guenther  <rguenther@suse.de>
11550
11551         PR tree-optimization/50058
11552         * tree-ssa-sccvn.c (vn_reference_lookup_3): Relax aggregate
11553         copy matching.
11554
11555 2011-08-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
11556
11557         PR target/50022
11558         * config/arm/arm.c (output_move_double): Add 2 parameters
11559         to count the number of insns emitted and whether to emit or not.
11560         Use the flag to decide when to emit and count number of instructions
11561         that will be emitted.
11562         Handle case where output_move_double might be called for calculating
11563         lengths with an invalid constant.
11564         (arm_count_output_move_double_insns): Define.
11565         * config/arm/arm-protos.h (arm_count_output_move_double_insns): Declare.
11566         (output_move_double): Adjust prototype.
11567         * config/arm/vfp.md ("*movdi_vfp"): Adjust call to
11568         output_move_double.
11569         ("*movdi_vfp_cortexa8"): Likewise and add attribute
11570         for ce_count.
11571         * config/arm/arm.md ("*arm_movdi"): Adjust call to output_move_double.
11572         ("*movdf_soft_insn"): Likewise.
11573         * config/arm/cirrus.md ("*cirrus_arm_movdi"): Likewise.
11574         ("*cirrus_thumb2_movdi"): Likewise.
11575         ("*thumb2_cirrus_movdf_hard_insn"): Likewise.
11576         ("*cirrus_movdf_hard_insn"): Likewise.
11577         * config/arm/neon.md (*neon_mov<mode> VD): Likewise.
11578         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Likewise.
11579         ("mov<mode>_internal VMMX"): Likewise.
11580         * config/arm/fpa.md (*movdf_fpa, *thumb2_movdf_fpa): Likewise.
11581
11582 2011-08-14  Uros Bizjak  <ubizjak@gmail.com>
11583
11584         * config/i386/i386.c (ix86_expand_round_sse4): New function.
11585         * config/i386/i386-protos.h (ix86_expand_round_sse4): New prototype.
11586         * config/i386/i386.md (round<mode>2): Use ix86_expand_round_sse4
11587         for TARGET_ROUND.
11588
11589         (rint<mode>2): Simplify TARGET_ROUND check.
11590         (floor<mode>2): Ditto.
11591         (ceil<mode>2): Ditto.
11592         (btrunc<mode>2): Ditto.
11593
11594 2011-08-14  Anatoly Sokolov  <aesok@post.ru>
11595
11596         * config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
11597         as mmix_preferred_output_reload_class.
11598
11599 2011-08-14  Georg-Johann Lay  <avr@gjlay.de>
11600
11601         * PR target/49903
11602         * config/avr/avr.md (UNSPEC_IDENTITY): New c_enum.
11603         (branch_unspec): New insn.
11604         (branch): Beauty farm.
11605         * config/avr/avr.c (compare_condition): Use JUMP_P.  Test SET_SRC
11606         to be IF_THEN_ELSE.
11607         (avr_compare_pattern, avr_reorg_remove_redundant_compare):
11608         New static functions.
11609         (avr_reorg): Use them.  Use next_real_insn instead of NEXT_INSN.
11610         Use CONST_INT_P.  Beauty.
11611
11612 2011-08-12  Richard Henderson  <rth@redhat.com>
11613
11614         PR rtl-opt/49994
11615         * sched-init.h (struct deps_desc): Add sched_before_next_jump.
11616         * sched-deps.c (init_deps): Clear it.
11617         (deps_analyze_insn): Consume it.
11618         (sched_analyze_insn): Fill it.
11619
11620 2011-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
11621
11622         PR target/48328
11623         * config/arm/arm.h (CASE_VECTOR_SHORTEN_MODE): Fix distance
11624         for tbh instructions.
11625
11626 2011-08-12  Diego Novillo  <dnovillo@google.com>
11627
11628         * data-streamer.h (streamer_write_zero): Rename from output_zero.
11629         (streamer_write_uhwi): Rename from lto_output_uleb128.
11630         (streamer_write_hwi): Rename from output_sleb128.
11631         (streamer_write_string): Rename from lto_output_string.
11632         (streamer_string_index): Rename from lto_string_index.
11633         (streamer_write_string_with_length): Rename from
11634         lto_output_string_with_length.
11635         (streamer_write_uhwi_stream): Rename from lto_output_uleb128_stream.
11636         (streamer_write_hwi_stream): Rename from lto_output_sleb128_stream.
11637         (streamer_read_string): Rename from lto_input_string.
11638         (streamer_read_indexed_string): Rename from input_string_internal.
11639         (streamer_read_uhwi): Rename from lto_input_uleb128.
11640         (streamer_read_hwi): Rename from lto_input_sleb128.
11641         (streamer_write_hwi_in_range): Rename from lto_output_int_in_range.
11642         (streamer_read_hwi_in_range): Rename from lto_input_int_in_range.
11643         (streamer_write_enum): Rename from lto_output_enum.
11644         (streamer_read_enum): Rename from lto_input_enum.
11645         (streamer_write_record_start): Rename from output_record_start.
11646         (streamer_read_record_start): Rename from input_record_start.
11647         (streamer_write_bitpack): Rename from lto_output_bitpack.
11648         (streamer_read_bitpack): Rename from lto_input_bitpack.
11649         (streamer_write_char_stream): Rename from lto_output_1_stream.
11650         (streamer_read_uchar): Rename from lto_input_1_unsigned.
11651         * tree-streamer.h (streamer_cache_d): Rename from lto_streamer_cache_d.
11652         (streamer_handle_as_builtin_p): Rename from lto_stream_as_builtin_p.
11653         (streamer_read_string_cst): Rename from input_string_cst.
11654         (streamer_read_chain): Rename from lto_input_chain.
11655         (streamer_alloc_tree): Rename from lto_materialize_tree.
11656         (streamer_read_tree_body): Rename from lto_input_tree_pointers.
11657         (streamer_get_pickled_tree): Rename from lto_get_pickled_tree.
11658         (streamer_get_builtin_tree): Rename from lto_get_builtin_tree.
11659         (streamer_read_integer_cst): Rename from lto_input_integer_cst.
11660         (streamer_read_tree_bitfields): Rename from tree_read_bitfields.
11661         (streamer_write_chain): Rename from lto_output_chain.
11662         (streamer_write_tree_header): Rename from lto_output_tree_header.
11663         (streamer_pack_tree_bitfields): Rename from pack_value_fields.
11664         (streamer_write_tree_body): Rename from lto_output_tree_pointers.
11665         (streamer_write_integer_cst): Rename from lto_output_integer_cst.
11666         (streamer_write_builtin): Rename from lto_output_builtin_tree.
11667         (streamer_check_handled_ts_structures): Rename from
11668         check_handled_ts_structures.
11669         (streamer_tree_cache_insert): Rename from lto_streamer_cache_insert.
11670         (streamer_tree_cache_insert_at): Rename from
11671         lto_streamer_cache_insert_at.
11672         (streamer_tree_cache_append): Rename from lto_streamer_cache_append.
11673         (streamer_tree_cache_lookup): Rename from lto_streamer_cache_lookup.
11674         (streamer_tree_cache_get): Rename from lto_streamer_cache_get.
11675         (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
11676         (streamer_tree_cache_delete): Rename from lto_streamer_cache_delete.
11677         * tree-streamer-out.c (write_string_cst): Rename from output_string_cst.
11678         (write_identifier): Rename from output_identifier.
11679         (write_ts_common_tree_pointers): Rename from
11680         lto_output_ts_common_tree_pointers.
11681         (write_ts_vector_tree_pointers): Rename from
11682         lto_output_ts_vector_tree_pointers.
11683         (write_ts_complex_tree_pointers): Rename from
11684         lto_output_ts_complex_tree_pointers.
11685         (write_ts_decl_minimal_tree_pointers): Rename from
11686         lto_output_ts_decl_minimal_tree_pointers.
11687         (write_ts_decl_common_tree_pointers): Rename from
11688         lto_output_ts_decl_common_tree_pointers.
11689         (write_ts_decl_non_common_tree_pointers): Rename from
11690         lto_output_ts_decl_non_common_tree_pointers.
11691         (write_ts_decl_with_vis_tree_pointers): Rename from
11692         lto_output_ts_decl_with_vis_tree_pointers.
11693         (write_ts_field_decl_tree_pointers): Rename from
11694         lto_output_ts_field_decl_tree_pointers.
11695         (write_ts_function_decl_tree_pointers): Rename from
11696         lto_output_ts_function_decl_tree_pointers.
11697         (write_ts_type_common_tree_pointers): Rename from
11698         lto_output_ts_type_common_tree_pointers.
11699         (write_ts_type_non_common_tree_pointers): Rename from
11700         lto_output_ts_type_non_common_tree_pointers.
11701         (write_ts_list_tree_pointers): Rename from
11702         lto_output_ts_list_tree_pointers.
11703         (write_ts_vec_tree_pointers): Rename from
11704         lto_output_ts_vec_tree_pointers.
11705         (write_ts_exp_tree_pointers): Rename from
11706         lto_output_ts_exp_tree_pointers.
11707         (write_ts_block_tree_pointers): Rename from
11708         lto_output_ts_block_tree_pointers.
11709         (write_ts_binfo_tree_pointers): Rename from
11710         lto_output_ts_binfo_tree_pointers.
11711         (write_ts_constructor_tree_pointers): Rename from
11712         lto_output_ts_constructor_tree_pointers.
11713         (write_ts_target_option): Rename from lto_output_ts_target_option.
11714         (write_ts_translation_unit_decl_tree_pointers): Rename from
11715         lto_output_ts_translation_unit_decl_tree_pointers.
11716         * tree-streamer.c (streamer_tree_cache_add_to_node_array):
11717         Rename from lto_streamer_cache_add_to_node_array.
11718         (streamer_tree_cache_insert_1): Rename from lto_streamer_cache_insert_1.
11719         (record_common_node): Rename from lto_record_common_node.
11720
11721         * streamer-hooks.h (bitpack_d, lto_streamer_cache_d): Remove forward
11722         declarations.
11723         * data-streamer-in.c (lto_input_widest_uint_uleb128): Remove unused
11724         function.
11725         * data-streamer-out.c (lto_output_widest_uint_uleb128_stream): Remove
11726         unused function.
11727         * Makefile.in (lto-section-out.o): Add dependency on DATA_STREAMER_H.
11728         (ipa-reference.o): Likewise.
11729         * lto-section-out.c: Include data-streamer.h.
11730         * ipa-reference.c: Include data-streamer.h.
11731
11732 2011-08-12  Nick Clifton  <nickc@redhat.com>
11733
11734         * builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi pattern.
11735         * doc/md.texi (cmpstrn): Note that the comparison stops if both
11736         fetched bytes are zero.
11737         (cmpstr): Likewise.
11738         (cmpmem): Note that the comparison does not stop if both of the
11739         fetched bytes are zero.
11740
11741 2011-08-12  Uros Bizjak  <ubizjak@gmail.com>
11742
11743         * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}
11744         BUILT_IN_IRINT{,F,L}, BUILT_IN_IROUND{,F,L}: New builtin definitions.
11745         * convert.c (convert_to_integer): Convert to BUILT_IN_ICEIL,
11746         BUILT_IN_IFLOOR, BUILT_IN_IRINT or BUILT_INT_IROUND when converting
11747         to integer_type_node.
11748         * fold-const.c (tree_call_nonnegative_warnv_p): Handle BUILT_IN_ICEIL,
11749         BUILT_IN_IFLOOR, BUILT_IN_IRINT and BUILT_INT_IROUND.
11750         * builtins.c (expand_builtin_in): Ditto.
11751         (mathfn_built_in_1): Ditto.
11752         (expand_builtin_int_roundingfn): Handle BUILT_IN_ICEIL and
11753         BUILT_IN_IFLOOR.
11754         (expand_builtin_int_roundingfn_2): Handle BUILT_IN_IRINT and
11755         BUILT_IN_IROUND.
11756         (fold_fixed_mathfn): Canonicalize BUILT_IN_ICEIL, BUILTIN_IN_IFLOOR
11757         BUILT_IN_IRINT and BUILT_IN_IROUND to BUILT_IN_LCEIL,
11758         BUILTIN_IN_LFLOOR, BUILT_IN_LRINT and BUILT_IN_LROUND on ILP32 targets.
11759
11760 2011-08-12  Richard Guenther  <rguenther@suse.de>
11761
11762         * tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.
11763
11764 2011-08-12  Romain Geissler  <romain.geissler@gmail.com>
11765
11766         * Makefile.in (PLUGIN_HEADERS): Add C_TREE_H.
11767
11768 2011-08-12  Richard Sandiford  <rdsandiford@googlemail.com>
11769
11770         * config/arm/arm.c (get_label_padding): New function.
11771         (create_fix_barrier, arm_reorg): Use it.
11772
11773 2011-08-11  Uros Bizjak  <ubizjak@gmail.com>
11774
11775         PR target/49781
11776         * config/i386/i386.md (*lea_5_zext): New.
11777         (*lea_6_zext): Ditto.
11778         * config/i386/predicates.md (const_32bit_mask): New predicate.
11779         (lea_address_operand): Reject AND.
11780         * config/i386/i386.c (ix86_decompose_address): Allow Dimode AND with
11781         const_32bit_mask immediate.
11782         (ix86_print_operand_address): Handle AND.
11783         (memory_address_length): Ditto.
11784
11785 2011-08-11  Romain Geissler  <romain.geissler@gmail.com>
11786             Brian Hackett  <bhackett1024@gmail.com>
11787
11788         * plugin.def: Add event for finish_decl.
11789         * plugin.c (register_callback, invoke_plugin_callbacks): Same.
11790         * c-decl.c (finish_decl): Invoke callbacks on above event.
11791         * doc/plugins.texi: Document above event.
11792
11793 2011-08-11  Richard Guenther  <rguenther@suse.de>
11794
11795         * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redundant
11796         lookups, make looking through aggregate copies stronger.
11797
11798 2011-08-11  Richard Henderson  <rth@redhat.com>
11799
11800         PR bootstrap/50018
11801         * expr.c (fixup_args_size_notes): Accept and ignore normal calls.
11802
11803 2011-08-11  Richard Guenther  <rguenther@suse.de>
11804
11805         * lto-cgraph.c (input_node): Use DECL_BUILT_IN.
11806         * tree-vrp.c (stmt_interesting_for_vrp): Likewise.
11807         (vrp_visit_stmt): Likewise.
11808
11809 2011-08-11  Richard Guenther  <rguenther@suse.de>
11810
11811         PR middle-end/50040
11812         * gimplify.c (gimplify_modify_expr_complex_part): Mark the
11813         load of the other piece with TREE_NO_WARNING.
11814         * tree-flow.h (warn_uninit): Adjust prototype.
11815         * tree-ssa.c (warn_uninit): Take uninitialized SSA name,
11816         the base variable and the expression that is used separately.
11817         Properly query all TREE_NO_WARNING flags.
11818         (struct walk_data): Remove.
11819         (warn_uninitialized_var): Likewise.
11820         (warn_uninitialized_vars): Do not walk gimple pieces but simply
11821         look at all SSA uses of the statement.  Handle unused memory
11822         separately.
11823         * tree-ssa-uninit.c (warn_uninitialized_phi): Adjust.
11824
11825 2011-08-11   Kazuhiro Inaoka  <kazuhiro.inaoka.ud@renesas.com>
11826
11827         * config/rx/rx.md (movsicc): Allow register to register transfers.
11828         (*movsicc): Likewise.
11829         (*stcc): Restrict this pattern to EQ and NE compares.
11830         (*stcc_reg): New pattern.  Works for any comparison but only for
11831         register transfers.
11832
11833 2011-08-11   Diego Novillo  <dnovillo@google.com>
11834
11835         * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):
11836         Call stream_write_tree instead of output_record_start.
11837         (lto_output_ts_binfo_tree_pointers): Likewise.
11838
11839         * streamer-hooks.h (stream_write_tree): Move from tree-streamer.h.
11840         Convert it to a macro.
11841         (stream_read_tree): Likewise.
11842
11843         * lto-streamer.h (lto_stream_as_builtin_p): Move ...
11844         * tree-streamer.h (lto_stream_as_builtin_p): ... here.
11845
11846         * lto-streamer-in.c (lto_read_tree): Call lto_streamer_cache_append
11847         and tree_read_bitfields.
11848         * lto-streamer-out.c (lto_is_streamable): Move from lto-streamer.c
11849         (lto_write_tree): Call it.
11850         * lto-streamer.c (lto_is_streamable): Move to lto-streamer-out.c
11851         * streamer-hooks.h (struct streamer_hooks): Remove fields
11852         name, is_streamable and alloc_tree. Update all users.
11853         * tree-streamer-in.c (tree_read_bitfields): Factor out of ...
11854         (lto_materialize_tree): ... here.
11855         Handle CALL_EXPR codes.
11856         Remove call to lto_streamer_cache_append.
11857         * tree-streamer-out.c (lto_output_tree_header): Handle CALL_EXPR nodes.
11858         * tree-streamer.h (tree_read_bitfields): Declare.
11859
11860         * Makefile.in (TREE_STREAMER_H): Add STREAMER_HOOKS_H.
11861         (gimple-streamer-in.o): Add dependency on TREE_STREAMER_H.
11862         * tree-streamer.h (stream_read_tree): New.  Replace all calls
11863         to lto_input_tree with it.
11864         (stream_write_tree): New.  Replace all calls to lto_output_tree,
11865         lto_output_tree_ref and lto_output_tree_or_ref with it.
11866         * lto-streamer-in.c (lto_read_tree): Inline code from
11867         lto_streamer_read_tree.
11868         (lto_input_tree): Move from tree-streamer-in.c.
11869         * lto-streamer-out.c (lto_output_tree_ref): Make static.
11870         Remove handling of NULL values for EXPR.
11871         Do not handle EXPRs that are not indexable.
11872         (lto_write_tree): Move from tree-streamer-out.c.
11873         Inline lto_streamer_write_tree.
11874         (lto_output_tree): Move from tree-streamer-out.c.
11875         If REF_P is true and EXPR is indexable, call lto_output_tree_ref.
11876         * lto-streamer.c (lto_record_common_node): Move to tree-streamer.c.
11877         (lto_preload_common_nodes): Likewise.
11878         Remove assertions and adjustments for nodes
11879         main_identifier_node, ptrdiff_type_node and fileptr_type_node.
11880         (lto_streamer_hooks_init): Set streamer_hooks.write_tree to
11881         lto_output_tree and streamer_hooks.read_tree to lto_input_tree.
11882         * lto-streamer.h (lto_input_tree): Declare.
11883         (lto_output_tree_ref): Remove.
11884         * streamer-hooks.h (struct streamer_hooks): Remove fields
11885         preload_common_nodes, indexable_with_decls_p,
11886         pack_value_fields, unpack_value_fields and output_tree_header.
11887         Update all users.
11888         * tree-streamer-in.c (lto_materialize_tree): Make extern.
11889         (lto_input_tree_pointers): Likewise.
11890         (lto_read_tree): Move to lto-streamer-in.c.
11891         (lto_input_integer_cst): Make extern.
11892         (lto_get_pickled_tree): Likewise.
11893         (lto_get_builtin_tree): Likewise.
11894         (lto_input_tree): Move to lto-streamer-in.c.
11895         * tree-streamer-out.c (pack_value_fields): Make extern.
11896         (lto_output_tree_or_ref): Remove.  Replace all callers with
11897         calls to stream_write_tree.
11898         (lto_output_builtin_tree): Make extern.
11899         (lto_streamer_write_tree): Inline into lto_write_tree.
11900         (lto_output_tree_pointers): Make extern.
11901         (lto_output_tree_header): Likewise.
11902         (lto_output_integer_cst): Likewise.
11903         (lto_write_tree): Move to lto-streamer-out.c.
11904         (lto_output_tree): Likewise.
11905         * tree-streamer.c (lto_record_common_node): Move from lto-streamer.c
11906         (preload_common_nodes): Likewise.
11907         (lto_streamer_cache_create): Call it.
11908         * tree-streamer.h: Include streamer-hooks.h.
11909         (stream_write_tree): New.
11910         (stream_read_tree): New.
11911         (lto_input_tree): Remove.
11912         (lto_materialize_tree): Declare.
11913         (lto_input_tree_pointers): Declare.
11914         (lto_get_pickled_tree): Declare.
11915         (lto_get_builtin_tree): Declare.
11916         (lto_input_integer_cst): Declare.
11917         (lto_output_tree_header): Declare.
11918         (pack_value_fields): Declare.
11919         (lto_output_tree_pointers): Declare.
11920         (lto_output_integer_cst): Declare.
11921         (lto_output_builtin_tree): Declare.
11922
11923 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
11924
11925         * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
11926         only if producer writes to the register given by regno.
11927
11928 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
11929             Alexander Monakov  <amonakov@ispras.ru>
11930
11931         * sched-deps.c (sched_get_condition_with_rev): Rename to ...
11932         (sched_get_condition_with_rev_uncached): ... this.  Factor out
11933         condition caching logic into ...
11934         (sched_get_condition_with_rev): ... this.  Reimplement.  Do not
11935         attempt to use cache for instructions with zero luid.
11936         (sched_analyze_insn): Use INSN_CACHED_COND instead of INSN_COND.
11937         * sched-int.h (INSN_COND): Rename to INSN_CACHED_COND.
11938
11939 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
11940
11941         * sel-sched-ir.c (get_seqno_of_a_pred): Rename to
11942         get_seqno_for_a_jump.  Update the caller.
11943         (get_seqno_by_succs): New.  Use it ...
11944         (get_seqno_for_a_jump): ... here to find a seqno if looking at
11945         predecessors was not sufficient.
11946         (get_seqno_by_preds): Include head in iteration range, exclude insn.
11947
11948 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
11949
11950         * sel-sched-ir.c (invalidate_av_set): Remove the assert.
11951
11952 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
11953
11954         * sel-sched-ir.h (register_unavailable_p): Declare.
11955         * sel-sched-ir.c (register_unavailable_p): New.  Use it...
11956         (set_unavailable_target_for_expr): ... here to properly test
11957         availability of a register.
11958         (speculate_expr): Ditto.
11959         * sel-sched.c (substitute_reg_in_expr): Ditto.
11960         (av_set_could_be_blocked_by_bookkeeping_p): Ditto.
11961
11962 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
11963
11964         * sel-sched.c (verify_target_availability): Fix usage of
11965         hard_regno_nregs.
11966
11967 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
11968
11969         * sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of
11970         recognized by cannot_copy_insn_p hook and volatile instructions.
11971
11972 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
11973
11974         * sel-sched-ir.c (merge_expr_data): Take maximum spec.
11975
11976 2011-08-11  Richard Sandiford  <richard.sandiford@linaro.org>
11977
11978         * doc/md.texi (define_bypass): Say that the instruction names can
11979         be filename-style globs.
11980         * Makefile.in (FNMATCH_H): Define.
11981         (build/genattrtab.o, build/genautomata.o): Depend on $(FNMATCH_H).
11982         * genattrtab.c: Include fnmatch.h.
11983         (bypass_list): Change field name from "insn" to "pattern".
11984         (gen_bypass_1): Update accordingly.
11985         (process_bypasses): Use fnmatch to check for matches between
11986         insn reservations and define_bypasses.
11987         * genautomata.c: Include fnmatch.h.
11988         (bypass_decl): Rename in_insn_name and out_insn_name to in_pattern
11989         and out_pattern respectively.
11990         (gen_bypass, insert_bypass): Update accordingly.
11991         (for_each_matching_insn, process_bypass_2, process_bypass_1)
11992         (process_bypass): New functions.
11993         (process_decls): Use process_bypass.  Update after field name changes.
11994
11995 2011-08-11  Georg-Johann Lay  <avr@gjlay.de>
11996
11997         PR target/49687
11998         * config/avr/avr.md (smulqi3_highpart): New insn.
11999         (umulqi3_highpart): New insn.
12000         (*subqi3.ashiftrt7): New insn.
12001         (smulhi3_highpart): New expander.
12002         (umulhi3_highpart): Nex expander.
12003         (*smulhi3_highpart_call): New insn.
12004         (*umulhi3_highpart_call): New insn.
12005         (extend_u): New code attribute.
12006         (extend_prefix): Rename code attribute to extend_su.
12007         * config/avr/avr.c (avr_rtx_costs): Report costs of highpart of
12008         widening QI/HI multiply.
12009
12010 2011-08-11  Ira Rosen  <ira.rosen@linaro.org>
12011
12012         PR tree-optimization/50039
12013         * tree-vect-patterns.c (vect_operation_fits_smaller_type): Check
12014         that DEF_STMT has a stmt_vec_info.
12015
12016 2011-08-10  Richard Guenther  <rguenther@suse.de>
12017
12018         * tree.h (can_trust_pointer_alignment): Remove.
12019         * builtins.c (can_trust_pointer_alignment): Remove.
12020
12021 2011-08-10  Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
12022
12023         * c-typeck.c (scalar_to_vector): New function. Try scalar to
12024         vector conversion.
12025         (stv_conv): New enum for scalar_to_vector return type.
12026         (build_binary_op): Adjust.
12027         * doc/extend.texi: Description of scalar to vector expansion.
12028
12029 2011-08-10  Richard Guenther  <rguenther@suse.de>
12030
12031         * tree.h (get_pointer_alignment): Remove max-align argument.
12032         (get_object_alignment): Likewise.
12033         * builtins.c (get_object_alignment_1): Adjust.
12034         (get_object_alignment): Remove max-align argument.
12035         (get_pointer_alignment): Likewise.
12036         (expand_builtin_strlen): Adjust.
12037         (expand_builtin_memcpy): Likewise.
12038         (expand_builtin_mempcpy_args): Likewise.
12039         (expand_builtin_strncpy): Likewise.
12040         (expand_builtin_memset_args): Likewise.
12041         (expand_builtin_memcmp): Likewise.
12042         (expand_builtin_strcmp): Likewise.
12043         (expand_builtin_strncmp): Likewise.
12044         (get_builtin_sync_mem): Likewise.
12045         (fold_builtin_memset): Likewise.
12046         (fold_builtin_memory_op): Likewise.
12047         (expand_builtin_memory_chk): Likewise.
12048         * emit-rtl.c (get_mem_align_offset): Likewise.
12049         (set_mem_attributes_minus_bitpos): Likewise.
12050         * expr.c (expand_assignment): Likewise.
12051         (expand_expr_real_1): Likewise.
12052         * tree-sra.c (tree_non_mode_aligned_mem_p): Likewise.
12053         * tree-ssa-forwprop.c (simplify_builtin_call): Likewise.
12054         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Likewise.
12055         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
12056         * value-prof.c (gimple_stringops_transform): Likewise.
12057
12058 2011-08-10  Paulo J. Matos  <paulo.matos@csr.com>
12059
12060         * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
12061         * doc/tm.texi: Regenerate.
12062
12063 2011-08-10  Georg-Johann Lay  <avr@gjlay.de>
12064
12065         PR target/29560
12066         * config/avr/avr.md (*ashlhiqi3): New insn-and-split.
12067         (*ashl<extend_prefix>qihiqi3): New insn-and-splits.
12068         (*ashl<extend_prefix>qihiqi3.mem): New insn-and-splits.
12069         Add peephole2 to map ashlhi3 to ashlqi3 if high part of
12070         shift target is unused.
12071
12072 2011-08-10  Richard Guenther  <rguenther@suse.de>
12073
12074         PR tree-optimization/49937
12075         * tree-ssa-ccp.c (get_value_from_alignment): Re-implement
12076         using get_object_alignment_1.
12077
12078 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
12079
12080         * config/i386/i386.c (ix86_emit_i387_round): New function.
12081         * config/i386/i386-protos.h (ix86_emit_i387_round): Declare.
12082         * config/i386/i386.md (round<mode>2): Use X87MODEF mode iterator.
12083         Use ix86_emit_i387_round to expand round function for i387 math.
12084         (lround<X87MODEF:mode><SWI248x:mode>2): Use X87MODEF mode iterator.
12085         Use ix86_emit_i387_round to expand {l,ll}round function for i387 math.
12086
12087 2011-08-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12088
12089         * config/sync.c: Move to ../libgcc.
12090         * Makefile.in (libgcc.mvars): Remove LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS.
12091         * config/mips/t-libgcc-mips16 (LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS):
12092         Remove.
12093
12094 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
12095
12096         * config/mmix/mmix.h (REGISTER_MOVE_COST): Remove macro.
12097         * config/mmix/mmix-protos.h (mmix_register_move_cost): Remove.
12098         * config/mmix/mmix.c (mmix_register_move_cost): Make static.
12099         Change 'from' and 'to' arguments type to reg_class_t.
12100         (TARGET_REGISTER_MOVE_COST): Define.
12101
12102 2011-08-09  Vladimir Makarov  <vmakarov@redhat.com>
12103
12104         PR target/50026
12105         Revert:
12106         PR rtl-optimization/49990
12107         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
12108         ignore classes which can not change mode.
12109         (find_costs_and_classes): Ditto.
12110
12111 2011-08-09  Richard Guenther  <rguenther@suse.de>
12112
12113         * tree-vrp.c (zero_nonzero_bits_from_vr): Also return precise
12114         information for ranges with only negative values.
12115         (extract_range_from_binary_expr_1): Adjust BIT_IOR_EXPR and
12116         BIT_AND_EXPR handling to handle ranges with negative values.
12117
12118 2011-08-09  Kirill Yukhin  <kirill.yukhin@intel.com>
12119
12120         * config/i386/i386.c: Remove traling spaces.
12121         * config/i386/sse.md: Likewise.
12122         (*fma_fmadd_<mode>): Fix insn alternative 1 mnemonic.
12123         (*fma_fmsub_<mode>): Likewise.
12124         (*fma_fnmadd_<mode>): Likewise.
12125         (*fma_fnmsub_<mode>): Likewise.
12126
12127 2011-08-09  Nick Clifton  <nickc@redhat.com>
12128
12129         * config/rx/rx.md: Disable extender peepholes at -O3.
12130
12131 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
12132
12133         PR target/49781
12134         * config/i386/i386.md (reload_noff_load): New.
12135         (reload_noff_store): Ditto.
12136         * config/i386/i386.c (ix86_secondary_reload): Use
12137         CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
12138         double-word moves from/to non-offsetable addresses instead of
12139         generating XMM temporary.
12140
12141 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
12142
12143         * config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
12144
12145 2011-08-09  Ira Rosen  <ira.rosen@linaro.org>
12146
12147         PR tree-optimization/50014
12148         * tree-vect-loop.c (vectorizable_reduction): Get def type before
12149         calling vect_get_vec_def_for_stmt_copy ().
12150
12151 2011-08-08  Vladimir Makarov  <vmakarov@redhat.com>
12152
12153         PR rtl-optimization/49990
12154         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
12155         ignore classes which can not change mode.
12156         (find_costs_and_classes): Ditto.
12157
12158 2011-08-08  Richard Henderson  <rth@redhat.com>
12159
12160         PR middle-end/49990
12161         * config/i386/i386.c (ix86_expand_prologue): Call
12162         for SEH target gen_prologue_use instead of gen_blockage
12163         at prologue's end.
12164
12165 2011-08-08  Martin Jambor  <mjambor@suse.cz>
12166
12167         PR middle-end/49923
12168         * tree-sra.c (access_precludes_ipa_sra_p): Also check access
12169         memory alignment.
12170
12171 2011-08-08   Diego Novillo  <dnovillo@google.com>
12172
12173         * Makefile.in (LTO_STREAMER_H): Add DIAGNOSTIC_H.
12174         (DATA_STREAMER_H): New.
12175         (GIMPLE_STREAMER_H): New.
12176         (TREE_STREAMER_H): New.
12177         (STREAMER_HOOKS_H): New.
12178         (OBJS): Add data-streamer.o, data-streamer-in.o, data-streamer-out.o,
12179         gimple-streamer-in.o, gimple-streamer-out.o, streamer-hooks.o,
12180         tree-streamer.o, tree-streamer-in.o and tree-streamer-out.o.
12181         (data-streamer.o): New.
12182         (data-streamer-in.o): New.
12183         (data-streamer-out.o): New.
12184         (gimple-streamer-in.o): New.
12185         (gimple-streamer-out.o): New.
12186         (streamer-hooks.o): New.
12187         (tree-streamer.o): New.
12188         (tree-streamer-in.o): New.
12189         (tree-streamer-out.o): New.
12190         (lto-cgraph.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
12191         (lto-streamer-in.o): Add dependency on DATA_STREAMER_H,
12192         GIMPLE_STREAMER_H and TREE_STREAMER_H.
12193         (lto-streamer-out.o): Add dependency on DATA_STREAMER_H,
12194         GIMPLE_STREAMER_H and TREE_STREAMER_H.
12195         (lto-streamer.o): Add dependency on STREAMER_HOOKS_H.
12196         (ipa-prop.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
12197         (ipa-inline-analysis.o): Likewise.
12198         (ipa-pure-const.o): Likewise.
12199         * data-streamer-in.c: New.
12200         * data-streamer-out.c: New.
12201         * data-streamer.c: New.
12202         * data-streamer.h: New.
12203         * gimple-streamer-in.c: New.
12204         * gimple-streamer-out.c: New.
12205         * gimple-streamer.h: New.
12206         * ipa-inline-analysis.c: Include data-streamer.h.
12207         * ipa-prop.c: Include data-streamer.h.
12208         * ipa-pure-const.c: Include data-streamer.h.
12209         * lto-cgraph.c: Include data-streamer.h.
12210         * lto-section-in.c (lto_input_uleb128): Move to data-streamer-in.c.
12211         (lto_input_widest_uint_uleb128): Likewise.
12212         (lto_input_sleb128): Likewise.
12213         (bp_unpack_var_len_unsigned): Likewise.
12214         (bp_unpack_var_len_int): Likewise.
12215         * lto-section-out.c (lto_output_uleb128_stream): Move to
12216         data-streamer-out.c.
12217         (lto_output_widest_uint_uleb128_stream): Likewise.
12218         (lto_output_sleb128_stream): Likewise.
12219         (bp_pack_var_len_unsigned): Likewise.
12220         (bp_pack_var_len_int): Likewise.
12221         * lto-streamer-in.c: Include data-streamer.h and gimple-streamer.h.
12222         (struct string_slot): Remove.  Update all users.
12223         (lto_tag_check_set): Make extern.
12224         (lto_tag_check_range): Move to lto-streamer.h.
12225         (lto_tag_check): Likewise.
12226         (hash_string_slot_node): Remove.  Update all users.
12227         (eq_string_slot_node): Remove.  Update all users.
12228         (string_for_index): Move to data-streamer-in.c
12229         (input_string_internal): Likewise.
12230         (input_string_cst): Move to tree-streamer-in.c.
12231         (input_identifier): Likewise.
12232         (lto_input_string): Move to data-streamer-in.c
12233         (input_record_start): Move to data-streamer.h
12234         (canon_file_name): Use new definition of struct string_slot
12235         from data-streamer.h.  Set S_SLOT.LEN.
12236         (lto_input_location): Make extern.
12237         (lto_input_chain): Move to tree-streamer-in.c.
12238         (lto_init_eh): Make extern.
12239         (input_phi): Move to gimple-streamer-in.c.
12240         (input_gimple_stmt): Likewise.
12241         (input_bb): Likewise.
12242         (unpack_ts_base_value_fields): Move to tree-streamer-in.c.
12243         (unpack_ts_real_cst_value_fields): Likewise.
12244         (unpack_ts_fixed_cst_value_fields): Likewise.
12245         (unpack_ts_decl_common_value_fields): Likewise.
12246         (unpack_ts_decl_wrtl_value_fields): Likewise.
12247         (unpack_ts_decl_with_vis_value_fields): Likewise.
12248         (unpack_ts_function_decl_value_fields): Likewise.
12249         (unpack_ts_type_common_value_fields): Likewise.
12250         (unpack_ts_block_value_fields): Likewise.
12251         (unpack_ts_translation_unit_decl_value_fields): Likewise.
12252         (unpack_value_fields): Likewise.
12253         (lto_materialize_tree): Likewise.
12254         (lto_input_ts_common_tree_pointers): Likewise.
12255         (lto_input_ts_vector_tree_pointers): Likewise.
12256         (lto_input_ts_complex_tree_pointers): Likewise.
12257         (lto_input_ts_decl_minimal_tree_pointers): Likewise.
12258         (lto_input_ts_decl_common_tree_pointers): Likewise.
12259         (lto_input_ts_decl_non_common_tree_pointers): Likewise.
12260         (lto_input_ts_decl_with_vis_tree_pointers): Likewise.
12261         (lto_input_ts_field_decl_tree_pointers): Likewise.
12262         (lto_input_ts_function_decl_tree_pointers): Likewise.
12263         (lto_input_ts_type_common_tree_pointers): Likewise.
12264         (lto_input_ts_type_non_common_tree_pointers): Likewise.
12265         (lto_input_ts_list_tree_pointers): Likewise.
12266         (lto_input_ts_vec_tree_pointers): Likewise.
12267         (lto_input_ts_exp_tree_pointers): Likewise.
12268         (lto_input_ts_block_tree_pointers): Likewise.
12269         (lto_input_ts_binfo_tree_pointers): Likewise.
12270         (lto_input_ts_constructor_tree_pointers): Likewise.
12271         (lto_input_ts_target_option): Likewise.
12272         (lto_input_ts_translation_unit_decl_tree_pointers): Likewise.
12273         (lto_input_tree_pointers): Likewise.
12274         (lto_get_pickled_tree): Likewise.
12275         (lto_get_builtin_tree): Likewise.
12276         (lto_read_tree): Likewise.
12277         (lto_input_integer_cst): Likewise.
12278         (lto_input_tree): Likewise.
12279         * lto-streamer-out.c: Include data-streamer.h,
12280         gimple-streamer.h and streamer-hooks.h.
12281         (struct string_slot): Move to data-streamer.h.
12282         (hash_string_slot_node): Likewise.
12283         (eq_string_slot_node): Likewise.
12284         (lto_string_index): Move to data-streamer-out.c.
12285         (lto_output_string_with_length): Likewise.
12286         (lto_output_string): Likewise.
12287         (output_string_cst): Move to tree-streamer-out.c.
12288         (output_identifier): Likewise.
12289         (output_zero): Move to data-streamer-out.c
12290         (output_uleb128): Likewise.
12291         (output_sleb128): Likewise.
12292         (output_record_start): Move to data-streamer.h
12293         (pack_ts_base_value_fields): Move to tree-streamer-out.c.
12294         (pack_ts_real_cst_value_fields): Likewise.
12295         (pack_ts_fixed_cst_value_fields): Likewise.
12296         (pack_ts_decl_common_value_fields): Likewise.
12297         (pack_ts_decl_wrtl_value_fields): Likewise.
12298         (pack_ts_decl_with_vis_value_fields): Likewise.
12299         (pack_ts_function_decl_value_fields): Likewise.
12300         (pack_ts_type_common_value_fields): Likewise.
12301         (pack_ts_block_value_fields): Likewise.
12302         (pack_ts_translation_unit_decl_value_fields): Likewise.
12303         (pack_value_fields): Likewise.
12304         (lto_output_chain): Likewise.
12305         (lto_output_ts_common_tree_pointers): Likewise.
12306         (lto_output_ts_vector_tree_pointers): Likewise.
12307         (lto_output_ts_complex_tree_pointers): Likewise.
12308         (lto_output_ts_decl_minimal_tree_pointers): Likewise.
12309         (lto_output_ts_decl_common_tree_pointers): Likewise.
12310         (lto_output_ts_decl_non_common_tree_pointers): Likewise.
12311         (lto_output_ts_decl_with_vis_tree_pointers): Likewise.
12312         (lto_output_ts_field_decl_tree_pointers): Likewise.
12313         (lto_output_ts_function_decl_tree_pointers): Likewise.
12314         (lto_output_ts_type_common_tree_pointers): Likewise.
12315         (lto_output_ts_type_non_common_tree_pointers): Likewise.
12316         (lto_output_ts_list_tree_pointers): Likewise.
12317         (lto_output_ts_vec_tree_pointers): Likewise.
12318         (lto_output_ts_exp_tree_pointers): Likewise.
12319         (lto_output_ts_block_tree_pointers): Likewise.
12320         (lto_output_ts_binfo_tree_pointers): Likewise.
12321         (lto_output_ts_constructor_tree_pointers): Likewise.
12322         (lto_output_ts_target_option): Likewise.
12323         (lto_output_ts_translation_unit_decl_tree_pointers): Likewise.
12324         (lto_output_tree_pointers): Likewise.
12325         (lto_output_tree_header): Likewise.
12326         (lto_output_builtin_tree): Likewise.
12327         (lto_write_tree): Likewise.
12328         (lto_output_integer_cst): Likewise.
12329         (lto_output_tree): Likewise.
12330         (output_phi): Move to gimple-streamer-out.c.
12331         (output_gimple_stmt): Likewise.
12332         (output_bb): Likewise.
12333         * lto-streamer.c: Include tree-streamer.h and streamer-hooks.h.
12334         (streamer_hooks): Move to streamer-hooks.c.
12335         (check_handled_ts_structures): Move to tree-streamer.c
12336         (lto_streamer_cache_add_to_node_array): Likewise.
12337         (lto_streamer_cache_insert_1): Likewise.
12338         (lto_streamer_cache_insert): Likewise.
12339         (lto_streamer_cache_insert_at): Likewise.
12340         (lto_streamer_cache_append): Likewise.
12341         (lto_streamer_cache_lookup): Likewise.
12342         (lto_streamer_cache_get): Likewise.
12343         (lto_record_common_node): Likewise.
12344         (lto_preload_common_nodes): Likewise.
12345         (lto_streamer_cache_create): Likewise.
12346         (lto_streamer_cache_delete): Likewise.
12347         (streamer_hooks_init): Move to streamer-hooks.c.
12348         * lto-streamer.h: Include diagnostic.h
12349         (struct output_block, struct lto_input_block,
12350         struct data_in, struct bitpack_d): Remove forward declarations.
12351         (struct bitpack_d): Move to data-streamer.h.
12352         (struct lto_streamer_cache_d): Move to tree-streamer.h.
12353         (struct streamer_hooks): Move to streamer-hooks.h.
12354         (bp_pack_var_len_unsigned): Move to data-streamer.h.
12355         (bp_pack_var_len_int): Likewise.
12356         (bp_unpack_var_len_unsigned): Likewise.
12357         (bp_unpack_var_len_int): Likewise.
12358         (lto_input_location): Declare.
12359         (lto_tag_check_set): Declare.
12360         (lto_init_eh): Declare.
12361         (lto_output_tree_ref): Declare.
12362         (lto_output_location): Declare.
12363         (bitpack_create): Move to data-streamer.h.
12364         (bp_pack_value): Likewise.
12365         (lto_output_bitpack): Likewise.
12366         (lto_input_bitpack): Likewise.
12367         (bp_unpack_value): Likewise.
12368         (lto_output_1_stream): Likewise.
12369         (lto_input_1_unsigned): Likewise.
12370         (lto_output_int_in_range): Likewise.
12371         (lto_input_int_in_range): Likewise.
12372         (bp_pack_int_in_range): Likewise.
12373         (bp_unpack_int_in_range): Likewise.
12374         (lto_output_enum): Likewise.
12375         (lto_input_enum): Likewise.
12376         (bp_pack_enum): Likewise.
12377         (bp_unpack_enum): Likewise.
12378         * streamer-hooks.c: New.
12379         * streamer-hooks.h: New.
12380         * tree-streamer-in.c: New.
12381         * tree-streamer-out.c: New.
12382         * tree-streamer.c: New.
12383         * tree-streamer.h: New.
12384
12385 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12386
12387         * gthr-posix95.h: Remove.
12388         * gthr.h [_PTHREADS95]: Remove.
12389         * configure.ac (enable_threads): Remove posix95.
12390         * configure: Regenerate.
12391         * doc/install.texi (Configuration, --enable-threads): Remove posix95.
12392
12393 2011-08-08  Uros Bizjak  <ubizjak@gmail.com>
12394
12395         PR target/49781
12396         * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
12397         SImode addresses.
12398         (ix86_print_operand_address): Handle zero-extended addresses.
12399         (memory_address_length): Add length of addr32 prefix for
12400         zero-extended addresses.
12401         (ix86_secondary_reload): Handle moves to/from double-word general
12402         registers from/to zero-extended addresses.
12403         * config/i386/predicates.md (lea_address_operand): Reject
12404         zero-extended operands.
12405
12406 2011-08-08  H.J. Lu  <hongjiu.lu@intel.com>
12407
12408         PR other/48007
12409         * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
12410
12411         * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
12412         (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
12413
12414         * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
12415         (_Unwind_Context_Reg_Val): Likewise.
12416         (_Unwind_Get_Unwind_Word): Likewise.
12417         (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
12418         (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
12419         (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
12420         for EXTENDED_CONTEXT_BIT.
12421         (__frame_state_for): Likewise.
12422         (uw_init_context_1): Likewise.
12423         (_Unwind_GetGR): Updated.
12424         (_Unwind_SetGR): Likewise.
12425         (_Unwind_GetGRPtr): Likewise.
12426         (_Unwind_SetGRPtr): Likewise.
12427         (_Unwind_SetGRValue): Likewise.
12428         (_Unwind_GRByValue): Likewise.
12429         (uw_install_context_1): Likewise.
12430
12431         * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
12432         ASSUME_EXTENDED_UNWIND_CONTEXT.
12433         * doc/tm.texi: Regenerated.
12434
12435 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12436
12437         * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
12438
12439 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12440
12441         * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
12442         Linux/GNU-specific.
12443         (DEC Alpha Options, -mtune): Likewise.
12444         (MIPS Options, -march): native is supported on IRIX.
12445
12446 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12447
12448         * config/sparc/driver-sparc.c: New file.
12449         * config/sparc/x-sparc: New file.
12450         * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
12451         * config/sparc/sparc.opt (native): New value for enum processor_type.
12452         * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
12453         * config/sparc/sparc.c (sparc_option_override): Abort if
12454         PROCESSOR_NATIVE gets here.
12455         * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
12456         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
12457         DRIVER_SELF_SPECS): Define.
12458         * doc/invoke.texi (SPARC Options, -mcpu): Document native.
12459         (SPARC Options, -mtune): Likewise.
12460         * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
12461         Substitute result.
12462         * configure: Regenerate.
12463         * Makefile.in (EXTRA_GCC_LIBS): Set.
12464         (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
12465         (cpp$(exeext)): Likewise.
12466
12467 2011-08-08  Richard Guenther  <rguenther@suse.de>
12468
12469         * tree-vrp.c (extract_range_from_unary_expr_1): New function,
12470         split out from ...
12471         (extract_range_from_unary_expr): ... here.  Handle BIT_NOT_EXPR
12472         by composition.
12473
12474 2011-08-08  Mikael Pettersson  <mikpe@it.uu.se>
12475
12476         PR tree-optimization/50005
12477         * ipa-inline-analysis (remap_predicate): Add cast to
12478         silence signed/unsigned comparison warning.
12479
12480 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
12481
12482         * modulo-sched.c (get_sched_window): Use a table for the debug output.
12483         Print the current ii.
12484         (sms_schedule_by_order): Reduce whitespace in dump line.
12485
12486 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
12487
12488         * modulo-sched.c (get_sched_window): Use just one loop for predecessors
12489         and one loop for successors.  Fix upper bound of memory range.
12490
12491 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
12492
12493         PR target/50001
12494         * config/alpha/alpha.c (alpha_instantiate_decls): New function.
12495         (TARGET_INSTANTIATE_DECLS): New define.
12496
12497 2011-08-06  Paolo Bonzini  <bonzini@gnu.org>
12498             Mikael Morin   <mikael.morin@sfr.fr>
12499
12500         * Makefile.in (INCLUDES_FOR_TARGET): New.
12501         (LIBGCC2_CFLAGS): Use it.
12502         (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
12503
12504 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
12505
12506         * config/i386/i386.c (ix86_compute_frame_layout): Simplify
12507         frame->save_regs_using_mov calculation.
12508
12509 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
12510
12511         * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
12512         * config/i386/sse.md (castmode): New mode attribute.
12513         (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
12514         avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
12515
12516 2011-08-05  Jan Hubicka  <jh@suse.cz>
12517
12518         PR middle-end/49494
12519         * ipa-inline-analysis.c (remap_predicate): Add bounds check.
12520
12521 2011-08-05  Jan Hubicka  <jh@suse.cz>
12522
12523         PR middle-end/49500
12524         * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
12525         handle aliases.
12526         (create_emultls_var):New function.
12527         (ipa_lower_emutls): Handle aliases correctly.
12528
12529 2011-08-05  Jan Hubicka  <jh@suse.cz>
12530
12531         PR middle-end/49735
12532         * ipa-inline.c (recursive_inlining): Look through aliases.
12533
12534 2011-08-05  Jason Merrill  <jason@redhat.com>
12535
12536         * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
12537         declarations to beginning of function.
12538
12539 2011-08-05  Bernd Schmidt  <bernds@codesourcery.com>
12540
12541         PR rtl-optimization/49900
12542         * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
12543         ensure basic blocks stay in the same order.
12544
12545 2011-08-05  Aldy Hernandez  <aldyh@redhat.com>
12546
12547         * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
12548         store_bit_field.
12549         (s390_expand_atomic): Same.
12550
12551 2011-08-05  Richard Henderson  <rth@redhat.com>
12552
12553         PR rtl-opt/49977
12554         * dwarf2cfi.c (scan_insn_after): Split out of ...
12555         (scan_trace): ... here.  Correctly place notes wrt sequences.
12556
12557 2011-08-05  Kaz Kojima  <kkojima@gcc.gnu.org>
12558             Richard Henderson  <rth@redhat.com>
12559
12560         PR rtl-opt/49982
12561         * expr.c (fixup_args_size_notes): Look through no-op moves.
12562
12563 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
12564
12565         * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
12566         of "m" for operand 0.  Add type and mode attribute.
12567         (*pushxf_nointeger"): Use "<" constraint for operand 0.
12568         (*pushdf_rex64): New pattern, split out of *pushdf.  Use "m"
12569         constraint instead of "o" for opreand 1.
12570         (*pushdf): Disable for TARGET_64BIT.  Correct mode attribute.
12571         (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
12572         operand 0, alternative 4.
12573         (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
12574
12575 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
12576
12577         * config/i386/predicates.md (lea_address_operand): Rename from
12578         no_seg_address_operand.
12579         * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
12580         (*lea_1_zext): Ditto.
12581         (*lea_2): Ditto.
12582         (*lea_2_zext): Ditto.
12583
12584 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
12585
12586         * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
12587         parts.base and parts.index.
12588         * config/i386/predicates.md (aligned_operand): Ditto.
12589         (cmpxchg8b_pic_memory_operand): Ditto.
12590
12591 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12592
12593         * config/soft-fp: Move to ../libgcc.
12594         * Makefile.in (SFP_MACHINE): Remove.
12595         (libgcc-support): Remove $(SFP_MACHINE) dependency.
12596         * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
12597         * config/arm/t-arm-softfp: Move to
12598         ../libgcc/config/arm/t-softfp.
12599         * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
12600         * config/c6x/t-c6x-softfp: Remove.
12601         * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
12602         * config/i386/t-fprules-softfp: Move to
12603         ../libgcc/config/t-softfp-tf.
12604         * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
12605         * config/ia64/t-fprules-softfp: Remove.
12606         * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
12607         * config/lm32/t-fprules-softfp: Remove.
12608         * config/moxie/sfp-machine.h: Remove.
12609         * config/moxie/t-moxie-softfp: Remove.
12610         * config/rs6000/darwin-ldouble-format: Move to
12611         ../libgcc/config/rs6000/ibm-ldouble-format.
12612         * config/rs6000/darwin-ldouble.c: Move to
12613         ../libgcc/config/rs6000/ibm-ldouble.c
12614         * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
12615         * config/rs6000/libgcc-ppc64.ver: Likewise.
12616         * config/rs6000/sfp-machine.h: Likewise.
12617         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
12618         $(srcdir)/config/rs6000/libgcc-ppc64.ver.
12619         (LIB2FUNCS_EXTRA): Remove.
12620         (TARGET_LIBGCC2_CFLAGS): Remove.
12621         * config/rs6000/t-aix52: Likewise
12622         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
12623         $(srcdir)/config/rs6000/darwin-ldouble.c.
12624         (SHLIB_MAPFILES): Remove.
12625         * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
12626         $(srcdir)/config/rs6000/darwin-ldouble.c.
12627         * config/rs6000/t-fprules-softfp: Move to
12628         ../libgcc/config/t-softfp-sfdf.
12629         * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
12630         * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
12631         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
12632         $(srcdir)/config/rs6000/darwin-ldouble.c.
12633         * config/score/sfp-machine.h: Move to ../libgcc/config/score.
12634         * config/score/t-score-softfp: Remove.
12635         * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
12636         soft-fp/t-softfp from tmake_file.
12637         (arm*-*-uclinux*): Likewise.
12638         (arm*-*-ecos-elf): Likewise.
12639         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
12640         (arm*-*-rtems*): Likewise.
12641         (arm*-*-elf): Likewise.
12642         (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
12643         tmake_file.
12644         (moxie-*-uclinux*): Likewise.
12645         (moxie-*-rtems*): Likewise.
12646         (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
12647         tmake_file.
12648         (lm32-*-rtems*): Likewise.
12649         (lm32-*-uclinux*): Likewise.
12650         (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
12651         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
12652         (powerpc-*-linux*, powerpc64-*-linux*): Remove
12653         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
12654         (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
12655         tmake_file.
12656         (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
12657         tmake_file.
12658         (tic6x-*-uclinux): Likewise.
12659         (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
12660         soft-fp/t-softfp from tmake_file.
12661         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
12662         (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
12663         (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
12664         (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
12665         (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
12666
12667 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12668
12669         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
12670         (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
12671         (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
12672         TPBIT, TPBIT_FUNCS.
12673         * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
12674         * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
12675         Remove.
12676         * config/arm/t-vxworks: Likewise.
12677         * config/arm/t-wince-pe: Likewise.
12678         * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
12679         * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12680         * config/bfin/t-bfin-elf: Likewise.
12681         * config/bfin/t-bfin-linux: Likewise.
12682         * config/bfin/t-bfin-uclinux: Likewise.
12683         * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
12684         Remove.
12685         * config/fr30/t-fr30: Likewise.
12686         * config/frv/t-frv: Likewise.
12687         * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
12688         * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12689         * config/m32c/t-m32c: Likewise.
12690         * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
12691         * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12692         * config/mcore/t-mcore: Likewise.
12693         * config/mep/t-mep: Likewise.
12694         * config/microblaze/t-microblaze: Likewise.
12695         * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
12696         * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12697         * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
12698         * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12699         * config/mn10300/t-linux: Remove.
12700         * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12701         * config/pdp11/t-pdp11: Likewise.
12702         * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
12703         * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
12704         * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12705         (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
12706         * config/rs6000/t-aix52: Likewise.
12707         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
12708         $(srcdir)/config/rs6000/ppc64-fp.c.
12709         * config/rs6000/t-fprules-fpbit: Remove.
12710         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
12711         * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12712         * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
12713         * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12714         * config/sparc/t-elf: Likewise.
12715         * config/sparc/t-leon: Likewise.
12716         * config/sparc/t-leon3: Likewise.
12717         * config/spu/t-spu-elf: Likewise.
12718         (DPBIT_FUNCS): Remove.
12719         * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
12720         * config/v850/t-v850: Likewise.
12721         * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
12722         (avr-*-*): Likewise.
12723         (h8300-*-rtems*): Set libgcc_tm_file.
12724         (h8300-*-elf*): Likewise.
12725         (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
12726         tmake_file.
12727         (powerpc-*-eabisim*): Likewise.
12728         (powerpc-*-elf*): Likewise.
12729         (powerpc-*-eabialtivec*): Likewise.
12730         (powerpc-xilinx-eabi*): Likewise.
12731         (powerpc-*-eabi*): Likewise.
12732         (powerpc-*-rtems*): Likewise.
12733         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
12734         (powerpcle-*-elf*): Likewise.
12735         (powerpcle-*-eabisim*): Likewise.
12736         (powerpcle-*-eabi*): Likewise.
12737         (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
12738         (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
12739         * doc/fragments.texi (Target Fragment, Floating Point Emulation):
12740         Remove.
12741
12742 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12743
12744         * Makefile.in (UNWIND_H): Remove.
12745         (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
12746         ../libgcc/Makefile.in.
12747         (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
12748         (LIBUNWINDDEP): Remove.
12749         (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
12750         (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
12751         LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
12752         (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
12753         Don't copy $(UNWIND_H).
12754         * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
12755         * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
12756         * aclocal.m4: Regenerate.
12757         * configure: Regenerate.
12758         * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
12759         unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
12760         unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
12761         unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
12762         * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
12763         * config/arm/libunwind.S, config/arm/pr-support.c,
12764         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
12765         ../libgcc/config/arm.
12766         * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
12767         * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
12768         * config/frv/t-frv ($(T)frvbegin$(objext)): Use
12769         $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
12770         ($(T)frvend$(objext)): Likewise.
12771         * config/ia64/t-glibc (LIB2ADDEH): Remove.
12772         * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
12773         * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
12774         config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
12775         ../libgcc/config/ia64.
12776         * config/ia64/t-hpux (LIB2ADDEH): Remove.
12777         * config/ia64/t-ia64 (LIB2ADDEH): Remove.
12778         * config/ia64/t-vms (LIB2ADDEH): Remove.
12779         * config/ia64/vms.h (UNW_IVMS_MODE,
12780         MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
12781         * config/picochip/t-picochip (LIB2ADDEH): Remove.
12782         * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
12783         * config/rs6000/t-darwin (LIB2ADDEH): Remove.
12784         * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
12785         * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
12786         $(srcdir)/../libgcc to refer to unwinder sources.
12787         * config/spu/t-spu-elf (LIB2ADDEH): Remove.
12788         * config/t-darwin (LIB2ADDEH): Remove.
12789         * config/t-freebsd (LIB2ADDEH): Remove.
12790         * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
12791         * config/t-libunwind-elf: Move to ../libgcc/config.
12792         * config/t-linux (LIB2ADDEH): Remove.
12793         * config/t-sol2 (LIB2ADDEH): Remove.
12794         * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
12795         * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
12796
12797 2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>
12798
12799         * config/i386/i386.c (processor_alias_table): Add core-avx-i.
12800
12801         * doc/invoke.texi: Document core-avx-i.
12802
12803 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12804
12805         * tsystem.h (CONST_CAST2, CONST_CAST): Define.
12806
12807 2011-08-05  Ira Rosen  <ira.rosen@linaro.org>
12808
12809         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
12810         result of multiple results reduction when extracting the final
12811         value using scalar code.
12812
12813 2011-08-05  Richard Guenther  <rguenther@suse.de>
12814
12815         PR tree-optimization/49984
12816         * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
12817
12818 2011-08-05  Richard Guenther  <rguenther@suse.de>
12819
12820         * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
12821         return true for constant integer ranges.
12822         (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
12823         BIT_IOR_EXPR handling.
12824
12825 2011-08-04  Kai Tietz  <ktietz@redhat.com>
12826
12827         * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
12828         ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
12829
12830 2011-08-04  Ira Rosen  <ira.rosen@linaro.org>
12831
12832         * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
12833         pattern def statement, and its access macro.
12834         (NUM_PATTERNS): Set to 5.
12835         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
12836         pattern def statement.
12837         (vect_transform_loop): Likewise.
12838         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
12839         function vect_recog_over_widening_pattern ().
12840         (vect_operation_fits_smaller_type): New function.
12841         (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
12842         Likewise.
12843         (vect_pattern_recog_1): Move the code that marks pattern
12844         statements to vect_mark_pattern_stmts (), and call it.  Update
12845         documentation.
12846         * tree-vect-stmts.c (vect_supportable_shift): New function.
12847         (vect_analyze_stmt): Handle pattern def statement.
12848         (new_stmt_vec_info): Initialize pattern def statement.
12849
12850 2011-08-04  Richard Henderson  <rth@redhat.com>
12851
12852         PR target/49964
12853         * config/i386/i386.c (ix86_expand_call): Don't create nested
12854         PARALLELs for TARGET_VZEROUPPER.
12855         (ix86_split_call_vzeroupper): Fix extraction of the original call.
12856         * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
12857         recognize nested PARALLELs.
12858         (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
12859         *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
12860         *sibcall_value_pop_vzeroupper): Likewise.
12861
12862 2011-08-04  Richard Henderson  <rth@redhat.com>
12863
12864         PR middle-end/49968
12865         * calls.c (expand_call): Use fixup_args_size_notes for
12866         emit_stack_restore.
12867         * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
12868         in non-standard modes.
12869
12870 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
12871
12872         * gcc.c (self_spec): New variable.
12873         (static_specs): Add self_spec.
12874         (main): Call do_self_spec on "self_spec" specs after reading
12875         user specs files.  Move compare_debug handling right after that.
12876
12877 2011-08-04  Richard Guenther  <rguenther@suse.de>
12878
12879         * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
12880         (value_range_nonnegative_p): New function.
12881         (ssa_name_nonnegative_p): Use it.
12882         (value_range_constant_singleton): New function.
12883         (op_with_constant_singleton_value_range): Use it.
12884         (extract_range_from_binary_expr_1): New function, split out from ...
12885         (extract_range_from_binary_expr): ... this.  Remove fallback
12886         constant folding done here.
12887
12888 2011-08-04  Richard Guenther  <rguenther@suse.de>
12889
12890         PR tree-optimization/49806
12891         * tree-vrp.c (op_with_boolean_value_range_p): New function.
12892         (simplify_truth_ops_using_ranges): Simplify.  Allow inserting
12893         a new statement for a final conversion to bool.
12894
12895 2011-08-04  Romain Geissler  <romain.geissler@gmail.com>
12896
12897         * gengtype-state.c: Include "bconfig.h" if
12898         GENERATOR_FILE is defined, "config.h" otherwise.
12899         * gengtype.c: Likewise.
12900         * gengtype-lex.l: Likewise.
12901         * gengtype-parse.c: Likewise.
12902         * Makefile.in (gengtype-lex.o-warn): New variable.
12903         (plugin_resourcesdir): Likewise.
12904         (plugin_bindir): Likewise.
12905         (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
12906         (MOSTLYCLEANFILES): Add gengtype$(exeext).
12907         (native): Depend on gengtype$(exeext) is $enable_plugin
12908         is set to "yes".
12909         (gtype.state): Depend on s-gtype. Use temporary file.
12910         (gengtype-lex.o): New rule.
12911         (gengtype-parse.o): Likewise.
12912         (gengtype-state.o): Likewise.
12913         (gengtype$(exeext)): Likewise.
12914         (install-gengtype): Likewise.
12915         (gengtype.o): Likewise.
12916         (build/gengtype.o): Depend on version.h.
12917         (build/gengtype-state): Depend on double-int.h, version.h,
12918         $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
12919         (install-plugin): Depend on install-gengtype.
12920
12921 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
12922
12923         PR middle-end/49905
12924         * tree.h (init_attributes): New prototype.
12925         * attribs.c (init_attributes): No longer static.
12926
12927 2011-08-04  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12928
12929         * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
12930         maybe_suffix.
12931
12932 2011-08-03   David Li  <davidxl@google.com>
12933
12934         * tree-optimize.c (execute_fixup_cfg): Fix up entry
12935         outgoing edge counts after inlining.
12936
12937 2011-08-03   David Li  <davidxl@google.com>
12938
12939         * profile.c (compute_branch_probabilities): Compute
12940         function frequency after profile annotation.
12941
12942 2011-08-04  Alan Modra  <amodra@gmail.com>
12943
12944         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
12945         use_backchain_to_restore_sp initialisation.
12946         (rs6000_legitimate_offset_address_p): Simplify offset test.
12947
12948 2011-08-03  Richard Henderson  <rth@redhat.com>
12949
12950         * config/spu/spu.md: Use define_c_enum instead of define_constants.
12951         (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
12952         (UNSPECV_NOP): New.
12953
12954 2011-08-03  Richard Henderson  <rth@redhat.com>
12955
12956         PR target/34888
12957         * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
12958
12959 2011-08-03  Jakub Jelinek  <jakub@redhat.com>
12960
12961         PR tree-optimization/49948
12962         * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
12963
12964 2011-08-03  Anatoly Sokolov  <aesok@post.ru>
12965
12966         * config/m32c/m32c.c (class_sizes): Remove.
12967         (reduce_class): Change arguments and return type to reg_class_t.
12968         Change type cc var to HARD_REG_SET. Change type best var to
12969         reg_class_t. Change type best_size var to unsigned int. Remove
12970         initialization class_sizes var. Use reg_class_size array instead
12971         of class_sizes. Use reg_class_contents array instead
12972         of class_contents.
12973
12974 2011-08-03  Richard Guenther  <rguenther@suse.de>
12975
12976         PR middle-end/49958
12977         * fold-const.c (fold_binary_loc): Only associate
12978         (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
12979         overflow wraps.
12980
12981 2011-08-03  Alan Modra  <amodra@gmail.com>
12982
12983         PR rtl-optimization/49941
12984         * jump.c (mark_jump_label): Comment.
12985         (mark_jump_label_1): Set JUMP_LABEL for return jumps.
12986         * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
12987         (mark_used_flags): Don't mark RETURN.
12988
12989 2011-08-03  Richard Guenther  <rguenther@suse.de>
12990
12991         PR tree-optimization/49938
12992         * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
12993         deal with a POLYNOMIAL_CHREC.
12994
12995 2011-08-03  Revital Eres  <revital.eres@linaro.org>
12996
12997         * modulo-sched.c (calculate_stage_count,
12998         calculate_must_precede_follow, get_sched_window,
12999         try_scheduling_node_in_cycle, remove_node_from_ps): Add
13000         declaration.
13001         (update_node_sched_params, set_must_precede_follow, optimize_sc):
13002         New functions.
13003         (reset_sched_times): Call update_node_sched_params.
13004         (sms_schedule): Call optimize_sc.
13005         (get_sched_window): Change function arguments.
13006         (sms_schedule_by_order): Update call to get_sched_window.
13007         Call set_must_precede_follow.
13008         (calculate_stage_count): Add function argument.
13009
13010 2011-08-02  Richard Henderson  <rth@redhat.com>
13011
13012         PR target/49864
13013         PR target/49879
13014         * reg-notes.def (REG_ARGS_SIZE): New.
13015         * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
13016         (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
13017         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
13018         different stack levels.
13019         * combine-stack-adj.c (adjust_frame_related_expr): Remove.
13020         (maybe_move_args_size_note): New.
13021         (combine_stack_adjustments_for_block): Use it.
13022         * combine.c (distribute_notes): Place REG_ARGS_SIZE.
13023         * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
13024         (dw_trace_info): Add beg_true_args_size, end_true_args_size,
13025         beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
13026         (cur_cfa): New.
13027         (queued_args_size): Remove.
13028         (add_cfi_args_size): Assert size is non-negative.
13029         (stack_adjust_offset, dwarf2out_args_size): Remove.
13030         (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
13031         (notice_args_size, notice_eh_throw): New.
13032         (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
13033         (dwarf2out_frame_debug_adjust_cfa): Likewise.
13034         (dwarf2out_frame_debug_cfa_offset): Likewise.
13035         (dwarf2out_frame_debug_expr): Likewise.  Don't stack_adjust_offset.
13036         (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
13037         (change_cfi_row): Don't emit args_size.
13038         (maybe_record_trace_start_abnormal): Split out from ...
13039         (maybe_record_trace_start): Here.  Set args_size_undefined.
13040         (create_trace_edges): Update to match.
13041         (scan_trace): Handle REG_ARGS_SIZE.
13042         (connect_traces): Connect args_size between EH insns.
13043         * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
13044         * explow.c (suppress_reg_args_size): New.
13045         (adjust_stack_1): Split out from ...
13046         (adjust_stack): ... here.
13047         (anti_adjust_stack): Use it.
13048         (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
13049         * expr.c (mem_autoinc_base): New.
13050         (fixup_args_size_notes): New.
13051         (emit_single_push_insn_1): Rename from emit_single_push_insn.
13052         (emit_single_push_insn): New.  Generate REG_ARGS_SIZE.
13053         * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
13054         * reload1.c (reload_as_needed): Likewise.
13055         * rtl.h (fixup_args_size_notes): Declare.
13056
13057 2011-08-02  Paolo Carlini  <paolo.carlini@oracle.com>
13058
13059         PR bootstrap/49914
13060         * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
13061         of abs.
13062         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
13063         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
13064
13065 2011-08-02  Richard Henderson  <rth@redhat.com>
13066
13067         * config/h8300/h8300.c (push, pop): Return the insn.
13068         (h8300_swap_into_er6): Generate correct unwind info.
13069         (h8300_swap_out_of_er6): Likewise.
13070         * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
13071         complex cfa expression.
13072         (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
13073
13074 2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>
13075
13076         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
13077
13078 2011-08-02  Richard Henderson  <rth@redhat.com>
13079
13080         PR target/49878
13081         * config/h8300/h8300.c (h8300_move_ok): New.
13082         * config/h8300/h8300-protos.h: Declare it.
13083         * config/h8300/h8300.md (P): New mode iterator.
13084         (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
13085         (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
13086         (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
13087         (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
13088         (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
13089         and pushqi1_h8300hs_normal; use PRE_MODIFY and
13090         register_no_sp_elim_operand.
13091         (*pushhi1_h8300hs_<P>): Similarly.
13092         (pushqi1, pushhi1, pushhi1_h8300): Remove.
13093         * config/h8300/predicates.md (register_no_sp_elim_operand): New.
13094
13095 2011-08-02  Richard Henderson  <rth@redhat.com>
13096
13097         PR target/49881
13098         * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
13099
13100 2011-08-02  Jakub Jelinek  <jakub@redhat.com>
13101
13102         * c-parser.c (enum c_parser_prec): New enum, moved from within
13103         c_parser_binary_expression.
13104         (c_parser_binary_expression): Add PREC argument.  Stop parsing
13105         if operator has lower or equal precedence than PREC.
13106         (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
13107         callers.
13108         (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
13109         Adjust c_finish_omp_atomic caller.
13110         (c_parser_omp_taskyield): New function.
13111         (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
13112         (c_parser_omp_clause_name): Handle final and mergeable clauses.
13113         (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
13114         functions.
13115         (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
13116         and PRAGMA_OMP_CLAUSE_MERGEABLE.
13117         (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
13118         (c_parser_omp_clause_reduction): Handle min and max.
13119         * c-typeck.c (c_finish_omp_clauses): Don't complain about
13120         const qualified predetermined vars in firstprivate clause.
13121         andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13122         Handle MIN_EXPR and MAX_EXPR.
13123         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
13124         and OMP_CLAUSE_MERGEABLE.
13125         (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
13126         and OMP_ATOMIC_CAPTURE_NEW.
13127         * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
13128         OMP_CLAUSE_MERGEABLE.
13129         (omp_clause_code_name): Likewise.
13130         (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13131         * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
13132         and OMP_CLAUSE_MERGEABLE.
13133         (OMP_CLAUSE_FINAL_EXPR): Define.
13134         * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
13135         OMP_CLAUSE_MERGEABLE.
13136         (expand_task_call): Likewise.
13137         (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
13138         (expand_omp_atomic_fetch_op): Handle cases where old or new
13139         value is needed afterwards.
13140         (expand_omp_atomic): Call expand_omp_atomic_load resp.
13141         expand_omp_atomic_store.
13142         * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
13143         OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
13144         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
13145         OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13146         * tree-nested.c (convert_nonlocal_omp_clauses,
13147         convert_local_omp_clauses): Likewise.
13148         * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
13149         OMP_ATOMIC_CAPTURE_NEW): New.
13150         * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
13151         (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
13152         New inlines.
13153         * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
13154         * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
13155         OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13156
13157 2011-08-02  Kai Tietz  <ktietz@redhat.com>
13158
13159         * gimple.c (canonicalize_cond_expr_cond): Handle cast from
13160         boolean-type.
13161         (ssa_forward_propagate_and_combine): Interprete result of
13162         forward_propagate_comparison.
13163         * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
13164         boolean-typed operands for comparisons.
13165
13166 2011-08-02  Georg-Johann Lay  <avr@gjlay.de>
13167
13168         * config/avr/libgcc.S: Gather related function in the
13169         same input section.
13170         (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
13171         __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
13172         references.
13173         (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
13174         __udivmodsi4, __divmodsi4, __prologue_saves__,
13175         __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
13176         __do_copy_data, __do_clear_bss, __do_global_ctors,
13177         __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
13178
13179 2011-08-02  Uros Bizjak  <ubizjak@gmail.com>
13180
13181         PR target/47766
13182         * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
13183         (stack_protect_test): The pattern compares ptr_mode value.
13184
13185 2011-08-02  Alan Modra  <amodra@gmail.com>
13186
13187         * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
13188         note for save_LR_around_toc_setup sequence.
13189
13190 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
13191
13192         * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
13193
13194 2011-08-01  Sebastian Pop  <sebastian.pop@amd.com>
13195             Joseph Myers  <joseph@codesourcery.com>
13196
13197         * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
13198         * hwint.c: Include diagnostic-core.h.
13199         (abs_hwi): New.
13200         (gcd): Moved here...
13201         (pos_mul_hwi): New.
13202         (mul_hwi): New.
13203         (least_common_multiple): Moved here...
13204         * hwint.h (gcd): ... from here.
13205         (least_common_multiple): ... from here.
13206         (HOST_WIDE_INT_MIN): New.
13207         (HOST_WIDE_INT_MAX): New.
13208         (abs_hwi): Declared.
13209         (gcd): Declared.
13210         (pos_mul_hwi): Declared.
13211         (mul_hwi): Declared.
13212         (least_common_multiple): Declared.
13213         * omega.c (check_pos_mul): Removed.
13214         (check_mul): Removed.
13215         (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
13216         mul_hwi instead of check_mul.
13217
13218 2011-08-01  Richard Henderson  <rth@redhat.com>
13219
13220         PR target/49881
13221         * config/avr/avr.h (PUSH_ROUNDING): New.
13222         * config/avr/avr.md (pushqi1): Rename from *pushqi.
13223         (*pushhi, *pushsi, *pushsf): Remove.
13224         (MPUSH): New mode iterator.
13225         (push<MPUSH>1): New expander.
13226
13227 2011-08-01  Anatoly Sokolov  <aesok@post.ru>
13228
13229         * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
13230         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
13231         * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
13232         mmix_preferred_output_reload_class): Remove.
13233         * config/mmix/mmix.c (mmix_preferred_reload_class,
13234         mmix_preferred_output_reload_class): Make static. Change rclass
13235         argument and return type to reg_class_t.
13236         (TARGET_PREFERRED_RELOAD_CLASS,
13237         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
13238
13239 2011-08-01  Joern Rennecke  <joern.rennecke@embecosm.com>
13240
13241         * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
13242         handling.
13243
13244 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
13245
13246         PR target/47766
13247         * config/i386/i386.md (PTR): New.
13248         (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
13249         (stack_protect_test): Likewise.
13250         (stack_protect_set_<mode>): Replace ":P" with ":PTR".
13251         (stack_tls_protect_set_<mode>): Likewise.
13252         (stack_tls_protect_test_<mode>): Likewise.
13253
13254 2011-08-01  Uros Bizjak  <ubizjak@gmail.com>
13255
13256         PR target/49927
13257         * config/i386/i386.c (ix86_address_subreg_operand): New.
13258         (ix86_decompose_address): Use ix86_address_subreg_operand.
13259         (ix86_legitimate_address_p): Do not assert that subregs satisfy
13260         register_no_elim_operand in DImode.
13261
13262 2011-08-01  Ira Rosen  <ira.rosen@linaro.org>
13263
13264         PR tree-optimization/49926
13265         * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
13266         in a chain doesn't have uses both inside and outside the loop.
13267
13268 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
13269
13270         * config/avr/avr.h (mcu_type_s): Add errata_skip field.
13271         * config/avr/avr-devices.c (avr_mcu_types): Use it.
13272         * config/avr/avr-mcus.def (AVR_MCU): Use it.
13273         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
13274         define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
13275         * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
13276         Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
13277         to detect if XJMP must not be skipped.
13278
13279 2011-08-02  Alan Modra  <amodra@gmail.com>
13280
13281         * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
13282         Delete.
13283         * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
13284         (rs6000_emit_prologue): Don't prematurely return when
13285         TARGET_SINGLE_PIC_BASE.  Don't emit eh_frame info in
13286         save_toc_in_prologue case.
13287         (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
13288         calls_alloca.
13289
13290 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
13291
13292         * config/avr/avr-devices.c: Delete SVN property svn:executable.
13293         * config/avr/predicates.md: Ditto.
13294         * config/avr/driver-avr.c: Ditto.
13295         * config/avr/genopt.sh: Set SVN property svn:executable to *.
13296
13297 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
13298
13299         * calls.c (emit_library_call_value_1): Declare size only if
13300         BLOCK_REG_PADDING is defined.
13301
13302 2011-08-01  Kirill Yukhin  <kirill.yukhin@intel.com>
13303
13304         PR target/49547
13305         * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
13306         (x86_64-*-*): Likewise.
13307         * config/i386/i386.opt (mlzcnt): New.
13308         * config/i386/abmintrin.h: File removed.
13309         (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
13310         * config/i386/lzcntintrin.h: ... here.  New file.
13311         (__lzcnt): Rename to ...
13312         (__lzcnt32): ... this.
13313         * config/i386/bmiintrin.h (head): Update copyright year.
13314         (__lzcnt_u16): Removed.
13315         (__lzcnt_u32): Likewise.
13316         (__lzcnt_u64): Likewise.
13317         * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
13318         is defined, remove abmintrin.h.
13319         * config/i386/cpuid.h (bit_LZCNT): New.
13320         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
13321         LZCNT feature.
13322         * config/i386/i386-c.c (ix86_target_macros_internal): Define
13323         __LZCNT__ if needed.
13324         * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
13325         (ix86_option_override_internal): Handle LZCNT option.
13326         (ix86_valid_target_attribute_inner_p): Likewise.
13327         (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
13328         * config/i386/i386.h (TARGET_LZCNT): New.
13329         (CLZ_DEFINED_VALUE_AT_ZERO): Update.
13330         * config/i386/i386.md (clz<mode>2): Update insn constraint.
13331         (clz<mode>2_lzcnt): Likewise.
13332         * doc/invoke.texi: Mention -mlzcnt option.
13333         * doc/extend.texi: Likewise.
13334
13335 2011-08-01  Julian Brown  <julian@codesourcery.com>
13336
13337         * configure.ac (fixed-point): Add ARM support.
13338         * configure: Regenerate.
13339         * config/arm/arm.c (arm_fixed_mode_set): New struct.
13340         (arm_set_fixed_optab_libfunc): New.
13341         (arm_set_fixed_conv_libfunc): New.
13342         (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
13343         ARM-specific names.
13344         (aapcs_libcall_value): Return sub-word-size fixed-point libcall
13345         return values in SImode.
13346         (arm_return_in_msb): Return fixed-point types in the msb.
13347         (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
13348         upwards.
13349         (arm_scalar_mode_supported_p): Support fixed-point modes.
13350         (arm_vector_mode_supported_p): Support vector fixed-point modes.
13351         * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
13352         (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
13353         (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
13354         (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
13355         * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
13356         New mode iterators.
13357         (qaddsub_suf): New mode attribute.
13358         * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
13359         vector modes.
13360         * config/arm/predicates.md (sat_shift_operator): New predicate.
13361         * config/arm/arm-fixed.md: New.
13362         * config/arm/arm.md: Include arm-fixed.md.
13363         * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
13364
13365 2011-08-01  Julian Brown  <julian@codesourcery.com>
13366
13367         * calls.c (emit_library_call_value_1): Support padding for libcall
13368         arguments and return values.
13369         * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
13370         downwards in big-endian mode.
13371
13372 2011-08-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13373
13374         PR debug/49887
13375         * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
13376         * config/sol2-protos.h: Likewise.
13377         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
13378         solaris_code_end.
13379         * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
13380         * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
13381         solaris_file_end.
13382         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
13383
13384 2011-08-01  Julian Brown  <julian@codesourcery.com>
13385
13386         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
13387
13388 2011-08-01  Julian Brown  <julian@codesourcery.com>
13389
13390         * final.c (output_addr_const): Print fixed-point constants as
13391         decimal not hex.
13392
13393 2011-08-01  Richard Guenther  <rguenther@suse.de>
13394
13395         * stor-layout.c (initialize_sizetypes): Properly sign-extend
13396         bitsiztype TYPE_MAX_VALUE.
13397
13398 2011-08-01  Julian Brown  <julian@codesourcery.com>
13399
13400         * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
13401         comparison helpers.
13402
13403 2011-07-31  Richard Henderson  <rth@redhat.com>
13404
13405         * config/h8300/crti.asm: Add flags to .section directive.
13406         * config/h8300/crtn.asm: Likewise.
13407
13408 2011-07-31  Richard Henderson  <rth@redhat.com>
13409
13410         * stor-layout.c (initialize_sizetypes): Handle unsigned short.
13411         * tree.c (build_common_tree_nodes): Likewise.
13412
13413 2011-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
13414
13415         PR target/49880
13416         * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
13417         (divsi3_i1): Likewise.
13418
13419 2011-07-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13420
13421         PR tree-optimization/49749
13422         * tree-ssa-reassoc.c (get_rank): New forward declaration.
13423         (PHI_LOOP_BIAS): New macro.
13424         (phi_rank): New function.
13425         (loop_carried_phi): Likewise.
13426         (propagate_rank): Likewise.
13427         (get_rank): Add calls to phi_rank and propagate_rank.
13428
13429 2011-07-31  H.J. Lu  <hongjiu.lu@intel.com>
13430
13431         * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
13432         of TARGET_64BIT.
13433         (PTRDIFF_TYPE): Likewise.
13434
13435 2011-07-31  Uros Bizjak  <ubizjak@gmail.com>
13436
13437         PR target/49920
13438         * config/i386/i386.md (strset): Do not expand strset_singleop
13439         when %eax or $edi are fixed.
13440         (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
13441         (*strsetsi_1): Ditto.
13442         (*strsethi_1): Ditto.
13443         (*strsetqi_1): Ditto.
13444         (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
13445         (*rep_stossi): Ditto.
13446         (*rep_stosqi): Ditto.
13447         (*strlenqi_1): Ditto.
13448         (cmpstrnsi): Also fail when %ecx is fixed.
13449         (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
13450         (*cmpstrnqi_1): Ditto.
13451         (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
13452         (*strmovsi_1): Ditto.
13453         (*strmovhi_1): Ditto.
13454         (*strmovqi_1): Ditto.
13455         (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
13456         (*rep_movsi): Ditto.
13457         (*rep_movqi): Ditto.
13458
13459 2011-07-31  Mikael Pettersson  <mikpe@it.uu.se>
13460
13461         PR target/47908
13462         * config/m68k/m68k.c (m68k_override_options_after_change): New function.
13463         Disable instruction scheduling for non-ColdFire targets.
13464         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
13465
13466 2011-07-31  Revital Eres  <revital.eres@linaro.org>
13467
13468         * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
13469         of anti-dep edge from a branch.
13470         (add_cross_iteration_register_deps): Create anti-dep edge from
13471         a branch.
13472
13473 2011-07-31  Revital Eres  <revital.eres@linaro.org>
13474
13475         * modulo-sched.c: Change comment.
13476         (reset_sched_times): Fix print message.
13477         (print_partial_schedule): Add print info.
13478
13479 2011-07-31  Tom de Vries  <tom@codesourcery.com>
13480
13481         PR middle-end/43513
13482         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
13483         get_object_alignment and TYPE_ALIGN.
13484
13485 2011-07-30  Tom de Vries  <tom@codesourcery.com>
13486
13487         PR middle-end/43513
13488         * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
13489         (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
13490
13491 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13492
13493         * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
13494         <sys/sbd.h>.
13495         (cpu_types): New array.
13496         (cputype): New function.
13497         (host_detect_local_cpu): Only define buf, f if !__sgi__.
13498         Use scaninvent instead of /proc/cpuinfo if __sgi__.
13499         * config.host: Also use driver-native.o, mips/x-native on
13500         mips-sgi-irix*.
13501         * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
13502         (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
13503         (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
13504
13505 2011-07-29  Jakub Jelinek  <jakub@redhat.com>
13506
13507         PR middle-end/49897
13508         PR middle-end/49898
13509         * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
13510         in nested parallel and outer is a gimple_reg, mark it as addressable
13511         and set its bit in task_shared_vars bitmap too.
13512
13513 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
13514
13515         * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
13516
13517 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13518
13519         * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
13520         IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
13521         (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
13522         AMASK_LOCKPFTCHOK): Define.
13523         (host_detect_local_cpu): Remove buf, f, cpu_names.
13524         Define cpu_types, implver, amask.
13525         Use __builtin_alpha_implver, __builtin_alpha_amask to determine
13526         native CPU.
13527         * config.host: Also use driver-alpha.o, alpha/x-alpha on
13528         alpha*-dec-osf*.
13529         * config/alpha/osf5.h [__alpha__ || __alpha]
13530         (host_detect_local_cpu): Declare.
13531         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
13532         (DRIVER_SELF_SPECS): Define.
13533
13534 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
13535
13536         PR target/47715
13537         * config/i386/i386.md (*load_tp_x32): New.
13538         (*load_tp_x32_zext): Ditto.
13539         (*add_tp_x32): Ditto.
13540         (*add_tp_x32_zext): Ditto.
13541         (*load_tp_<mode>): Disable for TARGET_X32 targets.
13542         (*add_tp_<mode>): Ditto.
13543         * config/i386/i386.c (get_thread_pointer): Load thread pointer in
13544         ptr_mode and convert to Pmode if needed.
13545
13546 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
13547
13548         PR target/49687
13549         * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
13550         muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
13551         *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
13552         Add X to register footprint: Clobber r26/r27.
13553
13554 2011-07-29  Richard Guenther  <rguenther@suse.de>
13555
13556         * builtins.c (fold_builtin_signbit): Build the comparison
13557         with a proper type.
13558
13559 2011-07-29  Richard Guenther  <rguenther@suse.de>
13560
13561         PR tree-optimization/49893
13562         * tree-predcom.c (suitable_reference_p): Volatile references
13563         are not suitable.
13564
13565 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
13566
13567         PR target/49313
13568         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
13569         (__ctzsi2): Result for 0 may be undefined.
13570         (__ctzhi2): Result for 0 may be undefined.
13571         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
13572         (__popcountsi2): Ditto. And don't clobber r26.
13573         (__popcountdi2): Ditto. And don't clobber r27.
13574         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
13575         (parityhi2): New expand.
13576         (paritysi2): New expand.
13577         (popcounthi2): New expand.
13578         (popcountsi2): New expand.
13579         (clzhi2): New expand.
13580         (clzsi2): New expand.
13581         (ctzhi2): New expand.
13582         (ctzsi2): New expand.
13583         (ffshi2): New expand.
13584         (ffssi2): New expand.
13585         (copysignsf3): New insn.
13586         (bswapsi2): New expand.
13587         (*parityhi2.libgcc): New insn.
13588         (*parityqihi2.libgcc): New insn.
13589         (*paritysihi2.libgcc): New insn.
13590         (*popcounthi2.libgcc): New insn.
13591         (*popcountsi2.libgcc): New insn.
13592         (*popcountqi2.libgcc): New insn.
13593         (*popcountqihi2.libgcc): New insn-and-split.
13594         (*clzhi2.libgcc): New insn.
13595         (*clzsihi2.libgcc): New insn.
13596         (*ctzhi2.libgcc): New insn.
13597         (*ctzsihi2.libgcc): New insn.
13598         (*ffshi2.libgcc): New insn.
13599         (*ffssihi2.libgcc): New insn.
13600         (*bswapsi2.libgcc): New insn.
13601
13602 2011-07-29  Richard Guenther  <rguenther@suse.de>
13603
13604         * tree-vrp.c (get_value_range): Only set parameter default
13605         definitions to varying, leave others at undefined.
13606         (extract_range_from_binary_expr): Fix undefined handling.
13607         (vrp_visit_phi_node): Handle merged undefined state.
13608
13609 2011-07-29  Wei Guozhi  <carrot@google.com>
13610
13611         PR rtl-optimization/49799
13612         * combine.c (make_compound_operation): Check if the bit field is valid
13613         before change it to bit field extraction.
13614
13615 2011-07-29  Bernd Schmidt  <bernds@codesourcery.com>
13616
13617         PR rtl-optimization/49891
13618         * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
13619         newly created returnjumps.
13620
13621 2011-07-28  DJ Delorie  <dj@redhat.com>
13622
13623         * expr.c (expand_expr_addr_expr_1): Detect a user request for a
13624         local frame in a naked function, and produce a suitable error for
13625         that specific case.
13626
13627         * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
13628         registers to be reloaded in HI classes when the target is HI.
13629
13630 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
13631
13632         * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
13633         bound_one, bound_two.
13634
13635 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
13636
13637         PR middle-end/48648
13638         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
13639         CLAST assignments.
13640         (translate_clast): Same.
13641         (translate_clast_assignment): New.
13642
13643 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
13644
13645         PR tree-optimization/49876
13646         * sese.c (rename_uses): Do not return false on gloog_error: set
13647         the new_expr to integer_zero_node and continue code generation.
13648         (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
13649
13650 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
13651
13652         PR debug/49846
13653         * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
13654         arguments also check if they aren't initialized with a MODE_INT
13655         mode of the same size.
13656
13657 2011-07-28  Aldy Hernandez  <aldyh@redhat.com>
13658
13659         * expr.c (get_bit_range): Handle *MEM_REF's.
13660
13661 2011-07-28  Bernd Schmidt  <bernds@codesourcery.com>
13662
13663         * rtlanal.c (tablejump_p): False for returns.
13664         * reorg.c (first_active_target_insn): New static function.
13665         (find_end_label): Set JUMP_LABEL for a new returnjump.
13666         (optimize_skip, get_jump_flags, rare_destination,
13667         mostly_true_jump, get_branch_condition,
13668         steal_delay_list_from_target, own_thread_p,
13669         fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
13670         fill_eager_delay_slots, relax_delay_slots, make_return_insns,
13671         dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
13672         * jump.c (delete_related_insns): Likewise.
13673         (jump_to_label_p): New function.
13674         (redirect_target): New static function.
13675         (redirect_exp_1): Use it.  Adjust to handle ret_rtx in JUMP_LABELS.
13676         (redirect_jump_1): Assert that the new label is nonnull.
13677         (redirect_jump): Likewise.
13678         (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
13679         * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
13680         exit block.
13681         (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE.  All callers
13682         changed.  Ensure that the right label is passed to redirect_jump.
13683         * function.c (emit_return_into_block,
13684         thread_prologue_and_epilogue_insns): Ensure new returnjumps have
13685         ret_rtx in their JUMP_LABEL.
13686         * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
13687         * emit-rtl.c (skip_consecutive_labels): Allow the caller to
13688         pass ret_rtx as label.
13689         * cfglayout.c (fixup_reorder_chain): Use
13690         force_nonfallthru_and_redirect rather than force_nonfallthru.
13691         (duplicate_insn_chain): Copy JUMP_LABELs for returns.
13692         * rtl.h (ANY_RETURN_P): New macro.
13693         (jump_to_label_p): Declare.
13694         * resource.c (find_dead_or_set_registers): Handle ret_rtx in
13695         JUMP_LABELs.
13696         (mark_target_live_regs): Likewise.
13697         * basic-block.h (force_nonfallthru_and_redirect): Declare.
13698         * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
13699         * config/alpha/alpha.c (alpha_tablejump_addr_vec,
13700         alpha_tablejump_best_label): Remove functions.
13701         * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
13702         alpha_tablejump_best_label): Remove declarations.
13703         * config/sh/sh.c (barrier_align, split_branches): Adjust for
13704         ret_rtx in JUMP_LABELs.
13705         * config/arm/arm.c (is_jump_table): Likewise.
13706
13707 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
13708
13709         * config/i386/predicates.md (pic_32bit_opreand): Do not define as
13710         special predicate.  Remove explicit mode checks.
13711
13712 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
13713
13714         * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
13715         DW_AT_data_member_location containing just DW_OP_plus_uconst.
13716
13717         PR debug/49871
13718         * dwarf2out.c (size_of_die, value_format, output_die): Use
13719         DW_FORM_udata instead of DW_FORM_data[48] for
13720         dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
13721
13722 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
13723
13724         * config/i386/i386.md (*tls_global_dynamic_64): Update
13725         length attribute.
13726
13727 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
13728
13729         PR target/47715
13730         * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
13731         tls_symbolic_operand check.  Update code sequence for TARGET_X32.
13732         (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
13733         (tls_dynamic_gnu2_64): Ditto.
13734         (*tls_dynamic_gnu2_lea_64): Ditto.
13735         (*tls_dynamic_gnu2_call_64): Ditto.
13736         (*tls_dynamic_gnu2_combine_64): Ditto.
13737
13738 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
13739
13740         * config.gcc: Set need_64bit_hwint to yes for x86 targets.
13741
13742 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
13743
13744         PR target/47364
13745         * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
13746
13747 2011-07-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
13748
13749         * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
13750         before the core constraints. Adjust attributes.
13751         ("*thumb2_movdf_vfp"): Likewise.
13752
13753 2011-07-28  Kai Tietz  <ktietz@redhat.com>
13754
13755         * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
13756         (simplify_truth_ops_using_ranges): Likewise.
13757         (build_assert_expr_for): Likewise.
13758         (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
13759         and handle BIT_NOT_EXPR for truth-operation.
13760
13761 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
13762
13763         PR target/49313
13764         Undo r176835 from trunk
13765         2011-07-27  Georg-Johann Lay
13766
13767 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
13768
13769         PR target/49687
13770         * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
13771         Add _muluhisi3, _mulshisi3, _usmulhisi3.
13772         * config/avr/libgcc.S (__mulsi3): Rewrite.
13773         (__mulhisi3): Rewrite.
13774         (__umulhisi3): Rewrite.
13775         (__usmulhisi3): New.
13776         (__muluhisi3): New.
13777         (__mulshisi3): New.
13778         (__mulohisi3): New.
13779         (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
13780         declare.
13781         * config/avr/predicates.md (pseudo_register_operand): Rewrite.
13782         (pseudo_register_or_const_int_operand): New.
13783         (combine_pseudo_register_operand): New.
13784         (u16_operand): New.
13785         (s16_operand): New.
13786         (o16_operand): New.
13787         * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
13788         * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
13789         (any_extend, any_extend2): New code iterators.
13790         (extend_prefix): New code attribute.
13791         (mulsi3): Rewrite. Turn insn to expander.
13792         (mulhisi3): Ditto.
13793         (umulhisi3): Ditto.
13794         (usmulhisi3): New expander.
13795         (*mulsi3): New insn-and-split.
13796         (mulu<mode>si3): New insn-and-split.
13797         (muls<mode>si3): New insn-and-split.
13798         (mulohisi3): New insn-and-split.
13799         (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
13800         *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
13801         *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
13802         *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
13803         insn-and-split.
13804         (*mulsi3_call): Rewrite.
13805         (*mulhisi3_call): Rewrite.
13806         (*umulhisi3_call): Rewrite.
13807         (*usmulhisi3_call): New insn.
13808         (*muluhisi3_call): New insn.
13809         (*mulshisi3_call): New insn.
13810         (*mulohisi3_call): New insn.
13811         (extendqihi2): Use combine_pseudo_register_operand as predicate
13812         for operand 1.
13813         (extendqisi2): Ditto.
13814         (zero_extendqihi2): Ditto.
13815         (zero_extendqisi2): Ditto.
13816         (zero_extendhisi2): Ditto.
13817         (extendhisi2): Ditto. Don't early-clobber operand 0.
13818
13819 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
13820
13821         * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
13822
13823 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
13824
13825         PR tree-optimization/49471
13826         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
13827         iv only when the largest type is unsigned.  Do not call
13828         lang_hooks.types.type_for_size.
13829
13830 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
13831
13832         PR middle-end/45450
13833         * graphite-poly.c (apply_poly_transforms): Disable legality check
13834         after an openscop read.
13835
13836 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
13837
13838         PR middle-end/47691
13839         * graphite-clast-to-gimple.c (translate_clast_user): Update use of
13840         copy_bb_and_scalar_dependences.
13841         * sese.c (rename_uses): Do not call gcc_assert.  Set gloog_error.
13842         (graphite_copy_stmts_from_block): Update call to rename_uses.
13843         (copy_bb_and_scalar_dependences): Update call to
13844         graphite_copy_stmts_from_block.
13845         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
13846
13847 2011-07-27  Georg-Johann Lay  <avr@gjlay.de>
13848
13849         PR target/49313
13850         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
13851         (__ctzsi2): Result for 0 may be undefined.
13852         (__ctzhi2): Result for 0 may be undefined.
13853         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
13854         (__popcountsi2): Ditto. And don't clobber r26.
13855         (__popcountdi2): Ditto. And don't clobber r27.
13856         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
13857         (parityhi2): New expand.
13858         (paritysi2): New expand.
13859         (popcounthi2): New expand.
13860         (popcountsi2): New expand.
13861         (clzhi2): New expand.
13862         (clzsi2): New expand.
13863         (ctzhi2): New expand.
13864         (ctzsi2): New expand.
13865         (ffshi2): New expand.
13866         (ffssi2): New expand.
13867         (copysignsf3): New insn.
13868         (bswapsi2): New expand.
13869         (*parityhi2.libgcc): New insn.
13870         (*parityqihi2.libgcc): New insn.
13871         (*paritysihi2.libgcc): New insn.
13872         (*popcounthi2.libgcc): New insn.
13873         (*popcountsi2.libgcc): New insn.
13874         (*popcountqi2.libgcc): New insn.
13875         (*popcountqihi2.libgcc): New insn-and-split.
13876         (*clzhi2.libgcc): New insn.
13877         (*clzsihi2.libgcc): New insn.
13878         (*ctzhi2.libgcc): New insn.
13879         (*ctzsihi2.libgcc): New insn.
13880         (*ffshi2.libgcc): New insn.
13881         (*ffssihi2.libgcc): New insn.
13882         (*bswapsi2.libgcc): New insn.
13883
13884 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
13885
13886         * config/i386/i386.c (ix86_expand_move): Do not explicitly check
13887         the mode of symbolic_opreand RTXes.
13888
13889 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
13890
13891         * config/i386/predicates.md (x86_64_movabs_operand): Return false
13892         for pic_32bit_operand RTXes.
13893         * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
13894         in DImode.
13895
13896 2011-07-27  Kai Tietz  <ktietz@redhat.com>
13897
13898         * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
13899         for 32-bit, too.
13900         (ix86_handle_abi_attribute): Allow function attributes
13901         ms_abi/sysv_abi in 32-bit mode, too.
13902         * doc/extend.texi: Adjust attribute documentation.
13903
13904         * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
13905         expression handling.
13906         (and_var_with_comparison_1): Likewise.
13907
13908 2011-07-27  Aldy Hernandez  <aldyh@redhat.com>
13909
13910         * params.h (ALLOW_STORE_DATA_RACES): New.
13911         * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
13912         * Makefile.in (expr.o): Depend on PARAMS_H.
13913         * machmode.h (get_best_mode): Add argument.
13914         * fold-const.c (optimize_bit_field_compare): Add argument to
13915         get_best_mode.
13916         (fold_truthop): Same.
13917         * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
13918         * expr.c (emit_group_store): Same.
13919         (copy_blkmode_from_reg): Same.
13920         (write_complex_part): Same.
13921         (optimize_bitfield_assignment_op): Add argument.
13922         Add argument to get_best_mode.
13923         (get_bit_range): New.
13924         (expand_assignment): Calculate maxbits and pass it down accordingly.
13925         (store_field): New argument.
13926         (expand_expr_real_2): New argument to store_field.  Include params.h.
13927         * expr.h (store_bit_field): New argument.
13928         * stor-layout.c (get_best_mode): Restrict mode expansion by taking
13929         into account maxbits.
13930         * calls.c (store_unaligned_arguments_into_pseudos): New argument
13931         to store_bit_field.
13932         * expmed.c (store_bit_field_1): New argument.  Use it.
13933         (store_bit_field): Same.
13934         (store_fixed_bit_field): Same.
13935         (store_split_bit_field): Same.
13936         (extract_bit_field_1): Pass new argument to get_best_mode.
13937         (extract_bit_field): Same.
13938         * stmt.c (store_bit_field): Pass new argument to store_bit_field.
13939         * doc/invoke.texi: Document parameter allow-store-data-races.
13940
13941 2011-07-27  Jakub Jelinek  <jakub@redhat.com>
13942
13943         * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
13944
13945 2011-07-27  Kai Tietz  <ktietz@redhat.com>
13946
13947         * tree-vrp.c (extract_range_from_binary_expr): Remove
13948         TRUTH-binary cases and add new bitwise-cases.
13949         (extract_range_from_assignment): Likewise.
13950         (register_edge_assert_for_1): Likeiwise.
13951         (register_edge_assert_for): Likewise.
13952         (simplify_truth_ops_using_ranges): Likewise.
13953         (simplify_stmt_using_ranges): Likewise.
13954
13955 2011-07-26  H.J. Lu  <hongjiu.lu@intel.com>
13956
13957         PR target/47372
13958         * config/i386/i386.c (ix86_delegitimize_address): Call
13959         simplify_gen_subreg for PIC with mode of x only if modes of
13960         x and orig_x are different.
13961
13962 2011-07-26  Jakub Jelinek  <jakub@redhat.com>
13963
13964         * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
13965         to GC allocated copy of the string.
13966         (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
13967         before .debug_line, not after it.
13968
13969 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
13970
13971         PR middle-end/47046
13972         * tree-chrec.h (evolution_function_is_affine_p): Recursively call
13973         evolution_function_is_affine_p on CHREC_RIGHT.
13974
13975 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
13976
13977         * tree-data-ref.c (max_stmt_executions_tree): Do not call
13978         lang_hooks.types.type_for_size.
13979
13980 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
13981
13982         PR middle-end/47653
13983         * graphite-scop-detection.c (graphite_can_represent_loop): Discard
13984         loops using wrapping semantics.
13985
13986 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
13987
13988         PR middle-end/48805
13989         * tree-scalar-evolution.c (instantiate_scev_r): Return
13990         chrec_dont_know for ADDR_EXPR.
13991
13992 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
13993             H.J. Lu  <hongjiu.lu@intel.com>
13994
13995         PR target/47369
13996         PR target/49853
13997         * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
13998         if legitimize_tls_address returned operand in wrong mode. Allow
13999         SImode and DImode symbolic operand for PIC.  Call convert_to_mode
14000         if legitimize_pic_address returned operand in wrong mode.
14001
14002 2011-07-26  Martin Jambor  <mjambor@suse.cz>
14003
14004         * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
14005         return false for invariants.
14006
14007 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14008
14009         * config/i386/i386.md (add->lea splitter): Implement using SWI
14010         mode iterator.  Change operand 2 predicate to <nonmemory_operand>.
14011         (add->lea zext splitter): Change operand 2 predicate to
14012         x86_64_nonmemory_operand.
14013
14014 2011-07-26  Richard Guenther  <rguenther@suse.de>
14015
14016         * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
14017         frequency makes everything hot.
14018
14019 2011-07-26  Richard Guenther  <rguenther@suse.de>
14020
14021         PR tree-optimization/49840
14022         * tree-vrp.c (range_fits_type_p): Properly handle full
14023         double-int precision.
14024
14025 2011-07-26  Martin Jambor  <mjambor@suse.cz>
14026
14027         PR bootstrap/49786
14028         * ipa-cp.c (update_profiling_info): Avoid overflow when updating
14029         counts.
14030         (update_specialized_profile): Likewise.
14031
14032 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14033             H.J. Lu  <hongjiu.lu@intel.com>
14034
14035         PR target/47381
14036         PR target/49832
14037         PR target/49833
14038         * config/i386/i386.md (i): Change SImode attribute to "e".
14039         (g): Change SImode attribute to "rme".
14040         (di): Change SImode attribute to "nF".
14041         (general_operand): Change SImode attribute to x86_64_general_operand.
14042         (general_szext_operand): Change SImode attribute to
14043         x86_64_szext_general_operand.
14044         (immediate_operand): Change SImode attribute to
14045         x86_64_immediate_operand.
14046         (nonmemory_operand): Change SImode attribute to
14047         x86_64_nonmemory_operand.
14048         (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
14049         (*movsi_internal): Ditto.  Use "e" constraint in alternative 2.
14050         (*lea_1): Use SWI48 mode iterator.
14051         (*lea_1_zext): New insn pattern.
14052         (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
14053         (*bt<mode>): Ditto.
14054         (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
14055         Update operand constraints.
14056         (addsi_1_zext): Ditto.
14057         (*add<mode>2): Ditto.
14058         (*addsi_3_zext): Ditto.
14059         (*subsi_1_zext): Ditto.
14060         (*subsi_2_zext): Ditto.
14061         (*subsi_3_zext): Ditto.
14062         (*addsi3_carry_zext): Ditto.
14063         (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
14064         (*mulsi3_1_zext): Ditto.
14065         (*andsi_1): Ditto.
14066         (*andsi_1_zext): Ditto.
14067         (*andsi_2_zext): Ditto.
14068         (*<any_or:code>si_1_zext): Ditto.
14069         (*<any_or:code>si_2_zext): Ditto.
14070         (*test<mode>_1): Use <general_operand> predicate for operand 1.
14071         (*and<mode>_2): Ditto.
14072         (mov<mode>cc): Use  <general_operand> predicate for operands 1 and 2.
14073         (add->lea splitter): Check operand modes in insn constraint.  Extend
14074         operands less than SImode wide to SImode.
14075         (add->lea zext splitter): Do not extend input operands to DImode.
14076         (*lea_general_1): Handle only QImode and HImode operands.
14077         (*lea_general_2): Ditto.
14078         (*lea_general_3): Ditto.
14079         (*lea_general_1_zext): Remove.
14080         (*lea_general_2_zext): Ditto.
14081         (*lea_general_3_zext): Ditto.
14082         (*lea_general_4): Check operand modes in insn constraint.  Extend
14083         operands less than SImode wide to SImode.
14084         (ashift->lea splitter): Ditto.
14085         * config/i386/i386.c (ix86_print_operand_address): Print address
14086         registers with 'q' modifier on 64bit targets.
14087         * config/i386/predicates.md (pic_32bit_opreand): Define as special
14088         predicate.  Reject non-SI and non-DI modes.
14089
14090 2011-07-25  Andrew Pinski  <apinski@cavium.com>
14091
14092         PR tree-opt/49671
14093         * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
14094         TREE_THIS_NOTRAP into the inner most MEM_REF.
14095         Always copy TREE_THIS_VOLATILE.
14096         * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
14097         arguments are not volatile references.
14098
14099 2011-07-25  Richard Henderson  <rth@redhat.com>
14100
14101         * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
14102         * final.c (final_scan_insn): Don't test for it.
14103         (rest_of_clean_state): Likewise.
14104
14105 2011-07-25  Richard Henderson  <rth@redhat.com>
14106
14107         PR debug/49841
14108         * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
14109         (emit_frame_save): Likewise.
14110         (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
14111         insn onto a dummy blockage insn after the join label.
14112
14113 2011-07-25  Richard Henderson  <rth@redhat.com>
14114
14115         * dwarf2cfi.c (dw_trace_info): Add ID member.
14116         (get_trace_index): Remove.  Change users to use ID member.
14117         (before_next_cfi_note): New.
14118         (connect_traces): Remove unreachable traces before the main loop.
14119         Look across one trace and generate remember/restore_state if needed.
14120
14121 2011-07-25  Richard Henderson  <rth@redhat.com>
14122
14123         * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
14124
14125 2011-07-25  Joern Rennecke  <joern.rennecke@embecosm.com>
14126
14127         * genattr.c (write_upcase, gen_attr <enum definition writing>):
14128         Move to ...
14129         * genattr-common.c ... here.
14130         (main): Call gen_attr.
14131         * optc-gen.awk: Make generated program include insn-attr-common.h .
14132         * Makefile.in (oprions.o): Depend on insn-attr-common.h
14133
14134 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
14135
14136         * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
14137         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
14138         * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
14139         m32c_print_operand, m32c_print_operand_address): Remove.
14140         * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
14141         Change return type to bool. Change argument type to bool.
14142         (m32c_print_operand, m32c_print_operand_address): Make static.
14143         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
14144         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14145
14146 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14147
14148         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
14149         attributes): Document mmap.
14150
14151 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
14152
14153         * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
14154         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
14155         * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
14156         mmix_print_operand, mmix_print_operand_address): Remove.
14157         * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
14158         Change return type to bool. Change argument type to bool.
14159         (mmix_print_operand, mmix_print_operand_address): Make static.
14160         (mmix_intval, mmix_output_condition): Change 'x' argument type
14161         to const_rtx.
14162         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
14163         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14164
14165 2011-07-25  Georg-Johann Lay  <avr@gjlay.de>
14166
14167         PR target/39386
14168         * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
14169         shift counter for x << x and x >> x shifts.
14170
14171 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14172
14173         PR target/47124
14174         * config.gcc: Reject *-*-solaris2 configuration.
14175
14176 2011-07-25  Richard Sandiford  <richard.sandiford@linaro.org>
14177
14178         PR tree-optimization/49809
14179         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
14180         gimple_get_lhs instead of gimple_assign_lhs.
14181
14182 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14183
14184         * system.h [__cplusplus]: Wrap C function declarations in extern "C".
14185
14186 2011-07-25  Richard Guenther  <rguenther@suse.de>
14187
14188         PR tree-optimization/49822
14189         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
14190         more.  Make sure to preserve stmts with side-effects.  Properly
14191         handle virtual defs, follow a longer def chain.
14192
14193 2011-07-22  Romain Geissler  <romain.geissler@gmail.com>
14194
14195         PR plugins/45348
14196         PR plugins/48425
14197         PR plugins/46577
14198         * Makefile.in: Do not flatten c-family directory when installing
14199         plugin headers.
14200
14201 2011-07-25  Eric Botcazou  <ebotcazou@adacore.com>
14202
14203         * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
14204         original nodes if we are dealing with virtual clones.
14205
14206 2011-07-25  Bernd Schmidt  <bernds@codesourcery.com>
14207
14208         * common/config/c6x/c6x-common.c: New file.
14209
14210 2011-07-25  Roman Zhuykov  <zhroma@ispras.ru>
14211
14212         * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
14213
14214 2011-07-25  Richard Guenther  <rguenther@suse.de>
14215
14216         PR tree-optimization/49715
14217         * tree-vrp.c: Include expr.h and optabs.h.
14218         (range_fits_type_): New function.
14219         (simplify_float_conversion_using_ranges): Likewise.
14220         (simplify_stmt_using_ranges): Call it.
14221         * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
14222         * optabs.c (can_float_p): Export.
14223         * optabs.h (can_float_p): Declare.
14224
14225 2011-07-25  Richard Guenther  <rguenther@suse.de>
14226
14227         * tree-vrp.c (num_vr_values, values_propagated): New global vars.
14228         (get_value_range): For out-of-range SSA names or names created
14229         after propagation return a read-only varying range.
14230         (dump_all_value_ranges): Adjust.
14231         (vrp_initialize): Likewise.
14232         (vrp_finalize): Likewise.
14233
14234 2011-07-24  Richard Henderson  <rth@redhat.com>
14235
14236         PR debug/49831
14237         * dwarf2cfi.c (connect_traces): Allow unvisited traces.  Skip
14238         them entirely.
14239
14240 2011-07-24  Richard Henderson  <rth@redhat.com>
14241
14242         PR debug/49825
14243         * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
14244         (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
14245
14246 2011-07-24  Richard Henderson  <rth@redhat.com>
14247
14248         PR debug/49827
14249         * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
14250
14251 2011-07-24  Richard Henderson  <rth@redhat.com>
14252
14253         * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
14254         Zero args_size for abnormal edges.  Adjust all callers.
14255
14256 2011-07-24  Richard Henderson  <rth@redhat.com>
14257
14258         PR debug/49825
14259         * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
14260
14261 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
14262
14263         PR bootstrap/49835
14264         * collect2.c (demangle_flag): Removed.
14265
14266 2011-07-24  Sandra Loosemore  <sandra@codesourcery.com>
14267
14268         * configure.ac (demangler_in_ld): Default to yes.
14269         * configure: Regenerated.
14270         * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
14271         mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
14272         --no-demangle options straight through to ld.  When
14273         HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
14274         way that has the intended effect on Windows.
14275
14276 2011-07-23  Richard Henderson  <rth@redhat.com>
14277
14278         * dwarf2cfi.c: Include basic-block.h.
14279         (dw_label_info): Remove.
14280         (trace_work_list, trace_index): New.
14281         (remember_row, emit_cfa_remember): Remove.
14282         (dw_trace_info_hash, dw_trace_info_eq): New.
14283         (get_trace_index, get_trace_info): New.
14284         (save_point_p): New.
14285         (free_cfi_row): Remove.
14286         (add_cfi): Do not emit DW_CFA_remember_state.
14287         (cfa_row_equal_p): New.
14288         (barrier_args_size): Remove.
14289         (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
14290         (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
14291         (maybe_record_trace_start, create_trace_edges, scan_trace): New.
14292         (dwarf2out_cfi_begin_epilogue): Remove.
14293         (dwarf2out_frame_debug_restore_state): Remove.
14294         (connect_traces, create_pseudo_cfg): New.
14295         (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
14296         * Makefile.in (dwarf2cfi.o): Update.
14297
14298 2011-07-23  Richard Henderson  <rth@redhat.com>
14299
14300         * dwarf2cfi.c (dw_trace_info): New.
14301         (dw_label_info): New.
14302         (cie_return_save): New.
14303         (cur_trace): New.
14304         (queued_args_size): Rename from args_size.  Update all users.
14305         (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
14306         (def_cfa_1): Use cur_trace instead of cfa_*.
14307         (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
14308         (clobbers_queued_reg_save, reg_saved_in): Likewise.
14309         (dwarf2out_frame_debug_expr): Likewise.
14310         (create_cie_data): Split out from ...
14311         (execute_dwarf2_frame): ... here.  Initialize cur_trace.
14312
14313 2011-07-23  Richard Henderson  <rth@redhat.com>
14314
14315         * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
14316         Update all users to match.
14317         (execute_dwarf2_frame): Free reg_saved_in_data.
14318
14319 2011-07-23  Richard Henderson  <rth@redhat.com>
14320
14321         * dwarf2cfi.c (queued_reg_save): Reorder for packing.  Don't GTY.
14322         (queued_reg_saves): Don't GTY.  Change to a VEC.
14323         (queue_reg_save): Update to match.
14324         (dwarf2out_flush_queued_reg_saves): Likewise.
14325         (clobbers_queued_reg_save): Likewise.
14326         (reg_saved_in): Likewise.
14327         (execute_dwarf2_frame): Free queued_reg_saves.
14328
14329 2011-07-23  Richard Henderson  <rth@redhat.com>
14330
14331         * dwarf2cfi.c (dw_cfi_row_ref): Remove.  Update all users.
14332
14333 2011-07-23  Richard Henderson  <rth@redhat.com>
14334
14335         * dwarf2cfi.c (add_cfi_args_size): Split out from...
14336         (dwarf2out_args_size): ... here.
14337         (add_cfi_restore): Split out from ...
14338         (dwarf2out_frame_debug_cfa_restore): ... here.
14339         (def_cfa_0): Split out from ...
14340         (def_cfa_1): ... here.
14341         (cfi_oprnd_equal_p, cfi_equal_p): New.
14342         (change_cfi_row): New.
14343         (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
14344         (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
14345         (output_cfis): Remove.
14346         * dwarf2out.c (output_fde): Simplify output_cfi loop.
14347         (dwarf2out_switch_text_section): Don't call output_cfis.
14348         (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
14349         * dwarf2out.h: Update decls.
14350         (enum dw_val_class): Add dw_val_class_none.
14351
14352 2011-07-23  Richard Henderson  <rth@redhat.com>
14353
14354         * dwarf2cfi.c (update_row_reg_save): New.
14355         (dwarf2out_frame_debug_cfa_expression): Use it.
14356         (dwarf2out_frame_debug_cfa_restore): Likewise.
14357         (reg_save): Likewise.  Do not emit DW_CFA_same_value.
14358
14359 2011-07-23  Richard Henderson  <rth@redhat.com>
14360
14361         * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn.  Update all users.
14362
14363 2011-07-23  Richard Henderson  <rth@redhat.com>
14364
14365         * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
14366         (cie_cfi_row): New.
14367         (new_cfi_row, copy_cfi_row, free_cfi_row): New.
14368         (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
14369         (cur_row, remember_row): New.
14370         (def_cfa_1): Use cur_row instead of the old_* variables.
14371         (dwarf2out_frame_debug_restore_state): Similarly.
14372         (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
14373         (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
14374         (dwarf2out_frame_debug_adjust_cfa): Likewise.
14375         (dwarf2out_frame_debug_cfa_offset): Likewise.
14376         (dwarf2out_frame_debug_expr): Likewise.
14377         (execute_dwarf2_frame): Set up cur_row.
14378         * dwarf2out.h (struct cfa_loc): Mark for GTY.
14379
14380 2011-07-23  Richard Henderson  <rth@redhat.com>
14381
14382         * basic-block.h (EDGE_PRESERVE): New.
14383         (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
14384         * bb-reorder.c: Include except.h.
14385         (fix_up_crossing_landing_pad): New.
14386         (find_rarely_executed_basic_blocks_and_crossing_edges): Place
14387         landing pads in the right partition.  Duplicate as necessary.
14388         (partition_hot_cold_basic_blocks): Fix up DF info after
14389         duplicating landing pads.
14390         * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
14391         * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
14392         is set properly.  Validate that EH edges are not CROSSING.
14393         * except.c (expand_dw2_landing_pad_for_region): Split out from ...
14394         (dw2_build_landing_pads): ... here.
14395         (convert_to_eh_region_ranges): Remove code to fixup crossing
14396         landing pads.
14397         * except.h (expand_dw2_landing_pad_for_region): Declare.
14398         * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
14399
14400 2011-07-23  Richard Earnshaw  <rearnsha@arm.com>
14401
14402         PR target/49816
14403         * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
14404
14405 2011-07-22  Jason Merrill  <jason@redhat.com>
14406
14407         * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
14408
14409 2011-07-22  Richard Henderson  <rth@redhat.com>
14410
14411         * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
14412
14413 2011-07-22  Richard Henderson  <rth@redhat.com>
14414
14415         * jump.c (maybe_propagate_label_ref): Split out of...
14416         (mark_all_labels): ... here.  Do not attempt label_ref
14417         propagation while in cfglayout mode.
14418
14419 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
14420
14421         * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
14422         (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
14423         (dwarf_attr_name): Handle DW_AT_GNU_macros.
14424         (dwarf2out_define): If the vector is empty and
14425         lineno is 0, emit a dummy entry first.
14426         (dwarf2out_undef): Likewise.  Remove redundant semicolon.
14427         (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
14428         optimize_macinfo_range): New functions.
14429         (output_macinfo): Use them.  If !dwarf_strict and .debug_str is
14430         mergeable, optimize longer strings using
14431         DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
14432         optimize longer sequences of define/undef ops from headers
14433         using DW_MACRO_GNU_transparent_include.  For !dwarf_strict
14434         emit a section headers.
14435         (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
14436         and macinfo_section_label to DEBUG_MACRO_SECTION
14437         resp. DEBUG_MACRO_SECTION_LABEL.
14438         (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
14439         instead of DW_AT_macro_info.
14440
14441         PR other/32998
14442         * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
14443         options.
14444         * dwarf2out.c: Include opts.h.
14445         (dchar_p): New typedef.  Define heap VEC for it.
14446         (producer_string): New variable.
14447         (gen_producer_string): New function.
14448         (gen_compile_unit_die): Use it.
14449         (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
14450         * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
14451         * doc/invoke.texi: Document -grecord-gcc-switches and
14452         -gno-record-gcc-switches, add a -grecord-gcc-switches reference
14453         to -frecord-gcc-switches description.
14454
14455 2011-07-22  Jason Merrill  <jason@redhat.com>
14456
14457         PR c++/30112
14458         * c-decl.c (c_linkage_bindings): Define.
14459
14460 2011-07-22  Eric Botcazou  <ebotcazou@adacore.com>
14461
14462         PR debug/49815
14463         * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
14464
14465 2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
14466
14467         * config/i386/i386.c (ix86_option_override_internal): Disallow
14468         MS ABI in x32 mode.
14469         (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
14470         only for TARGET_LP64.
14471         (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
14472
14473 2011-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
14474
14475         * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
14476         avoid warnings when GCC is built with a C++ compiler.
14477
14478 2011-07-22  Martin Jambor  <mjambor@suse.cz>
14479
14480         PR lto/49796
14481         * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
14482         if decl node is in another partition, call cgraph_get_node only once.
14483
14484 2011-07-22  Uros Bizjak  <ubizjak@gmail.com>
14485
14486         * config.gcc (x86_64-*-linux*): Set
14487         default_gnu_indirect_function to yes.
14488
14489 2011-07-22  Richard Guenther  <rguenther@suse.de>
14490
14491         PR tree-optimization/45819
14492         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
14493         preserve volatile and notrap flags.
14494
14495 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14496             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14497
14498         PR bootstrap/49794
14499         * configure.ac: Test AM_ICONV with CXX.
14500         * configure: Regenerate.
14501         * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
14502
14503 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14504
14505         PR bootstrap/49797
14506         * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
14507         (set_cloog_options): Use it.
14508
14509 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
14510
14511         PR c++/49756
14512         * gcc.c (main): Call stack_limit_increase (64MB).
14513         * toplev.c (toplev_main): Likewise.
14514
14515 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
14516
14517         * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
14518         instead of force_reg.
14519
14520 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
14521
14522         * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
14523         needed and use force_reg after convert.
14524         (ix86_expand_call): Likewise.
14525         (ix86_expand_special_args_builtin): Likewise.
14526         (ix86_expand_builtin): Likewise.
14527
14528 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14529
14530         PR middle-end/47654
14531         PR middle-end/49649
14532         * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
14533         in parameter.  Initialize v1 and v2 based on the values returned
14534         by clast_name_to_lb_ub.
14535         (type_for_clast_red): Pass v1 and v2 in parameter, and set their
14536         values.
14537         (type_for_clast_bin): Same.
14538         (type_for_clast_expr): Same.
14539         (type_for_clast_eq): Update calls to type_for_clast_expr.
14540         (type_for_clast_for): Same.
14541         (build_iv_mapping): Same.
14542         * graphite-ppl.h (value_min): New.
14543
14544 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14545
14546         * graphite-clast-to-gimple.c (type_for_interval): Generate signed
14547         types whenever possible.
14548
14549 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14550
14551         * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
14552         and ub fields.
14553         (new_clast_name_index): Add lb and ub parameters.
14554         (free_clast_name_index): New.
14555         (clast_name_to_lb_ub): New.
14556         (save_clast_name_index): Add lb and ub parameters.
14557         (compute_bounds_for_param): New.
14558         (type_for_level): Removed.
14559         (type_for_clast_for): Removed level parameter.  Do not call
14560         type_for_level.
14561         (graphite_create_new_loop): Store the lb and ub for the clast_name
14562         of the iterator of the loop that has been generated.
14563         (graphite_create_new_loop_guard): Remove parameter level.
14564         (create_params_index): Store the lb and ub of each parameter.
14565         (gloog): Use free_clast_name_index.  Pass to create_params_index
14566         the current scop.
14567
14568 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14569
14570         * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
14571         (max_precision_type): Inline max_signed_precision_type.
14572         (type_for_clast_red): Use max_precision_type.
14573         (type_for_clast_bin): Same.
14574         (type_for_clast_for): Same.
14575
14576 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14577
14578         * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
14579         type_for_interval.
14580         (gcc_type_for_value): Renamed type_for_value.
14581         (gcc_type_for_clast_term): Renamed type_for_clast_term.
14582         (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
14583         (gcc_type_for_clast_red): Renamed type_for_clast_red.
14584         (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
14585         (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
14586         (graphite_translate_clast_equation): Update calls.
14587         (compute_type_for_level): Renamed type_for_level.
14588         (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
14589         (build_iv_mapping): Update calls.
14590         (graphite_create_new_loop_guard): Same.
14591
14592 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14593
14594         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
14595         comment.
14596
14597 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14598
14599         * graphite-clast-to-gimple.c (struct ivs_params): New.
14600         (clast_name_to_gcc): Use ivs_params to pass around parameters.
14601         (clast_to_gcc_expression): Same.
14602         (clast_to_gcc_expression_red): Same.
14603         (gcc_type_for_clast_term): Same.
14604         (gcc_type_for_clast_expr): Same.
14605         (gcc_type_for_clast_red): Same.
14606         (gcc_type_for_clast_bin): Same.
14607         (gcc_type_for_clast_eq): Same.
14608         (graphite_translate_clast_equation): Same.
14609         (graphite_create_guard_cond_expr): Same.
14610         (graphite_create_new_guard): Same.
14611         (graphite_create_new_loop): Same.
14612         (build_iv_mapping): Same.
14613         (translate_clast_user): Same.
14614         (graphite_create_new_loop_guard): Same.
14615         (translate_clast): Same.
14616         (translate_clast_for_loop): Same.
14617         (translate_clast_for): Same.
14618         (translate_clast_guard): Same.
14619         (initialize_cloog_names): Fix typo.
14620         (gloog): Initialize an ivs_params struct, pass it to translate_clast.
14621
14622 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14623
14624         * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
14625         (new_clast_name_index): Add level parameter.
14626         (clast_name_to_level): New.
14627         (save_clast_name_index): Add level parameter.
14628         (newivs_to_depth_to_newiv): Removed.
14629         (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
14630         (graphite_create_new_loop): Add level parameter.  Pass level to
14631         save_clast_name_index.
14632         (translate_clast_for_loop): Pass level to graphite_create_new_loop.
14633         (create_params_index): Pass level to save_clast_name_index.
14634
14635 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14636
14637         * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
14638         recompute type, lb, and ub.  Get them from...
14639         (graphite_create_new_loop_guard): ...here.  Pass in parameter
14640         pointers to type, lb, and ub.
14641         (translate_clast_for_loop): Update function calls.
14642         (translate_clast_for): Same.
14643
14644 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14645
14646         * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
14647         psct_dynamic_dim.
14648         (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
14649         (gcc_type_for_iv_of_clast_loop): Update use of level.
14650         (gloog): Start counting nesting level from 0.
14651         * graphite-clast-to-gimple.h (get_scattering_level): Removed.
14652         * graphite-dependences.c (graphite_carried_dependence_level_k): Call
14653         psct_dynamic_dim on level.
14654
14655 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
14656
14657         * config/i386/i386.c (ix86_legitimize_address): Convert to
14658         Pmode if needed.
14659
14660 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
14661
14662         * config/i386/i386.c (function_value_64): Always return pointers
14663         in Pmode.
14664         (ix86_promote_function_mode): New.
14665         (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
14666
14667 2011-07-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14668
14669         PR tree-optimization/49749
14670         * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
14671         remove no-longer-used maxrank variable.
14672
14673 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
14674
14675         * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
14676
14677 2011-07-21  Jason Merrill  <jason@redhat.com>
14678
14679         * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
14680         * recog.h (struct insn_data_d): Check it instead of
14681         HAVE_DESIGNATED_INITIALIZERS.
14682         * genoutput.c (output_insn_data): Likewise.
14683
14684 2011-07-21  Richard Guenther  <rguenther@suse.de>
14685
14686         PR tree-optimization/49770
14687         * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
14688         valueized any operand.  Renamed from ...
14689         (valueize_refs): ... this.  New wrapper around valueize_refs_1.
14690         (valueize_shared_reference_ops_from_ref): Return whether we
14691         valueized any operand.
14692         (vn_reference_lookup): Only when we valueized any operand
14693         use the valueized reference for alias analysis.  Do not preserve
14694         the original reference tree in this case.
14695
14696 2011-07-21  Uros Bizjak  <ubizjak@gmail.com>
14697
14698         * config/i386/i386.c (ix86_decompose_address): Reject all but
14699         register operands and subregs of DImode hard registers in index.
14700
14701 2011-07-21  Kai Tietz  <ktietz@redhat.com>
14702
14703         * fold-const.c (fold_unary_loc): Preserve indirect
14704         comparison cast to none-boolean type.
14705         * tree-ssa.c (useless_type_conversion_p): Preserve cast
14706         from/to boolean-type.
14707         * gimplify.c (gimple_boolify): Handle boolification of comparisons.
14708         (gimplify_expr): Boolifiy non aggregate-typed comparisons.
14709         * tree-cfg.c (verify_gimple_comparison): Check result
14710         type of comparison expression.
14711         * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
14712         of condition result and disallow type-cast sinking into comparison.
14713
14714 2011-07-21  Richard Guenther  <rguenther@suse.de>
14715
14716         * tree-ssa-forwprop.c (combine_conversions): Return whether
14717         we have to run cfg-cleanup.  Properly remove dead stmts.
14718         (ssa_forward_propagate_and_combine): Adjust.
14719
14720 2011-07-21  Richard Sandiford  <richard.sandiford@linaro.org>
14721
14722         * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
14723
14724 2011-07-21  Kai Tietz  <ktietz@redhat.com>
14725
14726         * tree-ssa-propagate.c (substitute_and_fold): Use
14727         do_dce flag to deside, if BB's statements are scanned
14728         in last to first, or first to last order.
14729
14730 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
14731
14732         * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
14733
14734 2011-07-20  H.J. Lu  <hongjiu.lu@intel.com>
14735             Uros Bizjak  <ubizjak@gmail.com>
14736             Richard Henderson  <rth@redhat.com>
14737
14738         * config/i386/constraints.md (w): New.
14739
14740         * config/i386/i386.c (ix86_output_addr_vec_elt): Check
14741         TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
14742
14743         * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
14744         instead of TARGET_64BIT.
14745
14746         * config/i386/i386.md (indirect_jump): Replace
14747         nonimmediate_operand with indirect_branch_operand.
14748         (*indirect_jump): Likewise.  Replace constraint "m" with "w".
14749         (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
14750         Convert operand 0 to Pmode for x32 if not PIC.
14751         (*tablejump_1): Replace nonimmediate_operand with
14752         indirect_branch_operand.  Replace constraint "m" with "w".
14753         (*call_vzeroupper): Replace constraint "m" with "w".
14754         (*call): Likewise.
14755         (*call_rex64_ms_sysv_vzeroupper): Likewise.
14756         (*call_rex64_ms_sysv): Likewise.
14757         (*call_value_vzeroupper): Likewise.
14758         (*call_value): Likewise.
14759         (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
14760         (*call_value_rex64_ms_sysv): Likewise.
14761         (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
14762
14763         * config/i386/predicates.md (indirect_branch_operand): New.
14764         (call_insn_operand): Support x32.
14765
14766 2011-07-20  Michael Eager  <eager@eagercon.com>
14767
14768         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
14769
14770 2011-07-20  Richard Henderson  <rth@redhat.com>
14771
14772         * cfg.c (dump_bb_info): Dump basic_block->flags.
14773         * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
14774
14775 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
14776
14777         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
14778         of DImode hard registers in index.
14779         (ix86_legitimate_address_p): Allow subregs of base and index to span
14780         more than a word.  Assert that subregs of base and index satisfy
14781         register_no_elim_operand predicates.  Reject addresses where
14782         base and index have different modes.
14783
14784 2011-07-20  Robert Millan  <rmh@gnu.org>
14785
14786         * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
14787
14788 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14789
14790         * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
14791         removing now-unnecessary assignment.
14792
14793 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14794
14795         * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
14796         memory address space to the type's address space.
14797
14798 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
14799
14800         PR target/36467
14801         PR target/49687
14802         * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
14803         and expand appropriately if there is a CONST_INT in operand2.
14804         (usmulqihi3): New insn.
14805         (*sumulqihi3): New insn.
14806         (*osmulqihi3): New insn.
14807         (*oumulqihi3): New insn.
14808         (*muluqihi3.uconst): New insn_and_split.
14809         (*muluqihi3.sconst): New insn_and_split.
14810         (*mulsqihi3.sconst): New insn_and_split.
14811         (*mulsqihi3.uconst): New insn_and_split.
14812         (*mulsqihi3.oconst): New insn_and_split.
14813         (*ashifthi3.signx.const): New insn_and_split.
14814         (*ashifthi3.signx.const7): New insn_and_split.
14815         (*ashifthi3.zerox.const): New insn_and_split.
14816         (mulsqihi3): New insn.
14817         (muluqihi3): New insn.
14818         (muloqihi3): New insn.
14819         * config/avr/predicates.md (const_2_to_7_operand): New.
14820         (const_2_to_6_operand): New.
14821         (u8_operand): New.
14822         (s8_operand): New.
14823         (o8_operand): New.
14824         (s9_operand): New.
14825         (register_or_s9_operand): New.
14826
14827 2011-07-20  Kai Tietz  <ktietz@redhat.com>
14828
14829         * builtins.c (fold_builtin_expect): See through the cast
14830         from truthvalue_type_node to long.
14831
14832 2011-07-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
14833
14834         * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
14835         where we can use them from the standard and altivec instruction
14836         sets, instead of always using the 3 operand VSX forms that require
14837         the destination to overlap one of the inputs.
14838         (vsx_fms*): Ditto.
14839         (vsx_fnma*): Ditto.
14840         (vsx_fnms*): Ditto.
14841
14842         * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
14843         for DF types.
14844         (fmsdf4_fpr): Ditto.
14845         (nfmadf4_fpr): Ditto.
14846         (nfmsdf4_fpr): Ditto.
14847
14848 2011-07-20  Sandra Loosemore  <sandra@codesourcery.com>
14849
14850         * genrecog.c (make_insn_sequence): Correct position numbering
14851         when filtering out match_scratch and match_dup.
14852
14853 2011-07-20  Richard Guenther  <rguenther@suse.de>
14854
14855         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
14856         against already removed statements.
14857         (forward_propagate_into_comparison): Remove dead defining stmts.
14858         (forward_propagate_into_gimple_cond): Likewise.
14859         (forward_propagate_into_cond): Simplify.
14860         (ssa_forward_propagate_and_combine): Handle changed cfg from
14861         forward_propagate_into_comparison.
14862         * tree-ssa-phiopt.c (conditional_replacement): Use proper
14863         locations for newly built statements.
14864
14865 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
14866
14867         * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
14868
14869 2011-07-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14870
14871         * config/s390/s390.c (s390_class_max_nregs): Fix return type.
14872         * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
14873
14874 2011-07-20  Richard Guenther  <rguenther@suse.de>
14875
14876         PR middle-end/18908
14877         * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
14878         * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
14879         ADDR_EXPR folding.  Canonicalize X ^ ~0 as ~X.
14880
14881 2011-07-20  Vladimir Makarov  <vmakarov@redhat.com>
14882
14883         * config/frv/frv.c (frv_register_move_cost): Define explicitly
14884         costs for subclasses of GR_REGS.
14885
14886 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
14887
14888         PR target/49780
14889         * config/i386/predicates.md (no_seg_addres_operand): No more special.
14890         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
14891         of DImode hard registers in base.
14892         (ix86_legitimate_address_p): Allow SImode and DImode base and index
14893         registers.
14894
14895 2011-07-20  Richard Guenther  <rguenther@suse.de>
14896
14897         * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
14898         (unify_nodes): Deal with that.
14899         (solve_graph): Likewise.
14900
14901 2011-07-20  Chung-Lin Tang  <cltang@codesourcery.com>
14902
14903         * config/arm/arm.c (arm_canonicalize_comparison): Add case to
14904         canonicalize left operand from ZERO_EXTEND to AND.
14905
14906 2011-07-20  Anatoly Sokolov  <aesok@post.ru>
14907
14908         * target.def (class_max_nregs): New hook.
14909         * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
14910         * doc/tm.texi: Regenerate.
14911         * targhooks.c (default_class_max_nregs): New function.
14912         * targhooks.h (default_class_max_nregs): Declare.
14913         * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
14914         x_ira_reg_class_min_nregs arrays to unsigned char.
14915         * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
14916         hook instead of CLASS_MAX_NREGS macro.
14917         * reginfo.c (restore_register_info): Ditto.
14918         * ira-conflicts.c (process_regs_for_copy): Use
14919         ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
14920         Change type rclass and aclass vars to reg_class_t.
14921         * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
14922         array instead of CLASS_MAX_NREGS macro. Change type rclass var to
14923         reg_class_t.
14924         * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
14925         Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
14926
14927         * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
14928         * config/i386/i386.c (ix86_class_max_nregs): New function.
14929         (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
14930         instead of CLASS_MAX_NREGS macro.
14931         (TARGET_CLASS_MAX_NREGS): Define.
14932         * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
14933         * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
14934         * config/avr/avr.c (class_max_nregs): Remove function.
14935         * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
14936         * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
14937         * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
14938         * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
14939         * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
14940         * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
14941         * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
14942         * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
14943         * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
14944         * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
14945         * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
14946         * config/score/score.h (CLASS_MAX_NREGS): Remove.
14947         * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
14948         * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
14949         * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
14950
14951 2011-07-19  Eric Botcazou  <ebotcazou@adacore.com>
14952
14953         * cif-code.def (OVERWRITABLE): Fix typo and move around.
14954         (TARGET_OPTIMIZATION_MISMATCH): Delete.
14955         (EH_PERSONALITY): Fix typo.
14956         (NON_CALL_EXCEPTIONS): Fix message.
14957         (OPTIMIZATION_MISMATCH): Adjust message.
14958         * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
14959
14960 2011-07-19  Ian Lance Taylor  <iant@google.com>
14961
14962         * doc/install.texi (Configuration): Document
14963         --enable-build-poststage1-with-cxx.
14964
14965 2011-07-19  Robert Millan  <rmh@gnu.org>
14966
14967         * config/mips/gnu-user.h: Copy from linux.h.  Update comments.
14968         (GLIBC_DYNAMIC_LINKER): Remove.
14969
14970         * config/mips/gnu-user64.h: Copy from linux64.h.  Update comments.
14971         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
14972         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
14973         (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
14974         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
14975         GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
14976
14977         * config/mips/linux.h: Remove everything except for ...
14978         (GLIBC_DYNAMIC_LINKER): ... this macro.
14979
14980         * config/mips/linux64.h: Remove everything except for ...
14981         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
14982         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
14983         (BIONIC_DYNAMIC_LINKERN32): ... these macros.
14984         (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
14985         (GNU_USER_LINK_EMULATIONN32): New macros.
14986
14987         * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
14988         Use the new headers.
14989
14990 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
14991
14992         * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
14993         Add offset_known_p and size_known_p fields.
14994         (MEM_OFFSET_KNOWN_P): Update accordingly.
14995         (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
14996         * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
14997         (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
14998         (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
14999         (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
15000         (init_emit_regs): Likewise.
15001
15002 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15003
15004         * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
15005         (MEM_OFFSET): Change from returning an rtx to returning a
15006         HOST_WIDE_INT.
15007         * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
15008         (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
15009         * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
15010         (clear_mem_offset): Declare.
15011         * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
15012         MEM_OFFSET_KNOWN_P to test whether the offset is known, and
15013         MEM_OFFSET to get a HOST_WIDE_INT offset.
15014         (nonoverlapping_memrefs_p): Likewise.  Adjust calls to...
15015         (adjust_offset_for_component_ref): Take a bool "known_p"
15016         parameter and a HOST_WIDE_INT "offset" parameter.
15017         * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
15018         Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
15019         than an rtx.  Use clear_mem_offset to clear the offset.
15020         * cfgcleanup.c (merge_memattrs): Likewise.
15021         * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
15022         * function.c (assign_parm_find_stack_rtl): Likewise.
15023         (assign_parm_setup_stack): Likewise.
15024         * print-rtl.c (print_rtx): Likewise.
15025         * reload.c (find_reloads_subreg_address): Likewise.
15026         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
15027         * var-tracking.c (INT_MEM_OFFSET): Likewise.
15028         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
15029         (get_mem_align_offset): Likewise.
15030         (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
15031         (clear_mem_offset): New function.
15032         * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
15033         offset rather than an rtx.  Assume both the expressio and offset
15034         are available.
15035         (r10k_needs_protection_p_1): Update accordingly, checking the
15036         expression and offset availability here instead.
15037
15038 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15039
15040         * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
15041         (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
15042         * rtl.h (MEM_SIZE_KNOWN_P): New macro.
15043         (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
15044         * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
15045         (clear_mem_size): Declare.
15046         * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
15047         (clear_mem_size): New function.
15048         * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
15049         MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
15050         to get a HOST_WIDE_INT size.  Adjust calls to set_mem_size,
15051         passing a HOST_WIDE_INT rather than an rtx.  Use clear_mem_size
15052         to clear the size.
15053         (nonoverlapping_memrefs_p): Likewise.
15054         * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
15055         (expand_builtin_init_trampoline): Likewise.
15056         * calls.c (compute_argument_addresses): Likewise.
15057         * cfgcleanup.c (merge_memattrs): Likewise.
15058         * dce.c (find_call_stack_args): Likewise.
15059         * dse.c (record_store, scan_insn): Likewise.
15060         * dwarf2out.c (dw_sra_loc_expr): Likewise.
15061         * expr.c (emit_block_move_hints): Likewise.
15062         * function.c (assign_parm_find_stack_rtl): Likewise.
15063         * print-rtl.c (print_rtx): Likewise.
15064         * reload.c (find_reloads_subreg_address): Likewise.
15065         * rtlanal.c (may_trap_p_1): Likewise.
15066         * var-tracking.c (track_expr_p): Likewise.
15067         * varasm.c (assemble_trampoline_template): Likewise.
15068         * config/arm/arm.c (arm_print_operand): Likewise.
15069         * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
15070         * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
15071         (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
15072         (expand_constant_setmem_prologue): Likewise.
15073         * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
15074         * config/rs6000/rs6000.c (expand_block_move): Likewise.
15075         (adjacent_mem_locations): Likewise.
15076         * config/s390/s390.c (s390_expand_setmem): Likewise.
15077         (s390_expand_insv): Likewise.
15078         * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
15079         (*extendqi<mode>2_short_displ): Likewise.
15080         * config/sh/sh.c (expand_block_move): Likewise.
15081         * config/sh/sh.md (extv, extzv): Likewise.
15082
15083 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15084
15085         * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
15086         (mem_attrs_htab_eq): ...here.
15087         (find_mem_attrs): Replace with...
15088         (set_mem_attrs): ...this function.  Take a mem_attrs structure
15089         rather than individual fields.
15090         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
15091         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
15092         (set_mem_size, change_address, adjust_address_1, offset_address)
15093         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
15094         Update accordingly.
15095
15096 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15097
15098         * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
15099         (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
15100         Provide a dummy definition of MEM_ADDR_SPACE for generators.
15101         (target_rtl): Add x_mode_mem_attrs.
15102         (mode_mem_attrs): New macro.
15103         (get_mem_attrs): New function.
15104         * emit-rtl.c (get_mem_attrs): Rename to...
15105         (find_mem_attrs): ...this.
15106         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
15107         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
15108         (set_mem_size, change_address, adjust_address_1, offset_address)
15109         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
15110         Update accordingly.
15111         (init_emit_regs): Initialize mode_mem_attrs.
15112
15113 2011-07-19  Richard Guenther  <rguenther@suse.de>
15114
15115         * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
15116         TRUTH_*_EXPR handling.
15117         * tree-ssa-operands.c (get_expr_operands): Likewise.
15118         * tree-ssa-pre.c (fully_constant_expression): Likewise.
15119         * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
15120         Likewise.
15121         (is_and_or_or): Likewise.
15122         (is_norm_cond_subset_of): Likewise.
15123
15124 2011-07-19  Richard Guenther  <rguenther@suse.de>
15125
15126         * tree.h (fold_build_pointer_plus_loc): New helper function.
15127         (fold_build_pointer_plus_hwi_loc): Likewise.
15128         (fold_build_pointer_plus): Define.
15129         (fold_build_pointer_plus_hwi): Likewise.
15130         * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
15131         (fold_builtin_memory_op): Likewise.
15132         (fold_builtin_stpcpy): Likewise.
15133         (fold_builtin_memchr): Likewise.
15134         (fold_builtin_strstr): Likewise.
15135         (fold_builtin_strchr): Likewise.
15136         (fold_builtin_strrchr): Likewise.
15137         (fold_builtin_strpbrk): Likewise.
15138         (fold_builtin_strcat): Likewise.
15139         (expand_builtin_memory_chk): Likewise.
15140         (fold_builtin_memory_chk): Likewise.
15141         * c-typeck.c (build_unary_op): Likewise.
15142         * cgraphunit.c (thunk_adjust): Likewise.
15143         * fold-const.c (build_range_check): Likewise.
15144         (fold_binary_loc): Likewise.
15145         * omp-low.c (extract_omp_for_data): Likewise.
15146         (expand_omp_for_generic): Likewise.
15147         (expand_omp_for_static_nochunk): Likewise.
15148         (expand_omp_for_static_chunk): Likewise.
15149         * tree-affine.c (add_elt_to_tree): Likewise.
15150         * tree-data-ref.c (split_constant_offset_1): Likewise.
15151         * tree-loop-distribution.c (generate_memset_zero): Likewise.
15152         * tree-mudflap.c (mf_xform_derefs_1): Likewise.
15153         * tree-predcom.c (ref_at_iteration): Likewise.
15154         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
15155         (add_to_parts): Likewise.
15156         (create_mem_ref): Likewise.
15157         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
15158         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
15159         (number_of_iterations_le): Likewise.
15160         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
15161         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
15162         (vect_create_addr_base_for_vector_ref): Likewise.
15163         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
15164         (vect_create_cond_for_alias_checks): Likewise.
15165         * tree-vrp.c (extract_range_from_assert): Likewise.
15166         * config/alpha/alpha.c (alpha_va_start): Likewise.
15167         (alpha_gimplify_va_arg_1): Likewise.
15168         * config/i386/i386.c (ix86_va_start): Likewise.
15169         (ix86_gimplify_va_arg): Likewise.
15170         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
15171         * config/mep/mep.c (mep_expand_va_start): Likewise.
15172         (mep_gimplify_va_arg_expr): Likewise.
15173         * config/mips/mips.c (mips_va_start): Likewise.
15174         (mips_gimplify_va_arg_expr): Likewise.
15175         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
15176         * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
15177         (rs6000_gimplify_va_arg): Likewise.
15178         * config/s390/s390.c (s390_va_start): Likewise.
15179         (s390_gimplify_va_arg): Likewise.
15180         * config/sh/sh.c (sh_va_start): Likewise.
15181         (sh_gimplify_va_arg_expr): Likewise.
15182         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
15183         * config/spu/spu.c (spu_va_start): Likewise.
15184         (spu_gimplify_va_arg_expr): Likewise.
15185         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
15186         Likewise.
15187         (xstormy16_gimplify_va_arg_expr): Likewise.
15188         * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
15189         (xtensa_gimplify_va_arg_expr): Likewise.
15190
15191 2011-07-19  Richard Guenther  <rguenther@suse.de>
15192
15193         * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
15194         (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
15195         handling.
15196
15197         PR middle-end/18908
15198         * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
15199         result of BIT_*_EXPR to bitfield precision.
15200
15201 2011-07-19  Richard Sandiford  <richard.sandiford@linaro.org>
15202
15203         PR tree-optimization/49742
15204         * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
15205         as a potential write.
15206
15207 2011-07-19  Richard Guenther  <rguenther@suse.de>
15208
15209         * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
15210         * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
15211         (forward_propagate_comparison): Simplify, remove obsolete code.
15212
15213 2011-07-19  Richard Guenther  <rguenther@suse.de>
15214
15215         * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
15216         BIT_XOR_EXPR, same as the RTL expander does.
15217         * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
15218         (verify_gimple_assign_unary): Likewise.
15219         * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
15220         * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
15221         BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
15222
15223 2011-07-19  Jakub Jelinek  <jakub@redhat.com>
15224
15225         PR tree-optimization/49768
15226         * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
15227         if offset is smaller than bitoffset, but offset+size is bigger
15228         than bitoffset.
15229
15230 2011-07-19  Ira Rosen  <ira.rosen@linaro.org>
15231
15232         PR tree-optimization/49771
15233         * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
15234         zero step, set segment length to the size of the data-ref's type.
15235
15236 2011-07-18  Martin Jambor  <mjambor@suse.cz>
15237
15238         * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
15239         comments.
15240         (ipcp_values_pool): Declare.
15241         (ipcp_sources_pool): Likewise.
15242         (ipcp_lattice): Changed to forward declaration.
15243         (ipa_param_descriptor): Removed fields ipcp_lattice, types and
15244         cannot_devirtualize.
15245         (ipa_node_params): New fields descriptors, lattices, known_vals,
15246         clone_for_all_contexts and node dead, removed fields params and
15247         count_scale.
15248         (ipa_set_param_count): Removed.
15249         (ipa_get_param_count): Made to work with descriptors vector.
15250         (ipa_get_param): Updated.
15251         (ipa_param_cannot_devirtualize_p): Removed.
15252         (ipa_param_types_vec_empty): Likewise.
15253         (ipa_set_param_used): New function.
15254         (ipa_get_param_used): Updated to use descriptors vector.
15255         (ipa_func_list): Removed.
15256         (ipa_init_func_list): Removed declaration.
15257         (ipa_push_func_to_list_1): Likewise.
15258         (ipa_pop_func_from_list): Likewise.
15259         (ipa_push_func_to_list): Removed.
15260         (ipa_lattice_from_jfunc): Remove declaration.
15261         (ipa_get_jf_pass_through_result): Declare.
15262         (ipa_get_jf_ancestor_result): Likewise.
15263         (ipa_value_from_jfunc): Likewise.
15264         (ipa_get_lattice): Update.
15265         (ipa_lat_is_single_const): New function.
15266         * ipa-prop.c (ipa_push_func_to_list_1): Removed.
15267         (ipa_init_func_list): Likewise.
15268         (ipa_pop_func_from_list): Likewise.
15269         (ipa_get_param_decl_index): Fix coding style.
15270         (count_formal_params): Removed.
15271         (count_formal_params_1): Renamed to count_formal_params.
15272         (ipa_populate_param_decls): Update to use descriptors vector.
15273         (ipa_initialize_node_params): Likewise.
15274         (visit_ref_for_mod_analysis): Use ipa_set_param_used.
15275         (ipa_analyze_params_uses): Likewise.
15276         (ipa_free_node_params_substructures): Likewise and free also lattices
15277         and known values.
15278         (duplicate_array): Removed.
15279         (ipa_edge_duplication_hook): Add the new edge to the list of edge
15280         clones.
15281         (ipa_node_duplication_hook): Update to use new lattices.
15282         (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
15283         (ipa_free_all_structures_after_iinln): Likewise.
15284         (ipa_write_node_info): Update to use new lattices.
15285         (ipa_read_node_info): Likewise.
15286         (ipa_get_jf_pass_through_result): New function.
15287         (ipa_get_jf_ancestor_result): Likewise.
15288         (ipa_value_from_jfunc): Likewise.
15289         (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
15290         * ipa-cp.c: Reimplemented.
15291         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
15292         (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
15293         (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
15294         * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
15295         * doc/invoke.texi (devirt-type-list-size): Removed description.
15296         (ipa-cp-value-list-size): Added description.
15297
15298 2011-07-18  Richard Henderson  <rth@redhat.com>
15299
15300         * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
15301         before calling create_basic_block.
15302
15303 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
15304
15305         PR middle-end/49675
15306         * tree.c (build_common_builtin_nodes): Register
15307         __builtin_return_address, __cyg_profile_func_enter
15308         and __cyg_profile_func_exit.
15309
15310 2011-07-18  Richard Henderson  <rth@redhat.com>
15311
15312         * bb-reorder.c (emit_barrier_after_bb): Split out of ...
15313         (add_labels_and_missing_jumps): ... here.
15314         (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
15315
15316 2011-07-18  Uros Bizjak  <ubizjak@gmail.com>
15317
15318         PR target/47744
15319         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
15320         of DImode hard registers in PLUS address chains.
15321
15322 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15323
15324         PR bootstrap/49769
15325         * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
15326         (alpha*-*-freebsd*): Likewise.
15327         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
15328         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
15329         i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
15330         crtprec80.o, crtfastmath.o to extra_parts for all targets.
15331         (ia64*-*-elf*): Remove extra_parts.
15332         (sparc-*-linux*): Add crtfastmath.o to extra_parts.
15333         (sparc64-*-linux*): Likewise.
15334         (sparc64-*-freebsd*): Likewise.
15335
15336         Revert:
15337         * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
15338         (ia64*-*-linux*): Likewise.
15339         (mips64*-*-linux*): Likewise.
15340         (mips*-*-linux*): Likewise.
15341
15342 2011-07-18  David Edelsohn  <dje.gcc@gmail.com>
15343
15344         * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
15345
15346 2011-07-18  Richard Guenther  <rguenther@suse.de>
15347
15348         * gimplify.c (gimplify_expr): Use input_location, not saved_location
15349         when building new trees.
15350
15351 2011-07-18  Richard Guenther  <rguenther@suse.de>
15352
15353         * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
15354         expansion result to bitfield precision if required.
15355
15356 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15357
15358         * config.gcc (i[3456x]86-*-netware*): Remove.
15359
15360         * gthr-nks.h: Remove.
15361         * configure.ac (enable_threads): Remove nks.
15362         * configure: Regenerate.
15363
15364         * config/i386/i386.c (ix86_encode_section_info): Remove netware
15365         reference.
15366         * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
15367         <netware.h> reference.
15368
15369         * config/i386/netware-libgcc.c,
15370         gcc/config/i386/netware-libgcc.def,
15371         gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
15372         gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
15373         gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
15374         gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
15375
15376         * doc/extend.texi (Function Attributes,
15377         callee_pop_aggregate_return): Remove i?86-netware reference.
15378         * doc/install.texi (Configuration, --enable-threads): Remove nks.
15379
15380 2011-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15381
15382         PR target/49746
15383         Revert:
15384         2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15385
15386         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
15387         patterns.
15388
15389 2011-07-17  Eric Botcazou  <ebotcazou@adacore.com>
15390
15391         PR middle-end/49732
15392         * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
15393
15394 2011-07-16  Matthias Klose  <doko@ubuntu.com>
15395
15396         * doc/install.texi: Document --enable-static-libjava.
15397
15398 2011-07-15  Richard Henderson  <rth@redhat.com>
15399
15400         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
15401         Replace all three arguments by returning a VEC of edges.
15402         (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
15403         pointers and counts.
15404         (fix_edges_for_rarely_executed_code): Merge ...
15405         (rest_of_handle_partition_blocks): ... into...
15406         (partition_hot_cold_basic_blocks): ... here.  Return todo items if
15407         any work was performed.
15408         (pass_partition_blocks): Clear todo_flags_finish.
15409
15410 2011-07-15  Paolo Carlini  <paolo.carlini@oracle.com>
15411             Jakub Jelinek  <jakub@redhat.com>
15412             Jonathan Wakely  <jwakely.gcc@gmail.com>
15413
15414         PR libstdc++/49745
15415         * gthr-posix.h: Do not include <unistd.h> unconditionally; use
15416         _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
15417
15418 2011-07-15  Jason Merrill  <jason@redhat.com>
15419
15420         PR testsuite/49741
15421         * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
15422         rather than --tool_opts.
15423
15424 2011-07-15  Basile Starynkevitch  <basile@starynkevitch.net>
15425
15426         * doc/plugins.texi (Building GCC plugins): gengtype needs its
15427         corresponding gtype.state.
15428
15429 2011-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15430
15431         PR target/49723
15432         * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
15433
15434 2011-07-15  Eric Botcazou  <ebotcazou@adacore.com>
15435
15436         PR target/48220
15437         * doc/md.texi (Standard Names): Document window_save.
15438         * cfgexpand.c (expand_debug_parm_decl): New function extracted from
15439         expand_debug_expr and expand_debug_source_expr.  If the target has
15440         a window_save instruction, adjust the ENTRY_VALUE_EXP.
15441         (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
15442         SSA_NAME_VAR is a parameter.
15443         (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
15444         * var-tracking.c (parm_reg_t): New type and associated vector type.
15445         (windowed_parm_regs): New variable.
15446         (adjust_insn): If the target has a window_save instruction and this
15447         is the instruction, make its effect on parameter registers explicit.
15448         (next_non_note_insn_var_location): New function.
15449         (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
15450         (vt_add_function_parameter): If the target has a window_save insn,
15451         adjust the incoming RTL and record that in windowed_parm_regs.
15452         (vt_finalize): Free windowed_parm_regs.
15453
15454 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
15455
15456         * doc/invoke.texi (C6X Options): New section.
15457         * doc/md.texi (TI C6X family): New section.
15458         * config.gcc: Handle tic6x, in particular tic6x-*-elf and
15459         tic6x-*-uclinux.
15460         * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
15461         count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
15462         Provide C6X definitions.
15463         * config/c6x/c6x.md: New file.
15464         * config/c6x/constraints.md: New file.
15465         * config/c6x/predicates.md: New file.
15466         * config/c6x/c6x-sched.md.in: New file.
15467         * config/c6x/c6x-sched.md: New file.
15468         * config/c6x/gensched.sh: New file.
15469         * config/c6x/c6x-mult.md.in: New file.
15470         * config/c6x/genmult.sh: New file.
15471         * config/c6x/c6x-mult.md: New file.
15472         * config/c6x/sync.md: New file.
15473         * config/c6x/c6x-protos.h: New file.
15474         * config/c6x/sfp-machine.h: New file.
15475         * config/c6x/c6x.c: New file.
15476         * config/c6x/c6x.h: New file.
15477         * config/c6x/crti.s: New file.
15478         * config/c6x/crtn.s: New file.
15479         * config/c6x/lib1funcs.asm: New file.
15480         * config/c6x/c6x-modes.def: New file.
15481         * config/c6x/genopt.sh: New file.
15482         * config/c6x/c6x.opt: New file.
15483         * config/c6x/c6x-tables.opt: New file.
15484         * config/c6x/c6x-opts.h: New file.
15485         * config/c6x/c6x-isas.def: New file.
15486         * config/c6x/elf.h: New file.
15487         * config/c6x/elf-common.h: New file.
15488         * config/c6x/uclinux-elf.h: New file.
15489         * config/c6x/t-c6x: New file.
15490         * config/c6x/t-c6x-elf: New file.
15491         * config/c6x/t-c6x-uclinux: New file.
15492         * config/c6x/t-c6x-softfp: New file.
15493         * config/c6x/gtd.c: New file.
15494         * config/c6x/gtf.c: New file.
15495         * config/c6x/ltd.c: New file.
15496         * config/c6x/ltf.c: New file.
15497         * config/c6x/ged.c: New file.
15498         * config/c6x/gef.c: New file.
15499         * config/c6x/led.c: New file.
15500         * config/c6x/lef.c: New file.
15501         * config/c6x/eqd.c: New file.
15502         * config/c6x/eqf.c: New file.
15503         * config/c6x/libgcc-c6xeabi.ver: New file.
15504
15505         Revert
15506         2003-07-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
15507         PR rtl-optimization/11320
15508         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
15509         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
15510         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
15511         current_sched_info->compute_jump_reg_dependencies. Record which
15512         registers are used and which registers are set by the jump.
15513         Clear deps->reg_conditional_sets after a barrier.
15514         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
15515         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
15516         (init_deps): Initialize reg_conditional_sets.
15517         (free_deps): Clear reg_conditional_sets.
15518         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
15519         Mark registers live on entry of the fallthrough block and conditionally
15520         set as set by the jump. Mark registers live on entry of non-fallthrough
15521         blocks as used by the jump.
15522         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
15523         Mark new parameters as unused.
15524
15525 2011-07-14  Andrew Pinski  <pinskia@gmail.com>
15526
15527         PR tree-opt/49309
15528         * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
15529         Use fold_build2_loc instead of build2.
15530         Use the correct type for the new tree.
15531
15532 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
15533
15534         PR rtl-optimization/11320
15535         * config/ia64/ia64.md (load_symptr_low): Show a MEM.
15536         * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
15537
15538 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
15539
15540         PR target/49487
15541         * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
15542         of REG.
15543         (*rotw<mode>): Use const_int_operand for operand2.
15544         Use match_scatch for operand3.
15545         (*rotb<mode>): Ditto
15546         * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
15547
15548 2011-07-14  Richard Guenther  <rguenther@suse.de>
15549
15550         PR tree-optimization/49651
15551         * tree-ssa-structalias.c (get_constraint_for_1): Properly
15552         handle dereferences with subvariables.
15553
15554 2011-07-14  Richard Guenther  <rguenther@suse.de>
15555
15556         * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
15557         (fold_stmt_1): Do it here directly on gimple and as a first thing.
15558
15559 2011-07-14  Richard Guenther  <rguenther@suse.de>
15560
15561         * fold-const.c (fold_binary_loc): Convert the !bool_var result,
15562         not bool_var when folding bool_var != 1 or bool_var == 0.
15563
15564 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
15565
15566         * haifa-sched.c (schedule_insns): Remove outdated comment.
15567         (schedule_block): When computing a known value for TODO_SPEC,
15568         just set it rather than using logical operations.
15569         (try_ready): Likewise.  Use a local variable rather than a
15570         pointer to TODO_SPEC.  Reorder an if statement to move the
15571         easy case to the then block.
15572         * sched-deps.c (dep_spec_p): New static function.
15573         (update_dep): Use it to decide whether to call
15574         change_spec_dep_to_hard.
15575         (get_back_and_forw_lists): Use it.
15576         (sd_resolve_dep): Likewise.
15577         (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
15578         (haifa_note_mem_dep): Likewise.
15579         (check_dep): Likewise.
15580         (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
15581         (sched_free_deps): Free in two passes.
15582
15583 2011-07-14  Richard Sandiford  <richard.sandiford@linaro.org>
15584
15585         PR middle-end/49736
15586         * expr.c (all_zeros_p): Undo bogus part of last change.
15587
15588 2011-07-14  Matthias Klose <doko@ubuntu.com>
15589
15590         * doc/extend.texi (optimize attribute): Fix typo.
15591
15592 2011-07-14  Richard Guenther  <rguenther@suse.de>
15593
15594         * gimplify.c (gimplify_expr): Only do required conversions.
15595
15596 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
15597
15598         PR target/43746
15599         * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
15600         i.e. use default_elf_select_section.
15601         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
15602         (READONLY_DATA_SECTION_ASM_OP): Remove.
15603         (TARGET_ASM_NAMED_SECTION): Move from here...
15604         * config/avr/avr.c: ...to here.
15605         (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
15606         (avr_asm_named_section): Make static.
15607
15608 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15609
15610         PR bootstrap/49739
15611         * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
15612         and crtfastmath.o for Linux/x86.
15613
15614 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
15615
15616         * haifa-sched.c: Include "hashtab.h"
15617         (sched_no_dce): New global variable.
15618         (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
15619         SHADOW_P): New macros.
15620         (last_clock_var, cycle_issued_insns): Move declarations.
15621         (must_backtrack): New static variable.
15622         (struct delay_pair): New structure.
15623         (delay_htab, delay_htab_i2): New static variables.
15624         (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
15625         record_delay_slot_pair, pair_delay, add_delay_dependencies): New
15626         functions.
15627         (dep_cost_1): If delay pairs exist, try to look up the insns and
15628         use the correct pair delay if we find them.
15629         (rank-for_schedule): Tweak priority for insns that must be scheduled
15630         soon to avoid backtracking.
15631         (queue_insn): Detect conditions which force backtracking.
15632         (ready_add): Likewise.
15633         (struct sched_block_state): Add member shadows_only_p.
15634         (struct haifa_save_data): New structure.
15635         (backtrack_queue): New static variable.
15636         (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
15637         unschedule_insns_until, restore_last_backtrack_point,
15638         free_topmost_backtrack_point, free_backtrack_queue,
15639         estimate_insn_tick, estimate_shadow_tick): New functions.
15640         (prune_ready_list): New arg shadows_only_p.  All callers changed.
15641         If true, remove everything that isn't SHADOW_P.  Look up delay
15642         pairs and estimate ticks to avoid scheduling the first insn too early.
15643         (verify_shadows): New function.
15644         (schedule_block): Add machinery to enable backtracking.
15645         (sched_init): Take sched_no_dce into account when setting
15646         DF_LR_RUN_DCE.
15647         (free_delay_pairs): New function.
15648         (init_h_i_d): Initialize INSN_EXACT_TICK.
15649         * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
15650         * sched-deps.c (sd_unresolve_dep): New function.
15651         * sched-int. (struct haifa_sched_info): New fields save_state
15652         and restore_state.
15653         (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
15654         feeds_backtrack_insn and shadow_p.
15655         (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
15656         (sched_no_dce): Declare variable.
15657         (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
15658         sd_unresolve_dep): Declare functions.
15659         * modulo-sched.c (sms_sched_info): Clear the two new fields.
15660         * sched-rgn.c (rgn_const_sched_info): Likewise.
15661         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
15662         * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
15663         (ebb_sched_info): Add them for the two new fields.
15664         (add_deps_for_risky_insns): Call add_delay_dependencies.
15665
15666 2011-07-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
15667
15668         * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
15669         Rename -mr11.
15670         * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
15671         (rs6000_call_indirect_aix): Ditto.
15672         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
15673         (call_indirect_aix<ptrsize>_internal): Ditto.
15674         (call_indirect_aix<ptrsize>_nor11): Ditto.
15675         (call_indirect_aix<ptrsize>_internal2): Ditto.
15676         (call_value_indirect_aix<ptrsize>): Ditto.
15677         (call_value_indirect_aix<ptrsize>_internal): Ditto.
15678         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
15679         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
15680         * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
15681
15682 2011-07-13  Jason Merrill  <jason@redhat.com>
15683
15684         * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
15685
15686 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15687
15688         * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
15689         * config/spu/spu.md ("clrsb<mode>2"): New expander.
15690
15691 2011-07-13  Thomas Schwinge  <thomas@schwinge.name>
15692
15693         * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
15694         * configure: Regenerate.
15695
15696 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15697
15698         * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
15699         (asm_file_start): Remove.
15700         (spu_machine_dependent_reorg): Call compute_bb_for_insn and
15701         free_bb_for_insn around code that modifies insns before
15702         restarting df analysis.
15703
15704 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15705
15706         PR target/49541
15707         * config/sol2.h (LIB_SPEC): Simplify.  Move LIB_THREAD_LDFLAGS_SPEC ...
15708         (LINK_SPEC): ... here.
15709
15710 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
15711
15712         * haifa-sched.c (struct sched_block_state): New.
15713         (schedule_block): Move some local variables into such a structure.
15714
15715 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15716
15717         * config/i386/crtprec.c: Move to ../libgcc/config/i386.
15718         * config/i386/t-crtpc: Remove.
15719         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
15720         * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
15721         tmake_file.
15722         (x86_64-*-darwin*): Likewise.
15723         (i[34567]86-*-linux*): Likewise.
15724         (x86_64-*-linux*): Likewise.
15725
15726         * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
15727         Handle -mpc32, -mpc64, -mpc80.
15728
15729 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15730
15731         * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
15732         * config/alpha/t-crtfm: Remove.
15733         * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
15734         * config/i386/t-crtfm: Remove.
15735         * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
15736         * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
15737         * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
15738         * config/sparc/t-crtfm: Remove.
15739
15740         * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
15741         (alpha*-*-freebsd*): Likewise.
15742         (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
15743         (x86_64-*-darwin*): Likewise.
15744         (i[34567]86-*-linux*): Likewise.
15745         (x86_64-*-linux*): Likewise.
15746         (x86_64-*-mingw*): Likewise.
15747         (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
15748         (ia64*-*-freebsd*): Likewise.
15749         (ia64*-*-linux*): Likewise.
15750         (mips64*-*-linux*): Likewise.
15751         (mips*-*-linux*): Likewise.
15752         (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
15753         (sparc64-*-linux*): Likewise.
15754         (sparc64-*-freebsd*): Likewise.
15755
15756 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15757
15758         * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
15759         * config/darwin-crt3.c: Move to ../libgcc/config.
15760         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
15761         ($(T)crt3$(objext)): Remove.
15762         * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
15763         ($(T)crt2$(objext)): Remove.
15764         * config.gcc (powerpc-*-darwin*): Remove extra_parts.
15765         (powerpc64-*-darwin*): Likewise.
15766
15767 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
15768
15769         * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
15770
15771         * config/i386/i386.md (*addsi_1_zext): Renamed to ...
15772         (addsi_1_zext): This.
15773
15774 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
15775
15776         * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
15777         * doc/tm.texi: Regenerate.
15778         * target.def (mergeable_rodata_prefix): New defhookpod.
15779         * varasm.c (mergeable_string_section, mergeable_constant_section):
15780         Use it. Allocate name with alloca.
15781
15782 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
15783
15784         * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
15785
15786 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
15787
15788         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
15789         overlap check.
15790
15791 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
15792
15793         * tree.h (categorize_ctor_elements): Remove comment.  Fix long line.
15794         (count_type_elements): Delete.
15795         (complete_ctor_at_level_p): Declare.
15796         * expr.c (flexible_array_member_p): New function, split out from...
15797         (count_type_elements): ...here.  Make static.  Replace allow_flexarr
15798         parameter with for_ctor_p.  When for_ctor_p is true, return the
15799         number of elements that should appear in the top-level constructor,
15800         otherwise return an estimate of the number of scalars.
15801         (categorize_ctor_elements): Replace p_must_clear with p_complete.
15802         (categorize_ctor_elements_1): Likewise.  Use complete_ctor_at_level_p.
15803         (complete_ctor_at_level_p): New function, borrowing union logic
15804         from old categorize_ctor_elements_1.
15805         (mostly_zeros_p): Return true if the constructor is not complete.
15806         (all_zeros_p): Update call to categorize_ctor_elements.
15807         * gimplify.c (gimplify_init_constructor): Update call to
15808         categorize_ctor_elements.  Don't call count_type_elements.
15809         Unconditionally prevent clearing for variable-sized types,
15810         otherwise rely on categorize_ctor_elements to detect
15811         incomplete initializers.
15812
15813 2011-07-13  Richard Guenther  <rguenther@suse.de>
15814
15815         * tree-vrp.c (simplify_conversion_using_ranges): Make sure
15816         the final type is integral.
15817
15818 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
15819
15820         * sched-int.h (struct _dep): Add member cost.
15821         (DEP_COST, UNKNOWN_DEP_COST): New macros.
15822         * sched-deps.c (init_dep_1): Initialize DEP_COST.
15823         * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
15824         (sched_change_pattern): Reset it for dependent insns.
15825
15826 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15827
15828         * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
15829         ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
15830         * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
15831         * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
15832         (CRT0_S, MCRT0_S): Remove.
15833         ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
15834         Remove.
15835         (s-crt0): Remove.
15836         * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
15837
15838 2011-07-12  Eric Botcazou  <ebotcazou@adacore.com>
15839
15840         * cse.c (insert_with_costs): Put semi-colon after empty loop body
15841         on the next line.
15842         * emit-rtl.c (push_to_sequence): Likewise.
15843         * haifa-sched.c (max_issue): Likewise.
15844         * matrix-reorg.c (add_allocation_site): Likewise.
15845         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
15846         * reload.c (alternative_allows_const_pool_ref): Likewise.
15847         * sched-rgn.c (rgn_add_block): Likewise.
15848         (rgn_fix_recovery_cfg): Likewise.
15849         * tree.c (attribute_list_contained): Likewise.
15850
15851 2011-07-12  Uros Bizjak  <ubizjak@gmail.com>
15852
15853         * config/i386/i386.c: Tidy processor feature bitmasks.
15854         (m_P4_NOCONA): New.
15855
15856 2011-07-12  Andrew Pinski  <pinskia@gmail.com>
15857
15858         PR rtl-opt/49474
15859         * cprop.c (find_implicit_sets): Correct the condition.
15860
15861 2011-07-12  Richard Henderson  <rth@redhat.com>
15862
15863         PR target/49713
15864         * dwarf2out.h (dwarf_frame_regnum): Remove.
15865         * dwarf2out.c (based_loc_descr): Revert last change.  Initialize regno
15866         earlier from DWARF_FRAME_REGNUM.  Never use dbx_reg_number.
15867         * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
15868         (execute_dwarf2_frame): Initialize them.
15869         (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
15870         users of the macros with the variables.
15871         (expand_builtin_dwarf_sp_column): Revert last change.
15872         (expand_builtin_init_dwarf_reg_sizes): Likewise.  Compute the
15873         result of DWARF_FRAME_REGNUM into a local variable.
15874
15875 2011-07-12  Richard Henderson  <rth@redhat.com>
15876
15877         PR target/49714
15878         * config/i386/i386.c (x86_output_mi_thunk): Use
15879         machopic_indirect_call_target instead of machopic_indirection_name
15880         directly.
15881
15882 2011-07-12  Laurent GUERBY  <laurent@guerby.net>
15883             Eric Botcazou  <ebotcazou@adacore.com>
15884
15885         * prefix.h: Wrap up in extern "C" block.
15886
15887 2011-07-12  Harsha Jagasia  <harsha.jagasia@amd.com>
15888
15889         AMD bdver2 Enablement
15890         * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
15891         (case ${target}): Add bdver2.
15892         * config/i386/driver-i386.c (host_detect_local_cpu): Let
15893         -march=native recognize bdver2 processors.
15894         * config/i386/i386-c.c (ix86_target_macros_internal): Add
15895         bdver2 def_and_undef
15896         * config/i386/i386.c (struct processor_costs bdver2_cost): New
15897         bdver2 cost table.
15898         (m_BDVER2): New definition.
15899         (m_AMD_MULTIPLE): Includes m_BDVER2.
15900         (initial_ix86_tune_features): Add bdver2 tuning.
15901         (processor_target_table): Add bdver2 entry.
15902         (static const char *const cpu_names): Add bdver2 entry.
15903         (ix86_option_override_internal): Add bdver2 instruction sets.
15904         (ix86_issue_rate): Add bdver2.
15905         (ix86_adjust_cost): Add bdver2.
15906         (has_dispatch): Add bdver2.
15907         * config/i386/i386.h (TARGET_BDVER2): New definition.
15908         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
15909         (enum processor_type): Add PROCESSOR_BDVER2.
15910         * config/i386/i386.md (define_attr "cpu"): Add bdver2.
15911         * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
15912         description.
15913
15914 2011-07-12  Richard Henderson  <rth@redhat.com>
15915
15916         PR target/49714
15917         * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
15918         destination address in memory on some paths.
15919
15920 2011-07-12  Bernd Schmidt  <bernds@codesourcery.com>
15921
15922         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
15923         TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
15924         (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
15925         * function.c (locate_and_pad_parm): Take it into account.
15926         * target.def (function_arg_round_boundary): New hook.
15927         * targhooks.c (default_function_arg_round_boundary): New function.
15928         * targhooks.h (default_function_arg_round_boundary): Declare.
15929         * doc/tm.texi: Regenerate.
15930
15931 2011-07-12  Richard Guenther  <rguenther@suse.de>
15932
15933         * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
15934         Do not perform no-op changes.
15935
15936 2011-07-12  Richard Sandiford  <richard.sandiford@linaro.org>
15937
15938         * config/arm/predicates.md (neon_struct_operand): Make a normal
15939         predicate.
15940         (neon_struct_or_register_operand): New predicate.
15941         * config/arm/neon.md (movmisalign<mode>): Replace predicates
15942         with neon_struct_or_register_operand.
15943         (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
15944         neon_struct_operand instead of memory_operand.
15945
15946 2011-07-12  Martin Jambor  <mjambor@suse.cz>
15947
15948         * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
15949         * cgraph.c (cgraph_get_node_or_alias): Removed.
15950         (change_decl_assembler_name): Changed all calls to
15951         cgraph_get_node_or_alias to a call to cgraph_get_node.
15952         (cgraph_make_decl_local): Likewise.
15953         * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
15954         * varasm.c (default_binds_local_p_1): Likewise.
15955         (decl_binds_to_current_def_p): Likewise.
15956
15957 2011-07-12  Jakub Jelinek  <jakub@redhat.com>
15958
15959         PR tree-optimization/49712
15960         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
15961
15962 2011-07-11  Bernd Schmidt  <bernds@codesourcery.com>
15963
15964         * genautomata.c (add_arc): Return void.  All callers changed.
15965         (make_automaton): Remove dead code.
15966
15967 2011-07-11  Richard Henderson  <rth@redhat.com>
15968
15969         * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
15970         (DW_FRAME_POINTER_REGNUM): New.
15971         (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
15972         (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
15973         (dwf_regno): New.
15974         (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
15975         dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
15976         dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
15977         Use it.
15978         * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
15979         * dwarf2out.h (dwarf_frame_regnum): New.
15980         (struct cfa_loc): Document the domain of the reg member.
15981
15982 2011-07-11  Uros Bizjak  <ubizjak@gmail.com>
15983
15984         * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
15985         Use offset everywhere.  Always assert that offset <= TRAMPOLINE_SIZE.
15986
15987 2011-07-11  Jakub Jelinek  <jakub@redhat.com>
15988
15989         PR debug/49676
15990         * dwarf2out.c (int_shift_loc_descriptor): New function.
15991         (int_loc_descriptor): If shorter, emit i as
15992         (i >> shift), shift, DW_OP_shl for suitable shift value.
15993         Similarly, try to optimize large negative values using
15994         DW_OP_neg of a positive value if shorter.
15995         (size_of_int_shift_loc_descriptor): New function.
15996         (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
15997         changes.
15998         (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
15999         that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
16000         DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
16001         is shorter.
16002         (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
16003         addend as added DW_OP_plus if it is shorter.
16004
16005 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16006
16007         * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
16008         (DTORS_SECTION_ASM_OP): Define.
16009
16010 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16011
16012         * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
16013         * config/t-dfprules: Move to ../libgcc/config.
16014         * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
16015         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
16016         i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
16017         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
16018         Likewise.
16019         (i[34567]86-*-cygwin*): Likewise.
16020         (i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
16021         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
16022         * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
16023         (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
16024         D64PBIT_FUNCS, D128PBIT_FUNCS.
16025
16026 2011-07-11  Richard Guenther  <rguenther@suse.de>
16027
16028         * tree-vrp.c (simplify_conversion_using_ranges): Manually
16029         translate the source value-range through the conversion chain.
16030
16031 2011-07-11  Richard Sandiford  <richard.sandiford@linaro.org>
16032
16033         * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
16034
16035 2011-07-11  Arthur Loiret  <aloiret@debian.org>
16036
16037         * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
16038         a bi-arch compiler defaulting to 31-bit. In this case:
16039         (tmake_file): Add s390/t-linux64.
16040         * doc/install.texi: Add s390-linux to the list of targets supporting
16041         --enable-targets=all.
16042
16043 2011-07-11  Arthur Loiret  <aloiret@debian.org>
16044             Matthias Klose <doko@debian.org>
16045
16046         * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
16047         a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
16048         (tm_file): Add mips/linux64.h.
16049         (tmake_file): Add mips/t-linux64.
16050         (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
16051         * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
16052         instead of hardcoded mabi=n32.
16053         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
16054         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
16055         convention.
16056
16057 2011-07-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16058
16059         * passes.c (init_optimization_passes): Add invariant motion pass
16060         after induction variable optimization.
16061
16062 2011-07-11  Georg-Johann Lay  <avr@gjlay.de>
16063
16064         PR target/39633
16065         * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
16066         offsets 1..5 set cc0 in a usable way.
16067
16068 2011-07-11  Romain Geissler  <romain.geissler@gmail.com>
16069
16070         * tree.h (call_expr_arg): Remove.
16071         (call_expr_argp): Likewise.
16072
16073 2011-07-11  Eric Botcazou  <ebotcazou@adacore.com>
16074
16075         * config/sparc/sparc.md (save_register_window_1): Rename to...
16076         (window_save): ...this.
16077         * config/sparc/sparc.c (emit_save_register_window): Rename to...
16078         (emit_window_save): ...this.
16079         (sparc_expand_prologue): Adjust to above renaming.
16080
16081 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
16082
16083         * config/i386/i386.c (ix86_trampoline_init): Use movl instead
16084         of movabs for x32.
16085
16086 2011-07-10  Richard Henderson  <rth@redhat.com>
16087
16088         * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
16089         run final, instead of emitting text directly.
16090
16091 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
16092
16093         * config/i386/i386.c (ix86_option_override_internal): Turn on
16094         OPTION_MASK_ISA_64BIT for TARGET_X32.  Only allow small and
16095         small PIC models for TARGET_X32.
16096
16097 2011-07-10  Hans-Peter Nilsson  <hp@axis.com>
16098
16099         PR target/49684
16100         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
16101         $(LIBGCC2_CFLAGS).
16102
16103         PR bootstrap/49680
16104         * config/cris/cris.c (cris_asm_output_case_end): Robustify against
16105         stray notes and debug insns by using prev_nonnote_nondebug_insn
16106         instead of PREV_INSN.
16107
16108 2011-07-09  Richard Henderson  <rth@redhat.com>
16109
16110         * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
16111         DWARF_TYPE_SIGNATURE_SIZE): Move from ...
16112         * dwarf2out.c: ... here.
16113         (output_all_cfis): Remove.
16114         (dwarf2out_switch_text_section): Use output_cfis directly.
16115         (size_of_locs): Export.
16116         (output_loc_sequence, output_loc_sequence_raw): Export.
16117         (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
16118         output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
16119         output_cfa_loc_raw): Move to ...
16120         * dwarfcfi.c: ... here.
16121         * dwarf2out.h: Update decls.
16122
16123 2011-07-09  Richard Henderson  <rth@redhat.com>
16124
16125         * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
16126         DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
16127         * dwarf2cfi.c: ... here.
16128         (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
16129         (DWARF_ROUND, DWARF_CIE_ID): Remove.
16130         * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
16131         (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
16132         (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
16133
16134 2011-07-09  Richard Henderson  <rth@redhat.com>
16135
16136         * dwarf2cfi.c (cie_return_save): New.
16137         (queue_reg_save): Use compare_reg_or_pc.
16138         (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
16139         (dwarf2out_frame_debug_expr): Likewise.
16140         (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
16141         (initial_return_save): Likewise.
16142         (execute_dwarf2_frame): Save and restore initial return save from
16143         the cie to the fde.
16144         * config/mips/mips.c (mips_frame_set): Remove special case for
16145         DWARF_FRAME_RETURN_COLUMN.
16146
16147 2011-07-09  Richard Henderson  <rth@redhat.com>
16148
16149         * dwarf2cfi.c (lookup_cfa): Remove.
16150         (execute_dwarf2_frame): Assert queues are empty on entry.
16151         Setup initial cfa directly, not via lookup_cfa.
16152         Don't clear args_size state here.
16153
16154 2011-07-09  Richard Henderson  <rth@redhat.com>
16155
16156         * dwarf2cfi.c (add_cfi_vec): New.
16157         (add_cfi): Rename from add_fde_cfi.  Add the element to add_cfi_vec.
16158         (def_cfa_1, reg_save): Remove for_cie argument.  Update all callers.
16159         (execute_dwarf2_frame): Set add_cfi_vec.
16160
16161 2011-07-09  Richard Henderson  <rth@redhat.com>
16162
16163         * defaults.h (ASM_COMMENT_START): Move here...
16164         * dwarf2asm.c: ... from here.
16165         * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
16166         * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
16167         * varasm.c: Likewise.
16168
16169 2011-07-09  Richard Henderson  <rth@redhat.com>
16170
16171         PR debug/49686
16172         * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
16173         (create_cfi_notes): ... do it here instead.
16174
16175 2011-07-09  Jakub Jelinek  <jakub@redhat.com>
16176
16177         PR debug/49676
16178         * dwarf2out.c (size_of_int_loc_descriptor): New function.
16179         (address_of_int_loc_descriptor): Use it.
16180         (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
16181
16182 2011-07-09  Richard Henderson  <rth@redhat.com>
16183
16184         * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
16185         (prologue, epilogue): New.
16186         (return, *rts): New.
16187         (blockage, setd, seti): New.
16188         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
16189         (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
16190         (pdp11_saved_regno): New.
16191         (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
16192         generate rtl instead of text.
16193         (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
16194         (pdp11_sp_frame_offset): Export.  Use pdp11_saved_regno.
16195         * config/pdp11/pdp11-protos.h: Update.
16196
16197 2011-07-09  Richard Henderson  <rth@redhat.com>
16198
16199         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
16200         try to insert an rtl prologue here.
16201         (rs6000_output_function_epilogue): Similarly.
16202         * config/rs6000/rs6000.md (prologue): Emit a barrier to
16203         satisfy !TARGET_SCHED_PROLOG.
16204         (epilogue, sibcall_epilogue): Likewise.
16205
16206 2011-07-09  Eric Botcazou  <ebotcazou@adacore.com>
16207
16208         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
16209         (FP_REG_P): Delete.
16210         (IN_OR_GLOBAL_P): Likewise.
16211
16212 2011-07-08  Jason Merrill  <jason@redhat.com>
16213
16214         PR c++/45437
16215         * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
16216         compound assignment.
16217
16218         * cgraph.c (cgraph_add_to_same_comdat_group): New.
16219         * cgraph.h: Declare it.
16220         * ipa.c (function_and_variable_visibility): Make sure thunks
16221         have the right visibility.
16222
16223 2011-07-08  Richard Henderson  <rth@redhat.com>
16224
16225         PR bootstrap/49680
16226         * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
16227         any tablejump vector.
16228
16229         PR bootstrap/49680
16230         * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
16231         end of the prologue.
16232
16233 2011-07-08  Jakub Jelinek  <jakub@redhat.com>
16234
16235         PR target/49621
16236         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
16237         CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
16238         * config/rs6000/vector.md (vector_select_<mode>,
16239         vector_select_<mode>_uns): Change second operand of NE to
16240         CONST0_RTX (<MODE>mode) instead of const0_rtx.
16241         * config/rs6000/altivec.md (*altivec_vsel<mode>,
16242         *altivec_vsel<mode>_uns): Expect second operand of NE to be
16243         zero_constant of the corresponding vector mode.
16244         * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
16245         Likewise.
16246
16247 2011-07-08  Sebastian Pop  <sebastian.pop@amd.com>
16248
16249         * graphite-dependences.c (build_alias_set_powerset): Remove
16250         continue from loop, add one more assert.
16251
16252 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
16253
16254         PR target/46779
16255         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
16256         In particular, allow 8-bit values in r28 and r29.
16257         (avr_hard_regno_scratch_ok): Disallow any register that might be
16258         part of the frame pointer.
16259         (avr_hard_regno_rename_ok): Same.
16260         (avr_legitimate_address_p): Don't allow SUBREGs.
16261
16262 2011-07-08  Julian Brown  <julian@codesourcery.com>
16263
16264         * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
16265         big-endian mode.
16266         (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
16267         (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
16268         (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
16269         (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
16270         (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
16271         (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
16272         (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
16273         registers in big-endian mode.
16274
16275 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
16276
16277         * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
16278         in terms of another.
16279         (write_attr_value): Write a cast if necessary.
16280
16281         * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
16282         * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
16283         (REG_WORDS_BIG_ENDIAN): Document.
16284         * doc/tm.texi: Regenerate.
16285         * reload.c (operands_match_p): Take it into account.
16286         (reload_adjust_reg_for_mode): Likewise.
16287         * rtlanal.c (subreg_get_info): Likewise.
16288
16289 2011-07-08  Richard Guenther  <rguenther@suse.de>
16290
16291         * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
16292         folding.
16293
16294 2011-07-08  Kai Tietz  <ktietz@redhat.com>
16295
16296         * fold-const.c (fold_truth_andor): Factored out truth_andor
16297         label from fold_binary as function.
16298         (fold_binary_loc): Replace truth_andor lable
16299         by function fold_truth_andor.
16300
16301 2011-07-08  Kirill Yukhin  <kirill.yukhin@intel.com>
16302
16303         PR middle-end/49519
16304         * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
16305         check if address is stored in register. If so - give up.
16306         (check_sibcall_argument_overlap_1): Do not perform check of
16307         overlapping when it is call to address.
16308
16309 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
16310
16311         * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
16312         of magic '31'.
16313
16314 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
16315
16316         * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
16317         GET_MODE_BITSIZE where appropriate.
16318         (widen_leading, expand_parity, expand_ctz, expand_ffs,
16319         expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
16320         expand_float, expand_fix): Likewise.
16321         * expr.c (convert_move, convert_modes, expand_expr_real_2,
16322         expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
16323         * stor-layout.c (get_mode_bounds): Likewise.
16324         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
16325         Likewise.
16326         * convert.c (convert_to_integer): Likewise.
16327         * expmed.c (expand_shift_1): Likewise.
16328
16329         * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
16330         a bitsize.
16331
16332         * optabs.c (expand_binop): Tighten conditions for doubleword
16333         expansions.
16334         (widen_bswap): Assert that mode bitsize and precision are the same.
16335         * stor-layout.c (get_best_mode): Skip modes that have lower
16336         precision than bitsize.
16337         * recog.c (simplify_while_replacing): Assert that bitsize and
16338         precision are the same.
16339
16340 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16341
16342         * Makefile.in (LIBGCOV): Remove.
16343         (libgcc.mvars): Remove LIBGCOV.
16344         * libgov.c: Move to ../libgcc.
16345
16346 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16347
16348         * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
16349
16350 2011-07-08  Martin Jambor  <mjambor@suse.cz>
16351
16352         * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
16353         is too big for total scalarization.
16354
16355 2011-07-07  Richard Henderson  <rth@redhat.com>
16356
16357         * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
16358         (DBX_DEBUGGING_INFO): Undef.
16359
16360 2011-07-07  Richard Henderson  <rth@redhat.com>
16361
16362         * dwarf2out.c (output_cfi_directive): Export.  Add FILE parameter.
16363         Handle some opcodes specially for debugging.
16364         * print-rtl.c: Include dwarf2out.h
16365         (print_rtx): Handle NOTE_INSN_CFI.
16366         * Makefile.in (print-rtl.o): Update.
16367
16368 2011-07-07  Richard Henderson  <rth@redhat.com>
16369
16370         * tree-pass.h (pass_dwarf2_frame): Declare.
16371         * passes.c (init_optimization_passes): Add it.
16372         * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
16373         (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
16374         make static, do not call add_cfis_to_fde.
16375         (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
16376         dwarf2out_frame_init): Merge into...
16377         (execute_dwarf2_frame): ... here.  New function.
16378         (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean.  Change
16379         saved_do_cfi_asm to a tri-state variable.
16380         (gate_dwarf2_frame, pass_dwarf2_frame): New.
16381         * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
16382         if it has yet to be done.  Don't call dwarf2cfi_function_init.
16383         * dwarf2out.h, debug.h: Update decls.
16384         * final.c (final_start_function): Don't call
16385         dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
16386         * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
16387         * toplev.c (lang_dependent_init): Likewise.
16388
16389 2011-07-07  Richard Henderson  <rth@redhat.com>
16390
16391         * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
16392         FDE_TABLE_INCREMENT): Replace with...
16393         (fde_vec): ... this, a new vector.
16394         (current_fde): Remove.  Replace all users with cfun->fde.
16395         (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
16396         (size_of_aranges, dwarf2out_finish): Likewise.
16397         (dwarf2out_alloc_current_fde): Break out from ...
16398         (dwarf2out_begin_prologue): ... here.
16399         (dwarf2out_frame_init): Remove.
16400         * dwarf2cfi.c: Update all users of current_fde.
16401         (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
16402         * dwarf2out.h: Update decls.
16403         (dw_fde_node): Add fde_index member.
16404         * function.h (struct function): Add fde member.
16405
16406 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
16407             Richard Henderson  <rth@redhat.com>
16408
16409         * dwarf2cfi.c (add_cfi): Remove.
16410         (dwarf2out_cfi_label): Remove force argument.  Only generate the
16411         label name.
16412         (add_fde_cfi): Simplify the different code paths.
16413         (add_cie_cfi): New.
16414         (old_cfa, old_cfa_remember): New.
16415         (def_cfa_1, reg_save): Remove label, add for_cie parameter.
16416         (last_reg_save_label): Remove.
16417         (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
16418         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
16419         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
16420         dwarf2out_frame_debug_cfa_expression,
16421         dwarf2out_frame_debug_cfa_restore,
16422         dwarf2out_frame_debug_cfa_window_save,
16423         dwarf2out_frame_debug_expr): Remove label parameter.
16424         (cfi_label_required_p, add_cfis_to_fde): New.
16425         (dwarf2out_frame_debug_after_prologue): New.
16426         (dwarf2cfi_frame_init): Initialize old_cfa.
16427         (dwarf2out_frame_debug_restore_state): Likewise.
16428         * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
16429         (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
16430         * final.c (final_start_function): Call
16431         dwarf2out_frame_debug_after_prologue.
16432
16433 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
16434             Richard Henderson  <rth@redhat.com>
16435
16436         * dwarf2cfi.c (cfi_insn): New.
16437         (dwarf2out_cfi_label): Don't emit cfi label here.
16438         (add_fde_cfi): Create a NOTE_INSN_CFI.
16439         (dwarf2out_frame_debug): Setup cfi_insn.
16440         (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
16441         (dwarf2out_cfi_begin_epilogue): Make static.
16442         (dwarf2out_frame_debug_restore_state): Make static.
16443         * dwarf2out.c (output_cfi_directive): Make static.
16444         (dwarf2out_emit_cfi): New.
16445         * dwarf2out.h: Update.
16446         * final.c (final): Remove CFI notes.
16447         (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
16448         dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
16449         Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
16450         * insn-notes.def (NOTE_INSN_CFI): New.
16451         (NOTE_INSN_CFI_LABEL): New.
16452         * rtl.h (union rtunion_def): Add rt_cfi member.
16453         (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
16454
16455 2011-07-07  Richard Henderson  <rth@redhat.com>
16456
16457         * dwarf2cfi.c: New file.
16458         * Makefile.in (OBJS): Add it.
16459         (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
16460         * gengtype.c (open_base_files): Include dwarf2out.h.
16461         * coretypes.h (enum var_init_status): Move from ...
16462         * rtl.h: ... here.
16463         * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
16464         dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
16465         expand_builtin_dwarf_sp_column, init_return_column_size,
16466         expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
16467         dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
16468         lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
16469         old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
16470         stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
16471         compute_barrier_args_size, dwarf2out_args_size,
16472         dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
16473         queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
16474         compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
16475         queue_reg_save, dwarf2out_flush_queued_reg_saves,
16476         clobbers_queued_reg_save, reg_saved_in, cfa_temp,
16477         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
16478         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
16479         dwarf2out_frame_debug_cfa_expression,
16480         dwarf2out_frame_debug_cfa_restore,
16481         dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
16482         dwarf2out_frame_debug, dwarf2out_frame_debug_init,
16483         dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
16484         get_cfa_from_loc_descr): Move to dwarf2cfi.c.
16485         (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
16486         dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
16487         dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
16488         dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
16489         dw_loc_descr_node): Move to dwarf2out.h.
16490         (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
16491         mem_loc_descriptor): Export.
16492         (build_cfa_aligned_loc): Export.  Take CFA as a parameter.
16493         (dwarf2out_frame_init): Extract CIE generation code to
16494         dwarf2cfi_frame_init.
16495
16496 2011-07-07  Eric Botcazou  <ebotcazou@adacore.com>
16497
16498         PR target/49660
16499         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
16500         MASK_V8PLUS, remove commented out flag and reorder.
16501
16502 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
16503
16504         PR c/49644
16505         * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
16506         one non-complex and one complex argument, call c_save_expr on both
16507         operands.
16508
16509 2011-07-07  Martin Jambor  <mjambor@suse.cz>
16510
16511         PR middle-end/49495
16512         * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
16513         (verify_cgraph_node): Some functinality moved to
16514         verify_edge_corresponds_to_fndecl, call it.
16515
16516 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
16517
16518         * config.gcc (*local*): Remove.
16519         * doc/install-old.texi: Don't mention local configurations.
16520
16521 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
16522
16523         PR debug/49522
16524         * df-problems.c (dead_debug_reset): Remove dead_debug_uses
16525         referencing debug insns that have been reset.
16526         (dead_debug_insert_before): Don't assert reg is non-NULL,
16527         instead return immediately if it is NULL.
16528
16529 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
16530
16531         * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
16532
16533 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
16534
16535         * hw-doloop.c: New file.
16536         * hw-doloop.h: New file.
16537         * Makefile.in (OBJS): Add hw-doloop.o.
16538         (hw-doloop.o): New rule.
16539         ($(obj_out_file)): Add hw-doloop.h dependency.
16540         * config/bfin/bfin.c: Include "hw-doloop.h".
16541         (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
16542         (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
16543         (hwloop_optimize): Renamed from bfin_optimize_loop.  Argument
16544         type changed to hwloop_info.  Return bool, true if the loop was
16545         successfully optimized.  Remove code that was moved to
16546         hw-doloop.c, and adjust other parts.
16547         (hwloop_fail): New static function, containing parts that used
16548         to be in bfin_optimize_loop.
16549         (bfin_discover_loop, bfin_discover_loops, free_loops,
16550         bfin_reorder_loops): Remove.
16551         (hwloop_pattern_reg): New static function.
16552         (bfin_doloop_hooks): New variable.
16553         (bfin_reorg_loops): Remove most code, call reorg_loops.
16554         * config/bfin/bfin.md (doloop_end splitter): Also enable if
16555         loop counter is a memory_operand.
16556
16557 2011-07-07  H.J. Lu  <hongjiu.lu@intel.com>
16558
16559         * config.gcc: Support --with-multilib-list for x86 Linux targets.
16560
16561         * configure.ac: Mention x86-64 for --with-multilib-list.
16562         * configure: Regenerated.
16563
16564         * config/i386/gnu-user64.h (SPEC_64): Support x32.
16565         (SPEC_32): Likewise.
16566         (ASM_SPEC): Likewise.
16567         (LINK_SPEC): Likewise.
16568         (TARGET_THREAD_SSP_OFFSET): Likewise.
16569         (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
16570         (SPEC_X32): New.
16571
16572         * config/i386/i386.h (TARGET_X32): New.
16573         (TARGET_LP64): New.
16574         (LONG_TYPE_SIZE): Likewise.
16575         (POINTER_SIZE): Likewise.
16576         (POINTERS_EXTEND_UNSIGNED): Likewise.
16577         (OPT_ARCH64): Support x32.
16578         (OPT_ARCH32): Likewise.
16579
16580         * config/i386/i386.opt (mx32): New.
16581
16582         * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
16583         (GLIBC_DYNAMIC_LINKERX32): Likewise.
16584         * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
16585         (GLIBC_DYNAMIC_LINKERX32): Likewise.
16586
16587         * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
16588         (BIONIC_DYNAMIC_LINKERX32): Likewise.
16589         (GNU_USER_DYNAMIC_LINKERX32): Likewise.
16590
16591         * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
16592
16593         * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
16594
16595         * doc/invoke.texi: Document -mx32.
16596
16597 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
16598
16599         * doc/invoke.texi (mwords-little-endian): Deprecate.
16600         * config/arm/arm.opt (mwords-little-endian): Likewise.
16601         * config/arm/arm.c (arm_option_override): Warn about the deprecation
16602         of -mwords-little-endian.
16603
16604 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
16605
16606         * reload1.c (choose_reload_regs): Use mode sizes to check whether
16607         an old reload register completely defines the required value.
16608
16609 2011-07-07  Richard Guenther  <rguenther@suse.de>
16610
16611         * fold-const.c (fold_unary_loc): Do not strip sign-changes
16612         for NEGATE_EXPR.
16613
16614 2011-07-07  Richard Guenther  <rguenther@suse.de>
16615
16616         * tree-vrp.c (simplify_conversion_using_ranges): New function.
16617         (simplify_stmt_using_ranges): Call it.
16618
16619 2011-07-07  Kai Tietz  <ktietz@redhat.com>
16620
16621         * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
16622         (lookup_logical_inverted_value): Likewise.
16623         (simplify_bitwise_binary_1): Likewise.
16624         (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
16625
16626 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
16627
16628         * gcc.c (%[Spec]): Don't document.
16629         (struct spec_list): Update comment.
16630         (do_spec_1): Don't handle %[Spec].
16631         * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
16632
16633 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
16634
16635         * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
16636         default based on TARGET_ASM_NAMED_SECTION.
16637         * common/common-target.def (have_named_sections): Default to true.
16638         * common/config/default-common.c: Don't include tm.h.
16639         * common/config/picochip/picochip-common.c
16640         (TARGET_HAVE_NAMED_SECTIONS): Don't define.
16641         * common/config/m32c/m32c-common.c: Remove.
16642         * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
16643         * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
16644         * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
16645         * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
16646         * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
16647         * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
16648         * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
16649
16650 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
16651
16652         PR middle-end/49640
16653         * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
16654         and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
16655
16656 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16657
16658         PR libmudflap/49550
16659         * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
16660
16661 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16662
16663         PR target/39150
16664         * configure.ac (gcc_cv_as_hidden): Also accept
16665         x86_64-*-solaris2.1[0-9]*.
16666         (gcc_cv_as_cfi_directive): Likewise.
16667         (gcc_cv_as_comdat_group_group): Likewise.
16668         (set_have_as_tls): Likewise.
16669         * configure: Regenerate.
16670         * config.gcc (i[34567]86-*-solaris2*): Also handle
16671         x86_64-*-solaris2.1[0-9]*.
16672         * config.host (i[34567]86-*-solaris2*): Likewise.
16673         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
16674         * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
16675         [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
16676         (TARGET_LD_EMULATION): Use it.
16677         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
16678         (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
16679         * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
16680         (ASM_CPU64_DEFAULT_SPEC): Define.
16681         (ASM_CPU_SPEC): Use %(asm_cpu_default).
16682         (ASM_SPEC): Redefine.
16683         (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
16684         * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
16685         * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
16686         (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
16687         configuration.
16688         (Specific, x86_64-*-solaris2.1[0-9]*): Document.
16689
16690 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16691
16692         * config/sol2.h (ASM_SPEC): Split into ...
16693         (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
16694         * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
16695         * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
16696         (ASM_SPEC): Use ASM_SPEC_BASE.
16697         * config/sparc/sol2.h (ASM_SPEC): Redefine.
16698
16699 2011-07-07  Georg-Johann Lay  <avr@gjlay.de>
16700
16701         * config/avr/avr.md (*reload_insi): Change predicate #1 to
16702         const_int_operand.  Ditto for peep2 producing this insn.
16703         Add argument to output_reload_insisf call.
16704         (*movsi,*movsf): Add argument to output_movsisf call.
16705         (*reload_insf): New insn and new peep2 to produce it.
16706         * config/avr/avr-protos.h (output_movsisf): Change prototype.
16707         (output_reload_insisf): Change prototype.
16708         * config/avr/avr.c (avr_asm_len): New function.
16709         (output_reload_insisf): Rewrite.
16710         (output_movsisf): Change prototype.  output_reload_insisf for
16711         all CONST_INT and CONST_DOUBLE.  ALlow moving 0.0f to memory.
16712         (adjust_insn_length): Add argument to output_movsisf and
16713         output_reload_insisf call.
16714
16715 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
16716
16717         * emit-rtl.c (paradoxical_subreg_p): New function.
16718         * rtl.h (paradoxical_subreg_p): Declare.
16719         * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
16720         apply_distributive_law, simplify_comparison, simplify_set): Use it.
16721         * cse.c (record_jump_cond, cse_insn): Likewise.
16722         * expr.c (force_operand): Likewise.
16723         * rtlanal.c (num_sign_bit_copies1): Likewise.
16724         * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
16725         * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
16726         (push_reload): Use precision to check for paradoxical subregs.
16727         * expmed.c (extract_bit_field_1): Likewise.
16728
16729         * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
16730         * combine.c (set_nonzero_bits_and_sign_copies): Use it.
16731         (find_split-point, combine_simplify_rtx, simplify_if_then_else,
16732         simplify_set, simplify_logical, expand_compound_operation,
16733         make_extraction, force_to_mode, if_then_else_cond, extended_count,
16734         try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
16735         record_value_for_reg): Likewise.
16736         * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
16737         * simplify-rtx. c (simplify_unary_operation_1,
16738         simplify_binary_operation_1, simplify_const_relational_operation):
16739         Likewise.
16740
16741         * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
16742         instead of GET_MODE_BITSIZE where appropriate.
16743         * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
16744         num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
16745         init_num_sign_bit_copies_in_rep): Likewise.
16746         * cse.c (fold_rtx, cse_insn): Likewise.
16747         * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
16748         * simplify-rtx.c (simplify_unary_operation_1,
16749         simplify_const_unary_operation, simplify_binary_operation_1,
16750         simplify_const_binary_operation, simplify_ternary_operation,
16751         simplify_const_relational_operation, simplify_subreg): Likewise.
16752         * combine.c (try_combine, find_split_point, combine_simplify_rtx,
16753         simplify_if_then_else, simplify_set, expand_compound_operation,
16754         expand_field_assignment, make_extraction, if_then_else_cond,
16755         make_compound_operation, force_to_mode, make_field_assignment,
16756         reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
16757         extended_count, try_widen_shift_mode, simplify_shift_const_1,
16758         simplify_comparison, record_promoted_value, simplify_compare_const,
16759         record_dead_and_set_regs_1): Likewise.
16760
16761         Revert:
16762         * simplify-rtx.c (simplify_const_binary_operation): Use the
16763         shift_truncation_mask hook instead of performing modulo by width.
16764         Compare against mode precision, not bitsize.
16765         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
16766         Use shift_truncation_mask instead of constructing the value manually.
16767
16768 2011-07-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
16769
16770         * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
16771         declaration.
16772         (rs6000_save_toc_in_prologue_p): Ditto.
16773
16774         * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
16775         up the static chain (r11) during indirect function calls.
16776         (-msave-toc-indirect): New undocumented debug switch.
16777
16778         * config/rs6000/rs6000.c (struct machine_function): Add
16779         save_toc_in_prologue field to note whether the prologue needs to
16780         save the TOC value in the reserved stack location.
16781         (rs6000_emit_prologue): Use TOC_REGNUM instead of 2.  If we need
16782         to save the TOC in the prologue, do so.
16783         (rs6000_trampoline_init): Don't allow creating AIX style
16784         trampolines if -mno-r11 is in effect.
16785         (rs6000_call_indirect_aix): New function to create AIX style
16786         indirect calls, adding support for -mno-r11 to suppress loading
16787         the static chain, and saving the TOC in the prologue instead of
16788         the call body.
16789         (rs6000_save_toc_in_prologue_p): Return true if we are saving the
16790         TOC in the prologue.
16791
16792         * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
16793         register numbers.
16794         (TOC_REGNUM): Ditto.
16795         (STATIC_CHAIN_REGNUM): Ditto.
16796         (ARG_POINTER_REGNUM): Ditto.
16797         (SFP_REGNO): Delete, unused.
16798         (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
16799         function descriptor offsets.
16800         (TOC_SAVE_OFFSET_64BIT): Ditto.
16801         (AIX_FUNC_DESC_TOC_32BIT): Ditto.
16802         (AIX_FUNC_DESC_TOC_64BIT): Ditto.
16803         (AIX_FUNC_DESC_SC_32BIT): Ditto.
16804         (AIX_FUNC_DESC_SC_64BIT): Ditto.
16805         (ptrload): New mode attribute for the appropriate load of a pointer.
16806         (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
16807         (call_indirect_aix64): Ditto.
16808         (call_value_indirect_aix32): Ditto.
16809         (call_value_indirect_aix64): Ditto.
16810         (call_indirect_nonlocal_aix32_internal): Ditto.
16811         (call_indirect_nonlocal_aix32): Ditto.
16812         (call_indirect_nonlocal_aix64_internal): Ditto.
16813         (call_indirect_nonlocal_aix64): Ditto.
16814         (call): Rewrite AIX indirect function calls.  Add support for
16815         eliminating the static chain, and for moving the save of the TOC
16816         to the function prologue.
16817         (call_value): Ditto.
16818         (call_indirect_aix<ptrsize>): Ditto.
16819         (call_indirect_aix<ptrsize>_internal): Ditto.
16820         (call_indirect_aix<ptrsize>_internal2): Ditto.
16821         (call_indirect_aix<ptrsize>_nor11): Ditto.
16822         (call_value_indirect_aix<ptrsize>): Ditto.
16823         (call_value_indirect_aix<ptrsize>_internal): Ditto.
16824         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
16825         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
16826         (call_nonlocal_aix32): Relocate in the rs6000.md file.
16827         (call_nonlocal_aix64): Ditto.
16828
16829         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
16830         -mno-r11 documentation.
16831
16832 2011-07-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
16833
16834         PR other/49658
16835         * doc/extend.texi (Compound Literals): Fix typo.
16836
16837 2011-07-06  James Greenhalgh  <james.greenhalgh@arm.com>
16838
16839         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
16840
16841 2011-07-06  Basile Starynkevitch  <basile@starynkevitch.net>
16842
16843         * configure.ac (plugin-version.h): Generate
16844         GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
16845         GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
16846         macros.
16847
16848         * configure: Regenerate.
16849
16850         * doc/plugins.texi (Building GCC plugins): Mention
16851         GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
16852
16853 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
16854
16855         * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
16856         * combine.c (make_extraction, gen_lowpart_or_truncate,
16857         apply_distributive_law, simplify_comparison,
16858         reg_truncated_to_mode, record_truncated_value): Use it.
16859         * cse.c (notreg_cost): Likewise.
16860         * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
16861         * expr.c (convert_move, convert_modes): Likewise.
16862         * optabs.c (expand_binop, expand_unop): Likewise.
16863         * postreload.c (move2add_last_label): Likewise.
16864         * regmove.c (optimize_reg_copy_3): Likewise.
16865         * rtlhooks.c (gen_lowpart_general): Likewise.
16866         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
16867
16868 2011-07-06  Joseph Myers  <joseph@codesourcery.com>
16869
16870         * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
16871
16872 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
16873
16874         * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
16875         * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
16876         (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
16877         (simplify_const_unary_operation, simplify_binary_operation_1,
16878         simplify_const_binary_operation, simplify_const_relational_operation):
16879         Use them.  Use GET_MODE_MASK for masking and sign-extensions.
16880         * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
16881         combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
16882         simplify_shift_const_1, simplify_comparison): Likewise.
16883         * expr.c (convert_modes): Likewise.
16884         * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
16885         * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
16886         * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
16887
16888         * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
16889
16890 2011-07-06  Richard Guenther  <rguenther@suse.de>
16891
16892         PR tree-optimization/49645
16893         * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
16894         register variables.
16895         * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
16896         in type qualification here ...
16897         (copy_reference_ops_from_ref): ... not here.
16898         (vn_reference_lookup_3): ... or here.
16899         (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
16900         (vn_reference_lookup): Do the lookup with a valueized ao-ref.
16901
16902 2011-07-06  Ian Lance Taylor  <iant@google.com>
16903
16904         * doc/install.texi (Configuration): It's
16905         --enable-gnu-indirect-function, not --enable-indirect-function.
16906
16907 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
16908
16909         * simplify-rtx.c (simplify_const_binary_operation): Use the
16910         shift_truncation_mask hook instead of performing modulo by width.
16911         Compare against mode precision, not bitsize.
16912         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
16913         Use shift_truncation_mask instead of constructing the value manually.
16914
16915 2011-07-06  H.J. Lu  <hongjiu.lu@intel.com>
16916
16917         PR middle-end/47383
16918         * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
16919         address computation and convert to address_mode if needed.
16920
16921 2011-07-06  Richard Guenther  <rguenther@suse.de>
16922
16923         * tree.c (build_common_tree_nodes_2): Merge with
16924         build_common_tree_nodes.
16925         * tree.h (build_common_tree_nodes): Adjust prototype.
16926         (build_common_tree_nodes_2): Remove.
16927         * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
16928         * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
16929
16930 2011-07-05  Jakub Jelinek  <jakub@redhat.com>
16931
16932         PR tree-optimization/49618
16933         * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
16934         t recurse on the decl.
16935         <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
16936         return true if expr isn't known to be defined in current
16937         TU or some other LTO partition.
16938
16939 2011-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
16940
16941         * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
16942         override CASE_VALUES_THRESHOLD.
16943
16944         * stmt.c (toplevel): Include params.h.
16945         (case_values_threshold): Use the --param case-values-threshold
16946         value if non-zero, otherwise use machine dependent value.
16947         (expand_case): Use case_values_threshold.
16948
16949         * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
16950
16951         * doc/invoke.texi (--param case-values-threshold): Document.
16952
16953 2011-07-05  Richard Henderson  <rth@redhat.com>
16954
16955         * dwarf2out.c (dwarf2out_cfi_label): Make static.
16956         (dwarf2out_flush_queued_reg_saves): Make static.
16957         (dwarf2out_reg_save): Remove.
16958         (dwarf2out_return_save): Remove.
16959         (dwarf2out_return_reg): Remove.
16960         (dwarf2out_reg_save_reg): Remove.
16961         (dwarf2out_def_cfa): Merge into ...
16962         (dwarf2out_frame_init): ... here.
16963         * dwarf2out.h, tree.h: Remove declarations as necessary.
16964
16965 2011-07-05  Richard Henderson  <rth@redhat.com>
16966
16967         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
16968         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
16969         (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
16970         the alloc insn.
16971
16972         * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
16973         (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
16974         (process_epilogue): Don't call dwarf2out_def_cfa.
16975
16976         * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
16977         indicate the return address save.
16978         (process_cfa_register): Likewise.
16979
16980         * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
16981         (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
16982
16983         * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
16984         for ar.pfs save at alloc insn.
16985
16986 2011-07-05  Richard Henderson  <rth@redhat.com>
16987
16988         * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
16989         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
16990         (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
16991         stack pointer save.
16992         (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
16993         (arm_unwind_emit): Walk REG_NOTES for unwinding notes.  Emit
16994         proper unwind info for a REG_CFA_REGISTER save of stack pointer.
16995         * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
16996
16997 2011-07-05  Richard Henderson  <rth@redhat.com>
16998
16999         * config/vax/vax.md (define_c_enum unspecv): New.  Define the
17000         VUNSPEC_* constants here instead of via define_constants.
17001         (VUNSPEC_PEM): New constant.
17002         (procedure_entry_mask): New insn.
17003         (prologue): New expander.
17004         * config/vax/vax.c (vax_add_reg_cfa_offset): New.
17005         (vax_expand_prologue): Rename from vax_output_function_prologue;
17006         emit rtl instead of text.
17007         (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
17008         (print_operand): Add 'x' prefix.
17009
17010 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
17011
17012         PR middle-end/47715
17013         * calls.c (precompute_register_parameters): Promote the function
17014         argument before checking non-legitimate constant.
17015
17016 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17017
17018         PR tree-optimization/47654
17019         * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
17020         (lst_do_strip_mine_loop): Return an int.
17021         (lst_do_strip_mine): Same.
17022         (scop_do_strip_mine): Same.
17023         (scop_do_block): Loop blocking should strip-mine at least two loops.
17024         * graphite-interchange.c (lst_interchange_select_outer): Return an int.
17025         (scop_do_interchange): Same.
17026         * graphite-poly.h (scop_do_interchange): Update declaration.
17027         (scop_do_strip_mine): Same.
17028
17029 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17030
17031         * graphite-clast-to-gimple.c (precision_for_value): Removed.
17032         (precision_for_interval): Removed.
17033         (gcc_type_for_interval): Use mpz_sizeinbase.
17034
17035 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17036
17037         * graphite-ppl.h (value_max): Correct computation of max.
17038
17039 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17040
17041         * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
17042
17043 2011-07-05  Richard Guenther  <rguenther@suse.de>
17044
17045         * c-decl.c (c_init_decl_processing): Defer building common
17046         tree nodes to c_common_nodes_and_builtins.
17047
17048 2011-07-05  Razya Ladelsky  <razya@il.ibm.com>
17049
17050         PR tree-optimization/49580
17051         * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
17052         the loop's number of iterations.
17053         * tree-parloops.c (transform_to_exit_first_loop): Add the
17054         handling of the loop's number of iterations before the call
17055         to gimple_duplicate_sese_tail.
17056         Insert the stmt caclculating the new rhs of the loop's
17057         condition stmt to the preheader instead of iters_bb.
17058
17059 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
17060
17061         PR rtl-optimization/47449
17062         * fwprop.c (forward_propagate_subreg): Don't propagate hard
17063         register nor zero/sign extended hard register.
17064
17065 2011-07-05  Richard Guenther  <rguenther@suse.de>
17066
17067         PR tree-optimization/49518
17068         PR tree-optimization/49628
17069         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
17070         irrelevant and invariant data-references.
17071         (vect_analyze_data_ref_access): For invariant loads clear the
17072         group association.
17073
17074 2011-07-04  Jakub Jelinek  <jakub@redhat.com>
17075
17076         PR rtl-optimization/49619
17077         * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
17078         pass VOIDmode as op0_mode to recursive call, and return temp even
17079         when different from tor, just if it is not IOR of the original
17080         PLUS arguments.
17081
17082         PR rtl-optimization/49472
17083         * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
17084         negating MULT, negate the second operand instead of first.
17085         (simplify_binary_operation_1) <case MULT>: If one operand is
17086         a NEG and the other is MULT, don't attempt to optimize by negation
17087         of the MULT operand if it only moves the NEG operation around.
17088
17089         PR debug/49602
17090         * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
17091         get_current_def return value if it can't be trusted to be
17092         the current value of the variable in the current bb.
17093
17094 2011-07-04  Uros Bizjak  <ubizjak@gmail.com>
17095
17096         PR target/49600
17097         * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
17098         general register to memory for !TARGET_INTER_UNIT_MOVES.
17099
17100 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
17101
17102         PR target/44643
17103         * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
17104         instead of TREE_READONLY.
17105
17106 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
17107
17108         * doc/extend.texi (AVR Built-in Functions): Update documentation
17109         of __builtin_avr_fmul*.
17110         * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
17111         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
17112         * config/avr/avr.md (fmul): Rename to fmul_insn.
17113         (fmuls): Rename to fmuls_insn.
17114         (fmulsu): Rename to fmulsu_insn.
17115         (fmul,fmuls,fmulsu): New expander.
17116         (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
17117         * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
17118         * config/avr/libgcc.S (__fmul): New function.
17119         (__fmuls): New function.
17120         (__fmulsu,__fmulsu_exit): New function.
17121
17122 2011-07-04  Richard Guenther  <rguenther@suse.de>
17123
17124         PR tree-optimization/49615
17125         * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
17126         basic-block index check.
17127
17128 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
17129
17130         * longlong.h (count_leading_zeros, count_trailing_zeros,
17131         COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
17132         resp. 64.
17133
17134 2011-07-03  Ira Rosen  <ira.rosen@linaro.org>
17135
17136         PR tree-optimization/49610
17137         * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
17138         a basic block.
17139
17140 2011-07-02  Eric Botcazou  <ebotcazou@adacore.com>
17141             Olivier Hainque  <hainque@adacore.com>
17142             Nicolas Setton  <setton@adacore.com>
17143
17144         * tree.h (TYPE_ARTIFICIAL): New flag.
17145         * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
17146         the DIE of the type if it is artificial.
17147         (gen_array_type_die): Likewise.
17148         (gen_enumeration_type_die): Likewise.
17149         (gen_struct_or_union_type_die): Likewise.
17150         * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
17151         * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
17152
17153 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
17154
17155         * tree-object-size.c (pass_through_call): Handle
17156         BUILT_IN_ASSUME_ALIGNED.
17157
17158 2011-07-01  Martin Jambor  <mjambor@suse.cz>
17159
17160         * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
17161
17162 2011-07-01  H.J. Lu  <hongjiu.lu@intel.com>
17163
17164         PR middle-end/48016
17165         * explow.c (update_nonlocal_goto_save_area): Use proper mode
17166         for stack save area.
17167         * function.c (expand_function_start): Likewise.
17168
17169 2011-07-01  Richard Guenther  <rguenther@suse.de>
17170
17171         PR middle-end/49596
17172         * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
17173         may have unknown refs.
17174
17175 2011-07-01  Kai Tietz  <ktietz@redhat.com>
17176
17177         * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
17178
17179 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17180
17181         * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
17182         * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
17183         (Specific, mips-sgi-irix6): Likewise.
17184
17185 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17186
17187         PR libmudflap/49549
17188         * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
17189
17190 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
17191
17192         * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
17193         [idx]= and [idx1 ... idx2]= before initializers if needed for
17194         array initializers.
17195
17196 2011-07-01  Chen Liqin  <liqin.gcc@gmail.com>
17197
17198         * config.gcc (score-*-elf): Remove score7.o.
17199         * config/score/t-score-elf: Likewise.
17200         * config/score/score.c: Merge score7 to score.c and
17201         remove forwarding functions.
17202         * config/score/score7.c: Deleted.
17203         * config/score/score7.h: Deleted.
17204
17205 2011-07-01  Richard Guenther  <rguenther@suse.de>
17206
17207         PR tree-optimization/49603
17208         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
17209
17210 2011-06-30  Martin Jambor  <mjambor@suse.cz>
17211
17212         * tree-sra.c (struct access): Rename total_scalarization to
17213         grp_total_scalarization
17214         (completely_scalarize_var): New function.
17215         (sort_and_splice_var_accesses): Set total_scalarization in the
17216         representative access.
17217         (analyze_access_subtree): Propagate total scalarization accross the
17218         tree, no holes in totally scalarized trees, simplify coverage
17219         computation.
17220         (analyze_all_variable_accesses): Call completely_scalarize_var instead
17221         of completely_scalarize_record.
17222
17223 2011-06-30  Richard Henderson  <rth@redhat.com>
17224
17225         * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
17226         (TARGET_DEEP_BRANCH_PREDICTION): Remove.
17227         * config/i386/i386.c: Don't include dwarf2out.h.
17228         (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
17229         (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
17230         all code dead thereafter.  Don't do dwarf2out_flush_queued_reg_saves.
17231         (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
17232         (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
17233
17234 2011-06-30  Richard Henderson  <rth@redhat.com>
17235
17236         * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
17237         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
17238         * final.c (final_scan_insn): Look for it, and invoke
17239         dwarf2out_frame_debug before the insn if found.
17240
17241 2011-06-30  Richard Henderson  <rth@redhat.com>
17242
17243         * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
17244         as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
17245
17246 2011-06-30  Richard Henderson  <rth@redhat.com>
17247
17248         * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
17249         Define a vector of this type.
17250         (regs_saved_in_regs): Use a VEC.
17251         (num_regs_saved_in_regs): Remove.
17252         (compare_reg_or_pc): New.
17253         (record_reg_saved_in_reg): Split out from...
17254         (dwarf2out_flush_queued_reg_saves): ... here.
17255         (clobbers_queued_reg_save): Update for VEC.
17256         (reg_saved_in): Likewise.
17257         (dwarf2out_frame_debug_init): Likewise.
17258         (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
17259         (dwarf2out_frame_debug_cfa_register): Likewise.
17260
17261 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
17262
17263         PR tree-optimization/49572
17264         * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
17265         type of the RHS instead of that of the LHS for the expression type.
17266
17267 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
17268
17269         * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
17270         unconditionally.
17271
17272 2011-06-30  Richard Guenther  <rguenther@suse.de>
17273
17274         * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
17275         * tree-ssa-structalias.c (create_variable_info_for): Do not
17276         add initial constraints for non-var-decls.  Properly handle
17277         globals in other ltrans partitions.
17278         (intra_create_variable_infos): Manually create constraints for
17279         the fake no-alias parameter.
17280         (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
17281         and assert there are no clones.
17282
17283 2011-06-30  Richard Guenther  <rguenther@suse.de>
17284
17285         PR tree-optimization/46787
17286         * tree-data-ref.c (dr_address_invariant_p): Remove.
17287         (find_data_references_in_stmt): Invariant accesses are ok now.
17288         * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
17289         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
17290         invariant loads.
17291
17292 2011-06-30  Martin Jambor  <mjambor@suse.cz>
17293
17294         PR tree-optimization/49094
17295         * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
17296         (build_accesses_from_assign): Use it.
17297
17298 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
17299
17300         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
17301         handling of BUILT_IN_ASSUME_ALIGNED.
17302
17303         PR debug/49364
17304         * dwarf2out.c (output_abbrev_section): Don't return early
17305         if abbrev_die_table_in_use is 1.
17306         (dwarf2out_finish): Instead don't call output_abbrev_section
17307         nor emit abbrev_section_label in that case.
17308
17309 2011-06-30  Nick Clifton  <nickc@redhat.com>
17310
17311         * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
17312         for the V850E.
17313
17314 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
17315
17316         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
17317         handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
17318
17319 2011-06-30  Ira Rosen  <ira.rosen@linaro.org>
17320
17321         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
17322         both pattern and original statements if necessary.
17323         (vect_transform_loop): Likewise.
17324         * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
17325         * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
17326         Mark the pattern statement only if the original statement doesn't
17327         have its own uses.
17328         (process_use): Call vect_mark_relevant with additional parameter.
17329         (vect_mark_stmts_to_be_vectorized): Likewise.
17330         (vect_get_vec_def_for_operand): Use vectorized pattern statement.
17331         (vect_analyze_stmt): Handle both pattern and original statements
17332         if necessary.
17333         (vect_transform_stmt): Don't store vectorized pattern statement
17334         in the original statement.
17335         (vect_is_simple_use_1): Use related pattern statement only if the
17336         original statement is irrelevant.
17337         * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
17338
17339 2011-06-29  Changpeng Fang  <changpeng.fang@amd.com>
17340
17341         * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
17342         option.
17343         * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
17344         entry.
17345         (TARGET_AVX128_OPTIMAL): New definition.
17346         * config/i386/i386.c (initial_ix86_tune_features): Initialize
17347         X86_TUNE_AVX128_OPTIMAL entry.
17348         (ix86_option_override_internal): Enable the generation
17349         of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
17350         (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
17351         (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
17352
17353 2011-06-29  Eric Botcazou  <ebotcazou@adacore.com>
17354
17355         PR tree-optimization/49539
17356         * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
17357         names by means of stmt_references_abnormal_ssa_name.
17358         (associate_plusminus): Call can_propagate_from before propagating
17359         from definition statements.
17360         (ssa_forward_propagate_and_combine): Remove superfluous newline.
17361
17362 2011-06-29  Richard Guenther  <rguenther@suse.de>
17363
17364         * doc/invoke.texi: Document -scev dump modifier.
17365         * tree-pass.h (TDF_SCEV): New dump flag.
17366         * tree-dump.c (dump_option_value_in): Add scev.
17367         * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
17368         * tree-scalar-evolution.c: Likewise.
17369
17370 2011-06-29  Nathan Sidwell  <nathan@codesourcery.com>
17371
17372         * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
17373         (cxa_type_match): Correct declaration.
17374         (__gnu_unwind_pr_common): Reconstruct additional indirection
17375         when __cxa_type_match returns succeeded_with_ptr_to_base.
17376
17377 2011-06-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17378
17379         PR rtl-optimization/49114
17380         * reload.c (struct replacement): Remove SUBREG_LOC member.
17381         (push_reload): Do not set it.
17382         (push_replacement): Likewise.
17383         (subst_reload): Remove dead code.
17384         (copy_replacements): Remove assertion.
17385         (copy_replacements_1): Do not handle SUBREG_LOC.
17386         (move_replacements): Likewise.
17387         (find_replacement): Remove dead code.  Use reload_adjust_reg_for_mode.
17388         Detect subregs via recursive descent instead of via SUBREG_LOC.
17389
17390 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
17391
17392         * config/avr/avr.c (avr_encode_section_info): Dispatch to
17393         default_encode_section_info.
17394
17395 2011-06-29  Richard Sandiford  <richard.sandiford@linaro.org>
17396
17397         PR tree-optimization/49545
17398         * builtins.c (get_object_alignment_1): Update function comment.
17399         Do not use DECL_ALIGN for functions, but test
17400         TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
17401         * fold-const.c (get_pointer_modulus_and_residue): Don't check
17402         for functions here.
17403         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
17404
17405 2011-06-29  Jakub Jelinek  <jakub@redhat.com>
17406
17407         PR debug/49567
17408         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
17409         non-MODE_INT modes instead of asserting the mode has MODE_INT class.
17410
17411 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
17412
17413         PR target/34734
17414         * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
17415         about uninitialized data attributed 'progmem' from here...
17416         (avr_encode_section_info): ...to this new function.
17417         (TARGET_ENCODE_SECTION_INFO): New define.
17418         (avr_section_type_flags): For data in ".progmem.data", remove
17419         section flag SECTION_WRITE.
17420
17421 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
17422
17423         * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
17424         _xmulhisi3_exit.
17425         * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
17426         (__mulhisi3): Optimize if have MUL*.  Use XJMP instead of rjmp.
17427         (__umulhisi3): Ditto.
17428         * config/avr/avr.md (mulhisi3): New insn expender.
17429         (umulhisi3): New insn expender.
17430         (*mulhisi3_call): New insn.
17431         (*umulhisi3_call): New insn.
17432
17433 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
17434
17435         * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
17436
17437 2011-06-28  Richard Henderson  <rth@redhat.com>
17438
17439         * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop.  Delete
17440         all code and arguments that handled pushes.  Update all callers.
17441
17442 2011-06-28  Richard Henderson  <rth@redhat.com>
17443
17444         * config/arm/arm.c (arm_output_function_prologue): Don't call
17445         thumb1_output_function_prologue.
17446         (arm_expand_prologue): Avoid dead store.
17447         (number_of_first_bit_set): Use ctz_hwi.
17448         (thumb1_emit_multi_reg_push): New.
17449         (thumb1_expand_prologue): Merge thumb1_output_function_prologue
17450         to emit the entire prologue as rtl.
17451         (thumb1_output_interwork): Split out from
17452         thumb1_output_function_prologue.
17453         (thumb1_output_function_prologue): Remove.
17454         (arm_attr_length_push_multi): Handle thumb1.
17455         * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
17456         (prologue_thumb1_interwork): New.
17457         (*push_multi): Allow thumb1; use push_mult_memory_operand.
17458         * config/arm/predicates.md (push_mult_memory_operand): New.
17459
17460 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
17461
17462         * config/sparc/sync.md (*stbar): Delete.
17463         (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
17464
17465 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
17466
17467         * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
17468
17469 2011-06-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17470
17471         * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
17472         (TARGET_64BIT_DEFAULT): Define.
17473         * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
17474         of tm_file.
17475         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
17476
17477 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
17478
17479         * common.opt (in_lto_p): New Variable entry.
17480         * flags.h (in_lto_p): Move to common.opt.
17481         * gcc.c: Include params.h.
17482         (set_option_handlers): Also use common_handle_option and
17483         target_handle_option.
17484         (main): Call global_init_params, finish_params and init_options_struct.
17485         * opts.c (debug_type_names): Move from toplev.c.
17486         (print_filtered_help): Access quiet_flag through opts pointer.
17487         (common_handle_option): Return early in the driver for some options.
17488         Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
17489         opts pointer.
17490         * toplev.c (in_lto_p): Move to common.opt.
17491         (debug_type_names): Move to opts.c.
17492         * Makefile.in (OBJS): Remove opts.o.
17493         (OBJS-libcommon-target): Add opts.o.
17494         (gcc.o): Update dependencies.
17495
17496 2011-06-28  Kai Tietz  <ktietz@redhat.com>
17497
17498         * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
17499
17500 2011-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
17501
17502         * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
17503         with '=' constraint modifier.
17504         (*divdf3_vfp): Likewise.
17505         ("*mulsf3_vfp"): Likewise.
17506         ("*muldf3_vfp"): Likewise.
17507         ("*mulsf3negsf_vfp"): Likewise.
17508         ("*muldf3negdf_vfp"): Likewise.
17509
17510 2011-06-28  Nick Clifton  <nickc@redhat.com>
17511
17512         * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
17513         relaxation when performing an incremental link.
17514
17515 2011-06-28  Kai Tietz  <ktietz@redhat.com>
17516
17517         * tree-ssa-math-opts.c (execute_optimize_bswap): Search
17518         within BB from last to first.
17519
17520 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
17521
17522         * genattr-common.c: New.  Based on genattr.c.
17523         * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
17524         (MOSTLYCLEANFILES): Add insn-attr-common.h.
17525         (opts.o): Update dependencies.
17526         (.PRECIOUS): Add insn-attr-common.h.
17527         (simple_rtl_generated_h): Add insn-attr-common.h.
17528         (build/genattr-common.o): New.
17529         (genprogrtl): Add attr-common.
17530         * genattr.c (main): Include insn-attr-common.h.  Don't generate
17531         definitions of DELAY_SLOTS or INSN_SCHEDULING.
17532         * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
17533
17534 2011-06-28  Georg-Johann Lay  <avr@gjlay.de>
17535
17536         * config.gcc (tm_file): Add elfos.h and avr/elf.h for
17537         avr-*-* and avr-*-rtems* targets.
17538
17539         * config/avr/elf.h: New file.
17540         (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
17541         (TARGET_ASM_SELECT_SECTION): Define.
17542         (INIT_SECTION_ASM_OP): Undefine.
17543         (FINI_SECTION_ASM_OP): Undefine.
17544         (READONLY_DATA_SECTION_ASM_OP): Undefine.
17545         (PCC_BITFIELD_TYPE_MATTERS): Undefine.
17546         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
17547         * config/avr/avr.h:
17548         (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
17549         (TARGET_ASM_NAMED_SECTION): Move to elf.h.
17550         (MAX_OFILE_ALIGNMENT): Move to elf.h.
17551         (STRING_LIMIT): Move to elf.h.
17552         (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
17553         (ASM_DECLARE_OBJECT_NAME): Remove.
17554         (ESCAPES): Remove.
17555         (ASM_OUTPUT_SKIP): Remove.
17556         (DWARF2_DEBUGGING_INFO): Remove.
17557         (OBJECT_FORMAT_ELF): Remove.
17558         (USER_LABEL_PREFIX): Remove.
17559         (ASM_OUTPUT_EXTERNAL): Remove.
17560         (ASM_OUTPUT_ASCII): Remove.
17561         (TYPE_ASM_OP): Remove.
17562         (SIZE_ASM_OP): Remove.
17563         (WEAK_ASM_OP): Remove.
17564         (STRING_ASM_OP): Remove.
17565         (SET_ASM_OP): Remove.
17566         (ASM_WEAKEN_LABEL): Remove.
17567         (TYPE_OPERAND_FMT): Remove.
17568         (ASM_DECLARE_FUNCTION_SIZE): Remove.
17569         (ASM_FINISH_DECLARE_OBJECT): Remove.
17570         (NO_DOLLAR_IN_LABEL): Remove.
17571         (ASM_GENERATE_INTERNAL_LABEL): Remove.
17572         (ASM_OUTPUT_CASE_LABEL): Remove.
17573         * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
17574         ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
17575         (gas_output_ascii): Remove.
17576         (gas_output_limited_string): Remove.
17577         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
17578         * config/avr/avr-protos.h
17579         (gas_output_ascii): Remove prototye.
17580         (gas_output_limited_string): Remove prototype.
17581
17582 2011-06-27  Richard Earnshaw  <rearnsha@arm.com>
17583
17584         PR target/48637
17585         * arm.c (arm_print_operand): Allow sym+offset.  Don't abort on invalid
17586         asm operands.
17587
17588 2011-06-27  Jan Hubicka  <jh@suse.cz>
17589
17590         * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
17591         node instead of references in node.
17592
17593 2011-06-27  Richard Henderson  <rth@redhat.com>
17594
17595         * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
17596         * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
17597         inside ifdef.
17598
17599 2011-06-27  Jakub Jelinek  <jakub@redhat.com>
17600
17601         * c-decl.c (union lang_tree_node): Use it in chain_next expression.
17602
17603         * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
17604         * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
17605         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
17606         find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
17607         * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
17608         (evaluate_stmt, execute_fold_all_builtins): Handle
17609         BUILT_IN_ASSUME_ALIGNED.
17610         * tree-ssa-dce.c (propagate_necessity): Likewise.
17611         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
17612         call_may_clobber_ref_p_1): Likewise.
17613         * builtins.c (is_simple_builtin, expand_builtin): Likewise.
17614         (expand_builtin_assume_aligned): New function.
17615         * doc/extend.texi (__builtin_assume_aligned): Document.
17616
17617         PR debug/49544
17618         * cselib.c (promote_debug_loc): If cselib_preserve_constants
17619         and l has two DEBUG_INSN owned locs instead of just one, adjust
17620         the second location's setting_insn too.
17621
17622 2011-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17623
17624         PR libmudflap/38738
17625         * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
17626
17627 2011-06-27  Nick Clifton  <nickc@redhat.com>
17628
17629         * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
17630         bit position of highest bit set into a count of the high zero bits.
17631
17632 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
17633
17634         * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
17635
17636 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
17637
17638         PR lto/48492
17639         * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
17640         to a NULL parent.
17641
17642 2011-06-27  Richard Guenther  <rguenther@suse.de>
17643
17644         PR tree-optimization/49394
17645         * passes.c (execute_one_pass): Restore current_pass after
17646         applying IPA transforms.
17647
17648 2011-06-27  Kai Tietz  <ktietz@redhat.com>
17649
17650         * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
17651         out of type precision after operation.
17652         (find_bswap): Take for limit value the integer auto-promotion
17653         into account.
17654
17655 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
17656
17657         * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
17658         forward scan as well.
17659
17660 2011-06-27  Tristan Gingold  <gingold@adacore.com>
17661
17662         PR target/44241
17663         * config/vms/vms-protos.h: New file.
17664         * config/vms/vms-crtlmap.map: New file.
17665         * config/vms/vms.c: New file.
17666         * config/vms/make-crtlmap.awk: New file.
17667         * config/vms/vms-crtl.h: File removed.
17668         * config/vms/vms-crtl-64.h: File removed.
17669         * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
17670         * config/alpha/vms64.h: Do not include vms-crtl-64.h
17671         * config/alpha/alpha.c (alpha_init_builtins): Remove code to
17672         clear some builtins on VMS.  Calls vms_patch_builtins.
17673         (avms_asm_output_external): Remove.
17674         * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
17675         (struct crtl_name_spec): Remove
17676         (DO_CTRL_NAMES): Remove.
17677         * config/ia64/vms.h (struct crtl_name_spec): Remove
17678         (DO_CTRL_NAMES): Remove.
17679         * config/ia64/ia64.c (alpha_init_builtins): Remove code to
17680         clear some builtins on VMS.  Calls vms_patch_builtins.
17681         (ia64_asm_output_external): Remove DO_CRTL_NAME.
17682         * config/ia64/vms64.h: Do not include vms-crtl-64.h
17683         * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
17684
17685 2011-06-27  Tristan Gingold  <gingold@adacore.com>
17686
17687         * config/alpha/alpha.c (alpha_end_function): Always generate .end
17688         directive on VMS.
17689
17690 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
17691
17692         * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
17693         the function receives nonlocal gotos.
17694
17695 2011-06-27  Richard Guenther  <rguenther@suse.de>
17696
17697         PR tree-optimization/49536
17698         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
17699         For non-scalar inner types use a scalar type according to
17700         the scalar inner mode.
17701
17702 2011-06-27  Richard Guenther  <rguenther@suse.de>
17703
17704         PR tree-optimization/49365
17705         * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
17706
17707 2011-06-27  Richard Guenther  <rguenther@suse.de>
17708
17709         PR tree-optimization/49169
17710         * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
17711         the alignment of function decls.
17712
17713 2011-06-26  Iain Sandoe  <iains@gcc.gnu.org>
17714
17715         PR target/47997
17716         * config/darwin.c (darwin_mergeable_string_section): Place string
17717         constants in '.cstring' rather than '.const' when CF/NSStrings are
17718         active.
17719
17720 2011-06-26  Eric Botcazou  <ebotcazou@adacore.com>
17721
17722         * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
17723         (emit_save_register_window): Likewise.
17724         (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
17725         (sparc_flat_expand_prologue): Add comment.  Always emit blockage.
17726         Swap back %o7/%i7 in register naming.
17727
17728 2011-06-25  Iain Sandoe  <iains@gcc.gnu.org>
17729
17730         PR driver/49371
17731         * config/darwin.c (darwin_override_options): Improve warning when
17732         mdynamic-no-pic is given together with fPIC/fpic, also warn when it
17733         is given with fpie/fPIE.
17734         * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
17735         * config/darwin9.h (PIE_SPEC): New.
17736
17737 2011-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
17738
17739         * timevar.c (timevar_print): Increase width for display of timevar
17740         name.
17741
17742 2011-06-24  Jakub Jelinek  <jakub@redhat.com>
17743
17744         PR c++/46400
17745         * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
17746         instead of TYPE_CHAIN for chain_next for types.
17747
17748 2011-06-24  Richard Henderson  <rth@redhat.com>
17749
17750         * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
17751         (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
17752         * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
17753         (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
17754         (sparc_flat_expand_prologue): Emit individual instructions
17755         instead of one of the above.
17756
17757 2011-06-24  Easwaran Raman  <eraman@google.com>
17758
17759         PR rtl-optimization/49429
17760         PR target/49454
17761         * expr.c (emit_block_move_hints):  Mark MEM_EXPR(x) and
17762         MEM_EXPR(y) addressable if emit_block_move_via_libcall is
17763         used to copy y into x.
17764         * calls.c (initialize_argument_information): Mark
17765         an argument addressable if it is passed by invisible reference.
17766         (emit_library_call_value_1): Mark  MEM_EXPR (val) addressable
17767         if it is passed by reference.
17768
17769 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
17770
17771         PR rtl-optimization/49504
17772         * rtlanal.c (nonzero_bits1): Properly handle addition or
17773         subtraction of a pointer in Pmode if pointers extend unsigned.
17774         (num_sign_bit_copies1): Likewise.
17775
17776 2011-06-24  Martin Jambor  <mjambor@suse.cz>
17777
17778         PR tree-optimizations/49516
17779         * tree-sra.c (sra_modify_assign): Choose the safe path for
17780         aggregate copies if we also did scalar replacements.
17781
17782 2011-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
17783
17784         PR target/49335
17785         * config/arm/predicates.md (add_operator): New.
17786         * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
17787
17788 2011-06-24  Andi Kleen  <ak@linux.intel.com>
17789
17790         * tree-sra.c (type_internals_preclude_sra_p): Add msg
17791         parameter. Split up ifs and report reason in *msg.
17792         (reject): Add.
17793         (find_var_candiate): Add msg variable.
17794         Split up ifs and report reason to reject.
17795         (find_param_candidates): Add msg variable.
17796         Pass msg to type_internals_preclude_sra_p.
17797
17798 2011-06-23  Jeff Law  <law@redhat.com>
17799
17800         PR middle-end/48770
17801         * reload.h (reload): Change to return a bool.
17802         * ira.c (ira): If requested by reload, run a fast DCE pass after
17803         reload has completed.  Fix comment typo.
17804         * reload1.c (need_dce): New file scoped static.
17805         (reload): Set reload_completed here.  Return whether or not a DCE
17806         pass after reload is needed.
17807         (delete_dead_insn): Set need_dce as needed.
17808
17809         PR middle-end/49465
17810         * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
17811         to detect threading through joiner block.  If there was already
17812         an edge to the new target, then do not change the PHI nodes.
17813
17814 2011-06-23  Jakub Jelinek  <jakub@redhat.com>
17815
17816         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
17817         get_pointer_alignment to see if base isn't sufficiently aligned.
17818
17819 2011-06-23  Jan Hubicka  <jh@suse.cz>
17820
17821         PR tree-optimize/49373
17822         * tree-pass.h (all_late_ipa_passes): Declare.
17823         * cgraphunit.c (init_lowered_empty_function): Fix properties.
17824         (cgraph_optimize): Execute late passes; remove unreachable funcions
17825         after materialization.
17826         * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
17827         LTOing.
17828         * passes.c (all_late_ipa_passes): Declare.
17829         (dump_passes, register_pass): Handle late ipa passes.
17830         (init_optimization_passes): Move ipa_pta to late passes; schedule
17831         fixup_cfg at beggining of all_passes.
17832         (apply_ipa_transforms): New function.
17833         (execute_one_pass): When doing simple ipa pass, apply all transforms.
17834
17835 2011-06-23  Joseph Myers  <joseph@codesourcery.com>
17836
17837         * params.c: Include common/common-target.h.  Don't include tm.h.
17838         (lang_independent_params): Move from toplev.c.
17839         (global_init_params): New.
17840         * params.h (global_init_params): Declare.
17841         * target.def (default_params): Move to common-target.def.
17842         * toplev.c (lang_independent_options): Remove.
17843         (lang_independent_params): Move to params.c.
17844         (general_init): Use global_init_params.
17845         * common/common-target.def (option_default_params): Move from
17846         target.def.
17847         * common/config/ia64/ia64-common.c: Include params.h.
17848         (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
17849         from ia64.c.
17850         * common/config/rs6000/rs6000-common.c: Include params.h.
17851         (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
17852         from rs6000.c.
17853         * common/config/sh/sh-common.c: Include params.h.
17854         (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
17855         from sh.c.
17856         * common/config/spu/spu-common.c: Include params.h.
17857         (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
17858         from spu.c.
17859         * config/ia64/ia64.c (ia64_option_default_params,
17860         TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
17861         * config/rs6000/rs6000.c (rs6000_option_default_params,
17862         TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
17863         * config/sh/sh.c (sh_option_default_params,
17864         TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
17865         * config/spu/spu.c (spu_option_default_params,
17866         TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
17867         * Makefile.in (OBJS): Remove params.o.
17868         (OBJS-libcommon-target): Add params.o.
17869         (params.o, $(common_out_object_file)): Update dependencies.
17870         * doc/tm.texi: Regenerate.
17871
17872 2011-06-23  Alan Modra  <amodra@gmail.com>
17873
17874         PR bootstrap/49383
17875         * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
17876         invocation for 2011-06-09 changes.
17877
17878 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
17879
17880         PR libgomp/49490
17881         * omp-low.c (expand_omp_for_static_nochunk): Only
17882         use n ceil/ nthreads size for the first n % nthreads threads in the
17883         team instead of all threads except for the last few ones which
17884         get less work or none at all.
17885
17886         PR debug/49496
17887         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
17888         uses.
17889
17890 2011-06-22  Richard Guenther  <rguenther@suse.de>
17891
17892         PR tree-optimization/49493
17893         * tree-ssa-structalias.c (get_constraint_for_ssa_var):
17894         Refer to the alias target of variables.
17895         (associate_varinfo_to_alias_1): Remove.
17896         (ipa_pta_execute): Do not associate aliases with anything.
17897         * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
17898         (cgraph_function_node): Likewise.
17899         (cgraph_function_or_thunk_node): Likewise.
17900         (varpool_variable_node): Likewise.
17901
17902 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
17903
17904         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
17905         * config.gcc (arm*-*-linux*): Default to gnu tls.
17906         (arm*-*-*): Add --with-tls option.
17907         (all_defaults): Add 'tls'.
17908
17909 2011-06-22  Richard Henderson  <rth@redhat.com>
17910
17911         * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
17912         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
17913         (dwarf2out_frame_debug_cfa_window_save): Rename from
17914         dwarf2out_window_save; make static.
17915         * tree.h (dwarf2out_window_save): Don't declare.
17916
17917         * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
17918         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
17919         (emit_save_register_window): Rename from gen_save_register_window;
17920         emit the insn and add REG_CFA_* notes.
17921         (sparc_expand_prologue): Update to match.
17922         * config/sparc/sparc.md (save_register_window_1): Simplify from
17923         save_register_window<P:mode>.
17924
17925 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
17926
17927         PR target/49497
17928         * config/i386/i386.md (*lea_general_2): Always allow SImode.
17929         (*lea_general_2_zext): Likewise.
17930         (imul to lea peepholes): Use const359_operand and check
17931         TARGET_PARTIAL_REG_STALL.
17932
17933         * config/i386/predicates.md (const359_operand): New.
17934
17935 2011-06-22  Michael Matz  <matz@suse.de>
17936
17937         * cgraphunit.c (assemble_thunk): Use correct return type.
17938
17939 2011-06-22  Dmitry Plotnikov  <dplotnikov@ispras.ru>
17940             Dmitry Melnik  <dm@ispras.ru>
17941
17942         * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
17943         (neon_output_shift_immediate): Ditto.
17944         * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
17945         prototype.
17946         (neon_output_shift_immediate): Ditto.
17947         * config/arm/neon.md (vashl<mode>3): Modified constraint.
17948         (vashr<mode>3_imm): New insn pattern.
17949         (vlshr<mode>3_imm): Ditto.
17950         (vashr<mode>3): Modified constraint.
17951         (vlshr<mode>3): Ditto.
17952         * config/arm/predicates.md (imm_for_neon_lshift_operand): New
17953         predicate.
17954         (imm_for_neon_rshift_operand): Ditto.
17955         (imm_lshift_or_reg_neon): Ditto.
17956         (imm_rshift_or_reg_neon): Ditto.
17957
17958         * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
17959
17960 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
17961
17962         * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
17963         builtin calls even if likelyvalue is not CONSTANT.
17964         Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
17965         Return get_value_for_expr of first operand
17966         for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
17967         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
17968         BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
17969         their non-checking counterparts.
17970         (call_may_clobber_ref_p_1): Likewise.
17971         (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
17972         like their non-checking counterparts.
17973         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
17974         Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
17975         like their non-checking counterparts.
17976         (find_func_clobbers): Likewise.
17977         * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
17978         like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
17979
17980         * dwarf2out.c (size_of_loc_descr, output_loc_operands,
17981         mark_base_types, hash_loc_operands, compare_loc_operands): Allow
17982         DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
17983         of base type reference as argument.
17984         (resolve_addr_in_expr): Likewise.  Fix keep computation.
17985         (convert_descriptor_to_signed): Renamed to...
17986         (convert_descriptor_to_mode): ... this.  For wider types convert to
17987         unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
17988         (typed_binop): New function.
17989         (scompare_loc_descriptor, ucompare_loc_descriptor,
17990         minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
17991         default to unsigned type instead of signed.
17992
17993         PR debug/47858
17994         * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
17995         (gimple_build_debug_source_bind_stat): New prototype.
17996         (gimple_build_debug_source_bind): Define.
17997         (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
17998         gimple_debug_source_bind_get_value,
17999         gimple_debug_source_bind_get_value_ptr,
18000         gimple_debug_source_bind_set_var,
18001         gimple_debug_source_bind_set_value): New inlines.
18002         * gimple.c (gimple_build_debug_source_bind_stat): New function.
18003         * gimple-pretty-print.c (dump_gimple_debug): Handle
18004         GIMPLE_DEBUG_SOURCE_BIND.
18005         * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
18006         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
18007         * tree-parloops.c (eliminate_local_variables,
18008         separate_decls_in_region): Likewise.
18009         (separate_decls_in_region_debug): Renamed from
18010         separate_decls_in_region_debug_bind.  Handle
18011         gimple_debug_source_bind_p.
18012         * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
18013         prototypes.
18014         (DECL_HAS_DEBUG_ARGS_P): Define.
18015         (struct tree_function_decl): Add has_debug_args_flag field.
18016         * tree.c (debug_args_for_decl): New variable.
18017         (decl_debug_args_lookup, decl_debug_args_insert): New functions.
18018         * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
18019         (rewrite_debug_stmt_uses): New function.
18020         (rewrite_stmt): Use it to rewrite debug stmt uses.
18021         * rtl.def (DEBUG_PARAMETER_REF): New.
18022         * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
18023         * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
18024         DEBUG_PARAMETER_REF.
18025         * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
18026         * print-rtl.c (print_rtx): Likewise.
18027         * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
18028         SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
18029         debug stmts in the first bb.
18030         * tree-inline.c (remap_ssa_name): If remapping default def
18031         of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
18032         a source bind debug stmt.
18033         (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
18034         (maybe_move_debug_stmts_to_successors): Likewise.
18035         (copy_debug_stmt): Likewise.  Avoid shadowing a variable.
18036         (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
18037         debug args vector from old_decl to new_decl.
18038         * ipa-prop.c (ipa_modify_call_arguments): For optimized away
18039         or modified parameters, add debug bind stmts before call
18040         setting DEBUG_EXPR_DECL which is remembered in debug args vector.
18041         * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
18042         on DECL_DEBUG_EXPRs from debug args vector.
18043         (expand_debug_source_expr): New function.
18044         (expand_debug_locations): Use it for source bind insns.
18045         (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
18046         * var-tracking.c (prepare_call_arguments): Add debug args
18047         to call_arguments if any.
18048         * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
18049         output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
18050         compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
18051         (get_ref_die_offset, parameter_ref_descriptor): New functions.
18052         (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
18053         (gen_subprogram_die): Handle parameters identified by
18054         DEBUG_PARAMETER_REF.
18055
18056 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
18057
18058         * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
18059         * doc/install.texi (Configuration): Document --with-tls.
18060         * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
18061         (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
18062         (arm_tls_descseq_addr): New.
18063         (legitimize_tls_address): Add tlsdesc support.
18064         (arm_cannot_copy_insn_p): Check for tlscall.
18065         (arm_emit_tls_decoration): Likewise.
18066         * config/arm/arm.h (TARGET_GNU2_TLS): New.
18067         (OPTION_DEFAULT_SPECS): Add with-tls support.
18068         * config/arm/arm.md (R1_REGNUM): Define.
18069         (tlscall): New.
18070         * config/arm/arm.opt (tls_type): New enumeration type and values.
18071         (mtls-dialect): New switch.
18072         * config/arm/arm-opts.h (enum tls_type): New.
18073
18074 2011-06-21  Nicola Pero  <nicola.pero@meta-innovation.com>
18075
18076         * attribs.c (register_attribute): Added assert to check that all
18077         attribute specs are registered with a name that is not empty and
18078         does not start with '_'.
18079         (decl_attributes): Avoid the lookup of the "naked" attribute spec
18080         if the function has no attributes.
18081         * tree.c (is_attribute_with_length_p): Removed.
18082         (is_attribute_p): Removed.
18083         (private_is_attribute_p): New.
18084         (private_lookup_attribute): New.
18085         (lookup_attribute): Removed.
18086         (lookup_ident_attribute): New.
18087         (remove_attribute): Require the first argument to be in the form
18088         'text', not '__text__'.  Updated asserts.
18089         (merge_attributes): Use lookup_ident_attributes instead of
18090         lookup_attribute.
18091         (merge_dllimport_decl_attributes): Use remove_attribute.
18092         (attribute_list_contained): Likewise.
18093         (attribute_list_equal): Immediately return 1 if the arguments are
18094         identical pointers.
18095         * tree.h (is_attribute_p): Made inline.  Return a 'bool', not an
18096         'int'.  Require the first argument to be in the form 'text', not
18097         '__text__'.  Require the second argument to be an identifier.
18098         (lookup_attribute): Made inline.  Require the first argument to be
18099         in the form 'text', not '__text__'.
18100         (private_is_attribute_p, private_lookup_attribute): New.
18101         Updated comments.
18102
18103 2011-06-21  Andrew MacLeod  <amacleod@redhat.com>
18104
18105         * builtins.c: Add sync_ or SYNC__ to builtin names.
18106         * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
18107         * omp-low.c: Add sync_ or SYNC__ to builtin names.
18108
18109 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
18110
18111         PR target/33049
18112         * config/avr/avr.md (extzv): New expander.
18113         (*extzv): New insn.
18114         (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
18115         * config/avr/constraints.md (C04): New constraint.
18116         * doc/md.texi (Machine Constraints): Document it.
18117
18118 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
18119
18120         PR middle-end/49489
18121         * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
18122         unsignedp argument instead of 1 for clrsb_optab.
18123         (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
18124         and < 2 * HOST_BITS_PER_WIDE_INT.  Optimize BUILT_IN_CLRSB*.
18125         (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
18126         * optabs.c (widen_leading): Call widen_operand and expand_unop
18127         with 0 as unsignedp argument instead of 1 for clrsb_optab.
18128         (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
18129
18130 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
18131
18132         * config/avr/avr.md (*jcindirect_jump): Fix build warning.
18133
18134 2011-06-21  Bernd Schmidt  <bernds@codesourcery.com>
18135
18136         * gensupport.c (add_define_attr): New static function.
18137         (is_predicable): Allow multi-alternative lists for the "predicable"
18138         attribute.
18139         (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
18140         (process_one_cond_exec): Call alter_attrs_for_insn.
18141         * doc/md.texi (Defining Attributes): Mention some standard names.
18142         (Conditional Execution): Update documentation for "predicable".
18143
18144         * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
18145         __builtin_clrsbll): Document.
18146         * doc/rtl.texi (clrsb): New entry.
18147         * optabs.c (widen_leading): Renamed from widen_clz.  New argument
18148         UNOPTAB.  All callers changed.  Use UNOPTAB instead of clz_optab.
18149         (expand_unop): Handle clrsb_optab.
18150         (init_optabs): Initialize it.
18151         * optabs.h (enum optab_index): New entry OTI_clrsb.
18152         (clrsb_optab): Define.
18153         * genopinit.c (optabs): Add an entry for it.
18154         * builtins.c (expand_builtin): Handle clrsb builtin functions.
18155         * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
18156         BUILT_IN_CLRSBLL): New.
18157         * rtl.def (CLRSB): New code.
18158         * dwarf2out.c (mem_loc_descriptor): Handle it.
18159         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
18160         Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
18161         and popcount.
18162         * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
18163         * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
18164         (__ctzDI2): Move declaration.
18165         * config/bfin/bfin.md (clrsbsi2): New expander.
18166         (signbitssi2): Use the CLRSB rtx.
18167         (clrsbhi2): Renamed from signbitshi2.  Use the CLRSB rtx.
18168         * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
18169
18170 2011-06-21  Richard Guenther  <rguenther@suse.de>
18171
18172         * ipa-inline-transform.c (inline_transform): Fix previous change.
18173
18174 2011-06-21  Ira Rosen  <ira.rosen@linaro.org>
18175
18176         PR tree-optimization/49478
18177         * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
18178         with constant operand.
18179
18180 2011-06-21  Richard Guenther  <rguenther@suse.de>
18181
18182         * ipa-inline-transform.c (inline_transform): Fix typo.
18183
18184 2011-06-21  Richard Guenther  <rguenther@suse.de>
18185
18186         PR tree-optimization/49483
18187         * tree-vect-stmts.c (vectorizable_assignment): Also handle
18188         VIEW_CONVERT_EXPR conversions.
18189
18190 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
18191
18192         * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
18193         * config/avr/avr-tables.opt: New file (generated).
18194         * config.gcc (avr-*-*): Use avr/avr-tables.opt.
18195         * config/avr/avr-devices.c (avr_mcu_types): Move contents to
18196         avr-mcus.def.
18197         * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
18198         (avr_option_override): Don't process -mmcu= argument here.  Set
18199         avr_current_device using avr_mcu_index.
18200         (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
18201         * config/avr/avr.opt (mmcu=): Use Enum.
18202         * config/avr/t-avr (avr-devices.o): Update dependencies.
18203         ($(srcdir)/config/avr/avr-tables.opt): New.
18204         * target.def (help): Remove.
18205         * doc/tm.texi.in (TARGET_HELP): Remove.
18206         * doc/tm.texi: Regenerate.
18207         * opts.c: Don't include target.h.
18208         (common_handle_option): Don't call targetm.help.
18209         * system.h (TARGET_HELP): Poison.
18210         * Makefile.in (opts.o): Update dependencies.
18211
18212 2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18213
18214         * config/usegld.h: New file.
18215         * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
18216         (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
18217         (LIB_SPEC): Likewise.  Search /lib.
18218         (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
18219         (RDYNAMIC_SPEC): Handle GNU ld.
18220         [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
18221         Define.
18222         (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
18223         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
18224         [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
18225         (STACK_CHECK_STATIC_BUILTIN): Define.
18226         * config/sol2.opt (compat-bsd): Remove.
18227         * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
18228         * config/sol2-bi.h: New file.
18229         * config/sol2-gld.h: Remove.
18230         * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
18231         (NO_DBX_BNSYM_ENSYM): Remove.
18232         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
18233         (STACK_CHECK_STATIC_BUILTIN): Remove.
18234         Test USE_GLD instead of TARGET_GNU_LD.
18235         * config/i386/sol2-10.h: Rename to ...
18236         * config/i386/sol2-bi.h .. this.
18237         (SUBTARGET_EXTRA_SPECS): Redefine.
18238         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
18239         (MULTILIB_DEFAULTS): Remove.
18240         (DEFAULT_ARCH32_P): Define.
18241         (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
18242         (ARCH64_SUBDIR): Define.
18243         Test USE_GLD instead of TARGET_GNU_LD.
18244         (I386_EMULATION): Rename to ...
18245         (ARCH32_EMULATION): ... this.
18246         (X86_64_EMULATION): Rename to ...
18247         (ARCH64_EMULATION): ... this.
18248         (TARGET_LD_EMULATION): Remove.
18249         (LINK_ARCH_SPEC): Remove.
18250         * config/i386/sol2-gas.h: Remove.
18251         * config/i386/t-sol2-10: Rename to ...
18252         * config/i386/t-sol2-64: ... this.
18253         * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
18254         (AS_SPARC64_FLAG): Define.
18255         (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
18256         (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
18257         depending on TARGET_CPU_DEFAULT.
18258         (CPP_CPU_SPEC): Redefine.
18259         (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
18260         (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
18261         (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
18262         (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
18263         ASM_ARCH_DEFAULT_SPEC): Redefine.
18264         (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
18265         LINK_ARCH_DEFAULT_SPEC.
18266         [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
18267         [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
18268         (ARCH64_SUBDIR): Define.
18269         (LINK_ARCH64_SPEC): Redefine.
18270         (CC1_SPEC): Redefine.
18271         (OPTION_DEFAULT_SPECS): Redefine.
18272         (MULTILIB_DEFAULTS): Define.
18273         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
18274         [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
18275         [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
18276         (NO_DBX_BNSYM_ENSYM): Remove.
18277         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
18278         (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
18279         (TARGET_ASM_NAMED_SECTION): Likewise.
18280         (STACK_CHECK_STATIC_BUILTIN): Remove.
18281         * config/sparc/sol2-bi.h: Remove.
18282         * config/sparc/sol2-gas-bi.h: Remove.
18283         * config/sparc/sol2-gas.h: Remove.
18284         * config/sparc/sol2-gld-bi.h: Remove.
18285         * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
18286         common parts ...
18287         (*-*-solaris2*): ... here.
18288
18289 2011-06-21  Christian Bruel  <christian.bruel@st.com>
18290
18291         PR other/43564
18292         * ipa-inline.c (can_inline_edge_p): Check
18293         !DECL_DISREGARD_INLINE_LIMITS.
18294
18295 2011-06-21  Christian Bruel  <christian.bruel@st.com>
18296
18297         PR middle-end/49139
18298         * cgraphunit.c (process_function_and_variable_attributes): warn when
18299         always_inline functions that are not inline.
18300         * ipa-inline-transform.c (inline_transform): Always call
18301         optimize_inline.
18302         * tree-inline.c (tree_inlinable_function_p): Use error instead
18303         of sorry.
18304         (expand_call_inline): Likewise.
18305
18306 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
18307
18308         * Makefile.in (dg_target_exps): Set.
18309         (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
18310         instead of 7, try to divide it more evenly.
18311
18312 2011-06-20  Changpeng Fang  <changpeng.fang@amd.com>
18313
18314         PR target/49089
18315         * config/i386/i386.c (avx256_split_unaligned_load): New definition.
18316         (avx256_split_unaligned_store): New definition.
18317         (ix86_option_override_internal): Enable avx256 unaligned load/store
18318         splitting only when avx256_split_unaligned_load/store is set.
18319
18320 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
18321
18322         * regrename.c (scan_rtx_reg): Handle the case where we write to an
18323         open chain in a smaller mode without failing the entire block.
18324
18325 2011-06-21  Alan Modra  <amodra@gmail.com>
18326
18327         * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
18328         CONST high part large-toc address.
18329         (rs6000_tls_referenced_p): Make static.
18330         * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
18331
18332 2011-06-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18333
18334         PR target/49385
18335         * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
18336         one of the operands is a register.
18337
18338 2011-06-20  Kai Tietz  <ktietz@redhat.com>
18339
18340         * fold-const.c (fold_binary_loc): Add missing folding for truth-not
18341         operations in combination with binary and.
18342
18343 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
18344
18345         * regrename.c (do_replace): Don't update notes.
18346
18347 2011-06-20  Alan Modra  <amodra@gmail.com>
18348
18349         * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
18350         of toc-relative address in CONST.
18351         (rs6000_delegitimize_address): Recognize changed address.
18352         (rs6000_legitimize_reload_address): Likewise.
18353         (rs6000_emit_move): Don't force these constants to memory.
18354         * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
18355         toc-relative address in CONST.
18356         (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
18357         (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
18358
18359 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
18360
18361         * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
18362         (count_trailing_zeros): Likewise.
18363
18364 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
18365
18366         PR other/49325
18367         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
18368         .init_array can be used with .ctors on targets.
18369         * configure: Regenerated.
18370
18371 2011-06-18  Eric Botcazou  <ebotcazou@adacore.com>
18372
18373         * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
18374         if the element type is volatile.
18375
18376 2011-06-18  Jan Hubicka  <jh@suse.cz>
18377
18378         * lto-symtab.c (lto_varpool_replace_node): Remove code handling
18379         extra name aliases.
18380         (lto_symtab_resolve_can_prevail_p): Likewise.
18381         (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
18382         * cgraphbuild.c (record_reference): Remove extra body alias code.
18383         (mark_load): Likewise.
18384         (mark_store): Likewise.
18385         * cgraph.h (varpool_node): Remove extra_name filed;
18386         add alias_of and extraname_alias.
18387         (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
18388         (varpool_alias_aliased_node): New inline function.
18389         (varpool_variable_node): New function.
18390         * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
18391         * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
18392         * lto-cgraph.c (lto_output_varpool_node): Update streaming.
18393         (input_varpool_node): Likewise.
18394         * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
18395         (varpool_externally_visible_p): Remove extra body alias code.
18396         (function_and_variable_visibility): Likewise.
18397         * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
18398         (ipa_pta_execute): Use it.
18399         * varpool.c (varpool_remove_node): Remove extra name alias code.
18400         (varpool_mark_needed_node): Likewise.
18401         (varpool_analyze_pending_decls): Analyze aliases.
18402         (assemble_aliases): New functoin.
18403         (varpool_assemble_decl): Use it.
18404         (varpool_create_variable_alias): New function.
18405         (varpool_extra_name_alias): Rewrite.
18406         (varpool_for_node_and_aliases): New function.
18407
18408 2011-06-18  Jakub Jelinek  <jakub@redhat.com>
18409
18410         PR target/49411
18411         * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
18412         last_arg_constant and last argument doesn't match its predicate,
18413         for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
18414         if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
18415         (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
18416         spelling of error message.
18417         * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
18418         vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
18419         const_0_to_255_operand instead of const_int_operand.
18420
18421         Revert:
18422         2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
18423
18424         * config/i386/sse.md (blendbits): Remove mode attribute.
18425         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
18426         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
18427         Check integer value of operand 3 in insn constraint.
18428
18429 2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
18430
18431         PR rtl-optimization/48542
18432         * reload.c (find_equiv_reg): Stop looking when finding a
18433         setjmp-type call.
18434         * reload1.c (reload_as_needed): Invalidate all reload
18435         registers when crossing a setjmp-type call.
18436
18437 2011-06-16  Jeff Law  <law@redhat.com>
18438
18439         * tree-ssa-threadupdate.c (struct redirection_data): New field
18440         intermediate_edge.
18441         (THREAD_TARGET2): Define.
18442         (redirection_data_eq): Also check that the intermediate edge is equal.
18443         (lookup_redirection_data): Drop useless argument.  Extract the
18444         outgoing_edge and intermediate edge from E.  Callers updated.
18445         (copy_phi_args, update_destination_phis): New functions.
18446         (fix_duplicate_block_edges): Likewise.
18447         (create_edge_and_update_destination_phis): Duplicate all the edges
18448         hung off e->aux.  Use copy_phi_args.
18449         (create_duplicates): Use fix_duplicate_block_edges.
18450         (fixup_template_block): Likewise.
18451         (redirect_edges): If necessary, redirect the joiner block's incoming
18452         edge to the duplicate of the joiner block.
18453         (thread_block): Don't muck up loops when threading through a joiner
18454         block.
18455         (thread_through_loop_header): Handle threading through a joiner block.
18456         (mark_threaded_blocks, register_jump_thread): Likewise.
18457         * tree-flow.h (register_jump_thread): Add new argument.  Callers
18458         updated.
18459         * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
18460         (thread_across_edge): Handle threading through a joiner block.
18461
18462 2011-06-16  Martin Jambor  <mjambor@suse.cz>
18463
18464         PR tree-optimization/49343
18465         * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
18466         calculate offset, provide 2nd operand for the new COMPONENT_REF.
18467
18468 2011-06-16  Iain Sandoe  <iains@gcc.gnu.org>
18469
18470         * config/darwin-protos.h (machopic_select_rtx_section): Move to
18471         inside RTX_CODE ifdef.
18472
18473 2011-06-16  Tom de Vries  <tom@codesourcery.com>
18474
18475         PR target/45098
18476         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
18477         Disallow NULL pointer for pointer arithmetic.
18478
18479 2011-06-16  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18480
18481         PR target/49398
18482         Revert.
18483         2011-06-10  Wei Guozhi  <carrot@google.com>
18484
18485         PR target/45335
18486         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
18487         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
18488         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
18489         related peephole2.
18490         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
18491         related peephole2.
18492         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
18493         (arm_legitimate_ldrd_p): New prototype.
18494         (arm_output_ldrd): New prototype.
18495         * config/arm/arm.c (arm_check_ldrd_operands): New function.
18496         (arm_legitimate_ldrd_p): New function.
18497         (arm_output_ldrd): New function.
18498
18499 2011-06-16  Joern Rennecke  <joern.rennecke@embecosm.com>
18500
18501         PR middle-end/46500
18502         * doc/tm.texi.in: Update Copyright date.
18503         * doc/tm.texi: Regenerate.
18504         * targhooks.c (default_setup_incoming_varargs): Replace
18505         CUMULATIVE_ARGS* argument type with cumulative_args_t.
18506         (default_pretend_outgoing_varargs_named): Likewise.
18507         (hook_pass_by_reference_must_pass_in_stack): Likewise.
18508         (hook_callee_copies_named): Likewise.
18509         (default_function_arg_advance): Likewise.
18510         (default_function_arg): Likewise.
18511         (default_function_incoming_arg): Likewise.
18512         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
18513         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
18514         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
18515         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
18516         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
18517         * targhooks.h (default_setup_incoming_varargs): Likewise.
18518         (default_pretend_outgoing_varargs_named): Likewise.
18519         (hook_pass_by_reference_must_pass_in_stack): Likewise.
18520         (hook_callee_copies_named): Likewise.
18521         (default_function_arg_advance): Likewise.
18522         (default_function_arg): Likewise.
18523         (default_function_incoming_arg): Likewise.
18524         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
18525         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
18526         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
18527         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
18528         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
18529         * target.def (pass_by_reference): Likewise.
18530         (setup_incoming_varargs, strict_argument_naming): Likewise.
18531         (pretend_outgoing_varargs_named, callee_copies): Likewise.
18532         (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
18533         (function_incoming_arg): Likewise.
18534         * target.h: Don't include "tm.h" .
18535         (cumulative_args_t): New typedef.
18536         [GCC_TM_H] (get_cumulative_args): New static inline function.
18537         [GCC_TM_H] (pack_cumulative_args): Likewise.
18538         * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
18539         argument type with cumulative_args_t.
18540         (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
18541         (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
18542         * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
18543         (frv_arg_partial_bytes, frv_function_arg): Likewise.
18544         (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
18545         (frv_function_arg_1): Likewise.
18546         * config/s390/s390.c (s390_pass_by_reference): Likewise.
18547         (s390_function_arg_advance, s390_function_arg): Likewise.
18548         * config/m32c/m32c.c (m32c_function_arg): Likewise.
18549         (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
18550         (m32c_strict_argument_naming): Likewise.
18551         * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
18552         (spu_function_arg_advance): Likewise.
18553         (spu_setup_incoming_varargs): Likewise.  Make static.
18554         * config/spu/spu-protos.h (spu_setup_incoming_varargs):
18555         Remove prototype.
18556         * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
18557         CUMULATIVE_ARGS* argument type with cumulative_args_t.
18558         (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
18559         (sparc_function_arg, sparc_function_incoming_arg): Likewise.
18560         (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
18561         * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
18562         (mep_pass_by_reference, mep_function_arg): Likewise.
18563         (mep_function_arg_advance): Likewise.
18564         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
18565         (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
18566         (m32r_function_arg, m32r_function_arg_advance): Likewise.
18567         * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
18568         * config/i386/i386.c (ix86_function_arg_advance): Likewise.
18569         (ix86_function_arg, ix86_pass_by_reference): Likewise.
18570         (ix86_setup_incoming_varargs): Likewise.
18571         * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
18572         (sh_strict_argument_naming): Likewise.
18573         (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
18574         (sh_callee_copies, sh_arg_partial_bytes): Likewise.
18575         (sh_function_arg_advance, sh_function_arg): Likewise.
18576         * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
18577         (pdp11_function_arg_advance): Likewise.
18578         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
18579         Likewise.
18580         (microblaze_function_arg, function_arg_partial_bytes): Likewise.
18581         * config/avr/avr.c (avr_function_arg): Likewise.
18582         (avr_function_arg_advance): Likewise.
18583         * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
18584         (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
18585         (xtensa_function_arg_1): Likewise.
18586         * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
18587         Likewise.
18588         (xstormy16_function_arg): Likewise.
18589         * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
18590         (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
18591         (fr30_function_arg_advance): Likewise.
18592         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
18593         (lm32_function_arg, lm32_function_arg_advance): Likewise.
18594         * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
18595         (moxie_function_arg, moxie_function_arg_advance): Likewise.
18596         (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
18597         * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
18598         (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
18599         (cris_function_arg, cris_function_incoming_arg): Likewise.
18600         (cris_function_arg_advance, cris_function_arg_1): Likewise.
18601         * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
18602         (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
18603         (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
18604         * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
18605         (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
18606         (mn10300_arg_partial_bytes): Likewise.
18607         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
18608         (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
18609         (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
18610         (ia64_function_arg_1): Likewise.
18611         * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
18612         (m68k_function_arg): Likewise.
18613         * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
18614         (rs6000_function_arg, setup_incoming_varargs): Likewise.
18615         (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
18616         * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
18617         (picochip_function_arg, picochip_incoming_function_arg): Likewise.
18618         (picochip_arg_advance): Likewise.
18619         * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
18620         (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
18621         (mcore_function_arg_advance): Likewise.
18622         * config/score/score.c (score_pass_by_reference): Likewise.
18623         (score_function_arg_advance): Likewise.
18624         (score_arg_partial_bytes): Likewise.  Make static.
18625         * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
18626         * config/arm/arm.c (arm_arg_partial_bytes): Replace
18627         CUMULATIVE_ARGS* argument type with cumulative_args_t.
18628         (arm_function_arg, arm_function_arg_advance): Likewise.
18629         (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
18630         * config/pa/pa.c (pa_pass_by_reference): Likewise.
18631         (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
18632         (pa_function_arg): Likewise.
18633         * config/mips/mips.c (mips_strict_argument_naming): Likewise.
18634         (mips_function_arg, mips_function_arg_advance): Likewise.
18635         (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
18636         (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
18637         * config/vax/vax.c (vax_function_arg): Likewise.
18638         (vax_function_arg_advance): Likewise.
18639         * config/h8300/h8300.c (h8300_function_arg): Likewise.
18640         (h8300_function_arg_advance): Likewise.
18641         * config/v850/v850.c (v850_pass_by_reference): Likewise.
18642         (v850_strict_argument_naming, v850_function_arg): Likewise.
18643         (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
18644         (v850_setup_incoming_varargs): Likewise.
18645         * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
18646         (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
18647         (mmix_function_arg, mmix_pass_by_reference): Likewise.
18648         (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
18649         with const void *.
18650         * config/bfin/bfin.c (setup_incoming_varargs): Replace
18651         CUMULATIVE_ARGS* argument type with cumulative_args_t.
18652         (bfin_function_arg_advance, bfin_function_arg): Likewise.
18653         (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
18654         * calls.c (emit_call_1): Change type of args_so_far to
18655         cumulative_args_t.  Changed all callers.
18656         (initialize_argument_information): Likewise.
18657         (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
18658         * dse.c (get_call_args): Likewise.
18659         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
18660         * function.c (pass_by_reference, reference_callee_copied): Likewise.
18661         (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
18662         New member args_so_far_v.  Changed all users.
18663         * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
18664         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
18665         * config/mips/mips.c (mips_output_args_xfer): Likewise.
18666         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
18667         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
18668         * config/microblaze/microblaze.c (microblaze_expand_prologue):
18669         Likewise.
18670         * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
18671         m32r_pass_by_reference.
18672
18673 2011-06-16  Ira Rosen  <ira.rosen@linaro.org>
18674
18675         * tree-vectorizer.h (vect_recog_func_ptr): Change the first
18676         argument to be a VEC of statements.
18677         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
18678         assert that pattern statements have to have their vector type set.
18679         * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
18680         Change the first argument to be a VEC of statements.  Update
18681         documentation.
18682         (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
18683         (vect_handle_widen_mult_by_const): New function.
18684         (vect_recog_widen_mult_pattern):  Change the first argument to be a
18685         VEC of statements.  Update documentation.  Check that the constant is
18686         INTEGER_CST.  Support multiplication by a constant that fits an
18687         intermediate type - call vect_handle_widen_mult_by_const.
18688         (vect_pattern_recog_1): Update vect_recog_func_ptr and its
18689         call.  Handle additional pattern statements if necessary.
18690
18691 2011-06-16  Nick Clifton  <nickc@redhat.com>
18692
18693         PR target/49427
18694         * config.gcc: Set cpu_type to v850 for any V850 architecture.
18695         (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
18696         md_file, extra_modes, out_file and extra_options are these are all
18697         deduced from cpu_type.
18698
18699 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
18700
18701         * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
18702         truncation mask to 63.
18703
18704 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
18705
18706         PR target/49313
18707         PR target/29524
18708         * longlong.h: Add AVR support:
18709         (count_leading_zeros): New macro.
18710         (count_trailing_zeros): New macro.
18711         (COUNT_LEADING_ZEROS_0): New macro.
18712         * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
18713         _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
18714         _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
18715         _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
18716         (LIB2FUNCS_EXCLUDE): Add _clz.
18717         * config/avr/libgcc.S (XCALL): Move up in file.
18718         (XJMP): New C Macro.
18719         (DEFUN): New asm macro.
18720         (ENDF): New asm macro.
18721         (__ffssi2): New function.
18722         (__ffshi2): New function.
18723         (__loop_ffsqi2): New function.
18724         (__ctzsi2): New function.
18725         (__ctzhi2): New function.
18726         (__clzdi2): New function.
18727         (__clzsi2): New function.
18728         (__clzhi2): New function.
18729         (__paritydi2): New function.
18730         (__paritysi2): New function.
18731         (__parityhi2): New function.
18732         (__parityqi2): New function.
18733         (__popcounthi2): New function.
18734         (__popcountsi2): New function.
18735         (__popcountdi2): New function.
18736         (__popcountqi2): New function.
18737         (__bswapsi2): New function.
18738         (__bswapdi2): New function.
18739         (__ashldi3): New function.
18740         (__ashrdi3): New function.
18741         (__lshrdi3): New function.
18742         Fix suspicous lines.
18743
18744 2011-06-16  Richard Guenther  <rguenther@suse.de>
18745
18746         * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
18747         the same as x != 0.
18748         * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
18749         to (bool) X & 1.
18750         * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
18751         equality compares against zero for the lower bit.
18752
18753 2011-06-16  Jakub Jelinek  <jakub@redhat.com>
18754
18755         PR tree-optimization/49419
18756         * tree-vrp.c (execute_vrp): Call init_range_assertions
18757         before estimate_numbers_of_iterations, call
18758         free_number_of_iterations_estimates before calling
18759         remove_range_assertions.
18760
18761 2011-06-16  Revital Eres  <revital.eres@linaro.org>
18762
18763         * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
18764         (struct partial_schedule): Add rows_length field.
18765         (verify_partial_schedule): Check rows_length.
18766         (ps_insert_empty_row): Handle rows_length.
18767         (create_partial_schedule): Likewise.
18768         (free_partial_schedule): Likewise.
18769         (reset_partial_schedule): Likewise.
18770         (create_ps_insn): Remove rest_count argument.
18771         (remove_node_from_ps): Update rows_length.
18772         (add_node_to_ps): Update rows_length and call create_ps_insn
18773         without passing row_rest_count.
18774         (rotate_partial_schedule): Update rows_length.
18775
18776 2011-06-16  Revital Eres  <revital.eres@linaro.org>
18777
18778         * ddg.c (add_intra_loop_mem_dep): New function.
18779         (build_intra_loop_deps): Call it.
18780
18781 2011-06-13  Jeff Law  <law@redhat.com>
18782
18783         * df-problems.c (df_lr_local_compute): Manually CSE
18784         PIC_OFFSET_TABLE_REGNUM.
18785         * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
18786         (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
18787
18788 2011-06-13  Jan Hubicka  <jh@suse.cz>
18789
18790         * cgraphunit.c (handle_alias_pairs): New function.
18791         (cgraph_finalize_compilation_unit): Use it.
18792         * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
18793         as externally visible.
18794
18795 2011-06-15  Richard Guenther  <rguenther@suse.de>
18796
18797         * expr.c (expand_expr_real_2): Reduce all integral types to
18798         bitfield precision.
18799         (expand_expr_real_1): Likewise.
18800
18801 2011-06-15  Martin Jambor  <mjambor@suse.cz>
18802
18803         PR tree-optimization/48613
18804         * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
18805         ipa_node_params_vector is NULL.
18806
18807 2011-06-15  Jakub Jelinek  <jakub@redhat.com>
18808
18809         PR debug/49382
18810         * dwarf2out.c (dw_loc_list_node): Add force field.
18811         (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
18812         location in the list, even if it is modified before first real insn.
18813         (output_loc_list): Emit empty ranges with force flag set.
18814         (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
18815
18816 2011-06-15  Alexander Monakov  <amonakov@ispras.ru>
18817
18818         PR target/49349
18819         * sel-sched.c (find_place_for_bookkeeping): Add new parameter
18820         (fence_to_rewind).  Use it to notice when bookkeeping will be placed
18821         above a fence.  Update comments.
18822         (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
18823         placed just above it.  Do not allow NULL place_to_insert.
18824
18825 2011-06-15  Ira Rosen  <ira.rosen@linaro.org>
18826
18827         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
18828         (slpeel_tree_peel_loop_to_edge): Don't call
18829         remove_dead_stmts_from_loop.
18830         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
18831         remove irrelevant pattern statements.  For irrelevant statements
18832         check if it is the last statement of a detected pattern, use
18833         corresponding pattern statement instead.
18834         (destroy_loop_vec_info): No need to remove pattern statements,
18835         only free stmt_vec_info.
18836         (vect_transform_loop): For irrelevant statements check if it is
18837         the last statement of a detected pattern, use corresponding
18838         pattern statement instead.
18839         * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
18840         pattern statements.  Set basic block for the new statement.
18841         (vect_pattern_recog): Update documentation.
18842         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
18843         operands of pattern statements.
18844         (vectorizable_call): Fix printing.  In case of a pattern statement
18845         use the lhs of the original statement when creating a dummy
18846         statement to replace the original call.
18847         (vect_analyze_stmt): For irrelevant statements check if it is
18848         the last statement of a detected pattern, use corresponding
18849         pattern statement instead.
18850         * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
18851         statements use gsi of the original statement.
18852
18853 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
18854
18855         * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
18856         common/common-target-def.h.
18857         * target.def (default_target_flags, handle_option,
18858         supports_split_stack, optimization_table, init_struct,
18859         except_unwind_info, unwind_tables_default, have_named_sections):
18860         Move to common/common-target.def.
18861         * target.h (enum opt_levels, struct default_options): Move to
18862         common/common-target.h.
18863         * targhooks.c (default_except_unwind_info,
18864         dwarf2_except_unwind_info, sjlj_except_unwind_info,
18865         default_target_handle_option, empty_optimization_table): Move to
18866         common/common-targhooks.c.
18867         * targhooks.h (default_except_unwind_info,
18868         dwarf2_except_unwind_info, sjlj_except_unwind_info,
18869         default_target_handle_option, empty_optimization_table): Move to
18870         common/common-targhooks.h.
18871         * common/common-target-def.h: Include common/common-targhooks.h.
18872         (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
18873         defined.
18874         * common/common-target.def (handle_option, option_init_struct,
18875         option_optimization_table, default_target_flags,
18876         except_unwind_info, supports_split_stack, unwind_tables_default,
18877         have_named_sections): Move from target.def.
18878         (HOOK_PREFIX): Undefine at end of file.
18879         * common/common-target.h: Include input.h.
18880         (enum opt_levels, struct default_options): Move from target.h.
18881         * common/common-targhooks.c, common/common-targhooks.h: New.
18882         * config.gcc (target_has_targetm_common): Default to yes.
18883         (moxie*): Set target_has_targetm_common=no.
18884         (hppa*-*-*): Don't set target_has_targetm_common=yes.
18885         * doc/tm.texi: Regenerate.
18886         * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
18887         (C_TARGET_DEF_H): Add common/common-targhooks.h.
18888         (GCC_OBJS): Remove vec.o.
18889         (OBJS): Remove hooks.o and vec.o.
18890         (OBJS-libcommon-target): Add vec.o, hooks.o and
18891         common/common-targhooks.o.
18892         (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
18893         tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
18894         expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
18895         cfglayout.o, $(out_object_file), $(common_out_object_file)):
18896         Update dependencies.
18897         (common/common-targhooks.o): New.
18898         * common/config/default-common.c: Include tm.h.  Add FIXME comment.
18899         * common/config/pa/pa-common.c: Include more headers.  Take
18900         copyright dates from pa.c.
18901         (pa_option_optimization_table, pa_handle_option,
18902         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
18903         TARGET_HANDLE_OPTION): Move from pa.c.
18904         * common/config/alpha/alpha-common.c,
18905         common/config/arm/arm-common.c, common/config/avr/avr-common.c,
18906         common/config/bfin/bfin-common.c,
18907         common/config/cris/cris-common.c,
18908         common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
18909         common/config/h8300/h8300-common.c,
18910         common/config/i386/i386-common.c,
18911         common/config/ia64/ia64-common.c,
18912         common/config/iq2000/iq2000-common.c,
18913         common/config/lm32/lm32-common.c,
18914         common/config/m32c/m32c-common.c,
18915         common/config/m32r/m32r-common.c,
18916         common/config/m68k/m68k-common.c,
18917         common/config/mcore/mcore-common.c,
18918         common/config/mep/mep-common.c,
18919         common/config/microblaze/microblaze-common.c,
18920         common/config/mips/mips-common.c,
18921         common/config/mmix/mmix-common.c,
18922         common/config/mn10300/mn10300-common.c,
18923         common/config/pdp11/pdp11-common.c,
18924         common/config/picochip/picochip-common.c,
18925         common/config/rs6000/rs6000-common.c,
18926         common/config/rx/rx-common.c, common/config/s390/s390-common.c,
18927         common/config/score/score-common.c, common/config/sh/sh-common.c,
18928         common/config/sparc/sparc-common.c,
18929         common/config/spu/spu-common.c, common/config/v850/v850-common.c,
18930         common/config/vax/vax-common.c,
18931         common/config/xstormy16/xstormy16-common.c,
18932         common/config/xtensa/xtensa-common.c: New.
18933         * config/alpha/alpha.c: Include common/common-target.h.
18934         (alpha_option_optimization_table, alpha_handle_option,
18935         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
18936         TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
18937         * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
18938         * config/arm/arm.c (arm_option_optimization_table,
18939         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
18940         TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
18941         arm-common.c.
18942         * config/avr/avr.c (avr_option_optimization_table,
18943         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
18944         to avr-common.c.
18945         * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
18946         (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
18947         TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
18948         * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
18949         * config/cris/cris.c (cris_option_optimization_table,
18950         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
18951         TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
18952         cris-common.c.
18953         * config/fr30/fr30.c (fr30_option_optimization_table,
18954         TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
18955         to fr30-common.c.
18956         * config/frv/frv.c (frv_option_optimization_table,
18957         MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
18958         TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
18959         * config/h8300/h8300.c (h8300_option_optimization_table,
18960         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
18961         TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
18962         * config/i386/i386-protos.h (ix86_handle_option): Declare.
18963         * config/i386/i386.c: Include common/common-target.h.
18964         (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
18965         OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
18966         OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
18967         OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
18968         OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
18969         OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
18970         OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
18971         OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
18972         OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
18973         OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
18974         OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
18975         OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
18976         OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
18977         OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
18978         OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
18979         OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
18980         OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
18981         OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
18982         OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
18983         OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
18984         OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
18985         OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
18986         OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
18987         OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
18988         OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
18989         OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
18990         OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
18991         OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
18992         OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
18993         ix86_option_optimization_table, ix86_option_init_struct,
18994         ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
18995         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
18996         TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
18997         i386-common.c.
18998         * config/i386/t-i386 (i386.o): Update dependencies.
18999         * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
19000         * config/ia64/ia64.c (ia64_option_optimization_table,
19001         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
19002         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19003         ia64_handle_option): Move to ia64-common.c.
19004         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
19005         TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
19006         * config/lm32/lm32.c (lm32_option_optimization_table,
19007         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
19008         to lm32-common.c.
19009         * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
19010         m32c-common.c.
19011         * config/m32r/m32r.c (m32r_option_optimization_table,
19012         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19013         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
19014         m32r_handle_option): Move to m32r-common.c.
19015         (m32r_memory_move_cost): Remove comment referring to
19016         TARGET_HANDLE_OPTION.
19017         * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
19018         Move to m68k-common.c.
19019         * config/mcore/mcore.c (mcore_option_optimization_table,
19020         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19021         TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
19022         * config/mep/mep.c (mep_option_optimization_table,
19023         mep_handle_option, TARGET_HANDLE_OPTION,
19024         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
19025         Move to mep-common.c.
19026         * config/microblaze/microblaze.c
19027         (microblaze_option_optimization_table,
19028         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19029         TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
19030         * config/mips/mips.c (mips_handle_option,
19031         mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
19032         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
19033         mips-common.c.
19034         * config/mmix/mmix.c (mmix_option_optimization_table,
19035         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
19036         Move to mmix-common.c.
19037         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
19038         mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
19039         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19040         TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
19041         * config/pa/pa.c: Include common/common-target.h.
19042         (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
19043         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19044         pa_handle_option): Move to pa-common.c.
19045         (pa_option_override): Use targetm_common.except_unwind_info.
19046         (pa_asm_output_mi_thunk, pa_function_section): Use
19047         targetm_common.have_named_sections.
19048         * config/pdp11/pdp11.c (pdp11_option_optimization_table,
19049         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19050         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
19051         pdp11_handle_option, pdp11_option_init_struct): Move to
19052         pdp11-common.c.
19053         * config/picochip/picochip.c (picochip_option_optimization_table,
19054         TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
19055         TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
19056         * config/rs6000/rs6000.c: Include common/common-target.h.
19057         (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
19058         TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
19059         TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
19060         rs6000_handle_option): Move to rs6000-common.c.
19061         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
19062         * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
19063         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19064         TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
19065         * config/s390/s390.c (processor_flags_table,
19066         s390_option_optimization_table, s390_option_init_struct,
19067         s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
19068         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19069         TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
19070         * config/s390/s390.h (processor_flags_table): Declare.
19071         * config/score/score.c (score_option_optimization_table,
19072         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19073         TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
19074         score_handle_option): Move to score-common.c.
19075         * config/sh/sh.c (sh_option_optimization_table,
19076         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
19077         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19078         sh_handle_option, sh_option_init_struct): Move to sh-common.c.
19079         * config/sparc/sparc.c: Include common/common-target.h.
19080         (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
19081         TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
19082         * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
19083         TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
19084         spu_option_init_struct): Move to spu-common.c.
19085         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
19086         TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
19087         * config/v850/v850.c (small_memory_physical_max,
19088         v850_handle_memory_optionn v850_handle_option,
19089         v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
19090         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
19091         v850-common.c.
19092         * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
19093         * config/xtensa/xtensa.c (xtensa_option_optimization_table,
19094         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
19095         Move to xtensa-common.c.
19096         * cfglayout.c: Include common/common-target.h.
19097         (fixup_reorder_chain): Use targetm_common.have_named_sections.
19098         * cfgrtl.c: Include common/common-target.h.
19099         (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
19100         targetm_common.have_named_sections.
19101         * dbxout.c: Include common/common-target.h.
19102         (dbxout_function_end): Use targetm_common.have_named_sections.
19103         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
19104         targetm_common.except_unwind_info.
19105         * dwarf2out.c: Include common/common-target.h.
19106         (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
19107         dwarf2out_begin_prologue, dwarf2out_frame_init,
19108         dwarf2out_frame_finish, dwarf2out_assembly_start): Use
19109         targetm_common.except_unwind_info.
19110         * except.c: Include common/common-target.h.
19111         (init_eh, finish_eh_generation,
19112         output_one_function_exception_table): Use
19113         targetm_common.except_unwind_info.
19114         (switch_to_exception_section): Use targetm_common.have_named_sections.
19115         * explow.c: Include common/common-target.h.
19116         * expr.c: Include common/common-target.h.
19117         (build_personality_function): Use targetm_common.except_unwind_info.
19118         * function.c: Include common/common-target.h.
19119         (expand_function_end): Use targetm_common.except_unwind_info.
19120         * haifa-sched.c: Include common/common-target.h.
19121         (sched_create_recovery_edges): Use targetm_common.have_named_sections.
19122         * lto-opts.c: Include common/common-target.h instead of target.h.
19123         (lto_reissue_options): Use targetm_common.handle_option.
19124         * opts.c: Include common/common-target.h.
19125         (target_handle_option): Use targetm_common.handle_option.
19126         (init_options_struct): Update comment referring to
19127         targetm.target_option.optimization.  Use
19128         targetm_common.default_target_flags,
19129         targetm_common.unwind_tables_default and
19130         targetm_common.option_init_struct.
19131         (default_options_optimization): Use
19132         targetm_common.option_optimization_table.
19133         (finish_options): Use targetm_common.except_unwind_info,
19134         targetm_common.unwind_tables_default,
19135         targetm_common.have_named_sections and
19136         targetm_common.supports_split_stack.
19137         * toplev.c: Include common/common-target.h.
19138         (process_options): Use targetm_common.have_named_sections.
19139         * tree-tailcall.c: Include common/common-target.h.
19140         (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
19141         * tree.c: Include common/common-target.h.
19142         (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
19143         * varasm.c: Include common/common-target.h.
19144         (resolve_unique_section, hot_function_section,
19145         default_function_section): Use targetm_common.have_named_sections.
19146
19147 2011-06-14  Easwaran Raman  <eraman@google.com>
19148
19149         PR rtl-optimization/44194
19150         * dse.c: Include tree-flow.h
19151         (insn_info): Add new field non_frame_wild_read.
19152         (group_info): Add new fields escaped_n and escaped_p.
19153         (kill_on_calls): New variable.
19154         (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
19155         (dse_step0): Initialize kill_on_calls.
19156         (can_escape): New function.
19157         (set_usage_bits): Add additional parameter; record information
19158         about escaped locations.
19159         (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
19160         (dse_step2_nospill): Set kill_on_calls based on
19161         group->escaped_n and group->escaped_n.
19162         (add_wild_read): Refactor into...
19163         (reset_active_stores): ... New function, and
19164         (free_read_records): ... New function.
19165         (add_non_frame_wild_read): New function.
19166         (scan_insn): Call add_non_frame_wild_read on non-const calls.
19167         (scan_reads_nospill): Handle instructions with non_frame_wild_read.
19168         (dse_step5_nospill): Call scan_reads_nospill for instructions
19169         marked as non_frame_wild_read.
19170         (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
19171
19172 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
19173
19174         * common/common-target-def.h, common/common-target.def,
19175         common/common-target.h, common/config/default-common.c,
19176         common/config/pa/pa-common.c: New files.
19177         * Makefile.in (common_out_file, common_out_object_file,
19178         COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
19179         (OBJS-libcommon-target): Include $(common_out_object_file).
19180         (prefix.o): Update dependencies.
19181         ($(common_out_object_file), common/common-target-hooks-def.h,
19182         s-common-target-hooks-def-h): New.
19183         (s-tm-texi): Also check timestamp on common-target.def.
19184         (build/genhooks.o): Update dependencies.
19185         * config.gcc (common_out_file, target_has_targetm_common): Define.
19186         * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
19187         TARGET_ALWAYS_STRIP_DOTDOT.
19188         * configure.ac (common_out_object_file): Define.
19189         (common_out_file, common_out_object_file): Substitute.
19190         (common): Create directory.
19191         * configure: Regenerate.
19192         * doc/tm.texi.in (targetm_common): Document.
19193         (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
19194         * doc/tm.texi: Regenerate.
19195         * genhooks.c (hook_array): Also include common/common-target.def.
19196         * prefix.c (tm.h): Don't include.
19197         (common/common-target.h): Include.
19198         (ALWAYS_STRIP_DOTDOT): Don't define.
19199         (update_path): Use targetm_common.always_strip_dotdot instead of
19200         ALWAYS_STRIP_DOTDOT.
19201         * system.h (ALWAYS_STRIP_DOTDOT): Poison.
19202
19203 2011-06-14  David Li  <davidxl@google.com>
19204
19205         * passes.c (execute_function_todo): Remove TODO_dump_func.
19206         (execute_one_pass): Remove TODO_dump_func.
19207         (execute_function_dump): New function.
19208         * tree-vrp.c: Remove TODO_dump_func.
19209         * regrename.c: Remove TODO_dump_func.
19210         * fwprop.c: Remove TODO_dump_func.
19211         * tree-into-ssa.c: Remove TODO_dump_func.
19212         * tree-complex.c: Remove TODO_dump_func.
19213         * tracer.c: Remove TODO_dump_func.
19214         * tree-loop-distribution.c: Remove TODO_dump_func.
19215         * postreload-gcse.c: Remove TODO_dump_func.
19216         * postreload.c: Remove TODO_dump_func.
19217         * tree-ssa-loop-ch.c: Remove TODO_dump_func.
19218         * tree-tailcall.c: Remove TODO_dump_func.
19219         * ipa-cp.c: Remove TODO_dump_func.
19220         * final.c: Remove TODO_dump_func.
19221         * tree-emutls.c: Remove TODO_dump_func.
19222         * omp-low.c: Remove TODO_dump_func.
19223         * tree-ssa-dse.c: Remove TODO_dump_func.
19224         * tree-ssa-uncprop.c: Remove TODO_dump_func.
19225         * auto-inc-dec.c: Remove TODO_dump_func.
19226         * reorg.c: Remove TODO_dump_func.
19227         * tree-ssa-copyrename.c: Remove TODO_dump_func.
19228         * tree-ssa-ccp.c: Remove TODO_dump_func.
19229         * compare-elim.c: Remove TODO_dump_func.
19230         * mode-switching.c: Remove TODO_dump_func.
19231         * modulo-sched.c: Remove TODO_dump_func.
19232         * tree-call-cdce.c: Remove TODO_dump_func.
19233         * cse.c: Remove TODO_dump_func.
19234         * web.c: Remove TODO_dump_func.
19235         * tree-stdarg.c: Remove TODO_dump_func.
19236         * lto-streamer-out.c: Remove TODO_dump_func.
19237         * tree-ssa-math-opts.c: Remove TODO_dump_func.
19238         * tree-ssa-dom.c: Remove TODO_dump_func.
19239         * tree-nrv.c: Remove TODO_dump_func.
19240         * loop-init.c: Remove TODO_dump_func.
19241         * gimple-low.c: Remove TODO_dump_func.
19242         * ipa-inline.c: Remove TODO_dump_func.
19243         * tree-ssa-sink.c: Remove TODO_dump_func.
19244         * jump.c: Remove TODO_dump_func.
19245         * ifcvt.c: Remove TODO_dump_func.
19246         * tree-ssa-loop.c: Remove TODO_dump_func.
19247         * recog.c: Remove TODO_dump_func.
19248         * dse.c: Remove TODO_dump_func.
19249         * tree-ssa-ifcombine.c: Remove TODO_dump_func.
19250         * matrix-reorg.c: Remove TODO_dump_func.
19251         * tree-eh.c: Remove TODO_dump_func.
19252         * regmove.c: Remove TODO_dump_func.
19253         * function.c: Remove TODO_dump_func.
19254         * tree-vectorizer.c: Remove TODO_dump_func.
19255         * ipa-split.c: Remove TODO_dump_func.
19256         * gcse.c: Remove TODO_dump_func.
19257         * tree-if-conv.c: Remove TODO_dump_func.
19258         * init-regs.c: Remove TODO_dump_func.
19259         * tree-ssa-phiopt.c: Remove TODO_dump_func.
19260         * implicit-zee.c: Remove TODO_dump_func.
19261         * lower-subreg.c: Remove TODO_dump_func.
19262         * bt-load.c: Remove TODO_dump_func.
19263         * tree-dfa.c: Remove TODO_dump_func.
19264         * except.c: Remove TODO_dump_func.
19265         * emit-rtl.c: Remove TODO_dump_func.
19266         * store-motion.c: Remove TODO_dump_func.
19267         * cfgexpand.c: Remove TODO_dump_func.
19268         * tree-cfgcleanup.c: Remove TODO_dump_func.
19269         * cfgcleanup.c: Remove TODO_dump_func.
19270         * tree-ssa-pre.c: Remove TODO_dump_func.
19271         * tree-sra.c: Remove TODO_dump_func.
19272         * tree-mudflap.c: Remove TODO_dump_func.
19273         * tree-ssa-copy.c: Remove TODO_dump_func.
19274         * cfglayout.c: Remove TODO_dump_func.
19275         * tree-ssa-forwprop.c: Remove TODO_dump_func.
19276         * tree-ssa-dce.c: Remove TODO_dump_func.
19277         * ira.c: Remove TODO_dump_func.
19278         * tree-ssa.c: Remove TODO_dump_func.
19279         * integrate.c: Remove TODO_dump_func.
19280         * tree-optimize.c: Remove TODO_dump_func.
19281         * tree-ssa-phiprop.c: Remove TODO_dump_func.
19282         * tree-object-size.c: Remove TODO_dump_func.
19283         * combine.c: Remove TODO_dump_func.
19284         * bb-reorder.c: Remove TODO_dump_func.
19285         * cprop.c: Remove TODO_dump_func.
19286         * var-tracking.c: Remove TODO_dump_func.
19287         * tree-profile.c: Remove TODO_dump_func.
19288         * tree-vect-generic.c: Remove TODO_dump_func.
19289         * reg-stack.c: Remove TODO_dump_func.
19290         * sched-rgn.c: Remove TODO_dump_func.
19291         * tree-ssa-structalias.c: Remove TODO_dump_func.
19292         * tree-switch-conversion.c: Remove TODO_dump_func.
19293         * tree-cfg.c: Remove TODO_dump_func.
19294         * tree-ssa-reassoc.c: Remove TODO_dump_func.
19295         * combine-stack-adj.c: Remove TODO_dump_func.
19296         * dce.c: Remove TODO_dump_func.
19297         * tree-ssanames.c: Remove TODO_dump_func.
19298         * regcprop.c: Remove TODO_dump_func.
19299
19300 2011-06-14  H.J. Lu  <hongjiu.lu@intel.com>
19301
19302         PR middle-end/47364
19303         * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
19304         and properly handle result not in Pmode.
19305
19306 2011-06-14  Robert Millan  <rmh@gnu.org>
19307
19308         * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
19309         * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
19310         `config/linux.h'.
19311
19312         * config/i386/kfreebsd-gnu64.h: New file.
19313         * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
19314         with `i386/kfreebsd-gnu64.h'.
19315
19316         * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
19317         (GNU_USER_LINK_EMULATION64): New macros.
19318         * config/i386/gnu-user64.h (LINK_SPEC): Rely on
19319         `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
19320         of hardcoding `elf_i386' and `elf_x86_64'.
19321
19322 2011-06-14  Nick Clifton  <nickc@redhat.com>
19323
19324         PR target/49403
19325         * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
19326
19327         PR target/49402
19328         * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
19329
19330 2011-06-14  Jakub Jelinek  <jakub@redhat.com>
19331
19332         PR fortran/49103
19333         * tree.h (DECL_NONSHAREABLE): Define.
19334         (struct tree_decl_common): Change decl_common_unused to
19335         decl_nonshareable_flag.
19336         * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
19337         Ignore vars with DECL_NONSHAREABLE bit set.
19338         * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
19339         on stores to automatic aggregate vars.
19340
19341         PR rtl-optimization/49390
19342         Revert:
19343         2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
19344
19345         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
19346         MEM_ALIAS_SET.
19347
19348 2011-06-14  Zdenek Dvorak  <ook@ucw.cz>
19349             Tom de Vries  <tom@codesourcery.com>
19350
19351         PR target/45098
19352         * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
19353         Document changed semantics.
19354         (max_stmt_executions, max_stmt_executions_int): Declare.
19355         * tree-data-ref.c (estimated_loop_iterations)
19356         (estimated_loop_iterations_int): Move functions...
19357         * tree-ssa-loop-niter.c (estimated_loop_iterations)
19358         (estimated_loop_iterations_int): here.
19359         (record_estimate): Change nb_iterations_upper_bound and
19360         nb_iterations_estimate semantics.
19361         (max_stmt_executions, max_stmt_executions_int): New function.
19362         * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
19363         (max_stmt_executions_tree): this.
19364         (analyze_miv_subscript): Use max_stmt_executions_tree instead of
19365         estimated_loop_iterations_tree.
19366         tree-ssa-loop-ivopts.c (avg_loop_niter): Use
19367         max_stmt_executions_int instead of estimated_loop_iterations_int.
19368         * predict.c (predict_loops): Idem.
19369         * tree-parloops.c (parallelize_loops): Idem.
19370         * tree-data-ref.c (analyze_siv_subscript_cst_affine)
19371         (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
19372         (init_omega_for_ddr_1): Idem.
19373         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
19374         (loop_prefetch_arrays): Idem
19375         * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
19376         max_stmt_executions instead of estimated_loop_iterations.
19377         * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
19378         * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
19379         instead of nb_iterations_upper_bound.
19380
19381 2011-06-13  Jan Hubicka  <jh@suse.cz>
19382
19383         * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
19384
19385 2011-06-14  Richard Henderson  <rth@redhat.com>
19386
19387         PR debug/48459
19388         * dwarf2out.c (frame_pointer_fb_offset_valid): New.
19389         (based_loc_descr): Assert it's true.
19390         (compute_frame_pointer_to_fb_displacement): Set it, rather than
19391         aborting immediately.
19392
19393 2011-06-14  Sanjin Liu  <scliu@faraday-tech.com>
19394             Mingfeng Wu  <mingfeng@faraday-tech.com>
19395
19396         * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
19397
19398 2011-06-13  Jan Hubicka  <jh@suse.cz>
19399
19400         * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
19401
19402 2011-06-13  Jan Hubicka  <jh@suse.cz>
19403
19404         * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
19405         similarly to DECL_COMDAT.
19406         * cgraphunit.c (cgraph_analyze_function): Likewise.
19407         * ipa.c (function_and_variable_visibility): Likewise.
19408
19409 2011-06-13  Jan Hubicka  <jh@suse.cz>
19410
19411         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
19412         BINFO_VIRTUALS when streaming for ltrans unit.
19413
19414 2011-06-13  David Edelsohn  <dje.gcc@gmail.com>
19415
19416         * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
19417         (movdi_internal64): Same.
19418
19419 2011-06-13  Edmar Wienskoski  <edmar@freescale.com>
19420
19421         PR target/44618
19422         * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
19423         a set of similar patterns, where the MATCH_OPERAND for the function
19424         argument is replaced with individual references to hardware registers.
19425         (save_fpregs_<mode>): Ditto
19426         (restore_gpregs_<mode>): Ditto
19427         (return_and_restore_gpregs_<mode>): Ditto
19428         (return_and_restore_fpregs_<mode>): Ditto
19429         (return_and_restore_fpregs_aix_<mode>): Ditto
19430
19431 2011-06-13  Jan Hubicka  <jh@suse.cz>
19432
19433         * ipa-utils.c (postorder_stack): New structure.
19434         (ipa_reverse_postorder): Handle aliases.
19435
19436 2011-06-13  Jan Hubicka  <jh@suse.cz>
19437
19438         * ipa-inline.c (reset_edge_caches): Walk aliases.
19439         (update_caller_keys): Do not test inlinability of aliases.
19440         * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
19441         (do_estimate_growth): Fix typo.
19442
19443 2011-06-13  Jan Hubicka  <jh@suse.cz>
19444
19445         * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
19446         (can_remove_node_now_p): ... here; handle same comdat groups.
19447         (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
19448         (inline_call): Update use of can_remove_node_now_p.
19449
19450 2011-06-13  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
19451
19452         * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
19453         condition to disallow non-identical memory locations.
19454         (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
19455         preference to bit manipulation instructions.
19456
19457 2011-06-13  Jan Hubicka  <jh@suse.cz>
19458
19459         * cgraph.c (cgraph_for_node_thunks_and_aliases,
19460         cgraph_for_node_and_aliases): Fix thinko in recursive walking.
19461         (nonremovable_p): New function.
19462         (cgraph_can_remove_if_no_direct_calls_p): New function.
19463         (used_from_object_file_p): New functoin.
19464         (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
19465         references from aliases.
19466         * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
19467         * ipa-inline.c (check_caller_edge): New function.
19468         (want_inline_function_called_once_p): Use it; accept aliases called
19469         once, too.
19470         * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
19471
19472 2011-06-13  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
19473
19474         PR target/48454
19475         * config/arm/neon.md (vec_pack_trunc): Set the lengths
19476         correctly for the case with Quad vectors.
19477
19478 2011-06-13 Jakub Jelinek  <jakub@redhat.com>
19479            Ira Rosen  <ira.rosen@linaro.org>
19480
19481         PR tree-optimization/49352
19482         * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
19483         all, make sure loop_use_stmt after the loop is a def stmt of a used
19484         SSA_NAME that is the only one defined inside of the loop.  Don't
19485         check for COND_EXPR and GIMPLE_BINARY_RHS.
19486         (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
19487         check_reduction is true.
19488
19489 2011-06-11  Jan Hubicka  <jh@suse.cz>
19490
19491         PR middle-end/49373
19492         * ipa.c (cgraph_externally_visible_p): Check resolution info.
19493
19494 2011-06-11  Jan Hubicka  <jh@suse.cz>
19495
19496         PR middle-end/48836
19497         * ipa-inline-transform.c: Include tree-pass.h
19498         (inline_transform): Set TODO_update_ssa_only_virtuals.
19499         * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
19500
19501 2011-06-11  Jan Hubicka  <jh@suse.cz>
19502
19503         PR middle-end/49378
19504         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
19505         aliases and thunks.
19506
19507 2011-06-12  Ira Rosen  <ira.rosen@linaro.org>
19508
19509         * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
19510         Take number of iterations to peel into account for equally frequent
19511         misalignment values.
19512
19513 2011-06-11  Jan Hubicka  <jh@suse.cz>
19514
19515         * lto-streamer-out.c (produce_symtab): Stream out the newly
19516         represented aliases.
19517
19518 2011-06-11  Jan Hubicka  <jh@suse.cz>
19519
19520         * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
19521         varying args.
19522         (ipa_update_after_lto_read): Likewise.
19523         (ipa_write_node_info): Do not sream call_with_var_arguments.
19524         (ipa_read_node_info): Likewise.
19525
19526 2011-06-11  Jan Hubicka  <jh@suse.cz>
19527
19528         * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
19529
19530 2011-06-11  Jan Hubicka  <jh@suse.cz>
19531
19532         * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
19533         (lto_symtab_resolve_can_prevail_p): Likewise.
19534         (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
19535         * cgraph.c (same_body_aliases_done): New global var.
19536         (cgraph_same_body_alias_1): Rename to ...
19537         (cgraph_create_function_alias): ... this one; reorg to new
19538         representation.
19539         (cgraph_same_body_alias): Use cgraph_create_function_alias;
19540         record references when asked to.
19541         (cgraph_add_thunk): Fix formating.
19542         (cgraph_get_node): Kill same body alias code.
19543         (cgraph_node_for_asm): Likewise.
19544         (cgraph_remove_same_body_alias): Remove.
19545         (cgraph_remove_node): Kill same body alias code.
19546         (cgraph_mark_address_taken_node): Mark also the aliased function
19547         as having address taken.
19548         (dump_cgraph_node): Dump same body aliases.
19549         (cgraph_for_node_thunks_and_aliases): Update for new alias
19550         representation.
19551         (cgraph_for_node_and_aliases): Likewise.
19552         * cgraph.h (same_body): Kll pointer.
19553         (same_body_alias): Update comment.
19554         (same_body_aliases_done): Declare.
19555         (cgraph_remove_same_body_alias): Remove declaration.
19556         (cgraph_create_function_alias): Declare.
19557         (cgraph_process_same_body_aliases): Declare.
19558         (cgraph_function_with_gimple_body_p): Check for alias.
19559         (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
19560         (cgraph_alias_aliased_node): New function.
19561         (cgraph_function_node): Update for new aliases.
19562         (cgraph_function_or_thunk_node): Likewise.
19563         * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
19564         (inline_call): Remove dead aliases.
19565         * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
19566         name hack for same body aliases.
19567         (clone_of_p): Look through aliases.
19568         (verify_cgraph_node): Verify aliases.
19569         (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
19570         (cgraph_process_same_body_aliases): New function.
19571         (process_function_and_variable_attributes): Disable weakref warning on
19572         alias.
19573         (cgraph_analyze_functions): Handle aliases.
19574         (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
19575         (assemble_thunks): Rename to ...
19576         (assemble_thunks_and_aliases): ... this one; handle aliases, too.
19577         (cgraph_expand_function): Remove alias output code.
19578         (cgraph_output_in_order): Skip aliases.
19579         (cgraph_preserve_function_body_p): Aliases don't need preserving.
19580         * ipa-ref.c (ipa_ref_use_name): Add alias reference.
19581         (ipa_record_reference): Do not assert on alias references.
19582         (ipa_ref_has_aliases_p): New function.
19583         * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
19584         (ipa_ref_has_aliases_p): Declare.
19585         * lto-cgraph.c (lto_output_node): Handle aliases.
19586         (input_node): Likewise.
19587         * lto-streamer-out.c (lto_output): Skip aliases.
19588         (produce_symtab): Kill same_body_alias code.
19589         * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
19590         (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
19591         * ipa-inline.c (update_caller_keys): Walk aliases.
19592         (inline_small_functions): Fix thinko in previous patch.
19593         * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
19594         (function_and_variable_visibility): Do not walk same body aliases.
19595         * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
19596         (ipa_pta_execute): Use it.
19597
19598 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
19599
19600         * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
19601         (*vec_dupv2df): Rename from vec_dupv2df.
19602         (vec_dupv2df): New expander.
19603
19604 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
19605
19606         * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
19607
19608 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
19609
19610         * config/i386/i386.md: Use default value in "isa" attribute.
19611         * config/i386/sse.md: Ditto.
19612         * config/i386/mmx.md: Ditto.
19613
19614 2011-06-10  Wei Guozhi  <carrot@google.com>
19615
19616         PR target/45335
19617         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
19618         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
19619         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
19620         related peephole2.
19621         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
19622         related peephole2.
19623         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
19624         (arm_legitimate_ldrd_p): New prototype.
19625         (arm_output_ldrd): New prototype.
19626         * config/arm/arm.c (arm_check_ldrd_operands): New function.
19627         (arm_legitimate_ldrd_p): New function.
19628         (arm_output_ldrd): New function.
19629
19630 2011-06-10  David Li  <davidxl@google.com>
19631
19632         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
19633         * passes.c (passr_eq): New function.
19634         (create_pass_tab): New function.
19635         (pass_traverse): New function.
19636         (dump_one_pass): New function.
19637         (dump_pass_list): New function.
19638         (dump_passes): New function.
19639
19640 2011-06-10  Jan Hubicka  <jh@suse.cz>
19641
19642         * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
19643         setting the nothrow flag.
19644         * ipa-reference.c (propagate): Skip aliases.
19645         * ipa-pure-const.c (propagate_pure_const): Skip aliases.
19646         (propagate_nothrow): Skip aliases; do not update cgraph.
19647         (local_pure_const): Do not update cgraph.
19648         * tree-profile.c (tree_profiling): Do fixup_cfg.
19649
19650 2011-06-10  Jan Hubicka  <jh@suse.cz>
19651
19652         * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
19653         (cgraph_local_node_p): ... here; handle aliases.
19654         (has_addr_references_p): Break out from ...;
19655         (cgraph_remove_unreachable_nodes) ... here.
19656
19657 2011-06-10  Jan Hubicka  <jh@suse.cz>
19658
19659         * opts.c (default_options): Enlist OPT_finline_functions_called_once.
19660         * common.opt (flag_inline_functions_called_once): Do not
19661         initialize to 1.
19662
19663 2011-06-10  Jan Hubicka  <jh@suse.cz>
19664
19665         * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
19666         (ipcp_initialize_node_lattices): Do not deal with aliases;
19667         Do not try to propagate through thunks.
19668         (ipcp_change_tops_to_bottom): Do not deal with aliases.
19669
19670 2011-06-10  Jan Hubicka  <jh@suse.cz>
19671
19672         * ipa-prop.c (ipa_write_node_info): Stream jump functions
19673         for indirect calls.
19674         (ipa_read_node_info): Likewise.
19675
19676 2011-06-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19677
19678         PR lto/49302
19679         * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
19680         (build_and_insert_call): Likewise.
19681         (build_and_insert_ref): New.
19682         (gimple_expand_builtin_pow): Minor cleanup.
19683         (gimple_expand_builtin_cabs): New.
19684         (execute_cse_sincos): Add case for BUILT_IN_CABS.
19685
19686 2011-06-10  Jan Hubicka  <jh@suse.cz>
19687
19688         * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
19689         (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
19690         (ipcp_initialize_node_lattices): We don't propagate through an aliases.
19691         (ipcp_propagate_stage): Skip aliases when propagating.
19692         (ipcp_need_redirect_p): Skip aliases.
19693         (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
19694         collect_callers_of_node.
19695         * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
19696         for aliases.
19697         (ipa_compute_jump_functions): Look through aliases.
19698
19699 2011-06-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19700
19701         * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
19702
19703 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
19704
19705         * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
19706         Adjust comments.
19707         * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
19708
19709 2011-06-10  Jan Hubicka  <jh@suse.cz>
19710
19711         * ipa-cp.c (ipcp_process_devirtualization_opportunities):
19712         Update call of gimple_get_virt_method_for_binfo.
19713         * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
19714         refuse_thunks parameter.
19715         (gimple_fold_call): Update.
19716         * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
19717
19718 2011-06-10  Jan Hubicka  <jh@suse.cz>
19719
19720         * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
19721         (not_all_callers_have_enough_arguments_p): ... this one; turn into
19722         worker for cgraph_for_node_and_aliases.
19723         (convert_callers_for_node): Break out from ...
19724         (convert_callers): ... here.
19725         (modify_function): Use collect_callers_of_node.
19726         (ipa_early_sra): Use cgraph_for_node_and_aliases.
19727
19728 2011-06-10  Richard Guenther  <rguenther@suse.de>
19729
19730         PR tree-optimization/49361
19731         * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
19732         when not already in gimple form.
19733
19734 2011-06-10  Richard Guenther  <rguenther@suse.de>
19735
19736         PR bootstrap/49344
19737         * tree-ssa-math-opts.c (convert_mult_to_fma): Use
19738         FOR_EACH_PHI_OR_STMT_USE.
19739
19740 2011-06-10  Jan Hubicka  <jh@suse.cz>
19741
19742         * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
19743         (clone_inlined_nodes): ... here.
19744         (inline_call): Use cgraph_function_or_thunk_node; redirect edge
19745         to real destination prior inlining.
19746         * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
19747         can_early_inline_edge_p, want_early_inline_function_p,
19748         want_early_inline_function_p, want_inline_small_function_p,
19749         want_inline_self_recursive_call_p, want_inline_function_called_once_p,
19750         edge_badness, update_all_callee_keys, lookup_recursive_calls,
19751         add_new_edges_to_heap, inline_small_functions, flatten_function,
19752         inline_always_inline_functions, early_inline_small_functions): Use
19753         cgraph_function_or_thunk_node.
19754         * ipa-inline-analysis.c (evaluate_conditions_for_edge,
19755         dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
19756         (do_estimate_edge_growth_1): Break out from ...
19757         (do_estimate_growth) ... here; walk aliases.
19758         (inline_generate_summary): Skip aliases.
19759
19760 2011-06-10  Richard Guenther  <rguenther@suse.de>
19761
19762         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
19763         forward when combining, visit inserted stmts when a stmt was changed.
19764
19765 2011-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
19766
19767         * tree.h (error_operand_p): Add.
19768         * dbxout.c (dbxout_type_fields): Use the latter.
19769         * c-decl.c (add_stmt): Likewise.
19770         * gimplify.c (omp_add_variable, omp_notice_variable,
19771         gimplify_scan_omp_clauses): Likewise.
19772
19773 2011-06-10  Georg-Johann Lay  <avr@gjlay.de>
19774
19775         * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
19776         when a value is actually passed in regs.
19777
19778 2011-06-10  Eric Botcazou  <ebotcazou@adacore.com>
19779             Laurent Rougé  <laurent.rouge@menta.fr>
19780
19781         * doc/invoke.texi (SPARC options): Add -mflat.
19782         * config/sparc/sparc.opt: Likewise.
19783         * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
19784         (sparc_flat_expand_prologue): Declare.
19785         (sparc_flat_expand_epilogue): Likewise.
19786         * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
19787         (CPP_ENDIAN_SPEC): Replace with...
19788         (CPP_OTHER_SPEC): ...this.  Also handle -mflat and -msoft-float.
19789         (CPP_SPEC): Adjust to above change.
19790         (EXTRA_SPECS): Likewise.
19791         (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
19792         (INCOMING_REGNO): Likewise.
19793         (OUTGOING_REGNO): Likewise.
19794         (LOCAL_REGNO): Likewise.
19795         (SETUP_FRAME_ADDRESSES): Likewise.
19796         (FIXED_REGISTERS): Set 0 for %fp.
19797         (CALL_USED_REGISTERS): Likewise.
19798         (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
19799         (EXIT_IGNORE_STACK): Define to 1 unconditionally.
19800         (RETURN_ADDR_REGNUM): Define.
19801         (RETURN_ADDR_RTX): Use it.
19802         (INCOMING_RETURN_ADDR_REGNUM): Define.
19803         (INCOMING_RETURN_ADDR_RTX): Use it.
19804         (DWARF_FRAME_RETURN_COLUMN): Likewise.
19805         (EH_RETURN_REGNUM): Define.
19806         (EH_RETURN_STACKADJ_RTX): Use it.
19807         (EH_RETURN_HANDLER_RTX): Delete.
19808         (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
19809         * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
19810         Delete.
19811         (struct machine_function): Add frame_size, apparent_frame_size,
19812         frame_base_reg, frame_base_offset, n_global_fp_regs and
19813         save_local_in_regs_p fields.
19814         (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
19815         sparc_frame_base_offset, sparc_n_global_fp_regs,
19816         sparc_save_local_in_regs_p): New macros.
19817         (sparc_option_override): Error out if -fcall-saved-REG is specified
19818         for Out registers.
19819         (eligible_for_restore_insn): Fix formatting.
19820         (eligible_for_return_delay): Likewise.  Add TARGET_FLAT handling.
19821         (eligible_for_sibcall_delay): Likewise.
19822         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
19823         (sparc_legitimate_address_p): Adjust to above change.
19824         (save_global_or_fp_reg_p): New predicate.
19825         (return_addr_reg_needed_p): Likewise.
19826         (save_local_or_in_reg_p): Likewise.
19827         (sparc_compute_frame_size): Use them.  Add TARGET_FLAT handling.
19828         (SORR_SAVE, SORR_RESTORE): Delete.
19829         (sorr_pred_t): New typedef.
19830         (sorr_act_t): New enum.
19831         (save_or_restore_regs): Rename to...
19832         (emit_save_or_restore_regs): ...this.  Change type of LOW and HIGH
19833         parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
19834         ACTION_TRUE and ACTION_FALSE parameters.  Implement more general
19835         mechanism.  Add CFI information for double-word saves in 32-bit mode.
19836         (emit_adjust_base_to_offset): New function extracted from...
19837         (emit_save_or_restore_regs): ...this.  Rename the rest to...
19838         (emit_save_or_restore_regs_global_fp_regs): ...this.
19839         (emit_save_or_restore_regs_local_in_regs): New function.
19840         (gen_create_flat_frame_[123]): New functions.
19841         (sparc_expand_prologue): Use SIZE local variable.  Adjust.
19842         (sparc_flat_expand_prologue): New function.
19843         (sparc_asm_function_prologue): Add TARGET_FLAT handling.
19844         (sparc_expand_epilogue): Use SIZE local variable.  Adjust.
19845         (sparc_flat_expand_epilogue): New function.
19846         (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
19847         (output_return): Likewise.
19848         (output_sibcall): Likewise.
19849         (sparc_output_mi_thunk): Likewise.
19850         (sparc_frame_pointer_required): Likewise.
19851         (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
19852         function optimization.
19853         * config/sparc/sparc.md (flat): New attribute.
19854         (prologue): Add TARGET_FLAT handling.
19855         (save_register_window): Disable if TARGET_FLAT.
19856         (create_flat_frame_[123]): New patterns.
19857         (epilogue): Add TARGET_FLAT handling.
19858         (sibcall_epilogue): Likewise.
19859         (eh_return): New expander.
19860         (eh_return_internal): New insn and splitter.
19861         (return_internal): Add TARGET_FLAT handling.
19862         (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
19863         (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
19864         (nonlocal_goto): Add TARGET_FLAT handling.
19865         * config/sparc/t-elf: Add -mflat multilib.
19866         * config/sparc/t-leon: Likewise.
19867
19868 2011-06-10  Jan Hubicka  <jh@suse.cz>
19869
19870         * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
19871         * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
19872         (self_recursive_p): Use cgraph_function_node.
19873         (propagate_pure_const): Likewise.
19874         (propagate_nothrow): Likewise.
19875         * ipa-reference.c (ipa_reference_get_not_read_global): Use
19876         cgraph_function_node.
19877         (propagate_bits): Likewise.
19878         (propagate): Likewise.
19879
19880 2011-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
19881             Richard Earnshaw  <rearnsha@arm.com>
19882
19883         * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
19884         * config/arm/vfp.md (*arm_movdi_vfp): Delete.
19885         (*thumb2_movdi_vfp): Delete.
19886         (*arm_movdi_vfp_cortexa8): Delete.
19887         (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
19888         (*movdi_vfp_cortexa8): Likewise.
19889
19890 2011-06-10  Richard Guenther  <rguenther@suse.de>
19891
19892         * stor-layout.c (initialize_sizetypes): Give names to all
19893         sizetype kinds.
19894
19895 2011-06-10  Ira Rosen  <ira.rosen@linaro.org>
19896
19897         PR tree-optimization/49318
19898         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
19899         irrelevant pattern statements.
19900
19901 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
19902
19903         * system.h (SETJMP_VIA_SAVE_AREA): Poison.
19904
19905         PR bootstrap/49354
19906         * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
19907         to last assignment.
19908
19909 2011-06-09  Jan Hubicka  <jh@suse.cz>
19910
19911         * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
19912         do not recompute reachable flag.
19913         (cgraph_finalize_function, cgraph_analyze_functions): Set
19914         redefined_extern_inline here.
19915
19916 2011-06-09  Jan Hubicka  <jh@suse.cz>
19917
19918         * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
19919         (cgraph_only_called_directly_p): ... this one; bring offline.
19920         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
19921         varpool_used_from_object_file_p): Drop names from the declaratoin.
19922         (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
19923         collect_callers_of_node): New.
19924         (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
19925         (cgraph_edge_recursive_p): Use cgraph_function_node.
19926         * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
19927         (cgraph_node_cannot_be_local_p_1): Break out from ...
19928         (cgraph_node_can_be_local_p): ... here; walk aliases.
19929         (cgraph_for_node_thunks_and_aliases): New function.
19930         (cgraph_for_node_and_aliases): New function.
19931         (cgraph_make_node_local_1): Break out from ...
19932         (cgraph_make_node_local) ... here; use
19933         cgraph_for_node_thunks_and_aliases.
19934         (cgraph_set_nothrow_flag_1): Break out from ...
19935         (cgraph_set_nothrow_flag) ... here;
19936         use cgraph_for_node_thunks_and_aliases.
19937         (cgraph_set_const_flag_1): Break out from ...
19938         (cgraph_set_const_flag) ... here;
19939         use cgraph_for_node_thunks_and_aliases.
19940         (cgraph_set_pure_flag_1): Break out from ...
19941         (cgraph_set_pure_flag) ... here;
19942         use cgraph_for_node_thunks_and_aliases.
19943         (cgraph_propagate_frequency_1): Break out from ...
19944         (cgraph_propagate_frequency) ... here; use
19945         cgraph_for_node_thunks_and_aliases.
19946         (cgraph_used_from_object_file_p): Do not care about aliases.
19947         (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
19948         New functions.
19949         (collect_callers_of_node_1, collect_callers_of_node): New functions.
19950
19951 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
19952
19953         PR rtl-optimization/49154
19954         * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
19955         (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
19956         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
19957         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
19958         * config/cris/cris.h (cris_register_move_cost): Remove
19959         !TARGET_V32 code.  Tweak comments.
19960
19961 2011-06-09  Jan Hubicka  <jh@suse.cz>
19962
19963         * cgraphbuild.c (record_eh_tables): Mark personality function as having
19964         address taken.
19965
19966 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
19967
19968         PR rtl-optimization/49154
19969         * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
19970         is a matching slot in the hashtable, assign it to classes_ptr.
19971
19972         PR rtl-optimization/49154
19973         * doc/tm.texi.in (Register Classes): Document rule for the narrowest
19974         register classes.
19975         * doc/tm.texi: Regenerate.
19976
19977 2011-06-09  Kaz Kojima  <kkojima@gcc.gnu.org>
19978
19979         PR target/49307
19980         * config/sh/sh.md (UNSPEC_CHKADD): New.
19981         (chk_guard_add): New define_insn_and_split.
19982         (symGOT_load): Use chk_guard_add instead of blockage.
19983
19984 2011-06-09  Kai Tietz  <ktietz@redhat.com>
19985
19986         * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
19987
19988 2011-06-09  Eric Botcazou  <ebotcazou@adacore.com>
19989
19990         * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
19991
19992 2011-06-09  Wei Guozhi  <carrot@google.com>
19993
19994         PR target/46975
19995         * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
19996         (peephole2 for conditional move): Generate 16 bit instructions.
19997
19998 2011-06-09  Uros Bizjak  <ubizjak@gmail.com>
19999
20000         * config/i386/i386.md (*movdi_internal_rex64): Merge
20001         alternatives 6 and 8.
20002
20003 2011-06-09  David Li  <davidxl@google.com>
20004
20005         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
20006         * passes.c (passr_eq): New function.
20007         (create_pass_tab): New function.
20008         (pass_traverse): New function.
20009         (dump_one_pass): New function.
20010         (dump_pass_list): New function.
20011         (dump_passes): New function.
20012
20013 2011-06-09  David Li  <davidxl@google.com>
20014
20015         * tree-complex.c (tree_lower_complex): Gate cleanup.
20016         * tree-stdarg.c (check_all_va_list_escapes): Ditto.
20017         (execute_optimize_stdarg): Ditto.
20018         * tree-eh.c (execute_lower_eh_dispatch): Ditto.
20019         (execute_cleanup_eh_1): Ditto.
20020         (execute_cleanup_eh): Ditto.
20021         * gcse.c (gate_rtl_pre): Ditto.
20022         (execute_rtl_pre): Ditto.
20023         * except.c (finish_eh_generation): Ditto.
20024         (convert_to_eh_region_ranges): Ditto.
20025         * cprop.c (one_cprop_pass): Ditto.
20026
20027 2011-06-09  Bernd Schmidt  <bernds@codesourcery.com>
20028
20029         PR target/48673
20030         * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
20031         in all basic blocks.
20032
20033 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20034
20035         * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
20036         (HAVE_ENABLE_EXECUTE_STACK): Define.
20037         * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
20038         (HAVE_ENABLE_EXECUTE_STACK): Define.
20039         * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
20040         (HAVE_ENABLE_EXECUTE_STACK): Define.
20041         * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
20042         (ENABLE_EXECUTE_STACK): Remove.
20043         (HAVE_ENABLE_EXECUTE_STACK): Define.
20044         [IN_LIBGCC2]: Don't include <windows.h>.
20045         * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
20046         (HAVE_ENABLE_EXECUTE_STACK): Define.
20047         * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
20048         (HAVE_ENABLE_EXECUTE_STACK): Define.
20049         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
20050         * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
20051         (HAVE_ENABLE_EXECUTE_STACK): Define.
20052         * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
20053         (HAVE_ENABLE_EXECUTE_STACK): Define.
20054         * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
20055         (HAVE_ENABLE_EXECUTE_STACK): Define.
20056         * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
20057         (HAVE_ENABLE_EXECUTE_STACK): Define.
20058         * config/alpha/alpha.c (alpha_trampoline_init): Test
20059         HAVE_ENABLE_EXECUTE_STACK.
20060         * config/i386/i386.c (ix86_trampoline_init): Likewise.
20061         * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
20062         (sparc64_initialize_trampoline): Likewise.
20063         * libgcc2.c [L_enable_execute_stack]: Remove.
20064         * system.h (ENABLE_EXECUTE_STACK): Poison.
20065         * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
20066         * doc/tm.texi: Regenerate.
20067         * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
20068
20069 2011-06-09  Jakub Jelinek  <jakub@redhat.com>
20070
20071         PR middle-end/49308
20072         * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
20073         variable.  After resetting and rescanning insn continue with previous
20074         statement.
20075
20076 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20077
20078         * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
20079         (gcc_cv_ld_hidden): Likewise.
20080         * configure: Regenerate.
20081         * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
20082         (ix86_stack_protect_fail): Mark unused.
20083         (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
20084         * config/rs6000/rs6000.c (rs6000_assemble_visibility)
20085         [TARGET_MACHO]: Don't define.
20086         (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
20087         (TARGET_STACK_PROTECT_FAIL): Likewise.
20088         (rs6000_stack_protect_fail): Mark unused.
20089         * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
20090         USE_LINKONCE_INDIRECT.  Don't emit .hidden expicitly.
20091
20092 2011-06-08  Andi Kleen  <ak@linux.intel.com>
20093
20094         * varasm.c (get_section): Print location of other conflict
20095         for section conflicts.
20096
20097 2011-06-08  Andi Kleen  <ak@linux.intel.com>
20098
20099         * config/i386/driver-i386.c (host_detect_local_cpu):
20100         Add model 0x2d Intel CPU.
20101
20102 2011-06-08  Andi Kleen  <ak@linux.intel.com>
20103
20104         * reginfo.c (global_regs_decl): Add.
20105         (globalize_reg): Add decl parameter. Compute location.  Pass location
20106         to warnings and add inform. Store decl in global_regs_decl.
20107         * rtl.h (globalize_reg): Update prototype.
20108         * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
20109
20110 2011-06-09  Mingjie Xing  <mingjie.xing@gmail.com>
20111
20112         * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
20113
20114 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
20115
20116         PR target/49305
20117         * config/sh/predicates.md (general_movsrc_operand): Check
20118         mode for memory with indexed address for QI and HImode.
20119         (general_movdst_operand): Likewise.
20120
20121 2011-06-09  Nicola Pero  <nicola.pero@meta-innovation.com>
20122
20123         * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
20124
20125 2011-06-08  Alexandre Oliva  <aoliva@redhat.com>
20126
20127         * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
20128         (num_ssa_operands): Likewise.
20129         (op_iter_init_phiuse): Forward-declare.
20130         (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
20131
20132 2011-06-08  Nick Clifton  <nickc@redhat.com>
20133
20134         * doc/invoke.texi (ARM Options): Update description of
20135         -mthumb-interwork.
20136
20137 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
20138
20139         * config/i386/driver-i386.c (host_detect_local_cpu): Support
20140         unknown Intel family 0x6 CPUs.
20141
20142 2011-06-08  Martin Jambor  <mjambor@suse.cz>
20143
20144         * tree-sra.c (mark_rw_status): Removed.
20145         (analyze_access_subtree): New parameter parent instead of
20146         mark_read and mark_write, propagate from that.
20147
20148 2011-06-08  Julian Brown  <julian@codesourcery.com>
20149
20150         * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
20151         for double-precision helper functions in hard-float mode if only
20152         single-precision arithmetic is supported in hardware.
20153
20154 2011-06-08  Alexander Monakov  <amonakov@ispras.ru>
20155
20156         PR rtl-optimization/49303
20157         * sel-sched.c (move_op): Use correct type for 'res'.  Verify that
20158         code_motion_path_driver returned 0 or 1.
20159         (sel_region_finish): Clear h_d_i_d.
20160
20161 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
20162
20163         * config/sh/sh.c (prepare_move_operands): Set pic register
20164         appropriately for global and local dynamic tls models even
20165         if flag_pic is unset.
20166
20167 2011-06-07  Jason Merrill  <jason@redhat.com>
20168
20169         * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
20170
20171 2011-06-07  Xinliang David Li  <davidxl@google.com>
20172         * passes.c (enable_disable_pass): Handle assembler name.
20173         (is_pass_explicitly_enabled_or_disabled): Ditto.
20174
20175 2011-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20176
20177         PR tree-optimization/48497
20178         * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
20179
20180 2011-06-07  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20181
20182         PR tree-optimization/46728
20183         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
20184         to use gimple_val_nonnegative_real_p.
20185         * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
20186         * gimple.h (gimple_val_nonnegative_real_p): New declaration.
20187
20188 2011-06-07  H.J. Lu  <hongjiu.lu@intel.com>
20189
20190         * config/i386/i386.md (*movsf_internal): Optimize AVX check.
20191
20192 2011-06-07  Sergey Grechanik  <mouseentity@ispras.ru>
20193
20194         * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
20195         constant vectors.
20196
20197 2011-06-07  Richard Guenther  <rguenther@suse.de>
20198
20199         * stor-layout.c (initialize_sizetypes): Initialize all
20200         sizetypes based on target definitions.
20201         (set_sizetype): Remove.
20202         * tree.c (build_common_tree_nodes): Do not call set_sizetype.
20203         * tree.h (set_sizetype): Remove.
20204
20205 2011-06-07  Nick Clifton  <nickc@redhat.com>
20206
20207         * config.gcc: Unify V850 architecture options and add support for
20208         newer V850 architectures.
20209         * config/v850/t-v850e: Delete.
20210
20211 2011-06-07  Richard Guenther  <rguenther@suse.de>
20212
20213         * tree.c (build_common_tree_nodes): Also initialize size_type_node.
20214         Call set_sizetype from here.
20215
20216 2011-06-07  Andrew Stubbs  <ams@codesourcery.com>
20217
20218         * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
20219         (*maddhisi4tb, *maddhisi4tt): New define_insns.
20220
20221 2011-06-07  Bernd Schmidt  <bernds@codesourcery.com>
20222             Andrew Stubbs  <ams@codesourcery.com>
20223
20224         * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
20225         multiplies.
20226         * doc/md.texi (Canonicalization of Instructions): Document widening
20227         multiply canonicalization.
20228
20229 2011-06-07  Jakub Jelinek  <jakub@redhat.com>
20230
20231         PR gcov-profile/49299
20232         * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
20233
20234 2011-06-07  Ira Rosen  <ira.rosen@linaro.org>
20235
20236         * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
20237         a pointer.
20238         * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
20239         vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
20240         vect_recog_pow_pattern): Likewise.
20241         (vect_pattern_recog_1): Remove declaration.
20242         (widened_name_p): Remove declaration.  Add new argument to specify
20243         whether to check that both types are either signed or unsigned.
20244         (vect_recog_widen_mult_pattern): Update documentation.  Handle
20245         unsigned patterns and multiplication by constants.
20246         (vect_pattern_recog_1): Update vect_recog_func references.  Use
20247         statement information from the statement returned from pattern
20248         detection functions.
20249         (vect_pattern_recog): Update vect_recog_func reference.
20250         * tree-vect-stmts.c (vectorizable_type_promotion): For widening
20251         multiplication by a constant use the type of the other operand.
20252
20253 2011-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
20254
20255         PR rtl-optimization/49145
20256         * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
20257
20258 2011-06-06  Jakub Jelinek  <jakub@redhat.com>
20259
20260         PR debug/49262
20261         * dwarf2out.c (native_encode_initializer): Decrement count in each
20262         iteration.
20263
20264         PR debug/49294
20265         * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
20266         non-MODE_INT modes.
20267
20268         PR c++/49264
20269         * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
20270         if stmt folded into nothing.
20271         * tree-inline.c (fold_marked_statements): If a builtin at the end of
20272         a bb folded into nothing, just update cgraph edges and move to next bb.
20273         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
20274         to be NULL.  Don't compute count and frequency if new_call is NULL.
20275
20276 2011-06-04  Diego Novillo  <dnovillo@google.com>
20277
20278         * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
20279         (cgraph.o): Likewise.
20280         (cgraphunit.o): Likewise.
20281         * cgraphunit.c: Include lto-streamer.h
20282         (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
20283         if LTO is enabled.
20284         * lto-streamer-in.c (unpack_value_fields): Call
20285         streamer_hooks.unpack_value_fields if set.
20286         (lto_materialize_tree): For unhandled nodes, first try to
20287         call lto_streamer_hooks.alloc_tree, if it exists.
20288         (lto_input_ts_decl_common_tree_pointers): Move reading of
20289         DECL_INITIAL to lto_streamer_read_tree.
20290         (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
20291         (lto_streamer_read_tree): New.
20292         (lto_reader_init): Rename from lto_init_reader.
20293         Move initialization code to lto/lto.c.
20294         * lto-streamer-out.c (pack_value_fields): Call
20295         streamer_hooks.pack_value_fields if set.
20296         (lto_output_tree_ref): For tree nodes that are not normally indexable,
20297         call streamer_hooks.indexable_with_decls_p before giving up.
20298         (lto_output_ts_decl_common_tree_pointers): Move handling
20299         for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
20300         (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
20301         lto_is_streamable.  Call lto_streamer_hooks.output_tree_header if set.
20302         (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
20303         (lto_streamer_write_tree): New.
20304         (lto_output): Call lto_streamer_init directly.
20305         (lto_writer_init): Remove.
20306         * lto-streamer.c (streamer_hooks): New.
20307         (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
20308         instead of lto_preload_common_nodes.
20309         (lto_is_streamable): Move from lto-streamer.h
20310         (lto_streamer_hooks_init): New.
20311         (streamer_hooks): New.
20312         (streamer_hooks_init): New.
20313         * lto-streamer.h (struct output_block): Forward declare.
20314         (struct lto_input_block): Likewise.
20315         (struct data_in): Likewise.
20316         (struct bitpack_d): Likewise.
20317         (struct streamer_hooks): Declare.
20318         (streamer_hooks): Declare.
20319         (lto_streamer_hooks_init): Declare.
20320         (lto_streamer_write_tree): Declare.
20321         (lto_streamer_read_tree): Declare.
20322         (streamer_hooks_init): Declare.
20323         (lto_is_streamable): Move to lto-streamer.c
20324
20325 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20326
20327         * longlong.h (smul_ppmm): The resulting register pair contains the
20328         higher order word first.
20329
20330 2011-06-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20331
20332         PR tree-optimization/46728
20333         * builtins.c (powi_table): Remove.
20334         (powi_lookup_cost): Remove.
20335         (powi_cost): Remove.
20336         (expand_powi_1): Remove.
20337         (expand_powi): Remove.
20338         (expand_builtin_pow_root): Remove.
20339         (expand_builtin_pow): Remove.
20340         (expand_builtin_powi): Eliminate handling of constant exponent.
20341         (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
20342
20343 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20344
20345         * cprop.c (local_cprop_pass): Don't set changed for debug insns.
20346
20347 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20348
20349         * dce.c (reset_unmarked_insns_debug_uses): New.
20350         (delete_unmarked_insns): Skip debug insns.
20351         (prescan_insns_for_dce): Likewise.
20352         (rest_of_handle_ud_dce): Reset debug uses of removed sets.
20353         * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
20354         active reg can be found.
20355         (subst_all_stack_regs_in_debug_insn): New.  Reset debug insn then.
20356         (convert_regs_1): Use it.
20357
20358 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20359
20360         * tree-pretty-print.c (dump_function_header): Add flags.
20361         Don't dump decl_uid with nouid.
20362         * tree-pretty-print.h (dump_function_header): Adjust.
20363         * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
20364         * passes.c (pass_init_dump_file): Pass dump_flags on.
20365         * tree-cfg.c (gimple_dump_cfg): Pass flags on.
20366
20367 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20368
20369         PR bootstrap/49270
20370         * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
20371
20372 2011-06-06  Mikael Pettersson  <mikpe@it.uu.se>
20373
20374         PR tree-optimization/49243
20375         * calls.c (setjmp_call_p): Also check if fndecl has the
20376         returns_twice attribute.
20377
20378 2011-06-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20379
20380         * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
20381         -ffast-math etc.
20382
20383 2011-06-06  Richard Henderson  <rth@redhat.com>
20384             Georg-Johann Lay  <avr@gjlay.de>
20385
20386         PR target/42210
20387         * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
20388         New predicates.
20389         * config/avr/avr.md ("insv"): New insn expander.
20390         ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
20391         "*insv.not.io", "*insv.reg"): New insns.
20392
20393 2011-06-06  Hans-Peter Nilsson  <hp@bitrange.com>
20394
20395         PR target/49285
20396         * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
20397         to nonimmediate_operand from memory_operand for the operand that is to
20398         be forced to memory by the expander.  Lose the constraints.
20399
20400 2011-06-05  Eric Botcazou  <ebotcazou@adacore.com>
20401
20402         * config/sparc/sparc.c (output_return): Fix thinko in the output of an
20403         EH return when delayed branches are disabled.
20404
20405 2011-06-05  Uros Bizjak  <ubizjak@gmail.com>
20406
20407         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
20408         Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode"
20409         calculation.
20410         (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
20411         Simplify MODE_V1DF and MODE_V2SF handling.
20412         (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
20413         Simplify MODE_SF handling.
20414
20415 2011-06-04  Jan Hubicka  <jh@suse.cz>
20416
20417         PR tree-optimization/48893
20418         PR tree-optimization/49091
20419         PR tree-optimization/49179
20420         * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
20421         Bounds check.
20422
20423 2011-06-04  Jan Hubicka  <jh@suse.cz>
20424
20425         PR lto/48954
20426         * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
20427         bitmaps.
20428
20429 2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
20430
20431         * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
20432
20433 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
20434
20435         PR target/49281
20436         * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
20437         to be strictly smaller than 1 << shiftcount.
20438
20439 2011-06-04  Jan Hubicka  <jh@suse.cz>
20440
20441         PR tree-optimize/48929
20442         * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
20443         of empty predicate.
20444
20445 2011-06-04  Alexandre Oliva  <aoliva@redhat.com>
20446
20447         PR debug/48333
20448         * calls.c (emit_call_1): Prefer the __builtin declaration of
20449         builtin functions.
20450
20451 2011-06-03   Diego Novillo  <dnovillo@google.com>
20452
20453         * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
20454         (lto_input_tree_pointers): Likewise.
20455         * lto-streamer-out.c (pack_value_fields): Likewise.
20456         (lto_output_tree_pointers): Likewise.
20457         * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
20458         and OPTIMIZATION_NODE.
20459
20460 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20461
20462         * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
20463         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
20464         * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
20465         * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
20466         * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
20467         * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
20468         * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
20469         * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
20470         * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
20471         * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
20472         * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
20473         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
20474         * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
20475         * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
20476         * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
20477         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
20478         * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
20479         * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
20480         * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
20481         * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
20482         * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
20483         * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
20484         * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
20485         * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
20486         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
20487         * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
20488         * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
20489         * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
20490         * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
20491         * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
20492         * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
20493         * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
20494         * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
20495         * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
20496         * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
20497         * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
20498         * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
20499         * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
20500         * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
20501         * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
20502         * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
20503         * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
20504         * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
20505         * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
20506         * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
20507         * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
20508         * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
20509         * system.h (MD_UNWIND_SUPPORT): Poison.
20510         * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
20511         * doc/tm.texi: Regenerate.
20512         * unwind-dw2.c: Include md-unwind-support.h instead of
20513         MD_UNWIND_SUPPORT.
20514         * config/ia64/unwind-ia64.c: Likewise.
20515         * config/xtensa/unwind-dw2-xtensa.c: Likewise.
20516
20517 2011-06-03  Jack Howarth  <howarth@bromo.med.uc.edu>
20518
20519         * varpool.c (varpool_extra_name_alias): Return NULL, not false.
20520
20521 2011-06-03  Richard Henderson  <rth@redhat.com>
20522             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20523
20524         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
20525         (sigill_hdlr): Correct insn, insn size.
20526         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
20527
20528 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20529
20530         * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
20531         t-slibgcc-dummy.
20532         * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
20533         * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
20534         * config/mips/t-iris: Remove.
20535         * config/mips/t-irix6: New file.
20536         * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
20537
20538 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20539
20540         * Makefile.in (LIB2ADDEHDEP): Remove.
20541         * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
20542         * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
20543         * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
20544         * config/t-darwin (LIB2ADDEHDEP): Remove.
20545         * config/t-freebsd (LIB2ADDEHDEP): Remove.
20546         * config/t-linux (LIB2ADDEHDEP): Remove.
20547
20548 2011-06-03  Diego Novillo  <dnovillo@google.com>
20549
20550         * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
20551         (lto_register_var_decl_in_symtab): Likewise.
20552         (lto_register_function_decl_in_symtab): Likewise.
20553         (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
20554         logic to uniquify_nodes.
20555
20556 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20557
20558         * config/alpha/t-osf5: Remove.
20559         * config/alpha/t-osf-pthread: Remove.
20560         * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
20561         * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
20562
20563 2011-06-03  Julian Brown  <julian@codesourcery.com>
20564
20565         * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
20566         (strongarm1110): Use strongarm tuning.
20567         * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
20568         * config/arm/arm.c (arm_strongarm_tune): New.
20569         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
20570         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
20571         (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
20572         setting, using previous defaults or 1 for Cortex-A5.
20573         (arm_option_override): Set max_insns_skipped from current tuning.
20574
20575 2011-06-03  Nathan Sidwell  <nathan@codesourcery.com>
20576
20577         * doc/install.texi (Options specification): Document --with-specs.
20578
20579 2011-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
20580
20581         * config/arm/neon.md (orndi3_neon): Actually split it.
20582
20583 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
20584
20585         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
20586         * var-tracking.c (reverse_op): Limite recurse depth to 5.
20587
20588 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
20589
20590         PR debug/47590
20591         * target.def (delay_sched2, delay_vartrack): New.
20592         * doc/tm.texi.in: Update.
20593         * doc/tm.texi: Rebuild.
20594         * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
20595         * var-tracking.c (gate_handle_var_tracking): Likewise.
20596         * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
20597         (bfin_flag_var_tracking): Drop.
20598         (output_file_start): Don't save and override flag_var_tracking.
20599         (bfin_option_override): Ditto flag_schedule_insns_after_reload.
20600         (bfin_reorg): Test original variables.
20601         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
20602         * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
20603         (ia64_flag_var_tracking): Drop.
20604         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
20605         (ia64_file_start): Don't save and override flag_var_tracking.
20606         (ia64_override_options_after_change): Ditto
20607         flag_schedule_insns_after_reload.
20608         (ia64_reorg): Test original variables.
20609         * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
20610         (picochip_flag_var_tracking): Drop.
20611         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
20612         (picochip_option_override): Don't save and override
20613         flag_schedule_insns_after_reload.
20614         (picochip_asm_file_start): Ditto flag_var_tracking.
20615         (picochip_reorg): Test original variables.
20616         * config/spu/spu.c (spu_flag_var_tracking): Drop.
20617         (TARGET_DELAY_VARTRACK): Define.
20618         (spu_var_tracking): New.
20619         (spu_machine_dependent_reorg): Call it.
20620         (asm_file_start): Don't save and override flag_var_tracking.
20621
20622 2011-06-02  Kaz Kojima  <kkojima@gcc.gnu.org>
20623
20624         PR target/49163
20625         * config/sh/predicates.md (general_movsrc_operand): Return 0
20626         for memory and memory subreg of which address is an invalid
20627         indexed address for QI and HImode.
20628         (general_movdst_operand): Likewise.
20629
20630 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
20631
20632         * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
20633         edges only, when there is a non-local label in the function.
20634         * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
20635
20636 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
20637
20638         * config/i386/constraints.md (Y3): New register constraint.
20639         * config/i386/sse.md (*vec_interleave_highv2df): Merge with
20640         *sse3_interleave_highv2df and *sse2_interleave_highv2df.
20641         (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
20642         *sse2_interleave_lowv2df.
20643
20644 2011-06-02  Julian Brown  <julian@codesourcery.com>
20645
20646         * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
20647         * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
20648         (arm_cortex_a5_tune): New.
20649
20650 2011-06-02  Julian Brown  <julian@codesourcery.com>
20651
20652         * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
20653         * config/arm/arm.c (arm_default_branch_cost): New.
20654         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
20655         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
20656         (arm_fa726_tune): Set branch_cost field using
20657         arm_default_branch_cost.
20658         * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
20659         current_tune structure.
20660         * dojump.c (tm_p.h): Include file.
20661
20662 2011-06-02  Julian Brown  <julian@codesourcery.com>
20663
20664         * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
20665         tuning.
20666         (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
20667         (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
20668         * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
20669         field.
20670         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
20671         (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
20672         (arm_fa726te_tune): Add prefer_constant_pool setting.
20673         (arm_v6t2_tune, arm_cortex_tune): New.
20674         * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
20675         prefer_constant_pool setting.
20676
20677 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
20678
20679         * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
20680         switch statement.
20681         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
20682         (*movdf_internal) <case 6,7,8>: Ditto.
20683
20684         * config/i386/constraints.md (Y4): New register constraint.
20685         * config/i386/sse.md (vec_set<mode>_0): Merge with
20686         *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
20687         (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
20688         *vec_extractv2di_1_sse.
20689         (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
20690         and *vec_concatv2di_rex64_sse.
20691
20692 2011-06-02  Stuart Henderson  <shenders@gcc.gnu.org>
20693
20694         PR target/48807
20695         * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
20696         of cgraph_local_info for null before attempting to use it.
20697
20698 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
20699
20700         * function.h (struct stack_usage): Remove dynamic_alloc_count field.
20701         (current_function_dynamic_alloc_count): Delete.
20702         * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
20703         (expand_builtin_nonlocal_goto): Remove obsolete comment.
20704         (expand_builtin_update_setjmp_buf): Remove dead code.
20705         * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
20706         * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
20707         support.
20708         * function.c (instantiate_virtual_regs): Likewise.
20709         * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
20710         for a block with a single abnormal incoming edge.
20711         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
20712         (SETJMP_VIA_SAVE_AREA): Delete.
20713         * config/sparc/sparc-protos.h (load_got_register): Declare.
20714         * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
20715         (load_got_register): Make global.
20716         (sparc_frame_pointer_required): Add 'static'.
20717         (sparc_can_eliminate): Likewise.  Call sparc_frame_pointer_required.
20718         (sparc_builtin_setjmp_frame_value): New function.
20719         * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
20720         (save_stack_nonlocal): New expander.
20721         (restore_stack_nonlocal): Likewise.
20722         (nonlocal_goto): Remove modes, adjust predicates and reimplement.
20723         (nonlocal_goto_internal): New insn.
20724         (goto_handler_and_restore): Delete.
20725         (builtin_setjmp_setup): Likewise.
20726         (do_builtin_setjmp_setup): Likewise.
20727         (setjmp): Likewise.
20728         (builtin_setjmp_receiver): New expander.
20729
20730 2011-06-01  David Li  <davidxl@google.com>
20731
20732         PR middle-end/49261
20733         * tree-pretty-print.c (dump_function_header): Format cleanup.
20734
20735 2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
20736
20737         PR target/49238
20738         * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
20739         needed when original operands are used for msw_skip comparison.
20740
20741 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
20742
20743         PR debug/49250
20744         * var-tracking.c (add_uses, add_stores): Don't call
20745         cselib_subst_to_values on ENTRY_VALUE.
20746
20747 2011-06-01  Diego Novillo  <dnovillo@google.com>
20748
20749         * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
20750         output_record_start with LTO_null instead of output_zero.
20751         (lto_output_ts_binfo_tree_pointers): Likewise.
20752         (lto_output_tree): Likewise.
20753         (output_eh_try_list): Likewise.
20754         (output_eh_region): Likewise.
20755         (output_eh_lp): Likewise.
20756         (output_eh_regions): Likewise.
20757         (output_bb): Likewise.
20758         (output_function): Likewise.
20759         (output_unreferenced_globals): Likewise.
20760         * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
20761         instead of NUM_TREE_CODES.
20762         (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
20763         (lto_output_int_in_range): Change << to >> when shifting VAL.
20764
20765 2011-06-01  Diego Novillo  <dnovillo@google.com>
20766
20767         * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
20768         Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
20769
20770 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
20771
20772         PR target/45074
20773         * optabs.h (valid_multiword_target_p): Declare.
20774         * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
20775         doing multi-word operations.
20776         * optabs.c (expand_binop): Likewise.
20777         (expand_doubleword_bswap): Likewise.
20778         (expand_absneg_bit): Likewise.
20779         (expand_unop): Likewise.
20780         (expand_copysign_bit): Likewise.
20781         (multiword_target_p): New function.
20782
20783 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
20784
20785         PR rtl-optimization/48830
20786         PR rtl-optimization/48808
20787         PR rtl-optimization/48792
20788         * reload.c (push_reload): Check contains_reg_of_mode.
20789         * reload1.c (strip_paradoxical_subreg): New function.
20790         (gen_reload_chain_without_interm_reg_p): Use it to handle
20791         paradoxical subregs.
20792         (emit_output_reload_insns, gen_reload): Likewise.
20793
20794 2011-06-01  David Li  <davidxl@google.com>
20795
20796         * predict.c : Change pass name
20797         * ipa.c: Ditto.
20798         * dce.c: Ditto.
20799         * tree-profile.c: Ditto.
20800         * except.c: Ditto.
20801
20802 2011-06-01  David Li  <davidxl@google.com>
20803
20804         * tree-pretty-print.c (dump_function_header): New function.
20805         * final.c (rest_of_clean_state): Use header dumper.
20806         * tree-cfg.c (gimple_dump_cfg): Use header dumper.
20807         * passes.c (pass_init_dump_file): Use header dumper.
20808
20809 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
20810
20811         * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
20812         ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
20813         popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
20814         New functions.
20815         (mem_loc_descriptor): Use them.
20816
20817         * var-tracking.c (create_entry_value): New function.
20818         (vt_add_function_parameter): Use it.
20819
20820 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20821
20822         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
20823         Include <signal.h>, <ucontext.h>.
20824         (sigill_caught): Define.
20825         (sigill_hdlr): New function.
20826         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
20827         insns can be executed.
20828         * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
20829         * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
20830
20831 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20832
20833         * config/t-slibgcc-darwin: Move to ...
20834         * config/t-slibgcc-dummy: ... this.  Clarify comments.
20835         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
20836         powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
20837         (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
20838         (i[34567]86-*-rtems*): Remove extra_parts.  Use i386/t-rtems.
20839         Remove i386/t-crtstuff from tmake_file.
20840         (i[34567]86-*-solaris2*): Remove t-svr4,
20841         t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
20842         t-slibgcc-dummy.
20843         (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
20844         (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
20845         sparc/t-crtfm from tmake_file.
20846         (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
20847         t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
20848         Remove extra_parts.
20849         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
20850         * config/i386/t-nwld (SHLIB_LINK): Remove.
20851         * config/i386/t-rtems-i386: Rename to ...
20852         * config/i386/t-rtems: ... this.
20853         ($(T)crti.o, $(T)crtn.o): Remove.
20854         (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
20855         (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
20856         (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
20857         * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
20858         EXTRA_MULTILIB_PARTS): Remove.
20859         * config/sparc/t-sol2-64: Likewise.
20860         * config/sparc/t-sol2: Remove.
20861         * config/sparc/t-crtin: Remove.
20862         * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
20863         * config/i386/gmon-sol2.c: Remove.
20864         * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
20865         * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
20866         * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
20867         * config/i386/sol2-gc1.asm: Remove.
20868         * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
20869         * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
20870         * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
20871         * config/t-slibgcc-sld: Remove.
20872
20873 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
20874
20875         * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
20876         base_type_for_mode with op_mode instead of mode.
20877
20878 2011-06-01  Paul Brook  <paul@cpodesourcery.com>
20879
20880         * config/arm/arm-cores.def: Add cortex-r5.  Add DIV flags to
20881         Cortex-A15.
20882         * config/arm/arm-tune.md: Regenerate.
20883         * config/arm/arm-tables.opt: Regenerate.
20884         * config/arm/arm.c (FL_DIV): Rename...
20885         (FL_THUMB_DIV): ... to this.
20886         (FL_ARM_DIV): Define.
20887         (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
20888         (arm_arch_hwdiv): Remove.
20889         (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
20890         (arm_issue_rate): Add cortexr5.
20891         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
20892         __ARM_ARCH_EXT_IDIV__.
20893         (TARGET_IDIV): Define.
20894         (arm_arch_hwdiv): Remove.
20895         (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
20896         * config/arm/arm.md (tune_cortexr4): Add cortexr5.
20897         (divsi3, udivsi3): New patterns.
20898         * config/arm/thumb2.md (divsi3, udivsi3): Remove.
20899         * doc/invoke.texi: Document ARM -mcpu=cortex-r5
20900
20901 2011-06-01  Martin Jambor  <mjambor@suse.cz>
20902
20903         * ipa-utils.c (ipa_dfs_info): New field scc_no.
20904         * ipa-utils.c (searchc): Set scc_no.
20905
20906 2011-06-01  Martin Jambor  <mjambor@suse.cz>
20907
20908         * ipa-utils.c (searchc_env): New field allow_overwritable.
20909         (searchc): do not ignore edges to overwritable nodes if indicated
20910         by env->allow_overwritable.
20911         (ipa_reduced_postorder): Set env.allow_overwritable.
20912
20913 2011-06-01  Richard Guenther  <rguenther@suse.de>
20914
20915         * tree.c (free_lang_data): Do not reset boolean_type_node nor
20916         char_type_node.
20917         * lto-streamer.c (lto_record_common_node): Take node pointer,
20918         do not register types.
20919         (lto_preload_common_nodes): Explicitly skip preloading nodes
20920         that differ between frontends.
20921
20922 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
20923
20924         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
20925         NON_FLOAT_REGS.
20926
20927 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
20928
20929         * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
20930         parameter value for dump. Dump cost on outermost call only.
20931         (rs6000_memory_move_cost): Dump cost on outermost call only.
20932
20933 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
20934
20935         * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
20936         DW_OP_GNU_convert ops.
20937
20938         * cselib.c (promote_debug_loc): Allow l->next non-NULL for
20939         cselib_preserve_constants.
20940         (cselib_lookup_1): If cselib_preserve_constants,
20941         a new VALUE is being created for REG and there is a VALUE for the
20942         same register in wider mode, add another loc with lowpart SUBREG of
20943         the wider VALUE.
20944         (cselib_subst_to_values): Handle ENTRY_VALUE.
20945         * var-tracking.c  (replace_expr_with_values): Return NULL for
20946         ENTRY_VALUE too.
20947         * dwarf2out.c (convert_descriptor_to_signed): New function.
20948         (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
20949         instead of two shifts.
20950         (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
20951         the right mode if needed.
20952         (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
20953         (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
20954         convert_descriptor_to_signed.
20955         (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
20956         BSWAP, ROTATE, ROTATERT>: Handle these rtls.
20957
20958         PR target/48688
20959         * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
20960
20961 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
20962
20963         * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
20964         of X87MODEI12 and SWI48x instead of SSEMODEI24.
20965         (SWI248x): New mode iterator, rename from X87MODEI.
20966         (X87MODEI): Remove mode iterator.
20967         (X87MODEI12): Ditto.
20968         (SSEMODEI24): Ditto.
20969
20970 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
20971
20972         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
20973         * doc/invoke.texi: Document max-vartrack-expr-depth.
20974         * var-tracking.c (EXPR_DEPTH): New.
20975         (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
20976
20977 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
20978
20979         * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
20980         * config/i386/sse.md: Add n to negated FMA pattern names.
20981
20982 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
20983
20984         * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
20985
20986 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
20987
20988         * gengtype-state.c (read_state_params_structs): Initialize previous.
20989
20990 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
20991
20992         * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
20993         (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
20994
20995 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
20996
20997         * config/i386/i386.md (*movtf_internal): Avoid allocating general
20998         registers.  Penalize F*r->o alternative to prevent partial memory
20999         stalls.  Slightly penalize *roF->*r alternative.  Generate SSE
21000         CONST_DOUBLE immediates when optimizing function for size.  Do not move
21001         CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
21002         (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
21003         (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
21004         (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
21005         alternatives.
21006         (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
21007
21008         (fp_register_operand splitters): Use fp_register_operand
21009         constraint.  Do not use FP_REG_P in insn condition.
21010         (any_fp_register_operand splitters): Use any_fp_register_operand
21011         constraint.  Do not use ANY_FP_REG_P in insn condition.
21012
21013 2011-05-31  Jan Hubicka  <jh@suse.cz>
21014
21015         * cgraph.h (cgraph_inline_failed_t): Give enum a name
21016         * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
21017         (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
21018         (lto_output_edge): Use output_enum and var_len_unsigned.
21019         (lto_output_varpool_node): Likewise.
21020         (input_overwrite_node): Do not take resolution parameter;
21021         extract it from a bitpack.
21022         (input_node): Do not read resolution; use input_enum and
21023         var_len_unsigned.
21024         (input_varpool_node): Likewise.
21025         (input_edge): Likewise.
21026         (input_cgraph_1): Likewise.
21027
21028 2011-05-31  Richard Guenther  <rguenther@suse.de>
21029
21030         * gimple.c (gimple_register_canonical_type): Do not register
21031         any types via gimple_register_type.
21032
21033 2011-05-31  Jan Hubicka  <jh@suse.cz>
21034
21035         * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
21036         of thunks.
21037
21038 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
21039
21040         PR rtl-optimization/49235
21041         * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
21042         (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
21043
21044 2011-05-31  Ira Rosen  <ira.rosen@linaro.org>
21045
21046         PR tree-optimization/49093
21047         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
21048         data references.
21049
21050 2011-05-31  Dodji Seketeli  <dodji@redhat.com>
21051
21052         PR debug/49047
21053         * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
21054         for concrete functions containing the code of cloned functions.
21055
21056 2011-05-31  Richard Guenther  <rguenther@suse.de>
21057
21058         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
21059         to ...
21060         (forward_propagate_into_comparison_1): ... this.
21061         (forward_propagate_comparison): Rename to ...
21062         (forward_propagate_into_comparison): ... this.  Split out
21063         real forward propagation code to ...
21064         (forward_propagate_comparison): ... this.
21065         (forward_propagate_into_gimple_cond): Remove looping.
21066         (forward_propagate_into_cond): Likewise.
21067         (simplify_not_neg_expr): Return whether we have done something.
21068         (simplify_gimple_switch): Likewise.
21069         (tree_ssa_forward_propagate_single_use_vars): Rename to ...
21070         (ssa_forward_propagate_and_combine): ... this.  Re-structure
21071         to do a forward forward-propagation walk on BBs and a backward
21072         stmt combining walk on BBs.  Consistently re-scan changed statements.
21073         (pass_forwprop): Adjust.
21074
21075 2011-05-30  Ian Lance Taylor  <iant@google.com>
21076
21077         * godump.c (go_format_type): Correct length of name added to
21078         obstack for anonymous field.
21079
21080 2011-05-30  Kaz Kojima  <kkojima@gcc.gnu.org>
21081
21082         PR target/49186
21083         * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
21084         part of the second operand is 0.
21085
21086 2011-05-30  Uros Bizjak  <ubizjak@gmail.com>
21087
21088         * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
21089         to prevent partial memory stalls.  Do not move CONST_DOUBLEs directly
21090         to memory for !TARGET_MEMORY_MISMATCH_STALL.
21091         (*movdf_internal_rex64): Do not penalize F->r alternative.
21092         (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
21093         memory stalls.  Generate SSE and x87 CONST_DOUBLE immediates only
21094         when optimizing function for size.  Do not move CONST_DOUBLEs
21095         directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
21096         (FP move splitters): Merge {TF,XF,DF}mode splitters.  Do not handle
21097         SUBREGs.  Do not check for MEM_P operands in the insn condition,
21098         check for ANY_FP_REGNO_P instead.
21099         * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
21100         TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
21101         function for speed.
21102         * config/i386/i386.c (ix86_option_override_internal): Do not
21103         set TARGET_INTEGER_DFMODE_MOVES here.
21104
21105 2011-05-30  H.J. Lu  <hongjiu.lu@intel.com>
21106
21107         PR target/49168
21108         * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
21109
21110 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
21111
21112         * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
21113         DW_TAG_rvalue_reference_type even for
21114         -gdwarf-4 -fno-debug-types-section.
21115
21116 2011-05-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21117
21118         PR tree-optimization/46728
21119         * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
21120         (build_and_insert_binop): New.
21121         (gimple_expand_builtin_pow): Reorder args for
21122         build_and_insert_call; use build_and_insert_binop; add more
21123         optimizations for fractional exponents.
21124
21125 2011-05-30  Nathan Froyd  <froydnj@gcc.gnu.org>
21126
21127         PR bootstrap/49190
21128
21129         Revert:
21130         2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
21131
21132         * tree.h (struct tree_identifier): Inherit from tree_typed, not
21133         tree_common.
21134         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
21135         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
21136         TS_BASE instead of TS_COMMON.
21137         * varasm.c (assemble_name): Remove assert.
21138
21139 2011-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
21140
21141         * config.gcc: Keep obselete list sorted.
21142
21143 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
21144             Eric Botcazou  <ebotcazou@adacore.com>
21145
21146         * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
21147         crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
21148         there is a DRAP register and arg_pointer_rtx is the CFA pointer.
21149         (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
21150         (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
21151
21152 2011-05-30  Richard Guenther  <rguenther@suse.de>
21153
21154         * gimple.c (gimple_types_compatible_p_1): Compare record
21155         and union type members properly.
21156
21157 2011-05-30  Richard Guenther  <rguenther@suse.de>
21158
21159         PR tree-optimization/49210
21160         * ipa-split.c (split_function): Care for the case where the call
21161         result is not trivially convertible to the result holding variable.
21162
21163 2011-05-30  Richard Guenther  <rguenther@suse.de>
21164
21165         PR tree-optimization/49218
21166         * tree-vrp.c (adjust_range_with_scev): Properly check whether
21167         overflow occured.
21168
21169 2011-05-30  Richard Guenther  <rguenther@suse.de>
21170
21171         * tree-ssa-forwprop.c (forward_propagate_into_comparison):
21172         New function split out from ...
21173         (forward_propagate_into_gimple_cond): ... here.  Adjust.
21174         (forward_propagate_into_cond): Likewise.
21175         (forward_propagate_comparison): Also propagate into
21176         comparisons on assignment RHS.  Change return value to
21177         behave similar to forward_propagate_into_cond.
21178         (tree_ssa_forward_propagate_single_use_vars): Handle
21179         strict-overflow warnings properly for forward_propagate_comparison.
21180
21181 2011-05-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21182
21183         * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
21184         from plugin linker.
21185         * configure: Regenerate.
21186
21187 2011-05-30  Ira Rosen  <ira.rosen@linaro.org>
21188
21189         PR tree-optimization/49199
21190         * tree-vect-loop.c (vect_is_slp_reduction): Check that the
21191         non-reduction operands are either defined in the loop or by induction.
21192
21193 2011-05-29  Xinliang David Li  <davidxl@google.com>
21194
21195         * opts-global.c (handle_common_deferred_options): Handle new options.
21196         * passes.c (register_one_dump_file): Call register_pass_name.
21197         (execute_one_pass): Check explicit enable/disable flag.
21198         (passr_hash): New function.
21199         (passr_eq): Ditto.
21200         (register_pass_name): Ditto.
21201         (get_pass_by_name): Ditto.
21202         (pass_hash): Ditto.
21203         (pass_eq): Ditto.
21204         (enable_pass): Ditto.
21205         (disable_pass): Ditto.
21206         (is_pass_explicitly_enabled_or_disabled): Ditto.
21207
21208 2011-05-29  Uros Bizjak  <ubizjak@gmail.com>
21209
21210         * config/i386/i386.md (*movoi_internal_avx): Use
21211         standard_sse_constant_opcode for alternative 0.
21212         (*movti_internal_sse): Ditto.
21213         (*movti_internal_rex64): Use standard_sse_constant_opcode for
21214         alternative 2.
21215         (*movdi_internal_rex64): Use standard_sse_constant_opcode for
21216         sselog1 type moves.
21217         (*movsi_internal): Ditto.
21218         (*movdi_internal): Ditto.  Add ssecvt type moves.
21219
21220 2011-05-29  Eric Botcazou  <ebotcazou@adacore.com>
21221
21222         PR target/48830
21223         * rtlanal.c (simplify_subreg_regno): Adjust comment.
21224
21225 2011-05-29  Jakub Jelinek  <jakub@redhat.com>
21226
21227         PR rtl-optimization/49095
21228         * config/i386/predicates.md (plusminuslogic_operator): New predicate.
21229         * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
21230
21231 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
21232
21233         PR target/43995
21234         * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
21235         recurse_p argument.  Only follow register copies if it is set,
21236         and prevent mips_find_pic_call_symbol from recursing.
21237         (mips_find_pic_call_symbol): Add a recurse_p argument.
21238         Pass it to mips_pic_call_symbol_from_set.
21239         (mips_annotate_pic_calls): Update accordingly.
21240
21241 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
21242
21243         * emit-rtl.c (try_split): Use a loop to search for
21244         NOTE_INSN_CALL_ARG_LOCATIONs.
21245
21246 2011-05-29  Richard Guenther  <rguenther@suse.de>
21247
21248         PR tree-optimization/49217
21249         * ipa-pure-const.c (propagate_pure_const): Fix typos.
21250
21251 2011-05-28  Jan Hubicka  <jh@suse.cz>
21252
21253         * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
21254         length.
21255         (string_slot_free): Remove
21256         (create_output_block): Initialize obstack.
21257         (destroy_output_block): Free obstack.
21258         (lto_string_index): Add PERSISTENT parameter; do not duplicate
21259         the string unless it needs to be added into the hash.
21260         (lto_output_string_with_length): Add persistent attribute;
21261         handle NULL strings.
21262         (lto_output_string): Add PERSISTENT parameter.
21263         (output_string_cst, output_identifier): Simplify.
21264         (lto_output_location_bitpack): Update.
21265         (lto_output_builtin_tree): Update.
21266         * lto-streamer.h (struct output_block): Add obstack.
21267         (lto_output_string, lto_output_string_with_length): Remove
21268         declarations; functions are static now.
21269
21270 2011-05-28  Jan Hubicka  <jh@suse.cz>
21271
21272         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
21273         pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
21274         pack_ts_function_decl_value_fields, lto_output_builtin_tree,
21275         output_cfg, output_gimple_stmt): Use enum and variable length i/o.
21276         * lto-streamer-in.c (input_cfg, input_gimple_stmt,
21277         unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
21278         unpack_ts_decl_with_vis_value_fields,
21279         unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
21280         lto_get_builtin_tree): Use enum and variable length i/o.
21281         * basic-block.h (profile_status_d): Add PROFILE_LAST.
21282         * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
21283         New functions.
21284         (bp_pack_enum, bp_unpack_enum): New macros.
21285
21286 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
21287
21288         * genrecog.c: Remove redundant forward declarations.
21289
21290 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
21291
21292         * config.gcc: Deprecate mips*-*-openbsd*.
21293
21294 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
21295
21296         PR bootstrap/49195
21297         * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
21298         for match_op_dup.
21299
21300 2011-05-27  Andrew Pinski  <pinskia@gmail.com>
21301
21302         PR middle-end/48981
21303         * gengtype.c (vec_prefix_type): New function.
21304         (note_def_vec): Use vec_prefix_type and change the length
21305         attribute to be based on the prefix.
21306         * vec.c: Include coretypes.h before vec.h.
21307         (struct vec_prefix): Remove.
21308         (vec_gc_p_reserve): Change the offsetof to sizeof.
21309         (vec_gc_p_reserve_exact): Likewise.
21310         (vec_heap_p_reserve): Likewise.
21311         (vec_heap_p_reserve_exact): Likewise.
21312         (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
21313         (vec_stack_p_reserve): Change the offsetof to sizeof.
21314         (vec_stack_p_reserve_exact): Likewise.
21315         * vec.h (struct vec_prefix): New struct definition.
21316         (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
21317         (VEC_T_GTY(T,B)): Likewise.
21318         (DEF_VEC_FUNC_P(T)): Use prefix field.
21319         (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
21320         (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
21321
21322 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21323
21324         PR tree-optimization/46728
21325         * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
21326         (powi_as_mults): Add gimple_set_location.
21327         (build_and_insert_call): New.
21328         (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
21329         0.5, 0.25, 0.75, 1./3., or 1./6.
21330
21331 2011-05-27  Alexander Monakov  <amonakov@ispras.ru>
21332
21333         * doc/contrib.texi: Update copyright years.
21334         (Contributors): Add Zdenek Sojka.
21335
21336 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
21337
21338         * c-decl.c (c_push_function_context): Copy the current statement
21339         list stack.
21340         (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
21341         (finish_struct): Call building_stmt_list_p instead of checking
21342         cur_stmt_list.
21343         * c-parser.c (c_parser_postfix_expression): Likewise.
21344         * c-typeck.c (c_end_compound_stmt): Likewise.
21345         * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
21346         * tree-iterator.c (stmt_list_cache): Change to a VEC.
21347         (alloc_stmt_list): Adjust for stmt_list_cache's new type.
21348         (free_stmt_list): Likewise.
21349         * tree.h (struct tree_statement_list): Include typed_tree instead
21350         of tree_common.
21351         * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
21352         as TS_TYPED instead of TS_COMMON.
21353
21354 2011-05-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21355             Uros Bizjak  <ubizjak@gmail.com>
21356
21357         * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
21358         (HAVE_AS_IX86_TLSGDPTL): Define.
21359         (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
21360         (HAVE_AS_IX86_TLSLDMPLT): Define.
21361         * configure: Regenerate.
21362         * config.in: Regenerate.
21363         * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
21364         * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
21365         TARGET_SUN_TLS, use @tlsgdplt or @plt.
21366         (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
21367         (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
21368         @tlsldmplt or @plt.
21369         (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
21370
21371 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
21372
21373         * sched-int.h (struct _haifa_deps_insn_data): New members cond
21374         and reverse_cond.
21375         (INSN_COND, INSN_REVERSE_COND): New macros.
21376         * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
21377         once.
21378         (sched_get_condition_with_rev): Cache the results, and look them up
21379         if possible.
21380         (sched_analyze_insn): Destroy INSN_COND of previous insns if they
21381         are clobbered by the current insn.
21382         * target.def (exposed_pipline): New sched data hook.
21383         * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
21384         * doc/tm.texi: Regenerate.
21385
21386 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21387
21388         PR tree-optimization/49170
21389         * tree-ssa-math-opts.c (execute_cse_sincos):  Add checks for
21390         sincos or cexp.
21391
21392 2011-05-27  Richard Guenther  <rguenther@suse.de>
21393
21394         PR middle-end/49189
21395         * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
21396         of comparisons.
21397
21398 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
21399
21400         * haifa-sched.c (sched_scan_info): Remove.
21401         (schedule_block): Call sched_extend_luids rather than sched_init_luids
21402         with NULL args.
21403         (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
21404         Remove functions.
21405         (sched_scan): Remove.
21406         (sched_extend_luids): Renamed from luids_extend_insn and no longer
21407         static.  All callers changed.
21408         (sched_init_insn_luid): Renamed from luids_init_insn and no longer
21409         static.  All callers changed.
21410         (sched_init_luids): Remove all arguments except the first.  All
21411         callers changed.  Don't use sched_scan.
21412         (haifa_init_h_i_d): Likewise.
21413         (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
21414         manually rather than using sched_init_luids.  Likewise with
21415         extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
21416         * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
21417         rather than sched_init_luids with NULL args.
21418         * sel-sched-ir.c (new_insns): Remove variable.
21419         (sched_scan): New static function, previously in haifa-sched.c.  Remove
21420         all arguments but the first two; all callers changed.
21421         (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
21422         rather than sched_init_luids.
21423         (sel_init_bbs): Remove second argument.  All callers changed.
21424         (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
21425         with NULL arguments.
21426         (create_insn_rtx_from_pattern): Likewise.
21427         * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
21428         * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
21429         (sched_init_insn_luid, sched_extend_luids): Declare.
21430         (sched_scan_info_def, sched_scan_info, sched_scan): Remove
21431         declarations.
21432
21433 2011-05-27  Richard Guenther  <rguenther@suse.de>
21434
21435         PR middle-end/49177
21436         * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
21437         A CMP B ? (T) true : (T) false for non-integral types T again.
21438
21439 2011-05-27  Jan Hubicka  <jh@suse.cz>
21440
21441         * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
21442         so 0 means NULL string.
21443         (lto_output_string_with_length): ... here.
21444         (lto_output_string, output_string_cst, output_identifier): Update
21445         handling of NULL strings.
21446         (lto_output_location_bitpack): New function.
21447         (lto_output_location): Use it.
21448         (lto_output_tree_ref): Use output_record_start.
21449         (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
21450         len values.
21451         * lto-streamer-in.c (string_for_index): Break out from ...; offset
21452         values by 1.
21453         (input_string_internal): ... here;
21454         (input_string_cst, input_identifier, lto_input_string): Update handling
21455         of NULL strings.
21456         (lto_input_location_bitpack): New function
21457         (lto_input_location): Use it.
21458         (unpack_ts_type_common_value_fields): Pack align & alias in var len
21459         values.
21460         * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
21461         bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
21462         (bp_pack_value): Sanity check the value range.
21463         * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
21464         New functions.
21465         * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
21466         New functions.
21467
21468 2011-05-27  Hariharan Sandanagobalane  <hariharan@picochip.com>
21469
21470         * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
21471         call_arg_location instructions down the floor.
21472
21473 2011-05-26  Vladimir Makarov  <vmakarov@redhat.com>
21474
21475         PR rtl-optimization/49154
21476         * ira.c (setup_pressure_classes): Process class without sublcasses
21477         as a candidate for pressure classes.
21478
21479 2011-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
21480
21481         PR rtl-optimization/48575
21482         * genrecog.c (position_type): New enum.
21483         (position): New structure.
21484         (decision): Use position structure instead of a string.
21485         (root_pos, peep2_insn_pos_list): New variables.
21486         (next_position, compare_positions): New functions.
21487         (new_decision): Use position structures instead of strings.
21488         (maybe_both_true): Likewise.
21489         (change_state): Likewise.
21490         (write_tree): Likewise.
21491         (make_insn_sequence): Likewise.
21492
21493 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
21494
21495         * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
21496         TS_BASE instead of TS_COMMON.
21497         (find_decls_types_r): Check for TS_TYPED structure before looking at
21498         TREE_TYPE.
21499         * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
21500         Add chain field.
21501         (BLOCK_CHAIN): Use new chain field.
21502
21503 2011-05-26  Pat Haugen  <pthaugen@us.ibm.com>
21504
21505         * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
21506         moves expensive on Power7 also.
21507
21508 2011-05-26  Richard Guenther  <rguenther@suse.de>
21509
21510         * fold-const.c (fold_unary_loc): Remove bogus code.
21511
21512 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
21513
21514         * tree.h (struct tree_identifier): Inherit from tree_typed, not
21515         tree_common.
21516         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
21517         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
21518         TS_BASE instead of TS_COMMON.
21519         * varasm.c (assemble_name): Remove assert.
21520
21521 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
21522
21523         * Makefile.in (srcdirify): Change order so that libgcc_objdir is
21524         substituted first.
21525         * libgcc-std.ver: Delete file.
21526
21527 2011-05-26  Richard Guenther  <rguenther@suse.de>
21528
21529         PR tree-optimization/48702
21530         * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
21531         only when we know the base address is within bounds.
21532         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
21533         assume the base address of TARGET_MEM_REFs is in bounds.
21534
21535 2011-05-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21536
21537         PR target/49099
21538         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
21539         declaration in TARGET_SOLARIS.
21540
21541 2011-05-26  Hariharan Sandanagobalane  <hariharan@picochip.com>
21542
21543         * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
21544         The instruction is then expanded explicitly.
21545         (supported_compare): Callable instruction.
21546         (compare): Likewise.
21547
21548 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
21549
21550         PR c++/49165
21551         * gimplify.c (shortcut_cond_r): Don't special case
21552         COND_EXPRs if they have void type on one of their arms.
21553
21554 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
21555
21556         * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
21557         to reduce duplication, and to achieve a slightly more logical order
21558         of operations.
21559
21560 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
21561
21562         PR tree-optimization/49161
21563         * tree-vrp.c (struct case_info): New type.
21564         (compare_case_labels): Sort case_info structs instead of
21565         trees, and not primarily by CASE_LABEL uids but by
21566         label_for_block indexes.
21567         (find_switch_asserts): Put case labels into struct case_info
21568         array instead of TREE_VEC, adjust sorting, compare label_for_block
21569         values instead of CASE_LABELs.
21570
21571 2011-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
21572
21573         * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
21574         ("orndi3_neon"): Likewise.
21575         ("bic<mode>3_neon"): Likewise.
21576
21577 2011-05-26  Ira Rosen  <ira.rosen@linaro.org>
21578
21579         PR tree-optimization/49038
21580         * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
21581         Ensure at least one epilogue iteration if required by data
21582         accesses with gaps.
21583         * tree-vectorizer.h (struct _loop_vec_info): Add new field
21584         to mark loops that require peeling for gaps.
21585         * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
21586         (vect_get_known_peeling_cost): Take peeling for gaps into
21587         account.
21588         (vect_transform_loop): Generate epilogue if required by data
21589         access with gaps.
21590         * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
21591         loop as requiring an epilogue if there are gaps in the end of
21592         the strided group.
21593
21594 2011-05-25  Ian Lance Taylor  <iant@google.com>
21595
21596         * godump.c (go_format_type): Output the first field with a usable
21597         Go type, if any.
21598
21599 2011-05-25  Ian Lance Taylor  <iant@google.com>
21600
21601         * godump.c (go_format_type): Check for invalid type names, pointer
21602         target types, and struct field types.
21603
21604 2011-05-25  Jason Merrill  <jason@redhat.com>
21605
21606         * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
21607
21608 2011-05-25  Uros Bizjak  <ubizjak@gmail.com>
21609
21610         * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
21611
21612 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
21613
21614         * config/i386/i386.md (*movqi_extv_1)): Put back
21615         "register_operand" check in "type" calculation.
21616         (*movqi_extzv_2): Likewise.
21617
21618 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
21619
21620         * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
21621
21622 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
21623
21624         PR bootstrap/49160
21625         * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
21626         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
21627         __divxc3, __divtc3): Wrap definitions in #ifndef.
21628
21629 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
21630
21631         PR target/49142
21632         * config/i386/i386.md (*movqi_extv_1_rex64): Remove
21633         "register_operand" check and replace q_regs_operand with
21634         QIreg_operand in "type" calculation.
21635         (*movqi_extv_1): Likewise.
21636         (*movqi_extzv_2_rex64): Likewise.
21637         (*movqi_extzv_2): Likewise.
21638
21639         * config/i386/predicates.md (QIreg_operand): New.
21640
21641 2011-05-25  Richard Guenther  <rguenther@suse.de>
21642
21643         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
21644         type-based offset disambiguation, streamline MEM_REF and
21645         TARGET_MEM_REF handling.
21646
21647 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
21648
21649         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
21650         (bdesc_special_args): Add pause intrinsic.
21651
21652         * config/i386/i386.md (UNSPEC_PAUSE): New.
21653         (pause): Likewise.
21654         (*pause): Likewise.
21655         * config/i386/ia32intrin.h (__pause): Likewise.
21656
21657         * doc/extend.texi (X86 Built-in Functions): Add documentation for
21658         pause intrinsic.
21659
21660 2011-05-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21661
21662         PR tree-optimization/46728
21663         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
21664         (execute_cse_sincos): Add switch case for BUILT_IN_POW.
21665
21666 2011-05-25  Nathan Froyd  <froydnj@codesourcery.com>
21667
21668         * tree.h (struct tree_exp): Inherit from struct tree_typed.
21669         * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
21670         instead of TS_COMMON.
21671
21672 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
21673
21674         * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
21675         LIBGCC2_GNU_PREFIX is defined.
21676         (__N): New macro.
21677         (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
21678         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
21679         __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
21680         __clz_tab): Define using __N.
21681         (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
21682         COMPAT_SIMODE_TRAPPING_ARITHMETIC.
21683         * target.def (libfunc_gnu_prefix): New hook.
21684         * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
21685         (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
21686         * doc/tm.texi: Regenerate.
21687         * system.h (LIBGCC2_GNU_PREFIX): Poison.
21688         * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
21689         account.
21690         (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
21691         (init_optabs): Likewise for the bswap libfuncs.
21692         * tree.c (build_common_builtin_nodes): Likewise for complex multiply
21693         and divide.
21694         * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
21695         * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
21696         * libgcc-std.ver: Remove.
21697         * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
21698         * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
21699         libgcc-std.ver.
21700         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
21701         * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
21702         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
21703         * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
21704         * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
21705         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
21706         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
21707         * config/fixed-bit.h (FIXED_OP): Define differently depending on
21708         LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
21709         (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
21710
21711 2011-05-25  Jan Hubicka  <jh@suse.cz>
21712
21713         * lto-streamer-out.c (output_record_start): Use lto_output_enum
21714         (lto_output_tree): Use output_record_start.
21715         * lto-streamer-in.c (input_record_start): Use lto_input_enum
21716         (lto_get_pickled_tree): Use input_record_start.
21717         * lto-section-in.c (lto_section_overrun): Turn into fatal error.
21718         (lto_value_range_error): New function.
21719         * lto-streamer.h (lto_value_range_error): Declare.
21720         (lto_output_int_in_range, lto_input_int_in_range): New functions.
21721         (lto_output_enum, lto_input_enum): New macros.
21722
21723 2011-05-25  Eric Botcazou  <ebotcazou@adacore.com>
21724
21725         * common.opt (flag_stack_usage_info): New variable.
21726         (-Wstack-usage): New option.
21727         * doc/invoke.texi (Warning options): Document -Wstack-usage.
21728         * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
21729         <OPT_fstack_usage>: Likewise.
21730         * toplev.c (output_stack_usage): Handle -Wstack-usage.
21731         * calls.c (expand_call): Test flag_stack_usage_info variable instead
21732         of flag_stack_usage.
21733         (emit_library_call_value_1): Likewise.
21734         * explow.c (allocate_dynamic_stack_space): Likewise.
21735         * function.c (instantiate_virtual_regs ): Likewise.
21736         (prepare_function_start): Likewise.
21737         (rest_of_handle_thread_prologue_and_epilogue): Likewise.
21738         * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
21739         * config/arm/arm.c (arm_expand_prologue): Likewise.
21740         (thumb1_expand_prologue): Likewise.
21741         * config/avr/avr.c (expand_prologue): Likewise.
21742         * config/i386/i386.c (ix86_expand_prologue): Likewise.
21743         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
21744         * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
21745         * config/mips/mips.c (mips_expand_prologue): Likewise.
21746         * config/pa/pa.c (hppa_expand_prologue): Likewise.
21747         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
21748         * config/s390/s390.c (s390_emit_prologue): Likewise.
21749         * config/sh/sh.c (sh_expand_prologue): Likewise.
21750         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
21751         * config/spu/spu.c (spu_expand_prologue): Likewise.
21752
21753 2011-05-25  Richard Guenther  <rguenther@suse.de>
21754
21755         * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
21756         (gimple_canonical_types_compatible_p): Likewise.
21757
21758 2011-05-25  Jan Hubicka  <jh@suse.cz>
21759
21760         PR middle-end/49062
21761         * ipa.c (function_and_variable_visibility): Only add to same
21762         comdat group list if DECL_ONE_ONLY.
21763
21764 2011-05-25  Andrey Belevantsev  <abel@ispras.ru>
21765
21766         PR rtl-optimization/49014
21767         * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
21768
21769 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
21770
21771         PR target/49128
21772         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
21773
21774 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
21775
21776         PR rtl-optimization/48757
21777         * ira-build.c (loop_with_eh_edge_p): Rename to
21778         loop_with_complex_edge_p, check edges on complexity, make function
21779         conditional.
21780         (mark_loops_for_removal): Make call of loop_with_complex_edge_p
21781         conditional.
21782
21783 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
21784
21785         * config/sparc/sparc.c (sparc_option_override): If not set by the user,
21786         force flag_ira_share_save_slots to 0.
21787
21788 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
21789
21790         * var-tracking.c (compute_cfa_pointer): Adjust head comment.
21791         (vt_initialize): Set PROLOGUE_BB unconditionally.
21792         Add block comment about CFA_BASE_RTX machinery.
21793         Reset FP_CFA_OFFSET to -1 on all invalid paths.
21794         Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
21795
21796 2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>
21797
21798         PR objc/48187
21799         * c-parser.c (c_parser_objc_class_instance_variables): More robust
21800         parsing of syntax error in ObjC instance variable lists.  In
21801         particular, avoid an infinite loop if there is a stray ']'.
21802         Updated error message.
21803
21804 2011-05-24  Ian Lance Taylor  <iant@google.com>
21805
21806         * godump.c (go_define): Don't accept a string immediately after
21807         another operand.
21808
21809 2011-05-24  Ian Lance Taylor  <iant@google.com>
21810
21811         * godump.c (struct godump_container): Add invalid_hash field.
21812         (go_format_type): Return false if type is found in invalid_hash.
21813         (go_output_typedef): Add invalid type to invalid_hash.
21814         (go_finish): Create and delete invalid_hash.
21815
21816 2011-05-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21817
21818         PR tree-optimization/46728
21819         * tree-ssa-math-opts.c (powi_table): New.
21820         (powi_lookup_cost): New.
21821         (powi_cost): New.
21822         (powi_as_mults_1): New.
21823         (powi_as_mults): New.
21824         (gimple_expand_builtin_powi): New.
21825         (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
21826         (gate_cse_sincos): Remove sincos/cexp restriction.
21827
21828 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21829
21830         PR target/3746
21831         * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
21832         mips-tdump native.
21833         * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
21834         * mips-tdump.c: Likewise.
21835
21836 2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>
21837
21838         PR target/49128
21839         * config/i386/driver-i386.c (host_detect_local_cpu): Always
21840         add -mno-XXX.  Handle FMA.
21841
21842 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
21843
21844         PR rtl-optimization/48633
21845         * ira-build.c (loop_with_eh_edge_p): New function.
21846         (mark_loops_for_removal): Use it.
21847
21848 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
21849
21850         PR rtl-optimization/48971
21851         * ira.c (setup_pressure_classes): Don't check register move cost
21852         for classes with one registers.  Don't add pressure class if there
21853         is a pressure class with the same available hard registers.
21854         Check contains_reg_of_mode.  Fix a typo in collecting
21855         temp_hard_regset.  Ignore hard registers not belonging to a class.
21856
21857 2011-05-24  Uros Bizjak  <ubizjak@gmail.com>
21858
21859         PR target/49133
21860         * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
21861
21862 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
21863             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21864
21865         PR gcov-profile/48845
21866         * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
21867
21868 2011-05-24  Richard Guenther  <rguenther@suse.de>
21869
21870         * gimple.c (compare_type_names_p): Remove for_completion_p arg.
21871         (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
21872         (gimple_types_compatible_p_1): Adjust.
21873         (iterative_hash_canonical_type): Do not bother about complete vs.
21874         incomplete types.
21875         (gimple_canonical_types_compatible_p): Likewise.
21876
21877 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21878
21879         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
21880
21881 2011-05-24  Richard Guenther  <rguenther@suse.de>
21882
21883         PR bootstrap/49078
21884         * gimple.c (gimple_register_canonical_type): Revert
21885         previous change.
21886         * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
21887         does not for a tree for the case where it matters.  Cache
21888         pointer-type alias-sets.
21889
21890 2011-05-24  Joseph Myers  <joseph@codesourcery.com>
21891
21892         * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
21893         (OBJS): Remove options.o, opts-common.o and prefix.o.
21894         (OBJS-libcommon-target): New.
21895         (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
21896         (BACKEND): Include libcommon-target.a.
21897         (MOSTLYCLEANFILES): Include libcommon-target.a.
21898         (libcommon-target.a): New.
21899         (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
21900         prefix.o.
21901
21902 2011-05-23  Joseph Myers  <joseph@codesourcery.com>
21903
21904         * optc-save-gen.awk: New.  Based on optc-gen.awk.  Don't generate
21905         parts of output shared with the driver.
21906         * optc-gen.awk: Don't generate parts of output not shared with the
21907         driver.
21908         * opth-gen.awk: Remove GCC_DRIVER conditionals.
21909         * doc/options.texi (SourcerInclude): Mention options-save.c.
21910         * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
21911         (OBJS): Add options-save.o.
21912         (options-save.c, options-save.o): New.
21913         (options.o): Update dependencies.
21914         (gcc-options.o): Remove.
21915         (mostlyclean): Remove options-save.c.
21916
21917 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
21918
21919         PR debug/49032
21920         * dbxout.c: Include cgraph.h.
21921         (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
21922         and without value expr, return NULL if no varpool node exists for
21923         it or if it is not needed.
21924         * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
21925
21926         PR c/49120
21927         * c-decl.c (start_decl): Convert expr to void_type_node.
21928
21929 2011-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
21930
21931         PR rtl-optimization/48826
21932         * emit-rtl.c (try_split): When splitting a call that is followed
21933         by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
21934
21935 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
21936
21937         * cfgexpand.c (expand_debug_expr): For unused non-addressable
21938         parameters passed in memory prefer using DECL_INCOMING_RTL over
21939         the pseudos it will be copied into.
21940
21941 2011-05-23  H.J. Lu  <hongjiu.lu@intel.com>
21942
21943         PR target/47315
21944         * config/i386/i386.c (ix86_option_override_internal): Save the
21945         initial options after checking vzeroupper.
21946
21947 2011-05-23  David Li  <davidxl@google.com>
21948
21949         PR tree-optimization/48988
21950         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
21951         Initialize has_valid_pred for each pred chain.
21952
21953 2011-05-23  Richard Guenther  <rguenther@suse.de>
21954
21955         * gimple.c (gimple_types_compatible_p_1): Always compare type names.
21956         (iterative_hash_gimple_type): Always hash type names.
21957
21958 2011-05-23  Nathan Froyd  <froydnj@codesourcery.com>
21959
21960         * c-typeck.c (build_function_call_vec): Tweak call to
21961         check_function_arguments.
21962
21963 2011-05-23  Richard Guenther  <rguenther@suse.de>
21964
21965         PR tree-optimization/49115
21966         * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
21967         is not necessarily carried out, do not claim it kills the ref.
21968         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
21969
21970 2011-05-23  Richard Guenther  <rguenther@suse.de>
21971
21972         PR middle-end/15419
21973         * builtins.c (fold_builtin_memory_op): Be less restrictive about
21974         what pointer types we accept for folding.
21975
21976 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21977
21978         * gthr-gnat.c: Remove.
21979         * gthr-gnat.h: Remove.
21980         * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
21981         * config/t-freebsd (LIB2ADDEH): Likewise.
21982         * config/t-linux (LIB2ADDEH): Likewise.
21983         * config/t-sol2 (LIB2ADDEH): Likewise.
21984         * config/ia64/t-vms (LIB2ADDEH): Likewise.
21985         * configure.ac (target_thread_file): Remove gnat handling.
21986         * configure: Regenerate.
21987         * doc/install.texi (Configuration, --enable-threads): Remove gnat.
21988
21989 2011-05-23  Tristan Gingold  <gingold@adacore.com>
21990             Eric Botcazou  <ebotcazou@adacore.com>
21991
21992         * gcov.c (create_file_names): If no object directory is specified,
21993         keep the directory of the file.
21994
21995 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21996
21997         * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
21998         * configure: Regenerate.
21999
22000 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
22001
22002         PR middle-end/48973
22003         * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
22004         failed and the comparison has a single bit signed type, use
22005         constm1_rtx instead of const1_rtx for true value.
22006         (do_store_flag): If ops->type is single bit signed type, disable
22007         signel bit test optimization and pass -1 instead of 1 as last
22008         parameter to emit_store_flag_force.
22009
22010 2011-05-23  Tom de Vries  <tom@codesourcery.com>
22011
22012         PR target/45098
22013         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
22014         function.
22015         (infer_loop_bounds_from_undefined): Use new function.
22016
22017 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
22018
22019         * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
22020         (ASM_SPEC): Add a -O* option here.  Pass -O0 for -noasmopt,
22021         -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
22022         and -O0 otherwise.
22023         (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
22024
22025 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22026
22027         * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
22028         (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
22029         returns true.
22030
22031 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
22032
22033         * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
22034
22035 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22036
22037         * config/sparc/sparc.c (sparc_delegitimize_address): Handle
22038         UNSPEC_MOVE_PIC pattern.
22039
22040 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22041
22042         * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
22043         (sparc-*-rtems*): Likewise.
22044         (sparc64-*-elf*): Likewise.
22045         (sparc64-*-rtems*): Likewise.
22046         (sparc*-*-solaris2*): Likewise.  Remove crti.o crtn.o extra parts.
22047         * config/sparc/t-crtin: New file.
22048         * config/sparc/t-sol2 (crti.o): Delete rule.
22049         (crtn.o): Likewise.
22050         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
22051         * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
22052         * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
22053         (ENDFILE_SPEC): Add crtn.o.
22054
22055 2011-05-22  Tom de Vries  <tom@codesourcery.com>
22056
22057         PR middle-end/48689
22058         * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
22059         CODE_CONTAINS_STRUCT (TS_COMMON).
22060
22061 2011-05-22  Jakub Jelinek  <jakub@redhat.com>
22062
22063         PR middle-end/49029
22064         * expmed.c (extract_fixed_bit_field): Test whether target can be used
22065         only after deciding which mode to use.
22066
22067 2011-05-22  Tom de Vries  <tom@codesourcery.com>
22068
22069         PR target/45098
22070         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
22071         for call to get_shiftadd_cost.
22072
22073 2011-05-22  Uros Bizjak  <ubizjak@gmail.com>
22074
22075         PR target/49104
22076         * config/i386/cpuid.h (bit_MMXEXT): New define.
22077
22078 2011-05-22  Nick Clifton  <nickc@redhat.com>
22079
22080         * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
22081         initialisation of non-existant args[2] element.  Use args[] array
22082         not arg[] array to pass arguments to build_function_type_list.
22083
22084 2011-05-22  Ira Rosen  <ira.rosen@linaro.org>
22085
22086         PR tree-optimization/49087
22087         * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
22088
22089 2011-05-21  Jason Merrill  <jason@redhat.com>
22090
22091         PR c++/49092
22092         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
22093         static storage duration.
22094
22095 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
22096
22097         * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
22098         frame pointer.
22099
22100 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
22101
22102         * config/sparc/sparc.c (eligible_for_return_delay): Do not return
22103         false if there are call-saved registers here...
22104         (sparc_can_use_return_insn_p): ...but here instead.
22105         (save_or_restore_regs): Fix thinko.
22106         (sparc_expand_prologue): Use current_function_is_leaf.
22107         (sparc_frame_pointer_required): Likewise.
22108
22109 2011-05-21  Nick Clifton  <nickc@redhat.com>
22110
22111         PR target/49098
22112         * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
22113
22114 2011-05-21  Nicola Pero  <nicola.pero@meta-innovation.com>
22115
22116         * gengtype.c (walk_type): Implemented "atomic" GTY option.
22117         * doc/gty.texi (GTY Options): Document "atomic" GTY option.
22118
22119 2011-05-21  Joseph Myers  <joseph@codesourcery.com>
22120
22121         * opt-read.awk: New.  Split out of optc-gen.awk and opth-gen.awk.
22122         * optc-gen.awk: Move common code to opt-read.awk.
22123         * opth-gen.awk: Likewise.
22124         * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
22125
22126 2011-05-20  Nathan Froyd  <froydnj@codesourcery.com>
22127
22128         * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
22129
22130 2011-05-20  Tom de Vries  <tom@codesourcery.com>
22131
22132         PR target/45098
22133         * tree-ssa-loop-ivopts.c: Include expmed.h.
22134         (get_shiftadd_cost): New function.
22135         (force_expr_to_var_cost): Declare forward.  Use get_shiftadd_cost.
22136
22137 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
22138
22139         PR bootstrap/49086
22140         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
22141         for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
22142
22143 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
22144
22145         * Makefile.in: Update comment referring to $(OBJS-common).
22146
22147 2011-05-20  Ian Lance Taylor  <iant@google.com>
22148
22149         * godump.c (go_output_typedef): Put enum constants in the macro
22150         hash table to avoid duplicate Go const definitions.
22151
22152 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
22153
22154         * Makefile.in (LIBDEPS): Add libcommon.a.
22155         (LIBS): Likewise.
22156         (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
22157         (OBJS-common): Remove diagnostic.o, input.o, intl.o,
22158         pretty-print.o and version.o.
22159         (OBJS-libcommon): New.
22160         (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
22161         (BACKEND): Add libcommon.a.
22162         (MOSTLYCLEANFILES): Likewise.
22163         (libcommon.a): New.
22164         (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
22165         (cpp$(exeext)): Likewise.
22166         (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
22167         pretty-print.o and input.o.
22168         (lto-wrapper$(exeext)): Don't explicitly use intl.o.
22169         (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
22170         (errors.o): Remove.
22171         (mips-tfile): Don't explicitly use version.o.
22172         (mips-tdump): Likewise.
22173         (gcov.o): Depend on $(DIAGNOSTIC_H).
22174         (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
22175         (GCOV_OBJS): Remove intl.o, version.o and errors.o.
22176         (GCOV_DUMP_OBJS): Remove version.o and errors.o.
22177         * gcov-dump.c: Include intl.h and diagnostic.h.
22178         (main): Initialize diagnostics.
22179         * gcov.c: Include diagnostic.h.
22180         (fnotice): Remove.
22181         (main): Initialize diagnostics.
22182         * lto-wrapper.c: Include diagnostic.h.
22183         (main): Initialize diagnostics.
22184
22185 2011-05-20  Michael Matz  <matz@suse.de>
22186
22187         * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
22188
22189 2011-05-20  Michael Matz  <matz@suse.de>
22190             Richard Guenther  <rguenther@suse.de>
22191
22192         * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
22193         use lto_streamer_cache_append directly instead of returning a VEC.
22194         (preload_common_node): Remove.
22195         (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
22196         track seen nodes.
22197         (lto_streamer_cache_create): Call lto_preload_common_nodes.
22198
22199 2011-05-20  Richard Guenther  <rguenther@suse.de>
22200
22201         PR tree-optimization/49079
22202         * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
22203         MEM_REFs correctly for the trailing array access detection.
22204         Special case constants the same way as decls for overall size
22205         constraining.
22206
22207 2011-05-20  Uros Bizjak  <ubizjak@gmail.com>
22208
22209         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
22210         argument expansion.
22211
22212 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
22213
22214         PR tree-optimization/49073
22215         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
22216         PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
22217         * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
22218
22219 2011-05-20  Richard Guenther  <rguenther@suse.de>
22220
22221         PR middle-end/48849
22222         * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
22223         of pointer types the same way the middle-end does.
22224
22225 2011-05-20  Richard Guenther  <rguenther@suse.de>
22226
22227         * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
22228         or pointer-to chains.  Delay all fixup to uniquify_nodes.
22229
22230 2011-05-19  Quentin Neill  <quentin.neill@amd.com>
22231
22232         * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
22233         (fma4_fmaddsub): Likewise
22234
22235 2011-05-19  Jan Hubicka  <jh@suse.cz>
22236
22237         * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
22238         (GIMPLE_TYPE_PAIR_SIZE): New macro.
22239         (type_pair_cache): New static var.
22240         (lookup_type_pair): Use fixed sized custom hash; make inline.
22241         (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
22242         calls of lookup_type_pair.
22243         (print_gimple_types_stats): Remove cache stats.
22244         (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
22245         and gtc_ob.
22246
22247 2011-05-19  Uros Bizjak  <ubizjak@gmail.com>
22248
22249         * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
22250         when TARGET_RDRND is active.
22251         (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
22252         Generate dummy SImode target register when target is NULL.
22253
22254 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
22255
22256         * config/arm/arm-fpus.def: New.
22257         * config/arm/genopt.sh: Generate Enum and EnumValue entries from
22258         arm-fpus.def.
22259         * config/arm/arm-tables.opt: Regenerate.
22260         * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
22261         (arm_option_override): Don't decode FPU name to string here.
22262         * config/arm/arm.opt (mfpu=): Use Enum.
22263         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
22264         Update dependencies.
22265
22266 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
22267
22268         * collect2.c: Include diagnostic.h.
22269         (fatal_perror, fatal, error, fancy_abort): Remove.
22270         (main): Set progname.  Call xmalloc_set_program_name and
22271         diagnostic_initialize.
22272         (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
22273         scan_libraries, resolve_lib_name): Call fatal_error instead of
22274         fatal and fatal_perror.
22275         * collect2.h (error, fatal, fatal_perror): Don't declare.
22276         * tlink.c: Include diagnostic-core.h.
22277         (recompile_files): Call fatal_error instead of fatal_perror.
22278         * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
22279         pretty-print.o and input.o.
22280         (collect2.o, tlink.o): Update dependencies.
22281
22282 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22283
22284         * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
22285
22286 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22287
22288         PR target/40483
22289         * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
22290         COMDAT group syntax, both SPARC and x86 variants.
22291         (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
22292         * configure: Regenerate.
22293         * config/sol2.h (TARGET_SOLARIS): Define.
22294         (PUSHSECTION_FORMAT): Remove.
22295         (SECTION_NAME_FORMAT): Define.
22296         * config/sol2.c: Include hashtab.h.
22297         (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
22298         expansion, using SECTION_NAME_FORMAT.
22299         (solaris_comdat_htab): New variable.
22300         (struct comdat_entry): Define.
22301         (comdat_hash): New function.
22302         (comdat_eq): New function.
22303         (solaris_elf_asm_comdat_section): New function.
22304         (solaris_define_comdat_signature): New function.
22305         (solaris_code_end): New function.
22306         * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
22307         (solaris_code_end): Declare.
22308         * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
22309         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
22310         solaris_code_end.
22311         (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
22312         Remove ATTRIBUTE_UNUSED.
22313         [!USE_GAS]: Call solaris_elf_asm_comdat_section for
22314         SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
22315         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
22316         * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
22317         * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
22318         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
22319         (PUSHSECTION_FORMAT): Remove.
22320         (SECTION_NAME_FORMAT): Redefine.
22321
22322 2011-05-19  Kai Tietz  <ktietz@redhat.com>
22323
22324         * tree-cfg.c (verify_gimple_assign_binary): Barf on
22325         TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
22326         (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
22327
22328 2011-05-19  Anatoly Sokolov  <aesok@post.ru>
22329             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22330
22331         * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
22332
22333 2011-05-19  Richard Guenther  <rguenther@suse.de>
22334
22335         PR middle-end/48985
22336         * tree-object-size.c (addr_object_size): If the pointed-to
22337         variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
22338
22339 2011-05-19  Richard Guenther  <rguenther@suse.de>
22340
22341         * gimple.c (gimple_types_compatible_p_1): Compare names of
22342         the types themselves.
22343         (iterative_hash_gimple_type): And hash them that way.
22344         (gimple_register_type_1): If we register a main variant properly
22345         initialize the leader to ourselves.
22346
22347 2011-05-19  Tom de Vries  <tom@codesourcery.com>
22348
22349         PR target/45098
22350         * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
22351         get_loop_invariant_expr_id.
22352         (get_loop_invariant_expr_id): Use get_expr_id.
22353         (parm_decl_cost): New function.
22354         (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
22355         Improve bound cost estimation.  Use different inv_expr_id for elim and
22356         express cases.
22357
22358 2011-05-19  Tom de Vries  <tom@codesourcery.com>
22359
22360         PR target/45098
22361         * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
22362         cost_base.cost == 0.
22363
22364 2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
22365
22366         PR target/49002
22367         * config/i386/sse.md
22368         (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
22369         load cast.
22370
22371 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
22372
22373         PR tree-optimization/49039
22374         * tree-vrp.c (extract_range_from_binary_expr): For
22375         MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
22376         return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
22377
22378 2011-05-18  Tom de Vries  <tom@codesourcery.com>
22379
22380         PR target/45098
22381         * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
22382
22383 2011-05-18  Uros Bizjak  <ubizjak@gmail.com>
22384
22385         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
22386         (*tls_global_dynamic_64): Ditto.
22387         (*tls_local_dynamic_base_32_gnu): Ditto.
22388         (*tls_local_dynamic_base_64): Ditto.
22389         (tls_initial_exec_64_sun): Ditto.
22390
22391 2011-05-18  Stuart Henderson  <shenders@gcc.gnu.org>
22392
22393         * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
22394         * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
22395         bf592-none.
22396         * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
22397         * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
22398         * config/bfin/bfin.c (bfin_cpus): Add bf592.
22399         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
22400         __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
22401         * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
22402         * config/bfin/elf.h (LIB_SPEC): Add bf592.
22403
22404 2011-05-18  Joseph Myers  <joseph@codesourcery.com>
22405
22406         * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
22407         arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
22408         * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
22409         target_thread_pointer, arm_structure_size_boundary, struct
22410         float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
22411         struct abi_name, arm_all_abis): Remove.
22412         (arm_option_override) Don't process most enumerated option values here.
22413         Don't process target_fpe_name here.  Work with integer not string for
22414         structure size boundary; use separate diagnostics for each case.
22415         * config/arm/arm.h (enum float_abi_type, enum
22416         arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
22417         to arm-opts.h.
22418         (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
22419         arm_structure_size_boundary): Remove.
22420         * config/arm/arm.opt (mabi=): Use Enum and Init.
22421         (arm_abi_type): New Enum and EnumValue entries.
22422         (mfloat-abi=): Use Enum and Init.
22423         (float_abi_type): New Enum and EnumValue entries.
22424         (mfp=, mfpe=): Replace by separate Alias entries for each argument.
22425         (mfp16-format=): Use Enum and Init.
22426         (arm_fp16_format_type): New Enum and EnumValue entries.
22427         (mstructure-size-boundary=): Use UInteger and Init.
22428         (mtp=): Use Enum and Init.
22429         (arm_tp_type): New Enum and EnumValue entries.
22430
22431 2011-05-18  Richard Guenther  <rguenther@suse.de>
22432
22433         PR tree-optimization/49018
22434         * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
22435         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
22436         gimple_has_side_effects.
22437
22438 2011-05-18  Richard Guenther  <rguenther@suse.de>
22439
22440         * gimple.c (gimple_register_type_1): New function, split out from ...
22441         (gimple_register_type): ... here.  Avoid infinite recursion.
22442
22443 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
22444
22445         PR tree-optimization/41881
22446         * tree-vectorizer.h (struct _loop_vec_info): Add new field
22447         reduction_chains along with a macro for its access.
22448         * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
22449         (destroy_loop_vec_info): Free reduction chains.
22450         (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
22451         (vect_is_slp_reduction): New function.
22452         (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
22453         (vect_create_epilog_for_reduction): Support SLP reduction chains.
22454         * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
22455         definition types for reduction chains.
22456         (vect_supported_load_permutation_p): Don't allow permutations for
22457         reduction chains.
22458         (vect_analyze_slp_instance): Support reduction chains.
22459         (vect_analyze_slp): Try to build SLP instance from reduction chains.
22460         (vect_get_constant_vectors):  Handle reduction chains.
22461         (vect_schedule_slp_instance): Mark the first statement of the
22462         reduction chain as reduction.
22463
22464 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
22465
22466         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
22467         names for group elements access.
22468         * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
22469         reduction chains as well.  Remove data reference and interleaving
22470         related words from the fields names.
22471         * tree-vect-loop.c (vect_transform_loop): Use new names for group
22472         elements access.
22473         * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
22474         vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
22475         vect_update_interleaving_chain, vect_same_range_drs,
22476         vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
22477         vect_verify_datarefs_alignment, vector_alignment_reachable_p,
22478         vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
22479         vect_analyze_group_access, vect_analyze_data_ref_access,
22480         vect_create_data_ref_ptr, vect_transform_strided_load,
22481         vect_record_strided_load_vectors): Likewise.
22482         * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
22483         vect_model_load_cost, vectorizable_store, vectorizable_load,
22484         vect_remove_stores, new_stmt_vec_info): Likewise.
22485         * tree-vect-slp.c (vect_build_slp_tree,
22486         vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
22487
22488 2011-05-18  Richard Guenther  <rguenther@suse.de>
22489
22490         PR middle-end/48989
22491         * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
22492         operand verification.
22493         (verify_gimple_assign_binary): Likewise.
22494         * tree-ssa.c (useless_type_conversion_p): Preserve conversions
22495         to non-1-precision BOOLEAN_TYPEs.
22496
22497 2011-05-18  Tom de Vries  <tom@codesourcery.com>
22498
22499         PR target/45098
22500         * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
22501
22502 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
22503
22504         PR tree-optimization/49000
22505         * tree-ssa.c (execute_update_addresses_taken): Call
22506         maybe_rewrite_mem_ref_base on debug stmt value.  If it couldn't
22507         be rewritten and decl has been marked for renaming, reset
22508         the debug stmt.
22509
22510 2011-05-17  Joseph Myers  <joseph@codesourcery.com>
22511
22512         * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
22513         enum_opts_set when testing if attributes have set -mfpmath=.
22514
22515 2011-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
22516
22517         * config/mips/mips.c (mips_handle_option): Remove unused variable.
22518
22519 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
22520
22521         * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
22522         info->entry with 0
22523         * tree-inline.c (maybe_inline_call_in_expr):  Initialize
22524         id.transform_lang_insert_block with NULL.
22525
22526 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
22527
22528         * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
22529         (output_fp_compare): Change args 3 and 4 to bool.
22530         (ix86_expand_call): Change arg 6 to bool.
22531         (ix86_attr_length_immediate_default): Change arg 2 to bool.
22532         (ix86_attr_length_vex_default): Change arg 3 to bool.
22533         * config/i386/i386.md: Update all uses.
22534         * config/i386/i386.c: Ditto.
22535         (ix86_flags_dependent): Change return type to bool.
22536
22537 2011-05-17  Richard Guenther  <rguenther@suse.de>
22538
22539         * gimple.c (type_hash_pair_compare): Fix comparison.
22540
22541 2011-05-17  Richard Guenther  <rguenther@suse.de>
22542
22543         * gimple.c (iterative_hash_gimple_type): Simplify singleton
22544         case some more, fix final hash value of the non-singleton case.
22545
22546 2011-05-17  Richard Guenther  <rguenther@suse.de>
22547
22548         PR bootstrap/49013
22549         Revert
22550         2011-05-16  Richard Guenther  <rguenther@suse.de>
22551
22552         * gimple.c (gimple_types_compatible_p_1): Use names of the
22553         type itself, not its main variant.
22554         (iterative_hash_gimple_type): Likewise.
22555
22556 2011-05-17  Richard Guenther  <rguenther@suse.de>
22557
22558         * gimple.c (gimple_register_canonical_type): Use the main-variant
22559         leader for computing the canonical type.
22560
22561 2011-05-17  Nick Clifton  <nickc@redhat.com>
22562
22563         * config/rx/rx.c (rx_memory_move_cost): Include cost of register
22564         moves.
22565
22566         * config/rx/rx.md: Add peephole to remove redundant extensions
22567         after loads.
22568         (bitset_in_memory): Use rx_restricted_mem_operand.
22569         (bitinvert_in_memory): Likewise.
22570         (bitclr_in_memory): Likewise.
22571
22572 2011-05-17  Kazuhio Inaoka  <kazuhiro.inaoka.ud@renesas.com>
22573             Nick Clifton  <nickc@redhat.com>
22574
22575         * config/rx/rx.md: Add peepholes to match a register move followed
22576         by a comparison of the moved register.  Replace these with an
22577         addition of zero that does both actions in one instruction.
22578
22579 2011-05-17  Jakub Jelinek  <jakub@redhat.com>
22580
22581         PR target/48986
22582         * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
22583         predicate to allow CONST_INT.
22584         (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
22585
22586 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
22587
22588         * opts-common.c (opt_enum_arg_to_value): New.
22589         * opts.h (opt_enum_arg_to_value): Declare.
22590         * config/i386/i386.opt (fpmath): Remove.
22591         (mfpmath=): Use Enum, Init and Save.
22592         (fpmath_unit): New Enum and EnumValue entries.
22593         * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
22594         name for function fpmath state.
22595         * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
22596         * config/i386/i386.c: Include diagnostic.h.
22597         (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
22598         (ix86_target_string): Take enum fpmath_unit value instead of string.
22599         (ix86_debug_options): Update call to ix86_target_string.
22600         (ix86_option_override_internal): Don't process fpmath strings here.
22601         (x86_function_specific_save, ix86_function_specific_restore):
22602         Don't handle fpmath state specially.
22603         (ix86_function_specific_print): Pass fpmath state to
22604         ix86_target_string instead of printing in this function.
22605         (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
22606         Handle enum attributes.
22607         (IX86_ATTR_ENUM, ix86_opt_enum): New.
22608         (ix86_valid_target_attribute_tree): Update option_strings
22609         handling.  Handle fpmath as enum option.
22610         (ix86_can_inline_p): Update field names for function fpmath state.
22611         (ix86_expand_builtin): Update call to ix86_target_string.
22612         * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
22613         (ix86_fpmath): Remove.
22614         * config/i386/t-i386 (i386.o): Update dependencies.
22615
22616 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
22617
22618         PR preprocessor/48677
22619         * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
22620         from decoded_options[0], not from itself.
22621
22622 2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
22623
22624         * config/i386/constraints.md (z): New constraint.
22625         * config/i386/i386.c (c): New mode attribute.
22626         (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
22627         *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
22628         constraint for operand 0.
22629         (*call_vzeroupper): Ditto.
22630         (*call_rex64_ms_sysv): Ditto.  Use "rzm" constraint for operand 0.
22631         (*call_rex64_ms_sysv_vzeroupper): Ditto.
22632         (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
22633         Use "lzm" constraint for operand 0.
22634         (*call_pop_vzeroupper): Ditto.
22635         (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
22636         *sibcall_1_rex64 patterns using "P" mode iterator.  Use "Uz"
22637         constraint for operand 0.
22638         (*sibcall_vzeroupper): Ditto.
22639         (*sibcall_rex64_ms_sysv): Ditto.
22640         (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
22641         (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
22642         *sibcall_pop_1.  Use "Uz" constraint for operand 0.
22643         (*sibcall_pop_vzeroupper): Ditto.
22644         (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
22645         *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
22646         mode iterator.  Use "<c>zm" constraint for operand 1.
22647         (*call_value_vzeroupper): Ditto.
22648         (*call_value_rex64_ms_sysv): Ditto.  Use "rzm" constraint
22649         for operand 1.
22650         (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
22651         (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
22652         *call_value_pop_1.  Use "lzm" constraint for operand 1.
22653         (*call_value_pop_vzeroupper): Ditto.
22654         (*sibcall_value): Merge insn pattern from *sibcall_value_0,
22655         *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
22656         mode iterator.  Use "Uz" constraint for operand 1.
22657         (*sibcall_value_vzeroupper): Ditto.
22658         (*sibcall_value_rex64_ms_sysv): Ditto.
22659         (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
22660         (*sibcall_value_pop): Rename from *sibcall_pop_1.  Use "Uz"
22661         constraint for operand 1.
22662         (*sibcall_value_pop_vzeroupper): Ditto.
22663         (*tls_global_dynamic_64): Use constant_call_address_operand predicate
22664         and "z" constraint for operand 2.
22665         (*tls_global_dynamic_32_gnu): Ditto.
22666         (*tls_local_dynamic_base_32_gnu): Ditto.
22667         (*tls_local_dynamic_base_64): Ditto.
22668         (*tls_local_dynamic_32_once): Ditto.
22669         * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
22670         Update all callers.
22671         * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
22672
22673 2011-05-16  Richard Guenther  <rguenther@suse.de>
22674
22675         * gimple.c (gimple_types_compatible_p_1): Use names of the
22676         type itself, not its main variant.
22677         (iterative_hash_gimple_type): Likewise.
22678
22679 2011-05-16  Richard Guenther  <rguenther@suse.de>
22680
22681         * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
22682         always visit pointer target and function result and argument types.
22683
22684 2011-05-16  Jason Merrill  <jason@redhat.com>
22685
22686         PR c++/48999
22687         * tree-inline.c (copy_statement_list): Put back recursion.
22688
22689 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
22690
22691         PR target/27663
22692         PR target/41076
22693         * config/avr/predicates.md (const_8_16_24_operand): New predicate.
22694         * config/avr/avr.md ("*ior<mode>qi.byte0",
22695         "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
22696
22697 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
22698
22699         PR target/45099
22700         * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
22701         register is needed for a function argument.
22702
22703 2011-05-16  Richard Guenther  <rguenther@suse.de>
22704
22705         * gimple.c (struct type_hash_pair): New type.
22706         (type_hash_pair_compare): New function.
22707         (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
22708
22709 2011-05-16  Revital Eres  <revital.eres@linaro.org>
22710
22711         * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
22712
22713 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
22714
22715         * config/i386/i386.md (floating point move splitters): Fix
22716         usage of standard_80387_constant_p.
22717         * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
22718
22719 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
22720
22721         * config/i386/i386.md (*movdf_internal): Simplify insn condition.
22722
22723 2011-05-14  Eric Botcazou  <ebotcazou@adacore.com>
22724
22725         * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
22726         (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
22727         (tree_ssa_lim_finalize): Likewise.
22728
22729 2011-05-14  Uros Bizjak  <ubizjak@gmail.com>
22730
22731         * config/i386/constraint.md (Yd, Yx): New register constraints.
22732         * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger.  Use
22733         Yd conditional register constraint.
22734         (*movtf_internal): Use standard_sse_constant_opcode.
22735         (*movxf_internal): Merge with *movxf_internal_nointeger.  Use
22736         Yx conditional register constraint.
22737         (*movdf_internal): Merge with *movdf_internal_nointeger.  Use
22738         Yd conditional register constraint.  Use standard_sse_constant_p to
22739         check for valid SSE constants and call standard_sse_constant_opcode to
22740         output SSE insn.
22741         (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
22742         constants and call standard_sse_constant_opcode to output SSE insn.
22743         * config/i386/i386.c (ix86_option_ovverride_internal): Set
22744         TARGET_INTEGER_DFMODE_MOVES for 64bit targets.  Clear it when
22745         optimize_size is set.
22746         (standard_sse_constant_opcode): Output conditional AVX insn templates.
22747
22748 2011-05-14  Tobias Burnus  <burnus@net-b.de>
22749
22750         * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
22751
22752 2011-05-13  Martin Jambor  <mjambor@suse.cz>
22753
22754         * ipa-prop.c (ipa_cst_from_jfunc): New function.
22755         * ipa-prop.h (ipa_cst_from_jfunc): Declare.
22756         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
22757         (evaluate_conditions_for_ipcp_clone): Removed.
22758         (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
22759         * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
22760         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
22761
22762 2011-05-13  Eric Botcazou  <ebotcazou@adacore.com>
22763
22764         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
22765         * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
22766         lieu of MAY_HAVE_DEBUG_STMTS.
22767         * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
22768         debug statements if !MAY_HAVE_DEBUG_STMTS.
22769
22770 2011-05-13  Martin Thuresson  <martint@google.com>
22771
22772         PR gcov-profile/47793
22773         * libgcov.c (gcov_exit): Support relative profile paths.
22774         * doc/invoke.texi (-fprofile-dir): Update for above change.
22775
22776 2011-05-13  Richard Guenther  <rguenther@suse.de>
22777
22778         * gimple.c (gimple_canonical_types_compatible_p): Do not use
22779         type-pair caching, do not compare hashes.
22780
22781 2011-05-13  Nathan Froyd  <froydnj@codesourcery.com>
22782
22783         PR middle-end/48965
22784         * tree-cfg.c (edge_to_cases_cleanup): Return true.
22785         (verify_expr) [CASE_LABEL_EXPR]: Add checking.
22786
22787 2011-05-13  Kai Tietz  <ktietz@redhat.com>
22788
22789         * gimplify.c (gimplify_expr): Make sure operand is boolified.
22790         * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
22791         compatible type for TRUTH_NOT_EXPR.
22792
22793 2011-05-13  H.J. Lu  <hongjiu.lu@intel.com>
22794
22795         * config/i386/i386.c (ix86_save_reg): Change return type to bool.
22796         (ix86_hard_regno_mode_ok): Change return value to bool.  Use
22797         can_create_pseudo_p ().
22798
22799 2011-05-13  Richard Guenther  <rguenther@suse.de>
22800
22801         PR lto/48978
22802         * gimple.c (iterative_hash_gimple_type): Revert change in
22803         pointer target and function result and argument hashing.
22804
22805 2011-05-13  Uros Bizjak  <ubizjak@gmail.com>
22806
22807         * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
22808         (*movxf_internal_nointeger): Ditto.
22809         (*movdf_internal_rex64): Ditto.
22810         (*movdf_internal): Ditto.
22811         (*movdf_internal_nointeger): Ditto.
22812         (*movsf_internal): Ditto.
22813         (sincos splitters): Use can_create_pseudo ().
22814
22815 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
22816
22817         * config/i386/i386-opts.h: New.
22818         * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
22819         ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
22820         ix86_section_threshold): Remove.
22821         (ix86_handle_option): Move MAX_CODE_ALIGN define here.  Handle
22822         OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
22823         OPT_mbranch_cost_.
22824         (ix86_option_override_internal): Don't decode strings for options
22825         other than -march=, -mtune= and -mfpmath=.  Don't allow for
22826         __attribute__ uses in remaining diagnostics for options with
22827         string arguments.  Don't check for integer arguments being negative.
22828         * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
22829         enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
22830         (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
22831         ix86_branch_cost, ix86_section_threshold): Remove.
22832         * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
22833         HeaderInclude.
22834         (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
22835         but not Var.
22836         (masm=): Use Enum and Init.
22837         (asm_dialect): New Enum and EnumValue entries.
22838         (mbranch-cost=): Use UInteger.
22839         (mlarge-data-threshold=): Use UInteger and Init.
22840         (mcmodel=): Use Enum and Init.
22841         (cmodel): New Enum and EnumValue entries.
22842         (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
22843         (mpreferred-stack-boundary=, mincoming-stack-boundary=,
22844         mregparm=): Use UInteger.
22845         (mstringop-strategy=): Use Enum and Init.
22846         (stringop_alg): New Enum and EnumValue entries.
22847         (mtls-dialect=): Use Enum and Init.
22848         (tls_dialect): New Enum and EnumValue entries.
22849         (mabi=): Use Enum and Init.
22850         (calling_abi): New Enum and EnumValue entries.
22851         (mveclibabi=): Use Enum and Init.
22852         (ix86_veclibabi): New Enum and EnumValue entries.
22853
22854 2011-05-13  Nick Clifton  <nickc@redhat.com>
22855
22856         * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
22857         * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
22858
22859 2011-05-13  Kai Tietz  <ktietz@redhat.com>
22860
22861         PR middle-end/48984
22862         * gimplify.c (gimplify_expr): Check for boolean_type_node instead
22863         for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
22864         (gimple_boolify): Check for cast for boolean_type_node instead for
22865         BOOLEAN_TYPE.
22866
22867 2011-05-13  Richard Guenther  <rguenther@suse.de>
22868
22869         PR tree-optimization/48172
22870         * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
22871         multiplying by number of iterations for equal step.
22872         (vect_create_cond_for_alias_checks): Likewise.
22873
22874 2011-05-13  Andreas Schwab  <schwab@redhat.com>
22875
22876         * configure.ac: Use AS_HELP_STRING throughout.
22877         * configure: Regenerate.
22878
22879 2011-05-12  H.J. Lu  <hongjiu.lu@intel.com>
22880
22881         * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
22882         (ix86_emit_restore_regs_using_mov): Likewise.
22883         (ix86_emit_restore_sse_regs_using_mov): Likewise.
22884
22885 2011-05-12  Anatoly Sokolov  <aesok@post.ru>
22886
22887         * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
22888         SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
22889         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
22890         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
22891         RTX_OK_FOR_OLO10_P): ...here.
22892         (sparc_mode_dependent_address_p): Use symbolic_operand instead of
22893         SYMBOLIC_CONST.
22894
22895 2011-05-12  Kai Tietz  <ktietz@redhat.com>
22896
22897         * gimplify.c (gimple_boolify): Re-boolify expression
22898         arguments even if expression type is of kind BOOLEAN_TYPE.
22899         (gimplify_boolean_expr): Removed.
22900         (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
22901         and XOR. Additional take care that we keep expression's type.
22902         * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
22903         of TRUTH_AND|OR|XOR_EXPR.
22904
22905 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
22906
22907         PR tree-optimization/48975
22908         * tree-if-conv.c (combine_blocks): Call free_bb_predicate
22909         on all bbs here and free and clear ifc_bbs at the end.
22910
22911 2011-05-12  Richard Guenther  <rguenther@suse.de>
22912
22913         * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
22914         NULLPTR_TYPE similar to VOID_TYPE.  Defer type-leader lookup
22915         until after simple checks.
22916         (gimple_types_compatible_p): Likewise.
22917         (iterative_hash_gimple_type): Always hash pointer targets
22918         and function return and argument types.
22919         (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
22920         hash TYPE_ALIGN.  Do not hash TYPE_MIN/MAX_VALUE.
22921         (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
22922         handle NULLPTR_TYPE similar to VOID_TYPE.  Handle non-aggregates
22923         completely in the simple compare section.
22924         (gimple_register_canonical_type): Query the cache again after
22925         registering.
22926
22927 2011-05-12  Richard Guenther  <rguenther@suse.de>
22928
22929         PR tree-optimization/48172
22930         * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
22931         the number of iterations from the segment size calculation.
22932         (vect_create_cond_for_alias_checks): Adjust.
22933
22934 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
22935
22936         PR debug/48967
22937         * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
22938         if validate_subreg fails.
22939
22940 2011-05-12  Hariharan Sandanagobalane  <hariharan@picochip.com>
22941
22942         * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
22943         accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
22944         early.
22945
22946 2011-05-12  DJ Delorie  <dj@redhat.com>
22947
22948         * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
22949         (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
22950         created builtin into rx_builtins array.
22951         (rx_builtin_decl): New function.
22952         (TARGET_BUITLIN_DECL): Define.  Include gt-rx.h.
22953
22954 2011-05-12  DJ Delorie  <dj@redhat.com>
22955             Nick Clifton  <nickc@redhat.com>
22956
22957         * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
22958         * config/rx/rx.c (CC_FLAG_FP): Fix comment.
22959         (rx_is_legitimate_address): Add pre-decrement and post-increment
22960         addressing in HImode and QImode.  Fix test for out of range
22961         REG+INT addressing.
22962         (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
22963         (rx_align_for_label): Test label before extracting its usage count.
22964         (rx_adjust_insn_lengths): Fix selection of insn codes.
22965         (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
22966
22967 2011-05-11  Jason Merrill  <jason@redhat.com>
22968
22969         * tree.c (type_hash_canon): Use struct tree_type_non_common.
22970
22971 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
22972
22973         * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
22974         reindent the subsequent block.
22975
22976 2011-05-11  Satoru Takabayashi  <satorux@google.com>
22977             Paul Pluzhnikov  <ppluzhnikov@google.com>
22978
22979         * doc/install.texi (Configuration): Document --with-linker-hash-style.
22980         * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
22981         * config.in: Add LINKER_HASH_STYLE.
22982         * configure.ac: Add --with-linker-hash-style.
22983         * configure: Regenerate.
22984
22985 2011-05-11  Richard Guenther  <rguenther@suse.de>
22986
22987         PR middle-end/48964
22988         * gimple.c (iterative_hash_canonical_type): Fix typo.
22989
22990 2011-05-11  Uros Bizjak  <ubizjak@gmail.com>
22991
22992         * config/i386/i386.c (legitimize_tls_address)
22993         <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
22994         expanders directly for TARGET_GNU2_TLS.  Determine pic and
22995         __tls_get_addr symbol reference here.  Update call to
22996         gen_tls_global_dynamic_{32,64} for added arguments.
22997         <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
22998         expanders directly for TARGET_GNU2_TLS.  Determine
22999         __tls_get_addr symbol reference here.  Update call to
23000         gen_tls_local_dynamic_base_{32,64} for added arguments.  Attach
23001         unique UNSPEC REG_EQUIV to libcall block.
23002         (ix86_tls_get_addr): Declare static.
23003         * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
23004         * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
23005         Do not determine pic and __tls_get_addr symbol reference here. Do not
23006         call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
23007         (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
23008         (tls_global_dynamic_64): Add operand 2.  Do not determine
23009         __tls_get_addr symbol reference here.  Do not call
23010         gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
23011         (tls_local_dynamic_base64): Ditto for operand 1.
23012
23013 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
23014
23015         * function.c (expand_function_start): Initialize stack_check_probe_note
23016         only if the generic stack checking mechanism is used.
23017
23018 2011-05-11  Richard Guenther  <rguenther@suse.de>
23019
23020         PR tree-optimization/15256
23021         * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
23022         (A & B) | C, combine (A op CST1) op CST2.
23023         (tree_ssa_forward_propagate_single_use_vars): Only bother to
23024         visit assigns that have uses.
23025
23026 2011-05-11  Nathan Froyd  <froydnj@codesourcery.com>
23027
23028         * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
23029         * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
23030         (unpack_ts_type_common_value_fields): ...this.  Update comment.
23031         (unpack_value_fields): Adjust for renaming.
23032         (lto_input_ts_type_tree_pointers): Split into...
23033         (lto_input_ts_type_common_tree_pointer): ...this and...
23034         (lto_input_ts_type_non_common_tree_pointers): ...this.
23035         (lto_input_tree_pointers): Adjust for above split.
23036         * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
23037         (pack_ts_type_common_value_fields): ...this.  Update comment.
23038         (lto_output_ts_type_tree_pointers): Split into...
23039         (lto_output_ts_type_common_tree_pointers): ...this and...
23040         (lto_output_ts_type_non_common_tree_pointers): ...this.
23041         (lto_output_tree_pointers): Adjust for above split.
23042         * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
23043         TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
23044         * stor-layout.c (vector_type_mode): Adjust location of mode field.
23045         * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
23046         Define.
23047         (struct tree_type): Split into...
23048         (struct tree_type_common: ...this and...
23049         (struct tree_type_with_lang_specific): ...this and...
23050         (struct tree_type_non_common): ...this.  Adjust accessor macros
23051         accordingly.
23052         (TYPE_VALUES_RAW): Define.
23053         (union tree_node): Update for above changes.
23054         * tree.c (tree_node_structure_for_code) [tcc_type]: Return
23055         TS_TYPE_NON_COMMON.
23056         (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
23057         Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
23058         (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
23059         * treestructu.def (TS_TYPE): Remove.
23060         (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
23061         Define.
23062
23063 2011-05-11  Jakub Jelinek  <jakub@redhat.com>
23064
23065         PR debug/48159
23066         * tree-ssa.c (reset_debug_uses): New function.
23067         * tree-flow.h (reset_debug_uses): New prototype.
23068         * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
23069         * tree-loop-distribution.c (generate_loops_for_partition): Call
23070         reset_debug_uses on the stmts that will be removed.  Keep around
23071         all debug stmts, don't count them as bits in partition bitmap.
23072         (generate_builtin): Don't count debug stmts or labels as bits in
23073         partition bitmap.
23074
23075 2011-05-11  Richard Guenther  <rguenther@suse.de>
23076
23077         * gimple.c (gimple_type_hash_1): Merge with ...
23078         (gimple_type_hash): ... this.
23079         (gtc_visit): Remove mode parameter and simplify accordingly.
23080         (gimple_types_compatible_p_1): Likewise.
23081         (gimple_types_compatible_p): Likewise.
23082         (iterative_hash_gimple_type): Likewise.
23083         (visit): Likewise.
23084         (gimple_type_eq): Adjust.
23085
23086 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23087
23088         * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
23089         enters the branch create an anti edge in the opposite direction
23090         to prevent the creation of reg-moves.
23091         * modulo-sched.c: Adjust comment to reflect the fact we are
23092         scheduling closing branch.
23093         (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
23094         (stage_count): New field in struct partial_schedule.
23095         (calculate_stage_count): New function.
23096         (normalize_sched_times): Rename to reset_sched_times and handle
23097         incrementing the sched time of the nodes by a constant value
23098         passed as parameter.
23099         (duplicate_insns_of_cycles): Skip closing branch.
23100         (sms_schedule_by_order): Schedule closing branch.
23101         (ps_insn_find_column): Handle closing branch.
23102         (sms_schedule): Call reset_sched_times and adjust the code to
23103         support scheduling of the closing branch.
23104         (ps_insert_empty_row): Update calls to normalize_sched_times
23105         and rotate_partial_schedule functions.
23106
23107 2011-05-11  Richard Guenther  <rguenther@suse.de>
23108
23109         PR middle-end/48953
23110         * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
23111
23112 2011-05-11  Joseph Myers  <joseph@codesourcery.com>
23113
23114         * opts.c (finish_options): Move warning settings from process_options.
23115         * toplev.c (process_options): Move warning settings to finish_options.
23116
23117 2011-05-11  Richard Guenther  <rguenther@suse.de>
23118
23119         PR tree-optimization/18041
23120         * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
23121         (simplify_bitwise_binary): ... this.  Handle operand conversions
23122         by applying them to the result instead.
23123         (tree_ssa_forward_propagate_single_use_vars): Adjust.  CSE tree code.
23124
23125 2011-05-11  Richard Guenther  <rguenther@suse.de>
23126
23127         * gimple.c (gimple_canonical_types_compatible_p): Split out
23128         from gimple_types_compatible_p and friends.  Do not recurse
23129         to pointed-to types.
23130         (gimple_canonical_type_eq): Use it.
23131         (iterative_hash_canonical_type): Split out from
23132         iterative_hash_gimple_type and friends.  Do not recurse
23133         to pointed-to types.
23134         (gimple_canonical_type_hash): Use it, allocate the hash here.
23135
23136 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23137
23138         * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
23139         recognizing doloop.
23140
23141 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23142
23143         * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
23144         instead of PREV_INSN.
23145
23146 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23147
23148         * modulo-sched.c (sms_schedule): Support new form of doloop pattern
23149         * loop-doloop.c (doloop_condition_get): Likewise.
23150         * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
23151         (doloop_end): New.
23152         * config/arm/arm.md (*addsi3_compare0): Remove "*".
23153
23154 2011-05-10  Nathan Froyd  <froydnj@codesourcery.com>
23155
23156         * tree.def (CASE_LABEL_EXPR): Add an operand.
23157         * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
23158
23159 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23160
23161         * c-decl.c (c_override_global_bindings_to_false): Remove.
23162         (global_bindings_p): Don't check
23163         c_override_global_bindings_to_false.
23164         * c-tree.h (c_override_global_bindings_to_false): Remove.
23165         * c-typeck.c (composite_type): Don't set
23166         c_override_global_bindings_to_false.
23167
23168 2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
23169
23170         PR target/48857, 48495
23171         * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
23172         (VSX_MODE): Ditto.
23173         (VSX_MOVE_MODE): Ditto.
23174         (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
23175         VSX vector types.  Add V2DImode.
23176         (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
23177         ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
23178         (MODES_TIEABLE_P): Ditto.
23179
23180         * config/rs6000/rs6000.c (rs6000_emit_move): Use
23181         ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
23182         VSX_VECTOR_MODE.
23183         (init_cumulative_args): Ditto.
23184         (rs6000_function_arg_boundary): Ditto.
23185         (rs6000_function_arg_advance_1): Ditto.
23186         (rs6000_function_arg): Ditto.
23187         (rs6000_function_ok_for_sibcall): Ditto.
23188         (emit_frame_save): Ditto.
23189         (rs6000_function_value): Ditto.
23190         (rs6000_libcall_value): Ditto.
23191
23192 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23193
23194         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
23195         i386/darwin-lib.h to $libgcc_tm_file.
23196         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
23197
23198 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23199
23200         * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
23201
23202 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23203
23204         * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
23205         * config/rs6000/rs6000-tables.opt: New file (generated).
23206         * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
23207         rs6000/rs6000-tables.opt to extra_options.
23208         * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
23209         * config/rs6000/rs6000.c (rs6000_select): Remove.
23210         (processor_target_table): Move contents to rs6000-cpus.def.
23211         (darwin_rs6000_override_options): Check
23212         global_options_set.x_rs6000_cpu_index instead of
23213         rs6000_select[1].string.
23214         (rs6000_option_override_internal): Likewise.
23215         (rs6000_handle_option): Don't assert that global structures are in
23216         use.  Don't handle OPT_mcpu_ and OPT_mtune_ here.
23217         (rs6000_default_cpu): New variable.
23218         (rs6000_file_start): Set it instead of local default_cpu.  Check
23219         rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
23220         global_options_set.x_rs6000_tune_index instead of rs6000_select.
23221         (rs6000_darwin_file_start): Check rs6000_default_cpu and
23222         global_options_set.x_rs6000_cpu_index instead of rs6000_select.
23223         * config/rs6000/rs6000.h (struct rs6000_cpu_select,
23224         rs6000_select): Remove.
23225         * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
23226         Remove.
23227         (mcpu=, mtune=): Use Var, Init, Enum and Save.
23228         * config/rs6000/t-rs6000
23229         ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
23230         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
23231         global_options_set.x_rs6000_cpu_index instead of
23232         rs6000_select[1].string.
23233         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
23234         global_options_set.x_rs6000_cpu_index instead of
23235         rs6000_select[1].string.
23236
23237 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23238
23239         * config.gcc (libgcc_tm_file): Define instead of including files
23240         from ../../libgcc/config/ in tm_file.
23241         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
23242         * configure: Regenerate.
23243         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
23244         libgcc_tm.h, cs-libgcc_tm.h): New.
23245         (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
23246         (clean): Remove libgcc_tm.h.
23247         * config/arm/symbian.h (RENAME_LIBRARY): Remove.
23248         * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
23249         * system.h (DECLARE_LIBRARY_RENAMES): Poison.
23250
23251 2011-05-10  Georg-Johann Lay  <avr@gjlay.de>
23252
23253         PR target/48896
23254         * config/avr/avr.c (avr_ret_register): Return unsigned int
23255         instead of int.
23256         (avr_function_value): Mark fn_decl_or_type as unused, don't pass
23257         it to avr_libcall_value.
23258         avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
23259         expand_expr.
23260         (avr_expand_binop_builtin): Ditto.
23261         (avr_expand_unop_builtin): Ditto.
23262
23263 2011-05-10  DJ Delorie  <dj@redhat.com>
23264
23265         * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
23266         (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
23267         * config/rx/rx.c (rx_align_for_label): Add label and
23268         uses_threshold parameters.  Do not align when the label is not
23269         used enough.
23270         * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
23271
23272 2011-05-10  Richard Guenther  <rguenther@suse.de>
23273
23274         * tree-ssa-forwprop.c (combine_conversions): Pattern-match
23275         a series of conversions and apply foldings similar to what
23276         fold-const does.
23277         (tree_ssa_forward_propagate_single_use_vars): Call it.
23278
23279 2011-05-10  Jakub Jelinek  <jakub@redhat.com>
23280
23281         PR tree-optimization/48611
23282         PR tree-optimization/48794
23283         * tree-eh.c (remove_unreachable_handlers): Don't remove regions
23284         referenced from RESX or EH_DISPATCH arguments.
23285
23286         PR debug/48928
23287         * dfp.c (decimal_to_decnumber): Handle conversion from
23288         dconst{1,2,m1,half}.
23289
23290 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23291
23292         * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
23293         for !flag_prefer_avx128.
23294         (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
23295
23296 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
23297
23298         * fold-const.c (fold_range_test): Pass LOC to build_range_check.
23299         (fold_ternary_loc): Use expr_location_or.
23300
23301 2011-05-09  H.J. Lu  <hongjiu.lu@intel.com>
23302
23303         PR debug/48853
23304         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
23305         POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
23306         Pmode and mem_mode is not VOIDmode.
23307
23308 2011-05-09  Ville Voutilainen  <ville.voutilainen@gmail.com>
23309
23310         * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
23311         TYPE_QUAL_RESTRICT): Convert to enum.
23312
23313 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23314
23315         * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
23316         (const_pow2_1_to_8_operand): Ditto.
23317         (const_pow2_1_to_128_operand): Ditto.
23318         (const_pow2_1_to_32768_operand): Ditto.
23319         * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
23320         const_pow2_1_to_8_operand for operand 3 predicate.  Use exact_log2
23321         in insn constraint to check integer value of operand 3.
23322         * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
23323
23324         (PINSR_MODE): New mode iterator.
23325         (sse2p4_1): New mode attribute.
23326         (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
23327         sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
23328         iterator.  Use const_int_operand instead of
23329         const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate.  Use
23330         exact_log2 in insn constraint to check integer value of operand 3.
23331
23332 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23333
23334         * config/i386/sse.md (blendbits): Remove mode attribute.
23335         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
23336         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
23337         Check integer value of operand 3 in insn constraint.
23338
23339 2011-05-09  Richard Guenther  <rguenther@suse.de>
23340
23341         * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
23342         for diagnostics.
23343         (lto_symtab_merge): Likewise.  Do not register types here.
23344         (lto_symtab_merge_decls_2): Likewise.
23345         (lto_symtab_merge_decls_1): Likewise.
23346         * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
23347         * gimple.c (enum gtc_mode): Declare.
23348         (gimple_types_compatible_p): Make static.
23349
23350 2011-05-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23351
23352         * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
23353         temporary register to match Pmode.
23354
23355 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23356
23357         * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
23358         and *vec_concatv4si_1_avx.
23359
23360 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23361
23362         PR rtl-optimization/48927
23363         * ira-conflicts.c (commutative_constraint_p): Use
23364         recog_data.alternative_enabled_p to disable alternatives where
23365         "enabled" attribute is false.
23366         (get_dup_num): Ditto.
23367         * ira-lives.c (single_reg_class): Ditto.
23368         (ira_implicitly_set_insn_hard_regs): Ditto.
23369
23370 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
23371
23372         * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
23373         (dataflow_set_preserve_mem_locs): Likewise.
23374
23375 2011-05-09  Philipp Thomas  <pth@suse.de>
23376
23377         * config/mep/mep.c (mep_validate_vliw): Syntax description
23378         should not be translated.
23379
23380 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
23381
23382         * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
23383         * config/mips/mips-tables.opt: New file (generated).
23384         * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
23385         * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
23386         MIPS_ARCH_OPTION_NATIVE): Define.
23387         * config/mips/mips.c (mips_cpu_info_table): Move contents to
23388         mips-cpus.def.
23389         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
23390         mips_parse_cpu): Remove.
23391         (mips_cpu_info_from_opt, mips_default_arch): New.
23392         (mips_handle_option): Don't assert that global structures are in
23393         use.  Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
23394         (mips_option_override): Use new variables and functions to set
23395         state of these options.  Use strcmp to check for individual CPU names.
23396         * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
23397         definition.
23398         * config/mips/mips.opt (march=): Use ToLower and Enum.
23399         (mips): Use ToLower, Enum and Var.
23400         (mtune=): Use ToLower and Enum.
23401         * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
23402
23403 2011-05-08  Jan Hubicka  <jh@suse.cz>
23404
23405         * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
23406         Arrange type pairs to be UID ordered.
23407         (gimple_lookup_type_leader): Make inline.
23408
23409 2011-05-09  Nick Clifton  <nickc@redhat.com>
23410
23411         PR target/48899
23412         * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
23413         PROCESSOR_DEFAULT.
23414
23415         PR target/48897
23416         * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
23417         variable 's'.
23418
23419 2011-05-08  Chung-Lin Tang  <cltang@codesourcery.com>
23420
23421         * combine.c (simplify_comparison): Abstract out parts into...
23422         (simplify_compare_const): ... new function.
23423         (try_combine): Generalize parallel arithmetic/compare combining
23424         to call simplify_compare_const() and CANONICALIZE_COMPARE().
23425
23426 2011-05-08  Jan Hubicka  <jh@suse.cz>
23427
23428         * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
23429         (cgraph_create_virtual_clone): Call hooks once virtual clone
23430         is finished.
23431         * cgraph.h (cgraph_clone_node): Update prototype.
23432         * ipa-cp.c (ipcp_estimate_growth): Use
23433         estimate_ipcp_clone_size_and_time.
23434         * ipa-inline-transform.c (clone_inlined_nodes): Update.
23435         * lto-cgraph.c (input_node): Update.
23436         * ipa-inline.c (recursive_inlining): Update.
23437         * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
23438         (evaluate_conditions_for_known_args): Break out from ...
23439         (evaluate_conditions_for_edge): ... here.
23440         (evaluate_conditions_for_ipcp_clone): New function.
23441         (inline_node_duplication_hook): Update clone summary based
23442         on parameter map.
23443         (estimate_callee_size_and_time): Rename to ...
23444         (estimate_node_size_and_time): take NODE instead of EDGE;
23445         take POSSIBLE_TRUTHS as argument.
23446         (estimate_callee_size_and_time): Update.
23447         (estimate_ipcp_clone_size_and_time): New function.
23448         (do_estimate_edge_time): Update.
23449
23450 2011-05-08  Richard Guenther  <rguenther@suse.de>
23451
23452         PR middle-end/48908
23453         PR middle-end/48905
23454         * expmed.c (expand_shift_1): Compute adjusted constant shift
23455         amount manually.
23456
23457 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
23458
23459         * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
23460
23461 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
23462
23463         * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
23464
23465 2011-05-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
23466
23467         * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
23468
23469 2011-05-07  Jan Hubicka  <jh@suse.cz>
23470
23471         * ipa-inline-transform.c (inline_call): Account when program size
23472         decreases.
23473         * ipa-inline.c (relative_time_benefit): New function.
23474         (edge_badness): Reorganize to be power 2 based; fix thinko when
23475         computing badness for negative growth; update comments to match
23476         reality; better dumps.
23477
23478 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>
23479
23480         * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
23481         type to bool and adjust comment.
23482         * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
23483         (fold_mathfn_compare): Remove calls to global_bindings_p.
23484         (fold_inf_compare): Likewise.
23485         * stor-layout.c (variable_size): Adjust call to global_bindings_p.
23486         * c-tree.h (global_bindings_p): Adjust prototype.
23487         * c-decl.c (global_bindings_p): Return bool and simplify.
23488
23489 2011-05-07  Zdenek Dvorak  <ook@ucw.cz>
23490
23491         PR tree-optimization/48837
23492         * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
23493         when accumulator transformation is performed.
23494
23495 2011-05-06  Jan Hubicka  <jh@suse.cz>
23496
23497         * i386.h (ix86_tune_indices): Add
23498         X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
23499         (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
23500         * i386.c (initial_ix86_tune_features): Add
23501         X86_SOFTARE_PREFETCHING_BENEFICIAL.
23502         (software_prefetching_beneficial_p): Remove predicate.
23503         (ix86_option_override_internal): Use new macro.
23504
23505 2011-05-06  Jan Hubicka  <jh@suse.cz>
23506
23507         * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
23508
23509 2011-05-06  Jan Hubicka  <jh@suse.cz>
23510
23511         * cgraph.c (cgraph_add_thunk): Create real function node instead
23512         of alias node; finalize it and mark needed/reachale; arrange visibility
23513         to be right and add it into the corresponding same comdat group list.
23514         (dump_cgraph_node): Dump thunks.
23515         * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
23516         cgraph_function_with_gimple_body_p,
23517         cgraph_first_function_with_gimple_body,
23518         cgraph_next_function_with_gimple_body): New functions.
23519         (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
23520         New macros.
23521         * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
23522         (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
23523         * cgraphunit.c (cgraph_finalize_function): Only look into possible
23524         devirtualization when optimizing.
23525         (verify_cgraph_node): Verify thunks.
23526         (cgraph_analyze_function): Analyze thunks.
23527         (cgraph_mark_functions_to_output): Output thunks only in combination
23528         with function they are assigned to.
23529         (assemble_thunk): Turn thunk into non-thunk; don't try to turn
23530         alias into normal node.
23531         (assemble_thunks): New functoin.
23532         (cgraph_expand_function): Use it.
23533         * lto-cgraph.c (lto_output_node): Stream thunks.
23534         (input_overwrite_node): Stream in thunks.
23535         * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
23536         * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
23537         * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
23538         * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
23539         (inline_analyze_function): Do not care about thunk jump functions.
23540         (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
23541         * ipa-prop.c (ipa_prop_write_jump_functions): Use
23542         cgraph_function_with_gimple_body_p.
23543         * passes.c (do_per_function_toporder): Use
23544         cgraph_function_with_gimple_body_p.
23545         (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
23546         (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
23547         (function_called_by_processed_nodes_p): Likewise.
23548
23549 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
23550
23551         * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
23552         rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
23553         entries.
23554         (mabi=): Replace with separate entries for mabi=altivec,
23555         mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
23556         mabi=ieeelongdouble and mabi=ibmlongdouble.
23557         * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
23558         check for -mabi=spe without SPE ABI support here.
23559         (rs6000_handle_option): Replace OPT_mabi_ handling with
23560         OPT_mabi_altivec and OPT_mabi_spe handling.
23561
23562 2011-05-06  Cary Coutant  <ccoutant@google.com>
23563
23564         * dwarf2out.c (contains_subprogram_definition): New function.
23565         (should_move_die_to_comdat): Call it.
23566
23567 2011-05-06  Jeff Law  <law@redhat.com>
23568
23569         * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
23570         remove_ctrl_stmt_and_useless_edges.
23571         (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
23572         (fixup_template_block, thread_single_edge): Likewise.
23573         (mark_threaded_blocks): Use THREAD_TARGET.
23574
23575 2011-05-06  Alan Modra  <amodra@gmail.com>
23576
23577         PR target/48900
23578         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
23579         const0_rtx as the arg to the dummy __tls_get_addr libcall.
23580
23581 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
23582
23583         * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
23584         constraint modifier to "r".
23585
23586 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
23587
23588         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
23589         fall through for OPT_mcmodel_.
23590
23591 2011-05-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23592
23593         * config/s390/s390.c (s390_asm_trampoline_template): Comment
23594         instruction sizes.
23595         (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
23596
23597 2011-05-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
23598
23599         PR target/47930
23600         * config/arm/arm.opt (marm): Document it.
23601         (mthumb): Reject negative variant.
23602
23603 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
23604
23605         PR target/48898
23606         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
23607         Fix typo in "ccvt" variable name.
23608
23609 2011-05-06  Tristan Gingold  <gingold@adacore.com>
23610
23611         PR target/48895
23612         * config/vms/vms-ar.c (main): Remove cwd variable.
23613
23614 2011-05-06  Jakub Jelinek  <jakub@redhat.com>
23615
23616         PR debug/48902
23617         * var-tracking.c (prepare_call_arguments): Move else before #endif.
23618
23619 2011-05-05  Nathan Froyd  <froydnj@codesourcery.com>
23620
23621         * except.c (sjlj_emit_dispatch_table): Call build_case_label.
23622         * gimplify.c (gimplify_switch_expr): Likewise.
23623         * omp-low.c (expand_omp_sections): Likewise.
23624         * tree-eh.c (lower_try_finally_switch): Likewise.
23625         (lower_eh_dispatch): Likewise.
23626         * tree.h (build_case_label): Declare.
23627         * tree.c (build_case_label): Define.
23628
23629 2011-05-05  Jason Merrill  <jason@redhat.com>
23630
23631         PR c++/40975
23632         * tree-inline.c (copy_tree_r): Use copy_statement_list.
23633         (copy_statement_list): Don't recurse.
23634         * stor-layout.c (copy_self_referential_tree_r): Don't allow
23635         STATEMENT_LIST.
23636
23637 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
23638
23639         * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
23640         through from -mfpu= handling.
23641         * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
23642
23643 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
23644
23645         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
23646         POST_MODIFY.
23647
23648 2011-05-05  Steve Ellcey  <sje@cup.hp.com>
23649
23650         * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
23651         for 11.31.
23652         (hppa[12]*-*-hpux11*): Ditto.
23653         (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
23654         * config/ia64/hpux-unix2003.h: New.
23655         * config/pa/pa-hpux1131.opt: New.
23656         * config/pa/pa-hpux1131.h: New.
23657         * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
23658         * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
23659         * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
23660
23661 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
23662
23663         PR debug/48853
23664         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
23665         instead of mode as 3rd argument to recursive call.
23666         (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
23667         emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
23668         VOIDmode.
23669         (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
23670         don't give up if mode is Pmode and mem_mode is not VOIDmode.
23671         (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
23672         use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
23673
23674 2011-05-05  Julian Brown  <julian@codesourcery.com>
23675
23676         * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
23677         parenthesis in D-register case.
23678
23679 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
23680
23681         * opt-functions.awk (var_type_struct): Handle Enum options.
23682         * optc-gen.awk: Don't check range of variables of character type.
23683         * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
23684         rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
23685         rs6000_sdata_name, rs6000_explicit_options): Remove.
23686         (rs6000_option_override_internal): Check for -malign-power here.
23687         Use global_options_set instead of rs6000_explicit_options.
23688         (rs6000_parse_fpu_option): Remove.
23689         (rs6000_handle_option): Access variables via opts and opts_set
23690         pointers.  Use error_at and warning_at.  Add fall-through
23691         comments.  Don't handle OPT_mcmodel_, OPT_maix_struct_return,
23692         OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
23693         OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
23694         OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
23695         here.  Don't use rs6000_parse_fpu_option.
23696         * config/rs6000/rs6000.h (fpu_type): Remove declaration.
23697         * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
23698         rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
23699         (mrecip=): Use Var.
23700         (mspe): Use Var and Save.
23701         (mtraceback=): Use Enum and Var.
23702         (rs6000_traceback_type): New Enum and EnumValue entries.
23703         (mfloat-gprs=): Use Enum, Var and Save.
23704         (rs6000_float_gprs): New Enum and EnumValue entries.
23705         (mlong-double-): use Var and Save.
23706         (msched-costly-dep=, minsert-sched-nops=): Use Var.
23707         (malign-): Use Enum and Var.
23708         (rs6000_alignment_flags): New Enum and EnumValue entries.
23709         (mfpu=): Use Enum.
23710         (fpu_type_t): New Enum and EnumValue entries.
23711         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
23712         global_options_set instead of rs6000_explicit_options.
23713         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
23714         global_options_set instead of rs6000_explicit_options.
23715         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
23716         global_options_set instead of rs6000_explicit_options.
23717         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
23718         global_options_set instead of rs6000_explicit_options.
23719         * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
23720         global_options_set instead of rs6000_explicit_options.
23721         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
23722         global_options_set instead of rs6000_explicit_options.
23723         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
23724         definition.
23725         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
23726         global_options_set instead of rs6000_explicit_options.
23727         * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
23728         (rs6000_cmodel): New Enum and EnumValue entries.
23729         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
23730         global_options_set instead of rs6000_explicit_options.
23731         * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
23732         (mtls-size=): Use Enum and Var.
23733         (rs6000_tls_size): New Enum and EnumValue entries.
23734
23735 2011-05-05  Michael Matz  <matz@suse.de>
23736
23737         * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
23738         * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
23739         * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
23740         * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
23741         * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
23742         * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
23743         * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
23744         * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
23745         * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
23746         * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
23747         * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
23748         * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
23749         * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
23750         * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
23751         * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
23752         * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
23753
23754 2011-05-05  Richard Guenther  <rguenther@suse.de>
23755
23756         * expmed.c (expand_variable_shift): Rename to ...
23757         (expand_shift_1): ... this.  Take an expanded shift amount.
23758         For rotates recurse directly not building trees for the shift amount.
23759         (expand_variable_shift): Wrap around expand_shift_1.
23760         (expand_shift): Adjust.
23761
23762 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
23763
23764         * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
23765
23766 2011-05-05  Eric Botcazou  <ebotcazou@adacore.com>
23767
23768         * tree.h (get_pending_sizes): Remove prototype.
23769         (put_pending_size): Likewise.
23770         (put_pending_sizes): Likewise.
23771         * stor-layout.c (pending_sizes): Delete.
23772         (get_pending_sizes): Likewise.
23773         (put_pending_size): Likewise.
23774         (put_pending_sizes): Likewise.
23775         (variable_size): Do not call put_pending_size and tidy up.
23776         * function.h (struct function): Remove dont_save_pending_sizes_p.
23777         * lto-streamer-in.c (input_function): Do not stream it.
23778         * lto-streamer-out.c (output_function): Likewise.
23779         * tree-inline.c (initialize_cfun): Do not copy it.
23780         * c-decl.c (store_parm_decls): Do not set it.
23781         * omp-low.c (create_task_copyfn): Likewise.
23782         * tree-optimize.c (tree_rest_of_compilation): Likewise.
23783
23784 2011-05-05  Uros Bizjak  <ubizjak@gmail.com>
23785
23786         * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
23787         conditions.
23788         (*movdf_internal): Ditto.
23789         (*movdf_internal_nointeger): Ditto.
23790         (*movsf_internal): Ditto.
23791
23792 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
23793
23794         * c-decl.c (finish_decl): Don't call get_pending_sizes.
23795         (grokparm): Add parameter expr.  Pass it to grokdeclarator.
23796         (push_parm_decl): Add parameter expr.  Pass it to grokdeclarator.
23797         (c_variable_size): Remove.
23798         (grokdeclarator): Use save_expr instead of c_variable_size.  Don't
23799         call put_pending_sizes.
23800         (get_parm_info): Add parameter expr.  Use it to set
23801         arg_info->pending_sizes.
23802         (store_parm_decls): Use arg_info->pending_sizes instead or calling
23803         get_pending_sizes.
23804         * c-parser.c (c_parser_parms_declarator): Update call to
23805         c_parser_parms_list_declarator.
23806         (c_parser_parms_list_declarator): Take parameter expr.  Update
23807         call to push_parm_decl.  Update recursive call.  Don't call
23808         get_pending_sizes.  Update calls to get_parm_info.
23809         (c_parser_objc_method_definition): Update calls to
23810         c_parser_objc_method_decl and objc_start_method_definition.
23811         (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
23812         (c_parser_objc_method_decl): Add parameter expr.  Update call to
23813         grokparm.
23814         (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
23815         * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
23816         (get_parm_info, grokparm, push_parm_decl): Update prototypes.
23817
23818 2011-05-05  Michael Hope  <michael.hope@linaro.org>
23819
23820         PR pch/45979
23821         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
23822         __ARM_EABI__ hosts.
23823
23824 2011-05-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23825
23826         * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
23827         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
23828         (spu_output_mi_thunk): New function.
23829
23830 2011-05-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23831
23832         * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
23833         targetm.asm_out.print_operand.
23834         * config/sol2.c: Include target.h.
23835
23836 2011-05-04  Jan Hubicka  <jh@suse.cz>
23837
23838         * ipa-inline.c (reset_edge_caches): New function.
23839         (update_caller_keys): Add check_inlinablity_for; do not
23840         reset edge caches; remove now unnecesary loop.
23841         (update_callee_keys): Add comments; reset node_growth_cache of callee.
23842         (update_all_callee_keys): Likewise.
23843         (inline_small_functions): Sanity check cache; update code
23844         recomputing it.
23845
23846 2011-05-04  Bernd Schmidt  <bernds@codesourcery.com>
23847
23848         PR rtl-optimization/47612
23849         * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
23850         as the last insn of the sequence to be moved.
23851
23852 2011-05-04  Tobias Burnus  <burnus@net-b.de>
23853
23854         PR fortran/48864
23855         * doc/invoke.texi (Ofast): Document that it
23856         enables Fortran's -fno-protect-parens.
23857
23858 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
23859
23860         * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
23861
23862 2011-05-04  Eric Botcazou  <ebotcazou@adacore.com>
23863
23864         * stor-layout.c (variable_size): Do not issue errors.
23865
23866 2011-05-04  Richard Guenther  <rguenther@suse.de>
23867
23868         * coverage.c (tree_coverage_counter_ref): Use integer_type_node
23869         for array-ref indices.
23870         (tree_coverage_counter_addr): Likewise.
23871         (build_fn_info_type): Use size_int for index types.
23872         (build_gcov_info): Likewise.
23873
23874 2011-05-04  Richard Guenther  <rguenther@suse.de>
23875
23876         * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
23877         to build_int_cst.
23878         * c-typeck.c (really_start_incremental_init): Use bitsize_int
23879         for constructor indices.
23880         (push_init_level): Likewise.
23881
23882 2011-05-04  Richard Guenther  <rguenther@suse.de>
23883
23884         * explow.c (promote_mode): Move variable declarations before code.
23885
23886 2011-05-04  Nathan Froyd  <froydnj@codesourcery.com>
23887
23888         * tree.h (build_function_type_array): Declare.
23889         (build_varargs_function_type_array): Declare.
23890         (build_function_type_vec, build_varargs_function_type_vec): Define.
23891         * tree.c (build_function_type_array_1): New function.
23892         (build_function_type_array): New function.
23893         (build_varargs_function_type_array): New function.
23894
23895 2011-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
23896
23897         * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
23898         before setting STMT_VINFO_TYPE.
23899
23900 2011-05-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23901
23902         * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
23903         instead of spu_pass_by_reference.
23904
23905 2011-05-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23906
23907         * calls.c (emit_library_call_value_1): Invoke
23908         promote_function_mode hook on libcall arguments.
23909         * explow.c (promote_function_mode, promote_mode): Handle TYPE
23910         argument being NULL.
23911         * targhooks.c (default_promote_function_mode): Lisewise.
23912         * config/s390/s390.c (s390_promote_function_mode): Likewise.
23913         * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
23914
23915         * doc/tm.texi: Document that TYPE argument might be NULL.
23916
23917 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
23918
23919         * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
23920
23921 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
23922
23923         From Bernd Schmidt
23924         * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
23925
23926 2011-05-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23927
23928         * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
23929         (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
23930         Move ...
23931         * mips-tfile.c: ... here.
23932         Don't include coretypes.h, tm.h, filenames.h.
23933         (saber_stop): Remove definition and all calls.
23934         [__SABER__]: Remove.
23935         (__LINE__): Remove default.
23936         (Size_t, Ptrdiff_t): Remove definitions.
23937         Replace by size_t, ptrdiff_t.
23938         [!MIPS_DEBUGGING_INFO]: Remove.
23939         (SHASH_SIZE, THASH_SIZE): Remove defaults.
23940         (progname): Add const.
23941         (STATIC): Remove.
23942         Replace all uses by static.
23943         (ALIGN_SYMTABLE_OFFSET): Remove default.
23944         * mips-tdump.c: Don't include coretypes.h, tm.h.
23945         Remove !MIPS_IS_STAB guard.
23946         * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
23947         $(TM_H), filenames.h dependencies.
23948         (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
23949
23950 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
23951
23952         From Jie Zhang
23953         *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
23954         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
23955
23956 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
23957
23958         From Bernd Schmidt
23959         * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
23960         account and save/restore RETS.
23961         (PROFILE_BEFORE_PROLOGUE): Define.
23962         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character.  Correct
23963         the push insn to use predecrement.
23964
23965 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
23966
23967         From Jie Zhang
23968         * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
23969
23970 2011-05-04  Nick Clifton  <nickc@redhat.com>
23971
23972         * config/mn10300/mn10300.c: Include cfgloop.h.
23973         (DUMP): New macro.
23974         (mn10300_insert_setlb_lcc): New function.  Inserts a SETLB and a
23975         Lcc or a FLcc insn into the instruction stream.
23976         (mn10300_block_contains_call): New function.  Returns true if the
23977         given basic block contains a CALL insn.
23978         (mn10300_loop_contains_call_insn): New function.  Returns true if
23979         the given loop contains a CALL insn.
23980         (mn10300_scan_for_setlb_lcc): New function.  Finds opportunities
23981         to use the SETLB and Lcc or FLcc insns.
23982         (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
23983         (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
23984         * config/mn10300/mn10300.opt (msetlb): New option.  Used to
23985         disable the SETLB optimization.
23986         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
23987         __SETLB__ or __NO_SETLB__.
23988         * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
23989         (movsf_internal): Handle MDR register.
23990         (cmpsi): Make visible.
23991         (setlb): New pattern.
23992         (Lcc): New pattern.
23993         (FLcc): New pattern.
23994
23995 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
23996
23997         PR target/48860
23998         * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
23999         for reg<->xmm moves.
24000         * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
24001         (vec_concatv2di_rex64_sse): Ditto.
24002         (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
24003         (*vec_extractv2di_1_rex64): Ditto.
24004
24005         Revert:
24006         2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
24007
24008         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
24009         reg<->xmm moves.
24010         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
24011
24012 2011-05-04  Richard Guenther  <rguenther@suse.de>
24013
24014         * tree.h (int_const_binop): Remove notrunc argument.
24015         * fold-const.c (int_const_binop): Remove notrunc argument.  Always
24016         create integer constants that are properly truncated.
24017         (extract_muldiv_1): Expand one notrunc int_const_binop caller.
24018         (const_binop): Remove zero notrunc argument to int_const_binop.
24019         (size_binop_loc): Likewise.
24020         (fold_div_compare): Likewise.
24021         (maybe_canonicalize_comparison_1): Likewise.
24022         (fold_comparison): Likewise.
24023         (fold_binary_loc): Likewise.
24024         (multiple_of_p): Likewise.
24025         * expr.c (store_constructor): Likewise.
24026         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
24027         (maybe_fold_stmt_addition): Likewise.
24028         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
24029         * stor-layout.c (layout_type): Likewise.
24030         * tree-data-ref.c (tree_fold_divides_p): Likewise.
24031         * tree-sra.c (build_ref_for_offset): Likewise.
24032         (build_user_friendly_ref_for_offset): Likewise.
24033         * tree-ssa-address.c (maybe_fold_tmr): Likewise.
24034         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
24035         * tree-ssa-loop-niter.c (inverse): Likewise.
24036         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
24037         * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
24038         * tree-switch-conversion.c (check_range): Likewise.
24039         (build_constructors): Likewise.
24040         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
24041         * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
24042         (extract_range_from_assert): Likewise.
24043         (vrp_int_const_binop): Likewise.
24044         (extract_range_from_binary_expr): Likewise.
24045         (extract_range_from_unary_expr): Likewise.
24046         (check_array_ref): Likewise.
24047         (find_case_label_range): Likewise.
24048         (simplify_div_or_mod_using_ranges): Likewise.
24049         * tree-cfg.c (group_case_labels_stmt): Use double-ints for
24050         comparing case labels for merging.
24051
24052 2011-05-03  Mark Wielaard  <mjw@redhat.com>
24053
24054         * dwarf2out.c (debug_str_hash_forced): Removed.
24055         (gen_label_for_indirect_string): Removed.
24056         (get_debug_string_label): Removed.
24057         (AT_string_form): Generate label directly.
24058         (output_indirect_string): Test indirect_string_node for
24059         DW_FORM_strp instead of checking label and refcount.
24060         (prune_indirect_string): Removed.
24061         (prune_unused_types): Don't check debug_str_hash_forced or
24062         call prune_indirect_string.
24063
24064 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
24065
24066         PR other/48093
24067         * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
24068
24069 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
24070
24071         PR debug/47994
24072         PR debug/47919
24073         * combine.c (try_combine): Skip debug insns at m_split tests.
24074
24075 2011-04-26  Mark Wielaard  <mjw@redhat.com>
24076
24077         PR42288
24078         * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
24079         when info_section_emitted.
24080
24081 2011-05-03  Joseph Myers  <joseph@codesourcery.com>
24082
24083         * config/mips/mips-opts.h: New.
24084         * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
24085         to mips-opts.h.
24086         (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
24087         (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
24088         or OPT_mr10k_cache_barrier_ here.  Access mips_cache_flush_func
24089         via opts pointer.
24090         * config/mips/mips.h (enum mips_code_readable_setting): Move to
24091         mips-opts.h.
24092         (mips_abi, mips_code_readable): Don't declare.
24093         * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
24094         (mabi=): Use Enum and Var.
24095         (mips_abi): New Enum and EnumValue entries.
24096         (mcode-readable=): Use Enum and Var.
24097         (mips_code_readable_setting): New Enum and EnumValue entries.
24098         (mr10k-cache-barrier=): Use Enum and Var.
24099         (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
24100
24101 2011-05-03  Jan Hubicka  <jh@suse.cz>
24102
24103         * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
24104         replace hash by pointer map.
24105         (cgraph_node_set_element_def, cgraph_node_set_element,
24106         const_cgraph_node_set_element, varpool_node_set_element_def,
24107         varpool_node_set_element, const_varpool_node_set_element): Remove.
24108         (free_cgraph_node_set, free_varpool_node_set): New function.
24109         (cgraph_node_set_size, varpool_node_set_size): Use vector size.
24110         * tree-emutls.c: Free varpool node set.
24111         * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
24112         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
24113         debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
24114         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
24115         dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
24116         Move here from ipa.c; implement using pointer_map
24117         * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
24118         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
24119         debug_cgraph_node_set, varpool_node_set_new,
24120         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
24121         dump_varpool_node_set, debug_varpool_node_set):
24122         Move to ipa-uitls.c.
24123         * passes.c (ipa_write_summaries): Update.
24124
24125 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24126
24127         From Mike Frysinger:
24128         * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
24129         bf542/bf544/bf547/bf548/bf549.
24130
24131 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
24132
24133         * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
24134
24135 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24136
24137         From Bernd Schmidt:
24138         * config/bfin/bfin.md (MOVCC): New mode_macro.
24139         (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
24140         movsicc_insn1, movsicc_insn2 and movsicc and macroized.  Remove
24141         comments from generated assembly.
24142
24143 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24144
24145         From Bernd Schmidt
24146         * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
24147         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
24148         * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
24149         * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
24150         * config/bfin/lib1funcs.asm (___muldi3): New function.
24151
24152 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24153
24154         * config/stormy16/stormy16 (xstormy16_init_builtins): Call
24155         build_function_type_list instead of build_function_type.
24156         Rearrange initialization of `args' to do so.
24157
24158 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24159
24160         * config/i386/i386.c (ix86_code_end): Call build_function_type_list
24161         instead of build_function_type.
24162
24163 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24164
24165         * config/rs6000/rs6000.c (spe_init_builtins): Call
24166         build_function_type_list instead of build_function_type.
24167         (paired_init_builtins, altivec_init_builtins): Likewise.
24168         (builtin_function_type): Likewise.
24169
24170 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24171
24172         * config/sh/sh.c (sh_media_init_builtins): Call
24173         build_function_type_list instead of build_function_type.
24174
24175 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24176
24177         * config/sparc/sparc.c (sparc_file_end): Call
24178         build_function_type_list instead of build_function_type.
24179
24180 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24181
24182         * config/alpha/alpha.c (alpha_init_builtins): Call
24183         build_function_type_list instead of build_function_type.
24184
24185 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24186
24187         * config/xtensa/xtensa.c (xtensa_init_builtins): Call
24188         build_function_type_list instead of build_function_type.
24189
24190 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24191
24192         * config/iq2000/i2000.c (iq2000_init_builtins): Call
24193         build_function_type_list instead of build_function_type.
24194         Delete `endlink' variable.
24195
24196 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24197
24198         * config/avr/avr.c (avr_init_builtins): Call
24199         build_function_type_list instead of build_function_type.
24200
24201 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24202
24203         * config/picochip/picochip.c (picochip_init_builtins): Call
24204         build_function_type_list instead of build_function_type.
24205         Delete `endlink' variable.
24206
24207 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24208
24209         * config/bfin/bfin.c (bfin_init_builtins): Call
24210         build_function_type_list instead of build_function_type.
24211
24212 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24213
24214         From Bernd Schmidt
24215         * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
24216         that's not CONST_INT.  Seemingly redundant check is due to PR39768.
24217
24218 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24219
24220         From Jie Zhang:
24221         * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
24222         libbffastfp overrides libgcc when -mfast-fp.
24223
24224 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24225
24226         Originally from Bernd Schmidt
24227         * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
24228         * config/bfin/bfin.c (override_options): Test it and error if
24229         TARGET_FDPIC.
24230
24231 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24232
24233         Originally From Bernd Schmidt
24234         * config/bfin/bfin.c (override_options): Disable -fstack-limit for
24235         FD-PIC.
24236
24237 2011-05-03  Jeff Law  <law@redhat.com>
24238
24239         * tree-ssa-threadupdate.c (THREAD_TARGET): define.
24240         (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
24241         (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
24242         than accessing AUX field directly.  Free the AUX field before
24243         clearing it.
24244         (thread_block, thread_through_loop_header): Likewise.
24245         (thread_single_edge, mark_threaded_blocks): Likewise.
24246         (redirect_edges): Delay clearing the AUX field.  Free the AUX field.
24247         (register_jump_thread): Do not attempt to thread to a NULL edge.
24248
24249 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
24250
24251         * function.c (init_function_start): Call decide_function_section.
24252         * varasm.c (decide_function_section): New function.
24253         (assemble_start_function): When not using
24254         flag_reorder_blocks_and_partition, don't compute in_cold_section_p
24255         or first_function_block_is_cold.
24256         * rtl.h (decide_function_section): Declare.
24257
24258 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
24259             Jakub Jelinek  <jakub@redhat.com>
24260
24261         PR target/48774
24262         * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
24263         only succeed if req_mode is the same as set_mode.
24264
24265 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
24266
24267         * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
24268         * genemit.c (gen_exp): Handle RETURN.
24269         * emit-rtl.c (verify_rtx_sharing): Likewise.
24270         (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
24271         * rtl.c (copy_rtx): RETURN is shared.
24272         * rtl.h (enum global_rtl_index): Add GR_RETURN.
24273         (ret_rtx): New.
24274         * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
24275         * config/s390/s390.c (s390_emit_epilogue): Likewise.
24276         * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
24277         * config/cris/cris.c (cris_expand_return): Likewise.
24278         * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
24279         * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
24280         rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
24281         * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
24282         * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
24283         Likewise.
24284         * config/v850/v850.c (expand_epilogue): Likewise.
24285         * config/bfin/bfin.c (bfin_expand_call): Likewise.
24286         * config/arm/arm.md (epilogue): Likewise.
24287         * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
24288         * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
24289         variable to ret_reg.
24290
24291 2011-05-03  Richard Guenther  <rguenther@suse.de>
24292
24293         PR lto/48846
24294         * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
24295         Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
24296         * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
24297
24298 2011-05-03  Richard Guenther  <rguenther@suse.de>
24299
24300         * c-decl.c (grokdeclarator): Instead of looking at
24301         TREE_OVERFLOW check if the constant fits in the index type.
24302
24303 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
24304
24305         * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
24306         (vec_store_lanes<mode><mode>): Likewise.
24307
24308 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
24309
24310         * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
24311         * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
24312         convert_optab_index values.
24313         (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
24314         * genopinit.c (optabs): Initialize the new optabs.
24315         * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
24316         * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
24317         (expand_STORE_LANES): New functions.
24318         * tree.h (build_array_type_nelts): Declare.
24319         * tree.c (build_array_type_nelts): New function.
24320         * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
24321         (vect_model_load_cost): Likewise.
24322         (vect_store_lanes_supported, vect_load_lanes_supported)
24323         (vect_record_strided_load_vectors): Declare.
24324         * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
24325         (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
24326         (vect_transform_strided_load): Split out statement recording into...
24327         (vect_record_strided_load_vectors): ...this new function.
24328         * tree-vect-stmts.c (create_vector_array, read_vector_array)
24329         (write_vector_array, create_array_ref): New functions.
24330         (vect_model_store_cost): Add store_lanes_p argument.
24331         (vect_model_load_cost): Add load_lanes_p argument.
24332         (vectorizable_store): Try to use store-lanes functions for
24333         interleaved stores.
24334         (vectorizable_load): Likewise load-lanes and loads.
24335         * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
24336         to vect_model_store_cost.
24337         (vect_build_slp_tree): Likewise vect_model_load_cost.
24338
24339 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
24340
24341         * hooks.h (hook_bool_mode_uhwi_false): Declare.
24342         * hooks.c (hook_bool_mode_uhwi_false): New function.
24343         * target.def (array_mode_supported_p): New hook.
24344         * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
24345         * doc/tm.texi: Regenerate.
24346         * stor-layout.c (mode_for_array): New function.
24347         (layout_type): Use it.
24348         * config/arm/arm.c (arm_array_mode_supported_p): New function.
24349         (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
24350
24351 2011-05-03  Eric Botcazou  <ebotcazou@adacore.com>
24352
24353         PR target/48723
24354         * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
24355         for -fstack-check if the size to allocate is negative.
24356
24357 2011-05-02  Lawrence Crowl  <crowl@google.com>
24358
24359         * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
24360         (timevar_cond_start): New for starting a timer only when it is not
24361         already running.
24362         (timevar_cond_stop): New for stopping a timer when it was not already
24363         running.
24364
24365         * timevar.c (timevar_stop): Enable start/stop timers to start again.
24366         (timevar_cond_start): New as above.
24367         (timevar_cond_stop): New as above.
24368
24369         * timevar.def: Add start/stop timers for compiler phases,
24370         TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
24371         TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
24372         and TV_PHASE_FINALIZE.
24373         Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
24374         Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
24375         TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
24376         Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
24377         Make unused TV_OVERLOAD into a start/stop timer.
24378
24379         Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
24380         Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
24381         to indicate that they are start/stop timers.
24382
24383         * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
24384         Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
24385         Move initialization to do_compile.
24386         (do_compile): Add initialization from above.
24387         Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
24388
24389         * c-decl.c (c_write_global_declarations): Add start/stop of
24390         TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
24391
24392         * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
24393         or TV_PARSE_INLINE, as appropriate.
24394         (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
24395         (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
24396
24397 2011-05-02  Jason Merrill  <jason@redhat.com>
24398
24399         PR c++/40975
24400         * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
24401
24402 2011-05-02  Simon Martin  <simartin@users.sourceforge.net>
24403
24404         PR c/35445
24405         * c-decl.c (finish_decl): Only create a composite if the types are
24406         compatible.
24407
24408 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
24409
24410         * config/fr30/fr30-protos.h (Mmode): Don't define.
24411         * config/m32r/m32r-protos.h (Mmode): Don't define.  Expand
24412         definition where used.
24413         * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
24414         define.  Expand definitions where used.
24415         * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
24416         Expand definitions where used.
24417         * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
24418         rx_function_arg, rx_function_arg_advance,
24419         rx_function_arg_boundary): Expand definitions of those macros.
24420         * config/v850/v850-protos.h (Mmode): Don't define.  Expand
24421         definition where used.
24422
24423 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
24424
24425         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
24426         reg<->xmm moves.
24427         (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
24428         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.  Merge
24429         with *movv2sf_internal_rex64_avx.
24430         (*movv2sf_internal): Merge with *movv2sf_internal_avx.
24431         * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
24432         Use %v prefix in insn mnemonic to handle TARGET_AVX.
24433         (*movdi_internal): Add "isa" attribute.  Use "maybe_vex" instead of
24434         "vex" in "prefix" attribute calculation.
24435         (*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.
24436
24437 2011-05-02  Stuart Henderson  <shenders@gcc.gnu.org>
24438
24439         PR target/47951
24440         * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
24441         inputs match the output.
24442
24443 2011-05-02  Andreas Schwab  <schwab@linux-m68k.org>
24444
24445         PR target/47955
24446         * config/m68k/m68k.c (m68k_expand_prologue): Set
24447         current_function_static_stack_size.
24448
24449 2011-05-02   Jan Hubicka  <jh@suse.cz>
24450
24451         * lto-streamer.c (lto_streamer_cache_insert_1,
24452         lto_streamer_cache_lookup, lto_streamer_cache_create,
24453         lto_streamer_cache_delete): Use pointer map instead of hashtable.
24454         * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
24455
24456 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
24457
24458         * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
24459         config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
24460         config/m68k/t-opts: New files.
24461         * config/m68k/m68k-tables.opt: New file (generated).
24462         * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
24463         extra_options and m68k/t-opts to tmake_file.
24464         * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
24465         (all_isas): Initialize using m68k-isas.def.
24466         (all_microarchs): Initialize using m68k-microarchs.def.
24467         (m68k_find_selection): Remove.
24468         (m68k_handle_option): Don't assert that global structures are in
24469         use.  Use error_at.  Access variables via opts pointer.  Don't
24470         handle -march=, -mcpu= and -mtune= here.  Set gcc_options fields
24471         directly for -m68020-40 and -m68020-60.
24472         (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
24473         m68k_tune_entry here.
24474         * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
24475         to m68k-opts.h.
24476         (m68k_library_id_string): Remove declaration.
24477         * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
24478         (m68k_library_id_string): New Variable.
24479         (march=, mcpu=, mtune=): Use Enum and Var.
24480
24481 2011-05-02  Richard Guenther  <rguenther@suse.de>
24482
24483         * varasm.c (output_constructor_regular_field): Compute zero-based
24484         index with double-ints.  Make sure to ICE instead of producing
24485         wrong code.
24486         * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
24487         in asserts.  Properly use a signed type.
24488
24489 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
24490
24491         * config/i386/sse.md (V): New mode iterator.
24492         (V_128): Rename from SSEMODE.  Make V2DF mode conditional on
24493         TARGET_SSE2.
24494         (V_256): Rename from AVX256MODE.
24495         (VF): Make V4SF mode unconditional.  Add TARGET_SSE instruction
24496         condition to all users.
24497         (VF1): Ditto.
24498         (VF2): Make V2DF mode unconditional.  Add TARGET_SSE2 instruction
24499         condition to all users.
24500         (VF_128): Make V4SF mode unconditional.
24501         (VF_256): Rename from AVX256MODEF2P.
24502         (VI4F_128): Rename from SSEMODE4S.
24503         (VI8F_128): Rename from SSEMODE2D.
24504         (VI4F_256): Rename from AVX256MODE8P.
24505         (VI8F_256): Rename from AVX256MODE4P.
24506         (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
24507         (ssescalarmodesuffix): Remove SF and DF modes.
24508         (SSEMODE124): Remove.
24509         (SSEMODE1248): Ditto.
24510         (SSEMODEF2P): Ditto.
24511         (AVXMODEF2P): Ditto.
24512         (AVXMODEFDP): Ditto.
24513         (AVXMODEFSP): Ditto.
24514         (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
24515         unconditional.
24516         (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO.  Make V4SF mode
24517         unconditional.
24518         (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
24519         xop_pcmov_<mode>256.  Use V mode iterator.
24520
24521         Adjust RTX patterns globally for renamed mode attributes.
24522
24523 2011-05-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24524
24525         * haifa-sched.c (sched_emit_insn): Emit insn before first
24526         non-scheduled insn.  Inform back-end about new insn.  Add
24527         new insn to scheduled_insns list.
24528
24529 2011-05-02  Richard Guenther  <rguenther@suse.de>
24530
24531         PR tree-optimization/48822
24532         * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
24533         (process_scc): Indicate which iteration we start.
24534
24535 2011-05-02  Jan Hubicka  <jh@suse.cz>
24536
24537         * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
24538         (lto_section_overrun): New.
24539         * lto-section-out.c (append_block): Rename to ...
24540         (lto_append_block): ... this one; export.
24541         (lto_output_1_stream): Move lto lto-streamer.h
24542         (lto_output_data_stream): Update.
24543         * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
24544         (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
24545         functions.
24546
24547 2011-05-02  Richard Guenther  <rguenther@suse.de>
24548
24549         * tree.c (tree_code_counts): New global array.
24550         (record_node_allocation_statistics): Count individual tree codes.
24551         (dump_tree_statistics): Dump individual code stats.
24552
24553 2011-05-01  Jan Hubicka  <jh@suse.cz>
24554
24555         * ipa-inline.c (caller_growth_limits): Fix thinko when
24556         looking for largest stack frame.
24557         * ipa-inline.h (dump_inline_summary): Declare.
24558         * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
24559         on stack usage.
24560         (dump_inline_summary): Export.
24561         (debug_inline_summary): Declare as DEBUG_FUNCTION.
24562
24563 2011-05-01  Anatoly Sokolov  <aesok@post.ru>
24564
24565         * reginfo.c (memory_move_cost): Change rclass argument type form
24566         'enum reg_class' to reg_class_t.
24567         * reload.h (memory_move_cost): Update prototype.
24568         * postreload.c reload_cse_simplify_set): Change type dclass var to
24569         reg_class_t.
24570         * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
24571         Update prototype.
24572         (ira_allocate_and_set_costs): Change aclass argument type form
24573         'enum reg_class' to reg_class_t.
24574         * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
24575         Change aclass argument type to reg_class_t.
24576         (update_conflict_hard_reg_costs): Change type aclass and pref vars
24577         to reg_class_t.
24578         * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
24579         memory_move_cost call.
24580
24581         * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
24582         'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
24583         Change type tmp var to reg_class_t.
24584
24585 2011-04-30  Jan Hubicka  <jh@suse.cz>
24586
24587         * ipa-inline.c (can_inline_edge_p): Disregard limits when
24588         inlining into function with flatten attribute.
24589         (want_inline_small_function_p): Be more realistic about inlining
24590         cold calls where callee size grows.
24591
24592 2011-04-30  Jan Hubicka  <jh@suse.cz>
24593
24594         * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
24595         flags.
24596
24597 2011-04-30  Anatoly Sokolov  <aesok@post.ru>
24598
24599         * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
24600         PRINT_OPERAND_PUNCT_VALID_P): Remove.
24601         * config/sparc/sparc-protos.h (print_operand): Remove declaration.
24602         * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
24603         TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
24604         (print_operand): Rename to...
24605         (sparc_print_operand): ...this. Make static. Adjust
24606         sparc_print_operand function call.
24607         (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
24608         functions.
24609
24610 2011-04-30  Jan Hubicka  <jh@suse.cz>
24611
24612         PR middle-end/48752
24613         * ipa-inline.c (early_inliner): Disable when doing late
24614         addition of function.
24615
24616 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
24617
24618         * dwarf2out.c (get_address_mode): New inline.
24619         (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
24620         if not dwarf_strict emit
24621         DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
24622         desirable.  Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
24623         UNSIGNED_FLOAT, FIX and UNSIGNED_FIX.  Just return NULL for
24624         FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
24625         (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
24626         dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
24627         mem_loc_descriptor callers.
24628         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
24629         output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
24630         Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
24631         DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
24632         (base_types): New variable.
24633         (get_base_type_offset, calc_base_type_die_sizes,
24634         base_type_for_mode, mark_base_types, base_type_cmp,
24635         move_marked_base_types): New functions.
24636         (calc_die_sizes): Assert that die_offset is 0 or equal to
24637         next_die_offset.
24638         (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
24639         others defer to mem_loc_descriptor.  Adjust mem_loc_descriptor
24640         callers.  If not dwarf_strict, call mem_loc_descriptor even for
24641         non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
24642         (gen_subprogram_die): Don't give up on call site parameters
24643         with non-integral or large integral modes.  Adjust
24644         mem_loc_descriptor callers.
24645         (prune_unused_types): Call prune_unused_types_mark on base_types
24646         vector entries.
24647         (resolve_addr): Call mark_base_types.
24648         (dwarf2out_finish): Call move_marked_base_types.
24649
24650         PR tree-optimization/48809
24651         * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
24652         type.
24653         (gen_inbound_check): Don't compute index_expr - range_min in utype
24654         again, instead reuse SSA_NAME initialized in build_arrays.
24655         Remove two useless gsi_for_stmt calls.
24656
24657 2011-04-29  Jeff Law  <law@redhat.com>
24658
24659         * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
24660
24661 2011-04-29  Martin Jambor  <mjambor@suse.cz>
24662
24663         * cgraph.h (cgraph_postorder): Remove declaration.
24664         * ipa-utils.h (ipa_free_postorder_info): Declare.
24665         (ipa_reverse_postorder): Likewise.
24666         * cgraphunit.c: Include ipa-utils.h.
24667         (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
24668         * ipa-inline.c: Include ipa-utils.h.
24669         (ipa_inline): Update call to ipa_reverse_postorder.
24670         * ipa-pure-const.c (propagate_pure_const): Update call to
24671         ipa_reduced_postorder and ipa_print_order.  Call
24672         ipa_free_postorder_info to clean up.
24673         (propagate_nothrow): Likewise.
24674         * ipa-reference.c (propagate): Removed a useless call to
24675         ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
24676         and ipa_print_order.  Call ipa_free_postorder_info to clean up.
24677         * ipa.c: Include ipa-utils.h.
24678         (ipa_profile): Update call to ipa_reverse_postorder.
24679         (cgraph_postorder): Moved to...
24680         * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
24681         (ipa_utils_print_order): Renamed to ipa_print_order.
24682         (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
24683         comments.
24684         (ipa_free_postorder_info): New function.
24685         * passes.c: Include ipa-utils.h.
24686         (do_per_function_toporder): Update call to ipa_reverse_postorder.
24687         (ipa_write_summaries): Likewise.
24688         * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
24689         (cgraphunit.o): Likewise.
24690         (ipa.o): Likewise.
24691         (ipa-inline.o): Likewise.
24692
24693 2011-04-29  Jan Hubicka  <jh@suse.cz>
24694
24695         * ipa-inline.h (clause_t): Turn into unsigned int.
24696         * ipa-inline-analysis.c (add_clause): Do more simplification.
24697         (and_predicates): Shortcut more cases.
24698         (predicates_equal_p): Move forward; check that clauses are properly
24699         ordered.
24700         (or_predicates): Shortcut more cases.
24701         (edge_execution_predicate): Rewrite as...
24702         (set_cond_stmt_execution_predicate): ... this function; handle
24703         __builtin_constant_p.
24704         (set_switch_stmt_execution_predicate): New .
24705         (compute_bb_predicates): New.
24706         (will_be_nonconstant_predicate): Update TODO.
24707         (estimate_function_body_sizes): Use compute_bb_predicates
24708         and free them later, always try to estimate if stmt is constant.
24709         (estimate_time_after_inlining, estimate_size_after_inlining):
24710         Gracefully handle optimized out edges.
24711         (read_predicate): Fix off by one error.
24712
24713 2011-04-29  Nicola Pero  <nicola.pero@meta-innovation.com>
24714
24715         * Makefile.in (ENABLE_MAINTAINER_RULES): New.
24716
24717 2011-04-27  Xinliang David Li  <davidxl@google.com>
24718
24719         * tree-profile.c (init_ic_make_global_vars): Set
24720         tls attribute on ic vars.
24721         * coverage.c (coverage_end_function): Initialize
24722         function_list with zero.
24723
24724 2011-04-29  Richard Guenther  <rguenther@suse.de>
24725
24726         * builtins.c (fold_builtin_classify_type): Use integer_type_node
24727         for the type of the result.
24728         (fold_builtin_isascii): Likewise.
24729         (fold_builtin_toascii): Use integer_type_node where appropriate.
24730         (fold_builtin_logb): Likewise.
24731         (fold_builtin_frexp): Likewise.
24732         (fold_builtin_strstr): Likewise.
24733         (fold_builtin_strpbrk): Likewise.
24734         (fold_builtin_fputs): Likewise.
24735         (fold_builtin_sprintf): Likewise.
24736         (fold_builtin_snprintf): Likewise.
24737         (fold_builtin_printf): Likewise.
24738         (do_mpfr_remquo): Use a proper type for the assigned constant.
24739         (do_mpfr_lgamma_r): Likewise.
24740         * dwarf2out.c (resolve_one_addr): Use size_int.
24741         * except.c (init_eh): Likewise.
24742         (assign_filter_values): Use integer_type_node for filter values.
24743         (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
24744         indices.
24745         * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
24746         for EH region numbers.
24747         * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
24748         for the shift amount.
24749
24750 2011-04-29  Richard Guenther  <rguenther@suse.de>
24751
24752         * expr.h (expand_shift): Rename to ...
24753         (expand_variable_shift): ... this.
24754         (expand_shift): Take a constant shift amount.
24755         * expmed.c (expand_shift): Rename to ...
24756         (expand_variable_shift): ... this.
24757         (expand_shift): New wrapper around expand_variable_shift.
24758         * expr.c (convert_move, emit_group_load_1, emit_group_store,
24759         optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
24760         expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
24761         * expmed.c (store_fixed_bit_field, extract_bit_field_1,
24762         extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
24763         expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
24764         extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
24765         emit_store_flag_1, emit_store_flag): Likewise.
24766         * builtins.c (expand_builtin_signbit): Likewise.
24767         * calls.c (load_register_parameters): Likewise.
24768         * function.c (assign_parm_setup_block): Likewise.
24769         * lower-subreg.c (resolve_shift_zext): Likewise.
24770         * optabs.c (widen_bswap, expand_abs_nojump,
24771         expand_one_cmpl_abs_nojump, expand_float): Likewise.
24772         * spu/spu.c (spu_expand_extv): Likewise.
24773         * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
24774
24775 2011-04-29  Richard Guenther  <rguenther@suse.de>
24776
24777         * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
24778         for the remapped region number.
24779         * predict.c (build_predict_expr): Use integer_type_node for the
24780         predict kind.
24781         * fold-const.c (fold_binary_loc): Use integer_type_node for
24782         the shift amount.  Use a proper type for the PLUS_EXPR operand.
24783
24784 2011-04-29  Michael Matz  <matz@suse.de>
24785
24786         * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
24787         other trees that just builtins.
24788         (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
24789
24790 2011-04-29  Richard Guenther  <rguenther@suse.de>
24791
24792         * tree-nested.c (get_trampoline_type): Use size_int.
24793         (get_nl_goto_field): Likewise.
24794         * tree-eh.c (lower_try_finally_switch): Use integer_type_node
24795         for all indexes.
24796         (lower_eh_constructs_2): Likewise.
24797         (lower_resx): Likewise.
24798         (lower_eh_dispatch): Likewise.
24799         * tree-mudflap.c (mf_build_string): Use size_int.
24800         (mudflap_register_call): Use integer_type_node for the flag.
24801         (mudflap_enqueue_constant): Use size_int.
24802         * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
24803         instead of rebuilding it.
24804
24805 2011-04-29  Richard Guenther  <rguenther@suse.de>
24806
24807         * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
24808         Handle OBJ_TYPE_REF.
24809         (find_func_aliases_for_call): Use it more consistently.
24810
24811 2011-04-29  Alexandre Oliva  <aoliva@redhat.com>
24812
24813         * haifa-sched.c (last_nondebug_scheduled_insn): New.
24814         (rank_for_schedule): Use it.
24815         (schedule_block): Set it.
24816
24817 2011-04-28  David Li  <davidxl@google.com>
24818
24819         * tree.c (crc32_string): Use crc32_byte.
24820         (crc32_byte): New function.
24821         * tree.h (crc32_byte): New function.
24822         * gcov.c (read_graph_file): Handle new cfg_cksum.
24823         (read_count_file): Ditto.
24824         * profile.c (instrument_values): Ditto.
24825         (get_exec_counts): Ditto.
24826         (read_profile_edge_counts): Ditto.
24827         (compute_branch_probabilities): Ditto.
24828         (compute_value_histograms): Ditto.
24829         (branch_prob): Ditto.
24830         (end_branch_prob): Ditto.
24831         * coverage.c (read_counts_file): Ditto.
24832         (get_coverage_counts): Ditto.
24833         (tree_coverage_counter_addr): Ditto.
24834         (coverage_checksum_string): Ditto.
24835         (coverage_begin_output): Ditto.
24836         (coverage_end_function): Ditto.
24837         (build_fn_info_type): Ditto.
24838         (build_fn_info_value): Ditto.
24839         * libgcov.c (gcov_exit): Ditto.
24840         * gcov-dump.c (tag_function): Ditto.
24841         (compute_checksum): Remove.
24842
24843 2011-04-29  Alan Modra  <amodra@gmail.com>
24844
24845         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
24846         unspec plus offset.  Tidy macho code.
24847
24848 2011-04-29  Martin Jambor  <mjambor@suse.cz>
24849
24850         * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
24851         node instead of a decl.  Update all callers.
24852         * cgraph.h: Update declaration.
24853
24854 2011-04-28  Ira Rosen  <ira.rosen@linaro.org>
24855
24856         PR tree-optimization/48765
24857         * tree-vectorizer.h (vect_make_slp_decision): Return bool.
24858         * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
24859         to indicate if loop aware SLP is being used.  Scan the statements
24860         and update the vectorization factor according to the type of
24861         vectorization before statement analysis.
24862         (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
24863         pass it to vect_analyze_loop_operations.
24864         (vectorizable_reduction): Set number of copies to 1 in case of pure
24865         SLP statement.
24866         * tree-vect-stmts.c (vectorizable_conversion,
24867         vectorizable_assignment, vectorizable_shift,
24868         vectorizable_operation, vectorizable_type_demotion,
24869         vectorizable_type_promotion, vectorizable_store, vectorizable_load):
24870         Likewise.
24871         (vectorizable_condition): Move the check that it is not SLP
24872         vectorization before the number of copies check.
24873         * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
24874         to vectorize the loop using SLP.
24875
24876 2011-04-28  Jakub Jelinek  <jakub@redhat.com>
24877
24878         PR middle-end/48597
24879         * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
24880         inline asm.
24881
24882 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
24883
24884         * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
24885         *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
24886         (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
24887         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
24888         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
24889         linux*.h headers.
24890         * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
24891         * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
24892         * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
24893         * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
24894         * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
24895         * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
24896         REG_NAME.
24897         * config/i386/linux.h (REG_NAME): Don't define.
24898         * config/i386/linux64.h (REG_NAME): Don't define.
24899         * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
24900         Undefine before defining.
24901
24902 2011-04-28  Jan Hubicka  <jh@suse.cz>
24903
24904         * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
24905         nonconstant_names array.
24906         (estimate_function_body_sizes): Build nonconstant_names array; handle
24907         BUILT_IN_CONSTANT_P.
24908
24909 2011-04-28  Richard Guenther  <rguenther@suse.de>
24910
24911         PR bootstrap/48804
24912         Revert
24913         2011-04-28  Richard Guenther  <rguenther@suse.de>
24914
24915         * tree-ssa-structalias.c (solve_constraints): Build succ graph
24916         as late as possible.
24917
24918 2011-04-28  Richard Guenther  <rguenther@suse.de>
24919
24920         * tree-ssa-structalias.c (dump_constraint): Don't end the line.
24921         (debug_constraint): Do it here.
24922         (dump_constraints): And here.
24923         (rewrite_constraints): And here.
24924         (dump_constraint_edge): Remove.
24925         (dump_constraint_graph): Rewrite to produce DOT output.
24926         (solve_constraints): Build succ graph as late as possible.
24927         Dump constraint graphs before and after solving.
24928
24929 2011-04-28  Richard Guenther  <rguenther@suse.de>
24930
24931         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
24932         New function split out from ...
24933         (find_func_aliases): ... here.  Call it.
24934         (find_func_aliases_for_call): Likewise.
24935
24936 2011-04-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
24937
24938         * internal-fn.h (internal_fn_name_array): Declare.
24939         (internal_fn_flags_array): Likewise.
24940
24941 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
24942
24943         * config/i386/i386.md (ssemodesuffix):  Merge with ssevecsize,
24944         ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
24945         Move from sse.md.
24946         (ssemodefsuffix): Remove.
24947         (ssevecmodesuffix): New mode attribute.
24948         (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
24949         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
24950         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
24951         *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
24952         *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
24953         *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
24954         *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
24955         ssemodesuffix mode attribute.
24956         (float splitters): Use ssevecmodesuffix mode attribute.
24957         * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
24958         (sseinsmode): Rename from avxvecmode.
24959         (avxsizesuffix): Rename from avxmodesuffix.
24960         (sseintvecmode): Rename from avxpermvecmode.
24961         (ssedoublevecmode): Rename from ssedoublesizemode.
24962         (ssehalfvecmode): Rename from avxhalfvecmode.
24963         (ssescalarmode): Rename from avxscalarmode.
24964         (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
24965         templates for ssemodesuffix mode attribute.
24966         (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
24967         mode attribute.
24968
24969         Adjust RTX patterns globally for renamed mode attributes.
24970
24971 2011-04-27  Jan Hubcika  <jh@suse.cz>
24972
24973         * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
24974         * ipa-inline-analysis.c: Include alloc-pool.h.
24975         (edge_predicate_pool): New.
24976         (trye_predicate_p): New function
24977         (false_predicate_p): New function.
24978         (add_clause): Sanity check that false clauses are "optimized";
24979         never add clauses to predicate that is already known to be false.
24980         (and_predicate): Use flase_predicate_p.
24981         (evaulate_predicate): Rename to ...
24982         (evaluate_predicate): ... this one; update all callers; assert
24983         that false is not listed among possible truths.
24984         (dump_predicate): Use true_predicate_p.
24985         (account_size_time): Use false_predicate_p.
24986         (evaulate_conditions_for_edge): Rename to ...
24987         (evaluate_conditions_for_edge) ... this one.
24988         (edge_set_predicate): New function.
24989         (inline_edge_duplication_hook): Duplicate edge predicates.
24990         (inline_edge_removal_hook): Free edge predicates.
24991         (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
24992         (dump_inline_summary): Update.
24993         (estimate_function_body_sizes): Set edge predicates.
24994         (estimate_calls_size_and_time): Handle predicates.
24995         (estimate_callee_size_and_time): Update.
24996         (remap_predicate): Add toplev_predicate; update comment.
24997         (remap_edge_predicates): New function.
24998         (inline_merge_summary): Compute toplev predicate; update.
24999         (read_predicate): New function.
25000         (read_inline_edge_summary): Use it.
25001         (inline_read_section): Likewise.
25002         (write_predicate): New function.
25003         (write_inline_edge_summary): Use it.
25004         (inline_write_summary): Likewise.
25005         (inline_free_summary): Free alloc pool and edge summary vec.
25006
25007 2011-04-27  Richard Guenther  <rguenther@suse.de>
25008
25009         * tree-ssa-structalias.c (changed_count): Remove.
25010         (changed): Use a bitmap.
25011         (unify_nodes): Adjust.
25012         (do_sd_constraint): Likewise.
25013         (do_ds_constraint): Likewise.
25014         (do_complex_constraint): Likewise.
25015         (solve_graph): Likewise.
25016
25017 2011-04-27  Jan Hubicka  <jh@suse.cz>
25018
25019         * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
25020
25021 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
25022
25023         * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
25024         (avx_vperm2f128_*_operand): Ditto.
25025         * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
25026         Use avx_vpermilp_parallel in insn condition.
25027         (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
25028         Use avx_vperm2f128_parallel in insn condition.
25029
25030 2011-04-27  Richard Guenther  <rguenther@suse.de>
25031
25032         * Makefile.in (tree-ssa-structalias.o): Remove
25033         gt-tree-ssa-structalias.h dependency.
25034         (GTFILES): Remove tree-ssa-structalias.c.
25035         * tree.c (allocate_decl_uid): New function.
25036         (make_node_stat): Use it.
25037         (copy_node_stat): Likewise.
25038         * tree.h (allocate_decl_uid): Declare.
25039         * tree-ssa-alias.h (delete_alias_heapvars): Remove.
25040         * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
25041         * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
25042         * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
25043         * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
25044         (struct heapvar_map): Likewise.
25045         (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
25046         heapvar_insert): Likewise.
25047         (make_heapvar_for): Rename to ...
25048         (make_heapvar): ... this.  Simplify.
25049         (fake_var_decl_obstack): New global var.
25050         (build_fake_var_decl): New function.
25051         (make_constraint_from_heapvar): Adjust.
25052         (handle_lhs_call): Likewise.
25053         (create_function_info_for): Likewise.
25054         (intra_create_variable_infos): Likewise.
25055         (init_alias_vars): Allocate fake_var_decl_obstack.
25056         (init_alias_heapvars, delete_alias_heapvars): Remove.
25057         (compute_points_to_sets): Do not call init_alias_heapvars.
25058         (ipa_pta_execute): Likewise.
25059         (delete_points_to_sets): Free fake_var_decl_obstack.
25060
25061 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25062
25063         * config/spu/divmovti4.c (union qword_UTItype): New data type.
25064         (si_from_UTItype, si_to_UTItype): New functions.
25065         (__udivmodti4): Use them to implement type-punning.
25066         * config/spu/multi3.c (union qword_TItype): New data type.
25067         (si_from_TItype, si_to_TItype): New functions.
25068         (__multi3): Use them to implement type-punning.
25069
25070 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25071
25072         * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
25073
25074 2011-04-27  Jan Hubicka  <jh@suse.cz>
25075
25076         * ipa-prop.c (function_insertion_hook_holder): New holder.
25077         (ipa_add_new_function): New function.
25078         (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
25079         Register/deregister holder.
25080
25081 2011-04-27  Richard Guenther  <rguenther@suse.de>
25082
25083         PR tree-optimization/48772
25084         * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
25085
25086 2011-04-27  Richard Guenther  <rguenther@suse.de>
25087
25088         * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
25089         TARGET_MEM_REF handling.
25090
25091 2011-04-27  Nick Clifton  <nickc@redhat.com>
25092
25093         * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
25094         ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
25095         (REG_CLASS_NAMES): Likewise.
25096         (REG_CLASS_CONTENTS): Likewise.
25097         (EVEN_ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
25098         (ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
25099         (FEVEN_REGS): New macro.  Alias for QUAD_ACC_REGS.
25100         (FPR_REGS): New macro.  Alias for QUAD_ACC_REGS.
25101         (EVEN_REGS): New macro.  Alias for QUAD_REGS.
25102         * config/frv/frv.c (frv_secondary_reload_class): Remove use of
25103         duplicate register classes.
25104         (frv_class_likely_spilled_p): Likewise.
25105         (frv_register_move_cost): Likewise.
25106
25107         * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
25108         end of the regno_reg_class array.
25109
25110 2011-04-27  Jakub Jelinek  <jakub@redhat.com>
25111
25112         PR c/48742
25113         * c-typeck.c (build_binary_op): Don't wrap arguments if
25114         int_operands is true.
25115
25116 2011-04-26  Kaz Kojima  <kkojima@gcc.gnu.org>
25117
25118         PR target/48767
25119         * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
25120         targetm.calls.must_pass_in_stack for void type.
25121
25122 2011-04-26  Jan Hubicka  <jh@suse.cz>
25123
25124         * cgraphbuild.c (build_cgraph_edges): Update call
25125         of cgraph_create_edge and cgraph_create_indirect_edge.
25126         * cgraph.c (cgraph_create_edge_including_clones,
25127         cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
25128         cgraph_update_edges_for_call_stmt_node): Do not take nest
25129         argument; do not initialize call_stmt_size/time.
25130         (dump_cgraph_node): Do not dump nest.
25131         (cgraph_clone_edge): Do not take loop_nest argument;
25132         do not propagate it; do not clone call_stmt_size/time.
25133         (cgraph_clone_node): Likewise.
25134         (cgraph_create_virtual_clone): Update.
25135         * cgraph.h (struct cgraph_edge): Remove
25136         call_stmt_size/call_stmt_time/loop_nest.
25137         (cgraph_create_edge, cgraph_create_indirect_edge,
25138         cgraph_create_edge_including_clones, cgraph_clone_node): Update
25139         prototype.
25140         * tree-emutls.c (gen_emutls_addr): Update.
25141         * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
25142         loop_nest; handle indirect calls, too.
25143         (clone_inlined_nodes): Do not care about updating inline summaries.
25144         * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
25145         * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
25146         stream call_stmt_size/call_stmt_time/loop_nest.
25147         * ipa-inline.c (edge_badness): Update.
25148         (ipa_inline): dump summaries after inlining.
25149         * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
25150         New.
25151         (inline_edge_summary): New function.
25152         * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
25153         (inline_edge_removal_hook): Handle edge summaries.
25154         (inline_edge_duplication_hook): New hook.
25155         (inline_summary_alloc): Alloc hooks.
25156         (initialize_growth_caches): Do not register removal hooks.
25157         (free_growth_caches); Do not free removal hook.
25158         (dump_inline_edge_summary): New function.
25159         (dump_inline_summary): Use it.
25160         (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
25161         (inline_update_callee_summaries): New function.
25162         (inline_merge_summary): Use it.
25163         (do_estimate_edge_time, do_estimate_edge_growth): Update.
25164         (read_inline_edge_summary): New function.
25165         (inline_read_section): Use it.
25166         (write_inline_edge_summary): New function.
25167         (inline_write_summary): Use it.
25168         (inline_free_summary): Free edge new holders.
25169         * tree-inline.c (copy_bb): Update.
25170
25171 2011-04-26  Jason Merrill  <jason@redhat.com>
25172
25173         * tree-eh.c (lower_try_finally_switch): Create the label along with
25174         the CASE_LABEL_EXPR.
25175
25176 2011-04-26  David S. Miller  <davem@davemloft.net>
25177             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25178
25179         * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
25180         * configure: Regenerate.
25181
25182 2011-04-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
25183
25184         PR target/48258
25185         * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
25186         reduction.
25187         (VEC_reduc): New code iterator and splitters for vector reduction.
25188         (VEC_reduc_name): Ditto.
25189         (VEC_reduc_rtx): Ditto.
25190         (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
25191         (reduc_<VEC_reduc_name>_v4sf): Ditto.
25192
25193         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
25194         support for extracting SF on VSX.
25195
25196         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
25197         generating xscvspdp.
25198         (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
25199         (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
25200         double add, minimum, maximum vector reduction.
25201         (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
25202         (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
25203         optimize double vector reduction.
25204         (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
25205
25206 2011-04-26  Joseph Myers  <joseph@codesourcery.com>
25207
25208         * config/fr30/fr30.h (inhibit_libc): Don't define.
25209         * config/m32r/m32r-protos.h: Correct comment.
25210         * config/v850/v850.h (GHS_default_section_names,
25211         GHS_current_section_names): Use tree, not union tree_node *.
25212
25213 2011-04-26  Xinliang David Li  <davidxl@google.com>
25214
25215         * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
25216         * c-family/c-opts.c (c_common_handle_option): Set
25217         warn_maybe_uninitialized.
25218         * opts.c (common_handle_option): Ditto.
25219         * common.opt:  New option.
25220         * tree-ssa.c (warn_uninit): Add one more parameter.
25221         (warn_uninitialized_var): Pass warning code.
25222         * tree-flow.h: Interface change.
25223
25224 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25225
25226         * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
25227         (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
25228         (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
25229
25230 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25231
25232         * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
25233         * config/mips/mips.opt (mmips-tfile): Remove.
25234
25235         * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
25236         mips-tdump reference to ...
25237         (Specific, alpha*-dec-osf5.1): ... here.  Adapt for Tru64 UNIX.
25238         * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
25239         reference by Tru64 UNIX.
25240
25241 2011-04-26  Jakub Jelinek  <jakub@redhat.com>
25242
25243         PR debug/48768
25244         * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
25245         is error_mark_node, set value to NULL.
25246
25247         PR tree-optimization/48734
25248         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
25249         if return value from maybe_fold_*_comparsions isn't something
25250         the code is prepared to handle.
25251
25252 2011-04-26  Uros Bizjak  <ubizjak@gmail.com>
25253
25254         * config/i386/predicates.md (ext_QIreg_operand): Remove extra
25255         mode check.
25256         (ext_QIreg_nomode_operands): Remove.
25257         * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
25258         (*andsi_1): Ditto.
25259         (*andhi_1): Ditto.
25260
25261 2011-04-26  Andrew Stubbs  <ams@codesourcery.com>
25262
25263         * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
25264
25265 2011-04-26  Richard Guenther  <rguenther@suse.de>
25266
25267         * c-typeck.c (build_unary_op): Do not expand array-refs via
25268         pointer arithmetic.  Only adjust qualifiers for function types.
25269
25270 2011-04-26  Richard Guenther  <rguenther@suse.de>
25271
25272         PR middle-end/48694
25273         * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
25274         * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
25275         compare the operands with OEP_CONSTANT_ADDRESS_OF.  Treat trees
25276         with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
25277
25278 2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
25279
25280         * doc/extend.texi: Document __underlying_type.
25281
25282 2011-04-25  Segher Boessenkool  <segher@kernel.crashing.org>
25283
25284         * config/rs6000/titan.md (automata_option "progress"): Remove.
25285
25286 2011-04-25  Jeff Law  <law@redhat.com>
25287
25288         * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
25289
25290 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
25291
25292         * system.h (ENUM_BITFIELD): Remove.
25293
25294 2011-04-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
25295             Eric Botcazou  <ebotcazou@adacore.com>
25296
25297         * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
25298         for STORE_FLAG_VALUE==-1 case.
25299
25300 2011-04-24  Richard Sandiford  <richard.sandiford@linaro.org>
25301
25302         PR target/43804
25303         * config/m68k/constraints.md (T): Allow PIC operands that satisfy
25304         LEGITIMATE_PIC_OPERAND_P.
25305
25306 2011-04-24  Jan Hubicka  <jh@suse.cz>
25307
25308         * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
25309         WPA hack.
25310         * ipa-prop.h (ipa_get_param, ipa_is_param_used,
25311         ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
25312         ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
25313         * ipa-inline-analysis.c (add_clause): Fix clause ordering.
25314         (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
25315         Sanity check predicate length.
25316         (remap_predicate): Likewise; sanity check jump functions.
25317         (inline_read_section, inline_write_summary): Sanity check
25318         predicate length.
25319
25320 2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>
25321
25322         PR other/48748
25323         * doc/extend.texi (Type Traits): Document __is_standard_layout,
25324         __is_literal_type, and __is_trivial; update throughout about
25325         possibly cv-qualified void types.
25326
25327 2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
25328
25329         * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
25330         testsuite and make it version agnostic.
25331
25332 2011-04-22  Jan Hubicka  <jh@suse.cz>
25333
25334         * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
25335
25336 2011-04-23  Jakub Jelinek  <jakub@redhat.com>
25337
25338         PR c/48685
25339         * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
25340         to VOID_TYPE even around MODIFY_EXPR.
25341
25342 2011-04-22  Mike Stump  <mikestump@comcast.net>
25343
25344         * gensupport.c (read_md_rtx): Fix typo in comment.
25345         * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
25346         comment.
25347
25348 2011-04-22  Jan Hubicka  <jh@suse.cz>
25349
25350         * gengtype.c (open_base_files): Add ipa-inline.h include.
25351         * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
25352         ipa-prop.c; update all uses.
25353         * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
25354         * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
25355         merge summary of inlined function into former caller.
25356         * ipa-inline.c (max_benefit): Remove.
25357         (edge_badness): Compensate for removal of benefits.
25358         (update_caller_keys): Use
25359         reset_node_growth_cache/reset_edge_growth_cache.
25360         (update_callee_keys): Likewise.
25361         (update_all_callee_keys): Likewise.
25362         (inline_small_functions): Do not collect max_benefit; do not reset
25363         estimated_growth; call free_growth_caches and initialize_growth_caches.
25364         * ipa-inline.h (struct condition, type clause_t, struct predicate,
25365         struct size_time_entry): New structures.
25366         (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
25367         (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
25368         and estimated_growth.
25369         (edge_growth_cache_entry): New structure.
25370         (node_growth_cache, edge_growth_cache): New global vars.
25371         (estimate_growth): Turn into inline.
25372         (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
25373         initialize_growth_caches, free_growth_caches): Declare.
25374         (estimate_edge_growth): Rewrite.
25375         (estimate_edge_time): Implement as inline cache lookup.
25376         (reset_node_growth_cache, reset_edge_growth_cache): New inline
25377         functions.
25378         (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
25379         (NUM_CONDITIONS): New constant.
25380         (predicate_conditions): New enum.
25381         (IS_NOT_CONSTANT): New constant.
25382         (edge_removal_hook_holder): New var.
25383         (node_growth_cache, edge_growth_cache): New global vars.
25384         (true_predicate, single_cond_predicate, false_predicate,
25385         not_inlined_predicate, add_condition, add_clause, and_predicates,
25386         or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
25387         dump_clause, dump_predicate, account_size_time,
25388         evaulate_conditions_for_edge): New functions.
25389         (inline_summary_alloc): Move to heap.
25390         (inline_node_removal_hook): Clear condition and entry vectors.
25391         (inline_edge_removal_hook): New function.
25392         (initialize_growth_caches, free_growth_caches): New function.
25393         (dump_inline_summary): Update.
25394         (edge_execution_predicate): New function.
25395         (will_be_nonconstant_predicate): New function.
25396         (estimate_function_body_sizes): Compute BB and constantness predicates.
25397         (compute_inline_parameters): Do not clear estimated_growth.
25398         (estimate_edge_size_and_time): New function.
25399         (estimate_calls_size_and_time): New function.
25400         (estimate_callee_size_and_time): New function.
25401         (remap_predicate): New function.
25402         (inline_merge_summary): New function.
25403         (do_estimate_edge_time): New function based on...
25404         (estimate_edge_time): ... this one.
25405         (do_estimate_edge_growth): New function.
25406         (do_estimate_growth): New function based on....
25407         (estimate_growth): ... this one.
25408         (inline_analyze_function): Analyze after deciding on jump functions.
25409         (inline_read_section): New function.
25410         (inline_read_summary): Use it.
25411         (inline_write_summary): Write all the new data.
25412         * ipa-prop.c (ipa_get_param_decl_index): Export.
25413         (ipa_lattice_from_jfunc): Move here from ipa-cp.c
25414         * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
25415         Declare.
25416         (ipa_get_lattice): Move here from ipa-cp.c
25417         * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
25418         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
25419         * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
25420         cgraph_edge_inlinable_p): Remove.
25421         * cgraphunit.c: Include ipainline.h
25422         (cgraph_process_new_functions): Update call of
25423         compute_inline_parameters.
25424
25425 2011-04-22  Richard Guenther  <rguenther@suse.de>
25426
25427         * tree.c (build_int_cst): Properly create canonicalized integer
25428         constants.
25429         (build_int_cst_type): Remove scary comments.
25430
25431 2011-04-22  Xinliang David Li  <davidxl@google.com>
25432
25433         * toplev.c (process_options): Enable -Werror=coverage-mismatch
25434         by default when -Wno-error is not specified.
25435         * opts-global.c (decode_options): Remove call to
25436         control_warning_options.
25437
25438 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
25439
25440         PR tree-optimization/48717
25441         * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
25442         ~A + A optimizations use build_int_cst_type instead of build_int_cst.
25443
25444 2011-04-22  Joseph Myers  <joseph@codesourcery.com>
25445
25446         * config/bfin/bfin-protos.h (Mmode): Don't define.  Expand
25447         definition where used.
25448
25449 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
25450
25451         PR c/48716
25452         * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
25453         TREE_STATIC variables declared inside of some OpenMP construct.
25454
25455 2011-04-22  Martin Jambor  <mjambor@suse.cz>
25456
25457         PR middle-end/48585
25458         * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
25459
25460 2011-04-22  Alexander Monakov  <amonakov@ispras.ru>
25461
25462         PR c/36750
25463         * c-typeck.c (pop_init_level): Do not warn about initializing
25464         with ` = {0}'.
25465
25466 2011-04-22  Alan Modra  <amodra@gmail.com>
25467
25468         * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
25469         when returning call_cookie.
25470         (rs6000_function_ok_for_sibcall): Allow sibcalls via function
25471         pointers, to functions with no more vector args than the current
25472         function, and some non-local calls for ABI_V4.
25473         * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
25474         sibcall_nonlocal_aix64): Combine to ..
25475         (sibcall_nonlocal_aix<mode>): ..this.  Handle function pointer calls.
25476         (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
25477         (sibcall_value_nonlocal_aix<mode>): ..likewise.
25478         (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
25479         (sibcall_value_nonlocal_sysv<mode>): Likewise.  Correct call cookie
25480         operand.
25481         * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
25482         sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
25483         sibcall_value_symbolic_64): Delete.
25484
25485 2011-04-21  Xinliang David Li  <davidxl@google.com>
25486
25487         * cgraph.h: Remove pid.
25488         * cgraph.c: Remove pid.
25489         * value-prof.c (init_node_map): New function.
25490         (del_node_map): New function.
25491         (find_func_by_funcdef_no): New function.
25492         (gimple_ic_transform): Call new function.
25493         * cgraphunit.c (cgraph_finalize_function): Remove pid.
25494         * function.c (get_last_funcdef_no): New function.
25495         * function.h (get_last_funcdef_no): New function.
25496         * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
25497         to libgcov function.
25498         (tree-profiling): Call node map init and delete function.
25499
25500 2011-04-21  Ian Lance Taylor  <iant@google.com>
25501
25502         * godump.c (go_format_type): Use exported Go name for anonymous
25503         field name.
25504
25505 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25506
25507         * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
25508         Call builtin_function_type_list instead of builtin_function_type.
25509         (UNARY, BINARY, TRINARY, QUAD): Likewise.
25510
25511 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25512
25513         * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
25514         build_function_type_list instead of build_function_type.
25515         Delete variable `endlink'.
25516
25517 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25518
25519         * config/s390/s390.c (s390_init_builtins): Call
25520         build_function_type_list instead of build_function_type.
25521
25522 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25523
25524         * config/ia64/ia64.c (ia64_init_builtins): Call
25525         build_function_type_list instead of builtin_function_type.
25526
25527 2011-04-21  Easwaran Raman  <eraman@google.com>
25528
25529         * cfgexpand.c (stack_var): Remove OFFSET...
25530         (add_stack_var): ...and its reference here...
25531         (expand_stack_vars): ...and here.
25532         (stack_var_cmp): Sort by descending order of size.
25533         (partition_stack_vars): Change heuristic.
25534         (union_stack_vars): Fix to reflect changes in partition_stack_vars.
25535         (dump_stack_var_partition): Add newline after each partition.
25536
25537 2011-04-21  Dimitrios Apostolou  <jimis@gmx.net>
25538             Jeff Law  <law@redhat.com>
25539
25540         * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
25541         * gengtype.c (matching_file_name_substitute): Likewise.
25542
25543 2011-04-21  Richard Guenther  <rguenther@suse.de>
25544
25545         PR lto/48703
25546         * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
25547
25548 2011-04-21  Eric Botcazou  <ebotcazou@adacore.com>
25549
25550         * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
25551
25552 2011-04-21  Richard Guenther  <rguenther@suse.de>
25553
25554         * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
25555         file name.
25556
25557 2011-04-21  Richard Guenther  <rguenther@suse.de>
25558
25559         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
25560         MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
25561         Use DECL_P, not SSA_VAR_P.
25562         (ptr_derefs_may_alias_p): Likewise.
25563         (ptr_deref_may_alias_ref_p_1): Likewise.
25564         (decl_refs_may_alias_p): Likewise.
25565         (refs_may_alias_p_1): Likewise.
25566         (ref_maybe_used_by_call_p_1): Likewise.
25567         (call_may_clobber_ref_p_1): Likewise.
25568         (indirect_ref_may_alias_decl_p): Assume indirect refrences
25569         are either MEM_REF or TARGET_MEM_REF.
25570         (indirect_refs_may_alias_p): Likewise.
25571         * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
25572         for MEM_EXPR of indirect calls.
25573
25574 2011-04-21  Tristan Gingold  <gingold@adacore.com>
25575
25576         * vmsdbgout.c (write_srccorr): Compute file length from the string.
25577         (dst_file_info_struct): Remove flen field.
25578         (lookup_filename): Remove code that set flen field.
25579
25580 2011-04-21  Tristan Gingold  <gingold@adacore.com>
25581
25582         * config/ia64/ia64.c (ia64_start_function): Add a guard.
25583
25584 2011-04-21  Uros Bizjak  <ubizjak@gmail.com>
25585
25586         PR target/48708
25587         * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
25588         vec_extract and vec_concat for non-SSE4_1 targets.
25589
25590 2011-04-21  Richard Guenther  <rguenther@suse.de>
25591
25592         * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
25593         return statements.
25594
25595 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
25596
25597         * config/i386/cygming.h (union tree_node, TREE): Don't define or
25598         undefine.
25599         (FILE): Don't undefine.
25600
25601 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
25602
25603         * config/alpha/alpha.c (struct machine_function): Use rtx, not
25604         struct rtx_def *.
25605         * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
25606         struct rtx_def *.
25607         * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
25608         * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
25609         * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
25610         rtx_def *.
25611         * config/m32c/m32c-protos.h (MM, UINT): Don't define.  Expand
25612         definitions where used.
25613         * config/microblaze/microblaze.h (struct microblaze_args): Use
25614         rtx, not struct rtx_def *.
25615         * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
25616         rtx_def *.
25617         * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
25618         * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
25619         * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
25620         not struct rtx_def *.
25621         * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
25622         struct rtx_def *.
25623         * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
25624         rtx_def *.
25625         * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
25626
25627 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
25628
25629         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
25630         operand_equal_p to compare DR_BASE_ADDRESSes.
25631         (vect_check_interleaving): Likewise.
25632
25633 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
25634
25635         PR target/46329
25636         * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
25637         for all Neon struct constants.
25638
25639 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
25640
25641         * target.def (legitimate_constant_p): New hook.
25642         * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
25643         (TARGET_LEGITIMATE_CONSTANT_P): ...this.
25644         * doc/tm.texi: Regenerate.
25645         * hooks.h (hook_bool_mode_rtx_true): Declare.
25646         * hooks.c (hook_bool_mode_rtx_true): Define.
25647         * system.h (LEGITIMATE_CONSTANT_P): Poison.
25648         * calls.c (precompute_register_parameters): Replace uses of
25649         LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
25650         (emit_library_call_value_1): Likewise.
25651         * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
25652         (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
25653         * ira-costs.c (scan_one_insn): Likewise.
25654         * recog.c (general_operand, immediate_operand): Likewise.
25655         * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
25656         * reload1.c (init_eliminable_invariants): Likewise.
25657
25658         * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
25659         mode argument.
25660         * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
25661         * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
25662         argument.
25663         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25664         * config/alpha/predicates.md (input_operand): Update call to
25665         alpha_legitimate_constant_p.
25666
25667         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
25668         * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
25669         (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
25670         * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25671         (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
25672         (arm_legitimate_constant_p): New functions.
25673         (arm_cannot_force_const_mem): Make static.
25674
25675         * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
25676
25677         * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
25678         * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
25679         * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
25680         instead of bfin_legitimate_constant_p.
25681         (bfin_legitimate_constant_p): Make static.  Add a mode argument.
25682         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25683
25684         * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
25685
25686         * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
25687
25688         * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
25689         * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
25690         * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25691         (frv_legitimate_constant_p): Make static.  Add a mode argument.
25692
25693         * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
25694         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
25695         * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
25696
25697         * config/i386/i386-protos.h (legitimate_constant_p): Delete.
25698         * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
25699         * config/i386/i386.c (legitimate_constant_p): Rename to...
25700         (ix86_legitimate_constant_p): ...this.  Make static.  Add a mode
25701         argument.
25702         (ix86_cannot_force_const_mem): Update accordingly.
25703         (ix86_legitimate_address_p): Likewise.
25704         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25705         * config/i386/i386.md: Update commentary.
25706
25707         * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
25708         * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
25709         * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25710         (ia64_legitimate_constant_p): Make static.  Add a mode argument.
25711
25712         * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
25713
25714         * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
25715         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
25716         * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25717         (lm32_legitimate_constant_p): Make static.  Add a mode argument.
25718
25719         * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
25720         * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
25721         * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
25722
25723         * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
25724         * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25725         (m32r_legitimate_constant_p): New function.
25726
25727         * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
25728         * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
25729         LEGITIMATE_CONSTANT_P.
25730         (LEGITIMATE_CONSTANT_P): Delete.
25731         * config/m68k/m68k.c (m68k_expand_prologue): Call
25732         m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
25733         (m68k_legitimate_constant_p): New function.
25734         * config/m68k/m68k.md: Update comments.
25735
25736         * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
25737         * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25738         (mcore_legitimate_constant_p): New function.
25739
25740         * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
25741         * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
25742         * config/mep/mep.c (mep_legitimate_constant_p): Make static.
25743         Add a mode argument.
25744         (mep_legitimate_address): Update accordingly.
25745         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25746
25747         * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
25748         Delete.
25749         * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
25750         * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
25751         static.  Check OP's mode for VOIDmode.
25752         (microblaze_legitimate_constant_p): New function.
25753         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25754
25755         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
25756         * config/mips/mips.c (mips_legitimate_constant_p): New function.
25757         (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
25758         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25759         * config/mips/predicates.md: Update comments.
25760
25761         * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
25762         * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
25763         * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25764         (mmix_legitimate_constant_p): Make static, return a bool, and take
25765         a mode argument.
25766         (mmix_print_operand_address): Update accordingly.
25767
25768         * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
25769         Delete.
25770         * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
25771         * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
25772         static.  Add a mode argument.
25773         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25774
25775         * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
25776
25777         * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
25778         * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25779         (pa_legitimate_constant_p): New function.
25780
25781         * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
25782
25783         * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
25784         * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25785         (pdp11_legitimate_constant_p): New function.
25786
25787         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
25788         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25789         (rs6000_legitimate_constant_p): New function.
25790
25791         * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
25792         (rx_legitimate_constant_p): ...this.
25793         * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
25794         * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
25795         (rx_legitimate_constant_p): ...this.
25796         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25797         * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
25798
25799         * config/s390/s390-protos.h (legitimate_constant_p): Delete.
25800         * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
25801         * config/s390/s390.c (legitimate_constant_p): Rename to...
25802         (s390_legitimate_constant_p): ...this.  Make static, return a bool,
25803         and add a mode argument.
25804         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25805
25806         * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
25807
25808         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
25809         * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25810         (sh_legitimate_constant_p): New function.
25811
25812         * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
25813         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
25814         * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25815         (legitimate_constant_p): Rename to...
25816         (sparc_legitimate_constant_p): ...this.  Make static.  Add a mode
25817         argument.
25818         (constant_address_p): Update accordingly.
25819
25820         * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
25821         argument and return a bool.
25822         * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
25823         * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25824         (spu_legitimate_constant_p): Add a mode argument and return a bool.
25825         (spu_rtx_costs): Update accordingly.
25826         * config/spu/predicates.md (vec_imm_operand): Likewise.
25827
25828         * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
25829
25830         * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
25831         * config/v850/v850.c (v850_legitimate_constant_p): New function.
25832         (TARGET_LEGITIMATE_CONSTANT_P): Define.
25833
25834         * config/vax/vax-protos.h (legitimate_constant_p): Delete.
25835         * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
25836         * config/vax/vax.c (legitimate_constant_p): Likewise.
25837
25838         * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
25839         * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
25840         (xtensa_legitimate_constant_p): New function.
25841
25842 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
25843
25844         * target.def (cannot_force_const_mem): Add a mode argument.
25845         * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
25846         * doc/tm.texi: Regenerate.
25847         * hooks.h (hook_bool_mode_rtx_false): Declare.
25848         * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
25849         (hook_bool_mode_const_rtx_true): Likewise.
25850         (hook_bool_mode_rtx_false): New function.
25851         * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
25852         to be non-VOID.  Update call to cannot_force_const_mem.
25853         (find_reloads): Update accordingly.
25854         * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
25855         * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
25856         argument.
25857         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
25858         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
25859         * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
25860         * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
25861         * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
25862         * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
25863         * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
25864         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
25865         (m68k_cannot_force_const_mem): ...this new function.
25866         * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
25867         argument.
25868         (mips_const_insns, mips_legitimize_const_move): Update calls.
25869         (mips_secondary_reload_class): Likewise.
25870         * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
25871         (pa_cannot_force_const_mem): ...this new function.
25872         * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
25873         (rs6000_cannot_force_const_mem): ...this new function.
25874         * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
25875         argument.
25876         * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
25877         * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
25878         to...
25879         (xtensa_cannot_force_const_mem): ...this new function.
25880
25881 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
25882
25883         * config/mips/mips.c (mips16_build_function_stub): Call
25884         build_function_type_list instead of build_function_type.
25885         (mips16_build_call_stub): Likewise.
25886
25887 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
25888
25889         * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
25890         instead of build_function_type.
25891
25892 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
25893
25894         * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
25895         instead of build_function_type.
25896
25897 2011-04-20  Uros Bizjak  <ubizjak@gmail.com>
25898
25899         PR target/48678
25900         * config/i386/i386.md (insv): Change operand 0 constraint to
25901         "register_operand".  Change operand 1 and 2 constraint to
25902         "const_int_operand".  Expand to pinsr{b,w,d,q} * when appropriate.
25903         * config/i386/sse.md (sse4_1_pinsrb): Export.
25904         (sse2_pinsrw): Ditto.
25905         (sse4_1_pinsrd): Ditto.
25906         (sse4_1_pinsrq): Ditto.
25907         * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
25908         * config/i386/i386.c (ix86_expand_pinsr): New.
25909
25910 2011-04-20  Easwaran Raman  <eraman@google.com>
25911
25912         * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
25913         containing union type only with -fstrict-aliasing.
25914
25915 2011-04-20  Jim Meyering  <meyering@redhat.com>
25916
25917         Remove useless if-before-free tests.
25918         * calls.c (expand_call, save_area): Likewise.
25919         * cfgcleanup.c (try_forward_edges): Likewise.
25920         * collect2.c (collect_execute): Likewise.
25921         * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
25922         * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
25923         * coverage.c (coverage_checksum_string): Likewise.
25924         * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
25925         * cselib.c (cselib_init): Likewise.
25926         * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
25927         (df_set_clean_cfg): Likewise.
25928         * function.c (free_after_compilation): Likewise.
25929         * gcc.c (do_spec_1, main): Likewise.
25930         * gcov.c (create_file_names): Likewise.
25931         * gensupport.c (identify_predicable_attribute): Likewise.
25932         * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
25933         * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
25934         * haifa-sched.c (haifa_finish_h_i_d): Likewise.
25935         * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
25936         * ipa-pure-const.c (local_pure_const): Likewise.
25937         * ipa-reference.c (propagate): Likewise.
25938         * ira-costs.c (free_ira_costs): Likewise.
25939         * ira.c (free_register_move_costs, build_insn_chain): Likewise.
25940         * matrix-reorg.c (mat_free): Likewise.
25941         * prefix.c (get_key_value): Likewise.
25942         * profile.c (compute_value_histograms): Likewise.
25943         * reload1.c (free_reg_equiv): Likewise.
25944         * sched-deps.c (free_deps): Likewise.
25945         * sel-sched-ir.c (fence_clear): Likewise.
25946         * sese.c (set_rename, if_region_set_false_region): Likewise.
25947         * tree-data-ref.c (free_rdg): Likewise.
25948         * tree-eh.c (lower_try_finally): Likewise.
25949         * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
25950         * tree-ssa-live.c (delete_var_map): Likewise.
25951         * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
25952         * tree-ssa-pre.c (phi_trans_add): Likewise.
25953
25954 2011-04-20  Jakub Jelinek  <jakub@redhat.com>
25955
25956         PR tree-optimization/48611
25957         * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
25958         beyond ERT_MUST_NOT_THROW region.
25959
25960 2011-04-20  Catherine Moore  <clm@codesourcery.com>
25961
25962         * config/mips/mips.opt (mfix-24k): New.
25963         * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
25964         * config/mips/mips.md (length): Increase by 4 for stores if
25965         fixing 24K errata.
25966         * config/mips/mips.c (mips_reorg_process_insns): Do not allow
25967         all noreorder if fixing 24K errata.
25968         * doc/invoke.texi: Document mfix-24k.
25969
25970 2011-04-20  Chung-Lin Tang  <cltang@codesourcery.com>
25971
25972         * config/arm/arm.c (arm_legitimize_reload_address): For NEON
25973         quad-word modes, reduce to 9-bit index range when above 1016 limit.
25974
25975 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
25976
25977         * config/arm/arm.c (arm_gen_constant): Move movw support ....
25978         (const_ok_for_op): ... to here.
25979
25980 2011-04-20  Kai Tietz  <ktietz@redhat.com>
25981
25982         * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
25983         and (X && !Y) | (!X && Y) optimization to (X ^ Y).
25984
25985 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
25986
25987         * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
25988
25989 2011-04-20  Richard Guenther  <rguenther@suse.de>
25990
25991         PR tree-optimization/47892
25992         * tree-if-conv.c (if_convertible_stmt_p): Const builtins
25993         are if-convertible.
25994
25995 2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
25996
25997         * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
25998
25999 2011-04-20  Tristan Gingold  <gingold@adacore.com>
26000
26001         * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
26002
26003 2011-04-20  Georg-Johann Lay  <avr@gjlay.de>
26004
26005         PR target/18145
26006
26007         * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
26008         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
26009         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
26010         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
26011         (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
26012
26013         * config/avr/avr-protos.h (avr_asm_output_aligned_common):
26014         New prototype.
26015
26016         * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
26017         (avr_asm_named_section, avr_asm_output_aligned_common,
26018         avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
26019         New functions to update...
26020         (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
26021         (avr_asm_init_sections): Overwrite section callbacks for
26022         data_section, bss_section.
26023         (avr_file_start): Move output of __do_copy_data, __do_clear_bss
26024         from here to...
26025         (avr_file_end): ...here.
26026
26027 2011-04-20  Richard Guenther  <rguenther@suse.de>
26028
26029         PR middle-end/48695
26030         * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
26031         objects and types here.  Adjust for their offset before comparing.
26032
26033 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
26034
26035         * tree-vect-stmts.c (vectorizable_store): Only chain one related
26036         statement per copy.
26037
26038 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
26039
26040         * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
26041         (GIMPLE_H): Include $(INTERNAL_FN_H).
26042         (OBJS-common): Add internal-fn.o.
26043         (internal-fn.o): New rule.
26044         * internal-fn.def: New file.
26045         * internal-fn.h: Likewise.
26046         * internal-fn.c: Likewise.
26047         * gimple.h: Include internal-fn.h.
26048         (GF_CALL_INTERNAL): New gf_mask.
26049         (gimple_statement_call): Put fntype into a union with a new
26050         internal_fn field.
26051         (gimple_build_call_internal): Declare.
26052         (gimple_build_call_internal_vec): Likewise.
26053         (gimple_call_same_target_p): Likewise.
26054         (gimple_call_internal_p): New function.
26055         (gimple_call_internal_fn): Likewise.
26056         (gimple_call_fntype): Return null for internal calls.
26057         (gimple_call_set_fntype): Assert that the function is not internal.
26058         (gimple_call_set_fn): Likewise.
26059         (gimple_call_set_fndecl): Likewise.
26060         (gimple_call_set_internal_fn): New function.
26061         (gimple_call_addr_fndecl): Handle null functions.
26062         (gimple_call_return_type): Likewise null types.
26063         * gimple.c (gimple_build_call_internal_1): New function.
26064         (gimple_build_call_internal): Likewise.
26065         (gimple_build_call_internal_vec): Likewise.
26066         (gimple_call_same_target_p): Likewise.
26067         (gimple_call_flags): Handle calls to internal functions.
26068         (gimple_call_fnspec): New function.
26069         (gimple_call_arg_flags, gimple_call_return_flags): Use it.
26070         (gimple_has_side_effects): Handle null functions.
26071         (gimple_rhs_has_side_effects): Likewise.
26072         (gimple_call_copy_skip_args): Handle calls to internal functions.
26073         * cfgexpand.c (expand_call_stmt): Likewise.
26074         * expr.c (expand_expr_real_1): Assert that the call isn't internal.
26075         * gimple-fold.c (gimple_fold_call): Handle null functions.
26076         (gimple_fold_stmt_to_constant_1): Don't fold
26077         calls to internal functions.
26078         * gimple-low.c (gimple_check_call_args): Handle calls to internal
26079         functions.
26080         * gimple-pretty-print.c (dump_gimple_call): Likewise.
26081         * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
26082         * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
26083         (do_warn_unused_result): Likewise.
26084         * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
26085         * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
26086         * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
26087         the target of a call.
26088         (initialize_hash_element): Update accordingly.
26089         (hashable_expr_equal_p): Use gimple_call_same_target_p.
26090         (iterative_hash_hashable_expr): Handle calls to internal functions.
26091         (print_expr_hash_elt): Likewise.
26092         * tree-ssa-pre.c (can_value_number_call): Likewise.
26093         (eliminate): Handle null functions.
26094         * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
26095         * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
26096         (find_func_aliases): Likewise.
26097         * value-prof.c (gimple_ic_transform): Likewise.
26098         (gimple_indirect_call_to_profile): Likewise.
26099         * lto-streamer-in.c (input_gimple_stmt): Likewise.
26100         * lto-streamer-out.c (output_gimple_stmt): Likewise.
26101
26102 2011-04-19  Jan Hubicka  <jh@suse.cz>
26103
26104         * ipa-inline-transform.c (save_inline_function_body): Add comments.
26105         * ipa-inline.c (inline_small_functions): Compute summaries first,
26106         populate heap later.
26107
26108 2011-04-19  Jan Hubicka  <jh@suse.cz>
26109
26110         * cgraph.h (save_inline_function_body): Remove.
26111         * ipa-inline-transform.c: New file, broke out of...
26112         * ipa-inline.c: ... this one; Update toplevel comment.
26113         (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
26114         make global.
26115         (update_noncloned_frequencies): Move to ipa-inline-transform.c
26116         (cgraph_mark_inline_edge): Rename to inline_call; move to
26117         ipa-inline-transform.c.
26118         (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
26119         move to ipa-inline-transform.c
26120         (recursive_inlining, inline_small_functions, flatten_function,
26121         ipa_inline, inline_always_inline_functions,
26122         early_inline_small_functions): Update.
26123         (inline_transform): Move to ipa-inline-transform.c.
26124         * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
26125         Declare.
26126         * Makefile.in (ipa-inline-transform.o): New file.
26127         * cgraphunit.c (save_inline_function_body): Move to
26128         ipa-inline-transform.c
26129
26130 2011-04-19  DJ Delorie  <dj@redhat.com>
26131
26132         * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
26133         registers if we already know there aren't any.
26134         (m32c_emit_epilogue): Don't emit a barrier here.
26135         (m32c_emit_eh_epilogue): Likewise.
26136         * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
26137         operands at expand time.
26138         * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
26139         int" wchar type.
26140         (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
26141         duplicates.  Provide aliases instead.
26142         * config/m32c/prologue.md (eh_return): Emit a barrier here.
26143         (eh_epilogue): Add a "(return)" here as a hint to other parts of
26144         the compiler.
26145
26146 2011-04-19  Anatoly Sokolov  <aesok@post.ru>
26147
26148         * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
26149         * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
26150         (general_or_i64_p, sparc_register_move_cost): New function.
26151
26152 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26153
26154         * doc/install.texi (Configuration, --enable-threads): Remove mach.
26155         Add lynx, mipssde.  Sort table.
26156
26157 2011-04-19  Xinliang David Li  <davidxl@google.com>
26158
26159         * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
26160         not negative.
26161
26162 2011-04-19  Jakub Jelinek  <jakub@redhat.com>
26163
26164         PR target/48678
26165         * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
26166         is a SUBREG with non-MODE_INT mode inside of it.
26167
26168 2011-04-19  Martin Jambor  <mjambor@suse.cz>
26169
26170         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
26171         also according to actual contants.
26172         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
26173         (gimple_fold_call): Use it.
26174         * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
26175
26176 2011-04-19  Martin Jambor  <mjambor@suse.cz>
26177
26178         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
26179         non-pointer assignments.
26180
26181 2011-04-19  Martin Jambor  <mjambor@suse.cz>
26182
26183         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
26184         account anc_offset and otr_type from the indirect edge info.
26185         * ipa-prop.c (get_ancestor_addr_info): New function.
26186         (compute_complex_ancestor_jump_func): Assignment analysis moved to
26187         get_ancestor_addr_info, call it.
26188         (ipa_note_param_call): Do not initialize information about polymorphic
26189         calls, return the indirect call graph edge.  Remove the last
26190         parameter, adjust all callers.
26191         (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
26192         parameters.  Initialize polymorphic information in the indirect edge.
26193
26194 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
26195
26196         PR lto/48148
26197         * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
26198         the types if they have different enumeration identifiers.
26199
26200 2011-04-19  Jan Hubicka  <jh@suse.cz>
26201
26202         * cgraph.h (cgraph_optimize_for_size_p): Declare.
26203         * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
26204         * predict.c (cgraph_optimize_for_size_p): Break out from ...
26205         (optimize_function_for_size_p) ... here.
26206
26207 2011-04-19  Richard Guenther  <rguenther@suse.de>
26208
26209         PR lto/48207
26210         * tree.c (free_lang_data): Do not reset the decl-assembler-name
26211         langhook.
26212
26213 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
26214
26215         * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
26216         if DECL_NO_INLINE_WARNING_P is set on the function.
26217
26218 2011-04-19  Bernd Schmidt  <bernds@codesourcery.com>
26219
26220         PR fortran/47976
26221         * reload1.c (inc_for_reload): Return void. All callers changed.
26222         (emit_input_reload_insns): Don't try to delete previous output
26223         reloads to a register, or record spill_reg_store for autoincs.
26224
26225 2011-04-19  Basile Starynkevitch  <basile@starynkevitch.net>
26226
26227         * gengtype.h: Updated copyright year.
26228         (struct input_file_st): Add inpisplugin field.
26229         (type_fileloc): New function.
26230         * gengtype.c
26231         (write_typed_struct_alloc_def): Add gcc_assert.
26232         (write_typed_alloc_defns): Ditto. Don't output for plugin files.
26233         (write_typed_alloc_defns): Don't output for plugin files.
26234         (input_file_by_name): Clear inpisplugin field.
26235         (main): Set inpisplugin field for plugin files.
26236
26237 2011-04-19  Nicola Pero  <nicola.pero@meta-innovation.com>
26238
26239         * gengtype-state.c (string_eq): New.
26240         (read_state): Use string_eq instead of strcmp when creating the
26241         state_ident_tab.
26242
26243 2011-04-19  Wei Guozhi  <carrot@google.com>
26244
26245         PR target/47855
26246         * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
26247         * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
26248         linkage.
26249         * config/arm/constraints.md (Uu): New constraint.
26250         * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
26251
26252 2011-04-19  Tristan Gingold  <gingold@adacore.com>
26253
26254         * config.gcc (-*-*-*vms): Added.
26255         (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
26256         definitions moved.
26257         * config/vms/vms-ld.c: New file.
26258         * config/vms/vms-ar.c: New file.
26259         * config/vms/t-vmsnative: New file.
26260
26261 2011-04-18  Xinliang David Li  <davidxl@google.com>
26262
26263         * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
26264
26265 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
26266
26267         PR middle-end/48661
26268         * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
26269         if TREE_TYPE (v) is non-NULL.
26270
26271         * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
26272         gimple_get_virt_mehtod_for_binfo.
26273         * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
26274         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
26275         callers.
26276         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
26277
26278 2011-04-18  Michael Matz  <matz@suse.de>
26279             Steve Ellcey  <sje@cup.hp.com>
26280
26281         * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
26282         use its mode as source mode if it isn't VOIDmode.
26283
26284 2011-04-18  Dennis, CHENG Renquan  <crquan@fedoraproject.org>
26285
26286         * doc/passes.texi: Fill crossref nodes.
26287
26288 2011-04-18  Jim Meyering  <meyering@redhat.com>
26289
26290         Fix doubled-word typos in comments and strings
26291         * config/alpha/vms-unwind.h: s/for for/for/
26292         * config/arm/unwind-arm.h: Likewise.
26293         * config/microblaze/microblaze.c: Likewise.
26294         * config/sh/constraints.md: s/in in/in/
26295         * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
26296
26297 2011-04-18  Uros Bizjak  <ubizjak@gmail.com>
26298
26299         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
26300         (AVX_FLOAT_MODE_P): Ditto.
26301         (AVX128_VEC_FLOAT_MODE_P): Ditto.
26302         (AVX256_VEC_FLOAT_MODE_P): Ditto.
26303         (AVX_VEC_FLOAT_MODE_P): Ditto.
26304         * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
26305         (UNSPEC_MASKSTORE): Ditto.
26306         * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
26307         Merge from <sse>_movmsk<ssemodesuffix> and
26308         avx_movmsk<ssemodesuffix>256.  Use VF mode iterator.
26309         (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64.  Use P mode
26310         iterator.
26311         (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
26312         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
26313         (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
26314
26315 2011-04-18  Jan Hubicka  <jh@suse.cz>
26316
26317         * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
26318
26319         * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
26320         (want_inline_function_called_once_p): Break out the logic from
26321         ipa_inline.
26322         (edge_badness): Ensure that profile is not misupdated.
26323         (lookup_recursive_calls): Prioritize by call frequencies.
26324         (inline_small_functions): Move program size estimates here;
26325         actually process whole queue even when unit growth has been
26326         met. (to properly compute inline_failed reasons and for the
26327         case unit size decrease.) Revisit comments on recursive inlining.
26328         (ipa_inline): Remove unit summary code; first inline hot calls
26329         of functions called once, cold calls next.
26330         (order, nnodes): Remove unused variables.
26331         * Makefile.in (ipa-inline.o): No longer depent on ggc files.
26332         (GTFILES): Remove ipa-inline.c
26333         * sel-sched.c (fill_insns): Silence uninitialized var warning.
26334
26335 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
26336
26337         * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
26338
26339 2011-04-18  Jie Zhang  <jie@codesourcery.com>
26340             Richard Earnshaw  <rearnsha@arm.com>
26341
26342         * arm.c (neon_builtin_type_bits): Remove.
26343         (typedef enum neon_builtin_mode): New.
26344         (T_MAX): Don't define.
26345         (typedef enum neon_builtin_datum): Remove bits, codes[],
26346         num_vars and base_fcode.  Add mode, code and fcode.
26347         (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
26348         VAR10): Change accordingly.
26349         (neon_builtin_data[]): Change accordingly
26350         (arm_init_neon_builtins): Change accordingly.
26351         (neon_builtin_compare): Remove.
26352         (locate_neon_builtin_icode): Remove.
26353         (arm_expand_neon_builtin): Change accordingly.
26354
26355         * arm.h (enum arm_builtins): Move to ...
26356         * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
26357
26358         * arm.c (arm_builtin_decl): Declare.
26359         (TARGET_BUILTIN_DECL): Define.
26360         (enum arm_builtins): Correct ARM_BUILTIN_MAX.
26361         (arm_builtin_decls[]): New.
26362         (arm_init_neon_builtins): Store builtin declarations in
26363         arm_builtin_decls[].
26364         (arm_init_tls_builtins): Likewise.
26365         (arm_init_iwmmxt_builtins): Likewise.  Refactor initialization code.
26366         (arm_builtin_decl): New.
26367
26368 2011-04-18  Richard Guenther  <rguenther@suse.de>
26369
26370         * tree.c (upper_bound_in_type): Build properly canonicalized
26371         INTEGER_CSTs.
26372         (lower_bound_in_type): Likewise.
26373
26374 2011-04-18  Richard Guenther  <rguenther@suse.de>
26375
26376         * gimple.h (gimple_call_addr_fndecl): New function.
26377         (gimple_call_fndecl): Use it.
26378         * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
26379         for direct calls.
26380         * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
26381         * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
26382
26383 2011-04-18  Richard Guenther  <rguenther@suse.de>
26384
26385         PR middle-end/48650
26386         * tree.c (build_string): STRING_CST is now derived from tree_typed.
26387
26388 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
26389
26390         PR lto/48492
26391         * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
26392         DECL_IN_CONSTANT_POOL without RTL.
26393
26394 2011-04-18  Ulrich Weigand  <ulrich.weigand@linaro.org>
26395             Ira Rosen  <ira.rosen@linaro.org>
26396
26397         PR target/48252
26398         * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
26399         to match neon_vzip/vuzp/vtrn_internal.
26400         * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
26401         outputs explicitly dependent on both inputs.
26402         (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
26403
26404 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
26405
26406         PR tree-optimization/48616
26407         * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
26408         whether the shift is by scalar or vector based on whether all SLP
26409         scalar stmts have the same rhs.
26410
26411 2011-04-17  Chung-Lin Tang  <cltang@codesourcery.com>
26412
26413         * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
26414         memory operands.
26415
26416 2011-04-17  Richard Sandiford  <rdsandiford@googlemail.com>
26417
26418         PR target/43700
26419         * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
26420         registers.
26421
26422 2011-04-17  Jan Hubicka  <jh@suse.cz>
26423
26424         * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
26425         * cgrpahunit.c (cgraph_finalize_function): Do not set
26426         finalized_by_frontend.
26427         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
26428         finalized_by_frontend.
26429
26430 2011-04-17  Jan Hubicka  <jh@suse.cz>
26431
26432         * cgraph.c (cgraph_clone_node): Do not handle vtable_method
26433         * cgraph.h (struct cgraph_local_info): Drop vtable_method.
26434         * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
26435         * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
26436         method.
26437         * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
26438         gimple-fold.c
26439         * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
26440
26441 2011-04-17  Eric Botcazou  <ebotcazou@adacore.com>
26442
26443         PR lto/48538
26444         * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
26445         is non-null before accessing it.
26446         (input_cgraph): Remove trailing spaces.
26447
26448 2011-04-17  Revital Eres  <revital.eres@linaro.org>
26449
26450         * params.def (sms-min-sc): New param flag.
26451         * modulo-sched.c (sms_schedule): Use it.
26452         * doc/invoke.texi (sms-min-sc): Document it.
26453
26454 2011-04-17  Jan Hubicka  <jh@suse.cz>
26455
26456         * lto-symtab.c (lto_cgraph_replace_node): When call statement is
26457         present, also set gimple_call_set_cannot_inline.
26458         * ipa-inline.c: Update toplevel comment.
26459         (MAX_TIME): Remove.
26460         (cgraph_clone_inlined_nodes): Fix linebreaks.
26461         (cgraph_check_inline_limits): Restructure to ...
26462         (caller_growth_limits): ... this one; be more tolerant
26463         on growth in nested inline chains; add explanatory comment;
26464         fix stack accounting thinko introduced by previous patch.
26465         (cgraph_default_inline_p): Remove.
26466         (report_inline_failed_reason): New function.
26467         (can_inline_edge_p): New function.
26468         (can_early_inline_edge_p): New function.
26469         (leaf_node_p): Move upwards in file.
26470         (want_early_inline_function_p): New function.
26471         (want_inline_small_function_p): New function.
26472         (want_inline_self_recursive_call_p): New function.
26473         (cgraph_edge_badness): Rename to ...
26474         (edge_badness) ... this one; fix linebreaks.
26475         (update_edge_key): Update call of edge_baddness; add
26476         detailed dump about queue updates.
26477         (update_caller_keys): Use can_inline_edge_p and
26478         want_inline_small_function_p.
26479         (cgraph_decide_recursive_inlining): Rename to...
26480         (recursive_inlining): Use can_inline_edge_p and
26481         want_inline_self_recursive_call_p; simplify and remove no longer
26482         valid FIXME.
26483         (cgraph_set_inline_failed): Remove.
26484         (add_new_edges_to_heap): Use can_inline_edge_p and
26485         want_inline_small_function_p.
26486         (cgraph_decide_inlining_of_small_functions): Rename to ...
26487         (inline_small_functions): ... this one; cleanup; use
26488         can/want predicates; cleanup debug ouput; work edges till fibheap
26489         is exhausted and do not stop once unit growth is reached; remove
26490         later loop processing remaining edges.
26491         (cgraph_flatten): Rename to ...
26492         (flatten_function): ... this one; use can_inline_edge_p
26493         and can_early_inline_edge_p predicates.
26494         (cgraph_decide_inlining): Rename to ...
26495         (ipa_inline): ... this one; remove unreachable nodes before
26496         inlining functions called once; simplify the pass.
26497         (cgraph_perform_always_inlining): Rename to ...
26498         (inline_always_inline_functions): ... this one; use
26499         DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
26500         (cgraph_decide_inlining_incrementally): Rename to ...
26501         (early_inline_small_functions): ... this one; simplify
26502         using new predicates; cleanup; make dumps prettier.
26503         (cgraph_early_inlining): Rename to ...
26504         (early_inliner): newer inline regular functions into always-inlines;
26505         fix updating of call stmt summaries.
26506         (pass_early_inline): Update for new names.
26507         (inline_transform): Fix formating.
26508         (gate_cgraph_decide_inlining): Rename to ...
26509         (pass_ipa_inline): ... this one.
26510         * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
26511         * ipa-inline-analysis.c (dump_inline_summary): Update.
26512         (compute_inline_parameters): Do not compute disregard_inline_limits;
26513         look for mismatching arguments.
26514         (estimate_growth): Fix handlig of non-trivial self recursion.
26515         (inline_read_summary): Do not read info->disregard_inline_limits.
26516         (inline_write_summary): Do not write info->disregard_inline_limits.
26517         * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
26518         and move all checks into can_inline_edge_p predicate; re-enable code
26519         comparing optimization levels.
26520         (expand_call_inline): Do not test inline_forbidden_into_p.
26521         * Makefile.in (ipa-inline.o): Update arguments.
26522
26523 2011-04-17  Revital Eres  <revital.eres@linaro.org>
26524
26525         * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
26526
26527 2011-04-17  Revital Eres  <revital.eres@linaro.org>
26528
26529         * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
26530
26531 2011-04-17  Michael Matz  <matz@suse.de>
26532
26533         PR tree-optimization/48622
26534         PR lto/48645
26535         * ipa-inline-analysis.c (inline_read_summary): Read size/time
26536         in same order as they're written.
26537
26538 2011-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26539
26540         * config/pa/predicates.md: Reorganize and simplify predicates.
26541         Eliminate duplicate code checks.
26542         (arith_operand): Rename to arith14_operand
26543         (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
26544         * config/pa/pa.md: Use renamed operands.
26545         * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
26546         (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
26547         arith11_operand, adddi3_operand, indexed_memory_operand,
26548         symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
26549         arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
26550         borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
26551         move_dest_operand, move_src_operand, prefetch_cc_operand,
26552         prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
26553         uint32_operand, reg_before_reload_operand, reg_or_0_operand,
26554         reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
26555         div_operand, int5_operand, movb_comparison_operator,
26556         ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
26557         arith_double_operand, ireg_operand, lhs_lshift_operand,
26558         pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
26559         integer_store_memory_operand): Likewise.
26560         * config/pa/pa.c (adddi3_operand): Move to predicates.md.
26561         (integer_store_memory_operand, read_only_operand,
26562         function_label_operand, borx_reg_operand,
26563         non_hard_reg_operand): Likewise.
26564         (eq_neq_comparison_operator): Delete unused operator.
26565         (legitimize_pic_address): Use VOIDmode for mode argument in calls to
26566         function_label_operand.
26567         (emit_move_sequence): Likewise.
26568
26569 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
26570
26571         * config/i386/sse.md (sseunpackmode): New mode attribute.
26572         (ssepackmode): Ditto.
26573         (vec_pack_trunc_<mode>): Macroize expander from
26574         vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
26575         (vec_unpacks_lo_<mode>): Macroize expander from
26576         vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
26577         (vec_unpacks_hi_<mode>): Macroize expander from
26578         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
26579         (vec_unpacku_lo_<mode>): Macroize expander from
26580         vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
26581         (vec_unpacku_hi_<mode>): Macroize expander from
26582         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
26583         * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
26584         ix86_expand_sse4_unpack.
26585         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
26586
26587 2011-04-16  Jan Hubicka  <jh@suse.cz>
26588
26589         * cgraphbuild.c: Include ipa-inline.h.
26590         (reset_inline_failed): Use initialize_inline_failed.
26591         * cgraph.c: Include ipa-inline.h.
26592         (cgraph_create_node_1): Do not initialize estimated_growth.
26593         (initialize_inline_failed): More to ipa-inline-analysis.c
26594         (dump_cgraph_node): Do not dump inline flags.
26595         * cgraph.h (cgraph_local_info): Remove inlineable, versionable
26596         and disregard_inline_limits flags.
26597         (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
26598         time, size, estimated_growth.
26599         * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
26600         Update.
26601         * cgraphunit.c (cgraph_decide_is_function_needed): Use
26602         DECL_DISREGARD_INLINE_LIMITS.
26603         (cgraph_analyze_function): Do not initialize
26604         node->local.disregard_inline_limits.
26605         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
26606         inlinable, versionable and disregard_inline_limits.
26607         * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
26608         cgraph_check_inline_limits, cgraph_default_inline_p,
26609         cgraph_edge_badness, update_caller_keys, update_callee_keys,
26610         add_new_edges_to_heap): Update.
26611         (cgraph_decide_inlining_of_small_function): Update; set
26612         CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
26613         (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
26614         cgraph_decide_inlining_incrementally): Update.
26615         * ipa-inline.h (inline_summary): Add inlinable, versionable,
26616         disregard_inline_limits, estimated_stack_size, stack_frame_offset,
26617         time, size and estimated_growth parameters.
26618         (estimate_edge_growth): Update.
26619         (initialize_inline_failed): Declare.
26620         * ipa-split.c: Include ipa-inline.h
26621         (execute_split_functions): Update.
26622         * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
26623         (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
26624         (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
26625         * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
26626         estimated_growth to INT_MIN.
26627         (inline_node_duplication_hook): Likewise.
26628         (dump_inline_summary): Dump new fields.
26629         (compute_inline_parameters): Update.
26630         (estimate_edge_time, estimate_time_after_inlining,
26631         estimate_size_after_inlining, estimate_growth, inline_read_summary,
26632         inline_write_summary):
26633         (initialize_inline_failed): Move here from cgraph.c.
26634         * tree-sra.c: Include ipa-inline.h.
26635         (ipa_sra_preliminary_function_checks): Update.
26636         * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
26637         ipa-inline.h.
26638
26639 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
26640
26641         * config/i386/sse.md (V16): New mode iterator.
26642         (VI1, VI8): Ditto.
26643         (AVXMODEQI, AVXMODEDI): Remove.
26644         (sse2, sse3): New mode attribute.
26645         (mov<mode>): Use V16 mode iterator.
26646         (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
26647         (push<mode>1): Use V16 mode iterator.
26648         (movmisalign<mode>): Ditto.
26649         (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
26650         <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
26651         (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
26652         *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
26653         (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
26654         avx_movdqu<avxmodesuffix>.
26655         (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
26656         *avx_movdqu<avxmodesuffix>.
26657         (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
26658         avx_lddqu<avxmodesuffix>.
26659         (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
26660         (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
26661         avx_movnt<AVXMODEDI:mode>.
26662         * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
26663         renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
26664
26665 2011-04-16  Bernd Schmidt  <bernds@codesourcery.com>
26666
26667         PR target/48629
26668         * haifa-sched.c (prune_ready_list, schedule_block): Use
26669         sched_pressure_p rather than flag_sched_pressure.
26670
26671 2011-04-15  Pat Haugen  <pthaugen@us.ibm.com>
26672
26673         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
26674         cgraph_get_node instead of cgraph_get_create_node.
26675
26676 2011-04-15  Jakub Jelinek  <jakub@redhat.com>
26677
26678         * cfgexpand.c (expand_debug_expr): Use
26679         simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
26680
26681 2011-04-15  Michael Matz  <matz@suse.de>
26682
26683         * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
26684         * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
26685         * function.c (gimplify_parameters): Ditto.
26686         * gimplify.c (gimplify_vla_decl): Ditto.
26687
26688         * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
26689         (gimple_call_set_alloca_for_var): New inline function.
26690         (gimple_call_alloca_for_var_p): Ditto.
26691         * gimple.c (gimple_build_call_from_tree): Remember
26692         CALL_ALLOCA_FOR_VAR_P state.
26693         * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
26694
26695         * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
26696         calls if they were for VLA objects.
26697
26698 2011-04-15  Martin Jambor  <mjambor@suse.cz>
26699
26700         * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
26701         of ADR_EXPRs.
26702
26703 2011-04-15  Martin Jambor  <mjambor@suse.cz>
26704
26705         PR middle-end/48601
26706         * tree-emutls.c (lower_emutls_function_body): Call
26707         cgraph_get_create_node instead of cgraph_get_node.  Do not assert the
26708         result is non-NULL.
26709
26710 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
26711
26712         * c-decl.c (detect_field_duplicates): Call
26713         objc_detect_field_duplicates instead of objc_get_interface_ivars.
26714
26715 2011-04-15  Nathan Froyd  <froydnj@codesourcery.com>
26716
26717         * gimple.h (gimple_asm_clobbers_memory_p): Declare.
26718         * gimple.c (gimple_asm_clobbers_memory_p): Define.
26719         * ipa-pure-const.c (check_stmt): Call it.
26720         * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
26721
26722 2011-04-15  Richard Guenther  <rguenther@suse.de>
26723
26724         PR tree-optimization/48290
26725         * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
26726         Properly decide inhibiting propagation based on the valueized
26727         operand.  Do loop-closed SSA form preserving here ...
26728         (init_copy_prop): ... not here.
26729
26730 2011-04-15  H.J. Lu  <hongjiu.lu@intel.com>
26731
26732         PR target/48612
26733         * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
26734         (*ieee_smax<mode>3): Likewise.
26735
26736 2011-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26737
26738         * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
26739         Replace match_operand with match_dup for the third operand in
26740         these expanders.
26741
26742 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
26743
26744         * combine.c (subst, combine_simlify_rtx): Add new argument, use it
26745         to track processing of conditionals.  Update all callers.
26746         (try_combine, simplify_if_then_else): Update.
26747
26748 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
26749
26750         * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
26751         -fsched-pressure.
26752
26753 2011-04-15  Georg-Johann Lay  <avr@gjlay.de>
26754
26755         * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
26756         instead of match_operand for operand 3.
26757
26758 2011-04-15  Richard Sandiford  <richard.sandiford@linaro.org>
26759
26760         * recog.h (insn_operand_data): Add an "allows_mem" field.
26761         * genoutput.c (output_operand_data): Initialize it.
26762         * optabs.c (maybe_legitimize_operand_same_code): New function.
26763         (maybe_legitimize_operand): Use it when matching the original
26764         op->value.
26765
26766 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
26767
26768         * gimplify.c: Fix issues in comments throughout.
26769         (voidify_wrapper_expr): Fix long line.
26770         (build_stack_save_restore): Likewise.
26771         (gimplify_loop_expr): Likewise.
26772         (gimplify_compound_lval): Likewise.
26773         (gimplify_init_ctor_eval): Likewise.
26774         (gimplify_modify_expr_rhs): Likewise.
26775         (omp_notice_threadprivate_variable): Likewise.
26776
26777 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
26778
26779         * cfgexpand.c (expand_call_stmt): Convert the function type to the
26780         original one if this is not a builtin function.
26781
26782 2011-04-14  Jakub Jelinek  <jakub@redhat.com>
26783
26784         PR target/48605
26785         * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
26786         offset it as needed based on top 2 bits in operands[3], change
26787         MEM mode to SFmode and mask those 2 bits away from operands[3].
26788
26789 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
26790
26791         * c-parser.c (c_parser_objc_protocol_definition): Updated for
26792         change from objc_declare_protocols() to objc_declare_protocol().
26793
26794 2011-04-14  Uros Bizjak  <ubizjak@gmail.com>
26795
26796         * config/i386/sse.md (sse4_1): New mode attribute.
26797         (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
26798         avx_blend<ssemodesuffix><avxmodesuffix> and
26799         sse4_1_blend<ssemodesuffix> using VF mode iterator.
26800         (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
26801         avx_blendv<ssemodesuffix><avxmodesuffix> and
26802         sse4_1_blendv<ssemodesuffix> using VF mode iterator.
26803         (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
26804         avx_dp<ssemodesuffix><avxmodesuffix> and
26805         sse4_1_dp<ssemodesuffix> using VF mode iterator.
26806         (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
26807         (sse4_1_packusdw): Merge with *avx_packusdw.
26808         (sse4_1_pblendvb): Merge with *avx_pblendvb.
26809         (sse4_1_pblendw): Merge with *avx_pblendw.
26810         (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
26811         (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
26812         avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
26813         VF mode iterator.
26814         (sse4_1_round<ssescalarmodesuffix>): Merge with
26815         *avx_round<ssescalarmodesuffix>.
26816         (aesenc): Merge with *avx_aesenc.
26817         (aesenclast): Merge with *avx_aesenclast.
26818         (aesdec): Merge with *avx_aesdec.
26819         (aesdeclast): Merge with *avx_aesdeclast.
26820         (pclmulqdq): Merge with *pclmulqdq.
26821         * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
26822         New predicate.
26823         (nonimm_not_xmm0_operand_maybe_avx): Ditto.
26824
26825 2011-04-14  H.J. Lu  <hongjiu.lu@intel.com>
26826
26827         PR middle-end/48608
26828         * cfgexpand.c (get_decl_align_unit): Renamed to ...
26829         (align_local_variable): This.  Update DECL_ALIGN.
26830         (add_stack_var): Updated.
26831         (expand_one_stack_var): Likewise.
26832
26833 2011-04-14  Richard Guenther  <rguenther@suse.de>
26834
26835         * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
26836         Remove.
26837         (dse_initialize_block_local_data, dse_leave_block,
26838         record_voperand_set, get_stmt_uid): Likewise.
26839         (dse_possible_dead_store_p): Allow any kind of killing stmt.
26840         (dse_optimize_stmt): Remove voperand set handling code.
26841         Simplify and improve to handle any kind of killing stmt.
26842         (dse_record_phi): Remove.
26843         (dse_enter_block): Simplify.
26844         (tree_ssa_dse): Likewise.
26845         * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
26846
26847 2011-04-14  Jan Hubicka  <jh@suse.cz>
26848
26849         * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
26850         * cgraph.h (struct inline_summary): Move to ipa-inline.h
26851         (cgraph_local_info): Remove inline_summary.
26852         * ipa-cp.c: Include ipa-inline.h.
26853         (ipcp_cloning_candidate_p, ipcp_estimate_growth,
26854         ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
26855         accesor.
26856         * lto-cgraph.c (lto_output_node): Do not stream inline summary.
26857         (input_overwrite_node): Do not set inline summary.
26858         (input_node): Do not stream inline summary.
26859         * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
26860         (cgraph_decide_inlining_incrementally): Do not try to estimate overall
26861         growth; we do not have inline parameters computed for that anyway.
26862         (cgraph_early_inlining): After inlining compute call_stmt_sizes.
26863         * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
26864         (inline_summary_t): New type and VECtor.
26865         (debug_inline_summary, dump_inline_summaries): Declare.
26866         (inline_summary): Use VOCtor.
26867         (estimate_edge_growth): Kill hack computing call stmt size directly.
26868         * lto-section-in.c (lto_section_name): Add inline section.
26869         * ipa-inline-analysis.c: Include lto-streamer.h
26870         (node_removal_hook_holder, node_duplication_hook_holder): New holders
26871         (inline_node_removal_hook, inline_node_duplication_hook): New functions.
26872         (inline_summary_vec): Define.
26873         (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
26874         dump_inline_summaries): New functions.
26875         (estimate_function_body_sizes): Properly compute size/time of outgoing
26876         calls.
26877         (compute_inline_parameters): Alloc inline_summary; do not compute
26878         size/time of incomming calls.
26879         (estimate_edge_time): Avoid missing time summary hack.
26880         (inline_read_summary): Read inline summary info.
26881         (inline_write_summary): Write inline summary info.
26882         (inline_free_summary): Free all hooks and inline summary vector.
26883         * lto-streamer.h: Add LTO_section_inline_summary section.
26884         * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
26885         * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
26886
26887 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
26888
26889         * tree-vectorizer.h (vect_strided_store_supported): Add a
26890         HOST_WIDE_INT argument.
26891         (vect_strided_load_supported): Likewise.
26892         (vect_permute_store_chain): Return void.
26893         (vect_transform_strided_load): Likewise.
26894         (vect_permute_load_chain): Delete.
26895         * tree-vect-data-refs.c (vect_strided_store_supported): Take a
26896         count argument.  Check that the count is a power of two.
26897         (vect_strided_load_supported): Likewise.
26898         (vect_permute_store_chain): Return void.  Update after above changes.
26899         Assert that the access is supported.
26900         (vect_permute_load_chain): Likewise.
26901         (vect_transform_strided_load): Return void.
26902         * tree-vect-stmts.c (vectorizable_store): Update calls after
26903         above interface changes.
26904         (vectorizable_load): Likewise.
26905         (vect_analyze_stmt): Don't check for strided powers of two here.
26906
26907 2011-04-14  Richard Guenther  <rguenther@suse.de>
26908
26909         PR tree-optimization/48590
26910         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
26911         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
26912         (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
26913         BUILT_IN_STACK_SAVE.
26914         * tree-ssa-dce.c (propagate_necessity): Handle
26915         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
26916
26917 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
26918
26919         * c-parser.c (c_parser_objc_class_declaration): Updated call to
26920         objc_declare_class.
26921
26922 2011-04-14  Richard Guenther  <rguenther@suse.de>
26923
26924         * tree.h (get_object_alignment_1): Declare.
26925         * builtins.c (get_object_alignment_1): Split out worker from ...
26926         (get_object_alignment): ... here.
26927         * fold-const.c (get_pointer_modulus_and_residue): Use
26928         get_object_alignment_1.
26929
26930 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
26931
26932         * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
26933         type parameter.
26934         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
26935         parameter.  Generalise code to handle arrays as well as vectors.
26936         (vect_setup_realignment): Update accordingly.
26937         * tree-vect-stmts.c (vectorizable_store): Likewise.
26938         (vectorizable_load): Likewise.
26939
26940 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
26941
26942         * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
26943         within the per-copy loop.
26944
26945 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
26946
26947         * tree-vect-stmts.c (vectorizable_load): Print the number of copies
26948         in the dump file.
26949
26950 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
26951
26952         * doc/options.texi (Negative): Explicitly mention that the
26953         Negative chain must be circular.
26954
26955 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
26956
26957         * function.h (block_chainon): Declare.
26958         * function.c (block_chainon): Define.
26959
26960 2011-04-14  Anatoly Sokolov  <aesok@post.ru>
26961             Eric Weddington  <eric.weddington@atmel.com>
26962             Georg-Johann Lay  <avr@gjlay.de>
26963
26964         * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
26965         New Includes
26966         (avr_init_builtins, avr_expand_builtin,
26967         avr_expand_delay_cycles, avr_expand_unop_builtin,
26968         avr_expand_binop_builtin ): New functions.
26969         (avr_builtin_id): New enum
26970         (struct avr_builtin_description): New struct
26971         (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
26972         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
26973
26974         * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
26975         UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
26976         UNSPECV_DELAY_CYCLES): new enumeration values
26977         (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
26978         ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
26979         ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
26980         ("*rotlqi3_4"): rename insn to "rotlqi3_4"
26981         ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
26982         "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
26983         "fmulsu"): New insns
26984
26985         * config/avr/avr-c.c: fix line endings
26986         (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
26987         __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
26988         __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
26989         __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
26990         __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
26991
26992         * doc/extend.texi (AVR Built-in Functions): New node
26993         (Target Builtins): Add documentation of AVR
26994         built-in functions.
26995
26996 2011-04-14  Georg-Johann Lay  <avr@gjlay.de>
26997
26998         PR target/44643
26999         * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
27000         alone. Error if non-const data has attribute progmem.
27001
27002 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27003
27004         * tree.h (struct tree_constructor): Include tree_typed instead of
27005         tree_common.
27006         * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
27007         TS_TYPED instead of TS_COMMON.
27008
27009 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
27010
27011         * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
27012         (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
27013         (sse2_psadbw): Merge with *avx_psadbw.
27014         (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
27015         (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
27016         (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
27017         (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
27018         (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
27019         (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
27020         (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
27021         (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
27022         (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
27023         (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
27024         (ssse3_palignrti): Merge with *avx_palignrti.
27025
27026 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27027
27028         * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
27029         * tree-ssanames.c (fini_ssanames): VEC_free it.
27030         (make_ssa_name_fn): Update for VECness of free_ssanames.
27031         (release_ssa_name, release_dead_ssa_names): Likewise.
27032         * tree.h (struct tree_ssa_name): Include tree_typed instead of
27033         tree_common.
27034         * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
27035         TS_TYPED instead of TS_COMMON.
27036
27037 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27038
27039         * postreload-gcse.c (gcse_after_reload_main): Add calls to
27040         statistics_counter_event.
27041         * tree-ssa-copyrename.c (stats): Define.
27042         (rename_ssa_copies): Count coalesced SSA_NAMEs.  Add call to
27043         statistics_counter_event.
27044         * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
27045         (bswap_stats, widen_mul_stats): Define.
27046         (insert_reciprocals): Increment rdivs_inserted.
27047         (execute_cse_reciprocals): Zeroize reciprocal_stats.  Increment
27048         rfuncs_inserted.  Add calls to statistics_counter_event.
27049         (execute_cse_sincos_1): Increment inserted.
27050         (execute_cse_sincos): Zeroize sincos_stats.  Add call to
27051         statistics_counter_event.
27052         (execute_optimize_bswap): Zeroize bswap_stats.  Increment fields
27053         of bswap_stats.  Add calls to statistics_counter_event.
27054         (convert_mult_to_widen): Increment widen_mults_inserted.
27055         (convert_plusminus_to_widen): Increment maccs_inserted.
27056         (convert_mult_to_fma): Increment fmas_inserted.
27057         (execute_optimize_widening_mul): Zeroize widen_mul_stats.  Add
27058         calls to statistics_counter_event.
27059
27060 2011-04-13  Vladimir Makarov  <vmakarov@redhat.com>
27061
27062         PR rtl-optimization/48455
27063         * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
27064         `temp_costs->mem_cost'.
27065
27066 2011-04-13  Jan Hubicka  <jh@suse.cz>
27067
27068         * ipa-inline.h: New file.
27069         * ipa-inline-analysis.c: New file. Broken out of ...
27070         * ipa-inline.c: ... this file; update toplevel comment;
27071         include ipa-inline.h
27072         (inline_summary): Move to ipa-inline.h
27073         (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
27074         ipa-inline-analysis.c.
27075         (cgraph_estimate_time_after_inlining): Rename to
27076         estiamte_time_after_inlining; move to ipa-inline-analysis.c
27077         (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
27078         to estimate_edge_growth.
27079         (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
27080         rename to estimate_size_after_inlining.
27081         (cgraph_mark_inline_edge): Update for new naming convention.
27082         (cgraph_check_inline_limits): Likewise.
27083         (cgraph_edge_badness): Likewise.
27084         (cgraph_decide_recursive_inlining): Likewise.
27085         (cgraph_decide_inlining_of_small_functions): Likewise.
27086         (cgraph_decide_inlining_incrementally): Likewise.
27087         (cgraph_estimate_growth): Rename to estimate_growth; move to
27088         ipa-inline-analysis.c.
27089         (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
27090         (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
27091         (compute_inline_parameters): Likewise.
27092         (compute_inline_parameters_for_current): Likewise.
27093         (pass_inline_parameters): Likewise.
27094         (inline_indirect_intraprocedural_analysis): Likewise.
27095         (analyze_function): Rename to inline_analyze_function; likewise.
27096         (add_new_function): Move to ipa-inline-analysis.c.
27097         (inline_generate_summary): Likewise.
27098         (inline_read_summary): Likewise.
27099         (inline_write_summary): Likewise.
27100         * Makefile.in (ipa-inline-analysis.c): New file.
27101
27102 2011-04-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27103
27104         * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
27105         * configure: Regenerate.
27106
27107 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27108
27109         * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
27110         instead of tree_common.
27111         (struct tree_fixed_cst, struct tree_string, struct tree_complex):
27112         Likewise.
27113         * tree.c (initialize_tree_contains_struct): Mark such nodes as being
27114         TS_TYPED rather than TS_COMMON.
27115         * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
27116
27117 2011-04-01  Georg-Johann Lay  <avr@gjlay.de>
27118
27119         PR target/45263
27120         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
27121         r20 around calls of __tablejump_elpm__
27122
27123 2011-04-13  Jakub Jelinek  <jakub@redhat.com>
27124
27125         PR middle-end/48591
27126         * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
27127         NULL.
27128         (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
27129
27130 2011-04-13  Bernd Schmidt  <bernds@codesourcery.com>
27131
27132         * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
27133         (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
27134         (cfi_vec): New typedef.
27135         (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
27136         dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
27137         (cie_cfi_vec): New static variable.
27138         (cie_cfi_head): Delete.
27139         (add_cfi): Accept a cfi_vec * as first argument. All callers and
27140         declaration changed. Use vector rather than list operations.
27141         (new_cfi): Don't initialize the dw_cfi_next field.
27142         (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
27143         rather than list operations.
27144         (lookup_cfa): Use vector rather than list operations.
27145         (output_cfis): New argument upto. Accept a cfi_vec rather than
27146         a dw_cfi_ref list head as argument. All callers changed.
27147         Iterate over the vector using upto as a maximum index.
27148         (output_all_cfis): New static function.
27149         (output_fde): Use vector rather than list operations. Use the
27150         new upto argument for output_cfis rather than manipulating a
27151         list.
27152         (dwarf2out_begin_prologue): Change initializations to match
27153         new struct members.
27154         (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
27155         from the vector length rather than searching for the end of a list.
27156         Use output_all_cfis.
27157         (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
27158
27159 2011-04-13  Nick Clifton  <nickc@redhat.com>
27160
27161         * config/rx/rx.md (movmemsi): Do not use this pattern when
27162         volatile pointers are involved.
27163
27164 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
27165
27166         * config/i386/sse.md (pinsrbits): Remove.
27167         (sse2_packsswb): Merge with *avx_packsswb.
27168         (sse2_packssdw): Merge with *avx_packssdw.
27169         (sse2_packuswb): Merge with *avx_packuswb.
27170         (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
27171         (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
27172         (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
27173         (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
27174         (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
27175         (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
27176         (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
27177         (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
27178         (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
27179         (*sse4_1_pinsrq): Merge with *avx_pinsrq.
27180         (sse2_loadld): Merge with *avx_loadld.
27181         (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
27182         (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
27183         (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
27184         (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
27185         (vec_concatv2di): Merge with *vec_concatv2di_avx.
27186
27187 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
27188
27189         * c-decl.c (union lang_tree_node): Check for TS_COMMON before
27190         calling TREE_CHAIN.
27191         * print-tree.c (print_node): Likewise.
27192         * tree-inline.c (copy_tree_r): Likewise.
27193         * c-lang.c (LANG_HOOKS_INIT_TS): Define.
27194         * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
27195         instead of TS_COMMON.
27196         * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
27197         * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
27198         (copy_node_stat): Zero TREE_CHAIN only if necessary.
27199         (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
27200         (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
27201         ...and these...
27202         (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
27203         * tree.h: ...here.
27204         (TREE_CHAIN): Check for a TS_COMMON structure.
27205         (TREE_TYPE): Check for a TS_TYPED structure.
27206
27207 2011-04-12  Pat Haugen  <pthaugen@us.ibm.com>
27208
27209         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
27210         cgraph_get_create_node instead of cgraph_node.
27211
27212 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
27213
27214         * c-parser.c (c_parser_initelt): Updated call to
27215         objc_build_message_expr.
27216         (c_parser_postfix_expression): Likewise.
27217
27218 2011-04-12  Kai Tietz  <ktietz@redhat.com>
27219
27220         * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
27221         MASK_MS_BITFIELD_LAYOUT bit.
27222
27223 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
27224
27225         * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
27226         assert it is always true.
27227         (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
27228         moves.
27229
27230 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
27231
27232         * c-parser.c (c_lex_one_token): Rewritten conditional used when
27233         compiling Objective-C to be more efficient.
27234
27235 2011-04-12  Axel Freyn  <axel-freyn@gmx.de>
27236
27237         * opts-common.c (decode_cmdline_options_to_array): Remove variable
27238         argv_copied.
27239
27240 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27241
27242         * recog.h, genoutput.c, optabs.c: Revert last patch.
27243
27244 2011-04-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
27245
27246         PR target/48090
27247         * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
27248
27249 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27250
27251         * recog.h (insn_operand_data): Add an "allows_mem" field.
27252         * genoutput.c (output_operand_data): Initialize it.
27253         * optabs.c (maybe_legitimize_operand_same_code): New function.
27254         (maybe_legitimize_operand): Use it when matching the original
27255         op->value.
27256
27257 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27258
27259         * genpreds.c (process_define_predicate): Move most processing
27260         to gensupport.c.  Continue to validate the expression.
27261         * genrecog.c (did_you_mean_codes, compute_predicate_codes)
27262         (process_define_predicate): Move processing to gensupport.c.
27263         (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
27264         * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
27265         (compute_predicate_codes): Moved from genrecog.c.  Add lineno
27266         argument.
27267         (valid_predicate_name_p): New function, split out from old
27268         genpreds.c:process_define_predicate.
27269         (process_define_predicate): New function, combining code from
27270         old genpreds.c and genrecog.c functions.
27271         (process_rtx): Call it for DEFINE_PREDICATE and
27272         DEFINE_SPECIAL_PREDICATE.
27273
27274 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27275
27276         * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
27277         size of a '%A' memory reference.
27278         (T_DREG, T_QREG): New neon_builtin_type_bits.
27279         (arm_init_neon_builtins): Assert that the load and store operands
27280         are neon_struct_operands.
27281         (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
27282         (NEON_ARG_MEMORY): New builtin_arg.
27283         (neon_dereference_pointer): New function.
27284         (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
27285         Handle NEON_ARG_MEMORY.
27286         (arm_expand_neon_builtin): Update after above interface changes.
27287         Use NEON_ARG_MEMORY for loads and stores.
27288         * config/arm/predicates.md (neon_struct_operand): New predicate.
27289         * config/arm/iterators.md (V_two_elem): Tweak formatting.
27290         (V_three_elem): Use BLKmode for accesses that have no associated mode.
27291         (V_four_elem): Tweak formatting.
27292         * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
27293         (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
27294         (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
27295         (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
27296         (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
27297         (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
27298         (neon_vst4<mode>): Replace pointer operand with a memory operand.
27299         Use %A in the output template.
27300         (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
27301         (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
27302         (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
27303         the width of the memory access.  Remove post-increment.
27304         * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
27305
27306 2011-04-12  Nick Clifton  <nickc@redhat.com>
27307
27308         * config/v850/v850.c (expand_prologue): Do not use the CALLT
27309         instruction for interrupt handlers if the target is the basic V850
27310         architecture.
27311         (expand_epilogue): Likewise.
27312
27313 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
27314
27315         PR rtl-optimization/48549
27316         * combine.c (propagate_for_debug): Also stop after BB_END of
27317         this_basic_block.  Process LAST and just stop processing after it.
27318         (combine_instructions): If last_combined_insn has been deleted,
27319         set last_combined_insn to its PREV_INSN.
27320
27321 2011-04-12  Richard Guenther  <rguenther@suse.de>
27322
27323         PR tree-optimization/46076
27324         * gimple.h (struct gimple_statement_call): Add fntype field.
27325         (gimple_call_fntype): Adjust.
27326         (gimple_call_set_fntype): New function.
27327         * gimple.c (gimple_build_call_1): Set the call function type.
27328         * gimplify.c (gimplify_call_expr): Preserve the function
27329         type the frontend used for the call.
27330         (gimplify_modify_expr): Likewise.
27331         * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
27332         function type.
27333         * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
27334         function type.
27335         * tree-ssa.c (useless_type_conversion_p): Function pointer
27336         conversions are useless.
27337
27338 2011-04-12  Martin Jambor  <mjambor@suse.cz>
27339
27340         * cgraph.h (cgraph_node): Remove function declaration.
27341         (cgraph_create_node): Declare.
27342         (cgraph_get_create_node): Likewise.
27343         * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
27344         Updated all callers.
27345         (cgraph_node): Renamed to cgraph_create_node, assert that a node for
27346         the decl does not already exist.  Call cgraph_get_create_node instead
27347         of cgraph_node.
27348         (cgraph_get_create_node): New function.
27349         (cgraph_same_body_alias): Update comment.
27350         (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
27351         assert it does not return NULL.
27352         (cgraph_update_edges_for_call_stmt): Likewise.
27353         (cgraph_clone_edge): Likewise.
27354         (cgraph_create_virtual_clone): Likewise.
27355         (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
27356         instead of cgraph_node.
27357         (cgraph_add_new_function): Call cgraph_create_node or
27358         cgraph_get_create_node instead of cgraph_node.
27359         * cgraphbuild.c (record_reference): Call cgraph_get_create_node
27360         instead of cgraph_node.
27361         (record_eh_tables): Likewise.
27362         (mark_address): Likewise.
27363         (mark_load): Likewise.
27364         (build_cgraph_edges): Call cgraph_get_create_node instead
27365         of cgraph_node.
27366         (rebuild_cgraph_edges): Likewise.
27367         * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
27368         instead of cgraph_node.
27369         (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
27370         cgraph_node.
27371         * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
27372         cgraph_create_node instead of cgraph_node.
27373         * c-decl.c (finish_function): Call cgraph_get_create_node instead
27374         of cgraph_node.
27375         * lto-cgraph.c (input_node): Likewise.
27376         * lto-streamer-in.c (input_function): Likewise.
27377         * varasm.c (mark_decl_referenced): Likewise.
27378         (assemble_alias): Likewise.
27379
27380 2011-04-12  Martin Jambor  <mjambor@suse.cz>
27381
27382         * tree-inline.c (tree_function_versioning): Call cgraph_get_node
27383         instead of cgraph_node and assert it does not return NULL.
27384         * lto-streamer-in.c (lto_read_body): Likewise.
27385         * omp-low.c (new_omp_context): Likewise.
27386         (create_task_copyfn): Likewise.
27387         * tree-emutls.c (lower_emutls_function_body): Likewise.
27388         * matrix-reorg.c (transform_allocation_sites): Likewise.
27389
27390 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
27391
27392         PR c/48552
27393         * c-typeck.c (build_asm_expr): Error out on attempts to use
27394         void type outputs or inputs for constraints that allow reg or
27395         don't allow memory.
27396
27397 2011-04-11  Chung-Lin Tang  <cltang@codesourcery.com>
27398             Richard Earnshaw  <rearnsha@arm.com>
27399
27400         PR target/48250
27401         * config/arm/arm.c (arm_legitimize_reload_address): Update cases
27402         to use sign-magnitude offsets. Reject unsupported unaligned
27403         cases. Add detailed description in comments.
27404         * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
27405         condition from TARGET_32BIT to TARGET_ARM.
27406
27407 2011-04-11  Nathan Froyd  <froydnj@codesourcery.com>
27408
27409         * tree.h (struct typed_tree): New.
27410         (struct tree_common): Include it instead of tree_base.
27411         (TREE_TYPE): Update for new location of type field.
27412         (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
27413         (DECL_USER_ALIGN, DECL_PACKED): Likewise.
27414         (union tree_node): Add typed field.
27415         * treestruct.def (TS_TYPED): New.
27416         * lto-streamer.c (check_handled_ts_structures): Handle it.
27417         * tree.c (MARK_TS_TYPED): New macro.
27418         (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
27419
27420 2011-04-11  Eric Botcazou  <ebotcazou@adacore.com>
27421
27422         * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
27423         (force_nonfallthru): Do not alter the loop nest if no basic block
27424         was created.
27425
27426 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
27427
27428         * config/i386/sse.md (VI): New mode iterator.
27429         (SSEMODEI): Remove.
27430         (AVX256MODEI): Ditto.
27431         (AVXMODEF4P): Ditto.
27432         (avxvecpsmode): Ditto.
27433         (one_cmpl<mode>2): Enable for TARGET_SSE.  Use VI mode iterator.
27434         (sse2_andnot<mode>3): New expander.
27435         (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
27436         *avx_andnot<mode>3.  Enable for TARGET_SSE.  Use VI mode iterator.
27437         (<any_logic:code><mode>3): Use VI mode iterator.
27438         (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
27439         and *avx_<any_logic:code><mode>3.  Use VI mode iterator.
27440         (*andnottf3): Handle AVX three-operand constraints.
27441         (*<any_logic:code>tf3): Handle AVX three-operand constraints.
27442
27443 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27444             Robert Millan  <rmh@gnu.org>
27445
27446         * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
27447         * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
27448         GNU_USER_DYNAMIC_LINKER64): Define.
27449         (REG_NAME): Don't undefine.
27450         (MD_UNWIND_SUPPORT): Undefine.
27451         * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
27452         (REG_NAME): Don't undefine.
27453         (MD_UNWIND_SUPPORT): Undefine.
27454         * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
27455
27456 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27457
27458         * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
27459         (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
27460
27461 2011-04-11  Xinliang David Li  <davidxl@google.com>
27462
27463         * value-profile.c (check_ic_target): New function.
27464         (gimple_ic_transform): Sanity check indirect call target.
27465         * gimple-low.c (gimple_check_call_args): Interface change.
27466         (gimple_check_call_matching_types): New function.
27467         * tree-inline.c (tree_can_inline_p): Call new function.
27468
27469 2011-04-11  Basile Starynkevitch  <basile@starynkevitch.net>
27470
27471         * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
27472         tree-pretty-print.h & realmpfr.h.
27473
27474 2011-04-11  Vladimir Makarov  <vmakarov@redhat.com>
27475
27476         PR middle-end/48464
27477         * ira.c (setup_pressure_classes): Fix typo in loop condition.
27478         (setup_allocno_and_important_classes): Ditto.
27479
27480 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27481
27482         * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
27483         GNU_USER_DYNAMIC_LINKER.
27484         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
27485         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27486         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
27487         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
27488         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
27489         GNU_USER_TARGET_OS_CPP_BUILTINS.
27490         * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
27491         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27492         * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
27493         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27494         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
27495         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
27496         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
27497         GNU_USER_TARGET_OS_CPP_BUILTINS.
27498         * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27499         GNU_USER_DYNAMIC_LINKER.
27500         * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27501         GNU_USER_TARGET_OS_CPP_BUILTINS.
27502         * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
27503         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27504         * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
27505         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27506         * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
27507         * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
27508         GNU_USER_DYNAMIC_LINKER64): Remove.
27509         * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
27510         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27511         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27512         GNU_USER_DYNAMIC_LINKER.
27513         * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27514         GNU_USER_TARGET_OS_CPP_BUILTINS.
27515         * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27516         GNU_USER_TARGET_OS_CPP_BUILTINS.
27517         * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
27518         to GNU_USER_TARGET_OS_CPP_BUILTINS.
27519         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27520         GNU_USER_TARGET_OS_CPP_BUILTINS.
27521         (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
27522         (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
27523         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
27524         * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
27525         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27526         * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27527         GNU_USER_DYNAMIC_LINKER.
27528         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
27529         GNU_USER_TARGET_OS_CPP_BUILTINS.
27530         * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
27531         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27532         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27533         GNU_USER_DYNAMIC_LINKER.
27534         * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
27535         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27536         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
27537         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27538         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27539         GNU_USER_DYNAMIC_LINKER.
27540         * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
27541         GNU_USER_DYNAMIC_LINKERN32.
27542         (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
27543         GNU_USER_DYNAMIC_LINKERN32.  Change LINUX_DYNAMIC_LINKER64 to
27544         GNU_USER_DYNAMIC_LINKER64.  Change LINUX_DYNAMIC_LINKER32 to
27545         GNU_USER_DYNAMIC_LINKER32.
27546         * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
27547         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27548         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27549         GNU_USER_DYNAMIC_LINKER.
27550         * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
27551         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27552         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
27553         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27554         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
27555         * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
27556         GNU_USER_DYNAMIC_LINKER32.
27557         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
27558         * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
27559         GNU_USER_DYNAMIC_LINKER.
27560         * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
27561         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27562         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
27563         GNU_USER_DYNAMIC_LINKER32.  Change LINUX_DYNAMIC_LINKER64 to
27564         GNU_USER_DYNAMIC_LINKER64.
27565         * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
27566         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27567         (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27568         GNU_USER_DYNAMIC_LINKER.
27569         * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
27570         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27571         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27572         GNU_USER_DYNAMIC_LINKER.
27573         * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
27574         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27575         (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
27576         GNU_USER_DYNAMIC_LINKER32.
27577         (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
27578         GNU_USER_DYNAMIC_LINKER64.
27579         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
27580         GNU_USER_DYNAMIC_LINKER64.
27581         * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
27582         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27583         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
27584         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27585         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
27586
27587 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27588
27589         * config/i386/gnu-user.h: Copy from linux.h.  Update comments.
27590         (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
27591         (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
27592         GNU_USER_DYNAMIC_LINKER.
27593         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
27594         * config/i386/gnu-user64.h: Copy from linux64.h.  Update comments.
27595         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
27596         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
27597         GNU_USER_DYNAMIC_LINKER64.
27598         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
27599         * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
27600         GNU_USER_LINK_EMULATION.
27601         * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
27602         DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
27603         ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
27604         MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
27605         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
27606         CPP_SPEC, CC1_SPEC): Remove.
27607         (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
27608         (GNU_USER_DYNAMIC_LINKER): Define.
27609         (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
27610         ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
27611         ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
27612         LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
27613         TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
27614         STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
27615         TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
27616         * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
27617         CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
27618         TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
27619         LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
27620         LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
27621         (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
27622         (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
27623         TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
27624         TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
27625         * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
27626         GNU_USER_DYNAMIC_LINKER.
27627         * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
27628         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
27629         * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
27630         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
27631         * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
27632         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
27633         * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
27634         i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
27635         i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
27636         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
27637
27638 2011-04-11  Kai Tietz  <ktietz@redhat.com>
27639
27640         PR target/9601
27641         PR target/11772
27642         * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
27643         * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
27644         comment.
27645         (ix86_is_msabi_thiscall): Removed.
27646         (ix86_is_type_thiscall): Likewise.
27647         (ix86_get_callcvt): New function.
27648         (ix86_comp_type_attributes): Simplify check.
27649         (ix86_function_regparm): Use ix86_get_callcvt for calling
27650         convention attribute checks.
27651         (ix86_return_pops_args): Likewise.
27652         (ix86_static_chain): Likewise.
27653         (x86_this_parameter): Likewise.
27654         (x86_output_mi_thunk): Likewise.
27655         (ix86_function_type_abi): Optimize check for types without attributes.
27656         * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
27657         IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
27658         IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
27659         by flag-values.
27660         (IX86_BASE_CALLCVT): Helper macro.
27661         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
27662         Use ix86_get_callcvt for calling convention attribute checks and avoid
27663         symbol-decoration for stdcall in TARGET_RTD case.
27664         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
27665         Likewise.
27666         (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
27667         for declaration.
27668
27669 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
27670
27671         * config/i386/sse.md (VI_128): New mode iterator.
27672         (VI12_128): Rename from SSEMODE12.
27673         (VI14_128): Rename from SSEMODE14.
27674         (VI124_128): New mode iterator.
27675         (VI24_128): Rename from SSEMODE248.
27676         (VI248_128): Rename from SSEMODE248.
27677         (SSEMODE124C8): Remove.
27678         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
27679         (*sse2_<plusminus_insn><mode>3): Merge with
27680         *avx_<plusminus_insn><mode>3.
27681         (*mulv8hi3): Merge with *avx_mulv8hi3.
27682         (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
27683         (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
27684         (*sse2_pmaddwd): Merge with *avx_pmaddwd.
27685         (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
27686         (ashr<mode>3): Merge with *avx_ashr<mode>3.
27687         (lshr<mode>3): Merge with *avx_lshr<mode>3.
27688         (ashl<mode>3): Merge with *avx_ashl<mode>3.
27689         (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
27690         (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
27691         (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
27692         (*<smaxmin:code>v8hi3): Ditto.
27693         (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
27694         (*<smaxmin:code>v16qi3): Ditto.
27695         (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
27696         (*sse2_eq<mode>3): Ditto.
27697         (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
27698         (*sse2_gt<mode>3): Ditto.
27699         (vcondv2di): Split out of vcond<mode>.
27700         (vconduv2di): Split out of vcondu<mode>.
27701
27702 2011-04-11  Richard Guenther  <rguenther@suse.de>
27703
27704         * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
27705         before calling tree_low_cst.
27706
27707 2011-04-11  Richard Guenther  <rguenther@suse.de>
27708
27709         * stor-layout.c (layout_type): Compute all array index size operations
27710         in the original type.
27711         (initialize_sizetypes): Add comment.
27712         (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
27713
27714 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27715
27716         * common.opt (Tbss=, Tdata=, Ttext=): New options.
27717
27718 2011-04-11  Martin Jambor  <mjambor@suse.cz>
27719
27720         * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
27721         of cgraph_node, handle NULL return value.
27722         (cgraph_global_info): Likewise.
27723         (cgraph_rtl_info): Likewise.
27724         * tree-inline.c (estimate_num_insns): Likewise.
27725         * gimplify.c (unshare_body): Likewise.
27726         (unvisit_body): Likewise.
27727         (gimplify_body): Likewise.
27728         * predict.c (optimize_function_for_size_p): Likewise.
27729         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
27730         (call_may_clobber_ref_p_1): Likewise.
27731         * varasm.c (function_section_1): Likewise.
27732         (assemble_start_function): Likewise.
27733
27734 2011-04-11  Martin Jambor  <mjambor@suse.cz>
27735
27736         * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
27737         of cgraph_node.
27738         * final.c (rest_of_clean_state): Likewise.
27739         * gimple-iterator.c (update_call_edge_frequencies): Likewise.
27740         * passes.c (pass_init_dump_file): Likewise.
27741         (execute_all_ipa_transforms): Likewise.
27742         (function_called_by_processed_nodes_p): Likewise.
27743         * predict.c (maybe_hot_frequency_p): Likewise.
27744         (probably_never_executed_bb_p): Likewise.
27745         (compute_function_frequency): Likewise.
27746         * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
27747         (unnest_nesting_tree_1): Likewise.
27748         (lower_nested_functions): Likewise.
27749         * tree-optimize.c (execute_fixup_cfg): Likewise.
27750         (tree_rest_of_compilation): Likewise.
27751         * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
27752         * tree-sra.c (ipa_early_sra): Likewise.
27753         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
27754         * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
27755         * ipa.c (record_cdtor_fn): Likewise.
27756         * ipa-inline.c (cgraph_early_inlining): Likewise.
27757         (compute_inline_parameters_for_current): Likewise.
27758         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
27759         * ipa-pure-const.c (local_pure_const): Likewise.
27760         * ipa-split.c (split_function): Likewise.
27761         (execute_split_functions): Likewise.
27762         * cgraphbuild.c (build_cgraph_edges): Likewise.
27763         (rebuild_cgraph_edges): Likewise.
27764         (cgraph_rebuild_references): Likewise.
27765         (remove_cgraph_callee_edges): Likewise.
27766         * cgraphunit.c (cgraph_mark_if_needed): Likewise.
27767         (verify_cgraph_node): Likewise.
27768         (cgraph_analyze_functions): Likewise.
27769         (cgraph_preserve_function_body_p): Likewise.
27770         (save_inline_function_body): Likewise.
27771         (save_inline_function_body): Likewise.
27772         * tree-inline.c (copy_bb): Likewise.
27773         (optimize_inline_calls): Likewise.
27774
27775 2011-04-11  Martin Jambor  <mjambor@suse.cz>
27776
27777         PR tree-optimization/48195
27778         * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
27779         ipa_check_create_edge_args.
27780         (ipcp_generate_summary): Do not call ipa_check_create_node_params and
27781         ipa_check_create_edge_args.
27782         * ipa-inline.c (inline_generate_summary): Do not call
27783         ipa_check_create_node_params and ipa_check_create_edge_args.
27784         * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
27785         ipa_check_create_edge_args.
27786
27787 2011-04-09  Anatoly Sokolov  <aesok@post.ru>
27788
27789         * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
27790         instead of loop.
27791         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
27792         * function.c (record_hard_reg_sets): Likewise.
27793         * ira.c (compute_regs_asm_clobbered): Likewise.
27794         * sched-deps.c (sched_analyze_1): Likewise.
27795         * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
27796
27797 2011-04-09  Xinliang David Li  <davidxl@google.com>
27798
27799         PR tree-optimization/PR48484
27800         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
27801         has_valid_pred lazily
27802
27803 2011-04-09  Duncan Sands  <baldrick@free.fr>
27804
27805         * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
27806
27807 2011-04-08  Eric Botcazou  <ebotcazou@adacore.com>
27808
27809         * combine.c (combine_validate_cost): Adjust comments.  Set registered
27810         cost of I0 to zero at the end, if any.
27811
27812 2011-04-08  Xinliang David Li  <davidxl@google.com>
27813
27814         * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
27815         to insane profile data.
27816
27817 2011-04-08  Xinliang David Li  <davidxl@google.com>
27818
27819         * ipa-cp.c (ipcp_update_profiling): Correct
27820          negative scale factor due to insane profile data.
27821
27822 2011-04-08  Xinliang David Li  <davidxl@google.com>
27823
27824         * final.c (dump_basic_block_info): New function.
27825         (final): Dump basic block.
27826         (final_scan_insn): Remove old dump.
27827
27828 2011-04-08  Steven G. Kargl  <kargl@gcc.gnu.org>
27829
27830         PR target/47829
27831         * config.gcc (i386-*-freebsd): Disable unwind table generation for
27832         crtbegin/crtend.
27833
27834 2011-04-08  Michael Matz  <matz@suse.de>
27835
27836         PR middle-end/48389
27837         * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
27838         functions.
27839         (rebuild_jump_labels): Call rebuild_jump_labels_1.
27840         * rtl.h (rebuild_jump_labels_chain): Declare.
27841         * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
27842         insns inserted on edges.
27843
27844 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
27845
27846         * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
27847         * config/arm/arm-arches.def: New.
27848         * config/arm/arm-opts.h: New.
27849         * config/arm/genopt.sh: New.
27850         * config/arm/arm-tables.opt: New (generated).
27851         * config/arm/arm.c (arm_handle_option, arm_target_help,
27852         TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
27853         (all_architectures): Get most table contents from arm-arches.def.
27854         (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
27855         arm_selected_tune here.
27856         * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
27857         * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
27858         (march=, mcpu=, mtune=): Use Enum and Var.
27859         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
27860         (arm.o): Update dependencies.
27861
27862 2011-04-08  Basile Starynkevitch  <basile@starynkevitch.net>
27863
27864         * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
27865         of header_file.
27866         (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
27867         (write_typed_alloc_defns): Likewise.
27868         (main): Calls write_typed_alloc_defns with output_header.
27869
27870 2011-04-08  Vladimir Makarov  <vmakarov@redhat.com>
27871
27872         PR inline-asm/48435
27873         * ira-color.c (setup_profitable_hard_regs): Add comments.
27874         Don't take prohibited hard regs into account.
27875         (setup_conflict_profitable_regs): Rename to
27876         get_conflict_profitable_regs.
27877         (check_hard_reg_p): Check prohibited hard regs.
27878
27879 2011-04-08  Nathan Froyd  <froydnj@codesourcery.com>
27880
27881         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
27882         * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
27883         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
27884
27885 2011-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27886
27887         PR target/48366
27888         * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
27889         move from floating point to shift amount register.
27890         (emit_move_sequence): Remove secondary reload support for floating
27891         point to shift amount amount register copies.
27892         (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
27893         amount register copies.
27894         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
27895         register, return false if mode isn't a scalar integer mode.
27896         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
27897
27898 2011-04-08  Richard Guenther  <rguenther@suse.de>
27899
27900         * gimple.c (gimple_call_flags): Remove kludge.
27901
27902 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
27903
27904         * sel-sched.c (sel_region_init): Move call to
27905         sel_setup_region_sched_flags after setup_current_loop_nest.
27906
27907 2011-04-08  Andrey Belevantsev  <abel@ispras.ru>
27908
27909         PR rtl-optimization/48272
27910         * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
27911         init_insn_reg_pressure_info.  Adjust a caller.
27912         * sched-int.h (init_insn_reg_pressure_info): Declare.
27913         * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
27914         when sched-pressure is enabled.
27915
27916 2011-04-08  Richard Guenther  <rguenther@suse.de>
27917
27918         * gimple.c (gimple_set_modified): Do not queue calls to
27919         MODIFIED_NORETURN_CALLS here ...
27920         * tree-ssa-operands.c (update_stmt_operands): ... but here.
27921
27922 2011-04-08  Richard Guenther  <rguenther@suse.de>
27923
27924         PR lto/48467
27925         * toplev.c (lang_dependent_init): Do not open asm_out_file
27926         in WPA mode, nor perform debug machinery initialization.
27927         (finalize): Do not unlink asm_out_file in WPA mode.
27928
27929 2011-04-08  Richard Guenther  <rguenther@suse.de>
27930
27931         * gimple.h (gimple_call_fntype): New function.
27932         (gimple_call_return_type): Use it.
27933         * expr.c (expand_expr_real_1): Use gimple_call_fntype.
27934         * gimple-low.c (gimple_check_call_args): Likewise.
27935         * gimple.c (gimple_call_flags): Likewise.
27936         (gimple_call_arg_flags): Likewise.
27937         (gimple_call_return_flags): Likewise.
27938         * tree-cfg.c (verify_gimple_call): Likewise.
27939         (do_warn_unused_result): Likewise.
27940         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
27941         * value-prof.c (gimple_ic_transform): Fix fndecl check.
27942
27943 2011-04-08  Dmitry Melnik  <dm@ispras.ru>
27944
27945         PR rtl-optimization/48235
27946         * sel-sched.c (code_motion_process_successors): Recompute the last
27947         insn in basic block if control flow changed.
27948         (code_motion_path_driver): Ditto.  Recompute the first insn as well.
27949         Update condition for ilist_remove.
27950
27951 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
27952
27953         PR rtl-optimization/48302
27954         * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
27955         * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument.  Use
27956         it to record added preheader blocks.
27957         * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument.  Pass it
27958         on to sel_add_loop_preheaders.
27959         (sel_region_init): Move call to setup_current_loop_nest after
27960         sel_init_bbs.
27961
27962 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
27963
27964         PR target/48273
27965         * cfgloop.h (loop_has_exit_edges): New helper.
27966         * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
27967         non-clonable.
27968         * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
27969         that have no exit edges.
27970
27971 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
27972
27973         PR rtl-optimization/48442
27974         * sel-sched.c (init_seqno): Remove number_of_insns argument.  Update
27975         all callers.  Adjust assert.
27976
27977 2011-04-08  Jakub Jelinek  <jakub@redhat.com>
27978
27979         PR tree-optimization/48377
27980         * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
27981         is_packed to true even for types with smaller TYPE_ALIGN than
27982         TYPE_SIZE.
27983
27984 2011-04-08  Richard Guenther  <rguenther@suse.de>
27985
27986         PR bootstrap/48513
27987         * doc/tm.texi: Re-generate.
27988
27989 2011-04-08  Wei Guozhi  <carrot@google.com>
27990
27991         PR target/47855
27992         * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
27993         * config/arm/arm.c (arm_attr_length_push_multi): New function.
27994         * config/arm/arm.md (*push_multi): Change the length computation to
27995         call a C function.
27996
27997 2011-04-08  Anatoly Sokolov  <aesok@post.ru>
27998
27999         * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
28000         (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
28001         * doc/tm.texi: Regenerate.
28002         * system.h (ASM_OUTPUT_BSS): Poison.
28003         * varasm.c (asm_output_bss): Remove function.
28004         (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
28005
28006         * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
28007         * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
28008         * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
28009         * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28010         Likewise.
28011         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28012         Likewise.
28013         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28014         Likewise.
28015         * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
28016
28017 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
28018
28019         * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
28020         EnumValue lines.
28021
28022 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
28023
28024         * config/m68k/m68k.c (m68k_handle_option): Don't handle
28025         OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
28026         OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
28027         OPT_mcpu32.
28028         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
28029         handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
28030         -m68030, -m68040, -m68060, -mcpu32 and -m68332.
28031         * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
28032         m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
28033         * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
28034         (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
28035         (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
28036         options.  Don't map other m68k options manually.  Don't handle
28037         old-style options as canonical.
28038         (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
28039         * doc/install.texi (m68k-*-*): Document binutils version requirement.
28040
28041 2011-04-07  Eric Botcazou  <ebotcazou@adacore.com>
28042
28043         * basic-block.h (force_nonfallthru): Move to...
28044         * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
28045         (force_nonfallthru): ...here.
28046         * cfghooks.c (force_nonfallthru): New function.
28047         * cfgrtl.c (force_nonfallthru): Rename into...
28048         (rtl_force_nonfallthru): ...this.
28049         (commit_one_edge_insertion): Do not set AUX field.
28050         (commit_edge_insertions): Do not discover new basic blocks.
28051         (rtl_cfg_hooks): Add rtl_force_nonfallthru.
28052         (cfg_layout_rtl_cfg_hooks): Likewise.
28053         * function.c (thread_prologue_and_epilogue_insns): Remove bogus
28054         ATTRIBUTE_UNUSED.  Discover new basic blocks in the prologue insns.
28055         * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
28056
28057 2011-04-07  Anatoly Sokolov  <aesok@post.ru>
28058
28059         * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
28060         Remove macros.
28061
28062 2011-04-07  Uros Bizjak  <ubizjak@gmail.com>
28063
28064         * config/i386/sse.md: Update copyright year.
28065         (avxcvtvecmode): Remove.
28066         (sse_movhlps): Merge with *avx_movhlps.
28067         (sse_movlhps): Merge with *avx_movlhps.
28068         (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
28069         (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
28070         (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
28071         (sse_loadhps): Merge with *avx_loadhps.
28072         (sse_storelps): Merge with *avx_storelps.
28073         (sse_loadlps): Merge with *avx_loadlps.
28074         (sse_movss): Merge with *avx_movss.
28075         (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
28076         (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
28077         (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
28078         (*vec_set<mode>_0_sse2): Split multi-unit alternative.
28079         (vec_set<mode>_0): Ditto.
28080         (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
28081         (sse4_1_insertps): Merge with *avx_insertps.
28082         (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
28083         (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
28084         (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
28085         (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
28086         (sse2_storehpd): Merge with *avx_storehpd.
28087         (sse2_loadhpd): Merge with *avx_loadhpd.
28088         (sse2_loadlpd): Merge with *avx_loadlpd.
28089         (sse2_movsd): Merge with *avx_movsd.
28090         (*vec_concatv2df): Merge with *vec_concatv2df.
28091
28092 2011-04-07  Jakub Jelinek  <jakub@redhat.com>
28093
28094         PR debug/48343
28095         * combine.c (combine_instructions): Add last_combined_insn,
28096         update it if insn is after it, pass it to all try_combine calls.
28097         (try_combine): Add last_combined_insn parameter, pass it instead of
28098         i3 to propagate_for_debug.
28099
28100 2011-04-07  Nick Clifton  <nickc@redhat.com>
28101
28102         * config/mn10300/mn10300.md (movqi_internal): Add alternatives
28103         to handle MDR <-> data register transfers.
28104         (movhi_internal): Likewise.
28105
28106 2011-04-07  Alan Modra  <amodra@gmail.com>
28107
28108         * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
28109         previous stack info.
28110
28111 2011-04-07  Tom de Vries  <tom@codesourcery.com>
28112
28113         PR target/43920
28114         * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter.  Pass dir to
28115         flow_find_cross_jump.  Swap variables to implement backward replacement.
28116         (try_crossjump_bb): Add argument to try_crossjump_to_edge.
28117
28118 2011-04-07  Tom de Vries  <tom@codesourcery.com>
28119
28120         PR target/43920
28121         * cfgcleanup.c (walk_to_nondebug_insn): New function.
28122         (flow_find_cross_jump): Use walk_to_nondebug_insn.  Recalculate bb1
28123         and bb2.
28124         (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
28125         src1 or src2.  Redirect edges to the last basic block.  Update
28126         frequency and count on multiple basic blocks in case of fallthru.
28127
28128 2011-04-07  Tom de Vries  <tom@codesourcery.com>
28129
28130         PR target/43920
28131         * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
28132         function.
28133         (old_insns_match_p): Change return type.  Replace return false/true
28134         with return dir_none/dir_both.  Use can_replace_by.
28135         (flow_find_cross_jump): Add dir_p parameter.  Init replacement
28136         direction from dir_p.  Register replacement direction in dir, last_dir
28137         and afterlast_dir.  Handle new return type of old_insns_match_p using
28138         merge_dir.  Return replacement direction in dir_p.
28139         (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
28140         return type of old_insns_match_p.
28141         (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
28142         * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
28143         flow_find_cross_jump.
28144         * basic-block.h (enum replace_direction): New type.
28145         (flow_find_cross_jump): Add parameter to declaration.
28146
28147 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
28148
28149         * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
28150         (AVXMODEDCVTPS2DQ): Ditto.
28151         (VEC_FLOAT_MODE): Ditto.
28152         (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3.  Use VF mode
28153         iterator.  Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
28154         (<any_logic:code><mode>3): Use VF mode iterator.
28155         (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
28156         Use VF mode iterator.
28157         (copysign<mode>3): Use VF mode iterator.
28158         (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3.  Handle
28159         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
28160         (*<any_logic:code><MODEF:mode>3): Merge with
28161         *avx_<any_logic:code><MODEF:mode>3.
28162         (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
28163         (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
28164         (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
28165         (avx_cvtdq2ps<avxmodesuffix>): Remove.
28166         (sse2_cvtdq2ps): Use %v modifier.
28167         (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
28168         (avx_cvtps2dq<avxmodesuffix>): Remove.
28169         (sse2_cvtps2dq): Use %v modifier.
28170         (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
28171         (avx_cvttps2dq<avxmodesuffix>): Remove.
28172         (sse2_cvttps2dq): Use %v modifier.
28173         (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
28174         (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
28175         (sse2_cvtsd2siq): Fix insn template.
28176         (sse2_cvtsd2siq_2): Ditto.
28177         (sse2_cvttsd2siq): Ditto.
28178         (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
28179         (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
28180
28181 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
28182
28183         * gcov-io.c: Use GCC Runtime Library Exception.
28184
28185 2011-04-06  Jakub Jelinek  <jakub@redhat.com>
28186
28187         PR debug/48466
28188         * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
28189         as base_reg whatever register reg has been eliminated to, instead
28190         of hardcoding STACK_POINTER_REGNUM.
28191
28192 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
28193
28194         * doc/tm.texi.in: Document C target hooks as separate from general
28195         target hooks.
28196         * doc/tm.texi: Regenerate.
28197         * genhooks.c (struct hook_desc): Add docname field.
28198         (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC).  Initialize
28199         docname field.
28200         (hook_array): Include c-target.def.
28201         (emit_documentation): Use docname field in output.
28202         (emit_init_macros): Take docname argument.  Only emit definitions
28203         for hooks matching docname.
28204         (main): Expect additional arguments in all cases.  Pass argument
28205         to emit_init_macros.
28206         * target.def: Move initial macro definitions and comments to
28207         target-hooks-macros.h.
28208         (gcc_targetcm): Move to c-family/c-target.def.
28209         * target.h (targetcm): Move declaration to c-family/c-target.h.
28210         * targhooks.c (default_handle_c_option): Move to
28211         c-family/c-opts.c.
28212         * targhooks.h (default_handle_c_option): Move declaration to
28213         c-family/c-common.h.
28214         * target-hooks-macros.h: New file.
28215         * config.gcc (target_has_targetcm): Define and use to add to
28216         c_target_objs and cxx_target_objs.
28217         * config/default-c.c: New file.
28218         * config/darwin-c.c: Include c-target.h and c-target-def.h instead
28219         of target.h and target-def.h.
28220         (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
28221         (darwin_objc_construct_string, darwin_cfstring_ref_p,
28222         darwin_check_cfstring_format_arg): Make static.
28223         (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
28224         TARGET_STRING_OBJECT_REF_TYPE_P,
28225         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
28226         * config/darwin-protos.h (darwin_objc_construct_string,
28227         darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
28228         declare.
28229         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
28230         TARGET_STRING_OBJECT_REF_TYPE_P,
28231         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
28232         * config/t-darwin (darwin-c.o): Update dependencies.
28233         * system.h (TARGET_HAS_TARGETCM): Poison.
28234         * Makefile.in (TARGET_H): Update.
28235         (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
28236         (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
28237         (default-c.o): New target.
28238         (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
28239         (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
28240         (s-tm-texi): Pass -d option to genhooks.  Also test timestamp on
28241         c-target.def.
28242         (build/genhooks.o): Update dependencies.
28243
28244 2011-04-06  Richard Guenther  <rguenther@suse.de>
28245
28246         * ipa-inline.c (enum inlining_mode): Remove.
28247         (cgraph_flatten): Use some other token.
28248         (cgraph_edge_early_inlinable_p): New function, split out from ...
28249         (cgraph_perform_always_inlining): New function, split out from ...
28250         (cgraph_decide_inlining_incrementally): ... here.
28251         (cgraph_mark_inline_edge): Adjust.
28252         (cgraph_early_inlining): Re-structure.
28253         (pass_early_inline): Require SSA form.
28254
28255 2011-04-06  Andrew Stubbs  <ams@codesourcery.com>
28256             Julian Brown  <julian@codesourcery.com>
28257             Mark Shinwell  <shinwell@codesourcery.com>
28258
28259         * config/arm/arm.h (arm_class_likely_spilled_p): Check against
28260         LO_REGS only for Thumb-1.
28261         (MODE_BASE_REG_CLASS): Restrict base registers to those which can
28262         be used in short instructions when optimising for size on Thumb-2.
28263
28264 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
28265
28266         * gimple-low.c (lower_gimple_return): When not optimizing, force labels
28267         associated with user returns to be preserved.
28268
28269 2011-04-06  Tristan Gingold  <gingold@adacore.com>
28270
28271         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
28272         symbol_queue_size, DBXOUT_DECR_NESTING,
28273         (DBXOUT_DECR_NESTING_AND_RETURN): Also define
28274         if XCOFF_DEBUGGING_INFO.
28275
28276 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
28277
28278         * config/i386/i386.md (attribute isa): New.
28279         (attribute enabled): New.
28280         (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
28281         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
28282         (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
28283         (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
28284         (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
28285         (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
28286         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
28287         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
28288
28289         * config/i386/sse.md (VF): New mode iterator.
28290         (VF1): Ditto.
28291         (VF2): Ditto.
28292         (VF_128): Ditto.
28293         (SSEMODEF4): Remove.
28294         (attribute sse): Handle V8SF and V4DF modes.
28295         (<absneg:code><mode>2): Use VF mode iterator.
28296         (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2.  Use VF
28297         mode iterator.
28298         (<plusminus_insn><mode>3): Use VF mode iterator.
28299         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
28300         Use VF mode iterator.
28301         (<sse>_vm<plusminus_insn><mode>3): Merge with
28302         *avx_vm<plusminus_insn><mode>3.  Use VF_128 mode iterator.
28303         (mul<mode>3): Use VF mode iterator.
28304         (*mul<mode>3): Merge with *avx_mul<mode>3.  Use VF mode iterator.
28305         (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3.  Use VF_128
28306         mode iterator.
28307         (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
28308         (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
28309         (<sse>_div<mode>3): Merge with *avx_div<mode>3.  Use VF mode iterator.
28310         (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3.  Use VF_128
28311         mode iterator.
28312         (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
28313         Use VF1 mode iterator.
28314         (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
28315         (sqrt<VF2:mode>2): New expander.
28316         (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
28317         (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
28318         and sqrtv2df2.  Use VF mode iterator.
28319         (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2.  Use VF_128
28320         mode iterator.
28321         (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
28322         (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
28323         Use VF1 mode iterator.
28324         (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
28325         (<smaxmin:code><mode>3): Use VF mode iterator.
28326         (*<smaxmin:code><mode>3_finite): Merge with
28327         *avx_<smaxmin:code><mode>3_finite.  Use VF mode iterator.
28328         (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
28329         (<sse>_vm<smaxmin:code><mode>2): Merge with
28330         *avx_vm<smaxmin:code><mode>2.  Use VF_128 mode iterator.
28331         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.  Use VF
28332         mode iterator.
28333         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.  Use VF
28334         mode iterator.
28335         (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
28336         (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
28337         (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
28338         (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
28339         (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3.  Use
28340         VF mode iterator.
28341         (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
28342         Use VF_128 mode iterator.
28343         (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3.  Use VF
28344         mode iterator.
28345         (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3.  Use
28346         VF_128 mode iterator.
28347         (vcond<mode>): Use VF mode iterator.
28348         * config/i386/predicates.md (sse_comparison_operator): Merge with
28349         avx_comparison_float_operator.  Do not declare as special_predicate.
28350         * config/i386/i386.c (struct builtin_description): Update for renamed
28351         compare patterns.
28352         (ix86_expand_args_builtin): Ditto.
28353         (ix86_expand_sse_compare_mask): Ditto.
28354
28355 2011-04-06  Richard Guenther  <rguenther@suse.de>
28356
28357         * tree-inline.c (estimate_num_insns): For calls simply account
28358         for all passed arguments and a used return value.
28359
28360 2011-04-06  Richard Guenther  <rguenther@suse.de>
28361
28362         PR tree-optimization/47663
28363         * cgraph.h (struct cgraph_edge): Add call_stmt_size and
28364         call_stmt_time fields.
28365         (cgraph_edge_inlinable_p): Declare.
28366         (cgraph_edge_recursive_p): New inline function.
28367         * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
28368         (cgraph_clone_edge): Copy it.
28369         * ipa-inline.c (cgraph_estimate_edge_time): New function.
28370         Account for call stmt time.
28371         (cgraph_estimate_time_after_inlining): Take edge argument.
28372         (cgraph_estimate_edge_growth): Account call stmt size.
28373         (cgraph_estimate_size_after_inlining): Take edge argument.
28374         (cgraph_mark_inline_edge): Adjust.
28375         (cgraph_check_inline_limits): Likewise.
28376         (cgraph_recursive_inlining_p): Remove.
28377         (cgraph_edge_badness): Use cgraph_edge_recursive_p.
28378         (cgraph_decide_recursive_inlining): Take edge argument and
28379         adjust.
28380         (cgraph_decide_inlining_of_small_functions): Do not avoid
28381         diags for recursive inlining here.
28382         (cgraph_flatten): Adjust.
28383         (cgraph_decide_inlining_incrementally): Likewise.
28384         (estimate_function_body_sizes): Remove call cost handling.
28385         (compute_inline_parameters): Initialize caller edge call costs.
28386         (cgraph_estimate_edge_growth): New function.
28387         (cgraph_estimate_growth): Use it.
28388         (cgraph_edge_badness): Likewise.
28389         (cgraph_check_inline_limits): Take an edge argument.
28390         (cgraph_decide_inlining_of_small_functions): Adjust.
28391         (cgraph_decide_inlining): Likewise.
28392         * tree-inline.c (estimate_num_insns): Only account for call
28393         return value if it is used.
28394         (expand_call_inline): Avoid diagnostics on recursive inline
28395         functions here.
28396         * lto-cgraph.c (lto_output_edge): Output edge call costs.
28397         (input_edge): Input edge call costs.
28398
28399 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28400
28401         * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
28402
28403 2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
28404
28405         * doc/invoke.texi (Spec Files): Fix typo.
28406
28407 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
28408
28409         * profile.c (branch_prob): Move declaration of local variable.  Remove
28410         obsolete ??? comment.  Expand the location explicitly instead of using
28411         the LOCATION_FILE and LOCATION_LINE macros.
28412
28413 2011-04-06  Wei Guozhi  <carrot@google.com>
28414
28415         PR target/47855
28416         * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
28417         (arm_cond_branch): Likewise.
28418         (arm_cond_branch_reversed): Likewise.
28419         (arm_jump): Likewise.
28420         (push_multi): Likewise.
28421         * config/arm/constraints.md (Py): New constraint.
28422
28423 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28424
28425         PR bootstrap/48471
28426         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
28427         Move these...
28428         (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
28429         (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
28430         #ifdef DBX_DEBUGGING_INFO.
28431
28432 2011-04-05  Bernd Schmidt  <bernds@codesourcery.com>
28433
28434         PR bootstrap/48403
28435         * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
28436         if old and new states differ.
28437
28438 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
28439
28440         * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
28441         OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
28442         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
28443         handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
28444         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
28445         mcfv4e): Use Alias.
28446         * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
28447         ColdFire options to -mcpu= options.
28448
28449 2011-04-05  Jeff Law  <law@redhat.com>
28450
28451         * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
28452         check if BB is a successor of LOOP->header and return
28453         NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
28454
28455 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
28456
28457         * cprop.c (struct reg_use): Remove.
28458         (reg_use_table): Make an array of RTX.
28459         (find_used_regs, constprop_register, local_cprop_pass,
28460         bypass_block): Simplify users of reg_use_table.
28461         (cprop_insn): Likewise.  Iterate if copy propagation succeeded
28462         on one of the uses found by find_used_regs.
28463
28464 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28465
28466         PR bootstrap/48469
28467         * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
28468         declaration.
28469
28470 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28471
28472         * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
28473         as an rtx.
28474         (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
28475
28476 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
28477
28478         PR middle-end/48441
28479         * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
28480
28481 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28482
28483         * combine.c: Include obstack.h.
28484         (struct insn_link): Define.
28485         (uid_log_links): Adjust type.
28486         (FOR_EACH_LOG_LINK): New macro.
28487         (insn_link_obstack): Declare.
28488         (alloc_insn_link): Define.
28489         (create_log_links): Call it.  Use FOR_EACH_LOG_LINK and adjust
28490         type of link variables.
28491         (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
28492         (try_combine, record_promoted_values, distribute_notes): Likewise.
28493         (distribute_links): Likewise.  Tweak prototype.
28494         (clear_log_links): Delete.
28495         (adjust_for_new_dest): Call alloc_insn_link.
28496         * Makefile.in (combine.o): Depend on $(OBSTACK_H).
28497
28498 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28499
28500         * gcse.c (modify_mem_list): Convert to an array of VECs.
28501         (canon_modify_mem_list, compute_transp): Tweak formatting.
28502         (alloc_gcse_mem): Likewise.  Adjust for modify_mem_list change.
28503         (load_killed_in_block_p): Likewise.
28504         (record_last_mem_set_info): Likewise.
28505         (clear_modify_mem_tables): Likewise.
28506
28507 2011-04-05  Tom de Vries  <tom@codesourcery.com>
28508
28509         PR middle-end/48461
28510         * function.c (emit_use_return_register_into_block): Only define if
28511         HAVE_return.
28512
28513 2011-04-05  Eric Botcazou  <ebotcazou@adacore.com>
28514
28515         * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
28516
28517 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
28518
28519         * config/rx/rx-opts.h: New.
28520         * config/rx/rx.c (rx_cpu_type): Remove.
28521         (rx_handle_option): Don't assert that global structures are in
28522         use.  Access variables via opts pointer.  Defer most handling of
28523         OPT_mint_register_.  Use error_at.
28524         (rx_option_override): Handle deferred OPT_mint_register_ here.
28525         * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
28526         * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
28527         (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
28528         (rx_cpu_types): New Enum and EnumValue entries.
28529         (mint-register=): Use Defer and use Var accordingly.
28530
28531 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28532
28533         * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
28534         (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
28535         * final.c (debug_flush_symbol_queue, debug_queue_symbol):
28536         Move these...
28537         (debug_free_queue, debug_nesting, symbol_queue_index):
28538         ...and these...
28539         * dbxout.c: ...to here.  Make static.
28540
28541 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28542
28543         * gcse.c (modify_pair): Define.  Define a VEC of it.
28544         (canon_modify_mem_list): Convert to an array of VECs.
28545         (free_insn_expr_list_list): Delete.
28546         (clear_modify_mem_tables): Call VEC_free instead.
28547         (record_last_mem_set_info): Don't modify canon_modify_mem_list.
28548         (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
28549         (canon_list_insert, compute_transp): Likewise.
28550
28551 2011-04-05  Tom de Vries  <tom@codesourcery.com>
28552
28553         PR target/43920
28554         * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
28555         for size.
28556
28557 2011-04-05  Tom de Vries  <tom@codesourcery.com>
28558
28559         PR target/43920
28560         * function.c (emit_use_return_register_into_block): New function.
28561         (thread_prologue_and_epilogue_insns): Use
28562         emit_use_return_register_into_block.
28563
28564 2011-04-05  Tom de Vries  <tom@codesourcery.com>
28565
28566         PR target/43920
28567         * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
28568         insn.
28569
28570 2011-04-05  Tom de Vries  <tom@codesourcery.com>
28571
28572         * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
28573
28574 2011-04-05  Yufeng Zhang  <yufeng.zhang@arm.com>
28575
28576         * config/arm/arm.md (define_constants for unspec): Replace with
28577         define_c_enum.
28578         (define_constants for unspecv): Replace with define_c_enum.
28579         * config/arm/neon.md (define_constants for unspec): Replace with
28580         define_c_enum.
28581
28582 2011-04-04  Richard Henderson  <rth@redhat.com>
28583
28584         PR bootstrap/48400
28585         * dwarf2out.c (output_line_info): Always emit line info from
28586         at least one section.
28587         (dwarf2out_init): Create text_section_line_info here ...
28588         (set_cur_line_info_table): ... not here.
28589
28590 2011-04-04  Vladimir Makarov  <vmakarov@redhat.com>
28591
28592         PR target/48380
28593         * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
28594         not called.
28595
28596         * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
28597
28598 2011-04-04  Steven Bosscher  <steven@gcc.gnu.org>
28599
28600         * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
28601         (expr_equiv_p): Remove.
28602         (insert_set_in_table): Look at <dest, src> pair instead of expr.
28603         (hash_scan_set): Update call to insert_set_in_table.
28604         (dump_hash_table): Dump <dest, src> pair.
28605         (lookup_set): Simplify.  Lookup <dest, src> pair.
28606         (compute_transp): Remove, fold heavily simplified code into...
28607         (compute_local_properties): ...here.  Expect COMP and TRANSP
28608         unconditionally.
28609         (find_avail_set): Take set directly from struct expr.
28610         (find_bypass-set): Likewise.
28611         (bypass_block): Likewise.
28612         (cprop_insn): Likewise.  Remove redundant INSN_P test.
28613
28614         * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
28615         checks on form of COND from find_implicit_sets to here.
28616         (find_implicit_sets): Cleanup control flow. Split critical edges
28617         if it exposes implicit sets.  Allocate/resize implicit_sets as
28618         necessary.
28619         (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
28620         changed something.  Run df_analyze after find_implicit_sets if any
28621         edges were split.  Do not allocate implicit_sets here.
28622
28623         * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
28624         (gcse_obstack): Renamed to cprop_obstack.
28625         (GNEW, GNEWVEC, GNEWVAR): Remove.
28626         (gmalloc): Remove.
28627         (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
28628         (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
28629         (gcse_alloc): Likewise, and rename to cprop_alloc.
28630         (alloc_gcse_men, free_gcse_mem): Remove.
28631         (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
28632         (compute_hash_table_work): Allocate and free reg_set_bitmap here.
28633         (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
28634
28635         * cprop.c (oprs_not_set_p): Remove.
28636         (mark_set, mark_clobber): Remove.
28637         (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
28638         (reg_not_set_p): New function.
28639         (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
28640         (cprop_insn): Likewise.
28641         (cprop_jump): Use FOR_EACH_EDGE.
28642
28643 2011-04-04  Bernd Schmidt  <bernds@codesourcery.com>
28644
28645         PR bootstrap/48403
28646         * haifa-sched.c (nonscheduled_insns_begin): New static variable.
28647         (rank_for_schedule): Use scheduled_insns vector instead of
28648         last_scheduled_insn.
28649         (ok_for_early_queue_removal): Likewise.
28650         (queue_to_ready): Search forward in nonscheduled_insns_begin if
28651         we have a dbg_cnt.
28652         (choose_ready): Likewise.
28653         (commit_schedule): Use VEC_iterate.
28654         (schedule_block): Initialize nonscheduled_insns_begin.  If we have
28655         a dbg_cnt, use it and ensure the first insn is in the ready list.
28656         (haifa_sched_init): Allocate scheduled_insns.
28657         (sched_extend_ready_list): Don't allocate it; reserve space.
28658         (haifa_sched_finish): Free it.
28659
28660 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
28661
28662         * optc-gen.awk: Always remove type from Variable entry before
28663         recording in var_seen.
28664
28665 2011-04-04  Eric Botcazou  <ebotcazou@adacore.com>
28666
28667         * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
28668         * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
28669         call to tidy_fallthru_edges.
28670
28671 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
28672
28673         * doc/options.texi (ToLower): Document.
28674         * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
28675         * opts-common.c (decode_cmdline_option): Handle cl_tolower.
28676         * opts.h (cl_option): Add cl_tolower field.
28677         * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
28678         arguments with lowercase strings.
28679         * config/rx/rx.opt (mcpu=): Add ToLower.
28680         * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
28681         argument.
28682
28683 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
28684
28685         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
28686
28687 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
28688
28689         * config/vax/vax.c: Include reload.h.
28690
28691 2011-04-04  Anatoly Sokolov  <aesok@post.ru>
28692
28693         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
28694         * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
28695         (sparc_preferred_reload_class): New function.
28696
28697 2011-04-04  Jakub Jelinek  <jakub@redhat.com>
28698
28699         PR debug/48401
28700         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
28701         Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
28702
28703 2011-04-03  Nathan Froyd  <froydnj@codesourcery.com>
28704
28705         * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
28706         * tree.c (initialize_tree_contains_struct): Adjust accordingly.
28707
28708 2011-04-03  Anatoly Sokolov  <aesok@post.ru>
28709
28710         * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
28711         (ASM_OUTPUT_ALIGNED_BSS): Define.
28712
28713 2011-04-03  Michael Matz  <matz@suse.de>
28714
28715         * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
28716         and next_slot members.
28717         (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
28718         lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
28719         (lto_streamer_cache_append): Declare.
28720         * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
28721         unsigned index, remove offset parameter, ensure that we append
28722         or update existing entries.
28723         (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
28724         parameter, update next_slot for append.
28725         (lto_streamer_cache_insert): Use unsigned index, remove offset_p
28726         parameter.
28727         (lto_streamer_cache_insert_at): Likewise.
28728         (lto_streamer_cache_append): New function.
28729         (lto_streamer_cache_lookup): Use unsigned index.
28730         (lto_streamer_cache_get): Likewise.
28731         (lto_record_common_node): Don't test tree_node_can_be_shared.
28732         (preload_common_node): Adjust call to lto_streamer_cache_insert.
28733         (lto_streamer_cache_delete): Don't free offsets member.
28734         * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
28735         (lto_output_string_with_length): Use lto_output_data_stream.
28736         (lto_output_tree_header): Remove ix parameter, don't write it.
28737         (lto_output_builtin_tree): Likewise.
28738         (lto_write_tree): Adjust callers to above, don't track and write
28739         offset, write unsigned index.
28740         (output_unreferenced_globals): Don't emit all global vars.
28741         (write_global_references): Use unsigned indices.
28742         (lto_output_decl_state_refs): Likewise.
28743         (write_symbol): Likewise.
28744         * lto-streamer-in.c (lto_input_chain): Move earlier.
28745         (input_function): Use unsigned index.
28746         (input_alias_pairs): Don't read and then ignore all global vars.
28747         (lto_materialize_tree): Remove ix_p parameter, don't read index,
28748         don't pass it back, use lto_streamer_cache_append.
28749         (lto_register_var_decl_in_symtab): Use unsigned index.
28750         (lto_register_function_decl_in_symtab): Likewise.
28751         (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
28752         index.
28753         (lto_get_builtin_tree): Don't read index, use
28754         lto_streamer_cache_append.
28755         (lto_read_tree): Adjust call to lto_materialize_tree.
28756
28757         * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
28758         don't use function calls in arguments to MIN.
28759
28760         * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
28761         twice.
28762
28763         * gimple.c (gimple_type_leader_entry): Mark deletable.
28764
28765 2011-04-03  Alan Modra  <amodra@gmail.com>
28766
28767         * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
28768
28769 2011-04-03  Michael Matz  <matz@suse.de>
28770
28771         * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
28772         an integer.
28773         * tree.h (tree_decl_non_common.vindex): Adjust comment.
28774
28775 2011-04-03  Michael Matz  <matz@suse.de>
28776
28777         * cgraphbuild.c (record_reference): Canonicalize constructor values.
28778         * gimple-fold.c (canonicalize_constructor_val): Accept being called
28779         without function context.
28780         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
28781         current_function_decl and cfun.
28782
28783 2011-04-03  Michael Matz  <matz@suse.de>
28784
28785         * tree.c (decl_init_priority_insert): Don't create entry for
28786         default priority.
28787         (decl_fini_priority_insert): Ditto.
28788         (fields_compatible_p, find_compatible_field): Remove.
28789         * tree.h (fields_compatible_p, find_compatible_field): Remove.
28790         * gimple.c (gimple_compare_field_offset): Adjust block comment.
28791
28792 2011-04-03  Eric Botcazou  <ebotcazou@adacore.com>
28793
28794         * combine.c (try_combine): Remove useless local variable.
28795
28796 2011-04-03  Richard Guenther  <rguenther@suse.de>
28797             Ira Rosen  <ira.rosen@linaro.org>
28798
28799         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
28800         non-variable offsets and compare the remaining bases of the two
28801         accesses instead of looking for exact same data-ref.
28802
28803 2011-04-02  Kai Tietz  <ktietz@redhat.com>
28804
28805         PR target/48416
28806         * i386.c (ix86_function_arg_boundary): Fix printf formatter.
28807
28808         * i386.c (ix86_is_msabi_thiscall): New helper function.
28809         (ix86_is_type_thiscall): New helper function.
28810         (ix86_comp_type_attributes): Handle thiscall for method-functions
28811         special.
28812         (init_cumulative_args): Likewise.
28813         (find_drap_reg): Likewise.
28814         (ix86_static_chain): Likewise.
28815         (x86_this_parameter): Likewise.
28816         (x86_output_mi_thunk): Likewise.
28817
28818 2011-04-01  Olivier Hainque  <hainque@adacore.com>
28819             Nicolas Setton  <setton@adacore.com>
28820             Eric Botcazou  <ebotcazou@adacore.com>
28821
28822         * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
28823         (add_gnat_descriptive_type_attribute): New function.
28824         (gen_array_type_die): Call it.
28825         (gen_enumeration_type_die): Likewise.
28826         (gen_struct_or_union_type_die): Likewise.
28827         (modified_type_die): Likewise.
28828         * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
28829         * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
28830         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
28831
28832 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
28833
28834         PR bootstrap/48148
28835         * dwarf2out.c (resolve_addr): Don't call force_decl_die
28836         if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
28837
28838         Revert:
28839         2011-03-17  Richard Guenther  <rguenther@suse.de>
28840
28841         PR bootstrap/48148
28842         * lto-cgraph.c (input_overwrite_node): Clear the abstract
28843         origin for decls in other ltrans units.
28844         (input_varpool_node): Likewise.
28845
28846 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
28847
28848         PR middle-end/48335
28849         * expr.c (expand_assignment): Handle all possibilities
28850         if TO_RTX is CONCAT.
28851         * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
28852         (store_split_bit_field): If SUBREG_REG (op0) or
28853         op0 itself has smaller mode than word, return it
28854         for offset 0 and const0_rtx for out-of-bounds stores.
28855         If word is const0_rtx, skip it.
28856
28857 2011-04-01  Naveen H.S  <naveen.S@kpitcummins.com>
28858
28859         * config/h8300/h8300.c (print_operand_address): Rename to...
28860         (h8300_print_operand_address): ...this. Make static. Adjust comments.
28861         Call h8300_print_operand and h8300_print_operand_address instead of
28862         print_operand and print_operand_address. Declare.
28863         (print_operand): Renake to...
28864         (h8300_print_operand): ...this. Make static. Adjust comments.
28865         Call h8300_print_operand instead of print_operand. Declare.
28866         (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
28867         (h8300_register_move_cost): Likewise.
28868         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
28869         TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
28870         * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
28871         PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
28872         * config/h8300/h8300-protos.h (print_operand): Delete.
28873         (print_operand_address): Delete.
28874
28875 2011-04-01  Richard Henderson  <rth@redhat.com>
28876
28877         PR 48400
28878         * dwarf2out.c (dwarf2out_source_line): Disable discriminators
28879         in strict mode before dwarf4.  Re-order tests to early out
28880         before switching sections.
28881
28882 2011-04-01  Nathan Froyd  <froydnj@codesourcery.com>
28883
28884         * config/h8300/constraints.md: New file.
28885         * config/h8300/h8300.md: Include it.  Use satisfies_constraint_J,
28886         satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
28887         (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
28888         * config/h8300/predicates.md (bit_operand): Likewise.
28889         (incdec_operand): Use satisfies_constraint_M and
28890         satisfies_constraint_O.  Don't use C code block.
28891         * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
28892         * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
28893         (compute_mov_length): Use satisfies_constraint_G.
28894         (fix_bit_operand): Use satisfies_constraint_U.
28895         * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
28896         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
28897         (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
28898         (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
28899         (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
28900         (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
28901         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
28902         (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
28903         (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
28904         (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
28905         (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
28906         (EXTRA_MEMORY_CONSTRAINT): Delete.
28907
28908 2011-04-01  Andrew Pinski  <pinskia@gmail.com>
28909             Michael Meissner  <meissner@linux.vnet.ibm.com>
28910
28911         PR target/48262
28912         * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
28913         operands, as per the specifications.
28914
28915         * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
28916         (vec_extract_evenv4sf): Ditto.
28917         (vec_extract_evenv8hi): Ditto.
28918         (vec_extract_evenv16qi): Ditto.
28919         (vec_extract_oddv4si): Ditto.
28920
28921 2011-03-31  Mark Wielaard  <mjw@redhat.com>
28922
28923         * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
28924         high_pc attribute if the CU has no associated code. Only output
28925         DW_AT_entry_pc for CU if not generating strict dwarf and
28926         dwarf_version < 4.
28927
28928 2011-04-01  Bernd Schmidt  <bernds@codesourcery.com>
28929
28930         * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
28931         * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
28932         out of ...
28933         (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
28934         * final.c (final_start_function): Call the new function rather
28935         than using a NULL argument for dwarf2out_frame_debug.
28936
28937         * ifcvt.c (cond_exec_process_insns): Disallow converting a block
28938         that contains the prologue.
28939
28940         * haifa-sched.c (queue_insn): New arg REASON.  All callers
28941         changed.  Print it in debugging output.
28942
28943         * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
28944
28945         * sched-ebb.c (begin_schedule_ready): Remove second argument.
28946         Split most of the code into...
28947         (begin_move_insn): ... here.  New function.
28948         (ebb_sched_info): Add a pointer to it.
28949         * haifa-sched.c (scheduled_insns): New static variable.
28950         (sched_extend_ready_list): Allocate it.
28951         (schedule_block): Use it to record the order of scheduled insns.
28952         Perform RTL changes to move insns only after all scheduling
28953         decisions have been made.
28954         * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
28955         begin_move_insn field.
28956         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
28957         * sched-int.h (struct haifa_sched_info): Remove second argument
28958         from begin_schedule_ready hook.  Add new member begin_move_insn.
28959         * sched-rgn.c (begin_schedule_ready): Remove second argument.
28960         (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
28961
28962         * haifa-sched.c (prune_ready_list): New function, broken out of
28963         schedule_block.
28964         (schedule_block): Use it.
28965
28966 2011-04-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
28967
28968         * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
28969
28970 2011-04-01  Kai Tietz  <ktietz@redhat.com>
28971
28972         * config.gcc (*-*-mingw*): Allow as option the
28973         posix threading model.
28974         * config/i386/mingw32.h (SPEC_PTHREAD1,  SPEC_PTHREAD2):
28975         New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
28976         definition.
28977         (CPP_SPEC): Add pthread/no-pthread handling.
28978         (LIB_SPEC): Likewise.
28979         * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
28980         (LIB_SPEC): Likewise.
28981         * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
28982         flag to pass -pthread option for shared libgcc build.
28983         (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
28984         for shared libgcc build.
28985         * config/i386/t-mingw-pthread: New file.
28986         * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
28987         New define to enable use of library pthread by default.
28988         * config/i386/mingw.opt (pthread): New driver option.
28989         (no-pthread): New driver option.
28990         * config/i386/cygming.opt: Make sure trailing empty line is retained.
28991         * config/i386/mingw-w64.opt: Likewise.
28992
28993 2011-04-01  Gary Funck  <gary@intrepid.com>
28994
28995         * c-decl.c (grokdeclarator): Fix formatting.
28996
28997 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
28998
28999         * expr.c (emit_block_move_via_movmem): Use n_generator_args
29000         instead of n_operands.
29001         (set_storage_via_setmem): Likewise.
29002         * optabs.c (maybe_gen_insn): Likewise.
29003         * config/arm/arm.c (arm_init_neon_builtins): Likewise.
29004         * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
29005         (mips_expand_builtin_direct): Likewise.
29006         * config/spu/spu.c (expand_builtin_args): Likewise.
29007
29008 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29009
29010         * recog.h (insn_data_d): Add n_generator_args.
29011         * genoutput.c (data): Likewise.
29012         (output_insn_data): Print it.
29013         (max_opno, num_dups): Delete.
29014         (scan_operands): Just fill in "d->operand[...]".
29015         (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
29016
29017 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29018
29019         * gensupport.h (pattern_stats): New structure.
29020         * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
29021         * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
29022         (max_operand_1, max_operand_vec): Delete.
29023         (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
29024
29025 2011-03-31  Nathan Froyd  <froydnj@codesourcery.com>
29026
29027         * emit-rtl.c (emit_pattern_after_setloc): New function.
29028         (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
29029         (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
29030         (emit_pattern_after): New function.
29031         (emit_insn_after, emit_jump_insn_after): Call it.
29032         (emit_call_insn_after, emit_debug_insn_after): Likewise.
29033         (emit_pattern_before_setloc): New function.
29034         (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
29035         (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
29036         Likewise.
29037         (emit_pattern_before): New function.
29038         (emit_insn_before, emit_jump_insn_before): Call it.
29039         (emit_call_insn_before, emit_debug_insn_before): Likewise.
29040
29041 2011-03-31  Richard Henderson  <rth@redhat.com>
29042
29043         * dwarf2out.c (dw_separate_line_info_ref): Remove.
29044         (dw_separate_line_info_entry): Remove.
29045         (enum dw_line_info_opcode): New.
29046         (dw_line_info_entry): Use it.
29047         (dw_line_info_table, dw_line_info_table_p): New.
29048         (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
29049         (line_info_table, line_info_label_num): Remove.
29050         (line_info_table_in_use): Remove.
29051         (separate_line_info_table): Remove.
29052         (separate_line_info_table_allocated): Remove.
29053         (separate_line_info_table_in_use): Remove.
29054         (LINE_INFO_TABLE_INCREMENT): Remove.
29055         (line_info_label_num): New.
29056         (cur_line_info_table): New.
29057         (text_section_line_info, cold_text_section_line_info): New.
29058         (separate_line_info): New.
29059         (SEPARATE_LINE_CODE_LABEL): Remove.
29060         (print_dwarf_line_table): Remove.
29061         (debug_dwarf): Don't dump it.
29062         (output_one_line_info_table): New.
29063         (output_line_info): Use it.
29064         (new_line_info_table): New.
29065         (set_cur_line_info_table): New.
29066         (dwarf2out_switch_text_section): Use it.
29067         (dwarf2out_begin_function): Likewise.
29068         (push_dw_line_info_entry): New.
29069         (dwarf2out_source_line): Rewrite for new line info tables.
29070         (dwarf2out_init): Remove dead initailizations.
29071
29072 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
29073
29074         * opts.h (cl_option): Add comments to fields.  Add bit-fields for
29075         various flags.
29076         (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
29077         CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
29078         CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
29079         CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
29080         (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
29081         * opt-functions.awk (flag_init, switch_bit_fields): New.
29082         (switch_flags): Don't handle flags moved to bit-fields.  Don't
29083         generate CL_MISSING_OK or CL_SAVE.
29084         * optc-gen.awk: Update to generate bit-field output as well as
29085         flags field.
29086         * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
29087         bit-field instead of CL_REJECT_DRIVER flag.
29088         * opts-common.c (generate_canonical_option,
29089         decode_cmdline_option): Use bit-fields instead of CL_* flags.
29090         * opts.c (maybe_default_option): Use cl_reject_negative bit-field
29091         instead of CL_REJECT_NEGATIVE flag.
29092         * toplev.c (print_switch_values): Use cl_report bit-field instead
29093         of CL_REPORT flag.
29094
29095 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
29096
29097         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
29098         a zero minimum index only if it is redundant.
29099
29100 2011-03-31  Vladimir Makarov  <vmakarov@redhat.com>
29101
29102         PR rtl-optimization/48381
29103         * ira-color.c (assign_hard_reg): Use hard reg set intersection
29104         instead of ira_class_hard_reg_index for calculating conflicting
29105         hard registers.
29106
29107 2011-03-31  Steven Bosscher  <steven@gcc.gnu.org>
29108
29109         * cprop.c: Clean up hash table building.
29110         (reg_avail_info): Remove.
29111         (oprs_available_p): Remove.
29112         (record_last_reg_set_info): Remove.
29113         (record_last_set_info): Remove.
29114         (reg_available_p): New function.
29115         (gcse_constant_p): Do not treat unfolded conditions as constants.
29116         (make_set_regs_unavailable): New function.
29117         (hash_scan_set): Simplify with new reg_available_p.
29118         (compute_hash_table_work): Traverse insns stream only once.
29119         Do not compute reg_avail_info. Traverse insns in reverse order.
29120         Record implicit sets after recording explicit sets from the block.
29121
29122 2011-03-31  Michael Matz  <matz@suse.de>
29123
29124         * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
29125
29126 2011-03-31  Anatoly Sokolov  <aesok@post.ru>
29127
29128         * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
29129         * config/h8300/h8300-protos.h (h8300_get_index): Remove.
29130         * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
29131         (h8300_mode_dependent_address_p): New function.
29132         (h8300_get_index): Make static.
29133
29134 2011-03-31  Jeff Law  <law@redhat.com>
29135
29136         * reload1.c (elimination_effects): Fix typo in recent change.
29137
29138         * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
29139         typo potentially leading to null pointer dereference.
29140
29141         * caller-save.c (new_saved_hard_reg): Eliminate return value.
29142         (setup_save_areas): Corresponding changes to avoid useless
29143         assignments.
29144
29145         * jump.c (reversed_comparison_code_parts): Avoid successive return
29146         statements when REVERSE_CONDITION is defined.
29147
29148         * expr.c (expand_assignment): Avoid useless assignments.
29149         (expand_expr_real_1): Likewise.
29150         (expand_expr_real_2): Avoid useless statements.
29151
29152         * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
29153
29154         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
29155
29156         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
29157         statements.
29158
29159         * stmt.c (expand_expr_stmt): Avoid useless assignment.
29160
29161 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
29162
29163         PR target/47109
29164         * doc/tm.texi.in (TARGET_VERSION): Remove.
29165         * doc/tm.texi: Regenerate.
29166         * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
29167         * collect2.c (main): Don't use TARGET_VERSION.
29168         * mips-tdump.c (main): Don't use TARGET_VERSION.
29169         * mips-tfile.c (main): Don't use TARGET_VERSION.
29170         * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
29171         * config/rs6000/vxworksae.h: Remove.
29172         * config/alpha/alpha.h (TARGET_VERSION): Remove.
29173         * config/alpha/freebsd.h (TARGET_VERSION): Remove.
29174         * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
29175         * config/alpha/netbsd.h (TARGET_VERSION): Remove.
29176         * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
29177         * config/arm/arm.h (TARGET_VERSION): Remove.
29178         * config/arm/coff.h (TARGET_VERSION): Remove.
29179         * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
29180         * config/arm/elf.h (TARGET_VERSION): Remove.
29181         * config/arm/freebsd.h (TARGET_VERSION): Remove.
29182         * config/arm/linux-elf.h (TARGET_VERSION): Remove.
29183         * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
29184         * config/arm/pe.h (TARGET_VERSION): Remove.
29185         * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
29186         * config/arm/semi.h (TARGET_VERSION): Remove.
29187         * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
29188         * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
29189         * config/arm/vxworks.h (TARGET_VERSION): Remove.
29190         * config/avr/avr.h (TARGET_VERSION): Remove.
29191         * config/bfin/bfin.h (TARGET_VERSION): Remove.
29192         * config/fr30/fr30.h (TARGET_VERSION): Remove.
29193         * config/frv/frv.h (TARGET_VERSION): Remove.
29194         * config/h8300/h8300.h (TARGET_VERSION): Remove.
29195         * config/i386/cygwin.h (TARGET_VERSION): Remove.
29196         * config/i386/darwin.h (TARGET_VERSION): Remove.
29197         * config/i386/darwin64.h (TARGET_VERSION): Remove.
29198         * config/i386/djgpp.h (TARGET_VERSION): Remove.
29199         * config/i386/freebsd.h (TARGET_VERSION): Remove.
29200         * config/i386/freebsd64.h (TARGET_VERSION): Remove.
29201         * config/i386/gnu.h (TARGET_VERSION): Remove.
29202         * config/i386/i386-interix.h (TARGET_VERSION): Remove.
29203         * config/i386/i386elf.h (TARGET_VERSION): Remove.
29204         * config/i386/linux.h (TARGET_VERSION): Remove.
29205         * config/i386/linux64.h (TARGET_VERSION): Remove.
29206         * config/i386/lynx.h (TARGET_VERSION): Remove.
29207         * config/i386/mingw32.h (TARGET_VERSION): Remove.
29208         * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
29209         * config/i386/netbsd64.h (TARGET_VERSION): Remove.
29210         * config/i386/netware.h (TARGET_VERSION): Remove.
29211         * config/i386/nto.h (TARGET_VERSION): Remove.
29212         * config/i386/openbsd.h (TARGET_VERSION): Remove.
29213         * config/i386/vxworks.h (TARGET_VERSION): Remove.
29214         * config/ia64/elf.h (TARGET_VERSION): Remove.
29215         * config/ia64/freebsd.h (TARGET_VERSION): Remove.
29216         * config/ia64/hpux.h (TARGET_VERSION): Remove.
29217         * config/ia64/linux.h (TARGET_VERSION): Remove.
29218         * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
29219         * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
29220         TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
29221         * config/lm32/lm32.h (TARGET_VERSION): Remove.
29222         * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
29223         * config/m32c/m32c.h (TARGET_VERSION): Remove.
29224         * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
29225         * config/m32r/m32r.h (TARGET_VERSION): Remove.
29226         * config/m68k/linux.h (TARGET_VERSION): Remove.
29227         * config/m68k/m68k.h (TARGET_VERSION): Remove.
29228         * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
29229         * config/m68k/uclinux.h (TARGET_VERSION): Remove.
29230         * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
29231         * config/mep/mep.h (TARGET_VERSION): Remove.
29232         * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
29233         MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
29234         * config/mips/iris6.h (MACHINE_TYPE): Remove.
29235         * config/mips/linux.h (TARGET_VERSION): Remove.
29236         * config/mips/netbsd.h (MACHINE_TYPE): Remove.
29237         * config/mips/vxworks.h (TARGET_VERSION): Remove.
29238         * config/mmix/mmix.h (TARGET_VERSION): Remove.
29239         * config/mn10300/linux.h (TARGET_VERSION): Remove.
29240         * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
29241         * config/pa/pa.h (TARGET_VERSION): Remove.
29242         * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
29243         * config/picochip/picochip.h (TARGET_VERSION): Remove.
29244         * config/rs6000/aix.h (TARGET_VERSION): Remove.
29245         * config/rs6000/darwin.h (TARGET_VERSION): Remove.
29246         * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
29247         * config/rs6000/eabi.h (TARGET_VERSION): Remove.
29248         * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
29249         * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
29250         * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
29251         * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
29252         * config/rs6000/linux.h (TARGET_VERSION): Remove.
29253         * config/rs6000/linux64.h (TARGET_VERSION): Remove.
29254         * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
29255         * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
29256         * config/rs6000/lynx.h (TARGET_VERSION): Remove.
29257         * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
29258         * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
29259         * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
29260         * config/s390/linux.h (TARGET_VERSION): Remove.
29261         * config/s390/s390.h (TARGET_VERSION): Remove.
29262         * config/s390/tpf.h (TARGET_VERSION): Remove.
29263         * config/score/score.h (TARGET_VERSION): Remove.
29264         * config/sh/linux.h (TARGET_VERSION): Remove.
29265         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
29266         TARGET_VERSION_CPU, TARGET_VERSION): Remove.
29267         * config/sh/sh.h (TARGET_VERSION): Remove.
29268         * config/sh/sh64.h (TARGET_VERSION): Remove.
29269         * config/sh/superh.h (TARGET_VERSION): Remove.
29270         * config/sh/vxworks.h (TARGET_VERSION): Remove.
29271         * config/sparc/freebsd.h (TARGET_VERSION): Remove.
29272         * config/sparc/linux.h (TARGET_VERSION): Remove.
29273         * config/sparc/linux64.h (TARGET_VERSION): Remove.
29274         * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
29275         TARGET_NAME32, TARGET_NAME): Remove.
29276         * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
29277         * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
29278         * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
29279         * config/sparc/sysv4.h (TARGET_VERSION): Remove.
29280         * config/sparc/vxworks.h (TARGET_VERSION): Remove.
29281         * config/spu/spu.h (TARGET_VERSION): Remove.
29282         * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
29283         * config/v850/v850.h (TARGET_VERSION): Remove.
29284         * config/vax/linux.h (TARGET_VERSION): Remove.
29285         * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
29286         * config/xtensa/elf.h (TARGET_VERSION): Remove.
29287         * config/xtensa/linux.h (TARGET_VERSION): Remove.
29288
29289 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
29290
29291         PR target/48142
29292         * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
29293         frame-related from frame-unrelated adjustments to the stack pointer.
29294
29295 2011-03-31  Jakub Jelinek  <jakub@redhat.com>
29296
29297         * common.opt (fdebug-types-section): Move earlier.
29298         * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
29299
29300 2011-03-31  Andreas Tobler  <andreast@fgznet.ch>
29301
29302         * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
29303         var.
29304
29305 2011-03-30  Nathan Froyd  <froydnj@codesourcery.com>
29306
29307         * tree.h (CASE_CHAIN): Define.
29308         * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
29309         (gimple_redirect_edge_and_branch): Likewise.
29310
29311 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
29312
29313         PR middle-end/48367
29314         * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
29315         calculation.
29316
29317 2011-03-30  Jeff Law  <law@redhat.com>
29318
29319         * PR bootstrap/48371
29320         * reload1.c (reload): Fix botch in last change.
29321
29322         * reload.h (struct reload): Fix typo introduced in last change.
29323
29324 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
29325
29326         * config/arm/arm.opt (mhard-float, msoft-float): Mark
29327         Undocumented.  Remove help text.
29328         * doc/invoke.texi (ARM Options): Don't document -msoft-float and
29329         -mhard-float.
29330
29331 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
29332
29333         * doc/options.texi (NegativeAlias): Document.
29334         (Alias): Mention NegativeAlias.
29335         * opt-functions.awk: Handle NegativeAlias.
29336         * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
29337         * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
29338         * opts.h (CL_NEGATIVE_ALIAS): Define.
29339         * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
29340         (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
29341         OPT_mspe_.
29342         * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
29343         Alias entries.
29344         * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
29345         mno-spe and mno-isel instead of mspe=no and -misel=no.
29346
29347 2011-03-29  Mark Wielaard  <mjw@redhat.com>
29348
29349         * common.opt (fdebug-types-section): New flag.
29350         * doc/invoke.texi: Document new -fno-debug-types-section flag.
29351         * dwarf2out.c (use_debug_types): New define.
29352         (struct die_struct): Mark die_id with GTY desc use_debug_types.
29353         (print_die): Guard output of type unit signatures using
29354         use_debug_types.
29355         (build_abbrev_table): Replace assert of dwarf_version >= 4
29356         with assert on use_debug_types.
29357         (size_of_die): Likewise.
29358         (unmark_dies): Likewise.
29359         (value_format): Decide AT_ref_external form on use_debug_types.
29360         (output_die): Replace dwarf_version version check guard with
29361         use_debug_types where appropriate.
29362         (modified_type_die): Likewise.
29363         (gen_reference_type_die): Likewise.
29364         (dwarf2out_start_source_file): Likewise.
29365         (dwarf2out_end_source_file): Likewise.
29366         (prune_unused_types_walk_attribs): Likewise.
29367         (dwarf2out_finish): Likewise.
29368
29369 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
29370
29371         * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
29372
29373 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
29374
29375         PR rtl-optimization/48332
29376         * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
29377         mode of input operand N and modeN to its actual mode.
29378
29379 2011-03-30  Jeff Law  <law@redhat.com>
29380
29381         * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
29382         define accessor macro.
29383         (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
29384         (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
29385         (reg_equiv_init): Likewise.
29386         (reg_equivs_size): New variable.
29387         (reg_equiv_init_size): Remove.
29388         (allocate_initial_values): Move prototype to here from....
29389         * integrate.h (allocate_initial_values): Remove prototype.
29390         * integrate.c: Include reload.h.
29391         (allocate_initial_values): Corresponding changes.
29392         * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
29393         (fix_reg_equiv_init, no_equiv): Corresponding changes.
29394         (update_equiv_regs): Corresponding changes.
29395         (ira): Corresponding changes.
29396         * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
29397         (push_secondary_reload): Corresponding changes.
29398         (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
29399         (make_memloc, find_reloads_address): Corresponding changes.
29400         (subst_reg_equivs, subst_indexed_address): Corresponding changes.
29401         (find_reloads_address_1): Corresponding changes.
29402         (find_reloads_subreg_address, subst_reloads): Corresponding changes.
29403         (refers_to_regno_for_reload_p): Corresponding changes.
29404         (reg_overlap_mentioned_for_reload_p): Corresponding changes.
29405         (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
29406         * reload1.c: Include ggc.h.
29407         (grow_reg_equivs): New function.
29408         (replace_pseudos_in, reload): Corresponding changes.
29409         (calculate_needs_all_insns, alter_regs): Corresponding changes.
29410         (eliminate_regs_1, elimination_effects): Corresponding changes.
29411         (emit_input_reload_insns, emit_output_reload_insns): Likewise.
29412         (delete_output_reload): Likewise.
29413         * caller-save.c (mark_referenced_regs): Corresponding changes.
29414         * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
29415         * frv/predicates.md (frv_load_operand): Corresponding changes.
29416         * microblaze/microblaze.c (double_memory_operand): Corresponding
29417         changes.
29418         * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
29419         * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
29420         * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
29421         * m68k/m68k.c (emit_move_sequence): Corresponding changes.
29422         * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
29423         changes.
29424         * pa/pa.c (emit_move_sequence): Corresponding changes.
29425         * vax/vax.c (nonindexed_address_p): Corresponding changes.
29426
29427 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
29428
29429         PR target/47551
29430         * config/arm/arm.c (coproc_secondary_reload_class): Handle
29431         structure modes.  Don't check neon_vector_mem_operand for
29432         vector or structure modes.
29433
29434 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
29435             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
29436
29437         PR target/43590
29438         * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
29439         operand 1 and reshuffle the operands to match.
29440         (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
29441
29442 2011-03-30  Christian Schüler  <cschueler@gmx.de>
29443
29444         PR driver/48208
29445         * config/c.opt (F): Added 'Driver' to -F option.
29446
29447         PR driver/48260
29448         * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
29449           handler function.
29450         * config/darwin.opt: Added '-arch' option.
29451
29452 2011-03-30  Nick Clifton  <nickc@redhat.com>
29453
29454         * config/rx/rx.md: Add peepholes and patterns to combine
29455         extending loads and simple arithmetic instructions.
29456         * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
29457         * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
29458         * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
29459         modes to use pre-decrement and post-increment addressing.
29460         (rx_is_restricted_memory_address): Add range checking of REG+INT
29461         addresses.
29462         (rx_print_operand): Add support for %Q.  Fix handling of %Q.
29463         (rx_memory_move_cost): Adjust cost of stores.
29464         (rx_adjust_insn_length): New function.
29465
29466 2011-03-30  Jakub Jelinek  <jakub@redhat.com>
29467
29468         PR c/48305
29469         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
29470         arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
29471         matching arg00/arg01 types.
29472
29473 2011-03-30  Eric Botcazou  <ebotcazou@adacore.com>
29474
29475         * cfglayout.c (insn_locators_alloc): Initialize curr_location and
29476         last_location to UNKNOWN_LOCATION.
29477
29478 2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>
29479
29480         PR target/48349
29481         * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
29482         FLOAT_SSE_REGS.
29483
29484 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
29485             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29486
29487         PR bootstrap/48337
29488         * config/sparc/sparc.opt (sparc_cpu_and_features): Add
29489         Init(PROCESSOR_V7).
29490         (sparc_cpu): Likewise.
29491         * config/sparc/sparc.c (sparc_option_override): Replace 0 by
29492         PROCESSOR_V7.
29493
29494 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
29495
29496         PR target/48336
29497         PR middle-end/48342
29498         PR rtl-optimization/48345
29499         * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
29500         hard regs for given mode from profitable regs when doing secondary
29501         allocation.
29502
29503 2011-03-29  Jeff Law  <law@redhat.com>
29504
29505         PR bootstrap/48327
29506         * tree-ssa-threadupdate.c (struct redirection_data): Remove
29507         do_not_duplicate field.
29508         (lookup_redirection_data): Corresponding changes.
29509         (create_duplicates): Always create a template block.
29510         (redirect_edges): Remove code which reused the original block
29511         when it was going to become unreachable code.
29512         (thread_block): Don't set do_not_duplicate field.
29513
29514 2011-03-29  Joseph Myers  <joseph@codesourcery.com>
29515
29516         * lto-opts.c (register_user_option_p, lto_register_user_option):
29517         Make type argument unsigned.
29518         * lto-streamer.h (lto_register_user_option): Make type argument
29519         unsigned.
29520         * opth-gen.awk: Make CL_* macros unsigned.
29521         * opts-common.c (find_opt): Make lang_mask argument unsigned.
29522         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
29523         CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
29524         CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
29525         CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
29526         CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
29527         (find_opt): Make lang_mask argument unsigned.
29528
29529 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
29530
29531         PR rtl-optimization/48331
29532         PR rtl-optimization/48334
29533         * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
29534         for any used algorithm.
29535
29536 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
29537
29538         * ira-conflicts.c (build_object_conflicts): Add unused attribute
29539         to parent_max.
29540
29541 2011-03-29  Uros Bizjak  <ubizjak@gmail.com>
29542
29543         * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
29544         (alpha_option_override): Don't set alpha_sr_alias_set.
29545         (emit_frame_store_1): Use gen_frame_mem rather than calling
29546         set_mem_alias_set.
29547         (alpha_expand_epilogue): Ditto.
29548
29549 2011-03-29  Ira Rosen  <ira.rosen@linaro.org>
29550
29551         PR tree-optimization/48290
29552         * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
29553         vectorization, check that relevant phis in the basic block after
29554         the inner loop are really inner loop's exit phis.
29555
29556 2011-03-29  Richard Sandiford  <richard.sandiford@linaro.org>
29557
29558         PR debug/48190
29559         * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
29560         (cached_dw_loc_list_def): New structure.
29561         (cached_dw_loc_list): New typedef.
29562         (cached_dw_loc_list_table): New variable.
29563         (cached_dw_loc_list_table_hash): New function.
29564         (cached_dw_loc_list_table_eq): Likewise.
29565         (add_location_or_const_value_attribute): Take a bool cache_p.
29566         Cache the list when the parameter is true.
29567         (gen_formal_parameter_die): Update caller.
29568         (gen_variable_die): Likewise.
29569         (dwarf2out_finish): Likewise.
29570         (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
29571         while generating debug info for the decl.
29572         (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
29573         (dwarf2out_init): Initialize cached_dw_loc_list_table.
29574         (resolve_addr): Cache the result of resolving a chain of
29575         location lists.
29576
29577 2011-03-28  Vladimir Makarov  <vmakarov@redhat.com>
29578
29579         * ira-color.c (update_left_conflict_sizes_p): Don't assume that
29580         conflict object hard regset nodes have intersecting hard reg sets.
29581
29582         * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
29583         after regstat_init_n_sets_and_refs.
29584
29585         * ira.c: Add more comments at the top.
29586         (setup_stack_reg_pressure_class, setup_pressure_classes):
29587         Add comments how we compute the register pressure classes.
29588         (setup_allocno_and_important_classes): Add more comments.
29589         (setup_class_translate_array, reorder_important_classes)
29590         (setup_reg_class_relations): Add comments.
29591
29592         * ira-emit.c: Add 2011 to the Copyright line.  Add comments at the
29593         start of the file.
29594
29595         * ira-color.c: Add 2011 to the Copyright line.
29596         (assign_hard_reg):  Add more comments.
29597         (improve_allocation): Ditto.
29598
29599         * ira-costs.c: Add 2011 to the Copyright line.
29600         (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
29601         comments.
29602         (setup_regno_cost_classes_by_mode): Ditto.
29603
29604         Initial patches from ira-improv branch:
29605
29606         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
29607
29608         * ira-build.c (ira_create_object): Remove initialization of
29609         OBJECT_PROFITABLE_HARD_REGS.  Initialize OBJECT_ADD_DATA.
29610         (ira_create_allocno): Remove initialization of
29611         ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
29612         ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
29613         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
29614         ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
29615         ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
29616         Initialize ALLOCNO_ADD_DATA.
29617         (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
29618         and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
29619         ALLOCNO_REG.
29620         (ira_flattening): Ditto.  Use ALLOCNO_EMIT_DATA instead of
29621         ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
29622
29623         * ira.c (ira_reallocate): Remove.
29624         (setup_pressure_classes): Call
29625         ira_init_register_move_cost_if_necessary.  Use
29626         ira_register_move_cost instead of ira_get_register_move_cost.
29627         (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
29628         (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
29629
29630         * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
29631         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
29632         ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
29633         ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
29634         instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
29635         OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
29636         Fix formatting.
29637         (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
29638         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
29639         (struct allocno_color_data): New.
29640         (allocno_color_data_t): New typedef.
29641         (allocno_color_data): New definition.
29642         (ALLOCNO_COLOR_DATA): New macro.
29643         (struct object_color_data): New.
29644         (object_color_data_t): New typedef.
29645         (object_color_data): New definition.
29646         (OBJECT_COLOR_DATA): New macro.
29647         (update_copy_costs, calculate_allocno_spill_cost): Call
29648         ira_init_register_move_cost_if_necessary.  Use
29649         ira_register_move_cost instead of ira_get_register_move_cost.
29650         (move_spill_restore, update_curr_costs): Ditto.
29651         (allocno_spill_priority): Make it inline.
29652         (color_pass): Allocate and free allocno_color_dat and object_color_data.
29653         (struct coalesce_data, coalesce_data_t): New.
29654         (allocno_coalesce_data): New definition.
29655         (ALLOCNO_COALESCE_DATA): New macro.
29656         (merge_allocnos, coalesced_allocno_conflict_p): Use
29657         ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
29658         ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
29659         (coalesce_allocnos): Ditto.
29660         (setup_coalesced_allocno_costs_and_nums): Ditto.
29661         (collect_spilled_coalesced_allocnos): Ditto.
29662         (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
29663         (setup_slot_coalesced_allocno_live_ranges): Ditto.
29664         (coalesce_spill_slots): Ditto.
29665         (ira_sort_regnos_for_alter_reg): Ditto.  Allocate, initialize and
29666         free allocno_coalesce_data.
29667
29668         * ira-conflicts.c: Fix formatting.
29669         (process_regs_for_copy): Call
29670         ira_init_register_move_cost_if_necessary.  Use
29671         ira_register_move_cost instead of ira_get_register_move_cost.
29672         (build_object_conflicts): Optimize.
29673
29674         * ira-costs.c (record_reg_classes): Optimize.  Call
29675         ira_init_register_move_cost_if_necessary.  Use
29676         ira_register_move_cost, ira_may_move_in_cost, and
29677         ira_may_move_out_cost instead of ira_get_register_move_cost and
29678         ira_get_may_move_cost.
29679         (record_address_regs): Ditto.
29680         (scan_one_insn): Optimize.
29681         (find_costs_and_classes): Optimize.
29682         (process_bb_node_for_hard_reg_moves): Call
29683         ira_init_register_move_cost_if_necessary.  Use
29684         ira_register_move_cost instead of ira_get_register_move_cost.
29685
29686         * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
29687         ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
29688         ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
29689         (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
29690         definitions.
29691         (ira_initiate_emit_data, ira_finish_emit_data)
29692         (create_new_allocno): New functions.
29693         (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
29694         (emit_move_list): Call ira_init_register_move_cost_if_necessary.
29695         Use ira_register_move_cost instead of ira_get_register_move_cost.
29696
29697         * ira-int.h: Fix some comments.
29698         (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
29699         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
29700         (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
29701         hard_regs_subnodes_start, hard_regs_subnodes_num.  Add new member
29702         add_data.
29703         (struct ira_allocno): Make mode and aclass a bitfield.  Move other
29704         bitfield after mode.  Make hard_regno a short int.  Make
29705         hard_regno short.  Remove first_coalesced_allocno and
29706         next_coalesced_allocno.  Move mem_optimized_dest_p,
29707         somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
29708         into struct ira_emit_data.  Remove in_graph_p, may_be_spilled_p,
29709         available_regs_num, next_bucket_allocno, prev_bucket_allocno,
29710         temp, colorable_p.  Add new member add_data.
29711         (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
29712         (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
29713         (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
29714         (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
29715         (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
29716         (ALLOCNO_ADD_DATA): New macro.
29717         (ira_emit_data_t): New typedef.
29718         (struct ira_emit_data): New.  Move mem_optimized_dest_p,
29719         somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
29720         from struct ira_allocno.
29721         (ALLOCNO_EMIT_DATA): New macro.
29722         (ira_allocno_emit_data, allocno_emit_reg): New.
29723         (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
29724         (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
29725         (OBJECT_ADD_DATA): New macro.
29726         (ira_reallocate): Remove.
29727         (ira_initiate_emit_data, ira_finish_emit_data): New.
29728         (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
29729         (ira_init_register_move_cost_if_necessary): New.
29730         (ira_object_conflict_iter_next): Merge into
29731         ira_object_conflict_iter_cond.
29732         (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
29733
29734         * ira-live.c (process_single_reg_class_operands): Call
29735         ira_init_register_move_cost_if_necessary.  Use
29736         ira_register_move_cost instead of ira_get_register_move_cost.
29737
29738         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
29739
29740         * ira-int.h (struct target_ira_int): Remove x_cost_classes.
29741
29742         * ira-costs.c: Fix formatting.
29743         (cost_classes, cost_classes_num): Remove.
29744         (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
29745         (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
29746         (cost_classes_del, cost_classes_htab): New.
29747         (cost_classes_aclass_cache, cost_classes_mode_cache): New.
29748         (initiate_regno_cost_classes, setup_cost_classes): New.
29749         (setup_regno_cost_classes_by_aclass): New.
29750         (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
29751         (record_reg_classes): Use regno_cost_classes instead of
29752         cost_classes.  Move checking opposite operand up.
29753         (record_address_regs): Use regno_cost_classes
29754         instead of cost_classes.
29755         (scan_one_insn): Ditto.  Use always general register.
29756         (print_allocno_costs): Use regno_cost_classes instead of
29757         cost_classes.
29758         (print_pseudo_costs): Ditto.  Use Reg_N_REFS.
29759         (find_costs_and_classes): Set up cost classes for each registers.
29760         Use also their mode for this.  Use regno_cost_classes instead of
29761         cost_classes.
29762         (setup_allocno_class_and_costs): Use regno_cost_classes instead of
29763         cost_classes.
29764         (free_ira_costs, ira_init_costs): Don't use cost_classes.
29765         (ira_costs, ira_set_pseudo_classes): Call
29766         initiate_regno_cost_classes and finish_regno_cost_classes.
29767
29768         2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
29769
29770         * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
29771
29772         * target.def (ira_cover_classes): Remove.
29773
29774         * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
29775
29776         * doc/tm.texi.in: Ditto.
29777
29778         * ira-conflicts.c: Remove mentioning cover classes from the file.
29779         Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Use
29780         ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST.  Fix formatting.
29781
29782         * targhooks.c (default_ira_cover_classes): Remove.
29783
29784         * targhooks.h (default_ira_cover_classes): Ditto.
29785
29786         * haifa-sched.c: Remove mentioning cover classes from the file.
29787         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
29788         ira_pressure_classes and ira_pressure_classes_num instead of
29789         ira_reg_class_cover_size and ira_reg_class_cover.  Use
29790         sched_regno_pressure_class instead of sched_regno_cover_class.
29791         (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
29792         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
29793
29794         * ira-int.h: Add 2010 to Copyright.  Remove mentioning cover
29795         classes from the file.
29796         (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
29797         (struct object_hard_regs, struct object_hard_regs_node): New.
29798         (struct ira_object): New members profitable_hard_regs,
29799         hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
29800         (struct ira_allocno): Rename cover_class to aclass.  Rename
29801         cover_class_cost and updated_cover_class_cost to class_cost and
29802         updated_class_cost.  Remove splay_removed_p and
29803         left_conflict_size.  Add new members colorable_p.
29804         (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
29805         (ALLOCNO_COLORABLE_P): New macro.
29806         (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
29807         (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
29808         Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
29809         (OBJECT_...): Rename parameter C to O.
29810         (OBJECT_PROFITABLE_HARD_REGS): New macro.
29811         (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
29812         (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
29813         (struct target_ira_int): New members x_ira_max_memory_move_cost,
29814         x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
29815         x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
29816         x_ira_reg_pressure_class_p, x_ira_important_class_nums,
29817         x_ira_reg_class_superunion.  Rename x_prohibited_class_mode_reg to
29818         x_ira_prohibited_class_mode_reg.  Rename x_ira_reg_class_union to
29819         x_ira_reg_class_subunion.
29820         (ira_max_memory_move_cost, ira_max_register_move_cost)
29821         (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
29822         (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
29823         (ira_important_class_nums, ira_reg_class_superunion): New macros.
29824         (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
29825         (ira_reg_class_union): Rename to ira_reg_class_subunion.
29826         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
29827         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
29828         (ira_tune_allocno_costs_and_cover_classes): Rename to
29829         ira_tune_allocno_costs.
29830         (ira_debug_hard_regs_forest): New.
29831         (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
29832         (ira_object_conflict_iter_next): Fix comments.
29833         (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
29834         (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
29835         cover_class to aclass.
29836         (ira_allocate_and_accumulate_costs): Ditto.
29837         (ira_allocate_and_set_or_copy_costs): Ditto.
29838
29839         * opts.c (decode_options): Remove ira_cover_class check.
29840
29841         * ira-color.c: Remove mentioning cover classes from the file.  Use
29842         ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
29843         instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
29844         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
29845         (splay-tree.h): Remove include.
29846         (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
29847         before copy_freq_compare_func.
29848         (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
29849         (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
29850         New definitions.
29851         (hard_regs_roots, hard_regs_node_vec): Ditto.
29852         (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
29853         (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
29854         (finish_object_hard_regs, object_hard_regs_compare): Ditto.
29855         (create_new_object_hard_regs_node): Ditto.
29856         (add_new_object_hard_regs_node_to_forest): Ditto.
29857         (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
29858         (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
29859         Ditto.
29860         (print_hard_reg_set, print_hard_regs_subforest): Ditto.
29861         (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
29862         (remove_unused_object_hard_regs_nodes): Ditto.
29863         (enumerate_object_hard_regs_nodes): Ditto.
29864         (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
29865         (object_hard_regs_subnode_t): Ditto.
29866         (struct object_hard_regs_subnode): Ditto.
29867         (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
29868         (setup_object_hard_regs_subnode_index): Ditto.
29869         (get_object_hard_regs_subnodes_num): Ditto.
29870         (form_object_hard_regs_nodes_forest): Ditto.
29871         (finish_object_hard_regs_nodes_tree): Ditto.
29872         (finish_object_hard_regs_nodes_forest): Ditto.
29873         (allocnos_have_intersected_live_ranges_p): Rename to
29874         allocnos_conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
29875         (pseudos_have_intersected_live_ranges_p): Rename to
29876         conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
29877         (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
29878         (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
29879         (update_copy_costs): Remove assert.  Skip cost update if the hard
29880         reg does not belong the class.
29881         (assign_hard_reg): Process only profitable hard regs.
29882         (uncolorable_allocnos_num): Make it scalar.
29883         (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
29884         and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
29885         and ira_reg_class_max_nregs.
29886         (bucket_allocno_compare_func): Check frequency first.
29887         (sort_bucket): Add compare function as a parameter.
29888         (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
29889         (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
29890         (push_allocno_to_stack): Rewrite for checking new allocno
29891         colorability.
29892         (remove_allocno_from_bucket_and_push): Print cost too.  Remove assert.
29893         (push_only_colorable): Pass new parameter to sort_bucket.
29894         (push_allocno_to_spill): Remove.
29895         (allocno_spill_priority_compare): Make it inline and rewrite.
29896         (splay_tree_allocate, splay_tree_free): Remove.
29897         (allocno_spill_sort_compare): New function.
29898         (push_allocnos_to_stack): Sort allocnos for spilling once.  Don't
29899         build and use splay tree.  Choose first allocno in uncolorable
29900         allocno bucket to spill.  Remove setting spill cost.
29901         (all_conflicting_hard_regs): Remove.
29902         (setup_allocno_available_regs_num): Check only profitable hard
29903         regs.  Print info about hard regs nodes.
29904         (setup_allocno_left_conflicts_size): Remove.
29905         (put_allocno_into_bucket): Don't call
29906         setup_allocno_left_conflicts_size.  Use setup_left_conflict_sizes_p.
29907         (improve_allocation): New.
29908         (color_allocnos): Call setup_profitable_hard_regs,
29909         form_object_hard_regs_nodes_forest, improve_allocation,
29910         finish_object_hard_regs_nodes_forest.  Setup spill cost.
29911         (print_loop_title): Use pressure classes.
29912         (color_allocnso): Ditto.
29913         (do_coloring): Remove allocation and freeing splay_tree_node_pool
29914         and allocnos_for_spilling.
29915         (ira_sort_regnos_for_alter_reg): Don't setup members
29916         {first,next}_coalesced_allocno.
29917         (color): Remove allocating and freeing removed_splay_allocno_vec.
29918         (fast_allocation): Use ira_prohibited_class_mode_regs instead of
29919         prohibited_class_mode_regs.
29920
29921         * ira-lives.c: Remove mentioning cover classes from the file.  Fix
29922         formatting.
29923         (update_allocno_pressure_excess_length): Use pressure classes.
29924         (inc_register_pressure, dec_register_pressure): Check for pressure
29925         class.
29926         (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
29927         pressure class.  Use ira_reg_class_nregs instead of
29928         ira_reg_class_max_nregs.
29929         (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
29930         (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
29931         (single_reg_class): Use ira_reg_class_nregs instead of
29932         ira_reg_class_max_nregs.
29933         (process_bb_node_lives): Use pressure classes.
29934
29935         * ira-emit.c: Remove mentioning cover classes from the file.  Use
29936         ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Fix formatting.
29937         (change_loop): Use pressure classes.
29938         (modify_move_list): Call ira_set_allocno_class instead of
29939         ira_set_allocno_cover_class.
29940
29941         * ira-build.c: Remove mentioning cover classes from the file.  Use
29942         ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
29943         ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST.  Use
29944         ALLOCNO_UPDATED_CLASS_COST instead of
29945         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
29946         (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
29947         (ira_create_allocno): Remove initialization of
29948         ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE.  Initialize
29949         ALLOCNO_COLORABLE_P.
29950         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
29951         Update conflict regs for the objects.
29952         (create_cap_allocno): Remove assert.  Don't propagate
29953         ALLOCNO_AVAILABLE_REGS_NUM.
29954         (ira_free_allocno_costs): New function.
29955         (finish_allocno): Change a part of code into call of
29956         ira_free_allocno_costs.
29957         (low_pressure_loop_node_p): Use pressure classes.
29958         (object_range_compare_func): Don't compare classes.
29959         (setup_min_max_conflict_allocno_ids): Ditto.
29960
29961         * loop-invariant.c: Remove mentioning cover classes from the file.
29962         Use ira_pressure_classes and ira_pressure_classes_num instead of
29963         ira_reg_class_cover_size and ira_reg_class_cover.  Fix formatting.
29964         (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
29965         Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
29966         Use reg_allocno_class instead of reg_cover_class.
29967         (get_inv_cost): Use instead ira_stack_reg_pressure_class of
29968         STACK_REG_COVER_CLASS.
29969         (get_regno_cover_class): Rename to get_regno_pressure_class.
29970         (move_loop_invariants): Initialize and finalize regstat.
29971
29972         * ira.c: Remove mentioning cover classes from the file.  Add
29973         comments about coloring without cover classes.  Use ALLOCNO_CLASS
29974         instead of ALLOCNO_COVER_CLASS.  Fix formatting.
29975         (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
29976         setup_class_subset_and_memory_move_costs.
29977         (setup_stack_reg_pressure_class, setup_pressure_classes): New.
29978         (setup_cover_and_important_classes): Rename to
29979         setup_allocno_and_important_classes.
29980         (setup_class_translate_array): New.
29981         (setup_class_translate): Call it for allocno and pressure classes.
29982         (cover_class_order): Rename to allocno_class_order.
29983         (comp_reg_classes_func): Use ira_allocno_class_translate instead
29984         of ira_class_translate.
29985         (reorder_important_classes): Set up ira_important_class_nums.
29986         (setup_reg_class_relations): Set up ira_reg_class_superunion.
29987         (print_class_cover): Rename to print_classes.  Add parameter.
29988         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
29989         Print pressure classes too.
29990         (find_reg_class_closure): Rename to find_reg_classes.  Don't call
29991         setup_reg_subclasses.
29992         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
29993         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
29994         (setup_prohibited_class_mode_regs): Use
29995         ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
29996         (clarify_prohibited_class_mode_regs): New function.
29997         (ira_init_register_move_cost): Set up ira_max_register_move_cost,
29998         ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
29999         (ira_init_once): Initialize them.
30000         (free_register_move_costs): Process them.
30001         (ira_init): Move calls of find_reg_classes and
30002         setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
30003         Call clarify_prohibited_class_mode_regs.
30004         (ira_no_alloc_reg): Remove.
30005         (too_high_register_pressure_p): Use pressure classes.
30006
30007         * sched-deps.c: Remove mentioning cover classes from the file.
30008         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
30009         ira_pressure_classes and ira_pressure_classes_num instead of
30010         ira_reg_class_cover_size and ira_reg_class_cover.
30011         (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
30012         sched_regno_pressure_class instead of sched_regno_cover_class.
30013         (mark_insn_pseudo_birth, mark_pseudo_death): Ditto.  Use
30014         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
30015
30016         * ira.h: Add 2010 to Copyright.
30017         (ira_no_alloc_reg): Remove external.
30018         (struct target_ira): Rename x_ira_hard_regno_cover_class,
30019         x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
30020         x_ira_class_translate to x_ira_hard_regno_allocno_class,
30021         x_ira_allocno_classes_num, x_ira_allocno_classes, and
30022         x_ira_allocno_class_translate.  Add x_ira_pressure_classes_num,
30023         x_ira_pressure_classes, x_ira_pressure_class_translate, and
30024         x_ira_stack_reg_pressure_class.  Rename x_ira_reg_class_nregs to
30025         x_ira_reg_class_max_nregs.  Add x_ira_reg_class_min_nregs and
30026         x_ira_no_alloc_regs.
30027         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
30028         (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
30029         ira_allocno_classes_num and ira_allocno_classes.
30030         (ira_class_translate): Rename to ira_allocno_class_translate.
30031         (ira_pressure_classes_num, ira_pressure_classes): New definitions.
30032         (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
30033         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
30034         (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
30035         (ira_no_alloc_regs): New.
30036
30037         * ira-costs.c: Add 2010 to Copyright.  Remove mentioning cover
30038         classes from the file.  Use ALLOCNO_CLASS instead of
30039         ALLOCNO_COVER_CLASS.  Use ALLOCNO_CLASS_COST instead of
30040         ALLOCNO_COVER_CLASS_COST.
30041         (regno_cover_class): Rename to regno_aclass.
30042         (record_reg_classes): Use ira_reg_class_subunion instead of
30043         ira_reg_class_union.
30044         (record_address_regs): Check overflow.
30045         (scan_one_insn): Ditto.
30046         (print_allocno_costs): Print total mem cost fore regional allocation.
30047         (print_pseudo_costs): Use REG_N_REFS.
30048         (find_costs_and_classes): Use classes intersected with them on the
30049         1st pass. Check overflow.  Use ira_reg_class_subunion instead of
30050         ira_reg_class_union.  Use ira_allocno_class_translate and
30051         regno_aclass instead of ira_class_translate and regno_cover_class.
30052         Modify code for finding regno_aclass.  Setup preferred classes for
30053         the next pass.
30054         (setup_allocno_cover_class_and_costs): Rename to
30055         setup_allocno_class_and_costs.  Use regno_aclass instead of
30056         regno_cover_class.  Use ira_set_allocno_class instead of
30057         ira_set_allocno_cover_class.
30058         (init_costs, finish_costs): Use regno_aclass instead of
30059         regno_cover_class.
30060         (ira_costs): Use setup_allocno_class_and_costs instead of
30061         setup_allocno_cover_class_and_costs.
30062         (ira_tune_allocno_costs_and_cover_classes): Rename to
30063         ira_tune_allocno_costs.  Check overflow.  Skip conflict hard regs
30064         by processing objects.  Use ira_reg_class_max_nregs instead of
30065         ira_reg_class_nregs.
30066
30067         * rtl.h (reg_cover_class): Rename to reg_allocno_class.
30068
30069         * sched-int.h: Remove mentioning cover classes from the file.
30070         (sched_regno_cover_class): Rename to sched_regno_pressure_class.
30071
30072         * reginfo.c: Add 2010 to Copyright.  Remove mentioning cover
30073         classes from the file.
30074         (struct reg_pref): Rename coverclass into allocnoclass.
30075         (reg_cover_class): Rename to reg_allocno_class.
30076
30077         * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
30078
30079         * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
30080
30081         * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
30082
30083         * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
30084
30085         * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
30086
30087         * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
30088
30089         * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
30090
30091         * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
30092
30093         * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
30094
30095         * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
30096
30097         * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
30098         (i386_ira_cover_classes): Ditto.
30099
30100         * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
30101
30102         * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
30103
30104         * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
30105
30106         * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
30107
30108         * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
30109
30110         * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
30111
30112         * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
30113         (mips_ira_cover_classes): Ditto.
30114
30115         * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
30116
30117         * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
30118
30119         * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
30120
30121         * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
30122
30123         * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
30124
30125         * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
30126         (IRA_COVER_CLASSES_VSX): Ditto.
30127
30128         * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
30129         (rs6000_ira_cover_classes): Ditto.
30130
30131         * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
30132
30133         * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
30134
30135         * config/score/score.h (IRA_COVER_CLASSES): Ditto.
30136
30137         * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
30138
30139         * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
30140
30141         * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
30142
30143         * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
30144
30145         * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
30146
30147         * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
30148
30149         * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
30150
30151 2011-03-29  Jakub Jelinek  <jakub@redhat.com>
30152
30153         PR debug/48253
30154         * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
30155         dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
30156         dw_fde_unlikely_section_end_label, cold_in_std_section,
30157         dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
30158         Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
30159         fields.
30160         (output_fde): Use dw_fde_second_{begin,end} if second is
30161         true, otherwise dw_fde_{begin,end}.
30162         (output_call_frame_info): Test dw_fde_second_begin != NULL
30163         instead of dw_fde_switched_sections.
30164         (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
30165         fields, initialize new fields.  Initialize in_std_section
30166         unconditionally from the first partition.
30167         (dwarf2out_end_epilogue): Don't override dw_fde_end when
30168         dw_fde_second_begin is non-NULL.
30169         (dwarf2out_switch_text_section): Stop initializing removed
30170         dw_fde_struct fields, initialize new fields, initialize
30171         also dw_fde_end here.  Set dw_fde_switch_cfi even when
30172         dwarf2out_do_cfi_asm ().  Call var_location_switch_text_section.
30173         (struct var_loc_list_def): Add last_before_switch field.
30174         (arange_table, arange_table_allocated, arange_table_in_use,
30175         ARANGE_TABLE_INCREMENT, add_arange): Removed.
30176         (size_of_aranges): Count !in_std_section and !second_in_std_section
30177         hunks in fdes, instead of looking at arange_table_in_use.
30178         (output_aranges): Add aranges_length argument, don't call
30179         size_of_aranges here.  Instead of using aranges_table*
30180         emit ranges for fdes when !in_std_section resp.
30181         !second_in_std_section.
30182         (dw_loc_list): Break ranges crossing section switch.
30183         (convert_cfa_to_fb_loc_list): Likewise.  If switched sections,
30184         use dw_fde_second_end instead of dw_fde_end as end of last range.
30185         (gen_subprogram_die): Don't call add_arange.  Use
30186         dw_fde_{begin,end} for first partition and if switched
30187         section dw_fde_second_{begin,end} for the second.
30188         (var_location_switch_text_section_1,
30189         var_location_switch_text_section): New functions.
30190         (dwarf2out_begin_function): Initialize cold_text_section even
30191         when function_section () isn't text_section.
30192         (prune_unused_types): Don't walk arange_table.
30193         (dwarf2out_finish): Don't needlessly test
30194         flag_reorder_blocks_and_partition when testing cold_text_section_used.
30195         If info_section_emitted, call size_of_aranges and if it indicates
30196         non-empty .debug_aranges, call output_aranges with the computed
30197         size.  Stop using removed dw_fde_struct fields, use
30198         dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
30199         for second.
30200
30201         PR debug/48203
30202         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
30203         create ENTRY_VALUE if incoming or address of incoming's MEM
30204         is a hard REG.
30205         * dwarf2out.c (mem_loc_descriptor): Don't emit
30206         DW_OP_GNU_entry_value of DW_OP_fbreg.
30207         * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
30208         on ENTRY_VALUE is able to find the canonical parameter VALUE.
30209         * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
30210         rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
30211         ENTRY_VALUE_EXPs.
30212         (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
30213         is a REG_P or MEM_P with REG_P address, compute hash directly
30214         instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
30215         (preserve_only_constants): Don't clear VALUES forwaring
30216         ENTRY_VALUE to some other VALUE.
30217
30218 2011-03-28  Richard Sandiford  <richard.sandiford@linaro.org>
30219
30220         * builtins.c (expand_builtin_memset_args): Use gen_int_mode
30221         instead of GEN_INT.
30222
30223 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
30224
30225         * cfgexpand.c (expand_gimple_cond): Always set the source location and
30226         block before expanding the statement.
30227         (expand_gimple_stmt_1): Likewise.  Set them here...
30228         (expand_gimple_stmt): ...and not here.  Tidy.
30229         * cfglayout.c (curr_insn_locator): Return 0 if the current location is
30230         unknown.
30231
30232 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
30233
30234         * Makefile.in: New rule for cprop.o.
30235         * gcse.c: Move constant/copy propagation to cprop.c.
30236         (compute_local_properties): Only handle expression tables.
30237         (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
30238         (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
30239         (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
30240         next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
30241         mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
30242         compute_cprop_data, find_used_regs, try_replace_reg,
30243         find_avail_set, cprop_jump, constprop_register, cprop_insn,
30244         local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
30245         fis_get_condition, implicit_set_cond_p, find_implicit_sets,
30246         find_bypass_set, reg_killed_on_edge, bypass_block,
30247         bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
30248         execute_rtl_cprop, pass_rtl_cprop): Move to...
30249         * cprop.c: ...here.  New file, constant/copy propagation for RTL
30250         moved from gcse.c to here with minor cleanups in duplicated code.
30251
30252 2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
30253
30254         * config/i386/i386.c (flag_opts): Fix a typo in
30255         -mavx256-split-unaligned-store.
30256
30257 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
30258
30259         * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
30260         LIBCALL_VALUE): Remove macros.
30261         * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
30262         TARGET_FUNCTION_VALUE_REGNO_P): Define.
30263         (h8300_function_value, h8300_libcall_value,
30264         h8300_function_value_regno_p): New functions.
30265
30266 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
30267
30268         * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
30269
30270 2011-03-28  Jeff Law  <law@redhat.com>
30271
30272         * tree-ssa-threadupdate.c (redirect_edges): Call
30273         create_edge_and_update_destination_phis as needed.
30274         (create_edge_and_update_destination_phis): Accept new BB argument.
30275         All callers updated.
30276         (thread_block): Do not update the profile when threading around
30277         intermediate blocks.
30278         (thread_single_edge): Likewise.
30279         (determine_bb_domination_status): If BB is not a successor of the
30280         loop header, return NONDOMINATING.
30281         (register_jump_thread): Note when we register a jump thread around
30282         an intermediate block.
30283         * tree-ssa-threadedge.c (thread_around_empty_block): New function.
30284         (thread_across_edge): Use it.
30285
30286 2011-03-28  Tristan Gingold  <gingold@adacore.com>
30287
30288         * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
30289         when for_return is 2.
30290
30291 2011-03-28  Jeff Law  <law@redhat.com>
30292
30293         * var-tracking.c (canonicalize_values_mark): Delete unused
30294         lhs assignment.
30295         (canonicalize_values_star, set_variable_part): Likewise.
30296         (clobber_variable_part, delete_variable_part): Likewise.
30297
30298 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
30299
30300         * gcse.c (free_gcse_mem): Free reg_set_bitmap.
30301
30302 2011-03-28  Martin Jambor  <mjambor@suse.cz>
30303
30304         * tree-inline.c (expand_call_inline): Do not check that destination
30305         node is analyzed.
30306         (optimize_inline_calls): Assert that destination node is analyzed.
30307         * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
30308         not call tree_lowering_passes.
30309         * cgraph.h (cgraph_analyze_function): Declare.
30310         * cgraphunit.c (cgraph_analyze_function): Make public.
30311
30312 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
30313
30314         * config/sparc/sparc-opts.h: New.
30315         * config/sparc/sparc.c (sparc_handle_option, sparc_select,
30316         sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
30317         (sparc_option_override): Store processor_type enumeration rather
30318         than string in cpu_default.  Remove name and enumeration from
30319         cpu_table.  Directly default -mcpu then default -mtune from -mcpu
30320         without using sparc_select.  Use target_flags_explicit instead of
30321         fpu_option_set.
30322         * config/sparc/sparc.h (enum processor_type): Move to
30323         sparc-opts.h.
30324         (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
30325         * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
30326         HeaderInclude entry.
30327         (mcpu=, mtune=): Use Var and Enum.
30328         (sparc_processor_type): New Enum and EnumValue entries.
30329
30330 2011-03-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30331             Iain Sandoe  <iains@gcc.gnu.org>
30332
30333         PR target/48245
30334         * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
30335
30336 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
30337
30338         * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
30339         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
30340         Insert new statements at it in lieu of STMT.
30341         (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
30342         * tree-vect-stmts.c (vectorizable_store): Likewise.
30343         (vectorizable_load): Likewise.
30344
30345 2011-03-28  Uros Bizjak  <ubizjak@gmail.com>
30346
30347         * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
30348         (divtf3): Ditto.
30349         (multf3): Ditto.
30350         (subtf3): Ditto.
30351
30352 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
30353
30354         * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
30355         unaligned 256bit load/store.
30356         (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
30357         (*avx_movdqu<avxmodesuffix>): Likewise.
30358
30359 2011-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
30360
30361         PR target/48288
30362         * config/pa/predicates.md (reg_or_ior_operand): New predicate.
30363         * config/pa/pa.md (iordi3): Use new predicate in expander.
30364         (iorsi3): Likewise.
30365
30366 2011-03-27  Anatoly Sokolov  <aesok@post.ru>
30367
30368         * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
30369         FUNCTION_VALUE_REGNO_P): Remove macros.
30370         * config/mips/mips-protos.h (mips_function_value): Remove.
30371         * config/mips/mips.c (mips_function_value): Rename to...
30372         (mips_function_value_1): ... this. Make static.  Handle receiving
30373         the function type in 'fn_decl_or_type' argument.
30374         (mips_function_value, mips_libcall_value,
30375         mips_function_value_regno_p): New function.
30376         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
30377         TARGET_FUNCTION_VALUE_REGNO_P): Define.
30378
30379 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
30380
30381         * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
30382         and -mavx256-split-unaligned-store.
30383         (ix86_option_override_internal): Split 32-byte AVX unaligned
30384         load/store by default.
30385         (ix86_avx256_split_vector_move_misalign): New.
30386         (ix86_expand_vector_move_misalign): Use it.
30387
30388         * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
30389         -mavx256-split-unaligned-store.
30390
30391         * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
30392         256bit load/store.  Generate unaligned store on misaligned memory
30393         operand.
30394         (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
30395         256bit load/store.
30396         (*avx_movdqu<avxmodesuffix>): Likewise.
30397
30398         * doc/invoke.texi: Document -mavx256-split-unaligned-load and
30399         -mavx256-split-unaligned-store.
30400
30401 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
30402
30403         PR target/38598
30404         * config/mips/mips.md (extendsidi2): Add an "l" alternative.
30405         Update commentary.
30406
30407 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
30408
30409         * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
30410         opno arguments with an expand_operand.  Use create_input_operand.
30411         (mips_prepare_builtin_target): Delete.
30412         (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
30413         functions.
30414         (mips_expand_builtin_direct): Use create_output_operand and
30415         mips_expand_builtin_insn.  Update call to mips_prepare_builtin_arg.
30416         (mips_expand_builtin_movtf): Likewise.  Use mips_expand_fp_comparison.
30417         (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
30418
30419 2011-03-27  Ira Rosen  <ira.rosen@linaro.org>
30420
30421         * config/arm/arm.c (arm_autovectorize_vector_sizes): New
30422         function.
30423         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
30424
30425 2011-03-26  Eric Botcazou  <ebotcazou@adacore.com>
30426
30427         * basic-block.h (fixup_abnormal_edges): Adjust prototype.
30428         * reload1.c (reload): Adjust call to fixup_abnormal_edges.  Rediscover
30429         basic blocks and call commit_edge_insertions directly.
30430         (fixup_abnormal_edges): Move from here to...
30431         * cfgrtl.c (fixup_abnormal_edges): ...here.  Only insert instructions
30432         on the edges and return whether some have actually been inserted.
30433         * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
30434         compensation code.
30435
30436 2011-03-26  Andrey Belevantsev  <abel@ispras.ru>
30437
30438         PR rtl-optimization/48144
30439         * sel-sched-ir.c (merge_history_vect): Factor out from ...
30440         (merge_expr_data): ... here.
30441         (av_set_intersect): Rename to av_set_code_motion_filter.
30442         Update all callers.  Call merge_history_vect when an expression
30443         is found in both sets.
30444         * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
30445
30446 2011-03-26  Alan Modra  <amodra@gmail.com>
30447
30448         * config/rs6000/predicates.md (word_offset_memref_op): Handle
30449         cmodel medium addresses.
30450         * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
30451         64-bit gpr loads and stores.
30452         (rs6000_secondary_reload_ppc64): New function.
30453         * config/rs6000/rs6000-protos.h: Declare it.
30454         * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
30455
30456 2011-03-26  Alan Modra  <amodra@gmail.com>
30457
30458         PR target/47487
30459         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
30460         GNU Go in traceback table.
30461
30462 2011-03-25  Richard Henderson  <rth@redhat.com>
30463
30464         * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
30465         if there are exactly 6 operands.
30466         (set_storage_via_setmem): Similarly.
30467
30468 2011-03-25  Kai Tietz  <ktietz@redhat.com>
30469
30470         * collect2.c (write_c_file_stat): Handle backslash
30471         as right-hand directory separator.
30472         (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
30473         checking just for slash.
30474         * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
30475         instead of checking for trailing slash.
30476         * gcc.c (record_temp_file): Use filename_cmp instead
30477         of strcmp.
30478         (do_spec_1): Likewise.
30479         (replace_outfile_spec_function): Likewise.
30480         (is_directory): Use filename_ncmp instead of strncmp.
30481         (print_multilib_info): Likewise.
30482         * gcov.c (find_source): Use filename_cmp instead
30483         instead of strcmp.
30484         (make_gcov_file_name): Fix order of slash/backslash
30485         checks.
30486         * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
30487         (add_standard_paths): Likewise.
30488         * mips-tfile.c (saber_stop): Handle backslash.
30489         * prefix.c (update_path): Use filename_ncmp instead of
30490         strncmp.
30491         * profile.c (output_location): Use filename_cmp instead
30492         of strcmp.
30493         * read-md.c (handle_toplevel_file): Handle backslash.
30494         * tlink.c (frob_extension):  Likewise.
30495         * tree-cfg.c (same_line_p): Use filename_cmp instead of
30496         strcmp.
30497         * tree-dump.c (dequeue_and_dump): Handle backslash.
30498         * tree.c (get_file_function_name): Likewise.
30499         * gengtype.c (read_input_list): Likewise.
30500         (get_file_realbasename): Likewise.
30501         (get_output_file_with_visibility): Use filename_cmp
30502         instead of strcmp.
30503
30504 2011-03-25  Richard Sandiford  <richard.sandiford@linaro.org>
30505
30506         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
30507         case to VFPv1.
30508
30509 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
30510
30511         * fold-const.c (expr_location_or): New function.
30512         (fold_truth_not_expr): Call it.
30513
30514 2011-03-25  Jeff Law  <law@redhat.com>
30515
30516         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
30517         va_end.
30518         * c-family/c-common.c (def_fn_type): Likewise.
30519         * emit-rtl.c (gen_rtvec): Likewise.
30520         * lto/lto-lang.c (def_fn_type): Likewise.
30521
30522 2011-03-25  Richard Guenther  <rguenther@suse.de>
30523
30524         * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
30525         also generate copies.
30526         (fini_copy_prop): Handle constant values properly.
30527
30528 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
30529
30530         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
30531         mode size instead of bitsize with DWARF2_ADDR_SIZE.
30532         (hash_loc_operands, compare_loc_operands): Handle
30533         DW_OP_GNU_entry_value.
30534
30535 2011-03-25  Kai Tietz  <ktietz@redhat.com>
30536
30537         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
30538         (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
30539         * config/i386/i386.c (ix86_conditional_register_usage): Adjust
30540         comment and use macro TARGET_64BIT_MS_ABI instead.
30541         (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
30542         and change default behavior for 32-bit MS_ABI.
30543         (ix86_reg_parm_stack_space): Check additionally for bit-ness.
30544         (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
30545         32-bit, too.
30546         (ix86_cfun_abi): Likewise.
30547         (ix86_maybe_switch_abi): Adjust comment.
30548         (init_cumulative_args): Check for bit-ness in MS_ABI case.
30549         (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
30550         instead of checking for SYSV_ABI.
30551         (ix86_nsaved_sseregs): Likewise.
30552         (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
30553         to 16 bytes.
30554         (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
30555         * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
30556         (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
30557         (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
30558         * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
30559
30560 2011-03-25  Richard Guenther  <rguenther@suse.de>
30561
30562         * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
30563         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
30564         (verify_gimple): Remove.
30565         * tree-cfg.c (verify_gimple_call): Merge verification
30566         from verify_stmts.
30567         (verify_gimple_phi): Merge verification from verify_stmts.
30568         (verify_gimple_label): New function.
30569         (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
30570         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
30571         (verify_stmt): Merge into verify_gimple_in_cfg and callees.
30572         (verify_stmts): Rename to verify_gimple_in_cfg.
30573         (verify_gimple_in_cfg): New function.
30574         * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
30575         * tree-ssa.c (verify_ssa): Likewise.
30576         * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
30577
30578 2011-03-25  Richard Guenther  <rguenther@suse.de>
30579
30580         * passes.c (init_optimization_passes): Add FRE pass after
30581         early SRA.
30582
30583 2011-03-25  Bernd Schmidt  <bernds@codesourcery.com>
30584             Andrew Stubbs  <ams@codesourcery.com>
30585
30586         * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
30587         for Cortex-A8.
30588         (arm_movdi_vfp_cortexa8): New pattern.
30589         * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
30590         iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
30591         instructions when tuning for Cortex-A8.  Set attribute "arch".
30592         * config/arm/arm.md: Move include arm-tune.md up a bit.
30593         (define_attr "arch"): Add "onlya8" and "nota8" values.
30594         (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
30595
30596 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
30597
30598         PR bootstrap/48282
30599         Revert:
30600         2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
30601
30602         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
30603         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
30604         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
30605         * passes.c (init_optimization_passes): Move
30606         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
30607
30608 2011-03-25  Kai Tietz  <ktietz@redhat.com>
30609
30610         * c-typeck.c (comptypes_internal): Replace target
30611         hook call of comp_type_attributes by version in tree.c file.
30612         * gimple.c (gimple_types_compatible_p_1): Likewise.
30613         * tree-ssa.c (useless_type_conversion_p): Likewise.
30614         * tree.c (build_type_attribute_qual_variant): Likewise.
30615         (attribute_value_equal): New static helper function.
30616         (comp_type_attributes): New function.
30617         (merge_attributes): Use attribute_value_equal for comparison.
30618         (attribute_list_contained): Likewise.
30619         * tree.h (comp_type_attributes): New prototype.
30620
30621 2011-03-25  Richard Guenther  <rguenther@suse.de>
30622
30623         * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
30624         of complex types at -O0.
30625         (verify_gimple_assign_binary): Likewise.
30626         (verify_gimple_assign_ternary): Likewise.
30627
30628 2011-03-24  Mark Wielaard  <mjw@redhat.com>
30629
30630         * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
30631         (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
30632
30633 2011-03-24  Mark Wielaard  <mjw@redhat.com>
30634
30635         PR debug/48041
30636         * dwarf2out.c (output_abbrev_section): Only write table when
30637         abbrev_die_table_in_use > 1.
30638
30639 2011-02-24  Richard Henderson  <rth@redhat.com>
30640
30641         * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
30642         (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
30643         (alpha_expand_unaligned_load_words): Use extql.
30644         (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
30645         (emit_insxl): Handle all modes for consistency.
30646
30647 2011-02-24  Richard Henderson  <rth@redhat.com>
30648
30649         * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
30650         (alpha_expand_unaligned_load): Likewise.
30651         (alpha_expand_unaligned_store): Likewise.
30652         (alpha_expand_unaligned_load_words): Likewise.
30653         (alpha_expand_unaligned_store_words): Likewise.
30654         (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
30655         (alpha_split_lock_test_and_set_12): Likewise.
30656         (print_operand, alpha_fold_builtin_extxx): Likewise.
30657         (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
30658         * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
30659         (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
30660         (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
30661         (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
30662         (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
30663         (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
30664         (unaligned_storeqi_be, unaligned_storehi_be): Remove.
30665         (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
30666         (extwl, extll, extql): Similarly.
30667         (inswh, inslh, insqh): Similarly.
30668         (mskbl, mskwl, mskll, mskql): Similarly.
30669         (mskwh, msklh, mskqh): Similarly.
30670
30671 2011-02-24  Richard Henderson  <rth@redhat.com>
30672
30673         * config/alpha/alpha.md (attribute isa): Add er, ner.
30674         (attribute enabled): Handle them.
30675         (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
30676
30677 2011-02-24  Richard Henderson  <rth@redhat.com>
30678
30679         * config/alpha/alpha.md (attribute isa): Add vms.
30680         (attribute enabled): Handle it.
30681         (*movsf): Merge *movsf_{nofix,fix,nofp}.
30682         (*movdf): Merge *movdf_{nofix,fix,nofp}.
30683         (*movtf): Rename from *movtf_internal for consistency.
30684         (*movsi): Merge with *movsi_nt_vms.
30685         (*movhi): Merge *movhi_nobwx, *movhi_bwx.
30686         (*movqi): Merge *movqi_nobwx, *movqi_bwx.
30687         (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
30688         * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
30689
30690 2011-02-24  Richard Henderson  <rth@redhat.com>
30691
30692         * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
30693         (extendqisi2, extendhisi2): Likewise.
30694         (extendqidi2): Simplify BWX/non-BWX expansions.
30695         (extendhidi2): Similarly.
30696
30697 2011-02-24  Richard Henderson  <rth@redhat.com>
30698
30699         * config/alpha/alpha.md (attribute isa): New.
30700         (attribute enabled): New.
30701         (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
30702         (zero_extendqisi2, zero_extendqidi2): Similarly.
30703         (zero_extendhisi2, zero_extendhidi2): Similarly.
30704         * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
30705
30706 2011-02-24  Richard Henderson  <rth@redhat.com>
30707
30708         * config/alpha/predicates.md (input_operand): Revert last change;
30709         update comment to mention 32-bit VMS rather than Windows.
30710
30711 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
30712
30713         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
30714         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
30715         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
30716         * passes.c (init_optimization_passes): Move
30717         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
30718
30719 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
30720
30721         * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
30722
30723 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
30724
30725         * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
30726         correctly.
30727
30728 2011-03-24  Jakub Jelinek  <jakub@redhat.com>
30729
30730         PR debug/48204
30731         * simplify-rtx.c (simplify_const_unary_operation): Call
30732         real_convert when changing mode class with FLOAT_EXTEND.
30733
30734 2011-03-24  Nick Clifton  <nickc@redhat.com>
30735
30736         * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
30737         (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
30738         * config/rx/rx.c (rx_option_override): Set align_jumps,
30739         align_loops and align_labels if not set by the user.
30740         (rx_align_for_label): New function.
30741         (rx_max_skip_for_label): New function.
30742         (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
30743         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
30744         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
30745         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
30746         * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
30747
30748 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
30749
30750         PR rtl-optimization/48263
30751         * optabs.c (expand_binop_directly): Reinstate convert_modes code
30752         and original commutative_p handling.  Use maybe_gen_insn.
30753
30754 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30755
30756         * reload.c (find_reloads_subreg_address): Add address_reloaded
30757         parameter and return true there if the full address has been
30758         reloaded.
30759         (find_reloads_toplev): Pass address_reloaded flag.
30760         (find_reloads_address_1): Don't use address_reloaded parameter.
30761
30762 2011-03-24  Jeff Law  <law@redhat.com>
30763
30764         * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
30765         unused variable "ann".
30766         (remove_unused_locals): Likewise.
30767
30768         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
30769         statement.
30770
30771         * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
30772         after it is freed.
30773
30774 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30775
30776         * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
30777         for invalid symbolic addresses.
30778         (s390_secondary_reload): Don't use s390_check_symref_alignment for
30779         larl operands.
30780
30781 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
30782
30783         * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
30784         the argument in calls to fold_truth_not_expr.
30785
30786 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
30787
30788         * tree.c (record_node_allocation_statistics): New function.
30789         (make_node_stat, copy_node_stat, build_string): Call it.
30790         (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
30791         (build1_stat, build_omp_clause): Likewise.
30792
30793 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
30794
30795         * builtins.c (expand_movstr): Fix endp == 1 adjustment after
30796         last commit.
30797
30798 2011-03-24  Richard Guenther  <rguenther@suse.de>
30799
30800         PR tree-optimization/48271
30801         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
30802         blocks that still exist.
30803
30804 2011-03-24  Richard Guenther  <rguenther@suse.de>
30805
30806         PR tree-optimization/48270
30807         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
30808         not free datarefs before ddrs.
30809
30810 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
30811
30812         * tree-sra.c (build_ref_for_offset): Strip useless type conversions
30813         from the address built for a reference with variable offset.
30814
30815 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
30816
30817         PR target/48237
30818         * config/i386/i386.md (*movdf_internal_rex64): Do not split
30819         alternatives that can be handled with movq or movabsq insn.
30820         (*movdf_internal): Disable for !TARGET_64BIT.
30821         (*movdf_internal_nointeger): Ditto.
30822         * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
30823
30824 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
30825
30826         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
30827         (FUNCTION_ARG_ADVANCE): Likewise.
30828         * tm.texi.in: Change references to them to hook references.
30829         * tm.texi: Regenerate.
30830         * targhooks.c (default_function_arg): Eliminate check for target macro.
30831         (default_function_incoming_arg): Likewise.
30832         (default_function_arg_advance): Likewise.
30833         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
30834         (function_arg_advance): Likewise.
30835         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
30836
30837 2011-03-24  Richard Guenther  <rguenther@suse.de>
30838
30839         PR middle-end/48269
30840         * tree-object-size.c (addr_object_size): Do not double-account
30841         for MEM_REF offsets.
30842
30843 2011-03-24  Diego Novillo  <dnovillo@google.com>
30844
30845         * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
30846         * lto-streamer-in.c (input_string_internal): Add clarifying comments.
30847         (lto_input_data_block): Move from lto-opts.c.  Make extern.
30848         Update all users.
30849         (lto_input_string): Rename from input_string.  Make extern.
30850         Update all users.
30851         * lto-streamer-out.c (lto_output_string_with_length): Rename from
30852         output_string_with_length.
30853         Output 0 to indicate a non-NULL string.  Update all callers to
30854         not emit 0.
30855         (lto_output_string): Rename from output_string.  Make extern.
30856         Update all users.
30857         (lto_output_decl_state_streams): Make extern.
30858         (lto_output_decl_state_refs): Make extern.
30859         * lto-streamer.h (lto_input_string): Declare.
30860         (lto_input_data_block): Declare.
30861         (lto_output_string): Declare.
30862         (lto_output_string_with_length): Declare.
30863         (lto_output_decl_state_streams): Declare.
30864         (lto_output_decl_state_refs): Declare.
30865
30866 2011-03-24  Richard Guenther  <rguenther@suse.de>
30867
30868         PR tree-optimization/46562
30869         * tree.c (build_invariant_address): New function.
30870         * tree.h (build_invariant_address): Declare.
30871         * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
30872         a renamed function moved ...
30873         * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
30874         Take valueization callback parameter.
30875         * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
30876         * gimple-fold.h: New file.
30877         * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
30878         (ccp_fold, fold_const_aggregate_ref,
30879         fold_ctor_reference, fold_nonarray_ctor_reference,
30880         fold_array_ctor_reference, fold_string_cst_ctor_reference,
30881         get_base_constructor): Move ...
30882         * gimple-fold.c: ... here.
30883         (gimple_fold_stmt_to_constant_1): New function
30884         split out from ccp_fold.  Take a valueization callback parameter.
30885         Valueize all operands.
30886         (gimple_fold_stmt_to_constant): New wrapper function.
30887         (fold_const_aggregate_ref_1): New function split out from
30888         fold_const_aggregate_ref.  Take a valueization callback parameter.
30889         (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
30890         * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
30891         invariant POINTER_PLUS_EXPRs to invariant form.
30892         (vn_valueize): New function.
30893         (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
30894         * tree-vrp.c (vrp_valueize): New function.
30895         (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
30896         to fold statements to constants.
30897         * tree-ssa-pre.c (eliminate): Properly guard propagation of
30898         function declarations.
30899         * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
30900         tree-ssa-ccp.o): Add gimple-fold.h dependencies.
30901
30902 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
30903
30904         * config/h8300/predicates.md (jump_address_operand): Fix register
30905         mode check.
30906
30907 2011-03-24  Ira Rosen  <ira.rosen@linaro.org>
30908
30909         * doc/invoke.texi (max-stores-to-sink): Document.
30910         * params.h (MAX_STORES_TO_SINK): Define.
30911         * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
30912         if either vectorization or if-conversion is disabled.
30913         * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
30914         tree-vect-data-refs.c vect_equal_offsets.
30915         (dr_equal_offsets_p): New function.
30916         (find_data_references_in_bb): Remove static.
30917         * tree-data-ref.h (find_data_references_in_bb): Declare.
30918         (dr_equal_offsets_p): Likewise.
30919         * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
30920         (vect_drs_dependent_in_basic_block): Update calls to
30921         vect_equal_offsets.
30922         (vect_check_interleaving): Likewise.
30923         * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
30924         (cond_if_else_store_replacement): Rename to...
30925         (cond_if_else_store_replacement_1): ... this.  Change arguments and
30926         documentation.
30927         (cond_if_else_store_replacement): New function.
30928         * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
30929         * params.def (PARAM_MAX_STORES_TO_SINK): Define.
30930
30931 2011-03-23  Chung-Lin Tang  <cltang@codesourcery.com>
30932
30933         PR target/46934
30934         * config/arm/arm.md (casesi): Use the gen_int_mode() function
30935         to subtract lower bound instead of GEN_INT().
30936
30937 2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
30938
30939         PR other/48179
30940         PR other/48221
30941         PR other/48234
30942         * doc/extend.texi (Alignment): Move section to match order in TOC.
30943         * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
30944         (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
30945
30946 2011-03-23  Jeff Law  <law@redhat.com>
30947
30948         * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
30949         before removing the edge.
30950
30951         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
30952         it may have been freed by redirect_branch_edge or
30953         redirect_edge_succ_nodup.
30954
30955 2011-03-23  Richard Guenther  <rguenther@suse.de>
30956
30957         * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
30958         (check_va_list_escapes): Likewise.
30959         (check_all_va_list_escapes): Likewise.
30960
30961 2011-03-23  Richard Guenther  <rguenther@suse.de>
30962
30963         * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
30964         (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
30965         (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
30966         (alias.o): Likewise.
30967         (ipa-type-escape.o): Remove.
30968         (ipa-struct-reorg.o): Likewise.
30969         (GTFILES): Remove ipa-struct-reorg.c.
30970         * alias.c: Do not include ipa-type-escape.h.
30971         * tree-ssa-alias.c: Likewise.
30972         * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
30973         * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
30974         * passes.c (init_optimization_passes): Remove ipa-struct-reorg
30975         and ipa-type-escape passes.
30976         * tree-pass.h (pass_ipa_type_escape): Remove.
30977         (pass_ipa_struct_reorg): Likewise.
30978         * ipa-struct-reorg.h: Remove.
30979         * ipa-struct-reorg.c: Likewise.
30980         * ipa-type-escape.h: Likewise.
30981         * ipa-type-escape.c: Likewise.
30982         * doc/invoke.texi (-fipa-struct-reorg): Remove.
30983         (--param struct-reorg-cold-struct-ratio): Likewise.
30984         * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
30985         * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
30986         * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
30987
30988 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30989
30990         * config/s390/2084.md: Enable all insn reservations also for z9_ec
30991         cpu attribute value.
30992         * config/s390/s390-opts.h (enum s390_arch_option): Remove.
30993         (enum processor_type): Add PROCESSOR_2094_Z9_EC.
30994         * config/s390/s390.c (processor_flags_table): New constant array.
30995         (s390_handle_arch_option): Remove.
30996         (s390_handle_option): Remove s390_handle_arch_option invocations
30997         and OPT_mwarn_framesize_ handling.
30998         (s390_option_override): Remove s390_handle_arch_option invocation.
30999         (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
31000         warnings.
31001         * config/s390/s390.md (cpu attribute): Add z9_ec value.
31002         * config/s390/s390.opt (s390_tune, s390_arch)
31003         (march=): Replace s390_arch_option enum and values with
31004         processor_type.  Set variable name to s390_arch.  Set
31005         initialization value.
31006         (mtune=): Replace s390_arch_option with processor_type.  Set
31007         variable name to s390_tune.  Set initialization value.
31008
31009 2011-03-23  Julian Brown  <julian@codesourcery.com>
31010
31011         * expr.c (expand_expr_real_1): Only use BLKmode for volatile
31012         accesses which are not naturally aligned.
31013
31014 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
31015
31016         PR target/47553
31017         * config/arm/predicates.md (neon_lane_number): Accept 0..15.
31018
31019 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
31020
31021         * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
31022         parameter from "int" to "enum insn_code".
31023         (expand_operand_type): New enum.
31024         (expand_operand): New structure.
31025         (create_expand_operand): New function.
31026         (create_fixed_operand, create_output_operand): Likewise
31027         (create_input_operand, create_convert_operand_to): Likewise.
31028         (create_convert_operand_from, create_address_operand): Likewise.
31029         (create_integer_operand): Likewise.
31030         (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
31031         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
31032         (expand_insn, expand_jump_insn): Likewise.
31033         * builtins.c (expand_builtin_prefetch): Use the new interfaces.
31034         (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
31035         (expand_movstr, expand_builtin___clear_cache): Likewise.
31036         (expand_builtin_lock_release): Likewise.
31037         * explow.c (allocate_dynamic_stack_space): Likewise.
31038         (probe_stack_range): Likewise.  Allow check_stack to FAIL,
31039         and use the default handling in that case.
31040         * expmed.c (check_predicate_volatile_ok): Delete.
31041         (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
31042         (emit_cstore): Likewise.
31043         * expr.c (emit_block_move_via_movmem): Likewise.
31044         (set_storage_via_setmem, expand_assignment): Likewise.
31045         (emit_storent_insn, try_casesi): Likewise.
31046         (emit_single_push_insn): Likewise.  Allow the expansion to fail.
31047         * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
31048         (expand_vec_shift_expr, expand_binop_directly): Likewise.
31049         (expand_twoval_unop, expand_twoval_binop): Likewise.
31050         (expand_unop_direct, emit_indirect_jump): Likewise.
31051         (emit_conditional_move, vector_compare_rtx): Likewise.
31052         (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
31053         (expand_sync_operation, expand_sync_fetch_operation): Likewise.
31054         (expand_sync_lock_test_and_set): Likewise.
31055         (maybe_emit_unop_insn): Likewise.  Change icode to an insn_code.
31056         (emit_unop_insn): Likewise.
31057         (expand_copysign_absneg): Change icode to an insn_code.
31058         (create_convert_operand_from_type): New function.
31059         (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
31060         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
31061         (expand_insn, expand_jump_insn): Likewise.
31062         * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
31063         than const_int_operand for operand 2.
31064
31065 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31066
31067         * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
31068         if possible.
31069
31070 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
31071
31072         * emit-rtl.c (emit_pattern_before_noloc): New function.
31073         (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
31074         (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
31075         (emit_pattern_after_noloc): New function.
31076         (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
31077         (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
31078
31079 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
31080
31081         * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
31082         (__ffsDI2): Likewise.
31083
31084 2011-03-22  Richard Henderson  <rth@redhat.com>
31085
31086         * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
31087         of !TARGET_ABI_OPEN_VMS.
31088         (alpha_trampoline_init, alpha_start_function): Likewise.
31089         (alpha_expand_epilogue, alpha_file_start): Likewise.
31090         * config/alpha/alpha.md (divsi3, modsi3): Likewise.
31091         (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
31092         (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
31093         (*divmodsi_internal, *divmoddi_internal_er): Likewise.
31094         (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
31095
31096 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31097
31098         * config/s390/s390-opts.h: New.
31099         * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
31100         s390_arch_flags, s390_warn_framesize, s390_stack_size,
31101         s390_stack_guard): Remove.
31102         (s390_handle_arch_option): Return void.  Take enum
31103         s390_arch_option value instead of string and searching array.
31104         (s390_handle_option): Don't assert that global structures are in
31105         use.  Access variables via opts pointer.  Use error_at.  Don't use
31106         sscanf for -mstack-guard= or -mstack-size=.  Update call to
31107         s390_handle_arch_option.
31108         (s390_option_override): Update call to s390_handle_arch_option.
31109         (s390_emit_prologue): Use %d format for s390_stack_size in
31110         diagnostic.  Use %wd for HOST_WIDE_INT.
31111         * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
31112         (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
31113         * config/s390/s390.opt (config/s390/s390-opts.h): New
31114         HeaderInclude entry.
31115         (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
31116         s390_arch_flags, s390_warn_framesize): New Variable entries.
31117         (s390_arch_option): New Enum and EnumValue entries.
31118         (march=): Use Enum instead of Var.
31119         (mstack-guard=, mstack-size=): Use UInteger and Var.
31120         (mtune=): Use Enum.
31121
31122 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31123
31124         * config/score/score.c (score_handle_option): Don't assert that
31125         global structures are in use.  Access target_flags via opts
31126         pointer.  Use value of -march= option to determine target_flags
31127         settings.
31128         * config/score/score.opt (march=): Use Enum.
31129         (score_arch): New Enum and EnumValue entries.
31130
31131 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31132
31133         * config/mep/mep.c (option_mtiny_specified): Remove.
31134         (mep_option_override): Move register handling for -mivc2 from
31135         mep_handle_option.  Use global_options_set.x_mep_tiny_cutoff
31136         instead of option_mtiny_specified.
31137         (mep_handle_option): Access target_flags via opts pointer.  Don't
31138         assert that global structures are in use.  Defer part of -mivc2
31139         handling and move it to mep_option_override.
31140         * config/mep/mep.opt (IVC2): New Mask entry.
31141         (mivc2): Use Var and Defer instead of Mask.
31142
31143 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31144
31145         * config/v850/v850-opts.h: New.
31146         * config/v850/v850.c (small_memory): Replace with
31147         small_memory_physical_max array.  Make that array static const.
31148         (v850_handle_memory_option): Take integer value of argument.  Take
31149         gcc_options pointer, option text and location.  Return void.
31150         Update for changes to small memory structures.
31151         (v850_handle_option): Access target_flags via opts pointer.  Don't
31152         assert that global structures are in use.  Update calls to
31153         v850_handle_memory_option.
31154         (v850_encode_data_area): Update references to small memory settings.
31155         * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
31156         (enum small_memory_type): Move to v850-opts.h.
31157         * config/v850/v850.opt (config/v850/v850-opts.h): New
31158         HeaderInclude entry.
31159         (small_memory_max): New Variable entry.
31160         (msda): Replace by pair of options msda= and msda-.  Use UInteger.
31161         (mtda, mzda): Likewise.
31162
31163 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31164
31165         * config/sh/sh.c (sh_handle_option): Access target_flags via opts
31166         pointer.  Don't assert that global structures are in use.
31167
31168 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31169
31170         * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
31171         via opts pointer.  Don't assert that global structures are in use.
31172
31173 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31174
31175         * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
31176         (munix=93): Use Var.
31177         * config/pa/pa-hpux1010.opt (munix=95): Use Var.
31178         * config/pa/pa-hpux1111.opt (munix=98): Use Var.
31179         * config/pa/pa-opts.h: New.
31180         * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
31181         (pa_handle_option): Don't assert that global structures are in
31182         use.  Access target_flags via opts pointer.  Don't handle
31183         OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
31184         OPT_munix_98 here.
31185         (pa_option_override): Handle deferred OPT_mfixed_range_.
31186
31187 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31188
31189         * config/mn10300/mn10300-opts.h: New.
31190         * config/mn10300/mn10300.c (mn10300_processor,
31191         mn10300_tune_string): Remove.
31192         (mn10300_handle_option): Don't assert that global structures are
31193         in use.  Access mn10300_processor via opts pointer.  Don't handle
31194         OPT_mtune_ here.
31195         * config/mn10300/mn10300.h (enum processor_type): Move to
31196         mn10300-opts.h.
31197         (mn10300_processor): Remove.
31198         * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
31199         HeaderInclude entry.
31200         (mn10300_processor): New Variable entry.
31201         (mtune=): Use Var.
31202
31203 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31204
31205         * config/microblaze/microblaze.c: Don't include opts.h.
31206         (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
31207         * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
31208         (mno-clearbss): Use Var and Warn.
31209
31210 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31211
31212         * config/m32r/m32r-opts.h: New.
31213         * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
31214         (m32r_handle_option): Don't assert that global structures are in
31215         use.  Access target_flags and m32r_cache_flush_func via opts
31216         pointer.  Don't handle OPT_mmodel_, OPT_msdata_ or
31217         OPT_mno_flush_trap here.
31218         * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
31219         include of m32r-opts.h.
31220         * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
31221         HeaderInclude entry.
31222         (m32r_model_selected, m32r_sdata_selected): New Variable entries.
31223         (mmodel=): Use Enum and Var.
31224         (m32r_model): New Enum and EnumValue entries.
31225         (mno-flush-trap): Use Var.
31226         (msdata=): Use Enum and Var.
31227         (m32r_sdata): New Enum and EnumValue entries.
31228
31229 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31230
31231         * config/m32c/m32c.c: Don't include opts.h.
31232         (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
31233         m32c_handle_option): Remove.
31234         (m32c_option_override): Check global_options_set.x_target_memregs
31235         instead of target_memregs_set.
31236         * config/m32c/m32c.h (target_memregs): Remove.
31237         * config/m32c/m32c.opt (memregs=): Use UInteger with integer
31238         variable.
31239
31240 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31241
31242         * config/iq2000/iq2000-opts.h: New.
31243         * config/iq2000/iq2000.c: Don't include opts.h.
31244         (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
31245         * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
31246         * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
31247         HeaderInclude entry.
31248         (iq2000_tune): New Variable entry.
31249         (march=): Add comment.  Use Enum.
31250         (iq2000_arch): New Enum and EnumValue entries.
31251         (mcpu=): Use Enum and Var.
31252         (iq2000_tune): New Enum and EnumValue entries.
31253
31254 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31255
31256         * config/ia64/ia64-opts.h: New.
31257         * config/ia64/ia64.c (ia64_tune): Remove.
31258         (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
31259         here.  Use error_at.
31260         (ia64_option_override): Handle deferred OPT_mfixed_range_.
31261         * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
31262         * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
31263         HeaderInclude entry.
31264         (ia64_tune): New Variable entry.
31265         (mfixed-range=): Use Defer and Var.
31266         (mtune=): Use Enum and Var.
31267         (ia64_tune): New Enum and EnumValue entries.
31268
31269 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31270
31271         * config/frv/frv-opts.h: New.
31272         * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
31273         frv-opts.h.
31274         (frv_cpu_type): Remove.
31275         * config/frv/frv.c: Don't include opts.h.
31276         (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
31277         * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
31278         (frv_cpu_type): New Variable entry.
31279         (frv_cpu): New Enum and EnumValue entries.
31280
31281 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31282
31283         * config/cris/cris.c (cris_handle_option): Access target_flags via
31284         opts pointer.  Don't assert that global structures are in use.
31285         Don't call CRIS_SUBTARGET_HANDLE_OPTION.
31286         * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
31287
31288 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31289
31290         * config/bfin/bfin-opts.h: New.
31291         * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
31292         bfin_si_revision, bfin_workarounds): Remove.
31293         (bfin_cpus): Make static const.
31294         (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
31295         not bfin_lib_id_given.
31296         (bfin_handle_option): Don't set bfin_lib_id_given.  Access
31297         bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
31298         pointer. Use error_at.  Don't assert that global structures are in use.
31299         * config/bfin/bfin.h: Include bfin-opts.h.
31300         (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
31301         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
31302         * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
31303         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
31304         entries.
31305
31306 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31307
31308         * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
31309         * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
31310         or -msoft-float here.
31311         * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
31312         -msoft-float and -mhard-float.
31313         (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
31314         * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
31315         msoft-float.
31316         * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
31317         -msoft-float.
31318         (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
31319         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
31320         not mhard-float.
31321         (LIBGCC_SPEC): Don't handle -msoft-float.
31322         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
31323         -mhard-float.
31324         * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
31325         msoft-float.
31326         * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
31327         -mfloat-abi=*, not -msoft-float and -mhard-float.
31328         * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
31329         -msoft-float.
31330         * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
31331         Use mfloat-abi=hard and mfloat-abi=soft in comments, not
31332         mhard-float and msoft-float.
31333         * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
31334         mfloat-abi=soft in comments, not mhard-float and msoft-float.
31335         * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
31336         mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
31337         mhard-float.
31338         * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
31339         mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
31340         msoft-float.
31341         * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
31342         not mhard-float.
31343         * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
31344         not msoft-float.
31345
31346 2011-03-22  Richard Henderson  <rth@redhat.com>
31347
31348         * config/alpha/alpha.c (alpha_expand_prologue): Don't test
31349         TARGET_ABI_WINDOWS_NT.
31350         (alpha_output_function_end_prologue): Likewise.
31351         * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
31352         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
31353         * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
31354         (trap, *movsi_nt_vms): Likewise.
31355         (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
31356         (*tablejump_osf_nt_internal): Remove.
31357         * config/alpha/predicates.md (input_operand): Only test Pmode.
31358
31359 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31360
31361         * config/alpha/alpha.c (alpha_handle_option): Access target_flags
31362         via opts pointer.  Use error_at.  Don't assert that global
31363         structures are in use.
31364
31365 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31366
31367         * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
31368         (ix86_handle_option): Access ix86_isa_flags and
31369         ix86_isa_flags_explicit via opts pointer.  Don't assert that
31370         global structures are in use.
31371         (ix86_function_specific_save, ix86_function_specific_restore):
31372         Update ix86_isa_flags_explicit field name.
31373         * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
31374         (ix86_isa_flags_explicit): Rename TargetSave entry to
31375         x_ix86_isa_flags_explicit.
31376
31377 2011-03-22  Richard Henderson  <rth@redhat.com>
31378
31379         * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
31380         (alpha_option_override, direct_return): Likewise.
31381         (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
31382         (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
31383         (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
31384         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
31385         (alpha_expand_epilogue, alpha_end_function): Likewise.
31386         (alpha_init_libfuncs): Likewise.
31387         (struct machine_function): Remove unicosmk members.
31388         (print_operand) ['t']: Remove.
31389         (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
31390         unicosmk_output_module_name, unicosmk_output_common,
31391         current_section_align, unicosmk_output_text_section_asm_op,
31392         unicosmk_output_data_section_asm_op, unicosmk_init_sections,
31393         unicosmk_section_type_flags, unicosmk_unique_section,
31394         unicosmk_asm_named_section, unicosmk_insert_attributes,
31395         unicosmk_output_align, unicosmk_defer_case_vector,
31396         unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
31397         SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
31398         unicosmk_output_ssib, unicosmk_add_call_info_word,
31399         unicosmk_extern_head, unicosmk_output_default_externs,
31400         unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
31401         unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
31402         unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
31403         * config/alpha/alpha-protos.h: Update.
31404         * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
31405         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
31406         (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
31407         (mulsi3): Don't test TARGET_ABI_UNICOSMK.
31408         (*mulsi_se, mulvsi3): Likewise.
31409         (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
31410         (*divmodsi_internal, call, call_value, realign): Likewise.
31411         (moddi3, umoddi3): Likewise; remove duplicate expander.
31412         (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
31413         (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
31414         (*movdi_nofix): Remove r/U alternative.
31415         (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
31416         * config/alpha/constraints.md ("U"): Remove.
31417         * config/alpha/predicates.md (call_operand"): Don't test
31418         TARGET_ABI_UNICOSMK.
31419
31420 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31421
31422         * target.def (handle_option): Take gcc_options and
31423         cl_decoded_option pointers and location_t.
31424         * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
31425         * doc/tm.texi: Regenerate.
31426         * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
31427         * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
31428         * lto-opts.c (lto_reissue_options): Generate option structure for
31429         targetm.handle_option call.
31430         * opts.c (target_handle_option): Update call to
31431         targetm.handle_option.  Remove assertions about values now passed
31432         down to hook.
31433         * targhooks.c (default_target_handle_option): New.
31434         * targhooks.h (default_target_handle_option): Declare.
31435         * config/alpha/alpha.c: Include opts.h.
31436         (alpha_handle_option): Update to new hook interface.
31437         * config/arm/arm.c: Include opts.h.
31438         (arm_handle_option): Update to new hook interface.
31439         * config/arm/t-arm (arm.o): Update dependencies.
31440         * config/bfin/bfin.c: Include opts.h.
31441         (bfin_handle_option): Update to new hook interface.
31442         * config/cris/cris.c: Include opts.h.
31443         (cris_handle_option): Update to new hook interface.
31444         * config/frv/frv.c: Include opts.h.
31445         (frv_handle_option): Update to new hook interface.
31446         * config/i386/i386.c: Include opts.h.
31447         (ix86_handle_option): Update to new hook interface.
31448         (ix86_valid_target_attribute_inner_p): Generate option structure
31449         for call to ix86_handle_option.
31450         * config/i386/t-i386 (i386.o): Update dependencies.
31451         * config/ia64/ia64.c: Include opts.h.
31452         (ia64_handle_option): Update to new hook interface.
31453         * config/ia64/t-ia64 (ia64.o): Update dependencies.
31454         * config/iq2000/iq2000.c: Include opts.h.
31455         (iq2000_handle_option): Update to new hook interface.
31456         * config/m32c/m32c.c: Include opts.h.
31457         (m32c_handle_option): Update to new hook interface.
31458         * config/m32r/m32r.c: Include opts.h.
31459         (m32r_handle_option): Update to new hook interface.
31460         * config/m68k/m68k.c: Include opts.h.
31461         (m68k_handle_option): Update to new hook interface.
31462         * config/mep/mep.c: Include opts.h.
31463         (mep_handle_option): Update to new hook interface.
31464         * config/microblaze/microblaze.c: Include opts.h.
31465         (microblaze_handle_option): Update to new hook interface.
31466         * config/mips/mips.c: Include opts.h.
31467         (mips_handle_option): Update to new hook interface.
31468         * config/mn10300/mn10300.c: Include opts.h.
31469         (mn10300_handle_option): Update to new hook interface.
31470         * config/pa/pa.c: Include opts.h.
31471         (pa_handle_option): Update to new hook interface.
31472         * config/pdp11/pdp11.c: Include opts.h.
31473         (pdp11_handle_option): Update to new hook interface.
31474         * config/rs6000/rs6000.c: Include opts.h.
31475         (rs6000_handle_option): Update to new hook interface.
31476         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
31477         * config/rx/rx.c: Include opts.h.
31478         (rx_handle_option): Update to new hook interface.
31479         * config/s390/s390.c: Include opts.h.
31480         (s390_handle_option): Update to new hook interface.
31481         * config/score/score.c: Include opts.h.
31482         (score_handle_option): Update to new hook interface.
31483         * config/sh/sh.c: Include opts.h.
31484         (sh_handle_option): Update to new hook interface.
31485         * config/sparc/sparc.c: Include opts.h.
31486         (sparc_handle_option): Update to new hook interface.
31487         * config/v850/v850.c: Include opts.h.
31488         (v850_handle_option): Update to new hook interface.
31489
31490 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31491
31492         * gcc.c (driver_unknown_option_callback): Only permit and save
31493         unknown -Wno- options.
31494         (driver_wrong_lang_callback): Save options directly instead of via
31495         driver_unknown_option_callback.
31496
31497 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
31498
31499         * combine.c (simplify_set): Try harder to find the best CC mode when
31500         simplifying a nested COMPARE on the RHS.
31501
31502 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31503
31504         * config/alpha/gnu.h: Remove.
31505         * config/arc: Remove directory.
31506         * config/arm/netbsd.h: Remove.
31507         * config/arm/t-pe: Remove.
31508         * config/crx: Remove directory.
31509         * config/i386/netbsd.h: Remove.
31510         * config/m68hc11: Remove directory.
31511         * config/m68k/uclinux-oldabi.h: Remove.
31512         * config/mcore/mcore-pe.h: Remove.
31513         * config/mcore/t-mcore-pe: Remove.
31514         * config/netbsd-aout.h: Remove.
31515         * config/rs6000/gnu.h: Remove.
31516         * config/sh/sh-symbian.h: Remove.
31517         * config/sh/symbian-base.c: Remove.
31518         * config/sh/symbian-c.c: Remove.
31519         * config/sh/symbian-cxx.c: Remove.
31520         * config/sh/symbian-post.h: Remove.
31521         * config/sh/symbian-pre.h: Remove.
31522         * config/sh/t-symbian: Remove.
31523         * config/svr3.h: Remove.
31524         * config/vax/netbsd.h: Remove.
31525         * config.build: Don't handle i[34567]86-*-pe.
31526         * config.gcc: Remove handling of deprecations for most deprecated
31527         targets.
31528         (m68k-*-uclinuxoldabi*): Add to second deprecated list.
31529         (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
31530         i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
31531         m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
31532         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
31533         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
31534         Remove cases.
31535         * config.host: Don't handle i[34567]86-*-pe.
31536         * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
31537         (ASM_SPEC32): Don't handle -mcall-gnu.
31538         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
31539         -mcall-gnu.
31540         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
31541         STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
31542         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
31543         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
31544         (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
31545         * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
31546         conditional on SYMBIAN.
31547         * configure.ac: Don't handle powerpc*-*-gnu*.
31548         * configure: Regenerate.
31549         * doc/extend.texi (interrupt attribute): Don't mention CRX.
31550         * doc/install-old.texi (m6811, m6812): Don't mention.
31551         * doc/install.texi (arc-*-elf*): Don't document multilib option.
31552         (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
31553         (m68k-uclinuxoldabi): Don't mention.
31554         * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
31555         Remove.
31556         (-mcall-gnu): Remove.
31557         * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
31558         families): Remove constraint documentation.
31559
31560 2011-03-22  Marius Strobl  <marius@FreeBSD.org>
31561
31562         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
31563         (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
31564         (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
31565
31566 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
31567
31568         PR target/48226
31569         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
31570         vector when peeking at the next token for vector, don't expand the
31571         keywords.
31572
31573 2011-03-21  Georg-Johann Lay  <avr@gjlay.de>
31574
31575         * config/avr/avr-protos.h (expand_epilogue): Change prototype
31576         * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
31577         * config/avr/avr.c (init_cumulative_args)
31578         (avr_function_arg_advance): Use it.
31579         * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
31580         sibcall epilogues.
31581         (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
31582         (avr_function_ok_for_sibcall): ...this new function.
31583         (avr_lookup_function_attribute1): New static Function.
31584         (avr_naked_function_p, interrupt_function_p)
31585         (signal_function_p, avr_OS_task_function_p)
31586         (avr_OS_main_function_p): Use it.
31587         * config/avr/avr.md ("sibcall", "sibcall_value")
31588         ("sibcall_epilogue"): New expander.
31589         ("*call_insn", "*call_value_insn"): New insn.
31590         ("call_insn", "call_value_insn"): Remove
31591         ("call", "call_value", "epilogue"): Change expander to handle
31592         sibling calls.
31593
31594 2011-03-21  Nick Clifton  <nickc@redhat.com>
31595
31596         * doc/invoke.texi (Overall Options): Move closing brace to end of
31597         options list.
31598         (Optimization Options): Add missing @gol.
31599         (Directory Options): Likewise.
31600         (i386 and x86-64 Options): Likewise.
31601         (RS6000 and PowerPC Options): Likewise.
31602         (i386 and x86-64 Windows Options): Likewise.
31603         (V850 Options): Add text missing from descriptions.
31604
31605 2011-03-22  Richard Henderson  <rth@redhat.com>
31606
31607         * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
31608         (avr_incoming_return_addr_rtx): New.
31609         (emit_push_byte): New.
31610         (expand_prologue): Use it.  Remove incorrect dwarf annotation for
31611         SREG, RAMPZ, zero register.  Push frame pointer by bytes.  Add dwarf
31612         annotation for __prologue_saves__.  Fixup dwarf annotation for CFA.
31613         (emit_pop_byte): New.
31614         (expand_epilogue): Use it.  Pop frame pointer by bytes.
31615         * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
31616         (INCOMING_RETURN_ADDR_RTX): New.
31617         (INCOMING_FRAME_SP_OFFSET): New.
31618         (ARG_POINTER_CFA_OFFSET): New.
31619         * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
31620         (*pushhi, *pushsi, *pushsf, popqi): Likewise.
31621         (pophi): Remove.
31622
31623         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
31624
31625 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
31626
31627         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
31628         (FUNCTION_ARG_ADVANCE): Likewise.
31629         * tm.texi.in: Change references to them to hook references.
31630         * tm.texi: Regenerate.
31631         * targhooks.c (default_function_arg): Eliminate check for target
31632         macro.
31633         (default_function_incoming_arg): Likewise.
31634         (default_function_arg_advance): Likewise.
31635         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
31636         (function_arg_advance): Likewise.
31637         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
31638
31639 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
31640
31641         * tree.c (build_call_1): New function.
31642         (build_call_valist, build_call_array_loc, build_call_vec): Call it.
31643
31644 2011-03-22  Richard Guenther  <rguenther@suse.de>
31645
31646         PR tree-optimization/48228
31647         * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
31648         for single-arg PHIs.
31649
31650 2011-03-22  Andrey Belevantsev  <abel@ispras.ru>
31651
31652         PR rtl-optimization/48143
31653         * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
31654         (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
31655         sse2_cvtps2pd): Likewise.
31656
31657 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31658
31659         * recog.c (canonicalize_change_group): Use validate_unshare_change.
31660
31661 2011-03-22  Richard Guenther  <rguenther@suse.de>
31662
31663         * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
31664         a valid RHS.  Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
31665         * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
31666         and REALIGN_LOAD_EXPR.
31667         (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
31668         DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
31669         * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
31670         DOT_PROD_EXPR case ...
31671         (expand_expr_real_2): ... here.
31672         * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
31673         and REALIGN_LOAD_EXPR.
31674         * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
31675         * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
31676         (vect_create_epilog_for_reduction): Likewise.
31677         (vectorizable_reduction): Likewise.
31678         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
31679         * tree-vect-stmts.c (vectorizable_load): Likewise.
31680
31681 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
31682
31683         * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
31684
31685 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31686
31687         * config/s390/s390.c (s390_delegitimize_address): Fix offset
31688         handling for PLTOFF/GOTOFF.
31689
31690 2011-03-22  Nick Clifton  <nickc@redhat.com>
31691
31692         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
31693         trailing backslash from the end of the macro definition.
31694
31695 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31696
31697         * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
31698         and PLT unspecs.
31699
31700 2011-03-21  Richard Sandiford  <richard.sandiford@linaro.org>
31701
31702         * expr.h (prepare_operand): Move to...
31703         * optabs.h (prepare_operand): ...here and change the insn code
31704         parameter from "int" to "enum insn_code".
31705         (insn_operand_matches): Declare.
31706         * expr.c (init_expr_target): Use insn_operand_matches.
31707         (compress_float_constant): Likewise.
31708         * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
31709         * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
31710         (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
31711         (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
31712         Likewise.
31713         (gen_cond_trap): Likewise.
31714         (prepare_operand): Likewise.  Change icode to an insn_code.
31715         (insn_operand_matches): New function.
31716         * reload.c (find_reloads_address_1): Use insn_operand_matches.
31717         * reload1.c (gen_reload): Likewise.
31718         * targhooks.c (default_secondary_reload): Likewise.
31719
31720 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
31721
31722         * config/alpha/alpha.md (unspec): New define_c_enum.
31723         (unspecv): Ditto.
31724
31725 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
31726
31727         PR debug/48214
31728         * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
31729         between a call and its CALL_ARG_LOCATION note.
31730
31731 2011-03-21  Eric Botcazou  <ebotcazou@adacore.com>
31732
31733         * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
31734
31735 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
31736
31737         PR c/42544
31738         PR c/48197
31739         * c-common.c (shorten_compare): If primopN is first sign-extended
31740         to opN and then zero-extended to result type, set primopN to opN.
31741
31742 2011-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
31743
31744         * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
31745         for barrier handlers.
31746
31747 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
31748
31749         * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
31750         UNSPEC constants to be in the unspec enumeration, and redefine
31751         all UNSPECV constants to be in the unspecv enumeration, so that
31752         dumps print which unspec/unspec_volatile this is.
31753         * config/rs6000/vector.md (UNSPEC_*): Ditto.
31754         * config/rs6000/paired.md (UNSPEC_*): Ditto.
31755         * config/rs6000/vsx.md (UNSPEC_*): Ditto.
31756         * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
31757         * config/rs6000/dfp.md (UNSPEC_*): Ditto.
31758
31759         * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
31760         UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
31761         UNSPECV_LWSYNC, since these are used as unspec_volatile.
31762         * config/rs6000/sync.md (isync, lwsync): Ditto.
31763
31764 2011-03-21  Richard Guenther  <rguenther@suse.de>
31765
31766         * params.def (lto-min-partition): Fix typo.
31767
31768 2011-03-21  Richard Guenther  <rguenther@suse.de>
31769
31770         PR c/47939
31771         * c-decl.c (grokdeclarator): Drop to the main variant only
31772         for array types.  Drop flag_gen_aux_info check.
31773
31774 2011-03-21  Richard Guenther  <rguenther@suse.de>
31775
31776         PR translation/47911
31777         * params.def (lto-partitions): Fix typo.
31778         (lto-min-partition): Fix wording.
31779
31780 2011-03-21  Andreas Tobler  <andreast@fgznet.ch>
31781
31782         * config/rs6000/t-freebsd: Remove duplication from file.
31783
31784 2011-03-21  Richard Guenther  <rguenther@suse.de>
31785
31786         PR middle-end/47661
31787         * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
31788
31789 2011-03-21  Richard Guenther  <rguenther@suse.de>
31790
31791         PR lto/48210
31792         * params.def (lto-partitions): Require at least 1 partition.
31793
31794 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31795
31796         * gthr-solaris.h: Remove.
31797         * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
31798         * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
31799         (LIB_SPEC): Likewise.
31800         * config/sol2.opt (threads): Remove.
31801         * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
31802         (sparc*-*-solaris2*): Likewise.
31803         * configure.ac (enable_threads): Enable solaris support.
31804         * configure: Regenerate.
31805         * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
31806         * doc/install.texi (Configuration, --enable-threads=lib): Remove
31807         solaris.
31808
31809 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31810
31811         * config.gcc: Obsolete *-*-solaris2.8*.
31812         * doc/install.texi (Specific, *-*-solaris2*): Document it.
31813
31814 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31815
31816         PR bootstrap/48135
31817         * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
31818         reference.  Solaris 8 perl works.
31819
31820 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31821
31822         PR bootstrap/48135
31823         * doc/install.texi (Prerequisites): Move jar etc. up.
31824         Explain support library version requirements.
31825
31826 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31827
31828         PR bootstrap/48135
31829         * doc/install.texi (Prerequisites): Move Perl to build
31830         requirements.  Always necessary on Solaris 2 with Sun ld.
31831
31832 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31833
31834         * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
31835         binutils 2.21.
31836         (Specific, i?86-*-solaris2.[89]): Likewise.
31837         (Specific, i?86-*-solaris2.10): Likewise.
31838         (Specific, mips-sgi-irix6): Likewise.
31839         (Specific, *-*-solaris2*): Remove Sun Studio download URL.
31840         Update for binutils 2.21.
31841
31842 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31843
31844         * configure.ac (gcc_cv_lto_plugin): Fix typo.
31845         Allow -fuse-linker-plugin for non-default plugin linker.
31846         * configure: Regenerate.
31847
31848 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
31849
31850         PR bootstrap/48167
31851         * gengtype.c (files_rules): Added rule for cp/parser.h.
31852
31853 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
31854
31855         PR target/48213
31856         * config/s390/s390.c (s390_delegitimize_address): Don't call
31857         lowpart_subreg if orig_x has BLKmode.
31858
31859 2011-03-21  Kai Tietz  <ktietz@redhat.com>
31860
31861         PR target/12171
31862         * doc/plugins.texi: Adjust documentation for plugin register_callback.
31863         * tree.h (attribute_spec): Add new member affects_type_identity.
31864         * attribs.c (empty_attribute_table): Adjust attribute_spec
31865         initializers.
31866         * config/alpha/alpha.c: Likewise.
31867         * config/arc/arc.c: Likewise.
31868         * config/arm/arm.c: Likewise.
31869         * config/avr/avr.c: Likewise.
31870         * config/bfin/bfin.c: Likewise.
31871         * config/crx/crx.c: Likewise.
31872         * config/darwin.h: Likewise.
31873         * config/h8300/h8300.c: Likewise.
31874         * config/i386/cygming.h: Likewise.
31875         * config/i386/i386.c: Likewise.
31876         * config/ia64/ia64.c: Likewise.
31877         * config/m32c/m32c.c: Likewise.
31878         * config/m32r/m32r.c: Likewise.
31879         * config/m68hc11/m68hc11.c: Likewise.
31880         * config/m68k/m68k.c: Likewise.
31881         * config/mcore/mcore.c: Likewise.
31882         * config/mep/mep.c: Likewise.
31883         * config/microblaze/microblaze.c: Likewise.
31884         * config/mips/mips.c: Likewise.
31885         * config/rs6000/rs6000.c: Likewise.
31886         * config/rx/rx.c: Likewise.
31887         * config/sh/sh.c: Likewise.
31888         * config/sol2.h: Likewise.
31889         * config/sparc/sparc.c: Likewise.
31890         * config/spu/spu.c: Likewise.
31891         * config/stormy16/stormy16.c: Likewise.
31892         * config/v850/v850.c: Likewise.
31893
31894 2011-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
31895
31896         * simplify-rtx.c (simplify_binary_operation_1): Handle
31897         (xor (and A B) C) case when B and C are both constants.
31898
31899 2011-03-21  Mingjie Xing  <mingjie.xing@gmail.com>
31900
31901         * tree-dfa.c (add_referenced_var): Fix typo in comment.
31902
31903 2011-03-20  Eric Botcazou  <ebotcazou@adacore.com>
31904
31905         PR bootstrap/48168
31906         * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
31907
31908 2011-03-20  Jakub Jelinek  <jakub@redhat.com>
31909
31910         PR rtl-optimization/48156
31911         * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
31912         assume df and df_lr are not NULL.
31913
31914 2011-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
31915
31916         PR debug/48023
31917         * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
31918         between a call and its CALL_ARG_LOCATION note.
31919
31920 2011-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
31921
31922         PR debug/48178
31923         * config/sh/sh.c (find_barrier): Don't emit a constant pool
31924         between a call and its corresponding CALL_ARG_LOCATION note.
31925
31926 2011-03-19  Anatoly Sokolov  <aesok@post.ru>
31927
31928         * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
31929         instead of loop. Use HARD_REGISTER_NUM_P predicate.
31930         * haifa-sched.c (setup_ref_regs): Ditto.
31931         * caller-save.c (add_used_regs_1): Ditto.
31932         * dse.c (look_for_hardregs): Ditto.
31933         * df-problems.c (df_simulate_one_insn_forwards): Ditto.
31934         * sched-rgn.c (check_live_1): Ditto.
31935
31936 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
31937
31938         * c-decl.c (diagnose_mismatched_decls): Give an error for
31939         redefining a typedef with variably modified type.
31940
31941 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
31942
31943         * c-decl.c (grokfield): Don't allow typedefs for structures or
31944         unions with no tag by default.
31945         * doc/extend.texi (Unnamed Fields): Update.
31946
31947 2011-03-18  Uros Bizjak  <ubizjak@gmail.com>
31948
31949         * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
31950         Rewrite using indirect functions.
31951         (lwp_slwpcb): Ditto.
31952         * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
31953         (avx_vinsertf128<mode>): Ditto.
31954
31955 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31956
31957         * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
31958         unspecs.
31959
31960 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31961
31962         * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
31963         splitting between a call and its corresponding CALL_ARG_LOCATION note.
31964
31965 2011-03-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
31966
31967         PR rtl-optimization/48170
31968         * gcse.c (hoist_code): Remove bogus asserts.
31969
31970 2011-03-18  Georg-Johann Lay  <avr@gjlay.de>
31971
31972         * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
31973         computation for prologue/epilogue.
31974
31975 2011-03-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31976
31977         * Makefile.in (check-consistency): Remove.
31978
31979 2011-03-18  Jakub Jelinek  <jakub@redhat.com>
31980
31981         PR debug/48176
31982         * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
31983         arange_table_in_use is 0, but either text_section_used or
31984         cold_text_section_used is true.  Don't call it if
31985         !info_section_emitted.
31986
31987 2011-03-18  Anatoly Sokolov  <aesok@post.ru>
31988
31989         * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
31990         FUNCTION_VALUE_REGNO_P): Remove.
31991         * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
31992         Remove.
31993         * config/avr/avr.c (avr_ret_register): Make static inline.
31994         (avr_function_value_regno_p): New function.
31995         (avr_libcall_value): Make static. Add 'func' argument.
31996         (avr_function_value): Make static. Rename 'func' argument to
31997         'fn_decl_or_type', forward it to avr_libcall_value. Call
31998         avr_ret_register function instead of RET_REGISTER macro.
31999         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
32000
32001 2011-03-18  Jason Merrill  <jason@redhat.com>
32002
32003         PR c++/23372
32004         * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
32005
32006 2011-03-18  Richard Guenther  <rguenther@suse.de>
32007
32008         * doc/install.texi (--enable-gold): Remove.
32009         (--with-plugin-ld): Document.
32010         * doc/invoke.texi (-fuse-linker-plugin): Clarify.
32011
32012 2011-03-18  Andrew Pinski  <pinskia@gmail.com>
32013
32014         PR middle-end/47790
32015         * expr.c (optimize_bitfield_assignment_op): Revamp to work
32016         again after expansion changes.
32017
32018 2011-03-18  Chung-Lin Tang  <cltang@codesourcery.com>
32019
32020         * combine.c (try_combine): Do simplification only call of
32021         subst() on i2 even when i1 is present. Update comments.
32022
32023 2011-03-18  Kaz Kojima  <kkojima@gcc.gnu.org>
32024
32025         * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
32026         and UNSPEC_PCREL_SYMOFF.
32027
32028 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32029
32030         * config/s390/s390.md: Use define_c_enum for the unspec constant
32031         definitions.
32032
32033 2011-03-18  Richard Henderson  <rth@redhat.com>
32034             Jakub Jelinek  <jakub@redhat.com>
32035
32036         PR bootstrap/48161
32037         * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
32038         instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
32039
32040 2011-03-17  Anatoly Sokolov  <aesok@post.ru>
32041
32042         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
32043         * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
32044         * config/v850/v850.c (v850_output_addr_const_extra): Make static.
32045         Change return type to bool.
32046         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
32047
32048 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
32049
32050         PR debug/48163
32051         * var-tracking.c (prepare_call_arguments): If CALL target
32052         is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
32053         pc instead of looking it up using cselib_lookup and use
32054         Pmode for it if x has VOIDmode.
32055         * dwarf2out.c (gen_subprogram_die): If also both first and
32056         second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
32057
32058         PR debug/48163
32059         * function.c (assign_parms): For data.passed_pointer parms
32060         use MEM of data.entry_parm instead of data.entry_parm itself
32061         as DECL_INCOMING_RTL.
32062         * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
32063         also when passed and declared mode is the same, DECL_RTL
32064         is a MEM with pseudo as address and DECL_INCOMING_RTL is
32065         a MEM too.
32066
32067 2011-03-16  Jeff Law  <law@redhat.com>
32068
32069         PR rtl-optimization/37273
32070         * ira-costs.c (scan_one_insn): Detect constants living in memory and
32071         handle them like argument loads from stack slots.  Do not double
32072         count memory for memory constants and argument loads from stack slots.
32073
32074 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
32075
32076         PR debug/48160
32077         * var-tracking.c (prepare_call_arguments): Check SUBREG.
32078
32079 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
32080
32081         PR target/48171
32082         * config/i386/i386.opt: Add Save to -mavx and -mfma.
32083
32084 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
32085
32086         PR bootstrap/48153
32087         * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
32088         if dwarf_strict.
32089         (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
32090         Clear call_arg_locations and call_arg_loc_last always.
32091
32092         PR middle-end/48152
32093         * var-tracking.c (prepare_call_arguments): If argument needs to be
32094         passed by reference, adjust argtype and mode.
32095
32096 2011-03-17  Richard Guenther  <rguenther@suse.de>
32097
32098         PR middle-end/48134
32099         * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
32100         a value make sure to fold the statement.
32101
32102 2011-03-17  Chung-Lin Tang  <cltang@codesourcery.com>
32103
32104         PR target/43872
32105         * config/arm/arm.c (arm_get_frame_offsets): Adjust early
32106         return condition with !cfun->calls_alloca.
32107
32108 2011-03-17  Richard Guenther  <rguenther@suse.de>
32109
32110         PR bootstrap/48148
32111         * lto-cgraph.c (input_overwrite_node): Clear the abstract
32112         origin for decls in other ltrans units.
32113         (input_varpool_node): Likewise.
32114
32115 2011-03-17  Richard Guenther  <rguenther@suse.de>
32116
32117         PR middle-end/48165
32118         * tree-object-size.c (compute_object_offset): Properly return
32119         the offset operand of MEM_REFs as sizetype.
32120
32121 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
32122
32123         PR rtl-optimization/48141
32124         * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
32125         * dse.c: Include params.h.
32126         (active_local_stores_len): New variable.
32127         (add_wild_read, dse_step1): Clear it when setting active_local_stores
32128         to NULL.
32129         (record_store, check_mem_read_rtx): Decrease it when removing
32130         from the chain.
32131         (scan_insn): Likewise.  Increase it when adding to chain, if it
32132         reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
32133         set active_local_stores to NULL before the addition.
32134         * Makefile.in (dse.o): Depend on $(PARAMS_H).
32135
32136         PR rtl-optimization/48141
32137         * dse.c (record_store): If no positions are needed in an insn
32138         that cannot be deleted, at least unchain it from active_local_stores.
32139
32140 2011-03-16  Dodji Seketeli  <dodji@redhat.com>
32141
32142         PR debug/47510
32143         * dwarf2out.c (strip_naming_typedef): Factorize out of ...
32144         (lookup_type_die_strip_naming_typedef): ... here.
32145         (get_context_die): Use it.
32146         (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
32147         the anonymous struct named by the naming typedef.
32148
32149 2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
32150
32151         PR target/48154
32152         * config/i386/i386.c (ix86_builtin_vectorized_function): Check
32153         TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
32154
32155 2011-03-16  Jeff Law  <law@redhat.com>
32156
32157         * tree-vrp.c (identify_jump_threads): Slightly simplify type
32158         check for operands of conditional.  Allow type to be a pointer.
32159
32160 2011-03-16  Richard Guenther  <rguenther@suse.de>
32161
32162         PR tree-optimization/48149
32163         * fold-const.c (fold_binary_loc): Fold
32164         COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
32165
32166 2011-03-16  Richard Guenther  <rguenther@suse.de>
32167
32168         PR tree-optimization/26134
32169         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
32170         complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
32171         (non_rewritable_mem_ref_base): Handle complex type component
32172         accesses, constrain offsets for vector and complex extracts
32173         more properly.
32174
32175 2011-03-16  Richard Guenther  <rguenther@suse.de>
32176
32177         PR tree-optimization/48146
32178         * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
32179         operands avoiding the need for renaming.
32180
32181 2011-03-16  Richard Guenther  <rguenther@suse.de>
32182
32183         * gimple-fold.c (maybe_fold_reference): Open-code relevant
32184         constant folding.  Move MEM_REF canonicalization first.
32185         Rely on fold_const_aggregate_ref for initializer folding.
32186         * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
32187
32188 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
32189
32190         PR middle-end/48136
32191         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
32192         arg0/arg1 or their arguments are always fold converted to matching
32193         types.
32194
32195         * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
32196         to nargs.
32197
32198 2011-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32199
32200         PR lto/46944
32201         * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
32202         Handle in-tree gold.
32203         (ld_vers): Extract binutils version for gold.
32204         (gcc_cv_ld_hidden): Handle gold here.
32205         (gcc_cv_lto_plugin): Determine level of linker plugin support.
32206         * configure: Regenerate.
32207         * config.in: Regenerate.
32208         * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
32209         -fuse-linker-plugin otherwise.
32210         (LINK_PLUGIN_SPEC): Define.  Extract from LINK_COMMAND_SPEC.
32211         (LINK_COMMAND_SPEC): Use it.
32212         (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
32213
32214 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
32215
32216         * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
32217         * calls.c: Remove debug.h include.
32218         (emit_call_1): Don't call virtual_call_token debug hook.
32219         * dwarf2out.c (debug_dcall_section, debug_vcall_section,
32220         dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
32221         vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
32222         size_of_dcall_table, output_dcall_table, size_of_vcall_table,
32223         output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
32224         vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
32225         dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
32226         dwarf2out_virtual_call): Remove.
32227         (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
32228         copy_call_info and virtual_call hooks.
32229         (dwarf2out_init): Don't initialize vcall_insn_table,
32230         debug_dcall_section and debug_vcall_section.
32231         (prune_unused_types): Don't mark nodes from dcall_table.
32232         (dwarf2out_finish): Don't output dcall or vcall tables.
32233         * final.c (final_scan_insn): Don't call direct_call or
32234         virtual_call debug hooks.
32235         * debug.h (struct gcc_debug_hooks): Remove direct_call,
32236         virtual_call_token, copy_call_info and virtual_call hooks.
32237         (debug_nothing_uid): Remove prototype.
32238         * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
32239         copy_call_info and virtual_call hooks.
32240         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
32241         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
32242         * debug.c (do_nothing_debug_hooks): Likewise.
32243         (debug_nothing_uid): Remove.
32244         * doc/invoke.texi (-fenable-icf-debug): Remove.
32245         * common.opt (-fenable-icf-debug): Likewise.
32246
32247         * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
32248         * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
32249         call's MEM.  Handle functions returning aggregate through a hidden
32250         first pointer.  For virtual calls add clobbered pc to call arguments
32251         chain.
32252         * dwarf2out.c (gen_subprogram_die): Emit
32253         DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
32254         can't be emitted.
32255
32256         PR debug/45882
32257         * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
32258         * rtl.h (ENTRY_VALUE_EXP): Define.
32259         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
32260         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
32261         * print-rtl.c (print_rtx): Likewise.
32262         * gengtype.c (adjust_field_rtx_def): Likewise.
32263         * var-tracking.c (vt_add_function_parameter): Adjust
32264         gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
32265         * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
32266         * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
32267         partition is a default definition of a PARM_DECL, use ENTRY_VALUE
32268         of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
32269
32270         * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
32271         Call var_location debug hook even on CALL_INSNs.
32272         (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
32273         * rtl.def (ENTRY_VALUE): New.
32274         * dwarf2out.c: Include cfglayout.h.
32275         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
32276         output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
32277         (struct call_arg_loc_node): New type.
32278         (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
32279         tail_call_site_count): New variables.
32280         (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
32281         DW_TAG_GNU_call_site_parameter.
32282         (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
32283         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
32284         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
32285         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
32286         and DW_AT_GNU_all_source_call_sites.
32287         (mem_loc_descriptor): Handle ENTRY_VALUE.
32288         (add_src_coords_attributes): Don't add enything if
32289         DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
32290         (dwarf2out_abstract_function): Save and clear call_arg_location,
32291         call_site_count and tail_call_site_count around dwarf2out_decl call.
32292         (gen_call_site_die): New function.
32293         (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
32294         (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
32295         (dwarf2out_function_decl): Clear call_arg_locations,
32296         call_arg_loc_last, set call_site_count and tail_call_site_count
32297         to -1 and free block_map.
32298         (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
32299         CALL_INSNs.  Add NOTE_DURING_CALL_P var location notes even when not
32300         followed by any real instructions.
32301         (dwarf2out_begin_function): Set call_site_count and
32302         tail_call_site_count to 0.
32303         (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
32304         is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
32305         attempt to force a DIE for it and worst case remove the attribute.
32306         (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
32307         check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
32308         the decl itself.
32309         * var-tracking.c: Include tm_p.h.
32310         (vt_stack_adjustments): For calls call note_register_arguments.
32311         (argument_reg_set): New variable.
32312         (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
32313         ensure the VALUE is resolved.
32314         (call_arguments): New variable.
32315         (prepare_call_arguments): New function.
32316         (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
32317         (struct expand_loc_callback_data): Add ignore_cur_loc field.
32318         (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
32319         always use the best expression.
32320         (vt_expand_loc): Add ignore_cur_loc argument.
32321         (vt_expand_loc_dummy): Clear ignore_cur_loc field.
32322         (emit_note_insn_var_location): Adjust vt_expand_loc callers.
32323         (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
32324         note for all calls.
32325         (vt_add_function_parameter): Use cselib_lookup_from_insn.
32326         If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
32327         argument.  Don't call cselib_preserve_only_values and
32328         cselib_reset_table.
32329         (note_register_arguments): New function.
32330         (vt_initialize): Compute argument_reg_set.  Call
32331         vt_add_function_parameters before processing basic blocks instead of
32332         afterwards.  For calls call prepare_call_arguments before calling
32333         cselib_process_insn.
32334         * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
32335         * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
32336         (var-tracking.o): Depend on $(TM_P_H).
32337         * cfglayout.h (insn_scope): New prototype.
32338         * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
32339         * cfglayout.c (insn_scope): No longer static.
32340         * insn-notes.def (CALL_ARG_LOCATION): New.
32341         * calls.c (expand_call, emit_library_call_value_1): Put USEs for
32342         MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
32343         * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
32344         nothing for DECL_EXTERNAL BLOCK_VARS.
32345
32346 2011-03-16  Alan Modra  <amodra@gmail.com>
32347
32348         PR target/45844
32349         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
32350         create invalid offset address for vsx splat insn.
32351         * config/rs6000/predicates.md (splat_input_operand): New.
32352         * config/rs6000/vsx.md (vsx_splat_*): Use it.
32353
32354 2011-03-15  Xinliang David Li  <davidxl@google.com>
32355
32356         PR c/47837
32357         * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
32358         (normalize_preds): New function.
32359         (is_use_properly_guarded): Normalize def predicates.
32360
32361 2011-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
32362
32363         PR target/46788
32364         * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
32365         in the output template.
32366
32367 2011-03-15  Richard Guenther  <rguenther@suse.de>
32368
32369         PR middle-end/47650
32370         * tree-pretty-print.c (dump_function_declaration): Properly
32371         dump unprototyped and varargs function types.
32372
32373 2011-03-15  Richard Guenther  <rguenther@suse.de>
32374
32375         PR tree-optimization/13954
32376         * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
32377         and friends.
32378
32379 2011-03-15  Richard Guenther  <rguenther@suse.de>
32380
32381         PR tree-optimization/48037
32382         * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
32383         selects into BIT_FIELD_REFs.
32384         (non_rewritable_mem_ref_base): Check if a MEM_REF is a
32385         vector select.
32386
32387 2011-03-15  Jakub Jelinek  <jakub@redhat.com>
32388
32389         PR tree-optimization/48129
32390         * builtins.c (fold_builtin_snprintf): Convert to type of
32391         built_in_decls[BUILT_IN_SNPRINTF] retval instead of
32392         implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
32393
32394 2011-03-15  Richard Guenther  <rguenther@suse.de>
32395
32396         PR tree-optimization/41490
32397         * tree-ssa-dce.c (propagate_necessity): Handle returns without
32398         value but with VUSE.
32399         * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
32400         return statements.
32401         * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
32402         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
32403         * tree-tailcall.c (find_tail_calls): Ignore returns.
32404
32405 2011-03-15  Richard Guenther  <rguenther@suse.de>
32406
32407         PR middle-end/48031
32408         * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
32409         or variable-indexed array accesses when in gimple form.
32410
32411 2011-03-15  Richard Guenther  <rguenther@suse.de>
32412
32413         * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
32414
32415 2011-03-15  Alan Modra  <amodra@gmail.com>
32416
32417         PR target/48032
32418         * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
32419         presume symbol_refs without a symbol_ref_decl are suitably
32420         aligned, nor other trees we may see here.  Handle anchor symbols.
32421         (legitimate_constant_pool_address_p): Comment.  Add mode param.
32422         Check cmodel=medium addresses.  Adjust all calls.
32423         (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
32424         creating cmodel=medium optimized access to locals.
32425         * config/rs6000/constraints.md (R): Pass QImode to
32426         legitimate_constant_pool_address_p.
32427         * config/rs6000/predicates.md (input_operand): Pass mode to
32428         legitimate_constant_pool_address_p.
32429         * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
32430         Update prototype.
32431
32432 2011-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
32433
32434         PR target/48053
32435         * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
32436         64-bit constants being loaded into registers other than GPRs such
32437         as loading 0 into a VSX register.
32438
32439 2011-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32440
32441         * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
32442
32443 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
32444
32445         PR middle-end/47917
32446         * builtins.c (fold_builtin_snprintf): New function.
32447         (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
32448         (fold_builtin_4): Likewise.
32449
32450         PR middle-end/38878
32451         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
32452         STRIP_NOPS on arg0 and arg1.  When optimizing X +- C == X
32453         and C - X == X also strip nops from +/-/p+ operand.
32454         When optimizing -X == C, fold C to arg0's type.
32455
32456         PR debug/47946
32457         * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
32458         emit it as add_AT_int instead of add_AT_unsigned.
32459
32460 2011-03-14  Tom Tromey  <tromey@redhat.com>
32461
32462         * unwind-dw2.c: Include sys/sdt.h if it exists.
32463         (_Unwind_DebugHook): Use STAP_PROBE2.
32464         * config.in, configure: Rebuild.
32465         * configure.ac: Check for sys/sdt.h.
32466
32467 2011-03-14  Uros Bizjak  <ubizjak@gmail.com>
32468
32469         * config/i386/i386.md (ROUND_FLOOR): New constant.
32470         (ROUND_CEIL): Ditto.
32471         (ROUND_TRUNC): Ditto.
32472         (ROUND_MXCSR): Ditto.
32473         (ROUND_NO_EXC): Ditto.
32474         (rint<mode>2): Use new defines instead of numerical constants.
32475         (floor<mode>2): Ditto.
32476         (ceil<mode>2): Ditto.
32477         (btrunc<mode>2): Ditto.
32478         * config/i386/i386-builtin-types.def: Define ROUND function type
32479         aliases.
32480         * config/i386/i386.c (enum ix86_builtins): Add
32481         IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
32482         (struct builtin_description): Add
32483         __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
32484         (ix86_expand_sse_round): New static function.
32485         (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
32486         function types.
32487         (ix86_builtin_vectorized_function): Handle
32488         BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
32489
32490 2011-03-14  Tom Tromey  <tromey@redhat.com>
32491
32492         * c-parser.c (c_parser_asm_string_literal): Clear
32493         warn_overlength_strings.
32494
32495 2011-03-14  Tom Tromey  <tromey@redhat.com>
32496
32497         * c-parser.c (disable_extension_diagnostics): Save
32498         warn_overlength_strings.
32499         (restore_extension_diagnostics): Restore warn_overlength_strings.
32500
32501 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
32502
32503         * BASE-VER: Change to 4.7.0.
32504
32505 2011-03-14  Richard Guenther  <rguenther@suse.de>
32506
32507         PR middle-end/48098
32508         * tree.c (build_vector_from_val): Adjust assert to requirements
32509         and reality.
32510
32511 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
32512
32513         PR bootstrap/48102
32514         * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
32515
32516 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
32517
32518         * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
32519         terms of target_flags_explicit. Adjust copyright year.
32520
32521         * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
32522         * config/rs6000/t-freebsd: New file. Add override for
32523         LIB2FUNCS_EXTRA.
32524
32525 2011-03-13  Chris Demetriou  <cgd@google.com>
32526
32527         * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
32528         (-fno-diagnostics-show-option): this, to reflect current default.
32529         (-Werror=): Update text about -fno-diagnostics-show-option.
32530
32531 2011-03-12  Peter Bergner  <bergner@vnet.ibm.com>
32532
32533         PR target/48053
32534         * config/rs6000/predicates.md (easy_vector_constant_add_self,
32535         easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
32536         * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
32537         mode is not V2DImode or V2DFmode.
32538         (vspltis_constant): Do not handle V2DImode and V2DFmode.
32539         (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
32540         * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
32541         registers to 0.
32542         (movdi_internal64): Likewise.
32543
32544 2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>
32545
32546         PR tree-optimization/47127
32547         * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
32548         parameter.
32549         (set_cloog_options): Same.
32550         (scop_to_clast): Same.
32551         (print_clast_stmt): Do not call cloog_state_malloc and
32552         cloog_state_free.
32553         (print_generated_program): Same.
32554         (gloog): Same.
32555         * graphite-clast-to-gimple.h (cloog_state): Declared.
32556         (scop_to_clast): Adjust declaration.
32557         * graphite.c (cloog_state): Defined here.
32558         (graphite_initialize): Call cloog_state_malloc.
32559         (graphite_finalize): Call cloog_state_free.
32560
32561 2011-03-11  Jason Merrill  <jason@redhat.com>
32562
32563         * attribs.c (lookup_attribute_spec): Take const_tree.
32564         * tree.h: Adjust.
32565
32566 2011-03-11  Joseph Myers  <joseph@codesourcery.com>
32567
32568         * config/sparc/sparc.c (sparc_option_override): Use
32569         PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
32570
32571 2011-03-11  Richard Guenther  <rguenther@suse.de>
32572
32573         PR tree-optimization/48067
32574         * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
32575         multiplication result will be only used once on the target
32576         stmt.
32577
32578 2011-03-11  Richard Guenther  <rguenther@suse.de>
32579
32580         * doc/invoke.texi (max-inline-insns-single): Adjust default value.
32581
32582 2011-03-11  Richard Guenther  <rguenther@suse.de>
32583
32584         PR lto/48073
32585         * tree.c (find_decls_types_r): Do not walk types only reachable
32586         from IDENTIFIER_NODEs.
32587
32588 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
32589
32590         PR middle-end/48044
32591         * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
32592         all vnode->force_output nodes as needed.
32593
32594 2011-03-11  Jason Merrill  <jason@redhat.com>
32595
32596         PR c++/48069
32597         * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
32598         COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
32599
32600 2011-03-11  Martin Jambor  <mjambor@suse.cz>
32601
32602         * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
32603         cgraph_node.
32604
32605 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
32606
32607         PR tree-optimization/48063
32608         * ipa-inline.c (cgraph_decide_inlining): Don't try to
32609         inline functions called once if !tree_can_inline_p (node->callers).
32610
32611 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
32612
32613         * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
32614         extra_objs.
32615         * config/score/score3.c: Delete.
32616         * config/score/score3.h: Delete.
32617         * config/score/mul-div.S: Delete.
32618         * config/score/sfp-machine.h: Add new file.
32619         * config/score/constraints.md: Add new file.
32620         * config/score/t-score-softfp: Add new file.
32621         * config/score/t-score-elf: Remove score3.o, do not generate multilib.
32622         * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
32623         (score7_extra_constraint): Delete.
32624         (score7_option_override): Remove unused code.
32625         * config/score/score.c: Remove score3 and score5 define and code.
32626         * config/score/score.h: Remove score3 and score5 define and code.
32627         * config/score/score.md: Remove score3 template and unusual insn.
32628         * config/score/score.opt: Remove score3 and score5 options.
32629
32630 2011-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
32631
32632         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
32633         when _HPUX_SOURCE is defined.
32634         (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
32635
32636 2011-03-10  Jason Merrill  <jason@redhat.com>
32637
32638         PR c++/48029
32639         * stor-layout.c (layout_type): Don't set structural equality
32640         on arrays of incomplete type.
32641         * tree.c (type_hash_eq): Handle comparing them properly.
32642
32643 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
32644
32645         PR debug/48043
32646         * config/s390/s390.c (s390_delegitimize_address): Make sure the
32647         result mode matches original rtl mode.
32648
32649 2011-03-10  Nick Clifton  <nickc@redhat.com>
32650
32651         * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
32652         (andsi3, andsi3_flags): Fix timings for three operand alternative.
32653
32654 2011-03-09  Jakub Jelinek  <jakub@redhat.com>
32655
32656         PR rtl-optimization/47866
32657         * expr.c (store_field): If MEM_SCALAR_P (target), don't use
32658         MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
32659         if target wasn't scalar.
32660         * function.c (assign_stack_temp_for_type): Assert that neither
32661         MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
32662         MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
32663         macro.
32664         * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
32665
32666 2011-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32667
32668         * config/s390/s390-protos.h (s390_label_align): New prototype.
32669         * config/s390/s390.c (s390_label_align): New function.
32670         * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
32671
32672 2011-03-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
32673
32674         PR target/47755
32675         * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
32676         V2DI/V2DF constants.  Only all 0's or all 1's are easy.
32677         (output_vec_const_move): Ditto.
32678
32679 2011-03-08  Anatoly Sokolov  <aesok@post.ru>
32680
32681         * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
32682         * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
32683         * config/mips/mips.c (mips_preferred_reload_class): Make static.
32684         Change 'rclass' argument and result type to reg_class_t.
32685         (TARGET_PREFERRED_RELOAD_CLASS): Define.
32686
32687 2011-03-08  Georg-Johann Lay  <avr@gjlay.de>
32688
32689         * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
32690         * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
32691         (TARGET_MEMORY_MOVE_COST): Define.
32692         (avr_register_move_cost, avr_memory_move_cost): New Functions.
32693
32694 2011-03-08  Jakub Jelinek  <jakub@redhat.com>
32695
32696         PR debug/47881
32697         * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
32698         removed anything.
32699
32700         PR tree-optimization/48022
32701         * fold-const.c (fold_comparison): Don't call fold_overflow_warning
32702         for EQ/NE_EXPR.
32703
32704 2011-03-07  Jakub Jelinek  <jakub@redhat.com>
32705
32706         PR debug/47991
32707         * var-tracking.c (find_use_val): Return NULL for
32708         cui->sets && cui->store_p BLKmode MEMs.
32709
32710 2011-03-07  Anatoly Sokolov  <aesok@post.ru>
32711
32712         * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
32713         Remove.
32714         * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
32715         xstormy16_print_operand_address): Remove.
32716         * config/stormy16/stormy16.c (xstormy16_print_operand,
32717         xstormy16_print_operand_address): Make static.
32718         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
32719
32720 2011-03-07  Pat Haugen  <pthaugen@us.ibm.com>
32721
32722         PR target/47862
32723         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
32724         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
32725         before definition.
32726
32727 2011-03-07  Zdenek Dvorak  <ook@ucw.cz>
32728
32729         PR bootstrap/48000
32730         * cfgloopmanip.c (fix_bb_placements): Return immediately
32731         if FROM is BASE_LOOP's header.
32732
32733 2011-03-07  Paul Wögerer  <paul_woegerer@mentor.com>
32734
32735         * gimplify.c (gimplify_function_tree): Fix building calls
32736         to __builtin_return_address.
32737
32738 2011-03-07  Alan Modra  <amodra@gmail.com>
32739
32740         * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
32741         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
32742         * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
32743         * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
32744         return_mode args.
32745         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
32746         (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
32747         (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
32748         (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
32749         * config/rs6000/rs6000.c
32750         (rs6000_elf_end_indicate_exec_stack): Rename to..
32751         (rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
32752         for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
32753         (rs6000_file_start): ..here.
32754         (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
32755         file scope variables.
32756         (call_ABI_of_interest): New function.
32757         (init_cumulative_args): Set above vars when function return value
32758         is a float, vector, or small struct.
32759         (rs6000_function_arg_advance_1): Likewise for function args.
32760         (rs6000_va_start): Set rs6000_passes_float if variable arg function
32761         references float args.
32762
32763 2011-03-07  Mingjie Xing  <mingjie.xing@gmail.com>
32764
32765         * doc/cfg.texi: Remove "See" before @ref.
32766         * doc/invoke.texi: Likewise.
32767
32768 2011-03-05  Jason Merrill  <jason@redhat.com>
32769
32770         * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
32771
32772 2011-03-05  Anthony Green  <green@moxielogic.com>
32773
32774         * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
32775
32776 2011-03-05  Zdenek Dvorak  <ook@ucw.cz>
32777
32778         PR rtl-optimization/47899
32779         * cfgloopmanip.c (fix_bb_placements): Fix first argument
32780         to flow_loop_nested_p when moving the loop upward.
32781
32782 2011-03-05  Richard Earnshaw  <rearnsha@arm.com>
32783
32784         PR target/47719
32785         * arm.md (movhi_insn_arch4):  Accept any immediate constant.
32786
32787 2011-03-05  Jakub Jelinek  <jakub@redhat.com>
32788
32789         PR tree-optimization/47967
32790         * ipa-cp.c (build_const_val): Return NULL instead of creating
32791         VIEW_CONVERT_EXPR for mismatching sizes.
32792         (ipcp_create_replace_map): Return NULL if build_const_val failed.
32793         (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
32794         give up on versioning.
32795
32796 2011-03-05  Alan Modra  <amodra@gmail.com>
32797
32798         PR target/47986
32799         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
32800         full cmodel medium/large lo_sum + high addresses.
32801
32802 2011-03-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32803
32804         * config/s390/s390.c (s390_decompose_address): Reject non-literal
32805         pool references in UNSPEC_LTREL_OFFSET.
32806
32807 2011-03-04  Jan Hubicka  <jh@suse.cz>
32808
32809         PR lto/47497
32810         * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
32811         (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
32812         * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
32813         Add node pointers.
32814         * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
32815         cgraph_add_thunk): Add node pointers.
32816         * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
32817         associated to right node.
32818         (input_node): Update use of cgraph_same_body_alias
32819         and cgraph_add_thunk.
32820
32821 2011-03-04  Changpeng Fang  <changpeng.fang@amd.com>
32822
32823         * config/i386/i386.opt (mprefer-avx128): New flag.
32824         * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
32825         modes when the flag -mprefer-avx128 is on.
32826
32827 2011-03-04  Richard Sandiford  <richard.sandiford@linaro.org>
32828
32829         * dwarf2out.c (compare_loc_operands): Fix address handling.
32830
32831 2011-03-04  Alan Modra  <amodra@gmail.com>
32832
32833         * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
32834
32835 2011-03-04  Richard Guenther  <rguenther@suse.de>
32836
32837         PR middle-end/47968
32838         * expmed.c (extract_bit_field_1): Prefer vector modes that
32839         vec_extract patterns can handle.
32840
32841 2011-03-04  Richard Guenther  <rguenther@suse.de>
32842
32843         PR middle-end/47975
32844         * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
32845
32846 2011-03-04  Richard Henderson  <rth@redhat.com>
32847
32848         * explow.c (emit_stack_save): Remove 'after' parameter.
32849         (emit_stack_restore): Likewise.
32850         * expr.h: Update to match.
32851         * builtins.c, calls.c, stmt.c: Likewise.
32852         * config/alpha/alpha.md, config/avr/avr.md: Likewise.
32853         * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
32854         * function.c (expand_function_end): Insert the emit_stack_save
32855         sequence before parm_birth_insn instead of after.
32856
32857 2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
32858
32859         * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
32860         (ssse3_pmaddubsw128): Ditto.
32861         (ssse3_pmaddubsw): Ditto.
32862
32863 2011-03-03  Steve Ellcey  <sje@cup.hp.com>
32864
32865         * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
32866
32867 2011-03-03  Jakub Jelinek  <jakub@redhat.com>
32868
32869         PR c/47963
32870         * gimplify.c (omp_add_variable): Only call omp_notice_variable
32871         on TYPE_SIZE_UNIT if it is a DECL.
32872
32873         PR debug/47283
32874         * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
32875         first operand is not is_gimple_mem_ref_addr, try to fold it.
32876         If the operand still isn't is_gimple_mem_ref_addr, clear
32877         MEM_EXPR on op0.
32878
32879 2011-03-03  Richard Guenther  <rguenther@suse.de>
32880
32881         PR middle-end/47283
32882         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
32883         match comment.
32884         (refs_may_alias_p_1): For release branches return true if
32885         we are confused by our input.
32886
32887 2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32888
32889         * config/s390/s390.c (s390_function_value): Rename to ...
32890         (s390_function_and_libcall_value): ... this.
32891         (s390_function_value): New function.
32892         (s390_libcall_value): New function.
32893         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
32894         * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
32895         target macro definitions.
32896         * config/s390/s390-protos.h (s390_function_value): Remove prototype.
32897
32898 2011-03-02  Joseph Myers  <joseph@codesourcery.com>
32899
32900         * config/i386/freebsd64.h (CC1_SPEC): Define.
32901         * config/i386/linux64.h (CC1_SPEC): Define.
32902         * config/i386/x86-64.h (CC1_SPEC): Don't define.
32903
32904 2011-03-02  Anatoly Sokolov  <aesok@post.ru>
32905
32906         * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
32907         Remove.
32908         * config/stormy16/stormy16.c: Include reload.h.
32909         (xstormy16_memory_move_cost): New function.
32910         (TARGET_MEMORY_MOVE_COST): Define.
32911
32912 2011-03-02  Richard Sandiford  <richard.sandiford@linaro.org>
32913
32914         PR rtl-optimization/47925
32915         * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
32916         with side effects.  Remove the more-specific check for volatile asms.
32917
32918 2011-03-02  Alan Modra  <amodra@gmail.com>
32919
32920         PR target/47935
32921         * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
32922         toc relative addresses for valid offsets.
32923
32924 2011-03-01  Richard Guenther  <rguenther@suse.de>
32925
32926         PR tree-optimization/47890
32927         * tree-vect-loop.c (get_initial_def_for_induction): Set
32928         related stmt properly.
32929
32930 2011-03-01  Richard Guenther  <rguenther@suse.de>
32931
32932         PR lto/47924
32933         * lto-streamer.c (lto_record_common_node): Also register
32934         the canonical type.
32935
32936 2011-03-01  Richard Guenther  <rguenther@suse.de>
32937
32938         PR lto/46911
32939         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
32940         Do not stream DECL_ABSTRACT_ORIGIN.
32941         (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
32942         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
32943         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
32944         Do not stream DECL_ABSTRACT_ORIGIN.
32945         (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
32946         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
32947
32948 2011-02-28  Anatoly Sokolov  <aesok@post.ru>
32949
32950         * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
32951         FUNCTION_VALUE_REGNO_P): Remove.
32952         * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
32953         * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
32954         Add 'outgoing' argument.
32955         (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
32956         function.
32957         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
32958         TARGET_FUNCTION_VALUE_REGNO_P): Define.
32959
32960 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
32961
32962         PR debug/28047
32963         * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
32964         (lookup_filename): Likewise.
32965         * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
32966
32967 2011-02-28  Bernd Schmidt  <bernds@codesourcery.com>
32968             Jakub Jelinek  <jakub@redhat.com>
32969
32970         PR middle-end/47893
32971         * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
32972         (assign_stack_local_1): Change last argument type to int.
32973         * function.c (assign_stack_local_1): Replace reduce_alignment_ok
32974         argument with kind.  If bit ASLK_RECORD_PAD is not set in it,
32975         don't record padding space into frame_space_list nor use those areas.
32976         (assign_stack_local): Adjust caller.
32977         (assign_stack_temp_for_type): Call assign_stack_local_1 instead
32978         of assign_stack_local, pass 0 as last argument.
32979         * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
32980         callers.
32981
32982 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
32983
32984         PR debug/47283
32985         * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
32986         Use target address_mode and pointer_mode hooks instead of hardcoded
32987         Pmode and ptr_mode.  Handle some simple cases of extending if
32988         POINTERS_EXTEND_UNSIGNED < 0.
32989         (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
32990         Call convert_debug_memory_address.
32991         (expand_debug_expr) <case ADDR_EXPR>: Pass as to
32992         convert_debug_memory_address.
32993
32994         PR middle-end/46790
32995         * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
32996         * configure: Regenerated.
32997         * config.in: Regenerated.
32998         * varasm.c (default_function_section): Return NULL
32999         if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
33000
33001 2011-02-28  Martin Jambor  <mjambor@suse.cz>
33002
33003         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
33004         the description to match the printed values.
33005
33006 2011-02-28  Richard Guenther  <rguenther@suse.de>
33007
33008         * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
33009         of the copied scope tree.
33010
33011 2011-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33012
33013         * doc/extend.texi (Function Attributes): Avoid deeply (and
33014         wrongly) nested tables.
33015
33016 2011-02-27  Jakub Jelinek  <jakub@redhat.com>
33017
33018         PR middle-end/47903
33019         * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
33020         MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
33021         r isn't op0 nor op1.
33022
33023 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
33024
33025         * config/avr/avr.md: Remove magic comment for emacs.
33026
33027 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
33028
33029         PR target/45261
33030         * config/avr/avr.c (avr_option_override): Use error on bad options.
33031         (avr_help): New function.
33032         (TARGET_HELP): Define.
33033
33034 2011-02-22  Georg-Johann Lay  <avr@gjlay.de>
33035
33036         PR target/42240
33037         * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
33038         (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
33039
33040 2011-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
33041
33042         * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
33043         (ARM Options): Ditto.
33044         (i386 and x86-64 Options): Ditto.
33045         (RX Options): Ditto.
33046         (SPARC Options): Ditto.
33047
33048 2011-02-26  Tijl Coosemans  <tijl@coosemans.org>
33049
33050         * config.gcc (i386-*-freebsd*): Make i486 the default arch on
33051         FreeBSD 6 and later.  Generally use cpu generic.
33052
33053 2011-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
33054
33055         * doc/cpp.texi: Update copyright years.
33056
33057 2011-02-25  Sebastien Bourdeauducq  <sebastien@milkymist.org>
33058
33059         PR target/46898
33060         * config/lm32/lm32.md (ashrsi3): Added needed variable.
33061
33062 2011-02-25  Jon Beniston  <jon@beniston.com>
33063
33064         PR target/46898
33065         * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
33066         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
33067         * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
33068         (lm32_block_move_inline): Add type cast to remove warning.
33069         (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
33070         (gen_int_relational): Move declarations to start of function.
33071
33072 2011-02-25  Eric Botcazou  <ebotcazou@adacore.com>
33073
33074         PR tree-optimization/45470
33075         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
33076         can throw internally only.
33077         * tree-vect-stmts.c (vectorizable_call): Likewise.
33078
33079 2011-02-24  Anatoly Sokolov  <aesok@post.ru>
33080
33081         * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
33082         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
33083         * config/stormy16/stormy16-protos.h
33084         (xstormy16_preferred_reload_class): Remove.
33085         * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
33086         static. Change 'rclass' argument and return type to reg_class_t.
33087         (TARGET_PREFERRED_RELOAD_CLASS,
33088         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
33089
33090 2011-02-24  Richard Guenther  <rguenther@suse.de>
33091
33092         * lto-streamer-in.c (input_bb): Do not find referenced vars
33093         in debug statements.
33094
33095 2011-02-23  Jason Merrill  <jason@redhat.com>
33096
33097         * common.opt (fabi-version): Document v5 and v6.
33098
33099 2011-02-23  Richard Guenther  <rguenther@suse.de>
33100
33101         PR tree-optimization/47849
33102         * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
33103
33104 2011-02-23  Jie Zhang  <jie@codesourcery.com>
33105
33106         * opts-common.c (decode_cmdline_option): Print empty string
33107         argument as "" in decoded->orig_option_with_args_text.
33108         * gcc.c (execute): Print empty string argument as ""
33109         in the verbose output.
33110         (do_spec_1): Keep empty string argument.
33111
33112 2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
33113
33114         * config.gcc: Declare score-* and crx-* obsolete.
33115
33116 2011-02-23  Jie Zhang  <jie@codesourcery.com>
33117
33118         PR rtl-optimization/47763
33119         * web.c (web_main): Ignore naked clobber when replacing register.
33120
33121 2011-02-22  Anatoly Sokolov  <aesok@post.ru>
33122
33123         * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
33124         Remove.
33125
33126 2011-02-22  Sebastian Pop  <sebastian.pop@amd.com>
33127
33128         PR doc/47848
33129         * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
33130
33131 2011-02-22  Mike Stump  <mikestump@comcast.net>
33132
33133         * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
33134         assembler.
33135         * configure: Regenerate.
33136
33137 2011-02-21  Chung-Lin Tang  <cltang@codesourcery.com>
33138
33139         PR rtl-optimization/46002
33140         * ira-color.c (update_copy_costs): Change class intersection
33141         test to reg_class_contents[] test of 'hard_regno'.
33142
33143 2011-02-21  Joseph Myers  <joseph@codesourcery.com>
33144
33145         * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
33146         than Driver option.
33147         * config/hpux11.opt (mt): Likewise.
33148         * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
33149         * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
33150         * config/vax/elf.opt (mno-asm-pic): Likewise.
33151         * config/vms/vms.opt (map, mvms-return-codes): Likewise.
33152
33153 2011-02-21  Mike Stump  <mikestump@comcast.net>
33154
33155         PR target/47822
33156         * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
33157         tree so we can get save the type.
33158         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
33159         for CFString instead of trying to use past the end of the builtins.
33160         * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
33161         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
33162         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
33163         * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
33164         Rename to darwin_builtin_cfstring.
33165         (darwin_init_cfstring_builtins): Return the built type.
33166
33167 2011-02-21  Uros Bizjak  <ubizjak@gmail.com>
33168
33169         PR target/47840
33170         * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
33171         (_mm256_insert_epi64): Use _mm_insert_epi64.
33172
33173 2011-02-21  Anatoly Sokolov  <aesok@post.ru>
33174
33175         * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
33176         * config/stormy16/stormy16-protos.h
33177         (xstormy16_mode_dependent_address_p): Remove.
33178         * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
33179         Make static. Change return type to bool. Change argument type to
33180         const_rtx. Remove dead code.
33181         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
33182
33183 2011-02-21  Richard Guenther  <rguenther@suse.de>
33184
33185         PR lto/47820
33186         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
33187         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
33188         (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
33189         TUs context.
33190         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
33191         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
33192
33193 2011-02-20  Richard Guenther  <rguenther@suse.de>
33194
33195         PR lto/47822
33196         * tree.c (free_lang_data_in_decl): Clean builtins from
33197         the TU decl BLOCK_VARS.
33198
33199 2011-02-19  Alexandre Oliva  <aoliva@redhat.com>
33200
33201         PR debug/47620
33202         PR debug/47630
33203         * haifa-sched.c (fix_tick_ready): Skip tick computation
33204         for debug insns.
33205
33206 2011-02-19  Richard Guenther  <rguenther@suse.de>
33207
33208         PR lto/47647
33209         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
33210         Remove lazy BLOCK_VARS streaming.
33211         (lto_input_ts_block_tree_pointers): Likewise.
33212         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
33213
33214 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
33215
33216         * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
33217
33218 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
33219
33220         * config/i386/biarch32.h, config/i386/mach.h,
33221         config/rs6000/aix.opt, config/sh/superh64.h: Remove.
33222
33223 2011-02-19  Jakub Jelinek  <jakub@redhat.com>
33224
33225         PR target/47800
33226         * config/i386/i386.md (peephole2 for shift and plus): Use
33227         operands[1] original mode in the first insn.
33228
33229 2011-02-18  Mike Stump  <mikestump@comcast.net>
33230
33231         * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
33232
33233 2011-02-18  Jan Hubicka  <jh@suse.cz>
33234
33235         PR middle-end/47788
33236         * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
33237         to zero when the function is not inlinable at all.
33238
33239 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
33240
33241         * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
33242         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
33243         pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
33244         * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
33245         * config/pa/t-pa64: Likewise.
33246         * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
33247
33248 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
33249
33250         PR driver/47787
33251         * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
33252
33253 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
33254
33255         PR target/47792
33256         * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
33257
33258 2011-02-18  Anatoly Sokolov  <aesok@post.ru>
33259
33260         * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
33261         RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
33262         LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
33263         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
33264         * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
33265         (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
33266         m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
33267         m32r_load_postinc_p, m32r_store_preinc_predec_p,
33268         m32r_legitimate_address_p): New functions.
33269         * config/m32r/constraints.md (constraint "S"): Don't use
33270         STORE_PREINC_PREDEC_P.
33271         (constraint "U"): Don't use LOAD_POSTINC_P.
33272
33273 2011-02-18  Chung-Lin Tang  <cltang@codesourcery.com>
33274
33275         PR rtl-optimization/46178
33276         * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
33277         compute ira_hard_regno_cover_class[].
33278
33279 2011-02-18  Richard Guenther  <rguenther@suse.de>
33280
33281         PR lto/47798
33282         * lto-streamer.h (lto_global_var_decls): Declare.
33283         * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
33284         statics for global var processing.
33285
33286 2011-02-18  Richard Guenther  <rguenther@suse.de>
33287
33288         PR tree-optimization/47737
33289         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
33290         edge dominance check.
33291
33292 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
33293
33294         PR debug/47780
33295         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
33296         avoid invalid rtx sharing.
33297
33298 2011-02-18  Gerald Pfeifer  <gerald@pfeifer.com>
33299
33300         * doc/cpp.texi (Obsolete Features): Add background on the
33301         origin of assertions.
33302
33303 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
33304
33305         * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
33306         objc_abi == 2.
33307         * config/darwin.c (output_objc_section_asm_op): Added support for
33308         ABI v1 and v2.
33309         (is_objc_metadata): New.
33310         (darwin_objc2_section): New.
33311         (darwin_objc1_section): New.
33312         (machopic_select_section): Added support for ABI v1 and v2.
33313         (darwin_emit_objc_zeroed): New.
33314         (darwin_output_aligned_bss): Detect objc metadata and treat it
33315         appropriately.
33316         (darwin_asm_output_aligned_decl_common): Same.
33317         (darwin_asm_output_aligned_decl_local): Same.
33318         * config/darwin-sections.def: Updated for ABI v1 and v2.
33319         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
33320         compiling Objective-C code for the NeXT runtime, default to using
33321         ABI version 0 for 32-bit, and version 2 for 64-bit.
33322
33323 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33324
33325         * common.opt (optimize_fast): New Variable.
33326         * opts.c (default_options_optimization): Use opts->x_optimize_fast
33327         instead of local variable ofast.
33328
33329 2011-02-17  Nicola Pero  <nicola.pero@meta-innovation.com>
33330
33331         * doc/invoke.texi (fobjc-abi-version): Documented.
33332         (fobjc-nilcheck): Documented.
33333         (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
33334         version.
33335
33336 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33337
33338         PR driver/47390
33339         * common.opt (export-dynamic): New Driver option.
33340         * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
33341
33342 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33343
33344         * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
33345
33346 2011-02-17  Alexandre Oliva  <aoliva@redhat.com>
33347             Jan Hubicka  <jh@suse.cz>
33348
33349         PR debug/47106
33350         PR debug/47402
33351         * cfgexpand.c (account_used_vars_for_block): Remove.
33352         (estimated_stack_frame_size): Use referenced vars.
33353         * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
33354         that were referenced in the original function.  Test src_fn
33355         rather than cfun.  Drop redundant get_var_ann.
33356         (setup_one_parameter): Drop redundant get_var_ann.
33357         (declare_return_variable): Likewise.
33358         (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
33359         (copy_arguments_for_versioning): Drop redundant get_var_ann.
33360         * ipa-inline.c (compute_inline_parameters): Do not compute
33361         disregard_inline_limits here.
33362         (compute_inlinable_for_current, pass_inlinable): New.
33363         (pass_inline_parameters): Require PROP_referenced_vars.
33364         * cgraphunit.c (cgraph_process_new_functions): Don't run
33365         compute_inline_parameters explicitly unless function is in SSA form.
33366         (cgraph_analyze_function): Set .disregard_inline_limits.
33367         * tree-sra.c (convert_callers): Compute inliner parameters
33368         only for functions already in SSA form.
33369
33370 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33371
33372         * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
33373         -mlittle-endian-data.
33374
33375 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33376
33377         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
33378         -mno-fpu, not -fpu and -no-fpu.
33379         * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
33380         * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
33381
33382 2011-02-17  Uros Bizjak  <ubizjak@gmail.com>
33383
33384         PR target/43653
33385         * config/i386/i386.c (ix86_secondary_reload): Handle SSE
33386         input reload with PLUS RTX.
33387
33388 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33389
33390         * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
33391         of InverseVar(MDMX).
33392
33393 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33394
33395         * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
33396         --m4-340.
33397
33398 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33399
33400         * config/mn10300/mn10300.opt (mno-crt0): New.
33401
33402 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33403
33404         * config/m68k/uclinux.opt (static-libc): New Driver option.
33405
33406 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33407
33408         * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
33409
33410 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33411
33412         * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
33413         %{muser-extend-enabled}.
33414
33415 2011-02-16  Richard Guenther  <rguenther@suse.de>
33416
33417         PR tree-optimization/47738
33418         * tree-ssa-loop.c (run_tree_predictive_commoning): Return
33419         the TODO from tree_predictive_commoning.
33420
33421 2011-02-15  Jeff Law  <law@redhat.com>
33422
33423         Revert
33424         2011-01-25  Jeff Law  <law@redhat.com>
33425
33426         PR rtl-optimization/37273
33427         * ira-costs.c (scan_one_insn): Detect constants living in memory and
33428         handle them like argument loads from stack slots.  Do not double
33429         count memory for memory constants and argument loads from stack slots.
33430
33431 2011-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
33432
33433         PR target/47755
33434         * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
33435         mode for vector constants.  Remove code that checks for TImode.
33436
33437 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33438
33439         PR debug/47106
33440         PR debug/47402
33441         * cgraph.h (compute_inline_parameters): Return void.
33442         * ipa-inline.c (compute_inline_parameters): Adjust.
33443
33444 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33445
33446         PR debug/47106
33447         PR debug/47402
33448         * tree-inline.h (estimated_stack_frame_size): Take cgraph node
33449         rather than decl.
33450         * cfgexpand.c (estimated_stack_frame_size): Likewise.
33451         * ipa-inline.c (compute_inline_parameters): Adjust.
33452
33453 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33454
33455         PR debug/47106
33456         PR debug/47402
33457         * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
33458         Adjust all users.  Pass FN to...
33459         * tree-flow-inline.h (first_referenced_var): ... this.  Add
33460         fn argument.
33461         * ipa-struct-reorg.c: Adjust.
33462         * tree-dfa.c: Adjust.
33463         * tree-into-ssa.c: Adjust.
33464         * tree-sra.c: Adjust.
33465         * tree-ssa-alias.c: Adjust.
33466         * tree-ssa-live.c: Adjust.
33467         * tree-ssa.c: Adjust.
33468         * tree-ssanames.c: Adjust.
33469         * tree-tailcall.c: Adjust.
33470
33471 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33472
33473         PR debug/47106
33474         PR debug/47402
33475         * tree-flow.h (referenced_var_lookup): Add fn parameter.
33476         Adjust all callers.
33477         * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
33478         * tree-flow-inline.h: Adjust.
33479         * gimple-pretty-print.c: Adjust.
33480         * tree-into-ssa.c: Adjust.
33481         * tree-ssa.c: Adjust.
33482         * cfgexpand.c: Adjust.
33483
33484 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
33485
33486         * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
33487         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
33488         (EXTRA_CONSTRAINT): Delete.
33489         * config/iq2000/constraints.md: New file.
33490         * config/iq2000/iq2000.md: Include it.
33491         (define_insn ""): Delete.
33492         (movsi_internal2, movhi_internal2, movqi_internal2): Delete
33493         unsupported constraint letters from patterns.
33494         (call_value, call_value_internal1): Likewise.
33495         (call_value_multiple_internal1): Likewise.
33496
33497 2011-02-15  Nick Clifton  <nickc@redhat.com>
33498
33499         * config/mn10300/mn10300.c: Include tm-constrs.h.
33500         (struct liw_data): New data structure describing an LIW candidate
33501         instruction.
33502         (extract_bundle): Use struct liw_data.  Allow small integer
33503         operands for some instructions.
33504         (check_liw_constraints): Use struct liw_data.  Remove swapped
33505         parameter.  Add comments describing the checks.  Fix bug when
33506         assigning the source of liw1 to the source of liw2.
33507         (liw_candidate): Delete.  Code moved into extract_bundle.
33508         (mn10300_bundle_liw): Use struct liw_data.  Check constraints
33509         before swapping.
33510         * config/mn10300/predicates.md (liw_operand): New predicate.
33511         Allows registers and small integer constants.
33512         * config/mn10300/constraints.md (O): New constraint.  Accetps
33513         integers in the range -8 to +7 inclusive.
33514         * config/mn10300/mn10300.md (movesi_internal): Add an alternative
33515         for moving a small integer into a register.  Give this alternative
33516         LIW attributes.
33517         (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
33518         (ashlsi3): Likewise, plus give LIW attributes to the alternatives
33519         using the J,K,L and M constraints,
33520         (liw): Remove SI mode on second operands to allow for HI and QI
33521         mode values.
33522         (cmp_liw, liw_cmp): Likewise.  Plus fix order of operands in the
33523         instruction.
33524
33525 2011-02-15  Richard Guenther  <rguenther@suse.de>
33526
33527         PR tree-optimization/47743
33528         * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
33529         for a non-type-compatible VN lookup bail out.
33530
33531 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
33532
33533         * config/fr30/constraints.md: New file.
33534         * config/fr30/fr30.md: Include it.
33535         * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
33536         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
33537         (EXTRA_CONSTRAINT): Delete.
33538
33539 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
33540
33541         * config/frv/constraints.md: New file.
33542         * config/frv/predicates.md: Include it.
33543         * config/frv/frv.c (reg_class_from_letter): Delete.
33544         (frv_option_override): Don't initialize it.
33545         * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
33546         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
33547         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
33548         (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
33549         (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
33550         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
33551         (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
33552         (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
33553         (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
33554         (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
33555         (REG_CLASS_FROM_CONSTRAINT): Delete.
33556
33557 2011-02-15  Jakub Jelinek  <jakub@redhat.com>
33558
33559         PR middle-end/47581
33560         * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
33561         if frame size is 0 in a leaf function.
33562
33563 2011-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33564
33565         PR pch/14940
33566         * config/alpha/host-osf.c: New file.
33567         * config/alpha/x-osf: New file.
33568         * config.host (alpha*-dec-osf*): Use it.
33569
33570 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
33571
33572         * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
33573         * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
33574         * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
33575         (rx_mode_dependent_address_p): ...this. Make static. Change argument
33576         type to const_rtx.
33577         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
33578
33579 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
33580
33581         * config/stormy16/constraints.md: New file.
33582         * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
33583         Use satisfies_constraint_Q and satisfies_constraint_R.
33584         * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
33585         Delete.
33586         (xstormy16_legitiamte_address_p): Declare.
33587         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
33588         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
33589         (EXTRA_CONSTRAINT): Delete.
33590         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
33591         Un-staticize.
33592         (xstormy16_extra_constraint_p): Delete.
33593
33594 2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
33595
33596         PR tree-optimization/46494
33597         * loop-unroll.c (split_edge_and_insert): Adjust comment.
33598         * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
33599         (pass_rtl_loop_done): Add TODO_verify_flow.
33600         * fwprop.c (pass_rtl_fwprop): Likewise.
33601         * modulo-sched.c (pass_sms): Likewise.
33602         * tree-ssa-dom.c (pass_dominator): Likewise.
33603         * tree-ssa-loop-ch.c (pass_ch): Likewise.
33604         * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
33605         (pass_tree_loop_done): Likewise.
33606         * tree-ssa-pre.c (execute_pre): Likewise.
33607         * tree-ssa-reassoc.c (pass_reassoc): Likewise.
33608         * tree-ssa-sink.c (pass_sink_code): Likewise.
33609         * tree-vrp.c (pass_vrp): Likewise.
33610
33611 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
33612
33613         * config/v850/constraints.md: New file.
33614         * config/v850/v850.md: Include it.
33615         * config/v850/predicates.md (reg_or_0_operand): Use
33616         satisfies_constraint_G.
33617         (special_symbolref_operand): Use satisfies_constraint_K.
33618         * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
33619         (GO_IF_LEGITIMATE_ADDRESS): Likewise.
33620         (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
33621         (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
33622         (EXTRA_CONSTRAINT): Delete.
33623         (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
33624         (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
33625         (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
33626
33627 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
33628
33629         PR target/47696
33630         * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
33631         description.
33632
33633 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
33634
33635         * config/mcore/constraints.md: New file.
33636         * config/mcore/mcore.md: Include it.
33637         * config/mcore/mcore.c (reg_class_from_letter): Delete.
33638         * config/mcore/mcore.h (reg_class_from_letter): Delete.
33639         (REG_CLASS_FROM_LETTER): Delete.
33640         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
33641         insn_const_int_ok_for_constraint.
33642         (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
33643         (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
33644         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
33645         (EXTRA_CONSTRAINT): Delete.
33646
33647 2011-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33648
33649         PR ada/41929
33650         * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
33651         (IS_SIGHANDLER): Define.
33652         (sparc64_is_sighandler): New function, split off from
33653         sparc64_fallback_frame_state.
33654         (sparc_is_sighandler): New function, split off from
33655         sparc_fallback_frame_state.
33656         (sparc64_fallback_frame_state): Merge with ...
33657         (sparc_fallback_frame_state): ... this into ...
33658         (MD_FALLBACK_FRAME_STATE_FOR): ... this.
33659         Change new_cfa to long.  Remove regs_off, fpu_save_off, fpu_save.
33660         Define nframes, mctx.  Use IS_SIGHANDLER, handler_args, mctx, walk
33661         stack instead of hardcoded offsets.
33662
33663 2011-02-14  Andriy Gapon  <avg@freebsd.org>
33664
33665         PR target/45808
33666         * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
33667
33668 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33669
33670         * configure: Regenerate.
33671
33672 2011-02-12  Joseph Myers  <joseph@codesourcery.com>
33673
33674         PR driver/45731
33675         * gcc.c (asm_options): Correct spec matching --target-help.
33676
33677 2011-02-12  Martin Jambor  <mjambor@suse.cz>
33678
33679         * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
33680         to gimple call error.
33681
33682 2011-02-12  Mike Stump  <mikestump@comcast.net>
33683
33684         * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
33685         comments in backslash regions.
33686
33687 2011-02-12  Mike Stump  <mikestump@comcast.net>
33688             Jakub Jelinek  <jakub@redhat.com>
33689             Iain Sandoe  <iains@gcc.gnu.org>
33690
33691         PR target/47324
33692         * dwarf2out.c (output_cfa_loc): When required, apply the
33693         DWARF2_FRAME_REG_OUT macro to adjust register numbers.
33694         (output_loc_sequence): Likewise.
33695         (output_loc_operands_raw): Likewise.
33696         (output_loc_sequence_raw): Likewise.
33697         (output_cfa_loc): Likewise.
33698         (output_loc_list): Suppress register number adjustment when
33699         calling output_loc_sequence()
33700         (output_die): Likewise.
33701
33702 2011-02-12  Anatoly Sokolov  <aesok@post.ru>
33703
33704         * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
33705         Remove macros.
33706         * config/xtensa/xtensa.c (xtensa_register_move_cost,
33707         xtensa_memory_move_cost): New functions.
33708         (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
33709
33710 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
33711
33712         PR lto/47225
33713         * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
33714         in the current directory.
33715         * configure: Rebuilt.
33716
33717 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
33718
33719         * config/darwin.c (darwin_override_options): Add a hunk missed
33720         from the commit of r168571.  Trim comment line lengths and
33721         correct indents of the preceding block.
33722
33723 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
33724
33725         * gcc.c (driver_handle_option): Concatenate the argument to -F with
33726         the switch.
33727
33728 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
33729
33730         * common.opt (nostartfiles): New Driver option.
33731
33732 2011-02-11  Xinliang David Li  <davidxl@google.com>
33733
33734         PR tree-optimization/47707
33735         * tree-chrec.c (convert_affine_scev): Keep type precision.
33736
33737 2011-02-11  Eric Botcazou  <ebotcazou@adacore.com>
33738
33739         PR tree-optimization/47420
33740         * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
33741
33742 2011-02-11  Pat Haugen  <pthaugen@us.ibm.com>
33743
33744         PR rtl-optimization/47614
33745         * rtl.h (check_for_inc_dec): Declare.
33746         * dse.c (check_for_inc_dec): Externalize...
33747         * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
33748         (reload_cse_simplify_operands): Don't simplify opnds with side effects.
33749
33750 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
33751
33752         PR driver/47678
33753         * gcc.c (main): Do not compile inputs if there were errors in
33754         option handling.
33755         * opts-common.c (read_cmdline_option): Check for wrong language
33756         after other error checks.
33757
33758 2011-02-11  Nathan Froyd  <froydnj@codesourcery.com>
33759
33760         * cgraph.c: Fix comment typos.
33761         * cgraph.h: Likewise.
33762         * cgraphunit.c: Likewise.
33763         * ipa-cp.c: Likewise.
33764         * ipa-inline.c: Likewise.
33765         * ipa-prop.c: Likewise.
33766         * ipa-pure-const.c: Likewise.
33767         * ipa-ref.c: Likewise.
33768         * ipa-reference.c: Likewise.
33769
33770 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
33771
33772         PR debug/47684
33773         * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
33774
33775 2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33776
33777         PR testsuite/47400
33778         * doc/sourcebuild.texi (Require Support): Document
33779         dg-require-ascii-locale.
33780
33781 2011-02-11  Mingjie Xing  <mingjie.xing@gmail.com>
33782
33783         * doc/lto.texi (Write summary): Fix missing parentheses.
33784
33785 2011-02-10  DJ Delorie  <dj@redhat.com>
33786
33787         * config/m32c/m32c.c (m32c_option_override): Disable
33788         -fcombine-stack-adjustments until flag value tracking and compare
33789         optimization can be rewritten.
33790
33791 2011-02-10  Peter Bergner  <bergner@vnet.ibm.com>
33792
33793         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
33794         PROCESSOR_POWER7.
33795         (PROCESSOR_DEFAULT64): Likewise.
33796
33797 2011-02-10  Richard Henderson  <rth@redhat.com>
33798
33799         * config/rx/predicates.md (rx_zs_comparison_operator): Revert
33800         change from 2011-02-03.
33801         * config/rx/rx.c (flags_from_code): Likewise.
33802         (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
33803         is valid, n/pz otherwise.
33804         (rx_select_cc_mode): Return CCmode if Y is not zero.
33805
33806 2011-02-10  Richard Guenther  <rguenther@suse.de>
33807
33808         * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
33809
33810 2011-02-10  Richard Guenther  <rguenther@suse.de>
33811
33812         PR tree-optimization/47677
33813         * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
33814
33815 2011-02-10  Jakub Jelinek  <jakub@redhat.com>
33816
33817         PR target/47665
33818         * combine.c (make_compound_operation): Only change shifts into
33819         multiplication for SCALAR_INT_MODE_P.
33820
33821 2011-02-10  Jie Zhang  <jie@codesourcery.com>
33822
33823         PR testsuite/47622
33824         Revert
33825         2011-02-05  Jie Zhang  <jie@codesourcery.com>
33826         PR debug/42631
33827         * web.c (entry_register): Don't clobber the number of the
33828         first uninitialized reference in used[].
33829
33830 2011-02-09  Richard Guenther  <rguenther@suse.de>
33831
33832         PR tree-optimization/47664
33833         * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
33834         all edges again.
33835
33836 2011-02-09  David Edelsohn  <dje.gcc@gmail.com>
33837
33838         PR target/46481
33839         PR target/47032
33840         * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
33841         PROCESSOR_POWER7.
33842         (PROCESSOR_DEFAULT64): Same.
33843         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
33844
33845 2011-02-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33846
33847         * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
33848
33849 2011-02-09  Martin Jambor  <mjambor@suse.cz>
33850
33851         PR middle-end/45505
33852         * tree-sra.c (struct access): New flags grp_scalar_read and
33853         grp_scalar_write.  Changed description of assignment read and write
33854         flags.
33855         (dump_access): Dump new flags, reorder all of them.
33856         (sort_and_splice_var_accesses): Set the new flag accordingly, use them
33857         to detect multiple scalar reads.
33858         (analyze_access_subtree): Use the new scalar read write flags instead
33859         of the old flags.  Adjusted comments.
33860
33861 2011-02-08  DJ Delorie  <dj@redhat.com>
33862
33863         PR target/47548
33864         * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
33865         patterns.
33866
33867 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
33868
33869         * config/m68k/uclinux.opt: New.
33870         * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
33871
33872 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
33873
33874         * config/cris/elf.opt (sim): New Driver option.
33875
33876 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
33877
33878         * config/xtensa/elf.opt: New.
33879         * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
33880
33881 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
33882
33883         * config/vax/elf.opt: New.
33884         * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
33885
33886 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
33887
33888         * config/rs6000/aix64.opt (posix, pthread): New Driver options.
33889
33890 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
33891
33892         * config/gnu-user.opt: New.
33893         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
33894         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
33895         *-*-uclinux*): Use gnu-user.opt.
33896
33897 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
33898
33899         * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
33900         * config/i386/gnu.h (CPP_SPEC): Likewise.
33901
33902 2011-02-08  Ian Lance Taylor  <iant@google.com>
33903
33904         * common.opt (fcx-limited-range): Add SetByCombined flag.
33905         (ffinite-math-only, fmath-errno, frounding-math): Likewise.
33906         (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
33907         (fassociative-math, freciprocal-math): Likewise.
33908         (funsafe-math-optimizations): Likewise.
33909         * opth-gen.awk: Handle SetByCombined.
33910         * optc-gen.awk: Likewise.
33911         * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
33912         (set_unsafe_math_optimizations_flags): Likewise.
33913         * doc/options.texi (Option properties): Document SetByCombined.
33914
33915 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
33916
33917         * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
33918         i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
33919         m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
33920         m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
33921         sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
33922
33923 2011-02-08  Sebastian Pop  <sebastian.pop@amd.com>
33924
33925         PR tree-optimization/46834
33926         PR tree-optimization/46994
33927         PR tree-optimization/46995
33928         * graphite-sese-to-poly.c (used_outside_reduction): New.
33929         (detect_commutative_reduction): Call used_outside_reduction.
33930         (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
33931         translate_scalar_reduction_to_array only when at least one
33932         loop-phi/close-phi tuple has been detected.
33933
33934 2011-02-08  Richard Guenther  <rguenther@suse.de>
33935
33936         PR middle-end/47639
33937         * tree-vect-generic.c (expand_vector_operations_1): Update
33938         stmts here ...
33939         (expand_vector_operations): ... not here.  Cleanup EH info
33940         and the CFG if required.
33941
33942 2011-02-08  Richard Guenther  <rguenther@suse.de>
33943
33944         PR tree-optimization/47641
33945         * tree-ssa.c (execute_update_addresses_taken): For asm outputs
33946         require type compatibility.
33947
33948 2011-02-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33949
33950         * gimple-low.c (lower_function_body): Don't remove the location of
33951         the return statement here.
33952         (lower_gimple_return): Do it here instead but only if the return
33953         statement is actually used twice.
33954
33955 2011-02-08  Richard Guenther  <rguenther@suse.de>
33956
33957         PR tree-optimization/47632
33958         * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
33959         unused up_to_stmt parameter, return whether cfg-cleanup is
33960         necessary, remove EH info properly.
33961         (forward_propagate_into_gimple_cond): Adjust caller.
33962         (forward_propagate_into_cond): Likewise.
33963         (forward_propagate_comparison): Likewise.
33964         (tree_ssa_forward_propagate_single_use_vars): Make
33965         forward_propagate_comparison case similar to the two others.
33966
33967 2011-02-08  Nick Clifton  <nickc@redhat.com>
33968
33969         * config/mn10300/mn10300.opt (mliw): New command line option.
33970         * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
33971         (liw_bundling): New automaton.
33972         (liw): New attribute.
33973         (liw_op): New attribute.
33974         (liw_op1, liw_op2, liw_both, liw_either): New reservations.
33975         (movsi_internal): Add LIW attributes.
33976         (andsi3): Likewise.
33977         (iorsi3): Likewise.
33978         (xorsi3): Likewise.
33979         (addsi3): Separate register and immediate alternatives.
33980         Add LIW attributes.
33981         (subsi3): Likewise.
33982         (cmpsi): Likewise.
33983         (aslsi3): Likewise.
33984         (lshrsi3): Likewise.
33985         (ashrsi3): Likewise.
33986         (liw): New pattern.
33987         * config/mn10300/mn10300.c (liw_op_names): New
33988         (mn10300_print_operand): Handle 'W' operand descriptor.
33989         (extract_bundle): New function.
33990         (check_liw_constraints): New function.
33991         (liw_candidate): New function.
33992         (mn10300_bundle_liw): New function.
33993         (mn10300_reorg): New function.
33994         (TARGET_MACHINE_DEPENDENT_REORG): Define.
33995         (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
33996         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
33997         __LIW__ or __NO_LIW__.
33998         * doc/invoke.texi: Describe the -mliw command line option.
33999
34000 2011-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
34001
34002         * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
34003         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
34004         pthread_mutex_unlock): Remove.
34005         * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
34006         * config/pa/t-pa64: Likewise.
34007         * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
34008         shared libc if not linking against libpthread.
34009         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
34010
34011 2011-02-07  Iain Sandoe  <iains@gcc.gnu.org>
34012
34013         PR target/47558
34014         * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
34015         on 10.6 and later to ensure that we always use the unwinder from
34016         the system.  Only add -no_compact_unwind when tarteting darwin
34017         10.6 or later.
34018
34019 2011-02-07  Steve Ellcey  <sje@cup.hp.com>
34020
34021         PR target/46997
34022         * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
34023         (vec_interleave_lowv2sf): Ditto.
34024         (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
34025         (vec_extract_oddv2sf): Ditto.
34026
34027 2011-02-07  Mike Stump  <mikestump@comcast.net>
34028
34029         PR target/42333
34030         Add __ieee_divdc3 entry point.
34031         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
34032         entry point.
34033         (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
34034         * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
34035         * config/darwin.c (darwin_rename_builtins): Add.
34036         * config/darwin-protos.h (darwin_rename_builtins): Add.
34037
34038 2011-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
34039
34040         PR target/47636
34041         * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
34042         for the condition.
34043
34044 2011-02-07  Mike Stump  <mikestump@comcast.net>
34045
34046         * config/darwin.opt (mmacosx-version-min): Update default OS version.
34047
34048 2011-02-07  Denis Chertykov  <chertykov@gmail.com>
34049
34050         PR target/47534
34051         * config/avr/libgcc.S (exit): Move .endfunc
34052
34053 2011-02-07  Richard Guenther  <rguenther@suse.de>
34054
34055         PR tree-optimization/47615
34056         * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
34057         * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
34058         (run_scc_vn): Initialize it.
34059         (visit_reference_op_load): Use it.
34060         * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
34061
34062 2011-02-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
34063
34064         * config/spu/spu.c (spu_init_libfuncs): Install SImode and
34065         DImode trapping arithmetic libfuncs.
34066
34067 2011-02-07  Richard Guenther  <rguenther@suse.de>
34068
34069         PR tree-optimization/47621
34070         * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
34071         two duplicates ...
34072         (execute_update_addresses_taken): ... here.  Make it more
34073         conservative in what we accept.
34074
34075 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
34076
34077         * config/sparc/freebsd.h (ASM_SPEC): Define.
34078         * config/sparc/vxworks.h (ASM_SPEC): Define.
34079
34080 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
34081
34082         * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
34083
34084 2011-02-06  Steven Bosscher  <steven@gcc.gnu.org>
34085
34086         * doc/invoke.texi: Remove reference to compiler internals from
34087         user documentation.
34088
34089         * reg-notes.def: Remove REG_VALUE_PROFILE.
34090         * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
34091
34092 2011-02-05  Jakub Jelinek  <jakub@redhat.com>
34093
34094         PR middle-end/47610
34095         * varasm.c (default_section_type_flags): If decl is NULL,
34096         and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
34097
34098 2011-02-05  Jie Zhang  <jie@codesourcery.com>
34099
34100         PR debug/42631
34101         * web.c (entry_register): Don't clobber the number of the
34102         first uninitialized reference in used[].
34103
34104 2011-02-04  Sebastian Pop  <sebastian.pop@amd.com>
34105
34106         PR tree-optimization/46194
34107         * tree-data-ref.c (analyze_miv_subscript): Remove comment.
34108         (build_classic_dist_vector_1): Do not represent classic distance
34109         vectors when the access functions are variating in different loops.
34110
34111 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
34112
34113         * config/mips/iris6.opt: New.
34114         * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
34115
34116 2011-02-04  Richard Henderson  <rth@redhat.com>
34117             Steve Ellcey  <sje@cup.hp.com>
34118
34119         PR target/46997
34120         * config/ia64/predicates.md (mux1_brcst_element): New.
34121         * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
34122         * config/ia64/ia64.c (ia64_unpack_assemble): New.
34123         (ia64_unpack_sign): New.
34124         (ia64_expand_unpack): Rewrite using new routines.
34125         (ia64_expand_widen_sum): Ditto.
34126         (ia64_expand_dot_prod_v8qi): Ditto.
34127         * config/ia64/vect.md (mulv8qi3): Rewrite to use new
34128         routines, add endian check.
34129         (pmpy2_even): Rename from pmpy2_r, add endian check.
34130         (pmpy2_odd): Rename from pmpy2_l, add endian check.
34131         (vec_widen_smult_lo_v4hi): Rewrite using new routines.
34132         (vec_widen_smult_hi_v4hi): Ditto.
34133         (vec_widen_umult_lo_v4hi): Ditto.
34134         (vec_widen_umult_hi_v4hi): Ditto.
34135         (mulv2si3): Change endian checks.
34136         (sdot_prodv4hi): Rewrite with new calls.
34137         (udot_prodv4hi): New.
34138         (vec_pack_ssat_v4hi): Add endian check.
34139         (vec_pack_usat_v4hi): Ditto.
34140         (vec_pack_ssat_v2si): Ditto.
34141         (max1_even): Rename from max1_r, add endian check.
34142         (max1_odd): Rename from max1_l, add endian check.
34143         (*mux1_rev): Format change.
34144         (*mux1_mix): Ditto.
34145         (*mux1_shuf): Ditto.
34146         (*mux1_alt): Ditto.
34147         (*mux1_brcst_v8qi): Use new predicate.
34148         (vec_extract_evenv8qi): Remove endian check.
34149         (vec_extract_oddv8qi): Ditto.
34150         (vec_interleave_lowv4hi): Format change.
34151         (vec_interleave_highv4hi): Ditto.
34152         (mix2_even): Rename from mix2_r, add endian check.
34153         (mix2_odd): Rename from mux2_l, add endian check.
34154         (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
34155         (vec_extract_evenodd_helper): Format change.
34156         (vec_extract_evenv4hi): Remove endian check.
34157         (vec_extract_oddv4hi): Remove endian check.
34158         (vec_interleave_lowv2si): Format change.
34159         (vec_interleave_highv2si): Format change.
34160         (vec_initv2si): Remove endian check.
34161         (vecinit_v2si): Add endian check.
34162         (reduc_splus_v2sf): Add endian check.
34163         (reduc_smax_v2sf): Ditto.
34164         (reduc_smin_v2sf): Ditto.
34165         (vec_initv2sf): Remove endian check.
34166         (fpack): Add endian check.
34167         (fswap): Add endian check.
34168         (vec_interleave_highv2sf): Add endian check.
34169         (vec_interleave_lowv2sf): Add endian check.
34170         (fmix_lr): Add endian check.
34171         (vec_setv2sf): Format change.
34172         (*vec_extractv2sf_0_be): Use shift to extract operand.
34173         (*vec_extractv2sf_1_be): New.
34174         (vec_pack_trunc_v4hi): Add endian check.
34175         (vec_pack_trunc_v2si): Format change.
34176
34177 2011-02-04  Jakub Jelinek  <jakub@redhat.com>
34178
34179         PR inline-asm/23200
34180         * tree-ssa-ter.c (is_replaceable_p): Add TER argument.  Don't
34181         do bb, locus and block comparison and disallow loads if it is not set.
34182         (stmt_is_replaceable_p): New function.
34183         (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
34184         callers.
34185         * expr.c (expand_expr_real_1) <case SSA_NAME>: If
34186         get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
34187         SSA_NAME_DEF_STMT.
34188         * tree-flow.h (stmt_is_replaceable_p): New prototype.
34189
34190 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
34191
34192         * config/rs6000/xilinx.opt: New.
34193         * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
34194
34195 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
34196
34197         * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
34198
34199 2011-02-03  Anatoly Sokolov  <aesok@post.ru>
34200
34201         * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
34202         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
34203         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
34204         secondary_reload_info, xtensa_secondary_reload): Remove.
34205         * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
34206         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
34207         (xtensa_preferred_reload_class): Make static. Change return and
34208         'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
34209         Use CONST_DOUBLE_P predicate.
34210         (xtensa_preferred_output_reload_class): New function.
34211         (xtensa_secondary_reload): Make static.
34212
34213 2011-02-03  Joseph Myers  <joseph@codesourcery.com>
34214
34215         * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
34216         Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
34217         Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
34218
34219 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
34220
34221         PR middle-end/31490
34222         * output.h (SECTION_RELRO): Define.
34223         (SECTION_MACH_DEP): Adjust.
34224         (get_variable_section): New prototype.
34225         * varpool.c (varpool_finalize_named_section_flags): New function.
34226         (varpool_assemble_pending_decls): Call it.
34227         * cgraph.h (varpool_finalize_named_section_flags): New prototype.
34228         * cgraphunit.c (cgraph_output_in_order): Call
34229         varpool_finalize_named_section_flags.
34230         * varasm.c (get_section): Allow section flags conflicts between
34231         relro and read-only sections if the section hasn't been declared yet.
34232         Set SECTION_OVERRIDE after diagnosing section type conflict.
34233         (get_variable_section): No longer static.
34234         (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
34235         readonly sections that need relocations.
34236         (decl_readonly_section_1): New function.
34237         (decl_readonly_section): Use it.
34238
34239         Revert:
34240         2010-11-17  Dinar Temirbulatov  <dtemirbulatov@gmail.com>
34241                     Steve Ellcey  <sje@cup.hp.com>
34242
34243         PR middle-end/31490
34244         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
34245         if section attribute used.
34246
34247 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
34248
34249         * config/darwin.h (SECTION_NO_ANCHOR): Remove.
34250         * config/darwin.c (SECTION_NO_ANCHOR): Define.
34251         (darwin_init_sections): Remove assertion.
34252
34253 2011-02-03  Nick Clifton  <nickc@redhat.com>
34254
34255         * config/rx/predicates.md (rx_zs_comparison_operator): Remove
34256         lt and ge.
34257         * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
34258         * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
34259         instead of "n" and "pz".
34260         (flags_from_code): LT and GE tests need CC_FLAG_O as well as
34261         CC_FLAG_S.
34262
34263 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
34264
34265         PR target/47312
34266         * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
34267         fma, expand FMA_EXPR as fma{,f,l} call.
34268
34269         PR lto/47274
34270         * lto-streamer-out.c (write_symbol): When writing kind and visibility,
34271         copy them into a unsigned char variable and pass address of it to
34272         lto_output_data_stream.
34273
34274         PR target/47564
34275         * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
34276         around backend_init_target and lang_dependent_init_target calls.
34277         * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
34278         (verify_cgraph_node): Don't call set_cfun here.  Use
34279         cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
34280         Set error_found for incorrectly represented calls to thunks.
34281
34282 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
34283
34284         PR debug/43092
34285         PR rtl-optimization/43494
34286         * rtl.h (for_each_inc_dec_fn): New type.
34287         (for_each_inc_dec): Declare.
34288         * rtlanal.c (struct for_each_inc_dec_ops): New type.
34289         (for_each_inc_dec_find_inc_dec): New fn.
34290         (for_each_inc_dec_find_mem): New fn.
34291         (for_each_inc_dec): New fn.
34292         * dse.c (struct insn_size): Remove.
34293         (replace_inc_dec, replace_inc_dec_mem): Remove.
34294         (emit_inc_dec_insn_before): New fn.
34295         (check_for_inc_dec): Use it, along with for_each_inc_dec.
34296         (canon_address): Pass mem modes to cselib_lookup.
34297         * cselib.h (cselib_lookup): Add memmode argument.  Adjust callers.
34298         (cselib_lookup_from_insn): Likewise.
34299         (cselib_subst_to_values): Likewise.
34300         * cselib.c (find_slot_memmode): New var.
34301         (cselib_find_slot): New fn.  Use it instead of
34302         htab_find_slot_with_hash everywhere.
34303         (entry_and_rtx_equal_p): Use find_slot_memmode.
34304         (autoinc_split): New fn.
34305         (rtx_equal_for_cselib_p): Rename and implement in terms of...
34306         (rtx_equal_for_cselib_1): ... this.  Take memmode, pass it on.
34307         Deal with autoinc.  Special-case recursion into MEMs.
34308         (cselib_hash_rtx): Likewise.
34309         (cselib_lookup_mem): Infer pmode from address mode.  Distinguish
34310         address and MEM modes.
34311         (cselib_subst_to_values): Add memmode, pass it on.
34312         Deal with autoinc.
34313         (cselib_lookup): Add memmode argument, pass it on.
34314         (cselib_lookup_from_insn): Add memmode.
34315         (cselib_invalidate_rtx): Discard obsolete push_operand handling.
34316         (struct cselib_record_autoinc_data): New.
34317         (cselib_record_autoinc_cb): New fn.
34318         (cselib_record_sets): Use it, along with for_each_inc_dec.  Pass MEM
34319         mode to cselib_lookup.  Reset autoinced REGs here instead of...
34320         (cselib_process_insn): ... here.
34321         * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
34322         to cselib_lookup.
34323         (add_uses): Likewise, also to cselib_subst_to_values.
34324         (add_stores): Likewise.
34325         * sched-deps.c (add_insn_mem_dependence): Pass mode to
34326         cselib_subst_to_values.
34327         (sched_analyze_1, sched_analyze_2): Likewise.  Adjusted.
34328         * gcse.c (do_local_cprop): Adjusted.
34329         * postreload.c (reload_cse_simplify_set): Adjusted.
34330         (reload_cse_simplify_operands): Adjusted.
34331         * sel-sched-dump (debug_mem_addr_value): Pass mode.
34332
34333 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
34334
34335         PR tree-optimization/45122
34336         * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
34337         unsafe assumptions when there's more than one loop exit.
34338
34339 2011-02-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
34340
34341         PR target/47272
34342         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
34343         Document using vector double with the load/store builtins, and
34344         that the load/store builtins always use Altivec instructions.
34345
34346         * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
34347         to use altivec memory instructions, even on VSX.
34348         (vector_altivec_store_<mode>): Ditto.
34349
34350         * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
34351         function.
34352
34353         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
34354         V2DF, V2DI support to load/store overloaded builtins.
34355
34356         * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
34357         altivec load/store builtins for V2DF/V2DI types.
34358
34359         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
34360         set avoid indexed addresses on power6 if -maltivec.
34361         (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
34362         vector_altivec_load/vector_altivec_store builtins.
34363         (altivec_expand_st_builtin): Ditto.
34364         (altivec_expand_builtin): Add VSX memory builtins.
34365         (rs6000_init_builtins): Add V2DI types to internal types.
34366         (altivec_init_builtins): Add support for V2DF/V2DI altivec
34367         load/store builtins.
34368         (rs6000_address_for_altivec): Insure memory address is appropriate
34369         for Altivec.
34370
34371         * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
34372         vec_vsx_ld and vec_vsx_st.
34373         (vsx_store_<mode>): Ditto.
34374
34375         * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
34376         variables to hold long long types for VSX vector memory builtins.
34377         (RS6000_BTI_unsigned_long_long): Ditto.
34378         (long_long_integer_type_internal_node): Ditti.
34379         (long_long_unsigned_type_internal_node): Ditti.
34380
34381         * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
34382         (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
34383         (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
34384
34385         * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
34386         short cuts.
34387         (vec_vsx_st): Ditto.
34388
34389 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
34390
34391         * config/pa/pa-hpux10.opt: New.
34392         * config/hpux11.opt (pthread): New Driver option.
34393         * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
34394         * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
34395
34396 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
34397
34398         * config/ia64/vms.opt: New.
34399         * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
34400
34401 2011-02-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
34402
34403         PR target/47580
34404         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
34405         gpc_reg_operand instead of vsx_register_operand to match rs6000.md
34406         generator functions.
34407         (vsx_floatuns<VSi><mode>2): Ditto.
34408         (vsx_fix_trunc<mode><VSi>2): Ditto.
34409         (vsx_fixuns_trunc<mode><VSi>2): Ditto.
34410
34411 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
34412
34413         * config/i386/djgpp.opt (posix): New Driver option.
34414
34415 2011-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
34416
34417         * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
34418         Move to the unsupported targets list.
34419
34420 2011-02-02  Peter Bergner  <bergner@vnet.ibm.com>
34421
34422         PR rtl-optimization/47525
34423         * df-scan.c: Update copyright years.
34424         (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
34425         and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
34426
34427 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34428
34429         * config/i386/sysv4.h (TARGET_VERSION): Remove.
34430         (SUBTARGET_RETURN_IN_MEMORY): Remove.
34431         (ASM_OUTPUT_ASCII): Remove.
34432         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
34433
34434 2011-02-02  Jeff Law  <law@redhat.com>
34435
34436         PR middle-end/47543
34437         * reload.c (find_reloads_address): Handle reg+d address where both
34438         components are invalid by reloading the entire address.
34439
34440 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
34441             Richard Guenther  <rguenther@suse.de>
34442
34443         PR tree-optimization/40979
34444         PR bootstrap/47044
34445         * passes.c (init_optimization_passes): After LIM call copy_prop
34446         and DCE to clean up.
34447         * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
34448
34449 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
34450
34451         PR tree-optimization/47576
34452         PR tree-optimization/47555
34453         * doc/invoke.texi (scev-max-expr-complexity): Documented.
34454         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
34455         (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
34456         * tree-scalar-evolution.c (follow_ssa_edge): Use
34457         PARAM_SCEV_MAX_EXPR_COMPLEXITY.
34458
34459 2011-02-02  Richard Guenther  <rguenther@suse.de>
34460
34461         PR tree-optimization/47566
34462         * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
34463
34464 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
34465
34466         PR debug/47106
34467         PR debug/47402
34468         * tree-inline.c (declare_return_variable): Remove unused caller
34469         variable.
34470
34471         PR debug/47106
34472         PR debug/47402
34473         * tree-flow-inline.h (clear_is_used, is_used_p): New.
34474         * cfgexpand.c (account_used_vars_for_block): Use them.
34475         * tree-nrv.c (tree_nrv): Likewise.
34476         * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
34477         (dump_scope_block): Likewise.
34478         (remove_unused_locals): Likewise.
34479
34480         PR debug/47106
34481         PR debug/47402
34482         * tree-inline.c (declare_return_variable): Add result decl to
34483         local decls only once.
34484         * gimple-low.c (record_vars_into): Mark newly-created variables
34485         as referenced.
34486
34487 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
34488
34489         PR debug/47498
34490         PR debug/47501
34491         PR debug/45136
34492         PR debug/45130
34493         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
34494         debug insns.
34495         (no_real_insns_p, schedule_block, set_priorities): Drop special
34496         treatment of boundary debug insns.
34497         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
34498         * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
34499         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
34500         (BOUNDARY_DEBUG_INSN_P): Likewise.
34501         (SCHEDULE_DEBUG_INSN_P): Likewise.
34502         * sched-rgn.c (init_ready_list): Drop special treatment of
34503         boundary debug insns.
34504         * final.c (rest_of_clean_state): Clear notes' BB.
34505
34506 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34507
34508         * config/openbsd.opt (assert=): New Driver option.
34509
34510 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34511
34512         * config/i386/nto.opt: New.
34513         * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
34514
34515 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34516
34517         * config/i386/netware.opt: New.
34518         * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
34519
34520 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34521
34522         * config/interix.opt (posix): New Driver option.
34523
34524 2011-02-01  DJ Delorie  <dj@redhat.com>
34525
34526         * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
34527
34528         * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
34529         class for A0/A1.
34530
34531 2011-02-01  Sebastian Pop  <sebastian.pop@amd.com>
34532
34533         PR tree-optimization/47561
34534         * toplev.c (process_options): Print the Graphite flags.  Add
34535         flag_loop_flatten to the list of options requiring Graphite.
34536
34537 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34538
34539         * config/i386/cygming.opt (posix): New Driver option.
34540
34541 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34542
34543         * config/arm/vxworks.opt: New.
34544         * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
34545
34546 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34547
34548         * config/alpha/elf.opt: New.
34549         * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
34550         alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
34551
34552 2011-02-01  Richard Guenther  <rguenther@suse.de>
34553
34554         PR tree-optimization/47559
34555         * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
34556         store-motion on references that can throw.
34557
34558 2011-02-01  Bernd Schmidt  <bernds@codesourcery.com>
34559
34560         * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
34561         * tree-pass.h (TDF_CSELIB): New macro.
34562         * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
34563         cselib_lookup): Check for it rather than for TDF_DETAILS.
34564
34565 2011-02-01  H.J. Lu  <hongjiu.lu@intel.com>
34566
34567         PR driver/47547
34568         * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
34569         is HOST_BIT_BUCKET.
34570
34571         * opts.c (finish_options): Don't add x_aux_base_name if it is
34572         HOST_BIT_BUCKET.
34573
34574 2011-02-01  Richard Guenther  <rguenther@suse.de>
34575
34576         PR tree-optimization/47555
34577         Revert
34578         2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
34579
34580         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
34581
34582 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
34583
34584         PR gcc/46692
34585         * config/lm32/t-lm32: Add multilib for all CPU options.
34586
34587 2011-02-01  Richard Guenther  <rguenther@suse.de>
34588
34589         PR tree-optimization/47541
34590         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
34591         sure to have a field at offset zero.
34592
34593 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
34594
34595         * config/arc/arc.opt (EB, EL): New Driver options.
34596
34597 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
34598
34599         * config/alpha/osf5.opt: New.
34600         * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
34601
34602 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
34603
34604         * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
34605
34606 2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
34607
34608         * common.opt (ftree-loop-linear): Use Alias to make it an alias of
34609         -floop-interchange.
34610         * invoke.texi (-ftree-loop-linear): Make it clear that this flag
34611         is an alias of -floop-interchange and that it requires the
34612         Graphite infrastructure.
34613         * tree-ssa-loop.c (gate_graphite_transforms): Do not set
34614         flag_loop_interchange based on the value of flag_tree_loop_linear.
34615
34616 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
34617             Richard Guenther  <rguenther@suse.de>
34618
34619         PR tree-optimization/47538
34620         * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
34621         type instead of r1type, except for comparisons.  For right
34622         shifts and comparisons punt if there are mismatches in
34623         sizetype vs. non-sizetype types.
34624
34625 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34626
34627         * doc/sourcebuild.texi (Effective-Target Keywords): Document
34628         avx_runtime.
34629
34630 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34631
34632         * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
34633         version number.
34634         * configure: Regenerate.
34635
34636 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34637
34638         * configure.ac (gcc_cv_ld_static_option): Define.
34639         (gcc_cv_ld_dynamic_option): Define.
34640         (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
34641         instead.
34642         (HAVE_LD_STATIC_DYNAMIC): Update message.
34643         (LD_STATIC_OPTION): Define.
34644         (LD_DYNAMIC_OPTION): Define.
34645         * configure: Regenerate.
34646         * config.in: Regenerate.
34647         * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
34648         HAVE_LD_STATIC_DYNAMIC]: Use them.
34649
34650 2011-01-31  Nick Clifton  <nickc@redhat.com>
34651
34652         * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
34653         registers inside interrupt handlers if the handler is not a leaf
34654         function.
34655
34656 2011-01-31  Nick Clifton  <nickc@redhat.com>
34657
34658         * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
34659         reg_renumber returning an INVALID_REGNUM.
34660
34661 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
34662
34663         PR libgcj/44341
34664         * doc/install.texi: Document host options discarded when cross
34665         configuring target libraries.
34666
34667 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
34668
34669         Reverted:
34670         2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
34671         PR debug/45136
34672         PR debug/45130
34673         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
34674         debug insns.
34675         (no_real_insns_p, schedule_block, set_priorities): Drop special
34676         treatment of boundary debug insns.
34677         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
34678         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
34679         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
34680         (BOUNDARY_DEBUG_INSN_P): Likewise.
34681         (SCHEDULE_DEBUG_INSN_P): Likewise.
34682         * sched-rgn.c (init_ready_list): Drop special treatment of
34683         boundary debug insns.
34684         * final.c (rest_of_clean-state): Clear notes' BB.
34685
34686 2011-01-31  Alan Modra  <amodra@gmail.com>
34687
34688         * config/rs6000/rs6000.c (print_operand): Rearrange addends in
34689         toc relative expressions as we do in print_operand_address.
34690
34691 2011-01-30  Kazu Hirata  <kazu@codesourcery.com>
34692
34693         * doc/extend.texi: Follow spelling conventions.
34694         * doc/invoke.texi: Fix a typo.
34695
34696 2011-01-30  Joseph Myers  <joseph@codesourcery.com>
34697
34698         * config/hpux11.opt: New.
34699         * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
34700         ia64*-*-hpux*): Use hpux11.opt.
34701
34702 2011-01-30  Jonathan Yong  <jon_y@users.sourceforge.net>
34703
34704         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
34705         to tmake_file.
34706
34707 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
34708
34709         * doc/install.texi (hppa-hp-hpux10): Remove references to HP
34710         support sites.
34711
34712 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
34713
34714         * doc/install.texi (Binaries): Remove outdated reference for
34715         Motorola 68HC11/68HC12 downloads.
34716
34717 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
34718
34719         * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
34720         Drepper's paper.
34721
34722 2011-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
34723
34724         PR bootstrap/47147
34725         * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
34726         used by NetBSD.
34727
34728 2011-01-28  Ahmad Sharif  <asharif@google.com>
34729
34730         * value-prof.c (check_counter): Corrected error message.
34731
34732 2011-01-29  Jie Zhang  <jie@codesourcery.com>
34733
34734         * config/arm/arm.c (arm_legitimize_reload_address): New.
34735         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
34736         arm_legitimize_reload_address.
34737         * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
34738
34739 2011-01-28  Ian Lance Taylor  <iant@google.com>
34740
34741         * godump.c (go_define): Ignore macros whose definitions include
34742         two adjacent operands.
34743
34744 2011-01-28  Jakub Jelinek  <jakub@redhat.com>
34745
34746         PR target/42894
34747         * varasm.c (force_const_mem): Store copy of x in desc->constant
34748         instead of x itself.
34749         * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
34750         itself into REG_EQUAL note.
34751
34752 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
34753
34754         * config/freebsd.opt (posix, rdynamic): New Driver options.
34755
34756 2011-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34757
34758         * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
34759         -Bstatic/-Bdynamic.
34760         * configure: Regenerate.
34761
34762 2011-01-27  Joseph Myers  <joseph@codesourcery.com>
34763
34764         * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
34765         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
34766
34767 2011-01-27  Anatoly Sokolov  <aesok@post.ru>
34768
34769         * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
34770         * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
34771         * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
34772         (s390_preferred_reload_class): Make static. Change return and
34773         'rclass' argument type to reg_class_t.
34774
34775 2011-01-27  Jan Hubicka  <jh@suse.cz>
34776
34777         PR middle-end/46949
34778         * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
34779         (process_function_and_variable_attributes): Check defined weakrefs.
34780
34781 2011-01-27  Martin Jambor  <mjambor@suse.cz>
34782
34783         PR tree-optimization/47228
34784         * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
34785         build_ref_for_offset.
34786
34787 2011-01-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
34788
34789         * config/spu/spu-elf.h (ASM_SPEC): Remove.
34790
34791 2011-01-26  Mikael Pettersson  <mikpe@it.uu.se>
34792
34793         PR rtl-optimization/46856
34794         * postreload.c (reload_combine_recognize_const_pattern): Do not
34795         separate cc0 setter and user on cc0 targets.
34796
34797 2011-01-26  Nicola Pero  <nicola.pero@meta-innovation.com>
34798
34799         PR c/43082
34800         * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
34801         passed a VOID_TYPE expression, immediately emit an error and
34802         return error_mark_node.
34803
34804 2011-01-26  Jeff Law  <law@redhat.com>
34805
34806         PR rtl-optimization/47464
34807         * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
34808         rather than may_trap_p as needed.
34809
34810 2011-01-26  DJ Delorie  <dj@redhat.com>
34811
34812         PR rtl-optimization/46878
34813         * combine.c (insn_a_feeds_b): Check for the implicit cc0
34814         setter/user dependency as well.
34815
34816 2011-01-26  Eric Botcazou  <ebotcazou@adacore.com>
34817
34818         PR rtl-optimization/44469
34819         * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
34820         after removing trivially dead basic blocks.
34821
34822 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
34823
34824         * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
34825         * config/frv/frv.h (LINK_SPEC): Likewise.
34826         * config/i386/netware.h (LINK_SPEC): Likewise.
34827         * config/m68k/linux.h (ASM_SPEC): Likewise.
34828         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
34829         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
34830         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
34831         * config/sparc/linux.h (ASM_SPEC): Likewise.
34832         * config/sparc/linux64.h (ASM_SPEC): Likewise.
34833         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
34834
34835 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
34836
34837         * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
34838         * config/frv/frv.h (ASM_SPEC): Likewise.
34839         * config/m68k/linux.h (ASM_SPEC): Likewise.
34840         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
34841         * config/rs6000/linux64.h (ASM_SPEC): Likewise.
34842         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
34843         * config/sparc/linux.h (ASM_SPEC): Likewise.
34844         * config/sparc/linux64.h (ASM_SPEC): Likewise.
34845         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
34846
34847 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
34848
34849         * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
34850         * config/frv/frv.h (LINK_SPEC): Likewise.
34851         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
34852
34853 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
34854
34855         * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
34856         * config/frv/frv.h (ASM_SPEC): Likewise.
34857         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
34858         * config/m68k/linux.h (ASM_SPEC): Likewise.
34859         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
34860         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
34861         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
34862         * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
34863         * config/sparc/linux.h (ASM_SPEC): Likewise.
34864         * config/sparc/linux64.h (ASM_SPEC): Likewise.
34865         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
34866         * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
34867
34868 2011-01-26  Steve Ellcey  <sje@cup.hp.com>
34869
34870         PR target/46997
34871         * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
34872         (*mux2): Ditto.
34873         (vec_extract_evenodd_help): Ditto.
34874         (vec_extract_evenv4hi): Ditto.
34875         (vec_extract_oddv4hi): Ditto.
34876         (vec_interleave_lowv2si): Ditto.
34877         (vec_interleave_highv2si): Ditto.
34878         (vec_extract_evenv2si): Ditto.
34879         (vec_extract_oddv2si: Ditto.
34880         (vec_pack_trunc_v2si): Ditto.
34881
34882 2011-01-22  Jan Hubicka  <jh@suse.cz>
34883
34884         PR target/47237
34885         * cgraph.h (cgraph_local_info): New field can_change_signature.
34886         * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
34887         signature can change.
34888         (ipcp_estimate_growth): Call sequence simplify only if calle signature
34889         can change.
34890         (ipcp_insert_stage): Only compute args_to_skip if signature can change.
34891         (cgraph_function_versioning): We can not change signature of functions
34892         that don't allow that.
34893         * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
34894         (lto_input_node): Likewise.
34895         * ipa-inline.c (compute_inline_parameters): Compute
34896         local.can_change_signature.
34897         * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
34898         * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
34899         functions that can not change signature.
34900         * i386.c (ix86_function_regparm, ix86_function_sseregparm,
34901         init_cumulative_args): Do not use local calling conventions
34902         for functions that can not change signature.
34903
34904 2011-01-22  Jan Hubicka  <jh@suse.cz>
34905
34906         * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
34907
34908 2011-01-26  Richard Guenther  <rguenther@suse.de>
34909
34910         PR tree-optimization/47190
34911         * cgraphunit.c (process_common_attributes): New function.
34912         (process_function_and_variable_attributes): Use it.
34913
34914 2011-01-26  Richard Guenther  <rguenther@suse.de>
34915
34916         PR lto/47423
34917         * cgraphbuild.c (record_eh_tables): Record reference to personality
34918         function.
34919
34920 2011-01-26  Alexandre Oliva  <aoliva@redhat.com>
34921
34922         PR debug/45454
34923         * sel-sched.c (moveup_expr): Don't let debug insns prevent
34924         non-debug insns from moving up.
34925
34926 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
34927
34928         PR target/40125
34929         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
34930         t-dlldir{,-x} fragment for build and add it to tmake_file.
34931         (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
34932         * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
34933         * config/i386/t-dlldir: New file.
34934         (SHLIB_DLLDIR): Define.
34935         * config/i386/t-dlldir-x: New file.
34936         (SHLIB_DLLDIR): Define.
34937         * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
34938         (SHLIB_INSTALL): Use it.
34939
34940 2011-01-26  Chung-Lin Tang  <cltang@codesourcery.com>
34941
34942         PR target/47246
34943         * config/arm/arm.c (thumb2_legitimate_index_p): Change the
34944         lower bound of the allowed Thumb-2 coprocessor load/store
34945         index range to -256. Add explaining comment.
34946
34947 2011-01-25  Ian Lance Taylor  <iant@google.com>
34948
34949         * godump.c (go_define): Improve lexing of macro expansion to only
34950         accept expressions which match Go spec.
34951
34952 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
34953
34954         PR c++/43601
34955         * tree.c (handle_dll_attribute): Handle it.
34956         * doc/extend.texi (@item dllexport): Mention it.
34957         * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
34958
34959 2011-01-25  Ian Lance Taylor  <iant@google.com>
34960
34961         PR tree-optimization/26854
34962         * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
34963         (decl_jump_unsafe): Move higher in file, with no other change.
34964         (bind): Set has_jump_unsafe_decl if appropriate.
34965         (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
34966         (check_earlier_gotos): Likewise.
34967         (c_check_switch_jump_warnings): Likewise.
34968
34969 2011-01-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
34970
34971         * doc/invoke.texi (Warning Options): Add missing hyphen.
34972         (-fprofile-dir): Minor grammatical fixes.
34973         (-fbranch-probabilities): Likewise.
34974
34975 2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
34976
34977         PR debug/45136
34978         PR debug/45130
34979         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
34980         debug insns.
34981         (no_real_insns_p, schedule_block, set_priorities): Drop special
34982         treatment of boundary debug insns.
34983         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
34984         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
34985         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
34986         (BOUNDARY_DEBUG_INSN_P): Likewise.
34987         (SCHEDULE_DEBUG_INSN_P): Likewise.
34988         * sched-rgn.c (init_ready_list): Drop special treatment of
34989         boundary debug insns.
34990         * final.c (rest_of_clean-state): Clear notes' BB.
34991
34992 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
34993
34994         * Makefile.in (LAMBDA_H): Removed.
34995         (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
34996         (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
34997         lambda-trans.o, and tree-loop-linear.o.
34998         (lto-symtab.o): Remove dependence on LAMBDA_H.
34999         (tree-loop-linear.o): Remove rule.
35000         (lambda-mat.o): Same.
35001         (lambda-trans.o): Same.
35002         (lambda-code.o): Same.
35003         (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
35004         (tree-vect-slp.o): Same.
35005         * hwint.h (gcd): Moved here.
35006         (least_common_multiple): Same.
35007         * lambda-code.c: Removed.
35008         * lambda-mat.c: Removed.
35009         * lambda-trans.c: Removed.
35010         * lambda.h: Removed.
35011         * tree-loop-linear.c: Removed.
35012         * lto-symtab.c: Do not include lambda.h.
35013         * omega.c (gcd): Removed.
35014         * passes.c (init_optimization_passes): Remove pass_linear_transform.
35015         * tree-data-ref.c (print_lambda_vector): Moved here.
35016         (lambda_vector_copy): Same.
35017         (lambda_matrix_copy): Same.
35018         (lambda_matrix_id): Same.
35019         (lambda_vector_first_nz): Same.
35020         (lambda_matrix_row_add): Same.
35021         (lambda_matrix_row_exchange): Same.
35022         (lambda_vector_mult_const): Same.
35023         (lambda_vector_negate): Same.
35024         (lambda_matrix_row_negate): Same.
35025         (lambda_vector_equal): Same.
35026         (lambda_matrix_right_hermite): Same.
35027         * tree-data-ref.h: Do not include lambda.h.
35028         (lambda_vector): Moved here.
35029         (lambda_matrix): Same.
35030         (dependence_level): Same.
35031         (lambda_transform_legal_p): Removed declaration.
35032         (lambda_collect_parameters): Same.
35033         (lambda_compute_access_matrices): Same.
35034         (lambda_vector_gcd): Same.
35035         (lambda_vector_new): Same.
35036         (lambda_vector_clear): Same.
35037         (lambda_vector_lexico_pos): Same.
35038         (lambda_vector_zerop): Same.
35039         (lambda_matrix_new): Same.
35040         * tree-flow.h (least_common_multiple): Removed declaration.
35041         * tree-parloops.c (lambda_trans_matrix): Moved here.
35042         (LTM_MATRIX): Same.
35043         (LTM_ROWSIZE): Same.
35044         (LTM_COLSIZE): Same.
35045         (LTM_DENOMINATOR): Same.
35046         (lambda_trans_matrix_new): Same.
35047         (lambda_matrix_vector_mult): Same.
35048         (lambda_transform_legal_p): Same.
35049         * tree-pass.h (pass_linear_transform): Removed declaration.
35050         * tree-ssa-loop.c (tree_linear_transform): Removed.
35051         (gate_tree_linear_transform): Removed.
35052         (pass_linear_transform): Removed.
35053         (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
35054         flag_loop_interchange.
35055
35056 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
35057
35058         PR tree-optimization/47265
35059         PR tree-optimization/47443
35060         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
35061         if name still has some uses.
35062
35063 2011-01-25  Martin Jambor  <mjambor@suse.cz>
35064
35065         PR tree-optimization/47382
35066         * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
35067         (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
35068
35069 2011-01-25  Joel Sherrill  <joel.sherrill@oarcorp.com>
35070
35071         * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
35072         sjlj_except_unwind_info.
35073
35074 2011-01-25  Richard Guenther  <rguenther@suse.de>
35075
35076         PR tree-optimization/47426
35077         * tree-ssa-structalias.c (ipa_pta_execute): Make externally
35078         visible functions results escape.
35079
35080 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
35081
35082         PR target/45701
35083         * config/arm/arm.c (any_sibcall_uses_r3): New function.
35084         (arm_get_frame_offsets): Use it.
35085
35086 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35087             Jakub Jelinek  <jakub@redhat.com>
35088
35089         PR tree-optimization/47271
35090         * tree-if-conv.c (bb_postdominates_preds): New.
35091         (if_convertible_bb_p): Call bb_postdominates_preds.
35092         (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
35093         (predicate_scalar_phi): Call bb_postdominates_preds.
35094
35095 2011-01-25  Nick Clifton  <nickc@redhat.com>
35096
35097         * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
35098         * config/rx/rx.c (rx_function_value): Likewise.
35099         (rx_promote_function_mode): Likewise.
35100         (gen_safe_add): Place an outsized immediate value inside an UNSPEC
35101         in order to make it legitimate.
35102         * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
35103         make sure that the first operand is the same as the result register.
35104         (addsi3_unspec): Delete.
35105         (subdi3): Do not accept immediate operands.
35106         (subdi3_internal): Likewise.
35107
35108 2011-01-25  Jeff Law  <law@redhat.com>
35109
35110         PR rtl-optimization/37273
35111         * ira-costs.c (scan_one_insn): Detect constants living in memory and
35112         handle them like argument loads from stack slots.  Do not double
35113         count memory for memory constants and argument loads from stack slots.
35114
35115 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
35116
35117         PR tree-optimization/47427
35118         PR tree-optimization/47428
35119         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
35120         coalesce if the new root var would be TREE_READONLY.
35121
35122 2011-01-25  Richard Guenther  <rguenther@suse.de>
35123
35124         PR middle-end/47414
35125         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
35126         correct type for TBAA.
35127
35128 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35129
35130         * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
35131         (close_phi_written_to_memory): Call for_each_index with
35132         dr_indices_valid_in_loop.
35133
35134 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35135
35136         * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
35137         when it is initialized.
35138
35139 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35140
35141         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
35142         call to graphite_find_data_references_in_stmt.
35143         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
35144         (try_generate_gimple_bb): Call outermost_loop_in_sese_1.  Update
35145         call to graphite_find_data_references_in_stmt.
35146         (analyze_drs_in_stmts): Same.
35147         * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
35148         in which the scalar analysis of indices is performed.
35149         (create_data_ref): Same.  Update call to dr_analyze_indices.
35150         (find_data_references_in_stmt): Update call to create_data_ref.
35151         (graphite_find_data_references_in_stmt): Same.
35152         * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
35153         declaration.
35154         (create_data_ref): Same.
35155         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
35156         call to create_data_ref.
35157
35158 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35159
35160         * graphite-sese-to-poly.c (build_poly_scop): Move
35161         rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
35162
35163 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35164
35165         * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
35166         VAR_DECL, PARM_DECL, and RESULT_DECL.
35167
35168 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35169
35170         * graphite-dependences.c (reduction_dr_1): Allow several reductions
35171         in a reduction PBB.
35172         * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
35173         that have already been marked as PBB_IS_REDUCTION.
35174
35175 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35176
35177         * graphite-scop-detection.c (same_close_phi_node): New.
35178         (remove_duplicate_close_phi): New.
35179         (make_close_phi_nodes_unique): New.
35180         (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
35181
35182 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35183
35184         * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
35185         * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
35186         of both data references to be the same.
35187
35188 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35189
35190         * graphite-dependences.c (build_lexicographical_constraint): Remove
35191         the gdim parameter.
35192         (build_lexicographical_constraint): Adjust call to
35193         ppl_powerset_is_empty.
35194         (dependence_polyhedron): Same.
35195         (graphite_legal_transform_dr): Same.
35196         (graphite_carried_dependence_level_k): Same.
35197         * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
35198         parameter.
35199         * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
35200
35201 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35202
35203         * graphite-sese-to-poly.c
35204         (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
35205         (close_phi_written_to_memory): New.
35206         (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
35207         and unshare_expr.
35208
35209 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35210
35211         * doc/install.texi: Update the expected version number of PPL to 0.11.
35212         * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
35213         #if PPL_VERSION_MINOR < 11.
35214
35215 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35216
35217         * graphite-dependences.c: Include graphite-cloog-util.h.
35218         (new_poly_ddr): Inlined into dependence_polyhedron.
35219         (free_poly_ddr): Moved close by new_poly_ddr.
35220         (dependence_polyhedron_1): Renamed dependence_polyhedron.
35221         Early return NULL when ppl_powerset_is_empty returns true.
35222         (dependence_polyhedron): Renamed new_poly_ddr.  Call only once
35223         poly_drs_may_alias_p.  Avoid one call to ppl_powerset_is_empty.
35224         (graphite_legal_transform_dr): Call new_poly_ddr.
35225         (graphite_carried_dependence_level_k): Same.
35226         (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2.  Use new_poly_ddr.
35227         (dot_transformed_deps_stmt_1): Removed.
35228         (dot_deps_stmt_1): Call dot_deps_stmt_2.
35229         (dot_original_deps): Renamed dot_deps_2.  Call new_poly_ddr.
35230         (dot_deps_1): Call dot_deps_2.
35231         * Makefile.in (graphite-dependences.o): Add missing dependence on
35232         graphite-cloog-util.h.
35233
35234 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35235
35236         * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
35237         (build_lexicographical_constraint): Same.
35238         (dependence_polyhedron_1): Same.
35239         (graphite_legal_transform_dr): Same.
35240         (graphite_carried_dependence_level_k): Same.
35241         * graphite-ppl.c (ppl_powerset_is_empty): New.
35242         * graphite-ppl.h (ppl_powerset_is_empty): Declared.
35243         * tree-data-ref.c (dump_data_reference): Print the basic block index.
35244
35245 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35246
35247         * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
35248         the "a followed by b" relation and document it.
35249
35250 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35251
35252         * graphite-dependences.c (build_lexicographical_constraint): Stop the
35253         iteration when the bag of constraints is empty.
35254
35255 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35256
35257         * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
35258
35259 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35260
35261         * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
35262         nest and two loop depths as parameters.
35263         (lst_try_interchange_loops): Call lst_interchange_profitable_p after
35264         lst_perfect_nestify.
35265
35266 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35267
35268         * graphite-dependences.c (print_pddr): Call
35269         ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
35270
35271 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35272
35273         * graphite-ppl.c (debug_gmp_value): New.
35274         * graphite-ppl.h (debug_gmp_value): Declared.
35275
35276 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
35277
35278         * doc/install.texi: Document availability of cloog-0.16.
35279
35280 2011-01-25  Vladimir Kargov  <kargov@gmail.com>
35281
35282         * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
35283         invalid postdominance info.
35284
35285 2011-01-24  Jan Hubicka  <jh@suse.cz>
35286
35287         PR c/21659
35288         * doc/extend.texi (weak pragma): Drop claim that it must
35289         appear before definition.
35290         * varasm.c (merge_weak, declare_weak): Only sanity check
35291         that DECL is not output at a time it is declared weak.
35292
35293 2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
35294
35295         * machmode.def: Fixed comments.
35296
35297 2011-01-24  Kai Tietz  <kai.tietz@onevision.com>
35298
35299         * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
35300
35301 2011-01-24  Paul Koning  <ni1d@arrl.net>
35302
35303         * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
35304         WORDS_BIG_ENDIAN.
35305
35306 2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>
35307
35308         PR target/46519
35309         * config/i386/i386.c: Include sbitmap.h and fibheap.h.
35310         (block_info): Add scanned and prev.
35311         (move_or_delete_vzeroupper_2): Return if the basic block
35312         has been scanned and the upper 128bit state is unchanged
35313         from the last scan.
35314         (move_or_delete_vzeroupper_1): Return true if the exit
35315         state is changed.
35316         (move_or_delete_vzeroupper): Visit basic blocks using the
35317         work-list based algorithm based on vt_find_locations in
35318         var-tracking.c.
35319
35320         * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
35321
35322 2011-01-24  Nick Clifton  <nickc@redhat.com>
35323
35324         * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
35325         * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
35326         -mv850e1 to the assembler.  If -mv850e1 or -mv850es is specified
35327         then define __v850e1__.
35328         * doc/invoke.texi: Document -mv850es.
35329
35330 2011-01-24  Richard Henderson  <rth@redhat.com>
35331
35332         * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
35333         compound unordered comparisons.
35334         * config/rx/rx.c (rx_split_fp_compare): Remove.
35335         * config/rx/rx-protos.h: Update.
35336         * config/rx/rx.md (gcc_conds, rx_conds): Remove.
35337         (cbranchsf4): Don't call rx_split_fp_compare.
35338         (*cbranchsf4): Use rx_split_cbranch.
35339         (*cmpsf): Don't accept "i" constraint.
35340         (*conditional_branch): Only valid after reload.
35341         (cstoresf4): Merge expander with insn.  Don't call rx_split_fp_compare.
35342
35343 2011-01-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
35344
35345         PR target/47385
35346         * config/rs6000/altivec.md (vector constant splitters): Add
35347         support for creating vector single precision constants if -mvsx is
35348         used and we would create the constant using Altivec primitives.
35349
35350 2011-01-23  Bernd Schmidt  <bernds@codesourcery.com>
35351             Richard Sandiford  <rdsandiford@googlemail.com>
35352
35353         PR rtl-optimization/47166
35354         * reload1.c (emit_reload_insns): Disable the spill_reg_store
35355         mechanism for PRE_MODIFY and POST_MODIFY.
35356         (inc_for_reload): For PRE_MODIFY, return the insn that sets the
35357         reloadreg.
35358
35359 2011-01-23  Andreas Schwab  <schwab@linux-m68k.org>
35360
35361         * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
35362
35363 2011-01-22  Jan Hubicka  <jh@suse.cz>
35364
35365         PR lto/47333
35366         * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
35367
35368 2011-01-22  Jan Hubicka  <jh@suse.cz>
35369
35370         PR tree-optimization/43884
35371         PR lto/44334
35372         * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
35373         * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
35374
35375 2011-01-22  Anatoly Sokolov  <aesok@post.ru>
35376
35377         * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
35378         * config/s390/s390.c (s390_register_move_cost,
35379         s390_memory_move_cost): New.
35380         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
35381
35382 2011-01-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35383
35384         PR middle-end/47401
35385         * except.c (sjlj_assign_call_site_values): Move setting the
35386         crtl->uses_eh_lsda flag to ...
35387         (sjlj_mark_call_sites): ... here.
35388         (sjlj_emit_function_enter): Support NULL dispatch label.
35389         (sjlj_build_landing_pads): In a function with no landing pads
35390         that still has must-not-throw regions, generate code to register
35391         a personality function with empty LSDA.
35392
35393 2011-01-21  Richard Henderson  <rth@redhat.com>
35394
35395         * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
35396
35397         * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
35398
35399         * compare-elim.c: New file.
35400         * Makefile.in (OBJS-common): Add it.
35401         (compare-elim.o): New.
35402         * common.opt (fcompare-elim): New.
35403         * opts.c (default_options_table): Add OPT_fcompare_elim.
35404         * tree-pass.h (pass_compare_elim_after_reload): New.
35405         * passes.c (init_optimization_passes): Add it.
35406         * recog.h: Protect against re-inclusion.
35407         * target.def (TARGET_FLAGS_REGNUM): New POD hook.
35408         * doc/invoke.texi (-fcompare-elim): Document it.
35409         * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
35410         * doc/tm.texi: Rebuild.
35411
35412 2011-01-22  Nick Clifton  <nickc@redhat.com>
35413
35414         * config/rx/rx.md (cstoresf4): Pass comparison operator to
35415         rx_split_fp_compare.
35416
35417 2011-01-22  Nick Clifton  <nickc@redhat.com>
35418
35419         * config/rx/rx.md (UNSPEC_CONST): New.
35420         (deallocate_and_return): Wrap the amount popped off the stack in
35421         an UNSPEC_CONST in order to stop it being rejected by
35422         -mmax-constant-size.
35423         (pop_and_return): Add a "(return)" rtx.
35424         (call): Drop the immediate operand.
35425         (call_internal): Likewise.
35426         (call_value): Likewise.
35427         (call_value_internal): Likewise.
35428         (sibcall_internal): Likewise.
35429         (sibcall_value_internal): Likewise.
35430         (sibcall): Likewise.  Generate an explicit call using
35431         sibcall_internal.
35432         (sibcall_value): Likewise.
35433         (mov<>): FAIL if a constant operand is not legitimate.
35434         (addsi3_unpsec): New pattern.
35435
35436         * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
35437         (ok_for_max_constant): New function.
35438         (gen_safe_add): New function.
35439         (rx_expand_prologue): Use gen_safe_add.
35440         (rx_expand_epilogue): Likewise.
35441         (rx_is_legitimate_constant): Use ok_for_max_constant.  Handle
35442         UNSPEC CONSTs.
35443
35444 2011-01-21  Jeff Law  <law@redhat.com>
35445
35446         PR tree-optimization/47053
35447         * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
35448         (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
35449         statements are deleted.
35450         (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP.  If NEED_EH_CLEANUP
35451         is nonempty, then purge dead edges and cleanup the CFG.
35452
35453 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
35454
35455         PR debug/47402
35456         Temporarily revert:
35457         2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
35458         PR debug/47106
35459         * tree-dfa.c (create_var_ann): Mark variable as used.
35460
35461 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
35462
35463         PR middle-end/45566
35464         * except.c (convert_to_eh_region_ranges): Emit queued no-region
35465         notes from other section in hot/cold partitioning even if
35466         last_action is -3.  Increment call_site_base.
35467
35468         PR rtl-optimization/47366
35469         * fwprop.c (forward_propagate_into): Return bool.  If
35470         any changes are made, -fnon-call-exceptions is used and
35471         REG_EH_REGION note is present, call purge_dead_edges
35472         and return true if it purged anything.
35473         (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
35474         any EH edges were purged.
35475
35476 2011-01-21  Jeff Law  <law@redhat.com>
35477
35478         PR rtl-optimization/41619
35479         * caller-save.c (setup_save_areas): Break out code to determine
35480         which hard regs are live across calls by examining the reload chains
35481         so that it is always used.
35482         Eliminate code which checked REG_N_CALLS_CROSSED.
35483
35484 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
35485
35486         PR tree-optimization/47355
35487         * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
35488         NOP has non-debug uses beyond PHIs in new_bb.
35489
35490 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
35491
35492         PR debug/47106
35493         * cfgexpand.c (account_used_vars_for_block): Only account vars
35494         that are annotated as used.
35495         (estimated_stack_frame_size): Don't set TREE_USED.
35496         * tree-dfa.c (create_var_ann): Mark variable as used.
35497
35498 2011-01-21  Richard Guenther  <rguenther@suse.de>
35499
35500         PR middle-end/47395
35501         * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
35502
35503 2011-01-21  Richard Guenther  <rguenther@suse.de>
35504
35505         PR tree-optimization/47365
35506         * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
35507         (vn_reference_lookup_pieces): Adjust.
35508         (vn_reference_lookup): Likewise.
35509         * tree-ssa-sccvn.c (vn_walk_kind): New static global.
35510         (vn_reference_lookup_3): Only look through kills if in
35511         VN_WALKREWRITE mode.
35512         (vn_reference_lookup_pieces): Adjust.
35513         (vn_reference_lookup): Likewise.
35514         (visit_reference_op_load): Likewise.
35515         (visit_reference_op_store): Likewise.
35516         * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
35517         (compute_avail): Likewise.
35518         (eliminate): Likewise.
35519
35520 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
35521
35522         * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
35523         DECL_IGNORED_P non-reg vars if they are used.
35524
35525         PR tree-optimization/47391
35526         * varpool.c (const_value_known_p): Return false if
35527         decl is volatile.
35528
35529 2011-01-21  Kai Tietz  <kai.tietz@onevision.com>
35530
35531         PR bootstrap/47215
35532         * config/i386/i386.c (ix86_local_alignment): Handle
35533         case for va_list_type_node is nil.
35534         (ix86_canonical_va_list_type): Likewise.
35535
35536 2011-01-21  Alan Modra  <amodra@gmail.com>
35537
35538         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
35539         builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
35540
35541 2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
35542
35543         * config/arm/arm.md (define_attr type): Rename f_load
35544         and f_store to f_fpa_load and f_fpa_store. Update.
35545         (write_conflict): Deal with rename fallout.
35546         (*push_fp_multi): Likewise.
35547         * config/arm/fpa.md (f_load): Use f_fpa_load.
35548         (f_store): Use f_fpa_store.
35549         (*movsf_fpa): Likewise.
35550         (*movdf_fpa): Likewise.
35551         (*movxf_fpa): Likewise.
35552         (*thumb2_movsf_fpa): Likewise.
35553         (*thumb2_movdf_fpa): Likewise.
35554         (*thumb2_movxf_fpa): Likewise.
35555         * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
35556         f_loadd and f_stored.
35557         (*thumb2_movdi_vfp): Likewise.
35558         (*thumb2_movsf_vfp): Fix attribute to f_loads.
35559         (*thumb2_movsi_vfp): Likewise.
35560         * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
35561         Use f_loads instead of f_load.
35562         * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
35563
35564 2011-01-20  Anatoly Sokolov  <aesok@post.ru>
35565
35566         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
35567         * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
35568         * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
35569         (xtensa_mode_dependent_address_p): New function.
35570         (constantpool_address_p): Make static. Change return type to bool.
35571         Change argument type to const_rtx. Use CONST_INT_P predicate.
35572
35573 2011-01-20  Alexandre Oliva  <aoliva@redhat.com>
35574
35575         PR debug/46583
35576         * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
35577
35578 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
35579
35580         PR debug/47283
35581         * cfgexpand.c (expand_debug_expr): Instead of generating
35582         (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
35583         etc. handling.
35584
35585 2011-01-20  Richard Guenther  <rguenther@suse.de>
35586
35587         PR middle-end/47370
35588         * tree-inline.c (remap_gimple_op_r): Recurse manually for
35589         the pointer operand of MEM_REFs.
35590
35591 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
35592
35593         PR tree-optimization/46130
35594         * ipa-split.c (consider_split): If return_bb contains non-virtual
35595         PHIs other than for retval or if split_function would not adjust it,
35596         refuse to split.
35597
35598 2011-01-20  Richard Guenther  <rguenther@suse.de>
35599
35600         PR tree-optimization/47167
35601         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
35602         Revert previous change, only avoid enumeral type changes.
35603
35604 2011-01-19  Mike Stump  <mikestump@comcast.net>
35605
35606         * doc/tm.texi.in (BRANCH_COST): Englishify.
35607         * doc/tm.texi (BRANCH_COST): Likewise.
35608
35609 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
35610
35611         PR c++/47291
35612         * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
35613         (gen_scheduled_generic_parms_dies): New functions.
35614         (gen_struct_or_union_type_die): Schedule template parameters DIEs
35615         generation for the end of CU compilation.
35616         (dwarf2out_finish): Generate template parameters DIEs here.
35617
35618 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
35619
35620         PR debug/46240
35621         * tree-into-ssa.c (maybe_register_def): Do not attempt to add
35622         debug bind stmt on merge edges.
35623
35624 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
35625
35626         PR debug/47079
35627         PR debug/46724
35628         * function.c (instantiate_expr): Instantiate incoming rtl of
35629         implicit arguments, and recurse on VALUE_EXPRs.
35630         (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
35631         * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
35632
35633 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
35634
35635         * c-parser.c (c_parser_for_statement): Initialize
35636         collection_expression.
35637
35638 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
35639
35640         * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
35641
35642 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
35643
35644         * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
35645         (LINK_SHLIB_SPEC): Don't use %(link_path).
35646         (SUBTARGET_EXTRA_SPECS): Remove link_path.
35647
35648 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
35649
35650         * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
35651         (NO_SHARED_LIB_SUPPORT): Remove.
35652         (LINK_SHLIB_SPEC): Remove one conditional definition.
35653
35654 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
35655
35656         * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
35657         %{call_shared}.
35658         * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
35659         * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
35660         * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
35661         %{call_shared} and conditionals on these options not being passed.
35662         * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
35663         %{call_shared}.
35664
35665 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
35666
35667         * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
35668         simplify.
35669
35670         * ipa-split.c: Spelling fixes.
35671
35672 2011-01-19  Richard Henderson  <rth@redhat.com>
35673
35674         * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
35675         (*mulsi3): Likewise.
35676
35677         * longlong.h [__mn10300__] (count_leading_zeros): New.
35678         [__mn10300__] (umul_ppmm, smul_ppmm): New.
35679         [__mn10300__] (add_ssaaaa, subddmmss): New.
35680         [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
35681         [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
35682
35683 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35684
35685         * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
35686
35687 2011-01-19  Richard Henderson  <rth@redhat.com>
35688
35689         * config/mn10300/mn10300.md (addsi3_flags): New.
35690         (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
35691         (subsi3_flags, subc_internal, subdi3): New.
35692         (subdi3_internal, *subdi3_degenerate): New.
35693         * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
35694
35695         * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
35696         (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
35697         (mn10300_expand_epilogue): Use it.  Compute REG_SAVE_BYTES once.
35698         * config/mn10300/mn10300-protos.h: Update.
35699         * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
35700         (return_ret): Likewise.  Rename from return_internal_regs.
35701         (return_internal): Remove.
35702
35703         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
35704         (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
35705         (mn10300_legitimate_constant_p): Likewise.
35706         (mn10300_can_use_return_insn): Use mn10300_initial_offset.
35707         (mn10300_frame_size): New.
35708         (mn10300_expand_prologue): Use it.
35709         (mn10300_expand_epilogue): Likewise.
35710         (mn10300_initial_offset): Likewise.
35711         * config/mn10300/mn10300-protos.h: Update.
35712         * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
35713         * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
35714         (prologue, epilogue, return_internal): Tidy output code.
35715         (mn10300_store_multiple_operation, return): Likewise.
35716         (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
35717         (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
35718         (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
35719         (load_pic, am33_load_pic): New.
35720         (mn10300_load_pic0, mn10300_load_pic1): New.
35721
35722         * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
35723         * config/mn10300/mn10300.c (CC_FLAG_Z): New.
35724         (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
35725         (cc_flags_for_mode, cc_flags_for_code): New.
35726         (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
35727         overflow flag is not valid.  Validate that the flags we need
35728         for the comparison are valid.
35729         (mn10300_output_cmp): Remove.
35730         (mn10300_output_add): New.
35731         (mn10300_select_cc_mode): Use cc_flags_for_code.
35732         (mn10300_split_cbranch): New.
35733         (mn10300_match_ccmode): New.
35734         (mn10300_split_and_operand_count): New.
35735         * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
35736         to the function.
35737         * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
35738         (addsi3): ... here.  Use mn10300_output_add.
35739         (*addsi3_flags): New.
35740         (*am33_subsi3, *mn10300_subsi3): Merge...
35741         (subsi3): ... here.  Use attribute isa.
35742         (*subsi3_flags): New.
35743         (negsi2): Rewrite from expander to insn_and_split.  Use NOT+INC
35744         when possible.
35745         (*am33_andsi3, *mn10300_andsi3): Merge...
35746         (andsi3): ... here.
35747         (*andsi3_flags): New.
35748         (andsi3 splitters): New.
35749         (*am33_iorsi3, *mn10300_iorsi3): Merge...
35750         (iorsi3): ... here.
35751         (*iorsi3_flags): New.
35752         (*am33_xorsi3, *mn10300_xorsi3): Merge...
35753         (xorsi3): ... here.
35754         (*xorsi3_flags): New.
35755         (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
35756         (one_cmplsi2): ... here.
35757         (*one_cmplsi2_flags): New.
35758         (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload.  Use "r"
35759         instead of "dax" in constraints.  Use mn10300_split_cbranch.
35760         (*cmpsi): Rename from cmpsi.  Do not use mn10300_output_cmp.  Do not
35761         use matching constraints to eliminate a self-comparison.
35762         (*integer_conditional_branch): Rename from integer_conditional_branch.
35763         Use int_mode_flags to match CC_REG.
35764         (*cbranchsi4_btst, *btstsi): New.
35765         (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload.  Use
35766         mn10300_split_cbranch.
35767         (*am33_cmpsf): Rename from am33_cmpsf.
35768         (*float_conditional_branch): Rename from float_conditional_branch.
35769         (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
35770         (zero_extendqisi2): ... here.
35771         (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
35772         (zero_extendhisi2): ... here.
35773         (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
35774         (extendqisi2): ... here.
35775         (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
35776         (extendhisi2): ... here.
35777         (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
35778         (ashlsi3): ... here.
35779         (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
35780         (lshrsi3): ... here.
35781         (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
35782         (ashrsi3): ... here.
35783         (consecutive add peephole): Remove.
35784         * config/mn10300/predicates.md (label_ref_operand): New.
35785         (int_mode_flags): New.
35786         (CCZN_comparison_operator): New.
35787
35788         * config/mn10300/mn10300.md (UNSPEC_EXT): New.
35789         (throughput_42_latency_43): New reservation.
35790         (mulsidi3, umulsidi3): New expanders.
35791         (mulsidi3_internal): Rewrite from old mulsidi3 pattern.  Expose
35792         the MDR register to allocation; separately allocate the low and
35793         high parts of the DImode result.
35794         (umulsidi3_internal): Similarly.
35795         (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
35796         (*mulsi3): ... here.  Clobber MDR as a scratch as necessary.
35797         (udivsi3, umodsi3): Remove.
35798         (udivmodsi4, divmodsi4): New expanders.
35799         (*udivmodsi4): Rename from udivmodsi4.  Expose MDR properly.
35800         (*divmodsi4): Simiarly.
35801         (ext_internal): New.
35802
35803         * config/mn10300/constraints.md ("z"): New constraint.
35804         * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
35805         (FIXED_REGISTERS): Don't fix MDR.
35806         (CALL_USED_REGSITERS): Reformat nicely.
35807         (REG_ALLOC_ORDER): Add MDR.
35808         (enum regclass): Add MDR_REGS.
35809         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
35810         (IRA_COVER_CLASSES): Add MDR_REGS.
35811         (REGNO_REG_CLASS): Handle MDR_REG.
35812         * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
35813         (mn10300_register_move_cost): Likewise.
35814         * config/mn10300/mn10300.md (MDR_REG): New.
35815         (*movsi_internal): Handle moves to/from MDR_REGS.
35816
35817         * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
35818         POST_MODIFY.
35819         (mn10300_secondary_reload): Tidy combination reload classes.
35820         (mn10300_legitimate_address_p): Allow post-modify and reg+reg
35821         addresses for AM33.  Allow symbolic offsets for reg+imm.
35822         (mn10300_regno_in_class_p): New.
35823         (mn10300_legitimize_reload_address): New.
35824         * config/mn10300/mn10300.h (enum reg_class): Remove
35825         DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
35826         SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS.  Add
35827         SP_OR_GENERAL_REGS.
35828         (REG_CLASS_NAMES): Update to match.
35829         (REG_CLASS_CONTENTS): Likewise.
35830         (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
35831         (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
35832         (REGNO_IN_RANGE_P): Remove.
35833         (REGNO_DATA_P): Use mn10300_regno_in_class_p.
35834         (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
35835         (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
35836         (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
35837         (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
35838         (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
35839         (REGNO_GENERAL_P): New.
35840         (HAVE_POST_MODIFY_DISP): New.
35841         (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
35842         (LEGITIMIZE_RELOAD_ADDRESS): New.
35843         * config/mn10300/mn10300-protos.h: Update.
35844
35845         * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
35846         DATA_REGS for AM33 stack-pointer destination.
35847         (mn10300_preferred_output_reload_class): Likewise.
35848         (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
35849         into a form appropriate for ...
35850         (TARGET_SECONDARY_RELOAD): New.
35851         * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
35852         * config/mn10300/mn10300-protos.h: Update.
35853         * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
35854         reload_insi; use the "A" constraint for the scratch; handle AM33
35855         moves of sp to non-address registers.
35856
35857         * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
35858         (*movqi_internal): ... here.
35859         (*am33_movhi, *mn10300_movhi): Merge into...
35860         (*movhi_internal): ... here.
35861         (*movsi_internal): Use "r" instead of "dax" in constraints.  Use "A"
35862         as the source/destination of moves from/to SP.
35863         (movsf): Only allow for AM33-2.
35864         (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
35865         any integer constant constraint.  Only allow for AM33-2.  Tidy
35866         all of the alternative outputs.
35867         (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
35868         (udivmodsi4): Delete expander and promote *udivmodsi4.  Disallow
35869         for MN103.
35870         (udivsi3, umodsi3): New patterns for MN103 only.
35871
35872 2011-01-19  Joern Rennecke  <amylaar@spamcop.net>
35873
35874         * doc/tm.texi.in: Spell out that a lack of register class unions
35875         can lead to ICEs.
35876         * doc/tm.texi: Regenerate.
35877
35878 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
35879
35880         PR rtl-optimization/47337
35881         * dce.c (check_argument_store): New function.
35882         (find_call_stack_args): Ignore debug insns.  Use check_argument_store.
35883
35884         PR tree-optimization/47290
35885         * tree-eh.c (infinite_empty_loop_p): New function.
35886         (cleanup_empty_eh): Use it.
35887
35888 2011-01-18  Steve Ellcey  <sje@cup.hp.com>
35889
35890         PR target/46997
35891         * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
35892         (a64_expand_widen_sum): Ditto.
35893         * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
35894         (vec_extract_evenodd_help): Ditto.
35895         (vec_extract_evenv4hi): Ditto.
35896         (vec_extract_oddv4hi): Ditto.
35897         (vec_extract_evenv2si): Ditto.
35898         (vec_extract_oddv2si): Ditto.
35899         (vec_extract_evenv2sf): Ditto.
35900         (vec_extract_oddv2sf): Ditto.
35901         (vec_pack_trunc_v4hi: Ditto.
35902         (vec_pack_trunc_v2si): Ditto.
35903         (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
35904         (vec_interleave_highv8qi): Ditto.
35905         (mix1_r): Ditto.
35906         (vec_extract_oddv8qi): Ditto.
35907         (vec_interleave_lowv4hi): Ditto.
35908         (vec_interleave_highv4hi): Ditto.
35909         (vec_interleave_lowv2si): Ditto.
35910         (vec_interleave_highv2si): Ditto.
35911
35912 2011-01-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
35913
35914         * doc/extend.texi: Mention __float128 support on hppa HP-UX.
35915         * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
35916         * config/pa/pa.c (pa_expand_builtin): New.  Include "langhooks.h".
35917         (pa_c_mode_for_suffix): New.
35918         (TARGET_EXPAND_BUILTIN): Define.
35919         (TARGET_C_MODE_FOR_SUFFIX): Define.
35920         (pa_builtins): Define.
35921         (pa_init_builtins): Register __float128 type and init new support
35922         builtins.
35923         * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
35924         * config/pa/quadlib.c (_U_Qfcopysign): New.
35925
35926 2011-01-18  Eric Botcazou  <ebotcazou@adacore.com>
35927
35928         PR middle-end/46894
35929         * explow.c (allocate_dynamic_stack_space): Do not assume more than
35930         BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
35931         are defined.
35932
35933 2011-01-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35934
35935         PR tree-optimization/47179
35936         * config/spu/spu.c (spu_ref_may_alias_errno): New function.
35937         (TARGET_REF_MAY_ALIAS_ERRNO): Define.
35938
35939 2011-01-18  Richard Guenther  <rguenther@suse.de>
35940
35941         PR rtl-optimization/47216
35942         * emit-rtl.c: Include tree-flow.h.
35943         (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
35944         of replicating it with different semantics.
35945         * Makefile.in (emit-rtl.o): Adjust.
35946
35947 2011-01-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
35948
35949         * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
35950         (cortex_a9_dp): Handle neon types correctly.
35951
35952 2011-01-18  Jakub Jelinek  <jakub@redhat.com>
35953
35954         PR rtl-optimization/47299
35955         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
35956         subtarget.  Use normal multiplication if both operands are constants.
35957         * expmed.c (expand_widening_mult): Don't try to optimize constant
35958         multiplication if op0 has VOIDmode.  Convert op1 constant to mode
35959         before using it.
35960
35961 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35962
35963         * doc/lto.texi (LTO): Ensure two spaces after period.  Fix
35964         spacing after 'e.g.', typos, comma, hyphenation.
35965
35966 2011-01-17  Richard Henderson  <rth@redhat.com>
35967
35968         * config/rx/predicates.md (rx_constshift_operand): Use match_test.
35969         (rx_restricted_mem_operand): New.
35970         (rx_shift_operand): Use register_operand.
35971         (rx_source_operand, rx_compare_operand): Likewise.
35972         * config/rx/rx.md (addsi3_flags): New expander.
35973         (adddi3): Rewrite as expander.
35974         (adc_internal, *adc_flags, adddi3_internal): New patterns.
35975         (subsi3_flags): New expander.
35976         (subdi3): Rewrite as expander.
35977         (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
35978
35979         * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
35980         (rx_init_builtins): Remove sat builtin.
35981         (rx_expand_builtin): Likewise.
35982         * config/rx/rx.md (ssaddsi3): New.
35983         (*sat): Rename from sat.  Represent the CC_REG input.
35984
35985         * config/rx/predicates.md (rshift_operator): New.
35986         * config/rx/rx.c (rx_expand_insv): Remove.
35987         * config/rx/rx-protos.h: Update.
35988         * config/rx/rx.md (*bitset): Rename from bitset.  Swap the ashift
35989         operand to the canonical position.
35990         (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
35991         (*bitclr, *bitclr_in_memory): Similarly.
35992         (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
35993         (insv): Retain the zero_extract in the expansion.
35994
35995         * config/rx/rx.md (bswapsi2): Use = not + for output reload.
35996         (bswaphi2, bitinvert, revw): Likewise.
35997
35998         * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
35999         (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
36000         * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
36001         (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
36002         (bitset, bitset_in_memory): Likewise.
36003         (bitinvert, bitinvert_in_memory): Likewise.
36004         (bitclr, bitclr_in_memory): Likewise.
36005         (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
36006         (rx_strend, rx_cmpstrn): Likewise.
36007         (rx_setmem): Likewise.  Make the source BLKmode to match the dest.
36008         (bitop peep2 patterns): Remove.
36009
36010         * config/rx/rx.c (rx_match_ccmode): New.
36011         * config/rx/rx-protos.h: Update.
36012         * config/rx/rx.md (abssi2): Clobber, don't set flags.
36013         (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
36014         (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
36015         (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
36016         (fix_truncsfsi2, floatsisf2): Likewise.
36017         (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
36018         (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
36019         (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
36020         (*subsi3_flags, *xorsi3_flags): New.
36021
36022         * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
36023
36024         * config/rx/rx.c (rx_print_operand): Remove workaround for
36025         unsplit comparison operations.
36026
36027         * config/rx/rx.md (movsicc): Split after reload.
36028         (*movsicc): Merge *movsieq and *movsine via match_operator.
36029         (*stcc): New pattern.
36030
36031         * config/rx/rx.c (rx_float_compare_mode): Remove.
36032         * config/rx/rx.h (rx_float_compare_mode): Remove.
36033         * config/rx/rx.md (cstoresi4): Split after reload.
36034         (*sccc): New pattern.
36035
36036         * config/rx/predicates.md (label_ref_operand): New.
36037         (rx_z_comparison_operator): New.
36038         (rx_zs_comparison_operator): New.
36039         (rx_fp_comparison_operator): New.
36040         * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
36041         Validate that the flags are set properly for the comparison.
36042         (rx_gen_cond_branch_template): Remove.
36043         (rx_cc_modes_compatible): Remove.
36044         (mode_from_flags): New.
36045         (flags_from_code): Rename from flags_needed_for_conditional.
36046         (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
36047         (rx_select_cc_mode): Likewise.
36048         (rx_split_fp_compare): New.
36049         (rx_split_cbranch): New.
36050         * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
36051         (*cbranchsi4): Use match_operator and rx_split_cbranch.
36052         (*cbranchsf4): Similarly.
36053         (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>.  Use
36054         match_operator and rx_split_cbranch.
36055         (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
36056         tstbranchsi4m_ne.  Use match_operator and rx_split_cbranch.
36057         (*cmpsi): Rename from cmpsi.
36058         (*tstsi): Rename from tstsi.
36059         (*cmpsf): Rename from cmpsf; use CC_Fmode.
36060         (*conditional_branch): Rename from conditional_branch.
36061         (*reveresed_conditional_branch): Remove.
36062         (b<code>): Remove expander.
36063         * config/rx/rx-protos.h: Update.
36064
36065         * config/rx/rx.c (rx_compare_redundant): Remove.
36066         * config/rx/rx.md (cmpsi): Don't use it.
36067         * config/rx/rx-protos.h: Update.
36068
36069         * config/rx/rx-modes.def (CC_F): New mode.
36070         * config/rx/rx.c (rx_select_cc_mode): New.
36071         * config/rx/rx.h (SELECT_CC_MODE): Use it.
36072         * config/rx/rx-protos.h: Update.
36073
36074 2011-01-17  Richard Henderson  <rth@redhat.com>
36075
36076         * except.c (dump_eh_tree): Fix stray ; after for statement.
36077
36078 2011-01-17  Richard Guenther  <rguenther@suse.de>
36079
36080         PR tree-optimization/47313
36081         * tree-inline.c (tree_function_versioning): Move DECL_RESULT
36082         handling before copying the body.  Properly deal with
36083         by-reference result in SSA form.
36084
36085 2011-01-17  Ian Lance Taylor  <iant@google.com>
36086
36087         PR target/47219
36088         * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
36089         (struct_value_alias_set): Don't define.
36090         (sparc_option_override): Don't set sparc_sr_alias_set and
36091         struct_value_alias_set.
36092         (save_or_restore_regs): Use gen_frame_mem rather than calling
36093         set_mem_alias_set.
36094         (sparc_struct_value_rtx): Likewise.
36095
36096 2011-01-17  H.J. Lu  <hongjiu.lu@intel.com>
36097
36098         PR target/47318
36099         * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
36100         (_mm_maskstore_pd): Likewise.
36101         (_mm_maskload_ps): Likewise.
36102         (_mm_maskstore_ps): Likewise.
36103         (_mm256_maskload_pd): Change mask to __m256i.
36104         (_mm256_maskstore_pd): Likewise.
36105         (_mm256_maskload_ps): Likewise.
36106         (_mm256_maskstore_ps): Likewise.
36107
36108         * config/i386/i386-builtin-types.def: Updated.
36109         (ix86_expand_special_args_builtin): Likewise.
36110
36111         * config/i386/i386.c (bdesc_special_args): Update
36112         __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
36113         __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
36114         __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
36115         __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
36116
36117         * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
36118         Use <avxpermvecmode> on mask register.
36119         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
36120
36121 2011-01-17  Olivier Hainque  <hainque@adacore.com>
36122             Michael Haubenwallner  <michael.haubenwallner@salomon.at>
36123             Eric Botcazou  <ebotcazou@adacore.com>
36124
36125         PR target/46655
36126         * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
36127         if <= USHRT_MAX in 32-bit mode.
36128
36129 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36130
36131         * doc/install.texi (Configuration, Specific): Wrap long
36132         lines in examples.  Allow line wrapping in long options
36133         and URLs where beneficial for PDF output.
36134
36135 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
36136
36137         * config/mips/mips.c (mips_classify_symbol): Don't return
36138         SYMBOL_PC_RELATIVE for nonlocal labels.
36139
36140 2011-01-15  Eric Botcazou  <ebotcazou@adacore.com>
36141
36142         * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
36143
36144 2011-01-15  Jan Hubicka  <jh@suse.cz>
36145
36146         PR tree-optimization/47276
36147         * ipa.c (function_and_variable_visibility): Do not try to mark alias
36148         declarations as needed.
36149
36150 2011-01-15  Martin Jambor  <mjambor@suse.cz>
36151
36152         * common.opt (fdevirtualize): New flag.
36153         * doc/invoke.texi (Option Summary): Document it.
36154         * opts.c (default_options_table): Add devirtualize flag.
36155         * ipa-prop.c (detect_type_change): Return immediately if
36156         devirtualize flag is not set.
36157         (detect_type_change_ssa): Likewise.
36158         (compute_known_type_jump_func): Likewise.
36159         (ipa_analyze_virtual_call_uses): Likewise.
36160
36161 2011-01-14  Martin Jambor  <mjambor@suse.cz>
36162
36163         PR tree-optimization/45934
36164         PR tree-optimization/46302
36165         * ipa-prop.c (type_change_info): New type.
36166         (stmt_may_be_vtbl_ptr_store): New function.
36167         (check_stmt_for_type_change): Likewise.
36168         (detect_type_change): Likewise.
36169         (detect_type_change_ssa): Likewise.
36170         (compute_complex_assign_jump_func): Check for dynamic type change.
36171         (compute_complex_ancestor_jump_func): Likewise.
36172         (compute_known_type_jump_func): Likewise.
36173         (compute_scalar_jump_functions): Likewise.
36174         (ipa_analyze_virtual_call_uses): Likewise.
36175         (ipa_analyze_node): Push and pop cfun, set current_function_decl.
36176
36177 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36178
36179         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
36180         * config/i386/i386.opt (msse5): New Alias.
36181
36182 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36183
36184         * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
36185         * config/sparc/linux64.h (CC1_SPEC): Likewise.
36186         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
36187         * config/sparc/sparc.h (CC1_SPEC): Likewise.
36188
36189 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36190
36191         * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
36192         -mcpu options.
36193         * config/sparc/linux64.h (CC1_SPEC): Likewise.
36194         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
36195         * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
36196         * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
36197         Likewise.
36198         * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
36199
36200 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36201
36202         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
36203
36204 2011-01-14  Mike Stump  <mikestump@comcast.net>
36205
36206         * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
36207         * config/fr30/fr30.md: Likweise
36208         (movsi_push): Likewise.
36209         (movsi_pop): Likewise.
36210         (enter_func): Likewise.
36211         * config/moxie/moxie.md (movsi_push): Likewise.
36212         (movsi_pop): Likewise.
36213
36214 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36215
36216         * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
36217         %{no_archive} %{exact_version}.
36218         * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
36219         * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
36220         %{no_archive} %{exact_version}.
36221         * config/mips/openbsd.h (LINK_SPEC): Likewise.
36222         * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
36223         * config/mips/vxworks.h: Likewise.
36224
36225 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36226
36227         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
36228
36229 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36230
36231         * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
36232         ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
36233
36234 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36235
36236         * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
36237         -nodefaultlib.
36238
36239 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36240
36241         * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
36242         for mcpu not cpu.
36243         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
36244         CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
36245         not cpu.
36246         (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
36247         Don't handle -shlib.
36248
36249 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36250
36251         * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
36252         (CC1_SPEC): Don't handle -profile.
36253
36254 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36255
36256         * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
36257         * config/mips/mips.h (CC1_SPEC): Likewise.
36258
36259 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36260
36261         * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
36262         * config/mips/mips.h (CC1_SPEC): Likewise.
36263
36264 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36265
36266         * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
36267         * config/m32r/linux.h (LINK_SPEC): Likewise.
36268         * config/mips/linux.h (LINK_SPEC): Likewise.
36269         * config/mips/linux64.h (LINK_SPEC): Likewise.
36270         * config/sparc/linux.h (LINK_SPEC): Likewise.
36271         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
36272         LINK_SPEC): Likewise.
36273         * config/xtensa/linux.h (LINK_SPEC): Likewise.
36274
36275 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36276
36277         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
36278         %{version:-v}.
36279         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
36280
36281 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36282
36283         * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
36284         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
36285
36286 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36287
36288         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
36289
36290 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36291
36292         * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
36293         supports -Bstatic/-Bdynamic.
36294         * configure: Regenerate.
36295
36296 2011-01-14  Jan Hubicka  <jh@suse.cz>
36297             Jack Howarth  <howarth@bromo.med.uc.edu>
36298
36299         PR target/46037
36300         * config/darwin.c (darwin_override_options): Honor flag_gtoggle
36301         when checking debug_info_level. Test write_symbols instead of
36302         debug_hooks->var_location when setting flag_var_tracking_uninit.
36303
36304 2011-01-14  Richard Guenther  <rguenther@suse.de>
36305
36306         PR tree-optimization/47179
36307         * target.def (ref_may_alias_errno): New target hook.
36308         * targhooks.h (default_ref_may_alias_errno): Declare.
36309         * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
36310         (default_ref_may_alias_errno): New function.
36311         * target.h (struct ao_ref_s): Declare.
36312         * tree-ssa-alias.c: Include target.h.
36313         (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
36314         * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
36315         (targhooks.o): Likewise.
36316         * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
36317         * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
36318
36319 2011-01-14  Richard Guenther  <rguenther@suse.de>
36320
36321         * tree-ssa-structalias.c  (new_var_info): Use DECL_HARD_REGISTER.
36322
36323 2011-01-14  Richard Guenther  <rguenther@suse.de>
36324
36325         PR tree-optimization/47280
36326         * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
36327         return CFG changes.
36328         (tree_ssa_forward_propagate_single_use_vars): Deal with
36329         CFG changes from associate_plusminus.
36330
36331 2011-01-14  Richard Guenther  <rguenther@suse.de>
36332
36333         PR middle-end/47281
36334         Revert
36335         2011-01-11  Richard Guenther  <rguenther@suse.de>
36336
36337         PR tree-optimization/46076
36338         * tree-ssa.c (useless_type_conversion_p): Conversions from
36339         unprototyped to empty argument list function types are useless.
36340
36341 2011-01-14  Richard Guenther  <rguenther@suse.de>
36342
36343         PR tree-optimization/47286
36344         * tree-ssa-structalias.c (new_var_info): Register variables are global.
36345
36346 2011-01-14  Martin Jambor  <mjambor@suse.cz>
36347
36348         PR middle-end/46823
36349         * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
36350
36351 2011-01-13  Anatoly Sokolov  <aesok@post.ru>
36352
36353         * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
36354         LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
36355         * config/xtensa/xtensa.c (xtensa_libcall_value,
36356         xtensa_function_value_regno_p): New functions.
36357         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
36358
36359 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
36360
36361         PR c++/47213
36362         * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
36363         PE specific hook.
36364         * config/i386/i386-protos.h (i386_pe_assemble_visibility):
36365         New function prototype.
36366         * config/i386/winnt.c (i386_pe_assemble_visibility):
36367         Warn only if attribute was specified by user.
36368
36369 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
36370
36371         PR target/47251
36372         * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
36373         floating point.
36374         (floatunsdidf2_fcfidu): Ditto.
36375
36376 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36377
36378         * config/s390/s390.c (print_operand_address): Replace 'error' with
36379         'output_operand_lossage'.
36380         (print_operand): Likewise.
36381
36382 2011-01-13  Jeff Law  <law@redhat.com>
36383
36384         PR rtl-optimization/39077
36385         * doc/invoke.texi (max-gcse-insertion-ratio): Document.
36386         * params.h (MAX_GCSE_INSERTION_RATIO): Define.
36387         * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
36388         * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
36389         * gcse.c (prune_insertions_deletions): New function.
36390         (compute_pre_data): Use it.
36391
36392 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
36393
36394         PR debug/PR46973
36395         * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
36396         static function.
36397         (prune_unused_types_mark): Use it.
36398
36399 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
36400
36401         PR rtl-optimization/45352
36402         * sel-sched.c: Update copyright years.
36403         (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
36404         in the advancing loop when we have issued issue_rate insns.
36405
36406 2011-01-12  Richard Henderson  <rth@redhat.com>
36407
36408         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
36409         (TARGET_MD_ASM_CLOBBERS): New.
36410
36411         * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
36412         (TARGET_DELEGITIMIZE_ADDRESS): New.
36413
36414         * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
36415         (clzsi2, *bsch): New patterns.
36416
36417         * config/mn10300/mn10300.md (INT): New mode iterator.
36418         (*mov<INT>_clr): New pattern, and peep2 to generate it.
36419
36420         * config/mn10300/mn10300.c (mn10300_option_override): Force enable
36421         flag_split_wide_types.
36422
36423         * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
36424         (mn10300_trampoline_init): Rewrite without a template, an immediate
36425         load and a direct branch.
36426         * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
36427
36428 2011-01-12  Anatoly Sokolov  <aesok@post.ru>
36429
36430         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
36431         * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
36432         * config/s390/s390.c (s390_output_addr_const_extra): Make static.
36433         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
36434
36435 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
36436
36437         PR debug/47209
36438         * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
36439         of type.
36440
36441 2011-01-12  Jan Hubicka  <jh@suse.cz>
36442
36443         PR driver/47244
36444         * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
36445         (PLUGIN_COND_CLOSE): New macro.
36446         (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
36447
36448 2011-01-12  Richard Guenther  <rguenther@suse.de>
36449
36450         PR lto/47259
36451         * lto-streamer-out.c (output_gimple_stmt): Do not wrap
36452         register variables in a MEM_REF.
36453
36454 2011-01-12  Joseph Myers  <joseph@codesourcery.com>
36455
36456         * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
36457         crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
36458         hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
36459         i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
36460         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
36461         x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
36462         ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
36463         m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
36464         mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
36465         s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
36466         sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
36467         am33_2.0-*-linux*): Use gnu-user.h before linux.h.
36468         * config/gnu-user.h: New.  Copied from linux.h.
36469         (LINUX_TARGET_STARTFILE_SPEC): Rename to
36470         GNU_USER_TARGET_STARTFILE_SPEC.
36471         (LINUX_TARGET_ENDFILE_SPEC): Rename to
36472         GNU_USER_TARGET_ENDFILE_SPEC.
36473         (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
36474         (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
36475         (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
36476         LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
36477         CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
36478         UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
36479         BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
36480         BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
36481         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
36482         TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
36483         * config/arm/linux-eabi.h (CC1_SPEC): Use
36484         GNU_USER_TARGET_CC1_SPEC.
36485         (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
36486         (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
36487         (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
36488         * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
36489         LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
36490         LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
36491         CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
36492         LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
36493
36494 2011-01-12  Richard Guenther  <rguenther@suse.de>
36495
36496         PR other/46946
36497         * doc/invoke.texi (ffast-math): Document it is turned on
36498         with -Ofast.
36499
36500 2011-01-12  Jan Hubicka  <jh@suse.cz>
36501
36502         PR tree-optimization/47233
36503         * opts.c (common_handle_option): Disable ipa-reference with profile
36504         feedback.
36505
36506 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
36507
36508         * c-parser.c (c_parser_objc_at_property_declaration): Improved
36509         error message.
36510
36511 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
36512
36513         * c-parser.c (c_lex_one_token): Updated and reindented some
36514         comments.  No changes in code.
36515
36516 2011-01-11  Ian Lance Taylor  <iant@google.com>
36517
36518         * godump.c (go_output_var): Don't output the variable if there is
36519         already a type with the same name.
36520
36521 2011-01-11  Ian Lance Taylor  <iant@google.com>
36522
36523         * godump.c (go_format_type): Don't generate float80.
36524
36525 2011-01-11  Richard Henderson  <rth@redhat.com>
36526
36527         * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
36528         declaration.  Rewrite for both speed and size.
36529         (mn10300_address_cost_1): Remove.
36530         (mn10300_register_move_cost): New.
36531         (mn10300_memory_move_cost): New.
36532         (mn10300_rtx_costs): Rewrite for both speed and size.  Don't handle
36533         ZERO_EXTRACT.  Do handle UNSPEC, arithmetic, logicals, compare,
36534         extensions, shifts, BSWAP, CLZ.
36535         (mn10300_wide_const_load_uses_clr): Remove.
36536         (TARGET_REGISTER_MOVE_COST): New.
36537         (TARGET_MEMORY_MOVE_COST): New.
36538         * config/mn10300/mn10300-protos.h: Update.
36539         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
36540
36541         * config/mn10300/constraints.md ("R", "T"): Remove constraints.
36542         * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
36543         * config/mn10300/mn10300-protos.h: Update.
36544         * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
36545         (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
36546         (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
36547         (*test_int_bitfield, *test_byte_bitfield): Remove.
36548         (*bit_test, *subreg_bit_test): Remove.
36549         * config/mn10300/predicates.md (const_8bit_operand): Remove.
36550
36551         * config/mn10300/constraints.md ("c"): Rename from "A".
36552         ("A", "D"): New constraint letters.
36553         * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
36554         (fmssf4, fnmasf4, fnmssf4): Likewise.
36555
36556         * config/mn10300/mn10300.md (isa): New attribute.
36557         (enabled): New attribute.
36558
36559         * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
36560         (abssf2, negsf2): Define only for hardware fp.
36561         (sqrtsf2): Reformat.
36562         (addsf3, subsf3, mulsf3): Merge expander and insn.
36563
36564         * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
36565         (DEBUGGER_AUTO_OFFSET): Remove.
36566         (DEBUGGER_ARG_OFFSET): Remove.
36567
36568         * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
36569         Emit register stores with the same offsets as the hardware.
36570         (mn10300_store_multiple_operation): Don't check that the register
36571         save offsets are monotonic.
36572         * config/mn10300/mn10300-protos.h: Update.
36573
36574         * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
36575
36576         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
36577         in terms of the value on the stack, not the MDR register.
36578
36579 2011-01-11  Jan Hubicka  <jh@suse.cz>
36580
36581         PR lto/45721
36582         PR lto/45375
36583         * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
36584         (symbol_alias_set_destroy, symbol_alias_set_contains,
36585         propagate_aliases_backward): Declare.
36586         * lto-streamer-out.c (struct sets): New sturcture.
36587         (trivally_defined_alias): New function.
36588         (output_alias_pair_p): Rewrite.
36589         (output_unreferenced_globals): Fix output of alias pairs.
36590         (produce_symtab): Likewise.
36591         * ipa.c (function_and_variable_visibility): Set weak alias destination
36592         as needed in lto.
36593         * varasm.c (symbol_alias_set_t): Remove.
36594         (symbol_alias_set_destroy): Export.
36595         (propagate_aliases_forward, propagate_aliases_backward): New functions
36596         based on ...
36597         (compute_visible_aliases): ... this one; remove.
36598         (trivially_visible_alias): New
36599         (trivially_defined_alias): New.
36600         (remove_unreachable_alias_pairs): Rewrite.
36601         (finish_aliases_1): Reorganize code checking if alias is defined.
36602         * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
36603         in LTO mode.
36604
36605 2011-01-11  Richard Guenther  <rguenther@suse.de>
36606
36607         PR tree-optimization/46076
36608         * tree-ssa.c (useless_type_conversion_p): Conversions from
36609         unprototyped to empty argument list function types are useless.
36610
36611 2011-01-11  Richard Guenther  <rguenther@suse.de>
36612
36613         PR middle-end/45235
36614         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
36615         volatile MEMs as MEM_READONLY_P.
36616
36617 2011-01-11  Richard Guenther  <rguenther@suse.de>
36618
36619         PR tree-optimization/47239
36620         * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
36621
36622 2011-01-11  Jeff Law  <law@redhat.com>
36623
36624         PR tree-optimization/47086
36625         * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
36626         IVs from statements that might throw.
36627
36628 2011-01-10  Jan Hubicka  <jh@suse.cz>
36629
36630         PR lto/45375
36631         * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
36632
36633 2011-01-10  Jan Hubicka  <jh@suse.cz>
36634
36635         PR lto/45375
36636         * profile.c (read_profile_edge_counts): Ignore profile inconistency
36637         when correcting profile.
36638
36639 2011-01-10  Jan Hubicka  <jh@suse.cz>
36640
36641         PR lto/46083
36642         * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
36643         DECL_FINI_PRIORITY.
36644         * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
36645         Restore DECL_FINI_PRIORITY.
36646
36647 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36648
36649         * doc/gimple.texi: Fix quoting of multi-word return values in
36650         @deftypefn statements.  Ensure presence of return value.  Wrap
36651         overlong @deftypefn lines.
36652         (is_gimple_operand, is_gimple_min_invariant_address): Remove
36653         descriptions of removed functions.
36654         * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
36655         of multi-word return value in @deftypefn statement.
36656
36657 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36658
36659         * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
36660         (Conditional Expressions, Logical Operators)
36661         (Statement and operand traversals): Do not indent smallexample
36662         code.  Fix duplicate function argument in example.
36663
36664 2011-01-10  Jeff Law  <law@redhat.com>
36665
36666         PR tree-optimization/47141
36667         * ipa-split.c (split_function): Handle case where we are
36668         returning a value and the return block has a virtual operand phi.
36669
36670 2011-01-10  Jan Hubicka  <jh@suse.cz>
36671
36672         PR tree-optimization/47234
36673         * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
36674         (pass_feedback_split_functions): Declare.
36675         * passes.c (init_optimization_passes): Add ipa-split as subpass of
36676         tree-profile.
36677         * ipa-split.c (gate_split_functions): Update comments; disable
36678         split-functions for profile_arc_flag and branch_probabilities.
36679         (gate_feedback_split_functions): New function.
36680         (execute_feedback_split_functions): New function.
36681         (pass_feedback_split_functions): New global var.
36682
36683 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
36684
36685         PR lto/46760
36686         * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
36687         calling gimple_call_set_cannot_inline.
36688
36689 2011-01-10  Iain Sandoe  <iains@gcc.gnu.org>
36690
36691         * config/darwin-sections.def: Remove unused section.
36692
36693 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
36694
36695         PR c++/47218
36696         * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
36697
36698 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
36699
36700         PR objc/47232
36701         * c-parser.c (c_parser_declaration_or_fndef): Improved
36702         error message.
36703
36704 2011-01-09  Kai Tietz  <kai.tietz@onevision.com>
36705
36706         * config/i386/winnt.c (i386_pe_start_function): Make sure
36707         to switch back to function's section.
36708
36709 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
36710
36711         PR gcc/46902
36712         PR testsuite/46912
36713         * plugin.c: Move include of dlfcn.h from here...
36714         * system.h: ... to here.
36715
36716 2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36717
36718         * doc/cpp.texi (C++ Named Operators): Fix markup for header
36719         file name.
36720         * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
36721         two extra empty pages in PDF output.
36722
36723 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
36724
36725         PR objc/47078
36726         * c-parser.c (c_parser_objc_type_name): If the type is unknown,
36727         for error recovery purposes behave as if it was not specified so
36728         that the default type is usd.
36729
36730 2011-01-07  Jan Hubicka  <jh@suse.cz>
36731
36732         PR tree-optmization/46469
36733         * ipa.c (function_and_variable_visibility): Clear needed flags on
36734         nodes with external decls; handle weakrefs merging correctly.
36735
36736 2011-01-07  Joseph Myers  <joseph@codesourcery.com>
36737
36738         * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
36739         not false.
36740
36741 2011-01-07  Jan Hubicka  <jh@suse.cz>
36742
36743         * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
36744         and no longer claim that gold is required for linker plugin.
36745         * configure: Regenerate.
36746         * gcc.c (PLUGIN_COND): New macro.
36747         (LINK_COMMAND_SPEC): Use it.
36748         (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
36749         * config.in (HAVE_LTO_PLUGIN): New.
36750         * configure.ac (--with-lto-plugin): New parameter; autodetect
36751         HAVE_LTO_PLUGIN.
36752
36753 2011-01-07  Jan Hubicka  <jh@suse.cz>
36754
36755         PR tree-optimization/46367
36756         * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
36757         when we can update original.
36758         (cgraph_mark_inline_edge): Sanity check.
36759         * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
36760
36761 2011-01-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36762
36763         * config/spu/spu.h (ASM_COMMENT_START): Define.
36764
36765 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
36766
36767         PR driver/42445
36768         * gcc.c (%>S): New.
36769         (SWITCH_KEEP_FOR_GCC): Likewise.
36770         (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
36771         (do_spec_1): Handle "%>".
36772
36773         * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
36774
36775 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
36776
36777         PR target/47201
36778         * config/i386/i386.c (ix86_delegitimize_address): If
36779         simplify_gen_subreg fails, return orig_x.
36780
36781         PR bootstrap/47187
36782         * value-prof.c (gimple_stringop_fixed_value): Handle
36783         lhs of the call properly.
36784
36785 2011-01-07  Jan Hubicka  <jh@suse.cz>
36786
36787         PR lto/45375
36788         * lto-opt.c (lto_reissue_options): Set flag_shlib.
36789
36790 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
36791
36792         * target.def (function_switched_text_sections): New hook.
36793         * doc/tm.texi: Regenerated.
36794         * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
36795         * final.c (default_function_switched_text_sections): New.
36796         (final_scan_insn): Call function_switched_text_sections when a
36797         mid-function section change occurs.
36798         * output.h (default_function_switched_text_sections): Declare.
36799         * config/darwin-protos.h (darwin_function_switched_text_sections):
36800         Likewise.
36801         * config/darwin.c (darwin_function_switched_text_sections): New.
36802         * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
36803
36804 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
36805
36806         * dwarf2out.c (gen_subprogram_die):  Add pubnames with code ranges for
36807         DWARF >= 3.  Add pubnames for the primary section and a reduced DIE for
36808         the secondary code fragment when outputting for DWARF == 2.
36809
36810 2011-01-07  Anatoly Sokolov  <aesok@post.ru>
36811
36812         * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
36813         * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
36814         Remove.
36815         * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
36816         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
36817
36818 2011-01-06  Eric Botcazou  <ebotcazou@adacore.com>
36819
36820         PR debug/46704
36821         * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
36822         when it is not empty.
36823
36824 2011-01-06  Changpeng Fang  <changpeng.fang@amd.com>
36825
36826         Bobcat Enablement
36827         * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
36828         (case ${target}): Add btver1.
36829         * config/i386/driver-i386.c (host_detect_local_cpu): Let
36830         -march=native recognize btver1 processors.
36831         * config/i386/i386-c.c (ix86_target_macros_internal): Add
36832         btver1 def_and_undef
36833         * config/i386/i386.c (struct processor_costs btver1_cost): New
36834         btver1 cost table.
36835         (m_BTVER1): New definition.
36836         (m_AMD_MULTIPLE): Includes m_BTVER1.
36837         (initial_ix86_tune_features): Add btver1 tune.
36838         (processor_target_table): Add btver1 entry.
36839         (static const char *const cpu_names): Add btver1 entry.
36840         (software_prefetching_beneficial_p): Add btver1.
36841         (ix86_option_override_internal): Add btver1 instruction sets.
36842         (ix86_issue_rate): Add btver1.
36843         (ix86_adjust_cost): Add btver1.
36844         * config/i386/i386.h (TARGET_BTVER1): New definition.
36845         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
36846         (enum processor_type): Add PROCESSOR_BTVER1.
36847         * config/i386/i386.md (define_attr "cpu"): Add btver1.
36848
36849 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36850
36851         PR target/43309
36852         * config/i386/i386.c (legitimize_tls_address)
36853         <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
36854         * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
36855         (tls_initial_exec_64_sun): New pattern.
36856
36857 2011-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
36858
36859         * doc/invoke.texi (Overall Options): Improve wording and markup
36860         of the description of -wrapper.
36861
36862 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
36863
36864         * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
36865         rdynamic, threads): New Driver options.
36866
36867 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36868
36869         PR target/38118
36870         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
36871         if coming from .tdata.
36872         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
36873
36874 2011-01-06  Jan Hubicka  <jh@suse.cz>
36875
36876         PR lto/47188
36877         * collect2.c (main): Do not enable LTOmode when plugin is active.
36878
36879 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36880
36881         PR other/45915
36882         * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
36883         --version output if supported.
36884         * configure: Regenerate.
36885
36886 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
36887
36888         * config/linux-android.opt (tno-android-cc, tno-android-ld): New
36889         Driver options.
36890
36891 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
36892
36893         PR c/47150
36894         * c-convert.c (convert): When converting a complex expression
36895         other than COMPLEX_EXPR to a different complex type, ensure
36896         c_save_expr is called instead of save_expr, unless in_late_binary_op.
36897         * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
36898         when converting COMPLEX_TYPE.
36899
36900 2011-01-06  Ira Rosen  <irar@il.ibm.com>
36901
36902         PR tree-optimization/47139
36903         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
36904         only the last reduction value is used outside the loop.  Update
36905         documentation.
36906
36907 2011-01-05  Joseph Myers  <joseph@codesourcery.com>
36908
36909         * config/rtems.opt: New.
36910         * config.gcc (*-*-rtems*): Use rtems.opt.
36911
36912 2011-01-05  Changpeng Fang  <changpeng.fang@amd.com>
36913
36914         * config/i386/i386.c (ix86_option_override_internal): Bulldozer
36915         processors do not support 3DNow instructions.
36916
36917 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36918
36919         * config/spu/spu.c (spu_option_override): Set parameter
36920         PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
36921
36922 2011-01-05  Jan Hubicka  <jh@suse.cz>
36923
36924         * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
36925         at the command line.
36926
36927 2011-01-05  Martin Jambor  <mjambor@suse.cz>
36928
36929         PR lto/47162
36930         * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
36931         deltas on streamed outgoing edges.
36932         (output_node_opt_summary): Output info for outgoing edges only when
36933         the node is in new parameter set.
36934         (output_cgraph_opt_summary): New parameter set, passed to the two
36935         aforementioned functions.  Update its forward declaration and its
36936         callee too.
36937
36938 2011-01-05  Tom Tromey  <tromey@redhat.com>
36939
36940         * c-parser.c (c_parser_omp_atomic): Pass location of assignment
36941         operator to c_finish_omp_atomic.
36942         * c-typeck.c (lvalue_or_else): Add 'loc' argument.
36943         (build_unary_op): Update.
36944         (build_modify_expr): Update.
36945         (build_asm_expr): Update.
36946
36947 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36948
36949         * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
36950         newly inserted insns.
36951         (pad_bb): Likewise.
36952         (spu_emit_branch_hint): Likewise.
36953         (insert_hbrp_for_ilb_runout): Likewise.
36954         (spu_machine_dependent_reorg): Call df_finish_pass after
36955         schedule_insns returns.
36956
36957 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36958
36959         * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
36960
36961 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
36962
36963         PR tree-optimization/47005
36964         * tree-sra.c (struct access): Add 'non_addressable' bit.
36965         (create_access): Set it for a DECL_NONADDRESSABLE_P field.
36966         (decide_one_param_reduction): Return 0 if the parameter is passed by
36967         reference and one of the accesses in the group is non_addressable.
36968
36969 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
36970
36971         PR tree-optimization/47056
36972         * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
36973         (mark_load): Likewise.  Handle FUNCTION_DECL specially.
36974         (mark_store): Likewise.  Pass STMT to ipa_record_reference.
36975
36976 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
36977
36978         * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
36979         initializer.  Skip view conversions from aggregate types.
36980
36981 2011-01-04  Kai Tietz  <kai.tietz@onevision.com>
36982
36983         PR bootstrap/47055
36984         * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
36985
36986 2011-01-04  Philipp Thomas  <pth@suse.de>
36987
36988         * config/microblaze/microbalse.opt (mxl-float-convert): Fix
36989         obvious typo.
36990
36991 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36992
36993         * function.c (thread_prologue_and_epilogue_insns): Do not crash
36994         on empty epilogue sequences.
36995
36996 2011-01-04  Joseph Myers  <joseph@codesourcery.com>
36997
36998         * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
36999         non-static): New Driver options.
37000
37001 2011-01-04  Jie Zhang  <jie@codesourcery.com>
37002
37003         PR driver/47137
37004         * gcc.c (default_compilers[]): Set combinable field to 0
37005         for all assembly languages.
37006
37007 2011-01-04  Mingjie Xing  <mingjie.xing@gmail.com>
37008
37009         * config/mips/loongson3a.md: New file.
37010         * config/mips/mips.md: Include loongson3a.md.
37011         * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
37012         TUNE_LOONGSON_3A.
37013
37014 2011-01-03  Eric Botcazou  <ebotcazou@adacore.com>
37015
37016         PR middle-end/47017
37017         * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
37018         instead of convert_memory_address_addr_space on the base expression.
37019
37020 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37021
37022         * config/spu/spu.c (spu_option_override): Update error text
37023         for bad -march= / -mtune= values.
37024
37025 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37026
37027         * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
37028         if branch-hint optimization will be performed.
37029
37030 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
37031
37032         PR tree-optimization/47148
37033         * ipa-split.c (split_function): Convert arguments to
37034         DECL_ARG_TYPE if possible.
37035
37036         PR tree-optimization/47155
37037         * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
37038         when computing uns.
37039
37040         PR rtl-optimization/47157
37041         * combine.c (try_combine): If undobuf.other_insn becomes
37042         (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
37043         and set *new_direct_jump_p too.
37044
37045 2011-01-03  Sebastian Pop  <sebastian.pop@amd.com>
37046
37047         PR tree-optimization/47021
37048         * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
37049
37050 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
37051
37052         * gcc.c (process_command): Update copyright notice dates.
37053         * gcov.c (print_version): Likewise.
37054         * gcov-dump.c (print_version): Likewise.
37055         * mips-tfile.c (main): Likewise.
37056         * mips-tdump.c (main): Likewise.
37057
37058 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37059
37060         PR tree-optimization/46801
37061         * tree-sra.c (type_internals_preclude_sra_p): Check whether
37062         aggregate fields start at byte boundary instead of the bit-field flag.
37063
37064 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
37065
37066         PR driver/47137
37067         * gcc.c (main): Revert revision 168407.
37068
37069 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37070
37071         * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
37072
37073 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37074
37075         * tree-vect-generic.c (expand_vector_operations_1): When using vector/
37076         vector optab to expand vector/scalar shift, update gimple to vector.
37077
37078 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37079
37080         * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
37081         a thunk.
37082
37083 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37084
37085         PR tree-optimization/46984
37086         * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
37087         HOST_WIDE_INT.
37088         (cgraph_create_indirect_edge): Fixed line length.
37089         (cgraph_indirect_call_info): Declare.
37090         (cgraph_make_edge_direct) Update declaration.
37091         * cgraph.c (cgraph_allocate_init_indirect_info): New function.
37092         (cgraph_create_indirect_edge): Use it.
37093         (cgraph_make_edge_direct): Made delta HOST_WIDE_INT.  Updated all
37094         callees.
37095         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
37096         the new thunk_delta representation.
37097         * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
37098         HOST_WIDE_INT.
37099         (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
37100         (ipa_read_indirect_edge_info): Likewise.
37101         * lto-cgraph.c (output_edge_opt_summary): New function.
37102         (output_node_opt_summary): Call it on all outgoing edges.
37103         (input_edge_opt_summary): New function.
37104         (input_node_opt_summary): Call it on all outgoing edges.
37105
37106 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
37107
37108         PR driver/47137
37109         * gcc.c (main): Don't check have_o when settting combine_inputs.
37110
37111 2011-01-02  Eric Botcazou  <ebotcazou@adacore.com>
37112
37113         * regrename.c: Add general comment describing the pass.
37114         (struct du_head): Remove 'length' field.
37115         (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
37116         (regrename_optimize): Do not sort chains.  Rework comments, add others.
37117         Force renaming to the preferred class (if any) in the first pass and do
37118         not consider registers that belong to it in the second pass.
37119         (create_new_chain): Do not set 'length' field.
37120         (scan_rtx_reg): Likewise.
37121
37122 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
37123
37124         PR tree-optimization/47140
37125         * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
37126         TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
37127         to bit_value_binop.
37128
37129         PR rtl-optimization/47028
37130         * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
37131         parm_birth_insn instead of at the beginning of first bb.
37132
37133 2011-01-02  Mingjie Xing  <mingjie.xing@gmail.com>
37134
37135         * doc/generic.texi: Remove duplicated "@subsubsection Statements".
37136         Remove the word "see" before "@pxref".
37137         * doc/rtl.texi: Remove the word "see" before "@pxref".
37138
37139 2011-01-01  Jan Hubicka  <jh@suse.cz>
37140
37141         * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
37142         memory.
37143
37144 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
37145
37146         PR target/38662
37147         * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
37148
37149 \f
37150 Copyright (C) 2011 Free Software Foundation, Inc.
37151
37152 Copying and distribution of this file, with or without modification,
37153 are permitted in any medium without royalty provided the copyright
37154 notice and this notice are preserved.